[libvirt PATCH 0/7] po: updates to switch over to use of Weblate

The Fedora translation team has stopped using Zanata because the software itself is dead upstream. In its place is the Weblate platform. In theory we should have been able to work with Weblate in the same way as we did for Zanata, pushing a pot file periodically, and pulling .po files periodically. In practice this fails for libvirt.git because Weblates RPC API doesn't scale sufficiently well. It will frequently throw errors with the large libvirt.pot file and it gets slower at an exponential rate as you add more languages. Weblate has another mode of operating though which is way more common, whereby it directly pulls a .pot from your git repo, and then directly pushes .po files back, either using a trusted SSH key, or by opening a merge request for GitLab/GitHub/etc. This is the mode we're going to have to use in libvirt projects. Compared to what we're currently doing with Zanata the downsides are: - We have to store libvirt.pot in git and refresh it periodically - The .po files are only partially minimized, as while they have locations stripped, they still contain non-translated msgids The plussides are - We don't have to interact with Weblate at all, only the libvirt git repo - We'll be able to use the normal meson i18n integration, merely by calling i18n.gettext(meson.project_name(), args: ['--sort-output'], preset: 'glib') I'm intending to open discussion with weblate maintainers to see if either of those two downsides can be eliminated via feature enhancements to Weblate. In the meanwhile we just have to accept them, as otherwise we're not going to get any translations since Zanata is dead. Daniel P. Berrangé (7): po: switch to using LINGUAS file for list of languages po: delete empty translations po: refresh to drop unused translations po: rename the .mini.po files to have just a .po suffix po: generate .pot file with strings in alphabetical order po: stop stripping non-translated strings from po files po: go back to storing the .pot file in git Makefile.am | 1 - po/LINGUAS | 42 + po/Makefile.am | 50 +- po/af.mini.po | 19 - po/am.mini.po | 19 - po/anp.mini.po | 19 - po/ar.mini.po | 23 - po/{as.mini.po => as.po} | 402 +- po/ast.mini.po | 19 - po/bal.mini.po | 19 - po/be.mini.po | 20 - po/{bg.mini.po => bg.po} | 5 +- po/bn.mini.po | 21 - po/{bn_IN.mini.po => bn_IN.po} | 126 +- po/bo.mini.po | 19 - po/br.mini.po | 19 - po/brx.mini.po | 19 - po/{bs.mini.po => bs.po} | 5 +- po/{ca.mini.po => ca.po} | 15 +- po/{cs.mini.po => cs.po} | 523 +- po/cy.mini.po | 23 - po/{da.mini.po => da.po} | 5 +- po/{de.mini.po => de.po} | 408 +- po/de_CH.mini.po | 19 - po/{el.mini.po => el.po} | 2 +- po/{en_GB.mini.po => en_GB.po} | 402 +- po/eo.mini.po | 19 - po/{es.mini.po => es.po} | 409 +- po/et.mini.po | 21 - po/eu.mini.po | 21 - po/fa.mini.po | 19 - po/{fi.mini.po => fi.po} | 26 +- po/fil.mini.po | 19 - po/{fr.mini.po => fr.po} | 75 +- po/fur.mini.po | 19 - po/ga.mini.po | 20 - po/gl.mini.po | 21 - po/{gu.mini.po => gu.po} | 408 +- po/he.mini.po | 21 - po/{hi.mini.po => hi.po} | 300 +- po/hr.mini.po | 20 - po/{hu.mini.po => hu.po} | 5 +- po/ia.mini.po | 19 - po/{id.mini.po => id.po} | 2 +- po/ilo.mini.po | 19 - po/is.mini.po | 21 - po/{it.mini.po => it.po} | 175 +- po/{ja.mini.po => ja.po} | 407 +- po/ka.mini.po | 21 - po/kk.mini.po | 19 - po/km.mini.po | 19 - po/{kn.mini.po => kn.po} | 407 +- po/{ko.mini.po => ko.po} | 240 +- po/kw.mini.po | 20 - po/kw@kkcor.mini.po | 20 - po/kw@uccor.mini.po | 20 - po/kw_GB.mini.po | 20 - po/ky.mini.po | 19 - po/libvirt.pot | 48582 +++++++++++++++++++++++++ po/lt.mini.po | 22 - po/lv.mini.po | 22 - po/mai.mini.po | 19 - po/{mk.mini.po => mk.po} | 5 +- po/{ml.mini.po => ml.po} | 402 +- po/mn.mini.po | 19 - po/{mr.mini.po => mr.po} | 434 +- po/{ms.mini.po => ms.po} | 2 +- po/my.mini.po | 19 - po/{nb.mini.po => nb.po} | 5 +- po/nds.mini.po | 19 - po/ne.mini.po | 19 - po/{nl.mini.po => nl.po} | 215 +- po/nn.mini.po | 21 - po/nso.mini.po | 21 - po/{or.mini.po => or.po} | 375 +- po/{pa.mini.po => pa.po} | 402 +- po/{pl.mini.po => pl.po} | 239 +- po/{pt.mini.po => pt.po} | 5 +- po/{pt_BR.mini.po => pt_BR.po} | 407 +- po/ro.mini.po | 22 - po/{ru.mini.po => ru.po} | 376 +- po/si.mini.po | 21 - po/sk.mini.po | 21 - po/sl.mini.po | 22 - po/sq.mini.po | 23 - po/{sr.mini.po => sr.po} | 16 +- po/{sr@latin.mini.po => sr@latin.po} | 16 +- po/{sv.mini.po => sv.po} | 105 +- po/{ta.mini.po => ta.po} | 407 +- po/{te.mini.po => te.po} | 402 +- po/tg.mini.po | 19 - po/th.mini.po | 21 - po/tr.mini.po | 21 - po/tw.mini.po | 19 - po/{uk.mini.po => uk.po} | 534 +- po/ur.mini.po | 21 - po/{vi.mini.po => vi.po} | 193 +- po/wba.mini.po | 19 - po/yo.mini.po | 19 - po/{zh_CN.mini.po => zh_CN.po} | 421 +- po/zh_HK.mini.po | 19 - po/{zh_TW.mini.po => zh_TW.po} | 9 +- po/zu.mini.po | 21 - scripts/minimize-po.py | 54 - 104 files changed, 48678 insertions(+), 10512 deletions(-) create mode 100644 po/LINGUAS delete mode 100644 po/af.mini.po delete mode 100644 po/am.mini.po delete mode 100644 po/anp.mini.po delete mode 100644 po/ar.mini.po rename po/{as.mini.po => as.po} (98%) delete mode 100644 po/ast.mini.po delete mode 100644 po/bal.mini.po delete mode 100644 po/be.mini.po rename po/{bg.mini.po => bg.po} (99%) delete mode 100644 po/bn.mini.po rename po/{bn_IN.mini.po => bn_IN.po} (98%) delete mode 100644 po/bo.mini.po delete mode 100644 po/br.mini.po delete mode 100644 po/brx.mini.po rename po/{bs.mini.po => bs.po} (99%) rename po/{ca.mini.po => ca.po} (99%) rename po/{cs.mini.po => cs.po} (98%) delete mode 100644 po/cy.mini.po rename po/{da.mini.po => da.po} (99%) rename po/{de.mini.po => de.po} (97%) delete mode 100644 po/de_CH.mini.po rename po/{el.mini.po => el.po} (99%) rename po/{en_GB.mini.po => en_GB.po} (97%) delete mode 100644 po/eo.mini.po rename po/{es.mini.po => es.po} (97%) delete mode 100644 po/et.mini.po delete mode 100644 po/eu.mini.po delete mode 100644 po/fa.mini.po rename po/{fi.mini.po => fi.po} (98%) delete mode 100644 po/fil.mini.po rename po/{fr.mini.po => fr.po} (98%) delete mode 100644 po/fur.mini.po delete mode 100644 po/ga.mini.po delete mode 100644 po/gl.mini.po rename po/{gu.mini.po => gu.po} (97%) delete mode 100644 po/he.mini.po rename po/{hi.mini.po => hi.po} (97%) delete mode 100644 po/hr.mini.po rename po/{hu.mini.po => hu.po} (99%) delete mode 100644 po/ia.mini.po rename po/{id.mini.po => id.po} (99%) delete mode 100644 po/ilo.mini.po delete mode 100644 po/is.mini.po rename po/{it.mini.po => it.po} (96%) rename po/{ja.mini.po => ja.po} (97%) delete mode 100644 po/ka.mini.po delete mode 100644 po/kk.mini.po delete mode 100644 po/km.mini.po rename po/{kn.mini.po => kn.po} (97%) rename po/{ko.mini.po => ko.po} (97%) delete mode 100644 po/kw.mini.po delete mode 100644 po/kw@kkcor.mini.po delete mode 100644 po/kw@uccor.mini.po delete mode 100644 po/kw_GB.mini.po delete mode 100644 po/ky.mini.po create mode 100644 po/libvirt.pot delete mode 100644 po/lt.mini.po delete mode 100644 po/lv.mini.po delete mode 100644 po/mai.mini.po rename po/{mk.mini.po => mk.po} (99%) rename po/{ml.mini.po => ml.po} (97%) delete mode 100644 po/mn.mini.po rename po/{mr.mini.po => mr.po} (98%) rename po/{ms.mini.po => ms.po} (98%) delete mode 100644 po/my.mini.po rename po/{nb.mini.po => nb.po} (98%) delete mode 100644 po/nds.mini.po delete mode 100644 po/ne.mini.po rename po/{nl.mini.po => nl.po} (97%) delete mode 100644 po/nn.mini.po delete mode 100644 po/nso.mini.po rename po/{or.mini.po => or.po} (97%) rename po/{pa.mini.po => pa.po} (97%) rename po/{pl.mini.po => pl.po} (97%) rename po/{pt.mini.po => pt.po} (99%) rename po/{pt_BR.mini.po => pt_BR.po} (97%) delete mode 100644 po/ro.mini.po rename po/{ru.mini.po => ru.po} (98%) delete mode 100644 po/si.mini.po delete mode 100644 po/sk.mini.po delete mode 100644 po/sl.mini.po delete mode 100644 po/sq.mini.po rename po/{sr.mini.po => sr.po} (99%) rename po/{sr@latin.mini.po => sr@latin.po} (99%) rename po/{sv.mini.po => sv.po} (95%) rename po/{ta.mini.po => ta.po} (98%) rename po/{te.mini.po => te.po} (97%) delete mode 100644 po/tg.mini.po delete mode 100644 po/th.mini.po delete mode 100644 po/tr.mini.po delete mode 100644 po/tw.mini.po rename po/{uk.mini.po => uk.po} (98%) delete mode 100644 po/ur.mini.po rename po/{vi.mini.po => vi.po} (97%) delete mode 100644 po/wba.mini.po delete mode 100644 po/yo.mini.po rename po/{zh_CN.mini.po => zh_CN.po} (98%) delete mode 100644 po/zh_HK.mini.po rename po/{zh_TW.mini.po => zh_TW.po} (99%) delete mode 100644 po/zu.mini.po delete mode 100755 scripts/minimize-po.py -- 2.26.2

To enable translation management systems to add new languages they need to be able to modify the supported language list. The LINGUAS file is a simple standard format that can be used for the language list, as this is easier than modifying make variables. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/LINGUAS | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++ po/Makefile.am | 14 +------ 2 files changed, 101 insertions(+), 12 deletions(-) create mode 100644 po/LINGUAS diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000000..2b499d2383 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,99 @@ +af +am +anp +ar +as +ast +bal +be +bg +bn_IN +bn +bo +br +brx +bs +ca +cs +cy +da +de_CH +de +el +en_GB +eo +es +et +eu +fa +fil +fi +fr +fur +ga +gl +gu +he +hi +hr +hu +ia +id +ilo +is +it +ja +ka +kk +km +kn +ko +kw_GB +kw@kkcor +kw +kw@uccor +ky +lt +lv +mai +mk +ml +mn +mr +ms +my +nb +nds +ne +nl +nn +nso +or +pa +pl +pt_BR +pt +ro +ru +si +sk +sl +sq +sr@latin +sr +sv +ta +te +tg +th +tr +tw +uk +ur +vi +wba +yo +zh_CN +zh_HK +zh_TW +zu diff --git a/po/Makefile.am b/po/Makefile.am index ac34b0c1aa..ce9338aa94 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -2,18 +2,7 @@ DOMAIN = $(PACKAGE_NAME) COPYRIGHT_HOLDER = The Libvirt authors MSGID_BUGS_ADDRESS = https://libvirt.org/bugs.html -LANGS := \ - af am anp ar as ast bal be bg bn_IN \ - bn bo br brx bs ca cs cy da de_CH \ - de el en_GB eo es et eu fa fil fi \ - fr fur ga gl gu he hi hr hu ia \ - id ilo is it ja ka kk km kn ko \ - kw_GB kw@kkcor kw kw@uccor ky lt lv mai mk ml \ - mn mr ms my nb nds ne nl nn nso \ - or pa pl pt_BR pt ro ru si sk sl \ - sq sr@latin sr sv ta te tg th tr tw \ - uk ur vi wba yo zh_CN zh_HK zh_TW zu - +LANGS := $(shell cat $(srcdir)/LINGUAS) POTFILES_IN = $(srcdir)/POTFILES.in POTFILES: $(POTFILES_IN) @@ -29,6 +18,7 @@ GMOFILES := $(LANGS:%=%.gmo) CLEANFILES = $(POTFILE) $(POFILES) $(GMOFILES) POTFILES EXTRA_DIST = \ + LINGUAS \ $(POTFILES_IN) \ $(POMINIFILES) -- 2.26.2

There is no need to keep .po files which are 100% untranslated in git. New languages can be added on demand. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/LINGUAS | 57 --------------------------------------------- po/af.mini.po | 19 --------------- po/am.mini.po | 19 --------------- po/anp.mini.po | 19 --------------- po/ar.mini.po | 23 ------------------ po/ast.mini.po | 19 --------------- po/bal.mini.po | 19 --------------- po/be.mini.po | 20 ---------------- po/bn.mini.po | 21 ----------------- po/bo.mini.po | 19 --------------- po/br.mini.po | 19 --------------- po/brx.mini.po | 19 --------------- po/cy.mini.po | 23 ------------------ po/de_CH.mini.po | 19 --------------- po/eo.mini.po | 19 --------------- po/et.mini.po | 21 ----------------- po/eu.mini.po | 21 ----------------- po/fa.mini.po | 19 --------------- po/fil.mini.po | 19 --------------- po/fur.mini.po | 19 --------------- po/ga.mini.po | 20 ---------------- po/gl.mini.po | 21 ----------------- po/he.mini.po | 21 ----------------- po/hr.mini.po | 20 ---------------- po/ia.mini.po | 19 --------------- po/ilo.mini.po | 19 --------------- po/is.mini.po | 21 ----------------- po/ka.mini.po | 21 ----------------- po/kk.mini.po | 19 --------------- po/km.mini.po | 19 --------------- po/kw.mini.po | 20 ---------------- po/kw@kkcor.mini.po | 20 ---------------- po/kw@uccor.mini.po | 20 ---------------- po/kw_GB.mini.po | 20 ---------------- po/ky.mini.po | 19 --------------- po/lt.mini.po | 22 ----------------- po/lv.mini.po | 22 ----------------- po/mai.mini.po | 19 --------------- po/mn.mini.po | 19 --------------- po/my.mini.po | 19 --------------- po/nds.mini.po | 19 --------------- po/ne.mini.po | 19 --------------- po/nn.mini.po | 21 ----------------- po/nso.mini.po | 21 ----------------- po/ro.mini.po | 22 ----------------- po/si.mini.po | 21 ----------------- po/sk.mini.po | 21 ----------------- po/sl.mini.po | 22 ----------------- po/sq.mini.po | 23 ------------------ po/tg.mini.po | 19 --------------- po/th.mini.po | 21 ----------------- po/tr.mini.po | 21 ----------------- po/tw.mini.po | 19 --------------- po/ur.mini.po | 21 ----------------- po/wba.mini.po | 19 --------------- po/yo.mini.po | 19 --------------- po/zh_HK.mini.po | 19 --------------- po/zu.mini.po | 21 ----------------- 58 files changed, 1201 deletions(-) delete mode 100644 po/af.mini.po delete mode 100644 po/am.mini.po delete mode 100644 po/anp.mini.po delete mode 100644 po/ar.mini.po delete mode 100644 po/ast.mini.po delete mode 100644 po/bal.mini.po delete mode 100644 po/be.mini.po delete mode 100644 po/bn.mini.po delete mode 100644 po/bo.mini.po delete mode 100644 po/br.mini.po delete mode 100644 po/brx.mini.po delete mode 100644 po/cy.mini.po delete mode 100644 po/de_CH.mini.po delete mode 100644 po/eo.mini.po delete mode 100644 po/et.mini.po delete mode 100644 po/eu.mini.po delete mode 100644 po/fa.mini.po delete mode 100644 po/fil.mini.po delete mode 100644 po/fur.mini.po delete mode 100644 po/ga.mini.po delete mode 100644 po/gl.mini.po delete mode 100644 po/he.mini.po delete mode 100644 po/hr.mini.po delete mode 100644 po/ia.mini.po delete mode 100644 po/ilo.mini.po delete mode 100644 po/is.mini.po delete mode 100644 po/ka.mini.po delete mode 100644 po/kk.mini.po delete mode 100644 po/km.mini.po delete mode 100644 po/kw.mini.po delete mode 100644 po/kw@kkcor.mini.po delete mode 100644 po/kw@uccor.mini.po delete mode 100644 po/kw_GB.mini.po delete mode 100644 po/ky.mini.po delete mode 100644 po/lt.mini.po delete mode 100644 po/lv.mini.po delete mode 100644 po/mai.mini.po delete mode 100644 po/mn.mini.po delete mode 100644 po/my.mini.po delete mode 100644 po/nds.mini.po delete mode 100644 po/ne.mini.po delete mode 100644 po/nn.mini.po delete mode 100644 po/nso.mini.po delete mode 100644 po/ro.mini.po delete mode 100644 po/si.mini.po delete mode 100644 po/sk.mini.po delete mode 100644 po/sl.mini.po delete mode 100644 po/sq.mini.po delete mode 100644 po/tg.mini.po delete mode 100644 po/th.mini.po delete mode 100644 po/tr.mini.po delete mode 100644 po/tw.mini.po delete mode 100644 po/ur.mini.po delete mode 100644 po/wba.mini.po delete mode 100644 po/yo.mini.po delete mode 100644 po/zh_HK.mini.po delete mode 100644 po/zu.mini.po diff --git a/po/LINGUAS b/po/LINGUAS index 2b499d2383..d4cfe63fe2 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1,99 +1,42 @@ -af -am -anp -ar as -ast -bal -be bg bn_IN -bn -bo -br -brx bs ca cs -cy da -de_CH de el en_GB -eo es -et -eu -fa -fil fi fr -fur -ga -gl gu -he hi -hr hu -ia id -ilo -is it ja -ka -kk -km kn ko -kw_GB -kw@kkcor -kw -kw@uccor -ky -lt -lv -mai mk ml -mn mr ms -my nb -nds -ne nl -nn -nso or pa pl pt_BR pt -ro ru -si -sk -sl -sq sr@latin sr sv ta te -tg -th -tr -tw uk -ur vi -wba -yo zh_CN -zh_HK zh_TW -zu diff --git a/po/af.mini.po b/po/af.mini.po deleted file mode 100644 index 2f484c68ca..0000000000 --- a/po/af.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Afrikaans\n" -"Language: af\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/am.mini.po b/po/am.mini.po deleted file mode 100644 index d758c879ca..0000000000 --- a/po/am.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Amharic\n" -"Language: am\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/anp.mini.po b/po/anp.mini.po deleted file mode 100644 index 687be286a0..0000000000 --- a/po/anp.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Angika\n" -"Language: anp\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/ar.mini.po b/po/ar.mini.po deleted file mode 100644 index ce716f05c7..0000000000 --- a/po/ar.mini.po +++ /dev/null @@ -1,23 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -# Daniel Berrange <dan-zanata@berrange.com>, 2018. #zanata -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 04:33+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/fedora/language/" -"ar/)\n" -"Language: ar\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/ast.mini.po b/po/ast.mini.po deleted file mode 100644 index f588245cbb..0000000000 --- a/po/ast.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Asturian\n" -"Language: ast\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/bal.mini.po b/po/bal.mini.po deleted file mode 100644 index 05e2613195..0000000000 --- a/po/bal.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Baluchi\n" -"Language: bal\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/be.mini.po b/po/be.mini.po deleted file mode 100644 index d4f78bb799..0000000000 --- a/po/be.mini.po +++ /dev/null @@ -1,20 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Belarusian\n" -"Language: be\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/bn.mini.po b/po/bn.mini.po deleted file mode 100644 index 7e5ae46ec6..0000000000 --- a/po/bn.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:13+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Bengali (http://www.transifex.com/projects/p/fedora/language/" -"bn/)\n" -"Language: bn\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/bo.mini.po b/po/bo.mini.po deleted file mode 100644 index d4b92fca54..0000000000 --- a/po/bo.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Tibetan\n" -"Language: bo\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/br.mini.po b/po/br.mini.po deleted file mode 100644 index cfb6dd56c4..0000000000 --- a/po/br.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Breton\n" -"Language: br\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/brx.mini.po b/po/brx.mini.po deleted file mode 100644 index 1adeaeab81..0000000000 --- a/po/brx.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Bodo\n" -"Language: brx\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/cy.mini.po b/po/cy.mini.po deleted file mode 100644 index 86cdd37973..0000000000 --- a/po/cy.mini.po +++ /dev/null @@ -1,23 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -# Daniel Berrange <dan-zanata@berrange.com>, 2018. #zanata -msgid "" -msgstr "" -"Project-Id-Version: libvirt\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 05:01+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Welsh (http://www.transifex.com/projects/p/fedora/language/" -"cy/)\n" -"Language: cy\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3;\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/de_CH.mini.po b/po/de_CH.mini.po deleted file mode 100644 index 8b472ed8e4..0000000000 --- a/po/de_CH.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: German (Switzerland)\n" -"Language: de_CH\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/eo.mini.po b/po/eo.mini.po deleted file mode 100644 index 1712552cb7..0000000000 --- a/po/eo.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Esperanto\n" -"Language: eo\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/et.mini.po b/po/et.mini.po deleted file mode 100644 index bcb18ad9a2..0000000000 --- a/po/et.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:15+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Estonian (http://www.transifex.com/projects/p/fedora/language/" -"et/)\n" -"Language: et\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/eu.mini.po b/po/eu.mini.po deleted file mode 100644 index e042aa3c0b..0000000000 --- a/po/eu.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/fedora/" -"language/eu_ES/)\n" -"Language: eu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/fa.mini.po b/po/fa.mini.po deleted file mode 100644 index 02bbf816ff..0000000000 --- a/po/fa.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Persian\n" -"Language: fa\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/fil.mini.po b/po/fil.mini.po deleted file mode 100644 index e1ab47cc38..0000000000 --- a/po/fil.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Filipino\n" -"Language: fil\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/fur.mini.po b/po/fur.mini.po deleted file mode 100644 index 2bf147c5eb..0000000000 --- a/po/fur.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Friulian\n" -"Language: fur\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/ga.mini.po b/po/ga.mini.po deleted file mode 100644 index 105b7f463f..0000000000 --- a/po/ga.mini.po +++ /dev/null @@ -1,20 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Irish\n" -"Language: ga\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " -"4\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/gl.mini.po b/po/gl.mini.po deleted file mode 100644 index 6e504b0e0e..0000000000 --- a/po/gl.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Galician (http://www.transifex.com/projects/p/fedora/language/" -"gl/)\n" -"Language: gl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/he.mini.po b/po/he.mini.po deleted file mode 100644 index 2c459ec39b..0000000000 --- a/po/he.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:25+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Hebrew (http://www.transifex.com/projects/p/fedora/language/" -"he/)\n" -"Language: he\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/hr.mini.po b/po/hr.mini.po deleted file mode 100644 index 2dd8fc5816..0000000000 --- a/po/hr.mini.po +++ /dev/null @@ -1,20 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Croatian\n" -"Language: hr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/ia.mini.po b/po/ia.mini.po deleted file mode 100644 index 797d26a415..0000000000 --- a/po/ia.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Interlingua\n" -"Language: ia\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/ilo.mini.po b/po/ilo.mini.po deleted file mode 100644 index 10efb675ac..0000000000 --- a/po/ilo.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Iloko\n" -"Language: ilo\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/is.mini.po b/po/is.mini.po deleted file mode 100644 index 0826386f00..0000000000 --- a/po/is.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:27+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Icelandic (http://www.transifex.com/projects/p/fedora/" -"language/is/)\n" -"Language: is\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/ka.mini.po b/po/ka.mini.po deleted file mode 100644 index e2359ae6b7..0000000000 --- a/po/ka.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:29+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Georgian (http://www.transifex.com/projects/p/fedora/language/" -"ka/)\n" -"Language: ka\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/kk.mini.po b/po/kk.mini.po deleted file mode 100644 index 11d3e60664..0000000000 --- a/po/kk.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Kazakh\n" -"Language: kk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/km.mini.po b/po/km.mini.po deleted file mode 100644 index 1500746d39..0000000000 --- a/po/km.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Khmer\n" -"Language: km\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/kw.mini.po b/po/kw.mini.po deleted file mode 100644 index f4b89b4d38..0000000000 --- a/po/kw.mini.po +++ /dev/null @@ -1,20 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Cornish\n" -"Language: kw\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural= (n==1) ? 0 : (n==2) ? 1 : (n == 3) ? 2 : " -"3\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/kw@kkcor.mini.po b/po/kw@kkcor.mini.po deleted file mode 100644 index d7bb43e8cb..0000000000 --- a/po/kw@kkcor.mini.po +++ /dev/null @@ -1,20 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Cornish (Common Orthography)\n" -"Language: kw@kkcor\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural= (n==1) ? 0 : (n==2) ? 1 : (n == 3) ? 2 : " -"3\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/kw@uccor.mini.po b/po/kw@uccor.mini.po deleted file mode 100644 index a316fc2555..0000000000 --- a/po/kw@uccor.mini.po +++ /dev/null @@ -1,20 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Cornish (Unified Orthography)\n" -"Language: kw@uccor\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural= (n==1) ? 0 : (n==2) ? 1 : (n == 3) ? 2 : " -"3\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/kw_GB.mini.po b/po/kw_GB.mini.po deleted file mode 100644 index fa58a0e283..0000000000 --- a/po/kw_GB.mini.po +++ /dev/null @@ -1,20 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Cornish (United Kingdom)\n" -"Language: kw_GB\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural= (n==1) ? 0 : (n==2) ? 1 : (n == 3) ? 2 : " -"3\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/ky.mini.po b/po/ky.mini.po deleted file mode 100644 index 7a4cb891e5..0000000000 --- a/po/ky.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Kyrgyz\n" -"Language: ky\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/lt.mini.po b/po/lt.mini.po deleted file mode 100644 index 9b91442bfd..0000000000 --- a/po/lt.mini.po +++ /dev/null @@ -1,22 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:31+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Lithuanian (http://www.transifex.com/projects/p/fedora/" -"language/lt/)\n" -"Language: lt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" -"%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/lv.mini.po b/po/lv.mini.po deleted file mode 100644 index 4ea88226ea..0000000000 --- a/po/lv.mini.po +++ /dev/null @@ -1,22 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:34+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/fedora/language/" -"lv/)\n" -"Language: lv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2);\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/mai.mini.po b/po/mai.mini.po deleted file mode 100644 index 9bb373d8f6..0000000000 --- a/po/mai.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Maithili\n" -"Language: mai\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/mn.mini.po b/po/mn.mini.po deleted file mode 100644 index ffd021ca13..0000000000 --- a/po/mn.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Mongolian\n" -"Language: mn\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/my.mini.po b/po/my.mini.po deleted file mode 100644 index 995675effc..0000000000 --- a/po/my.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Burmese\n" -"Language: my\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/nds.mini.po b/po/nds.mini.po deleted file mode 100644 index bcb12de5a9..0000000000 --- a/po/nds.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Low German\n" -"Language: nds\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/ne.mini.po b/po/ne.mini.po deleted file mode 100644 index 0616176666..0000000000 --- a/po/ne.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Nepali\n" -"Language: ne\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/nn.mini.po b/po/nn.mini.po deleted file mode 100644 index c84b2677c7..0000000000 --- a/po/nn.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:36+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/fedora/" -"language/nn/)\n" -"Language: nn\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/nso.mini.po b/po/nso.mini.po deleted file mode 100644 index 28e71dccb5..0000000000 --- a/po/nso.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:38+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Northern Sotho (http://www.transifex.com/projects/p/fedora/" -"language/nso/)\n" -"Language: nso\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/ro.mini.po b/po/ro.mini.po deleted file mode 100644 index 691fe7850d..0000000000 --- a/po/ro.mini.po +++ /dev/null @@ -1,22 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:41+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Romanian (http://www.transifex.com/projects/p/fedora/language/" -"ro/)\n" -"Language: ro\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/si.mini.po b/po/si.mini.po deleted file mode 100644 index ed56a0ce32..0000000000 --- a/po/si.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:44+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Sinhala (http://www.transifex.com/projects/p/fedora/language/" -"si/)\n" -"Language: si\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/sk.mini.po b/po/sk.mini.po deleted file mode 100644 index 72bb4083c2..0000000000 --- a/po/sk.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:10+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Slovak (http://www.transifex.com/projects/p/fedora/language/" -"sk/)\n" -"Language: sk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/sl.mini.po b/po/sl.mini.po deleted file mode 100644 index da9055a84a..0000000000 --- a/po/sl.mini.po +++ /dev/null @@ -1,22 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:47+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Slovenian (http://www.transifex.com/projects/p/fedora/" -"language/sl/)\n" -"Language: sl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/sq.mini.po b/po/sq.mini.po deleted file mode 100644 index 2a93ff6ecf..0000000000 --- a/po/sq.mini.po +++ /dev/null @@ -1,23 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -# Besnik <besnik@programeshqip.org>, 2016. #zanata -# Daniel Berrange <dan-zanata@berrange.com>, 2016. #zanata -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2016-12-01 06:59+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/fedora/language/" -"sq/)\n" -"Language: sq\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/tg.mini.po b/po/tg.mini.po deleted file mode 100644 index 2796faad13..0000000000 --- a/po/tg.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Tajik\n" -"Language: tg\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/th.mini.po b/po/th.mini.po deleted file mode 100644 index 441d0d0d8b..0000000000 --- a/po/th.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:50+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Thai (http://www.transifex.com/projects/p/fedora/language/" -"th/)\n" -"Language: th\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/tr.mini.po b/po/tr.mini.po deleted file mode 100644 index 142348a89f..0000000000 --- a/po/tr.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:52+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Turkish (http://www.transifex.com/projects/p/fedora/language/" -"tr/)\n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/tw.mini.po b/po/tw.mini.po deleted file mode 100644 index 89693530e8..0000000000 --- a/po/tw.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Twi\n" -"Language: tw\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/ur.mini.po b/po/ur.mini.po deleted file mode 100644 index 194ced7892..0000000000 --- a/po/ur.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:54+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Urdu (http://www.transifex.com/projects/p/fedora/language/" -"ur/)\n" -"Language: ur\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/wba.mini.po b/po/wba.mini.po deleted file mode 100644 index e0e0a4df4b..0000000000 --- a/po/wba.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Warao\n" -"Language: wba\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/yo.mini.po b/po/yo.mini.po deleted file mode 100644 index 246851b571..0000000000 --- a/po/yo.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Yoruba\n" -"Language: yo\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/zh_HK.mini.po b/po/zh_HK.mini.po deleted file mode 100644 index f2cd75dcf7..0000000000 --- a/po/zh_HK.mini.po +++ /dev/null @@ -1,19 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2019 The Libvirt authors -# This file is distributed under the same license as the libvirt package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: libvirt 6.0.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: Chinese (Hong Kong SAR China)\n" -"Language: zh_HK\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0\n" -"X-Generator: Zanata 4.6.2\n" diff --git a/po/zu.mini.po b/po/zu.mini.po deleted file mode 100644 index 30acc03fdb..0000000000 --- a/po/zu.mini.po +++ /dev/null @@ -1,21 +0,0 @@ -# Libvirt package strings. -# Copyright (C) 2018 Red Hat, Inc. -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Daniel <veillard@redhat.com>, 2011. -msgid "" -msgstr "" -"Project-Id-Version: libvirt 4.3.0\n" -"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" -"PO-Revision-Date: 2018-04-24 06:57+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Zulu (http://www.transifex.com/projects/p/fedora/language/" -"zu/)\n" -"Language: zu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" -- 2.26.2

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/as.mini.po | 402 +-------------------------------- po/bg.mini.po | 5 +- po/bn_IN.mini.po | 126 +---------- po/bs.mini.po | 5 +- po/ca.mini.po | 15 +- po/cs.mini.po | 523 +------------------------------------------ po/da.mini.po | 5 +- po/de.mini.po | 408 +-------------------------------- po/el.mini.po | 2 +- po/en_GB.mini.po | 402 +-------------------------------- po/es.mini.po | 409 +-------------------------------- po/fi.mini.po | 26 +-- po/fr.mini.po | 75 +------ po/gu.mini.po | 408 +-------------------------------- po/hi.mini.po | 300 +------------------------ po/hu.mini.po | 5 +- po/id.mini.po | 2 +- po/it.mini.po | 175 +-------------- po/ja.mini.po | 407 +-------------------------------- po/kn.mini.po | 407 +-------------------------------- po/ko.mini.po | 240 +------------------- po/mk.mini.po | 5 +- po/ml.mini.po | 402 +-------------------------------- po/mr.mini.po | 434 +---------------------------------- po/ms.mini.po | 2 +- po/nb.mini.po | 5 +- po/nl.mini.po | 215 +----------------- po/or.mini.po | 375 +------------------------------ po/pa.mini.po | 402 +-------------------------------- po/pl.mini.po | 239 +------------------- po/pt.mini.po | 5 +- po/pt_BR.mini.po | 407 +-------------------------------- po/ru.mini.po | 376 +------------------------------ po/sr.mini.po | 16 +- po/sr@latin.mini.po | 16 +- po/sv.mini.po | 105 +-------- po/ta.mini.po | 407 +-------------------------------- po/te.mini.po | 402 +-------------------------------- po/uk.mini.po | 534 +------------------------------------------- po/vi.mini.po | 193 +--------------- po/zh_CN.mini.po | 421 +--------------------------------- po/zh_TW.mini.po | 9 +- 42 files changed, 42 insertions(+), 9275 deletions(-) diff --git a/po/as.mini.po b/po/as.mini.po index e1514a9df4..04e68badc3 100644 --- a/po/as.mini.po +++ b/po/as.mini.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-26 06:48+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Assamese (http://www.transifex.com/projects/p/libvirt/" @@ -388,10 +388,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s' controller cannot be hot plugged." msgstr "'%s' নিয়ন্ত্ৰকক হট প্লাগ কৰিব নোৱাৰি।" @@ -670,9 +666,6 @@ msgstr "এই ডমেইনৰ বাবে সক্ৰিয় কনচৌ msgid "Active:" msgstr "সক্ৰিয়:" -msgid "Address family for hostname not supported" -msgstr "গৃহস্থৰ নামৰ ঠিকনাৰ শ্ৰেণী সমৰ্থিত নহয়" - msgid "Advice from numad is needed in case of automatic numa placement" msgstr "স্বচালিত numa উপস্থাপনৰ বাবে numad ৰ পৰা পৰামৰ্শৰ প্ৰয়োজন" @@ -681,10 +674,6 @@ msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "" "কেন্দ্ৰ ডাম্প কৰাৰ পিছত, libxenlight ৰ সৈতে ডমেইন '%d' অব্যাহত ৰাখিবলে ব্যৰ্থ" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "সহায়ক পথ %s গন্তব্যৰ বাবে অত্যাধিক ডাঙৰ" - msgid "All identities provided by the SSH Agent were rejected" msgstr "SSH সহায়ক দ্বাৰা প্ৰদান কৰা সকলো পৰিচয় নাকচ কৰা হৈছিল" @@ -693,9 +682,6 @@ msgid "" "server" msgstr "তথ্যসহ সকলো প্ৰদান কৰা প্ৰমাণীকৰণ পদ্ধতি চাৰ্ভাৰ দ্বাৰা নাকচ কৰা হৈছিল" -msgid "All requests done" -msgstr "সকলো অনুৰোধ সম্পূৰ্ণ হৈছে" - msgid "Allocation" msgstr "আবণ্টন" @@ -725,9 +711,6 @@ msgid "" msgstr "" "memnode উপাদানত তৰ্ক 'cellid' এ স্থায়ী অতিথি NUMA কোষৰ সৈতে প্ৰসংগ কৰিব লাগিব" -msgid "Argument buffer too small" -msgstr "তৰ্কৰ প্ৰশমক বৰ সৰু" - msgid "Arguments must be non null" msgstr "তৰ্কসমূহ null হব নোৱাৰিব" @@ -783,9 +766,6 @@ msgstr "NAT '%s' কৰাৰ চেষ্টা কৰা হৈছে। NAT msgid "Attribute mode is only allowed for guest CPU" msgstr "বৈশিষ্ট অৱস্থা কেৱল অতিথি CPU ৰ বাবে অনুমোদিত" -msgid "Authentication failed" -msgstr "অনুমোদন বিফল" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -821,9 +801,6 @@ msgstr "নেটৱৰ্ক '%s' ৰ <forward> ৰ <nat> ত বেয়া ipv4 msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "নেটৱৰ্ক '%s' ৰ <forward> ৰ <nat> ত বেয়া ipv4 আৰম্ভণি ঠিকনা '%s'" -msgid "Bad value for ai_flags" -msgstr "ai_flags ৰ মান ভুল" - msgid "Bad value for nativeMode" msgstr "nativeMode ৰ বাবে বেয়া মান" @@ -1104,18 +1081,12 @@ msgstr "pid ফাইল পথ নিৰ্ধাৰণ কৰিব নোৱ msgid "Can't determine socket paths" msgstr "চকেট পথসমূহ নিৰ্ধাৰণ কৰিব নোৱাৰি" -msgid "Can't determine user directory" -msgstr "ব্যৱহাৰকাৰী ডাইৰেকটৰি নিৰ্ধাৰণ কৰিব নোৱাৰি" - msgid "Can't find prlctl command in the PATH env" msgstr "PATH env ত prlctl কমান্ড বিচাৰি পোৱা নাযায়" msgid "Can't initialize access manager" msgstr "অভিগম ব্যৱস্থাপকক আৰম্ভ কৰিব নোৱাৰি" -msgid "Can't initialize logging" -msgstr "লগিং আৰম্ভ কৰিব নোৱাৰি" - #, c-format msgid "Can't load config file: %s: %s" msgstr "সংৰূপ ফাইল ল'ড কৰিব: %s: %s" @@ -1232,9 +1203,6 @@ msgstr "ফাইল '%s' মচিব নোৱাৰি" msgid "Cannot determine balloon device path" msgstr "বেলুন ডিভাইচ পথ নিৰ্ধাৰণ কৰিব নোৱাৰি" -msgid "Cannot determine free memory" -msgstr "মুক্ত মেমৰি নিৰ্ধাৰণ কৰিব নোৱাৰি" - msgid "Cannot determine system clock HZ" msgstr "চিস্টেম ঘড়ী HZ নিৰ্ধাৰণ কৰিব নোৱাৰি" @@ -1435,10 +1403,6 @@ msgstr "নিয়ন্ত্ৰকৰ ইন্ডেক্স %s বিশ্ msgid "Cannot parse mode string" msgstr "অৱস্থা স্ট্ৰিং বিশ্লেষণ কৰিব নোৱাৰি" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "'%s' ৰ পৰা নম্বৰ বিশ্লেষণ কৰিব নোৱাৰি" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "চকেট ঠিকনা '%s' বিশ্লেষণ কৰিব নোৱাৰি: %s" @@ -1623,9 +1587,6 @@ msgstr "তথ্য লিখিব নোৱাৰি" msgid "Capacity" msgstr "ক্ষমতা" -msgid "Capacity cannot be empty." -msgstr "ক্ষমতা ৰিক্ত থাকিব নোৱাৰিব।" - msgid "Capacity:" msgstr "ধাৰণ শক্তি:" @@ -1897,10 +1858,6 @@ msgstr "মেমৰি প্ৰাচলসমূহ পৰিবৰ্তন msgid "Could not change scheduler parameters: %s" msgstr "সূচীৰ প্ৰাচলসমূহ পৰিবৰ্তন কৰিব পৰা নগল: %s" -#, c-format -msgid "Could not close %s" -msgstr "%s বন্ধ কৰিব পৰা নগল" - msgid "Could not configure network" msgstr "%s লৈ সংযোগ কৰিব পৰা ন'গ'ল" @@ -1921,14 +1878,6 @@ msgstr "অবিকল্পিত বিন্যাস নকল কৰা msgid "Could not copy volume: %s" msgstr "ভলুইম কপি কৰিব পৰা নগল: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "অধিবেশনৰ উদাহৰণ সৃষ্টি কৰিব পৰা নগল, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "VirtualBox উদাহৰণ সৃষ্টি কৰিব পৰা নগল, rc = 0x%08x" - msgid "Could not create filter" msgstr "ফিল্টাৰ সৃষ্টি কৰিব পৰা নগল" @@ -1965,9 +1914,6 @@ msgstr "টান প্ৰতিক্ৰিয়া বস্তুক ক্ৰ msgid "Could not destroy domain: %s" msgstr "ডমেইন ধ্বংস কৰিব নোৱাৰি: %s" -msgid "Could not determine home directory" -msgstr "ঘৰ ডাইৰেকটৰি নিৰ্ধাৰণ কৰিব পৰা নগল" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "স্ট্ৰিং %s ৰ পৰা কাৰনেল সংস্কৰণ নিৰ্ধাৰণ কৰিব নোৱাৰি" @@ -2330,10 +2276,6 @@ msgstr "'%s' ৰ বাবে 'bonding/use_carrier' '%s' বিশ্লেষ msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "'%s' ৰ বাবে 'bridge/stp_state' বিশ্লেষণ কৰিব পৰা নগল '%s'" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "'%s' ৰ পৰা IID বিশ্লেষণ কৰিব পৰা নগল, rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "MTU মান '%s' বিশ্লেষণ কৰিব নোৱাৰি" @@ -2378,14 +2320,6 @@ msgstr "usb ফাইল %s বিশ্লেষণ কৰিবলৈ ব্ msgid "Could not parse valid disk index from '%s'" msgstr "'%s' ৰ পৰা বৈধ ডিস্ক সূচী বিশ্লেষণ কৰিব পৰা নগল" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "'%s' ৰ পৰা সংস্কৰণ সংখ্যা বিশ্লেষণ কৰিব পৰা নগল" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "ৰেজিস্ট্ৰি মান '%s\\%s' প্ৰশ্ন কৰিব নোৱাৰি" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "সংৰূপৰ পৰা '%s' পঢ়িব পৰা নগল, বৈয়াম %d" @@ -2538,9 +2472,6 @@ msgstr "ডিস্ক ঠিকনা সতা সত্য নিৰূপ msgid "Could not wipe volume: %s" msgstr "ভলিউম আতৰাব পৰা নগল: %s" -msgid "Could not write to stream" -msgstr "স্ট্ৰিমলৈ লিখিব পৰা নগল" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "পথ '%s' ত ডিভাইচ '%s' ৰ বাবে লক ফাইল সৃষ্টি কৰিব পৰা নগল" @@ -2999,9 +2930,6 @@ msgstr "" "ডমেইন XML এ কোনো ফাইল-ভিত্তিয় হাৰ্ডডিস্ক অন্তৰ্ভুক্ত নকৰে, VMX ফাইলৰ বাবে তথ্যসংগ্ৰহ " "আৰু পথ কম কৰিব নোৱাৰি" -msgid "Domain XML must contain at least one <disk> element." -msgstr "ডমেইন XML এ অন্তত এটা <disk> উপাদান অন্তৰ্ভুক্ত কৰিব লাগিব।" - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "ডমেইন ইতিমধ্যে অস্তিত্ববান, অস্তিত্ববান ডমেইন সম্পাদন কৰাটো সমৰ্থিত নহয়" @@ -3236,12 +3164,6 @@ msgstr "ত্ৰুটি অধিসূচনা কলবেক প্ৰদ msgid "Error opening file %s" msgstr "ফাইল %s খোলোতে ত্ৰুটি" -msgid "Error parsing 'path'. Invalid characters." -msgstr "'path' বিশ্লেষণ কৰিবলৈ ব্যৰ্থ। অবৈধ অক্ষৰ।" - -msgid "Error parsing volume XML." -msgstr "ভলিউম XML বিশ্লেষণ কৰোতে ত্ৰুটি।" - #, c-format msgid "Error reading secret: %s" msgstr "গোপনীয় তথ্য পঢ়িবলৈ সমস্যা: %s" @@ -3253,13 +3175,6 @@ msgstr "ফায়াৰৱাল নিৰ্মাণ কৰোতে ত্ৰ msgid "Error while building firewall: %s" msgstr "ফায়াৰৱাল নিৰ্মাণ কৰোতে ত্ৰুটি: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "%s ঠিকনাৰ তথ্য প্ৰাপ্ত কৰিবলৈ ত্ৰুটি" - -msgid "Error while opening SSH session." -msgstr "SSH সেশান খুলিবলৈ ত্ৰুটি।" - msgid "Error while processing command's IO" msgstr "কমান্ডৰ IO প্ৰক্ৰিয়া কৰোতে ত্ৰুটি" @@ -3272,10 +3187,6 @@ msgstr "/proc/cgroups পঢ়োতে ত্ৰুটি" msgid "Error while reading the domain name" msgstr "ডমেইনৰ নাম পঢ়োতে ত্ৰুটি" -#, c-format -msgid "Escape character is %s\n" -msgstr "এস্কেইপ আখৰ হল %s\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "ইথাৰনেট নিয়ন্ত্ৰক সূচী %d [0..3] বিস্তাৰৰ বাহিৰ" @@ -3650,10 +3561,6 @@ msgstr "ট্ৰি লিস্টিং সম্পূৰ্ণ কৰিব msgid "Failed to connect socket to '%s'" msgstr "চকেটক '%s' লে সংযোগ কৰিবলে ব্যৰ্থ" -#, c-format -msgid "Failed to connect to %s" -msgstr "%s ৰ সৈতে সংযোগ কৰিবলৈ ব্যৰ্থঅক্ষম" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "দূৰৱৰ্তী libvirt URl %s লৈ সংযোগ কৰিবলে ব্যৰ্থ: %s" @@ -3753,9 +3660,6 @@ msgstr "%sৰ পৰা নে'টৱৰ্ক নিৰ্মাণ কৰো msgid "Failed to create node device from %s" msgstr "%sৰ পৰা নোড ডিভাইচ নিৰ্মাণ কৰিবলৈ ব্যৰ্থ" -msgid "Failed to create pipe" -msgstr "পাইপ নিৰ্মাণ কৰোঁতে ব্যৰ্থ: %s" - #, c-format msgid "Failed to create pool %s" msgstr "%s পুল সৃষ্টি কৰোঁতে বিফল" @@ -4454,10 +4358,6 @@ msgstr "'%s' ৰ বাবে PCI বিন্যাস স্থান পঢ় msgid "Failed to read file '%s'" msgstr "'%s' ফাইল খুলিবলৈ কৰোঁতে ব্যৰ্থ" -#, c-format -msgid "Failed to read from %s" -msgstr "%s ৰ পৰা পঢ়িবলে ব্যৰ্থ" - msgid "Failed to read from signal pipe" msgstr "সংকেত pipe ৰ পৰা পঢ়িবলে ব্যৰ্থ" @@ -4881,9 +4781,6 @@ msgstr "ব্যৰ্থ হল।" msgid "Failure action %s is not supported by sanlock" msgstr "ব্যৰ্থতা কাৰ্য্য %s sanlock দ্বাৰা সমৰ্থিত নহয়" -msgid "Failure establishing SSH session." -msgstr "SSH সেশান খুলিবলৈ ত্ৰুটি।" - msgid "Failure to mask address" msgstr "ঠিকনা মাস্ক কৰিবলে ব্যৰ্থ" @@ -4898,9 +4795,6 @@ msgstr "নেটৱৰ্ক '%s' ত non-IPv6 ঠিকনা '%s' ৰ বা msgid "Feature %s required by CPU model %s not found" msgstr "%s গুণ CPU মডেল %s ৰ ক্ষেত্ৰত আৱশ্যক, কিন্তু ইয়াক পোৱা নাযায়" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "ডমেইন XML ফাইলত <disk> ৰ অন্তৰ্গত ফিল্ড <src> সন্ধানহীন।" - msgid "Field kernel memory too long for destination" msgstr "ফিল্ড কাৰনেল মেমৰি গন্তব্যৰ বাবে অত্যাধিক দীঘল" @@ -5013,9 +4907,6 @@ msgstr "GET কাৰ্য্যকৰণ বিফল: %s" msgid "GNUTLS call error" msgstr "GNUTLS call ৰ ভুল" -msgid "GNUTLS support not available in this build" -msgstr "GNUTLS সমৰ্থন এই নিৰ্মাণৰ বাবে উপলব্ধ নহয়" - msgid "Get block device size info for a domain." msgstr "এটা ডমেইনৰ বাবে খণ্ড ডিভাইচ আকাৰ তথ্য প্ৰাপ্ত কৰক।" @@ -5429,9 +5320,6 @@ msgid "" "only" msgstr "আন্তঃপৃষ্ঠ ধৰণ hostdev বৰ্তমানে কেৱল SR-IOV ভাৰছুৱেল ফলনসমূহত সমৰ্থিত" -msgid "Interrupted by a signal" -msgstr "সংকেত দ্বাৰা বিঘ্নিত" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "vlan <tag> উপাদানত অবৈধ \"nativeMode='%s'\"" @@ -5958,9 +5846,6 @@ msgstr "কাৰনেলে ব্যক্তিগত devpts সমৰ্থ msgid "Kernel doesn't support user namespace" msgstr "কাৰনেলে ব্যৱহাৰকাৰী নেইমস্পেইচ সমৰ্থন নকৰে" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "কি' ৰিক্ত হব লাগিব, Power হাইপাৰভাইজৰে আপোনাৰ বাবে এটা সৃষ্টি কৰিব।" - msgid "Key of the current session differs from the key at last login" msgstr "বৰ্তমান অধিবেশনৰ কি সৰ্বশেষ লগিনৰ পৰা ভিন্ন" @@ -6089,10 +5974,6 @@ msgstr "" "ক্ষতিগ্ৰস্থ 'uri_aliases' সংৰূপ প্ৰবিষ্টি '%s', আশা কৰা হৈছিল 'alias=uri://host/" "path'" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "ক্ষতিগ্ৰস্থ TLS whitelist সাধাৰণ অভিব্যক্তি '%s'" - #, c-format msgid "Malformed ctrl-alt-del setting '%s'" msgstr "ক্ষতিগ্ৰস্থ ctrl-alt-del সংহতি '%s'" @@ -6148,9 +6029,6 @@ msgstr "সৰ্বোচ্চ মেমৰি:" msgid "Memory '%llu' must be less than %llu" msgstr "মেমৰি '%llu', %llu কে কম হব লাগিব" -msgid "Memory allocation failure" -msgstr "মেমৰি বিতৰণ কৰোঁতে ব্যৰ্থ" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -6593,9 +6471,6 @@ msgstr "গন্তব্যৰ ক্ষেত্ৰত %s মডেল অত msgid "Model name contains invalid characters" msgstr "মডেলৰ নামত অবৈধ অক্ষৰ আছে" -msgid "Monitor does not support sending of file descriptors" -msgstr "মনিটৰে ফাইল বিৱৰকসমূহ পঠোৱাটো সমৰ্থন নকৰে" - #, c-format msgid "Monitor path %s too big for destination" msgstr "গন্তব্যৰ ক্ষেত্ৰত মনিটৰ পথ %s অত্যাধিক ডাঙৰ" @@ -6692,9 +6567,6 @@ msgstr "নাম" msgid "Name of chain is longer than %u characters" msgstr "সৃখংলৰ নাম %u আখৰসমূহতকে দীঘল" -msgid "Name or service not known" -msgstr "নাম বা সেৱা অজ্ঞাত" - msgid "Name:" msgstr "নাম:" @@ -6879,9 +6751,6 @@ msgstr "কোনো PCI বাচ উপলব্ধ নাই" msgid "No active operation on device: %s" msgstr "ডিভাইচত কোনো সক্ৰিয় কাৰ্য্য নাই: %s" -msgid "No address associated with hostname" -msgstr "গৃহস্থৰ নামৰ সৈতে কোনো ঠিকনা যুক্ত নহয়" - #, c-format msgid "No args present for signature %s" msgstr "স্বাক্ষৰ %s ৰ বাবে কোনো args নাই" @@ -7057,9 +6926,6 @@ msgstr "এটা উত্তৰ নিদিয়া প্ৰশ্ন দ্ msgid "Non-empty feature list specified without CPU model" msgstr "CPU ৰ মডেল উল্লেখ নকৰি তথ্য বিশিষ্ট গুণৰ তালিকা নিৰ্ধাৰিত হৈছে" -msgid "Non-recoverable failure in name resolution" -msgstr "নাম বিশ্লেষণৰ সময়ত গুৰুতৰ বিপৰ্যয় হৈছে" - msgid "None" msgstr "শূণ্য" @@ -7151,12 +7017,6 @@ msgstr "দেখুৱাবলে কেৱল %d CPUs উপলব্ধ\n" msgid "Only '%s' filesystem type is supported" msgstr "কেৱল '%s' ফাইলচিস্টেম ধৰণ সমৰ্থিত" -msgid "Only 'credit' scheduler is supported" -msgstr "কেৱল 'credit' সূচক সমৰ্থিত" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "কেৱল 'scsi_host' এডাপ্টাৰ সমৰ্থিত" - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "কেৱল IPv4 অথবা IPv6 ঠিকনাসমূহ iptables ৰ সৈতে ব্যৱহাৰ কৰিব পাৰি" @@ -7329,9 +7189,6 @@ msgstr "PCI ডিভাইচ %04x:%02x:%02x.%x আবন্টিত নেট msgid "PCI device %s is not assignable" msgstr "PCI ডিভাইচ %s ধাৰ্য্য কৰিব পৰা নহয়" -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI হোস্ট ডিভাইচৰ ক্ষেত্ৰত 'pci' ধৰণৰ ঠিকনা ব্যৱহাৰ কৰা আৱশ্যক" - msgid "POST operation failed" msgstr "POST কাৰ্য্যকৰণ বিফল" @@ -7354,9 +7211,6 @@ msgstr "প্ৰাচল '%s' এটা স্ট্ৰিং নহয়" msgid "Parameter '%s' is not supported by this kernel" msgstr "এই কাৰনেল দ্বাৰা '%s' সমৰ্থিত নহয়" -msgid "Parameter string not correctly encoded" -msgstr "স্থিতিমাপৰ পংক্তি সঠিকহিচাপে এনকোড কৰা নহয়" - msgid "Parent" msgstr "উপধায়ক" @@ -7526,20 +7380,6 @@ msgstr "ইয়াৰ বেকিং ছবিৰ পৰা এটা ডিস msgid "Port profile Associate failed for %s" msgstr "পোৰ্ট আলেখ্যা সহায়ক %s ৰ বাবে ব্যৰ্থ হল" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"সম্ভবত আপোনাৰ LPAR ত IBM সঁজুলিসমূহ ইনস্টল নাই। এই বৈশিষ্ট্য সামৰ্থবান কৰিবলে আপোনাৰ " -"সমৰ্থনক যোগাযোগ কৰক।" - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"সম্ভবত আপোনাৰ LPAR ত IBM সঁজুলিসমূহ ইনস্টল নাই। এই বৈশিষ্ট্য সামৰ্থবান কৰিবলে আপোনাৰ " -"সমৰ্থনক যোগাযোগ কৰক।" - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "PrepareTunnel কল কৰা হৈছে কিন্তু কোনো TUNNELLED ফ্লেগ নিৰ্ধাৰণ কৰা নহয়" @@ -7593,9 +7433,6 @@ msgstr "প্ৰক্ৰিয়া %zu %p %p [[[%s]]][[[%s]]]" msgid "Process CPU affinity is not supported on this platform" msgstr "এই স্থাপত্যত CPU এফিনিটি সমৰ্থন কৰা নহয়" -msgid "Processing request in progress" -msgstr "সংসাধনৰ অনুৰোধ চলি আছে" - msgid "" "Property 'guest-stats-polling-interval' not found on memory balloon driver." msgstr "মেমৰি বেলুন ড্ৰাইভাৰত বৈশিষ্ট্য 'guest-stats-polling-interval' পোৱা নগল।" @@ -7728,14 +7565,6 @@ msgid "Refusing to undefine while domain managed save image exists" msgstr "" "ডমেইন ব্যৱস্থাপিত সংৰক্ষণ ছবি অস্তিত্ববান থকা অৱস্থাত অবিৱৰণ কৰিবলে নাকচ কৰিছে" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "ৰেজিস্ট্ৰি মান '%s\\%s' ৰ অপ্ৰত্যাশিত মান" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "ৰেজিস্ট্ৰি মান '%s\\%s' অতি সৰু" - #, c-format msgid "Remote command terminated with non-zero code: %d" msgstr "অ-শূন্য ক'ডৰ সৈতে দূৰৱৰ্তী কমান্ডৰ অন্ত হল: %d" @@ -7767,12 +7596,6 @@ msgstr "এটা সংৰক্ষিত অৱস্থা ফাইলৰ msgid "Reply message incorrect" msgstr "উত্তৰ বাৰ্তা ভুল" -msgid "Request canceled" -msgstr "অনুৰোধ বাতিল কৰা হৈছে" - -msgid "Request not canceled" -msgstr "অনুৰোধ বাতিল কৰা নহয়" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "অনুৰোধ কৰা ডিভাইচ '%s' লক ফাইল '%s' দ্বাৰা লক কৰা আছে প্ৰক্ৰিয়া %lld" @@ -8139,9 +7962,6 @@ msgstr "এই চকেটত ফাইল বিৱৰকসমূহ পঠ msgid "Serial port index %d out of [0..3] range" msgstr "ক্ৰমিক পৰ্ট সূচী %d [0..3] বিস্তাৰৰ বাহিৰ" -msgid "Servname not supported for ai_socktype" -msgstr "ai_socktype ৰ বাবে Servname সমৰ্থিত নহয়" - msgid "Set a secret value." msgstr "গোপনীয় মান নিৰ্ধাৰণ কৰক।" @@ -8454,9 +8274,6 @@ msgstr "ভঁৰালৰ সমষ্টি পোৱা ন'গ'ল" msgid "Storage volume not found: %s" msgstr "ভঁৰালৰ সমষ্টি পোৱা ন'গ'ল: %s" -msgid "StoragePool name already exists." -msgstr "StoragePool নাম ইতিমধ্যে অস্তিত্ববান।" - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "স্ট্ৰিম তথ্য পঠাবলে অত্যাধিক দীঘল (%zu বাইট প্ৰয়োজনীয়, %zu বাইট উপলব্ধ)" @@ -8509,9 +8326,6 @@ msgstr "" "অতিথি OS ৰ শক্তি ব্যৱস্থাপনা ব্যৱহাৰ কৰি এটা চলি থকা ডমেইনক স্থগিত কৰে। (মন কৰিব: " "ইয়াৰ বাবে এটা অতিথি সহায়ক সংৰূপিত থাকি অতিথি OS ত চলি থকাৰ প্ৰয়োজন)।" -msgid "System error" -msgstr "চিস্টেমৰ ভুল" - msgid "System is in use" msgstr "চিস্টেম ব্যৱহৃত" @@ -8920,9 +8734,6 @@ msgstr "লক্ষ্য ভিডিঅ' কাৰ্ড vram %u উৎস %u msgid "Target watchdog model %s does not match source %s" msgstr "লক্ষ্য watchdog আৰ্হি %s উৎস %s ৰ সৈতে মিল নাখায়" -msgid "Temporary failure in name resolution" -msgstr "নাম বিশ্লেষণ কৰোঁতে সাময়িক বিফলতা" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -9247,9 +9058,6 @@ msgstr "" msgid "Type='%s' unsupported for <interface type='vhostuser'>" msgstr "Type='%s', <interface type='vhostuser'> ৰ বাবে অসমৰ্থিত" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "UNIX ডমেইন চকেটসমূহ এই প্লেটফৰ্মত সমৰ্থিত নহয়" - msgid "UNIX sockets are not supported on this platform" msgstr "UNIX চকেটসমূহ এই প্লেটফৰ্মত সমৰ্থিত নহয়" @@ -9311,9 +9119,6 @@ msgstr "'%s' ৰ বাবে স্ট্ৰিম অভিগম কৰিব msgid "Unable to acquire lock on '%s'" msgstr "'%s' ত লক প্ৰাপ্ত কৰিবলে অক্ষম" -msgid "Unable to add LPAR to the table" -msgstr "টেবুললে LPAR যোগ কৰিবলে অক্ষম" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "ব্ৰিজ %s পোৰ্ট %s যোগ কৰিবলে অক্ষম" @@ -9321,10 +9126,6 @@ msgstr "ব্ৰিজ %s পোৰ্ট %s যোগ কৰিবলে অ msgid "Unable to add epoll fd" msgstr "epoll fd যোগ কৰিবলে অক্ষম" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "ঘটনা লুপলে হেণ্ডেল %d যোগ কৰিবলে অক্ষম" - #, c-format msgid "Unable to add lockspace %s" msgstr "লকস্পেইচ %s যোগ কৰিবলে অক্ষম" @@ -9456,21 +9257,9 @@ msgstr "JSON ফৰমেটাৰ সৃষ্টি কৰিবলে অক msgid "Unable to create JSON parser" msgstr "JSON বিশ্লেষক সৃষ্টি কৰিবলে অক্ষম" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "LPAR সৃষ্টি কৰিবলে অক্ষম। কাৰণ: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "সংৰক্ষণ পুল সৃষ্টি কৰিবলে অক্ষম: %s" - msgid "Unable to create TAP devices on this platform" msgstr "এই প্লেটফৰ্মত TAP ডিভাইচসমূহ সৃষ্টি কৰিবলে অক্ষম" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "ভলিউম সৃষ্টি কৰিবলে অক্ষম: %s" - msgid "Unable to create blkid library handle" msgstr "blkid লাইব্ৰেৰী হেণ্ডেল সৃষ্টি কৰিব নোৱাৰি" @@ -9507,15 +9296,6 @@ msgstr "" msgid "Unable to create migration thread" msgstr "প্ৰব্ৰজন থ্ৰেড সৃষ্টি কৰিবলে অক্ষম" -msgid "Unable to create new virtual adapter" -msgstr "নতুন ভাৰছুৱেল এডাপ্টাৰ সৃষ্টি কৰিবলে অক্ষম" - -msgid "Unable to create pipe" -msgstr "পাইপ সৃষ্টি কৰিবলে অক্ষম" - -msgid "Unable to create signal pipe" -msgstr "সংকেত pipe সৃষ্টি কৰিবলে অক্ষম" - msgid "Unable to create socket" msgstr "চকেট সৃষ্টি কৰিবলে অক্ষম" @@ -9559,59 +9339,10 @@ msgstr "লকস্পেইচ সম্পদ %s মচি পেলাবল msgid "Unable to delete port %s from OVS" msgstr "OVS ৰ পৰা পোৰ্ট %s মচি পেলাবলে অক্ষম" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "সংৰক্ষণ পুল ধ্বংস কৰিবলে অক্ষম: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "%s ৰ বাবে ফাইলচিস্টেম চিনাক্ত কৰিবলে অক্ষম" -msgid "Unable to determine config directory" -msgstr "config ডাইৰেকটৰি নিৰ্ধাৰণ কৰিবলে অক্ষম" - -msgid "Unable to determine domain's CPU." -msgstr "ডমেইনৰ CPU নিৰ্ধাৰণ কৰিবলে অক্ষম।" - -msgid "Unable to determine domain's max memory." -msgstr "ডমেইনৰ সৰ্বাধিক মেমৰি নিৰ্ধাৰণ কৰিবলে অক্ষম।" - -msgid "Unable to determine domain's memory." -msgstr "ডমেইনৰ মেমৰি নিৰ্ধাৰণ কৰিবলে অক্ষম।" - -msgid "Unable to determine domain's name." -msgstr "ডমেইনৰ নাম নিৰ্ধাৰণ কৰিবলে অক্ষম।" - -msgid "Unable to determine home directory" -msgstr "ঘৰ ডাইৰেকটৰি নিৰ্ধাৰ কৰিবলে অক্ষম" - -msgid "Unable to determine number of domains." -msgstr "ডমেইনসমূহৰ সংখ্যা নিৰ্ধাৰণ কৰিবলে অক্ষম।" - -msgid "Unable to determine storage pool's name." -msgstr "সংৰক্ষণ পুলৰ নাম নিৰ্ধাৰণ কৰিবলে অক্ষম।" - -msgid "Unable to determine storage pool's uuid." -msgstr "সংৰক্ষণৰ পুলৰ uuid নিৰ্ধাৰণ কৰিবলে অক্ষম।" - -msgid "Unable to determine storage pools's size." -msgstr "সংৰক্ষণ পুলৰ আকাৰ নিৰ্ধাৰণ কৰিবলে অক্ষম।" - -msgid "Unable to determine storage pools's source adapter." -msgstr "সংৰক্ষণ পুলৰ উৎস এডাপ্টাৰ নিৰ্ধাৰণ কৰিবলে অক্ষম।" - -msgid "Unable to determine storage sp's name." -msgstr "সংৰক্ষণৰ sp নাম নিৰ্ধাৰণ কৰিবলে অক্ষম।" - -msgid "Unable to determine storage sp's uuid." -msgstr "সলৰক্ষণৰ sp uuid নিৰ্ধাৰণ কৰিবলে অক্ষম।" - -msgid "Unable to determine storage sps's size." -msgstr "সংৰক্ষণ sp আকাৰ নিৰ্ধাৰণ কৰিবলে অক্ষম।" - -msgid "Unable to determine storage sps's source adapter." -msgstr "সংৰক্ষণ sp ৰ উৎস এডাপ্টাৰ নিৰ্ধাৰণ কৰিবলে অক্ষম।" - msgid "Unable to disable nagle algorithm" msgstr "nagle এলগৰিথম অসামৰ্থবান কৰিবলে অক্ষম" @@ -9687,9 +9418,6 @@ msgstr "সময়ৰ বিন্যাস দিবলে অক্ষম" msgid "Unable to generate diffie-hellman parameters: %s" msgstr "diffie-hellman প্ৰাচলসমূহ সৃজন কৰিবলে অক্ষম: %s" -msgid "Unable to generate random uuid." -msgstr "যাদৃচ্ছিক uuid সৃজন কৰিবলে অক্ষম।" - msgid "Unable to get Capabilities" msgstr "ক্ষমতাসমূহ প্ৰাপ্ত কৰিবলে অক্ষম" @@ -9717,12 +9445,6 @@ msgstr "এই প্লেটফৰ্মত %s ত STP বিলম্ব প msgid "Unable to get STP on %s on this platform" msgstr "এই প্লেটফৰ্মত %s ত STP প্ৰাপ্ত কৰিবলে অক্ষম" -msgid "Unable to get VIOS name" -msgstr "VIOS নাম প্ৰাপ্ত কৰিবলে অক্ষম" - -msgid "Unable to get VIOS profile name." -msgstr "VIOS আলেখ্যৰ নাম প্ৰাপ্ত কৰিবলে অক্ষম।" - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "আন্তঃপৃষ্ঠ %s ৰ বাবে VLAN প্ৰাপ্ত কৰিবলে অক্ষম" @@ -9759,9 +9481,6 @@ msgstr "ডোমেইনৰ অৱস্থা প্ৰাপ্ত কৰি msgid "Unable to get free loop device via ioctl" msgstr "ioctl দ্বাৰা মুক্ত লুপ ডিভাইচ প্ৰাপ্ত কৰিবলৈ অক্ষম" -msgid "Unable to get free slot number" -msgstr "মুক্ত স্লট সংখ্যা প্ৰাপ্ত কৰিবলে অক্ষম" - #, c-format msgid "Unable to get index for interface %s" msgstr "আন্তঃপৃষ্ঠ %s ৰ বাবে সূচী প্ৰাপ্ত কৰিবলে অক্ষম" @@ -9899,9 +9618,6 @@ msgstr "SELinux প্ৰক্ৰিয়া পৰিপ্ৰেক্ষতি msgid "Unable to make TAP device non-persistent" msgstr "TAP ডিভাইচ অ-পৰিবৰ্তনশীল কৰিবলে অক্ষম" -msgid "Unable to make pipe" -msgstr "pipe বনাবলে অক্ষম" - msgid "Unable to mark loop device as autoclear" msgstr "loop ডিভাইচক autoclear হিচাপে চিহ্নিত কৰিবলে অক্ষম" @@ -9959,10 +9675,6 @@ msgstr "ফাইলচিস্টেম %s খোলিব নোৱাৰি" msgid "Unable to open log file %s" msgstr "লগ ফাইল %s খোলিবলে অক্ষম" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "মনিটৰ পথ %s খোলোঁতে ব্যৰ্থ" - #, c-format msgid "Unable to open resource %s" msgstr "সম্পদ %s খোলিবলে অক্ষম" @@ -10022,9 +9734,6 @@ msgstr "কুটা বিশ্লেষণ কৰিবলে অক্ষম msgid "Unable to parse string parameter" msgstr "স্ট্ৰিং প্ৰাচল বিশ্লেষণ কৰিবলে অক্ষম" -msgid "Unable to poll on file handles" -msgstr "ফাইল হেণ্ডেলসমূহত পল কৰিবলে অক্ষম" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "chardev ফাইল '%s' পূৰ্ব-সৃষ্টি কৰিবলে অক্ষম" @@ -10033,9 +9742,6 @@ msgstr "chardev ফাইল '%s' পূৰ্ব-সৃষ্টি কৰি msgid "Unable to process file with flags %d" msgstr "ফ্লেগসমূহ %dৰ সৈতে ফাইল প্ৰক্ৰিয়া কৰিবলে অক্ষম" -msgid "Unable to put monitor into non-blocking mode" -msgstr "পৰ্দ্দাক non-blocking ধৰণত ৰাখিবলৈ বিফল" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "প্ৰমাণপত্ৰ %s মৌলিক বাধাসমূহ %s প্ৰশ্ন কৰিবলে অক্ষম" @@ -10264,9 +9970,6 @@ msgstr "x509 প্ৰমাণপত্ৰ আৱাহন তালিকা msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "x509 কি' আৰু প্ৰমাণপত্ৰ সংহতি কৰিবলে অক্ষম: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "ৱেইকৱাপ pipe সংস্থাপন কৰিবলে অক্ষম" - #, c-format msgid "Unable to split FD list '%s'" msgstr "FD তালিকা '%s' বিভাজন কৰিবলে অক্ষম" @@ -10306,9 +10009,6 @@ msgstr "CA প্ৰমাণপত্ৰ %s ৰ পৰিবৰ্তে চা msgid "Unable to wait for child process" msgstr "ছাইল্ড প্ৰক্ৰিয়াৰ বাবে অপেক্ষা কৰিবলে অক্ষম" -msgid "Unable to wait on agent monitor condition" -msgstr "সহায়ক মনিটৰ চৰ্তত অপেক্ষা কৰিবলে অক্ষম" - msgid "Unable to wait on epoll" msgstr "epoll ত অপেক্ষা কৰিবলে অক্ষম" @@ -10328,9 +10028,6 @@ msgstr "হস্ট কনচৌল PTY চাবলে অক্ষম" msgid "Unable to write %s" msgstr "%s লিখিবলে অক্ষম" -msgid "Unable to write information to local file." -msgstr "স্থানীয় ফাইললে তথ্য লিখিবলে অক্ষম।" - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "pid ফাইল '%s' লৈ লিখোঁতে ব্যৰ্থ : %s" @@ -10473,10 +10170,6 @@ msgstr "বৈশিষ্ট্য '%s' ৰ অপ্ৰত্যাশিত msgid "Unexpected volume path format: %s" msgstr "অপ্ৰত্যাশিত ভলিউম পথ বিন্যাস: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "মনিটৰ fd %d ৰ বাবে অনিয়ন্ত্ৰিত ঘটনা %d" - msgid "Unknown" msgstr "অজ্ঞাত" @@ -11088,9 +10781,6 @@ msgstr "XML ন'ডে এটা লিখনী অন্তৰ্ভুক্ msgid "XPath evaluation of response for call to '%s' failed" msgstr "'%s' লে কলৰ বাবে প্ৰতিক্ৰিয়াৰ XPath মুল্যায়ন ব্যৰ্থ হল" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "আপুনি সৰ্বাধিক সম্ভাব্যতকে অধিক CPUs ৰ সংখ্যা সংহতি কৰাৰ চেষ্টা কৰি আছে।" - msgid "You must map the root user of container" msgstr "আপুনি বৈয়ামৰ ৰুট ব্যৱহাৰকাৰীক মেপ কৰিব লাগিব" @@ -11204,12 +10894,6 @@ msgstr "উভতি যোৱাৰ পিছত, অৱস্থাক বি msgid "after reverting, change state to running" msgstr "উভতি যোৱাৰ পিছত, অৱস্থাক চলমানলে পৰিবৰ্তন কৰক" -msgid "ai_family not supported" -msgstr "ai_family সমৰ্থিত নহয়" - -msgid "ai_socktype not supported" -msgstr "ai_socktype সমৰ্থিত নহয়" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "ইয়াক বিক্ষিপ্ত এৰাতকৈ, নতুন ক্ষমতা আবণ্টন কৰক" @@ -11773,9 +11457,6 @@ msgstr "libxenlight ৰ বাবে লগাৰ সৃষ্টি কৰি msgid "cannot create path '%s'" msgstr "পথ '%s' নিৰ্মাণ কৰোঁতে ব্যৰ্থ" -msgid "cannot create pipe" -msgstr "পাইপ নিৰ্মাণ কৰোঁতে ব্যৰ্থ: %s" - msgid "cannot create pipe for tunnelled migration" msgstr "টানেল্ড প্ৰব্ৰজনৰ বাবে pipe সৃষ্টি কৰিব নোৱাৰি" @@ -11932,10 +11613,6 @@ msgstr "macvtap টেপত বৈশিষ্ট্য ফ্লেগসম msgid "cannot get file context of '%s'" msgstr "'%s' ৰ ফাইলৰ context প্ৰাপ্ত কৰোঁতে ব্যৰ্থ" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "'%s' ৰ বাবে দল তালিকা প্ৰাপ্ত কৰিব নোৱাৰি" - msgid "cannot get host CPU capabilities" msgstr "হোস্ট CPU ৰ ক্ষমতা প্ৰাপ্ত কৰা সম্ভৱ নহয়" @@ -12997,10 +12674,6 @@ msgstr "Xen hypervisor নিবেশ ব্যৱহাৰ কৰিব পৰ msgid "could not use Xen hypervisor entry %s" msgstr "%s Xen hypervisor নিবেশ ব্যৱহাৰ কৰিব পৰা ন'গ'ল" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "pidfile %s, %d ৰ বাবে লিখিবলৈ ব্যৰ্থ" - #, c-format msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" msgstr "নেটলিঙ্ক প্ৰতিক্ৰিয়াত VF %d ৰ বাবে IFLA_VF_INFO পোৱা নগল" @@ -13608,9 +13281,6 @@ msgstr "ডমেইন ঘটনা %d ৰেজিস্টাৰ কৰা msgid "domain event callback %d not registered" msgstr "ডমেইন ইভেণ্ট কলবেক %d ৰেজিস্টাৰ্ড নহয়" -msgid "domain has assigned non-USB host devices" -msgstr "ডমেইনৰ ধাৰ্য্যত নন-USB হস্ট ডিভাইচসমূহ আছে" - msgid "domain has no snapshots" msgstr "ডমেইনৰ কোনো স্নেপশ্বট নাই" @@ -14138,9 +13808,6 @@ msgstr "SASL তথ্য ডিক'ড কৰিবলে ব্যৰ্থ: % msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "(stop) আন্তঃপৃষ্ঠ %s ধ্বংস কৰিবলে ব্যৰ্থ: %s%s%s" -msgid "failed to determine host name" -msgstr "গৃহস্থৰ নাম প্ৰাপ্ত কৰোঁতে ব্যৰ্থ" - msgid "failed to enable IP forwarding" msgstr "IP আগবঢ়োৱা সক্ৰিয় কৰোঁতে ব্যৰ্থ" @@ -14501,9 +14168,6 @@ msgstr "SSH হস্ট কি' সতা সত্য নিৰূপণ ক msgid "failed to wait on condition" msgstr "আদেশৰ বাবে অপেক্ষা কৰোঁতে ব্যৰ্থ: %s" -msgid "failed to wake up polling thread" -msgstr "পলিং থ্ৰেড ৱেইক আপ কৰিবলে ব্যৰ্থ" - msgid "failed to wakeup migration tunnel" msgstr "প্ৰব্ৰজন টানেল wakeup কৰিবলে ব্যৰ্থ" @@ -14745,9 +14409,6 @@ msgstr "চলি থকা ডমেইনৰ পৰা মান প্ৰা msgid "get/set value to be used on next boot" msgstr "পৰৱৰ্তী বুটত ব্যৱহাৰ কৰিব লগিয়া মান প্ৰাপ্ত কৰক/সংহতি কৰক" -msgid "getting time of day" -msgstr "দিনৰ বৰ্তমান সময় পোৱা হৈছে" - msgid "given uuid does not match XML uuid" msgstr "প্ৰদান কৰা uuid XML uuid ৰ সৈতে মিল নাখায়" @@ -16948,10 +16609,6 @@ msgstr "'%s' ৰ কাৰণে কোনো ডিভাইচৰ কাৰ্ msgid "no device found with alias %s" msgstr "এলিয়াচ %s ৰ সৈতে কোনো ডিভাইচ পোৱা নগল" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "%s ৰ বাবে কোনো ডিস্ক বিন্যাস নাই আৰু প্ৰবিং অসামৰ্থবান কৰা আছে" - #, c-format msgid "no disk named '%s'" msgstr "'%s' নামৰ কোনো ডিস্ক নাই" @@ -17535,9 +17192,6 @@ msgstr "pmsuspended" msgid "poll failed in migration tunnel" msgstr "প্ৰব্ৰজন টানেলত পল ব্যৰ্থ হল" -msgid "poll on socket failed" -msgstr "calloc বিফল" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "পুল '%s' ইতিমধ্যে uuid '%s' ৰ সৈতে অস্তিত্ববান" @@ -17665,10 +17319,6 @@ msgstr "প্ৰব্ৰজনৰ বাবে উপযুক্ত XML প msgid "ps2 bus does not support %s input device" msgstr "ps2 bus দ্বাৰা %s নিবেশ ডিভাইচ সমৰ্থিত নহয়" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: বৰ্তমান পঞ্জিকা প্ৰাপ্ত কৰিবলৈ ব্যৰ্থ: %s" - msgid "qemu does not support SGA" msgstr "qemu এ SGA সমৰ্থন নকৰে" @@ -17676,10 +17326,6 @@ msgstr "qemu এ SGA সমৰ্থন নকৰে" msgid "qemu emulator '%s' does not support xen" msgstr "'%s' qemu এমুলেটৰ দ্বাৰা xen সমৰ্থিত নহয়নহয়" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "qemu এ এটা unix চকেট মনিটৰ ব্যৱহাৰ কৰি থকা নাই, fd %s পঠাব নোৱাৰি" - #, c-format msgid "qemu monitor event callback %d not registered" msgstr "qemu মনিটৰ ইভেণ্ট কলবেক %d ৰেজিস্টাৰ্ড নহয়" @@ -17779,9 +17425,6 @@ msgstr "প্ৰতি ছেকেণ্ডত পঢ়া I/O কাৰ্য msgid "read error on pipe" msgstr "pipe ত পঢ়া ত্ৰুটি" -msgid "read on wakeup fd failed" -msgstr "wakeup fd ত পঢ়া ব্যৰ্থ হল" - msgid "read-only connection" msgstr "অকল পঢ়োঁতেযোগ্য সংযোগ" @@ -18707,9 +18350,6 @@ msgstr "এই qemu এ rng-egd বেকএণ্ড সমৰ্থন নক msgid "this qemu doesn't support the rng-random backend" msgstr "এই qemu এ rng-random বেকএণ্ড সমৰ্থন নকৰে" -msgid "time_t overflow" -msgstr "time_t অভাৰফ্লো" - msgid "timeout must be positive" msgstr "সময়অন্ত ধনাত্মক হব লাগিব" @@ -18905,10 +18545,6 @@ msgstr "'%s:%s' ত চাৰ্ভাৰৰ সৈতে সংযোগ কৰ msgid "unable to create hugepage path %s" msgstr "hugepage পথ %s নিৰ্মাণ কৰিবলৈ ব্যৰ্থৰ্থ" -#, c-format -msgid "unable to create pipe for %s" -msgstr "%s ৰ বাবে pipe সৃষ্টি কৰিবলে অক্ষম" - #, c-format msgid "unable to create rundir %s: %s" msgstr "rundir %s নিৰ্মাণ কৰিবলৈ ব্যৰ্থ: %s" @@ -19001,15 +18637,9 @@ msgstr "VirtualBox driver API আৰম্ভ কৰিব নোৱাৰি" msgid "unable to load knownhosts file '%s': %s" msgstr "knownhosts ফাইল '%s' ল'ড কৰিবলে অক্ষম: %s" -msgid "unable to make pipe" -msgstr "uuid সৃষ্টি কৰোঁতে বিফল" - msgid "unable to make terminal raw: console isn't a tty" msgstr "টাৰ্মিনেল ৰ' নিৰ্মাণ কৰিবলৈ অক্ষম: কনচৌল এটা tty নহয়" -msgid "unable to open pipe" -msgstr "pipe খোলিবলে অক্ষম" - msgid "unable to open stream" msgstr "স্ট্ৰিম খোলিবলে অক্ষম" @@ -19052,10 +18682,6 @@ msgstr "চাৰ্ভাৰ প্ৰমাণপত্ৰ %s পঢ়িবল msgid "unable to read vmware log file" msgstr "vmware লগ ফাইল পঢ়িবলে অক্ষম" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "পোৰ্টক ব্ৰিজ %s লে যোগ কৰি আগৰ অৱস্থা উদ্ধাৰ কৰিবলে অক্ষম" - msgid "unable to register monitor events" msgstr "মনিটৰ ঘটনা নিবন্ধন কৰিবলৈ ব্যৰ্থ" @@ -19125,9 +18751,6 @@ msgstr "প্ৰক্ৰিয়া %lld ৰ বাবে অপেক্ষা msgid "unable to wait on console condition" msgstr "কনচৌল অৱস্থাত অপেক্ষা কৰিবলে অক্ষম" -msgid "unable to wait on libssh2 socket" -msgstr "libssh2 চকেটত অপেক্ষা কৰিবলে অক্ষম" - #, c-format msgid "unable to write data to '%s'" msgstr "'%s' লে তথ্য লিখিবলে অক্ষম" @@ -20230,10 +19853,6 @@ msgstr "অসমৰ্থিত ডিস্ক ধৰণ" msgid "unsupported disk type %s" msgstr "%s ধৰণৰ ডিস্ক সমৰ্থিত নহয়" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "'%s' ধৰণৰ ডিস্ক সমৰ্থিত নহয়" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "ডিস্ক '%s' ৰ কাৰণে অসমৰ্থিত '%s' চালকৰ নাম" @@ -20480,9 +20099,6 @@ msgstr "virDomainGetXMLDesc secure flag ৰ লগত" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "সুৰক্ষিত ফ্লেগৰ সৈতে virDomainSnapshotGetXMLDesc" -msgid "virExec is not implemented for WIN32" -msgstr "virExec ক WIN32 ৰ বাবে প্ৰণয়ন কৰা হোৱা নাই" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "virFileOpenAs ক WIN32 ৰ বাবে প্ৰণয়ন কৰা হোৱা নাই" @@ -20495,12 +20111,6 @@ msgstr "virGetGroupID উপলব্ধ নহয়" msgid "virGetGroupName is not available" msgstr "virGetGroupName উপলব্ধ নহয়" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory উপলব্ধ নহয়" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory উপলব্ধ নহয়" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory উপলব্ধ নহয়" @@ -20510,9 +20120,6 @@ msgstr "virGetUserID উপলব্ধ নহয়" msgid "virGetUserName is not available" msgstr "virGetUserName উপলব্ধ নহয়" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory উপলব্ধ নহয়" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat NULL def" @@ -20551,9 +20158,6 @@ msgstr "virNWFilterSnoopListDel ব্যৰ্থ হল" msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "virNWFilterSnoopReqNew ক অবৈধ কি' \"%s\" (%zu) ৰ সৈতে কল কৰা হৈছে" -msgid "virRun is not implemented for WIN32" -msgstr "virRun ক WIN32 ৰ বাবে প্ৰণয়ন কৰা হোৱা নাই" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID উপলব্ধ নহয়" @@ -20744,10 +20348,6 @@ msgstr "xml পৰিবৰ্তন অসমৰ্থিত" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime মান '%s' ৰ অপ্ৰত্যাশিত বিন্যাস" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime মান '%s' গন্তব্যৰ বাবে অতি দীঘল" - msgid "y - yes, start editor again" msgstr "y - হয়, সম্পাদক পুনৰ আৰম্ভ কৰক" diff --git a/po/bg.mini.po b/po/bg.mini.po index b2dff8f17d..6f98c4e458 100644 --- a/po/bg.mini.po +++ b/po/bg.mini.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-26 07:16+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/fedora/" @@ -810,9 +810,6 @@ msgstr "извличане състоянието на блоковете на msgid "get network interface stats for a domain" msgstr "извличане състоянието на мрежов интерфейс за домейн" -msgid "getting time of day" -msgstr "вземане на времето" - msgid "gracefully shutdown a domain" msgstr "внимателно изключване на домейн" diff --git a/po/bn_IN.mini.po b/po/bn_IN.mini.po index 8c85a9909a..c105a61ed3 100644 --- a/po/bn_IN.mini.po +++ b/po/bn_IN.mini.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-26 07:10+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/libvirt/" @@ -262,12 +262,6 @@ msgstr "" msgid "Active:" msgstr "সক্রিয়:" -msgid "Address family for hostname not supported" -msgstr "হোস্টনামের জন্য ঠিকানা ফ্যামিলি সমর্থিত নয়" - -msgid "All requests done" -msgstr "সকল অনুরোধ সম্পন্ন" - msgid "Allocation:" msgstr "বরাদ্দকরণ:" @@ -275,9 +269,6 @@ msgstr "বরাদ্দকরণ:" msgid "Ancestor model %s not found for CPU model %s" msgstr "%s পূর্ববর্তী মডেলটি CPU মডেল %s-র জন্য পাওয়া যায়নি" -msgid "Argument buffer too small" -msgstr "অার্গুমেন্ট বাফার অত্যন্ত সংক্ষিপ্ত" - #, c-format msgid "" "At least one of name, mac, or ip attribute must be specified for static host " @@ -298,9 +289,6 @@ msgstr "একটি নতুন নেটওয়ার্ক ইন্টার msgid "Attribute mode is only allowed for guest CPU" msgstr "অ্যাট্রিবিউট মোড শুধুমাত্র গেস্ট CPU'র জন্য অনুমোদিত" -msgid "Authentication failed" -msgstr "অনুমোদন বিফল" - msgid "Autostart" msgstr "স্বয়ংক্রিয় প্রারম্ভকরণ" @@ -321,9 +309,6 @@ msgstr "বাজে ipv4 সমাপ্তি ঠিকানা '%s' <nat> msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "বাজে ipv4 সূচনা ঠিকানা '%s' <nat> এ <forward> এ '%s' নেটওয়ার্কে" -msgid "Bad value for ai_flags" -msgstr "ai_flags এর জন্য বাজে মান" - msgid "Bad value for nativeMode" msgstr "nativeMode এর ক্ষেত্রে মান ঠিক নেই" @@ -454,15 +439,9 @@ msgstr "পিড ফাইল পাথ নির্ধারণ করা য msgid "Can't determine socket paths" msgstr "সকেট পাথ নির্ধারণ করা যায় না" -msgid "Can't determine user directory" -msgstr "ব্যবহারকারী ডিরেক্টরি নির্ধারণ করা যায় না" - msgid "Can't initialize access manager" msgstr "অ্যাক্সেস ম্যানেজার আরম্ভ করা যায় না" -msgid "Can't initialize logging" -msgstr "লগিং প্রারম্ভ করা যায় না" - #, c-format msgid "Can't load config file: %s: %s" msgstr "কনফিগারেশন ফাইল লোড করা যায় না: %s: %s" @@ -767,10 +746,6 @@ msgstr "চেন অগ্রাধিকার '%s' পার্জ করা msgid "Could not parse usb file %s" msgstr "usb ফাইল %s পার্স করতে ব্যর্থ" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "সংস্করণ নম্বর '%s' থেকে পার্জ করা যায়নি" - #, c-format msgid "Could not read 'IP_ADDRESS' from config for container %d" msgstr "ধারণকারী %d-র কনফিগ তথ্য থেকে 'IP_ADDRESS' পাঠ করা সম্ভব হয়নি" @@ -1133,20 +1108,10 @@ msgstr "'%s' নির্মাণকারী চাইল্ড প্রস msgid "Error opening file %s" msgstr "ফাইল %s লোড করতে সমস্যা" -msgid "Error parsing 'path'. Invalid characters." -msgstr "'path' পার্স করতে ব্যর্থ। অবৈধ অক্ষর।" - #, c-format msgid "Error reading secret: %s" msgstr "গোপনীয় তথ্য পড়তে সমস্যা: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "%s ঠিকানার তথ্য প্রাপ্ত করতে ত্রুটি" - -msgid "Error while opening SSH session." -msgstr "SSH সেশান খুলতে ত্রুটি।" - #, c-format msgid "Exceeded max iface limit %d" msgstr "সর্বাধিক iface সীমা %d অতিক্রান্ত হয়েছে" @@ -1200,10 +1165,6 @@ msgstr "%s-র সাথে হোস্ট CPU-র তুলনা করতে msgid "Failed to compile regex %s" msgstr "regex %s কম্পাইল করতে ব্যর্থ" -#, c-format -msgid "Failed to connect to %s" -msgstr "%s-র সাথে সংযোগ করতে ব্যর্থ" - #, c-format msgid "Failed to core dump domain %s to %s" msgstr "%s ডোমেইন %s-এ সংরক্ষণ করতে ব্যর্থ" @@ -1242,9 +1203,6 @@ msgstr "%s থেকে নেটওয়ার্ক নির্মাণ কর msgid "Failed to create node device from %s" msgstr "%s থেকে নোড ডিভাইস নির্মাণ করতে ব্যর্থ" -msgid "Failed to create pipe" -msgstr "পাইপ নির্মাণ করতে ব্যর্থ" - #, c-format msgid "Failed to create pool %s" msgstr "%s পুল নির্মাণ করতে ব্যর্থ" @@ -1690,9 +1648,6 @@ msgstr "ভলিউম %s মুছে ফেলতে ব্যর্থ" msgid "Failed to write %zu bytes to storage volume with path '%s'" msgstr "%zu অবস্থানটি, '%s' পাথ সহ সংরক্ষণের ভলিউমের মধ্যে লিখতে ব্যর্থ" -msgid "Failure establishing SSH session." -msgstr "SSH সেশান খুলতে ত্রুটি।" - #, c-format msgid "Family 'ipv6' specified for non-IPv6 address '%s' in network '%s'" msgstr "" @@ -1824,9 +1779,6 @@ msgstr "ইন্টারফেস পাওয়া যায়নি" msgid "Interface not found: %s" msgstr "ইন্টারফেস পাওয়া যায়নি: %s" -msgid "Interrupted by a signal" -msgstr "একটি সংকেত দ্বারা বাধাপ্রাপ্ত" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "vlan <tag> উপাদানে \"nativeMode='%s'\" অবৈধ" @@ -2113,9 +2065,6 @@ msgstr "ত্রুটিপূর্ণ মাপ %s" msgid "Max memory:" msgstr "সর্বোচ্চ মেমরি:" -msgid "Memory allocation failure" -msgstr "মেমরি নির্দিষ্টকরণ ব্যর্থ হয়েছে" - msgid "Memory processed:" msgstr "প্রক্রিয়াভুক্ত মেমরি:" @@ -2310,9 +2259,6 @@ msgstr "নাম" msgid "Name of chain is longer than %u characters" msgstr "চেনের নাম %u অক্ষরের থেকে বড়" -msgid "Name or service not known" -msgstr "নাম বা পরিষেবা অজানা" - msgid "Name:" msgstr "নাম:" @@ -2403,9 +2349,6 @@ msgstr "সকেট ইন্টার-ফেসের সাথে <source> 'p msgid "No JSON parser implementation is available" msgstr "কোনো JSON পার্সারের বাস্তবায়ন উপলব্ধ নেই" -msgid "No address associated with hostname" -msgstr "হোস্টনামের সংগে কোনো ঠিকানা সংশ্লিষ্ট নেই" - msgid "No data supplied for <initarg> element" msgstr "<initarg> উপাদানের জন্য কোনো ডেটা সরবরাহ করা হয়নি" @@ -2444,9 +2387,6 @@ msgstr "নোড ডিভাইস পাওয়া যায়নি: %s" msgid "Non-empty feature list specified without CPU model" msgstr "CPU-র মডেল উল্লেখ না করে তথ্য বিশিষ্ট বৈশিষ্ট্যের তালিকা নির্ধারিত হয়েছে" -msgid "Non-recoverable failure in name resolution" -msgstr "নাম রিজোলিউশনে অপুনরুদ্ধারযোগ্য ব্যর্থতা" - msgid "None" msgstr "শূণ্য" @@ -2547,9 +2487,6 @@ msgstr "XML ডাম্প রূপে stdout-র মধ্যে পুল msgid "Output the vol information as an XML dump to stdout." msgstr "XML ডাম্প রূপে stdout-র মধ্যে ভলিউম সংক্রান্ত তথ্য প্রদর্শন করা হবে।" -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI হোস্ট ডিভাইসের ক্ষেত্রে 'pci' ধরনের ঠিকানা ব্যবহার করা আবশ্যক" - msgid "POST operation failed" msgstr "POST কর্ম বিফল" @@ -2557,9 +2494,6 @@ msgstr "POST কর্ম বিফল" msgid "POST operation failed: %s" msgstr "POST কর্ম বিফল: %s" -msgid "Parameter string not correctly encoded" -msgstr "প্যারামিটার স্ট্রীং সঠিক ভাবে এনকোড করা হয়নি" - #, c-format msgid "Parent device %s is not capable of vport operations" msgstr "পেরেন্ট ডিভাইস %s vport কাজের সমর্থ নয়" @@ -2651,9 +2585,6 @@ msgstr "অগ্রাধিকার '%d' [%d,%d] এর মানের র msgid "Process CPU affinity is not supported on this platform" msgstr "এই প্ল্যাটফর্মের মধ্যে CPU অ্যাফিনিটি সমর্থন করা হয় না" -msgid "Processing request in progress" -msgstr "প্রক্রিয়া অনুরোধের কাজ চলছে" - #, c-format msgid "QueryPerf returned object with unexpected type '%s'" msgstr "QueryPerf অপ্রত্যাশিত ধরন '%s' সমেত অবজেক্ট ফেরত পাঠিয়েছে" @@ -2679,12 +2610,6 @@ msgstr "চিহ্নিত পুল নতুন করে নির্ম msgid "Removable media not supported for %s device" msgstr "%s ডিভাইসের জন্য অপসারণযোগ্য মিডিয়া সমর্থিত নয়" -msgid "Request canceled" -msgstr "অনুরোধ বাতিল করা হয়েছে" - -msgid "Request not canceled" -msgstr "অনুরোধ বাতিল করা হয়নি" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "" @@ -2828,9 +2753,6 @@ msgstr "নিরাপত্তার মডেল পাওয়া যায়ন msgid "Security model:" msgstr "নিরাপত্তার মডেল:" -msgid "Servname not supported for ai_socktype" -msgstr "Servname ai_socktype এর ক্ষেত্রে সমর্থিত নয়" - msgid "Set a secret value." msgstr "গোপনীয় মান নির্ধারণ করুন।" @@ -2913,9 +2835,6 @@ msgstr "ডোমেইন সাসপেন্ড অবস্থায় স্ msgid "Suspend operation failed" msgstr "স্থগিত করার কর্ম বিফল" -msgid "System error" -msgstr "সিস্টেম সংক্রান্ত সমস্যা" - msgid "System lacks NETNS support" msgstr "সিস্টেমের মধ্যে NETNS সমর্থন অনুপস্থিত" @@ -3263,9 +3182,6 @@ msgstr "টার্গেট ভিডিও কার্ড vram %u সোর msgid "Target watchdog model %s does not match source %s" msgstr "টার্গেট watchdog মডেল %s %s সোর্সের সংগে মেলে না" -msgid "Temporary failure in name resolution" -msgstr "নাম রিজোলিউশনে অস্থায়ী ব্যর্থতা" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -3388,17 +3304,10 @@ msgstr "ডিভাইস স্ট্রীম mutex init করতে ব্ msgid "Unable to open %s" msgstr "%s খুলতে ব্যর্থ" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "মনিটর পাথ %s খুলতে ব্যর্থ" - #, c-format msgid "Unable to parse class id '%s'" msgstr "ক্লাস অাইডি পার্জ করতে ব্যর্থ '%s'" -msgid "Unable to put monitor into non-blocking mode" -msgstr "নন-ব্লকিং মোডে মনিটর স্থাপন করতে ব্যর্থ" - #, c-format msgid "Unable to reset PCI device %s: %s" msgstr "%s PCI ডিভাইস পুনরায় নির্ধারণ করতে ব্যর্থ: %s" @@ -3708,12 +3617,6 @@ msgstr "সক্রিয়" msgid "address type='%s' not supported in hostdev interfaces" msgstr "ঠিকানা ধরন='%s' hostdev ইন্টারফেসে সমর্থিত নয়" -msgid "ai_family not supported" -msgstr "ai_family সমর্থিত নয়" - -msgid "ai_socktype not supported" -msgstr "ai_socktype সমর্থিত নয়" - #, c-format msgid "argument key '%s' is too short, missing type prefix" msgstr "আর্গুমেন্ট-কি '%s' অত্যাধিক ছোট, ধরনের প্রে-ফিক্স অনুপস্থিত" @@ -3921,9 +3824,6 @@ msgstr "লগ ডিরেক্টরি %s নির্মাণ করতে msgid "cannot create path '%s'" msgstr "পাথ '%s' নির্মাণ করতে ব্যর্থ" -msgid "cannot create pipe" -msgstr "পাইপ নির্মাণ করতে ব্যর্থ" - #, c-format msgid "cannot decode CPU data for %s architecture" msgstr "%s আর্কিটেকচারের জন্য CPU-র জন্য ডি-কোড করা সম্ভব নয়" @@ -4487,10 +4387,6 @@ msgstr "Xen হাইপার-ভাইসর এন্ট্রি ব্য msgid "could not use Xen hypervisor entry %s" msgstr "Xen হাইপার-ভাইসর এন্ট্রি %s ব্যবহার করতে ব্যর্থ" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "pidfile %s, %d-র জন্য লিখতে ব্যর্থ" - #, c-format msgid "" "couldn't find a portgroup entry in network '%s' matching <portgroup " @@ -4907,9 +4803,6 @@ msgstr "%s লগ-ফাইল নির্মাণ করতে ব্যর msgid "failed to create socket" msgstr "সকেট নির্মাণ করতে ব্যর্থ" -msgid "failed to determine host name" -msgstr "হোস্ট-নেম নির্ধারণ করতে ব্যর্থ" - msgid "failed to enable IP forwarding" msgstr "IP ফরওয়ার্ডিং সক্রিয় করতে ব্যর্থ" @@ -5152,9 +5045,6 @@ msgstr "কোনো ডোমেইনের জন্য পরিসংখ্ msgid "get network interface stats for a domain" msgstr "ডোমেইনের জন্যা নেটওয়ার্ক ইন্টারফকে পরিসংখ্যান প্রাপ্ত করুন" -msgid "getting time of day" -msgstr "দিনের বর্তমান সময় সংগ্রহ" - msgid "gracefully shutdown a domain" msgstr "সঠিক পদ্ধতিতে ডোমেইন বন্ধ করুন" @@ -6498,9 +6388,6 @@ msgstr "সমর্থিত হলে লাইভ কোর ডাম্প msgid "persist VM on destination" msgstr "গন্তব্যস্থলে ভার্চুয়াল মেশিন স্থায়ী হবে" -msgid "poll on socket failed" -msgstr "সকেটের পোল করতে ব্যর্থ" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "পুল '%s' uuid %s এর সংগে ইতিমধ্যেই উপস্থিত" @@ -6568,10 +6455,6 @@ msgstr "প্রোটোকলের মধ্যে family attribute অন msgid "ps2 bus does not support %s input device" msgstr "ps2 bus দ্বারা %s ইনপুট ডিভাইস সমর্থিত হবে না" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: বর্তমান ডিরেক্টরি প্রাপ্ত করতে ব্যর্থ: %s" - #, c-format msgid "qemu emulator '%s' does not support xen" msgstr "'%s' qemu এমুলেটর দ্বারা xen সমর্থিত হয় না" @@ -7102,9 +6985,6 @@ msgstr "mutex আরম্ভ করতে ব্যর্থ" msgid "unable to initialize VirtualBox driver API" msgstr "VirtualBox ড্রাইভার API আরম্ভ করতে ব্যর্থ" -msgid "unable to make pipe" -msgstr "পাইপ নির্মাণ করতে ব্যর্থ" - #, c-format msgid "unable to parse mac address '%s'" msgstr "MAC ঠিকানা '%s' পার্স করতে ব্যর্থ" @@ -7937,10 +7817,6 @@ msgstr "ডিভাইস প্রস্তুতির সাথে অসম msgid "unsupported disk type %s" msgstr "%s ধরনের ডিস্ক সমর্থিত নয়" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "'%s' ধরনের ডিস্ক সমর্থিত নয়" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "'%s' ড্রাইভারের নাম '%s' ডিস্কে সমর্থিত নয়" diff --git a/po/bs.mini.po b/po/bs.mini.po index b8f3373595..213ed3aa77 100644 --- a/po/bs.mini.po +++ b/po/bs.mini.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-26 07:12+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/fedora/language/" @@ -498,9 +498,6 @@ msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" msgid "failed to write configuration file: %s" msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" -msgid "getting time of day" -msgstr "dohvaćanje vremena dana" - msgid "gracefully shutdown a domain" msgstr "dostojanstveno ugasi domenu" diff --git a/po/ca.mini.po b/po/ca.mini.po index 3c6054c90c..346cd1089a 100644 --- a/po/ca.mini.po +++ b/po/ca.mini.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2018-02-24 11:19+0000\n" "Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/libvirt/language/" @@ -610,9 +610,6 @@ msgstr "Estat:" msgid "Suspend a running domain." msgstr "Suspèn un domini en execució." -msgid "System error" -msgstr "Error de sistema" - msgid "Thread(s) per core:" msgstr "Fluxos per nucli:" @@ -665,16 +662,9 @@ msgstr "No es pot obtenir la informació sobre el pid: %d" msgid "Unable to open Machine, rc=%08x" msgstr "No es pot obrir la màquina, rc=%08x" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "No es pot obrir el camí al monitor %s" - msgid "Unable to parse the xml" msgstr "No es pot analitzar sintàcticament l'xml" -msgid "Unable to put monitor into non-blocking mode" -msgstr "No es pot posar el monitor en mode no blocant" - msgid "Unable to serialize the machine description" msgstr "No es pot serialitzar la descripció de la màquina." @@ -1034,9 +1024,6 @@ msgstr "obté les estadístiques d'un dispositiu de blocs referits a un domini" msgid "get network interface stats for a domain" msgstr "obté les estadístiques d'una interfície de xarxa referits a un domini" -msgid "getting time of day" -msgstr "obtenció de la data i hora" - msgid "gracefully shutdown a domain" msgstr "apaga un domini" diff --git a/po/cs.mini.po b/po/cs.mini.po index af54aa77db..88b7faf6b8 100644 --- a/po/cs.mini.po +++ b/po/cs.mini.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2019-12-16 05:00+0000\n" "Last-Translator: Daniel Berrange <dan-zanata@berrange.com>\n" "Language-Team: Czech (http://www.transifex.com/projects/p/fedora/language/" @@ -1036,14 +1036,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s „%s“" - -#, c-format -msgid "%s; try using '%s-noTSX' CPU model" -msgstr "%s; zkuste použít model procesoru „%s-noTSX“" - #, c-format msgid "%s_DEBUG not set with a valid numeric value" msgstr "%s_DEBUG nenastaveno s platnou číselnou hodnotou" @@ -1686,10 +1678,6 @@ msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "" "Po vypsání obsahu paměti se nepodařilo obnovit chod domény „%d“ s libxenlight" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "Popis umístění agenta %s je pro cíl příliš dlouhý" - msgid "All identities provided by the SSH Agent were rejected" msgstr "Všechny identity poskytnuté SSH agentem byly odmítnuty" @@ -1700,9 +1688,6 @@ msgstr "" "Všechny poskytnuté ověřovací metody s přihlašovacími údaji byly serverem " "odmítnuty" -msgid "All requests done" -msgstr "Všechny požadavky dokončeny" - msgid "Allocate or free some pages in the pool for NUMA cell." msgstr "Přiřadit nebo uvolnit nějaké stránky ve fondu pro NUMA buňku." @@ -1746,9 +1731,6 @@ msgstr "" msgid "Argument 'node' %zu outranges defined number of NUMA nodes" msgstr "Argument 'node' %zu outranges definovaný počet NUMA uzlů" -msgid "Argument buffer too small" -msgstr "Vyrovnávací paměť argumentu je příliš malá" - msgid "Arguments must be non null" msgstr "Argumenty nemohou být prázdné" @@ -1858,9 +1840,6 @@ msgstr "Režim atributu je možný pouze pro procesor hosta" msgid "Audit is not supported by the kernel" msgstr "Audit není podporován jádrem" -msgid "Authentication failed" -msgstr "Ověření totožnosti se nezdařilo" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -1910,9 +1889,6 @@ msgstr "Nesprávná počáteční ipv4 adresa „%s“ v <nat> v <forward> v sí msgid "Bad prefix name '%s' for resctrl monitor" msgstr "Chybný název předpony „%s“ pro resctrl monitor" -msgid "Bad value for ai_flags" -msgstr "Chybná hodnota pro ai_flags" - msgid "Bad value for nativeMode" msgstr "Chybná hodnota pro nativeMode" @@ -2360,9 +2336,6 @@ msgstr "Nedaří se zjistit umístění souboru se stavem restartu" msgid "Can't determine socket paths" msgstr "Nedaří se zjistit popisy umístění soketu" -msgid "Can't determine user directory" -msgstr "Nedaří se zjistit složku uživatele" - #, c-format msgid "Can't find boot device of type: %d, device index: %d" msgstr "" @@ -2397,9 +2370,6 @@ msgstr "Nedaří se inicializovat Parallels SDK" msgid "Can't initialize access manager" msgstr "Nedaří se inicializovat správu přístupů" -msgid "Can't initialize logging" -msgstr "Nedaří se inicializovat zaznamenávání událostí" - #, c-format msgid "Can't load config file: %s: %s" msgstr "Nedaří se načíst soubor s nastaveními: %s: %s" @@ -2610,9 +2580,6 @@ msgstr "Nedaří se vytvořit složku „%s“ pro záznam událostí (log)" msgid "Cannot create macvlan devices on this platform" msgstr "Na této platformě není možné vytvářet macvlan zařízení" -msgid "Cannot create pipe for child" -msgstr "Nedaří se vytvořit rouru pro podřízené" - #, c-format msgid "Cannot create resctrl directory '%s'" msgstr "Nedaří se vytvořit resctrl složku „%s“" @@ -2642,13 +2609,6 @@ msgstr "Není možné odpojit zařízení %s bez alternativního názvu" msgid "Cannot determine balloon device path" msgstr "Nedaří se zjistit popis umístění zařízení výplně v operační paměti" -#, c-format -msgid "Cannot determine basename for binary '%s'" -msgstr "Nedaří se zjistit základní název pro binárku „%s“" - -msgid "Cannot determine free memory" -msgstr "Nedaří se zjistit volnou paměť" - msgid "Cannot disable close-on-exec flag" msgstr "Nedaří se vypnout příznak close-on-exec" @@ -2865,9 +2825,6 @@ msgstr "Nelze otevřít /dev/urandom" msgid "Cannot open /proc/cgroups" msgstr "Nedaří se otevřít /proc/cgroups" -msgid "Cannot open fifo pipe" -msgstr "Nedaří se otevřít fifo rouru" - #, c-format msgid "Cannot open init control %s" msgstr "Nedaří se otevřít init řízení %s" @@ -2998,10 +2955,6 @@ msgstr "Nedaří se zpracovat pořadové číslo (index) %s řadiče" msgid "Cannot parse mode string" msgstr "Nedaří se zpracovat řetězec režimu" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "Nedaří se zpracovat číslo z „%s“" - #, c-format msgid "Cannot parse resctrl schema level '%s'" msgstr "Nedaří se zpracovat úroveň resctrl schéma „%s“" @@ -3285,9 +3238,6 @@ msgstr "Není možné zapsat identifikátor procesu do souboru úloh „%s“" msgid "Capacity" msgstr "Kapacita" -msgid "Capacity cannot be empty." -msgstr "Kapacita nemůže být prázdná." - msgid "Capacity:" msgstr "Kapacita:" @@ -3769,10 +3719,6 @@ msgstr "Nelze změnit parametry paměti: %s" msgid "Could not change scheduler parameters: %s" msgstr "Nelze změnit parametry plánovače: %s" -#, c-format -msgid "Could not close %s" -msgstr "Nelze zavřít %s" - #, c-format msgid "Could not complete transfer: %s (%d)" msgstr "Nedaří se dokončit přenos: %s (%d)" @@ -3800,14 +3746,6 @@ msgstr "Nelze zkopírovat svazek: %s" msgid "Could not create CDATA element" msgstr "Nedaří se vytvořit prvek CDATA" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "Nedaří se vytvořit instanci relace, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "Nedaří se vytvořit VirtualBox instanci, rc = 0x%08x" - msgid "Could not create WQL filter" msgstr "Nedaří se vytvořit WQL filtr" @@ -3873,9 +3811,6 @@ msgstr "Nedaří se zrušit serializaci položky pull odpovědi" msgid "Could not destroy domain: %s" msgstr "Nepodařilo se zlikvidovat doménu: %s" -msgid "Could not determine home directory" -msgstr "Nedaří se zjistit domovskou složku" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "Nedaří se zjistit verzi ovladače z řetězce %s" @@ -4380,10 +4315,6 @@ msgstr "nedaří se zpracovat 'bonding/use_carrier' „%s“ pro „%s“" msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "Nedaří se zpracovat 'bridge/stp_state' „%s“ pro „%s“" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "Nedaří se zpracovat IID z „%s“, rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "Nedaří se zpracovat MTU hodnotu „%s“" @@ -4437,18 +4368,10 @@ msgstr "Nedaří se zpracovat usb soubor %s" msgid "Could not parse valid disk index from '%s'" msgstr "Nedaří se zpracovat platné pořadové číslo disku z „%s“" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "Nedaří se vyhodnotit číslo verze z „%s“" - #, c-format msgid "Could not press key %d" msgstr "Nedaří se stisknout klávesu %d" -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "Nedaří se dotázat na hodnotu z registrů „%s\\%s“" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "Nedaří se číst „%s“ z nastavení pro kontejner %d" @@ -4635,16 +4558,9 @@ msgstr "Nedaří se přenést data: %s (%d)" msgid "Could not translate keycode" msgstr "Nedaří se přeložit kód klávesy" -#, c-format -msgid "Could not trigger socket action: %s (%d)" -msgstr "Nepodařilo se spustit akci soketu: %s (%d)" - msgid "Could not verify disk address" msgstr "Nedaří se ověřit adresu disku" -msgid "Could not wait for transfer" -msgstr "Nedaří se čekat na přenos" - #, c-format msgid "Could not wait for transfer: %s (%d)" msgstr "Nedaří se čekat na přenos: %s (%d)" @@ -4653,9 +4569,6 @@ msgstr "Nedaří se čekat na přenos: %s (%d)" msgid "Could not wipe volume: %s" msgstr "Nelze vymazat svazek: %s" -msgid "Could not write to stream" -msgstr "Do proudu se nedaří zapsat" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "Nedaří se vytvořit zamykací soubor pro zařízení „%s“ v umístění „%s“" @@ -5321,9 +5234,6 @@ msgstr "" "XML domény neobsahuje žádné disky založené na souborech, není možné odvodit " "úložiště dat a popis umístění VMX souboru" -msgid "Domain XML must contain at least one <disk> element." -msgstr "Je třeba, aby XML domény obsahovalo alespoň jeden prvek <disk>." - msgid "Domain already contains a device with the same address" msgstr "Doména už obsahuje zařízení se stejnou adresou" @@ -5574,9 +5484,6 @@ msgstr "Duplicitní USB rozbočovač na sběrnici %u port %s" msgid "Duplicate cache type in resctrl for level %u" msgstr "Duplicitní typ mezipaměti v resctrl pro úroveň %u" -msgid "Duplicate key" -msgstr "Duplikovat klíč" - #, c-format msgid "Duplicate security driver %s" msgstr "Duplicitní ovladač zabezpečení %s" @@ -5658,9 +5565,6 @@ msgstr "Prázdná odpověď v průběhu %s" msgid "Enabled" msgstr "Zapnuto" -msgid "End of file from agent monitor" -msgstr "Konec souboru z monitoru agenta" - msgid "End of file from qemu monitor" msgstr "Konec souboru (EOF) od qemu monitoru" @@ -5737,12 +5641,6 @@ msgstr "Je třeba dodat zpětné volání oznámení chyby" msgid "Error opening file %s" msgstr "Chyba otevírání souboru %s" -msgid "Error parsing 'path'. Invalid characters." -msgstr "Chyba při zpracování „path“ (popisu umístění). Neplatné znaky." - -msgid "Error parsing volume XML." -msgstr "Chyba při zpracovávání XML daného svazku." - #, c-format msgid "Error reading secret: %s" msgstr "Chyba při čtení tajemství: %s" @@ -5766,13 +5664,6 @@ msgstr "Chyba při zavírání média, rc=%08x" msgid "Error while creating diff storage, rc=%08x" msgstr "Chyba při vytváření úložiště rozdílů, rc=%08x" -#, c-format -msgid "Error while getting %s address info" -msgstr "Chyb při získávání informace o adrese %s" - -msgid "Error while opening SSH session." -msgstr "Chyba při otevírání SSH relace." - msgid "Error while processing command's IO" msgstr "Chyba při zpracovávání vst./výstupu příkazu" @@ -5791,10 +5682,6 @@ msgstr "" "Chyba při odebírání síťového rozhraní pro komunikaci pouze s hostitelem, rc=" "%08x" -#, c-format -msgid "Escape character is %s\n" -msgstr "Únikový znak je %s\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "Pořadové číslo (index) řadiče ethernet %d je mimo rozsah 0 až 3" @@ -6348,10 +6235,6 @@ msgstr "Nepodařilo se dokončit výpis stromu" msgid "Failed to connect socket to '%s'" msgstr "Nedaří se připojit soket na „%s“" -#, c-format -msgid "Failed to connect to %s" -msgstr "Nepodařilo se připojit k %s" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "Nepodařilo se připojit k libvirt URI %s na protějšku: %s" @@ -6505,12 +6388,6 @@ msgstr "Nepodařilo se vytvořit zařízení uzlu z %s" msgid "Failed to create nvram dir %s" msgstr "Nepodařilo se vytvořit složku nvram %s" -msgid "Failed to create pipe" -msgstr "Nepodařilo se vytvořit rouru" - -msgid "Failed to create pipe for migration" -msgstr "Nepodařilo se vytvořit rouru pro migraci" - #, c-format msgid "Failed to create pool %s" msgstr "Nepodařilo se vytvořit fond %s" @@ -7500,10 +7377,6 @@ msgstr "Nepodařilo se číst soubor kontrolního bodu %s" msgid "Failed to read file '%s'" msgstr "Nezdařilo se čtení souboru '%s'" -#, c-format -msgid "Failed to read from %s" -msgstr "Nepodařilo se čtení z %s" - msgid "Failed to read from signal pipe" msgstr "Nepodařilo se číst ze signální roury" @@ -8112,9 +7985,6 @@ msgstr "Nezdařilo se." msgid "Failure action %s is not supported by sanlock" msgstr "Akce nezdaru %s není podporována sanlock" -msgid "Failure establishing SSH session." -msgstr "Nepodařilo se navázat SSH relaci." - #, c-format msgid "Failure in libvirt_lxc startup: %s\n" msgstr "Nezdař při spouštění libvirt_lxc: %s\n" @@ -8137,17 +8007,6 @@ msgstr "Vlastnost %s požadovaná modelem procesoru %s nebyla nalezena" msgid "Field '%s' too long for destination" msgstr "Kolonka „%s“ je pro cíl příliš dlouhá" -msgid "" -"Field <currentMemory> on the domain XML file is missing or has invalid value" -msgstr "" -"Kolonka <currentMemory> XML souboru domény chybí nebo nemá správnou hodnotu" - -msgid "Field <memory> on the domain XML file is missing or has invalid value" -msgstr "Kolonka <memory> XML souboru domény chybí nebo nemá správnou hodnotu" - -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "V XML souboru domény, pod <disk>, chybí kolonka <src>." - msgid "Field kernel memory too long for destination" msgstr "Kolonka paměť jádra je pro cíl příliš dlouhá" @@ -8351,9 +8210,6 @@ msgstr "operace GET se nezdařila: %s" msgid "GNUTLS call error" msgstr "chyba volání GNUTLS" -msgid "GNUTLS support not available in this build" -msgstr "V tomto sestavení není podpora pro GNUTLS k dispozici" - msgid "Get block device size info for a domain." msgstr "Získat informace o velikosti blokového zařízení pro doménu." @@ -9032,9 +8888,6 @@ msgid "" msgstr "" "Typ rozhraní hostdev je zatím podporován pouze na SR-IOV Virtual Functions" -msgid "Interrupted by a signal" -msgstr "Přerušeno signálem" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "Neplatné „nativeMode='%s'“ ve vlan prvku <tag>" @@ -10101,9 +9954,6 @@ msgid "Key file path must be provided for private key authentication" msgstr "" "Pro ověřování se soukromým klíčem je třeba zadat popis umístění souboru s ním" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "Je třeba, aby klíč byl prázdný, Power Hypervizor ho vytvoří." - msgid "Key of the current session differs from the key at last login" msgstr "Klíč stávající relace se liší od klíče minulého přihlášení" @@ -10306,10 +10156,6 @@ msgstr "" "Chybně formulovaná položka nastavení 'uri_aliases' „%s“, očekáváno " "'alias=uri://host/path'" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "Nesprávně formulovaný regulární výraz seznamu umožněných pro TLS „%s“" - msgid "Malformed auth_pending field in JSON state document" msgstr "" "V JSON stavovém dokumentu je nesprávně formulovaná kolonka auth_pending " @@ -10508,9 +10354,6 @@ msgstr "Šířka pásma paměti už definována pro uzel %u" msgid "Memory Bandwidth value exceeding 100 is invalid." msgstr "Hodnota šíře pásma paměti překračující 100 není platná." -msgid "Memory allocation failure" -msgstr "Nezdar při přidělování paměti" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -11267,9 +11110,6 @@ msgstr "Název modelu obsahuje neplatné znaky" msgid "Modifies an existing IOThread of the guest domain." msgstr "Změní stávající vlákno vstupu/výstupu domény hosta." -msgid "Monitor does not support sending of file descriptors" -msgstr "Monitor nepodporuje posílání popisovačů souborů" - #, c-format msgid "Monitor path %s too big for destination" msgstr "Popis umístění monitoru %s je pro cíl příliš velký" @@ -11445,9 +11285,6 @@ msgstr "Název" msgid "Name of chain is longer than %u characters" msgstr "Název řetězce je delší než %u znaků" -msgid "Name or service not known" -msgstr "Neznámý název nebo služba" - msgid "Name:" msgstr "Název:" @@ -11536,9 +11373,6 @@ msgstr "Nastavení síťového rozhraní není na této platformě podporováno" msgid "Network device type is not supported" msgstr "Typ síťového zařízení není podporován" -msgid "Network driver does not support DHCP lease query" -msgstr "Ovladač sítě nepodporuje dotaz na DHCP zápůjčku" - #, c-format msgid "Network filter %s XML configuration edited.\n" msgstr "XML nastavení pravidla brány firewall %s upraveno.\n" @@ -11720,9 +11554,6 @@ msgstr "Žádná aktivní bloková úloha „%s“" msgid "No active operation on device: %s" msgstr "Žádná aktivní operace na zařízení: %s" -msgid "No address associated with hostname" -msgstr "S názvem stroje není spojená žádná adresa" - msgid "No addresses to bind to" msgstr "Žádná adresa na kterou navázat" @@ -11765,10 +11596,6 @@ msgstr "Žádný klient, který by měl identifikátor „%llu“" msgid "No complete agent response found in %d bytes" msgstr "V %d bajtech nenalezena úplná odpověď klienta" -#, c-format -msgid "No complete monitor response found in %d bytes" -msgstr "V %d bajtech se neobjevila úplná odpověď od monitoru" - #, c-format msgid "No current block job for %s" msgstr "Žádná aktuální bloková úloha pro %s" @@ -12077,9 +11904,6 @@ msgid "Non-endpoint PCI devices cannot be assigned to guests" msgstr "" "PCI zařízení, která nejsou koncovými body, není možné přiřazovat hostům" -msgid "Non-recoverable failure in name resolution" -msgstr "Nezotavitelný nezdar v překladu názvu" - msgid "None" msgstr "Žádné" @@ -12219,12 +12043,6 @@ msgstr "Pro zobrazení pouze %d procesorů k dispozici\n" msgid "Only '%s' filesystem type is supported" msgstr "Je podporován pouze souborový systém typu „%s“" -msgid "Only 'credit' scheduler is supported" -msgstr "Je podporován pouze plánovač 'credit'" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "Je podporován pouze adaptér 'scsi_host'" - msgid "Only 1 IDE controller is supported" msgstr "Je podporován pouze jeden IDE řadič" @@ -12588,9 +12406,6 @@ msgstr "PCI zařízení %s je používáno ovladačem %s, doménou %s" msgid "PCI device %s is not assignable" msgstr "PCI zařízení %s není přiřaditelné" -msgid "PCI host devices must use 'pci' address type" -msgstr "Je třeba, aby PCI zařízení hostitele používaly typ adresy „pci“" - msgid "PID file (unless overridden by -p):" msgstr "PID soubor (pokud není přepsáno pomocí -p)" @@ -12650,9 +12465,6 @@ msgstr "Parametr „%s“ není tímto jádrem systému podporován" msgid "Parameter 'min_guarantee' not supported by QEMU." msgstr "Parametr 'min_guarantee' nepodporován QEMU." -msgid "Parameter string not correctly encoded" -msgstr "Řetězec parametru není ve správném kódování" - msgid "Parent" msgstr "Nadřazené" @@ -12867,20 +12679,6 @@ msgstr "Není vyžádáno uvolnění portu ale typ zásuvky není none (žádný msgid "Port reclaim requested but plug type is none" msgstr "Je vyžádáno uvolnění portu ale typ zásuvky je none (žádný)" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"Nejspíš nemáte v LPAR nainstalovány IBM Tools. Obraťte se na podporu, aby " -"tuto funkci zapnuli." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"Nejspíš nemáte v LPAR nainstalované IBM Tools. Obraťte se na podporu, aby " -"tuto funkci zapnuli." - msgid "Post-copy Error" msgstr "Chyba post-copy" @@ -12958,9 +12756,6 @@ msgstr "Proces skončil před vykonáním" msgid "Processes %d refused to die" msgstr "Nepodařilo se vynutit ukončení procesu %d" -msgid "Processing request in progress" -msgstr "Probíhá zpracování požadavku" - #, c-format msgid "Processor mask of target NUMA node %zu doesn't match source" msgstr "Maska procesoru cílového NUMA uzlu %zu neodpovídá zdroji" @@ -13209,14 +13004,6 @@ msgstr "" msgid "Refusing to undefine while snapshots exist" msgstr "Pokud existuje zachycený stav, odmítá se zrušit definováni" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "Hodnota z registrů „%s\\%s“ má neočekávaný typ" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "Hodnota z registrů „%s\\%s“ je příliš krátká" - msgid "Relative backing during copy not supported yet" msgstr "" "Relativní na čem je založené v průběhu kopírování zatím není podporováno" @@ -13266,12 +13053,6 @@ msgstr "Nahradit XML domény související se souborem s uloženým stavem" msgid "Reply message incorrect" msgstr "Neplatná zpráva odpovědi" -msgid "Request canceled" -msgstr "Požadavek zrušen" - -msgid "Request not canceled" -msgstr "Požadavek nezrušen" - #, c-format msgid "" "Requested TSC frequency %llu Hz does not match host (%llu Hz) and TSC " @@ -13879,9 +13660,6 @@ msgstr "Server ze kterého obdržet limity klientů." msgid "Server to retrieve threadpool attributes from." msgstr "Server ze kterého získat threadpool atributy." -msgid "Servname not supported for ai_socktype" -msgstr "Název serveru (servname) nepodporován pro ai_socktype" - msgid "Set a secret value." msgstr "Nastavit hodnotu tajemství." @@ -14401,9 +14179,6 @@ msgstr "Svazek nenalezen" msgid "Storage volume not found: %s" msgstr "Svazek nenalezen: %s" -msgid "StoragePool name already exists." -msgstr "Název StoragePool už existuje." - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "" @@ -14500,9 +14275,6 @@ msgstr "" "Přepnout probíhající stěhování z pre-copy na post-copy. Je třeba, aby " "stěhování bylo spuštěno s volbou --postcopy" -msgid "System error" -msgstr "Systémová chyba" - msgid "System is in use" msgstr "Systém je používán" @@ -15196,9 +14968,6 @@ msgstr "vram64 %u cílové grafické karty se neshoduje se zdrojovou %u" msgid "Target watchdog model %s does not match source %s" msgstr "Cílový model resetátoru %s neodpovídá zdrojovému %s" -msgid "Temporary failure in name resolution" -msgstr "Dočasný nezdar v překladu názvu" - msgid "Thaw domain's mounted filesystems." msgstr "Rozmrazit připojené souborové systémy domény." @@ -15567,9 +15336,6 @@ msgstr "Parametr časový limit nepodporován" msgid "Timeout waiting for %s invocation" msgstr "Překročen časový limit při čekání na vyvolání %s" -msgid "Timestamp string conversion failed" -msgstr "Převod řetězce časového razítka se nezdařil" - msgid "Title" msgstr "Nadpis" @@ -15832,9 +15598,6 @@ msgstr "Type='%s' nepodporován pro <interface type='vhostuser'>" msgid "UEFI requires ACPI on this architecture" msgstr "UEFI na této architektuře potřebuje ACPI" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "unixové doménové sokety nejsou na této platformě podporované" - msgid "UNIX socket address is required" msgstr "Je třeba adresy unixového soketu" @@ -15941,9 +15704,6 @@ msgstr "Nedaří se přistoupit k proudu pro „%s“" msgid "Unable to acquire lock on '%s'" msgstr "Nedaří se získat zámek na „%s“" -msgid "Unable to add LPAR to the table" -msgstr "Nedaří se přidat LPAR do tabulky" - msgid "Unable to add address to interface multicast list on this platform" msgstr "" "Nedaří se přidat adresu na seznam vícesměrového vysílání (multicast) " @@ -15959,10 +15719,6 @@ msgstr "Nedaří se přidat epoll popisovač souboru" msgid "Unable to add extra data" msgstr "Nedaří se přidat další data" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "Nedaří se přidat obsluhu %d do smyčky události" - msgid "Unable to add hard disk to media Registry" msgstr "Nedaří se přidat disk do rejstříku médií" @@ -16226,10 +15982,6 @@ msgstr "" "Nedaří se vytvořit KVM virt. procesor pro zkoumání čítače časového razítka " "(TSC)" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "Nedaří se vytvořit LPAR. Důvod: „%s“" - #, c-format msgid "Unable to create RNG parser for %s" msgstr "Nepodařilo se vytvořit zpracovávání generátoru náhodných čísel pro %s" @@ -16240,20 +15992,12 @@ msgstr "" "Nepodařilo se vytvořit kontext ověřování správnosti generátoru náhodných " "čísel %s" -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "Nedaří se vytvořit fond úložiště: %s" - msgid "Unable to create TAP devices on this platform" msgstr "Na této platformě není možné vytvářet TAP rozhraní" msgid "Unable to create UNIX socket" msgstr "Nedaří se vytvořit unixový soket" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "Nelze vytvořit Svazek: %s" - msgid "Unable to create blkid library handle" msgstr "Nepodařilo se vytvořit obsluhu blkid knihovny" @@ -16300,18 +16044,9 @@ msgstr "Nedaří se vytvořit rejstřík médií" msgid "Unable to create migration thread" msgstr "Nedaří se vytvořit vlákno migrace" -msgid "Unable to create new virtual adapter" -msgstr "Nedaří se vytvořit nový virtuální adaptér" - -msgid "Unable to create pipe" -msgstr "Nedaří se vytvořit rouru" - msgid "Unable to create rule" msgstr "Nedaří se vytvořit pravidlo" -msgid "Unable to create signal pipe" -msgstr "Nedaří se vytvořit signální rouru" - msgid "Unable to create socket" msgstr "Nedaří se vytvořit soket" @@ -16375,10 +16110,6 @@ msgstr "Nedaří se smazat médium, rc=%08x" msgid "Unable to delete port %s from OVS" msgstr "Nedaří se smazat port %s z OVS" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "Nedaří se zlikvidovat fond úložiště: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "Nedaří se zjistit souborové systémy na %s" @@ -16386,9 +16117,6 @@ msgstr "Nedaří se zjistit souborové systémy na %s" msgid "Unable to determine Partition Type, requires build --overwrite" msgstr "Nedaří se zjistit typ oddílu, vyžaduje sestavení --overwrite" -msgid "Unable to determine config directory" -msgstr "Nedaří se zjistit složku s nastaveními" - #, c-format msgid "Unable to determine current file inode: %s" msgstr "Nedaří se zjistit i-uzel stávajícího souboru: %s" @@ -16397,21 +16125,6 @@ msgstr "Nedaří se zjistit i-uzel stávajícího souboru: %s" msgid "Unable to determine current file offset: %s" msgstr "Nedaří se zjistit stávající posun souboru: %s" -msgid "Unable to determine domain's CPU." -msgstr "Nedaří se zjistit procesor domény." - -msgid "Unable to determine domain's max memory." -msgstr "Nedaří se zjistit maximum paměti domény" - -msgid "Unable to determine domain's memory." -msgstr "Nedaří se zjistit paměť domény." - -msgid "Unable to determine domain's name." -msgstr "Nedaří se zjistit název domény." - -msgid "Unable to determine home directory" -msgstr "Nedaří se zjistit domovskou složku" - #, c-format msgid "Unable to determine model for SCSI controller idx=%d" msgstr "Nedaří se zjsitit model pro SCSI řadič idx=%d" @@ -16419,33 +16132,6 @@ msgstr "Nedaří se zjsitit model pro SCSI řadič idx=%d" msgid "Unable to determine mount table on this platform" msgstr "Na této platformě se nedaří zjistit tabulku připojení (mount)" -msgid "Unable to determine number of domains." -msgstr "Nedaří se zjistit počet domén." - -msgid "Unable to determine storage pool's name." -msgstr "Nedaří se zjistit název fondu úložiště." - -msgid "Unable to determine storage pool's uuid." -msgstr "Nedaří se zjistit nikde se neopakující identifikátor fondu úložiště." - -msgid "Unable to determine storage pools's size." -msgstr "Nedaří se zjistit velikost fondu úložiště." - -msgid "Unable to determine storage pools's source adapter." -msgstr "Nedaří se zjistit zdrojový adaptér fondu úložiště." - -msgid "Unable to determine storage sp's name." -msgstr "Nedaří se zjistit název fondu úložiště." - -msgid "Unable to determine storage sp's uuid." -msgstr "Nedaří se zjistit nikde se neopakující identifikátor fondu úložiště." - -msgid "Unable to determine storage sps's size." -msgstr "Nedaří se zjistit velikost fondu úložiště." - -msgid "Unable to determine storage sps's source adapter." -msgstr "Nedaří se zjistit zdrojový adaptér sps úložiště" - msgid "Unable to disable nagle algorithm" msgstr "Nedaří se vypnout nagle algoritmus" @@ -16552,10 +16238,6 @@ msgstr "Nedaří se najít správnou hodnotu v 'bonding/mode' pro „%s“" msgid "Unable to find filesystem type for %s" msgstr "Nedaří se nalézt typ souborového systému pro %s" -#, c-format -msgid "Unable to find security driver for model %s" -msgstr "Nedaří se najít ovladač zabezpečení pro model %s" - #, c-format msgid "Unable to find the hard disk with uuid %s" msgstr "Nedaří se nalézt pevný disk s nikde se neopakujícím identifikátorem %s" @@ -16587,9 +16269,6 @@ msgstr "Nedaří se zmrazit souborové systémy" msgid "Unable to generate diffie-hellman parameters: %s" msgstr "Nedaří se vytvořit diffie-hellman parametry: %s" -msgid "Unable to generate random uuid." -msgstr "Nedaří se vytvořit náhodné uuid." - #, c-format msgid "Unable to get ACLs on %s" msgstr "Nedaří se získat ACL seznamy na %s" @@ -16640,12 +16319,6 @@ msgstr "Na této platformě není možné získat prodlevu STP na %s" msgid "Unable to get STP on %s on this platform" msgstr "Na této platformě není možné získat STP na %s" -msgid "Unable to get VIOS name" -msgstr "Nedaří se získat VIOS název" - -msgid "Unable to get VIOS profile name." -msgstr "Nedaří se získat název VIOS profilu." - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "Nedaří se získat VLAN pro rozhraní %s" @@ -16750,9 +16423,6 @@ msgstr "Nedaří se získat informace o souborovém systému" msgid "Unable to get free loop device via ioctl" msgstr "Nedaří se získat volné loop zařízení prostřednictvím ioctl" -msgid "Unable to get free slot number" -msgstr "Nedaří se získat číslo volného slotu" - msgid "Unable to get hard disk format" msgstr "Nepodařilo se získat formát pevného disku" @@ -16987,12 +16657,6 @@ msgstr "Nedaří se vyhledat SELinux kontext procesu" msgid "Unable to make TAP device non-persistent" msgstr "Nedaří se učinit TAP zařízení netrvalým" -msgid "Unable to make pipe" -msgstr "Nedaří se vytvořit rouru" - -msgid "Unable to make pipes" -msgstr "Nedaří se vytvořit roury" - msgid "Unable to mark loop device as autoclear" msgstr "Nedaří se označit zařízení zpětné smyčky jako autoclear" @@ -17074,10 +16738,6 @@ msgstr "Nedaří se otevřít souborový systém %s" msgid "Unable to open log file %s" msgstr "Nedaří se otevřít soubor se záznamem událostí %s" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "Nedaří se otevřít popis umístění monitoru %s" - #, c-format msgid "Unable to open resource %s" msgstr "Nedaří se otevřít prostředek %s" @@ -17188,9 +16848,6 @@ msgstr "Nedaří se zpracovat xml" msgid "Unable to parse: %s" msgstr "Nedaří se zpracovat: %s" -msgid "Unable to poll on file handles" -msgstr "Nedaří se dotazovat na obsluhách souborů" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "Nedaří se předvytvořit soubor znakového zařízení „%s“" @@ -17211,9 +16868,6 @@ msgstr "Nedaří se zkoumat frekvenci čítače časového razítka (TSC)" msgid "Unable to process file with flags %d" msgstr "Nedaří se zpracovat soubor s příznaky %d" -msgid "Unable to put monitor into non-blocking mode" -msgstr "Nedaří se přepnout monitor do neblokujícího režimu" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "Nedaří se dotázat certifikátu %s základní omezení %s" @@ -17357,10 +17011,6 @@ msgstr "Nedaří se odebrat metadata %d zachycených stavů" msgid "Unable to remove snapshot %s" msgstr "Nedaří se odebrat zachycený stav %s" -#, c-format -msgid "Unable to remove stale pidfile %s" -msgstr "Nedaří se odebrat zaseklý soubor s identifikátorem procesu %s" - #, c-format msgid "Unable to remove stale socket path: %s" msgstr "Nedaří se odebrat popis umístění zaseknutého soketu: %s" @@ -17638,9 +17288,6 @@ msgstr "Nedaří se nastavit x509 seznam zneplatněných certifikátů: %s: %s" msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "Nedaří se nastavit x509 klíč a certifikát: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "Nedaří se nastavit rouru probouzení" - #, c-format msgid "Unable to split FD list '%s'" msgstr "Nedaří se rozdělit seznam popisovače souboru „%s“" @@ -17719,9 +17366,6 @@ msgstr "Nedaří se čekat na IPv6 DAD na této platformě" msgid "Unable to wait for child process" msgstr "Nedaří se čekat na podřízený proces" -msgid "Unable to wait on agent monitor condition" -msgstr "Nedaří se čekat na stav monitoru agenta" - msgid "Unable to wait on epoll" msgstr "Nedaří se čekat na epoll popisovač souboru" @@ -17741,9 +17385,6 @@ msgstr "Nedaří se hlídat pty konzole hostitele" msgid "Unable to write %s" msgstr "Nedaří se zapsat %s" -msgid "Unable to write information to local file." -msgstr "Nedaří se zapsat informaci do místního souboru" - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "Nelze zapsat PID soubor „%s/%s.pid“" @@ -18003,10 +17644,6 @@ msgstr "Neočekávaně obdržen síťový port bez síťového mostu" msgid "Unexpectedly got a network port without a plug" msgstr "Neočekávaně získán síťový port bez zapojení" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "Neošetřená událost %d z monitoru fd %d" - msgid "Unknown" msgstr "Neznámý" @@ -19131,9 +18768,6 @@ msgstr "Xen podporuje pouze stroje 'xenpv', 'xenpvh' a 'xenfv'" msgid "You are trying to remove a snapshot which does not exists" msgstr "Pokoušíte se odebrat zachycený stav, který neexistuje" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "Pokoušíte se nastavit počet procesorů na vyšší, než je možné." - msgid "You must map the root user of container" msgstr "Je třeba namapovat uživatele-správce (root) kontejneru" @@ -19344,12 +18978,6 @@ msgstr "po navrácení, nastavit stav na pozastavený" msgid "after reverting, change state to running" msgstr "po navrácení, nastavit stav na spuštěný" -msgid "ai_family not supported" -msgstr "ai_family nepodporováno" - -msgid "ai_socktype not supported" -msgstr "ai_socktype nepodporováno" - #, c-format msgid "algorithm=%d is not supported" msgstr "algorithm=%d není podporováno" @@ -19407,18 +19035,12 @@ msgstr "množství dat které nahrát" msgid "an <auth> definition already found for disk source" msgstr "pro zdroj disku už nalezena definice <auth>" -msgid "an <auth> definition already found for the <disk> definition" -msgstr "pro definici <disk> už nalezena definice <auth>" - msgid "an <auth> definition already found for the <hostdev> iSCSI definition" msgstr "definice <auth> už nalezena pro <hostdev> iSCSI definici" msgid "an <encryption> definition already found for disk source" msgstr "pro zdroj disku už nalezena definice <encryption>" -msgid "an <encryption> definition already found for the <disk> definition" -msgstr "pro definici <disk> už nalezena definice <encryption>" - #, c-format msgid "an IOThread is already using iothread_id '%u'" msgstr "IOThread už používá iothread_id „%u“" @@ -20395,9 +20017,6 @@ msgstr "" msgid "cannot create path '%s'" msgstr "nedaří se vytvořit umístění „%s“" -msgid "cannot create pipe" -msgstr "nedaří se vytvořit rouru" - msgid "cannot create pipe for tunnelled migration" msgstr "nedaří se vytvořit rouru pro tunelovanou migraci" @@ -20671,10 +20290,6 @@ msgstr "nedaří se získat příznaky funkcí na macvtap tap" msgid "cannot get file context of '%s'" msgstr "nedaří se získat souborový kontext „%s“" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "nedaří se získat seznam skupin pro „%s“" - msgid "cannot get host CPU capabilities" msgstr "nedaří se získat schopnosti procesoru" @@ -22339,10 +21954,6 @@ msgstr "nelze použít položku Xen hypervizoru" msgid "could not use Xen hypervisor entry %s" msgstr "nelze použít položku Xen hypervizoru %s" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "nedaří se zapsat pid soubor %s pro %d" - msgid "couldn't fetch array of leases" msgstr "nedaří se získat pole zápůjček" @@ -22601,9 +22212,6 @@ msgstr "datové výlevky není možné použít pro neblokující proudy" msgid "data sources cannot be used for non-blocking streams" msgstr "datové prostředky není možné použít pro neblokující proudy" -msgid "dbus-vmstate object is not supported by this QEMU binary" -msgstr "objekt dbus-vmstate není tímto sestavením QEMU podporován" - msgid "debug" msgstr "ladění" @@ -23025,11 +22633,6 @@ msgstr "diskovou sběrnici „%s“ není možné připojovat za chodu." msgid "disk bus '%s' cannot be updated." msgstr "diskovou sběrnici „%s“ není možné aktualizovat." -msgid "disk device 'lun' using target 'scsi' must use 'raw' format" -msgstr "" -"je třeba, aby diskové zařízení 'lun', používající cíl 'scsi', mělo formát " -"'raw'" - #, c-format msgid "disk device type '%s' cannot be detached" msgstr "diskové zařízení typu „%s“ nelze odpojovat" @@ -23121,10 +22724,6 @@ msgstr "zdrojový popis umístění pro disk chybí" msgid "disk target %s not found" msgstr "disk cíl %s nenalezen" -#, c-format -msgid "disk type 'virtio' of '%s' does not support ejectable media" -msgstr "disk typu 'virtio' od „%s“ nepodporuje vyjímatelná média" - msgid "disk vendor is more than 8 characters" msgstr "výrobce disku je delší než 8 znaků" @@ -23329,9 +22928,6 @@ msgstr "doména má aktivní blokovou úlohu" msgid "domain has assigned host devices" msgstr "doména má přiřazená zařízení hostitele" -msgid "domain has assigned non-USB host devices" -msgstr "doména má přiřazená zařízení, která nejsou USB" - msgid "domain has no snapshots" msgstr "doména nemá zachycené stavy" @@ -23403,9 +22999,6 @@ msgstr "nikde se neopakující identifikátor názvu domény" msgid "domain name, id or uuid" msgstr "jméno, id nebo uuid domény" -msgid "domain requires dbus-vmstate support" -msgstr "doména vyžaduje podporu dbus-vmstate" - msgid "domain save job" msgstr "úloha uložení domény" @@ -23691,11 +23284,6 @@ msgstr "šifrované VNC TLS klíče nejsou tímto sestavením QEMU podporovány" msgid "encrypted ploop volumes are not supported with ploop init" msgstr "šifrované ploop svazky nejsou podporovány s ploop init" -msgid "encrypted secret alias requires valid source alias" -msgstr "" -"alternativní název šifrovaného tajemství vyžaduje platný zdrojový " -"alternativní název" - msgid "encrypted secrets are not supported" msgstr "zašifrovaná tajemství nejsou podporována" @@ -24366,10 +23954,6 @@ msgstr "nepodařilo se vytvořit složku pro záznam událostí „%s“: %s" msgid "failed to create logfile %s" msgstr "nezdařilo se vytvoření souboru pro záznam událostí (log) %s" -#, c-format -msgid "failed to create pipe: %s" -msgstr "nepodařilo se vytvořit rouru: %s" - msgid "failed to create profile" msgstr "nepodařilo se vytvořit profil" @@ -24420,9 +24004,6 @@ msgstr "nepodařilo se smazat root.hds svazku „%s“" msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "nepodařilo se zlikvidovat (zastavit) rozhraní %s: %s%s%s" -msgid "failed to determine host name" -msgstr "nepodařilo se získat název hostitele" - #, c-format msgid "failed to determine loop exit status: %s" msgstr "nepodařilo se zjistit návratový stav smyčky: %s" @@ -24520,9 +24101,6 @@ msgstr "nepodařilo se zjistit schopnosti" msgid "failed to get cmt scaling factor" msgstr "nepodařilo získat měřítko cmt" -msgid "failed to get current system time" -msgstr "nepodařilo se získat aktuální čas systému" - msgid "failed to get current time" msgstr "nepodařilo se získat aktuální čas" @@ -25147,9 +24725,6 @@ msgstr "nepodařilo se čekat až se objeví soubor „%s“" msgid "failed to wait on condition" msgstr "nepodařilo se čekat na podmínku" -msgid "failed to wake up polling thread" -msgstr "nepodařilo se probudit dotazovací (polling) vlákno" - msgid "failed to wakeup migration tunnel" msgstr "nepodařilo se probudit migrační tunel" @@ -25603,9 +25178,6 @@ msgstr "získat/nastavit hodnotu spuštěné domény" msgid "get/set value to be used on next boot" msgstr "získat/nastavit hodnotu, kterou použít při příštím zavádění systému" -msgid "getting time of day" -msgstr "získávání denní doby" - msgid "gic-version option is not available with this QEMU binary" msgstr "volba gic-version není s touto QEMU binárkou k dispozici" @@ -25620,9 +25192,6 @@ msgstr "název gluster fondu „%s“ nemůže obsahovat /" msgid "gluster pool path '%s' must start with /" msgstr "je třeba, aby popis umístění gluster fondu „%s“ začínalo na /" -msgid "gmtime_r failed" -msgstr "gmtime_r se nezdařilo" - #, c-format msgid "got unexpected RPC call prog %d vers %d proc %d type %d" msgstr "obdrženo neočekávané RPC volání prog %d vers %d proc %d typ %d" @@ -28961,20 +28530,12 @@ msgstr "fond úložiště postrádá atribut zdroj" msgid "missing port attribute in migration data" msgstr "v migračních datech chybí atribut port" -#, c-format -msgid "missing port in nbd string '%s'" -msgstr "chybí port v nbd řetězci „%s“" - msgid "missing product" msgstr "chybí produkt" msgid "missing qemuctime in QEMU capabilities XML" msgstr "v XML se schopnostmi QEMU chybí qemuctime" -#, c-format -msgid "missing remote information in '%s' for protocol nbd" -msgstr "v „%s“ pro protokol nbd chybí vzdálená informace" - msgid "missing remote server specification in JSON backing volume definition" msgstr "" "V JSON definici svazku, na kterém je založeno chybí určení vzdáleného serveru" @@ -29185,10 +28746,6 @@ msgstr "chybí atribut identifikátor typu pro „%s“" msgid "missing type in redirdev" msgstr "chybí typ v redirdev" -#, c-format -msgid "missing unix socket path in nbd backing string %s" -msgstr "v nbd backing řetězci %s chybí popis umístění unixového soketu" - msgid "missing username for auth" msgstr "chybí uživatelské jméno pro ovření" @@ -29262,9 +28819,6 @@ msgstr "" "mkfs není na této platformě podporováno: Nepodařilo se vytvořit souborový " "systém typu „%s“ na zařízení “%s“" -msgid "mktime failed" -msgstr "mktime se nezdařilo" - msgid "mode of device reading and writing" msgstr "režim čtení a zápisu zařízení" @@ -29949,10 +29503,6 @@ msgstr "nenalezeno žádné zařízení s MAC adresou %s" msgid "no device matching MAC address %s found on " msgstr "žádné zařízení s MAC adresou %s nenalezeno na" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "žádný diskový formát pro %s a sondování je vypnuto" - #, c-format msgid "no disk found with alias '%s' or id '%s'" msgstr "" @@ -31087,9 +30637,6 @@ msgstr "fond se nezdařil v libxlTunnel3MigrationSrcFunc" msgid "poll failed in migration tunnel" msgstr "fond v migračním tunelu selhal" -msgid "poll on socket failed" -msgstr "dotazování (poll) na soketu se nezdařilo" - #, c-format msgid "poll-grow (%u) must be less than or equal to %d" msgstr "je třeba, aby poll-grow (%u) bylo nižší nebo rovno %d" @@ -31350,10 +30897,6 @@ msgstr "poskytnout XML použitelné pro migrace" msgid "ps2 bus does not support %s input device" msgstr "sběrnice ps2 nepodporuje vstupní zařízení %s" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: nelze číst aktuální složku: %s" - #, c-format msgid "qemu agent didn't provide 'ip-address' field for interface '%s'" msgstr "qemu agent neposkytl kolonku 'ip-address' pro rozhraní „%s“" @@ -31410,12 +30953,6 @@ msgstr "" msgid "qemu emulator '%s' does not support xen" msgstr "qemu emulátor „%s“ nepodporuje xen" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "" -"qemu nepoužívá monitor unixového soketu, není možné poslat popisovač souboru " -"%s" - #, c-format msgid "qemu monitor event callback %d not registered" msgstr "zpětné volání %d události qemu monitoru neregistrováno" @@ -31635,9 +31172,6 @@ msgstr "" "maximum pro čtení, jako škálované celé číslo (bez udání jednotek se rozumí " "bajty)" -msgid "read on wakeup fd failed" -msgstr "čtení popisovače souboru probuzení se nezdařilo" - #, c-format msgid "read only access prevents %s" msgstr "přístup pouze pro čtení brání %s" @@ -33410,9 +32944,6 @@ msgstr "práh v tuto chvíli není možné nastavit pro blokové zařízení „ msgid "time to set" msgstr "čas který nastavit" -msgid "time_t overflow" -msgstr "přetečení time_t" - #, c-format msgid "timed out waiting to open tray of '%s'" msgstr "překročen časový limit při čekání na vysunutí média „%s“" @@ -33820,10 +33351,6 @@ msgstr "spustit dvoufázové aktivní odesílání nejvrchnějšího souboru" msgid "try harder on risky reverts" msgstr "snažit se více při riskantních návratech" -#, c-format -msgid "try using '%s-noTSX' CPU model" -msgstr "zkuste použít model procesoru „%s-noTSX“" - msgid "tty console" msgstr "tty konzole" @@ -33937,14 +33464,6 @@ msgstr "nedaří se připojit k serveru na „%s:%s“" msgid "unable to create hugepage path %s" msgstr "nedaří se vytvořit hugepages umístění %s" -#, c-format -msgid "unable to create memory backing path %s" -msgstr "nedaří se vytvořit paměťové umístění %s" - -#, c-format -msgid "unable to create pipe for %s" -msgstr "nedaří se vytvořit rouru pro %s" - #, c-format msgid "unable to create rundir %s: %s" msgstr "nelze vytvořit rundir %s: %s" @@ -34116,9 +33635,6 @@ msgstr "nedaří se načíst soubor knownhosts „%s“: %s" msgid "unable to lock %s for metadata change" msgstr "nedaří se zamknout %s vůči změnám metadat" -msgid "unable to make pipe" -msgstr "nedaří se vytvořit rouru" - msgid "unable to make terminal raw: console isn't a tty" msgstr "nedaří se učinit terminál holým: konzole není tty" @@ -34130,9 +33646,6 @@ msgstr "nedaří se otevřít %s" msgid "unable to open host cpu perf event for %s" msgstr "nedaří se otevřít událost výkonnosti pro procesor hostitele %s" -msgid "unable to open pipe" -msgstr "nedaří se otevřít rouru" - msgid "unable to open stream" msgstr "nedaří se otevřít proud" @@ -34209,10 +33722,6 @@ msgstr "nedaří se číst standardní výstup podřízeného" msgid "unable to read domain master key file" msgstr "nedaří se číst soubor s hlavním klíčem domény" -#, c-format -msgid "unable to read from %s" -msgstr "nedaří se číst z %s" - #, c-format msgid "unable to read server cert %s" msgstr "nedaří se číst certifikát serveru %s" @@ -34224,10 +33733,6 @@ msgstr "nedaří se číst soubor se záznamem událostí ve vmware" msgid "unable to read: %s" msgstr "nedaří se číst: %s" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "nedaří se obnovit předešlý stav přidáním portu do mostu %s" - msgid "unable to register monitor events" msgstr "nedaří se zaregistrovat události monitoru" @@ -34347,9 +33852,6 @@ msgstr "nedaří se čekat na podmínky konzole" msgid "unable to wait on dhcp snoop thread" msgstr "nedaří se čekat na vlákno dhcp snoop" -msgid "unable to wait on libssh2 socket" -msgstr "nedaří se čekat na soketu libssh2" - #, c-format msgid "unable to write data to '%s'" msgstr "nedaří se zapsat data do „%s“" @@ -35899,10 +35401,6 @@ msgstr "nepodporovaný typ disku" msgid "unsupported disk type %s" msgstr "nepodporovaný typ disku %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "nepodporovaný typ disku „%s“" - #, c-format msgid "unsupported driver name '%s'" msgstr "nepodporovaný název ovladače „%s“" @@ -36480,9 +35978,6 @@ msgstr "virDomainManagedSaveGetXMLDesc s příznakem zabezpečení" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "virDomainSnapshotGetXMLDesc s příznakem zabezpečení" -msgid "virExec is not implemented for WIN32" -msgstr "virExec není pro WIN32 implementováno" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "virFileOpenAs není pro WIN32 implementováno" @@ -36495,12 +35990,6 @@ msgstr "virGetGroupID není k dispozici" msgid "virGetGroupName is not available" msgstr "virGetGroupName není k dispozici" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory není k dispozici" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory není k dispozici" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory není k dispozici" @@ -36510,9 +35999,6 @@ msgstr "virGetUserID není k dispozici" msgid "virGetUserName is not available" msgstr "virGetUserName není k dispozici" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory není k dispozici" - msgid "virGetUserShell is not available" msgstr "virGetUserShell není k dispozici" @@ -36555,9 +36041,6 @@ msgstr "virNWFilterSnoopListDel se nezdařilo" msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "virNWFilterSnoopReqNew zavoláno s neplatným klíčem „%s“ (%zu)" -msgid "virRun is not implemented for WIN32" -msgstr "virRun není pro WIN32 implementováno" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID není k dispozici" @@ -37003,10 +36486,6 @@ msgstr "modifikace xml nepodporována" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime hodnota „%s“ má neočekávaný formát" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime hodnota „%s“ je pro cíl příliš dlouhá" - msgid "y - yes, start editor again" msgstr "y – ano, spustit editor znovu" diff --git a/po/da.mini.po b/po/da.mini.po index 8312986a9c..b9afb4350c 100644 --- a/po/da.mini.po +++ b/po/da.mini.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-26 08:52+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/fedora/language/" @@ -654,9 +654,6 @@ msgstr "fil som indeholder en XML-domænebeskrivelse" msgid "file containing an XML network description" msgstr "fil som indeholder XML-netværksbeskrivelse" -msgid "getting time of day" -msgstr "henter tid på døgnet" - msgid "gracefully shutdown a domain" msgstr "luk et domæne pænt ned" diff --git a/po/de.mini.po b/po/de.mini.po index 9f58eb2101..36bc738ad7 100644 --- a/po/de.mini.po +++ b/po/de.mini.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2016-04-01 11:32+0000\n" "Last-Translator: Florian H. <postfuerflo@gmail.com>\n" "Language-Team: German (http://www.transifex.com/projects/p/libvirt/language/" @@ -389,10 +389,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s' controller cannot be hot plugged." msgstr "Controller '%s' kann nicht im laufenden Betrieb entfernt werden." @@ -670,17 +666,10 @@ msgstr "Aktive Konsol-Sitzung existiert für diese Domain" msgid "Active:" msgstr "Aktiv:" -msgid "Address family for hostname not supported" -msgstr "Adressenfamilie für Hostnamen nicht unterstützt" - #, c-format msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "Konnte nach Core Dump Domain '%d' nicht mit libxenlight fortsetzen" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "Agenten-Pfad %s zu gross für Ziel" - msgid "All identities provided by the SSH Agent were rejected" msgstr "" "Alle vom SSH-Agent zur Verfügung gestellten Identitäten wurden abgelehnt" @@ -692,9 +681,6 @@ msgstr "" "Alle bereitgestellten Authentifizierungsmethoden mit Credentials wurden vom " "Server abgelehnt" -msgid "All requests done" -msgstr "Alle Anforderungen erledigt" - msgid "Allocation" msgstr "Zuordnung" @@ -718,9 +704,6 @@ msgstr "Ein anderer Close Callback ist bereits für Domain %s definert" msgid "AnyType is missing 'type' property" msgstr "AnyType fehlt die 'type' Eigenschaft" -msgid "Argument buffer too small" -msgstr "Argument Buffer zu klein" - msgid "Arguments must be non null" msgstr "Argumente müssen Nicht-Null sein" @@ -776,9 +759,6 @@ msgstr "NAT '%s' wurde versucht. NAT ist nur für IPv4 unterstützt." msgid "Attribute mode is only allowed for guest CPU" msgstr "Attribut-Modus ist nur für Gäste CPU erlaubt" -msgid "Authentication failed" -msgstr "Authentifizierung gescheitert" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -817,9 +797,6 @@ msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "" "Fehlerhafte Ipv4 Start Adresse '%s' in <nat> in <forward> in Netzwerk %s" -msgid "Bad value for ai_flags" -msgstr "Falscher Wert für ai_flags" - msgid "Bad value for nativeMode" msgstr "Falscher Wert für nativeMode" @@ -1106,18 +1083,12 @@ msgstr "Kann den pid Datei-Pfad nicht bestimmen." msgid "Can't determine socket paths" msgstr "Kann die Socket-Pfade nicht bestimmen." -msgid "Can't determine user directory" -msgstr "Konnte Benutzer-Vverzeichnis nicht ermitteln" - msgid "Can't find prlctl command in the PATH env" msgstr "Kann prlctl Befehl nicht im PATH env finden" msgid "Can't initialize access manager" msgstr "Kann Zugriffs-Manager nicht initialisieren" -msgid "Can't initialize logging" -msgstr "Kann Logging nicht initialisieren" - #, c-format msgid "Can't load config file: %s: %s" msgstr "Kann Konfigurations-Datei nicht laden: %s: %s" @@ -1237,9 +1208,6 @@ msgstr "Datei '%s' kann nicht gelöscht werden" msgid "Cannot determine balloon device path" msgstr "Kann Ballon-Einheit Pfad nicht bestimmen" -msgid "Cannot determine free memory" -msgstr "Kann freien Speicher nicht bestimmen" - msgid "Cannot determine system clock HZ" msgstr "Kann Systemuhr Hz nicht bestimmen" @@ -1433,10 +1401,6 @@ msgstr "Controller-Index '%s' kann nicht geparst werden" msgid "Cannot parse mode string" msgstr "Kann Modus String nicht analysieren" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "Ziffer von '%s' kann nicht verarbeitet werden" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "Socket-Adresse »%s« kann nicht verarbeitet werden: %s" @@ -1621,9 +1585,6 @@ msgstr "Kann Daten nicht schreiben" msgid "Capacity" msgstr "Kapazität" -msgid "Capacity cannot be empty." -msgstr "Kapazität kann nicht leer sein." - msgid "Capacity:" msgstr "Kapazität:" @@ -1906,10 +1867,6 @@ msgstr "Speicherparameter konnten nicht geändert werden: %s" msgid "Could not change scheduler parameters: %s" msgstr "Scheduler-Parameter konnten nicht verändert werden: %s" -#, c-format -msgid "Could not close %s" -msgstr "%s konnte nicht geschlossen werden" - msgid "Could not configure network" msgstr "Netzwerk konnte nicht konfiguriert werden" @@ -1930,14 +1887,6 @@ msgstr "Standardkonfiguration konnte nicht kopiert werden" msgid "Could not copy volume: %s" msgstr "Datenträger konnte nicht kopiert werden: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "CKonnte Session Instanz nicht erstellen, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "Konnte VirtualBox Instanz nicht erstellen, rc = 0x%08x" - msgid "Could not create filter" msgstr "Filter konnte nicht erstellt werden" @@ -1976,9 +1925,6 @@ msgstr "Konnte nicht Pull Response Begriff entserialisieren" msgid "Could not destroy domain: %s" msgstr "Domain konnte nicht gelöscht werden: %s" -msgid "Could not determine home directory" -msgstr "Konnte Basisverzeichnis nicht ermitteln" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "Konnte Kernel-Version aus der Zeichenfolge %s nicht ermitteln" @@ -2349,10 +2295,6 @@ msgstr "Konnte 'bonding/use_carrier' '%s' für '%s' nicht analysieren" msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "Konnte 'bridge/stp_state' '%s' für '%s' nicht analysieren" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "IID von '%s', rc = 0x%08x konnte nicht verarbeitet werden" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "konnte MTU Wert '%s' nicht analysieren" @@ -2400,14 +2342,6 @@ msgstr "Konnte USB-Datei %s nicht parsen" msgid "Could not parse valid disk index from '%s'" msgstr "Konnte nicht gültigen Disk-Index von '%s' analysieren" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "Versionsnummer von »%s« konnte nicht verarbeitet werden" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "Konnte Registry-Wert '%s\\%s' nicht abfragen" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "'%s' konnte nicht aus der Container-Konfiguration %d gelesen werden" @@ -2564,9 +2498,6 @@ msgstr "Konnte Disk-Adresse nicht verifizieren" msgid "Could not wipe volume: %s" msgstr "Datenträger konnte nicht bereinigt werden: %s" -msgid "Could not write to stream" -msgstr "Konnte nicht auf Stream schreiben" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "Konnte Sperrdatei für Einheit '%s' im Pfad '%s' nicht erstellen" @@ -3027,9 +2958,6 @@ msgstr "" "Domain-XML enthält keine dateibasierten Festplatten, Datenspeicher und Pfad " "für VMX-Datei kann nicht abgeleitet werden" -msgid "Domain XML must contain at least one <disk> element." -msgstr "Domain XML muss zumindest ein <disk> Element enthalten." - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "" "Domain existiert bereits, das Bearbeiten vorhandener Domains wird derzeit " @@ -3265,12 +3193,6 @@ msgstr "Fehler-Benachrichtigung Callback muss angegeben werden" msgid "Error opening file %s" msgstr "Fehler beim Öffnen der Datei %s" -msgid "Error parsing 'path'. Invalid characters." -msgstr "Fehler beim Parsen von 'Pfad'. Ungültige Zeichen." - -msgid "Error parsing volume XML." -msgstr "Fehler bei Verarbeitung der Datenträger-XML." - #, c-format msgid "Error reading secret: %s" msgstr "Fehler beim Lesen von Secret: %s" @@ -3282,13 +3204,6 @@ msgstr "Fehler beim Aufbau des Firewall" msgid "Error while building firewall: %s" msgstr "Fehler beim Aufbau des Firewall: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "Fehler beim Erhalt der %s Adressinformationen" - -msgid "Error while opening SSH session." -msgstr "Fehler beim Öffnen der SSH-Sitzung." - msgid "Error while processing command's IO" msgstr "Fehler während der Verarbeitung von IO des Befehls " @@ -3301,10 +3216,6 @@ msgstr "Fehler beim Lesen von /proc/cgroups" msgid "Error while reading the domain name" msgstr "Fehler beim Lesen des Domainnamens" -#, c-format -msgid "Escape character is %s\n" -msgstr "Escape-Zeichen ist %s\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "Ethernet Controller index %d außerhalb dem [0..3] Bereich" @@ -3681,10 +3592,6 @@ msgstr "Konnte die Baum-Auflistung nicht abschließen" msgid "Failed to connect socket to '%s'" msgstr "Socket-Erstellung zu '%s' fehlgeschlagen" -#, c-format -msgid "Failed to connect to %s" -msgstr "Verbindung zu %s fehlgeschlagen" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "Verbindung mit entfernter libvirt-URI %s: %s fehlgeschlagen" @@ -3783,9 +3690,6 @@ msgstr "Fehler beim Erstellen des Netzwerks von %s" msgid "Failed to create node device from %s" msgstr "Erstellen eines Knoten-Geräts aus %s fehlgeschlagen" -msgid "Failed to create pipe" -msgstr "Erstellen der Pipe fehlgeschlagen" - #, c-format msgid "Failed to create pool %s" msgstr "Erzeugen des Pools %s fehlgeschlagen" @@ -4485,10 +4389,6 @@ msgstr "Lesen des PCI-Konfigurationsplatzes für %s fehlgeschlagen" msgid "Failed to read file '%s'" msgstr "Konnte Datei '%s' nicht lesen" -#, c-format -msgid "Failed to read from %s" -msgstr "Lesen von %s fehlgeschlagen" - msgid "Failed to read from signal pipe" msgstr "Lesen von der Signal-Pipe fehlgeschlagen" @@ -4927,9 +4827,6 @@ msgstr "Fehlgeschlagen." msgid "Failure action %s is not supported by sanlock" msgstr "Fehler Aktion %s wird nicht von sanlock unterstützt" -msgid "Failure establishing SSH session." -msgstr "Starten der SSH-Sitzung fehlgeschlagen." - msgid "Failure to mask address" msgstr "Adresse konnte nicht maskiert werden" @@ -4945,9 +4842,6 @@ msgstr "" msgid "Feature %s required by CPU model %s not found" msgstr "Das von CPU-Modell %s benötigte Feature %s wurde nicht gefunden" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "Feld <src> unter <disk> auf der Domäne XML-Datei fehlt." - msgid "Field kernel memory too long for destination" msgstr "Feld kernel memory zu lang für Ziel" @@ -5066,9 +4960,6 @@ msgstr "GET-Operation schlug fehl: %s" msgid "GNUTLS call error" msgstr "GNUTLS Aufruffehler" -msgid "GNUTLS support not available in this build" -msgstr "GNUTLS Unterstützung in dieser Generierung nicht verfügbar" - msgid "Get block device size info for a domain." msgstr "Block-Einheit Größen-Informationen für eine Domain abrufen." @@ -5486,9 +5377,6 @@ msgstr "" "Schnittstellentyp hostdev ist derzeit nur auf SR-IOV Virtuellen Funktionen " "unterstützt" -msgid "Interrupted by a signal" -msgstr "Unterbrochen durch ein Signal" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "Ungültiger \"native mode = '% s'\" im vlan <tag> Element" @@ -5994,10 +5882,6 @@ msgstr "Kernel unterstützt nicht Private devpts" msgid "Kernel doesn't support user namespace" msgstr "Kernel unterstützt Benutzer-Namespace nicht" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "" -"Schlüssel muss leer sein, Power Hypervisor wird einen für Sie erstellen." - msgid "Key of the current session differs from the key at last login" msgstr "" "Schlüssel der aktuellen Sitzung stimmt nicht mit Schlüssel der letzten " @@ -6130,10 +6014,6 @@ msgstr "" "Missgebildete 'uri_aliases' Konfigurations-Eintragung '%s', erwartete " "'alias=uri://host/path'" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "Ungültiger TLS Positivliste Regulärer Ausdruck '%s'" - #, c-format msgid "Malformed ctrl-alt-del setting '%s'" msgstr "Fehlerhafte ctrl-alt-del Einstellung '%s'" @@ -6190,9 +6070,6 @@ msgstr "Max Speicher:" msgid "Memory '%llu' must be less than %llu" msgstr "Speicher '%llu' muss kleiner sein als %llu" -msgid "Memory allocation failure" -msgstr "Fehler bei Speicherzuweisung" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -6610,9 +6487,6 @@ msgstr "Modell %s zu groß für Ziel" msgid "Model name contains invalid characters" msgstr "Modellname enthält ungültige Zeichen" -msgid "Monitor does not support sending of file descriptors" -msgstr "Monitor unterstützt nicht das Senden von Datei-Deskriptoren" - #, c-format msgid "Monitor path %s too big for destination" msgstr "Monitor-Pfad %s zu groß für Ziel" @@ -6707,9 +6581,6 @@ msgstr "Name" msgid "Name of chain is longer than %u characters" msgstr "Name der Kette ist länger als %u Zeichen" -msgid "Name or service not known" -msgstr "Name oder Service unbekannt" - msgid "Name:" msgstr "Name:" @@ -6887,9 +6758,6 @@ msgstr "Keine PCI-Busse verfügbar" msgid "No active operation on device: %s" msgstr "Keine aktive Operation auf Einheit: %s" -msgid "No address associated with hostname" -msgstr "Keine Adresse mit dem Hostnamen verbunden" - #, c-format msgid "No args present for signature %s" msgstr "Keine Argumente für Signatur %s vorhanden" @@ -7064,9 +6932,6 @@ msgstr "" msgid "Non-empty feature list specified without CPU model" msgstr "Die Liste mit erforderlichen Features wurde ohne CPU-Modell angegeben" -msgid "Non-recoverable failure in name resolution" -msgstr "Nicht korrigierbarer Fehler bei der Namensauflösung" - msgid "None" msgstr "Kein" @@ -7153,12 +7018,6 @@ msgstr "Nur %d CPUs zur Anzeige zur Verfügung\n" msgid "Only '%s' filesystem type is supported" msgstr "Nur '%s' Dateisystem-Typ ist unterstützt" -msgid "Only 'credit' scheduler is supported" -msgstr "Nur 'credit' Scheduler wird unterstützt" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "Nur 'scsi_host' Adapter ist unterstützt" - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "Nur IPv4- oder IPv6-Adressesn können mit iptables verwendet werden" @@ -7338,9 +7197,6 @@ msgstr "" msgid "PCI device %s is not assignable" msgstr "PCI Einheit %s kann nicht zugeordnet werden" -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI-Host-Geräte müssen den 'pci'-Adresstyp verwenden" - msgid "POST operation failed" msgstr "POST-Operation schlug fehl" @@ -7363,9 +7219,6 @@ msgstr "Parameter '%s' ist kein String" msgid "Parameter '%s' is not supported by this kernel" msgstr "Parameter '%s' wird von diesem Kernel nicht unterstützt" -msgid "Parameter string not correctly encoded" -msgstr "Parameter-String nicht korrekt codiert" - msgid "Parent" msgstr "Übergeordnet" @@ -7535,22 +7388,6 @@ msgstr "Füllen Sie einen Datenträger von seinem Sicherungs-Image." msgid "Port profile Associate failed for %s" msgstr "Port Profile Associate für %s gescheitert" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"Möglicherweise haben Sie keine IBM-Tools in Ihrer LPAR installiert. Setzen " -"Sie sich mit Ihrem Kundendienst in Verbindung, um dieses Feature zu " -"aktivieren." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"Möglicherweise haben Sie keine IBM-Tools in Ihrer LPAR installiert. Setzen " -"Sie sich mit Ihrem Kundendienst in Verbindung, um dieses Feature zu " -"aktivieren." - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "PrepareTunnel aufgerufen, jedoch kein TUNNELLED-Flag gesetzt" @@ -7604,9 +7441,6 @@ msgstr "Prozess %zu %p %p [[[%s]]][[[%s]]]" msgid "Process CPU affinity is not supported on this platform" msgstr "Prozeß-CPU-Affinität wird auf dieser Plattform nicht unterstützt" -msgid "Processing request in progress" -msgstr "Bearbeitung der Anforderung läuft" - msgid "" "Property 'guest-stats-polling-interval' not found on memory balloon driver." msgstr "" @@ -7754,14 +7588,6 @@ msgid "Refusing to undefine while domain managed save image exists" msgstr "" "undefine verweigert während Domain-Verwaltetes Sicherungs-Image existiert" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "Registry-Wert '%s\\%s' hat unerwarteten Typ" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "Registry-Wert '%s\\%s' ist zu kurz" - #, c-format msgid "Remote command terminated with non-zero code: %d" msgstr "Remote-Befehl mit Nicht-Null Code beendet: %d" @@ -7793,12 +7619,6 @@ msgid "Replace the domain XML associated with a saved state file" msgstr "" "Ersetzen der Domain XML die mit einer Status-Sicherungs-Datei verknüpft ist" -msgid "Request canceled" -msgstr "Anforderung abgebrochen" - -msgid "Request not canceled" -msgstr "Anforderung nicht abgebrochen" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "" @@ -8171,9 +7991,6 @@ msgstr "Senden Datei-Deskriptoren ist auf diesem Socket nicht unterstützt" msgid "Serial port index %d out of [0..3] range" msgstr "Serieller Port index %d außerhalb dem [0..3] Bereich" -msgid "Servname not supported for ai_socktype" -msgstr "Servname nicht unterstützt für ai_socktype" - msgid "Set a secret value." msgstr "Einen Secret-Wert setzen." @@ -8480,9 +8297,6 @@ msgstr "Speicher-Datenträger nicht gefunden" msgid "Storage volume not found: %s" msgstr "Speicher-Datenträger nicht gefunden: %s" -msgid "StoragePool name already exists." -msgstr "Speicherpool-Name existiert bereits." - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "" @@ -8538,9 +8352,6 @@ msgstr "" "Management. (Hinweis: Dies erfordert einen Gast-Agent der auf dem Gast OS " "konfiguriert ist und dort läuft)." -msgid "System error" -msgstr "Systemfehler" - msgid "System is in use" msgstr "System ist in Gebrauch" @@ -8947,9 +8758,6 @@ msgstr "Ziel Video-Karten vram %u stimmt nicht mit der Quelle %u überein" msgid "Target watchdog model %s does not match source %s" msgstr "Ziel Überwachungs-Modell %s stimmt nicht mit der Quelle %s überein" -msgid "Temporary failure in name resolution" -msgstr "Temporärer Fehler bei der Namensauflösung" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -9265,9 +9073,6 @@ msgstr "" " 'quit' zum Beenden\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "UNIX Domäne Sockets werden auf dieser Plattform nicht unterstützt" - msgid "UNIX sockets are not supported on this platform" msgstr "UNIX Sockets werden auf dieser Plattform nicht unterstützt" @@ -9327,9 +9132,6 @@ msgstr "Kann nicht auf Stream für %s zugreifen" msgid "Unable to acquire lock on '%s'" msgstr "Konnte Sperre auf '%s' nicht erlangen" -msgid "Unable to add LPAR to the table" -msgstr "LPAR konnte nicht zur Tabelle hinzugefügt werden" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "Kann Bridge %s Port %s nicht " @@ -9337,10 +9139,6 @@ msgstr "Kann Bridge %s Port %s nicht " msgid "Unable to add epoll fd" msgstr "Kann nicht epoll fd hinzufügen" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "Kann nicht Handle %d zur Ereignis-Schleife hinzufügen." - #, c-format msgid "Unable to add lockspace %s" msgstr "Kann nicht Sperrbereich %s hinzufügen" @@ -9474,21 +9272,9 @@ msgstr "JSON Formatter kann nicht erstellt werden" msgid "Unable to create JSON parser" msgstr "JSON Parser kann nicht erstellt werden" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "LPAR konnte nicht erstellt werden. Grund: »%s«" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "Speicherpool kann nicht erstellt werden: %s" - msgid "Unable to create TAP devices on this platform" msgstr "Kann TAP Einheiten auf dieser Plattform nicht erstellen" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "Datenträger kann nicht erstellt werden: %s" - msgid "Unable to create blkid library handle" msgstr "Kann blkid Bibliothek Handle nicht erstellen" @@ -9525,15 +9311,6 @@ msgstr "" msgid "Unable to create migration thread" msgstr "Migrations-Thread kann nicht erstellt werden" -msgid "Unable to create new virtual adapter" -msgstr "Neuer virtueller Adapter konnte nicht erstellt werden" - -msgid "Unable to create pipe" -msgstr "Kann Pipe nicht erstellen" - -msgid "Unable to create signal pipe" -msgstr "Kann Signal-Pipe nicht erstellen" - msgid "Unable to create socket" msgstr "Socket kann nicht erstellt werden" @@ -9577,59 +9354,10 @@ msgstr "Kann Sperrbereich-Ressource %s nicht löschen" msgid "Unable to delete port %s from OVS" msgstr "Kann Port %s nicht von OVS löschen" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr " Konnte Speicher-Pool %s nicht zerstören" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "Datei-System für %s kann nicht ermittelt werden" -msgid "Unable to determine config directory" -msgstr "Kann Konfigurations-Verzeichnis nicht ermitteln" - -msgid "Unable to determine domain's CPU." -msgstr "CPU der Domain konnte nicht festgestellt werden." - -msgid "Unable to determine domain's max memory." -msgstr "Maximaler Speicher der Domain konnte nicht festgestellt werden." - -msgid "Unable to determine domain's memory." -msgstr "Speicher der Domain konnte nicht festgestellt werden." - -msgid "Unable to determine domain's name." -msgstr "Domainname kann nicht bestimmt werden." - -msgid "Unable to determine home directory" -msgstr "Kann Basis-Verzeichnis nicht ermitteln" - -msgid "Unable to determine number of domains." -msgstr "Anzahl der Domains kann nicht festgestellt werden" - -msgid "Unable to determine storage pool's name." -msgstr "Name des Speicherpools kann nicht bestimmt werden." - -msgid "Unable to determine storage pool's uuid." -msgstr "UUID des Speicherpools kann nicht bestimmt werden." - -msgid "Unable to determine storage pools's size." -msgstr "Größe des Speicherpools kann nicht bestimmt werden." - -msgid "Unable to determine storage pools's source adapter." -msgstr "Quelladapter des Speicherpools kann nicht bestimmt werden." - -msgid "Unable to determine storage sp's name." -msgstr "Name des Speicher-Sp's kann nicht bestimmt werden." - -msgid "Unable to determine storage sp's uuid." -msgstr "UUID des Speicher-Sp's kann nicht bestimmt werden." - -msgid "Unable to determine storage sps's size." -msgstr "Größe des Speicher-Sp's kann nicht bestimmt werden." - -msgid "Unable to determine storage sps's source adapter." -msgstr "Quelladapter des Speicher-Sp's kann nicht bestimmt werden." - msgid "Unable to disable nagle algorithm" msgstr "Kann nagle Algorithmus nicht deaktivieren" @@ -9705,9 +9433,6 @@ msgstr "Kann Zeit nicht formatieren" msgid "Unable to generate diffie-hellman parameters: %s" msgstr "Kann Diffie-Hellman Parameters nicht generieren: %s" -msgid "Unable to generate random uuid." -msgstr "Zufällige UUID kann nicht generiert werden." - #, c-format msgid "Unable to get DBus session bus connection: %s" msgstr "Kann DBus Session-Bus Verbindung nicht erhalten: %s" @@ -9732,12 +9457,6 @@ msgstr "Kann STP Verzögerung auf %s auf dieser Plattform nicht erhalten" msgid "Unable to get STP on %s on this platform" msgstr "Kann STP auf %s auf dieser Plattform nicht erhalten" -msgid "Unable to get VIOS name" -msgstr "VIOS-Name konnte nicht abgerufen werden" - -msgid "Unable to get VIOS profile name." -msgstr "VIOS-Profilname konnte nicht abgerufen werden." - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "Konnte VLAN für Schnittstelle %s nicht erhalten" @@ -9771,9 +9490,6 @@ msgstr "Kann Einheiten-ID '%s' nicht erhalten" msgid "Unable to get domain status" msgstr "Kann Domain-Status nicht abrufen" -msgid "Unable to get free slot number" -msgstr "Kann keine freie Slot Nummer erhalten" - #, c-format msgid "Unable to get index for interface %s" msgstr "Konnte Index für Schnittstelle %s nicht erhalten" @@ -9910,9 +9626,6 @@ msgstr "Kann nicht SELinux Prozess Kontext suchen" msgid "Unable to make TAP device non-persistent" msgstr "Kann TAP Einheit nicht auf nicht-dauerhaft setzen" -msgid "Unable to make pipe" -msgstr "Kann keine Pipe erstellen" - msgid "Unable to mark loop device as autoclear" msgstr "Kann Loop Einheit nicht als Autoclear markieren" @@ -9963,10 +9676,6 @@ msgstr "Kann Datei-System %s nicht öffnen" msgid "Unable to open log file %s" msgstr "Protokolldatei %s kann nicht geöffnet werden" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "Kann Monitor-Pfad %s nicht öffnen" - #, c-format msgid "Unable to open resource %s" msgstr "Ressource %s kann nicht geöffnet werden" @@ -10022,9 +9731,6 @@ msgstr "Quote konnte nicht analysiert werden" msgid "Unable to parse string parameter" msgstr "String Parameter konnte nicht analysiert werden" -msgid "Unable to poll on file handles" -msgstr "Konnte nicht auf Dateihandles abfragen" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "Chardev Datei '%s' konnte nicht vor-erstellt werden" @@ -10033,9 +9739,6 @@ msgstr "Chardev Datei '%s' konnte nicht vor-erstellt werden" msgid "Unable to process file with flags %d" msgstr "Kann Datei mit Flags %d nicht verarbeiten" -msgid "Unable to put monitor into non-blocking mode" -msgstr "Kann Monitor nicht in Non-Blocking-Modus versetzen" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "" @@ -10269,9 +9972,6 @@ msgstr "Kann x509 Zertifikats-Widerruf Liste nicht festlegen: %s: %s" msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "Kann x509 Schlüssel und Zertifikat nicht laden: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "Kann Wakeup-Pipe nicht einrichten" - #, c-format msgid "Unable to split FD list '%s'" msgstr "Kann FD Liste '%s' nicht aufteilen" @@ -10313,9 +10013,6 @@ msgstr "" msgid "Unable to wait for child process" msgstr "Kann auf untergeordneten Prozesses nicht warten" -msgid "Unable to wait on agent monitor condition" -msgstr "Kann auf Agent Monitor-Kondition nicht warten" - msgid "Unable to wait on epoll" msgstr "Kann nicht auf epoll warten" @@ -10335,9 +10032,6 @@ msgstr "Kann Host Konsol PTY nicht beobachten" msgid "Unable to write %s" msgstr "Kann %s nicht schreiben" -msgid "Unable to write information to local file." -msgstr "Daten konnten nicht in lokale Datei geschrieben werden." - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "PID-Datei '%s/%s.pid' kann nicht geschrieben werden" @@ -10474,10 +10168,6 @@ msgstr "Unerwartete Signatur '%s'" msgid "Unexpected volume path format: %s" msgstr "Unerwartetes Datenträger-Pfad Format: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "Nicht bearbeitetes Ereignis %d für Monitor fd %d" - msgid "Unknown" msgstr "Unbekannt" @@ -11066,10 +10756,6 @@ msgstr "XML-Knoten enthält keinen Text, erwartete einen xsd:dateTime Wert" msgid "XPath evaluation of response for call to '%s' failed" msgstr "XPath-Evaluierung der Antwort für Aufruf von »%s« fehlgeschlagen" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "" -"Sie versuchen, eine höhere CPU-Anzahl als maximal zulässig einzustellen." - msgid "You must map the root user of container" msgstr "Sie müssen den root-Benutzer des Containers zuordnen" @@ -11185,12 +10871,6 @@ msgstr "nach dem Zurücksetzen Zustand auf Pause ändern" msgid "after reverting, change state to running" msgstr "nach dem Zurücksetzen Zustand auf laufen ändern" -msgid "ai_family not supported" -msgstr "ai_family nicht unterstützt" - -msgid "ai_socktype not supported" -msgstr "ai_socktype nicht unterstützt" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "Zuweisung der neuen Kapazitäten, anstatt sie zerstreut zu lassen" @@ -11761,9 +11441,6 @@ msgstr "Kann Log-Verzechnis %s nicht erstellen" msgid "cannot create path '%s'" msgstr "Kann Pfad '%s' nicht erstellen" -msgid "cannot create pipe" -msgstr "Kann Pipe nicht erstellen" - msgid "cannot create pipe for tunnelled migration" msgstr "Kann Pipe nicht für getunnelte Migration erstellen" @@ -11907,10 +11584,6 @@ msgstr "Kann Eigenschaften-Flags auf macvtap-Tap nicht abrufen" msgid "cannot get file context of '%s'" msgstr "Kann keinen Datei-Kontext von '%s' ermitteln" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "Gruppen-Liste für '%s' kann nicht erhalten werden" - msgid "cannot get host CPU capabilities" msgstr "Kann CPU-Fähigkeiten des Hostes nicht abrufen" @@ -12957,10 +12630,6 @@ msgstr "konnte Xen-Hypervisoreintrag nicht verwenden" msgid "could not use Xen hypervisor entry %s" msgstr "konnte Xen-Hypervisoreintrag %s nicht verwenden" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "Konnte pidfile %s für %d nicht schreiben" - #, c-format msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" msgstr "Konnte IFLA_VF_INFO für VF %d in netlink Antwort nicht finden" @@ -13581,9 +13250,6 @@ msgstr "Domänen-Anzeige Verbindungs-URI" msgid "domain event %d not registered" msgstr "Domainereignis %d nicht registriert" -msgid "domain has assigned non-USB host devices" -msgstr "Der Domain wurden non-USB Host-Einheiten zugewiesen" - msgid "domain has no snapshots" msgstr "Domain hat keine Snapshots" @@ -14071,9 +13737,6 @@ msgstr "Dekodierung der SASL-Daten fehlgeschlagen: %d (%s)" msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "Löschen (Anhalten) der Schnittstelle %s gescheitert: %s%s%s" -msgid "failed to determine host name" -msgstr "Bestimmen des Host-Namens fehlgeschlagen" - msgid "failed to enable IP forwarding" msgstr "Aktivieren der IP-Weiterleitung fehlgeschlagen" @@ -14426,9 +14089,6 @@ msgstr "Prüfung des SSH-Hostschlüssels ist fehlgeschlagen: %s" msgid "failed to wait on condition" msgstr "Warten auf Bedingung fehlgeschlagen" -msgid "failed to wake up polling thread" -msgstr "scheiterte den Abfrage-Thread aufzuwecken" - msgid "failed to wakeup migration tunnel" msgstr "Aufwecken des Migration Tunnel gescheitert" @@ -14673,9 +14333,6 @@ msgid "get/set value to be used on next boot" msgstr "" "Erhalten/Erstellen Wert der bei nächstem Systemstart verwendet werden soll" -msgid "getting time of day" -msgstr "Tageszeit ermitteln" - msgid "given uuid does not match XML uuid" msgstr "Angegebene UUID stimmt nicht mit XML-UUID überein" @@ -16749,10 +16406,6 @@ msgstr "Keine Gerätefähigkeiten für '%s'" msgid "no device found with alias %s" msgstr "Keine Einheit gefunden mit Alias %s" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "kein Datenträger-Format für %s und Sondieren ist deaktiviert" - #, c-format msgid "no disk named '%s'" msgstr "Keine Disk namens '%s'" @@ -17341,9 +16994,6 @@ msgstr "pmsuspended" msgid "poll failed in migration tunnel" msgstr "Abstimmung scheiterte im Migration Tunnel" -msgid "poll on socket failed" -msgstr "Anfrage auf Socket fehlgeschlagen" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "Pool »%s« existiert bereits mit UUID %s" @@ -17473,10 +17123,6 @@ msgstr "XML passend für Migrationen bereitstellen" msgid "ps2 bus does not support %s input device" msgstr "PS/2-Bus unterstützt %s-Eingabegerät nicht" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: Kann aktuelles Verzeichnis nicht ermitteln: %s" - msgid "qemu does not support SGA" msgstr "qemu unterstützt nicht SGA" @@ -17484,10 +17130,6 @@ msgstr "qemu unterstützt nicht SGA" msgid "qemu emulator '%s' does not support xen" msgstr "Qemu-Emulator '%s' unterstützt kein Xen" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "qemu benutzt keinen Unix-Socket-Monitor, kann nicht senden fd %s" - msgid "qemu state driver is not active" msgstr "qemu-Status-Treiber nicht aktiv" @@ -17580,9 +17222,6 @@ msgstr "Lese i/O-Operationen Grenze in Bytes pro Sekunde" msgid "read error on pipe" msgstr "Lesefehler in Pipe" -msgid "read on wakeup fd failed" -msgstr "lesen nach erwachen der fd fehlgeschlagen" - msgid "read-only connection" msgstr "Schreibgeschützte Verbindung" @@ -18524,9 +18163,6 @@ msgstr "Diese QEMU unterstützt das rng-egd Backend nicht" msgid "this qemu doesn't support the rng-random backend" msgstr "Diese QEMU unterstützt das rng-random Backend nicht" -msgid "time_t overflow" -msgstr "time_t Überlauf" - msgid "timeout must be positive" msgstr "Zeitüberschreitung muss positiv sein" @@ -18708,10 +18344,6 @@ msgstr "Kann keine Verbindung herstellen mit Server auf '%s:%s'" msgid "unable to create hugepage path %s" msgstr "Kann Hugepage-Pfad %s nicht erstellen" -#, c-format -msgid "unable to create pipe for %s" -msgstr "Pipe für %s konnte nicht erstellt werden" - #, c-format msgid "unable to create rundir %s: %s" msgstr "rundir %s kann nicht erzeugt werden: %s" @@ -18800,12 +18432,6 @@ msgstr "Kann VirtualBox-Treiber-API nicht initialisieren" msgid "unable to load knownhosts file '%s': %s" msgstr "Kann nicht Knownhosts-Datei '%s': %s laden" -msgid "unable to make pipe" -msgstr "Kann keine Pipe erstellen" - -msgid "unable to open pipe" -msgstr "Pipe kann nicht geöffnet werden" - msgid "unable to open stream" msgstr "Kann Stream nicht öffnen" @@ -18844,12 +18470,6 @@ msgstr "Kann Server-Zertifikat %s nicht lesen" msgid "unable to read vmware log file" msgstr "Konnte vmware Log Datei nicht lesen" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "" -"kann früheren Zustand durch Hinzufügen Port zur Brücke %s nicht " -"wiederherstellen" - msgid "unable to register monitor events" msgstr "Kann Monitor-Ereignisse nicht registrieren" @@ -18918,9 +18538,6 @@ msgstr "Kann nicht auf Prozess %lld warten" msgid "unable to wait on console condition" msgstr "Kann auf Konsol-Kondition nicht warten" -msgid "unable to wait on libssh2 socket" -msgstr "Kann nicht auf das libssh2 Socket warten" - #, c-format msgid "unable to write data to '%s'" msgstr "Kann nicht Daten auf '%s' schreiben" @@ -19910,10 +19527,6 @@ msgstr "Nicht unterstützter Laufwerkstyp" msgid "unsupported disk type %s" msgstr "Nicht unterstützter Laufwerkstyp %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "Nicht unterstützter Laufwerkstyp '%s'" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "Nicht unterstützter Treibername '%s' für Laufwerk '%s'" @@ -20151,9 +19764,6 @@ msgstr "virDomainGetXMLDesc mit sicherem Flag" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "virDomainSnapshotGetXMLDesc mit sicherer Flag" -msgid "virExec is not implemented for WIN32" -msgstr "virExec ist nicht implementiert auf Win32" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "virFileOpenAs ist nicht implementiert auf Win32" @@ -20166,12 +19776,6 @@ msgstr "virGetGroupID ist nicht verfügbar" msgid "virGetGroupName is not available" msgstr "virGetGroupName ist nicht verfügbar" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory ist nicht verfügbar" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory ist nicht verfügbar" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory ist nicht verfügbar" @@ -20181,9 +19785,6 @@ msgstr "virGetUserID ist nicht verfügbar" msgid "virGetUserName is not available" msgstr "virGetUserName ist nicht verfügbar" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory ist nicht verfügbar" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat NULL def" @@ -20228,9 +19829,6 @@ msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "" "virNWFilterSnoopReqNew mit ungültigem Schlüssel \"%s\" (%zu) aufgerufen" -msgid "virRun is not implemented for WIN32" -msgstr "virRun ist nicht implementiert auf Win32" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID ist nicht verfügbar" @@ -20422,10 +20020,6 @@ msgstr "XML Änderung nicht unterstützt" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime Wert '%s' hat unerwartetes Format" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime Wert '%s' zu lang für Ziel" - msgid "y - yes, start editor again" msgstr "y - ja, starten Editor wieder" diff --git a/po/el.mini.po b/po/el.mini.po index 783ea7e71e..44e3fbfa77 100644 --- a/po/el.mini.po +++ b/po/el.mini.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-27 04:41+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/fedora/language/" diff --git a/po/en_GB.mini.po b/po/en_GB.mini.po index d8c1600c92..a69293dc0e 100644 --- a/po/en_GB.mini.po +++ b/po/en_GB.mini.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-24 06:05+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" @@ -378,10 +378,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s' controller cannot be hot plugged." msgstr "'%s' controller cannot be hot plugged." @@ -653,17 +649,10 @@ msgstr "Active console session exists for this domain" msgid "Active:" msgstr "Active:" -msgid "Address family for hostname not supported" -msgstr "Address family for hostname not supported" - #, c-format msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "After dumping core, failed to resume domain '%d' with libxenlight" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "Agent path %s too big for destination" - msgid "All identities provided by the SSH Agent were rejected" msgstr "All identities provided by the SSH Agent were rejected" @@ -674,9 +663,6 @@ msgstr "" "All provided authentication methods with credentials were rejected by the " "server" -msgid "All requests done" -msgstr "All requests done" - msgid "Allocation" msgstr "Allocation" @@ -700,9 +686,6 @@ msgstr "Another close callback is already defined for domain %s" msgid "AnyType is missing 'type' property" msgstr "AnyType is missing 'type' property" -msgid "Argument buffer too small" -msgstr "Argument buffer too small" - msgid "Arguments must be non null" msgstr "Arguments must be non null" @@ -758,9 +741,6 @@ msgstr "Attempted to NAT '%s'. NAT is only supported for IPv4." msgid "Attribute mode is only allowed for guest CPU" msgstr "Attribute mode is only allowed for guest CPU" -msgid "Authentication failed" -msgstr "Authentication failed" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -797,9 +777,6 @@ msgstr "Bad ipv4 end address '%s' in <nat> in <forward> in network '%s'" msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" -msgid "Bad value for ai_flags" -msgstr "Bad value for ai_flags" - msgid "Bad value for nativeMode" msgstr "Bad value for nativeMode" @@ -1075,18 +1052,12 @@ msgstr "Can't determine pid file path." msgid "Can't determine socket paths" msgstr "Can't determine socket paths" -msgid "Can't determine user directory" -msgstr "Can't determine user directory" - msgid "Can't find prlctl command in the PATH env" msgstr "Can't find prlctl command in the PATH env" msgid "Can't initialize access manager" msgstr "Can't initialise access manager" -msgid "Can't initialize logging" -msgstr "Can't initialise logging" - #, c-format msgid "Can't load config file: %s: %s" msgstr "Can't load config file: %s: %s" @@ -1202,9 +1173,6 @@ msgstr "Cannot delete file '%s'" msgid "Cannot determine balloon device path" msgstr "Cannot determine balloon device path" -msgid "Cannot determine free memory" -msgstr "Cannot determine free memory" - msgid "Cannot determine system clock HZ" msgstr "Cannot determine system clock HZ" @@ -1395,10 +1363,6 @@ msgstr "Cannot parse controller index %s" msgid "Cannot parse mode string" msgstr "Cannot parse mode string" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "Cannot parse number from '%s'" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "Cannot parse socket address '%s': %s" @@ -1575,9 +1539,6 @@ msgstr "Cannot write data" msgid "Capacity" msgstr "Capacity" -msgid "Capacity cannot be empty." -msgstr "Capacity cannot be empty." - msgid "Capacity:" msgstr "Capacity:" @@ -1843,10 +1804,6 @@ msgstr "Could not change memory parameters: %s" msgid "Could not change scheduler parameters: %s" msgstr "Could not change scheduler parameters: %s" -#, c-format -msgid "Could not close %s" -msgstr "Could not close %s" - msgid "Could not configure network" msgstr "Could not configure network" @@ -1867,14 +1824,6 @@ msgstr "Could not copy default config" msgid "Could not copy volume: %s" msgstr "Could not copy volume: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "Could not create Session instance, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "Could not create VirtualBox instance, rc = 0x%08x" - msgid "Could not create filter" msgstr "Could not create filter" @@ -1911,9 +1860,6 @@ msgstr "Could not deserialise pull response item" msgid "Could not destroy domain: %s" msgstr "Could not destroy domain: %s" -msgid "Could not determine home directory" -msgstr "Could not determine home directory" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "Could not determine kernel version from string %s" @@ -2281,10 +2227,6 @@ msgstr "Could not parse 'bonding/use_carrier' '%s' for '%s'" msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "Could not parse 'bridge/stp_state' '%s' for '%s'" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "Could not parse IID from '%s', rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "Could not parse MTU value '%s'" @@ -2329,14 +2271,6 @@ msgstr "Could not parse usb file %s" msgid "Could not parse valid disk index from '%s'" msgstr "Could not parse valid disk index from '%s'" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "Could not parse version number from '%s'" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "Could not query registry value '%s\\%s'" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "Could not read '%s' from config for container %d" @@ -2489,9 +2423,6 @@ msgstr "Could not verify disk address" msgid "Could not wipe volume: %s" msgstr "Could not wipe volume: %s" -msgid "Could not write to stream" -msgstr "Could not write to stream" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "Couldn't create lock file for device '%s' in path '%s'" @@ -2931,9 +2862,6 @@ msgstr "" "Domain XML doesn't contain any file-based harddisks, cannot deduce datastore " "and path for VMX file" -msgid "Domain XML must contain at least one <disk> element." -msgstr "Domain XML must contain at least one <disk> element." - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "Domain already exists, editing existing domains is not supported yet" @@ -3159,12 +3087,6 @@ msgstr "Error notify callback must be supplied" msgid "Error opening file %s" msgstr "Error opening file %s" -msgid "Error parsing 'path'. Invalid characters." -msgstr "Error parsing 'path'. Invalid characters." - -msgid "Error parsing volume XML." -msgstr "Error parsing volume XML." - #, c-format msgid "Error reading secret: %s" msgstr "Error reading secret: %s" @@ -3176,13 +3098,6 @@ msgstr "Error while building firewall" msgid "Error while building firewall: %s" msgstr "Error while building firewall: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "Error while getting %s address info" - -msgid "Error while opening SSH session." -msgstr "Error while opening SSH session." - msgid "Error while processing command's IO" msgstr "Error while processing command's IO" @@ -3195,10 +3110,6 @@ msgstr "Error while reading /proc/cgroups" msgid "Error while reading the domain name" msgstr "Error while reading the domain name" -#, c-format -msgid "Escape character is %s\n" -msgstr "Escape character is %s\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "Ethernet controller index %d out of [0..3] range" @@ -3555,10 +3466,6 @@ msgstr "Failed to complete tree listing" msgid "Failed to connect socket to '%s'" msgstr "Failed to connect socket to '%s'" -#, c-format -msgid "Failed to connect to %s" -msgstr "Failed to connect to %s" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "Failed to connect to remote libvirt URI %s: %s" @@ -3658,9 +3565,6 @@ msgstr "Failed to create network from %s" msgid "Failed to create node device from %s" msgstr "Failed to create node device from %s" -msgid "Failed to create pipe" -msgstr "Failed to create pipe" - #, c-format msgid "Failed to create pool %s" msgstr "Failed to create pool %s" @@ -4353,10 +4257,6 @@ msgstr "Failed to read PCI config space for %s" msgid "Failed to read file '%s'" msgstr "Failed to read file '%s'" -#, c-format -msgid "Failed to read from %s" -msgstr "Failed to read from %s" - msgid "Failed to read from signal pipe" msgstr "Failed to read from signal pipe" @@ -4780,9 +4680,6 @@ msgstr "Failed." msgid "Failure action %s is not supported by sanlock" msgstr "Failure action %s is not supported by sanlock" -msgid "Failure establishing SSH session." -msgstr "Failure establishing SSH session." - msgid "Failure to mask address" msgstr "Failure to mask address" @@ -4797,9 +4694,6 @@ msgstr "Family 'ipv6' specified for non-IPv6 address '%s' in network '%s'" msgid "Feature %s required by CPU model %s not found" msgstr "Feature %s required by CPU model %s not found" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "Field <src> under <disk> on the domain XML file is missing." - msgid "Field kernel memory too long for destination" msgstr "Field kernel memory too long for destination" @@ -4915,9 +4809,6 @@ msgstr "GET operation failed: %s" msgid "GNUTLS call error" msgstr "GNUTLS call error" -msgid "GNUTLS support not available in this build" -msgstr "GNUTLS support not available in this build" - msgid "Get block device size info for a domain." msgstr "Get block device size info for a domain." @@ -5339,9 +5230,6 @@ msgstr "" "Interface type hostdev is currently supported on SR-IOV Virtual Functions " "only" -msgid "Interrupted by a signal" -msgstr "Interrupted by a signal" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "Invalid \"nativeMode='%s'\" in vlan <tag> element" @@ -5842,9 +5730,6 @@ msgstr "Kernel does not support private devpts" msgid "Kernel doesn't support user namespace" msgstr "Kernel doesn't support user namespace" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "Key must be empty, Power Hypervisor will create one for you." - msgid "Key of the current session differs from the key at last login" msgstr "Key of the current session differs from the key at last login" @@ -5969,10 +5854,6 @@ msgid "" msgstr "" "Malformed 'uri_aliases' config entry '%s', expected 'alias=uri://host/path'" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "Malformed TLS whitelist regular expression '%s'" - #, c-format msgid "Malformed ctrl-alt-del setting '%s'" msgstr "Malformed ctrl-alt-del setting '%s'" @@ -6028,9 +5909,6 @@ msgstr "Max memory:" msgid "Memory '%llu' must be less than %llu" msgstr "Memory '%llu' must be less than %llu" -msgid "Memory allocation failure" -msgstr "Memory allocation failure" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -6449,9 +6327,6 @@ msgstr "Model %s too big for destination" msgid "Model name contains invalid characters" msgstr "Model name contains invalid characters" -msgid "Monitor does not support sending of file descriptors" -msgstr "Monitor does not support sending of file descriptors" - #, c-format msgid "Monitor path %s too big for destination" msgstr "Monitor path %s too big for destination" @@ -6544,9 +6419,6 @@ msgstr "Name" msgid "Name of chain is longer than %u characters" msgstr "Name of chain is longer than %u characters" -msgid "Name or service not known" -msgstr "Name or service not known" - msgid "Name:" msgstr "Name:" @@ -6718,9 +6590,6 @@ msgstr "No UNIX caller UID available" msgid "No active operation on device: %s" msgstr "No active operation on device: %s" -msgid "No address associated with hostname" -msgstr "No address associated with hostname" - #, c-format msgid "No args present for signature %s" msgstr "No args present for signature %s" @@ -6890,9 +6759,6 @@ msgstr "Non-cancelable task is blocked by an unanswered question" msgid "Non-empty feature list specified without CPU model" msgstr "Non-empty feature list specified without CPU model" -msgid "Non-recoverable failure in name resolution" -msgstr "Non-recoverable failure in name resolution" - msgid "None" msgstr "None" @@ -6978,12 +6844,6 @@ msgstr "Only %d CPUs available to show\n" msgid "Only '%s' filesystem type is supported" msgstr "Only '%s' filesystem type is supported" -msgid "Only 'credit' scheduler is supported" -msgstr "Only 'credit' scheduler is supported" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "Only 'scsi_host' adapter is supported" - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "Only IPv4 or IPv6 addresses can be used with iptables" @@ -7158,9 +7018,6 @@ msgstr "" msgid "PCI device %s is not assignable" msgstr "PCI device %s is not assignable" -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI host devices must use 'pci' address type" - msgid "POST operation failed" msgstr "POST operation failed" @@ -7183,9 +7040,6 @@ msgstr "Parameter '%s' is not a string" msgid "Parameter '%s' is not supported by this kernel" msgstr "Parameter '%s' is not supported by this kernel" -msgid "Parameter string not correctly encoded" -msgstr "Parameter string not correctly encoded" - msgid "Parent" msgstr "Parent" @@ -7355,20 +7209,6 @@ msgstr "Populate a disk from its backing image." msgid "Port profile Associate failed for %s" msgstr "Port profile Associate failed for %s" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "PrepareTunnel called but no TUNNELLED flag set" @@ -7422,9 +7262,6 @@ msgstr "Process %zu %p %p [[[%s]]][[[%s]]]" msgid "Process CPU affinity is not supported on this platform" msgstr "Process CPU affinity is not supported on this platform" -msgid "Processing request in progress" -msgstr "Processing request in progress" - msgid "" "Property 'guest-stats-polling-interval' not found on memory balloon driver." msgstr "" @@ -7559,14 +7396,6 @@ msgstr "Refusing to undefine while %d snapshots exist" msgid "Refusing to undefine while domain managed save image exists" msgstr "Refusing to undefine while domain managed save image exists" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "Registry value '%s\\%s' has unexpected type" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "Registry value '%s\\%s' is too short" - #, c-format msgid "Remote command terminated with non-zero code: %d" msgstr "Remote command terminated with non-zero code: %d" @@ -7598,12 +7427,6 @@ msgstr "Replace the domain XML associated with a saved state file" msgid "Reply message incorrect" msgstr "Reply message incorrect" -msgid "Request canceled" -msgstr "Request cancelled" - -msgid "Request not canceled" -msgstr "Request not cancelled" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "Requested device '%s' is locked by lock file '%s' held by process %lld" @@ -7968,9 +7791,6 @@ msgstr "Sending file descriptors is not supported on this socket" msgid "Serial port index %d out of [0..3] range" msgstr "Serial port index %d out of [0..3] range" -msgid "Servname not supported for ai_socktype" -msgstr "Servname not supported for ai_socktype" - msgid "Set a secret value." msgstr "Set a secret value." @@ -8275,9 +8095,6 @@ msgstr "Storage volume not found" msgid "Storage volume not found: %s" msgstr "Storage volume not found: %s" -msgid "StoragePool name already exists." -msgstr "StoragePool name already exists." - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "Stream data too long to send (%zu bytes needed, %zu bytes available)" @@ -8331,9 +8148,6 @@ msgstr "" "Suspends a running domain using guest OS's power management. (Note: This " "requires a guest agent configured and running in the guest OS)." -msgid "System error" -msgstr "System error" - msgid "System is in use" msgstr "System is in use" @@ -8712,9 +8526,6 @@ msgstr "Target video card vram %u does not match source %u" msgid "Target watchdog model %s does not match source %s" msgstr "Target watchdog model %s does not match source %s" -msgid "Temporary failure in name resolution" -msgstr "Temporary failure in name resolution" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -9035,9 +8846,6 @@ msgstr "" " 'quit' to quit\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "UNIX domain sockets are not supported on this platform" - msgid "UNIX sockets are not supported on this platform" msgstr "UNIX sockets are not supported on this platform" @@ -9099,9 +8907,6 @@ msgstr "Unable to access stream for '%s'" msgid "Unable to acquire lock on '%s'" msgstr "Unable to acquire lock on '%s'" -msgid "Unable to add LPAR to the table" -msgstr "Unable to add LPAR to the table" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "Unable to add bridge %s port %s" @@ -9109,10 +8914,6 @@ msgstr "Unable to add bridge %s port %s" msgid "Unable to add epoll fd" msgstr "Unable to add epoll fd" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "Unable to add handle %d to event loop" - #, c-format msgid "Unable to add lockspace %s" msgstr "Unable to add lockspace %s" @@ -9244,21 +9045,9 @@ msgstr "Unable to create JSON formatter" msgid "Unable to create JSON parser" msgstr "Unable to create JSON parser" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "Unable to create LPAR. Reason: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "Unable to create Storage Pool: %s" - msgid "Unable to create TAP devices on this platform" msgstr "Unable to create TAP devices on this platform" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "Unable to create Volume: %s" - msgid "Unable to create blkid library handle" msgstr "Unable to create blkid library handle" @@ -9295,15 +9084,6 @@ msgstr "" msgid "Unable to create migration thread" msgstr "Unable to create migration thread" -msgid "Unable to create new virtual adapter" -msgstr "Unable to create new virtual adapter" - -msgid "Unable to create pipe" -msgstr "Unable to create pipe" - -msgid "Unable to create signal pipe" -msgstr "Unable to create signal pipe" - msgid "Unable to create socket" msgstr "Unable to create socket" @@ -9347,59 +9127,10 @@ msgstr "Unable to delete lockspace resource %s" msgid "Unable to delete port %s from OVS" msgstr "Unable to delete port %s from OVS" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "Unable to destroy Storage Pool: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "Unable to detect filesystem for %s" -msgid "Unable to determine config directory" -msgstr "Unable to determine config directory" - -msgid "Unable to determine domain's CPU." -msgstr "Unable to determine domain's CPU." - -msgid "Unable to determine domain's max memory." -msgstr "Unable to determine domain's max memory." - -msgid "Unable to determine domain's memory." -msgstr "Unable to determine domain's memory." - -msgid "Unable to determine domain's name." -msgstr "Unable to determine domain's name." - -msgid "Unable to determine home directory" -msgstr "Unable to determine home directory" - -msgid "Unable to determine number of domains." -msgstr "Unable to determine number of domains." - -msgid "Unable to determine storage pool's name." -msgstr "Unable to determine storage pool's name." - -msgid "Unable to determine storage pool's uuid." -msgstr "Unable to determine storage pool's uuid." - -msgid "Unable to determine storage pools's size." -msgstr "Unable to determine storage pools's size." - -msgid "Unable to determine storage pools's source adapter." -msgstr "Unable to determine storage pools's source adapter." - -msgid "Unable to determine storage sp's name." -msgstr "Unable to determine storage sp's name." - -msgid "Unable to determine storage sp's uuid." -msgstr "Unable to determine storage sp's uuid." - -msgid "Unable to determine storage sps's size." -msgstr "Unable to determine storage sps's size." - -msgid "Unable to determine storage sps's source adapter." -msgstr "Unable to determine storage sps's source adapter." - msgid "Unable to disable nagle algorithm" msgstr "Unable to disable nagle algorithm" @@ -9475,9 +9206,6 @@ msgstr "Unable to format time" msgid "Unable to generate diffie-hellman parameters: %s" msgstr "Unable to generate diffie-hellman parameters: %s" -msgid "Unable to generate random uuid." -msgstr "Unable to generate random uuid." - #, c-format msgid "Unable to get DBus session bus connection: %s" msgstr "Unable to get DBus session bus connection: %s" @@ -9502,12 +9230,6 @@ msgstr "Unable to get STP delay on %s on this platform" msgid "Unable to get STP on %s on this platform" msgstr "Unable to get STP on %s on this platform" -msgid "Unable to get VIOS name" -msgstr "Unable to get VIOS name" - -msgid "Unable to get VIOS profile name." -msgstr "Unable to get VIOS profile name." - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "Unable to get VLAN for interface %s" @@ -9544,9 +9266,6 @@ msgstr "Unable to get domain status" msgid "Unable to get free loop device via ioctl" msgstr "Unable to get free loop device via ioctl" -msgid "Unable to get free slot number" -msgstr "Unable to get free slot number" - #, c-format msgid "Unable to get index for interface %s" msgstr "Unable to get index for interface %s" @@ -9680,9 +9399,6 @@ msgstr "Unable to lookup SELinux process context" msgid "Unable to make TAP device non-persistent" msgstr "Unable to make TAP device non-persistent" -msgid "Unable to make pipe" -msgstr "Unable to make pipe" - msgid "Unable to mark loop device as autoclear" msgstr "Unable to mark loop device as autoclear" @@ -9736,10 +9452,6 @@ msgstr "Unable to open filesystem %s" msgid "Unable to open log file %s" msgstr "Unable to open log file %s" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "Unable to open monitor path %s" - #, c-format msgid "Unable to open resource %s" msgstr "Unable to open resource %s" @@ -9795,9 +9507,6 @@ msgstr "Unable to parse quota" msgid "Unable to parse string parameter" msgstr "Unable to parse string parameter" -msgid "Unable to poll on file handles" -msgstr "Unable to poll on file handles" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "Unable to pre-create chardev file '%s'" @@ -9806,9 +9515,6 @@ msgstr "Unable to pre-create chardev file '%s'" msgid "Unable to process file with flags %d" msgstr "Unable to process file with flags %d" -msgid "Unable to put monitor into non-blocking mode" -msgstr "Unable to put monitor into non-blocking mode" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "Unable to query certificate %s basic constraints %s" @@ -10037,9 +9743,6 @@ msgstr "Unable to set x509 certificate revocation list: %s: %s" msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "Unable to set x509 key and certificate: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "Unable to setup wakeup pipe" - #, c-format msgid "Unable to split FD list '%s'" msgstr "Unable to split FD list '%s'" @@ -10079,9 +9782,6 @@ msgstr "Unable to verify server certificate %s against CA certificate %s" msgid "Unable to wait for child process" msgstr "Unable to wait for child process" -msgid "Unable to wait on agent monitor condition" -msgstr "Unable to wait on agent monitor condition" - msgid "Unable to wait on epoll" msgstr "Unable to wait on epoll" @@ -10101,9 +9801,6 @@ msgstr "Unable to watch host console PTY" msgid "Unable to write %s" msgstr "Unable to write %s" -msgid "Unable to write information to local file." -msgstr "Unable to write information to local file." - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "Unable to write pid file '%s/%s.pid'" @@ -10238,10 +9935,6 @@ msgstr "Unexpected signature '%s'" msgid "Unexpected volume path format: %s" msgstr "Unexpected volume path format: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "Unhandled event %d for monitor fd %d" - msgid "Unknown" msgstr "Unknown" @@ -10810,9 +10503,6 @@ msgstr "XML node doesn't contain text, expecting an xsd:dateTime value" msgid "XPath evaluation of response for call to '%s' failed" msgstr "XPath evaluation of response for call to '%s' failed" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "You are trying to set a number of CPUs bigger than the max possible." - msgid "You must map the root user of container" msgstr "You must map the root user of container" @@ -10926,12 +10616,6 @@ msgstr "after reverting, change state to paused" msgid "after reverting, change state to running" msgstr "after reverting, change state to running" -msgid "ai_family not supported" -msgstr "ai_family not supported" - -msgid "ai_socktype not supported" -msgstr "ai_socktype not supported" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "allocate the new capacity, rather than leaving it sparse" @@ -11490,9 +11174,6 @@ msgstr "cannot create logger for libxenlight, disabling driver" msgid "cannot create path '%s'" msgstr "cannot create path '%s'" -msgid "cannot create pipe" -msgstr "cannot create pipe" - msgid "cannot create pipe for tunnelled migration" msgstr "cannot create pipe for tunnelled migration" @@ -11639,10 +11320,6 @@ msgstr "cannot get feature flags on macvtap tap" msgid "cannot get file context of '%s'" msgstr "cannot get file context of '%s'" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "cannot get group list for '%s'" - msgid "cannot get host CPU capabilities" msgstr "cannot get host CPU capabilities" @@ -12688,10 +12365,6 @@ msgstr "could not use Xen hypervisor entry" msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "could not write pidfile %s for %d" - #, c-format msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" msgstr "couldn't find IFLA_VF_INFO for VF %d in netlink response" @@ -13274,9 +12947,6 @@ msgstr "domain display connection URI" msgid "domain event %d not registered" msgstr "domain event %d not registered" -msgid "domain has assigned non-USB host devices" -msgstr "domain has assigned non-USB host devices" - msgid "domain has no snapshots" msgstr "domain has no snapshots" @@ -13784,9 +13454,6 @@ msgstr "failed to decode SASL data: %d (%s)" msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "failed to destroy (stop) interface %s: %s%s%s" -msgid "failed to determine host name" -msgstr "failed to determine host name" - msgid "failed to enable IP forwarding" msgstr "failed to enable IP forwarding" @@ -14147,9 +13814,6 @@ msgstr "failed to validate SSH host key: %s" msgid "failed to wait on condition" msgstr "failed to wait on condition" -msgid "failed to wake up polling thread" -msgstr "failed to wake up polling thread" - msgid "failed to wakeup migration tunnel" msgstr "failed to wakeup migration tunnel" @@ -14386,9 +14050,6 @@ msgstr "get/set value from running domain" msgid "get/set value to be used on next boot" msgstr "get/set value to be used on next boot" -msgid "getting time of day" -msgstr "getting time of day" - msgid "given uuid does not match XML uuid" msgstr "given uuid does not match XML uuid" @@ -16456,10 +16117,6 @@ msgstr "no device capabilities for '%s'" msgid "no device found with alias %s" msgstr "no device found with alias %s" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "no disk format for %s and probing is disabled" - #, c-format msgid "no disk named '%s'" msgstr "no disk named '%s'" @@ -17029,9 +16686,6 @@ msgstr "pmsuspended" msgid "poll failed in migration tunnel" msgstr "poll failed in migration tunnel" -msgid "poll on socket failed" -msgstr "poll on socket failed" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "pool '%s' already exists with uuid %s" @@ -17159,10 +16813,6 @@ msgstr "provide XML suitable for migrations" msgid "ps2 bus does not support %s input device" msgstr "ps2 bus does not support %s input device" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: cannot get current directory: %s" - msgid "qemu does not support SGA" msgstr "qemu does not support SGA" @@ -17170,10 +16820,6 @@ msgstr "qemu does not support SGA" msgid "qemu emulator '%s' does not support xen" msgstr "qemu emulator '%s' does not support xen" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "qemu is not using a unix socket monitor, cannot send fd %s" - msgid "qemu state driver is not active" msgstr "qemu state driver is not active" @@ -17266,9 +16912,6 @@ msgstr "read I/O operations limit per second" msgid "read error on pipe" msgstr "read error on pipe" -msgid "read on wakeup fd failed" -msgstr "read on wakeup fd failed" - msgid "read-only connection" msgstr "read-only connection" @@ -18188,9 +17831,6 @@ msgstr "this qemu doesn't support the rng-egd backend" msgid "this qemu doesn't support the rng-random backend" msgstr "this qemu doesn't support the rng-random backend" -msgid "time_t overflow" -msgstr "time_t overflow" - msgid "timeout must be positive" msgstr "timeout must be positive" @@ -18361,10 +18001,6 @@ msgstr "unable to connect to server at '%s:%s'" msgid "unable to create hugepage path %s" msgstr "unable to create hugepage path %s" -#, c-format -msgid "unable to create pipe for %s" -msgstr "unable to create pipe for %s" - #, c-format msgid "unable to create rundir %s: %s" msgstr "unable to create rundir %s: %s" @@ -18453,15 +18089,9 @@ msgstr "unable to initialise VirtualBox driver API" msgid "unable to load knownhosts file '%s': %s" msgstr "unable to load knownhosts file '%s': %s" -msgid "unable to make pipe" -msgstr "unable to make pipe" - msgid "unable to make terminal raw: console isn't a tty" msgstr "unable to make terminal raw: console isn't a tty" -msgid "unable to open pipe" -msgstr "unable to open pipe" - msgid "unable to open stream" msgstr "unable to open stream" @@ -18500,10 +18130,6 @@ msgstr "unable to read server cert %s" msgid "unable to read vmware log file" msgstr "unable to read vmware log file" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "unable to recover former state by adding port to bridge %s" - msgid "unable to register monitor events" msgstr "unable to register monitor events" @@ -18572,9 +18198,6 @@ msgstr "unable to wait for process %lld" msgid "unable to wait on console condition" msgstr "unable to wait on console condition" -msgid "unable to wait on libssh2 socket" -msgstr "unable to wait on libssh2 socket" - #, c-format msgid "unable to write data to '%s'" msgstr "unable to write data to '%s'" @@ -19552,10 +19175,6 @@ msgstr "unsupported disk bus '%s' with device setup" msgid "unsupported disk type %s" msgstr "unsupported disk type %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "unsupported disk type '%s'" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "unsupported driver name '%s' for disk '%s'" @@ -19793,9 +19412,6 @@ msgstr "virDomainGetXMLDesc with secure flag" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "virDomainSnapshotGetXMLDesc with secure flag" -msgid "virExec is not implemented for WIN32" -msgstr "virExec is not implemented for WIN32" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "virFileOpenAs is not implemented for WIN32" @@ -19808,12 +19424,6 @@ msgstr "virGetGroupID is not available" msgid "virGetGroupName is not available" msgstr "virGetGroupName is not available" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory is not available" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory is not available" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory is not available" @@ -19823,9 +19433,6 @@ msgstr "virGetUserID is not available" msgid "virGetUserName is not available" msgstr "virGetUserName is not available" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory is not available" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat NULL def" @@ -19865,9 +19472,6 @@ msgstr "virNWFilterSnoopListDel failed" msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" -msgid "virRun is not implemented for WIN32" -msgstr "virRun is not implemented for WIN32" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID is not available" @@ -20059,10 +19663,6 @@ msgstr "xml modification unsupported" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime value '%s' has unexpected format" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime value '%s' too long for destination" - msgid "y - yes, start editor again" msgstr "y - yes, start editor again" diff --git a/po/es.mini.po b/po/es.mini.po index 0c55b4716e..a87423dff3 100644 --- a/po/es.mini.po +++ b/po/es.mini.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2018-03-10 04:16+0000\n" "Last-Translator: Javier Blanco <javi.deb@gmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/libvirt/language/" @@ -390,10 +390,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s' controller cannot be hot plugged." msgstr "El controlador '%s' no puede conectarse en caliente." @@ -662,18 +658,11 @@ msgstr "Sesión de consola activa existe en dominio" msgid "Active:" msgstr "Activar:" -msgid "Address family for hostname not supported" -msgstr "No existe soporte para la dirección de familias del nombre del equipo" - #, c-format msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "" "Después de vaciar núcleo, no se pudo reanudar dominio '%d' con libxenlight" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "La ruta %s es demasiado grande para el destino" - msgid "All identities provided by the SSH Agent were rejected" msgstr "Todas las identidades provistas por el agente SSH fueron rechazadas" @@ -684,9 +673,6 @@ msgstr "" "Todos los métodos de autenticación y credenciales provistos fueron " "rechazados por el servidor" -msgid "All requests done" -msgstr "Todas las peticiones han sido realizadas" - msgid "Allocation" msgstr "Alojamiento" @@ -711,9 +697,6 @@ msgstr "Otra close callback ya se ha definido para dominio %s" msgid "AnyType is missing 'type' property" msgstr "AnyType no posee la propiedad 'type'" -msgid "Argument buffer too small" -msgstr "El búfer del argumento es demasiado pequeño" - msgid "Arguments must be non null" msgstr "Arguments must be non null" @@ -762,9 +745,6 @@ msgstr "Intentó NAT '%s'. NAT solamente tiene soporte para IPv4." msgid "Attribute mode is only allowed for guest CPU" msgstr "El modo de atributo solo es permitido para la CPU del huésped" -msgid "Authentication failed" -msgstr "Falló la autenticación" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -805,9 +785,6 @@ msgstr "" "Esta errada la dirección de inicio de ipv4 '%s' en <nat> en <forward> en red " "'%s'" -msgid "Bad value for ai_flags" -msgstr "valor incorrecto para ai_flags" - msgid "Bad value for nativeMode" msgstr "Valor errado para nativMode" @@ -1091,18 +1068,12 @@ msgstr " No se puede determinar ruta de archivo PID" msgid "Can't determine socket paths" msgstr "No se pueden determinar rutas de sockets" -msgid "Can't determine user directory" -msgstr "No se puede determinar directorio de usuario" - msgid "Can't find prlctl command in the PATH env" msgstr "No se pudo hallar comando prlctl en el entorno PATH" msgid "Can't initialize access manager" msgstr "No se puede inicializar gestor de acceso" -msgid "Can't initialize logging" -msgstr "No se puede inicializar registro" - #, c-format msgid "Can't load config file: %s: %s" msgstr "No se puede cargar el archivo config: %s: %s" @@ -1228,9 +1199,6 @@ msgstr "No se puede borrar el archivo '%s'" msgid "Cannot determine balloon device path" msgstr "No se puede determinar ruta de dispositivo de globo" -msgid "Cannot determine free memory" -msgstr "No se puede determinar memoria libre" - msgid "Cannot determine system clock HZ" msgstr "No se puede determinar el reloj del sistema HZ" @@ -1424,10 +1392,6 @@ msgstr "No es posible analizar el índice del controlador %s" msgid "Cannot parse mode string" msgstr "No se puede leer modo de cadena" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "No es posible analizar el número desde '%s'" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "No se puede leer dirección de socket '%s': %s " @@ -1613,9 +1577,6 @@ msgstr "No se pueden escribir datos" msgid "Capacity" msgstr "Capacidad" -msgid "Capacity cannot be empty." -msgstr "La capacidad no puede estar vacía." - msgid "Capacity:" msgstr "Capacidad:" @@ -1892,10 +1853,6 @@ msgstr "No se pudieron cambiar parámetros de memoria: %s" msgid "Could not change scheduler parameters: %s" msgstr "No se pudieron cambiar parámetros de programador: %s" -#, c-format -msgid "Could not close %s" -msgstr "No se pudo cerrar %s" - msgid "Could not configure network" msgstr "No se ha podido configurar la red" @@ -1916,14 +1873,6 @@ msgstr "No se puede copiar el archivo de configuración establecido por defecto" msgid "Could not copy volume: %s" msgstr "No se puede copiar volumen: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "No se pudo crear instancia de sesión, rc=0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "No se pudo crear instancia de VirtualBox, rc = 0x%08x" - msgid "Could not create filter" msgstr "No se pudo crear filitro" @@ -1960,9 +1909,6 @@ msgstr "No se pudo quitar serie a elemento de tracción de respuesta" msgid "Could not destroy domain: %s" msgstr "No se puede destruir el dominio: %s" -msgid "Could not determine home directory" -msgstr "No se pudo determinar directorio principal" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "No se pudo determinar versión de kernel de la cadena %s" @@ -2329,10 +2275,6 @@ msgstr "No se pudo analizar 'bonding/use_carrier' '%s' para '%s'" msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "No se pudo analizar 'bridge/stp_state' '%s' para '%s'" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "No se pudo leer IID desde '%s', rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "No se pudo leer el valor MTU '%s'" @@ -2378,14 +2320,6 @@ msgstr "No se pudo analizar el archivo USB %s" msgid "Could not parse valid disk index from '%s'" msgstr "No se pudo analizar un índice de disco válido desde '%s'" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "No se pudo analizar el número de versión desde %s" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "No se pudo solicitar valor de registro '%s\\%s'" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "No se pudo leer '%s' de config para el contenedor %d" @@ -2547,9 +2481,6 @@ msgstr "No se pudo verificar la dirección de disco" msgid "Could not wipe volume: %s" msgstr "No se pudo borrar volumen: %s" -msgid "Could not write to stream" -msgstr "No se pudo escribir a flujo" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "No se pudo crear archivo de cerrojo para dispositivo '%s' en ruta '%s'" @@ -3011,9 +2942,6 @@ msgstr "" "El dominio XML no contiene ningún disco duro basado en archivos, no se puede " "deducir la ruta y el almacenamiento de los datos del archivo VMX" -msgid "Domain XML must contain at least one <disk> element." -msgstr "XML de dominio debe contener al menos un elemento <disk>." - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "" "El dominio ya existe, y aún no hay soporte para la edición de dominios " @@ -3251,12 +3179,6 @@ msgstr "Error notificar retrollamada debe proporcionarse" msgid "Error opening file %s" msgstr "Error abriendo el archivo %s" -msgid "Error parsing 'path'. Invalid characters." -msgstr "Error al analizar 'path'. Caracteres inválidos." - -msgid "Error parsing volume XML." -msgstr "Error al analizar el volumen XML." - #, c-format msgid "Error reading secret: %s" msgstr "Error leyendo secreto: %s" @@ -3268,13 +3190,6 @@ msgstr "Error al construir el cortafuegos" msgid "Error while building firewall: %s" msgstr "Error al construir el cortafuegos: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "Error mientras se obtenía información %s de la dirección" - -msgid "Error while opening SSH session." -msgstr "Error al iniciar sesión SSH." - msgid "Error while processing command's IO" msgstr "Error al procesar comando de E" @@ -3287,10 +3202,6 @@ msgstr "Error durante la lectura de /proc/cgroups" msgid "Error while reading the domain name" msgstr "Error al leer el nombre del dominio" -#, c-format -msgid "Escape character is %s\n" -msgstr "Carácter de escape es %s \n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "Indice %d de controlador ethernet fuera de [0..3] rango " @@ -3672,10 +3583,6 @@ msgstr "Falló completar listado de árbol" msgid "Failed to connect socket to '%s'" msgstr "No se pudo conectar socket a '%s'" -#, c-format -msgid "Failed to connect to %s" -msgstr "Falló al intentar conectarse con %s" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "No se pudo conectar a URI de libvirt remota %s: %s" @@ -3775,9 +3682,6 @@ msgstr "Falló al crear la red desde %s" msgid "Failed to create node device from %s" msgstr "Falló al crear un dispositivo de nodo para %s" -msgid "Failed to create pipe" -msgstr "Falló al crear pipe" - #, c-format msgid "Failed to create pool %s" msgstr "Falló al crear el grupo %s" @@ -4476,10 +4380,6 @@ msgstr "Falló al leer el espacio de configuración PCI para %s" msgid "Failed to read file '%s'" msgstr "Falló al leer el archivo '%s' " -#, c-format -msgid "Failed to read from %s" -msgstr "Falló al leer desde %s" - msgid "Failed to read from signal pipe" msgstr "No se pudo leer tubería de señal" @@ -4913,9 +4813,6 @@ msgstr "Falló." msgid "Failure action %s is not supported by sanlock" msgstr " Sanlock no soporta acción de falla %s" -msgid "Failure establishing SSH session." -msgstr "Falló al intentar establecer sesión SSH." - msgid "Failure to mask address" msgstr "Falló enmascarar dirección" @@ -4931,9 +4828,6 @@ msgid "Feature %s required by CPU model %s not found" msgstr "" "No se ha encontrado la característica %s solicitada por el modelo de CPU %s" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "Falta el campo <src> bajo <disk> en el archivo XML de dominio." - msgid "Field kernel memory too long for destination" msgstr "Campo de memoria de kernel es demasiado extenso" @@ -5058,9 +4952,6 @@ msgstr "Falló la operación GET: %s" msgid "GNUTLS call error" msgstr "error de llamada de GNUTLS" -msgid "GNUTLS support not available in this build" -msgstr "Soporte para GNUTLS no está disponible en esta construcción" - msgid "Get block device size info for a domain." msgstr "" "Obtiene la información del tamaño de un dispositivo de bloques de un dominio." @@ -5488,9 +5379,6 @@ msgstr "" "Tipo de interfaz hostdev tiene soporte actualmente en funciones SR-IOV " "Virtual únicamente" -msgid "Interrupted by a signal" -msgstr "Interrumpido por una señal" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr " \"nativeMode='%s'\" en elemento vlan <tag> no es válido" @@ -5957,9 +5845,6 @@ msgstr "Kernel no soporta devpts privados" msgid "Kernel doesn't support user namespace" msgstr "Kernel no soporta espacio de nombre de usuario" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "La llave debe estar vacía, Power Hypervisor generará una por usted." - msgid "Key of the current session differs from the key at last login" msgstr "" "La llave de la sesión actual es diferente a la llave del último registro" @@ -6086,10 +5971,6 @@ msgstr "" "Entrada '%s' de configuración 'uri_aliases' inorrecta, se esperaba " "'alias=uri://host/path'" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "Expresión regular '%s' de lista blanca de TLS no está bien formada" - #, c-format msgid "Malformed ctrl-alt-del setting '%s'" msgstr "ctrl-alt-del setting '%s' erróneo" @@ -6145,9 +6026,6 @@ msgstr "Memoria máxima:" msgid "Memory '%llu' must be less than %llu" msgstr "La memoria '%llu' debe ser menor que %llu" -msgid "Memory allocation failure" -msgstr "Falla en en alojamiento de la memoria" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -6574,9 +6452,6 @@ msgstr "El modelo %s es demasiado grande para el destino" msgid "Model name contains invalid characters" msgstr "El nombre del modelo contiene caracteres inválidos" -msgid "Monitor does not support sending of file descriptors" -msgstr "Monitor no soporta el envío de descriptores de archivos" - #, c-format msgid "Monitor path %s too big for destination" msgstr "La ruta %s del monitor es demasiado extensa para el destino" @@ -6672,9 +6547,6 @@ msgstr "Nombre" msgid "Name of chain is longer than %u characters" msgstr " El nombre de la cadena no tiene más de %u caracteres" -msgid "Name or service not known" -msgstr "Nombre o servicio desconocido" - msgid "Name:" msgstr "Nombre:" @@ -6860,9 +6732,6 @@ msgstr "No hay buses PCI disponibles" msgid "No active operation on device: %s" msgstr "No hay una operación activa en dispositivo: %s" -msgid "No address associated with hostname" -msgstr "No hay direcciones asociadas con el nombre del equipo" - #, c-format msgid "No args present for signature %s" msgstr "No hay argumentos presentes para firma %s" @@ -7038,9 +6907,6 @@ msgstr "" "Se ha específicado una lista de características no vacía sin ningún modelo " "de CPU" -msgid "Non-recoverable failure in name resolution" -msgstr "Error no recuperable en la resolución de nombres" - msgid "None" msgstr "Ninguno" @@ -7132,12 +6998,6 @@ msgstr "Solo las CPU %d que se pueden mostrar\n" msgid "Only '%s' filesystem type is supported" msgstr "Solamente tipo de sistema de archivo '%s' tiene soporte" -msgid "Only 'credit' scheduler is supported" -msgstr "Solo el programador 'crédit' tiene soporte" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "Solo el adaptador 'scsi_host' tiene soporte " - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "Solo direcciones IPv4 o IPv6 se pueden utilizar con iptables" @@ -7317,10 +7177,6 @@ msgstr "" msgid "PCI device %s is not assignable" msgstr "PCI device %s is not assignable" -msgid "PCI host devices must use 'pci' address type" -msgstr "" -"Los dispositivos de equipo PCI deben utilizar una dirección de tipo 'pci'" - msgid "POST operation failed" msgstr "Falló la creación POST" @@ -7343,9 +7199,6 @@ msgstr "El parámetro '%s' no es una cadena" msgid "Parameter '%s' is not supported by this kernel" msgstr "Parámetro '%s' no está soportado por este kernel" -msgid "Parameter string not correctly encoded" -msgstr "La cadena del parámetro no ha sido correctamente codificada" - msgid "Parent" msgstr "Padre" @@ -7516,20 +7369,6 @@ msgstr "Puebla un disco desde su imagen de fondo." msgid "Port profile Associate failed for %s" msgstr "Falló la asociación de perfil de puerto para %s" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"Tal vez no posea instaladas en su LPAR las herramientas IBM. Póngase en " -"contacto con su soporte para habilitar esta característica. " - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"Tal vez no tenga instaladas herramientas IBM en su LPAR. Comuníquese con su " -"soporte técnico para habilitar esto en el futuro." - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "" "Se ha llamado a PrepareTunnel, pero no se ha definido una marca TUNNELLED" @@ -7578,9 +7417,6 @@ msgstr "Proceso %zu %p %p [[[%s]]][[[%s]]]" msgid "Process CPU affinity is not supported on this platform" msgstr "El proceso de afinidad del CPU no está soportado en esta plataforma" -msgid "Processing request in progress" -msgstr "Procesamiento de la petición en progreso" - msgid "" "Property 'guest-stats-polling-interval' not found on memory balloon driver." msgstr "" @@ -7727,14 +7563,6 @@ msgstr "" "No permite quitar la definición mientras exista una imagen de almacenamiento " "administrada" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "Valor de registro '%s\\%s' tiene un tipo inesperado" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "Valor de registro '%s\\%s' es demasiado corto" - #, c-format msgid "Remote command terminated with non-zero code: %d" msgstr "El comando remoto terminó con código non-zero: %d" @@ -7767,12 +7595,6 @@ msgid "Replace the domain XML associated with a saved state file" msgstr "" "Remplazar el XML de dominio asociado con el archivo de estado almacenado " -msgid "Request canceled" -msgstr "Petición cancelada" - -msgid "Request not canceled" -msgstr "Petición no cancelada" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "" @@ -8144,9 +7966,6 @@ msgstr "El envío de descriptores de archivo no tiene soporte en este socket" msgid "Serial port index %d out of [0..3] range" msgstr "Indice %d del puerto serial fuera de [0..3] rango " -msgid "Servname not supported for ai_socktype" -msgstr "Nombre de servidor no soportado por ai_socktype" - msgid "Set a secret value." msgstr "Definir un valor secreto." @@ -8441,9 +8260,6 @@ msgstr "Volumen de almacenamiento no encontrado" msgid "Storage volume not found: %s" msgstr "No se encontró volumen de almacenamiento: %s" -msgid "StoragePool name already exists." -msgstr "El nombre del grupo de almacenamiento ya existe." - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "" @@ -8500,9 +8316,6 @@ msgstr "" "(Nota: requiere un agente de huésped configurado y en ejecución en el SO de " "huésped)." -msgid "System error" -msgstr "Error del sistema" - msgid "System is in use" msgstr "Sistema está en uso" @@ -8938,9 +8751,6 @@ msgstr "" msgid "Target watchdog model %s does not match source %s" msgstr "El modelo watchdog elegido %s no coincide con la fuente %s" -msgid "Temporary failure in name resolution" -msgstr "Fallo temporal en la resolución de nombres" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -9249,9 +9059,6 @@ msgstr "" " 'quit' para salir\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "Los sockets de dominio de UNIX no tienen soporte en esta plataforma" - msgid "UNIX sockets are not supported on this platform" msgstr "Sockets de UNIX no tienen soporte en esta plataforma." @@ -9310,9 +9117,6 @@ msgstr "No puede acceder a la secuencia para '%s'" msgid "Unable to acquire lock on '%s'" msgstr "No se puede adquirir cerrojo en '%s'" -msgid "Unable to add LPAR to the table" -msgstr "No es posible agregar LPAR a la tabla" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "No se puede añadir puente %s puerto %s" @@ -9320,10 +9124,6 @@ msgstr "No se puede añadir puente %s puerto %s" msgid "Unable to add epoll fd" msgstr "No se puede añadir FD epoll" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "No se pudo añadir manejar %d para evento de bucle" - #, c-format msgid "Unable to add lockspace %s" msgstr "No se puede añadir Lockspace %s" @@ -9451,21 +9251,9 @@ msgstr "No se puede crear formateador de JSON" msgid "Unable to create JSON parser" msgstr "No se puede crear lector de JSON" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "No es posible crear LPAR. El motivo: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "No es posible crear Grupo de Almacenamiento: %s" - msgid "Unable to create TAP devices on this platform" msgstr "No se pueden crear dispositivos TAP en esta plataforma" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "No es posible crear Volumen: %s" - msgid "Unable to create blkid library handle" msgstr "No es posible crear identificador de biblioteca blkid" @@ -9502,15 +9290,6 @@ msgstr "" msgid "Unable to create migration thread" msgstr "No se pudo crear migración de hilos" -msgid "Unable to create new virtual adapter" -msgstr "No es posible crear un nuevo adaptador virtual" - -msgid "Unable to create pipe" -msgstr "No se pudo crear tubería" - -msgid "Unable to create signal pipe" -msgstr "No se puede crear tubería de señal" - msgid "Unable to create socket" msgstr "No se puede crear socket" @@ -9554,61 +9333,10 @@ msgstr "No se puede borrar recurso de lockspace %s" msgid "Unable to delete port %s from OVS" msgstr "No se puede borrar puerto %s de OVS" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "No se puede destruir grupo de almacenaje: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "No es posible detectar sistema de archivos para %s" -msgid "Unable to determine config directory" -msgstr "No se puede determinar directorio config" - -msgid "Unable to determine domain's CPU." -msgstr "No es posible determinar la CPU del dominio." - -msgid "Unable to determine domain's max memory." -msgstr "No es posible determinar la memoria máxima del dominio." - -msgid "Unable to determine domain's memory." -msgstr "No es posible determinar la memoria del dominio." - -msgid "Unable to determine domain's name." -msgstr "No es posible determinar el nombre del dominio." - -msgid "Unable to determine home directory" -msgstr "No se puede determinar directorio principal" - -msgid "Unable to determine number of domains." -msgstr "No es posible determinar la cantidad de dominios." - -msgid "Unable to determine storage pool's name." -msgstr "No es posible determinar el nombre del grupo de almacenamiento." - -msgid "Unable to determine storage pool's uuid." -msgstr "No es posible determinar el uuid del grupo de almacenamiento." - -msgid "Unable to determine storage pools's size." -msgstr "No es posible determinar el tamaño del grupo de almacenamiento." - -msgid "Unable to determine storage pools's source adapter." -msgstr "" -"No es posible determinar el adaptador de fuente del grupo de almacenamiento." - -msgid "Unable to determine storage sp's name." -msgstr "No es posible determinar el nombre del almacenamiento sp." - -msgid "Unable to determine storage sp's uuid." -msgstr "No es posible determinar el uuid del almacenamiento sp." - -msgid "Unable to determine storage sps's size." -msgstr "No es posible determinar el tamaño del almacenamiento sps." - -msgid "Unable to determine storage sps's source adapter." -msgstr "" -"No es posible determinar el adaptador de fuente del almacenamiento sps." - msgid "Unable to disable nagle algorithm" msgstr "No se puede desactivar algoritmo nagle" @@ -9681,9 +9409,6 @@ msgstr "No es posible formatear hora" msgid "Unable to generate diffie-hellman parameters: %s" msgstr "No se pueden generar parámetros diffie-hellman: %s" -msgid "Unable to generate random uuid." -msgstr "No es posible generar un uuid aleatorio." - msgid "Unable to get Capabilities" msgstr "No se pueden obtener capacidades" @@ -9711,12 +9436,6 @@ msgstr "No se puede obtener demora STP en %s en esta plataforma " msgid "Unable to get STP on %s on this platform" msgstr "No se puede obtener STP en %s en esta plataforma " -msgid "Unable to get VIOS name" -msgstr "No es posible obtener el nombre VIOS." - -msgid "Unable to get VIOS profile name." -msgstr "No es posible obtener el nombre de perfil VIOS." - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "No se puede obtener VLAN para interfaz %s" @@ -9750,9 +9469,6 @@ msgstr "No se puede obtener ID de dispositivo '%s'" msgid "Unable to get domain status" msgstr "No es posible obtener estado del dominio" -msgid "Unable to get free slot number" -msgstr "No es posible obtener la cantidad de slots libres" - #, c-format msgid "Unable to get index for interface %s" msgstr "No se puede obtener índice para interfaz %s" @@ -9883,9 +9599,6 @@ msgstr "No se puede buscar contexto de proceso SELinux" msgid "Unable to make TAP device non-persistent" msgstr "No se puede crear dispositivo TAP no-persistente " -msgid "Unable to make pipe" -msgstr "No se puede enmascarar tubería" - msgid "Unable to mark loop device as autoclear" msgstr "No es posible marcar dispositivo de bucle como autolimpieza" @@ -9936,10 +9649,6 @@ msgstr "No es posible abrir sistema de archivos %s" msgid "Unable to open log file %s" msgstr "No se puede abrir archivo de registro %s" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "No es posible abrir la ruta %s al monitor" - #, c-format msgid "Unable to open resource %s" msgstr "No se puede abrir recurso %s" @@ -9995,9 +9704,6 @@ msgstr "No se puede leer cuota" msgid "Unable to parse string parameter" msgstr "No es posible analizar parámetro de cadena" -msgid "Unable to poll on file handles" -msgstr "No se pudo obtener sondeo de identificadores de archivo " - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "No es posible pre-crear el archivo de dispositivo de caracteres '%s'" @@ -10006,9 +9712,6 @@ msgstr "No es posible pre-crear el archivo de dispositivo de caracteres '%s'" msgid "Unable to process file with flags %d" msgstr "No se puede procesar archivo con indicadores %d" -msgid "Unable to put monitor into non-blocking mode" -msgstr "No es posible colocar el monitor en modo non-blocking" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "" @@ -10244,9 +9947,6 @@ msgstr "No se puede establecer lista de revocación de certificado x509: %s: %s" msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "No se puede establecer llave x509 y certificado: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "No se pudo establecer tubo de despertar " - #, c-format msgid "Unable to split FD list '%s'" msgstr "No se puede dividir lista FD '%s'" @@ -10286,9 +9986,6 @@ msgstr "No se puede verificar certificado de servidor %s con certificado CA %s" msgid "Unable to wait for child process" msgstr "No se puede esperar proceso de hijo" -msgid "Unable to wait on agent monitor condition" -msgstr "No se puede esperar en condición de agent monitor" - msgid "Unable to wait on epoll" msgstr "No se puede esperar a epoll" @@ -10308,9 +10005,6 @@ msgstr "No se puede vigilar a la consola PTY" msgid "Unable to write %s" msgstr "No se puede escribir %s" -msgid "Unable to write information to local file." -msgstr "No es posible escribir información en el archivo local." - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "No es posible escribir archivo pid '%s/%s.pid'" @@ -10449,10 +10143,6 @@ msgstr "Firma '%s' inesperada" msgid "Unexpected volume path format: %s" msgstr "Formato de ruta de volumen inesperado: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "Evento complejo %d para monitor fd %d" - msgid "Unknown" msgstr "Desconocido" @@ -11038,10 +10728,6 @@ msgstr "El nodo XML no contiene texto, se esperaba un valor xsd:dateTime" msgid "XPath evaluation of response for call to '%s' failed" msgstr "Falló la evaluación XPath de la respuesta a la llamada a '%s'" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "" -"Está intentando definir una cantidad de CPUs mayor que la máxima permitida." - msgid "You must map the root user of container" msgstr "Debe mapear el usuario root del contenedor " @@ -11155,12 +10841,6 @@ msgstr "Después de revertir, cambie el estado a pausado" msgid "after reverting, change state to running" msgstr "Después de revertir, cambie el estado a en ejecución" -msgid "ai_family not supported" -msgstr "No hay soporte para ai_family" - -msgid "ai_socktype not supported" -msgstr "ai_socktype no sportado" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "Asignar la nueva capacidad, en lugar de dejarla dispersa" @@ -11730,9 +11410,6 @@ msgstr "no es posible crear directorio de registro %s" msgid "cannot create path '%s'" msgstr "no es posible crear la ruta '%s'" -msgid "cannot create pipe" -msgstr "no es posible crear pipe" - msgid "cannot create pipe for tunnelled migration" msgstr "No se puede crear tubo para migración en túnel" @@ -11886,10 +11563,6 @@ msgstr "" msgid "cannot get file context of '%s'" msgstr "no es posible obtener contexto de archivo '%s'" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "No se puede obtener lista de grupo para '%s'" - msgid "cannot get host CPU capabilities" msgstr "No es posible obtener capacidades de la CPU del equipo" @@ -12943,10 +12616,6 @@ msgstr "no se pudo utilizar la entrada del hypervisor Xen" msgid "could not use Xen hypervisor entry %s" msgstr "no se pudo utilizar la entrada %s del hypervisor Xen " -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "no es posible escribir el archivo pid %s de %d" - #, c-format msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" msgstr "No se encontró IFLA_VF_INFO para VF %d en respuesta de netlink" @@ -13561,9 +13230,6 @@ msgstr "dominio muestra conexión URI" msgid "domain event %d not registered" msgstr "el dominio del evento %d no se encuentra registrado" -msgid "domain has assigned non-USB host devices" -msgstr "dominio ha asignado dispositivos de host no-USB" - msgid "domain has no snapshots" msgstr "el dominio no posee capturas instantáneas" @@ -14061,9 +13727,6 @@ msgstr "No se pudieron descifrar datos SASL:%d (%s)" msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "Falló al destruir (detener) interfaz %s: %s%s%s" -msgid "failed to determine host name" -msgstr "Falló al determinar el nombre del host" - msgid "failed to enable IP forwarding" msgstr "Falló al habilitar el reenvío de IP" @@ -14414,9 +14077,6 @@ msgstr "Fallo la validación de clave de host SSH: %s" msgid "failed to wait on condition" msgstr "Falló al esperar la condición" -msgid "failed to wake up polling thread" -msgstr "falló al reanudar hilo de monitoreo" - msgid "failed to wakeup migration tunnel" msgstr "No se pudo despertar túnel de migración" @@ -14663,9 +14323,6 @@ msgstr "Obtener/Definir valor de dominio en ejecución" msgid "get/set value to be used on next boot" msgstr "Obtener/Definir valor utilizado en el siguiente arranque" -msgid "getting time of day" -msgstr "Obteniendo la hora del día" - msgid "given uuid does not match XML uuid" msgstr "UUID dado no coincide" @@ -16763,11 +16420,6 @@ msgstr "No existen capacidades de dispositivo para '%s'" msgid "no device found with alias %s" msgstr "No se encontró dispositivo con alias %s" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "" -"no existe un formato de disco para %s y la comprobación está deshabilitada" - #, c-format msgid "no disk named '%s'" msgstr "No hay disco llamado '%s'" @@ -17365,9 +17017,6 @@ msgstr "pmsuspended" msgid "poll failed in migration tunnel" msgstr "Falló al sondear túnel de migración" -msgid "poll on socket failed" -msgstr "Falló la consulta en el socket" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "ya existe un grupo '%s' con uuid %s" @@ -17497,10 +17146,6 @@ msgstr "Proporcionar migraciones aptas para XML " msgid "ps2 bus does not support %s input device" msgstr "El bus ps2 no tiene soporte para el dispositivo de entrada %s" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: no es posible obtener el directorio actual: %s" - msgid "qemu does not support SGA" msgstr "QEMU no tiene soporte SGA" @@ -17508,12 +17153,6 @@ msgstr "QEMU no tiene soporte SGA" msgid "qemu emulator '%s' does not support xen" msgstr "El emulador qemu '%s' no tiene soporte para xen" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "" -"QEMU no está utilizando un monitor de socket de UNIX, no se puede enviar fd " -"%s" - msgid "qemu state driver is not active" msgstr "el estado del controlador qemu es no activo" @@ -17607,9 +17246,6 @@ msgstr "Límite de operaciones de E/S de lectura por segundo" msgid "read error on pipe" msgstr "Error de lectura en tubería" -msgid "read on wakeup fd failed" -msgstr "falló la lectura de fd en la reanudación" - msgid "read-only connection" msgstr "conexión de sólo lectura" @@ -18538,9 +18174,6 @@ msgstr "Falta dlopen en esta plataforma" msgid "this qemu doesn't support the rng-egd backend" msgstr "Este QEMU no soporta el segundo plano de rng-egd" -msgid "time_t overflow" -msgstr "time_t overflow" - msgid "timeout must be positive" msgstr "tiempo de espera debe ser positivo" @@ -18721,10 +18354,6 @@ msgstr "No se puede conectar a servidor en '%s:%s'" msgid "unable to create hugepage path %s" msgstr "No es posible generar ruta %s de hugepage" -#, c-format -msgid "unable to create pipe for %s" -msgstr "No es posible crear tubería para %s" - #, c-format msgid "unable to create rundir %s: %s" msgstr "No es posible crear rundir %s: %s" @@ -18813,12 +18442,6 @@ msgstr "no es posible iniciar controlador API de VirtualBox" msgid "unable to load knownhosts file '%s': %s" msgstr "No se puede cargar archivo knownhosts '%s': %s" -msgid "unable to make pipe" -msgstr "no es posible realizar pipe" - -msgid "unable to open pipe" -msgstr "No se pudo abrir tubería" - msgid "unable to open stream" msgstr "No se puede abrir corriente" @@ -18857,10 +18480,6 @@ msgstr "No se pudo leer certificado de servidor %s" msgid "unable to read vmware log file" msgstr "No se pudo leer archivo de registro vmware" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "No se puede recuperar estado anterior al añadir puerto al puente %s" - msgid "unable to register monitor events" msgstr "no es posible registrar eventos de monitor" @@ -18930,9 +18549,6 @@ msgstr "No es posible esperar proceso %lld" msgid "unable to wait on console condition" msgstr "No es posible esperar condición de consola" -msgid "unable to wait on libssh2 socket" -msgstr "No se puede esperar en conexión libssh2" - #, c-format msgid "unable to write data to '%s'" msgstr "No se pueden escribir datos a '%s'" @@ -19920,10 +19536,6 @@ msgstr "tipo de disco no soportado" msgid "unsupported disk type %s" msgstr "tipo de disco %s no soportado " -#, c-format -msgid "unsupported disk type '%s'" -msgstr "Tipo de disco '%s' no soportado " - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "Nombre de driver '%s' no soportado para el disco '%s'" @@ -20161,9 +19773,6 @@ msgstr "virDomainGetXMLDesc con indicador seguro" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "virDomainSnapshotGetXMLDesc con indicador seguro" -msgid "virExec is not implemented for WIN32" -msgstr "virExec no se encuentra implementado en WIN32" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "virFileOpenAs no está implementada para WIN32" @@ -20176,12 +19785,6 @@ msgstr "no se encuentra disponible virGetGroupID" msgid "virGetGroupName is not available" msgstr "virGetGroupName no está disponible" -msgid "virGetUserCacheDirectory is not available" -msgstr "No está disponible virGetUserCacheDirectory" - -msgid "virGetUserConfigDirectory is not available" -msgstr "No está disponible virGetUserConfigDirectory " - msgid "virGetUserDirectory is not available" msgstr "no se encuentra disponible virGetUserDirectory" @@ -20191,9 +19794,6 @@ msgstr "no se encuentra disponible virGetUserID" msgid "virGetUserName is not available" msgstr "no se encuentra disponible virGetUserName" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "No está disponible virGetUserRuntimeDirectory" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat NULL def" @@ -20232,9 +19832,6 @@ msgstr "Falló virNWFilterSnoopListDel" msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "virNWFilterSnoopReqNew llamado con llave inválida \"%s\" (%zu)" -msgid "virRun is not implemented for WIN32" -msgstr "virRun no se ejecuta para WIN32" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID no está disponible" @@ -20426,10 +20023,6 @@ msgstr "Modificación de XML no tiene soporte" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "El valor '%s' de xsd:dateTime posee un formato no esperado" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "El valor xsd:dateTime %s es demasiado extenso para el destino" - msgid "y - yes, start editor again" msgstr "y - sí, reiniciar el editor" diff --git a/po/fi.mini.po b/po/fi.mini.po index 357a035136..ffe7a75398 100644 --- a/po/fi.mini.po +++ b/po/fi.mini.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2017-03-26 10:24+0000\n" "Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" "Language-Team: Finnish (http://www.transifex.com/projects/p/fedora/language/" @@ -414,9 +414,6 @@ msgstr "Puuttuva CPU mallinimi" msgid "Name" msgstr "Nimi" -msgid "Name or service not known" -msgstr "Nimi tai palvelu ei ole tunnettu" - msgid "Name:" msgstr "Nimi:" @@ -493,12 +490,6 @@ msgstr "" msgid "RPC error" msgstr "RPC-virhe" -msgid "Request canceled" -msgstr "Pyyntö peruttu" - -msgid "Request not canceled" -msgstr "Pyyntöä ei peruttu" - msgid "Restore a domain." msgstr "Palauta toimialue." @@ -551,12 +542,6 @@ msgstr "Tila:" msgid "Suspend a running domain." msgstr "Aseta suorituksessa oleva toimialue keskeytystilaan." -msgid "System error" -msgstr "Järjestelmä virhe" - -msgid "Temporary failure in name resolution" -msgstr "Tiapäinen vrihe nimenselvityksessä" - msgid "Thread(s) per core:" msgstr "Säikeitä per ydin:" @@ -619,12 +604,6 @@ msgstr "XML-tiedosto" msgid "active" msgstr "aktiivinen" -msgid "ai_family not supported" -msgstr "ai_family ei tuettu" - -msgid "ai_socktype not supported" -msgstr "ai_socktype ei tuettu" - msgid "attach device from an XML file" msgstr "liitä laite XML-tiedostosta" @@ -894,9 +873,6 @@ msgstr "hae toimialueen laitelohkotilastot" msgid "get network interface stats for a domain" msgstr "hae toimialueen verkkoliitäntätilastot" -msgid "getting time of day" -msgstr "haetaan kellonaika" - msgid "gracefully shutdown a domain" msgstr "sammuta toimialue siististi" diff --git a/po/fr.mini.po b/po/fr.mini.po index d173066f59..fcf6d7399d 100644 --- a/po/fr.mini.po +++ b/po/fr.mini.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2019-08-30 08:18+0000\n" "Last-Translator: Jean-Baptiste Holcroft <jean-baptiste@holcroft.fr>\n" "Language-Team: French <trans-fr@lists.fedoraproject.org>\n" @@ -182,10 +182,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s' denied access" msgstr "« %s » accès refusé" @@ -345,21 +341,12 @@ msgstr "" "élément <virtualport> non pris en charge pour type='%s' dans l'élément " "<actual> de l'interface" -msgid "Address family for hostname not supported" -msgstr "Famille d'adresse pour le nom d'hôte non prise en charge" - -msgid "All requests done" -msgstr "Toutes les requêtes sont achevées" - msgid "Allocation" msgstr "Allocation" msgid "Allocation:" msgstr "Allocation :" -msgid "Argument buffer too small" -msgstr "Tampon des arguments trop petit" - msgid "Attach device from an XML <file>." msgstr "Attacher un périphérique depuis un fichier XML <file>." @@ -408,9 +395,6 @@ msgstr "Disponible" msgid "Available:" msgstr "Disponible :" -msgid "Bad value for ai_flags" -msgstr "Valeur invalide pour ai_flags" - #, c-format msgid "Block device '%s' is resized" msgstr "La taille du périphérique bloc « %s » a été modifiée" @@ -484,15 +468,9 @@ msgstr "Impossible de déterminer le chemin du fichier pid." msgid "Can't determine socket paths" msgstr "Impossible de déterminer les chemins de socket" -msgid "Can't determine user directory" -msgstr "Impossible de déterminer le répertoire de l'utilisateur" - msgid "Can't initialize access manager" msgstr "Impossible d'initialiser le gestionnaire d'accès" -msgid "Can't initialize logging" -msgstr "Impossible d'initialiser la journalisation" - #, c-format msgid "Can't load config file: %s: %s" msgstr "Impossible de charger le fichier de configuration : %s : %s" @@ -1130,9 +1108,6 @@ msgstr "ID" msgid "Id:" msgstr "ID :" -msgid "Interrupted by a signal" -msgstr "Interruption par un signal" - msgid "Invalid BIOS 'date' format" msgstr "Format « date » du BIOS invalide" @@ -1271,9 +1246,6 @@ msgstr "Taille %s non conforme" msgid "Max memory:" msgstr "Mémoire Max :" -msgid "Memory allocation failure" -msgstr "Échec d'allocation de mémoire" - msgid "Memory size:" msgstr "Taille mémoire :" @@ -1362,9 +1334,6 @@ msgstr "Topologie NUMA définie sans cellules NUMA" msgid "Name" msgstr "Nom" -msgid "Name or service not known" -msgstr "Nom ou service inconu" - msgid "Name:" msgstr "Nom :" @@ -1442,9 +1411,6 @@ msgstr "Aucun attribut <source> « port » spécifié avec l'interface du sock msgid "No UNIX caller UID available" msgstr "Aucun ID d'appelant UNIX n'est disponible" -msgid "No address associated with hostname" -msgstr "Aucune adresse associée avec le nom d'hôte" - msgid "No data supplied for <initarg> element" msgstr "Aucune donnée fournie à l'élément <initarg>" @@ -1472,9 +1438,6 @@ msgstr "Aucun type spécifié pour l'adresse de pérphérique" msgid "Non-empty feature list specified without CPU model" msgstr "Liste de fonctions non-vide spécifiée sans le modèle de CPU" -msgid "Non-recoverable failure in name resolution" -msgstr "Échec non récupérable dans la résolution de nom" - msgid "Number of CPUs in <numa> exceeds the <vcpu> count" msgstr "Le nombre de CPU dans <numa> dépasse le compte <vcpu>" @@ -1523,9 +1486,6 @@ msgstr "Afficher les informations du volume comme flux XML vers stdout." msgid "PASS" msgstr "PASS" -msgid "PCI host devices must use 'pci' address type" -msgstr "Les périphériques hôte PCI doivent utiliser le type d'adresse « pci »" - msgid "POST operation failed" msgstr "opération POST échouée" @@ -1533,9 +1493,6 @@ msgstr "opération POST échouée" msgid "POST operation failed: %s" msgstr "opération POST échouée : %s" -msgid "Parameter string not correctly encoded" -msgstr "Encodage de la chaîne de paramètres invalide" - msgid "Path" msgstr "Chemin" @@ -1594,9 +1551,6 @@ msgstr "Pool %s démarré\n" msgid "Pool %s unmarked as autostarted\n" msgstr "Le pool %s ne démarrera plus automatiquement\n" -msgid "Processing request in progress" -msgstr "Traitement de la requête en cours" - msgid "RPC error" msgstr "erreur RPC" @@ -1607,12 +1561,6 @@ msgstr "Rafraichir le pool indiqué." msgid "Release %s %o failed" msgstr "La version %s %o a échoué" -msgid "Request canceled" -msgstr "Requête annulée" - -msgid "Request not canceled" -msgstr "Requête non annulée" - msgid "Resize block device of domain." msgstr "Modifie la taille d'un périphérique bloc de domaine." @@ -1679,9 +1627,6 @@ msgstr "" msgid "Server to retrieve threadpool attributes from." msgstr "Serveur de récupération des attributs du groupe d'unités d'exécution." -msgid "Servname not supported for ai_socktype" -msgstr "Servname n'est pas pris en charge pour ai_socktype" - msgid "Setting startupPolicy is only allowed for USB devices" msgstr "" "La définition de startupPolicy est uniquement autorisée pour les " @@ -1727,9 +1672,6 @@ msgstr "Volume de stockage introuvable : %s" msgid "Suspend a running domain." msgstr "Suspendre un domaine en cours d'exécution" -msgid "System error" -msgstr "Erreur système" - #, c-format msgid "Target CPU arch %s does not match source %s" msgstr "L'architecture %s du CPU cible ne correspond pas à la source %s" @@ -1988,9 +1930,6 @@ msgstr "La carte vidéo cible vram %u ne correspond pas à la source %u" msgid "Target watchdog model %s does not match source %s" msgstr "Le modèle de surveillance cible %s ne correspond pas à la source %s" -msgid "Temporary failure in name resolution" -msgstr "Échec temporaire dans la résolution de nom" - msgid "The certificate has no peers" msgstr "Le certificat n'a pas de pair" @@ -2037,9 +1976,6 @@ msgstr "Impossible de créer la kqueue" msgid "Unable to format guestfwd port" msgstr "Impossible de formater le port guestfwd" -msgid "Unable to generate random uuid." -msgstr "Impossible de générer un UUID aléatoire." - msgid "Unable to get Capabilities" msgstr "Impossible d'obtenir les capacités" @@ -2230,12 +2166,6 @@ msgstr "actif" msgid "address type='%s' not supported in hostdev interfaces" msgstr "address type='%s' n'est pas pris en charge sur les interfaces hostdev" -msgid "ai_family not supported" -msgstr "ai_family non pris en charge" - -msgid "ai_socktype not supported" -msgstr "ai_socktype non pris en charge" - msgid "allow the resize to shrink the volume" msgstr "permet à l'opération de modification de taille de réduire le volume" @@ -2854,9 +2784,6 @@ msgstr "" msgid "get network interface stats for a domain" msgstr "obtenir les statistiques d'une interface réseau pour un domaine" -msgid "getting time of day" -msgstr "récupération de l'heure du jour" - msgid "gracefully shutdown a domain" msgstr "arrêter un domaine proprement" diff --git a/po/gu.mini.po b/po/gu.mini.po index a49794ea61..89acadab36 100644 --- a/po/gu.mini.po +++ b/po/gu.mini.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-23 06:16+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Gujarati (http://www.transifex.com/projects/p/libvirt/" @@ -380,10 +380,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s'" msgstr "'%s'" @@ -662,17 +658,10 @@ msgstr "સક્રિય કન્સોલ સત્ર આ ડોમેઇ msgid "Active:" msgstr "સક્રિય:" -msgid "Address family for hostname not supported" -msgstr "યજમાનનામ માટે સરનામાં કુટુંબ આધારભૂત નથી" - #, c-format msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "કૉરને ડમ્પ કર્યા પછી, libxenlight સાથે ડોમેઇન '%d' ને પાછુ લાવવામાં નિષ્ફળતા" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "ઍજન્ટ પાથ %s એ અંતિમ મુકામ માટે ઘણું લાંબુ છે" - msgid "All identities provided by the SSH Agent were rejected" msgstr "SSH એજન્ટ દ્દારા પૂરુ પાડેલ બધી ઓળખાણો રદ થયેલ હતી" @@ -681,9 +670,6 @@ msgid "" "server" msgstr "શ્રેય સાથે બધી પૂરી પાડેલ સત્તાધિકરણ પદ્દતિ સર્વર દ્દારા રદ થયેલ છે" -msgid "All requests done" -msgstr "બધી સૂચના પૂરી થઇ ગઇ" - msgid "Allocation" msgstr "ફાળવણી" @@ -707,9 +693,6 @@ msgstr "બીજો બંધ કૉલબેક એ પહેલેથી ડ msgid "AnyType is missing 'type' property" msgstr "AnyType નો 'type' ગુણધર્મ ગુમ થયેલ છે" -msgid "Argument buffer too small" -msgstr "દલીલ બફર ઘણું નાનું છે" - msgid "Arguments must be non null" msgstr "દલીલો null હોવી જોઇએ નહિં" @@ -765,9 +748,6 @@ msgstr "NAT '%s' નો પ્રયત્ન થયેલ છે. NAT ફક્ msgid "Attribute mode is only allowed for guest CPU" msgstr "ગુણધર્મ સ્થિતિની ફક્ત મહેમાન CPU માટે પરવાનગી મળેલ છે" -msgid "Authentication failed" -msgstr "સત્તાધિકરણ નિષ્ફળ" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -804,9 +784,6 @@ msgstr "નેટવર્ક '%s' માં <forward> માં <nat> માં msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "નેટવર્ક '%s' માં <forward> માં <nat> માં ખરાબ ipv4 શરૂઆત સરનામું '%s'" -msgid "Bad value for ai_flags" -msgstr "ai_flags માટે ખરાબ કિંમત" - msgid "Bad value for nativeMode" msgstr "મૂળ સ્થિતિ માટે ખરાબ કિંમત" @@ -1087,18 +1064,12 @@ msgstr "pid ફાઇલ પાથને નક્કી કરી શકાત msgid "Can't determine socket paths" msgstr "સોકેટ પાથને નક્કી કરી શકાતુ નથી" -msgid "Can't determine user directory" -msgstr "વપરાશકર્તા ડિરેક્ટરીને નક્કી કરી શકાતુ નથી" - msgid "Can't find prlctl command in the PATH env" msgstr "PATH env માં prlctl આદેશને શોધી શકાતુ નથી" msgid "Can't initialize access manager" msgstr "પ્રવેશ સંચાલકનો પ્રારંભ કરી શકાતુ નથી" -msgid "Can't initialize logging" -msgstr "લૉગીંગની શરૂઆત કરી શકાતી નથી" - #, c-format msgid "Can't load config file: %s: %s" msgstr "રૂપરેખાંકન ફાઇલને લાવી શકાતુ નથી: %s: %s" @@ -1199,9 +1170,6 @@ msgstr "લોગ ડિરેક્ટરી '%s' ને બનાવી શક msgid "Cannot create macvlan devices on this platform" msgstr "આ પ્લેટફોર્મ પર macvlan ઉપકરણોને બનાવી શકાતુ નથી" -msgid "Cannot create pipe for child" -msgstr "બાળ માટે પાઇપ બનાવી શકતા નથી" - msgid "Cannot deactivate network autostart" msgstr "નેટવર્ક autostart ને નિષ્ક્રિય કરી શકાતુ નથી" @@ -1219,9 +1187,6 @@ msgstr "ફાઇલ '%s' ને કાઢી શકાતુ નથી" msgid "Cannot determine balloon device path" msgstr "બલુન ઉપકરણ પાથને નક્કી કરી શકાતુ નથી" -msgid "Cannot determine free memory" -msgstr "મુક્ત મેમરી નક્કી કરી શકાતી નથી" - msgid "Cannot determine system clock HZ" msgstr "સિસ્ટમ ઘડિયાળ HZ ને નક્કી કરી શકાતુ નથી" @@ -1412,10 +1377,6 @@ msgstr "નિયંત્રક અનુક્રમણિકા %s નું msgid "Cannot parse mode string" msgstr "શબ્દમાળાનું પદચ્છેદન કરી શકાતુ નથી" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "'%s' માંથી નંબરનુ પદચ્છેદન કરી શકાતુ નથી" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "સોકેટ સરનામાં '%s' નુ પદચ્છેદન કરી શકાતુ નથી: %s" @@ -1595,9 +1556,6 @@ msgstr "માહિતીને લખી શકાતી નથી" msgid "Capacity" msgstr "ક્ષમતા" -msgid "Capacity cannot be empty." -msgstr "ક્ષમતા ખાલી કરી શકાતી નથી." - msgid "Capacity:" msgstr "ક્ષમતા:" @@ -1863,10 +1821,6 @@ msgstr "મેમરી પરિમાણોને બદલી શક્યા msgid "Could not change scheduler parameters: %s" msgstr "નિયામક પરિમાણોને બદલી શક્યા નહિં : %s" -#, c-format -msgid "Could not close %s" -msgstr "%s ને બંધ કરી શક્યા નહિં" - msgid "Could not configure network" msgstr "નેટવર્કને રૂપરેખાંકન કરી શકાયુ નહિં" @@ -1887,14 +1841,6 @@ msgstr "મૂળભૂત રૂપરેખાંકનની નકલ કર msgid "Could not copy volume: %s" msgstr "વોલ્યુમની નકલ કરી શક્યા નહિં: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "સત્ર નમૂનાને બનાવી શક્યા નહિં, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "VirtualBox નમૂનાને બનાવી શક્યા નહિં, rc = 0x%08x" - msgid "Could not create filter" msgstr "ફિલ્ટરને બનાવી શક્યા નહિં" @@ -1931,9 +1877,6 @@ msgstr "મળતી વસ્તુની શ્રેણી તોડી શ msgid "Could not destroy domain: %s" msgstr "ડોમેઇનનો નાસ કરી શક્યા નહિં: %s" -msgid "Could not determine home directory" -msgstr "ઘર ડિરેક્ટરીને નક્કી કરી શક્યા નહિં" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "શબ્દમાળા %s માંથી કર્નલ આવૃત્તિને નક્કી કરી શક્યા નહિં" @@ -2299,10 +2242,6 @@ msgstr "'%s' માટે 'bonding/use_carrier' '%s' નું પદચ્છ msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "'%s' માટે 'bridge/stp_state' '%s' નું પદચ્છેદન કરી શક્યા નહિં" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "'%s' માંથી IID નું પદચ્છેદન કરી શક્યા નહિં, rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "MTU કિંમત '%s' ને પદચ્છેદન કરી શક્યા નહિં" @@ -2347,14 +2286,6 @@ msgstr "usb ફાઇલ %s નું પદચ્છેદન કરી શક msgid "Could not parse valid disk index from '%s'" msgstr "'%s' માંથી માન્ય ડિસ્ક અનુક્રમણિકાનું પદચ્છેદન કરી શક્યા નહિં" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "'%s' માંથી આવૃત્તિ નંબરનું પદચ્છેદન કરી શક્યા નહિં" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "રજીસ્ટરી કિંમત '%s\\%s' નુ ક્વેરી કરી શક્યા નહિં" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "રૂપરેખાંકન માંથી '%s'પાત્ર %d માટે વાંચી શક્યા નહિં" @@ -2509,9 +2440,6 @@ msgstr "ડિસ્ક સરનામાંને ચકાસી શક્ય msgid "Could not wipe volume: %s" msgstr "વોલ્યુમને ભૂસી શક્યા નહિં: %s" -msgid "Could not write to stream" -msgstr "સ્ટ્રીમમાં લખી શક્યા નહિં" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "પાથ '%s' માં ઉપકરણ '%s' માટે તાળુ ફાઇલને બનાવી શક્યા નહિં" @@ -2954,9 +2882,6 @@ msgstr "" "ડોમેઇન XML એ કોઇપણ ફાઇલ આધારિત હાર્ડડિસ્કને સમાવતુ નથી, VMX ફાઇલ માટે માહિતીસંગ્રહ " "અને પાથનું અનુમાન કરી શકાતુ નથી" -msgid "Domain XML must contain at least one <disk> element." -msgstr "ડોમેઇન એ ઓછામાં ઓછો એક <disk> ઘટરને સમાવવુ જ જોઇએ." - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "ડોમેઇન પહેલેથી અસ્તિત્વ ધરાવે છે. હાલનાં ડોમેઇનમાં ફેરફાર કરવાનું હજુ આધારભૂત નથી" @@ -3185,12 +3110,6 @@ msgstr "સુચિત કોલબેક ભૂલને લાગુ કર msgid "Error opening file %s" msgstr "ફાઇલ %s ખોલી રહ્યા હોય ત્યારે ભૂલ" -msgid "Error parsing 'path'. Invalid characters." -msgstr "'path'.અયોગ્ય અક્ષરોને પદચ્છેદન કરી રહ્યા હોય ત્યારે ભૂલ." - -msgid "Error parsing volume XML." -msgstr "વોલ્યુમ XML નું પદચ્છેદન કરી રહ્યા હોય ત્યારે ભૂલ" - #, c-format msgid "Error reading secret: %s" msgstr "ગુપ્તતા વાંચી રહ્યા હોય ત્યારે ભૂલ: %s" @@ -3202,13 +3121,6 @@ msgstr "ભૂલ જ્યારે ફાયરવોલને બનાવી msgid "Error while building firewall: %s" msgstr "ભૂલ જ્યારે ફાયરવોલને બનાવી રહ્યા હોય: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "જ્યારે %s સરનામાં જાણકારીને મેળવી રહ્યા હોય ત્યારે ભૂલ" - -msgid "Error while opening SSH session." -msgstr "જ્યારે SSH સત્રને ખોલી રહ્યા હોય ત્યારે ભૂલ." - msgid "Error while processing command's IO" msgstr "જ્યારે આદેશનાં IO ની પ્રક્રિયા કરી રહ્યા હોય ત્યારે ભૂલ" @@ -3221,10 +3133,6 @@ msgstr "ભૂલ જ્યારે /proc/cgroups ને વાંચી રહ msgid "Error while reading the domain name" msgstr "ભૂલ જ્યારે ડોમેઇન નામને વાંચી રહ્યા હોય" -#, c-format -msgid "Escape character is %s\n" -msgstr "Escape અક્ષર %s છે\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "[૦..૩] સીમાની બહાર ઇથરનેટ નિયંત્રક અનુક્રમણિકા %d" @@ -3597,10 +3505,6 @@ msgstr "ટ્રી યાદીકરણને સમાપ્ત કરવા msgid "Failed to connect socket to '%s'" msgstr "'%s' માં સોકેટને જોડવાનું નિષ્ફળ" -#, c-format -msgid "Failed to connect to %s" -msgstr "%s ને જોડવાનું નિષ્ફળ" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "દૂરસ્થ libvirt URI %s માં જોડાવાનું અસમર્થ: %s" @@ -3700,9 +3604,6 @@ msgstr "%s માંથી નેટવર્ક બનાવવામાં ન msgid "Failed to create node device from %s" msgstr "%s માંથી નોડ ઉપકઽણ ને બનાવવામાં નિષ્ફળ" -msgid "Failed to create pipe" -msgstr "પાઇપ બનાવવામાં નિષ્ફળ" - #, c-format msgid "Failed to create pool %s" msgstr "pool %s બનાવવામાં નિષ્ફળ" @@ -4401,10 +4302,6 @@ msgstr "%s માટે PCI રૂપરેખાંકન જગ્યાને msgid "Failed to read file '%s'" msgstr "ફાઇલ '%s' ને વાંચવાનું નિષ્ફળ" -#, c-format -msgid "Failed to read from %s" -msgstr "%s માંથી વાંચવાનું નિષ્ફળ" - msgid "Failed to read from signal pipe" msgstr "સંકેત પાઇપમાંથી વાંચવાનું નિષ્ફળ" @@ -4831,9 +4728,6 @@ msgstr "નિષ્ફળ." msgid "Failure action %s is not supported by sanlock" msgstr "નિષ્ફળ ક્રિયા %s એ sanlock દ્દારા આધારભૂત નથી" -msgid "Failure establishing SSH session." -msgstr "SSH સત્રને સ્થાપિત કરવામાં નિષ્ફળતા." - msgid "Failure to mask address" msgstr "માસ્ક સરનામામાં નિષ્ફળતા" @@ -4848,9 +4742,6 @@ msgstr "નેટવર્ક '%s' માં બિન IPv6 સરનામા msgid "Feature %s required by CPU model %s not found" msgstr "CPU મોડલ %s દ્દારા જરૂરી લક્ષણ %s એ મળ્યુ નથી" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "ડોમેઇન XML ફાઇલ પર <disk> હેઠળ ક્ષેત્ર <src> ગેરહાજર છે." - msgid "Field kernel memory too long for destination" msgstr "ક્ષેત્ર કર્નલ મેમરી લક્ષ્ય માટે ઘણુ લાંબુ છે" @@ -4970,9 +4861,6 @@ msgstr "GET પ્રક્રિયા નિષ્ફળ: %s" msgid "GNUTLS call error" msgstr "GNUTLS call ભૂલ" -msgid "GNUTLS support not available in this build" -msgstr "GNUTLS આધાર એ આ બિલ્ડમાં ઉપલબ્ધ નથી" - msgid "Get block device size info for a domain." msgstr "ડોમેઈન માટે બ્લોક ઉપકરણ માપ જાણકારી મેળવો." @@ -5403,9 +5291,6 @@ msgid "" "only" msgstr "ઇન્ટરફેસ પ્રકાર hostdev ફક્ત હાલમાં SR-IOV વર્ચ્યુઅલ વિધેયો પર આધારભૂત છે" -msgid "Interrupted by a signal" -msgstr "સંકેત દ્દારા અવરોધાયેલ છે" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "vlan <tag> ઘટકમાં અયોગ્ય \"nativeMode='%s'\"" @@ -5917,9 +5802,6 @@ msgstr "કર્નલ એ ખાનગી devpts ને આધાર આપત msgid "Kernel doesn't support user namespace" msgstr "કર્નલ વપરાશકર્તા નામજગ્યાને આધાર આપતુ નથી" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "કી ખાલી હોવી જ જોઇએ, પાવર હાઇપરવિઝર તમારી માટે એક બનાવશે." - msgid "Key of the current session differs from the key at last login" msgstr "છેલ્લા પ્રવેશે કીમાંથી વર્તમાન સક્ષની કીથી અલગ છે" @@ -6043,10 +5925,6 @@ msgid "" msgstr "" "મેલફોર્મ થયેલ 'uri_aliases' રૂપરેખાંકન નોંધણી '%s', ઇચ્છિત 'alias=uri://host/path'" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "મેલફોર્મ થયેલ TLS વાઇટલીસ્ટ નિયમિત સમીકરણ '%s'" - #, c-format msgid "Malformed ctrl-alt-del setting '%s'" msgstr "મેલફોર્મ થયેલ ctrl-alt-del સુયોજન '%s'" @@ -6105,9 +5983,6 @@ msgstr "મેમરી" msgid "Memory '%llu' must be less than %llu" msgstr "મેમરી '%llu' એ %llu કરતા ઓછી હોવી જ જોઇએ" -msgid "Memory allocation failure" -msgstr "મેમરી સોંપણી નિષ્ફળ" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -6524,9 +6399,6 @@ msgstr "મોડલ %s એ લક્ષ્ય માટે ઘણું મો msgid "Model name contains invalid characters" msgstr "મોડલ નામ અયોગ્ય અક્ષરોને સમાવે છે" -msgid "Monitor does not support sending of file descriptors" -msgstr "મોનિટર ફાઇલ વર્ણનકર્તાને મોકલવામાં આધાર આપતુ નથી" - #, c-format msgid "Monitor path %s too big for destination" msgstr "મોનિટર પાથ %s એ લક્ષ્ય માટે ઘણું મોટુ છે" @@ -6618,9 +6490,6 @@ msgstr "નામ" msgid "Name of chain is longer than %u characters" msgstr "ચેઇનનું નાં %u અક્ષરો કરતા લાંબુ છે" -msgid "Name or service not known" -msgstr "નામ અથવા સેવા જાણીતી નથી" - msgid "Name:" msgstr "નામ:" @@ -6789,9 +6658,6 @@ msgstr "PCI બસ ઉપલબ્ધ નથી" msgid "No active operation on device: %s" msgstr "ઉપકરણ પર સક્રિય ક્રિયા નથી: %s" -msgid "No address associated with hostname" -msgstr "યજમાનનામ સાથે સંકળાયેલ સરનામુ નથી" - #, c-format msgid "No args present for signature %s" msgstr "હસ્તાક્ષર %s માચે દલીલો હાજર નથી" @@ -6967,9 +6833,6 @@ msgstr "જવાબ ન આપેલ પ્રશ્ર્ન દ્દાર msgid "Non-empty feature list specified without CPU model" msgstr "CPU મોડલ વગર સ્પષ્ટ થયેલ ખાલી ન હોય તેવી ગુણધર્મ યાદી" -msgid "Non-recoverable failure in name resolution" -msgstr "નામ ઉકેલવામાં પાછી હલ કરી શકાય નહી તેવી નિષ્ફળતા" - msgid "None" msgstr "કંઇ નહિં" @@ -7053,12 +6916,6 @@ msgstr "બતાવવા માટે ફક્ત %d CPUs ઉપલબ્ધ\ msgid "Only '%s' filesystem type is supported" msgstr "ફક્ત '%s' ફાઇલસિસ્ટમ પ્રકાર આધારભૂત છે" -msgid "Only 'credit' scheduler is supported" -msgstr "ફક્ત 'શ્રેય' નિયંત્રક આધારભૂત છે" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "ફક્ત 'scsi_host' ઍડપ્ટર આધારભૂત છે" - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "ફક્ત IPv4 અથવા IPv6 સરનામાં iptables સાથે વાપરી શકાય છે" @@ -7230,9 +7087,6 @@ msgstr "" msgid "PCI device %s is not assignable" msgstr "PCI ઉપકરણ %s ને સોંપી શકાતુ નથી" -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI યજમાન ઉપકરણો એ 'pci' સરનામાં પ્રકારને વાપરવુ જ જોઇએ" - msgid "POST operation failed" msgstr "POST પ્રક્રિયા નિષ્ફળ" @@ -7258,9 +7112,6 @@ msgstr "પરિમાણ '%s' આ કર્નલ દ્દારા આધા msgid "Parameter 'min_guarantee' not supported by QEMU." msgstr "પરિમાણ 'min_guarantee' એ QEMU દ્દારા આધારભૂત નથી." -msgid "Parameter string not correctly encoded" -msgstr "પરિમાણ શબ્દમાળા યોગ્ય રીતે એનકોડ થયેલ નથી" - msgid "Parent" msgstr "મુખ્ય" @@ -7426,20 +7277,6 @@ msgstr "તેની બેકીંગ ઇમેજમાંથી ડિસ્ msgid "Port profile Associate failed for %s" msgstr "%s માટે પોર્ટ રૂપરેખાં એસોસિયેટ નિષ્ફળ" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"શક્ય રીતે તમારી પાસે તમારાં LPAR માં સ્થાપિત થયેલ IBM સાધનો નથી. આ લક્ષણને સક્રિય કરવા " -"માટે તમારા આધારનો સંપર્ક કરો." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"શક્ય રીતે તમારી પાસે તમારાં LPAR માં સ્થાપિત થયેલ IBM સાધનો નથી. આ લક્ષણને સક્રિય કરવા " -"માટે તમારા આધારનો સંપર્ક કરો." - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "PrepareTunnel કહેવાયેલ છે પરંતુ TUNNELLED ફ્લેગ સુયોજિત નથી" @@ -7489,9 +7326,6 @@ msgstr "પ્રક્રિયા %zu %p %p [[[%s]]][[[%s]]]" msgid "Process CPU affinity is not supported on this platform" msgstr "પ્રક્રિયા CPU સંબંધ એ આ પ્લેટફોર્મ પર આધારભૂત નથી" -msgid "Processing request in progress" -msgstr "પ્રગતિમાં પ્રોસેસીંગ સૂચના" - msgid "" "Property 'guest-stats-polling-interval' not found on memory balloon driver." msgstr "ગુણધર્મ 'guest-stats-polling-interval' એ મેમરી બલુન ડ્રાઇવર પર મળ્યુ નથી." @@ -7624,14 +7458,6 @@ msgstr "" "અવ્યાખ્યાયિત કરવાનો ઇનકાર કરી રહ્યા છે જ્યારે ડોમેઇન સંચાલિત થયેલ સંગ્રહ ઇમેજ અસ્તિત્વમાં " "હોય" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "રજીસ્ટરી કિંમત '%s\\%s' પાસે અનિચ્છનીય પ્રકાર છે" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "રજીસ્ટ્રી કિંમત '%s\\%s' ઘણો ટૂંકો છે" - #, c-format msgid "Remote command terminated with non-zero code: %d" msgstr "દૂરસ્થ આદેશ બિન શૂન્ય કોડ સાથે બંધ: %d" @@ -7663,12 +7489,6 @@ msgstr "સંગ્રહ થયેલ સ્થિતિ ફાઇલ સા msgid "Reply message incorrect" msgstr "પ્રત્યુત્તર સંદેશો અયોગ્ય" -msgid "Request canceled" -msgstr "માંગણી રદ થયેલ છે" - -msgid "Request not canceled" -msgstr "માંગણી રદ થયેલ નથી" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "તાળુ ફાઇલ '%s' દ્દારા સૂચિત ઉપકરણ '%s' નું પ્રક્રિયા %lld દ્દારા તાળુ મારેલ છે" @@ -8032,9 +7852,6 @@ msgstr "ફાઇલ વર્ણનકર્તાને મોકલવાન msgid "Serial port index %d out of [0..3] range" msgstr "[૦..૩] સીમાની બહાર શ્રેણી પોર્ટ અનુક્રમણિકા %d" -msgid "Servname not supported for ai_socktype" -msgstr "Servname એ ai_socktype માટે આધારભૂત નથી" - msgid "Set a secret value." msgstr "ખાનગી કિંમતને સુયોજિત કરો." @@ -8342,9 +8159,6 @@ msgstr "સંગ્રહ વોલ્યુમ મળ્યું નહિં msgid "Storage volume not found: %s" msgstr "સગ્રહ વોલ્યુમ મળ્યું નહિં: %s" -msgid "StoragePool name already exists." -msgstr "StoragePool નામ પહેલેથી અસ્તિત્વ ધરાવે છે." - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "સ્ટ્રીમ માહિતી મોકલવા ઘણી લાંબી છે (%zu બાઇટ જરૂરી છે, %zu બાઇટ ઉપલબ્ધ)" @@ -8397,9 +8211,6 @@ msgstr "" "મહેમાન OS નાં પાવર સંચાલનની મદદથી ચાલતા ડોમેઇનને અટકાવે છે. (નોંધ: આને રૂપરેખાંકિત થયેલ " "મહેમાન એજન્ટની જરૂરિયાત છે અને મહેમાન OS માં ચાલી રહ્યુ છે)." -msgid "System error" -msgstr "સિસ્ટમ ભૂલ" - msgid "System is in use" msgstr "સિસ્ટમ વપરાશમાં છે" @@ -8777,9 +8588,6 @@ msgstr "લક્ષ્ય વિડિયો કાર્ડ vram %u એ સ્ msgid "Target watchdog model %s does not match source %s" msgstr "લક્ષ્ય watchdog મોડલ %s સ્ત્રોત %s સાથે બંધબેસતુ નથી" -msgid "Temporary failure in name resolution" -msgstr "નામ ઉકેલવામાં કામચલાઉ નિષ્ફળતા" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -9096,9 +8904,6 @@ msgstr "" " બહાર નીકળવા માટે 'quit'\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "UNIX ડોમેઇન સોકેટ આ પ્લેટફોર્મ પર આધારભૂત નથી" - msgid "UNIX sockets are not supported on this platform" msgstr "UNIX સોકેટ આ પ્લેટફોર્મ પર આધારભૂત નથી" @@ -9160,9 +8965,6 @@ msgstr "'%s' માટે સ્ટ્રીમને વાપરવાનુ msgid "Unable to acquire lock on '%s'" msgstr "'%s' પર તાળાને પ્રાપ્ત કરવાનું અસમર્થ" -msgid "Unable to add LPAR to the table" -msgstr "કોષ્ટકમાં LPAR ને ઉમેરવાનું અસમર્થ" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "બ્રિજ %s પોર્ટ %s ઉમેરવાનું અસમર્થ" @@ -9170,10 +8972,6 @@ msgstr "બ્રિજ %s પોર્ટ %s ઉમેરવાનું અસ msgid "Unable to add epoll fd" msgstr "epoll fd ને ઉમેરવાનું અસમર્થ" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "ઘટના લુપમાં સંચાલન %d ને ઉમેરવાનું અસમર્થ" - #, c-format msgid "Unable to add lockspace %s" msgstr "lockspace %s ને ઉમેરવાનું અસમર્થ" @@ -9308,21 +9106,9 @@ msgstr "JSON ફોર્મેટરને બનાવવાનું અસ msgid "Unable to create JSON parser" msgstr "JSON પાર્સરને બનાવવાનું અસમર્થ" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "LPAR ને બનાવવાનું અસમર્થ. કારણ: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "સંગ્રહ પુલને બનાવવામાં અસમર્થ: %s" - msgid "Unable to create TAP devices on this platform" msgstr "આ પ્લેટફોર્મ પર TAP ઉપકરણોને બનાવવાનું અસમર્થ" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "વોલ્યુમને બનાવવાનું અસમર્થ: %s" - msgid "Unable to create blkid library handle" msgstr "blkid લાઇબ્રેરી સંચાલનને બનાવવાનું અસમર્થ" @@ -9358,18 +9144,9 @@ msgstr "" msgid "Unable to create migration thread" msgstr "સ્થળાંતર થ્રેડને બનાવવાનું અસમર્થ" -msgid "Unable to create new virtual adapter" -msgstr "નવાં વર્ચ્યુઅલ ઍડપ્ટરને બનાવવાનું અસમર્થ" - -msgid "Unable to create pipe" -msgstr "પાઇપ બનાવવાનું અસમર્થ" - msgid "Unable to create rule" msgstr "નિયમને બનાવવાનું અસમર્થ" -msgid "Unable to create signal pipe" -msgstr "સંકેત પાઇપને બનાવવાનું અસમર્થ" - msgid "Unable to create socket" msgstr "સોકેટને બનાવવાનું નિષ્ફળ" @@ -9417,59 +9194,10 @@ msgstr "લૉકસ્પેસ સ્ત્રોત %s ને કાઢવા msgid "Unable to delete port %s from OVS" msgstr "OVS માંથી પોર્ટ %s ને કાઢવાનું અસમર્થ" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "સંગ્રહ પુલ નો નાશ કરવાનું અસમર્થ: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "%s માટે ફાઇલસિસ્ટમને શોધવાનું અસમર્થ" -msgid "Unable to determine config directory" -msgstr "રૂપરેખાંકન ડિરેક્ટરીને નક્કી કરવાનું અસમર્થ" - -msgid "Unable to determine domain's CPU." -msgstr "ડોમેઇનનાં CPU ને નક્કી કરવાનું અસમર્થ." - -msgid "Unable to determine domain's max memory." -msgstr "ડોમેઇનની મહત્તમ મેમરીને નક્કી કરવાનું અસમર્થ." - -msgid "Unable to determine domain's memory." -msgstr "ડોમેઇનની મેમરીને નક્કી કરવાનું અસમર્થ." - -msgid "Unable to determine domain's name." -msgstr "ડોમેઇનનું નામ નક્કી કરવાનું અસમર્થ." - -msgid "Unable to determine home directory" -msgstr "ઘર ડિરેક્ટરીને નક્કી કરવાનું અસમર્થ" - -msgid "Unable to determine number of domains." -msgstr "ડોમેઇનનાં નંબરને નક્કી કરવાનુ અસમર્થ." - -msgid "Unable to determine storage pool's name." -msgstr "સંગ્રહ પુલનાં નામને નક્કી કરવાનુ અસમર્થ." - -msgid "Unable to determine storage pool's uuid." -msgstr "સંગ્રહ પુલનુ uuid ને નક્કી કરવાનુ અસમર્થ." - -msgid "Unable to determine storage pools's size." -msgstr "સંગ્રહ પુલના માપને નક્કી કરવાનુ અસમર્થ." - -msgid "Unable to determine storage pools's source adapter." -msgstr "સંગ્રહ પુલનાં સ્ત્રોત ઍડપ્ટરને નક્કી કરવાનુ અસમર્થ." - -msgid "Unable to determine storage sp's name." -msgstr "સંગ્રહ sp નું નામ નક્કી કરવાનુ અસમર્થ." - -msgid "Unable to determine storage sp's uuid." -msgstr "સંગ્રહ sp નું uuid ને નક્કી કરવાનુ અસમર્થ." - -msgid "Unable to determine storage sps's size." -msgstr "સંગ્રહ sp ના માપને નક્કી કરવાનુ અસમર્થ." - -msgid "Unable to determine storage sps's source adapter." -msgstr "સંગ્રહ sp નાં સ્ત્રોત ઍડપ્ટરને નક્કી કરવાનુ અસમર્થ." - msgid "Unable to disable nagle algorithm" msgstr "nagle અલ્ગોરિધમને નિષ્ક્રિય કરવાનું અસમર્થ" @@ -9549,9 +9277,6 @@ msgstr "સમયને બંધારિત કરવામાં અસમર msgid "Unable to generate diffie-hellman parameters: %s" msgstr "diffie-hellman પરિમાણોને ઉત્પન્ન કરવાનું અસમર્થ: %s" -msgid "Unable to generate random uuid." -msgstr "ગમેતેમ uuid ને ઉત્પન્ન કરવાનું અસમર્થ." - #, c-format msgid "Unable to get DBus session bus connection: %s" msgstr "DBus સત્ર બસ જોડાણને મેળવવાનું અસમર્થ: %s" @@ -9576,12 +9301,6 @@ msgstr "આ પ્લેટફોર્મ પર %s પર STP વિલંબ msgid "Unable to get STP on %s on this platform" msgstr "આ પ્લેટફોર્મ પર %s પર STP ને મેળવવાનું અસમર્થ" -msgid "Unable to get VIOS name" -msgstr "VIOS નામને મેળવવાનું અસમર્થ" - -msgid "Unable to get VIOS profile name." -msgstr "VIOS રૂપરેખા નામને મેળવવામાં અસમર્થ" - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "ઇન્ટરફેસ %s માટે VLAN ને મેળવવાનું અસમર્થ" @@ -9624,9 +9343,6 @@ msgstr "ડોમેઈન પરિસ્થિતિને મેળવવા msgid "Unable to get free loop device via ioctl" msgstr "ioctl મારફતે મુક્ત લુપ ઉપકરણને મેળવવામાં નિષ્ફળતા" -msgid "Unable to get free slot number" -msgstr "મુક્ત સ્લોટ નંબરને મેળવવાનું અસમર્થ" - #, c-format msgid "Unable to get index for interface %s" msgstr "ઈન્ટરફેસ %s માટે અનુક્રમણિકાને મેળવવાનું અસમર્થ" @@ -9770,9 +9486,6 @@ msgstr "SELinux પ્રક્રિયા સંદર્ભને જોવ msgid "Unable to make TAP device non-persistent" msgstr "અસ્થાયી TAP ઉપકરણને બનાવવાનું અસમર્થ" -msgid "Unable to make pipe" -msgstr "પાઇપને બનાવવાનું અસમર્થ" - msgid "Unable to mark loop device as autoclear" msgstr "autoclear તરીકે લુપ ઉપકરણને ચિહ્નિત કરવાનું અસમર્થ" @@ -9826,10 +9539,6 @@ msgstr "ફાઇલસિસ્ટમ %s ને ખોલવાનું અસ msgid "Unable to open log file %s" msgstr "લૉગ ફાઇલ %s ને ખોલવાનું અસમર્થ" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "મોનિટર પાથ %s ખોલવામાં અસમર્થ" - #, c-format msgid "Unable to open resource %s" msgstr "સ્ત્રોત %s ને ખોલવાનું અસમર્થ" @@ -9885,9 +9594,6 @@ msgstr "ક્વોટાને પદચ્છેદન કરવાનું msgid "Unable to parse string parameter" msgstr "શબ્દમાળા પરિમાણનું પદચ્છેદન કરવાનું અસમર્થ" -msgid "Unable to poll on file handles" -msgstr "રૂપરેખાંકન ફાઇલ સંભાળવાનું સંગ્રહ કરવામાં અસમર્થ" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "chardev ફાઇલ '%s' ને ફરી બનાવવાનું અસમર્થ" @@ -9896,9 +9602,6 @@ msgstr "chardev ફાઇલ '%s' ને ફરી બનાવવાનું msgid "Unable to process file with flags %d" msgstr "ફ્લેગ %d સાથે ફાઇલની પ્રક્રિયા કરવાનું અસમર્થ" -msgid "Unable to put monitor into non-blocking mode" -msgstr "બિન-બ્લોકિંગ સ્થિતિ માં મોનિટરને મૂકવા માટે અસમર્થ" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "પ્રમાણપત્ર %s મૂળભૂત મર્યાદાઓ %s નું ક્વેરી કરવાનું અસમર્થ" @@ -10145,9 +9848,6 @@ msgstr "x509 પ્રમાણપત્ર રિવોકેશન યાદ msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "x509 કી અને પ્રમાણપત્રને સુયોજિત કરવામાં અસમર્થ: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "વેકઅપ પાઇપને સુયોજિત કરવાનું અસમર્થ" - #, c-format msgid "Unable to split FD list '%s'" msgstr "FD યાદી '%s' ને અલગ કરવાનું અસમર્થ" @@ -10187,9 +9887,6 @@ msgstr "CA પ્રમાણપત્ર %s વિરુદ્દ સર્વ msgid "Unable to wait for child process" msgstr "બાળ પ્રક્રિયા માટે રાહ જોવાનું અસમર્થ" -msgid "Unable to wait on agent monitor condition" -msgstr "એજન્ટ મોનિટર શરત પર રાહ જોવાનું અસમર્થ" - msgid "Unable to wait on epoll" msgstr "epoll પર રાહ જોવામાં અસમર્થ" @@ -10209,9 +9906,6 @@ msgstr "યજમાન કન્સોલ PTY નું ધ્યાન રા msgid "Unable to write %s" msgstr "%s ને લખવાનું અસમર્થ" -msgid "Unable to write information to local file." -msgstr "સ્થાનિક ફાઇલમાં જાણકારીને લખવાનું અસમર્થ." - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "pid ફાઇલ '%s/%s.pid' ને લખવાનું અસમર્થ" @@ -10361,10 +10055,6 @@ msgstr "અનિચ્છનીય હસ્તાક્ષર '%s'" msgid "Unexpected volume path format: %s" msgstr "અનિચ્છનીય વોલ્યુમ પાથ બંધારણ: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "મોનિટર fd %d માટે અસંચાલિત થયેલ ઘટના %d" - msgid "Unknown" msgstr "અજ્ઞાત" @@ -10963,9 +10653,6 @@ msgstr "XML નોડ લખાણને સમાવતુ નથી, xsd:dateT msgid "XPath evaluation of response for call to '%s' failed" msgstr "'%s' માં કોલ માટે જવાબનું XPath ઇવેલ્યુશન નિષ્ફળ" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "તમે મહત્તમ કતા વધારે CPUs ની સંખ્યાને સુયોજિત કરવાનો પ્રયત્ન કરી રહ્યા છો." - msgid "You must map the root user of container" msgstr "તમે પાત્રનાં રુટ વપરાશકર્તાનું માપન થવુ જ જોઇએ" @@ -11078,12 +10765,6 @@ msgstr "પાછુ લાવ્યા પછી, અટકાવવા મા msgid "after reverting, change state to running" msgstr "પાછુ લાવ્યા પછી, ચલાવવા બદલાવ સ્થિતિ" -msgid "ai_family not supported" -msgstr "ai_family આધારભૂત નથી" - -msgid "ai_socktype not supported" -msgstr "ai_socktype આધારભૂત નથી" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "નવી ક્ષમતાને ફાળવો, સ્પાર્શ તરીકે છોડવા કરતા" @@ -11655,9 +11336,6 @@ msgstr "libxenlight માટે લૉગરને બનાવી શકાત msgid "cannot create path '%s'" msgstr "પાથ '%s' બનાવી શકાતો નથી" -msgid "cannot create pipe" -msgstr "પાઇપ બનાવી શકાતા નથી" - msgid "cannot create pipe for tunnelled migration" msgstr "ટનલ થયેલ સ્થળાંતર માટે પાઇપને બનાવી શકાતુ નથી" @@ -11815,10 +11493,6 @@ msgstr "macvtap ટૅપ પર લક્ષણ ફ્લેગને મેળ msgid "cannot get file context of '%s'" msgstr "%s નાં સંદર્ભ ફાઇલને મેળવી શકાતી નથી" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "'%s' માટે જૂથ યાદીને મેળવી શકાતુ નથી" - msgid "cannot get host CPU capabilities" msgstr "યજમાન CPU ક્ષમતાઓને મેળવી શકાતુ નથી" @@ -12901,10 +12575,6 @@ msgstr "Xen હાયપરવિઝર પ્રવેશ વાપરી શ msgid "could not use Xen hypervisor entry %s" msgstr "Xen હાયપરવિઝર પ્રવેશ %s વાપરી શક્યા નહિં" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "%2$d માટે pidfile %1$s ને લખી શક્યા નહિં" - #, c-format msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" msgstr "નેટલીંક જવાબમાં VF %d માટે IFLA_VF_INFO ને શોધી શક્યા નહિં" @@ -13489,9 +13159,6 @@ msgstr "ડોમેઇન દર્શાવ જોડાણ URI" msgid "domain event %d not registered" msgstr "ડોમેઇન ઘટક %d રજીસ્ટર થયેલ નથી" -msgid "domain has assigned non-USB host devices" -msgstr "ડોમેઇન પાસે સોંપેલ બિન-USB યજમાન ઉપકરણો છે" - msgid "domain has no snapshots" msgstr "ડોમેઇન પાસે સ્નેપશોટ નથી" @@ -13998,9 +13665,6 @@ msgstr "SASL માહિતીને ડિકોડ કરવાનું ન msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "ઇન્ટરફેસ %s નો નાશ (બંધ) કરવામાં નિષ્ફળતા: %s%s%s" -msgid "failed to determine host name" -msgstr "યજમાનનામને નક્કી કરવામાં નિષ્ફળ" - msgid "failed to enable IP forwarding" msgstr "IP આગળ ધપાવવાનું સક્રિય કરવા માટે નિષ્ફળ" @@ -14369,9 +14033,6 @@ msgstr "SSH યજમાન કીની ચકાસણી કરવામા msgid "failed to wait on condition" msgstr "શરત પર રાહ જોવાનું નિષ્ફળ" -msgid "failed to wake up polling thread" -msgstr "'%s' વાંચવા માટે પાઇપ બનાવવામાં નિષ્ફળ" - msgid "failed to wakeup migration tunnel" msgstr "સ્થળાંતર ટનલને જગાડવામાં નિષ્ફળતા" @@ -14611,9 +14272,6 @@ msgstr "ચાલી રહેલ ડોમેઇનમાંથી કિંમ msgid "get/set value to be used on next boot" msgstr "આગળનાં બુટ પર વાપરવા માટે કિંમતને મેળવો/સુયોજિત કરો" -msgid "getting time of day" -msgstr "દિવસનો સમય મેળવી રહ્યા છીએ" - msgid "given uuid does not match XML uuid" msgstr "આપેલ uuid એ XML uuid સાથે બંધબેસતુ નથી" @@ -16310,9 +15968,6 @@ msgstr "" "mkfs એ આ પ્લેટફોર્મ પર આધારભૂત નથી: ઉપકરણ '%s' પર પ્રકાર '%s' ની ફાઇલસિસ્ટમને " "બનાવવામાં નિષ્ફળતા" -msgid "mktime failed" -msgstr "mktime નિષ્ફળ" - msgid "mode of device reading and writing" msgstr "ઉપકરણ વાંચન અને લેખનની સ્થિતિ" @@ -16712,10 +16367,6 @@ msgstr "'%s' માટે ઉપકરણ ક્ષમતાઓ નથી" msgid "no device found with alias %s" msgstr "ઉપસર્ગ %s સાથે ઉપકરણ મળ્યુ નથી" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "%s માટે ડિસ્ક બંધારણ નથી અને પ્રોબિંગ નિષ્ક્રિય થયેલ છે" - #, c-format msgid "no disk named '%s'" msgstr "નામ થયેલ ડિસ્ક '%s' નથી" @@ -17315,9 +16966,6 @@ msgstr "pmsuspended" msgid "poll failed in migration tunnel" msgstr "સ્થળાંતર ટનલમાં પોલ નિષ્ફળ" -msgid "poll on socket failed" -msgstr "સોકેટ પર પોલ નિષ્ફળ" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "પુલ '%s' પહેલેથી જ uuid %s સાથે અસ્તિત્વ ધરાવે છે" @@ -17452,10 +17100,6 @@ msgstr "સ્થળાંતર માટે અનૂરૂપ XML પૂર msgid "ps2 bus does not support %s input device" msgstr "ps2 bus એ %s ઇનપુટ ઉપકરણને આધાર આપતુ નથી" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: હાલની ડિરેક્ટરી મેળવી શકાતી નથી: %s" - msgid "qemu does not support SGA" msgstr "qemu એ SGA ને આધાર આપતુ નથી" @@ -17463,10 +17107,6 @@ msgstr "qemu એ SGA ને આધાર આપતુ નથી" msgid "qemu emulator '%s' does not support xen" msgstr "qemu એમ્યુલેટર '%s' એ xen ને આધાર આપતુ નથી" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "qemu એ unix સોકેટ મોનિટરને વાપરી શકતુ નથી, fd %s ને મોકલી શકાતુ નથી" - #, c-format msgid "qemu monitor event callback %d not registered" msgstr "qemu મોનિટર ઘટના કોલબેક %d રજીસ્ટર થયેલ નથી" @@ -17563,9 +17203,6 @@ msgstr "પ્રતિ સેકંડ વાંચન I/O ક્રિયા msgid "read error on pipe" msgstr "પાઇપ પર વાંચવાની ભૂલ" -msgid "read on wakeup fd failed" -msgstr "wakeup fd પર વાંચવામાં નિષ્ફળતા" - msgid "read-only connection" msgstr "માત્ર-વાંચી શકાય તેવું જોડાણ" @@ -18488,9 +18125,6 @@ msgstr "આ qemu rng-egd બૅકએન્ડને આધાર આપતુ msgid "this qemu doesn't support the rng-random backend" msgstr "આ qemu rng-random બૅકએન્ડને આધાર આપતુ નથી" -msgid "time_t overflow" -msgstr "timet ઓવરફ્લો (_t)" - msgid "timeout must be positive" msgstr "સમયસમાપ્તિ હકારાત્મક હોવુ જ જોઇએ" @@ -18662,10 +18296,6 @@ msgstr "'%s:%s' પર સર્વર સાથે જોડવાનું અ msgid "unable to create hugepage path %s" msgstr "વિશાળપાનાં પાથ %s ને બનાવવામાં અસમર્થ" -#, c-format -msgid "unable to create pipe for %s" -msgstr "%s માટે પાઇપને બનાવવાનું અસમર્થ" - #, c-format msgid "unable to create rundir %s: %s" msgstr "rundir %s બનાવવામાં નિષ્ફળ: %s" @@ -18757,15 +18387,9 @@ msgstr "VirtualBox ડ્રાઇવર API શરૂ કરવામાં અ msgid "unable to load knownhosts file '%s': %s" msgstr "knownhosts ફાઇલ '%s' લાવવાનું અસમર્થ: %s" -msgid "unable to make pipe" -msgstr "પાઇપને બનાવવાનું અસમર્થ" - msgid "unable to make terminal raw: console isn't a tty" msgstr "ટર્મિનલ રૉને બનાવવાનું અસમર્થ: કન્સોલ tty નથી" -msgid "unable to open pipe" -msgstr "પાઇપને ખોલવાનું અસમર્થ" - msgid "unable to open stream" msgstr "સ્ટ્રીમને ખોલવાનું અસમર્થ" @@ -18816,10 +18440,6 @@ msgstr "vmware લૉગ ફાઇલને વાંચવામાં અસ msgid "unable to read: %s" msgstr "વાંચવાનુ અસમર્થ: %s" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "બ્રિજ %s માં પોર્ટને ઉમેરીને પહેલાંની સ્થિતિને પ્રાપ્ત કરવામાં અસમર્થ" - msgid "unable to register monitor events" msgstr "મોનિટર ઘટકોને રજીસ્ટર કરવામાં નિષ્ફળ" @@ -18888,9 +18508,6 @@ msgstr "પ્રક્રિયા %lld માટે રાહ જોવાન msgid "unable to wait on console condition" msgstr "કન્સોલ શરત પર રાહ જોવાનું અસમર્થ" -msgid "unable to wait on libssh2 socket" -msgstr "libssh2 સોકેટ પર રાહ જોવાનું અસમર્થ" - #, c-format msgid "unable to write data to '%s'" msgstr "'%s' માં માહિતીને લખવાનું અસમર્થ" @@ -19931,10 +19548,6 @@ msgstr "ઉપકરણ સુયોજન સાથે બિનઆધારિ msgid "unsupported disk type %s" msgstr "બિનઆધારભૂત ડિસ્ક પ્રકાર %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "બિનઆધારિત ડિસ્ક પ્રકાર '%s'" - #, c-format msgid "unsupported driver name '%s'" msgstr "બિનઆધારભૂત ડ્રાઇવર નામ '%s'" @@ -20188,9 +19801,6 @@ msgstr "સુરક્ષા ફ્લેગ સાથે virDomainGetXMLDesc" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "સુરક્ષા ફ્લેગ સાથે virDomainSnapshotGetXMLDesc" -msgid "virExec is not implemented for WIN32" -msgstr "virExec એ WIN32 માટે અમલીકરણ થયેલ નથી" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "virFileOpenAs નું WIN32 માટે અમલીકરણ થયેલ નથી" @@ -20203,12 +19813,6 @@ msgstr "virGetGroupID ઉપલબ્ધ નથી" msgid "virGetGroupName is not available" msgstr "virGetGroupName ઉપલબ્ધ નથી" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory ઉપલબ્ધ નથી" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory ઉપલબ્ધ નથી" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory ઉપલબ્ધ નથી" @@ -20218,9 +19822,6 @@ msgstr "virGetUserID ઉપલબ્ધ નથી" msgid "virGetUserName is not available" msgstr "virGetUserName ઉપલબ્ધ નથી" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory ઉપલબ્ધ નથી" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat NULL def" @@ -20259,9 +19860,6 @@ msgstr "virNWFilterSnoopListDel નિષ્ફળ" msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "અયોગ્ય કી \"%s\" (%zu) સાથે virNWFilterSnoopReqNew કહેવાય છે" -msgid "virRun is not implemented for WIN32" -msgstr "virRun એ WIN32 માટે અમલીકરણ થયેલ નથી" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID ઉપલબ્ધ નથી" @@ -20456,10 +20054,6 @@ msgstr "xml બદલાવ બિનઆધારભૂત" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime કિંમત '%s' પાસે અનિચ્છનીય બંધારણ છે" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime કિંમત '%s' લક્ષ્ય માટે ઘણુ લાંબુ છે" - msgid "y - yes, start editor again" msgstr "y - હાં, ફરી સંપાદકને શરૂ કરો" diff --git a/po/hi.mini.po b/po/hi.mini.po index b255cbbf38..7669d85d33 100644 --- a/po/hi.mini.po +++ b/po/hi.mini.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-23 12:39+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/fedora/language/" @@ -416,20 +416,10 @@ msgstr "सक्रिय %s युक्ति जो %s के साथ ब msgid "Active:" msgstr "सक्रिय:" -msgid "Address family for hostname not supported" -msgstr "होस्टनाम के लिए एड्रेस फैमली समर्थित नहीं है" - #, c-format msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "कोर फेकने के बाद, libxenlight के साथ डोमेन '%d' वापस करने में विफल" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "प्रतिनिधि पथ %s गंतव्य के लिए काफी बड़ी है" - -msgid "All requests done" -msgstr "सभी अनुरोध सम्पन्न" - msgid "Allocation" msgstr "आबंटन" @@ -443,9 +433,6 @@ msgstr "%s पूर्वज मॉडल CPU मॉडल %s के लिए msgid "AnyType is missing 'type' property" msgstr "AnyType 'type' गुण गायब है " -msgid "Argument buffer too small" -msgstr "तर्क बफर काफी छोटा" - #, c-format msgid "" "At least one of name, mac, or ip attribute must be specified for static host " @@ -474,9 +461,6 @@ msgstr "अतिथि उसी होस्ट के लिए %s की ओ msgid "Attribute mode is only allowed for guest CPU" msgstr "केवल गेस्ट CPU के लिए विशेषता मोड की अनुमति दी गई है" -msgid "Authentication failed" -msgstr "सत्यापन विफल" - msgid "Automatic disk lease mode enabled, but no host ID is set" msgstr "स्वचालित डिस्क लीज मोड सक्रिय, लेकिन कोई होस्ट ID सेट नहीं " @@ -500,9 +484,6 @@ msgstr "बुरा ipv4 समाप्ति पता %s <nat> में <fo msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "बुरा ipv4 शुरू पते '%s' को <nat> में <forward> में संजाल '%s' में" -msgid "Bad value for ai_flags" -msgstr "'ai_flags' के लिए अवैध मान" - msgid "Bad value for nativeMode" msgstr "nativeMode के लिए खराब मान" @@ -698,15 +679,9 @@ msgstr "पीआईडी फ़ाइल पथ निर्धारित msgid "Can't determine socket paths" msgstr "सॉकेट पथ का निर्धारण नहीं कर सकते हैं" -msgid "Can't determine user directory" -msgstr "उपयोक्ता निर्देशिका निर्धारित नहीं कर सकते हैं" - msgid "Can't initialize access manager" msgstr "पहुँच प्रबंधक प्रारंभ नहीं कर सका." -msgid "Can't initialize logging" -msgstr "लॉगिंग आरंभीकृत नहीं कर सकते हैं" - #, c-format msgid "Can't load config file: %s: %s" msgstr "विन्यास फाइल लोड नहीं कर सकते है: %s: %s" @@ -871,10 +846,6 @@ msgstr "USB विक्रेता ID %s का विश्लेषण न msgid "Cannot parse controller index %s" msgstr "%s नियंत्रक सूची का विश्लेषण नहीं कर सकता है" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "'%s' से संख्या नहीं विश्लेषित कर सकता है" - msgid "Cannot read cputime for domain" msgstr "डोमेन के लिए cputime नहीं पढ़ सकता है" @@ -970,9 +941,6 @@ msgstr "आँकड़ा नहीं लिख सकता" msgid "Capacity" msgstr "क्षमता" -msgid "Capacity cannot be empty." -msgstr "संग्राहक रिक्त नहीं हो सकता." - msgid "Capacity:" msgstr "क्षमता:" @@ -1096,10 +1064,6 @@ msgstr "स्मृति पैरामीटर्स परिवर्त msgid "Could not change scheduler parameters: %s" msgstr "अनुसूचक पैरामीटर्स परिवर्तित नहीं कर सका: %s" -#, c-format -msgid "Could not close %s" -msgstr "%s बन्द नहीं कर सका" - msgid "Could not configure network" msgstr "संजाल नहीं विन्यस्त कर सका" @@ -1478,10 +1442,6 @@ msgstr "'%s' से रिटर्न कोड का विश्लेषण msgid "Could not parse usb file %s" msgstr "usb फाइल %s को विश्लेषित नहीं कर सका" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "'%s' से संस्करण संख्या का विश्लेषण नहीं कर सका" - #, c-format msgid "Could not read 'IP_ADDRESS' from config for container %d" msgstr "'IP_ADDRESS' को config से कंटेनर %d के लिए पढ़ नहीं सका" @@ -1902,9 +1862,6 @@ msgstr "" "डोमेन XML में कोई फाइल-आधारित हार्डडिस्क नहीं है, datastore और VMX फ़ाइल के लिए पथ का " "अनुमाननहीं लगा सकते है" -msgid "Domain XML must contain at least one <disk> element." -msgstr "डोमेन XML कम से कम एक <disk> तत्व शामिल करना अनिवार्य है." - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "डोमेन पहले से मौजूद है, मौजूदा डोमेन का संपादन अभी तक समर्थित नहीं है" @@ -2043,30 +2000,13 @@ msgstr "'%s' के लिए संतति प्रक्रिया नि msgid "Error opening file %s" msgstr "फ़ाइल %s खोलने में त्रुटि" -msgid "Error parsing 'path'. Invalid characters." -msgstr "'path' के विश्लेषण में त्रुटि. अवैध वर्ण." - -msgid "Error parsing volume XML." -msgstr "वॉल्यूम XML पार्स करने में त्रुटि." - #, c-format msgid "Error reading secret: %s" msgstr "गुप्त पढ़ने में त्रुटि: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "%s पता सूचना पाने में त्रुटि" - -msgid "Error while opening SSH session." -msgstr "SSH सत्र खोलने में त्रुटि." - msgid "Error while processing monitor IO" msgstr "मॉनिटर IO को संसाधित करते समय त्रुटि" -#, c-format -msgid "Escape character is %s\n" -msgstr "Escape वर्ण %s है\n" - #, c-format msgid "Exceeded max iface limit %d" msgstr "अधिकतम iface सीमा %d से बढ़ गया" @@ -2191,10 +2131,6 @@ msgstr "रिजेक्स %s कंपाइल करने में व msgid "Failed to connect socket to '%s'" msgstr "सॉकेट '%s' में कनेक्ट करने में विफल'" -#, c-format -msgid "Failed to connect to %s" -msgstr "%s में कनेक्ट करने में विफल" - #, c-format msgid "Failed to convert '%s' to int" msgstr "int को '%s' में बदलने में विफल" @@ -2257,9 +2193,6 @@ msgstr "%s से संजाल निर्माण में विफल" msgid "Failed to create node device from %s" msgstr "%s से नोड युक्ति को बनाने में विफल" -msgid "Failed to create pipe" -msgstr "पाइप बनाने में विफल" - #, c-format msgid "Failed to create pool %s" msgstr "%s पुल बनाने में विफल" @@ -2682,10 +2615,6 @@ msgstr "PCI config स्थान को %s के लिए पढ़ने msgid "Failed to read file '%s'" msgstr "'%s' फ़ाइल खोलने में विफल" -#, c-format -msgid "Failed to read from %s" -msgstr "%s से पढ़ने में असफल" - msgid "Failed to read from signal pipe" msgstr "संकेत पाइप से पढ़ने में विफल" @@ -2938,16 +2867,10 @@ msgstr "असफल." msgid "Failure action %s is not supported by sanlock" msgstr "विफलता कार्रवाई %s की sanlock द्वारा समर्थित नहीं है" -msgid "Failure establishing SSH session." -msgstr "SSH सत्र स्थापित करने में विफलता." - #, c-format msgid "Feature %s required by CPU model %s not found" msgstr "विशेषता %s CPU मॉडल के द्वारा जरूरी %s नहीं मिला" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "डोमेन XML फ़ाइल पर <disk> के तहत <src> फ़ील्ड गायब है." - msgid "Field kernel memory too long for destination" msgstr "फिल्ड कर्नेल स्मृति गंतव्य के लिए काफी बड़ा है" @@ -3197,9 +3120,6 @@ msgstr "अंतरफलक नहीं मिला" msgid "Interface not found: %s" msgstr "अंतरफलक नहीं मिला: %s" -msgid "Interrupted by a signal" -msgstr "संकेत द्वारा बाधित" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "अवैध \"nativeMode =% s\" vlan <tag> तत्व में" @@ -3497,9 +3417,6 @@ msgstr "इटरेटर ID %u की अधिकतम ID से अधि msgid "Job type:" msgstr "कार्य प्रकार:" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "कुंजी रिक्त होना चाहिए, पावर Hypervisor आप के लिए पैदा करेगा." - msgid "Key of the current session differs from the key at last login" msgstr "मौजूदा सत्र की कुंजी आखरी login की कुंजी से भिन्न है " @@ -3602,9 +3519,6 @@ msgstr "ManagedObjectReference 'type' गुण गायब है" msgid "Max memory:" msgstr "अधिकतम स्मृति:" -msgid "Memory allocation failure" -msgstr "मेमोरी एलोकेशन असफलता" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -3881,9 +3795,6 @@ msgstr "मॉडल %s गंतव्य के लिए काफी बड msgid "Model name contains invalid characters" msgstr "मॉडेल नाम में अवैध वर्ण समाहित हैं" -msgid "Monitor does not support sending of file descriptors" -msgstr "मॉनिटर फाइल विवरक को भेजने का समर्थन नहीं करता है " - #, c-format msgid "Monitor path %s too big for destination" msgstr "मॉनिटर पथ %s गंतव्य के लिए काफी बड़ा है" @@ -3948,9 +3859,6 @@ msgstr "नाम" msgid "Name of chain is longer than %u characters" msgstr "शृंखला का नाम %u अक्षरों से अधिक लम्बा है" -msgid "Name or service not known" -msgstr "नाम या सेवा ज्ञात नहीं है" - msgid "Name:" msgstr "नाम:" @@ -4059,9 +3967,6 @@ msgstr "कोई JSON पार्सर कार्यान्वयन उ msgid "No active operation on device: %s" msgstr "डिवाइस पर कोई सक्रिय कार्रवाई नहीं: %s" -msgid "No address associated with hostname" -msgstr "होस्टनाम के साथ कोई पता संबद्ध नहीं है" - msgid "No authentication callback available" msgstr "कोई प्रमाणीकरण कॉलबैक नहीं उपलब्ध हैं " @@ -4139,9 +4044,6 @@ msgstr "Non-Cancelable कार्य एक अनुत्तरित प् msgid "Non-empty feature list specified without CPU model" msgstr "बिना CPU मॉडल के गैर रिक्त विशेषता सूची" -msgid "Non-recoverable failure in name resolution" -msgstr "नाम रिसॉल्यूशन में रिकवरी अयोग्य असफलता" - msgid "None" msgstr "कुछ नहीं" @@ -4168,9 +4070,6 @@ msgstr "ObjectContent वर्चुअल मशीन से संदर् msgid "Offset must be zero for this lock manager" msgstr "ऑफसेट इस लॉक प्रबंधक के लिए शून्य होना चाहिए" -msgid "Only 'credit' scheduler is supported" -msgstr "केवल 'credit' विवरक समर्थित है" - msgid "Only PCI device addresses with function=0 are supported" msgstr "केवल PCI युक्ति पता को प्रकार्य=0 के साथ समर्थित है" @@ -4278,9 +4177,6 @@ msgstr "पास" msgid "PCI device %s is not assignable" msgstr "PCI युक्ति %s आबंटित नहीं है" -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI मेजबान युक्ति को 'pci' पता प्रकार को जरूर उपयोग करना चाहिए" - msgid "POST operation failed" msgstr "उत्तर ऑपरेशन विफल" @@ -4288,9 +4184,6 @@ msgstr "उत्तर ऑपरेशन विफल" msgid "POST operation failed: %s" msgstr "POST ऑपरेशन विफल: %s" -msgid "Parameter string not correctly encoded" -msgstr "पैरामीटर स्ट्रिंग्स को सही ढंग से इनकोड नहीं किया गया" - msgid "Parent" msgstr "पैरेंट" @@ -4422,20 +4315,6 @@ msgstr "पुल %s आरंभ किया\n" msgid "Pool %s unmarked as autostarted\n" msgstr "%s पुल का स्वतः आरंभन चिह्न हट गया \n" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"संभवतः आप IBM उपकरण आपके LPAR में स्थापित नहीं है.इस सुविधा को सक्षम करने के लिए आपके " -"समर्थन के लिए संपर्क करे." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"संभवतः आप IBM उपकरण आपके LPAR में स्थापित नहीं है.इस सुविधा को सक्षम करने के लिए आपके " -"समर्थन के लिए संपर्क करे ." - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "PrepareTunnel बुलाया गया लेनिक कोई TUNNELLED फ्लैग सेट नहीं किया गया" @@ -4463,9 +4342,6 @@ msgstr "प्रक्रिया %zu %p %p [[[%s]]][[[%s]]]" msgid "Process CPU affinity is not supported on this platform" msgstr "प्रक्रिया CPU एफीनिटी इस प्लैटफॉर्म पर समर्थित नहीं है" -msgid "Processing request in progress" -msgstr "प्रसंस्करण अनुरोध प्रगति में है" - msgid "QEMU guest agent is not available due to an error" msgstr "QEMU अतिथि प्रतिनिधि त्रुटि के कारण उपलब्ध नहीं है " @@ -4547,12 +4423,6 @@ msgstr "%s के लिए कोई विस्थापनीय मीड msgid "Renaming domains on migration not supported" msgstr "उत्प्रवासन पर डोमेन का पुनर्नामकरण समर्थित नहीं" -msgid "Request canceled" -msgstr "निवेदन रद्द." - -msgid "Request not canceled" -msgstr "निवेदन रद्द नहीं किया गया" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "" @@ -4742,9 +4612,6 @@ msgstr "सुरक्षा माडल नहीं मिला: %s" msgid "Security model:" msgstr "सुरक्षा माडल:" -msgid "Servname not supported for ai_socktype" -msgstr "ai_socktype के लिए सर्वनेम समर्थित नहीं है" - msgid "Set a secret value." msgstr "कोई गुप्त मान सेट करें." @@ -4839,9 +4706,6 @@ msgstr "भंडारण आयतन नहीं मिला" msgid "Storage volume not found: %s" msgstr "भंडारण आयतन नहीं मिला: %s" -msgid "StoragePool name already exists." -msgstr "StoragePool नाम पहले से मौज़ूद है." - msgid "Support for SELinux is not enabled" msgstr "SELinux के लिए समर्थन सक्षम नहीं है" @@ -4857,9 +4721,6 @@ msgstr "डिस्क में सस्पेंड करें" msgid "Suspend-to-RAM" msgstr "रैम में सस्पेंड करें" -msgid "System error" -msgstr "तंत्र त्रुटि" - msgid "System is in use" msgstr "सिस्टम उपयोग में है " @@ -5222,9 +5083,6 @@ msgstr "लक्ष्य वीडियो कार्ड vram %u का म msgid "Target watchdog model %s does not match source %s" msgstr "लक्ष्य प्रहरी मॉडल %s का मेल स्रोत %s से नहीं है" -msgid "Temporary failure in name resolution" -msgstr "नाम रिसॉल्यूशन में अस्थायी असफलता" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -5398,9 +5256,6 @@ msgstr "" " 'quit' छोड़ने के लिये\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "UNIX डोमेन सॉकेट इस प्लैटफॉर्म पर समर्थित नहीं है " - msgid "UNIX sockets are not supported on this platform" msgstr "UNIX सॉकेट इस प्लैटफॉर्म पर समर्थित नहीं है " @@ -5452,9 +5307,6 @@ msgstr "फाइल विवरक %d पर पहुँच में अक msgid "Unable to access stream for '%s'" msgstr "स्ट्रीम पर पहुँचने में अक्षम '%s' के लिए " -msgid "Unable to add LPAR to the table" -msgstr "टेबल को LPAR जोड़ने में असमर्थ" - msgid "Unable to add epoll fd" msgstr "epoll fd जोड़ने में विफल" @@ -5510,18 +5362,6 @@ msgstr "सॉकेट फ़ाइल नियंत्रण नकल क msgid "Unable to create %s" msgstr "बनाने में असमर्थ %s" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "LPAR बनाने में असमर्थ.कारण: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "भंडारण पूल बनाने में असमर्थ: %s" - -#, c-format -msgid "Unable to create Volume: %s" -msgstr "वॉल्यूम बनाने में असमर्थ: %s" - msgid "Unable to create blkid library handle" msgstr "blkid लाइब्रेरी हैंडल बनाने में असमर्थ" @@ -5545,68 +5385,16 @@ msgstr "Lockspace %s बनाने में असमर्थ: मूल न msgid "Unable to create migration thread" msgstr "उत्प्रवासन थ्रेड बनाने में असमर्थ" -msgid "Unable to create new virtual adapter" -msgstr "नई वर्चुअल अनुकूलक बनाने में असमर्थ" - -msgid "Unable to create pipe" -msgstr "पाइप बनाने में विफल" - -msgid "Unable to create signal pipe" -msgstr "सिग्नल पाइप बनाने में विफल" - msgid "Unable to create socket" msgstr "सॉकेट बनाने में असमर्थ" msgid "Unable to decode number of FDs" msgstr "FD की संख्या डिकोड करने में असमर्थ" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "भंडारण पूल तोड़ने में विफल: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "%s के लिए filesystem जांचने में विफल " -msgid "Unable to determine domain's CPU." -msgstr "डोमेन का CPU निर्धारित कर पाने में अक्षम." - -msgid "Unable to determine domain's max memory." -msgstr "डोमेन की अधिकतम स्मृति निर्धारित कर पाने में अक्षम." - -msgid "Unable to determine domain's memory." -msgstr "डोमेन की स्मृति निर्धारित कर पाने में अक्षम." - -msgid "Unable to determine domain's name." -msgstr "डोमेन का नाम निर्धारित कर पाने में अक्षम." - -msgid "Unable to determine number of domains." -msgstr "डोमेन की संख्या निर्धारित कर पाने में अक्षम." - -msgid "Unable to determine storage pool's name." -msgstr "भंडारण पूल का नाम निर्धारित कर पाने में अक्षम." - -msgid "Unable to determine storage pool's uuid." -msgstr "भंडारण पूल का uuid निर्धारित कर पाने में अक्षम." - -msgid "Unable to determine storage pools's size." -msgstr "भंडारण पूल का आकार निर्धारित कर पाने में अक्षम." - -msgid "Unable to determine storage pools's source adapter." -msgstr "भंडारण पूल का स्रोत अनुकूलक निर्धारित कर पाने में अक्षम" - -msgid "Unable to determine storage sp's name." -msgstr "भंडारण sp का नाम निर्धारित कर पाने में अक्षम." - -msgid "Unable to determine storage sp's uuid." -msgstr "भंडारण sp का uuid निर्धारित कर पाने में अक्षम." - -msgid "Unable to determine storage sps's size." -msgstr "भंडारण sps का आकार निर्धारित कर पाने में अक्षम." - -msgid "Unable to determine storage sps's source adapter." -msgstr "भंडारण sps का स्रोत अनुकूलक निर्धारित कर पाने में अक्षम." - msgid "Unable to find 'cpuacct' cgroups controller mount" msgstr "'cpuacct' cgroups नियंत्रक माउंट ढूंढने में अक्षम" @@ -5634,24 +5422,12 @@ msgstr "%s के लिए filesystem प्रकार ढूढने मे msgid "Unable to format guestfwd port" msgstr "guestfwd पोर्ट प्रारूपित करने में असमर्थ" -msgid "Unable to generate random uuid." -msgstr "क्रमहीन uuid उत्पन्न करने में असमर्थ." - -msgid "Unable to get VIOS name" -msgstr " VIOS नाम पाने में असमर्थ" - -msgid "Unable to get VIOS profile name." -msgstr "VIOS प्रोफ़ाइल नाम पाने में असमर्थ." - msgid "Unable to get current time" msgstr "मौजूदा नाम पाने में असमर्थ" msgid "Unable to get domain status" msgstr "डोमेन स्थिति पाने में विफल" -msgid "Unable to get free slot number" -msgstr "मुफ्त स्लोट संख्या पाने में अक्षम" - #, c-format msgid "Unable to get loop status on %s" msgstr "लूप स्थिति पाने में विफल %s पर " @@ -5679,9 +5455,6 @@ msgstr "सॉकेट लिखने में असफल" msgid "Unable to load certificate" msgstr "प्रमाणपत्र लोड करने में विफल" -msgid "Unable to make pipe" -msgstr "पाइप बनाने में असमर्थ" - msgid "Unable to mark loop device as autoclear" msgstr "लूप युक्ति को autoclear के रूप में चिह्नित करने में असमर्थ" @@ -5712,10 +5485,6 @@ msgstr "UNIX सॉकेट खोलने में असमर्थ" msgid "Unable to open filesystem %s" msgstr " filesystem %s खोलने में विफल" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "मॉनिटर पथ %s खोलने में असमर्थ" - #, c-format msgid "Unable to open stream for '%s'" msgstr "स्ट्रीम खोलने में विफल '%s' के लिए" @@ -5735,9 +5504,6 @@ msgstr "लोक स्थिति %s विश्लेषण में अ msgid "Unable to pre-create chardev file '%s'" msgstr "पूर्व chardev फ़ाइल '%s' बनाने में असमर्थ" -msgid "Unable to put monitor into non-blocking mode" -msgstr "मॉनिटर को non-blocking मोड में रखने में असमर्थ" - #, c-format msgid "Unable to query sector size %s" msgstr "सेक्टर आकार %s क्वेरी करने में अक्षम" @@ -5843,9 +5609,6 @@ msgstr "होस्ट कंसोल PTY देखने में असम msgid "Unable to write %s" msgstr "%s लिखने में असमर्थ" -msgid "Unable to write information to local file." -msgstr "स्थानीय फ़ाइल के लिए जानकारी लिखने में असमर्थ." - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "pid फाइल '%s/%s.pid' लिखने में असमर्थ" @@ -5952,10 +5715,6 @@ msgstr "डिस्क संसाधन के लिए अप्रत् msgid "Unexpected volume path format: %s" msgstr "अनपेक्षित मात्रा पथ प्रारूप: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "Unhandled इवेंट %d मॉनिटर fd %d" - msgid "Unknown" msgstr "अज्ञात" @@ -6331,9 +6090,6 @@ msgstr "XML नोड टेक्स्ट शामिल नहीं कर msgid "XPath evaluation of response for call to '%s' failed" msgstr "'%s' के लिए कॉल की प्रतिक्रिया का XPath मूल्यांकन विफल" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "आप CPUs की संख्या अधिकतम संभव से बड़ा सेट करने के लिए कोशिश कर रहे हैं।" - msgid "You must map the root user of container" msgstr "आप कंटेनर के रूट उपयोक्ता को जरूर मैप करें" @@ -6394,12 +6150,6 @@ msgstr "" msgid "address type='%s' not supported in hostdev interfaces" msgstr "address type='%s' समर्थित नहीं है hostdev अंतरफलक में" -msgid "ai_family not supported" -msgstr "ai_family समर्थित नहीं है" - -msgid "ai_socktype not supported" -msgstr "ai_socktype समर्थित नहीं है" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "नयी क्षमता आबंटित करें, बजाय इसे अलग से छोड़ते हुए" @@ -6725,9 +6475,6 @@ msgstr "लॉग निर्देशिका %s नहीं बना स msgid "cannot create path '%s'" msgstr "पथ '%s' नहीं बना सकता है" -msgid "cannot create pipe" -msgstr "पाइप नहीं बना सकता है" - msgid "cannot create pipe for tunnelled migration" msgstr "\tunnelled माइग्रेशन के लिए पाइप नहीं बना सकता है " @@ -7496,10 +7243,6 @@ msgstr "Xen हाइपरविजर प्रविष्टि का प msgid "could not use Xen hypervisor entry %s" msgstr "Xen हाइपरविजर प्रविष्टि %s का प्रयोग नहीं कर सका" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "pidfile %s को %d के लिए नहीं लिख सकता है" - #, c-format msgid "" "couldn't find a portgroup entry in network '%s' matching <portgroup " @@ -8209,9 +7952,6 @@ msgstr "SASL आंकड़ा डिकोड करने में विफ msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "अंतराफलक %s नष्ट (बंद) करने में विफल: %s%s%s" -msgid "failed to determine host name" -msgstr "होस्टनेम निर्धारित करने में विफल" - msgid "failed to enable IP forwarding" msgstr "IP अग्रसारण सक्रिय करने में विफल" @@ -8438,9 +8178,6 @@ msgstr "%s पुल को स्वतः आरंभन अचिह्न msgid "failed to wait on condition" msgstr "स्थिति पर प्रतीक्षा करने में विफल" -msgid "failed to wake up polling thread" -msgstr "पोलिंग मुद्दा जागृत करने में विफल रहा है" - msgid "failed to write configuration file" msgstr "विन्यास फाइल लिखने में विफल" @@ -8551,9 +8288,6 @@ msgstr "किसी डोमेन के लिए स्मृति सा msgid "get network interface stats for a domain" msgstr "डोमेन के लिए संजाल अंतरफलक स्थिति पाएं" -msgid "getting time of day" -msgstr "दिन का समय ले रहा है" - msgid "given uuid does not match XML uuid" msgstr "दिए गए uuid से XML uuid से मेल नहीं खाता हैं " @@ -9952,10 +9686,6 @@ msgstr "'%s' के लिए कोई युक्ति क्षमता msgid "no device found with alias %s" msgstr "%s उपनाम के साथ कोई युक्ति नहीं मिला" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "%s के लिए कोई डिस्क प्रारूप नहीं और जाँच निष्क्रिय है" - #, c-format msgid "no disk named '%s'" msgstr "कोई %s नाम का डिस्क नहीं " @@ -10295,9 +10025,6 @@ msgstr "पीआईडी" msgid "pid_value in %s is too large" msgstr "%s में pid_value बहुत बड़ा है" -msgid "poll on socket failed" -msgstr "सॉकेट पर पोल विफल" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "पुल '%s' पहले से uuid %s के साथ मौजूद है" @@ -10371,10 +10098,6 @@ msgstr "प्रोटोकॉल परिवार की विशेषत msgid "ps2 bus does not support %s input device" msgstr "ps2 बस %s इनपुट युक्ति का समर्थन नहीं करता है" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: मौजूदा निर्देशिका नहीं पा सकता है: %s" - msgid "qemu does not support SGA" msgstr "qemu SGA का समर्थन नहीं करता है" @@ -10382,10 +10105,6 @@ msgstr "qemu SGA का समर्थन नहीं करता है" msgid "qemu emulator '%s' does not support xen" msgstr "qemu एमुलेटर '%s' xen का समर्थन नहीं करता है" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "qemu एक unix गर्तिका मॉनिटर का उपयोग नहीं है, एफडी %s नहीं भेज सकते" - msgid "qemu state driver is not active" msgstr "qemu स्थिति ड्राइवर सक्रिय नहीं है" @@ -10425,9 +10144,6 @@ msgstr "इस अंतःक्रियात्मक टर्मिनल msgid "ram attribute only supported for type of qxl" msgstr "रैम qxl के प्रकार के लिए केवल समर्थित विशेषता" -msgid "read on wakeup fd failed" -msgstr "जागृत एफडी को पढ़ने में विफल" - msgid "read-only connection" msgstr "सिर्फ पठन के लिये कनेक्शन" @@ -11158,12 +10874,6 @@ msgstr " init mutex करने में विफल" msgid "unable to initialize VirtualBox driver API" msgstr "VirtualBox ड्राइवर API आरंभीकृत करने में असमर्थ" -msgid "unable to make pipe" -msgstr "पाइप बनाने में असमर्थ" - -msgid "unable to open pipe" -msgstr "पाइप खोलने में असमर्थ" - msgid "unable to open stream" msgstr "स्ट्रीम खोलने में विफल" @@ -12061,10 +11771,6 @@ msgstr "असमर्थित डिस्क बस '%s' युक्ति msgid "unsupported disk type %s" msgstr "असमर्थित डिस्क प्रकार %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "अप्रत्याशित डिस्क प्रकार '%s'" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "असमर्थित ड्राइवर नाम '%s' '%s' के लिए" @@ -12337,10 +12043,6 @@ msgstr "xml परिबर्धन असमर्थित" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime मान '%s' का अप्रत्याशित प्रारूप है" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime मान '%s' गंतव्य के लिए काफी बड़ा है" - msgid "yes" msgstr "हाँ" diff --git a/po/hu.mini.po b/po/hu.mini.po index 5df5b0a50e..2ec13ec45d 100644 --- a/po/hu.mini.po +++ b/po/hu.mini.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-27 04:56+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Hungarian (http://www.transifex.com/projects/p/fedora/" @@ -658,9 +658,6 @@ msgstr "egy XML-tartományleírást tartalmazó fájl" msgid "file containing an XML network description" msgstr "egy XML-hálózatleírást tartalmazó fájl" -msgid "getting time of day" -msgstr "aktuális idő beolvasása" - msgid "gracefully shutdown a domain" msgstr "egy tartomány elegáns leállítása" diff --git a/po/id.mini.po b/po/id.mini.po index 0684f2d857..f61e328165 100644 --- a/po/id.mini.po +++ b/po/id.mini.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-27 05:03+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/libvirt/" diff --git a/po/it.mini.po b/po/it.mini.po index dfdf4c6a87..5421e19321 100644 --- a/po/it.mini.po +++ b/po/it.mini.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-27 05:14+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/libvirt/language/" @@ -161,9 +161,6 @@ msgstr "Collegamento di un nuovo dispositivo disco." msgid "Attach new network interface." msgstr "Collegamento di una nuova interfaccia di rete." -msgid "Authentication failed" -msgstr "Autenticazione fallita" - msgid "Autostart" msgstr "Avvio automatico" @@ -341,10 +338,6 @@ msgstr "Errore nel parsing dell'indirizzo MAC '%s' della rete '%s'" msgid "Cannot parse controller index %s" msgstr "Errore nel parsing del controller indice %s" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "Impossibile analizzare il numero da '%s'" - msgid "Cannot read cputime for domain" msgstr "Impossibile leggere cputime per il dominio" @@ -424,10 +417,6 @@ msgstr "Impossibile modificare i parametri della memoria: %s" msgid "Could not change scheduler parameters: %s" msgstr "Impossibile modificare i parametri dello scheduler: %s" -#, c-format -msgid "Could not close %s" -msgstr "Impossibile chiudere %s" - msgid "Could not configure network" msgstr "Impossibile configurare la rete" @@ -581,10 +570,6 @@ msgstr "Impossibile analizzare l'ID VPS %s" msgid "Could not parse positive integer from '%s'" msgstr "Errore nel parsing di un intero positivo da '%s'" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "Errore nel parsing del numero di versione da '%s'" - #, c-format msgid "Could not read 'IP_ADDRESS' from config for container %d" msgstr "" @@ -911,19 +896,6 @@ msgstr "Modifica la configurazione XML per uno storage pool." msgid "Error creating initial configuration" msgstr "Errore nella creazione della configurazione iniziale" -msgid "Error parsing 'path'. Invalid characters." -msgstr "Errore nel parsing di 'path'. Caratteri non validi." - -msgid "Error parsing volume XML." -msgstr "Errore nel parsing dell'XML del volume." - -#, c-format -msgid "Error while getting %s address info" -msgstr "Errore durante l'acquisizione delle informazioni sull'indirizzo %s" - -msgid "Error while opening SSH session." -msgstr "Errore nell'apertura della sessione SSH." - #, c-format msgid "Expecting VI API type 'HostAgent' or 'VirtualCenter' but found '%s'" msgstr "" @@ -984,10 +956,6 @@ msgstr "Impossibile raccogliere le credenziali per l'autenticazione" msgid "Failed to compile regex %s" msgstr "Compilazione regex %s fallita" -#, c-format -msgid "Failed to connect to %s" -msgstr "Connessione a %s fallita" - #, c-format msgid "Failed to convert '%s' to int" msgstr "Impossibile convertire '%s' a int" @@ -1022,9 +990,6 @@ msgstr "Impossibile creare il dominio da %s" msgid "Failed to create network from %s" msgstr "Impossibile creare la rete da %s" -msgid "Failed to create pipe" -msgstr "Impossibile creare la pipe" - #, c-format msgid "Failed to create pool %s" msgstr "Impossibile creare il pool %s" @@ -1239,10 +1204,6 @@ msgstr "Impossibile riassegnare il dispositivo PCI: %s" msgid "Failed to read /proc/mounts" msgstr "Impossibile leggere /proc/mounts" -#, c-format -msgid "Failed to read from %s" -msgstr "Impossibile eseguire la lettura da %s" - msgid "Failed to read the container continue message" msgstr "Impossibile leggere il mesaggio di continua contenitore" @@ -1348,9 +1309,6 @@ msgstr "Impossibile disabilitare l'avvio automatico del dominio %s" msgid "Failed! Volume not removed." msgstr "Fallito! Volume non rimosso." -msgid "Failure establishing SSH session." -msgstr "Errore nella creazione della sessione SSH." - #, c-format msgid "Feature %s required by CPU model %s not found" msgstr "Feature %s richiesta dalla CPU modello %s non trovata" @@ -1946,9 +1904,6 @@ msgstr "Mostrare le informazioni sul vol in XML su stdout." msgid "PASS" msgstr "PASS" -msgid "PCI host devices must use 'pci' address type" -msgstr "I dispositivi host PCI devono usare il tipo di indirizzo 'pci'" - msgid "POST operation failed" msgstr "operazione POST fallita" @@ -2049,20 +2004,6 @@ msgstr "Pool %s avviato\n" msgid "Pool %s unmarked as autostarted\n" msgstr "Marcatura di avvio automatico del pool %s rimossa\n" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"Probabilmente non hai installato IBM Tools in LPAR. Contattare il supporto " -"per abilitare questa funzione." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"Probabilmente non hai installato IBM Tool nel tuo LPAR. Contatta il servizio " -"di supporto per abilitare questa funzione." - msgid "Primary IDE controller must have PCI address 0:0:1.1" msgstr "Il controller IDE primario deve avere indirizzo PCI 0:0:1.1" @@ -2278,9 +2219,6 @@ msgstr "Volume di storage non trovato" msgid "Storage volume not found: %s" msgstr "Volume di storage non trovato: %s" -msgid "StoragePool name already exists." -msgstr "Nome dello storage pool già esistente." - msgid "Suspend a running domain." msgstr "Sospendere un dominio in esecuzione." @@ -2343,9 +2281,6 @@ msgstr "" " 'quit' per uscire\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "Gli UNIX domain socket non sono supportati su questa piattaforma" - #, c-format msgid "USB device %s is already in use" msgstr "Il dispositivo USB %s è già in uso" @@ -2367,9 +2302,6 @@ msgstr "UUID:" msgid "Unable to access stream for '%s'" msgstr "Impossibile accedere allo stream per '%s'" -msgid "Unable to add LPAR to the table" -msgstr "Impossibile aggiungere LPAR alla tabella" - msgid "Unable to become session leader" msgstr "impossibile diventare il leader della sessione" @@ -2382,72 +2314,9 @@ msgstr "Impossibile cambiare i parametri numa" msgid "Unable to change to root dir" msgstr "Impossibile cambiare la root dir" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "Impossibile creare LPAR. Motivo: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "Impossibile creare lo storage pool: %s" - -#, c-format -msgid "Unable to create Volume: %s" -msgstr "Impossibile creare il volume: %s" - -msgid "Unable to create new virtual adapter" -msgstr "Impossibile creare un nuovo adattatore virtuale" - -msgid "Unable to determine domain's CPU." -msgstr "Impossibile determinare la CPU del dominio." - -msgid "Unable to determine domain's max memory." -msgstr "Impossibile determinare la memoria massima del dominio." - -msgid "Unable to determine domain's memory." -msgstr "Impossibile determinare la memoria del dominio." - -msgid "Unable to determine domain's name." -msgstr "Impossibile determinare il nome del dominio." - -msgid "Unable to determine number of domains." -msgstr "Impossibile determinare il numero di domini." - -msgid "Unable to determine storage pool's name." -msgstr "Impossibile determinare il nome degli storage pool." - -msgid "Unable to determine storage pool's uuid." -msgstr "Impossibile determinare l'uuid degli storage pool." - -msgid "Unable to determine storage pools's size." -msgstr "Impossibile determinare la dimensione degli storage pool." - -msgid "Unable to determine storage pools's source adapter." -msgstr "Impossibile determinare l'adattatore del sorgente del pool di storage." - -msgid "Unable to determine storage sp's name." -msgstr "Impossibile determinare il nome di sp per lo storage." - -msgid "Unable to determine storage sp's uuid." -msgstr "Impossibile determinare l'uuid di sp per lo storage." - -msgid "Unable to determine storage sps's size." -msgstr "Impossibile determinare la dimensione di sps per lo storage." - -msgid "Unable to determine storage sps's source adapter." -msgstr "Impossibile determinare l'adattatore del sorgente di sps di storage." - msgid "Unable to format guestfwd port" msgstr "Impossibile formattare la porta guestfwd" -msgid "Unable to generate random uuid." -msgstr "Impossibile generare un uuid random." - -msgid "Unable to get VIOS name" -msgstr "Impossibile ottenere il nome VIOS" - -msgid "Unable to get VIOS profile name." -msgstr "Impossibile ottenere il nome del profilo VIOS." - msgid "Unable to get interface parameters" msgstr "Impossibile determinare i parametri dell'interfaccia" @@ -2470,17 +2339,10 @@ msgstr "Impossibile aprire %s" msgid "Unable to open UNIX socket" msgstr "Impossibile aprire il socket UNIX" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "Impossibile aprire il percorso %s del monitor" - #, c-format msgid "Unable to open stream for '%s'" msgstr "Impossibile aprire uno stream per '%s'" -msgid "Unable to put monitor into non-blocking mode" -msgstr "Impossibile impostare il monitor in modalità non-blocking" - msgid "Unable to send container continue message" msgstr "impossibile inviare il messaggio di continua contenitore" @@ -2490,9 +2352,6 @@ msgstr "Impossibile impostare i parametri dell'interfaccia" msgid "Unable to set monitor close-on-exec flag" msgstr "Impossibile impostare il flag close-on-exec del monitor" -msgid "Unable to write information to local file." -msgstr "Impossibile scrivere le informazioni sul file locale" - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "Impossibile scrivere sul file pid '%s/%s.pid'" @@ -2688,11 +2547,6 @@ msgstr "Il nodo XML non contiene testo, era atteso un valore xsd:dateTime" msgid "XPath evaluation of response for call to '%s' failed" msgstr "Valutazione XPath della risposta per la chiamata su '%s' fallita" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "" -"Stai cercando di impostare un numero di CPU maggiore del numero massimo " -"permesso." - #, c-format msgid "[--%s <number>]" msgstr "[--%s <number>]" @@ -2855,9 +2709,6 @@ msgstr "impossibile creare la directory di log %s" msgid "cannot create path '%s'" msgstr "impossibile creare il percorso '%s'" -msgid "cannot create pipe" -msgstr "impossibile creare la pipe" - #, c-format msgid "cannot create snapshot directory '%s'" msgstr "impossibile creare la directory '%s' per l'istantanea" @@ -3578,9 +3429,6 @@ msgstr "errore nella creazione del file di log %s" msgid "failed to create socket" msgstr "impossibile creare il socket" -msgid "failed to determine host name" -msgstr "impossibile determinare il nome host" - msgid "failed to enable IP forwarding" msgstr "errore nell'abilitazione dell'IP forwarding" @@ -3782,9 +3630,6 @@ msgstr "ottieni statistiche dei blocchi del dispositivo per un dominio" msgid "get network interface stats for a domain" msgstr "ottieni statistiche interfaccia di rete per un dominio" -msgid "getting time of day" -msgstr "acquisizione ora del giorno in corso" - msgid "gracefully shutdown a domain" msgstr "arrestare un dominio (graceful shutdown)" @@ -4541,10 +4386,6 @@ msgstr "nessun file di configurazione per %s" msgid "no device capabilities for '%s'" msgstr "nessuna funzionalità del dispositivo per '%s'" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "nessun formato disco per %s e il probing è disabilitato" - msgid "no domain XML passed" msgstr "nessun dominio XML fornito" @@ -4733,9 +4574,6 @@ msgstr "" "gli elementi boot per-dispositivo non possono essere usati insieme agli " "elementi os/boot" -msgid "poll on socket failed" -msgstr "poll sul socket fallito" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "il pool '%s' esiste già con uuid %s" @@ -5132,9 +4970,6 @@ msgstr "impossibile generare uuid" msgid "unable to handle monitor type: %s" msgstr "impossibile gestire il tipo di monitor: %s" -msgid "unable to make pipe" -msgstr "impossibile generare pipe" - #, c-format msgid "unable to parse mac address '%s'" msgstr "errore nel parsing del mac address '%s'" @@ -5671,10 +5506,6 @@ msgstr "tipo di dati '%c' non supportati per l'arg '%s'" msgid "unsupported disk bus '%s' with device setup" msgstr "bus del disco '%s' non supportato con l'impostazione del dispositivo" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "tipo di disco '%s' non supportato" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "nome di volume non supportato '%s' per il disco '%s'" @@ -5856,7 +5687,3 @@ msgstr "il bus di xen non supporta il dispositivo di input %s" #, c-format msgid "xsd:dateTime value '%s' has unexpected format" msgstr "Il valore '%s' di xsd:dateTime ha un formato non atteso" - -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "Il valore '%s' di xsd:dateTime è troppo lungo per la destinazione" diff --git a/po/ja.mini.po b/po/ja.mini.po index c69601f490..5bccf25bab 100644 --- a/po/ja.mini.po +++ b/po/ja.mini.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-23 06:48+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Japanese (http://www.transifex.com/projects/p/libvirt/" @@ -405,10 +405,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s'" msgstr "'%s'" @@ -693,17 +689,10 @@ msgstr "使用中のコンソールセッションがこのドメインに対し msgid "Active:" msgstr "起動中:" -msgid "Address family for hostname not supported" -msgstr "ホスト名に対するアドレスファミリーはサポートされません" - #, c-format msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "コアのダンプ後、libxenlight を用いたドメイン '%d' の再開に失敗しました" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "エージェントのパス %s が宛先に対して大きすぎます" - msgid "All identities provided by the SSH Agent were rejected" msgstr "SSH エージェントにより提供された識別情報はすべて拒否されました" @@ -712,9 +701,6 @@ msgid "" "server" msgstr "指定された認証情報と持つ認証方式はすべてサーバーに拒否されました" -msgid "All requests done" -msgstr "すべての要求が完了しました" - msgid "Allocation" msgstr "割り当て" @@ -738,9 +724,6 @@ msgstr "他のクローズコールバックがすでにドメイン %s に対 msgid "AnyType is missing 'type' property" msgstr "AnyType は 'type' プロパティがありません" -msgid "Argument buffer too small" -msgstr "引数バッファーが小さすぎます" - msgid "Arguments must be non null" msgstr "引数は空白以外でなければいけません" @@ -793,9 +776,6 @@ msgstr "NAT '%s' を試行しました。NAT は IPv4 に対してのみサポ msgid "Attribute mode is only allowed for guest CPU" msgstr "mode 属性はゲストの CPU に対してのみ許可されます。" -msgid "Authentication failed" -msgstr "認証に失敗しました" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -838,9 +818,6 @@ msgstr "" "不正な IPv4 開始アドレス '%s' がネットワーク '%s' において <forward> にある " "<nat> の中にあります" -msgid "Bad value for ai_flags" -msgstr "ai_flags に対する不正な値" - msgid "Bad value for nativeMode" msgstr "nativeMode に対する不正な値" @@ -1128,18 +1105,12 @@ msgstr "PID ファイルのパスを決定できません" msgid "Can't determine socket paths" msgstr "ソケットのパスを決定できません" -msgid "Can't determine user directory" -msgstr "ユーザーのディレクトリーを決定できません" - msgid "Can't find prlctl command in the PATH env" msgstr "PATH 環境において prlctl コマンドを見つけられません" msgid "Can't initialize access manager" msgstr "アクセスマネージャーを初期化できません" -msgid "Can't initialize logging" -msgstr "ロギングを初期化できません" - #, c-format msgid "Can't load config file: %s: %s" msgstr "設定ファイルを読み込みできません: %s: %s" @@ -1255,9 +1226,6 @@ msgstr "ファイル '%s' を削除できません" msgid "Cannot determine balloon device path" msgstr "バルーンデバイスパスがわかりませんでした" -msgid "Cannot determine free memory" -msgstr "空きメモリーがわかりません" - msgid "Cannot determine system clock HZ" msgstr "システムのクロック周波数がわかりません" @@ -1451,10 +1419,6 @@ msgstr "コントローラーのインデックス %s を構文解析できま msgid "Cannot parse mode string" msgstr "mode 文字列を構文解析できません" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "'%s' から番号を構文解析できません" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "socket address '%s': %s を構文解析できません" @@ -1637,9 +1601,6 @@ msgstr "データを書き込みできません" msgid "Capacity" msgstr "容量" -msgid "Capacity cannot be empty." -msgstr "容量が空白ではいけません。" - msgid "Capacity:" msgstr "容量:" @@ -1906,10 +1867,6 @@ msgstr "メモリーのパラメーターを変更できませんでした: %s" msgid "Could not change scheduler parameters: %s" msgstr "スケジューラーのパラメーターを変更できませんでした: %s" -#, c-format -msgid "Could not close %s" -msgstr "%s をクローズできませんでした" - msgid "Could not configure network" msgstr "ネットワークを設定できませんでした" @@ -1930,14 +1887,6 @@ msgstr "デフォルト設定をコピーできません" msgid "Could not copy volume: %s" msgstr "ボリュームをコピーできませんでした: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "セッションのインスタンスを作成できませんでした, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "VirtualBox のインスタンスを作成できませんでした, rc = 0x%08x" - msgid "Could not create filter" msgstr "フィルターを作成できませんでした" @@ -1974,9 +1923,6 @@ msgstr "取り出し応答項目をシリアライズ解除できませんでし msgid "Could not destroy domain: %s" msgstr "ドメインを強制停止できません: %s" -msgid "Could not determine home directory" -msgstr "ホームディレクトリーが決定できませんでした" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "文字列 %s からカーネルバージョンを決定できませんでした" @@ -2343,10 +2289,6 @@ msgstr "'bonding/use_carrier' '%s' ('%s' 向け) を構文解析できません msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "'bridge/stp_state' '%s' ('%s' 向け) を構文解析できませんでした" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "'%s' から IID を解析できませんでした, rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "MTU 値 '%s' を構文解析できませんでした" @@ -2391,14 +2333,6 @@ msgstr "USB ファイル %s を構文解析できませんでした" msgid "Could not parse valid disk index from '%s'" msgstr "'%s' から有効なディスクインデックスを構文解析できませんでした" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "'%s' からバージョン番号を構文解析できませんでした" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "レジストリ値 '%s\\%s' を問い合わせできませんでした" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "'%s' をコンテナー %d 向けの設定から読み込めませんでした" @@ -2552,9 +2486,6 @@ msgstr "ディスクアドレスを検証できませんでした" msgid "Could not wipe volume: %s" msgstr "ボリュームを完全消去できませんでした: %s" -msgid "Could not write to stream" -msgstr "ストリームに書き込みできません" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "デバイス '%s' 向けロックファイルをパス '%s' に作成できませんでした" @@ -2994,9 +2925,6 @@ msgstr "" "ドメイン XML がファイルベースのハードディスクを何も含んでいません、VMX ファイ" "ルのデータストアおよびパスを推論できません。" -msgid "Domain XML must contain at least one <disk> element." -msgstr "ドメイン XML は少なくとも1つの <disk> 要素を含まなければいけません。" - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "" "ドメインが存在します、既存のドメインを編集することはまだサポートされていませ" @@ -3228,12 +3156,6 @@ msgstr "エラー通知のコールバックが提供される必要がありま msgid "Error opening file %s" msgstr "ファイル %s を開くときにエラーが発生しました" -msgid "Error parsing 'path'. Invalid characters." -msgstr "'path' の構文解析でエラー、無効な文字があります。" - -msgid "Error parsing volume XML." -msgstr "ボリューム XML の構文解析中にエラーが発生しました" - #, c-format msgid "Error reading secret: %s" msgstr "シークレットの読み込み中にエラーが発生しました: %s" @@ -3245,13 +3167,6 @@ msgstr "ファイアウォールの構築中にエラーが発生しました" msgid "Error while building firewall: %s" msgstr "ファイアウォールの構築中にエラーが発生しました: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "%s のアドレス情報を取得中にエラーが発生しました" - -msgid "Error while opening SSH session." -msgstr "SSH セッションを開く時にエラー" - msgid "Error while processing command's IO" msgstr "コマンドの IO 処理中にエラーが発生しました" @@ -3264,10 +3179,6 @@ msgstr "/proc/cgroups の読み込み中にエラー" msgid "Error while reading the domain name" msgstr "ドメイン名の読み込み中にエラーが発生しました" -#, c-format -msgid "Escape character is %s\n" -msgstr "エスケープ文字は %s です\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "" @@ -3650,10 +3561,6 @@ msgstr "ツリーの一覧化が完了できませんでした" msgid "Failed to connect socket to '%s'" msgstr "ソケットの '%s' への接続に失敗しました" -#, c-format -msgid "Failed to connect to %s" -msgstr "%s への接続に失敗しました" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "リモート libvirt URI %s への接続に失敗しました: %s" @@ -3760,9 +3667,6 @@ msgstr "%s からのネットワーク作成に失敗しました" msgid "Failed to create node device from %s" msgstr "%s からのノードデバイス作成に失敗しました" -msgid "Failed to create pipe" -msgstr "パイプの作成に失敗しました" - #, c-format msgid "Failed to create pool %s" msgstr "プール %s の作成に失敗しました" @@ -4486,10 +4390,6 @@ msgstr "%s の PCI 設定空間の読み込みに失敗しました" msgid "Failed to read file '%s'" msgstr "ファイル '%s' を読み込めません" -#, c-format -msgid "Failed to read from %s" -msgstr "%s からの読み込みに失敗しました" - msgid "Failed to read from signal pipe" msgstr "シグナルのパイプからの読み込みに失敗しました" @@ -4934,9 +4834,6 @@ msgstr "失敗しました。" msgid "Failure action %s is not supported by sanlock" msgstr "失敗時アクション %s は sanlock によりサポートされません" -msgid "Failure establishing SSH session." -msgstr "SSH セッションの確立に失敗" - msgid "Failure to mask address" msgstr "アドレスのマスクに失敗しました" @@ -4953,9 +4850,6 @@ msgstr "" msgid "Feature %s required by CPU model %s not found" msgstr "機能 %s (CPU モデル %s により要求)がありませんでした" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "ドメイン XML ファイルにおいて <disk> 内に <src> 項目がありません。" - msgid "Field kernel memory too long for destination" msgstr "kernel memory の項目が宛先に対して長すぎます" @@ -5079,9 +4973,6 @@ msgstr "GET 操作は失敗しました: %s" msgid "GNUTLS call error" msgstr "GNUTLS 呼び出しエラー" -msgid "GNUTLS support not available in this build" -msgstr "GNUTLS サポートがこのビルドにおいて利用できません" - msgid "Get block device size info for a domain." msgstr "ドメインのブロックデバイスの容量情報を取得します。" @@ -5498,9 +5389,6 @@ msgstr "" "インターフェース形式 hostdev は現在 SR-IOV 仮想ファンクションにおいてのみサ" "ポートされます" -msgid "Interrupted by a signal" -msgstr "シグナルにより割り込まれました" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "VLAN <tag> 要素に \"nativeMode='%s'\" がありません" @@ -5999,9 +5887,6 @@ msgstr "カーネルがプライベート devpts をサポートしません" msgid "Kernel doesn't support user namespace" msgstr "カーネルがユーザー名前空間をサポートしません" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "キーが空である必要があります。 POWER Hypervisor が新しく作成します。" - msgid "Key of the current session differs from the key at last login" msgstr "カレントセッションのキーが前回ログイン時のキーと異なります" @@ -6130,10 +6015,6 @@ msgstr "" "不正な形式の 'uri_aliases' 設定エントリー '%s', 'alias=uri://host/path' が期" "待されます" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "不正な形式の TLS ホワイトリスト正規表現 '%s'" - #, c-format msgid "Malformed ctrl-alt-del setting '%s'" msgstr "不正な形式の ctrl-alt-del 設定 '%s'" @@ -6189,9 +6070,6 @@ msgstr "最大メモリー:" msgid "Memory '%llu' must be less than %llu" msgstr "メモリ '%llu' は %llu より小さくなければいけません" -msgid "Memory allocation failure" -msgstr "メモリーの割り当てに失敗しました" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -6623,9 +6501,6 @@ msgstr "モデル %s が宛先に対して大きすぎます" msgid "Model name contains invalid characters" msgstr "モデル名は無効な文字を含んでいます" -msgid "Monitor does not support sending of file descriptors" -msgstr "モニターはファイルディスクリプターの送信をサポートしません" - #, c-format msgid "Monitor path %s too big for destination" msgstr "モニターのパス %s は宛先に対して長すぎます" @@ -6726,9 +6601,6 @@ msgstr "名前" msgid "Name of chain is longer than %u characters" msgstr "チェイン名が %u 文字よりも長いです" -msgid "Name or service not known" -msgstr "不明な名前またはサービス" - msgid "Name:" msgstr "名前:" @@ -6907,9 +6779,6 @@ msgstr "利用可能な PCI バスがありません" msgid "No active operation on device: %s" msgstr "デバイスにおいて動作中の操作がありません: %s" -msgid "No address associated with hostname" -msgstr "ホスト名と関連づけられたアドレスがありません" - #, c-format msgid "No args present for signature %s" msgstr "シグネチャー %s 用の引数が存在しません" @@ -7092,9 +6961,6 @@ msgstr "取り消しできないタスクが応答しない質問によりブロ msgid "Non-empty feature list specified without CPU model" msgstr "CPU モデルなしで CPU 機能リストが指定されました" -msgid "Non-recoverable failure in name resolution" -msgstr "名前解決において修復不能な障害" - msgid "None" msgstr "なし" @@ -7178,12 +7044,6 @@ msgstr "%d CPU のみが表示するために利用可能です\n" msgid "Only '%s' filesystem type is supported" msgstr "'%s' ファイルシステム形式のみがサポートされます" -msgid "Only 'credit' scheduler is supported" -msgstr "'credit' スケジューラーのみがサポートされます" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "'scsi_host' アダプターのみがサポートされます" - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "IPv4 または IPv6 アドレスのみが iptables とともに使用できます" @@ -7364,9 +7224,6 @@ msgstr "" msgid "PCI device %s is not assignable" msgstr "PCI デバイス %s は割り当てできません" -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI ホストデバイスは 'pci' アドレス形式を使用しなければいけません" - msgid "POST operation failed" msgstr "POST 操作は失敗しました" @@ -7389,9 +7246,6 @@ msgstr "パラメーター '%s' が文字列ではありません" msgid "Parameter '%s' is not supported by this kernel" msgstr "パラメーター '%s' がこのカーネルによりサポートされません" -msgid "Parameter string not correctly encoded" -msgstr "正しくエンコードされていないパラメーター文字列" - msgid "Parent" msgstr "親" @@ -7561,20 +7415,6 @@ msgstr "バッキング・イメージからのディスクの配置" msgid "Port profile Associate failed for %s" msgstr "%s に対するポートプロファイルの関連付けに失敗しました" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"IBM Tools が LPAR にインストールされていないかもしれません。この機能を有効に" -"するには、あなたのサポートに連絡してください。" - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"おそらく、LPAR に IBM Tools がインストールされていません。この機能を有効にす" -"るには、あなたのサポートに連絡してください。" - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "" "PrepareTunnel が呼び出されましたが、TUNNELLED フラグが設定されていません" @@ -7635,9 +7475,6 @@ msgstr "プロセス %zu %p %p [[[%s]]][[[%s]]]" msgid "Process CPU affinity is not supported on this platform" msgstr "処理 CPU アフィニティはこのプラットフォームにおいてサポートされません" -msgid "Processing request in progress" -msgstr "進行中の要求を処理しています" - msgid "" "Property 'guest-stats-polling-interval' not found on memory balloon driver." msgstr "" @@ -7780,14 +7617,6 @@ msgstr "%d スナップショットが存在する間は定義解除を拒否さ msgid "Refusing to undefine while domain managed save image exists" msgstr "ドメインの管理保存イメージが存在する間は定義解除が拒否されます" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "レジストリ値 '%s\\%s' は予期しない形式です" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "レジストリ値 '%s\\%s' は短すぎます" - #, c-format msgid "Remote command terminated with non-zero code: %d" msgstr "リモートコマンドが 0 以外のコードで終了しました: %d" @@ -7820,12 +7649,6 @@ msgstr "状態保存ファイルと関連づけられたドメインの XML を msgid "Reply message incorrect" msgstr "応答メッセージが不正です" -msgid "Request canceled" -msgstr "要求が取り消されました" - -msgid "Request not canceled" -msgstr "要求が取り消されていません" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "" @@ -8197,9 +8020,6 @@ msgstr "ファイルディスクリプターの送信はこのソケットにお msgid "Serial port index %d out of [0..3] range" msgstr "シリアルポートのインデックス %d が [0..3] の範囲にありません" -msgid "Servname not supported for ai_socktype" -msgstr "Servname は ai_socktype に対してサポートされません" - msgid "Set a secret value." msgstr "シークレット値を設定します。" @@ -8502,9 +8322,6 @@ msgstr "ストレージボリュームが見つかりません" msgid "Storage volume not found: %s" msgstr "ストレージボリュームが見つかりません: %s " -msgid "StoragePool name already exists." -msgstr "ストレージプール名がすでに存在します" - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "" @@ -8558,9 +8375,6 @@ msgstr "" "ゲストエージェントが設定され、ゲスト OS において実行されている必要がありま" "す)。" -msgid "System error" -msgstr "システムエラー" - msgid "System is in use" msgstr "システムは使用中です" @@ -8959,9 +8773,6 @@ msgstr "ターゲットのビデオカードの VRAM %u がソースの %u と msgid "Target watchdog model %s does not match source %s" msgstr "ターゲットの watchdog モデル %s がソースの %s と一致しません" -msgid "Temporary failure in name resolution" -msgstr "名前解決において一時的なエラーが発生しました" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -9267,10 +9078,6 @@ msgstr "" " 'quit' 終了\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "" -"UNIX ドメインソケットはこのプラットフォームにおいてサポートされていません" - msgid "UNIX sockets are not supported on this platform" msgstr "UNIX ソケットはこのプラットフォームにおいてサポートされていません" @@ -9334,9 +9141,6 @@ msgstr "'%s' に対するストリームにアクセスできません" msgid "Unable to acquire lock on '%s'" msgstr "'%s' のロック状態を検知できません" -msgid "Unable to add LPAR to the table" -msgstr "LPAR を表に追加できません" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "ブリッジ %s ポート %s を追加できません" @@ -9344,10 +9148,6 @@ msgstr "ブリッジ %s ポート %s を追加できません" msgid "Unable to add epoll fd" msgstr "epoll ファイルディスクリプターを追加できません" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "ハンドル %d をイベントループに追加できません" - #, c-format msgid "Unable to add lockspace %s" msgstr "ロック空間 %s を追加できません" @@ -9479,21 +9279,9 @@ msgstr "JSON フォーマッターを作成できません" msgid "Unable to create JSON parser" msgstr "JSON パーサーを作成できません" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "LPAR を作成できません。理由: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "ストレージプールを作成できません: %s" - msgid "Unable to create TAP devices on this platform" msgstr "このプラットフォームにおいて TAP デバイスを作成できません" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "ボリュームを作成できません: %s" - msgid "Unable to create blkid library handle" msgstr "blkid ライブラリーハンドルを作成できません" @@ -9530,15 +9318,6 @@ msgstr "" msgid "Unable to create migration thread" msgstr "マイグレーションのスレッドを作成できません" -msgid "Unable to create new virtual adapter" -msgstr "新規仮想アダプターを作成できません" - -msgid "Unable to create pipe" -msgstr "パイプを作成できません" - -msgid "Unable to create signal pipe" -msgstr "シグナルのパイプを作成できません" - msgid "Unable to create socket" msgstr "ソケットを作成できません" @@ -9582,62 +9361,13 @@ msgstr "ロック空間のリソース %s を削除できません" msgid "Unable to delete port %s from OVS" msgstr "ポート %s を OVS から削除できません" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "ストレージプールを削除できません: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "%s のファイルシステムを検知できません" -msgid "Unable to determine config directory" -msgstr "設定ディレクトリーを決定できません" - -msgid "Unable to determine domain's CPU." -msgstr "ドメインの CPU を決定できません" - -msgid "Unable to determine domain's max memory." -msgstr "ドメインの最大メモリーを決定できません" - -msgid "Unable to determine domain's memory." -msgstr "ドメインのメモリーを決定できません" - -msgid "Unable to determine domain's name." -msgstr "ドメインの名前を決定できません" - -msgid "Unable to determine home directory" -msgstr "ホームディレクトリーを決定できません" - msgid "Unable to determine mount table on this platform" msgstr "このプラットフォームのマウントテーブルがわかりません" -msgid "Unable to determine number of domains." -msgstr "ドメインの数を決定できません" - -msgid "Unable to determine storage pool's name." -msgstr "ストレージプールの名前を決定できません。" - -msgid "Unable to determine storage pool's uuid." -msgstr "ストレージプールの UUID を決定できません" - -msgid "Unable to determine storage pools's size." -msgstr "ストレージプールの容量を決定できません。" - -msgid "Unable to determine storage pools's source adapter." -msgstr "ストレージプールのソースアダプターを決定できません。" - -msgid "Unable to determine storage sp's name." -msgstr "ストレージ SP の名前を決定できません" - -msgid "Unable to determine storage sp's uuid." -msgstr "ストレージ SP の UUID を決定できません" - -msgid "Unable to determine storage sps's size." -msgstr "ストレージ SPS の容量を決定できません" - -msgid "Unable to determine storage sps's source adapter." -msgstr "ストレージ SPS のソースアダプターを決定できません" - msgid "Unable to disable nagle algorithm" msgstr "nagle アルゴリズムを無効化できません" @@ -9717,9 +9447,6 @@ msgstr "時刻をフォーマットできません" msgid "Unable to generate diffie-hellman parameters: %s" msgstr "Diffie-Hellman のパラメーターを生成できませんでした: %s" -msgid "Unable to generate random uuid." -msgstr "ランダムな UUID を生成できません" - #, c-format msgid "Unable to get DBus session bus connection: %s" msgstr "DBus セッションのバス接続を取得できません: %s" @@ -9744,12 +9471,6 @@ msgstr "このプラットフォームにおいて %s における STP 遅延を msgid "Unable to get STP on %s on this platform" msgstr "このプラットフォームにおいて %s における STP を取得できません" -msgid "Unable to get VIOS name" -msgstr "VIOS 名を取得できません" - -msgid "Unable to get VIOS profile name." -msgstr "VIOS プロファイル名を取得できません" - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "インターフェース %s の VLAN を取得できません" @@ -9786,9 +9507,6 @@ msgstr "ドメインの状態が得られません" msgid "Unable to get free loop device via ioctl" msgstr "ioctl 経由で空き loop デバイスを取得できません" -msgid "Unable to get free slot number" -msgstr "空いているスロット番号を取得できません" - #, c-format msgid "Unable to get index for interface %s" msgstr "インターフェース %s のインデックスを取得できません" @@ -9923,9 +9641,6 @@ msgstr "SELinux プロセスコンテキストを参照できません" msgid "Unable to make TAP device non-persistent" msgstr "TAP デバイスを非永続化できません" -msgid "Unable to make pipe" -msgstr "パイプを作成できません" - msgid "Unable to mark loop device as autoclear" msgstr "loop デバイスを自動削除として印をつけられません" @@ -9979,10 +9694,6 @@ msgstr "ファイルシステム %s を開けません" msgid "Unable to open log file %s" msgstr "ログファイル %s を開けません" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "モニターパス %s を開くことができません" - #, c-format msgid "Unable to open resource %s" msgstr "リソース %s を開けません" @@ -10038,9 +9749,6 @@ msgstr "クォータを構文解析できません" msgid "Unable to parse string parameter" msgstr "文字列パラメーターを構文解析できません" -msgid "Unable to poll on file handles" -msgstr "ファイルハンドルにおいてポーリングできません" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "キャラクターデバイスファイル '%s' を事前作成できません" @@ -10049,9 +9757,6 @@ msgstr "キャラクターデバイスファイル '%s' を事前作成できま msgid "Unable to process file with flags %d" msgstr "フラグ %d を持つファイルを処理できません" -msgid "Unable to put monitor into non-blocking mode" -msgstr "モニターを non-blocking モードにできません" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "証明書 %s の基本制限 %s を問い合わせできません" @@ -10283,9 +9988,6 @@ msgstr "X.509 証明書の失効リストを設定できません: %s: %s" msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "X.509 のキーと証明書を設定できません: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "開始パイプを設定できません" - #, c-format msgid "Unable to split FD list '%s'" msgstr "ファイル記述子の一覧 '%s' を分割できません" @@ -10325,9 +10027,6 @@ msgstr "サーバー証明書 %s を CA 証明書 %s に対して検証できま msgid "Unable to wait for child process" msgstr "子プロセスに対して待機できません" -msgid "Unable to wait on agent monitor condition" -msgstr "エージェントのモニター条件を待機できません" - msgid "Unable to wait on epoll" msgstr "epoll を待てません" @@ -10347,9 +10046,6 @@ msgstr "ホストコンソール PTY を監視できません" msgid "Unable to write %s" msgstr "%s を書き込めません" -msgid "Unable to write information to local file." -msgstr "情報をローカルファイルに書き込みできません" - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "pid ファイル '%s/%s.pid' の書き込みができません" @@ -10489,12 +10185,6 @@ msgstr "機能 '%s' の予期しない状態" msgid "Unexpected volume path format: %s" msgstr "予期しないボリュームパス形式: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "" -"処理できないイベント %d がモニターファイルディスクリプター %d に対してありま" -"した" - msgid "Unknown" msgstr "不明" @@ -11081,9 +10771,6 @@ msgstr "XML ノードがテキストを含んでいません、xsd:dateTime 値 msgid "XPath evaluation of response for call to '%s' failed" msgstr "'%s' への呼び出しに対する応答の XPath 評価が失敗しました" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "可能である最大よりも大きな CPU 数を設定しようとしています。" - msgid "You must map the root user of container" msgstr "コンテナーの root ユーザーを対応付ける必要があります" @@ -11198,12 +10885,6 @@ msgstr "復帰後、一時停止状態への変更" msgid "after reverting, change state to running" msgstr "復帰後、実行状態への変更" -msgid "ai_family not supported" -msgstr "ai_family はサポートされません" - -msgid "ai_socktype not supported" -msgstr "ai_socktype はサポートされません" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "スパースにせず、新しい容量を割り当てる" @@ -11776,9 +11457,6 @@ msgstr "libxenlight のロガーを作成できません。ドライバーを無 msgid "cannot create path '%s'" msgstr "パス '%s' を作成できません" -msgid "cannot create pipe" -msgstr "パイプを作成できません" - msgid "cannot create pipe for tunnelled migration" msgstr "トンネルマイグレーションのパイプを" @@ -11927,10 +11605,6 @@ msgstr "macvtap タップにおいて機能フラグを取得できません" msgid "cannot get file context of '%s'" msgstr "%s のファイルコンテキストを取得できません" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "'%s' のグループ一覧を取得できません" - msgid "cannot get host CPU capabilities" msgstr "ホスト CPU ケイパビリティを取得できません" @@ -12974,10 +12648,6 @@ msgstr "Xen ハイパーバイザーエントリーを使用できませんで msgid "could not use Xen hypervisor entry %s" msgstr "Xen ハイパーバイザーエントリー %s を使用できませんでした" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "PID ファイル %s (%d) を書き込みできませんでした" - #, c-format msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" msgstr "netlink 応答に VF %d 向け IFLA_VF_INFO を見つけられませんでした" @@ -13591,9 +13261,6 @@ msgstr "ドメインのディスプレイ接続 URI" msgid "domain event %d not registered" msgstr "ドメインイベント %d が登録されていません" -msgid "domain has assigned non-USB host devices" -msgstr "ドメインに割り当てられた非 USB ホストデバイスがあります" - msgid "domain has no snapshots" msgstr "ドメインはスナップショットがありません" @@ -14124,9 +13791,6 @@ msgstr "SASL データのデコードに失敗しました: %d (%s)" msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "インターフェース %s の削除(停止)に失敗しました: %s%s%s" -msgid "failed to determine host name" -msgstr "ホスト名の決定に失敗しました" - msgid "failed to enable IP forwarding" msgstr "IP ホワーディングを有効にするのに失敗" @@ -14494,9 +14158,6 @@ msgstr "SSH ホスト鍵の検証に失敗しました: %s" msgid "failed to wait on condition" msgstr "条件の待機に失敗しました" -msgid "failed to wake up polling thread" -msgstr "スレッドのポーリングの起動に失敗しました" - msgid "failed to wakeup migration tunnel" msgstr "マイグレーショントンネルの起動に失敗しました" @@ -14738,9 +14399,6 @@ msgstr "実行中のドメインから値の取得・設定" msgid "get/set value to be used on next boot" msgstr "次回起動時に使用される値の取得・設定" -msgid "getting time of day" -msgstr "現在の時刻を取得中" - msgid "given uuid does not match XML uuid" msgstr "与えられた UUID が XML の UUID と一致しませんでした" @@ -16882,10 +16540,6 @@ msgstr "'%s' に対してデバイスのケイパビリティがありません" msgid "no device found with alias %s" msgstr "エイリアス %s を持つディスクが見つかりません" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "%s のディスクフォーマットがなく、かつプローブが無効です" - #, c-format msgid "no disk named '%s'" msgstr "'%s' という名前のディスクがありません" @@ -17468,9 +17122,6 @@ msgstr "サスペンドしました" msgid "poll failed in migration tunnel" msgstr "マイグレーショントンネルにおいてポーリングが失敗しました" -msgid "poll on socket failed" -msgstr "ソケット上の投票のは失敗しました" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "プール '%s' はすでに UUID %s を持って定義されています" @@ -17598,10 +17249,6 @@ msgstr "マイグレーションのために適切な XML を提供します" msgid "ps2 bus does not support %s input device" msgstr "ps2 バスは %s 入力デバイスをサポートしません" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: カレントディレクトリーを取得できません: %s" - msgid "qemu does not support SGA" msgstr "QEMU は SGA をサポートしません" @@ -17609,12 +17256,6 @@ msgstr "QEMU は SGA をサポートしません" msgid "qemu emulator '%s' does not support xen" msgstr "QEMU エミュレーター '%s' が Xen をサポートしません" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "" -"QEMU が unix ソケットモニターを使用していません、ファイル記述子 %s を送信でき" -"ません" - msgid "qemu state driver is not active" msgstr "QEMU 状態ドライバーが活動中ではありません" @@ -17700,9 +17341,6 @@ msgstr "秒あたりの読み込み I/O 回数制限" msgid "read error on pipe" msgstr "パイプにおいて読み込みエラー" -msgid "read on wakeup fd failed" -msgstr "起動ファイル記述子において読み込みに失敗しました" - msgid "read-only connection" msgstr "読み込み専用の接続" @@ -18632,9 +18270,6 @@ msgstr "この QEMU は rng-random バックエンドをサポートしません msgid "this storage volume exists already" msgstr "このストレージボリュームはすでに存在します" -msgid "time_t overflow" -msgstr "time_t オーバーフロー" - msgid "timeout must be positive" msgstr "タイムアウトは正の数である必要があります" @@ -18811,10 +18446,6 @@ msgstr "'%s:%s' にあるサーバーに接続できません" msgid "unable to create hugepage path %s" msgstr "hugepage パス %s を作成できません" -#, c-format -msgid "unable to create pipe for %s" -msgstr "%s のパイプを作成できません" - #, c-format msgid "unable to create rundir %s: %s" msgstr "実行ディレクトリー %s を作成できません: %s" @@ -18903,12 +18534,6 @@ msgstr "VirtualBox ドライバー API の初期化ができません" msgid "unable to load knownhosts file '%s': %s" msgstr "known hosts ファイル '%s' を読み込めません: %s" -msgid "unable to make pipe" -msgstr "パイプを作成できません" - -msgid "unable to open pipe" -msgstr "パイプを開けません" - msgid "unable to open stream" msgstr "ストリームを開けません" @@ -18955,10 +18580,6 @@ msgstr "サーバー証明書 %s を読み込めません" msgid "unable to read vmware log file" msgstr "VMware ログファイルを" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "ブリッジ %s にポートを追加することにより、以前の状態を復元できません" - msgid "unable to register monitor events" msgstr "モニターイベントを登録できません" @@ -19031,9 +18652,6 @@ msgstr "プロセス %lld を待ち合わせできません" msgid "unable to wait on console condition" msgstr "コンソールの条件を待てません" -msgid "unable to wait on libssh2 socket" -msgstr "libssh2 ソケットを待機できません" - #, c-format msgid "unable to write data to '%s'" msgstr "'%s' にデータを書き込めません" @@ -20044,10 +19662,6 @@ msgstr "デバイスの構築でサポートされないディスクバス '%s'" msgid "unsupported disk type %s" msgstr "サポートされないディスク形式 %s です" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "サポートのないディスクタイプ '%s'" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "ディスク '%s' 用のドライバー名 '%s' にはサポートがありません" @@ -20285,9 +19899,6 @@ msgstr "セキュアフラグのある virDomainGetXMLDesc" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "secure フラグのある virDomainSnapshotGetXMLDesc" -msgid "virExec is not implemented for WIN32" -msgstr "virExec は WIN32 に対して実装されていません" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "virFileOpenAs は WIN32 に対して実装されていません" @@ -20300,12 +19911,6 @@ msgstr "virGetGroupID が利用できません" msgid "virGetGroupName is not available" msgstr "virGetGroupName が利用できません" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory が利用可能ではありません" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory が利用可能ではありません" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory が利用できません" @@ -20315,9 +19920,6 @@ msgstr "virGetUserID が利用できません" msgid "virGetUserName is not available" msgstr "virGetUserName が利用できません" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory が利用可能ではありません" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat が NULL 定義です" @@ -20364,9 +19966,6 @@ msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "" "virNWFilterSnoopReqNew が無効なキー \"%s\" (%zu) とともに呼び出されました" -msgid "virRun is not implemented for WIN32" -msgstr "virRun は WIN32 に対して実装されていません" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID が利用できません" @@ -20569,10 +20168,6 @@ msgstr "XML 修正はサポートされません" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime 値 '%s' が予期しない形式です" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime 値 '%s' が宛先に対して長すぎます" - msgid "y - yes, start editor again" msgstr "y - はい、再びエディターを起動します" diff --git a/po/kn.mini.po b/po/kn.mini.po index bf462f6387..8d6f71f915 100644 --- a/po/kn.mini.po +++ b/po/kn.mini.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-27 07:08+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/libvirt/language/" @@ -384,10 +384,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s' controller cannot be hot plugged." msgstr "'%s' ನಿಯಂತ್ರಕವನ್ನು ಹಾಟ್ ಪ್ಲಗ್ ಮಾಡಲಾಗಿಲ್ಲ." @@ -656,19 +652,12 @@ msgstr "ಈ ಡೊಮೇನ್ಗಾಗಿ ಸಕ್ರಿಯ ಕನ್ಸೋ msgid "Active:" msgstr "ಸಕ್ರಿಯ:" -msgid "Address family for hostname not supported" -msgstr "ಆತಿಥೇಯಗಣಕಕ್ಕಾಗಿ ವಿಳಾಸ ಕುಟುಂಬವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" - #, c-format msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "" "ಕೋರ್ ಅನ್ನು ಡಂಪ್ ಮಾಡಿದ ನಂತರ, libxenlight ನೊಂದಿಗೆ '%d' ಡೊಮೇನ್ ಅನ್ನು ಮರಳಿ ಆರಂಭಿಸಲು " "ವಿಫಲಗೊಂಡಿದೆ" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "ಮಧ್ಯವರ್ತಿ ಮಾರ್ಗ %s ಗುರಿಗೆ ಬಹಳ ದೊಡ್ಡದಾಗಿದೆ" - msgid "All identities provided by the SSH Agent were rejected" msgstr "SSH ಮಧ್ಯವರ್ತಿಯಿಂದ ಒದಗಿಸಲಾದ ಎಲ್ಲಾ ಗುರುತುಗಳನ್ನು ತಿರಸ್ಕರಿಸಲಾಗಿದೆ" @@ -679,9 +668,6 @@ msgstr "" "ರುಜುವಾತುಗಳೊಂದಿಗೆ ಒದಗಿಸಲಾದ ಎಲ್ಲಾ ದೃಢೀಕರಣ ವಿಧಾನಗಳನ್ನು ಪೂರೈಕೆಗಣಕದಿಂದ " "ತಿರಸ್ಕರಿಸಲಾಗಿದೆ" -msgid "All requests done" -msgstr "ಎಲ್ಲಾ ಮನವಿಗಳು ಪೂರ್ಣಗೊಂಡಿದೆ" - msgid "Allocation" msgstr "ನಿಯೋಜನೆ" @@ -705,9 +691,6 @@ msgstr "ಒಂದು ಮುಚ್ಚುವ ಕಾಲ್ಬ್ಯಾಕ್ ಅ msgid "AnyType is missing 'type' property" msgstr "AnyType ಎನ್ನುವುದರಲ್ಲಿ 'ಬಗೆ' ಗುಣವು ಕಾಣಿಸುತ್ತಿಲ್ಲ" -msgid "Argument buffer too small" -msgstr "ಆರ್ಗ್ಯುಮೆಂಟ್ ಬಫರ್ ಬಹಳ ಚಿಕ್ಕದಾಗಿದೆ" - msgid "Arguments must be non null" msgstr "ಆರ್ಗ್ಯುಮೆಂಟ್ಗಳು ಶೂನ್ಯವಾಗಿರಬಾರದು" @@ -759,9 +742,6 @@ msgstr "NAT '%s' ಗೆ ಪ್ರಯತ್ನಿಸಲಾಗಿದೆ. NAT ಅ msgid "Attribute mode is only allowed for guest CPU" msgstr "ಗುಣವಿಶೇಷದ ಕ್ರಮವನ್ನು ಕೇವಲ ಅತಿಥಿ CPU ಗಳಿಗಾಗಿ ಮಾತ್ರ ಅನುಮತಿ ಇದೆ" -msgid "Authentication failed" -msgstr "ದೃಢೀಕರಣವು ವಿಫಲಗೊಂಡಿದೆ" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -803,9 +783,6 @@ msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "" "'%s' <forward> ನಲ್ಲಿನ <nat> ನಲ್ಲಿ ತಪ್ಪು ipv4 ಆರಂಭದ ವಿಳಾಸ ('%s' ಜಾಲಬಂಧದಲ್ಲಿ)" -msgid "Bad value for ai_flags" -msgstr "ai_flags ಗಾಗಿ ತಪ್ಪು ಮೌಲ್ಯ" - msgid "Bad value for nativeMode" msgstr "nativeMode ಗಾಗಿ ತಪ್ಪು ಮೌಲ್ಯ" @@ -1085,18 +1062,12 @@ msgstr "pid ಕಡತ ಮಾರ್ಗವನ್ನು ನಿರ್ಧರಿಸಲ msgid "Can't determine socket paths" msgstr "ಸಾಕೆಟ್ ಮಾರ್ಗಗಳನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -msgid "Can't determine user directory" -msgstr "ಬಳಕೆದಾರಕೋಶವನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - msgid "Can't find prlctl command in the PATH env" msgstr "PATH env ಯಲ್ಲಿ prlctl ಆದೇಶವು ಕಂಡುಬಂದಿಲ್ಲ" msgid "Can't initialize access manager" msgstr "ನಿಲುಕು ವ್ಯವಸ್ಥಾಪಕವನ್ನು ಆರಂಭಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -msgid "Can't initialize logging" -msgstr "ಲಾಗಿಂಗ್ ಅನ್ನು ಆರಂಭಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - #, c-format msgid "Can't load config file: %s: %s" msgstr "ಸಂರಚನೆ ಲೋಡ್ ಅನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s: %s" @@ -1210,9 +1181,6 @@ msgstr "'%s' ಕಡತವನ್ನು ಅಳಿಸಲು ಸಾಧ್ಯವಾ msgid "Cannot determine balloon device path" msgstr "ಬಲೂನ್ ಸಾಧನ ಮಾರ್ಗವನ್ನು ನಿರ್ಧರಿಸಲಾಗಿಲ್ಲ" -msgid "Cannot determine free memory" -msgstr "ಮುಕ್ತವಾಗಿರುವ ಮೆಮೊರಿಯನ್ನು ಪತ್ತೆ ನಿರ್ಧರಿಸಲಾಗಿಲ್ಲ" - msgid "Cannot determine system clock HZ" msgstr "ವ್ಯವಸ್ಥೆಯ ಗಡಿಯಾರ HZ ಅನ್ನು ನಿರ್ಧರಿಸಲಾಗಿಲ್ಲ" @@ -1406,10 +1374,6 @@ msgstr "ನಿಯಂತ್ರಕ ಸೂಚಿ %s ಅನ್ನು ಪಾರ್ಸ msgid "Cannot parse mode string" msgstr "ಮೋಡ್ ವಾಕ್ಯಾಂಶವನ್ನು ಪಾರ್ಸ್ ಮಾಡಲಾಗಿಲ್ಲ" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "'%s' ಸಂಖ್ಯೆಯನ್ನು ಪಾರ್ಸ್ ಮಾಡಲಾಗಿಲ್ಲ" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "ಸಾಕೆಟ್ ವಿಳಾಸ '%s' ಅನ್ನು ಪಾರ್ಸ್ ಮಾಡಲಾಗಿಲ್ಲ: %s" @@ -1591,9 +1555,6 @@ msgstr "ದತ್ತಾಂಶವನ್ನು ಬರೆಯಲಾಗಲಿಲ್ msgid "Capacity" msgstr "ಸಾಮರ್ಥ್ಯ" -msgid "Capacity cannot be empty." -msgstr "ಸಾಮರ್ಥ್ಯವು ಖಾಲಿ ಇರುವಂತಿಲ್ಲ." - msgid "Capacity:" msgstr "ಸಾಮರ್ಥ್ಯ:" @@ -1861,10 +1822,6 @@ msgstr "ಮೆಮೊರಿ ನಿಯತಾಂಕಗಳನ್ನು ಬದಲಾ msgid "Could not change scheduler parameters: %s" msgstr "ಅನುಸೂಚಕ (ಶೆಡ್ಯೂಲರ್) ನಿಯತಾಂಕಗಳನ್ನು ಬದಲಾಯಿಸಲಾಗಿಲ್ಲ: %s" -#, c-format -msgid "Could not close %s" -msgstr "%s ಕಡತವನ್ನು ಮುಚ್ಚಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - msgid "Could not configure network" msgstr "ಜಾಲಬಂಧವನ್ನು ಸಂರಚಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ" @@ -1885,14 +1842,6 @@ msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಸಂರಚನೆಯನ್ನು msgid "Could not copy volume: %s" msgstr "ಪರಿಮಾಣವನ್ನು ಪ್ರತಿ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "ಸೆಶನ್ ಉದಾಹರಣೆಯನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "VirtualBox ಉದಾಹರಣೆಯನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ, rc = 0x%08x" - msgid "Could not create filter" msgstr "ಫಿಲ್ಟರನ್ನು ನಿರ್ಮಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -1929,9 +1878,6 @@ msgstr "ಪುಲ್ ಪ್ರತಿಕ್ರಿಯೆ ಅಂಶವನ್ನು msgid "Could not destroy domain: %s" msgstr "ಡೊಮೇನ್ ಅನ್ನು ನಾಶಪಡಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s " -msgid "Could not determine home directory" -msgstr "ನೆಲೆಕೋಶವನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "%s ವಾಕ್ಯಾಂಶದಿಂದ ಕರ್ನಲ್ ಆವೃತ್ತಿಯನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -2298,10 +2244,6 @@ msgstr "'bonding/use_carrier' '%s' ಅನ್ನು '%s' ಗಾಗಿ ಪಾರ msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "'bonding/stp_state' '%s' ಅನ್ನು '%s' ಗಾಗಿ ಪಾರ್ಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "'%s' ಇಂದ IID ಯನ್ನು ಪಾರ್ಸ್ ಮಾಡಲಾಗಿಲ್ಲ, rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "MTU ಮೌಲ್ಯ '%s' ಅನ್ನು ಪಾರ್ಸ್ ಮಾಡಲಾಗಿಲ್ಲ" @@ -2346,14 +2288,6 @@ msgstr "usb ಕಡತ %s ಅನ್ನು ಪಾರ್ಸ್ ಮಾಡಲು ಸ msgid "Could not parse valid disk index from '%s'" msgstr "'%s' ಇಂದ ಮಾನ್ಯವಾದ ಡಿಸ್ಕ್ ಸೂಚಿಯನ್ನು ಪಾರ್ಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "ಆವೃತ್ತಿಯ ಸಂಖ್ಯೆಯನ್ನು '%s' ಇಂದ ಪಾರ್ಸ್ ಮಾಡಲಾಗಿಲ್ಲ" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "ರಿಜಿಸ್ಟ್ರಿ ಮೌಲ್ಯ '%s\\%s' ಅನ್ನು ಮನವಿ ಮಾಡಲಾಗಿಲ್ಲ" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "'%s'ಅನ್ನು ಕಂಟೈನರ್ %d ಗಾಗಿನ ಸಂರಚನೆಯಿಂದ ಓದಲಾಗಿಲ್ಲ" @@ -2508,9 +2442,6 @@ msgstr "ಡಿಸ್ಕ್ ವಿಳಾಸವನ್ನು ಪರಿಶೀಲಿ msgid "Could not wipe volume: %s" msgstr "ಪರಿಮಾಣವನ್ನು ಒರೆಸಿಹಾಕಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" -msgid "Could not write to stream" -msgstr "ಸ್ಟ್ರೀಮ್ಗೆ ಬರೆಯಲಾಗಿಲ್ಲ" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "'%s' ಸಾಧನಕ್ಕಾಗಿ '%s' ಮಾರ್ಗದಲ್ಲಿ ಲಾಕ್ ಕಡತವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -2949,9 +2880,6 @@ msgstr "" "ಡೊಮೈನ್ XML ಯಾವುದೆ ಕಡತ-ಆಧರಿತವಾದ ಹಾರ್ಡುಡಿಸ್ಕುಗಳನ್ನು ಹೊಂದಿಲ್ಲ, ದತ್ತಶೇಖರಣೆಯನ್ನು ಮತ್ತು " "VMX ಕಡತಕ್ಕಾಗಿ ಮಾರ್ಗವನ್ನು ತರ್ಕಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -msgid "Domain XML must contain at least one <disk> element." -msgstr "ಡೊಮೇನ್ XML ಕನಿಷ್ಟವೆಂದರೂ ಒಂದು <disk> ಘಟಕವನ್ನು ಹೊಂದಿರಬೇಕು." - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "ಡೊಮೇನ್ ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ, ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ಡೊಮೇನ್ಗಳಿಗೆ ಇನ್ನೂ ಸಹ ಬೆಂಬಲವಿಲ್ಲ" @@ -3180,12 +3108,6 @@ msgstr "ದೋಷ ಸೂಚನಾ ಕಾಲ್ಬ್ಯಾಕ್ ಅನ್ನ msgid "Error opening file %s" msgstr "ಕಡತ %sವನ್ನು ತೆಗೆಯುವಾಗ ದೋಷ" -msgid "Error parsing 'path'. Invalid characters." -msgstr "'ಮಾರ್ಗ'ವನ್ನು ಪಾರ್ಸ್ ಮಾಡುವಲ್ಲಿ ದೋಷ. ಅಮಾನ್ಯವಾದ ಅಕ್ಷರಗಳಿವೆ." - -msgid "Error parsing volume XML." -msgstr "ಪರಿಮಾಣ XML ಅನ್ನು ಪಾರ್ಸ್ ಮಾಡುವಲ್ಲಿ ದೋಷ." - #, c-format msgid "Error reading secret: %s" msgstr "ಸೀಕ್ರೆಟ್ ಅನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s" @@ -3197,13 +3119,6 @@ msgstr "ಫೈರ್ವಾಲ್ ಅನ್ನು ನಿರ್ಮಿಸುವಲ msgid "Error while building firewall: %s" msgstr "ಫೈರ್ವಾಲ್ ಅನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ದೋಷ: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "%s ವಿಳಾಸ ಮಾಹಿತಿಯನ್ನು ಪಡೆಯುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ" - -msgid "Error while opening SSH session." -msgstr "SSH ಅಧಿವೇಶನವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ." - msgid "Error while processing command's IO" msgstr "ಆದೇಶದ IO ಅನ್ನು ಸಂಸ್ಕರಿಸುವಾಗ ದೋಷ" @@ -3216,10 +3131,6 @@ msgstr "/proc/cgroups ಅನ್ನು ಓದುವಲ್ಲಿ ದೋಷ ಉಂ msgid "Error while reading the domain name" msgstr "ಡೊಮೇನ್ ಹೆಸರನ್ನು ಓದುವಾಗ ದೋಷ ಕಂಡುಬಂದಿದೆ" -#, c-format -msgid "Escape character is %s\n" -msgstr "ಎಸ್ಕೇಪ್ ಅಕ್ಷರವು %s ಆಗಿದೆ\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "ಎತರ್ನೆಟ್ ನಿಯಂತ್ರಕ ಸೂಚಿ %d ವ್ಯಾಪ್ತಿಯ [0..3] ಹೊರಗಿದೆ" @@ -3596,10 +3507,6 @@ msgstr "ವೃಕ್ಷ ರೂಪದ ಪಟ್ಟಿಯನ್ನು ಪೂರ್ msgid "Failed to connect socket to '%s'" msgstr "ಸಾಕೆಟ್ ಅನ್ನು '%s' ನೊಂದಿಗೆ ಸಂಪರ್ಕ ಹೊಂದಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" -#, c-format -msgid "Failed to connect to %s" -msgstr "%s ನೊಂದಿಗೆ ಸಂಪರ್ಕ ಹೊಂದುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "libvirt URI %s ನಲ್ಲಿ ಸಂಪರ್ಕ ಹೊಂದುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ: %s" @@ -3697,9 +3604,6 @@ msgstr "%s ಇಂದ ಜಾಲಬಂಧವನ್ನು ನಿರ್ಮಿಸು msgid "Failed to create node device from %s" msgstr "%s ದಿಂದ ನೋಡ್ ಸಾಧನವನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" -msgid "Failed to create pipe" -msgstr "ಪೈಪ್ ಅನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" - #, c-format msgid "Failed to create pool %s" msgstr "%s ಪೂಲ್ ಅನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" @@ -4396,10 +4300,6 @@ msgstr "%s ಕ್ಕಾಗಿ ಸಂರಚನಾ ಸ್ಥಳವನ್ನು ಓ msgid "Failed to read file '%s'" msgstr "'%s' ಅನ್ನು ಓದುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" -#, c-format -msgid "Failed to read from %s" -msgstr "'%s' ಇಂದ ಓದುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" - msgid "Failed to read from signal pipe" msgstr "ಸಿಗ್ನಲ್ ಪೈಪ್ನಿಂದ ಓದುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" @@ -4837,9 +4737,6 @@ msgstr "ವಿಫಲಗೊಂಡಿದೆ." msgid "Failure action %s is not supported by sanlock" msgstr "%s ಎಂಬ ವಿಫಲ ಕ್ರಿಯೆಗೆ ಸ್ಯಾನ್ಲಾಕ್ನಿಂದ ಬೆಂಬಲವಿಲ್ಲ" -msgid "Failure establishing SSH session." -msgstr "SSH ಅಧಿವೇಶನವನ್ನು ಸಾಧಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ." - msgid "Failure to mask address" msgstr "ವಿಳಾಸವನ್ನು ಮಾಸ್ಕ್ ಮಾಡಲು ವಿಫಲತೆ" @@ -4855,9 +4752,6 @@ msgstr "" msgid "Feature %s required by CPU model %s not found" msgstr "ಅಗತ್ಯವಾದ %s ಎಂಬ ಸವಲತ್ತು %s ಎಂಬ CPU ಮಾದರಿಯಲ್ಲಿ ಕಂಡುಬಂದಿಲ್ಲ" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "ಡೊಮೇನ್ XML ಕಡತದಲ್ಲಿನ <disk> ನ ಅಡಿಯಲ್ಲಿರುವ <src> ಸ್ಥಳವು ಕಾಣಿಸುತ್ತಿಲ್ಲ." - msgid "Field kernel memory too long for destination" msgstr "ಕ್ಷೇತ್ರ ಕರ್ನಲ್ ಮೆಮೊರಿ ಗುರಿಗೆ ಬಹಳ ಉದ್ದವಾಗಿದೆ" @@ -4978,9 +4872,6 @@ msgstr "GET ಕಾರ್ಯಾಚರಣೆಯು ವಿಫಲಗೊಂಡಿದ msgid "GNUTLS call error" msgstr "GNUTLS ಕರೆ ದೋಷ" -msgid "GNUTLS support not available in this build" -msgstr "ಈ ನಿರ್ಮಾಣದಲ್ಲಿ GNUTLS ಬೆಂಬಲವು ಲಭ್ಯವಿರುವುದಿಲ್ಲ" - msgid "Get block device size info for a domain." msgstr "ಒಂದು ಡೊಮೇನ್ಗೆ ಸಾಧನದ ಬ್ಲಾಕ್ ಅಂಕಿಅಂಶಗಳನ್ನು (block stats) ಪಡೆದುಕೊ" @@ -5393,9 +5284,6 @@ msgstr "" "ಸಂಪರ್ಕಸಾಧನದ ಬಗೆ hostdev ಅನ್ನು ಪ್ರಸಕ್ತ SR-IOV ವರ್ಚುವಲ್ ಫಂಕ್ಷನ್ಗಳಲ್ಲಿ ಮಾತ್ರ " "ಬೆಂಬಲಿಸಲಾಗುತ್ತದೆ" -msgid "Interrupted by a signal" -msgstr "ಒಂದು ಸಂಕೇತದಿಂದ ತಡೆಯುಂಟಾಗಿದೆ" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "vlan <tag> ಘಟಕದಲ್ಲಿ ಅಮಾನ್ಯವಾದ \"nativeMode='%s'\"" @@ -5866,9 +5754,6 @@ msgstr "ಖಾಸಗಿ devpts ಗೆ ಕರ್ನಲ್ ಬೆಂಬಲವನ msgid "Kernel doesn't support user namespace" msgstr "ಬಳಕೆದಾರ ನೇಮ್ಸ್ಪೇಸ್ ಅನ್ನು ಕರ್ನಲ್ ಬೆಂಬಲಿಸುವುದಿಲ್ಲ" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "ಕೀಲಿಯು ಖಾಲಿ ಇರಬೇಕು, ಪವರ್ ಹೈಪರ್ವೈಸರ್ ನಿಮಗಾಗಿ ಒಂದನ್ನು ರಚಿಸುತ್ತದೆ." - msgid "Key of the current session differs from the key at last login" msgstr "ಪ್ರಸಕ್ತ ಅಧಿವೇಶನದ ಕೀಲಿಯು ಕೊನೆಯ ಲಾಗಿನ್ನ ಕೀಲಿಗಿಂತ ಪ್ರತ್ಯೇಕವಾಗಿದೆ" @@ -5994,10 +5879,6 @@ msgstr "" "ತಪ್ಪಾದ 'uri_aliases' ಸಂರಚನಾ ನಮೂದು '%s', 'alias=uri://host/path' ಅನ್ನು " "ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "ತಪ್ಪಾದ TLS ವೈಟ್ಲಿಸ್ಟ್ ರೆಗ್ಯುಲರ್ ಎಕ್ಸಪ್ರೆಶನ್ '%s'" - #, c-format msgid "Malformed ctrl-alt-del setting '%s'" msgstr "ತಪ್ಪಾದ ctrl-alt-del ಸಿದ್ಧತೆ '%s'" @@ -6054,9 +5935,6 @@ msgstr "ಗರಿಷ್ಟ ಮೆಮೊರಿ:" msgid "Memory '%llu' must be less than %llu" msgstr "ಮೆಮೊರಿ '%llu' ಯು %llu ಗಿಂತ ಕಡಿಮೆಯದಾಗಿರಬೇಕು" -msgid "Memory allocation failure" -msgstr "ಮೆಮೊರಿ ನಿಯೋಜನೆ ವಿಫಲಗೊಂಡಿದೆ" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -6469,10 +6347,6 @@ msgstr "ಮಾದರಿ %s ಗುರಿಗೆ ಬಹಳ ದೊಡ್ಡದಾಗ msgid "Model name contains invalid characters" msgstr "ಮಾದರಿ ಹೆಸರು ಅಮಾನ್ಯವಾದ ಅಕ್ಷರಗಳನ್ನು ಹೊಂದಿದೆ" -msgid "Monitor does not support sending of file descriptors" -msgstr "" -"ಮೇಲ್ವಿಚಾರಕವು ಕಡತದ ವಿವರಣೆಗಾರಗಳನ್ನು (ಡಿಸ್ಕ್ರಿಪ್ಟರ್) ಕಳುಹಿಸುವುದನ್ನು ಬೆಂಬಲಿಸುವುದಿಲ್ಲ" - #, c-format msgid "Monitor path %s too big for destination" msgstr "ಮಾನಿಟರ್ ಮಾರ್ಗ %s ಗುರಿಗೆ ಬಹಳ ದೊಡ್ಡದಾಗಿದೆ" @@ -6568,9 +6442,6 @@ msgstr "ಹೆಸರು" msgid "Name of chain is longer than %u characters" msgstr "ಸರಣಿಯ ಹೆಸರು %u ಅಕ್ಷರಗಳಿಗಿಂತ ಉದ್ದವಾಗಿದೆ" -msgid "Name or service not known" -msgstr "ಹೆಸರು ಅಥವ ಸೇವೆಯು ತಿಳಿದಿಲ್ಲ" - msgid "Name:" msgstr "ಹೆಸರು:" @@ -6745,9 +6616,6 @@ msgstr "ಯಾವುದೆ PCI ಬಸ್ಗಳು ಲಭ್ಯವಿರುವ msgid "No active operation on device: %s" msgstr "ಸಾಧನದಲ್ಲಿ ಯಾವುದೆ ಸಕ್ರಿಯ ಕಾರ್ಯಾಚರಣೆಯು ಕಂಡುಬಂದಿಲ್ಲ: %s" -msgid "No address associated with hostname" -msgstr "ಆತಿಥೇಯ ಹೆಸರಿಗೆ ಸಂಬಂಧಿಸಿದಂತೆ ಯಾವುದೆ ವಿಳಾಸವಿಲ್ಲ" - #, c-format msgid "No args present for signature %s" msgstr "%s ಎಂಬ ಸಹಿಗಾಗಿ ಯಾವುದೆ args ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ" @@ -6917,9 +6785,6 @@ msgstr "" msgid "Non-empty feature list specified without CPU model" msgstr "CPU ಮಾದರಿಯನ್ನು ನಮೂದಿಸದೆ ಖಾಲಿ ಇರದ ಸವಲತ್ತಿನ ಪಟ್ಟಿಯನ್ನು ಸೂಚಿಸಲಾಗಿದೆ" -msgid "Non-recoverable failure in name resolution" -msgstr "ಹೆಸರನ್ನು ಪರಿಹರಿಸುವಲ್ಲಿ ಸರಿಪಡಿಸಲಾಗದ ವಿಫಲತೆ" - msgid "None" msgstr "ಯಾವುದೂ ಇಲ್ಲ" @@ -7004,12 +6869,6 @@ msgstr "ತೋರಿಸಲು ಕೇವಲ %d CPUಗಳು ಮಾತ್ರ ಇ msgid "Only '%s' filesystem type is supported" msgstr "ಕೇವಲ '%s' ಕಡತವ್ಯವಸ್ಥೆಯ ಬಗೆಗೆ ಮಾತ್ರ ಬೆಂಬಲವಿದೆ" -msgid "Only 'credit' scheduler is supported" -msgstr "ಕೇವಲ 'credit' ಅನುಸೂಚಕಕ್ಕೆ ಮಾತ್ರ ಬೆಂಬಲವಿದೆ" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "ಕೇವಲ 'scsi_host' ಅಡಾಪ್ಟರಿಗೆ ಮಾತ್ರ ಬೆಂಬಲವಿದೆ" - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "iptables ನೊಂದಿಗೆ ಕೇವಲ IPv4 ಅಥವ IPv6 ಅನ್ನು ಮಾತ್ರ ಬಳಸಬಹುದಾಗಿರುತ್ತದೆ" @@ -7181,9 +7040,6 @@ msgstr "" msgid "PCI device %s is not assignable" msgstr "PCI ಸಾಧನ %s ಅನ್ನು ನಿಯೋಜಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ" -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI ಆತಿಥೇಯ ಸಾಧನಗಳು 'pci' ವಿಳಾಸದ ಬಗೆಯವುಗಳಾಗಿರಬೇಕು" - msgid "POST operation failed" msgstr "POST ಕಾರ್ಯಾಚರಣೆಯು ವಿಫಲಗೊಂಡಿದೆ" @@ -7203,9 +7059,6 @@ msgstr "'%s' ನಿಯತಾಂಕವು ಒಂದು ವಾಕ್ಯಾಂಶ msgid "Parameter '%s' is not supported by this kernel" msgstr "'%s' ನಿಯತಾಂಕಕ್ಕೆ ಈ ಕರ್ನಲ್ನಿಂದ ಬೆಂಬಲವಿಲ್ಲ" -msgid "Parameter string not correctly encoded" -msgstr "ನಿಯತಾಂಕ ವಾಕ್ಯಾಂಶವನ್ನು ಸರಿಯಾಗಿ ಎನ್ಕೋಡ್ ಮಾಡಲಾಗಿಲ್ಲ" - msgid "Parent" msgstr "ಮೂಲ" @@ -7377,20 +7230,6 @@ msgstr "ಬ್ಯಾಕ್ ಮಾಡುವ ಚಿತ್ರಿಕೆಯಿಂದ msgid "Port profile Associate failed for %s" msgstr "%s ಎಂಬುದಕ್ಕಾಗಿ ಸಂಪರ್ಕಸ್ಥಾನ ಪ್ರೊಫೈಲ್ ಸಂಬಂಧಿಯು ವಿಫಲಗೊಂಡಿದೆ" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"ಬಹುಷಃ ನೀವು ನಿಮ್ಮ LPAR ನಲ್ಲಿ IBM Tools ಅನುಸ್ಥಾಪಿಸಿಲ್ಲ ಎಂದು ತೋರುತ್ತದೆ. ಈ ಸೌಲಭ್ಯವನ್ನು " -"ಸಕ್ರಿಯಗೊಳಿಸಲು ಬೆಂಬಲತಂಡವನ್ನು ಸಂಪರ್ಕಿಸಿ." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"ಬಹುಷಃ ನೀವು ನಿಮ್ಮ LPAR ನಲ್ಲಿ IBM Tools ಅನುಸ್ಥಾಪಿಸಿಲ್ಲ ಎಂದು ತೋರುತ್ತದೆ. ಈ ಸೌಲಭ್ಯವನ್ನು " -"ಸಕ್ರಿಯಗೊಳಿಸಲು ಬೆಂಬಲತಂಡವನ್ನು ಸಂಪರ್ಕಿಸಿ." - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "PrepareTunnel ಅನ್ನು ಕರೆಯಲಾಗಿದೆ ಆದರೆ TUNNELLED ಫ್ಲಾಗನ್ನು ಹೊಂದಿಸಲಾಗಿಲ್ಲ" @@ -7438,9 +7277,6 @@ msgstr "ಪ್ರಕ್ರಿಯೆ %zu %p %p [[[%s]]][[[%s]]]" msgid "Process CPU affinity is not supported on this platform" msgstr "ಈ ಪ್ಲಾಟ್ಫಾರ್ಮಿನಲ್ಲಿ cpu ಸಂಬಂಧಕ್ಕೆ ಬೆಂಬಲವಿಲ್ಲ" -msgid "Processing request in progress" -msgstr "ಸಂಸ್ಕರಿಸುವ ಮನವಿಯು ಪ್ರಗತಿಯಲ್ಲಿದೆ" - msgid "" "Property 'guest-stats-polling-interval' not found on memory balloon driver." msgstr "" @@ -7583,14 +7419,6 @@ msgid "Refusing to undefine while domain managed save image exists" msgstr "" "ಡೊಮೇನ್ ವ್ಯವಸ್ಥಾಪಿಸಲಾದ ಉಳಿಸು ಚಿತ್ರಿಕೆಯು ಅಸ್ತಿತ್ವದಲ್ಲಿದ್ದಾಗ ವಿವರಿಸದೆ ಇರಲು ನಿರಾಕರಣೆ" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "ರಿಜಿಸ್ಟ್ರಿ ಮೌಲ್ಯ '%s\\%s' ಅನಿರೀಕ್ಷಿತ ಬಗೆಯನ್ನು ಹೊಂದಿದೆ" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "ರಿಜಿಸ್ಟ್ರಿ ಮೌಲ್ಯ '%s\\%s' ಬಹಳ ಚಿಕ್ಕದಾಗಿದೆ" - #, c-format msgid "Remote command terminated with non-zero code: %d" msgstr "ದೂರಸ್ಥ ಆದೇಶವು ಒಂದು ಸೊನ್ನೆವಲ್ಲದ ಸಂಕೇತದಿಂದ ಕೊನೆಗೊಂಡಿದೆ: %d" @@ -7619,12 +7447,6 @@ msgstr "ವರ್ಗಾವಣೆಯಲ್ಲಿನ ಡೊಮೇನ್ಗಳ msgid "Replace the domain XML associated with a saved state file" msgstr "ಉಳಿಸಲಾದ ಸ್ಥಿತಿಯ ಕಡತದೊಂದಿಗೆ ಸಂಬಂಧಿಸಿದ ಡೊಮೇನ್ XML ಅನ್ನು ಬದಲಾಯಿಸು" -msgid "Request canceled" -msgstr "ಮನವಿಯನ್ನು ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ" - -msgid "Request not canceled" -msgstr "ಮನವಿಯನ್ನು ರದ್ದುಗೊಳಿಸಲಾಗಿಲ್ಲ" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "" @@ -7993,9 +7815,6 @@ msgstr "" msgid "Serial port index %d out of [0..3] range" msgstr "ಸರಣಿ ಸಂಪರ್ಕಸ್ಥಾನ ಸೂಚಿ %d ವ್ಯಾಪ್ತಿಯ [0..3] ಹೊರಗಿದೆ" -msgid "Servname not supported for ai_socktype" -msgstr "ai_socktype ಗಾಗಿ Servname ಗೆ ಬೆಂಬಲವಿರುವುದಿಲ್ಲ" - msgid "Set a secret value." msgstr "ಒಂದು ಸೀಕ್ರೆಟ್ ಮೌಲ್ಯವನ್ನು ಹೊಂದಿಸಿ." @@ -8293,9 +8112,6 @@ msgstr "ಶೇಖರಣಾ ಪರಿಮಾಣವು ಕಂಡುಬಂದಿಲ msgid "Storage volume not found: %s" msgstr "ಶೇಖರಣಾ ಪರಿಮಾಣವು ಕಂಡುಬಂದಿಲ್ಲ: %s" -msgid "StoragePool name already exists." -msgstr "StoragePool ಹೆಸರು ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ." - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "" @@ -8352,9 +8168,6 @@ msgstr "" "ಸ್ಥಗಿತಗೊಳಿಸಿ. (ಸೂಚನೆ: ಇದಕ್ಕಾಗಿ ಒಂದು ಅತಿಥಿ ಮಧ್ಯವರ್ತಿಯನ್ನು ಸಂರಚಿಸಬೇಕು ಮತ್ತು ಅದು " "ಅತಿಥಿ OS ನಲ್ಲಿ ಚಾಲಿತಗೊಂಡಿರಬೇಕು)." -msgid "System error" -msgstr "ವ್ಯವಸ್ಥೆಯ ದೋಷ" - msgid "System is in use" msgstr "ವ್ಯವಸ್ಥೆಯು ಬಳಕೆಯಲ್ಲಿದೆ" @@ -8744,9 +8557,6 @@ msgstr "ಗುರಿ ವಿಡಿಯೊ ಕಾರ್ಡ್ vram %u ಎಂಬು msgid "Target watchdog model %s does not match source %s" msgstr "ಗುರಿ ವಾಚ್ಡಾಗ್ %s ಎಂಬ ಮಾದರಿಯು %s ಮೂಲದೊಂದಿಗೆ ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ" -msgid "Temporary failure in name resolution" -msgstr "ಹೆಸರನ್ನು ಪರಿಹರಿಸುವಲ್ಲಿ ತಾತ್ಕಾಲಿಕ ವಿಫಲತೆ" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -9051,9 +8861,6 @@ msgstr "" " ನಿರ್ಗಮಿಸಲು 'quit' \n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "UNIX ಡೊಮೇನ್ ಸಾಕೆಟ್ಗಳಿಗಾಗಿ ಈ ಪ್ಲಾಟ್ಫಾರ್ಮಿನಲ್ಲಿ ಬೆಂಬಲವಿಲ್ಲ" - msgid "UNIX sockets are not supported on this platform" msgstr "UNIX ಸಾಕೆಟ್ಗಳಿಗಾಗಿ ಈ ಪ್ಲಾಟ್ಫಾರ್ಮಿನಲ್ಲಿ ಬೆಂಬಲವಿಲ್ಲ" @@ -9112,9 +8919,6 @@ msgstr "'%s' ಎನ್ನುವದಕ್ಕಾಗಿ ಸ್ಟ್ರೀಮ್ msgid "Unable to acquire lock on '%s'" msgstr "'%s' ನಲ್ಲಿ ಲಾಕ್ ಅನ್ನು ಪಡೆದುಕೊಳ್ಳಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -msgid "Unable to add LPAR to the table" -msgstr "LPAR ಅನ್ನು ಕೋಷ್ಟಕಕ್ಕೆ ಸೇರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "ಬ್ರಿಜ್ %s ಸಂಪರ್ಕಸ್ಥಾನ %s ಅನ್ನು ಸೇರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -9122,10 +8926,6 @@ msgstr "ಬ್ರಿಜ್ %s ಸಂಪರ್ಕಸ್ಥಾನ %s ಅನ್ನ msgid "Unable to add epoll fd" msgstr "epoll fd ಅನ್ನು ಸೇರಿಸುವಲ್ಲಿ ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "ಘಟನೆಯ ಲೂಪ್ಗೆ ಹಿಡಿಕೆ %d ಅನ್ನು ಸೇರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - #, c-format msgid "Unable to add lockspace %s" msgstr "%s ಲಾಕ್ಸ್ಪೇಸ್ ಅನ್ನು ಸೇರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -9257,21 +9057,9 @@ msgstr "JSON ಫಾರ್ಮ್ಯಾಟರ್ ಅನ್ನು ರಚಿಸಲ msgid "Unable to create JSON parser" msgstr "JSON ಪಾರ್ಸರ್ ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "LPAR ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ. ಕಾರಣ: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "ಶೇಖರಣಾ ಪೂಲ್ ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" - msgid "Unable to create TAP devices on this platform" msgstr "ಈ ಪ್ಲಾಟ್ಫಾರ್ಮಿನಲ್ಲಿ TAP ಸಾಧನಗಳನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "ಪರಿಮಾಣವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" - msgid "Unable to create blkid library handle" msgstr "blkid ಲೈಬ್ರರಿ ಹ್ಯಾಂಡಲ್ ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -9308,15 +9096,6 @@ msgstr "" msgid "Unable to create migration thread" msgstr "ವರ್ಗಾವಣೆ ತ್ರೆಡ್ ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -msgid "Unable to create new virtual adapter" -msgstr "ಹೊಸ ವರ್ಚುವಲ್ ಅಡಾಪ್ಟರ್ ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - -msgid "Unable to create pipe" -msgstr "ಪೈಪ್ ಅನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" - -msgid "Unable to create signal pipe" -msgstr "ಸಿಗ್ನಲ್ ಪೈಪ್ ಅನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" - msgid "Unable to create socket" msgstr "ಸಾಕೆಟನ್ನು ನಿರ್ಮಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -9360,59 +9139,10 @@ msgstr "%s ಲಾಕ್ಸ್ಪೇಸ್ ಸಂಪನ್ಮೂಲವನ್ msgid "Unable to delete port %s from OVS" msgstr "%s ಸಂಪರ್ಕಸ್ಥಾನವನ್ನು OVS ಇಂದ ಅಳಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "ಶೇಖರಣಾ ಪೂಲ್ ಅನ್ನು ನಾಶಗೊಳಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "%s ಗಾಗಿ ಕಡತವ್ಯವಸ್ಥೆಯನ್ನು ಪತ್ತೆ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -msgid "Unable to determine config directory" -msgstr "ಸಂರಚನಾ ಕೋಶವನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - -msgid "Unable to determine domain's CPU." -msgstr "ಡೊಮೇನ್ನ CPU ವನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." - -msgid "Unable to determine domain's max memory." -msgstr "ಡೊಮೇನ್ನ ಗರಿಷ್ಟ ಮೆಮೊರಿಯನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." - -msgid "Unable to determine domain's memory." -msgstr "ಡೊಮೇನ್ನ ಮೆಮೊರಿಯನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." - -msgid "Unable to determine domain's name." -msgstr "ಡೊಮೇನ್ನ ಹೆಸರನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." - -msgid "Unable to determine home directory" -msgstr "ನೆಲೆಕೋಶವನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - -msgid "Unable to determine number of domains." -msgstr "ಡೊಮೇನ್ಗಳ ಸಂಖ್ಯೆಯನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." - -msgid "Unable to determine storage pool's name." -msgstr "ಶೇಖರಣಾ ಪೂಲ್ ಹೆಸರನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." - -msgid "Unable to determine storage pool's uuid." -msgstr "ಶೇಖರಣಾ ಪೂಲ್ನ uuid ಯನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." - -msgid "Unable to determine storage pools's size." -msgstr "ಶೇಖರಣಾ ಪೂಲ್ನ ಗಾತ್ರವನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." - -msgid "Unable to determine storage pools's source adapter." -msgstr "ಶೇಖರಣಾ ಪೂಲ್ ಆಕರ ಅಡಾಪ್ಟರಿನ ಹೆಸರು ಕಾಣಿಸುತ್ತಿಲ್ಲ." - -msgid "Unable to determine storage sp's name." -msgstr "ಶೇಖರಣಾ sp ಯ ಹೆಸರನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." - -msgid "Unable to determine storage sp's uuid." -msgstr "ಶೇಖರಣಾ sp ಯ uuid ಯನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." - -msgid "Unable to determine storage sps's size." -msgstr "ಶೇಖರಣಾ sp ಯ ಗಾತ್ರವನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." - -msgid "Unable to determine storage sps's source adapter." -msgstr "ಶೇಖರಣಾ ಪೂಲ್ ಆಕರ ಅಡಾಪ್ಟರಿನ ಹೆಸರು ಕಾಣಿಸುತ್ತಿಲ್ಲ." - msgid "Unable to disable nagle algorithm" msgstr "nagle ಅಲ್ಗಾರಿತಮ್ ಅನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿಲ್ಲ" @@ -9488,9 +9218,6 @@ msgstr "ಸಮಯವನ್ನು ಫಾರ್ಮಾಟ್ ಮಾಡಲು ಸಾ msgid "Unable to generate diffie-hellman parameters: %s" msgstr "diffie-hellman ನಿಯತಾಂಕಗಳನ್ನು ಉತ್ಪಾದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" -msgid "Unable to generate random uuid." -msgstr "ಮನಸ್ಸಿಗೆ ಬಂದ uuid ಅನ್ನು ಉತ್ಪಾದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." - #, c-format msgid "Unable to get DBus session bus connection: %s" msgstr "DBus ಅಧಿವೇಶನದ ಬಸ್ ಸಂಪರ್ಕವನ್ನು ಪಡೆಯಲಾಗಿಲ್ಲ: %s" @@ -9515,12 +9242,6 @@ msgstr "ಈ ಪ್ಲಾಟ್ಫಾರ್ಮಿನಲ್ಲಿನ %s ನಲ msgid "Unable to get STP on %s on this platform" msgstr "ಈ ಪ್ಲಾಟ್ಫಾರ್ಮಿನಲ್ಲಿನ %s ನಲ್ಲಿ STP ಯನ್ನು ಪಡೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -msgid "Unable to get VIOS name" -msgstr "VIOS ಹೆಸರನ್ನು ಪಡೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - -msgid "Unable to get VIOS profile name." -msgstr "VIOS ಪ್ರೊಫೈಲ್ ಹೆಸರನ್ನು ಪಡೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ." - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "%s ಸಂಪರ್ಕಸಾಧನಕ್ಕಾಗಿನ VLAN ಅನ್ನು ಪಡೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -9554,9 +9275,6 @@ msgstr "ಸಾಧನ ID '%s' ಅನ್ನು ಸೇರಿಸಲು ಸಾಧ್ msgid "Unable to get domain status" msgstr "ಡೊಮೇನ್ ಸ್ಥಿತಿಯನ್ನು ಪಡೆದುಕೊಳ್ಳಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -msgid "Unable to get free slot number" -msgstr "ಸ್ಲಾಟ್ ಸಂಖ್ಯೆಯನ್ನು ಪಡೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - #, c-format msgid "Unable to get index for interface %s" msgstr "%s ಸಂಪರ್ಕಸಾಧನಕ್ಕಾಗಿನ ಸೂಚಿಯನ್ನು ಪಡೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -9686,9 +9404,6 @@ msgstr "SELinux ಪ್ರಕ್ರಿಯೆ ಸನ್ನಿವೇಶವನ್ನ msgid "Unable to make TAP device non-persistent" msgstr "TAP ಸಾಧನವನ್ನು ಸ್ಥಿರವಾಗಿರದಂತೆ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -msgid "Unable to make pipe" -msgstr "ಪೈಪ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - msgid "Unable to mark loop device as autoclear" msgstr "ಲೂಪ್ ಸಾಧನವನ್ನು ಸ್ವಯಂಅಳಿಸಲ್ಪಡು ಎಂದು ಗುರುತುಹಾಕಲಾಗಿಲ್ಲ" @@ -9739,10 +9454,6 @@ msgstr "ಕಡತವ್ಯವಸ್ಥೆ %s ಅನ್ನು ತೆರೆಯಲ msgid "Unable to open log file %s" msgstr "ಲಾಗ್ ಕಡತ %s ಅನ್ನು ಕಡತವನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "%s ಮಾನಿಟರ್ ಮಾರ್ಗವನ್ನು ಓದಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - #, c-format msgid "Unable to open resource %s" msgstr "%s ಸಂಪನ್ಮೂಲವನ್ನು ತೆರೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -9798,9 +9509,6 @@ msgstr "ಕೋಟಾವನ್ನು ಪಾರ್ಸ್ ಮಾಡಲಾಗಿಲ msgid "Unable to parse string parameter" msgstr "ವಾಕ್ಯಾಂಶದ ನಿಯತಾಂಕವನ್ನು ಪಾರ್ಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -msgid "Unable to poll on file handles" -msgstr "ಹಿಡಿಕೆಗಳಲ್ಲಿ ಪೋಲ್ ಮಾಡಲಾಗಿಲ್ಲ" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "chardev ಕಡತ '%s' ಅನ್ನು ಪೂರ್ವ-ರಚನೆ ಮಾಡಲಾಗಿಲ್ಲ" @@ -9809,9 +9517,6 @@ msgstr "chardev ಕಡತ '%s' ಅನ್ನು ಪೂರ್ವ-ರಚನೆ ಮ msgid "Unable to process file with flags %d" msgstr "%d ಫ್ಲ್ಯಾಗ್ಗಳೊಂದಿಗೆ ಕಡತವನ್ನು ಸಂಸ್ಕರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -msgid "Unable to put monitor into non-blocking mode" -msgstr "ಮಾನಿಟರ್ ಅನ್ನು ನಿರ್ಬಂಧಿಸದೆ ಇರುವ ಕ್ರಮಕ್ಕೆ ಇರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "%s ಪ್ರಮಾಣಪತ್ರ %s ಮೂಲಭೂತ ನಿರ್ಬಂಧಗಳನ್ನು ಮನವಿ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -10044,9 +9749,6 @@ msgstr "x509 ಪ್ರಮಾಣಪತ್ರ ರದ್ದತಿ ಪಟ್ಟಿ msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "x509 ಕೀಲಿ ಮತ್ತು ಪ್ರಮಾಣಪತ್ರವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "ಎಚ್ಚರಿಸುವ ಪೈಪ್ ಅನ್ನು ಸಿದ್ಧಗೊಳಿಸಲಾಗಿಲ್ಲ" - #, c-format msgid "Unable to split FD list '%s'" msgstr "FD ಪಟ್ಟಿ '%s' ಅನ್ನು ವಿಭಜಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -10086,9 +9788,6 @@ msgstr "ಪೂರೈಕೆಗಣಕದ ಪ್ರಮಾಣಪತ್ರ %s ಅನ msgid "Unable to wait for child process" msgstr "ಚೈಲ್ಡ್ ಪ್ರಕ್ರಿಯೆಗಾಗಿ ಕಾಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -msgid "Unable to wait on agent monitor condition" -msgstr "ಮಧ್ಯವರ್ತಿ ಮಾನಿಟರ್ ಸ್ಥಿತಿಗಾಗಿ ಕಾಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - msgid "Unable to wait on epoll" msgstr "epoll ನಲ್ಲಿ ಕಾಯಲು ವಿಫಲಗೊಂಡಿದೆ" @@ -10108,9 +9807,6 @@ msgstr "ಆತಿಥೇಯ ಕನ್ಸೋಲ್ PTY ಯತ್ತ ಗಮನವ msgid "Unable to write %s" msgstr "%s ಕಡತಕ್ಕೆ ಬರೆಯುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" -msgid "Unable to write information to local file." -msgstr "ಮಾಹಿತಿಯನ್ನು ಸ್ಥಳೀಯ ಕಡತಕ್ಕೆ ಬರೆಯಲಾಗಲಿಲ್ಲ." - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "pid ಕಡತ '%s/%s.pid' ಗೆ ಬರೆಯುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" @@ -10246,10 +9942,6 @@ msgstr "ಅನಿರೀಕ್ಷಿತವಾದ ಸಹಿ '%s'" msgid "Unexpected volume path format: %s" msgstr "ಪರಿಮಾಣ ಮಾರ್ಗದ ವಿನ್ಯಾಸವು ಅನಿರೀಕ್ಷಿತವಾಗಿದೆ: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "ನಿಭಾಯಿಸಲಾಗದ ಘಟನೆ %d, ಮೇಲ್ವಿಚಾರಕ fd %d ಗಾಗಿ" - msgid "Unknown" msgstr "ಅಜ್ಞಾತ" @@ -10816,11 +10508,6 @@ msgstr "XML ನೋಡ್ ಪಠ್ಯವನ್ನು ಹೊಂದಿಲ್ಲ, msgid "XPath evaluation of response for call to '%s' failed" msgstr "'%s' ಗಾಗಿನ XPath ವಿಶ್ಲೇಷಣೆಯ ಪ್ರತಿಕ್ರಿಯೆಯು ವಿಫಲಗೊಂಡಿದೆ" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "" -"ನೀವು ಗರಿಷ್ಟ ಸಾಧ್ಯವಿರುವ ಗಾತ್ರಕ್ಕಿಂತ ದೊಡ್ಡದಾದ CPU ಗಳ ಒಂದು ಸಂಖ್ಯೆಯನ್ನು ಹೊಂದಿಸಲು " -"ಪ್ರಯತ್ನಿಸುತ್ತಿದ್ದೀರಿ." - msgid "You must map the root user of container" msgstr "ನೀವು ಕಂಟೇನರಿನ ಮೂಲ ಬಳಕೆದಾರರನ್ನು ಮ್ಯಾಪ್ ಮಾಡಬೇಕು" @@ -10936,12 +10623,6 @@ msgstr "ಮರಳಿಸಿದ ನಂತರ, ಸ್ಥಿತಿಯನ್ನು msgid "after reverting, change state to running" msgstr "ಮರಳಿಸಿದ ನಂತರ, ಸ್ಥಿತಿಯನ್ನು ಚಾಲನೆಯಲ್ಲಿದೆ ಎನ್ನುವುದಕ್ಕೆ ಬದಲಾಯಿಸು" -msgid "ai_family not supported" -msgstr "ai_family ಗೆ ಬೆಂಬಲವಿಲ್ಲ" - -msgid "ai_socktype not supported" -msgstr "ai_socktype ಗೆ ಬೆಂಬಲವಿರುವುದಿಲ್ಲ" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "ಹೊಸ ಸಾಮರ್ಥ್ಯವನ್ನು ಚದುರಿಸು ಬದಲು ಅದನ್ನು ನಿಯೋಜಿಸು" @@ -11506,9 +11187,6 @@ msgstr "ದಾಖಲೆ ಕೋಶ %s ಅನ್ನು ರಚಿಸಲು ಸಾ msgid "cannot create path '%s'" msgstr "ಮಾರ್ಗ '%s' ಅನ್ನು ನಿರ್ಮಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ" -msgid "cannot create pipe" -msgstr "ಪೈಪ್ ಅನ್ನು ನಿರ್ಮಿಸಲಾಗಿಲ್ಲ" - msgid "cannot create pipe for tunnelled migration" msgstr "ಟನಲ್ ಮಾಡಲಾದ ವರ್ಗಾವಣೆಗಾಗಿ ಪೈಪ್ ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -11651,10 +11329,6 @@ msgstr "macvtap ಟ್ಯಾಪ್ ಮೇಲೆ ಸೌಲಭ್ಯವನ್ನ msgid "cannot get file context of '%s'" msgstr "'%s' ನ ಕಡತ ಸನ್ನಿವೇಶವನ್ನು ಪಡೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "'%s' ಗಾಗಿ ಗುಂಪಿನ ಪಟ್ಟಿಯನ್ನು ಪಡೆಯಲಾಗಿಲ್ಲ" - msgid "cannot get host CPU capabilities" msgstr "ಆತಿಥೇಯ CPU ಸಾಮರ್ಥ್ಯಗಳನ್ನು ಪಡೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -12686,10 +12360,6 @@ msgstr "Xen ಹೈಪರ್ವೈಸರ್ ನಮೂದನ್ನು ಬಳಸಲ msgid "could not use Xen hypervisor entry %s" msgstr "Xen ಹೈಪರ್ವೈಸರ್ ನಮೂದು %s ಅನ್ನು ಬಳಸಲಾಗಿಲ್ಲ" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "pidfile %s ಅನ್ನು %d ಗಾಗಿ ಬರೆಯಲಾಗಿಲ್ಲ" - #, c-format msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" msgstr "ನೆಟ್ಲಿಂಕ್ ಪ್ರತ್ಯುತ್ತರದಲ್ಲಿ VF %d ಗಾಗಿ IFLA_VF_INFO ಕಂಡುಬಂದಿಲ್ಲ" @@ -13280,9 +12950,6 @@ msgstr "ಡೊಮೇನ್ ಪ್ರದರ್ಶನ ಸಂಪರ್ಕ URI" msgid "domain event %d not registered" msgstr "%d ಡೊಮೇನ್ ಘಟನೆಯನ್ನು ನೋಂದಾಯಿಸಲಾಗಿಲ್ಲ" -msgid "domain has assigned non-USB host devices" -msgstr "ಡೊಮೇನ್ಗೆ USB ಯಲ್ಲದ ಆತಿಥೇಯ ಸಾಧನಗಳನ್ನು ನಿಯೋಜಿಸಲಾಗಿದೆ" - msgid "domain has no snapshots" msgstr "ಡೊಮೇನ್ ಯಾವುದೆ ಸ್ನ್ಯಾಪ್ಶಾಟ್ಗಳನ್ನು ಹೊಂದಿಲ್ಲ" @@ -13770,9 +13437,6 @@ msgstr "SASL ದತ್ತಾಂಶವನ್ನು ಡೀಕೋಡ್ ಮಾ msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "ಸಂಪರ್ಕಸಾಧನ %s ವನ್ನು ನಾಶಗೊಳಿಸುವಲ್ಲಿ (ನಿಲ್ಲಿಸುವಲ್ಲಿ) ವಿಫಲಗೊಂಡಿದೆ: %s%s%s" -msgid "failed to determine host name" -msgstr "ಆತಿಥೇಯದ ಹೆಸರನ್ನು ನಿರ್ಧರಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" - msgid "failed to enable IP forwarding" msgstr "IP ಫಾರ್ವಾರ್ಡಿಂಗ್ ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" @@ -14125,9 +13789,6 @@ msgstr "SSH ಆತಿಥೇಯ ಕೀಲಿಯನ್ನು ಮಾನ್ಯಗೊ msgid "failed to wait on condition" msgstr "ನಿಬಂಧನೆಯಲ್ಲಿ ಕಾಯುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" -msgid "failed to wake up polling thread" -msgstr "ಪೋಲಿಂಗ್ ತ್ರೆಡ್ ಅನ್ನು ಎಚ್ಚರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - msgid "failed to wakeup migration tunnel" msgstr "ವರ್ಗಾವಣೆ ಟನಲ್ನಲ್ಲಿ ಎಚ್ಚರಿಸಲು ವಿಫಲಗೊಂಡಿದೆ" @@ -14367,9 +14028,6 @@ msgstr "ಚಾಲನೆಯಲ್ಲಿರುವ ಒಂದು ಡೊಮೇನ್ msgid "get/set value to be used on next boot" msgstr "ಮುಂದಿನ ಬೂಟ್ನಲ್ಲಿ ಬಳಸುವಂತೆ ಮೌಲ್ಯವನ್ನು ಪಡೆದುಕೊ/ಹೊಂದಿಸು" -msgid "getting time of day" -msgstr "ಒಂದು ದಿನದ ಸಮಯವನ್ನು ತೆಗೆದುಕೊಳ್ಳಲಾಗುತ್ತಿದೆ" - msgid "given uuid does not match XML uuid" msgstr "ಒದಗಿಸಲಾದ uuid ಯು XML uuid ಗೆ ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ" @@ -16433,10 +16091,6 @@ msgstr "'%s' ಗಾಗಿ ಯಾವುದೆ ಸಾಧನ ಸಾಮರ್ಥ್ msgid "no device found with alias %s" msgstr "%s ಅಲಿಯಾಸ್ನೊಂದಿಗೆ ಯಾವುದೆ ಸಾಧನವು ಕಂಡು ಬಂದಿಲ್ಲ" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "%s ಗಾಗಿ ಯಾವುದೆ ಡಿಸ್ಕ್ ವಿನ್ಯಾಸ ಮತ್ತು ತನಿಖೆಯು ಇಲ್ಲ" - #, c-format msgid "no disk named '%s'" msgstr "'%s' ಹೆಸರಿನ ಯಾವುದೆ ಡಿಸ್ಕ್ ಇಲ್ಲ" @@ -17005,9 +16659,6 @@ msgstr "pmsuspended" msgid "poll failed in migration tunnel" msgstr "ವರ್ಗಾವಣೆ ಟನಲ್ನಲ್ಲಿ ಪೋಲ್ ವಿಫಲಗೊಂಡಿದೆ" -msgid "poll on socket failed" -msgstr "ಸಾಕೆಟ್ನಲ್ಲಿನ ಪೋಲ್ ವಿಫಲಗೊಂಡಿದೆ" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "'%s' ಪೂಲ್ ಅನ್ನು ಈಗಾಗಲೆ uuid %s ನೊಂದಿಗೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ" @@ -17135,10 +16786,6 @@ msgstr "ವರ್ಗಾವಣೆಗಾಗಿ ಸೂಕ್ತವಾಗಿರು msgid "ps2 bus does not support %s input device" msgstr "ps2 ಬಸ್ %s ಆದಾನ ಸಾಧನವನ್ನು ಬೆಂಬಲಿಸುವುದಿಲ್ಲ" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: ಪ್ರಸಕ್ತ ಕೋಶವನ್ನು ಪಡೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" - msgid "qemu does not support SGA" msgstr "qemu SGA ಅನ್ನು ಬೆಂಬಲಿಸುವುದಿಲ್ಲ" @@ -17146,11 +16793,6 @@ msgstr "qemu SGA ಅನ್ನು ಬೆಂಬಲಿಸುವುದಿಲ್ಲ" msgid "qemu emulator '%s' does not support xen" msgstr "qemu ಎಮ್ಯುಲೇಟರ್ '%s' xen ಅನ್ನು ಬೆಂಬಲಿಸುವುದಿಲ್ಲ" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "" -"qemu ಒಂದು ಯುನಿಕ್ಸ್ ಸಾಕೆಟ್ ಮೇಲ್ವಿಚಾರಕವನ್ನು ಬಳಸುತ್ತಿಲ್ಲ, fd %s ಅನ್ನು ಕಳುಹಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ" - msgid "qemu state driver is not active" msgstr "qemu ಸ್ಥಿತಿ ಚಾಲಕವು ಸಕ್ರಿಯವಾಗಿಲ್ಲ" @@ -17243,9 +16885,6 @@ msgstr "ಪ್ರತಿ ಸೆಕೆಂಡಿಗೆ I/O ಕಾರ್ಯಾಚರ msgid "read error on pipe" msgstr "ಪೈಪ್ನಲ್ಲಿ ಓದುವಾಗಿನ ದೋಷ" -msgid "read on wakeup fd failed" -msgstr "ಎಚ್ಚರವಾಗುವ fd ವಿಫಲತೆಯಿಂದ ಓದುವಿಕೆ" - msgid "read-only connection" msgstr "ಓದಲು ಮಾತ್ರದ ಸಂಪರ್ಕ" @@ -18149,9 +17788,6 @@ msgstr "ಈ ಪ್ಲಾಟ್ಫಾರ್ಮಿನಲ್ಲಿ dlopen ಕಾ msgid "this qemu doesn't support the rng-egd backend" msgstr "ಈ qemu rng-egd ಬ್ಯಾಕೆಂಡ್ ಅನ್ನು ಬೆಂಬಲಿಸುವುದಿಲ್ಲ" -msgid "time_t overflow" -msgstr "time_t ಮಿತಿಮೀರಿಕೆ" - msgid "timeout must be positive" msgstr "ಕಾಲಾವಧಿ ತೀರಿಕೆಯು ಧನಾತ್ಮಕವಾಗಿರಬೇಕು" @@ -18325,10 +17961,6 @@ msgstr "'%s:%s' ನಲ್ಲಿನ ಪೂರೈಕೆಗಣಕದೊಂದಿಗ msgid "unable to create hugepage path %s" msgstr "hugepage ಮಾರ್ಗ %s ಅನ್ನು ನಿರ್ಮಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#, c-format -msgid "unable to create pipe for %s" -msgstr "%s ಗಾಗಿ ಪೈಪ್ ಅನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" - #, c-format msgid "unable to create rundir %s: %s" msgstr "rundir %s ಅನ್ನು ಉತ್ಪಾದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" @@ -18417,12 +18049,6 @@ msgstr "VirtualBox ಚಾಲಕ API ಅನ್ನು ಆರಂಭಿಸಲಾಗ msgid "unable to load knownhosts file '%s': %s" msgstr "knownhosts ಕಡತ '%s' ಅನ್ನು ಲೋಡ್ ಮಾಡಲಾಗಿಲ್ಲ: %s" -msgid "unable to make pipe" -msgstr "ಪೈಪ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - -msgid "unable to open pipe" -msgstr "ಪೈಪ್ ಅನ್ನು ತೆರೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - msgid "unable to open stream" msgstr "ಸ್ಟ್ರೀಮ್ ಅನ್ನು ತೆರೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -18461,11 +18087,6 @@ msgstr "ಪೂರೈಕೆಗಣಕ cert %s ಅನ್ನು ಓದಲು ಸಾ msgid "unable to read vmware log file" msgstr "vmware ಲಾಗ್ ಕಡತವನ್ನು ಓದಲಾಗಿಲ್ಲ" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "" -"ಸಂಪರ್ಕಸ್ಥಾನವನ್ನು %s ಬ್ರಿಜ್ಗೆ ಸೇರಿಸುವ ಮೂಲಕ ಮುಂಚಿನ ಸ್ಥಿತಿಯನ್ನು ಮರಳಿ ಹೊಂದಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - msgid "unable to register monitor events" msgstr "ಮಾನಿಟರ್ ಘಟನೆಗಳನ್ನು ನೋಂದಾಯಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" @@ -18534,9 +18155,6 @@ msgstr "%lld ಪ್ರಕ್ರಿಯೆಗಾಗಿ ಕಾಯಲು ಸಾಧ msgid "unable to wait on console condition" msgstr "ಕನ್ಸೋಲ್ ಸ್ಥಿತಿಗಾಗಿ ಕಾಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -msgid "unable to wait on libssh2 socket" -msgstr "libssh2 ನಲ್ಲಿ ಕಾಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" - #, c-format msgid "unable to write data to '%s'" msgstr "ದತ್ತಾಂಶವನ್ನು '%s' ಕಡತಕ್ಕೆ ಬರೆಯಲಾಗಿಲ್ಲ" @@ -19509,10 +19127,6 @@ msgstr "ಸಾಧನದ ಸಿದ್ಧತೆಯೊಂದಿಗೆ ಬೆಂಬ msgid "unsupported disk type %s" msgstr "ಬೆಂಬಲವಿಲ್ಲದ ಡಿಸ್ಕ್ ಬಗೆ %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "ಬೆಂಬಲವಿಲ್ಲದ ಡಿಸ್ಕ್ ಬಗೆ '%s'" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "'%s' ಡಿಸ್ಕಿಗಾಗಿ ಬೆಂಬಲವಿಲ್ಲದ ಪರಿಮಾಣದ ವಿನ್ಯಾಸ '%s'" @@ -19749,9 +19363,6 @@ msgstr "ಸುರಕ್ಷಿತ ಫ್ಲ್ಯಾಗ್ನೊಂದಿಗ msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "ಸುರಕ್ಷಿತ ಫ್ಲ್ಯಾಗ್ನೊಂದಿಗಿನ virDomainSnapshotGetXMLDesc" -msgid "virExec is not implemented for WIN32" -msgstr "virExec ಅನ್ನು WIN32 ಗಾಗಿ ಅಳವಡಿಸಲಾಗಿಲ್ಲ" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "virFileOpenAs ಅನ್ನು WIN32 ಗಾಗಿ ಅಳವಡಿಸಲಾಗಿಲ್ಲ" @@ -19764,12 +19375,6 @@ msgstr "virGetGroupID ಲಭ್ಯವಿಲ್ಲ" msgid "virGetGroupName is not available" msgstr "virGetGroupName ಲಭ್ಯವಿಲ್ಲ" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory ಲಭ್ಯವಿಲ್ಲ" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory ಲಭ್ಯವಿಲ್ಲ" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory ಲಭ್ಯವಿಲ್ಲ" @@ -19779,9 +19384,6 @@ msgstr "virGetUserID ಲಭ್ಯವಿಲ್ಲ" msgid "virGetUserName is not available" msgstr "virGetUserName ಲಭ್ಯವಿಲ್ಲ" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory ಲಭ್ಯವಿಲ್ಲ" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat NULL def" @@ -19826,9 +19428,6 @@ msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "" "ಅಮಾನ್ಯವಾದ ಕೀಲಿಯಾದ \"%s\" (%zu) ಇಂದ virNWFilterSnoopReqNew ಅನ್ನು ಕರೆಯಲಾಗಿದೆ" -msgid "virRun is not implemented for WIN32" -msgstr "virRun ಅನ್ನು WIN32 ಗಾಗಿ ಅಳವಡಿಸಲಾಗಿಲ್ಲ" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID ಲಭ್ಯವಿಲ್ಲ" @@ -20019,10 +19618,6 @@ msgstr "xml ಮಾರ್ಪಡಿಸುವಿಕೆಗೆ ಬೆಂಬಲವಿ msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime ಮೌಲ್ಯ '%s' ಒಂದು ಅನಿರೀಕ್ಷಿತವಾದ ವಿನ್ಯಾಸವನ್ನು ಹೊಂದಿದೆ" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime ಮೌಲ್ಯವು '%s' ಗುರಿಗೆ ಬಹಳ ಉದ್ದವಾಗಿದೆ" - msgid "y - yes, start editor again" msgstr "y - ಹೌದು, ಸಂಪಾದಕವನ್ನು ಪುನಃ ಆರಂಭಿಸು" diff --git a/po/ko.mini.po b/po/ko.mini.po index ecd33675f2..a4a20d31f3 100644 --- a/po/ko.mini.po +++ b/po/ko.mini.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-27 07:48+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/libvirt/language/" @@ -212,10 +212,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s' does not exist" msgstr "'%s'가 존재하지 않습니다" @@ -376,12 +372,6 @@ msgstr "%s 활성화된 장치가 %s 버스에 있습니다. 버스를 리셋하 msgid "Active:" msgstr "활성화:" -msgid "Address family for hostname not supported" -msgstr "호스트 이름의 주소 제품군이 지원되지 않음 " - -msgid "All requests done" -msgstr "모든 요청이 완료됨" - msgid "Allocation" msgstr "할당 " @@ -395,9 +385,6 @@ msgstr "선조 모델 %s를 CPU 모델 %s에 대해 찾을 수 없음" msgid "AnyType is missing 'type' property" msgstr "AnyType에 'type' 속성이 누락되어 있음 " -msgid "Argument buffer too small" -msgstr "인수 버퍼가 너무 작음 " - #, c-format msgid "" "At least one of name, mac, or ip attribute must be specified for static host " @@ -422,9 +409,6 @@ msgstr "모드를 지정하지 않고 %s를 생성하려 합니다 " msgid "Attribute mode is only allowed for guest CPU" msgstr "모드 속성은 게스트 CPU에 대해서만 허용됨" -msgid "Authentication failed" -msgstr "인증이 실패했습니다" - msgid "Autostart" msgstr "자동 시작" @@ -445,9 +429,6 @@ msgstr "네트워크 '%s'의 <forward>에서 <nat>에 있는 잘못된 ipv4 종 msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "네트워크 '%s'의 <forward>에서 <nat>에 있는 잘못된 ipv4 시작 주소 '%s'" -msgid "Bad value for ai_flags" -msgstr "ai_flags에 대해 잘못된 값 " - msgid "Bad value for nativeMode" msgstr "nativeMode의 잘못된 값 " @@ -652,15 +633,9 @@ msgstr "pid 파일 경로를 지정할 수 없습니다." msgid "Can't determine socket paths" msgstr "소켓 경로를 지정할 수 없음 " -msgid "Can't determine user directory" -msgstr "사용자 디렉토리를 지정할 수 없음 " - msgid "Can't initialize access manager" msgstr "액세스 관리자를 초기화할 수 없음" -msgid "Can't initialize logging" -msgstr "로깅을 초기화할 수 없음 " - #, c-format msgid "Can't load config file: %s: %s" msgstr "설정 파일을 로드할 수 없음: %s: %s" @@ -731,9 +706,6 @@ msgstr "디렉토리 '%s'를 삭제할 수 없음" msgid "Cannot delete file '%s'" msgstr "파일 '%s'을 삭제할 수 없음 " -msgid "Cannot determine free memory" -msgstr "여유 메모리를 지정할 수 없음" - msgid "Cannot enable general autostart option without affecting other domains" msgstr "" "다른 도메인에 영향을 주지 않고 일반 자동 시작 옵션을 사용할 수 없습니다" @@ -864,10 +836,6 @@ msgstr "컨트롤러 인덱스 %s를 구문 분석할 수 없습니다" msgid "Cannot parse mode string" msgstr "모드 문자열을 구문 분석할 수 없습니다" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "'%s'에서 숫자를 구문 분석할 수 없습니다 " - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "소켓 주소 '%s'를 구문 분석할 수 없음: %s" @@ -992,9 +960,6 @@ msgstr "사전 지정된 UUID를 사용할 수 없음 " msgid "Capacity" msgstr "용량 " -msgid "Capacity cannot be empty." -msgstr "용량을 비워둘 수 없습니다." - msgid "Capacity:" msgstr "용량:" @@ -1103,10 +1068,6 @@ msgstr "메모리 매개 변수를 변경할 수 없음: %s" msgid "Could not change scheduler parameters: %s" msgstr "스케줄러 매개 변수를 변경할 수 없음: %s" -#, c-format -msgid "Could not close %s" -msgstr "%s을 종료할 수 없음" - msgid "Could not configure network" msgstr "네트워크를 설정할 수 없음" @@ -1459,10 +1420,6 @@ msgstr "'%s'에서 반환 코드를 분석할 수 없습니다 " msgid "Could not parse usb file %s" msgstr "usb 파일 %s를 구문분석 할 수 없음" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "'%s'에서 버전 번호를 구문 분석할 수 없습니다" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "설정에서 %s'를 읽을 수 없음 (컨테이너 %d에 대해)" @@ -2052,23 +2009,10 @@ msgstr "'%s' 자식 프로세스 생성시 오류 발생" msgid "Error opening file %s" msgstr "파일 %s을(를) 읽어들이는데 오류" -msgid "Error parsing 'path'. Invalid characters." -msgstr "'path' 구문 분석 올. 잘못된 문자." - -msgid "Error parsing volume XML." -msgstr "볼륨 XML을 구문 분석하는데 실패했습니다. " - #, c-format msgid "Error reading secret: %s" msgstr "비밀정보 읽기 오류: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "%s 주소 정보를 얻는 중 오류 발생" - -msgid "Error while opening SSH session." -msgstr "SSH 세션을 여는 중 오류 발생" - msgid "" "Exactly one 'cell' element per guest NUMA cell allowed, non-contiguous " "ranges or ranges not starting from 0 are not allowed" @@ -2192,10 +2136,6 @@ msgstr "호스트 CPU를 %s와 비교하는 데 실패" msgid "Failed to compile regex %s" msgstr "정규식 %s를 컴파일하는 데 실패" -#, c-format -msgid "Failed to connect to %s" -msgstr "%s에 연결하는 데 실패" - #, c-format msgid "Failed to convert '%s' to int" msgstr "'%s'를 정수로 변환하는데 실패" @@ -2260,9 +2200,6 @@ msgstr "%s에서 네트워크 생성하기 실패" msgid "Failed to create node device from %s" msgstr "%s로부터 노드 장치를 생성하는 데 실패" -msgid "Failed to create pipe" -msgstr "파이프 생성에 실패" - #, c-format msgid "Failed to create pool %s" msgstr "풀 %s를 생성하는 데 실패" @@ -2700,10 +2637,6 @@ msgstr "%s에 대한 PIC 설정 공간을 읽는 데 실패했습니다" msgid "Failed to read file '%s'" msgstr "'%s' 파일 읽기 실패" -#, c-format -msgid "Failed to read from %s" -msgstr "%s에서 읽기 실패 " - #, c-format msgid "Failed to read product/vendor ID for %s" msgstr "%s의 벤더/생산자 ID를 읽는 데 실패했습니다" @@ -2931,9 +2864,6 @@ msgstr "%zu 바이트를 저장소 볼륨(경로 '%s')에 쓰는 데 실패했 msgid "Failure action %s is not supported by sanlock" msgstr "실패 동작 %s은 sanlock에 의해 지원되지 않습니다 " -msgid "Failure establishing SSH session." -msgstr "SSH 세션 설정 중 실패" - #, c-format msgid "Family 'ipv6' specified for non-IPv6 address '%s' in network '%s'" msgstr "네트워크 '%s'에서 비 IPv6 주소 '%s'에 대해 지정된 'ipv6' 제품군" @@ -3205,9 +3135,6 @@ msgstr "인터페이스를 찾을 수 없음" msgid "Interface not found: %s" msgstr "인터페이스를 찾을 수 없음: %s" -msgid "Interrupted by a signal" -msgstr "시그널에 의해 중단됨" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "vlan <tag> 요소에서 잘못된 \"nativeMode='%s'\" " @@ -3567,9 +3494,6 @@ msgstr "ManagedObjectReference에 'type' 속성이 누락되어 있음 " msgid "Max memory:" msgstr "최대 메모리:" -msgid "Memory allocation failure" -msgstr "메모리 할당 실패 " - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -3850,9 +3774,6 @@ msgstr "이름" msgid "Name of chain is longer than %u characters" msgstr "체인 이름이 %u 문자 보다 깁니다 " -msgid "Name or service not known" -msgstr "이름이나 서비스를 알 수 없음 " - msgid "Name:" msgstr "이름:" @@ -3968,9 +3889,6 @@ msgstr "호스트 '%s'의 IP 주소를 찾을 수 없음: %s" msgid "No JSON parser implementation is available" msgstr "구현된 JSON 구문분석기가 없습니다" -msgid "No address associated with hostname" -msgstr "호스트 이름과 연관된 주소가 없음 " - msgid "No bridge node in xml document" msgstr "xml 문서에 브리지 노드가 없습니다 " @@ -4049,9 +3967,6 @@ msgstr "취소할 수 없는 작업이 응답하지 않는 질문에 의해 차 msgid "Non-empty feature list specified without CPU model" msgstr "CPU 모델이 빠진 상태에서 특징 목록이 지정되었습니다" -msgid "Non-recoverable failure in name resolution" -msgstr "이름 확인에서 복구할 수 없는 오류가 발생했습니다" - msgid "None" msgstr "없음" @@ -4172,9 +4087,6 @@ msgstr "통과 " msgid "PCI bus 0 slot 1 is reserved for the implicit LPC PCI-ISA bridge" msgstr "PCI 버스 0 슬롯 1은 암시적 LPC PCI-ISA 브릿지에 예약되어 있습니다" -msgid "PCI host devices must use 'pci' address type" -msgstr "PIC 호스트 장치는 'pci' 주소 유형을 사용해야만 합니다." - msgid "POST operation failed" msgstr "POST 작업 실패" @@ -4182,9 +4094,6 @@ msgstr "POST 작업 실패" msgid "POST operation failed: %s" msgstr "POST 작업 실패: %s" -msgid "Parameter string not correctly encoded" -msgstr "매개 변수 문자열이 올바르게 인코딩되지 않음" - msgid "Parent" msgstr "부모 " @@ -4303,9 +4212,6 @@ msgstr "우선 순위 '%d'가 유효한 범위 [%d,%d] 밖에 있습니다 " msgid "Process CPU affinity is not supported on this platform" msgstr "CPU 친화도 처리가 이 플랫폼에서는 지원되지 않습니다" -msgid "Processing request in progress" -msgstr "요청 처리 중 " - #, c-format msgid "" "Query parameter 'auto_answer' has unexpected value '%s' (should be 0 or 1)" @@ -4377,12 +4283,6 @@ msgstr "%s 장치에 대해 이동식 미디어가 지원되지 않음" msgid "Renaming domains on migration not supported" msgstr "마이그레이션에서 도메인 이름을 다시 지정하는 것은 지원되지 않습니다" -msgid "Request canceled" -msgstr "요청 취소 " - -msgid "Request not canceled" -msgstr "요청이 취소되지 않음" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "요청한 장치 '%s'가 잠금 파일 '%s' (프로세스 %lld)에 의해 잠겨있습니다" @@ -4561,9 +4461,6 @@ msgstr "보안 모델 찾을 수 없음: %s" msgid "Security model:" msgstr "모안 모델:" -msgid "Servname not supported for ai_socktype" -msgstr "ai_socktype에 대해 Servname이 지원되지 않음" - msgid "Set a secret value." msgstr "비밀정보 값을 설정." @@ -4682,9 +4579,6 @@ msgstr "저장소 볼륨을 찾을 수 없음" msgid "Storage volume not found: %s" msgstr "저장소 볼륨을 찾을 수 없음: %s" -msgid "StoragePool name already exists." -msgstr "저장소 풀 이름이 이미 존재합니다. " - msgid "Support for SELinux is not enabled" msgstr "SELinux 지원이 활성화되어 있지 않습니다 " @@ -4694,9 +4588,6 @@ msgstr "실행중인 도메인 중지." msgid "Suspend operation failed" msgstr "일시정지 동작이 실패했습니다" -msgid "System error" -msgstr "시스템 오류 " - msgid "System is in use" msgstr "시스템이 사용중입니다 " @@ -5056,9 +4947,6 @@ msgstr "대상 비디오 카드 vram %u이 소스 %u와 일치하지 않음" msgid "Target watchdog model %s does not match source %s" msgstr "대상 와치독 모델 %s이 소스 %s와 일치하지 않음" -msgid "Temporary failure in name resolution" -msgstr "이름 확인에 일시적인 오류가 발생했습니다 " - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -5190,9 +5078,6 @@ msgstr "" " 종료하기 위해 'quit'입력\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "UNIX 도메인 소켓이 이 플랫폼에서 지원되지 않습니다 " - msgid "URI is missing the server part" msgstr "URI에 서버 부분이 누락되어 있습니다 " @@ -5231,9 +5116,6 @@ msgstr "파일 설명자 %d에 액세스할 수 없습니다 " msgid "Unable to access stream for '%s'" msgstr "'%s'의 스트림을 액세스할 수 없음 " -msgid "Unable to add LPAR to the table" -msgstr "LPAR를 테이블에 추가할 수 없음 " - msgid "Unable to add epoll fd" msgstr "epoll fd를 추가할 수 없습니다 " @@ -5266,18 +5148,6 @@ msgstr "루트 디렉터리로 cd하기 실패" msgid "Unable to create %s" msgstr "%s을 생성할 수 없음 " -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "LPAR를 생성할 수 없습니다. 원인: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "저장소 풀을 생성할 수 없음: %s" - -#, c-format -msgid "Unable to create Volume: %s" -msgstr "볼륨을 생성할 수 없음: %s" - msgid "Unable to create blkid library handle" msgstr "blkid 라이브러리 핸들을 생성할 수 없습니다 " @@ -5285,12 +5155,6 @@ msgstr "blkid 라이브러리 핸들을 생성할 수 없습니다 " msgid "Unable to create device %s" msgstr "장치 %s을 생성할 수 없음 " -msgid "Unable to create new virtual adapter" -msgstr "새 가상 어댑터를 생성할 수 없음 " - -msgid "Unable to create pipe" -msgstr "파이프를 생성할 수 없습니다 " - msgid "Unable to create socket" msgstr "소켓을 만들 수 없습니다" @@ -5298,45 +5162,6 @@ msgstr "소켓을 만들 수 없습니다" msgid "Unable to detect filesystem for %s" msgstr "%s의 파일 시스템을 감지할 수 없습니다 " -msgid "Unable to determine domain's CPU." -msgstr "도메인의 CPU를 지정할 수 없습니다. " - -msgid "Unable to determine domain's max memory." -msgstr "도메인의 최대 메모리를 지정할 수 없습니다. " - -msgid "Unable to determine domain's memory." -msgstr "도메인의 메모리를 지정할 수 없습니다. " - -msgid "Unable to determine domain's name." -msgstr "도메인의 이름을 지정할 수 없습니다. " - -msgid "Unable to determine number of domains." -msgstr "도메인 수를 지정할 수 없습니다. " - -msgid "Unable to determine storage pool's name." -msgstr "저장소 풀의 이름을 지정할 수 없습니다. " - -msgid "Unable to determine storage pool's uuid." -msgstr "저장소 풀의 uuid를 지정할 수 없습니다. " - -msgid "Unable to determine storage pools's size." -msgstr "저장소 풀의 크기를 지정할 수 없습니다. " - -msgid "Unable to determine storage pools's source adapter." -msgstr "저장소 풀의 소스 어댑터를 지정할 수 없습니다. " - -msgid "Unable to determine storage sp's name." -msgstr "저장소 sp의 이름을 지정할 수 없습니다. " - -msgid "Unable to determine storage sp's uuid." -msgstr "저장소 sp의 uuid를 지정할 수 없습니다. " - -msgid "Unable to determine storage sps's size." -msgstr "저장소 sp의 크기를 지정할 수 없습니다. " - -msgid "Unable to determine storage sps's source adapter." -msgstr "저장소 sp의 소스 어댑터를 지정할 수 없습니다. " - #, c-format msgid "Unable to find correct value in 'bonding/arp_validate' for '%s'" msgstr "'%s'의 'bonding/arp_validate'에서 올바른 값을 찾을 수 없습니다 " @@ -5352,18 +5177,9 @@ msgstr "%s의 파일 시스템 유형을 찾을 수 없습니다 " msgid "Unable to format guestfwd port" msgstr "guestfwd 포트를 초기화할 수 없음" -msgid "Unable to generate random uuid." -msgstr "임의의 uuid를 생성할 수 없습니다. " - msgid "Unable to get Capabilities" msgstr "기능을 가져올 수 없습니다" -msgid "Unable to get VIOS name" -msgstr "VIOS 이름을 구할 수 없음 " - -msgid "Unable to get VIOS profile name." -msgstr "VIOS 프로파일 이름을 구할 수 없습니다. " - msgid "Unable to get cpu map" msgstr "cpu map을 얻을 수 없음" @@ -5413,10 +5229,6 @@ msgstr "UNIX 소켓을 열 수 없음 " msgid "Unable to open filesystem %s" msgstr "파일 시스템 %s을 여는데 실패했습니다 " -#, c-format -msgid "Unable to open monitor path %s" -msgstr "모니터 경로 %s를 열 수 없음" - #, c-format msgid "Unable to open stream for '%s'" msgstr "'%s'의 스트림을 열 수 없음 " @@ -5443,9 +5255,6 @@ msgstr "잠금 상태 %s를 구문 분석할 수 없습니다 " msgid "Unable to parse quota" msgstr "쿼타를 구문 분석할 수 없습니다" -msgid "Unable to put monitor into non-blocking mode" -msgstr "모니터를 비-블로킹 모드로 설정할 수 없음" - #, c-format msgid "Unable to read %s" msgstr "%s를 읽을 수 없습니다 " @@ -5483,9 +5292,6 @@ msgstr "사용자 '%s'의 SELinux 문맥을 설정할 수 없음" msgid "Unable to set monitor close-on-exec flag" msgstr "모니터의 close-on-exec 플래그를 설정할 수 없음" -msgid "Unable to write information to local file." -msgstr "로컬 파일에 정보를 쓸 수 없습니다. " - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "pid 파일 '%s/%s.pid' 쓰기 실패" @@ -5919,12 +5725,6 @@ msgstr "부모 스냅샷을 표시하는 칼럼 추가 " msgid "address type='%s' not supported in hostdev interfaces" msgstr "hostdev 인터페이스에서 주소 형식 ='%s'은 지원되지 않습니다" -msgid "ai_family not supported" -msgstr "ai_family가 지원되지 않음 " - -msgid "ai_socktype not supported" -msgstr "ai_socktype이 지원되지 않음 " - msgid "allow cloning to new name" msgstr "새 이름으로 복제하는 것을 허용" @@ -6176,9 +5976,6 @@ msgstr "로그 디렉터리 %s를 생성할 수 없음" msgid "cannot create path '%s'" msgstr "경로 %s를 생성할 수 없음" -msgid "cannot create pipe" -msgstr "파이프를 생성할 수 없음" - #, c-format msgid "cannot decode CPU data for %s architecture" msgstr "%s 아키텍쳐에 대한 CPU 데이터를 복호화 할 수 없음" @@ -6807,10 +6604,6 @@ msgstr "Xen 하이퍼바이저 항목을 사용할 수 없음" msgid "could not use Xen hypervisor entry %s" msgstr "Xen 하이퍼바이저 항목 %s을 사용할 수 없음" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "pidfile %s(%d에 대한)에 쓸 수 없음" - #, c-format msgid "" "couldn't find a portgroup entry in network '%s' matching <portgroup " @@ -7414,9 +7207,6 @@ msgstr "볼륨 '%s/%s' 생성 실패" msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "인터페이스 %s 삭제 (중지) 실패: %s%s%s" -msgid "failed to determine host name" -msgstr "호스트 이름을 결정하는 데 실패" - msgid "failed to enable IP forwarding" msgstr "IP 포워딩을 활성화하는 데 실패" @@ -7793,9 +7583,6 @@ msgstr "도메인에 대한 메모리 통계를 얻음" msgid "get network interface stats for a domain" msgstr "도메인의 네트워크 인터페이스 상태 보기" -msgid "getting time of day" -msgstr "시간 읽어오는 중" - msgid "gracefully shutdown a domain" msgstr "도메인을 종료" @@ -9449,9 +9236,6 @@ msgstr "pid" msgid "pid_value in %s is too large" msgstr "%s에 있는 pid_value가 너무 큽니다 " -msgid "poll on socket failed" -msgstr "소켓 폴링이 실패했습니다" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "풀 '%s'이 이미 uuid %s로 존재합니다" @@ -9540,10 +9324,6 @@ msgstr "프로토콜에 패밀리 특성이 빠졌습니다" msgid "ps2 bus does not support %s input device" msgstr "ps2 버스는 %s 입력 장치를 지원하지 않음 " -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: 현재 디렉터리를 얻을 수 없음: %s" - #, c-format msgid "qemu emulator '%s' does not support xen" msgstr "qeum 에뮬레이터 '%s'가 xen을 지원하지 않습니다" @@ -10264,10 +10044,6 @@ msgstr "'%s:%s'에 서버를 연결할 수 없음" msgid "unable to create hugepage path %s" msgstr "hugepage 경로 %s를 만들 수 없음" -#, c-format -msgid "unable to create pipe for %s" -msgstr "%s의 파이프를 생성할 수 없음" - #, c-format msgid "unable to create rundir %s: %s" msgstr "rundir %s를 생성할 수 없습니다: %s" @@ -10330,12 +10106,6 @@ msgstr "뮤텍스를 초기화할 수 없음 " msgid "unable to initialize VirtualBox driver API" msgstr "VirtualBox 드라이버 API를 초기화할 수 없습니다" -msgid "unable to make pipe" -msgstr "파이프를 만들 수 없음" - -msgid "unable to open pipe" -msgstr "파이프를 열 수 없음" - msgid "unable to open stream" msgstr "스트림을 열 수 없음" @@ -11312,10 +11082,6 @@ msgstr "지원하지 않는 디스크 형식" msgid "unsupported disk type %s" msgstr "지원되지 않는 디스크 유형 %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "지원되지 않는 디스크 유형 '%s'" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "드라이버 이름 '%s'가 디스크 '%s'에 대해 지원되지 않음" @@ -11624,10 +11390,6 @@ msgstr "xml 수정은 지원되지 않음" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime 값 '%s' 에 예상치 않는 형식이 있음 " -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime 값 '%s' 이 목적지에 대해 너무 김 " - msgid "y - yes, start editor again" msgstr "y - 예, 편집기를 다시 시작합니다" diff --git a/po/mk.mini.po b/po/mk.mini.po index 787e321301..e693ed1fbf 100644 --- a/po/mk.mini.po +++ b/po/mk.mini.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-27 08:02+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/fedora/" @@ -759,9 +759,6 @@ msgstr "Датотеката што го содржи описот на XML-до msgid "file containing an XML network description" msgstr "XML-датотеката со описот на мрежата" -msgid "getting time of day" -msgstr "преземам време во денот" - msgid "gracefully shutdown a domain" msgstr "го гаси доменот по мирен пат" diff --git a/po/ml.mini.po b/po/ml.mini.po index d87323bdec..8f6b8a538c 100644 --- a/po/ml.mini.po +++ b/po/ml.mini.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-27 10:04+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/libvirt/" @@ -383,10 +383,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s' controller cannot be hot plugged." msgstr "'%s' കണ്ട്രോളര് ഹോട്ട് പ്ലഗ്ഗ് ചെയ്യുവാന് സാധ്യമല്ല" @@ -651,19 +647,12 @@ msgstr "ഈ ഡൊമെയിനു് സജീവമായ കണ്സോ msgid "Active:" msgstr "സജീവം:" -msgid "Address family for hostname not supported" -msgstr "ഹോസ്റ്റ്നാമത്തിന് വിലാസ കുടുംബ പിന്തുണയില്ല" - #, c-format msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "" "കോര് ഡമ്പ് ചെയ്തതിനു ശേഷം libxenlight ഉപയോഗിച്ച് ഡൊമെയിന് '%d' പുനരാരംഭിക്കുന്നതില് " "പരാജയപ്പെട്ടു" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "ഏജന്റ് പാത്ത് %s ലക്ഷ്യത്തെ അപേക്ഷിച്ച് വളരെ വലുതാണ്" - msgid "All identities provided by the SSH Agent were rejected" msgstr "SSH ഏജന്റ് ലഭ്യമാക്കിയ എല്ലാ തിരിച്ചറിയല് സംവിധാനങ്ങളും നിഷേധിച്ചിരിയ്ക്കുന്നു" @@ -673,9 +662,6 @@ msgid "" msgstr "" "അനുമതികളോടെ ലഭ്യമാക്കിയ ആധികാരികത ഉറപ്പാക്കല് സംവിധാനങ്ങള് സര്വര് നിഷേധിച്ചിരിയിക്കുന്നു" -msgid "All requests done" -msgstr "എല്ലാ ആവശ്യങ്ങളും പൂര്ത്തിയായിരിയ്ക്കുന്നു" - msgid "Allocation" msgstr "സ്ഥലം ലഭ്യമാക്കല്" @@ -699,9 +685,6 @@ msgstr "ഡൊമെയിന് %s-നു് നിലവില് മറ msgid "AnyType is missing 'type' property" msgstr "AnyType-ല് 'type' വിശേഷത ലഭ്യമല്ല" -msgid "Argument buffer too small" -msgstr "ആര്ഗ്യുമെന്റ് ബഫര് വളരെ ചെറുതാണു്" - msgid "Arguments must be non null" msgstr "ആര്ഗ്യുമെന്റുകള് കാലിയാകുവാന് പാടില്ല" @@ -754,9 +737,6 @@ msgstr "'%s' നെ നാറ്റ് ചെയ്യാന് ശ്രമ msgid "Attribute mode is only allowed for guest CPU" msgstr "ആട്ട്രിബ്യൂട്ട് മോഡ് ഗസ്റ്റ് സി.പി.യു.-വിനു മാത്രമേ " -msgid "Authentication failed" -msgstr "തിരിച്ചറിയല് പരാജയപ്പെട്ടു" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -793,9 +773,6 @@ msgstr "തെറ്റായ ipv4 അവസാന വിലാസം '%s', <nat msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "തെറ്റായ ipv4 ആരംഭ വിലാസം '%s', <nat>-ല്, <forward>-ല്, '%s' നെറ്റ്വര്ക്കില്" -msgid "Bad value for ai_flags" -msgstr "ai_flags-ന് തെറ്റായ മൂല്യങ്ങള്" - msgid "Bad value for nativeMode" msgstr "nativeMode-നു് തെറ്റായ മൂല്ല്യം" @@ -1071,18 +1048,12 @@ msgstr "പി.ഐ.ഡി. പാത നിര്ണയിക്കുവാ msgid "Can't determine socket paths" msgstr "സോക്കെറ്റ് പാതകള് നിര്ണയിക്കുവാന് സാധിക്കുന്നില്ല" -msgid "Can't determine user directory" -msgstr "ഉപയോക്താവിനുള്ള ഡയറക്ടറി കണ്ടുപിടിയ്ക്കുവാന് സാധ്യമല്ല" - msgid "Can't find prlctl command in the PATH env" msgstr "PATH env ല് prlctl കമാന്റ് കണ്ടെത്താനായില്ല" msgid "Can't initialize access manager" msgstr "ആക്സസ്സ്മാനേജര് ആരംഭിയ്ക്കുവാന് സാധ്യമല്ല" -msgid "Can't initialize logging" -msgstr "ലോഗ്ഗിങ് ആരംഭിയ്ക്കുവാന് സാധ്യമല്ല" - #, c-format msgid "Can't load config file: %s: %s" msgstr "ക്രമീകരണ ഫയല് ലഭ്യമാക്കുവാന് സാധ്യമല്ല: %s: %s" @@ -1197,9 +1168,6 @@ msgstr "'%s' ഫയല് വെട്ടി നീക്കുവാന് msgid "Cannot determine balloon device path" msgstr "balloon ഡിവൈസ് പാഥ് കണ്ടുപിടിയ്ക്കുവാന് സാധ്യമല്ല" -msgid "Cannot determine free memory" -msgstr "ഉപയോഗത്തിലില്ലാത്ത മെമ്മറി ലഭ്യമാക്കുവാന് സാധ്യമല്ല" - msgid "Cannot determine system clock HZ" msgstr "സിസ്റ്റം ക്ലോക്ക് HZ കണ്ടുപിടിയ്ക്കുവാന് സാധ്യമല്ല" @@ -1391,10 +1359,6 @@ msgstr "കണ്ട്രോളര് സൂചിക %s പാഴ്സ് msgid "Cannot parse mode string" msgstr "മോഡ് സ്ട്രിങ് പാഴ്സ് ചെയ്യുവാന് സാധ്യമല്ല" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "'%s'-ല് നിന്നുള്ള നംബര് പാഴ്സ് ചെയ്യുവാന് സാധ്യമല്ല" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "'%s' എന്ന സോക്കറ്റ് വിലാസം മനസ്സിലാകുന്നില്ല: %s" @@ -1572,9 +1536,6 @@ msgstr "ഡേറ്റാ സൂക്ഷിയ്ക്കുവാന് msgid "Capacity" msgstr "ശേഷി" -msgid "Capacity cannot be empty." -msgstr "വ്യാപ്തി കാലിയാകുവാന് സാധ്യമല്ല." - msgid "Capacity:" msgstr "വ്യാപ്തി:" @@ -1838,10 +1799,6 @@ msgstr "മെമ്മറി പരാമീറ്ററുകള് മാ msgid "Could not change scheduler parameters: %s" msgstr "ഷെഡ്യൂളര് പരാമീറ്ററുകള് മാറ്റുവാന് സാധ്യമല്ല: %s" -#, c-format -msgid "Could not close %s" -msgstr "%s അടയ്ക്കുവാന് സാധ്യമല്ല" - msgid "Could not configure network" msgstr "നെറ്റ്വര്ക്ക് ക്രമീകരിക്കുവാന് സാധ്യമല്ല" @@ -1862,14 +1819,6 @@ msgstr "സഹജമായ ക്രമീകരണം പകര്ത്ത msgid "Could not copy volume: %s" msgstr "വോള്യം പകര്ത്തുവാന് സാധ്യമല്ല: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "സെഷന് ഇന്സ്റ്റന്സ് തയ്യാറാക്കുവാന് സാധ്യമല്ല, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "വിര്ച്ച്വല് ബോക്സ് ഇന്സ്റ്റന്സ് ഉണ്ടാക്കാനായില്ല, rc = 0x%08x" - msgid "Could not create filter" msgstr "ഫില്റ്റര് തയ്യാറാക്കുവാന് സാധ്യമല്ല" @@ -1906,9 +1855,6 @@ msgstr "വലി-പ്രതികരണം (പുള് റെസ്പ msgid "Could not destroy domain: %s" msgstr "ഡൊമെയിന് നശിപ്പിയ്ക്കുവാനായില്ല: %s" -msgid "Could not determine home directory" -msgstr "ആസ്ഥാന ഡയറക്ടറി കണ്ടുപിടിയ്ക്കുവാന് സാധ്യമല്ല" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "%s സ്ട്രിങിനുള്ള കേര്ണല് പതിപ്പു് കണ്ടുപിടിയ്ക്കുവാനായില്ല" @@ -2273,10 +2219,6 @@ msgstr "'bonding/use_carrier' '%s' പാഴ്സ് ചെയ്യുവാ msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "'bridge/stp_state' '%s' പാഴ്സ് ചെയ്യുവാന് സാധ്യമല്ല, '%s'-നുള്ളതു്" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "'%s' ല് നിന്നും IID മനസ്സിലായില്ല, rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "എംടിയു മൂല്ല്യം '%s' പാഴ്സ് ചെയ്യുവാന് സാധ്യമല്ല" @@ -2322,14 +2264,6 @@ msgstr "%s എന്ന യുഎസ്ബി ഫയല് മനസ്സി msgid "Could not parse valid disk index from '%s'" msgstr "'%s'-ല് നിന്നും ശരിയായ ഡിസ്ക് സൂചിക പാഴ്സ് ചെയ്യുവാന് സാധ്യമല്ല" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "'%s'-ല് നിന്നും പതിപ്പു് നംബര് പാഴ്സ് ചെയ്യുവാന് സാധ്യമല്ല" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "'%s\\%s' എന്ന രജിസ്ട്രി വില എത്രയാണെന്നു് നോക്കാന് സാധിച്ചില്ല" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "" @@ -2485,9 +2419,6 @@ msgstr "ഡിസ്ക് വിലാസം ഉറപ്പാക്കുവ msgid "Could not wipe volume: %s" msgstr "വോള്യം വെടിപ്പാക്കുവാന് സാധ്യമല്ല: %s" -msgid "Could not write to stream" -msgstr "സ്ട്രീമിലേക്കു് സൂക്ഷിയ്ക്കുവാന് സാധ്യമല്ല" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "'%s' ഡിവൈസിനുള്ള ലോക്ക് ഫയല് തയ്യാറാക്കുവാനായില്ല, '%s' പാഥില്" @@ -2928,9 +2859,6 @@ msgstr "" "ആദ്യത്തെ ഫയല് അടിസ്ഥാനത്തിലുള്ള ഹാര്ഡ് ഡിസ്കുകള് ഡൊമെയിന് എക്സ്എംഎലില് ലഭ്യമല്ല, വിഎംഎക്സ് ഫയലില് " "നിന്നും ഡേറ്റാസ്റ്റോര് അല്ലെങ്കില് പാഥ് ലഭ്യമല്ല" -msgid "Domain XML must contain at least one <disk> element." -msgstr "ഡൊമൈന് എക്സ് എം എല് ഫയലില് കുറഞ്ഞത് ഒരു <disk> എന്ന ഫീല്ഡ് എങ്കിലും വേണാം " - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "ഡൊമെയിന് നിലവിലുണ്ടു്, നിലവിലുള്ള ഡൊമെയിനുകള് ചിട്ടപ്പെടുത്തുന്നതു് പിന്തുണയ്ക്കുന്നില്ല" @@ -3154,12 +3082,6 @@ msgstr "പിശക് അറിയിക്കുന്ന കോള്ബ msgid "Error opening file %s" msgstr "%s എന്ന ഫയല് തുറക്കുന്നതില് പിശക്" -msgid "Error parsing 'path'. Invalid characters." -msgstr "'പാഥ്' പാഴ്സ് ചെയ്യുന്നതില് പിശക്. തെറ്റായ അക്ഷരങ്ങള്" - -msgid "Error parsing volume XML." -msgstr "വോള്യം എക്സ്എംഎല് പാഴ്സ് ചെയ്യുന്നതില് പിശക്" - #, c-format msgid "Error reading secret: %s" msgstr "രഹസ്യം ലഭ്യമാക്കുന്നതില് പിശക്: %s" @@ -3171,13 +3093,6 @@ msgstr "ഫയര്വാള് തയ്യാറാക്കുന് msgid "Error while building firewall: %s" msgstr "ഫയര്വാള് തയ്യാറാക്കുന്നതില് പിശക്: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "%s വിലാസ വിവരം ലഭ്യമാക്കുന്നതില് പിശക്" - -msgid "Error while opening SSH session." -msgstr "SSH സെഷന് തുറക്കുന്നതില് പിശക്." - msgid "Error while processing command's IO" msgstr "കമാന്ഡുകളുടെ ഐഒ നടപ്പിലാക്കുന്നതില് പിശക്" @@ -3190,10 +3105,6 @@ msgstr "/proc/cgroups ലഭ്യമാക്കുമ്പോള് പി msgid "Error while reading the domain name" msgstr "ഡൊമെയിന് നാമം ലഭ്യമാക്കുമ്പോള് പിശക്" -#, c-format -msgid "Escape character is %s\n" -msgstr "%s ആണ് എസ്കേപ്പ് ക്യാരക്റ്റര്\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "ഈതെര്നെറ്റ് കണ്ട്രോളര് അനുക്രമണിക %d പരിധിക്കു [0..3] പുറത്താണ്" @@ -3565,10 +3476,6 @@ msgstr "ട്രീ പട്ടിക പൂര്ത്തിയാക് msgid "Failed to connect socket to '%s'" msgstr "'%s'-ലേക്കു് സോക്കറ്റ് കണക്ട് ചെയ്യുന്നതില് പരാജയപ്പെട്ടു" -#, c-format -msgid "Failed to connect to %s" -msgstr "'%s'-ലേക്ക് കണക്ട് ചെയ്യുന്നതില് പരാജയം" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "റിമോട്ട് libvirt യുആര്ഐ %s-ലേക്കു് കണക്ട് ചെയ്യുന്നതില് പരാജയപ്പെട്ടു: %s" @@ -3665,9 +3572,6 @@ msgstr "%s-ല് നിന്നും നെറ്റ്വര്ക msgid "Failed to create node device from %s" msgstr "%s-ല് നിന്നും നോഡ് ഡിവൈസ് ഉണ്ടാക്കുന്നതില് പരാജയപ്പെട്ടു" -msgid "Failed to create pipe" -msgstr "പൈപ്പ് ഉണ്ടാക്കുന്നതില് പരാജയം" - #, c-format msgid "Failed to create pool %s" msgstr "പൂള് %s ഉണ്ടാക്കുന്നതില് പരാജയപ്പെട്ടു" @@ -4358,10 +4262,6 @@ msgstr "%s നു് വേണ്ടി പിസിഐ കോണ്ഫിഗ msgid "Failed to read file '%s'" msgstr "'%s' ഫയല് ലഭ്യമാക്കുന്നതില് പരാജയം" -#, c-format -msgid "Failed to read from %s" -msgstr "%s-ല് നിന്നും ലഭ്യമാക്കുവാന് സാധ്യമല്ല" - msgid "Failed to read from signal pipe" msgstr "സിഗ്നല് പൈപ്പില് നിന്നും ലഭ്യമാക്കുന്നതില് പരാജയം" @@ -4792,9 +4692,6 @@ msgstr "പരാജയപ്പെട്ടു." msgid "Failure action %s is not supported by sanlock" msgstr "പരാജയപ്പെട്ട പ്രവര്ത്തി %s സാന്ലോക്ക് പിന്തുണയ്ക്കുന്നില്ല" -msgid "Failure establishing SSH session." -msgstr "SSH സെഷന് സ്ഥാപിക്കുന്നതില് പിശക്." - msgid "Failure to mask address" msgstr "വിലാസം മാസ്ക് ചെയ്യുന്നതില് പരാജയം" @@ -4809,9 +4706,6 @@ msgstr "IPv6 അല്ലാത്ത '%s' വിലാസത്തിനു് msgid "Feature %s required by CPU model %s not found" msgstr "%s എന്ന വിശേഷത സിപിയു മോഡല് %s-നു് ആവശ്യമുണ്ടു്, പക്ഷേ ലഭ്യമല്ല" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "ഡൊമൈന് എക്സ് എം എല് ഫയലില് <disk> നു അടിയില് <src> എന്ന ഫീല്ഡ് ഇല്ല " - msgid "Field kernel memory too long for destination" msgstr "ലക്ഷ്യത്തെ അപേക്ഷിച്ച് ഫീല്ഡ് കേണല് മെമ്മറി വളരെ വലുതാണ്" @@ -4926,9 +4820,6 @@ msgstr "GET പ്രക്രിയ പരാജയപ്പെട്ടു: %s msgid "GNUTLS call error" msgstr "GNUTLS കോളില് പിശക് " -msgid "GNUTLS support not available in this build" -msgstr "ഈ ബിള്ഡില് GNUTLS പിന്തുണ ലഭ്യമല്ല" - msgid "Get block device size info for a domain." msgstr "ഒരു ഡൊമെയിനുള്ള ബ്ലോക്ക് ഡിവൈസ് വ്യാപ്തി വിവരം ലഭ്യമാക്കുക." @@ -5337,9 +5228,6 @@ msgstr "" "ഇന്റര്ഫെയിസ് തരത്തിലുള്ള hostdev നിലവില് SR-IOV വിര്ച്ച്വല് ഫംഗ്ഷനുകള്ക്കു് മാത്രം പിന്തുണ " "ലഭ്യമാക്കുന്നു" -msgid "Interrupted by a signal" -msgstr "ഒരു സിഗ്നല് തടസ്സപ്പെടുത്തിയിരിയ്ക്കുന്നു" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "vlan <tag> എലമെന്റില് തെറ്റായ \"nativeMode='%s'\"" @@ -5828,9 +5716,6 @@ msgstr "കേര്ണല് സ്വകാര്യ devpts പിന് msgid "Kernel doesn't support user namespace" msgstr "കേര്ണല് നെയിംസ്പെയിസ് പിന്തുണയ്ക്കുന്നില്ല" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "കീ കാലിയായിരിക്കണം , പവര് ഹൈപ്പെര്വൈസര് നിങ്ങള്ക്കുവേണ്ടി ഒരെണ്ണം സൃഷ്ടിക്കും " - msgid "Key of the current session differs from the key at last login" msgstr "ഇതിനു് മുമ്പു് പ്രവേശിച്ചപ്പോളുള്ള കീയും നിലവിലുള്ള സെഷന്റെ കീയും തമ്മില് വ്യത്യാസമുണ്ടു്" @@ -5955,10 +5840,6 @@ msgstr "" "'uri_aliases' ക്രമീകരണ വില '%s' വികലമാണ്, 'alias=uri://host/path' എന്ന " "രീതിയിലാണ് പ്രതീക്ഷിക്കുന്നത്" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "തെറ്റായ TLS വൈറ്റ് ലിസ്റ്റ് റെഗുലര് എക്സ്പ്രെഷന് '%s'" - #, c-format msgid "Malformed ctrl-alt-del setting '%s'" msgstr "തെറ്റായ ctrl-alt-del സജ്ജീകരണം '%s'" @@ -6014,9 +5895,6 @@ msgstr "ഏറ്റവും കൂടുതല് മെമ്മറി:" msgid "Memory '%llu' must be less than %llu" msgstr "മെമ്മറി '%llu', %llu-നേക്കാള് കുറവായിരിയ്ക്കണം" -msgid "Memory allocation failure" -msgstr "മെമ്മറി അനുവദിയ്ക്കുന്നതില് പരാജയം" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -6425,9 +6303,6 @@ msgstr "മോഡല് %s വളരെ വലുതാണു്" msgid "Model name contains invalid characters" msgstr "മോഡലിന്റെ പേരില് തെറ്റായ അക്ഷരങ്ങള്" -msgid "Monitor does not support sending of file descriptors" -msgstr "ഫയല് വിവരണങ്ങള് അയയ്ക്കുന്നതു് മോണിറ്റര് പിന്തുണയ്ക്കുന്നില്ല" - #, c-format msgid "Monitor path %s too big for destination" msgstr "മോണിറ്റര് പാഥ് %s വളരെ വലുതാണു്" @@ -6521,9 +6396,6 @@ msgstr "പേര്" msgid "Name of chain is longer than %u characters" msgstr "ശൃംഖലയുടെ പേര് %u അക്ഷരങ്ങളേക്കാള് വലുതാണ്" -msgid "Name or service not known" -msgstr "പേരു് അല്ലെങ്കില് സര്വീസ് അപരിചിതം" - msgid "Name:" msgstr "പേര്:" @@ -6691,9 +6563,6 @@ msgstr "പിസിഐ ബസുകള് ലഭ്യമല്ല" msgid "No active operation on device: %s" msgstr "ഡിവൈസില് സജീവമായ പ്രക്രിയ ലഭ്യമല്ല: %s" -msgid "No address associated with hostname" -msgstr "ഹോസ്റ്റ് നെയിം ആയിട്ട് ഒരു വിലാസവും ബന്ധപ്പെടുതിയിട്ടില്ല" - #, c-format msgid "No args present for signature %s" msgstr "%s ഒപ്പിനു് ആര്ഗ്യുമെന്റുകള് ലഭ്യമല്ല" @@ -6862,9 +6731,6 @@ msgstr "ഉത്തരം നല്കാത്ത ചോദ്യം റദ msgid "Non-empty feature list specified without CPU model" msgstr "സിപിയു മോഡല് ഇല്ലാതെ വിശേഷത പട്ടിക നല്കിയിരിയ്ക്കുന്നു" -msgid "Non-recoverable failure in name resolution" -msgstr "നാമ രസല്യൂഷനില് തിരികെ കൊണ്ടുവരാനാകാത്ത പിശക്" - msgid "None" msgstr "ഒന്നുമില്ല" @@ -6948,12 +6814,6 @@ msgstr "%d സിപിയു മാത്രമേ കാണിയ്ക്ക msgid "Only '%s' filesystem type is supported" msgstr "'%s' ഫയല്സിസ്റ്റം തരം മാത്രമേ പിന്തുണയ്ക്കുന്നുള്ളൂ" -msgid "Only 'credit' scheduler is supported" -msgstr "'credit' ഷെഡ്യൂളര് മാത്രം പിന്തുണയ്ക്കുന്നു" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "'scsi_host' അഡാപ്ടര് മാത്രം പിന്തുണയ്ക്കുന്നു" - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "ഐപിടേബിള്സിനൊപ്പം ഐപിവി4 അല്ലെങ്കില് ഐപിവി6 വിലാസങ്ങള് മാത്രമേ ഉപയോഗിയ്ക്കാവൂ" @@ -7131,9 +6991,6 @@ msgstr "" msgid "PCI device %s is not assignable" msgstr "പിസിഐ ഡിവൈസ് %s അനുവദിയ്ക്കുവാന് സാധ്യമല്ല" -msgid "PCI host devices must use 'pci' address type" -msgstr "പിസിഐ ഹോസ്റ്റ് ഡിവൈസുകള് 'pci' വിലാസ തരം ഉപയോഗിയ്ക്കണം" - msgid "POST operation failed" msgstr "POST പ്രക്രിയ പരാജയപ്പെട്ടു" @@ -7156,9 +7013,6 @@ msgstr "പരാമീറ്റര് '%s' ഒരു സ്ട്രിങ msgid "Parameter '%s' is not supported by this kernel" msgstr "ഈ കേര്ണല് പരാമീറ്റര് '%s' പിന്തുണയ്ക്കുന്നില്ല" -msgid "Parameter string not correctly encoded" -msgstr "പരാമിറ്റര് സ്ട്രിംഗ് ശരിയായി എന്കോഡ് ചെയ്തിട്ടില്ല" - msgid "Parent" msgstr "പേരന്റ്" @@ -7327,20 +7181,6 @@ msgstr "ബാക്കപ് ഇമേജില് നിന്ന് ഡി msgid "Port profile Associate failed for %s" msgstr "%s-നുള്ള പോര്ട്ട് പ്രൊഫൈല് അസോസിയേറ്റ് പരാജയപ്പെട്ടു" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"മിക്കവാറും LPAR ല് നിങ്ങള് IBM ഉപകരണങ്ങള് ഇന്സ്റ്റാള് ചെയ്തിട്ടുണ്ടാവില്ല , ദയവായി ഈ ഫീച്ചര് " -"സജീവമാക്കാന് സഹായവിഭാഗവുമായി ബന്ധപ്പെടുക" - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"മിക്കവാറും LPAR ല് നിങ്ങള് IBM ഉപകരണങ്ങള് ഇന്സ്റ്റാള് ചെയ്തിട്ടുണ്ടാവില്ല , ദയവായി ഈ ഫീച്ചര് " -"സജീവമാക്കാന് സഹായവിഭാഗവുമായി ബന്ധപ്പെടുക" - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "PrepareTunnel വിളിച്ചു, പക്ഷേ TUNNELLED ഫ്ലാഗ് സജ്ജമാക്കിയിട്ടില്ല" @@ -7394,9 +7234,6 @@ msgstr "പ്രക്രിയ %zu %p %p [[[%s]]][[[%s]]]" msgid "Process CPU affinity is not supported on this platform" msgstr "പ്രൊസസ്സിന്റെ സിപിയു അഫിനിറ്റി ഈ പ്ലാറ്റിഫോമില് പിന്തുണയ്ക്കുന്നില്ല" -msgid "Processing request in progress" -msgstr "പ്രക്രിയ പുരോഗതിയിലാണു്" - msgid "" "Property 'guest-stats-polling-interval' not found on memory balloon driver." msgstr "" @@ -7534,14 +7371,6 @@ msgstr "" "ഡൊമെയിന് നിയന്ത്രിത സൂക്ഷിപ്പ് തത്സ്വരൂപം (ഇമേജ്) നിലവിലുള്ളപ്പോള്, വേണ്ടെന്നു വയ്ക്കാനുള്ള അപേക്ഷ " "നിരസിക്കുന്നു" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "'%s\\%s' എന്ന രജിസ്ട്രി വിലയ്ക്കു് പ്രതീക്ഷിയ്ക്കാത്ത തരം" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "'%s\\%s' എന്ന രജിസ്ട്രി വില വളരെ ചെറുതാണു്" - #, c-format msgid "Remote command terminated with non-zero code: %d" msgstr "പൂജ്യമല്ലാത്ത കോഡുമായി റിമോട്ട് കമാന്ഡ് പുറത്തു് കടന്നു: %d" @@ -7570,12 +7399,6 @@ msgstr "നീക്കുമ്പോള് ഡൊമെയിനുകള msgid "Replace the domain XML associated with a saved state file" msgstr "സേവ് ചെയ്ത അവസ്ഥാ ഫയലുമായി ബന്ധപ്പെട്ട ഡൊമൈന് XML റീപ്ലെസ് ചെയ്യുക" -msgid "Request canceled" -msgstr "ആവശ്യ റദ്ദാക്കപ്പെട്ടിരിക്കുന്നു" - -msgid "Request not canceled" -msgstr "ആവശ്യം റദ്ദാക്കിയിട്ടില്ല" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "" @@ -7942,9 +7765,6 @@ msgstr "ഫയല് വിവരണങ്ങള് അയയ്ക്ക msgid "Serial port index %d out of [0..3] range" msgstr "സീരിയല് പോര്ട്ട് അനുക്രമണിക %d പരിധിക്കു പുറത്താണ് [0..3]" -msgid "Servname not supported for ai_socktype" -msgstr "ai_socktype servname-ന് പിന്തുണയില്ല" - msgid "Set a secret value." msgstr "ഒരു രഹസ്യ മൂല്ല്യം സജ്ജമാക്കുക." @@ -8237,9 +8057,6 @@ msgstr "സ്റ്റോറേജ് വോള്യം ലഭ്യമായ msgid "Storage volume not found: %s" msgstr "സ്റ്റോറേജ് വോള്യം ലഭ്യമായില്ല: %s" -msgid "StoragePool name already exists." -msgstr "StoragePool നാമം നിലവിലില്ല." - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "അയയ്ക്കുവാനുള്ള സ്ട്രീം ഡേറ്റാ വളരെ വലുതു് (%zu bytes ആവശ്യമുണ്ടു്, %zu bytes ലഭ്യം)" @@ -8291,9 +8108,6 @@ msgstr "" "അതിഥി പ്രവര്ത്തകസംവിധാനത്തിന്റെ പവര് മാനേജ്മെന്റ് ഉപയോഗിച്ച് പ്രവര്ത്തിക്കുന്ന ഡൊമൈനിനെ " "സസ്പെന്റ് ചെയ്യുക" -msgid "System error" -msgstr "സിസ്റ്റത്തില് പിഴവ്" - msgid "System is in use" msgstr "സിസ്റ്റം ഉപയോഗത്തില്" @@ -8681,9 +8495,6 @@ msgstr "ലക്ഷ്യമായ വീഡിയോ കാര്ഡ് msgid "Target watchdog model %s does not match source %s" msgstr "ലക്ഷ്യമായ വാച്ച്ഡോഗ് മോഡല് %s ഉറവിടം %s-ഉമായി യോജിക്കുന്നില്ല" -msgid "Temporary failure in name resolution" -msgstr "നാമ റെസല്യൂഷനില് താല്കാലികമായ പിശക്" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -8984,9 +8795,6 @@ msgstr "" " പുറത്ത് കടക്കുന്നതിനായി 'quit'\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "ഈ പ്ലാറ്റ്ഫോമില് യുണിക്സ് ഡൊമെയിന് സോക്കറ്റുകള് പിന്തുണയ്ക്കുന്നില്ല" - msgid "UNIX sockets are not supported on this platform" msgstr "ഈ പ്ലാറ്റ്ഫോമില് യൂണിക്സ് സോക്കറ്റുകള് പിന്തുണയ്ക്കുന്നില്ല" @@ -9045,9 +8853,6 @@ msgstr "'%s'-നുള്ള സ്ട്രീം ലഭ്യമാക്ക msgid "Unable to acquire lock on '%s'" msgstr "'%s'-ലുള്ള പൂട്ട് ലഭ്യമാക്കുവാന് സാധ്യമല്ല" -msgid "Unable to add LPAR to the table" -msgstr "പട്ടികയിലേക്കു് LPAR ചേര്ക്കുവാന് സാധ്യമല്ല" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "ബ്രിഡ്ജ് %s പോര്ട്ട് %s ചേര്ക്കുവാന് സാധ്യമായില്ല" @@ -9055,10 +8860,6 @@ msgstr "ബ്രിഡ്ജ് %s പോര്ട്ട് %s ചേര് msgid "Unable to add epoll fd" msgstr "epoll fd ചേര്ക്കുവാന് സാധ്യമല്ല" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "ഇവന്റ് ലൂപ്പിലേക്കു് %d ഹാന്ഡില് ചേര്ക്കുവാന് സാധ്യമല്ല" - #, c-format msgid "Unable to add lockspace %s" msgstr "ലോക്ക്സ്പെയിസ് %s ചേര്ക്കുവാന് സാധ്യമല്ല" @@ -9190,21 +8991,9 @@ msgstr "ജേസണ് ഫോര്മാറ്റര് ഉണ്ട msgid "Unable to create JSON parser" msgstr "ജേസണ് പാര്സര് ഉണ്ടാക്കുവാന് സാധ്യമായില്ല" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "LPAR തയ്യാറാക്കുവാന് സാധ്യമല്ല. കാരണം: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "സംഭരണ പൂള് തയ്യാറാക്കുവാന് സാധ്യമല്ല: %s" - msgid "Unable to create TAP devices on this platform" msgstr "ഈ പ്ലാറ്റ്ഫോമില് ടാപ് ഉപകരണങ്ങള് ഉണ്ടാക്കാന് സാധിയ്ക്കുന്നില്ല" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "വോള്യം തയ്യാറാക്കുവാന് സാധ്യമല്ല: %s" - msgid "Unable to create blkid library handle" msgstr "blkid ലൈബ്രറി കൈകാര്യം ചെയ്യുവാന് സാധ്യമല്ല" @@ -9241,15 +9030,6 @@ msgstr "" msgid "Unable to create migration thread" msgstr "മൈഗ്രേഷന് ത്രെഡ് തയ്യാറാക്കുവാന് സാധ്യമായില്ല" -msgid "Unable to create new virtual adapter" -msgstr "പുതിയ വിര്ച്വല് അഡാപ്റ്റര് സൃഷ്ടിക്കാനായില്ല" - -msgid "Unable to create pipe" -msgstr "പൈപ്പ് ഉണ്ടാക്കുവാന് സാധ്യമല്ല" - -msgid "Unable to create signal pipe" -msgstr "സിഗ്നല് പൈപ്പ് തയ്യാറാക്കുന്നതില് പരാജയം" - msgid "Unable to create socket" msgstr "സോക്കറ്റ് നിര്മ്മിക്കുവാന് സാധ്യമായില്ല" @@ -9293,59 +9073,10 @@ msgstr "ലോക്ക്സ്പെയിസ് ശ്രോതസ്സ് % msgid "Unable to delete port %s from OVS" msgstr "OVS ല് നിന്നും %s പോര്ട്ട് നീക്കം ചെയ്യാന് സാധിയ്ക്കുന്നില്ല" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "സ്റ്റോറേജ് പൂള് %s നശിപ്പിക്കാന് കഴിയുന്നില്ല " - #, c-format msgid "Unable to detect filesystem for %s" msgstr "%s-നുള്ള ഫയല്സിസ്റ്റം കണ്ടുപിടിയ്ക്കുവാന് സാധ്യമല്ല" -msgid "Unable to determine config directory" -msgstr "കോണ്ഫിഗ് തട്ട് നിര്ണ്ണയിയ്ക്കാനാകുന്നില്ല" - -msgid "Unable to determine domain's CPU." -msgstr "ഡൊമെയിന്റെ സിപിയു കണ്ടുപിടിയ്ക്കുവാന് സാധ്യമല്ല" - -msgid "Unable to determine domain's max memory." -msgstr "ഡൊമൈനിന്റെ പരമാവധി മെമ്മറി കണ്ടെത്താന് കഴിഞ്ഞില്ല " - -msgid "Unable to determine domain's memory." -msgstr "ഡൊമെയിന് മെമ്മറി കണ്ടുപിടിയ്ക്കുവാന് സാധ്യമല്ല" - -msgid "Unable to determine domain's name." -msgstr "ഡൊമെയിന് നാമം കണ്ടുപിടിയ്ക്കുവാന് സാധ്യമല്ല" - -msgid "Unable to determine home directory" -msgstr "ഉപയോക്താവിന്റെ സ്വന്തം തട്ട് നിര്ണ്ണയിയ്ക്കാനാകുന്നില്ല" - -msgid "Unable to determine number of domains." -msgstr "ഡൊമെയിനുകളുടെ എണ്ണം നിശ്ചയിയ്ക്കുവാന് സാധ്യമല്ല" - -msgid "Unable to determine storage pool's name." -msgstr "സ്റ്റോറേജ് പൂളിന്റെ പേരു കണ്ടെത്താനായില്ല" - -msgid "Unable to determine storage pool's uuid." -msgstr "സ്റ്റോറേജ് പൂളിന്റെ uuid കണ്ടെത്താനായില്ല" - -msgid "Unable to determine storage pools's size." -msgstr "സ്റ്റോറേജ് പൂളിന്റെ വലിപ്പം കണ്ടെത്താനായില്ല" - -msgid "Unable to determine storage pools's source adapter." -msgstr "സ്റ്റോറേജ് പൂളിന്റെ സോഴ്സ് അഡാപ്റ്റര് കണ്ടെത്താനായില്ല" - -msgid "Unable to determine storage sp's name." -msgstr "സ്റ്റോറേജ് എസ്പിയുടെ പേരു കണ്ടെത്താനായില്ല" - -msgid "Unable to determine storage sp's uuid." -msgstr "സ്റ്റോറേജ് എസ്പിയുടെ uuid കണ്ടെത്താനായില്ല" - -msgid "Unable to determine storage sps's size." -msgstr "സ്റ്റോറേജ് എസ്പിയുടെ വലുപ്പം കണ്ടെത്താനായില്ല" - -msgid "Unable to determine storage sps's source adapter." -msgstr "ര്സ്റ്റോറേജ് എസ്പിയുടെ സോഴ്സ് അഡാപ്റ്റ കണ്ടെത്താനായില്ല" - msgid "Unable to disable nagle algorithm" msgstr "nagle അല്ഗോരിഥം പ്രവര്ത്തന രഹിതമാക്കുവാന് സാധ്യമല്ല" @@ -9421,9 +9152,6 @@ msgstr "സമയം ഫോര്മാറ്റ് ചെയ്യാന് msgid "Unable to generate diffie-hellman parameters: %s" msgstr "diffie-hellman പരാമീറ്ററുകള് ലഭ്യമാക്കുവാന് സാധ്യമല്ല: %s" -msgid "Unable to generate random uuid." -msgstr "പെട്ടെന്നുള്ള uuid ലഭ്യമാക്കുവാന് സാധ്യമല്ല" - #, c-format msgid "Unable to get DBus session bus connection: %s" msgstr "ഡീബസ് സെഷന് ബസ് കണക്ഷന് ലഭ്യമാക്കുവാന് സാധ്യമല്ല: %s" @@ -9448,12 +9176,6 @@ msgstr "ഈ പ്ലാറ്റ്ഫോമിലെ %s ല് എസ് msgid "Unable to get STP on %s on this platform" msgstr "ഈ പ്ലാറ്റ്ഫോമിലെ %s ല് എസ്ടിപി എത്രയെന്നു് കാണാന് സാധിച്ചില്ല" -msgid "Unable to get VIOS name" -msgstr "VIOS നാമം ലഭ്യമാക്കുവാന് സാധ്യമല്ല" - -msgid "Unable to get VIOS profile name." -msgstr "VIOS പ്രൊഫൈല് നാമം കിട്ടിയില്ല " - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "%s സമ്പര്ക്കമുഖത്തിനുള്ള വീലാന് ലഭ്യമല്ല" @@ -9487,9 +9209,6 @@ msgstr "ഡിവൈസ് ഐഡി '%s' ലഭ്യമാക്കുവാ msgid "Unable to get domain status" msgstr "ഡൊമെയിന് അവസ്ഥ ലഭ്യമാകുന്നില്ല" -msgid "Unable to get free slot number" -msgstr "സ്വതന്ത്രമായ സ്ലോട്ട് സംഖ്യ കിട്ടിയില്ല" - #, c-format msgid "Unable to get index for interface %s" msgstr "%s സമ്പര്ക്കമുഖത്തിനുള്ള സൂചിക കിട്ടുന്നില്ല" @@ -9623,9 +9342,6 @@ msgstr "SELinux പ്രക്രിയ കോണ്ടെക്സ്റ് msgid "Unable to make TAP device non-persistent" msgstr "ടാപ് ഉപകരണം എപ്പോഴുമുള്ളതല്ലാതാക്കാന് സാധിയ്ക്കുന്നില്ല" -msgid "Unable to make pipe" -msgstr "പൈപ്പ് ഉണ്ടാക്കുന്നതില് പരാജയപ്പെട്ടു" - msgid "Unable to mark loop device as autoclear" msgstr "ഓട്ടോക്ലിയറായി ലൂപ് ഉപകരണം അടയാളപ്പെടുത്താന് സാധിച്ചില്ല" @@ -9676,10 +9392,6 @@ msgstr "%s ഫയല്സിസ്റ്റം തുറക്കുവാ msgid "Unable to open log file %s" msgstr "%s ലോഗ് ഫയല് തുറക്കുവാന് സാധ്യമല്ല" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "%s മോണിറ്റര് പാഥ് തുറക്കുവാന് സാധ്യമല്ല" - #, c-format msgid "Unable to open resource %s" msgstr "%s റിസോഴ്സ് തുറക്കുവാന് സാധ്യമല്ല" @@ -9735,9 +9447,6 @@ msgstr "കോട്ടാ പാഴ്സ് ചെയ്യുവാന് msgid "Unable to parse string parameter" msgstr "സ്റ്റ്രിംഗ് പരാമീറ്റര് പാഴ്സ് ചെയ്യുവാന് പറ്റുന്നില്ല" -msgid "Unable to poll on file handles" -msgstr "ഫയല് ഹാന്ഡിലുകളില് പോള് ചെയ്യുവാന് സാധ്യമല്ല" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "chardev ഫയല് '%s' മുമ്പു് തയ്യാറാക്കുവാന് സാധ്യമല്ല" @@ -9746,9 +9455,6 @@ msgstr "chardev ഫയല് '%s' മുമ്പു് തയ്യാറാ msgid "Unable to process file with flags %d" msgstr "%d കൊടികളുള്ള ഫയല് കൈകാര്യം ചെയ്യാന് സാധിയ്ക്കുന്നില്ല" -msgid "Unable to put monitor into non-blocking mode" -msgstr "മോണിറ്ററിനെ നോണ്-ബ്ലോക്കിങ് മോഡിലേക്കു് സജ്ജാക്കുവാന് സാധ്യമല്ല" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "സര്ട്ടിഫിക്കേറ്റ് %s അടിസ്ഥാന നിര്ബന്ധങ്ങള് %s ചോദിയ്ക്കുവാന് സാധ്യമല്ല" @@ -9982,9 +9688,6 @@ msgstr "x509 സമ്മതപത്രത്തിനുള്ള റിവോ msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "x509 കീയും സമ്മതപത്രവും സജ്ജമാക്കുവാന് സാധ്യമല്ല: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "വേക്കപ്പ് പൈപ്പ് സജ്ജമാക്കുവാന് സാധ്യമല്ല" - #, c-format msgid "Unable to split FD list '%s'" msgstr "എഫ്ഡി പട്ടിക '%s' വേര്പെടുത്തുവാന് സാധ്യമല്ല" @@ -10024,9 +9727,6 @@ msgstr "സര്വര് സര്ട്ടിഫിക്കേറ msgid "Unable to wait for child process" msgstr "ചൈള്ഡ് പ്രക്രിയയ്ക്കായി കാത്തിരിയ്ക്കുവാന് സാധ്യമല്ല" -msgid "Unable to wait on agent monitor condition" -msgstr "ഏജന്റ് മോണിറ്റര് കണ്ടീഷനായി കാത്തിരിയ്ക്കുവാന് സാധ്യമല്ല" - msgid "Unable to wait on epoll" msgstr "epoll-ല് കാത്തിരിയ്ക്കുവാന് സാധ്യമല്ല" @@ -10046,9 +9746,6 @@ msgstr "ഹോസ്റ്റ് കണ്സോള് PTY നിരീക msgid "Unable to write %s" msgstr "%s എഴുതുവാന് സാധിച്ചില്ല" -msgid "Unable to write information to local file." -msgstr "പ്രാദേശിക ഫയലിലേക്കു് വിവരങ്ങള് സൂക്ഷിയ്ക്കുവാന് സാധ്യമല്ല" - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "pid ഫയല് '%s/%s.pid' റൈറ്റ് ചെയ്യുവാന് സാധ്യമല്ല" @@ -10184,10 +9881,6 @@ msgstr "അപ്രതീക്ഷിതമായ ഒപ്പു് '%s'" msgid "Unexpected volume path format: %s" msgstr "അപ്രതീക്ഷിതമായ വോള്യം പാഥ് ശൈലി: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "മോണിറ്റര് fd %d ക്ക് ഹാന്റില് ചെയ്യാത്ത ഇവന്റ് %d" - msgid "Unknown" msgstr "അപരിചിതം" @@ -10752,9 +10445,6 @@ msgstr "എക്സ്എംഎല് നോഡിനു് പദാവല msgid "XPath evaluation of response for call to '%s' failed" msgstr "'%s'-ലേക്കുള്ള കോളിന്റെ മറുപടിയുടെ XPath വരിശോധന പരാജയപ്പെട്ടു" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "കഴിയാവുന്നതിനേക്കാള് കൂടിയ സിപിയുകള് സജ്ജമാക്കാനാണ് താങ്കള് ശ്രമിക്കുന്നത് " - msgid "You must map the root user of container" msgstr "കണ്ടെയിനറിന്റെ റൂട്ട് ഉപയോക്താവു് മാപ്പ് ചെയ്യണം" @@ -10868,12 +10558,6 @@ msgstr "തിരിച്ച് പോയ ശേഷം സ്ഥിതി പ msgid "after reverting, change state to running" msgstr "തിരിച്ച് പോയ ശേഷം സ്ഥിതി പ്രവര്ത്തിക്കുന്നതായി വെയ്ക്കുക" -msgid "ai_family not supported" -msgstr "ai_family പിന്തുണയ്ക്കുന്നില്ല" - -msgid "ai_socktype not supported" -msgstr "ai_socktype പിന്തുണയ്ക്കുന്നില്ല" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "വെറുതേ ഇടുന്നതിന് പകരം പുതിയ സ്ഥലം ഉപയോഗിക്കുക" @@ -11431,9 +11115,6 @@ msgstr "ലോഗ് ഡയറക്ടറി %s ഉണ്ടാക്കുവ msgid "cannot create path '%s'" msgstr "'%s' പാഥ് ഉണ്ടാക്കുവാന് സാധ്യമല്ല" -msgid "cannot create pipe" -msgstr "പൈപ്പ് ഉണ്ടാക്കുവാന് സാധ്യമല്ല" - msgid "cannot create pipe for tunnelled migration" msgstr "ടണല് മൈഗ്രേഷനു് പൈപ്പ് തയ്യാറാക്കുവാന് സാധ്യമല്ല" @@ -11576,10 +11257,6 @@ msgstr "macvtap റ്റാപ്പില് വിശേഷത ഫ്ല msgid "cannot get file context of '%s'" msgstr "'%s'-നുള്ള ഫയല് കോണ്ടെക്സ്റ്റ് ലഭ്യമാക്കുവാന് സാധ്യമല്ല" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "'%s'-നുള്ള ഗ്രൂപ്പ് പട്ടിക ലഭ്യമാക്കുവാന് സാധ്യമല്ല" - msgid "cannot get host CPU capabilities" msgstr "ഹോസ്റ്റ് സിപിയു വിശേഷതകള് ലഭ്യമാക്കുവാന് സാധ്യമല്ല" @@ -12613,10 +12290,6 @@ msgstr "Xen ഹൈപ്പര്വൈസര് എന്ട്രി msgid "could not use Xen hypervisor entry %s" msgstr "Xen ഹൈപ്പര്വൈസര് എന്ട്രി %s ഉപയോഗിക്കുവാന് സാധ്യമായില്ല" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "pidfile %s സൂക്ഷിക്കുവാന് സാധ്യമല്ല (%d-നുള്ളതു്)" - #, c-format msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" msgstr "netlink മറുപടിയില് VF %d-നുള്ള IFLA_VF_INFO" @@ -13201,9 +12874,6 @@ msgstr "ഡിസ്പ്ളേ കണക്ഷന് URI കാണിക് msgid "domain event %d not registered" msgstr "ഡൊമെയിന് ഇവന്റ് %d രജിസ്ടര് ചെയ്തിട്ടില്ല" -msgid "domain has assigned non-USB host devices" -msgstr "ഡൊമെയിനു് നോണ്-യുഎസ്ബി ഹോസ്റ്റ് ഡിവൈസുകള് ലഭ്യമാക്കിയിരിയ്ക്കുന്നു" - msgid "domain has no snapshots" msgstr "ഡൊമെയിനിന് സ്നാപ്ഷോട്ടുകളൊന്നും ലഭ്യമല്ല" @@ -13686,9 +13356,6 @@ msgstr "SASL ഡേറ്റാ ഡീക്കോഡ് ചെയ്യുന msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "ഇന്റര്ഫെയിസ് %s ഇല്ലാതാക്കുന്നതില് പരാജയം: %s%s%s" -msgid "failed to determine host name" -msgstr "ഹോസ്റ്റ് നാമം കണ്ടുപിടിക്കുന്നതില് പരാജയം" - msgid "failed to enable IP forwarding" msgstr "IP ഫോര്വേര്ഡിങ് സജ്ജമാക്കുന്നതില് പരാജയം" @@ -14036,9 +13703,6 @@ msgstr "SSH ഹോസ്റ്റ് കീ ഉറപ്പാക്കുന് msgid "failed to wait on condition" msgstr "അവസ്ഥയ്ക്കായി കാത്തിരിക്കുന്നതില് പരാജയം" -msgid "failed to wake up polling thread" -msgstr "പോളിങ് ത്രെഡ് സജ്ജമാക്കുന്നതില് പരാജയം" - msgid "failed to wakeup migration tunnel" msgstr "മൈഗ്രേഷന് ടണല് wakeup ചെയ്യുന്നതില് പരാജയം" @@ -14280,9 +13944,6 @@ msgstr "പ്രവര്ത്തിക്കുന്ന ഡൊമൈന msgid "get/set value to be used on next boot" msgstr "അടുത്ത ബൂട്ടിനുപയോഗിക്കേണ്ട മൂല്യം കിട്ടുക/ക്രമീകരിക്കുക" -msgid "getting time of day" -msgstr "ഇന്നത്തെ സമയം ലഭ്യമാക്കുന്നു" - msgid "given uuid does not match XML uuid" msgstr "നല്കിയിരിയ്ക്കന്ന യുയുഐഡി എക്സ്എംഎല് യുയുഐഡിയുമായി ചേരുന്നില്ല" @@ -16322,10 +15983,6 @@ msgstr "'%s'-നുള്ള ഡിവൈസ് വിശേഷതകള് msgid "no device found with alias %s" msgstr "%s എന്നു് വിളിപ്പേരുള്ളൊരു ഡിവൈസും ലഭ്യമായില്ല" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "%s-നുള്ള ഡിസ്ക് ശൈലി ലഭ്യമല്ല, പ്രോബിങ് പ്രവര്ത്തന രഹിതം" - #, c-format msgid "no disk named '%s'" msgstr "'%s' എന്ന പേരില് ഡിസ്കില്ല" @@ -16894,9 +16551,6 @@ msgstr "pmsuspended" msgid "poll failed in migration tunnel" msgstr "മൈഗ്രേഷന് ടണലില് പൂള് പരാജയപ്പെട്ടു" -msgid "poll on socket failed" -msgstr "സോക്കറ്റിലുള്ള poll പരാജയപ്പെട്ടു" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "'%s' പൂള് നിലവില് uuid %s-യ്ക്കൊപ്പം നിലവിലുണ്ടു്" @@ -17024,10 +16678,6 @@ msgstr "നീക്കം ചെയ്യുന്നതിനു് ഉചി msgid "ps2 bus does not support %s input device" msgstr "ps2 ബസ് %s ഇന്പുട്ട് ഡിവൈസ് പിന്തുണയ്ക്കുന്നില്ല" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: നിലവിലുള്ള ഡയറക്ടറി മാറ്റുവാന് സാധ്യമല്ല: %s " - msgid "qemu does not support SGA" msgstr "qemu SGA പിന്തുണയ്ക്കുന്നില്ല" @@ -17035,10 +16685,6 @@ msgstr "qemu SGA പിന്തുണയ്ക്കുന്നില്ല" msgid "qemu emulator '%s' does not support xen" msgstr "കെമു എമുലേറ്റര് '%s', xen-നെ പിന്തുണയ്ക്കുന്നില്ല" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "qemu യുണിക്സ് സോക്കറ്റ് മോണിറ്റര് ഉപയോഗിയ്ക്കുന്നില്ല, fd %s അയയ്ക്കുവാന് സാധ്യമല്ല" - msgid "qemu state driver is not active" msgstr "qemu സ്റ്റേറ്റ് ഡ്രൈവര് സജീവമല്ല" @@ -17131,9 +16777,6 @@ msgstr "വായന I/O പ്രവര്ത്തനങ്ങളുടെ msgid "read error on pipe" msgstr "പൈപ്പില് ലഭ്യമാക്കല് പിശക്" -msgid "read on wakeup fd failed" -msgstr "വെയിക്കപ്പ് fd-യില് വായിയ്ക്കുന്നതു് പരാജയപ്പെട്ടു" - msgid "read-only connection" msgstr "റീഡ്-ഒണ്ലി കണക്ഷന്" @@ -18029,9 +17672,6 @@ msgstr "ഈ qemu rng-egd ബാക്കന്ഡ് പിന്തുണയ msgid "this qemu doesn't support the rng-random backend" msgstr "ഈ qemu rng-random ബാക്കന്ഡ് പിന്തുണയ്ക്കുന്നില്ല" -msgid "time_t overflow" -msgstr "time_t ഓവര്ഫ്ലോ" - msgid "timeout must be positive" msgstr "സമയപരിധി പോസിറ്റീവായിരിക്കണം" @@ -18203,10 +17843,6 @@ msgstr "'%s:%s'-ലുള്ള സര്വറിലേക്കു് ക msgid "unable to create hugepage path %s" msgstr "hugepage പാഥ് %s ഉണ്ടാക്കുവാന് സാധ്യമല്ല" -#, c-format -msgid "unable to create pipe for %s" -msgstr "%s നു് വേണ്ട പൈപ്പ് ഉണ്ടാക്കാനായില്ല" - #, c-format msgid "unable to create rundir %s: %s" msgstr "rundir %s ഉണ്ടാക്കുവാന് സാധ്യമായില്ല: %s" @@ -18295,12 +17931,6 @@ msgstr "VirtualBox ഡ്രൈവര് API ആരംഭിക്കുവ msgid "unable to load knownhosts file '%s': %s" msgstr "knownhosts ഫയല് '%s' ലഭ്യമാക്കുവാനായില്ല: %s" -msgid "unable to make pipe" -msgstr "പൈപ്പ് ഉണ്ടാക്കുവാന് സാധ്യമല്ല" - -msgid "unable to open pipe" -msgstr "പൈപ്പ് തുറക്കുവാന് സാധ്യമല്ല" - msgid "unable to open stream" msgstr "സ്ട്രീം തുറക്കുവാന് സാധ്യമല്ല" @@ -18339,10 +17969,6 @@ msgstr "സര്വര് സര്ട്ട് %s ലഭ്യമാ msgid "unable to read vmware log file" msgstr "vmware ലോഗ് ഫയല് ലഭ്യമാക്കുവാന് സാധ്യമല്ല" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "ബ്രിഡ്ജ് %s-ലേക്കു് പോര്ട്ട് ചേര്ത്തു് മുമ്പുള്ള അവസ്ഥ വീണ്ടെടുക്കുവാന് സാധ്യമല്ല" - msgid "unable to register monitor events" msgstr "മോണിറ്റര് ഇവന്റുകള് രജിസ്ടര് ചെയ്യുവാന് സാധ്യമല്ല" @@ -18411,9 +18037,6 @@ msgstr "%lld പ്രക്രിയയ്ക്കായി കാത്തി msgid "unable to wait on console condition" msgstr "കണ്സോള് അവസ്ഥയില് കാത്തിരിയ്ക്കുവാന് സാധ്യമല്ല" -msgid "unable to wait on libssh2 socket" -msgstr "libssh2 സോക്കറ്റില് കാത്തിരിയ്ക്കുവാന് സാധ്യമല്ല" - #, c-format msgid "unable to write data to '%s'" msgstr "'%s'-ലേക്കു് ഡേറ്റാ സൂക്ഷിയ്ക്കുവാന് സാധ്യമല്ല" @@ -19387,10 +19010,6 @@ msgstr "ഡിവൈസ് സജ്ജീകരണത്തിനൊപ്പ msgid "unsupported disk type %s" msgstr "പിന്തുണയ്ക്കാത്ത ഡിസ്ക് തരം %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "അപ്രതീക്ഷിതമായ ഡിസ്ക് തരം '%s'" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "പിന്തുണയില്ലാത്ത ഡ്രൈവര് നാമം '%s' ഡിസ്ക് '%s'-നു്" @@ -19625,9 +19244,6 @@ msgstr "സെക്യുര് ഫ്ലാഗിനൊപ്പം virDoma msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "virDomainSnapshotGetXMLDesc, സുരക്ഷിത ഫ്ലാഗിനൊപ്പം" -msgid "virExec is not implemented for WIN32" -msgstr "WIN32-നു് virExec ലഭ്യമ്ല" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "virFileOpenAs വിന്32വില് ഇംപ്ലിമെന്റ് ചെയ്തിട്ടില്ല" @@ -19640,12 +19256,6 @@ msgstr "virGetGroupID ലഭ്യമല്ല" msgid "virGetGroupName is not available" msgstr "virGetGroupName ലഭ്യമല്ല" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory ലഭ്യമല്ല" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory ലഭ്യമല്ല" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory ലഭ്യമല്ല" @@ -19655,9 +19265,6 @@ msgstr "virGetUserID ലഭ്യമല്ല" msgid "virGetUserName is not available" msgstr "virGetUserName ലഭ്യമല്ല" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory ലഭ്യമല്ല" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat NULL def" @@ -19698,9 +19305,6 @@ msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "" "virNWFilterSnoopReqNew സാധുവല്ലാത്ത കീ ഉപയോഗിച്ച് വിളിച്ചിരിക്കുന്നു \"%s\" (%zu)" -msgid "virRun is not implemented for WIN32" -msgstr "WIN32-നു് virRun ലഭ്യമല്ല" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID ലഭ്യമല്ല" @@ -19886,10 +19490,6 @@ msgstr "xml മാറ്റം വരുത്തല് പിന്തുണ msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime മൂല്ല്യം '%s'-ല് അപ്രതീക്ഷിതമായ ശൈലി" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime മൂല്ല്യം '%s' ലക്ഷ്യത്തിനു് വളരെ വലുതു്" - msgid "y - yes, start editor again" msgstr "y - ഉവ്വു്, എഡിറ്റര് വീണ്ടും ആരംഭിയ്ക്കുക" diff --git a/po/mr.mini.po b/po/mr.mini.po index 132f8271b5..bb3b5d5cae 100644 --- a/po/mr.mini.po +++ b/po/mr.mini.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-27 01:03+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Marathi (http://www.transifex.com/projects/p/libvirt/language/" @@ -512,10 +512,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s'" msgstr "'%s'" @@ -824,9 +820,6 @@ msgstr "सक्रिय:" msgid "Added" msgstr "समाविष्ट केले" -msgid "Address family for hostname not supported" -msgstr "यजमानकरिता ॲड्रेस् फॅमिलि समर्थीत नाही" - msgid "Advice from numad is needed in case of automatic numa placement" msgstr "स्व numa प्लेसमेंट घटनामध्ये numad पासून सल्ला आवश्यक आहे" @@ -834,10 +827,6 @@ msgstr "स्व numa प्लेसमेंट घटनामध्ये n msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "कोरला डम्प केल्यानंतर, libxenlight सह डोमेन '%d' पुनः सुरू होण्यास अपयशी" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "लक्ष्यकरिता एजंट मार्ग %s खूप मोठे आहे" - msgid "All identities provided by the SSH Agent were rejected" msgstr "SSH एजेंटतर्फे पुरवलेले सर्व आइडेंटिटिज् नकारले गेले" @@ -846,9 +835,6 @@ msgid "" "server" msgstr "श्रेयसह सर्व पुरवलेले ओळख पटवण्याच्या पद्धती सर्व्हरतर्फे नकारले गेले" -msgid "All requests done" -msgstr "सर्व विनंती पूर्ण झाले" - msgid "Allocate or free some pages in the pool for NUMA cell." msgstr "NUMA कप्पाकरिता पूल अंतर्गत काही पेजेसचे वाटप करा किंवा मोकळे करा." @@ -880,9 +866,6 @@ msgid "" "NUMA cell" msgstr "memnode एलिमेंट मधील बाब 'cellid' अस्तित्वातील NUMA कप्पाशी परस्पर पाहिजे" -msgid "Argument buffer too small" -msgstr "घटक बफर खूप छोटे आहे" - msgid "Arguments must be non null" msgstr "घटक विना null पाहिजे" @@ -938,9 +921,6 @@ msgstr "NAT '%s' चा प्रयत्न झाला. NAT फक्त IPv msgid "Attribute mode is only allowed for guest CPU" msgstr "गुणधर्म मोड फक्त अतिथी CPU करिता स्वीकार्य आहे" -msgid "Authentication failed" -msgstr "ओळख पटली नाही" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -976,9 +956,6 @@ msgstr "नेटवर्क '%s'मध्ये <forward> अंतर्ग msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "नेटवर्क '%s'मध्ये <forward> अंतर्गत <nat> मध्ये अयोग्य ipv4 सुरूवातीचा पत्ता '%s'" -msgid "Bad value for ai_flags" -msgstr "ai_flags करिता अयोग्य मूल्य" - msgid "Bad value for nativeMode" msgstr "nativeModeकरिता अयोग्य मूल्य" @@ -1277,18 +1254,12 @@ msgstr "restart state फाइल मार्ग ओळखणे अशक् msgid "Can't determine socket paths" msgstr "सॉकेट मार्ग ओळखणे अशक्य" -msgid "Can't determine user directory" -msgstr "वापरकर्त्याची डिरेक्ट्री ओळखणे अशक्य" - msgid "Can't find prlctl command in the PATH env" msgstr "PATH वातावरणात prlctl आदेश शोधणे अशक्य" msgid "Can't initialize access manager" msgstr "ॲक्सेस मॅनेजर सुरू करणे अशक्य" -msgid "Can't initialize logging" -msgstr "लॉगिंग सुरू करणे अशक्य" - #, c-format msgid "Can't load config file: %s: %s" msgstr "संरचना फाइल: %s: %s लोड करणे अशक्य" @@ -1393,9 +1364,6 @@ msgstr "लॉग डिरेक्ट्री '%s' चे निर्मा msgid "Cannot create macvlan devices on this platform" msgstr "ह्या प्लॅटफॉर्मवर macvlan साधने निर्माण करणे अशक्य" -msgid "Cannot create pipe for child" -msgstr "चाइल्डकरिता पाइपचे निर्माण अशक्य" - #, c-format msgid "Cannot create user runtime directory '%s'" msgstr "वापरकर्ता रनटाइम डिरेक्ट्री '%s' चे निर्माण अशक्य" @@ -1417,13 +1385,6 @@ msgstr "फाइल '%s' नष्ट करणे अशक्य" msgid "Cannot determine balloon device path" msgstr "बलून साधन मार्ग ओळखणे अशक्य" -#, c-format -msgid "Cannot determine basename for binary '%s'" -msgstr "बाइनरि '%s' करिता बेसनाव ओळखणे अशक्य" - -msgid "Cannot determine free memory" -msgstr "मोकळी मेमरि ओळखणे अशक्य" - msgid "Cannot determine system clock HZ" msgstr "सिस्टम क्लॉक HZ ओळखणे अशक्य" @@ -1703,10 +1664,6 @@ msgstr "कंट्रोलर निर्देशांक '%s' वाच msgid "Cannot parse mode string" msgstr "मोड स्ट्रिंग वाचणे अशक्य" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "'%s' पासून क्रमांक वाचणे अशक्य" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "सॉकेट पत्ता '%s': %s वाचणे अशक्य" @@ -1907,9 +1864,6 @@ msgstr "डाटा लिहणे अशक्य" msgid "Capacity" msgstr "क्षमता" -msgid "Capacity cannot be empty." -msgstr "क्षमता रिकामे असणे अशक्य." - msgid "Capacity:" msgstr "क्षमता:" @@ -2184,10 +2138,6 @@ msgstr "मेमरि घटके: %s बदलणे अशक्य" msgid "Could not change scheduler parameters: %s" msgstr "शेड्युलर घटके: %s बदलणे अशक्य" -#, c-format -msgid "Could not close %s" -msgstr "%s बंद करणे अशक्य" - msgid "Could not configure network" msgstr "जाळं संयोजीत करणे अशक्य" @@ -2208,14 +2158,6 @@ msgstr "मुलभूत संयोजना प्रतिकृत कर msgid "Could not copy volume: %s" msgstr "खंड: %s चे प्रत बनवणे अशक्य" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "सत्र घटना निर्माण करणे अशक्य, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "VirtualBox घटना निर्माण करणे अशक्य, rc = 0x%08x" - msgid "Could not create filter" msgstr "फिल्टर निर्माण करणे अशक्य" @@ -2252,9 +2194,6 @@ msgstr "पूल रेस्पाँस घटक डिसिरिअला msgid "Could not destroy domain: %s" msgstr "डोमेन: %s नष्ट करणे अशक्य" -msgid "Could not determine home directory" -msgstr "मुख्य डिरेक्ट्री ठरवणे अशक्य" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "स्ट्रिंग %s पासून कर्नल आवृत्ती ओळखणे अशक्य" @@ -2628,10 +2567,6 @@ msgstr "'%2$s' करिता 'bonding/use_carrier' '%1$s' पुनःप् msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "'%2$s' करिता 'bridge/stp_state' '%1$s' पुनःप्राप्ति अशक्य" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "'%s', rc = 0x%08x पासून IID वाचणे अशक्य" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "MTU मूल्य '%s' वाचणे अशक्य" @@ -2676,14 +2611,6 @@ msgstr "usb फाइल %s वाचणे अशक्य" msgid "Could not parse valid disk index from '%s'" msgstr "'%s' पासून वैध डिस्क इंडेक्स् वाचणे अशक्य" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "'%s' पासून आवृत्ती क्रमांक वाचणे अशक्य" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "रेजिस्ट्री मूल्य '%s\\%s' चौकशी करणे अशक्य" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "काँफिग किंवा कंटेनर %2$d पासून '%1$s' वाचणे अशक्य" @@ -2835,9 +2762,6 @@ msgstr "डिस्क पत्ता तपासणे अशक्य" msgid "Could not wipe volume: %s" msgstr "खंड: %s नष्ट करणे अशक्य" -msgid "Could not write to stream" -msgstr "स्ट्रिमकरिता लिहणे अशक्य" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "साधन '%s' करिता मार्ग '%s'मध्ये लॉक फाइलचे निर्माण अशक्य" @@ -3316,9 +3240,6 @@ msgstr "" "डोमेन XML मध्ये फाइलआधारित हार्डडिस्क्स् समाविष्ट करणे अशक्य, VMX फाइलकरिता डाटास्टोर व " "मार्ग प्राप्त करणे अशक्य" -msgid "Domain XML must contain at least one <disk> element." -msgstr "डोमे XML मध्ये किमान एक <disk> एलिमेंट समाविष्टीत असायला हवे." - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "डोमेन आधिपासूनच अस्तित्वात आहे, अस्तित्वातील डोमेन्स्ला संपादित करणे अशक्य" @@ -3568,12 +3489,6 @@ msgstr "एरर कॉलबॅक सूचना पुरवणे आव msgid "Error opening file %s" msgstr "%s उघडतेवेळी त्रुटी" -msgid "Error parsing 'path'. Invalid characters." -msgstr "'मार्ग' वाचतेवेळी त्रुटी आढळली. अवैध अक्षर." - -msgid "Error parsing volume XML." -msgstr "खंड XML वाचतेवेळी त्रुटी." - #, c-format msgid "Error reading secret: %s" msgstr "गोपणीयता वाचतेवेळी त्रुटी: %s" @@ -3593,13 +3508,6 @@ msgstr "मिडीयम बंद करतेवेळी त्रुटी msgid "Error while creating diff storage, rc=%08x" msgstr "diff स्टोरेज निर्माणवेळी त्रुटी, rc=%08x" -#, c-format -msgid "Error while getting %s address info" -msgstr "%s पत्ता माहिती प्राप्त करतेवेळी त्रुटी आढळली" - -msgid "Error while opening SSH session." -msgstr "SSH सत्र उघडतेवेळी त्रुटी." - msgid "Error while processing command's IO" msgstr "आदेशांचे IO विश्लेषीत करतेवेळी त्रुटी" @@ -3612,10 +3520,6 @@ msgstr "/proc/cgroups वाचताना त्रुटी" msgid "Error while reading the domain name" msgstr "डोमेन नाव वाचतेवेळी त्रुटी" -#, c-format -msgid "Escape character is %s\n" -msgstr "एस्केप अक्षर %s आहे\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "इथरनेट कंट्रोलर इंडेक्स् %d, [0..3] व्याप्तिच्या बाहेर आहे" @@ -4025,10 +3929,6 @@ msgstr "ट्रि सूची पूर्ण करण्यास अप msgid "Failed to connect socket to '%s'" msgstr "सॉकेटला '%s' शी जोडणी करण्यास अपयशी" -#, c-format -msgid "Failed to connect to %s" -msgstr "%s सह जुळवणी करणे अशक्य" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "रिमोट libvirt URI %s: %sसह जोडणी अपयशी" @@ -4131,9 +4031,6 @@ msgstr "%s पासून नेटवर्क निर्माण करण msgid "Failed to create node device from %s" msgstr "%s पासून नोड उपकरण निर्माण करण्यास अपयशी" -msgid "Failed to create pipe" -msgstr "पाइप निर्माण करण्यास अपयशी" - #, c-format msgid "Failed to create pool %s" msgstr "संग्रह %s निर्माण करण्यास अपयशी" @@ -4884,10 +4781,6 @@ msgstr "%s करिता PCI संरचना जागा वाचण् msgid "Failed to read file '%s'" msgstr "फाइल '%s' वाचण्यास अपयशी" -#, c-format -msgid "Failed to read from %s" -msgstr "%s पासून वाचणे अशक्य" - msgid "Failed to read from signal pipe" msgstr "सिग्नल पाइपपासून वाचण्यास अपयशी" @@ -5352,9 +5245,6 @@ msgstr "अपयशी." msgid "Failure action %s is not supported by sanlock" msgstr "sanlock तर्फे फेल्युर कृती %s समर्थीत नाही" -msgid "Failure establishing SSH session." -msgstr "SSH सत्र स्थापीत करतेवेळी त्रुटी आढळली." - msgid "Failure to mask address" msgstr "मास्क पत्तामध्ये अपयश" @@ -5373,9 +5263,6 @@ msgstr "CPU मॉडेल %2$s द्वारे आवश्यक गुण msgid "Field '%s' too long for destination" msgstr "लक्ष्यकरिता क्षेत्र '%s' खूपच मोठे आहे" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "डोमेन XML फाइलवरील क्षेत्र <src>, <disk> अंतर्गत आढळले नाही." - msgid "Field kernel memory too long for destination" msgstr "लक्ष्यकरिता क्षेत्र कर्नल मेमरि खूपच लांब आहे" @@ -5507,9 +5394,6 @@ msgstr "GET कार्य असफल: %s" msgid "GNUTLS call error" msgstr "GNUTLS तर्फे हाक देतेवेळी त्रूटी" -msgid "GNUTLS support not available in this build" -msgstr "या बिल्डमध्ये GNUTLS समर्थन अनुपलब्ध" - msgid "Get block device size info for a domain." msgstr "डोमेनकरिता ब्लॉक साधन आकार प्राप्त करा." @@ -5966,9 +5850,6 @@ msgid "" "only" msgstr "SR-IOV वर्च्युअल फंक्शन्सवर इंटरफेस प्रकार hostdev सध्या समर्थीत आहे" -msgid "Interrupted by a signal" -msgstr "संकेततर्फे व्यत्यय आणले" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "अवैद \"nativeMode='%s'\", vlan <tag> एलिमेंटमध्ये" @@ -6517,9 +6398,6 @@ msgstr "कर्नल वैयक्तिक devpts करिता सम msgid "Kernel doesn't support user namespace" msgstr "कर्नल वापरकर्ता नेमस्पेसकरिता समर्थन पुरवत नाही" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "कि रिकामी असायला पाहिजे, पावर हाइपरवाइजर निर्माण करून देईल." - msgid "Key of the current session differs from the key at last login" msgstr "शेवटच्या प्रवेशपासून सध्याच्या सत्राची कि वेगळी आहे" @@ -6665,10 +6543,6 @@ msgid "" "Malformed 'uri_aliases' config entry '%s', expected 'alias=uri://host/path'" msgstr "सदोषीत 'uri_aliases' काँफिग नोंदणी '%s', 'alias=uri://host/path' अपेक्षित" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "सदोषीत TLS विशलिस्ट रेग्युलर एक्सप्रेशन '%s'" - #, c-format msgid "Malformed ctrl-alt-del setting '%s'" msgstr "सदोषीत ctrl-alt-del सेटिंग '%s'" @@ -6739,9 +6613,6 @@ msgstr "मेमरि" msgid "Memory '%llu' must be less than %llu" msgstr "मेमरि '%llu', %llu पेक्षा कमी पाहिजे" -msgid "Memory allocation failure" -msgstr "मेमरी वाटप अपयशी" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -7215,9 +7086,6 @@ msgstr "मॉडेल %s लक्ष्यकरिता खूप मोठ msgid "Model name contains invalid characters" msgstr "प्रारूप नाव अंतर्गत अवैध अक्षर समाविष्टीत आहे" -msgid "Monitor does not support sending of file descriptors" -msgstr "फाइल डिस्क्रिप्टर्सला पाठवण्यास मॉनिटर समर्थन पुरवत नाही" - #, c-format msgid "Monitor path %s too big for destination" msgstr "मॉनीटर मार्ग %s लक्ष्यकरिता खूप मोठे आहे" @@ -7331,9 +7199,6 @@ msgstr "नाव" msgid "Name of chain is longer than %u characters" msgstr "चैनचे नाव %u अक्षरांपेक्षा जास्त आहे" -msgid "Name or service not known" -msgstr "नाव किंवा सर्व्हिस अपरिचीत" - msgid "Name:" msgstr "नाव:" @@ -7520,9 +7385,6 @@ msgstr "PCI बस अनुपलब्ध" msgid "No active operation on device: %s" msgstr "साधन: %s करिता सक्रीय ऑपरेशन आढले नाही" -msgid "No address associated with hostname" -msgstr "यजमाननावसह पत्ते संलग्न नाही" - #, c-format msgid "No args present for signature %s" msgstr "स्वाक्षरि %s करिता बाब उपस्थीत नाही" @@ -7735,9 +7597,6 @@ msgstr "विना-रद्द करण्याजोगी कार्य msgid "Non-empty feature list specified without CPU model" msgstr "CPU मॉडेल विना निर्देशीत केलेले विना-रिकामे गुणविशेषची सूची" -msgid "Non-recoverable failure in name resolution" -msgstr "नेम रेजोल्युशनमध्ये विना-प्राप्यजोगी अपयश" - msgid "None" msgstr "काहिच नाही" @@ -7836,12 +7695,6 @@ msgstr "दाखवण्याकरिता फक्त %d CPU उपलब msgid "Only '%s' filesystem type is supported" msgstr "फक्त '%s' फाइलप्रणाली प्रकार समर्थीत आहे" -msgid "Only 'credit' scheduler is supported" -msgstr "फक्त 'credit' शेड्युलर समर्थीत आहे" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "फक्त 'scsi_host' अडॅप्टर समर्थीत आहे" - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "iptables सह फक्त IPv4 किंवा IPv6 पत्यांचा वापर शक्य आहे" @@ -8021,9 +7874,6 @@ msgstr "PCI साधन %s ड्राइव्हर %s, डोमेन %s msgid "PCI device %s is not assignable" msgstr "PCI साधन %s लागू करण्याजोगी नाही" -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI यजमान उपकरणांनी 'pci' पत्ता प्रकारचा वापर करायला हवा" - msgid "PMSuspended" msgstr "PMSuspended" @@ -8055,9 +7905,6 @@ msgstr "घटक '%s' ह्या कर्नलतर्फे समर् msgid "Parameter 'min_guarantee' not supported by QEMU." msgstr "QEMU तर्फे बाब 'min_guarantee' समर्थीत नाही." -msgid "Parameter string not correctly encoded" -msgstr "घटक स्ट्रिंग योग्यरित्या एंकोड केले नाही" - msgid "Parent" msgstr "पॅरेंट" @@ -8235,20 +8082,6 @@ msgstr "बॅकिंग प्रतिमापासू डिस्क भ msgid "Port profile Associate failed for %s" msgstr "%s करिता पोर्ट प्रोफाइल असोसिएट अपयशी" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"तुमच्याकडे LPAR मध्ये प्रतिष्ठापीत IBM साधने नाही. ह्या गुणविशेषला सुरू करायचे असल्यास " -"सपोर्टशी संपर्क करा." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"तुमच्याकडे LPAR मध्ये प्रतिष्ठापीत IBM साधने नाही. ह्या गुणविशेषला सुरू करायचे असल्यास " -"सपोर्टशी संपर्क करा." - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "PrepareTunnel ला कॉल केले परंतु TUNNELLED फ्लॅग सेट केले नाही" @@ -8307,9 +8140,6 @@ msgstr "या प्लॅटफार्मवरील CPU एफिनीट msgid "Processes %d refused to die" msgstr "प्रोसेसेस %d ने नष्ट होण्यास मनाई केली" -msgid "Processing request in progress" -msgstr "प्रोसेसिंग विनंती सुरू आहे" - msgid "" "Property 'guest-stats-polling-interval' not found on memory balloon driver." msgstr "मेमरि बलून ड्राइव्हरवरील गुणधर्माचे 'guest-stats-polling-interval' आढळले नाही." @@ -8441,14 +8271,6 @@ msgstr "%d स्नॅपशॉट्स् अस्तित्वात अ msgid "Refusing to undefine while domain managed save image exists" msgstr "डोमेन व्यवस्थापीत सेव्ह प्रतिमा बाहेर पडेपर्यंत अव्याख्यीत करण्यास नकारत आहे" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "रेजिस्ट्री मूल्य '%s\\%s' कडे अनपेक्षित प्रकार आहे" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "रेजिस्ट्री मूल्य '%s\\%s' खूपच छोटे आहे" - msgid "Relative backing during copy not supported yet" msgstr "प्रत बनवतेवेळी संबंधीत बँकिंग समर्थीत नाही" @@ -8486,12 +8308,6 @@ msgstr "सेव्हड् स्टेट फाइलसह संबंध msgid "Reply message incorrect" msgstr "प्रतिसाद संदेश अयोग्य" -msgid "Request canceled" -msgstr "विनंती रद्द केली" - -msgid "Request not canceled" -msgstr "विनंती रद्द केली नाही" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "विनंतीकृत साधन '%s' लॉक फाइल '%s' तर्फे बंद आहे जे प्रोसेस %lldच्या मालकीचे आहे" @@ -8874,9 +8690,6 @@ msgstr "ह्या सॉकेटवर फाइल डिस्क्रि msgid "Serial port index %d out of [0..3] range" msgstr "सिरिअल पोर्ट इंडेक्स् %d [0..3] व्याप्तिच्या बाहेर आहे" -msgid "Servname not supported for ai_socktype" -msgstr "ai_socktype करिता Servname समर्थीत नाही" - msgid "Set a secret value." msgstr "गोपणीयता मूल्य सेट करा." @@ -9214,9 +9027,6 @@ msgstr "संचयन खंड आढळले नाही" msgid "Storage volume not found: %s" msgstr "संचयन खंड आढळले नाही: %s" -msgid "StoragePool name already exists." -msgstr "StoragePool नाव आधिपासूनच अस्तित्वात आहे." - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "पाठण्याजोगी स्ट्रिम डाटा खूपच लांब आहे (%zu बाइट्स् आवश्यक, %zu बाइट्स् उपलब्ध)" @@ -9283,9 +9093,6 @@ msgstr "" "अतिथी OSचे पावर व्यवस्थापनचा वापर करून सुरू असलेले डोमेन सस्पेंड करतो. (टिप: यास संरचीत " "अतिथी एजंट आवश्यक आहे व त्यास अतिथी OS मध्ये सुरू असायला हवे)." -msgid "System error" -msgstr "प्रणाली त्रुटी" - msgid "System is in use" msgstr "प्रणालीचा वापर होत आहे" @@ -9693,9 +9500,6 @@ msgstr "लक्ष्य व्हिडिओ कार्ड vram %u स् msgid "Target watchdog model %s does not match source %s" msgstr "लक्ष्य वॉचडॉग मोड %s स्रोत %s सह जुळत नाही" -msgid "Temporary failure in name resolution" -msgstr "नेम रेजोल्युशनमध्ये तात्पुर्ते अपयश" - msgid "Thaw domain's mounted filesystems." msgstr "थॉ डोमेनच्या माउंट केलेल्या फाइलप्रणाल्या." @@ -10059,9 +9863,6 @@ msgstr "" msgid "Type='%s' unsupported for <interface type='vhostuser'>" msgstr "Type='%s' असमर्थीत, <interface type='vhostuser'> करिता" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "UNIX डोमेन सॉकेट्स् ह्या प्लॅटफॉर्मवर समर्थीत नाही" - msgid "UNIX sockets are not supported on this platform" msgstr "ह्या प्लॅटफॉर्मवर UNIX सॉकेट्स् समर्थीत नाही" @@ -10131,9 +9932,6 @@ msgstr "'%s' करिता स्ट्रिमकरिता प्रव msgid "Unable to acquire lock on '%s'" msgstr "'%s' वर कुलूपबंद प्राप्य अशक्य" -msgid "Unable to add LPAR to the table" -msgstr "तक्तामध्ये LPAR समाविष्ट करणे अशक्य" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "ब्रिज %s पोर्ट %s समाविष्ट करणे अशक्य" @@ -10144,10 +9942,6 @@ msgstr "epoll fd समाविष्ट करण्यास अशक्य" msgid "Unable to add extra data" msgstr "अगाऊ डाटा समाविष्ट करणे अशक्य" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "इव्हेंट लूपकरिता %d हाताळणी समाविष्ट करणे अशक्य" - msgid "Unable to add hard disk to media Registry" msgstr "मिडीया रेजिस्ट्रि अंतर्गत हार्ड डिस्क समाविष्ट करणे अशक्य" @@ -10343,21 +10137,9 @@ msgstr "JSON फॉरमॅटर निर्माम करणे अशक msgid "Unable to create JSON parser" msgstr "JSON पार्सर निर्माण करणे अशक्य" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "LPAR निर्माण करण्यास अपयशी. कारण: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "स्टोरेज पूल: %s निर्माण करणे अशक्य" - msgid "Unable to create TAP devices on this platform" msgstr "ह्या प्लॅटफॉर्मवर TAP साधने निर्माण करणे अशक्य" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "खंड: %s निर्माण करणे अशक्य" - msgid "Unable to create blkid library handle" msgstr "blkid लाइब्ररि हँडल निर्माण करण्यास अशक्य" @@ -10397,18 +10179,9 @@ msgstr "" msgid "Unable to create migration thread" msgstr "माइग्रेशन थ्रेड निर्माण करण्यास अशक्य" -msgid "Unable to create new virtual adapter" -msgstr "नवीन वर्च्युअल अडॅप्टर निर्माण करणे अशक्य" - -msgid "Unable to create pipe" -msgstr "पाइप निर्माण करण्यास अपयशी" - msgid "Unable to create rule" msgstr "नियम निर्माण अशक्य" -msgid "Unable to create signal pipe" -msgstr "सिग्नल पाइप निर्माण करण्यास अशक्य" - msgid "Unable to create socket" msgstr "सॉकेट निर्माण अशक्य" @@ -10460,62 +10233,13 @@ msgstr "मिडीयम नष्ट करणे अशक्य, rc=%08x" msgid "Unable to delete port %s from OVS" msgstr "OVS पासून पोर्ट %s ला नष्ट करणे अशक्य" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "स्टोरेज पूल: %s नष्ट करणे अशक्य" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "%s करिता फाइलप्रणाली ओळखण्यास अशक्य" -msgid "Unable to determine config directory" -msgstr "काँफिग डिरेक्ट्री ओळखण्यास अशक्य" - -msgid "Unable to determine domain's CPU." -msgstr "डोमेनचे CPU ओळखणे अशक्य." - -msgid "Unable to determine domain's max memory." -msgstr "डोमेनची कमाल मेमरि ओळखण्यास अशक्य." - -msgid "Unable to determine domain's memory." -msgstr "डोमेनची कमाल मेमरि ओळखण्यास अशक्य." - -msgid "Unable to determine domain's name." -msgstr "डोमेनचे नाव ओळखणे अशक्य." - -msgid "Unable to determine home directory" -msgstr "होम डिरेक्ट्री ओळखणे अशक्य" - msgid "Unable to determine mount table on this platform" msgstr "या प्लॅटफॉर्मवर माउंट तक्ता ओळखणे अशक्य" -msgid "Unable to determine number of domains." -msgstr "डोमेन्स्ची संख्या ओळखण्यास अशक्य." - -msgid "Unable to determine storage pool's name." -msgstr "स्टोरेज पूलचे नाव ओळखण्यास अशक्य." - -msgid "Unable to determine storage pool's uuid." -msgstr "स्टोरेज पूलचे uuid ओळखण्यास अशक्य." - -msgid "Unable to determine storage pools's size." -msgstr "स्टोरेज पूलचे आकार ओळखण्यास अशक्य." - -msgid "Unable to determine storage pools's source adapter." -msgstr "स्टोरेज पूलचे सोअर्स् अडॅप्टर ओळखणे अशक्य." - -msgid "Unable to determine storage sp's name." -msgstr "स्टोरेज spचे नाव ओळखणे अशक्य." - -msgid "Unable to determine storage sp's uuid." -msgstr "स्टोरेज spचे uuid ओळखणे अशक्य." - -msgid "Unable to determine storage sps's size." -msgstr "स्टोरेज spचे आकार ओळखण्यास अशक्य." - -msgid "Unable to determine storage sps's source adapter." -msgstr "स्टोरेज spचे सोअर्स् अडॅप्टर ओळखणे अशक्य." - msgid "Unable to disable nagle algorithm" msgstr "nagle अल्गोरिदम बंद करणे अशक्य" @@ -10625,9 +10349,6 @@ msgstr "फाइलप्रणाल्या गोठवणे अशक् msgid "Unable to generate diffie-hellman parameters: %s" msgstr "diffie-hellman घटक: %s निर्माण करण्यास अशक्य" -msgid "Unable to generate random uuid." -msgstr "विनाक्रम uuid निर्माण करणे अशक्य." - msgid "Unable to get Capabilities" msgstr "क्षमता प्राप्त करण्यास अशक्य" @@ -10655,12 +10376,6 @@ msgstr "ह्या प्लॅटफॉर्मवर %s वरील STP msgid "Unable to get STP on %s on this platform" msgstr "ह्या प्लॅटफॉर्मवर %s वरील STP प्राप्त करणे अशक्य" -msgid "Unable to get VIOS name" -msgstr "VIOS नाव प्राप्त करण्यास अशक्य" - -msgid "Unable to get VIOS profile name." -msgstr "VIOS प्रोफाइल नाव प्राप्त करण्यास अशक्य." - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "इंटरफेस %s करिता VLAN प्राप्त करणे अशक्य" @@ -10718,9 +10433,6 @@ msgstr "क्षेत्राची स्थिती प्राप्त msgid "Unable to get free loop device via ioctl" msgstr "ioctl मार्फत फ्री लूप साधन प्राप्त करणे अशक्य" -msgid "Unable to get free slot number" -msgstr "मोफत स्लॉट क्रमांक प्राप्त करणे अशक्य" - msgid "Unable to get hard disk format" msgstr "हार्ड डिस्क रूपण प्राप्ति अशक्य" @@ -10909,9 +10621,6 @@ msgstr "SELinux प्रोसेस संदर्भ शोधणे अश msgid "Unable to make TAP device non-persistent" msgstr "TAP साधनाला पर्सिस्टंटकरिता मेक अशक्य" -msgid "Unable to make pipe" -msgstr "पाइपला make करण्यास अशक्य" - msgid "Unable to mark loop device as autoclear" msgstr "लूप साधनला स्वयंनष्ट म्हणून चिन्ह लावणे अशक्य" @@ -10981,10 +10690,6 @@ msgstr "फाइलप्रणाली %s उघडण्यास अशक msgid "Unable to open log file %s" msgstr "लॉग फाइल %s उघडणे अशक्य" -#, c-format -msgid "Unable to open monitor path %s" -msgstr " मॉनीटर मार्ग %s उघडू शकले नाही" - #, c-format msgid "Unable to open resource %s" msgstr "रिसोअर्स् %s उघडण्यास अशक्य" @@ -11055,9 +10760,6 @@ msgstr "xml वाचणे अशक्य" msgid "Unable to parse: %s" msgstr "वाचणे अशक्य: %s" -msgid "Unable to poll on file handles" -msgstr "फाइल हँडल्सवर फाइलला पोल करणे अशक्य" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "chardev फाइल '%s' पूर्व-निर्माण करणे अशक्य" @@ -11066,9 +10768,6 @@ msgstr "chardev फाइल '%s' पूर्व-निर्माण कर msgid "Unable to process file with flags %d" msgstr "प्लॅग्स् %d सह फाइल विश्लेषीत करणे अशक्य" -msgid "Unable to put monitor into non-blocking mode" -msgstr "विना-ब्लॉकींग पद्धतीत मॉनीटर निश्चित करणे अशक्य" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "सर्टिफिकेट %s मूळ व्यत्यय %sची चौकशी करणे अशक्य" @@ -11339,9 +11038,6 @@ msgstr "x509 सर्टिफिकेट रिवोकेशन सूच msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "x509 कि व सर्टिफिकेट: %s, %s: %s ठरवण्यास अशक्य" -msgid "Unable to setup wakeup pipe" -msgstr "वेकअप पाइपची मांडणी अशक्य" - #, c-format msgid "Unable to split FD list '%s'" msgstr "FD सूची '%s'ला विभाजीत करण्यास अशक्य" @@ -11391,9 +11087,6 @@ msgstr "CA सर्टिफिकेट %2$s विरूद्ध सर् msgid "Unable to wait for child process" msgstr "चाइल्ड प्रोसेसकरिता प्रतिक्षा करणे अशक्य" -msgid "Unable to wait on agent monitor condition" -msgstr "एजेंट मॉनिटर स्थितीकरिता वाट पहाणे अशक्य" - msgid "Unable to wait on epoll" msgstr "epoll करिता थांबणे अशक्य" @@ -11413,9 +11106,6 @@ msgstr "यजमान कंसोल PTY करिता वॉच करण msgid "Unable to write %s" msgstr "%s लिहणे अशक्य" -msgid "Unable to write information to local file." -msgstr "स्थानीय फाइलकरिता माहिती लिहणे अशक्य." - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "pid फाइल '%s/%s.pid' लिहण्यास अपयशी" @@ -11584,10 +11274,6 @@ msgstr "अनपेक्षित गुणविशेष '%s' चे स् msgid "Unexpected volume path format: %s" msgstr "अनपेक्षीत वॉल्युम मार्ग रूपण: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "मॉनिटर fd %2$d करिता न हाताळलेले इव्हेंट %1$d" - msgid "Unknown" msgstr "अपरिचीत" @@ -12292,9 +11978,6 @@ msgstr "'%s' करिता कॉल करतेवेळी रेस्प msgid "You are trying to remove a snapshot which does not exists" msgstr "तुम्ही अस्तित्वात नसलेले स्नॅपशॉट काढून टाकायचा प्रयत्न करत आहात" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "तुम्ही कमाल संभाव्य पेक्षा जास्त CPU ची संख्या ठरवण्याचा प्रयत्न करत आहात." - msgid "You must map the root user of container" msgstr "कंटेनरच्या रूट वापरकर्त्याला मॅप करणे आवश्यक" @@ -12418,12 +12101,6 @@ msgstr "पूर्वस्थितीत आल्यानंतर, स् msgid "after reverting, change state to running" msgstr "पूर्वस्थितीत आल्यानंतर, स्तराला सुरूकरिता बदलवा" -msgid "ai_family not supported" -msgstr "ai_family समर्थीत नाही" - -msgid "ai_socktype not supported" -msgstr "ai_socktype समर्थीत नाही" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "नवीन क्षमतेचे वाटप करा, स्पार्स् करण्याऐवजी" @@ -13043,9 +12720,6 @@ msgstr "libxenlight करिता लॉगरचे निर्माण अ msgid "cannot create path '%s'" msgstr "मार्ग '%s' बनवणे अशक्य" -msgid "cannot create pipe" -msgstr "पाइप बनवू शकत नाही" - msgid "cannot create pipe for tunnelled migration" msgstr "टन्नल्ड् माइग्रेशनकरिता पाइप निर्माण करणे अशक्य" @@ -13219,10 +12893,6 @@ msgstr "macvtap टॅपवरील गुणविशेष फ्लॅग msgid "cannot get file context of '%s'" msgstr "'%s' चे फाइल संदर्भ प्राप्त करणे अशक्य" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "'%s' करिता गट सूची प्राप्त करणे अशक्य" - msgid "cannot get host CPU capabilities" msgstr "यजमान CPU क्षमता प्राप्त करणे अशक्य" @@ -14394,10 +14064,6 @@ msgstr "Xen हायपरवाइजर प्रविष्ट वापर msgid "could not use Xen hypervisor entry %s" msgstr "Xen हायपरवाइजर प्रविष्ट %s वापरू शकलो नाही" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "%2$d करिता pidfile %1$s लिहण्यास अशक्य" - msgid "couldn't fetch array of leases" msgstr "लिजेसचे अर्रे प्राप्त करणे अशक्य" @@ -15042,9 +14708,6 @@ msgstr "डोमोनकडे सक्रीय ब्रॉक जॉब msgid "domain has assigned host devices" msgstr "डोमेनने यजमान साधनांचे वाटप केले" -msgid "domain has assigned non-USB host devices" -msgstr "डोमेनने विना-USB यजमान साधनांचे वाटप केले आहे" - msgid "domain has no snapshots" msgstr "डोमेनकडे स्नॅपशॉट्स् आढळले नाही" @@ -15671,10 +15334,6 @@ msgstr "लॉग डिरेक्ट्री '%s': %s निर्माण msgid "failed to create logfile %s" msgstr "लॉगफाइल %s बनवण्यास अपयशी" -#, c-format -msgid "failed to create pipe: %s" -msgstr "पाइप: %s निर्माण अपयशी" - msgid "failed to create profile" msgstr "प्रोफाइल निर्माण करण्यास अपयशी" @@ -15715,9 +15374,6 @@ msgstr "SASL डाटा: %d (%s) डिकोड करण्यास अप msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "इंटरफेस %s: %s%s%s नष्ट (थांबवणे) अपयशी" -msgid "failed to determine host name" -msgstr "यजमान नाव ओळखण्यास अपयशी" - #, c-format msgid "failed to determine loop exit status: %s" msgstr "लूप एक्जिट स्थिती: %s ओळखण्यास अपयशी" @@ -15767,9 +15423,6 @@ msgstr "URI मिळवण्यास अपयशी" msgid "failed to get capabilities" msgstr "क्षमता मिळवण्यास अपयशी" -msgid "failed to get current system time" -msgstr "सध्याचे प्रणाली वेळ प्राप्त करण्यास अपयशी" - #, c-format msgid "failed to get domain '%s'" msgstr "डोमेन '%s' मिळवण्यास अपयशी" @@ -16176,9 +15829,6 @@ msgstr "SSH यजमान कि: %s तपासण्यास अपयश msgid "failed to wait on condition" msgstr "अटी नुरूप प्रतिक्षा अपयशी" -msgid "failed to wake up polling thread" -msgstr "पोलिंग थ्रेडला सुरू करण्यास अपयशी" - msgid "failed to wakeup migration tunnel" msgstr "माइग्रेशन टन्नल वेकअप करण्यास अपयशी" @@ -16475,9 +16125,6 @@ msgstr "सुरू डोमेनपासून मूल्य प्रा msgid "get/set value to be used on next boot" msgstr "पुढील बूटवेळी वापरण्याजोगी मूल्य प्राप्त करा/निश्चित करा" -msgid "getting time of day" -msgstr "दिवसाची वेळ मिळवत आहे" - msgid "given uuid does not match XML uuid" msgstr "दिलेले uuid XML uuid सह जुळत नाही" @@ -16489,9 +16136,6 @@ msgstr "gluster पूल नाव '%s' मध्ये / समाविष् msgid "gluster pool path '%s' must start with /" msgstr "gluster पूल मार्ग '%s' / सह सुरू व्हायला पाहिजे" -msgid "gmtime_r failed" -msgstr "gmtime_r अपयशी" - #, c-format msgid "got unexpected RPC call prog %d vers %d proc %d type %d" msgstr "अनपेक्षित RPC कॉल prog %d vers %d proc %d type %d प्राप्त" @@ -18401,20 +18045,12 @@ msgstr "संग्रह स्त्रोत नाव घटक आढळ msgid "missing port attribute in migration data" msgstr "माइग्रेशन डाटामध्ये पोर्ट गुणविशेष आढळले नाही" -#, c-format -msgid "missing port in nbd string '%s'" -msgstr "nbd स्ट्रिंग '%s' अंतर्गत पोर्ट आढळले नाही" - msgid "missing product" msgstr "उत्पादन आढळला नाही" msgid "missing qemuctime in QEMU capabilities XML" msgstr "QEMU क्षमता XML अंतर्गत qemuctime आढळले नाही" -#, c-format -msgid "missing remote information in '%s' for protocol nbd" -msgstr "'%s' for प्रोटोकॉल nbd करिता दूरस्त माहिती आढळली नाही" - #, c-format msgid "missing required name attribute in DNS TXT record of network %s" msgstr "नेटवर्क %sच्या DNS TXT रेकॉर्डमध्ये आवश्यक नाव गुणधर्म आढळले नाही" @@ -18559,10 +18195,6 @@ msgstr "माइग्रेशनमध्ये प्रकार गुण msgid "missing type in redirdev" msgstr "redirdev अंतर्गत प्रकार आढळले नाही" -#, c-format -msgid "missing unix socket path in nbd backing string %s" -msgstr "nbd बॅकिंग स्ट्रिंग %s अंतर्गत unix सॉकेट मार्ग आढळले नाही" - msgid "missing username for auth" msgstr "auth करिता वापरकर्तानाव आढळले नाही" @@ -18613,9 +18245,6 @@ msgstr "" "ह्या प्लॅटफॉर्मवर mkfs समर्थीत नाही: साधन '%2$s' वर फाइलप्रणाली प्रकार '%1$s' मेक " "करण्यास अपयशी" -msgid "mktime failed" -msgstr "mktime अपयशी" - msgid "mode of device reading and writing" msgstr "साधनाचे माध्यम वाचत व लिहीत आहे" @@ -19052,10 +18681,6 @@ msgstr "'%s' करिता साधन क्षमता आढळले न msgid "no device found with alias %s" msgstr "एलियस %s सह साधन आढळले नाही" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "%s करिता डिस्क फॉर्मट व प्रोबिंग बंद केले" - #, c-format msgid "no disk named '%s'" msgstr "'%s' नावाची डिस्क आढळली नाही" @@ -19757,9 +19382,6 @@ msgstr "pmsuspended" msgid "poll failed in migration tunnel" msgstr "माइग्रेशन टन्नलमध्ये पोल अपयशी" -msgid "poll on socket failed" -msgstr "सॉकेट करिता तपासणी अपयशी" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "पूल '%s' आधिपासूनच uuid %s सह अस्तित्वात आहे" @@ -19913,10 +19535,6 @@ msgstr "माइग्रेशन्सकरिता योग्य XML द msgid "ps2 bus does not support %s input device" msgstr "ps2 बस %s इंपुट साधन करिता समर्थन पुरवित नाही" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: वर्तमान डिरेक्ट्री प्राप्त करण्यास अशक्य: %s" - msgid "qemu does not support SGA" msgstr "qemu SGA करिता समर्थन पुरवत नाही" @@ -19931,10 +19549,6 @@ msgstr "qemu PMSUSPENDED अतिथींचे स्नॅपशॉट्स msgid "qemu emulator '%s' does not support xen" msgstr "qemu इम्यूलेटर '%s' xen करिता समर्थन पुरवत नाही" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "qemu unix सॉकेट मॉनिटरचा वापर करत नाही, fd %s पाठवणे अशक्य" - #, c-format msgid "qemu monitor event callback %d not registered" msgstr "qemu मॉनिटर इव्हेंट कॉलबॅक %d ची नोंदणीकृत नाही" @@ -20040,9 +19654,6 @@ msgstr "रिड I/O कार्ये मर्यादा प्रत् msgid "read error on pipe" msgstr "पाइपवरील वाचन त्रुटी" -msgid "read on wakeup fd failed" -msgstr "wakeup fd वेळी वाचन अपयशी" - #, c-format msgid "read only access prevents %s" msgstr "फक्त वाचनीय प्रवेश %s ला अडवते" @@ -21143,9 +20754,6 @@ msgstr "हे स्टोरेज वॉल्युम आधिपासू msgid "time to set" msgstr "सेट करण्याजोगी वेळ" -msgid "time_t overflow" -msgstr "time_t ओव्हरफ्लो" - msgid "timeout must be positive" msgstr "वेळसमाप्ति पॉजिटिव्ह पाहिजे" @@ -21359,10 +20967,6 @@ msgstr "'%s:%s' येथे सर्व्हरशी जोडणी अश msgid "unable to create hugepage path %s" msgstr "%s करिता hugepage निर्माण करण्यास अशक्य" -#, c-format -msgid "unable to create pipe for %s" -msgstr "%s करिता पाइप निर्माण करण्यास अशक्य" - #, c-format msgid "unable to create rundir %s: %s" msgstr "rundir %s निर्माण करणे अशक्य: %s" @@ -21466,15 +21070,9 @@ msgstr "VirtualBox ड्राइवर API प्रारंभ करण् msgid "unable to load knownhosts file '%s': %s" msgstr "फाइल '%s': %s लोड करण्यास अशक्य" -msgid "unable to make pipe" -msgstr "पाइप बनवण्यास अशक्य" - msgid "unable to make terminal raw: console isn't a tty" msgstr "टर्मिनल रॉ करणे अशक्य: कंसोल tty नाही" -msgid "unable to open pipe" -msgstr "पाइप उघडणे अशकय" - msgid "unable to open stream" msgstr "स्ट्रिम उघडणे अशक्य" @@ -21552,10 +21150,6 @@ msgstr "vmware लॉग फाइल वाचणे अशक्य" msgid "unable to read: %s" msgstr "वाचणे अशक्य: %s" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "ब्रिज %s करिता पोर्ट समाविष्ट करून मागील स्तर पुनःप्राप्त करणे अशक्य" - msgid "unable to register monitor events" msgstr "मॉनीटर इव्हेंट्स् नोंदणीकृत करणे अशक्य" @@ -21628,9 +21222,6 @@ msgstr "प्रोसेस %lld करिता प्रतिक्षा msgid "unable to wait on console condition" msgstr "कंसोल अटिकरिता प्रतिक्षा करणे अशक्य" -msgid "unable to wait on libssh2 socket" -msgstr "libssh2 सॉकेटकरिता थांबणे अशक्य" - #, c-format msgid "unable to write data to '%s'" msgstr "'%s' करिता लिहणे अशक्य" @@ -22797,10 +22388,6 @@ msgstr "असमर्थीत डिस्क प्रकार" msgid "unsupported disk type %s" msgstr "असमर्थीत डिस्क प्रकार %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "असमर्थीत डिस्क प्रकार '%s'" - #, c-format msgid "unsupported driver name '%s'" msgstr "असमर्थीत ड्राइव्हर नाव '%s'" @@ -23083,9 +22670,6 @@ msgstr "virDomainGetXMLDesc सुरक्षा फ्लॅगसह" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "सेक्युर फ्लॅगसह virDomainSnapshotGetXMLDesc" -msgid "virExec is not implemented for WIN32" -msgstr "WIN32 करिता virExec लागू केले नाही" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "WIN32 करिता virFileOpenAs लागू केले नाही" @@ -23098,12 +22682,6 @@ msgstr "virGetGroupID अनुपलब्ध" msgid "virGetGroupName is not available" msgstr "virGetGroupName अनुपलब्ध" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory अनुपलब्ध" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory अनुपलब्ध" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory अनुपलब्ध" @@ -23113,9 +22691,6 @@ msgstr "virGetUserID अनुपलब्ध" msgid "virGetUserName is not available" msgstr "virGetUserName अनुपलब्ध" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory अनुपलब्ध" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat NULL def" @@ -23153,9 +22728,6 @@ msgstr "virNWFilterSnoopListDel अपयशी" msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "अवैध कि \"%s\" (%zu) सह virNWFilterSnoopReqNew कॉल केले" -msgid "virRun is not implemented for WIN32" -msgstr "WIN32 करिता virRun लागू केले नाही" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID अनुपलब्ध" @@ -23364,10 +22936,6 @@ msgstr "xml संपादित करणे असमर्थीत" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime मूल्य '%s' मध्ये अनपेक्षित रूपण आढळले" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime मूल्य '%s' लक्ष्यकरिता खूपच लांब आहे" - msgid "y - yes, start editor again" msgstr "y - होय, संपादकाला पुनः सुरू करा" diff --git a/po/ms.mini.po b/po/ms.mini.po index 3469710fcf..6bff85d47c 100644 --- a/po/ms.mini.po +++ b/po/ms.mini.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-27 02:47+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Malay (http://www.transifex.com/projects/p/fedora/language/" diff --git a/po/nb.mini.po b/po/nb.mini.po index e881f39c53..903feab538 100644 --- a/po/nb.mini.po +++ b/po/nb.mini.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-24 05:43+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/fedora/" @@ -318,9 +318,6 @@ msgstr "kunne ikke skrive til konfigurasjonsfil" msgid "failed to write configuration file: %s" msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" -msgid "getting time of day" -msgstr "henter tid på døgnet" - msgid "internal error" msgstr "intern feil" diff --git a/po/nl.mini.po b/po/nl.mini.po index 6388d33e8d..86f7a866c7 100644 --- a/po/nl.mini.po +++ b/po/nl.mini.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-26 09:23+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/fedora/language/" @@ -234,9 +234,6 @@ msgstr "Koppel nieuwe netwerk interface aan." msgid "Attempted to NAT '%s'. NAT is only supported for IPv4." msgstr "Geprobeerd om NAT '%s'. NAT wordt alleen ondersteund voor IPv4." -msgid "Authentication failed" -msgstr "Authenticatie mislukte" - msgid "Autostart" msgstr "Automatisch starten" @@ -451,10 +448,6 @@ msgstr "Kan MAC adres '%s' in netwerk '%s' niet ontleden" msgid "Cannot parse controller index %s" msgstr "Kan controller index %s niet ontleden" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "Kan getal niet ontleden uit '%s'" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "Kan socket adres '%s' niet oplossen: %s" @@ -480,9 +473,6 @@ msgstr "Kan deling van aankoppel naam ruimte niet opheffen" msgid "Capacity" msgstr "Capaciteit" -msgid "Capacity cannot be empty." -msgstr "Capaciteit mag niet leeg zijn." - msgid "Capacity:" msgstr "Capaciteit:" @@ -582,10 +572,6 @@ msgstr "Kan geheugen parameters niet wijzigen: %s" msgid "Could not change scheduler parameters: %s" msgstr "Kan scheduler parameters niet wijzigen: %s" -#, c-format -msgid "Could not close %s" -msgstr "Kon %s niet sluiten" - msgid "Could not configure network" msgstr "Kon geen netwerk configureren" @@ -606,14 +592,6 @@ msgstr "Kon standaard config niet kopiëren" msgid "Could not copy volume: %s" msgstr "Kon volume niet kopiëren: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "Kon Sessie aanhaling niet aanmaken, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "Kon VirtualBox aanhaling niet aanmaken, rc = 0x%08x" - #, c-format msgid "Could not create snapshot: %s" msgstr "Kan geen snapshot maken: %s" @@ -773,10 +751,6 @@ msgstr "Kon '%s' niet openen om host scan te activeren" msgid "Could not open /proc/net/dev" msgstr "Kan /proc/net/dev niet openen" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "Kon IID niet ontleden uit '%s', rc = 0x%08x" - #, c-format msgid "Could not parse UUID from '%s'" msgstr "Kon UUID niet ontleden uit '%s'" @@ -801,10 +775,6 @@ msgstr "Kan usb bestand %s niet ontleden" msgid "Could not parse valid disk index from '%s'" msgstr "Kon geen geldige schijf index ontleden uit '%s'" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "Kan versie nummer niet ontleden uit '%s'" - #, c-format msgid "Could not read 'IP_ADDRESS' from config for container %d" msgstr "Kon 'IP_ADDRESS' niet lezen uit config voor container %d" @@ -1289,12 +1259,6 @@ msgstr "Fout van kind proces tijdens aanmaken van '%s'" msgid "Error opening file %s" msgstr "Fout bij openen van bestand %s" -msgid "Error parsing 'path'. Invalid characters." -msgstr "Fout bij het ontleden van 'pad'. Ongeldige karakters." - -msgid "Error parsing volume XML." -msgstr "Fout bij het ontleden van volume XML." - #, c-format msgid "Error reading secret: %s" msgstr "Fout bij lezen van geheim: %s" @@ -1306,13 +1270,6 @@ msgstr "Fout bij bouwen van firewall" msgid "Error while building firewall: %s" msgstr "Fout bij bouwen van firewall: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "Fout bij het verkrijgen van %s adres info" - -msgid "Error while opening SSH session." -msgstr "Fout tijdens openen van SSH sessie." - msgid "Error while reading the domain name" msgstr "Fout tijdens het lezen van de domein naam" @@ -1547,10 +1504,6 @@ msgstr "Vergelijken van host CPU met %s mislukte" msgid "Failed to compile regex %s" msgstr "Compileren van regex %s mislukte" -#, c-format -msgid "Failed to connect to %s" -msgstr "Verbinden met %s mislukte" - #, c-format msgid "Failed to convert '%s' to int" msgstr "'%s' converteren naar geheel getal mislukte " @@ -1601,9 +1554,6 @@ msgstr "Aanmaken van netwerk uit %s mislukte" msgid "Failed to create node device from %s" msgstr "Aanmaken van node apparaat uit %s mislukte" -msgid "Failed to create pipe" -msgstr "Aanmaken van pipe mislukte" - #, c-format msgid "Failed to create pool %s" msgstr "Aanmaken van pool %s mislukte" @@ -1966,10 +1916,6 @@ msgstr "Lezen van PCI config ruimte voor %s mislukte" msgid "Failed to read file '%s'" msgstr "Lezen van bestand '%s' mislukte" -#, c-format -msgid "Failed to read from %s" -msgstr "Lezen van %s mislukte" - #, c-format msgid "Failed to read product/vendor ID for %s" msgstr "Lezen van product/leverancier ID voor %s mislukte" @@ -2172,9 +2118,6 @@ msgstr "Schrijven van %zu bytes naar opslag volume met pad '%s' mislukte" msgid "Failed to write vmx file '%s'" msgstr "Schrijven naar vmx bestand '%s' mislukte" -msgid "Failure establishing SSH session." -msgstr "SSH sessie opzetten mislukte." - msgid "Failure to mask address" msgstr "Adres maskeren mislukte" @@ -2620,9 +2563,6 @@ msgstr "Ongeldige vport operatie (%d)" msgid "Job type:" msgstr "Taak type:" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "Sleutel moet leeg zijn, Power Hypervisor zal er een voor jou aanmaken." - msgid "Key of the current session differs from the key at last login" msgstr "" "Sleutel van de huidige sessie verschilt van de sleutel van de laatste inlog" @@ -3080,9 +3020,6 @@ msgstr "Output de pool informatie als een XML dump naar stdout." msgid "Output the vol information as an XML dump to stdout." msgstr "Output de volume informatie als een XML dump naar stdout." -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI host apparaten moeten 'pci' adres type gebruiken" - msgid "POST operation failed" msgstr "POST operatie mislukte" @@ -3196,20 +3133,6 @@ msgstr "Pool %s is gestart\n" msgid "Pool %s unmarked as autostarted\n" msgstr "Pool %s gemarkeerd om niet automatisch te starten\n" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"Mogelijk heb je geen IBM Tools geïnstalleerd in jouw LPAR. Neem contact met " -"jouw ondersteuning om dit aan te laten zetten." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"Mogelijk heb je geen IBM Tools geïnstalleerd in jouw LPAR. Neem contact met " -"jouw ondersteuning om dit aan te laten zetten." - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "PrepareTunnel aangeroepen, maar geen TUNNELLED vlag ingesteld" @@ -3600,9 +3523,6 @@ msgstr "Opslag volume niet gevonden" msgid "Storage volume not found: %s" msgstr "Opslag volume niet gevonden: %s" -msgid "StoragePool name already exists." -msgstr "StoragePool naam bestaat al." - msgid "Suspend a running domain." msgstr "Een actief domein opschorten." @@ -3720,9 +3640,6 @@ msgstr "" " 'quit' om af te sluiten\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "INUX domein sockets worden op dit platform niet ondersteund" - msgid "USB host device is missing bus/device information" msgstr "USB host apparaat ontbreekt bus/apparaat informatie" @@ -3742,9 +3659,6 @@ msgstr "UUID:" msgid "Unable to access stream for '%s'" msgstr "Kan geen toegang tot stream krijgen voor '%s'" -msgid "Unable to add LPAR to the table" -msgstr "Kan LPAR niet aan de tabel toevoegen" - msgid "Unable to become session leader" msgstr "Kan geen sessie leider worden" @@ -3757,78 +3671,12 @@ msgstr "Kan geheugen parameters niet veranderen" msgid "Unable to change to root dir" msgstr "Kan niet veranderen naar root map" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "Kan LPAR niet aanmaken. Reden: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "Kan opslag pool niet aanmaken: %s" - -#, c-format -msgid "Unable to create Volume: %s" -msgstr "Kan volume niet aanmaken: %s" - -msgid "Unable to create new virtual adapter" -msgstr "Kan geen nieuwe virtuele adapter aanmaken" - -msgid "Unable to determine domain's CPU." -msgstr "Kan de CPU van domein niet bepalen." - -msgid "Unable to determine domain's max memory." -msgstr "Kan max geheugen van domein niet bepalen." - -msgid "Unable to determine domain's memory." -msgstr "Kan geheugen van domein niet bepalen." - -msgid "Unable to determine domain's name." -msgstr "Kan de naam van domein niet bepalen." - -msgid "Unable to determine number of domains." -msgstr "Kon aantal domeinen niet bepalen." - -msgid "Unable to determine storage pool's name." -msgstr "Kan de naam van opslag pool niet bepalen." - -msgid "Unable to determine storage pool's uuid." -msgstr "Kan de uuid van opslag pool niet bepalen." - -msgid "Unable to determine storage pools's size." -msgstr "Kan de grootte van opslag pool niet bepalen." - -msgid "Unable to determine storage pools's source adapter." -msgstr "Kan de bron adapter van opslag pool niet bepalen." - -msgid "Unable to determine storage sp's name." -msgstr "Kan de naam van opslag sp niet bepalen." - -msgid "Unable to determine storage sp's uuid." -msgstr "Kan de uuid van opslag sp niet bepalen." - -msgid "Unable to determine storage sps's size." -msgstr "Kan de grootte van opslag sps niet bepalen." - -msgid "Unable to determine storage sps's source adapter." -msgstr "Kan de bron adapter van opslag sps niet bepalen." - msgid "Unable to format guestfwd port" msgstr "Kan guestfwd poort niet formatteren" -msgid "Unable to generate random uuid." -msgstr "Kan geen willekeurige uuid genereren" - -msgid "Unable to get VIOS name" -msgstr "Kan VIOS naam niet krijgen" - -msgid "Unable to get VIOS profile name." -msgstr "Kan VIOS profiel naam niet krijgen." - msgid "Unable to get domain status" msgstr "Kan domein status niet krijgen" -msgid "Unable to get free slot number" -msgstr "Kan geen vrije sleuf nummer krijgen" - msgid "Unable to get memory parameters" msgstr "Kan geheugen parameters niet verkrijgen" @@ -3861,10 +3709,6 @@ msgstr "Kan /proc/mounts niet openen" msgid "Unable to open UNIX socket" msgstr "Kan UNIX socket niet openen" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "Kon monitor pad %s niet openen" - #, c-format msgid "Unable to open stream for '%s'" msgstr "Kan stream niet openen voor '%s'" @@ -3873,9 +3717,6 @@ msgstr "Kan stream niet openen voor '%s'" msgid "Unable to pre-create chardev file '%s'" msgstr "kan chardev bestand '%s' niet voor-aanmaken" -msgid "Unable to put monitor into non-blocking mode" -msgstr "Kan monitor niet in niet-blokkeren mode zetten" - #, c-format msgid "Unable to remove %s (%d)" msgstr "Kan %s (%d) niet verwijderen" @@ -3890,9 +3731,6 @@ msgstr "Kan container vervolg boodschap niet sturen" msgid "Unable to set monitor close-on-exec flag" msgstr "Kan monitor vlag close-on-exec niet instellen" -msgid "Unable to write information to local file." -msgstr "Kan informatie niet naar lokaal bestand schrijven." - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "Kan niet schrijven naar pid bestand '%s/%s.pid'" @@ -4199,10 +4037,6 @@ msgstr "XML node bevat geen tekst, verwacht een xsd:dateTime waarde" msgid "XPath evaluation of response for call to '%s' failed" msgstr "XPath evaluatie van antwoord van aanroep naar '%s' mislukte" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "" -"Je probeert het aantal CPU's groter in te stellen dan het maximaal mogelijke." - #, c-format msgid "[--%s <number>]" msgstr "[--%s <nummer>]" @@ -4483,9 +4317,6 @@ msgstr "kan log map %s niet aanmaken" msgid "cannot create path '%s'" msgstr "kan pad '%s' niet aanmaken" -msgid "cannot create pipe" -msgstr "kan pipe niet aanmaken" - #, c-format msgid "cannot create snapshot directory '%s'" msgstr "kan snapshot map '%s' niet aanmaken" @@ -5218,10 +5049,6 @@ msgstr "kon Xen hypervisor ingang niet gebruiken" msgid "could not use Xen hypervisor entry %s" msgstr "kon Xen hypervisor ingang %s niet gebruiken" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "kan niet schrijven naad pid bestand %s voor %d" - #, c-format msgid "couldn't write radvd config file '%s'" msgstr "kan niet schrijven radvd configuratie bestand '%s' niet schrijven" @@ -5719,9 +5546,6 @@ msgstr "aanmaken profiel mislukte" msgid "failed to create socket" msgstr "aanmaken socket faalde" -msgid "failed to determine host name" -msgstr "bepalen van host naam mislukte" - msgid "failed to enable IP forwarding" msgstr "IP doorsturen aanzetten mislukte" @@ -5899,9 +5723,6 @@ msgstr "autostart markering van pool %s verwijderen mislukte" msgid "failed to wait on condition" msgstr "wachten op conditie mislukte" -msgid "failed to wake up polling thread" -msgstr "wakker maken van poll thread mislukte" - msgid "failed to write configuration file" msgstr "schrijven naar configuratie bestand mislukte" @@ -6010,9 +5831,6 @@ msgstr "verkrijg waarde van een draaiend domein" msgid "get value to be used on next boot" msgstr "verkrijg waarde te gebruiken bij volgende keer opstarten" -msgid "getting time of day" -msgstr "tijd van de dag verkrijgen" - msgid "given uuid does not match XML uuid" msgstr "opgegeven uuid komt niet overeen met XML uuid" @@ -6969,10 +6787,6 @@ msgstr "geen verbinding driver beschikbaar voor %s" msgid "no device capabilities for '%s'" msgstr "geen apparaat mogelijkheden voor '%s'" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "geen schijf formaat voor %s en onderzoeken is uitgezet" - msgid "no domain XML passed" msgstr "geen domein XML doorgegeven" @@ -7216,9 +7030,6 @@ msgstr "Voer een live core dump uit als dit ondersteund wordt" msgid "persist VM on destination" msgstr "permanente VM op bestemming" -msgid "poll on socket failed" -msgstr "poll op socket mislukte" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "pool '%s' bestaat al met uuid %s" @@ -7294,10 +7105,6 @@ msgstr "protocol mist de family attribuut" msgid "ps2 bus does not support %s input device" msgstr "ps2 bus ondersteunt %s input apparaat niet" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: kan huidige map niet verkrijgen: %s" - #, c-format msgid "qemu emulator '%s' does not support xen" msgstr "qemu emulator '%s' heeft geen ondersteuning voor xen" @@ -7308,9 +7115,6 @@ msgstr "qemu toestand driver is niet actief" msgid "quit this interactive terminal" msgstr "sluit deze interactieve terminal" -msgid "read on wakeup fd failed" -msgstr "lezen van wakeup fd mislukte" - msgid "read-only connection" msgstr "alleen-lezen verbinding" @@ -7836,12 +7640,6 @@ msgstr "kan monitor type niet afhandelen: %s" msgid "unable to initialize VirtualBox driver API" msgstr "kan VirtualBox driver API niet initialiseren" -msgid "unable to make pipe" -msgstr "kan pipe niet maken" - -msgid "unable to open pipe" -msgstr "kan pipe niet openen" - #, c-format msgid "unable to parse mac address '%s'" msgstr "kan mac adres '%s' niet ontleden" @@ -8473,10 +8271,6 @@ msgstr "niet-ondersteunde schijf bus '%s' met apparaat instelling" msgid "unsupported disk type %s" msgstr "niet-ondersteund schijf type %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "niet-ondersteund schijf type '%s'" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "niet-ondersteunde driver naam '%s' voor schijf '%s'" @@ -8620,9 +8414,6 @@ msgstr "virDomainGetXMLDesc met secure flag" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "virDomainSnapshotGetXMLDesc met secure flag" -msgid "virExec is not implemented for WIN32" -msgstr "virExec is niet geïmplementeerd voor WIN32" - msgid "virGetGroupID is not available" msgstr "virGetGroupID is niet beschikbaar" @@ -8733,9 +8524,5 @@ msgstr "xml data bestand waarnaar te exporteren" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime waarde '%s' heeft onverwacht formaat" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime waarde '%s' is te lang voor bestemming" - msgid "yes" msgstr "ja" diff --git a/po/or.mini.po b/po/or.mini.po index 609f39f846..933b32b973 100644 --- a/po/or.mini.po +++ b/po/or.mini.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-27 04:59+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Oriya (http://www.transifex.com/projects/p/libvirt/language/" @@ -448,10 +448,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s'" msgstr "'%s'" @@ -649,20 +645,10 @@ msgstr "ଏହି ଡମେନ ପାଇଁ ସକ୍ରିୟ କୋନସୋ msgid "Active:" msgstr "ସକ୍ରିୟ:" -msgid "Address family for hostname not supported" -msgstr "ହୋଷ୍ଟନାମ ପାଇଁ ଠିକଣା ପରିବାର ସହାୟତା ନାହିଁ" - #, c-format msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "କୋରକୁ ଡମ୍ପ କରିବା ପରେ, ଡମେନ '%d' କୁ libxenlight ସହିତ ପୁନଃଚାଳନ କରିବାରେ ବିଫଳ" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "ସଦସ୍ୟ ପଥ %s ଟି ଲକ୍ଷ୍ଯସ୍ଥଳ ପାଇଁ ଅତ୍ୟଧିକ ବଡ଼" - -msgid "All requests done" -msgstr "ସମସ୍ତ ଅନୁରୋଧ କରାଯାଇଛି" - msgid "Allocation" msgstr "ଆବଣ୍ଟନ" @@ -682,9 +668,6 @@ msgstr "ପୂର୍ବଜମାନଙ୍କର ମଡେଲ %s ଟି CPU ମ msgid "AnyType is missing 'type' property" msgstr "AnyType ରେ 'ପ୍ରକାର' ଗୁଣଧର୍ମ ନାହିଁ" -msgid "Argument buffer too small" -msgstr "ସ୍ୱତନ୍ତ୍ରଚର ବଫରଟି ଅତ୍ଯଧିକ ଛୋଟ" - msgid "Attach device from an XML <file>." msgstr "ଗୋଟିଏ XML <file> ରୁ ଗୋଟିଏ ଉପକରଣ ସଂଲଗ୍ନ କରନ୍ତୁ।" @@ -713,9 +696,6 @@ msgstr "PCI ଠିକଣା %s ର ଦୁଇଥର ବ୍ୟବହାର ପ୍ msgid "Attribute mode is only allowed for guest CPU" msgstr "ଗୁଣଧର୍ମ ଧାରା କେବଳ ଅତିଥି CPU ପାଇଁ ଅନୁମତିପ୍ରାପ୍ତ" -msgid "Authentication failed" -msgstr "ପ୍ରମାଣୀକରଣ ବିଫଳ" - msgid "Autostart" msgstr "ସ୍ବତଃପ୍ରାରମ୍ଭ" @@ -731,9 +711,6 @@ msgstr "ଉପଲବ୍ଧ:" msgid "Bad child elements counting." msgstr "ଖରାପ ଅନୁଗାମୀ ଉପାଦାନ ହିସାବ କରୁଅଛି।" -msgid "Bad value for ai_flags" -msgstr "ai_flags ପାଇଁ ଭୁଲ ମୂଲ୍ୟ" - msgid "Bad value for nativeMode" msgstr "ସ୍ଥାନୀୟ ଧାରା ପାଇଁ ଭୁଲ ମୂଲ୍ୟ" @@ -974,18 +951,12 @@ msgstr "pid ଫାଇଲ ପଥକୁ ନିର୍ଦ୍ଧାରଣ କରି msgid "Can't determine socket paths" msgstr "ସକେଟ ଫାଇଲ ପଥକୁ ନିର୍ଦ୍ଧାରଣ କରିପାରିବେ ନାହିଁ" -msgid "Can't determine user directory" -msgstr "ବ୍ୟବହାରକାରୀ ଡିରେକ୍ଟୋରୀକୁ ନିର୍ଦ୍ଧାରଣ କରିପାରିବେ ନାହିଁ।" - msgid "Can't find prlctl command in the PATH env" msgstr "prlctl ନିର୍ଦ୍ଦେଶକୁ PATH ପରିବେଶରେ ଖୋଜିପାରିବେ ନାହିଁ" msgid "Can't initialize access manager" msgstr "ଅଭିଗମ୍ୟତା ପରିଚାଳକକୁ ଆରମ୍ଭ କରିପାରିବେ ନାହିଁ" -msgid "Can't initialize logging" -msgstr "ଲଗଇନକୁ ଆରମ୍ଭ କରି ପାରିବେ ନାହିଁ" - #, c-format msgid "Can't load config file: %s: %s" msgstr "ବିନ୍ୟାସ ଫାଇଲକୁ ଧାରଣ କରିପାରିବେ ନାହିଁ: %s: %s" @@ -1071,9 +1042,6 @@ msgstr "ଲଗ ଡ଼ିରେକ୍ଟୋରୀ '%s' କୁ ନିର୍ମା msgid "Cannot create macvlan devices on this platform" msgstr "ଏହି ପ୍ଲାଟଫର୍ମ ଉପରେ macvlan ଉପକରଣଗୁଡ଼ିକୁ ସୃଷ୍ଟି କରି ପାରିବେ ନାହିଁ" -msgid "Cannot create pipe for child" -msgstr "ନିମ୍ନସ୍ତର ପାଇଁ ପାଇପ ନିର୍ମାଣ କରିପାରିବେ ନାହିଁ" - #, c-format msgid "Cannot create user runtime directory '%s'" msgstr "ବ୍ୟବହାରକାରୀ ଚଳନ୍ତି ଡ଼ିରେକ୍ଟୋରୀ '%s' କୁ ନିର୍ମାଣ କରିପାରିବେ ନାହିଁ" @@ -1095,9 +1063,6 @@ msgstr "ଫାଇଲ '%s' କୁ ଅପସାରଣ କରିପାରିବ ନ msgid "Cannot determine balloon device path" msgstr "ବ୍ୟାଲୁନ ଉପକରଣ ପଥ ନିର୍ଦ୍ଧାରଣ କରି ପାରିବେ ନାହିଁ" -msgid "Cannot determine free memory" -msgstr "ଖାଲି ସ୍ଥାନ ନିର୍ଦ୍ଧାରଣ କରିପାରିବେ ନାହିଁ" - msgid "Cannot determine system clock HZ" msgstr "ତନ୍ତ୍ର ଘଡ଼ି HZ କୁ ନିର୍ଦ୍ଧାରଣ କରିପାରିବେ ନାହିଁ" @@ -1319,10 +1284,6 @@ msgstr "ନିୟନ୍ତ୍ରକ ଅନୁକ୍ରମଣିକା %s କୁ msgid "Cannot parse mode string" msgstr "ଅବସ୍ଥା ବାକ୍ୟଖଣ୍ଡକୁ ବିଶ୍ଳେଷଣ କରିପାରିବେ ନାହିଁ" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "'%s' ରୁ ସଂଖ୍ୟା ବିଶ୍ଳେଷଣ କରିପାରିବେ ନାହିଁ" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "ସକେଟ ଠିକଣା '%s' କୁ ବିଶ୍ଳେଷଣ କରିପାରିବେ ନାହିଁ: %s" @@ -1470,9 +1431,6 @@ msgstr "ଭଲ୍ୟୁମ ପଥ '%s' କୁ ବ୍ୟବହାର କରିପ msgid "Capacity" msgstr "କ୍ଷମତା" -msgid "Capacity cannot be empty." -msgstr "କ୍ଷମତାକୁ ଖାଲି ରଖିପାରିବେ ନାହିଁ।" - msgid "Capacity:" msgstr "କ୍ଷମତା:" @@ -1670,10 +1628,6 @@ msgstr "ସ୍ମୃତି ସ୍ଥାନ ପ୍ରାଚଳଗୁଡ଼ିକ msgid "Could not change scheduler parameters: %s" msgstr "ନିୟୋଜକ ପ୍ରାଚଳକୁ ପରିବର୍ତ୍ତନ କରିପାରିଲା ନାହିଁ: %s" -#, c-format -msgid "Could not close %s" -msgstr "%s କୁ ବନ୍ଦ କରିପାରିଲା ନାହିଁ" - msgid "Could not configure network" msgstr "ନେଟୱର୍କକୁ ବିନ୍ୟାସ କରିପାରିଲା ନାହିଁ" @@ -1694,14 +1648,6 @@ msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ config କୁ ନକଲ msgid "Could not copy volume: %s" msgstr "ଭଲ୍ୟୁମକୁ ନକଲ କରିପାରିଲା ନାହିଁ: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "ଅଧିବେଶନ ପରିସ୍ଥିତି ନିର୍ମାଣ କରିପାରିଲା ନାହିଁ, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "VirtualBox ପରିସ୍ଥିତି ନିର୍ମାଣ କରିପାରିଲା ନାହିଁ, rc = 0x%08x" - msgid "Could not create filter" msgstr "ଛାଣକ ନିର୍ମାଣ କରିପାରିଲା ନାହିଁ" @@ -1732,9 +1678,6 @@ msgstr "ଭଲ୍ୟୁମକୁ ଉପସାରଣ କରି ପାରିଲା msgid "Could not destroy domain: %s" msgstr "ଡମେନକୁ ନଷ୍ଟ କରାଯାଇପାରିଲା ନାହିଁ: %s" -msgid "Could not determine home directory" -msgstr "ହୋମ ଡିରେକ୍ଟୋରୀକୁ ନିର୍ଦ୍ଧାରଣ କରିପାରିଲା ନାହିଁ" - #, c-format msgid "Could not dlsym %s from '%s': %s" msgstr "%s କୁ '%s' ରୁ dlsym କରି ପାରିଲା ନାହିଁ: %s" @@ -2082,10 +2025,6 @@ msgstr "'bonding/use_carrier' '%s' କୁ '%s' ପାଇଁ ବିଶ୍ଳେ msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "'bridge/stp_state' '%s' କୁ '%s' ପାଇଁ ବିଶ୍ଳେଷଣ କରିପାରିଲା ନାହିଁ" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "IID କୁ '%s' ରୁ ବିଶ୍ଳେଷଣ କରିପାରିଲା ନାହିଁ, rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "MTU ମୂଲ୍ୟ '%s' କୁ ବିଶ୍ଲେଷଣ କରିପାରିଲା ନାହିଁ" @@ -2122,14 +2061,6 @@ msgstr "usb ଫାଇଲ %s କୁ ବିଶ୍ଳେଷଣ କରିପାର msgid "Could not parse valid disk index from '%s'" msgstr "%s ରୁ ବୈଧ ଡିସ୍କ ଅନୁକ୍ରମଣିକାକୁ ବିଶ୍ଳେଷଣ କରିପାରିଲା ନାହିଁ" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "'%s' ରୁ ସଂସ୍କରଣ ସଂଖ୍ୟାକୁ ବିଶ୍ଳେଷଣ କରିପାରିଲା ନାହିଁ" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "ପଞ୍ଜିକରଣ ମୂଲ୍ୟ '%s\\%s' କୁ ପଚାରିପାରିଲା ନାହିଁ" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "'%s' କୁ ସଂରଚନାରୁ ଧାରଣ ପାତ୍ର %d ପାଇଁ ପଢ଼ିପାରିଲା ନାହିଁ" @@ -2281,9 +2212,6 @@ msgstr "ଡିସ୍କ ଠିକଣାକୁ ଯାଞ୍ଚ କରିପାର msgid "Could not wipe volume: %s" msgstr "ଭଲ୍ୟୁମକୁ ସଫା କରିପାରିଲା ନାହିଁ: %s" -msgid "Could not write to stream" -msgstr "ଧାରାରେ ଲେଖିପାରିଲା ନାହିଁ" - #, c-format msgid "Couldn't read volume target path '%s'" msgstr "ଆକାର ଲକ୍ଷ୍ୟ ପଥ '%s'କୁ ପଢ଼ିପାରିବେ ନାହିଁ" @@ -2697,9 +2625,6 @@ msgstr "" "ଡମେନ XML ଫାଇଲ-ଆଧାରିତ କୌଣସି ହାର୍ଡଡିସ୍କ ଧାରଣ କରିନଥାଏ, ତଥ୍ୟ ଭଣ୍ଡାରଏବଂ VMX ଫାଇଲ ପ୍ରତି ପଥକୁ " "ଅନୁମାନ କରି ପାରିବେ ନାହିଁ" -msgid "Domain XML must contain at least one <disk> element." -msgstr "ଡମେନ XML ନିଶ୍ଚିତ ଭାବରେ ଅତିକମରେ ଗୋଟିଏ <disk> ଉପାଦାନ ଧାରଣ କରିଥାଏ।" - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "ଡମେନ ପୂର୍ବରୁ ଅବସ୍ଥିତ ଅଛି, ସ୍ଥିତବାନ ଡମେନଗୁଡ଼ିକୁ ସମ୍ପାଦନ କରିବା ଏପର୍ଯ୍ୟନ୍ତ ସହାୟତା ପ୍ରାପ୍ତ ନୁହଁ" @@ -2898,12 +2823,6 @@ msgstr "ତୃଟି ବିଜ୍ଞପ୍ତି କଲବ୍ୟାକ ନିଶ msgid "Error opening file %s" msgstr "ଫାଇଲ %sକୁ ଖୋଲିବା ସମୟରେ ତ୍ରୁଟି" -msgid "Error parsing 'path'. Invalid characters." -msgstr "'path' କୁ ବିଶ୍ଳେଷଣ କରିବାରେ ତ୍ରୁଟି। ଅବୈଧ ବର୍ଣ୍ଣଗୁଡ଼ିକ।" - -msgid "Error parsing volume XML." -msgstr "ଭଲ୍ୟୁମ XML ବିଶ୍ଳେଷଣ କରିବା ସମୟରେ ତୃଟି।" - #, c-format msgid "Error reading secret: %s" msgstr "ଗୁପ୍ତ ତଥ୍ୟ ପଢ଼ିବା ସମୟରେ ତୃଟି: %s" @@ -2919,13 +2838,6 @@ msgstr "ଫାୟାରୱାଲ ନିର୍ମାଣ କରିବା ସମୟ msgid "Error while closing medium, rc=%08x" msgstr "ମାଧ୍ଯମକୁ ବନ୍ଦ କରିବାରେ ତୃଟି, rc=%08x" -#, c-format -msgid "Error while getting %s address info" -msgstr "%s ଠିକଣା ସୂଚନା ପାଇବା ସମୟରେ ତ୍ରୁଟି" - -msgid "Error while opening SSH session." -msgstr "SSH ଅଧିବେଶନକୁ ଖୋଲିବା ସମୟରେ ତୃଟି।" - msgid "Error while processing command's IO" msgstr "ନିର୍ଦ୍ଦେଶର IO କୁ କାର୍ଯ୍ୟକାରୀ କରିବା ସମୟରେ ତୃଟି" @@ -2938,10 +2850,6 @@ msgstr "/proc/cgroups ପଢ଼ିବା ସମୟରେ ତ୍ରୁଟି" msgid "Error while reading the domain name" msgstr "ଡମେନ ନାମକୁ ପଢ଼ିବା ସମୟରେ ତୃଟି" -#, c-format -msgid "Escape character is %s\n" -msgstr "Escape ଅକ୍ଷରଟି ହେଉଛି %s\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "ଇଥରନେଟ ନିୟନ୍ତ୍ରକ ଅନୁକ୍ରମଣିକା %d ସୀମା [0..3] ବାହାରେ" @@ -3253,10 +3161,6 @@ msgstr "ବୃକ୍ଷ ତାଲିକାଭୁକ୍ତ କରିବାରେ msgid "Failed to connect socket to '%s'" msgstr "ସକେଟକୁ '%s' ସହିତ ସଂଯୋଗ କରିବାରେ ବିଫଳ" -#, c-format -msgid "Failed to connect to %s" -msgstr "%s ସହିତ ସଂଯୋଗ କରିବାରେ ବିଫଳ" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "ସୁଦୂର libvirt URI %s ସହିତ ସଂଯୋଗ କରିବାରେ ଅସମର୍ଥ: %s" @@ -3351,9 +3255,6 @@ msgstr "%s ରୁ ନେଟୱାର୍କ ସୃଷ୍ଟି କରିବାର msgid "Failed to create node device from %s" msgstr "%s ରୁ ନୋଡ ଉପକରଣ ସୃଷ୍ଟି କରିବାରେ ବିଫଳ" -msgid "Failed to create pipe" -msgstr "ପାଇପ ନିର୍ମାଣ କରିବାରେ ବିଫଳ" - #, c-format msgid "Failed to create pool %s" msgstr "ପୁଲ %s ସୃଷ୍ଟି କରିବାରେ ବିଫଳ" @@ -4024,10 +3925,6 @@ msgstr "PCI ବିନ୍ୟାସ ସ୍ଥାନକୁ %s ପାଇଁ ପଢ msgid "Failed to read file '%s'" msgstr "ଫାଇଲ '%s' କୁ ପଢ଼ିବାରେ ବିଫଳ" -#, c-format -msgid "Failed to read from %s" -msgstr "%s ରୁ ପଢ଼ିବାରେ ବିଫଳ" - #, c-format msgid "Failed to read product/vendor ID for %s" msgstr "%s ପାଇଁ ଉତ୍ପାଦ/ବିକ୍ରେତା ID କୁ ପଢ଼ିବାରେ ବିଫଳ" @@ -4450,9 +4347,6 @@ msgstr "ବିଫଳ! ଭଲ୍ୟୁମକୁ ବାହାର କରାଯା msgid "Failed." msgstr "ବିଫଳ ହୋଇଛି।" -msgid "Failure establishing SSH session." -msgstr "SSH ଅଧିବେଶନକୁ ସ୍ଥାପନ କରିବା ସମୟରେ ତୃଟି।" - msgid "Failure while reading log output" msgstr "ଲଗ ଫଳାଫଳକୁ ପଢ଼ିବା ସମୟରେ ବିଫଳତା" @@ -4855,9 +4749,6 @@ msgid "" "only" msgstr "ଅନ୍ତରାପୃଷ୍ଠ ପ୍ରକାର hostdev ବର୍ତ୍ତମାନ କେବଳ SR-IOV ଆଭାସୀ ଫଳନ ଉପରେ ସହାୟତା ପ୍ରାପ୍ତ" -msgid "Interrupted by a signal" -msgstr "ସଂକେତ ଦ୍ୱାରା ବାଧାପ୍ରାପ୍ତ" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "vlan <tag> ଉପାଦାନରେ ଅବୈଧ \"nativeMode='%s'\"" @@ -5455,9 +5346,6 @@ msgstr "ମେଡିଆ ପଞ୍ଜିକରଣ ଖାଲି ଅଛି" msgid "Media registry is null" msgstr "ମେଡିଆ ପଞ୍ଜିକରଣ ଖାଲି ଅଛି" -msgid "Memory allocation failure" -msgstr "ସ୍ମୃତିସ୍ଥାନ ବଣ୍ଟନ ବିଫଳ" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -5807,9 +5695,6 @@ msgstr "ମଡେଲ %s ଟି ଲକ୍ଷ୍ଯସ୍ଥଳ ପାଇଁ ଅ msgid "Model name contains invalid characters" msgstr "ମଡେଲ ନାମ ଅବୈଧ ଅକ୍ଷରଗୁଡ଼ିକୁ ଧାରଣ କରିଥାଏ" -msgid "Monitor does not support sending of file descriptors" -msgstr "ମନିଟରଟି ଫାଇଲ ବର୍ଣ୍ଣନାକାରୀକୁ ପଠାଇବା ପାଇଁ ସମର୍ଥନ କରେନାହିଁ" - #, c-format msgid "Monitor path %s too big for destination" msgstr "ପ୍ରଦର୍ଶିକା ପଥ %s ଟି ଅତ୍ୟଧିକ ବଡ଼" @@ -5893,9 +5778,6 @@ msgstr "ନାମ" msgid "Name of chain is longer than %u characters" msgstr "ସୃଙ୍ଖଳର ନାମ %u ଟି ଅକ୍ଷରରୁ ଅଧିକ" -msgid "Name or service not known" -msgstr "ନାମ କିମ୍ବା ସର୍ଭିସ ଜଣା ନାହିଁ" - msgid "Name:" msgstr "ନାମ:" @@ -6066,9 +5948,6 @@ msgstr "କୌଣସି PCI ପରିପଥ ଉପଲବ୍ଧ ନାହିଁ" msgid "No active operation on device: %s" msgstr "ଉପକରଣ ଉପରେ କୌଣସି ସକ୍ରିୟ ପ୍ରୟୋଗ ନାହିଁ: %s" -msgid "No address associated with hostname" -msgstr "ହୋଷ୍ଟନାମ ସହିତ କୌଣସି ଠିକଣା ସମ୍ପୃକ୍ତ ନାହିଁ" - #, c-format msgid "No args present for signature %s" msgstr "ହସ୍ତାକ୍ଷର %s ପାଇଁ କୌଣସି ସ୍ୱତନ୍ତ୍ରଚର ନାହିଁ" @@ -6233,9 +6112,6 @@ msgstr "ନୋଡ ଉପକରଣ ମିଳିଲା ନାହିଁ: %s" msgid "Non-empty feature list specified without CPU model" msgstr "ଖାଲିନଥିବା ବିଶେଷତା ତାଲିକା CPU ମଡେଲ ବିନା ଉଲ୍ଲେଖ କରାଯାଇଛି" -msgid "Non-recoverable failure in name resolution" -msgstr "ନାମ ସମାଧାନରେ ପୁନରୁଦ୍ଧାର ହୋଇପାରୁନଥିବା ବିଫଳତା" - msgid "None" msgstr "କିଛି ନୁହେଁ" @@ -6315,12 +6191,6 @@ msgstr "ଦର୍ଶାଇବା ପାଇଁ କେବଳ %d CPUs ଉପଲବ msgid "Only '%s' filesystem type is supported" msgstr "କେବଳ '%s' ଫାଇଲ ତନ୍ତ୍ର ପ୍ରକାର ସହାୟତା ପ୍ରାପ୍ତ" -msgid "Only 'credit' scheduler is supported" -msgstr "କେବଳ 'credit' ନିୟନ୍ତ୍ରକଟି ସମର୍ଥିତ" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "କେବଳ 'scsi_host' ଏଡପଟର ସମର୍ଥିତ" - msgid "Only PCI device addresses with function=0 are supported" msgstr "କେବଳ ଫଳନ=0 ବିଶିଷ୍ଟ PCI ଉପକରଣ ଠିକଣାଗୁଡ଼ିକ ସମର୍ଥିତ" @@ -6462,9 +6332,6 @@ msgstr "PCI ଉପକରଣ %s କୁ ଡ୍ରାଇଭର %s, ଡମେନ %s msgid "PCI device %s is not assignable" msgstr "PCI ଉପକରଣ %s କୁ ନ୍ୟସ୍ତ କରାଯାଇପାରିବ ନାହିଁ" -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI ହୋଷ୍ଟ ଉପକରଣଗୁଡ଼ିକ ନିଶ୍ଚିତ ଭାବରେ 'pci' ଠିକଣା ପ୍ରକାର ବ୍ୟବହାର କରିବା ଉଚିତ" - msgid "POST operation failed" msgstr "POST ପ୍ରକ୍ରିୟା ବିଫଳ" @@ -6484,9 +6351,6 @@ msgstr "ପ୍ରାଚଳ '%s' ଟି ଏକ ବାକ୍ୟଖଣ୍ଡ ନୁ msgid "Parameter '%s' is not supported by this kernel" msgstr "ପ୍ରାଚଳ '%s' ଏହି କର୍ଣ୍ଣଲ ଦ୍ୱାରା ସହାୟତା ପ୍ରାପ୍ତ ନୁହଁ" -msgid "Parameter string not correctly encoded" -msgstr "ପ୍ରାଚଳ ବାକ୍ୟଖଣ୍ଡକୁ ସଠିକ ଭାବରେ ସାଙ୍କେତିକରଣ କରାଯାଇ ନାହିଁ" - msgid "Parent" msgstr "ମୂଖ୍ୟ" @@ -6661,9 +6525,6 @@ msgstr "ପଦ୍ଧତି %zu %p %p [[[%s]]][[[%s]]]" msgid "Process CPU affinity is not supported on this platform" msgstr "ପଦ୍ଧତି CPU ସାଦୃଶ୍ୟ ଏହି ପ୍ଲାଟଫର୍ମରେ ସମର୍ଥିତ ନୁହଁ" -msgid "Processing request in progress" -msgstr "ପ୍ରକ୍ରିୟା ଅନୁରୋଧ କାର୍ଯ୍ୟକାରୀ ହେଉଛି" - msgid "Pull aborted" msgstr "ପୁଲ ପରିତ୍ଯାଗ କରାଯାଇଛି" @@ -6717,14 +6578,6 @@ msgstr "ଗୋଟିଏ ପ୍ରଦତ୍ତ ପୁଲକୁ ସତେଜ କ msgid "Refusing to undefine while domain managed save image exists" msgstr "ଡମେନ ପରିଚାଳିତ ସଂରକ୍ଷଣ ପ୍ରତିଛବି ଅବସ୍ଥିତ ଥିବା ସମୟରେ ବ୍ୟାଖ୍ୟା ନକରିବା ପାଇଁ ବାରଣ କରିଛି" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "ପଞ୍ଜିକରଣ ମୂଲ୍ୟ '%s\\%s' ରେ ଅପ୍ରତ୍ୟାଶିକ ପ୍ରକାର" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "ପଞ୍ଜିକରଣ ମୂଲ୍ୟ '%s\\%s' ଟି ଅତି ଛୋଟ ଅଟେ" - #, c-format msgid "Removable media not supported for %s device" msgstr "%s ଉପକରଣ ପାଇଁ କୌଣସି କଢ଼ାଯୋଗ୍ୟ ମେଡ଼ିଆ ସମର୍ଥିତ ନୁହଁ" @@ -6748,12 +6601,6 @@ msgstr "ସଂରକ୍ଷିତ ସ୍ଥିତି ଫାଇଲ ସହିତ msgid "Reply message incorrect" msgstr "ଉତ୍ତର ସନ୍ଦେଶ ଭୁଲ ଅଛି" -msgid "Request canceled" -msgstr "ଅନୁରୋଧକୁ ବାତିଲ କରାଯାଇଛି" - -msgid "Request not canceled" -msgstr "ଅନୁରୋଧକୁ ବାତିଲ କରାଯାଇ ନାହିଁ" - msgid "Requested metadata element is not present" msgstr "ଅନୁରୋଧ କରାଯାଇଥିବା ଅଧିତଥ୍ଯ ଉପାଦାନ ଉପସ୍ଥିତ ନାହିଁ" @@ -7059,9 +6906,6 @@ msgstr "ଅତିଥିରେ ପ୍ରକ୍ରିୟାଗୁଡ଼ିକ ପ msgid "Serial port index %d out of [0..3] range" msgstr "କ୍ରମିକ ପୋର୍ଟ ଅନୁକ୍ରମଣିକା %d ସୀମା [0..3] ବାହାରେ" -msgid "Servname not supported for ai_socktype" -msgstr "ai_socktype ପାଇଁ Servname କୁ ସହାୟତା ନାହିଁ" - msgid "Set a secret value." msgstr "ଗୋଟିଏ ଗୁପ୍ତ ମୂଲ୍ୟ ସେଟ କରନ୍ତୁ।" @@ -7269,9 +7113,6 @@ msgstr "ଭଣ୍ଡାର ଆକାର ମିଳିଲା ନାହିଁ" msgid "Storage volume not found: %s" msgstr "ଭଣ୍ଡାର ଆକାର ମିଳିଲା ନାହିଁ: %s" -msgid "StoragePool name already exists." -msgstr "StoragePool ନାମ ପୂର୍ବରୁ ଅବସ୍ଥିତ।" - msgid "Successfully copied" msgstr "ସଫଳତାର ସହିତ ନକଲ ହୋଇଛି" @@ -7314,9 +7155,6 @@ msgstr "$name କୁ ନିଲମ୍ବିତ କରୁଅଛି: " msgid "Suspending guests on $uri URI..." msgstr "$uri URI ଉପରେ ଅତିଥିମାନଙ୍କୁ ନିଲମ୍ବିତ କରୁଅଛି ..." -msgid "System error" -msgstr "ତନ୍ତ୍ର ତୃଟି" - msgid "System is in use" msgstr "ତନ୍ତ୍ରଟି ବ୍ୟବହାର ହେଉଛି" @@ -7724,9 +7562,6 @@ msgstr "ଲକ୍ଷ୍ଯସ୍ଥଳ ଭିଡ଼ିଓ କାର୍ଡ dvram msgid "Target watchdog model %s does not match source %s" msgstr "ଲକ୍ଷ୍ଯସ୍ଥଳ ୱାଚଡଗ ମଡେଲ %s ଉତ୍ସ %s ସହିତ ମେଳଖାଉ ନାହିଁ" -msgid "Temporary failure in name resolution" -msgstr "ନାମ ସମାଧାନରେ ଅସ୍ଥାୟୀ ବିଫଳତା" - #, c-format msgid "The CA certificate %s has expired" msgstr "CA ପ୍ରମାଣପତ୍ର %s ର ସମୟ ସମାପ୍ତ ହୋଇଛି" @@ -7975,9 +7810,6 @@ msgstr "" msgid "Type='%s' unsupported for <interface type='vhostuser'>" msgstr "ପ୍ରକାର='%s' ଟି <interface type='vhostuser'> ପାଇଁ ସହାୟତା ପ୍ରାପ୍ତ ନୁହଁ" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "UNIX ଡମେନ ସକେଟଗୁଡ଼ିକ ଏହି ପ୍ଲାଟଫର୍ମରେ ସମର୍ଥିତ ନୁହଁ" - msgid "UNIX sockets are not supported on this platform" msgstr "UNIX ସକେଟଗୁଡ଼ିକ ଏହି ପ୍ଲାଟଫର୍ମରେ ସମର୍ଥିତ ନୁହଁ" @@ -8031,9 +7863,6 @@ msgstr "'%s' ପାଇଁ ଧାରାକୁ ଅଭିଗମ୍ୟ କରିବ msgid "Unable to acquire lock on '%s'" msgstr "'%s' ଉପରେ ଲକ ହାସଲ କରିବାରେ ଅସମର୍ଥ" -msgid "Unable to add LPAR to the table" -msgstr "ସାରଣୀରେ LPAR ଯୋଗ କରିବାରେ ଅସମର୍ଥ" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "ବ୍ରିଜ %s ପୋର୍ଟ %s କୁ ଯୋଡ଼ିବାରେ ଅସମର୍ଥ" @@ -8044,10 +7873,6 @@ msgstr "epoll fd କୁ ଯୋଗ କରିବାରେ ଅସମର୍ଥ" msgid "Unable to add extra data" msgstr "ଅତିରିକ୍ତ ତଥ୍ୟ ଯୋଗ କରିବାରେ ଅସମର୍ଥ" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "ଘଟଣା ଲୁପରେ ନିୟନ୍ତ୍ରଣ %d କୁ ଯୋଗ କରିବାରେ ଅସମର୍ଥ" - msgid "Unable to add hard disk to media Registry" msgstr "ମେଡିଆ ପଞ୍ଜିକରଣରେ ହାର୍ଡ ଡିସ୍କ ଯୋଡ଼ିବାରେ ଅସମର୍ଥ" @@ -8205,18 +8030,6 @@ msgstr "JSON ଫରମାଟର୍ ସୃଷ୍ଟି କରିବାରେ msgid "Unable to create JSON parser" msgstr "JSON ବିଶ୍ଳେଷକ ସୃଷ୍ଟି କରିବାରେ ଅସମର୍ଥ" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "LPAR ନିର୍ମାଣ କରିବାରେ ଅସମର୍ଥ। କାରଣ: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "ସଂରକ୍ଷଣ ପୁଲ ସୃଷ୍ଟି କରିବାରେ ଅସମର୍ଥ:%s" - -#, c-format -msgid "Unable to create Volume: %s" -msgstr "ଭଲ୍ୟୁମ ସୃଷ୍ଟି କରିବାରେ ଅସମର୍ଥ: %s" - msgid "Unable to create blkid library handle" msgstr "blkid ଲାଇବ୍ରେରୀ ନିୟନ୍ତ୍ରଣକୁ ନିର୍ମାଣ କରିବାରେ ଅସମର୍ଥ" @@ -8249,18 +8062,9 @@ msgstr "ଲକସ୍ପେସ %s ନିର୍ମାଣ କରିବାରେ ଅ msgid "Unable to create migration thread" msgstr "ସ୍ଥାନାନ୍ତରଣ ଥ୍ରେଡ ନିର୍ମାଣ କରିବାରେ ଅସମର୍ଥ" -msgid "Unable to create new virtual adapter" -msgstr "ନୂତନ ଆଭାସୀ ଏଡପଟର ନିର୍ମାଣ କରିବାରେ ଅସମର୍ଥ" - -msgid "Unable to create pipe" -msgstr "ପାଇପ ସୃଷ୍ଟି କରିବାରେ ଅସମର୍ଥ" - msgid "Unable to create rule" msgstr "ନିୟମାବଳୀ ନିର୍ମାଣ କରିବାରେ ଅସମର୍ଥ" -msgid "Unable to create signal pipe" -msgstr "ସଂକେତ ପାଇପ ସୃଷ୍ଟି କରିବାରେ ଅସମର୍ଥ" - msgid "Unable to create socket" msgstr "ସକେଟ ନିର୍ମାଣ କରିବାରେ ଅସମର୍ଥ" @@ -8290,62 +8094,13 @@ msgstr "ମାଧ୍ଯମ ଅପସାରଣ କରିବାରେ ଅସମର msgid "Unable to delete port %s from OVS" msgstr "ପୋର୍ଟ %s କୁ OVS ରୁ ଅପସାରଣ କରିବାରେ ଅସମର୍ଥ" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "ସଂରକ୍ଷଣ ପୁଲକୁ ନଷ୍ଟ କରିବାରେ ଅସମର୍ଥ: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "%s ପାଇଁ ଫାଇଲତନ୍ତ୍ରକୁ ଚିହ୍ନିବାରେ ଅସମର୍ଥ" -msgid "Unable to determine config directory" -msgstr "ବିନ୍ୟାସ ଡିରେକ୍ଟୋରୀକୁ ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ" - -msgid "Unable to determine domain's CPU." -msgstr "ଡମେନର CPU ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ।" - -msgid "Unable to determine domain's max memory." -msgstr "ଡମେନର ସର୍ବାଧିକ ସ୍ମୃତିସ୍ଥାନ ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ।" - -msgid "Unable to determine domain's memory." -msgstr "ଡମେନର ସ୍ମୃତିସ୍ଥାନ ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ।" - -msgid "Unable to determine domain's name." -msgstr "ଡମେନ ନାମ ନିର୍ଦ୍ଧାରଣ କରିବାରେ ବିଫଳ।" - -msgid "Unable to determine home directory" -msgstr "ମୂଖ୍ୟ ଡିରେକ୍ଟୋରୀକୁ ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ" - msgid "Unable to determine mount table on this platform" msgstr "ଏହି ପ୍ଲାଟଫର୍ମ ଉପରେ ସ୍ଥାପନ ସାରଣୀକୁ ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ" -msgid "Unable to determine number of domains." -msgstr "ଡମେନ ସଂଖ୍ୟା ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ।" - -msgid "Unable to determine storage pool's name." -msgstr "ସଂରକ୍ଷଣ ପୁଲର ନାମ ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ" - -msgid "Unable to determine storage pool's uuid." -msgstr "ସଂରକ୍ଷଣ ପୁଲ uuid ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ।" - -msgid "Unable to determine storage pools's size." -msgstr "ସଂରକ୍ଷଣ ପୁଲ ଆକାର ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ।" - -msgid "Unable to determine storage pools's source adapter." -msgstr "ସଂରକ୍ଷଣ ପୁଲର ଉତ୍ସ ଏଡପଟର ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ।" - -msgid "Unable to determine storage sp's name." -msgstr "ସଂରକ୍ଷଣ sp ନାମ ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ।" - -msgid "Unable to determine storage sp's uuid." -msgstr "ସଂରକ୍ଷଣ uuid ନାମ ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ।" - -msgid "Unable to determine storage sps's size." -msgstr "ସଂରକ୍ଷଣ sps ର ନାମ ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ।" - -msgid "Unable to determine storage sps's source adapter." -msgstr "ସଂରକ୍ଷଣ sps ର ଉତ୍ସ ଏଡପଟର ନିର୍ଦ୍ଧାରଣ କରିବାରେ ଅସମର୍ଥ।" - msgid "Unable to dump link info on this platform" msgstr "ଏହି ପ୍ଲାଟଫର୍ମ ଉପରେ ଲିଙ୍କ ସୂଚନାକୁ ଡମ୍ପ କରିବାରେ ଅସମର୍ଥ" @@ -8413,9 +8168,6 @@ msgstr "ସମୟକୁ ସଜାଡ଼ିବାରେ ଅସମର୍ଥ" msgid "Unable to generate diffie-hellman parameters: %s" msgstr "diffie-hellman ପ୍ରାଚଳଗୁଡ଼ିକୁ ସୃଷ୍ଟି କରିବାରେ ଅସମର୍ଥ: %s" -msgid "Unable to generate random uuid." -msgstr "ମନଇଚ୍ଛା uuid ସୃଷ୍ଟି କରିବାରେ ଅସମର୍ଥ।" - msgid "Unable to get Capabilities" msgstr "କ୍ଷମତା ପାଇବାରେ ଅସମର୍ଥ" @@ -8435,12 +8187,6 @@ msgstr "ଏହି ପ୍ଲାଟଫର୍ମରେ %s ଉପରେ STP ବି msgid "Unable to get STP on %s on this platform" msgstr "ଏହି ପ୍ଲାଟଫର୍ମରେ %s ଉପରେ STP କୁ ପାଇବାରେ ଅସମର୍ଥ" -msgid "Unable to get VIOS name" -msgstr "VIOS ନାମ ପାଇବାରେ ଅସମର୍ଥ" - -msgid "Unable to get VIOS profile name." -msgstr "VIOS ରୂପରେଖା ନାମ ପାଇବାରେ ଅସମର୍ଥ।" - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "ଅନ୍ତରାପୃଷ୍ଠ %s ପାଇଁ VLAN ପାଇବାରେ ଅସମର୍ଥ" @@ -8498,9 +8244,6 @@ msgstr "ଡମେନ ସ୍ଥିତି ପାଇବାରେ ବିଫଳ" msgid "Unable to get free loop device via ioctl" msgstr "ioctl ମାଧ୍ଯମରେ ଖାଲି ଲୁପ ଉପକରଣ ପାଇବାରେ ଅସମର୍ଥ" -msgid "Unable to get free slot number" -msgstr "ଖାଲି ସ୍ଲଟ ସଂଖ୍ୟା ପାଇବାରେ ଅସମର୍ଥ" - msgid "Unable to get hard disk format" msgstr "ହାର୍ଡ ଡିସ୍କ ଫର୍ମାଟ୍ ପାଇବାରେ ଅସମର୍ଥ" @@ -8661,9 +8404,6 @@ msgstr "SELinux ପଦ୍ଧତି ପ୍ରସଙ୍ଗକୁ ଦେଖିବ msgid "Unable to make TAP device non-persistent" msgstr "TAP ଉପକରଣକୁ ଅସ୍ଥାୟା କରିବାରେ ଅସମର୍ଥ" -msgid "Unable to make pipe" -msgstr "ପାଇପ ନିର୍ମାଣ କରିବାରେ ଅସମର୍ଥ" - msgid "Unable to mark loop device as autoclear" msgstr "ଲୁପ ଉପକରଣକୁ autoclear ଭାବରେ ଚିହ୍ନଟ କରିବାରେ ଅସମର୍ଥ" @@ -8729,10 +8469,6 @@ msgstr "ଫାଇଲତନ୍ତ୍ର %s କୁ ଖୋଲିବାରେ ଅସ msgid "Unable to open log file %s" msgstr "ଲଗ ଫାଇଲ %s କୁ ଖୋଲିବାରେ ଅସମର୍ଥ" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "ପ୍ରଦର୍ଶିକା ପଥ %sକୁ ଖୋଲିବାରେ ଅସମର୍ଥ" - #, c-format msgid "Unable to open resource %s" msgstr "ଉତ୍ସ %s କୁ ଖୋଲିବାରେ ଅସମର୍ଥ" @@ -8800,12 +8536,6 @@ msgstr "xml ଫାଇଲକୁ ବିଶ୍ଳେଷଣ କରିବାରେ msgid "Unable to parse: %s" msgstr "ବିଶ୍ଳେଷଣ କରିବାରେ ଅସମର୍ଥ: %s" -msgid "Unable to poll on file handles" -msgstr "ଫାଇଲ ନିୟନ୍ତ୍ରଣଗୁଡ଼ିକ ଉପରେ ପଲ କରିବାରେ ଅସମର୍ଥ" - -msgid "Unable to put monitor into non-blocking mode" -msgstr "ପ୍ରଦର୍ଶିକାକୁ ବାଧାହୀନ ଅବସ୍ଥାରେ ରଖିବାରେ ଅସମର୍ଥ" - #, c-format msgid "Unable to query sector size %s" msgstr "ବିଭାଗ ଆକାର %s କୁ ପଚାରିବାରେ ଅସମର୍ଥ" @@ -9018,9 +8748,6 @@ msgstr "x509 ପ୍ରମାଣପତ୍ର କାଢ଼ିବା ତାଲି msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "x509 କି ଏବଂ ପ୍ରମାଣପତ୍ର ସେଟ କରିବାରେ ଅସମର୍ଥ: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "ୱେକଅପ୍ ପାଇପ୍ ବ୍ୟବସ୍ଥା କରିବାରେ ଅସମର୍ଥ" - #, c-format msgid "Unable to split FD list '%s'" msgstr "FD ତାଲିକା '%s' କୁ ପୃଥକ କରିବାରେ ଅସମର୍ଥ" @@ -9056,9 +8783,6 @@ msgstr "TLS ସାଥୀକୁ ଯାଞ୍ଚ କରିବାରେ ଅସମ msgid "Unable to wait for child process" msgstr "ନିମ୍ନ ସ୍ତର ପଦ୍ଧତି ପାଇଁ ଅପେକ୍ଷା କରିବାରେ ଅସମର୍ଥ" -msgid "Unable to wait on agent monitor condition" -msgstr "ସଦସ୍ୟ ମନିଟର ସ୍ଥିତିରେ ଅପେକ୍ଷା କରିବାରେ ଅସମର୍ଥ" - msgid "Unable to wait on epoll" msgstr "epoll ରେ ଅପେକ୍ଷା କରିବାରେ ଅସମର୍ଥ" @@ -9078,9 +8802,6 @@ msgstr "PTY ହୋଷ୍ଟ କୋନସୋଲକୁ ଦେଖିବାରେ msgid "Unable to write %s" msgstr "%s କୁ ଲେଖିବାରେ ଅସମର୍ଥ" -msgid "Unable to write information to local file." -msgstr "ସ୍ଥାନୀୟ ଫାଇଲରେ ଲେଖିବାରେ ଅସମର୍ଥ।" - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "pid ଫାଇଲ '%s/%s.pid' କୁ ଲେଖିବାରେ ବିଫଳ" @@ -9216,10 +8937,6 @@ msgstr "ଅପ୍ରତ୍ଯାଶିତ ହସ୍ତାକ୍ଷର '%s'" msgid "Unexpected volume path format: %s" msgstr "ଅପ୍ରତ୍ୟାଶିତ ଭଲ୍ୟୁମ ପଥ ଶୈଳୀ: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "ଅନିୟନ୍ତ୍ରିତ ଘଟଣା %d ପ୍ରଦର୍ଶିକା fd %d ପାଇଁ" - msgid "Unknown" msgstr "ଅଜଣା" @@ -9943,12 +9660,6 @@ msgstr "ପ୍ରତ୍ୟାବୃତ କରିବା ପରେ, ସ୍ଥି msgid "after reverting, change state to running" msgstr "ପ୍ରତ୍ୟାବୃତ କରିବା ପରେ, ସ୍ଥିତିକୁ ଚାଲିବା ଅବସ୍ଥାରୁ ପରିବର୍ତ୍ତିନ କରନ୍ତୁ" -msgid "ai_family not supported" -msgstr "ai_family ପାଇଁ ସହାୟତା ନାହିଁ" - -msgid "ai_socktype not supported" -msgstr "ai_socktype ପାଇଁ ସହାୟତା ନାହିଁ" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "ନୂତନ କ୍ଷମତାକୁ ବଣ୍ଟନ କରନ୍ତୁ, ଏହାକୁ ଖାଲି ଛାଡ଼ିବା ପରିବର୍ତ୍ତେ" @@ -10456,9 +10167,6 @@ msgstr "ଲଗ ଡ଼ିରେକ୍ଟୋରୀ %s କୁ ନିର୍ମାଣ msgid "cannot create path '%s'" msgstr "ପଥ '%s' କୁ ନିର୍ମାଣ କରିପାରିବେ ନାହିଁ" -msgid "cannot create pipe" -msgstr "ପାଇପ ନିର୍ମାଣ କରିପାରିବେ ନାହିଁ" - msgid "cannot create pipe for tunnelled migration" msgstr "ଟନେଲ ସ୍ଥାନାନ୍ତରଣ ପାଇଁ ପାଇପ ନିର୍ମାଣ କରିପାରିବେ ନାହିଁ" @@ -10610,10 +10318,6 @@ msgstr "macvtap ଟ୍ୟାପରେ ବିଶେଷତା ସୂଚକଗୁ msgid "cannot get file context of '%s'" msgstr "'%s' ର ଫାଇଲ ପ୍ରସଙ୍ଗ ପାଇ ପାରିବେ ନାହିଁ" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "'%s' ପାଇଁ ସମୂହ ତାଲିକା ପାଇବେ ନାହିଁ" - msgid "cannot get host CPU capabilities" msgstr "ହୋଷ୍ଟ CPU କ୍ଷମତା ପାଇବାରେ ବିଫଳ" @@ -11633,10 +11337,6 @@ msgstr "ଜେନ hypervisor ପ୍ରବିଷ୍ଟିକୁ ବ୍ଯବହ msgid "could not use Xen hypervisor entry %s" msgstr "ଜେନ hypervisor ପ୍ରବିଷ୍ଟି %s କୁ ବ୍ଯବହାର କରିପାରିଲା ନାହିଁ" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "pidfile %s %d ପାଇଁ ଲେଖିପାରିଲା ନାହିଁ" - #, c-format msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" msgstr "VF %d ପାଇଁ netlink ଉତ୍ତରରେ IFLA_VF_INFO କୁ ପାଇଲା ନାହିଁ" @@ -12181,9 +11881,6 @@ msgstr "ଡମେନରେ ଏକ ସକ୍ରିୟ ବ୍ଲକ କାର୍ msgid "domain has assigned host devices" msgstr "ଡମେନରେ ହୋଷ୍ଟ ଉପକରଣ ନ୍ୟସ୍ତ ହୋଇଛି" -msgid "domain has assigned non-USB host devices" -msgstr "ଡମେନରେ USB ନଥିବା ହୋଷ୍ଟ ଉପକରଣ ନ୍ୟସ୍ତ ହୋଇଛି" - msgid "domain has no snapshots" msgstr "ଡମେନର କୌଣସି ଆଶୁଚିତ୍ର ନାହିଁ" @@ -12659,10 +12356,6 @@ msgstr "ଲଗ ଡିରେକ୍ଟୋରୀ '%s' ନିର୍ମାଣ କର msgid "failed to create logfile %s" msgstr "ଲଗ ଫାଇଲ %sକୁ ନିର୍ମାଣ କରିବାରେ ବିଫଳ" -#, c-format -msgid "failed to create pipe: %s" -msgstr "ପାଇପ ନିର୍ମାଣ କରିବାରେ ବିଫଳ: %s" - msgid "failed to create profile" msgstr "ରୂପରେଖା ସୃଷ୍ଟି କରିବାରେ ବିଫଳ" @@ -12699,9 +12392,6 @@ msgstr "ଭଲ୍ୟୁମ '%s/%s' କୁ ସୃଷ୍ଟି କରିବାର msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "(ଶେଷ) ଅନ୍ତରାପୃଷ୍ଠ %s କୁ ନଷ୍ଟ କରିବାରେ ବିଫଳ: %s%s%s" -msgid "failed to determine host name" -msgstr "ଆଧାର ନାମ ନିର୍ଦ୍ଧାରଣ କରିବାରେ ବିଫଳ" - #, c-format msgid "failed to determine loop exit status: %s" msgstr "ଲୁପ ପ୍ରସ୍ଥାନ ସ୍ଥିତି ନିର୍ଦ୍ଧାରଣ କରିବାରେ ବିଫଳ: %s" @@ -13348,9 +13038,6 @@ msgstr "ଚଳନ୍ତି ଡମେନରୁ ମୂଲ୍ୟକୁ ପ୍ରା msgid "get/set value to be used on next boot" msgstr "ପରବର୍ତ୍ତି ବୁଟ ସମୟରେ ବ୍ୟବହାର କରିବାକୁ ଥିବା ମୂଲ୍ୟକୁ ପ୍ରାପ୍ତ/ସେଟ କରନ୍ତୁ" -msgid "getting time of day" -msgstr "ଦିନର ସମୟ ପାଉଅଛି" - msgid "given uuid does not match XML uuid" msgstr "ପ୍ରଦତ୍ତ uuid XML uuid ସହିତ ମେଳ ଖାଉ ନାହିଁ" @@ -13362,9 +13049,6 @@ msgstr "ଗ୍ଲଷ୍ଟର ପୁଲ ନାମ '%s' ରେ / ନିଶ୍ଚ msgid "gluster pool path '%s' must start with /" msgstr "ଗ୍ଲଷ୍ଟର ପୁଲ ପଥ '%s' ଟି ନିଶ୍ଚିତ ଭାବରେ / ଆରମ୍ଭ ହେବା ଉଚିତ" -msgid "gmtime_r failed" -msgstr "gmtime_r ବିଫଳ ହୋଇଛି" - msgid "gracefully shutdown a domain" msgstr "ଉତ୍ତମ ରୂପରେ ଗୋଟିଏ ପରିସରକୁ ବନ୍ଦ କରନ୍ତୁ" @@ -15044,9 +14728,6 @@ msgstr "" "mkfs ଏହି ପ୍ଲାଟଫର୍ମରେ ସହାୟତା ପ୍ରାପ୍ତ ନୁହଁ: '%s' ପ୍ରକାରର ଫାଇଲତନ୍ତ୍ରକୁ ଉପକରଣ '%s' ଉପରେ " "ପ୍ରସ୍ତୁତ କରିବାରେ ବିଫଳ" -msgid "mktime failed" -msgstr "mktime ବିଫଳ ହୋଇଛି" - msgid "mode of device reading and writing" msgstr "ଉପକରଣ ପଠନ ଏବଂ ଲିଖନର ଧାରା" @@ -15401,10 +15082,6 @@ msgstr "'%s' ପାଇଁ କୌଣସି ଉପକରଣ କ୍ଷମତା ନ msgid "no device found with alias %s" msgstr "ଉପନାମ %s ବିଶିଷ୍ଟ କୌଣସି ଉପକରଣ ମିଳିଲା ନାହିଁ" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "%s ପାଇଁ କୌଣସି ଡିସ୍କ ଶୈଳୀ ନାହିଁ ଏବଂଯାଞ୍ଚ କ୍ରିୟାକୁ ନିଷ୍କ୍ରିୟ କରାଯାଇଛି" - #, c-format msgid "no disk named '%s'" msgstr "'%s' ନାମରେ କୋଣସି ଡିସ୍କ ନାହିଁ" @@ -15954,9 +15631,6 @@ msgstr "%s ରେ ଥିବା pid_value ଟି ଅତ୍ଯଧିକ ବଡ଼" msgid "pmsuspended" msgstr "pmsuspended" -msgid "poll on socket failed" -msgstr "ସକେଟରେ ମତଦାନ ବିଫଳ ହୋଇଛି" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "ପୁଲ '%s' uuid %s ସହିତ ପୂର୍ବରୁ ଅବସ୍ଥିତ" @@ -16076,10 +15750,6 @@ msgstr "ସ୍ଥାନାନ୍ତରଣ ପାଇଁ XML ଉପଯୁକ୍ତ msgid "ps2 bus does not support %s input device" msgstr "ps2 bus ନିବେଶ ଉପକରଣ %s କୁ ସମର୍ଥନ କରେନାହିଁ" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: ପ୍ରଚଳିତ ଡ଼ିରେକ୍ଟୋରୀକୁ ପାଇବେ ନାହିଁ: %s" - msgid "qemu does not support SGA" msgstr "qemu SGA କୁ ସମର୍ଥନ କରିନଥାଏ" @@ -16087,10 +15757,6 @@ msgstr "qemu SGA କୁ ସମର୍ଥନ କରିନଥାଏ" msgid "qemu emulator '%s' does not support xen" msgstr "qemu emulator '%s' xen କୁ ସମର୍ଥନ କରେନାହିଁ" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "qemu ଟି unix ସକେଟ ମନିଟର ବ୍ୟବହାର କରୁନାହିଁ, fd %s ପଠାଇ ପାରିବ ନାହିଁ" - #, c-format msgid "qemu monitor event callback %d not registered" msgstr "qemu ମନିଟର ଘଟଣା କଲବ୍ୟାକ %d ପଞ୍ଜିକୃତ ହୋଇନାହିଁ" @@ -16966,9 +16632,6 @@ msgstr "ଏହି qemu rng-random ପୃଷ୍ଠଭୂମିକୁ ସହାୟ msgid "time to set" msgstr "ସେଟ କରିବା ସମୟ" -msgid "time_t overflow" -msgstr "time_t ଅତିପ୍ରବାହ" - msgid "timeout must be positive" msgstr "ସମୟ ସମାପ୍ତି ନିଶ୍ଚିତ ଭାବରେ ଯୁକ୍ତାତ୍ମକ ହେବା ଉଚିତ" @@ -17125,10 +16788,6 @@ msgstr "ପାଇପ ବନ୍ଦ କରିବାରେ ଅସମର୍ଥ" msgid "unable to create hugepage path %s" msgstr "ବୃହତ ପୃଷ୍ଠା ପଥ %s ନିର୍ମାଣ କରିବା ପାଇଁ ଅସମର୍ଥ" -#, c-format -msgid "unable to create pipe for %s" -msgstr "%s ପାଇଁ ପାଇପ ସୃଷ୍ଟି କରିବାରେ ଅସମର୍ଥ" - #, c-format msgid "unable to create rundir %s: %s" msgstr "rundir %s କୁ ସୃଷ୍ଟି କରିବାରେ ଅସମର୍ଥ: %s" @@ -17206,12 +16865,6 @@ msgstr "VirtualBox ଡ୍ରାଇଭର API କୁ ଆରମ୍ଭ କରିବ msgid "unable to load knownhosts file '%s': %s" msgstr "ଜଣାଥିବା ହୋଷ୍ଟ ଫାଇଲ '%s' କୁ ଧାରଣ କରିବାରେ ଅସମର୍ଥ: %s" -msgid "unable to make pipe" -msgstr "ପାଇପ ନିର୍ମାଣ କରିବାରେ ଅସମର୍ଥ" - -msgid "unable to open pipe" -msgstr "ପାଇପକୁ ଖୋଲିବାରେ ଅସମର୍ଥ" - msgid "unable to open stream" msgstr "ଧାରାକୁ ଖୋଲିବାରେ ଅସମର୍ଥ" @@ -17346,9 +16999,6 @@ msgstr "ପ୍ରକ୍ରିୟା %lld ପାଇଁ ଅପେକ୍ଷା କ msgid "unable to wait on console condition" msgstr "କୋନସୋଲ ସର୍ତ୍ତରେ ଅପେକ୍ଷା କରିବାରେ ଅସମର୍ଥ" -msgid "unable to wait on libssh2 socket" -msgstr "libssh2 ସକେଟ ଉପରେ ଅପେକ୍ଷା କରିବାରେ ଅସମର୍ଥ" - #, c-format msgid "unable to write data to '%s'" msgstr "'%s' ରେ ତଥ୍ୟ ଲେଖିବାରେ ବିଫଳ" @@ -18452,10 +18102,6 @@ msgstr "ଅସମର୍ଥିତ ଡିସ୍କ ପ୍ରକାର" msgid "unsupported disk type %s" msgstr "ଅସମର୍ଥିତ ଡିସ୍କ ପ୍ରକାର %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "ଅସମର୍ଥିତ ଡିସ୍କ ପ୍ରକାର '%s'" - #, c-format msgid "unsupported driver name '%s'" msgstr "ଅସମର୍ଥିତ ଡ୍ରାଇଭର ନାମ '%s'" @@ -18689,9 +18335,6 @@ msgstr "ସୁରକ୍ଷିତ ବିଶେଷ ସୂଚକ ସହିତ virDo msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "ସୁରକ୍ଷିତ ବିଶେଷ ସୂଚକ ସହିତ virDomainSnapshotGetXMLDesc" -msgid "virExec is not implemented for WIN32" -msgstr "virExec କୁ WIN32 ପାଇଁ ନିୟୋଜନ କରାଯାଇ ନାହିଁ" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "virFileOpenAs କୁ WIN32 ପାଇଁ ନିୟୋଜନ କରାଯାଇ ନାହିଁ" @@ -18704,12 +18347,6 @@ msgstr "virGetGroupID ଉପଲବ୍ଧ ନାହିଁ" msgid "virGetGroupName is not available" msgstr "virGetGroupName ଉପଲବ୍ଧ ନାହିଁ" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory ଉପଲବ୍ଧ ନାହିଁ" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory ଉପଲବ୍ଧ ନାହିଁ" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory ଉପଲବ୍ଧ ନାହିଁ" @@ -18719,9 +18356,6 @@ msgstr "virGetUserID ଉପଲବ୍ଧ ନାହିଁ" msgid "virGetUserName is not available" msgstr "virGetUserName ଉପଲବ୍ଧ ନାହିଁ" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory ଉପଲବ୍ଧ ନାହିଁ" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat NULL def" @@ -18757,9 +18391,6 @@ msgstr "virNWFilterSnoopLeaseFileLoad req add ଅନ୍ତରାପୃଷ୍ଠ msgid "virNWFilterSnoopListDel failed" msgstr "virNWFilterSnoopListDel ବିଫଳ ହୋଇଛି" -msgid "virRun is not implemented for WIN32" -msgstr "virRun କୁ WIN32 ପାଇଁ ନିୟୋଜନ କରାଯାଇ ନାହିଁ" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID ଉପଲବ୍ଧ ନାହିଁ" @@ -18935,10 +18566,6 @@ msgstr "xml ପରିବର୍ତ୍ତନ ଅସମର୍ଥିତ" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime ମୂଲ୍ୟ '%s' ର ଶୈଳୀ ଅପ୍ରତ୍ୟାଶିତ ଅଟେ" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime ମୂଲ୍ୟ '%s' ଟି ଲକ୍ଷ୍ଯସ୍ଥଳ ପାଇଁ ଅତ୍ୟଧିକ ବଡ଼" - msgid "y - yes, start editor again" msgstr "y - ହଁ, ସମ୍ପାଦକକୁ ପୁଣିଥରେ ଆରମ୍ଭ କରନ୍ତୁ" diff --git a/po/pa.mini.po b/po/pa.mini.po index 6ca022a8f0..133072c7f8 100644 --- a/po/pa.mini.po +++ b/po/pa.mini.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-03-01 05:31+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/" @@ -366,10 +366,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s' controller cannot be hot plugged." msgstr "'%s' ਨਿਯੰਤਰਕ ਹਾਟਪਲੱਗ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ" @@ -628,17 +624,10 @@ msgstr "ਇਸ ਡੋਮੇਨ ਲਈ ਸਰਗਰਮ ਕੰਸੋਲ ਸੈਸ਼ msgid "Active:" msgstr "ਸਰਗਰਮ:" -msgid "Address family for hostname not supported" -msgstr "ਮੇਜ਼ਬਾਨ ਲਈ ਐਡਰੈੱਸ ਫੈਮਲੀ ਨੂੰ ਸਹਿਯੋਗ ਨਹੀਂ ਹੈ" - #, c-format msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "ਕੋਰ ਨੂੰ ਸੁੱਟਣ ਤੋਂ ਬਾਅਦ, libxenlight ਨਾਲ ਡੋਮੇਨ '%d' ਨੂੰ ਮੁੜ ਪ੍ਰਾਪਤ ਕਰਨ ਵਿੱਚ ਅਸਫਲ" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "ਸਾਕਟ ਮਾਰਗ %s ਨੀਯਤ ਟਿਕਾਣੇ ਲਈ ਬਹੁਤ ਵੱਡਾ ਹੈ" - msgid "All identities provided by the SSH Agent were rejected" msgstr "SSH ਏਜੰਟ ਦੁਆਰਾ ਮੁਹੱਈਆ ਕਰਵਾਈਆਂ ਗਈਆਂ ਸਾਰੀਆਂ ਸ਼ਨਾਖਤਾਂ ਨਾਂਮਨਜੂਰ ਹੋਈਆਂ" @@ -649,9 +638,6 @@ msgstr "" "ਕਰੀਡੈਂਸ਼ੀਅਲਾਂ ਨਾਲ ਦਿੱਤੇ ਗਏ ਸਾਰੇ ਮੁਹੱਈਆ ਕਰਵਾਏ ਗਏ ਪ੍ਰਮਾਣਿਕਤਾ ਤਰੀਕੇ ਸਰਵਰ ਦੁਆਰਾ ਨਾਂਮਨਜ਼ੂਰ ਕਰ " "ਦਿੱਤੇ ਗਏ ਸਨ" -msgid "All requests done" -msgstr "ਸਭ ਬੇਨਤੀਆਂ ਮੁਕੰਮਲ" - msgid "Allocation" msgstr "ਨਿਰਧਾਰਨ:" @@ -675,9 +661,6 @@ msgstr "ਡੋਮੇਨ %s ਲਈ ਇੱਕ ਹੋਰ ਕਾਲਬੈਕ ਬੰ msgid "AnyType is missing 'type' property" msgstr "AnyType ਵਿੱਚ 'type' ਗੁਣ ਗੁੰਮ ਹੈ" -msgid "Argument buffer too small" -msgstr "ਆਰਗੂਮੈਂਟ ਬਫਰ ਬਹਤੁ ਛੋਟਾ ਹੈ" - msgid "Arguments must be non null" msgstr "ਅਾਰਗੂਮੈਂਟ non null ਹੋਣੇ ਜਰੂਰੀ ਹਨ" @@ -726,9 +709,6 @@ msgstr "'%s' ਨੂੰ NAT ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕੀਤੀ। NAT msgid "Attribute mode is only allowed for guest CPU" msgstr "ਐਟਰੀਬਿਊਟ ਮੋਡ ਸਿਰਫ ਗਿਸਟ CPU ਲਈ ਮਨਜੂਰ ਹੈ" -msgid "Authentication failed" -msgstr "ਪ੍ਰਮਾਣਿਕਤਾ ਫੇਲ ਹੋਈ" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -765,9 +745,6 @@ msgstr "ipv4 ਅੰਤ ਪਤਾ '%s' <nat> ਵਿੱਚ <forward> ਵਿੱਚ msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "ipv4 ਸ਼ੁਰੂਆਤ ਪਤਾ '%s' <nat> ਵਿੱਚ <forward> ਵਿੱਚ ਨੈੱਟਵਰਕ %s ਵਿੱਚ ਗਲਤ" -msgid "Bad value for ai_flags" -msgstr "ai_flags ਲਈ ਗਲਤ ਮੁੱਲ" - msgid "Bad value for nativeMode" msgstr "nativeMode ਲਈ ਬੁਰਾ ਮੁੱਲ" @@ -1035,18 +1012,12 @@ msgstr "pid ਫਾਇਲ ਮਾਰਗ ਪਤਾ ਨਹੀਂ ਕਰ ਸਕਦਾ msgid "Can't determine socket paths" msgstr "ਸਾਕਟ ਮਾਰਗ ਪਤਾ ਨਹੀਂ ਕਰ ਸਕਦਾ" -msgid "Can't determine user directory" -msgstr "ਯੂਜ਼ਰ ਡਾਇਰੈਕਟਰੀ ਪਤਾ ਨਹੀਂ ਕਰ ਸਕਦਾ" - msgid "Can't find prlctl command in the PATH env" msgstr "PATH env ਵਿੱਚ prlctl ਕਮਾਂਡ ਨਹੀਂ ਲੱਭੀ" msgid "Can't initialize access manager" msgstr "ਦਖਲ ਪ੍ਰਬੰਧਕ ਨੂੰ ਸ਼ੁਰੂ ਨਹੀਂ ਕਰ ਸਕਦਾ" -msgid "Can't initialize logging" -msgstr "ਲਾਗਿੰਗ ਚਾਲੂ ਨਹੀਂ ਕਰ ਸਕਦਾ" - #, c-format msgid "Can't load config file: %s: %s" msgstr "ਸੰਰਚਨਾ ਫਾਇਲ ਲੋਡ ਨਹੀਂ ਕਰ ਸਕਿਆ: %s: %s" @@ -1157,9 +1128,6 @@ msgstr "ਫਾਈਲ '%s' ਮਿਟਾ ਨਹੀਂ ਸਕਦਾ" msgid "Cannot determine balloon device path" msgstr "ਬੈਲੂਨ ਯੰਤਰ ਰਾਹ ਪਤਾ ਨਹੀਂ ਕਰ ਸਕਦਾ" -msgid "Cannot determine free memory" -msgstr "ਖਾਲੀ ਮੈਮੋਰੀ ਪਤਾ ਨਹੀਂ ਕਰ ਸਕਦਾ" - msgid "Cannot determine system clock HZ" msgstr "ਸਿਸਟਮ ਘੜੀ ਦੇ HZ ਪਤਾ ਨਹੀਂ ਕਰ ਸਕਦਾ" @@ -1349,10 +1317,6 @@ msgstr "ਕੰਟਰੋਲਰ ਸੂਚੀ %s ਨੂੰ ਪਾਰਸ ਨਹੀ msgid "Cannot parse mode string" msgstr "ਮੋਡ ਸਤਰ ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਦਾ" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "ਵੀਡੀਓ ਰੈਮ '%s' ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਦਾ" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "ਸਾਕਟ ਐਡਰੈੱਸ '%s' ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਿਆ: %s" @@ -1528,9 +1492,6 @@ msgstr "ਡਾਟਾ ਨਹੀਂ ਭੇਜ ਸਕਦਾ" msgid "Capacity" msgstr "ਸਮਰੱਥਾ" -msgid "Capacity cannot be empty." -msgstr "ਸਮਰੱਥਾ ਖਾਲੀ ਨਹੀਂ ਹੋ ਸਕਦੀ।" - msgid "Capacity:" msgstr "ਸਮਰੱਥਾ:" @@ -1789,10 +1750,6 @@ msgstr "ਮੈਮੋਰੀ ਖੇਤਰ ਨੂੰ ਤੇ ਸੰਭਾਲ ਨਹ msgid "Could not change scheduler parameters: %s" msgstr "ਸਮਾਂ-ਤਹਿ ਪੈਰਾਮੀਟਰ ਵੇਖਾਓ/ਸੈੱਟ-ਕਰੋ: %s" -#, c-format -msgid "Could not close %s" -msgstr "%s ਨੂੰ ਚਲਾ ਨਹੀਂ ਸਕਦਾ" - msgid "Could not configure network" msgstr "ਨੈੱਟਵਰਕ ਨੂੰ ਸੰਰਚਿਤ ਨਹੀਂ ਕਰ ਸਕਿਆ" @@ -1813,14 +1770,6 @@ msgstr "ਮੂਲ ਸੰਰਨਚਾ ਦੀ ਨਕਲ ਨਹੀਂ ਕਰ ਸਕ msgid "Could not copy volume: %s" msgstr "ਵਾਲੀਅਮ ਕਾਪੀ ਨਹੀਂ ਕਰ ਸਕਿਆ: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "ਸੈਸ਼ਨ ਨਮੂਨਾ ਨਹੀਂ ਬਣਾਇਆ ਜਾ ਸਕਿਆ, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "VirtualBox ਨਮੂਨਾ ਨਹੀਂ ਬਣਾਇਆ ਜਾ ਸਕਿਆ, rc = 0x%08x" - msgid "Could not create filter" msgstr "ਫਿਲਟਰ ਨਹੀਂ ਬਣਾ ਸਕਦਾ" @@ -1857,9 +1806,6 @@ msgstr "pull ਹੁੰਗਾਰਾ ਆਈਟਮ ਨੂੰ ਗੈਰ-ਲੜੀਬ msgid "Could not destroy domain: %s" msgstr "ਡੋਮੇਨ ਖਤਮ ਕਰਨ ਲਈ ਫੇਲ: %s" -msgid "Could not determine home directory" -msgstr "ਘਰੇਲੂ ਡਾਇਰੈਕਟਰੀ ਪਤਾ ਨਹੀਂ ਕਰ ਸਕਦਾ" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "ਸਤਰ %s ਤੋਂ ਕਰਨਲ ਸੰਸਕਰਣ ਪਤਾ ਨਹੀਂ ਕਰ ਸਕਿਆ" @@ -2217,10 +2163,6 @@ msgstr "'%s' ਨੂੰ '%s' ਲਈ 'bonding/use_carrier' ਪਾਰਸ ਨਹੀ msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "'%s' ਨੂੰ '%s' ਲਈ 'bridge/stp_state' ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਿਆ" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "IID ਨੂੰ '%s' ਤੋਂ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਿਆ, rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "MTU ਮੁੱਲ '%s' ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਦਾ" @@ -2265,14 +2207,6 @@ msgstr "usb ਫਾਇਲ %s ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਦ msgid "Could not parse valid disk index from '%s'" msgstr "'%s' ਤੋਂ ਯੋਗ ਡਿਸਕ ਸੂਚੀ ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਿਆ" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "'%s' ਤੋਂ ਵਰਜਨ ਨੰਬਰ ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਦਾ" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "ਰਜਿਸਟਰੀ ਮੁੱਲ '%s\\%s' ਪਤਾ ਨਹੀਂ ਕਰ ਸਕਿਆ" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "'%s' ਨੂੰ ਸੰਰਚਨਾ ਵਿੱਚੋਂ ਕੰਨਟੇਨਰ ਲਈ %d ਪੜ ਨਹੀਂ ਸਕਿਆ" @@ -2425,9 +2359,6 @@ msgstr "ਡਿਸਕ ਐਡਰੈੱਸ ਦੀ ਜਾਂਚ ਨਹੀਂ ਕਰ msgid "Could not wipe volume: %s" msgstr "ਵਾਲੀਅਮ ਵਾਈਪ ਨਹੀਂ ਕਰ ਸਕਿਆ: %s" -msgid "Could not write to stream" -msgstr "ਸਟਰੀਮ ਤੇ ਲਿਖ ਨਹੀਂ ਸਕਿਆ" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "ਯੰਤਰ '%s' ਲਈ '%s' ਰਾਹ ਵਿੱਚ ਤਾਲਾ ਫਾਈਲ ਨਹੀਂ ਬਣਾ ਸਕਿਆ" @@ -2852,9 +2783,6 @@ msgstr "" "ਡੋਮੇਨ XML ਵਿੱਚ ਕੋਈ ਫਾਇਲ-ਅਧਾਰਿਤ ਹਾਰਡਡਿਸਕ ਨਹੀਂ ਹੈ, VMX ਫਾਇਲ ਲਈ ਡਾਟਾਸਟੋਰ ਅਤੇ ਮਾਰਗ ਹਟਾ " "ਨਹੀਂ ਸਕਦਾ" -msgid "Domain XML must contain at least one <disk> element." -msgstr "XML ਡੋਮੇਨ ਵਿੱਚ ਘੱਟੋ-ਘੱਟ ਇੱਕ <disk> ਤੱਤ ਹੋਣਾ ਜਰੂਰੀ ਹੈ।" - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "ਡੋਮੇਨ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ, ਮੌਜੂਦਾ ਡੋਮੇਨਾਂ ਦੀ ਸੋਧ ਹਾਲੇ ਸਹਿਯੋਗੀ ਨਹੀਂ ਹੈ" @@ -3078,12 +3006,6 @@ msgstr "ਗਲਤੀ ਸੂਚਨਾ ਕਾਲਬੈਕ ਮੁਹੱਈਆ ਕ msgid "Error opening file %s" msgstr "ਫਾਇਲ %s ਖੋਲਣ ਵਿੱਚ ਫੇਲ" -msgid "Error parsing 'path'. Invalid characters." -msgstr "'path' ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਗਲਤੀ। ਗਲਤ ਅੱਖਰ।" - -msgid "Error parsing volume XML." -msgstr "ਵਾਲੀਅਮ XML ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਗਲਤੀ।" - #, c-format msgid "Error reading secret: %s" msgstr "ਸੀਕਰੇਟ ਪੜਨ ਦੌਰਾਨ ਗਲਤੀ: %s" @@ -3095,13 +3017,6 @@ msgstr "ਫਾਇਰਵਾਲ ਬਣਾਉਣ ਵੇਲੇ ਗਲਤੀ" msgid "Error while building firewall: %s" msgstr "ਫਾਇਰਵਾਲ ਬਣਾਉਣ ਵੇਲੇ ਗਲਤੀ: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "%s ਐਡਰੈੱਸ ਜਾਣਕਾਰੀ ਲੈਣ ਦੌਰਾਨ ਗਲਤੀ" - -msgid "Error while opening SSH session." -msgstr "SSH ਸ਼ੈਸ਼ਨ ਖੋਲਣ ਦੌਰਾਨ ਗਲਤੀ।" - msgid "Error while processing command's IO" msgstr "ਕਮਾਂਡ ਦੇ IO ਤੇ ਕਾਰਵਾਈ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ" @@ -3114,10 +3029,6 @@ msgstr "/proc/cgroups ਪੜ੍ਹਨ ਦੌਰਾਨ ਗਲਤੀ" msgid "Error while reading the domain name" msgstr "ਡਰਾਈਵਰ ਮੁੜ-ਲੋਡ ਕਰਨ ਵਿੱਚ ਗਲਤੀ" -#, c-format -msgid "Escape character is %s\n" -msgstr "ਅਸਕੇਪ ਅੱਖਰ ਹੈ %s\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "ਈਥਰਨੈੱਟ ਕੰਟਰੋਲਰ ਸੂਚੀ %d [0..3] ਰੇਂਜ ਤੋਂ ਬਾਹਰ ਹੈ" @@ -3476,10 +3387,6 @@ msgstr "ਟਰੀ ਲਿਸਟਿੰਗ ਮੁਕੰਮਲ ਹੋਣ ਤੋਂ msgid "Failed to connect socket to '%s'" msgstr "'%s' ਨਾਲ ਜੁੜਨ ਵਿੱਚ ਅਸਫਲ" -#, c-format -msgid "Failed to connect to %s" -msgstr "%s ਨਾਲ ਜੁੜਨ ਵਿੱਚ ਅਸਫਲ" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "ਦੁਰੇਡੇ libvirt URI %s ਨਾਲ ਜੁੜਨ ਵਿੱਚ ਅਸਮਰੱਥ: %s" @@ -3576,9 +3483,6 @@ msgstr "%s ਤੋਂ ਨੈੱਟਵਰਕ ਬਣਾਉਣ ਲਈ ਫੇਲ" msgid "Failed to create node device from %s" msgstr "%s ਤੋਂ ਨੋਡ ਜੰਤਰ ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ ਹੋਇਆ" -msgid "Failed to create pipe" -msgstr "ਪਾਈਪ ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ" - #, c-format msgid "Failed to create pool %s" msgstr "ਪੂਲ %s ਬਣਾਉਣ ਲਈ ਫੇਲ" @@ -4263,10 +4167,6 @@ msgstr "%s ਲਈ PCI ਸੰਰਚਨਾ ਸਪੇਸ ਪੜ੍ਹਨ ਵਿੱ msgid "Failed to read file '%s'" msgstr "ਫਾਇਲ '%s' ਨੂੰ ਪੜਨ ਵਿੱਚ ਫੇਲ" -#, c-format -msgid "Failed to read from %s" -msgstr "%s ਤੋਂ ਪੜਨ ਵਿੱਚ ਫੇਲ" - msgid "Failed to read from signal pipe" msgstr "ਸਿਗਨਲ ਪਾਈਪ ਤੋਂ ਪੜ੍ਹਨ ਲਈ ਅਸਫ਼ਲ" @@ -4687,9 +4587,6 @@ msgstr "ਫੇਲ੍ਹ।" msgid "Failure action %s is not supported by sanlock" msgstr "ਅਸਫਲਤਾ ਕਾਰਵਾਈ %s sanlock ਦੁਆਰਾ ਸਮਰਥਿਤ ਨਹੀਂ ਹੈ" -msgid "Failure establishing SSH session." -msgstr "SSH ਸ਼ੈਸ਼ਨ ਖੋਲਣ ਦੌਰਾਨ ਗਲਤੀ।" - msgid "Failure to mask address" msgstr "ਸਾਕ ਐਡਰੈੱਸ ਪ੍ਰਾਪਤ ਕਰਨ ਵਿੱਚ ਫੇਲ" @@ -4704,9 +4601,6 @@ msgstr "'ipv6' ਪਰਿਵਾਰ ਨੂੰ ਗੈਰ-IPv6 ਪਤੇ '%s' ਲਈ msgid "Feature %s required by CPU model %s not found" msgstr "CPU ਮਾਡਲ %s ਲਈ ਵਿਸ਼ੇਸ਼ਤਾ %s ਨਹੀਂ ਲੱਭੀ" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "XML ਡੋਮੇਨ ਫਾਈਲ ਉੱਤੇ <src> ਖੇਤਰ <disk> ਵਿੱਚ ਗੁੰਮ ਹੈ। " - msgid "Field kernel memory too long for destination" msgstr "ਨੀਯਤ ਟਿਕਾਣੇ ਲਈ ਫੀਲਡ cpu_shares ਬਹੁਤ ਲੰਬਾ ਹੈ" @@ -4819,9 +4713,6 @@ msgstr "GET ਕਾਰਵਾਈ ਫੇਲ: %s" msgid "GNUTLS call error" msgstr "GNUTLS ਕਾਲ ਗਲਤੀ" -msgid "GNUTLS support not available in this build" -msgstr "ਇਸ ਉਸਾਰੀ ਵਿੱਚ GNUTLS ਸਮਰਥਨ ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ" - msgid "Get block device size info for a domain." msgstr "ਡੋਮੇਨ ਲਈ ਜੰਤਰ ਬਲਾਕ ਅਕਾਰ ਜਾਣਕਾਰੀ ਪਤਾ ਕਰੋ।" @@ -5221,9 +5112,6 @@ msgid "" "only" msgstr "ਇੰਟਰਫੇਸ ਕਿਸਮ hostdev ਹਾਲੇ SR-IOV ਆਭਾਸੀ ਫੰਕਸ਼ਨਾਂ ਉੱਤੇ ਹੀ ਸਮਰਥਿਤ ਹੈ" -msgid "Interrupted by a signal" -msgstr "ਸਿਗਨਲ ਕਰਕੇ ਰੁਕਾਵਟ" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "ਅਢੁਕਵੀਂ \"nativeMode='%s'\" vlan <tag> ਤੱਤ ਵਿੱਚ" @@ -5673,9 +5561,6 @@ msgstr "ਕਰਨਲ ਨਿੱਜੀ devpts ਦਾ ਸਮਰਥਨ ਨਹੀਂ msgid "Kernel doesn't support user namespace" msgstr "ਕਰਨਲ ਯੂਜ਼ਰ ਨਾਂ ਥਾਂ ਦਾ ਸਮਰਥਨ ਨਹੀਂ ਕਰਦਾ" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "ਕੁੰਜੀ ਖਾਲੀ ਹੋਣੀ ਜਰੂਰੀ ਹੈ, ਪਾਵਰ ਹਾਈਪਰਵਾਈਸਰ ਤੁਹਾਡੇ ਲਈ ਇੱਕ ਬਣਾਏਗਾ।" - msgid "Key of the current session differs from the key at last login" msgstr "ਵਰਤਮਾਨ ਸੈਸ਼ਨ ਦੀ ਚਾਬੀ ਪਿਛਲੇ ਸੈਸ਼ਨ ਦੀ ਚਾਬੀ ਨਾਲੋਂ ਵੱਖਰੀ ਹੈ" @@ -5800,10 +5685,6 @@ msgstr "" "ਗਲਤ ਬਣਤਰ ਵਾਲਾ 'uri_aliases' ਸੰਰਚਨਾ ਇੰਦਰਾਜ '%s', ਆਸ 'alias=uri://host/path' ਦੀ " "ਕੀਤੀ ਸੀ" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "ਗਲਤ ਬਣਤਰ ਵਾਲਾ TLS whitelist ਨਿਯਮਿਤ ਲਹਿਜਾ '%s'" - #, c-format msgid "Malformed ctrl-alt-del setting '%s'" msgstr "ਗਲਤ ਮੈਕ ਐਡਰੈੱਸ '%s'" @@ -5859,9 +5740,6 @@ msgstr "ਵੱਧੋ-ਵੱਧ ਮੈਮੋਰੀ:" msgid "Memory '%llu' must be less than %llu" msgstr "ਮੈਮੋਰੀ '%llu' ਲਾਜਮੀ %llu ਤੋਂ ਘੱਟ ਹੋਵੇ" -msgid "Memory allocation failure" -msgstr "ਮੈਮੋਰੀ ਨਿਰਧਾਰਨ ਫੇਲ" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -6267,9 +6145,6 @@ msgstr "ਮਾਡਲ %s ਨੀਯਤ ਟਿਕਾਣੇ ਲਈ ਬਹੁਤ ਵ msgid "Model name contains invalid characters" msgstr "ਮਾਡਲ ਨਾਂ ਵਿੱਚ ਗਲਤ ਅੱਖਰ ਹਨ" -msgid "Monitor does not support sending of file descriptors" -msgstr "ਮਾਨੀਟਰ ਫਾਇਲ ਵੇਰਵਾ ਭੇਜਣ ਲਈ ਸਹਿਯੋਗੀ ਨਹੀਂ ਹੈ" - #, c-format msgid "Monitor path %s too big for destination" msgstr "ਨੀਯਤ ਟਿਕਾਣੇ ਲਈ ਮਾਨੀਟਰ ਟਿਕਾਣਾ %s ਬਹੁਤ ਲੰਬਾ ਹੈ" @@ -6356,9 +6231,6 @@ msgstr "ਨਾਂ" msgid "Name of chain is longer than %u characters" msgstr "ਚੇਨ ਦਾ ਨਾਂ %u ਅੱਖਰਾਂ ਤੋਂ ਲੰਬਾ ਹੈ" -msgid "Name or service not known" -msgstr "ਨਾਂ ਜਾਂ ਸਰਵਿਸ ਅਣਜਾਣ ਹਨ" - msgid "Name:" msgstr "ਨਾਂ:" @@ -6528,9 +6400,6 @@ msgstr "ਕੋਈ PCI ਬਸਾਂ ਉਪਲੱਬਧ ਨਹੀਂ ਹਨ" msgid "No active operation on device: %s" msgstr "ਜੰਤਰ ਲਈ ਕੋਈ ਸਰਗਰਮ ਕਾਰਵਾਈ ਨਹੀਂ: %s" -msgid "No address associated with hostname" -msgstr "ਮੇਜ਼ਬਾਨ ਲਈ ਕੋਈ ਐਡਰੈੱਸ ਸੰਬੰਧਿਤ ਨਹੀਂ" - #, c-format msgid "No args present for signature %s" msgstr "ਦਸਤਖਤ %s ਲਈ ਕੋਈ args ਮੌਜੂਦ ਨਹੀਂ" @@ -6697,9 +6566,6 @@ msgstr "ਨਾ-ਰੱਦਹੋਣਯੋਗ ਕਾਰਜ ਨਾ-ਜਾਵਬ ਦ msgid "Non-empty feature list specified without CPU model" msgstr "ਨਾ-ਖਾਲੀ ਵਿਸ਼ੇਸ਼ਤਾ ਸੂਚੀ ਨਿਰਧਾਰਤ ਬਿਨਾਂ CPU ਮਾਡਲ" -msgid "Non-recoverable failure in name resolution" -msgstr "ਨਾਂ ਰੈਜ਼ੋਲੂਸ਼ਨ ਵਿੱਚ ਨਾ-ਪ੍ਰਾਪਤੀ ਯੋਗ ਅਸਫਲਤਾ" - msgid "None" msgstr "ਕੋਈ ਨਹੀਂ" @@ -6783,12 +6649,6 @@ msgstr "ਵਿਖਾਉਣ ਲਈ ਸਿਰਫ਼ %d CPU ਉਪਲੱਬਧ\n" msgid "Only '%s' filesystem type is supported" msgstr "ਸਿਰਫ '%s' ਫਾਇਲਸਿਸਟਮ ਕਿਸਮ ਨੂੰ ਸਹਿਯੋਗ ਹੈ" -msgid "Only 'credit' scheduler is supported" -msgstr "ਸਿਰਫ 1 ਕੰਟਰੋਲਰ ਸਹਿਯੋਗੀ ਹੈ" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "ਸਿਰਫ 'scsi_host' ਅਡਾਪਟਰ ਸਮਰਥਿਤ ਹੈ" - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "iptables ਨਾਲ ਸਿਰਫ IPv4 ਜਾਂ IPv6 ਪਤੇ ਹੀ ਵਰਤੇ ਜਾ ਸਕਦੇ ਹਨ" @@ -6954,9 +6814,6 @@ msgstr "" msgid "PCI device %s is not assignable" msgstr "ਜੰਤਰ %s ਇੱਕ PCI ਜੰਤਰ ਨਹੀਂ ਹੈ" -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI ਹੋਸਟ ਜੰਤਰਾਂ ਨੂੰ 'pci' ਐਡਰੈੱਸ ਕਿਸਮ ਵਰਤਣੀ ਚਾਹੀਦੀ ਹੈ" - msgid "POST operation failed" msgstr "POST ਕਾਰਵਾਈ ਫੇਲ ਹੋਈ" @@ -6976,9 +6833,6 @@ msgstr "ਪੈਰਾਮੀਟਰ '%s' ਸਤਰ ਨਹੀਂ ਹੈ" msgid "Parameter '%s' is not supported by this kernel" msgstr "ਪੈਰਾਮੀਟਰ '%s' ਇਸ ਕਰਨਲ ਦੁਆਰਾ ਸਮਰਥਿਤ ਨਹੀਂ ਹੈ" -msgid "Parameter string not correctly encoded" -msgstr "ਪੈਰਾਮੀਟਰ ਸਤਰ ਠੀਕ ਤਰਾਂ ਇਨਕੋਡ ਨਹੀਂ ਕੀਤੀ" - msgid "Parent" msgstr "ਮੁੱਢਲਾ" @@ -7148,20 +7002,6 @@ msgstr "ਇਸਦੀ ਸੰਭਾਲੀ ਹੋਈ ਨਕਲ ਤੋਂ ਇੱਕ msgid "Port profile Associate failed for %s" msgstr "%s ਲਈ ਪੋਰਟ ਪਰੋਫਾਈਲ ਸੰਜੋਗ ਫੇਲ ਹੋਇਆ ਹੈ" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"ਹੋ ਸਕਦਾ ਹੈ ਕਿ ਤੁਹਾਡੇ ਕੋਲ LPAR ਵਿੱਚ IBM ਟੂਲ ਇੰਸਟਾਲ ਨਹੀਂ ਕੀਤੇ ਹਨ। ਇਸ ਫੀਚਰ ਨੂੰ ਯੋਗ ਕਰਨ ਲਈ " -"ਆਪਣੀ ਸਪੋਰਟ ਨਾਲ ਸੰਪਰਕ ਕਰੋ।" - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"ਹੋ ਸਕਦਾ ਹੈ ਕਿ ਤੁਹਾਡੇ ਕੋਲ LPAR ਵਿੱਚ IBM ਟੂਲ ਇੰਸਟਾਲ ਨਹੀਂ ਕੀਤੇ ਹਨ। ਇਸ ਫੀਚਰ ਨੂੰ ਯੋਗ ਕਰਨ ਲਈ " -"ਆਪਣੀ ਸਪੋਰਟ ਨਾਲ ਸੰਪਰਕ ਕਰੋ।" - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "PrepareTunnel ਕਾਲ ਕੀਤੀ ਗਈ ਪਰ ਕੋਈ TUNNELLED ਫਲੈਗ ਸੈੱਟ ਨਹੀਂ" @@ -7207,9 +7047,6 @@ msgstr "%zu %p %p [[[%s]]][[[%s]]] ਕਾਰਵਾਈ" msgid "Process CPU affinity is not supported on this platform" msgstr "ਇਸ ਪਲੇਟਫਾਰਮ ਤੇ ਕਾਰਜ CPU affinity ਨੂੰ ਸਹਿਯੋਗ ਨਹੀਂ ਹੈ" -msgid "Processing request in progress" -msgstr "ਕਾਰਜ ਬੇਨਤੀ ਤੇ ਕਾਰਵਾਈ ਚੱਲ ਰਹੀ ਹੈ" - msgid "" "Property 'guest-stats-polling-interval' not found on memory balloon driver." msgstr "ਮੈਮੋਰੀ ਬੈਲੂਨ ਚਾਲਕ ਤੇ 'guest-stats-polling-interval' ਗੁਣ ਨਹੀਂ ਲੱਭਿਆ।" @@ -7335,14 +7172,6 @@ msgstr "ਗੈਰ-ਪਰਿਭਾਸ਼ਿਤ ਕਰਨ ਤੋਂ ਮਨ੍ਹਾ msgid "Refusing to undefine while domain managed save image exists" msgstr "ਡੋਮੇਨ ਪ੍ਰਬੰਧਿਤ save image ਦੀ ਹੋਂਦ ਹੁੰਦੇ ਹੋਏ ਵੀ ਗੈਰ-ਪ੍ਰਭਾਸ਼ਿਤ ਕਰਨ ਤੋਂ ਇਨਕਾਰ ਹੋ ਰਿਹਾ" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "ਪੰਜੀਕਰਣ ਮੁੱਲ '%s\\%s' ਦੀ ਕਿਸਮ ਅਣਕਿਆਸੀ ਹੈ" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "ਪੰਜੀਕਰਣ ਮੁੱਲ '%s\\%s' ਬਹੁਤ ਛੋਟਾ ਹੈ" - #, c-format msgid "Remote command terminated with non-zero code: %d" msgstr "ਕਮਾਂਡ ਨਾਨ-ਜ਼ੀਰੋ ਨਤੀਜੇ ਨਾਲ ਬੰਦ ਹੋ ਗਈ: %d" @@ -7371,12 +7200,6 @@ msgstr "ਮਾਈਗਰੇਸ਼ ਦੌਰਾਨ ਡੋਮੇਨ ਨੂੰ ਨਵ msgid "Replace the domain XML associated with a saved state file" msgstr "ਇੱਕ ਫਾਇਲ ਵਿੱਚ ਇੱਕ ਸੰਭਾਲੀ ਹਾਲਤ ਤੋਂ ਇੱਕ ਡੋਮੇਨ ਮੁੜ-ਪ੍ਰਾਪਤ ਕਰੋ" -msgid "Request canceled" -msgstr "ਬੇਨਤੀ ਰੱਦ ਕੀਤੀ ਹੈ" - -msgid "Request not canceled" -msgstr "ਬੇਨਤੀ ਰੱਦ ਨਹੀਂ ਕੀਤੀ ਹੈ" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "ਬੇਨਤੀ ਕੀਤਾ ਗਿਆ ਯੰਤਰ '%s' ਤਾਲਾ ਫਾਈਲ '%s' ਕਾਰਵਾਈ %lld ਦੀ ਦੁਆਰਾ ਤਾਲਾਬੰਦ ਹੈ" @@ -7738,9 +7561,6 @@ msgstr "ਇਸ ਪਲੇਟਫਾਰਮ ਤੇ ਕਾਰਜ CPU affinity ਨੂ msgid "Serial port index %d out of [0..3] range" msgstr "ਸੀਰੀਅਲ ਪੋਰਟ ਸੂਚੀ %d [0..3] ਰੇਂਜ ਤੋਂ ਬਾਹਰ ਹੈ" -msgid "Servname not supported for ai_socktype" -msgstr "Servname ਨੂੰ ai_socktype ਲਈ ਸਹਿਯੋਗ ਨਹੀਂ ਹੈ" - msgid "Set a secret value." msgstr "ਇੱਕ ਸੀਕਰੇਟ ਮੁੱਲ ਸੈੱਟ ਕਰੋ।" @@ -8024,9 +7844,6 @@ msgstr "ਸਟੋਰੇਜ਼ ਵਾਲੀਅਮ ਨਹੀਂ ਲੱਭਿਆ" msgid "Storage volume not found: %s" msgstr "ਸਟੋਰੇਜ਼ ਵਾਲੀਅਮ ਨਹੀਂ ਲੱਭਿਆ: %s" -msgid "StoragePool name already exists." -msgstr "ਸਟੋਰੇਜ਼ ਪੂਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ" - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "ਧਾਰਾ ਪ੍ਰਵਾਹ ਡਾਟਾ ਭੇਜਣ ਲਈ ਬਹੁਤ ਲੰਬਾ (%zu ਬਾਈਟਾਂ ਚਾਹੀਦੀਆਂ, %zu ਬਾਈਟਾਂ ਉਪਲੱਬਧ)" @@ -8079,9 +7896,6 @@ msgstr "" "ਪ੍ਰਾਹੁਣਾ OS ਦਾ ਪਾਵਰ ਪ੍ਰਬੰਧਨ ਵਰਤ ਕੇ ਕਿਸੇ ਚੱਲਦੀ ਹੋਈ ਡੋਮੇਨ ਨੂੰ ਮੁਲਤਵੀ ਕਰੋ। (ਟਿੱਪਣੀ: ਅਜਿਹਾ ਕਰਨ " "ਲਈ ਇੱਕ ਸੰਰਚਿਤ ਪ੍ਰਾਹੁਣਾ ਏਜੰਟ ਅਤੇ ਪ੍ਰਾਹੁਣੇ OS ਤੋਂ ਚਾਲੂ ਹੋਣਾ ਲੋੜੀਂਦਾ ਹੈ)।" -msgid "System error" -msgstr "ਸਿਸਟਮ ਗਲਤੀ" - msgid "System is in use" msgstr "ਸਟਰੀਮ ਖੁੱਲੀ ਨਹੀਂ ਹੈ" @@ -8459,9 +8273,6 @@ msgstr "ਟਾਰਗਿਟ ਵੀਡੀਓ ਕਾਰਡ vram %u ਸਰੋਤ %u msgid "Target watchdog model %s does not match source %s" msgstr "ਟਾਰਗਿਟ watchdog ਮਾਡਲ %s ਸੋਰਸ %s ਨਾਲ ਮੇਲ ਨਹੀਂ ਖਾਂਦਾ" -msgid "Temporary failure in name resolution" -msgstr "ਨਾਂ ਰੈਜ਼ੋਲੂਸ਼ਨ ਵਿੱਚ ਆਰਜੀ ਗਲਤੀ ਹੈ" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -8738,9 +8549,6 @@ msgstr "" " ਬਾਹਰ ਜਾਣ ਲਈ 'quit'\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "ਇਸ ਪਲੇਟਫਾਰਮ ਤੇ ਕਾਰਜ CPU affinity ਨੂੰ ਸਹਿਯੋਗ ਨਹੀਂ ਹੈ" - msgid "UNIX sockets are not supported on this platform" msgstr "ਇਸ ਪਲੇਟਫਾਰਮ ਤੇ ਕਾਰਜ ਯੂਨਿਕਸ ਸਾਕਟਾਂ ਨੂੰ ਸਹਿਯੋਗ ਨਹੀਂ ਹੈ" @@ -8799,9 +8607,6 @@ msgstr "ਜੰਤਰ '%s' ਨੂੰ ਮਨਜੂਰ ਕਰਨ ਤੋਂ ਫੇ msgid "Unable to acquire lock on '%s'" msgstr "'%s' ਤੇ ਤਾਲਾ ਪ੍ਰਾਪਤ ਕਰਨ ਤੋਂ ਅਸਮਰੱਥ" -msgid "Unable to add LPAR to the table" -msgstr "ਕੁਨੈਕਸ਼ਨ ਹੈਸ਼ ਸਾਰਣੀ ਵਿੱਚ ਸੀਕਰੇਟ ਜੋੜਨ ਲਈ ਫੇਲ ਹੈ" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "ਬਰਿੱਜ %s ਪੋਰਟ %s ਜੋੜਨ ਤੋਂ ਫੇਲ" @@ -8809,10 +8614,6 @@ msgstr "ਬਰਿੱਜ %s ਪੋਰਟ %s ਜੋੜਨ ਤੋਂ ਫੇਲ" msgid "Unable to add epoll fd" msgstr "epoll fd ਜੋੜਨ ਵਿੱਚ ਅਸਮਰਥ" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "ਡੋਮੇਨ ਕਾਰਜ %d ਵਿੱਚ ਸ਼ਾਮਿਲ ਕਰਨ ਲਈ ਫੇਲ ਹੋਇਆ" - #, c-format msgid "Unable to add lockspace %s" msgstr "%s ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ" @@ -8938,21 +8739,9 @@ msgstr "JSON ਫਾਰਮੈਟਰ ਬਣਾਉਣ ਤੋਂ ਅਸਮਰਥ" msgid "Unable to create JSON parser" msgstr "ਪਾਈਪ ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "LPAR ਬਣਾਉਣ ਤੋਂ ਫੇਲ। ਕਾਰਨ: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "ਸਟੋਰੇਜ਼ ਪੂਲ ਬਣਾਉਣ ਤੋਂ ਫੇਲ: %s" - msgid "Unable to create TAP devices on this platform" msgstr "ਇਸ ਪਲੇਟ ਫਾਰਮ ਤੇ ਹੋਸਟ ਜੰਤਰ ਮਲਕੀਅਤ ਸੈੱਟ ਕਰਨ ਵਿੱਚ ਅਸਮਰਥ" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "ਵਾਲੀਅਮ ਬਣਾਉਣ ਤੋਂ ਫੇਲ: %s" - msgid "Unable to create blkid library handle" msgstr "ਪਾਈਪ ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ" @@ -8987,15 +8776,6 @@ msgstr "ਲਾਕਸਪੇਸ %s ਬਣਾਉਣ ਵਿੱਚ ਅਸਮਰੱਥ msgid "Unable to create migration thread" msgstr "ਮਾਈਗਰੇਸ਼ ਥਰਿੱਡ ਬਣਾਉਣ ਵਿੱਚ ਅਸਮਰਥ" -msgid "Unable to create new virtual adapter" -msgstr "ਨਵਾਂ ਵਰਚੁਅਲ ਅਡਾਪਟਰ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ" - -msgid "Unable to create pipe" -msgstr "ਪਾਈਪ ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ" - -msgid "Unable to create signal pipe" -msgstr "ਪਾਈਪ ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ" - msgid "Unable to create socket" msgstr "ਸਾਕਟ ਬਣਾਉਣ ਲਈ ਅਸਫ਼ਲ" @@ -9039,59 +8819,10 @@ msgstr "ਲਾਕ-ਸਪੇਸ ਵਸੀਲਾ %s ਮਿਟਾ ਨਹੀਂ ਸ msgid "Unable to delete port %s from OVS" msgstr "ਪੋਰਟ %s ਨੂੰ OVS ਤੋਂ ਹਟਾਉਣ ਤੇ ਅਸਮਰਥ" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "ਸਟੋਰੇਜ਼ ਪੂਲ ਖਤਮ ਕਰਨ ਲਈ ਫੇਲ: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "%s ਤੋਂ ਸਭ ਜੰਤਰ ਹਟਾਉਣ ਲਈ ਫੇਲ" -msgid "Unable to determine config directory" -msgstr "ਸੰਰਚਨਾ ਡਾਇਰੈਕਟਰੀ ਪਤਾ ਕਰਨ ਵਿੱਚ ਅਸਮਰਥ" - -msgid "Unable to determine domain's CPU." -msgstr "ਡੋਮੇਨ ਦਾ CPU ਪਤਾ ਕਰਨ ਵਿੱਚ ਅਸਮਰਥ।" - -msgid "Unable to determine domain's max memory." -msgstr "ਮੇਜ਼ਬਾਨ ਨਾਂ ਪਤਾ ਕਰਨ ਲਈ ਫੇਲ" - -msgid "Unable to determine domain's memory." -msgstr "ਡੋਮੇਨ ਦੀ ਮੈਮੋਰੀ ਪਤਾ ਕਰਨ ਲਈ ਫੇਲ।" - -msgid "Unable to determine domain's name." -msgstr "ਮੇਜ਼ਬਾਨ ਨਾਂ ਪਤਾ ਕਰਨ ਲਈ ਫੇਲ" - -msgid "Unable to determine home directory" -msgstr "ਘਰੇਲੂ ਡਾਇਰੈਕਟਰੀ ਪਤਾ ਕਰਨ ਵਿੱਚ ਅਸਮਰਥ" - -msgid "Unable to determine number of domains." -msgstr "ਡੋਮੇਨਾਂ ਦੀ ਗਿਣਤੀ ਪਤਾ ਕਰਨ ਤੋਂ ਫੇਲ" - -msgid "Unable to determine storage pool's name." -msgstr "ਮੇਜ਼ਬਾਨ ਨਾਂ ਪਤਾ ਕਰਨ ਲਈ ਫੇਲ" - -msgid "Unable to determine storage pool's uuid." -msgstr "ਸਟੋਰੇਜ਼ ਪੂਲ ਦਾ uuid ਪਤਾ ਕਰਨ ਵਿੱਚ ਅਸਫਲ।" - -msgid "Unable to determine storage pools's size." -msgstr "ਅਸਲੀ VLAN ਪਤਾ ਕਰਨ ਲਈ ਅਸਮਰਥ" - -msgid "Unable to determine storage pools's source adapter." -msgstr "ਸਟੋਰੇਜ਼ ਪੂਲ ਸੋਰਸ ਅਡਾਪਟਰ ਨਾਂ ਗੁੰਮ ਹੈ" - -msgid "Unable to determine storage sp's name." -msgstr "ਮੇਜ਼ਬਾਨ ਨਾਂ ਪਤਾ ਕਰਨ ਲਈ ਫੇਲ" - -msgid "Unable to determine storage sp's uuid." -msgstr "ਸਟੋਰੇਜ਼ sp's uuid ਪਤਾ ਕਰਨ ਵਿੱਚ ਅਸਫਲ।" - -msgid "Unable to determine storage sps's size." -msgstr "ਅਸਲੀ VLAN ਪਤਾ ਕਰਨ ਲਈ ਅਸਮਰਥ" - -msgid "Unable to determine storage sps's source adapter." -msgstr "ਸਟੋਰੇਜ਼ sps's ਸਰੋਤ ਅਡਾਪਟਰ ਪਤਾ ਕਰਨ ਵਿੱਚ ਅਸਫਲ।" - msgid "Unable to disable nagle algorithm" msgstr "nagle ਐਲਗੋਰਿਥਮ ਅਯੋਗ ਕਰਨ ਤੋਂ ਅਸਮਰਥ" @@ -9163,9 +8894,6 @@ msgstr "ਸਮਾਂ ਫਾਰਮੈਟ ਕਰਨ ਤੋਂ ਅਸਮਰਥ" msgid "Unable to generate diffie-hellman parameters: %s" msgstr " devaddr ਪੈਰਾਮੀਟਰ '%s' ਨੂੰ ਪਾਰਸ ਕਰਨ ਲਈ ਫੇਲ" -msgid "Unable to generate random uuid." -msgstr "ਲਗਾਤਾਰ uuid ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ।" - #, c-format msgid "Unable to get DBus session bus connection: %s" msgstr "DBus ਸੈਸ਼ਨ ਬਸ ਸੰਪਰਕ ਪ੍ਰਾਪਤ ਕਰਨ ਤੋਂ ਅਸਮਰੱਥ: %s" @@ -9190,12 +8918,6 @@ msgstr "STP ਅਤਰਾਲ %s ਉੱਪਰ ਇਸ ਪਲੇਟਫਾਰਮ ਤ msgid "Unable to get STP on %s on this platform" msgstr "STP ਨੂੰ %s ਉੱਪਰ ਇਸ ਪਲੇਟਫਾਰਮ ਤੇ ਪ੍ਰਾਪਤ ਕਰਨ ਤੋਂ ਅਸਮਰਥ" -msgid "Unable to get VIOS name" -msgstr "VIOS ਨਾਂ ਪ੍ਰਾਪਤ ਕਰਨ ਵਿੱਚ ਅਸਮਰਥ" - -msgid "Unable to get VIOS profile name." -msgstr "VIOS ਪਰੋਫਾਈਲ ਨਾਂ ਪ੍ਰਾਪਤ ਕਰਨ ਵਿੱਚ ਅਸਮਰਥ।" - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "ਇੰਟਰਫੇਸ %s ਲਈ VLAN ਲੈਣ ਤੋਂ ਅਸਮਰਥ" @@ -9229,9 +8951,6 @@ msgstr "ਯੰਤਰ ID '%s' ਪ੍ਰਾਪਤ ਕਰਨ ਤੋਂ ਅਸਮਰ msgid "Unable to get domain status" msgstr "ਡੋਮੇਨ ਸਥਿਤੀ ਲੈਣ ਲਈ ਫੇਲ" -msgid "Unable to get free slot number" -msgstr "ਫਰੀ ਸਲਾਟ ਗਿਣਤੀ ਪਤਾ ਕਰਨ ਤੋਂ ਫੇਲ" - #, c-format msgid "Unable to get index for interface %s" msgstr "ਇੰਟਰਫੇਸ %s ਲਈ ਸੂਚੀ ਲੈਣ ਤੋਂ ਅਸਮਰਥ" @@ -9361,9 +9080,6 @@ msgstr "SELinux ਕਾਰਵਾਈ ਪ੍ਰਸੰਗ ਦਾ ਵਿਸ਼ਲੇਸ msgid "Unable to make TAP device non-persistent" msgstr "TAP ਜੰਤਰ ਨੂੰ ਗੈਰ-ਰਾਖਵਾਂ ਬਣਾਉਣ ਤੋਂ ਫੇਲ" -msgid "Unable to make pipe" -msgstr "ਪਾਈਪ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ" - msgid "Unable to mark loop device as autoclear" msgstr "ਲੂਪ ਜੰਤਰ ਨੂੰ ਆਟੋਕਲੀਅਰ ਮਾਰਕ ਨਹੀਂ ਕਰ ਸਕਿਆ" @@ -9414,10 +9130,6 @@ msgstr "%s ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ" msgid "Unable to open log file %s" msgstr "ਲਾਗ ਫਾਈਲ %s ਖੋਲਣ ਤੋਂ ਅਸਮਰੱਥ" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "ਮਾਨੀਟਰ ਮਾਰਗ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ %s" - #, c-format msgid "Unable to open resource %s" msgstr "ਵਸੀਲਾ %s ਖੋਲਣ ਤੋਂ ਅਸਮਰੱਥ" @@ -9473,9 +9185,6 @@ msgstr "ਕੋਟਾ ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਫੇਲ" msgid "Unable to parse string parameter" msgstr "ਸਤਰ ਪੈਰਾਮੀਟਰ ਨੂੰ ਪਾਰਸ ਕਰਨ ਲਈ ਫੇਲ" -msgid "Unable to poll on file handles" -msgstr "ਸੰਰਚਨਾ ਫਾਇਲ ਹੈਂਡਲ ਸੰਭਾਲਣ ਲਈ ਅਸਫਲ" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "ਫਾਇਲ '%s' ਨੂੰ ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ" @@ -9484,9 +9193,6 @@ msgstr "ਫਾਇਲ '%s' ਨੂੰ ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ" msgid "Unable to process file with flags %d" msgstr "ਫਲੈਗ %d ਵਾਲੀ ਫਾਇਲ ਵਰਤਣ ਤੋਂ ਅਸਮਰਥ" -msgid "Unable to put monitor into non-blocking mode" -msgstr "ਮਾਨੀਟਰ ਨੂੰ ਨਾਨ-ਬਲਾਕਿੰਗ ਮੋਡ ਵਿੱਚ ਪਾਉਣ ਤੋਂ ਅਸਫਲ" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "ਸਾਰਟੀਫਿਕੇਟ %s ਤਰਜੀਹ ਸੈੱਟ ਕਰਨ ਤੋਂ ਅਸਫਲ: %s" @@ -9715,9 +9421,6 @@ msgstr "x509 ਸਾਰਟੀਫਿਕੇਟ ਰੈਵੋਕੇਸ਼ਂ ਲਿਸ msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "x509 ਕੁੰਜੀ ਅਤੇ ਸਾਰਟੀਫਿਕੇਟ ਸੈੱਟ ਕਰਨ ਤੋਂ ਫੇਲ: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "ਪਾਈਪ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ" - #, c-format msgid "Unable to split FD list '%s'" msgstr "FD ਸੂਚੀ '%s' ਨੂੰ ਵੱਖ-ਵੱਖ ਕਰਨ ਤੋਂ ਅਸਮਰੱਥ" @@ -9757,9 +9460,6 @@ msgstr "ਸਰਵਰ %s ਸਾਰਟੀਫਿਕੇਟ CA ਸਾਰਟੀਫਿ msgid "Unable to wait for child process" msgstr "ਅਧੀਨ ਕਾਰਜ ਨੂੰ ਫੈਲਾਅ ਨਹੀਂ ਸਕਦਾ" -msgid "Unable to wait on agent monitor condition" -msgstr "ਏਜੰਟ ਮੌਨੀਟਰ ਸਥਿਤੀ ਤੇ ਉਡੀਕ ਕਰਨ ਤੋਂ ਅਸਮਰੱਥ" - msgid "Unable to wait on epoll" msgstr "ਪਾਈਪ ਵਿੱਚ ਲਿਖਣ ਲਈ ਫੇਲ " @@ -9779,9 +9479,6 @@ msgstr "ਗੈੱਸਟ ਕੰਸੋਲ ਨਾਲ ਜੁੜੋ" msgid "Unable to write %s" msgstr "%s ਵਿੱਚ ਲਿਖਣ ਤੋਂ ਅਸਮਰਥ" -msgid "Unable to write information to local file." -msgstr "ਲੋਕਲ ਫਾਇਲ ਵਿੱਚ ਜਾਣਕਾਰੀ ਲਿਖਣ ਤੋਂ ਫੇਲ੍ਹ" - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "pid ਫਾਇਲ '%s/%s.pid' ਨੂੰ ਲਿਖਣ ਵਿੱਚ ਅਸਫਲ" @@ -9916,10 +9613,6 @@ msgstr "ਅਣਕਿਆਸਿਆ ਦਸਤਖਤ '%s'" msgid "Unexpected volume path format: %s" msgstr "ਅਣਕਿਆਸਿਆ ਆਇਤਨ ਰਾਹ ਫਾਰਮੈਟ: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "ਨਾ-ਪਰਬੰਧਤ ਘਟਨਾ %d fd %d ਨਿਗਰਾਨੀ ਲਈ" - msgid "Unknown" msgstr "ਅਚਾਨਕ" @@ -10487,9 +10180,6 @@ msgstr "XML ਨੋਡ ਵਿੱਚ ਪਾਠ ਨਹੀਂ ਹੁੰਦਾ, ਇ msgid "XPath evaluation of response for call to '%s' failed" msgstr "XPath evaluation of response for call to '%s' failed" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "ਤੁਸੀਂ CPUs ਦੀ ਗਿਣਤੀ ਵੱਧ ਤੋਂ ਵੱਧ ਸੰਭਵ ਗਿਣਤੀ ਤੋਂ ਵੱਧ ਰੱਖਣ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰ ਰਹੇ ਹੋ।" - msgid "You must map the root user of container" msgstr "ਤੁਹਾਨੂੰ ਕੰਟੇਨਰ ਦੇ ਰੂਟ ਯੂਜ਼ਰ ਨੂੰ ਮੈਪ ਕਰਨਾ ਜਰੂਰੀ ਹੈ" @@ -10601,12 +10291,6 @@ msgstr "ਮੁੜ ਪਰਤਾਉਣ ਤੋਂ ਬਾਅਦ, ਹਾਲਾਤ ਨ msgid "after reverting, change state to running" msgstr "ਮੁੜ ਪਰਤਾਉਣ ਤੋਂ ਬਾਅਦ, ਹਾਲਾਤ ਨੂੰ ਚਾਲੂ ਵਿੱਚ ਬਦਲੋ" -msgid "ai_family not supported" -msgstr "ai_family ਨੂੰ ਸਪੋਰਟ ਨਹੀਂ ਹੈ" - -msgid "ai_socktype not supported" -msgstr "ai_socktype ਨੂੰ ਸਹਿਯੋਗ ਨਹੀਂ ਹੈ" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "ਨਵੀਂ ਵਿੱਤ ਅਨੁਸਾਰ ਵੰਡੋ, ਇਸ ਨੂੰ ਪਤਲਾ ਛੱਡ ਦੇਣ ਦੀ ਬਜਾਏ" @@ -11155,9 +10839,6 @@ msgstr "ਲਾਗ ਡਾਇਰੈਕਟਰੀ %s ਬਣਾ ਨਹੀਂ ਸਕ msgid "cannot create path '%s'" msgstr "ਮਾਰਗ '%s' ਨਹੀਂ ਬਣਾ ਸਕਦਾ" -msgid "cannot create pipe" -msgstr "ਪਾਈਪ ਨਹੀਂ ਬਣਾ ਸਕਦਾ" - msgid "cannot create pipe for tunnelled migration" msgstr "ਟੰਨਲਡ ਮਾਈਗਰੇਸ਼ਨ ਲਈ ਪਾਈਪ ਨਹੀਂ ਬਣਾ ਸਕਦਾ" @@ -11300,10 +10981,6 @@ msgstr "macvtap ਟੈਪ ਉੱਪਰ ਇੰਟਰਫੇਸ ਫਲੈਗ ਪ੍ msgid "cannot get file context of '%s'" msgstr "'%s' ਦਾ ਫਾਇਲ ਪ੍ਰਸੰਗ ਵੇਖ ਨਹੀਂ ਸਕਦਾ" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "'%s' ਲਈ ਸਮੂਹ ਸੂਚੀ ਪ੍ਰਾਪਤ ਨਹੀਂ ਕਰ ਸਕਦਾ" - msgid "cannot get host CPU capabilities" msgstr "ਹੋਸਟ CPU ਅਨੁਕੂਲਤਾ ਲੈ ਨਹੀਂ ਸਕਦਾ" @@ -12331,10 +12008,6 @@ msgstr "ਜ਼ੈੱਨ (Xen) ਹਾਈਪਰਵੀਜ਼ਰ ਇੰਦਰਾਜ msgid "could not use Xen hypervisor entry %s" msgstr "ਜ਼ੈੱਨ ਹਾਈਪਰਵੀਜ਼ਰ ਇੰਦਰਾਜ਼ %s ਨਹੀਂ ਵਰਤਿਆ ਜਾ ਸਕਿਆ" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "pidfile %s ਨੂੰ %d ਲਈ ਲਿਖ ਨਹੀਂ ਸਕਦਾ" - #, c-format msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" msgstr "ਨੈੱਟਲਿੰਕ ਹੁੰਗਾਰੇ ਵਿੱਚ VF %d ਲਈ IFLA_VF_INFO ਨਹੀਂ ਲੱਭ ਸਕਿਆ" @@ -12913,9 +12586,6 @@ msgstr "ਡੋਮੇਨ ਕੁਨੈਕਸ਼ਨ URI ਨੂੰ ਵੇਖਾਉਂ msgid "domain event %d not registered" msgstr "ਡੋਮੇਨ ਈਵੈਂਟ %d ਰਜਿਸਟਰ ਨਹੀਂ ਕੀਤਾ ਹੈ" -msgid "domain has assigned non-USB host devices" -msgstr "ਡੋਮੇਨ ਨੇ ਗੈਰ-USB ਮੇਜਬਾਨ ਯੰਤਰ ਨਿਰਧਾਰਤ ਕੀਤੇ ਹਨ" - msgid "domain has no snapshots" msgstr "ਡੋਮੇਨ ਦਾ ਕੋਈ ਸਨੈਪਸ਼ਾਟ ਨਹੀਂ ਹੈ" @@ -13397,9 +13067,6 @@ msgstr "SASL ਡਾਟਾ ਡੀਕੋਡ ਕਰਨ ਵਿੱਚ ਫੇਲ: %d ( msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "ਇੰਟਰਫੇਸ %s ਖਤਮ ਕਰਨ ਲਈ ਫੇਲ: %s%s%s" -msgid "failed to determine host name" -msgstr "ਮੇਜ਼ਬਾਨ ਨਾਂ ਪਤਾ ਕਰਨ ਲਈ ਫੇਲ" - msgid "failed to enable IP forwarding" msgstr "IP ਫਾਰਵਰਡਿੰਗ ਯੋਗ ਕਰਨ ਵਿੱਚ ਫੇਲ" @@ -13743,9 +13410,6 @@ msgstr "SSH ਹੋਸਟ ਕੁੰਜੀ ਪ੍ਰਮਾਣਿਤ ਕਰਨ ਤ msgid "failed to wait on condition" msgstr "ਹਾਲਤ ਦੀ ਉਡੀਕ ਵਿੱਚ ਫੇਲ" -msgid "failed to wake up polling thread" -msgstr "ਪੂਲਿੰਗ ਥਰਿੱਡ ਚਾਲੂ ਕਰਨ ਤੋਂ ਫੇਲ ਹੋਇਆ" - msgid "failed to wakeup migration tunnel" msgstr "ਮਾਈਗਰੇਸ਼ਨ ਟੰਨਲ ਚਾਲੂ ਕਰਨ ਵਿੱਚ ਫੇਲ" @@ -13982,9 +13646,6 @@ msgstr "ਚੱਲ ਰਹੇ ਡੋਮੇਨ ਤੋਂ ਮੁੱਲ ਲਵੋ/ਸ msgid "get/set value to be used on next boot" msgstr "ਅਗਲੀ ਸ਼ੁਰੂਆਤ ਉੱਪਰ ਵਰਤਣ ਲਈ ਮੁੱਲ ਪ੍ਰਾਪਤ/ਪੱਕਾ ਕਰੋ" -msgid "getting time of day" -msgstr "ਦਿਨ ਦਾ ਸਮਾਂ ਲਿਆ ਜਾ ਰਿਹਾ ਹੈ" - msgid "given uuid does not match XML uuid" msgstr "ਜੋ uuid ਦਿੱਤਾ ਗਿਆ ਹੈ ਉਹ XML uuid ਨਾਲ ਮੇਲ ਨਹੀਂ ਖਾਂਦਾ" @@ -15980,10 +15641,6 @@ msgstr "'%s' ਲਈ ਕੋਈ ਜੰਤਰ ਸਮਰੱਥਾ ਨਹੀਂ ਹ msgid "no device found with alias %s" msgstr "ਉਪਨਾਮ %s ਨਾਲ ਕੋਈ ਵੀ ਯੰਤਰ ਨਹੀਂ ਲੱਭਾ" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "%s ਲਈ ਕੋਈ ਡਿਸਕ ਫਾਰਮੈਟ ਨਹੀਂ ਹੈ ਅਤੇ ਪੜਤਾਲ ਅਯੋਗ ਕੀਤੀ ਹੈ" - #, c-format msgid "no disk named '%s'" msgstr "'%s' ਨਾਂ ਵਾਲੀ ਕੋਈ ਡਿਸਕ ਨਹੀਂ" @@ -16544,9 +16201,6 @@ msgstr "pmsuspended" msgid "poll failed in migration tunnel" msgstr "ਤਬਾਦਲਾ ਸੁਰੰਗ ਵਿੱਚ poll ਅਸਫਲ ਹੋਈ" -msgid "poll on socket failed" -msgstr "poll on socket failed" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "ਪੂਲ '%s' ਪਹਿਲਾਂ ਹੀ uuid %s ਨਾਲ ਮੌਜੂਦ ਹੈ" @@ -16674,10 +16328,6 @@ msgstr "ਪ੍ਰਵਾਸਾਂ ਲਈ ਢੁਕਵਾਂ XML ਮੁਹੱਈ msgid "ps2 bus does not support %s input device" msgstr "ps2 ਬੱਸ %s ਇੰਪੁੱਟ ਜੰਤਰ ਨੂੰ ਸਹਿਯੋਗ ਨਹੀਂ ਦਿੰਦਾ" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: ਮੌਜੂਦਾ ਡਾਇਰੈਕਟਰੀ ਨਹੀਂ ਪ੍ਰਾਪਤ ਕਰ ਸਕਿਆ: %s" - msgid "qemu does not support SGA" msgstr "qemu SGA ਲਈ ਸਹਿਯੋਗੀ ਨਹੀਂ ਹੈ" @@ -16685,10 +16335,6 @@ msgstr "qemu SGA ਲਈ ਸਹਿਯੋਗੀ ਨਹੀਂ ਹੈ" msgid "qemu emulator '%s' does not support xen" msgstr "qemu ਇੰਮੂਲੇਟਰ '%s' xen ਨੂੰ ਸਹਿਯੋਗ ਨਹੀਂ ਦਿੰਦਾ" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "qemu ਕੋਈ unix ਸਾਕੇਟ ਮੌਨੀਟਰ ਨਹੀਂ ਵਰਤ ਰਿਹਾ ਹੈ, fd %s ਨਹੀਂ ਭੇਜ ਸਕਦਾ" - msgid "qemu state driver is not active" msgstr "qemu ਸਟੇਟ ਡਰਾਈਵਰ ਸਰਗਰਮ ਨਹੀਂ ਹੈ" @@ -16781,9 +16427,6 @@ msgstr "ਪੜ੍ਹਣ I/O ਕਾਰਵਾਈਆਂ ਦੀ ਹੱਦ ਪ੍ਰ msgid "read error on pipe" msgstr "ਪੜਨ ਵੇਲੇ ਪਾਈਪ ਗਲਤੀ" -msgid "read on wakeup fd failed" -msgstr "ਵੇਕਅੱਪ fd ਨੂੰ ਪੜਨ ਵਿੱਚ ਫੇਲ" - msgid "read-only connection" msgstr "ਸਿਰਫ਼ ਪੜ੍ਹਨ ਲਈ ਕੁਨੈਕਸ਼ਨ" @@ -17672,9 +17315,6 @@ msgstr "ਇਸ ਮੰਚ ਵਿੱਚੋਂ dlopen ਗੁੰਮ ਹੈ" msgid "this qemu doesn't support the rng-egd backend" msgstr "ਇਹ qemu rng-egd ਬੈਕਐੰਡ ਦਾ ਸਮਰਥਨ ਨਹੀਂ ਕਰਦਾ" -msgid "time_t overflow" -msgstr "time_t ਭਰ ਕੇ ਛਲਕਿਆ" - msgid "timeout must be positive" msgstr "ਸਮਾਂ ਮਿਆਦ ਜਰੂਰੀ ਧਨਾਤਮਕ ਹੋਵੇ" @@ -17845,10 +17485,6 @@ msgstr "'%s:%s' ਨਾਲ ਜੁੜਨ ਵਿੱਚ ਅਸਫਲ" msgid "unable to create hugepage path %s" msgstr "hugepage ਟਿਕਾਣਾ %s ਬਣਾਉਣ ਤੋਂ ਫੇਲ" -#, c-format -msgid "unable to create pipe for %s" -msgstr "%s ਲਈ ਪਾਈਪ ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ" - #, c-format msgid "unable to create rundir %s: %s" msgstr "rundir %s ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ: %s" @@ -17937,12 +17573,6 @@ msgstr "ਵਰਚੁਅਲ-ਬਾਕਸ ਡਰਾਈਵਰ API ਨੂੰ ਸ਼ੁ msgid "unable to load knownhosts file '%s': %s" msgstr "ਮੇਜ਼ਬਾਨ-ਨਾਂ '%s' ਰਿਜ਼ੌਲਵ ਕਰਨ ਵਿੱਚ ਫੇਲ: %s" -msgid "unable to make pipe" -msgstr "ਪਾਈਪ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ" - -msgid "unable to open pipe" -msgstr "ਪਾਈਪ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ" - msgid "unable to open stream" msgstr "ਸਟਰੀਮ ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ" @@ -17981,10 +17611,6 @@ msgstr "ਸਰਵਰ ਸਾਰਟੀਫਿਕੇਟ ਦੀ ਜਾਂਚ ਕਰ msgid "unable to read vmware log file" msgstr "vmware ਲਾਗ ਫਾਇਲ ਪੜਨ ਵਿੱਚ ਅਸਮਰਥ" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "ਬਰਿੱਜ %s ਵਿੱਚ ਪੋਰਟ ਜੋੜ ਕੇ ਪਿਛਲੀ ਹਾਲਤ ਮੁੜ ਪ੍ਰਾਪਤ ਕਰਨ ਵਿੱਚ ਅਸਮਰੱਥ" - msgid "unable to register monitor events" msgstr "ਮਾਨੀਟਰ ਈਵੈਂਟ ਰਜਿਸਟਰ ਕਰਨ ਵਿੱਚ ਅਸਫਲ" @@ -18053,9 +17679,6 @@ msgstr "ਕਾਰਜ %lld ਦੀ ਉਡੀਕ ਕਰਨ ਤੋਂ ਅਸਮਰ msgid "unable to wait on console condition" msgstr "ਹਾਲਤ ਦੀ ਉਡੀਕ ਵਿੱਚ ਫੇਲ" -msgid "unable to wait on libssh2 socket" -msgstr "libssh2 ਸਾਕੇਟ ਤੇ ਉਡੀਕ ਕਰਨ ਤੋਂ ਅਸਮਰੱਥ" - #, c-format msgid "unable to write data to '%s'" msgstr "'%s' ਵਿੱਚ ਡਾਟਾ ਲਿਖਣ ਤੋਂ ਫੇਲ" @@ -19025,10 +18648,6 @@ msgstr "ਜੰਤਰ ਸੈਟਅੱਪ ਨਾਲ ਨਾ-ਸਹਿਯੋਗੀ msgid "unsupported disk type %s" msgstr "ਨਾ-ਸਹਿਯੋਗੀ ਡਿਸਕ ਕਿਸਮ %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "ਨਾ-ਸਹਿਯੋਗੀ ਡਿਸਕ ਕਿਸਮ '%s'" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "ਨਾ-ਸਹਿਯੋਗੀ ਡਰਾਈਵਰ ਨਾਂ '%s' ਡਿਸਕ '%s' ਲਈ" @@ -19263,9 +18882,6 @@ msgstr "ਸੁਰੱਖਿਅਤ ਫਲੈਗ ਨਾਲ virDomainGetXMLDesc" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "virDomainSnapshotGetXMLDesc with secure flag" -msgid "virExec is not implemented for WIN32" -msgstr "virExec ਨੂੰ WIN32 ਲਈ ਲਾਗੂ ਨਹੀਂ ਕੀਤਾ ਗਿਆ" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "virFileOpenAs ਨੂੰ WIN32 ਵਿੱਚ ਲਾਗੂ ਨਹੀਂ ਕੀਤਾ ਗਿਆ" @@ -19278,12 +18894,6 @@ msgstr "virGetGroupID ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ" msgid "virGetGroupName is not available" msgstr "virGetGroupName ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ" @@ -19293,9 +18903,6 @@ msgstr "virGetUserID ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ" msgid "virGetUserName is not available" msgstr "virGetUserName ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat NULL def" @@ -19334,9 +18941,6 @@ msgstr "virNWFilterSnoopListDel ਅਸਫਲ" msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "virNWFilterSnoopReqNew ਅਯੋਗ ਚਾਬੀ \"%s\" (%zu) ਨਾਲ ਬੁਲਾਈ ਗਈ" -msgid "virRun is not implemented for WIN32" -msgstr "virRun ਨੂੰ WIN32 ਲਈ ਲਾਗੂ ਨਹੀਂ ਕੀਤਾ ਗਿਆ" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ" @@ -19524,10 +19128,6 @@ msgstr "xml ਨਵੀਨੀਕਰਣ ਅਸਮਰਥਿਤ" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime ਮੁੱਲ '%s' ਦਾ ਫਾਰਮੈਟ ਅਣਜਾਣ ਹੈ" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime ਮੁੱਲ '%s' ਨੀਯਤ ਲਈ ਬਹੁਤ ਲੰਬਾ ਹੈ" - msgid "y - yes, start editor again" msgstr "y - ਹਾਂ, ਸੰਪਾਦਕ ਫਿਰ ਸ਼ੁਰੂ ਕਰੋ" diff --git a/po/pl.mini.po b/po/pl.mini.po index 244ccc620e..aabbd8072a 100644 --- a/po/pl.mini.po +++ b/po/pl.mini.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2016-09-16 11:27+0000\n" "Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/fedora/language/" @@ -249,9 +249,6 @@ msgstr "Podłącza nowy interfejs sieciowy." msgid "Attempted to NAT '%s'. NAT is only supported for IPv4." msgstr "Spróbowano NAT „%s”. NAT jest obsługiwane tylko dla IPv4." -msgid "Authentication failed" -msgstr "Uwierzytelnienie się nie powiodło" - msgid "Autostart" msgstr "Automatyczne uruchamianie" @@ -268,9 +265,6 @@ msgstr "Dostępne:" msgid "Bad $%s value." msgstr "Błędna wartość $%s." -msgid "Bad value for ai_flags" -msgstr "Błędna wartość ai_flags" - #, c-format msgid "" "Bit 29 (Long Mode) of HostSystem property 'hardware.cpuFeature[].edx' with " @@ -475,10 +469,6 @@ msgstr "Nie można przetworzyć adresu MAC „%s” w sieci „%s”" msgid "Cannot parse controller index %s" msgstr "Nie można przetworzyć indeksu kontrolera %s" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "Nie można przetworzyć liczby z „%s”" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "Nie można przetworzyć adresu gniazda „%s”: %s" @@ -504,9 +494,6 @@ msgstr "Nie można usunąć współdzielenia przestrzeni nazw montowania" msgid "Capacity" msgstr "Pojemność" -msgid "Capacity cannot be empty." -msgstr "Pojemność nie może być pusta." - msgid "Capacity:" msgstr "Pojemność:" @@ -605,10 +592,6 @@ msgstr "Nie można zmienić parametrów pamięci: %s" msgid "Could not change scheduler parameters: %s" msgstr "Nie można zmienić parametrów planisty: %s" -#, c-format -msgid "Could not close %s" -msgstr "Nie można zamknąć %s" - msgid "Could not configure network" msgstr "Nie można skonfigurować sieci" @@ -629,14 +612,6 @@ msgstr "Nie można skopiować domyślnej konfiguracji" msgid "Could not copy volume: %s" msgstr "Nie można skopiować woluminu: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "Nie można utworzyć instancji sesji, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "Nie można utworzyć instancji VirtualBox, rc = 0x%08x" - #, c-format msgid "Could not create snapshot: %s" msgstr "Nie można utworzyć migawki: %s" @@ -798,10 +773,6 @@ msgstr "Nie można otworzyć „%s”, aby rozpocząć skanowanie gospodarza" msgid "Could not open /proc/net/dev" msgstr "Nie można otworzyć /proc/net/dev" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "Nie można przetworzyć IID z „%s”, rc = 0x%08x" - #, c-format msgid "Could not parse UUID from '%s'" msgstr "Nie można przetworzyć UUID z „%s”" @@ -826,10 +797,6 @@ msgstr "Nie można przetworzyć pliku USB %s" msgid "Could not parse valid disk index from '%s'" msgstr "Nie można przetworzyć prawidłowego indeksu dysku z „%s”" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "Nie można przetworzyć numeru wersji z „%s”" - #, c-format msgid "Could not read 'IP_ADDRESS' from config for container %d" msgstr "Nie można odczytać „IP_ADDRESS” z konfiguracji kontenera %d" @@ -1319,12 +1286,6 @@ msgstr "Błąd z procesu potomka tworzącego „%s”" msgid "Error opening file %s" msgstr "Błąd podczas otwierania pliku %s" -msgid "Error parsing 'path'. Invalid characters." -msgstr "Błąd podczas przetwarzania „ścieżki”. Nieprawidłowe znaki." - -msgid "Error parsing volume XML." -msgstr "Błąd podczas przetwarzania XML woluminu." - #, c-format msgid "Error reading secret: %s" msgstr "Błąd podczas odczytywania sekretu: %s" @@ -1336,13 +1297,6 @@ msgstr "Błąd podczas budowania zapory sieciowej" msgid "Error while building firewall: %s" msgstr "Błąd podczas budowania zapory sieciowej: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "Błąd podczas uzyskiwania informacji o adresie %s" - -msgid "Error while opening SSH session." -msgstr "Błąd podczas otwierania sesji SSH." - msgid "Error while reading the domain name" msgstr "Błąd podczas odczytywania nazwy domeny" @@ -1590,10 +1544,6 @@ msgstr "Porównanie procesora gospodarza za pomocą „%s” się nie powiodło" msgid "Failed to compile regex %s" msgstr "Skompilowanie wyrażenia regularnego %s się nie powiodło" -#, c-format -msgid "Failed to connect to %s" -msgstr "Połączenie się z %s się nie powiodło" - #, c-format msgid "Failed to convert '%s' to int" msgstr "Przekonwertowanie „%s” na liczbę całkowitą się nie powiodło" @@ -1647,9 +1597,6 @@ msgstr "Utworzenie sieci z %s się nie powiodło" msgid "Failed to create node device from %s" msgstr "Utworzenie urządzenia węzła z %s się nie powiodło" -msgid "Failed to create pipe" -msgstr "Utworzenie potoku się nie powiodło" - #, c-format msgid "Failed to create pool %s" msgstr "Utworzenie puli %s się nie powiodło" @@ -2033,10 +1980,6 @@ msgstr "Odczytanie przestrzeni konfiguracji PCI dla %s się nie powiodło" msgid "Failed to read file '%s'" msgstr "Odczytanie pliku „%s” się nie powiodło" -#, c-format -msgid "Failed to read from %s" -msgstr "Odczytanie z %s się nie powiodło" - #, c-format msgid "Failed to read product/vendor ID for %s" msgstr "Odczytanie identyfikatora produktu/producenta dla %s się nie powiodło" @@ -2248,9 +2191,6 @@ msgstr "" msgid "Failed to write vmx file '%s'" msgstr "Zapisanie pliku VMX „%s” się nie powiodło" -msgid "Failure establishing SSH session." -msgstr "Błąd podczas ustanawiania sesji SSH." - msgid "Failure to mask address" msgstr "Maskowanie adresu się nie powiodło" @@ -2715,9 +2655,6 @@ msgstr "Nieprawidłowe działanie wirtualnego portu (%d)" msgid "Job type:" msgstr "Typ zadania:" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "Klucz musi być pusty, program Power Hypervisor go utworzy." - msgid "Key of the current session differs from the key at last login" msgstr "Klucz bieżącej sesji różni się od klucza ostatniego logowania" @@ -2882,9 +2819,6 @@ msgstr "Wolna pamięć NUMA" msgid "Name" msgstr "Nazwa" -msgid "Name or service not known" -msgstr "Nieznana nazwa usługi" - msgid "Name:" msgstr "Nazwa:" @@ -3190,9 +3124,6 @@ msgid "Output the vol information as an XML dump to stdout." msgstr "" "Przekazuje informacje o woluminie jako zrzut XML na standardowe wyjście." -msgid "PCI host devices must use 'pci' address type" -msgstr "Urządzenia gospodarza PCI muszą używać typu adresu „pci”" - msgid "POST operation failed" msgstr "działanie POST się nie powiodło" @@ -3305,20 +3236,6 @@ msgstr "Uruchomiono pulę %s\n" msgid "Pool %s unmarked as autostarted\n" msgstr "Pula %s została odznaczona jako automatycznie uruchamiana\n" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"Prawdopodobnie nie zainstalowano narzędzi firmy IBM w LPAR. Proszę " -"skontaktować się ze wsparciem, aby włączyć tę funkcję." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"Prawdopodobnie nie zainstalowano narzędzi firmy IBM w LPAR. Proszę " -"skontaktować się ze wsparciem, aby włączyć tę funkcję." - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "Wywołano PrepareTunnel, ale nie ustawiono flagi TUNNELLED" @@ -3712,9 +3629,6 @@ msgstr "Nie odnaleziono woluminu pamięci masowej" msgid "Storage volume not found: %s" msgstr "Nie odnaleziono woluminu pamięci masowej: %s" -msgid "StoragePool name already exists." -msgstr "Nazwa puli pamięci masowej już istnieje." - msgid "Suspend a running domain." msgstr "Usypia uruchomioną domenę." @@ -3842,9 +3756,6 @@ msgstr "" " „quit”, aby zakończyć\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "Gniazda domen uniksowych są nieobsługiwane na tej platformie" - msgid "USB host device is missing bus/device information" msgstr "Brak informacji o magistrali/urządzeniu dla urządzenia USB gospodarza" @@ -3864,13 +3775,6 @@ msgstr "UUID:" msgid "Unable to access stream for '%s'" msgstr "Nie można uzyskać dostępu do strumienia dla „%s”" -msgid "Unable to add LPAR to the table" -msgstr "Nie można dodać LPAR do tablicy" - -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "Nie można dodać obsługi %d do pętli zdarzeń" - msgid "Unable to become session leader" msgstr "Nie można przełączyć na przywódcę sesji" @@ -3890,63 +3794,6 @@ msgstr "Nie można zmienić na katalog roota" msgid "Unable to close %s" msgstr "Nie można zamknąć %s" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "Nie można utworzyć LPAR. Przyczyna: „%s”" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "Nie można utworzyć puli pamięci masowej: %s" - -#, c-format -msgid "Unable to create Volume: %s" -msgstr "Nie można utworzyć woluminu: %s" - -msgid "Unable to create new virtual adapter" -msgstr "Nie można utworzyć nowego adaptera wirtualnego" - -msgid "Unable to create pipe" -msgstr "Nie można utworzyć potoku" - -msgid "Unable to determine domain's CPU." -msgstr "Nie można ustalić procesora domeny." - -msgid "Unable to determine domain's max memory." -msgstr "Nie można ustalić maksymalnej pamięci domeny." - -msgid "Unable to determine domain's memory." -msgstr "Nie można ustalić pamięci domeny." - -msgid "Unable to determine domain's name." -msgstr "Nie można ustalić nazwy domeny." - -msgid "Unable to determine number of domains." -msgstr "Nie można ustalić liczby domen." - -msgid "Unable to determine storage pool's name." -msgstr "Nie można ustalić nazwy puli pamięci masowej." - -msgid "Unable to determine storage pool's uuid." -msgstr "Nie można ustalić UUID puli pamięci masowej." - -msgid "Unable to determine storage pools's size." -msgstr "Nie można ustalić rozmiaru puli pamięci masowej." - -msgid "Unable to determine storage pools's source adapter." -msgstr "Nie można ustalić adaptera źródłowego puli pamięci masowej." - -msgid "Unable to determine storage sp's name." -msgstr "Nie można ustalić nazwy sp pamięci masowej." - -msgid "Unable to determine storage sp's uuid." -msgstr "Nie można ustalić UUID sp pamięci masowej." - -msgid "Unable to determine storage sps's size." -msgstr "Nie można ustalić rozmiaru sps pamięci masowej." - -msgid "Unable to determine storage sps's source adapter." -msgstr "Nie można ustalić adaptera źródłowego sps pamięci masowej." - #, c-format msgid "Unable to exec shell %s" msgstr "Nie można wykonać powłoki %s" @@ -3963,15 +3810,6 @@ msgstr "Nie można odnaleźć punktu montowania kontrolera cgroups „memory”" msgid "Unable to format guestfwd port" msgstr "Nie można sformatować portu guestfwd" -msgid "Unable to generate random uuid." -msgstr "Nie można utworzyć losowego UUID." - -msgid "Unable to get VIOS name" -msgstr "Nie można uzyskać nazwy VIOS" - -msgid "Unable to get VIOS profile name." -msgstr "Nie można uzyskać nazwy profilu VIOS." - msgid "Unable to get blkio parameters" msgstr "Nie można uzyskać parametrów blkio" @@ -3981,9 +3819,6 @@ msgstr "Nie można uzyskać bieżącego czasu" msgid "Unable to get domain status" msgstr "Nie można uzyskać stanu domeny" -msgid "Unable to get free slot number" -msgstr "Nie można uzyskać numeru wolnego gniazda" - msgid "Unable to get memory parameters" msgstr "Nie można uzyskać parametrów pamięci" @@ -4022,10 +3857,6 @@ msgstr "Nie można otworzyć /proc/mounts" msgid "Unable to open UNIX socket" msgstr "Nie można otworzyć gniazda uniksowego" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "Nie można otworzyć ścieżki do monitora %s" - #, c-format msgid "Unable to open stream for '%s'" msgstr "Nie można otworzyć strumienia dla „%s”" @@ -4033,16 +3864,10 @@ msgstr "Nie można otworzyć strumienia dla „%s”" msgid "Unable to parse integer parameter" msgstr "Nie można przetworzyć parametru liczby całkowitej" -msgid "Unable to poll on file handles" -msgstr "Nie można odpytać obsługi plików" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "Nie można utworzyć pliku urządzenia znakowego „%s” z wyprzedzeniem" -msgid "Unable to put monitor into non-blocking mode" -msgstr "Nie można umieścić monitora w trybie nie blokowania" - #, c-format msgid "Unable to read %s" msgstr "Nie można odczytać %s" @@ -4065,16 +3890,10 @@ msgstr "Nie można wysłać komunikatu kontynuacji kontenera" msgid "Unable to set monitor close-on-exec flag" msgstr "Nie można ustawić flagi monitora close-on-exec" -msgid "Unable to setup wakeup pipe" -msgstr "Nie można ustawić potoku przebudzeń" - #, c-format msgid "Unable to write %s" msgstr "Nie można zapisać %s" -msgid "Unable to write information to local file." -msgstr "Nie można zapisać informacji do lokalnego pliku." - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "Nie można zapisać pliku PID „%s/%s.pid”" @@ -4390,11 +4209,6 @@ msgstr "Węzeł XML nie zawiera tekstu, oczekiwano wartości xsd:dateTime" msgid "XPath evaluation of response for call to '%s' failed" msgstr "Sprawdzenie XPath odpowiedzi na wywołanie do „%s” się nie powiodło" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "" -"Nastąpiła próba ustawienia liczby procesorów na większą niż maksymalnie " -"możliwa." - #, c-format msgid "[--%s <number>]" msgstr "[--%s <numer>]" @@ -4712,9 +4526,6 @@ msgstr "nie można utworzyć katalogu dziennika %s" msgid "cannot create path '%s'" msgstr "nie można utworzyć ścieżki „%s”" -msgid "cannot create pipe" -msgstr "nie można utworzyć potoku" - msgid "cannot create pipe for tunnelled migration" msgstr "nie można utworzyć potoku dla tunelowanej migracji" @@ -5475,10 +5286,6 @@ msgstr "nie można użyć wpisu nadzorcy Xen" msgid "could not use Xen hypervisor entry %s" msgstr "nie można użyć wpisu nadzorcy Xen %s" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "nie można zapisać pliku PID %s dla %d" - #, c-format msgid "couldn't write radvd config file '%s'" msgstr "nie można zapisać pliku konfiguracji radvd „%s”" @@ -5983,9 +5790,6 @@ msgstr "utworzenie profilu się nie powiodło" msgid "failed to create socket" msgstr "utworzenie gniazda się nie powiodło" -msgid "failed to determine host name" -msgstr "ustalenie nazwy gospodarza się nie powiodło" - msgid "failed to enable IP forwarding" msgstr "włączenie przekierowywania IP się nie powiodło" @@ -6175,9 +5979,6 @@ msgstr "odznaczenie puli %s jako automatycznie uruchamianej się nie powiodło" msgid "failed to wait on condition" msgstr "oczekiwanie na warunek się nie powiodło" -msgid "failed to wake up polling thread" -msgstr "obudzenie wątku wyliczania się nie powiodło" - msgid "failed to write configuration file" msgstr "zapisanie pliku konfiguracji się nie powiodło" @@ -6286,9 +6087,6 @@ msgstr "uzyskuje wartość z uruchomionej domeny" msgid "get value to be used on next boot" msgstr "uzyskuje wartość do użycia podczas następnego uruchomienia" -msgid "getting time of day" -msgstr "uzyskiwanie bieżącego czasu" - msgid "given uuid does not match XML uuid" msgstr "podany UUID nie zgadza się z UUID z XML" @@ -7291,10 +7089,6 @@ msgstr "brak dostępnego sterownika połączenia dla %s" msgid "no device capabilities for '%s'" msgstr "brak możliwości urządzenia „%s”" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "brak formatu dysku dla %s, a wykrywanie jest wyłączone" - msgid "no domain XML passed" msgstr "nie przekazano XML domeny" @@ -7566,9 +7360,6 @@ msgstr "wykonuje zrzut core na żywo, jeśli jest obsługiwane" msgid "persist VM on destination" msgstr "ustawia trwałość maszyny wirtualnej na celu" -msgid "poll on socket failed" -msgstr "sondaż na gnieździe się nie powiódł" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "pula „%s” już istnieje za pomocą UUID %s" @@ -7647,27 +7438,16 @@ msgstr "brak atrybutu rodziny interfejsu" msgid "ps2 bus does not support %s input device" msgstr "magistrala PS/2 nie obsługuje urządzenia wejściowego %s" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: nie można uzyskać bieżącego katalogu: %s" - #, c-format msgid "qemu emulator '%s' does not support xen" msgstr "emulator QEMU „%s” nie obsługuje Xena" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "QEMU nie używa monitora gniazd Uniksa, nie można wysłać fd %s" - msgid "qemu state driver is not active" msgstr "sterownik stanu QEMU jest nieaktywny" msgid "quit this interactive terminal" msgstr "kończy pracę tego terminala interaktywnego" -msgid "read on wakeup fd failed" -msgstr "odczytanie podczas przebudzenia fd się nie powiodło" - msgid "read-only connection" msgstr "połączenie tylko do odczytu" @@ -8197,12 +7977,6 @@ msgstr "nie można obsłużyć typu monitora: %s" msgid "unable to initialize VirtualBox driver API" msgstr "nie można zainicjować API sterownika VirtualBox" -msgid "unable to make pipe" -msgstr "nie można utworzyć potoku" - -msgid "unable to open pipe" -msgstr "nie można otworzyć potoku" - msgid "unable to open stream" msgstr "nie można otworzyć strumienia" @@ -8836,10 +8610,6 @@ msgstr "nieobsługiwana magistrala dysku „%s” w ustawieniach urządzenia" msgid "unsupported disk type %s" msgstr "nieobsługiwany typ dysku %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "nieobsługiwany typ dysku „%s”" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "nieobsługiwana nazwa sterownika „%s” dla dysku „%s”" @@ -8988,9 +8758,6 @@ msgstr "virDomainGetXMLDesc z flagą bezpieczeństwa" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "virDomainSnapshotGetXMLDesc z flagą bezpieczeństwa" -msgid "virExec is not implemented for WIN32" -msgstr "virExec jest niezaimplementowane w systemach Win32" - msgid "virGetGroupID is not available" msgstr "virGetGroupID jest niedostępne" @@ -9108,10 +8875,6 @@ msgstr "plik danych XML do wyeksportowania" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "Wartość „%s” xsd:dateTime ma nieoczekiwany format" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "Wartość „%s” xsd:dateTime jest za długa dla celu" - msgid "yes" msgstr "tak" diff --git a/po/pt.mini.po b/po/pt.mini.po index bf2d1faf2c..eb3ac9a2ca 100644 --- a/po/pt.mini.po +++ b/po/pt.mini.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-02-24 02:16+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Portuguese <trans-pt@lists.fedoraproject.org>\n" @@ -840,9 +840,6 @@ msgstr "obter as estatísticas do bloco do dispositivo para um domínio" msgid "get network interface stats for a domain" msgstr "obter a interface de rede de um domínio" -msgid "getting time of day" -msgstr "a obter a data de hoje" - msgid "gracefully shutdown a domain" msgstr "terminar um domínio ordeiramente" diff --git a/po/pt_BR.mini.po b/po/pt_BR.mini.po index 5ad428ca1e..1b4b7123f3 100644 --- a/po/pt_BR.mini.po +++ b/po/pt_BR.mini.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2017-04-15 11:51+0000\n" "Last-Translator: Filipe Rosset <rosset.filipe@gmail.com>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -393,10 +393,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s'" msgstr "'%s'" @@ -682,18 +678,11 @@ msgstr "Sessão de console ativo existe para este domínio" msgid "Active:" msgstr "Ativo:" -msgid "Address family for hostname not supported" -msgstr "Família de endereço para hostname não é suportado" - #, c-format msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "" "Após despejar o núcleo, falha ao retomar domínio '%d' com o libxenlight" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "Caminho do agente %s muito grande para o destino" - msgid "All identities provided by the SSH Agent were rejected" msgstr "Todas as identidades fornecidas pelo Agente SSH foram rejeitadas" @@ -704,9 +693,6 @@ msgstr "" "Todos os métodos de autenticação fornecidos com credenciais foram rejeitados " "pelo servidor" -msgid "All requests done" -msgstr "Todas as requisições realizadas" - msgid "Allocation" msgstr "Alocação" @@ -730,9 +716,6 @@ msgstr "Outro fechar callback já foi definido para domínio %s" msgid "AnyType is missing 'type' property" msgstr "AnyType não possui propriedade 'type'" -msgid "Argument buffer too small" -msgstr "Buffer de argumento muito pequeno" - msgid "Arguments must be non null" msgstr "Argumento deve ser não null" @@ -798,9 +781,6 @@ msgstr "Tentativa de realizar o NAT '%s' . O NAT é suportado somente para IPv4" msgid "Attribute mode is only allowed for guest CPU" msgstr "Modo de atributo é permitido somente para convidado CPU" -msgid "Authentication failed" -msgstr "falha de autenticação" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -841,9 +821,6 @@ msgstr "Endereço final de ipv4 ruim '%s' em <nat> em <forward> em rede '%s'" msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "Endereço de início de ipv4 ruim '%s' em <nat> em <forward> em rede %s" -msgid "Bad value for ai_flags" -msgstr "Valor ruim para ai_flags" - msgid "Bad value for nativeMode" msgstr "Valor ruim para nativeMode" @@ -1134,18 +1111,12 @@ msgstr "Não foi possivel determinar caminho do arquivo pid" msgid "Can't determine socket paths" msgstr "Não foi possível determinar caminhos de soquete" -msgid "Can't determine user directory" -msgstr "Não foi possível determinar diretório de usuário" - msgid "Can't find prlctl command in the PATH env" msgstr "Não foi possível encontrar o comando prlctl no env PATH" msgid "Can't initialize access manager" msgstr "Não foi possivel inicializar gerenciador de acesso" -msgid "Can't initialize logging" -msgstr "Não foi possível inicializar loggin" - #, c-format msgid "Can't load config file: %s: %s" msgstr "Não foi possível carregar arquivo de config: %s: %s" @@ -1268,9 +1239,6 @@ msgstr "não foi possível remover o arquivo \"%s\"" msgid "Cannot determine balloon device path" msgstr "Não foi possível determinar caminho de dispositivo de balão" -msgid "Cannot determine free memory" -msgstr "Não é possível determinar memória livre" - msgid "Cannot determine system clock HZ" msgstr "Não foi possível determinar o system clock HZ" @@ -1466,10 +1434,6 @@ msgstr "Não foi possível analisar o índice da controladora %s" msgid "Cannot parse mode string" msgstr "Nã é possível analisar string de modo" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "Não foi possível analisar o número a partir do '%s'" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "Não foi possível analisar endereço de soquete '%s': %s" @@ -1664,9 +1628,6 @@ msgstr "Não foi possível escrever o device.map '%s'" msgid "Capacity" msgstr "Capacidade" -msgid "Capacity cannot be empty." -msgstr "A capacidade não pode estar vazia." - msgid "Capacity:" msgstr "Capacidade:" @@ -1951,10 +1912,6 @@ msgstr "Não foi possível modificar parâmetros de memória: %s" msgid "Could not change scheduler parameters: %s" msgstr "Não foi possível mudar parâmetros de agendador: %s" -#, c-format -msgid "Could not close %s" -msgstr "não foi possível fechar o arquivo %s" - msgid "Could not configure network" msgstr "Não foi possível configurar a rede" @@ -1975,14 +1932,6 @@ msgstr "Não foi possível copiar a configuração padrão" msgid "Could not copy volume: %s" msgstr "Não foi possível copiar volume: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "Não foi possível criar a instãncia Session, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "Não foi possível criar instância VirtualBox, rc = 0x%08x" - msgid "Could not create filter" msgstr "Não foi possível criar filtro" @@ -2021,9 +1970,6 @@ msgstr "Não foi possível deserializar o item de resposta de pull" msgid "Could not destroy domain: %s" msgstr "Não foi possível destruir o domínio: %s" -msgid "Could not determine home directory" -msgstr "Não foi possível determinar diretório home" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "Não foi possível determinar a versão do kernel a partir da string '%s'" @@ -2396,10 +2342,6 @@ msgstr "Não foi possível analisar 'bonding/use_carrier' '%s' para '%s'" msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "Não foi possível analisar 'bridge/stp_state' '%s' para '%s'" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "Não foi possível analisar o IID de '%s', rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "Não foi possível analisar o valor MTU '%s'" @@ -2448,14 +2390,6 @@ msgstr "Não foi possível analisar arquivo de usb %s" msgid "Could not parse valid disk index from '%s'" msgstr "não foi possível analisar o índice do disco válido a partir do '%s'" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "Não foi possível analisar o número de versão do '%s'" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "Não foi possível pesquisar valor de registro '%s\\%s'" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "Não foi possível ler '%s' a partir do config para container %d" @@ -2612,9 +2546,6 @@ msgstr "Não é possível verificar endereço de disco" msgid "Could not wipe volume: %s" msgstr "Não foi possível limpar volume: %s" -msgid "Could not write to stream" -msgstr "não foi possível gravar em faixa" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "" @@ -3071,9 +3002,6 @@ msgstr "" "XML de domínio não contém qualquer disco rígido baseado em arquivo, não é " "possível deduzir armazenamento de dados e caminho para o caminho VMX" -msgid "Domain XML must contain at least one <disk> element." -msgstr "XML do domínio deve conter ao menos um elemento <disk> ." - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "Domínio já existe, edição já existe domínio não é suportado ainda" @@ -3309,12 +3237,6 @@ msgstr "Erro de notiificação de callback deve ser fornecido" msgid "Error opening file %s" msgstr "Erro ao abrir o arquivo %s" -msgid "Error parsing 'path'. Invalid characters." -msgstr "Erro ao analisar 'path'. Caracteres inválidos" - -msgid "Error parsing volume XML." -msgstr "Erro ao analisar o volume XML." - #, c-format msgid "Error reading secret: %s" msgstr "Erro ao ler segredo: %s" @@ -3326,13 +3248,6 @@ msgstr "Erro ao construir firewall" msgid "Error while building firewall: %s" msgstr "Erro ao construir firewall: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "Erro ao obter a informação do endereço %s" - -msgid "Error while opening SSH session." -msgstr "Erro ao abrir a sessão SSH" - msgid "Error while processing command's IO" msgstr "Erro ao processar a ES do comando " @@ -3345,10 +3260,6 @@ msgstr "Erro ao ler /proc/cgroups" msgid "Error while reading the domain name" msgstr "Erro ao ler o nome do domínio" -#, c-format -msgid "Escape character is %s\n" -msgstr "Caractere de escape é %s\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "Índice de controlador da ethernet %d fora de intervalo [0..3] " @@ -3722,10 +3633,6 @@ msgstr "Falha ao concluir listagem de árvore" msgid "Failed to connect socket to '%s'" msgstr "falha ao conectar o soquete ao '%s'" -#, c-format -msgid "Failed to connect to %s" -msgstr "falha ao conectar com %s" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "Falha ao conectar ao libvirt URI remoto %s: %s" @@ -3828,9 +3735,6 @@ msgstr "Falha ao criar uma rede a partir de %s" msgid "Failed to create node device from %s" msgstr "Falha ao criar um dispositivo de nó a partir de %s" -msgid "Failed to create pipe" -msgstr "Falha ao criar pipe" - #, c-format msgid "Failed to create pool %s" msgstr "Falha ao criar o pool %s" @@ -4544,10 +4448,6 @@ msgstr "Falha ao ler o espaço de configuração PCI para %s" msgid "Failed to read file '%s'" msgstr "Falha ao ler arquivo '%s'" -#, c-format -msgid "Failed to read from %s" -msgstr "Falha ao ler de %s" - msgid "Failed to read from signal pipe" msgstr "Falha ao ler de a partir do pipe de sinal" @@ -4982,9 +4882,6 @@ msgstr "Falhou." msgid "Failure action %s is not supported by sanlock" msgstr "Falha na ação %s não é suportado pelo sanlock" -msgid "Failure establishing SSH session." -msgstr "Falha ao estabelecer a sessão SSH." - msgid "Failure to mask address" msgstr "Falha ao mascarar endereço" @@ -4999,9 +4896,6 @@ msgstr "Família 'ipv6' especificado para endereço não IPv6 '%s' em rede '%s'" msgid "Feature %s required by CPU model %s not found" msgstr "Recurso %s requerido pelo modelo de CPU %s não foi encontrado" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "Campo <src> sob <disk> no arquivo XML do domínio, está faltando." - msgid "Field kernel memory too long for destination" msgstr "Memória de kernel de campo muito longa para o destino" @@ -5121,9 +5015,6 @@ msgstr "operação GET falhou: %s" msgid "GNUTLS call error" msgstr "erro de chamada do GNUTLS" -msgid "GNUTLS support not available in this build" -msgstr "Suporte do GNUTLS não está disponível nesta construção" - msgid "Get block device size info for a domain." msgstr "" "Obtém as informações de tamanho de dispositivo de bloco para um domínio" @@ -5542,9 +5433,6 @@ msgstr "" "Hostdev de tipo de interface é suportada no momento somente em Funções " "Virtuais SR-IOV" -msgid "Interrupted by a signal" -msgstr "Interrompido por um sinal" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "elemento \"nativeMode='%s'\" in vlan <tag> inválido" @@ -6059,9 +5947,6 @@ msgstr "Kernel não suporta devpts privado" msgid "Kernel doesn't support user namespace" msgstr "Kernel não suporta namespace de usuário" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "A chave deve estar vazia. O Power Hypervisor irá criar um para você" - msgid "Key of the current session differs from the key at last login" msgstr "Chave da sessão atual difere da chave na última autenticação" @@ -6187,10 +6072,6 @@ msgstr "" "Entrada de config de 'uri_aliases' malformado '%s', esperado 'alias=uri://" "host/path'" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "Expressão regular do whitelist TLS malformado '%s'" - #, c-format msgid "Malformed ctrl-alt-del setting '%s'" msgstr "Configurações de ctrl-alt-del malformada '%s'" @@ -6246,9 +6127,6 @@ msgstr "Memória máxima:" msgid "Memory '%llu' must be less than %llu" msgstr "Memória '%llu' deve ser menos do que %llu" -msgid "Memory allocation failure" -msgstr "Falha de alocação de memória" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -6670,9 +6548,6 @@ msgstr "Modelo %s é muito grande para o destino" msgid "Model name contains invalid characters" msgstr "O nome do modelo contém caracteres inválidos" -msgid "Monitor does not support sending of file descriptors" -msgstr "Monitor não suporta o envio de descritores de arquivo" - #, c-format msgid "Monitor path %s too big for destination" msgstr "Caminho do monitor %s muito grande para o destino" @@ -6767,9 +6642,6 @@ msgstr "Nome" msgid "Name of chain is longer than %u characters" msgstr "Nome de corrente é muito maior do que caracteres %u" -msgid "Name or service not known" -msgstr "Nome ou serviço desconhecido" - msgid "Name:" msgstr "Nome:" @@ -6955,9 +6827,6 @@ msgstr "Nenhum barramento de PCI disponível" msgid "No active operation on device: %s" msgstr "Não há nenhuma operação ativa no dispositivo: %s" -msgid "No address associated with hostname" -msgstr "Nenhum endereço associado ao hostname" - #, c-format msgid "No args present for signature %s" msgstr "Nenhum argumento presente para a assinatura %s" @@ -7138,9 +7007,6 @@ msgstr "Tarefa não cancelável é bloqueada por uma questão não respondida" msgid "Non-empty feature list specified without CPU model" msgstr "Lista de recursos não vazia foi especificada sem modelo de CPU" -msgid "Non-recoverable failure in name resolution" -msgstr "Falha não recuperável na resolução do nome" - msgid "None" msgstr "Nenhum" @@ -7228,12 +7094,6 @@ msgstr "Somente %d CPUs diponíveis para mostrar\n" msgid "Only '%s' filesystem type is supported" msgstr "somente sistema de arquivo '%s' é suportado" -msgid "Only 'credit' scheduler is supported" -msgstr "Somente agendador de 'credit' é suportado" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "Somente adaptador 'scsi_host' é suportado" - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "" "Somente os endereços de IPv4 ou IPv6 podem ser utilizados com o iptables" @@ -7429,9 +7289,6 @@ msgstr "" msgid "PCI device %s is not assignable" msgstr "dispositivo de PCI %s não é atribuível" -msgid "PCI host devices must use 'pci' address type" -msgstr "Dispositivos de host PCI devem utilizar o tipo de endereço 'pci'" - msgid "POST operation failed" msgstr "a operação POST falhou" @@ -7454,9 +7311,6 @@ msgstr "Parâmetro '%s' não é uma string" msgid "Parameter '%s' is not supported by this kernel" msgstr "parâmetro '%s' não suportado por este kernel" -msgid "Parameter string not correctly encoded" -msgstr "Faixa de parâmetro não foi codificada corretamente" - msgid "Parent" msgstr "Pai" @@ -7626,20 +7480,6 @@ msgstr "Popula um disco a partir da imagem de backup" msgid "Port profile Associate failed for %s" msgstr "Perfil de porta Associate falhou para %s" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"Possivelmente você não possui as ferramentas IBM instaladas em seu LPAR. " -"Entre em contato com seu suporte para ativar este recurso." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"Possivelmente você não tem as Ferramentas IBM instaladas em seu LPAR. Entre " -"em contato com seu suporte para ativar este recurso." - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "" "PrepareTunnel chamado mas nenhuma sinalização do TUNNELLED foi definida" @@ -7694,9 +7534,6 @@ msgstr "Processar %zu %p %p [[[%s]]][[[%s]]]" msgid "Process CPU affinity is not supported on this platform" msgstr "não há suporte para afinidade de cpu nesta plataforma" -msgid "Processing request in progress" -msgstr "Processamento de requisição em progresso" - msgid "" "Property 'guest-stats-polling-interval' not found on memory balloon driver." msgstr "" @@ -7842,14 +7679,6 @@ msgstr "" "Recusa-se a indefinir enaquanto a imagem de salvamento gerenciada do domínio " "existir" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "Valor de registro '%s\\%s' possui um tipo inesperado" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "Valor de registro '%s\\%s' é muito curto" - #, c-format msgid "Remote command terminated with non-zero code: %d" msgstr "Comando remoto terminou com o código não zero: %d" @@ -7881,12 +7710,6 @@ msgstr "Substitui o XML de domínio associado ao arquivo de estado salvo" msgid "Reply message incorrect" msgstr "Mensagem de resposta incorreta" -msgid "Request canceled" -msgstr "Requisição cancelada" - -msgid "Request not canceled" -msgstr "Requisição não foi cancelada" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "" @@ -8259,9 +8082,6 @@ msgstr "Envio de descritores de arquivo não é suportado neste soquete" msgid "Serial port index %d out of [0..3] range" msgstr "Índice de porta serial %d fora de intervalo [0..3] " -msgid "Servname not supported for ai_socktype" -msgstr "Servname não é suportado para o ai_socktype" - msgid "Set a secret value." msgstr "Definir um valor secreto" @@ -8570,9 +8390,6 @@ msgstr "Volume de armazenamento não localizado" msgid "Storage volume not found: %s" msgstr "Volume de armazenamento não localizado: %s" -msgid "StoragePool name already exists." -msgstr "O nome StoragePool já existe." - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "" @@ -8629,9 +8446,6 @@ msgstr "" "convidado. (Nota: Isto requer um agente convidado configurado e em execução " "no SO convidado)." -msgid "System error" -msgstr "Erro de sistema" - msgid "System is in use" msgstr "Sistema em uso" @@ -9029,9 +8843,6 @@ msgstr "Vram de placa de rede alvo %u não coincide com a fonte %u" msgid "Target watchdog model %s does not match source %s" msgstr "Modelo de watchdog alvo %s não coincide com fonte %s" -msgid "Temporary failure in name resolution" -msgstr "Falha temporária na resolução de nome" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -9342,9 +9153,6 @@ msgstr "" " \"quit\" para sair\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "Os soquetes do domínio UNIX não são suportados nesta plataforma" - msgid "UNIX sockets are not supported on this platform" msgstr "Os soquetes do domínio UNIX não são suportados nesta plataforma" @@ -9406,9 +9214,6 @@ msgstr "Incapaz de acessar faixa para '%s'" msgid "Unable to acquire lock on '%s'" msgstr "Não foi possível adquirir bloqueio '%s'" -msgid "Unable to add LPAR to the table" -msgstr "falha ao adicionar o LPAR nesta tabela" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "Falha ao adicionar ponte %s porta %s" @@ -9416,10 +9221,6 @@ msgstr "Falha ao adicionar ponte %s porta %s" msgid "Unable to add epoll fd" msgstr "Falha ao adicionar epoll fd" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "falha ao adicionar o manuseio %d ao loop de evento" - #, c-format msgid "Unable to add lockspace %s" msgstr "Não foi possível adicionar o lockspace %s" @@ -9551,21 +9352,9 @@ msgstr "Falha ao criar formatador do JSON" msgid "Unable to create JSON parser" msgstr "Não foi possível criar o analisardor do JSON" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "falha em criar LPAR. Razão: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "Não foi possível criar o Pool de Armazenamento: %s" - msgid "Unable to create TAP devices on this platform" msgstr "Falha ao criar dispositivos TAP nesta plataforma" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "Não foi possível criar Volume: %s" - msgid "Unable to create blkid library handle" msgstr "Incapaz de criar manuseio de biblioteca de blkid " @@ -9601,15 +9390,6 @@ msgstr "" msgid "Unable to create migration thread" msgstr "Não foi possível criar a opção de migração" -msgid "Unable to create new virtual adapter" -msgstr "Não foi possível criar novo adaptador virtual" - -msgid "Unable to create pipe" -msgstr "Falha ao criar pipe" - -msgid "Unable to create signal pipe" -msgstr "Falha ao criar pipe de sinal" - msgid "Unable to create socket" msgstr "falha ao criar soquete" @@ -9653,61 +9433,10 @@ msgstr "Não foi possível remover recurso de lockspace %s" msgid "Unable to delete port %s from OVS" msgstr "incapaz de remover porta %s do OVS" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "Não foi possível destruir o Pool de Armazenamento: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "Incapaz detectar sistema de arquivo para %s" -msgid "Unable to determine config directory" -msgstr "falha ao determinar a config do diretório" - -msgid "Unable to determine domain's CPU." -msgstr "Falha ao determinar a CPU do domínio" - -msgid "Unable to determine domain's max memory." -msgstr "Não foi possível determinar a memória maxima do domínio." - -msgid "Unable to determine domain's memory." -msgstr "falha ao determinar a memória do domínio" - -msgid "Unable to determine domain's name." -msgstr "Não foi possível determinar o nome do domínio." - -msgid "Unable to determine home directory" -msgstr "Não foi possível determinar diretório home" - -msgid "Unable to determine number of domains." -msgstr "Falha ao determinar o número de domínios" - -msgid "Unable to determine storage pool's name." -msgstr "Não foi possível determinar o nome do pool de armazenamento." - -msgid "Unable to determine storage pool's uuid." -msgstr "Não foi possível determinar o uuid do pool de armazenamento." - -msgid "Unable to determine storage pools's size." -msgstr "Não foi possível determinar o tamanho do pool de armazenamento." - -msgid "Unable to determine storage pools's source adapter." -msgstr "" -"Não foi possível determinar o adaptador de fonte do pool de armazenamento." - -msgid "Unable to determine storage sp's name." -msgstr "Não foi possível determinar o nome do sp de armazenamento." - -msgid "Unable to determine storage sp's uuid." -msgstr "Não foi possível determinar o uuid do sp de armazenamento." - -msgid "Unable to determine storage sps's size." -msgstr "Não foi possível determinar o tamanho de sp do armazenamento." - -msgid "Unable to determine storage sps's source adapter." -msgstr "" -"Não foi possível determinar o adaptador de fonte do sp de armazenamento." - msgid "Unable to disable nagle algorithm" msgstr "Não foi possível desabilitar o algorítimo do nagle" @@ -9786,9 +9515,6 @@ msgstr "Incapaz de formatar tempo" msgid "Unable to generate diffie-hellman parameters: %s" msgstr "não foi possível gerar os parâmetros diffie-hellman: %s" -msgid "Unable to generate random uuid." -msgstr "Não foi possível gerar um uuid aleatório." - #, c-format msgid "Unable to get DBus session bus connection: %s" msgstr "Incapaz de obter conexão de barramento da sessão de DBus : %s" @@ -9813,12 +9539,6 @@ msgstr "Incapaz de obter atraso do IPv4 %s nesta plataforma" msgid "Unable to get STP on %s on this platform" msgstr "Não foi possível obter STP em %s nesta plataforma" -msgid "Unable to get VIOS name" -msgstr "Não foi possível obter nome do VIOS" - -msgid "Unable to get VIOS profile name." -msgstr "Não foi possível obter nome de perfil VIOS" - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "falha ao obter VLAN para interface %s" @@ -9855,9 +9575,6 @@ msgstr "Não foi possível obter o estado do domínio" msgid "Unable to get free loop device via ioctl" msgstr "Incapaz de obter um dispositivo loop livre via ioctl" -msgid "Unable to get free slot number" -msgstr "Não foi possível obter número de slot livre" - #, c-format msgid "Unable to get index for interface %s" msgstr "falha ao obter índice para interface %s" @@ -9992,9 +9709,6 @@ msgstr "Incapaz de buscar contexto de processo do SELinux" msgid "Unable to make TAP device non-persistent" msgstr "Incapaz de mudar o dispositivo TAP para não persistente" -msgid "Unable to make pipe" -msgstr "não foi possível criar o pipe" - msgid "Unable to mark loop device as autoclear" msgstr "Incapaz de marcar dispositivo de loop como autoclear" @@ -10048,10 +9762,6 @@ msgstr "Incapaz de abrir sistema de arquivo %s" msgid "Unable to open log file %s" msgstr "Incapaz de abrir arquivo de log %s" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "Não foi possível abrir o caminho do monitor %s" - #, c-format msgid "Unable to open resource %s" msgstr "Não foi possível abrir recurso %s" @@ -10111,9 +9821,6 @@ msgstr "Falha ao analisar a quota" msgid "Unable to parse string parameter" msgstr "Falha ao analisar o parâmetro de string" -msgid "Unable to poll on file handles" -msgstr "Não foi possível realizar o poll de manuseios de arquivos" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "Não foi possível pré-criar o arquivo chardev '%s'" @@ -10122,9 +9829,6 @@ msgstr "Não foi possível pré-criar o arquivo chardev '%s'" msgid "Unable to process file with flags %d" msgstr "Não foi possível processar arquivo com flags %d" -msgid "Unable to put monitor into non-blocking mode" -msgstr "Não foi possível colocar o monitor no modo non-blocking" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr " Não foi possível pesquisar as restrições básicas %s de certificado %s" @@ -10359,9 +10063,6 @@ msgstr "" msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "Não foi possível definir chave e certificado x509: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "não foi possível realizar o wakeup pipe" - #, c-format msgid "Unable to split FD list '%s'" msgstr "Falha ao dividir a lista do FD '%s'" @@ -10403,9 +10104,6 @@ msgstr "" msgid "Unable to wait for child process" msgstr "não foi possível esperar pelo processo filho" -msgid "Unable to wait on agent monitor condition" -msgstr "Falha ao aguardar a condição do monitor agente" - msgid "Unable to wait on epoll" msgstr "Falha ao esperar por epoll" @@ -10425,9 +10123,6 @@ msgstr "Falha ao assistir PTY de console de host" msgid "Unable to write %s" msgstr "Não foi possível gravar %s" -msgid "Unable to write information to local file." -msgstr "Não foi possível gravar informações no arquivo local" - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "Não foi possível gravar o arquivo pid: \"%s/%s.pid\"" @@ -10562,10 +10257,6 @@ msgstr "assinatura inesperada '%s'" msgid "Unexpected volume path format: %s" msgstr "Formato de caminho de volume inesperado: %s " -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "Evento não manuseado %d para monitor fd %d" - msgid "Unknown" msgstr "Desconhecido" @@ -11149,10 +10840,6 @@ msgstr "O nó XML não contém texto, esperando por um valor xsd:dateTime " msgid "XPath evaluation of response for call to '%s' failed" msgstr "Avaliação de XPath da resposta para chamar por '%s' falhou" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "" -"Você está tentando definir um número de CPUs maior do que o máximo possível." - msgid "You must map the root user of container" msgstr "Você deve mapear o usuário root do container" @@ -11266,12 +10953,6 @@ msgstr "após reverter, muda o estado para pausado" msgid "after reverting, change state to running" msgstr "após reverter, muda o estado para em execução" -msgid "ai_family not supported" -msgstr "ai_family não é suportado" - -msgid "ai_socktype not supported" -msgstr "ai_socktype não é suportado" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "aloca a nova capacidade, ao invés de deixá-lo esparso" @@ -11858,9 +11539,6 @@ msgstr "não foi possível criar o diretório de log %s" msgid "cannot create path '%s'" msgstr "não foi possível criar o caminho \"%s\"" -msgid "cannot create pipe" -msgstr "não foi possível criar o pipe" - msgid "cannot create pipe for tunnelled migration" msgstr "não fo possível criar pipe para a migração tunnelled" @@ -12011,10 +11689,6 @@ msgstr "não foi possível obter flags de recurso no macvtap tap" msgid "cannot get file context of '%s'" msgstr "não foi possível obter o contexto do arquivo de \"%s\"" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "não foi possível obter a ista de grupo \"%s\"" - msgid "cannot get host CPU capabilities" msgstr "não foi possível obter as capacidades de CPU do host" @@ -13072,10 +12746,6 @@ msgstr "não foi possível utilizar a entrada do hypervisor Xen" msgid "could not use Xen hypervisor entry %s" msgstr "não foi possível utilizar a entrada do hypervisor Xen %s" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "não foi possível gravar o pidfile %s para %d" - #, c-format msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" msgstr "" @@ -13695,9 +13365,6 @@ msgstr "domínio exibe conexão URI" msgid "domain event %d not registered" msgstr "evento de domínio %d não registrado" -msgid "domain has assigned non-USB host devices" -msgstr "domíni atribuiu dispositivos de USB host" - msgid "domain has no snapshots" msgstr "domínio não possui snapshots" @@ -14192,9 +13859,6 @@ msgstr "falha ao decodificar os dados do SASL: %d (%s)" msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "Falha ao destruir (interromper) interface %s: %s%s%s" -msgid "failed to determine host name" -msgstr "falha ao determinar o nome de máquina" - msgid "failed to enable IP forwarding" msgstr "falha ao habilitar o encaminhamento de IP" @@ -14563,9 +14227,6 @@ msgstr "falha ao validar a chave de host ssh: %s" msgid "failed to wait on condition" msgstr "falha ao esperar a condição" -msgid "failed to wake up polling thread" -msgstr "falha ao ativar a discussão do polling" - msgid "failed to wakeup migration tunnel" msgstr "falha ao ativar o túnel de migração" @@ -14808,9 +14469,6 @@ msgstr "obtém/define valor do domínio em execução" msgid "get/set value to be used on next boot" msgstr "obtem/define valor a ser utilizado na próxima inicialização" -msgid "getting time of day" -msgstr "obtendo a hora" - msgid "given uuid does not match XML uuid" msgstr "uuid fornecida não coincide com uuid do XML" @@ -16914,10 +16572,6 @@ msgstr "sem a capacidade do dispositivo para \"%s\"" msgid "no device found with alias %s" msgstr "não há nenhum dispositivo encontrado com o alias %s" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "não há nenhum formato de disco %s e análise está desativada" - #, c-format msgid "no disk named '%s'" msgstr "nenhum disco nomeado '%s'" @@ -17516,9 +17170,6 @@ msgstr "pmsuspended" msgid "poll failed in migration tunnel" msgstr "poll falhou no túnel de migração" -msgid "poll on socket failed" -msgstr "falha ao pesquisar no socket" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "pool '%s' já existe com a uuid %s" @@ -17649,10 +17300,6 @@ msgstr "fornece XML adequado para migrações" msgid "ps2 bus does not support %s input device" msgstr "O barramento ps2 não dá suporte ao dispositivo de entrada %s" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: não foi possível obter o diretório atual: %s" - msgid "qemu does not support SGA" msgstr "qemu não suporta SGA" @@ -17660,12 +17307,6 @@ msgstr "qemu não suporta SGA" msgid "qemu emulator '%s' does not support xen" msgstr "o emulador do qemu '%s' não suporta o xen" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "" -"qemu não está utilizando o monitor de soquete do unix, não é possível enviar " -"fd %s" - msgid "qemu state driver is not active" msgstr "o driver de estado do qemu não está ativo" @@ -17758,9 +17399,6 @@ msgstr "ler limite de operações de I/O por segundo" msgid "read error on pipe" msgstr "erro de leitura no pipe" -msgid "read on wakeup fd failed" -msgstr "leitura em wakeup fd falhou" - msgid "read-only connection" msgstr "conexão do tipo somente leitura" @@ -18689,9 +18327,6 @@ msgstr "este qemu não suporta o backend do rng-egd" msgid "this qemu doesn't support the rng-random backend" msgstr "este qemu não suporta o backend do rng-random" -msgid "time_t overflow" -msgstr "time_t overflow" - msgid "timeout must be positive" msgstr "timeout deve ser positivo" @@ -18870,10 +18505,6 @@ msgstr "não foi possível conectar a \"%s:%s\"" msgid "unable to create hugepage path %s" msgstr "não foi possível criar caminho de hugepage %s" -#, c-format -msgid "unable to create pipe for %s" -msgstr "Falha ao criar pipe para %s" - #, c-format msgid "unable to create rundir %s: %s" msgstr "falha em criar diretório de execução %s: %s" @@ -18962,12 +18593,6 @@ msgstr "não foi possível inicializar o driver VirtualBox API" msgid "unable to load knownhosts file '%s': %s" msgstr "incapaz de carregar arquivo de hosts conhecidos '%s': %s" -msgid "unable to make pipe" -msgstr "não foi possível criar o pipe" - -msgid "unable to open pipe" -msgstr "não foi possível abrir o pipe" - msgid "unable to open stream" msgstr "não foi possível abrir o fluxo" @@ -19006,10 +18631,6 @@ msgstr "Não foi possível ler cert de servidor %s" msgid "unable to read vmware log file" msgstr "não foi possível ler o arquivo log de vmware" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "incapaz de recuperar o estado anterior adicionando porta à ponte %s" - msgid "unable to register monitor events" msgstr "não foi possível registrar eventos de monitor" @@ -19078,9 +18699,6 @@ msgstr "incapaz de esperar por processo %lld" msgid "unable to wait on console condition" msgstr "Falha ao aguardar na condição do console" -msgid "unable to wait on libssh2 socket" -msgstr "incapaz de esperar pelo soquete libssh2" - #, c-format msgid "unable to write data to '%s'" msgstr "Não foi possível gravar dados em '%s'" @@ -20073,10 +19691,6 @@ msgstr "tipo de disco não suportado" msgid "unsupported disk type %s" msgstr "tipo de disco não é suportado %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "não há suporte para o tipo de disco \"%s\"" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "não há suporte ao nome de driver \"%s\" para o disco \"%s\"" @@ -20319,9 +19933,6 @@ msgstr "virDomainGetXMLDesc com sinalização segura" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "virDomainSnapshotGetXMLDesc com sinalização segura" -msgid "virExec is not implemented for WIN32" -msgstr "virExec não é implementado para WIN32" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "virFileOpenAs não é implementado para WIN32" @@ -20334,12 +19945,6 @@ msgstr "virGetGroupID não está disponível" msgid "virGetGroupName is not available" msgstr "virGetGroupName não está disponível" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory não está disponível" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory não está disponível" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory não está disponível" @@ -20349,9 +19954,6 @@ msgstr "virGetUserID não está disponível" msgid "virGetUserName is not available" msgstr "virGetUserName não está disponível" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory não está disponível" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat NULL def" @@ -20391,9 +19993,6 @@ msgstr "virNWFilterSnoopListDel falhou" msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "virNWFilterSnoopReqNew chamado com a chave inválida \"%s\" (%zu)" -msgid "virRun is not implemented for WIN32" -msgstr "virRun não é implementado para WIN32" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID não está disponível" @@ -20586,10 +20185,6 @@ msgstr "modificação do xml não suportada" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "valor xsd:dateTime '%s' possui um formato inesperado" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "O valor de xsd:dateTime '%s' muito longo para o destino" - msgid "y - yes, start editor again" msgstr "y - yes, iniciar editor novamente" diff --git a/po/ru.mini.po b/po/ru.mini.po index 0c5e46ea9f..44d588c6c1 100644 --- a/po/ru.mini.po +++ b/po/ru.mini.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2016-03-31 11:42+0000\n" "Last-Translator: yuliya <ypoyarko@redhat.com>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/libvirt/language/" @@ -451,10 +451,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s «%s»" - #, c-format msgid "'%s' controller cannot be hot plugged." msgstr "Контроллер «%s» не может быть подключен в режиме горячей замены." @@ -746,22 +742,12 @@ msgstr "Активное блочное сведение началось" msgid "Active:" msgstr "Активен:" -msgid "Address family for hostname not supported" -msgstr "Семейство адресов для этого имени узла не поддерживается" - #, c-format msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "" "Не удалось возобновить работу домена «%d» при помощи libxenlight после " "создания дампа" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "Слишком длинный путь агента: %s" - -msgid "All requests done" -msgstr "Все запросы обработаны" - msgid "Allocation" msgstr "Распределение" @@ -781,9 +767,6 @@ msgstr "Не найдена предшествующая модель %s для msgid "AnyType is missing 'type' property" msgstr "Отсутствует свойство «type» для AnyType" -msgid "Argument buffer too small" -msgstr "Слишком маленький буфер аргументов" - msgid "Arguments must be non null" msgstr "Аргументы не могут быть пустыми" @@ -835,9 +818,6 @@ msgstr "Попытка преобразования «%s». NAT поддержи msgid "Attribute mode is only allowed for guest CPU" msgstr "Атрибут «mode» может использоваться только с гостевыми процессорами" -msgid "Authentication failed" -msgstr "Ошибка аутентификации" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -869,9 +849,6 @@ msgstr "" "Недействительный адрес IPv4 в строке <address start='%s'> в описании <nat> " "в секции <forward> для сети %s" -msgid "Bad value for ai_flags" -msgstr "Недопустимое значение ai_flags" - msgid "Bad value for nativeMode" msgstr "Недопустимое значение атрибута «nativeMode»" @@ -1148,18 +1125,12 @@ msgstr "Не удалось определить путь к файлу PID. " msgid "Can't determine socket paths" msgstr "Не удалось определить пути к сокетам." -msgid "Can't determine user directory" -msgstr "Не удалось определить каталог пользователя" - msgid "Can't find prlctl command in the PATH env" msgstr "Команда prlctl не определена в переменной PATH" msgid "Can't initialize access manager" msgstr "Не удалось инициализировать менеджер доступа" -msgid "Can't initialize logging" -msgstr "Не удалось инициализировать функции ведения журнала" - #, c-format msgid "Can't load config file: %s: %s" msgstr "Не удалось загрузить файл конфигурации: %s: %s" @@ -1260,9 +1231,6 @@ msgstr "Не удалось удалить файл «%s»" msgid "Cannot determine balloon device path" msgstr "Не удалось определить путь к устройству дополнительной памяти" -msgid "Cannot determine free memory" -msgstr "Не удалось определить размер свободной памяти" - msgid "Cannot determine system clock HZ" msgstr "Не удалось определить частоту системных часов" @@ -1487,10 +1455,6 @@ msgstr "Не удалось разобрать индекс контроллер msgid "Cannot parse mode string" msgstr "Не удалось обработать строку режима" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "Не удалось получить число из «%s»" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "Не удалось выполнить разбор адреса сокета «%s»: %s" @@ -1645,9 +1609,6 @@ msgstr "Ошибка записи данных" msgid "Cannot write device.map '%s'" msgstr "Не удалось записать device.map «%s»" -msgid "Capacity cannot be empty." -msgstr "Необходимо определить емкость." - msgid "Capacity:" msgstr "Размер:" @@ -1856,10 +1817,6 @@ msgstr "Не удалось изменить параметры памяти: %s msgid "Could not change scheduler parameters: %s" msgstr "Не удалось изменить параметры планировщика: %s" -#, c-format -msgid "Could not close %s" -msgstr "Не удалось закрыть %s" - msgid "Could not configure network" msgstr "Не удалось настроить сеть" @@ -1880,14 +1837,6 @@ msgstr "Не удалось скопировать текущую конфигу msgid "Could not copy volume: %s" msgstr "Не удалось скопировать том: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "Не удалось создать экземпляр Session (rc = 0x%08x)" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "Не удалось создать экземпляр VirtualBox (rc = 0x%08x)" - #, c-format msgid "Could not create base storage, rc=%08x" msgstr "Не удалось создать базовое пространство хранения данных, rc=%08x" @@ -1933,9 +1882,6 @@ msgstr "Не удалось выполнить десериализацию эл msgid "Could not destroy domain: %s" msgstr "Не удалось разрушить домен: %s" -msgid "Could not determine home directory" -msgstr "Не удалось определить домашний каталог" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "Не удалось получить версию ядра из строки %s" @@ -2293,10 +2239,6 @@ msgstr "Не удалось разобрать «bonding/use_carrier» «%s» д msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "Не удалось разобрать «bridge/stp_state» «%s» для «%s»" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "Не удалось извлечь IID из «%s», rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "Не удалось обработать значение MTU «%s»" @@ -2341,14 +2283,6 @@ msgstr "Не удалось разобрать файл USB %s" msgid "Could not parse valid disk index from '%s'" msgstr "Не удалось извлечь индекс диска из «%s»" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "Не удалось извлечь номер версии из «%s»" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "Не удалось опросить значение реестра «%s\\%s»" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "Не удалось прочитать «%s» из конфигурации контейнера %d" @@ -2494,9 +2428,6 @@ msgstr "Не удалось передать данные: %s (%d)" msgid "Could not verify disk address" msgstr "Не удалось проверить адрес диска" -msgid "Could not wait for transfer" -msgstr "Не удалось дождаться передачи" - #, c-format msgid "Could not wait for transfer: %s (%d)" msgstr "Не удалось дождаться передачи: %s (%d)" @@ -2505,9 +2436,6 @@ msgstr "Не удалось дождаться передачи: %s (%d)" msgid "Could not wipe volume: %s" msgstr "Не удалось освободить том: %s" -msgid "Could not write to stream" -msgstr "Ошибка записи в поток" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "Не удалось создать файл блокировки для устройства «%s» в «%s»" @@ -2935,9 +2863,6 @@ msgstr "" "XML домена не содержит файловые определения дисков. Не удалось получить " "сведения о хранилище и путь к файлу VMX." -msgid "Domain XML must contain at least one <disk> element." -msgstr "XML домена должен содержать как минимум один элемент <disk>." - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "" "Домен уже существует. Изменение существующих доменов не поддерживается." @@ -3177,12 +3102,6 @@ msgstr "Необходимо предоставить обратный вызо msgid "Error opening file %s" msgstr "Не удалось открыть файл %s" -msgid "Error parsing 'path'. Invalid characters." -msgstr "Ошибка разбора «path». Недопустимые символы." - -msgid "Error parsing volume XML." -msgstr "Ошибка разбора XML тома." - #, c-format msgid "Error reading secret: %s" msgstr "Ошибка при чтении секрета: %s" @@ -3206,13 +3125,6 @@ msgstr "Ошибка при попытке закрыть носитель, rc=% msgid "Error while creating diff storage, rc=%08x" msgstr "Не удалось создать разностный диск, rc=%08x" -#, c-format -msgid "Error while getting %s address info" -msgstr "Ошибка при получении сведений адреса %s" - -msgid "Error while opening SSH session." -msgstr "Ошибка при открытии сеанса SSH." - msgid "Error while processing command's IO" msgstr "Ошибка при обработке ввода-вывода команд" @@ -3230,10 +3142,6 @@ msgid "Error while removing hostonly network interface, rc=%08x" msgstr "" "Ошибка при попытке удаления внутрисистемного сетевого интерфейса, rc=%08x" -#, c-format -msgid "Escape character is %s\n" -msgstr "Символ экранирования: %s\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "Индекс контроллера Ethernet %d выходит за пределы диапазона [0...3]" @@ -3565,10 +3473,6 @@ msgstr "Не удалось завершить действие %s над нос msgid "Failed to complete tree listing" msgstr "Не удалось завершить построение иерархии" -#, c-format -msgid "Failed to connect to %s" -msgstr "Не удалось подключиться к %s" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "Не удалось подключиться к удаленному libvirt по адресу %s: %s" @@ -3660,9 +3564,6 @@ msgstr "Не удалось создать сеть из %s" msgid "Failed to create node device from %s" msgstr "Не удалось создать устройство из %s" -msgid "Failed to create pipe" -msgstr "Не удалось создать канал" - #, c-format msgid "Failed to create pool %s" msgstr "Не удалось создать пул %s" @@ -4325,10 +4226,6 @@ msgstr "Не удалось прочитать конфигурацию прос msgid "Failed to read file '%s'" msgstr "Ошибка чтения файла «%s»" -#, c-format -msgid "Failed to read from %s" -msgstr "Ошибка чтения из %s" - #, c-format msgid "Failed to read product/vendor ID for %s" msgstr "Ошибка чтения идентификатора продукта/производителя для %s" @@ -4721,9 +4618,6 @@ msgstr "Не удалось удалить том." msgid "Failed." msgstr "Ошибка." -msgid "Failure establishing SSH session." -msgstr "Не удалось создать сеанс SSH." - msgid "Failure to mask address" msgstr "Ошибка при маскировании адреса" @@ -4740,9 +4634,6 @@ msgstr "" msgid "Feature %s required by CPU model %s not found" msgstr "Не найдена функция %s, необходимая для модели %s" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "Поле <src> в секции <disk> в XML домена не определено." - #, c-format msgid "Field name '%s' too long" msgstr "Имя поля «%s» превышает допустимую длину" @@ -5255,9 +5146,6 @@ msgstr "Интерфейс не найден" msgid "Interface not found: %s" msgstr "Интерфейс не найден: %s" -msgid "Interrupted by a signal" -msgstr "Прервано по сигналу" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "Недопустимое выражение «nativeMode='%s'» в элементе <tag> vlan" @@ -5759,9 +5647,6 @@ msgstr "Ядро не поддерживает закрытые devpts" msgid "Kernel doesn't support user namespace" msgstr "Ядро не поддерживает пользовательское пространство имен" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "Возможно, пустой ключ. Гипервизор Power создаст ключ автоматически." - msgid "Key of the current session differs from the key at last login" msgstr "Ключ текущего сеанса отличается от предыдущего" @@ -5938,9 +5823,6 @@ msgstr "Реестр носителей не определен" msgid "Memory '%llu' must be less than %llu" msgstr "Размер памяти «%llu» должен быть меньше %llu" -msgid "Memory allocation failure" -msgstr "Ошибка распределения памяти" - msgid "Memory bandwidth:" msgstr "Пропускная способность памяти:" @@ -6299,9 +6181,6 @@ msgstr "Длина модели %s превышает допустимую" msgid "Model name contains invalid characters" msgstr "Имя модели содержит недопустимые символы" -msgid "Monitor does not support sending of file descriptors" -msgstr "Монитор не поддерживает отправку дескрипторов файлов" - #, c-format msgid "Monitor path %s too big for destination" msgstr "Слишком длинный путь к монитору: %s" @@ -6406,9 +6285,6 @@ msgstr "Имя" msgid "Name of chain is longer than %u characters" msgstr "Имя цепочки содержит больше %u знаков" -msgid "Name or service not known" -msgstr "Неизвестное имя или служба" - msgid "Name:" msgstr "Имя:" @@ -6571,9 +6447,6 @@ msgstr "Нет доступных реализаций для разбора JSO msgid "No PCI buses available" msgstr "Нет шин PCI" -msgid "No address associated with hostname" -msgstr "С этим именем узла не связан ни один адрес" - #, c-format msgid "No args present for signature %s" msgstr "Нет аргументов для подписи %s" @@ -6725,9 +6598,6 @@ msgstr "Неотвеченный вопрос блокирует задачу, msgid "Non-empty feature list specified without CPU model" msgstr "Указан непустой список функций без модели процессора" -msgid "Non-recoverable failure in name resolution" -msgstr "Критическая ошибка при разрешении имен" - msgid "None" msgstr "Нет" @@ -6808,12 +6678,6 @@ msgstr "Всего доступно до %d процессоров\n" msgid "Only '%s' filesystem type is supported" msgstr "Поддерживаются только файловые системы «%s»" -msgid "Only 'credit' scheduler is supported" -msgstr "Поддерживается только планировщик «credit»" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "Поддерживается только адаптер «scsi_host»" - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "Правила iptables должны содержать адреса IPv4 или IPv6" @@ -6979,9 +6843,6 @@ msgstr "" msgid "PCI device %s is not assignable" msgstr "Устройство PCI %s не может быть назначено" -msgid "PCI host devices must use 'pci' address type" -msgstr "Адрес PCI-устройств узла должен иметь тип «pci»" - msgid "POST operation failed" msgstr "Ошибка POST" @@ -7001,9 +6862,6 @@ msgstr "Параметр «%s» должен содержать строку" msgid "Parameter '%s' is not supported by this kernel" msgstr "Ядро не поддерживает параметр «%s»" -msgid "Parameter string not correctly encoded" -msgstr "Строка параметров зашифрована неверно" - #, c-format msgid "Parent device %s is not capable of vport operations" msgstr "Родительское устройство %s не может выполнять действия vport" @@ -7164,20 +7022,6 @@ msgstr "Удалена метка автоматического запуска msgid "Populate a disk from its backing image." msgstr "Заполнить диск данными из резервного образа." -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"Для доступа к этим функциям необходимо установить IBM Tools в LPAR. " -"Обратитесь в службу поддержки." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"Для доступа к этим функциям необходимо установить IBM Tools в LPAR. " -"Обратитесь в службу поддержки." - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "Вызван PrepareTunnel, но флаг TUNNELLED не установлен" @@ -7222,9 +7066,6 @@ msgstr "Процесс %zu %p %p [[[%s]]][[[%s]]]" msgid "Process CPU affinity is not supported on this platform" msgstr "Эта платформа не поддерживает сопоставление процессоров процессам" -msgid "Processing request in progress" -msgstr "Выполняется обработка запроса" - msgid "Protocol" msgstr "Протокол" @@ -7328,14 +7169,6 @@ msgid "Refusing to undefine while domain managed save image exists" msgstr "" "Отказ удаления определения при наличии существующего служебного образа домена" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "Недопустимый тип значения «%s\\%s»" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "Недостаточная длина значения «%s\\%s»" - #, c-format msgid "Removable media not supported for %s device" msgstr "Съёмные носители не поддерживаются для устройства %s" @@ -7356,12 +7189,6 @@ msgstr "Переименование доменов при миграции не msgid "Replace the domain XML associated with a saved state file" msgstr "Заменить существующий файл состояния домена указанным файлом XML" -msgid "Request canceled" -msgstr "Запрос отменен" - -msgid "Request not canceled" -msgstr "Запрос не отменен" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "" @@ -7681,9 +7508,6 @@ msgstr "Позволяет отправить сигналы процессам msgid "Serial port index %d out of [0..3] range" msgstr "Индекс последовательного порта %d выходит за пределы диапазона [0...3]" -msgid "Servname not supported for ai_socktype" -msgstr "ai_socktype не поддерживает servname" - msgid "Set a secret value." msgstr "Установить значение секрета." @@ -7933,9 +7757,6 @@ msgstr "Том не найден" msgid "Storage volume not found: %s" msgstr "Том не найден: %s" -msgid "StoragePool name already exists." -msgstr "Имя StoragePool уже существует." - msgid "Successfully copied" msgstr "Копирование завершено" @@ -7980,9 +7801,6 @@ msgstr "" "энергопотреблением гостевой операционной системы. Примечание. Агент гостевой " "системы должен быть заранее настроен и активирован в гостевой системе." -msgid "System error" -msgstr "Системная ошибка" - msgid "System is in use" msgstr "Система используется" @@ -8350,9 +8168,6 @@ msgstr "%u не соответствует исходному размеру в msgid "Target watchdog model %s does not match source %s" msgstr "%s не соответствует исходной модели watchdog %s" -msgid "Temporary failure in name resolution" -msgstr "Временная ошибка при разрешении имен" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -8649,9 +8464,6 @@ msgstr "" " «quit», чтобы завершить работу и выйти.\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "Эта платформа не поддерживает сокеты доменов UNIX" - msgid "URI is missing the server part" msgstr "Адрес не содержит определение сервера" @@ -8707,9 +8519,6 @@ msgstr "Не удалось получить доступ к потоку для msgid "Unable to acquire lock on '%s'" msgstr "Не удалось установить блокировку для «%s»" -msgid "Unable to add LPAR to the table" -msgstr "Не удалось добавить LPAR в таблицу" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "Не удалось добавить мост %s (порт %s)" @@ -8720,10 +8529,6 @@ msgstr "Не удалось добавить дескриптор epoll" msgid "Unable to add extra data" msgstr "Не удалось добавить ExtraData" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "Не удалось добавить обработчик %d в цикл событий" - msgid "Unable to add hard disk to media Registry" msgstr "Не удалось добавить жесткий диск в реестр носителей" @@ -8882,10 +8687,6 @@ msgstr "Ну удалось создать средство форматиров msgid "Unable to create JSON parser" msgstr "Не удалось создать обработчик JSON" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "Не удалось создать LPAR. Причина: «%s»" - #, c-format msgid "Unable to create RNG parser for %s" msgstr "Не удалось создать обработчик RNG для %s" @@ -8894,17 +8695,9 @@ msgstr "Не удалось создать обработчик RNG для %s" msgid "Unable to create RNG validation context %s" msgstr "Не удалось создать контекст валидации RNG: %s" -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "Не удалось создать пул носителей: %s" - msgid "Unable to create TAP devices on this platform" msgstr "Создание устройств TAP на этой платформе невозможно" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "Не удалось создать том: %s" - msgid "Unable to create blkid library handle" msgstr "Не удалось создать обработчик библиотеки blkid" @@ -8944,12 +8737,6 @@ msgstr "" msgid "Unable to create migration thread" msgstr "Не удалось создать поток миграции" -msgid "Unable to create new virtual adapter" -msgstr "Не удалось создать виртуальный адаптер." - -msgid "Unable to create pipe" -msgstr "Не удалось создать канал" - msgid "Unable to create socket" msgstr "Не удалось создать сокет" @@ -8995,47 +8782,10 @@ msgstr "Не удалось удалить носитель, rc=%08x" msgid "Unable to delete port %s from OVS" msgstr "Не удалось удалить порт %s из OVS" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "Не удалось разрушить пул: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "Не удалось определить файловую систему для %s" -msgid "Unable to determine config directory" -msgstr "Не удалось определить каталог конфигурации" - -msgid "Unable to determine domain's CPU." -msgstr "Не удалось определить CPU домена." - -msgid "Unable to determine domain's max memory." -msgstr "Не удалось определить максимальную память для домена." - -msgid "Unable to determine domain's memory." -msgstr "Не удалось определить память для домена." - -msgid "Unable to determine domain's name." -msgstr "Не удалось определить имя домена." - -msgid "Unable to determine home directory" -msgstr "Не удалось определить домашний каталог" - -msgid "Unable to determine number of domains." -msgstr "Не удалось определить число доменов." - -msgid "Unable to determine storage pool's name." -msgstr "Не удалось определить имя пула носителей." - -msgid "Unable to determine storage pool's uuid." -msgstr "Не удалось определить UUID пула носителей." - -msgid "Unable to determine storage pools's size." -msgstr "Не удалось определить размер пула носителей." - -msgid "Unable to determine storage pools's source adapter." -msgstr "Не удалось определить исходный адаптер пула носителей." - msgid "Unable to disable nagle algorithm" msgstr "Не удалось отключить алгоритм nagle" @@ -9106,9 +8856,6 @@ msgstr "Ошибка форматирования контекста SELinux" msgid "Unable to format guestfwd port" msgstr "Ошибка форматирования порта guestfwd" -msgid "Unable to generate random uuid." -msgstr "Не удалось выполнить генерацию случайного uuid." - msgid "Unable to get Capabilities" msgstr "Не удалось получить список возможностей" @@ -9132,12 +8879,6 @@ msgstr "Не удалось получить ключ SCSI для %s" msgid "Unable to get STP on %s on this platform" msgstr "Невозможно определить STP для %s на этой платформе" -msgid "Unable to get VIOS name" -msgstr "Не удалось получить имя VIOS." - -msgid "Unable to get VIOS profile name." -msgstr "Не удалось получить имя профиля VIOS." - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "Не удалось получить VLAN для интерфейса %s" @@ -9199,9 +8940,6 @@ msgstr "Не удалось определить статус домена" msgid "Unable to get filesystem information" msgstr "Не удалось получить информацию о файловой системе" -msgid "Unable to get free slot number" -msgstr "Не удалось получить номер свободного слота." - msgid "Unable to get hard disk format" msgstr "Не удалось получить формат жесткого диска" @@ -9364,9 +9102,6 @@ msgstr "Не удалось загрузить сертификат" msgid "Unable to lookup SELinux process context" msgstr "Не удалось найти контекст SELinux процесса" -msgid "Unable to make pipe" -msgstr "Не удалось создать канал" - msgid "Unable to mark loop device as autoclear" msgstr "Не удалось установить флаг autoclear для петлевого устройства" @@ -9429,10 +9164,6 @@ msgstr "Не удалось открыть файловую систему %s" msgid "Unable to open log file %s" msgstr "Не удалось открыть журнал %s" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "Не удалось открыть путь %s" - #, c-format msgid "Unable to open resource %s" msgstr "Не удалось открыть %s" @@ -9508,9 +9239,6 @@ msgstr "Не удалось предварительно создать файл msgid "Unable to process file with flags %d" msgstr "Не удалось обработать файл с флагами %d" -msgid "Unable to put monitor into non-blocking mode" -msgstr "Не удалось перевести монитор в неблокирующий режим" - msgid "Unable to query kqueue" msgstr "Не удалось опросить kqueue" @@ -9708,9 +9436,6 @@ msgstr "Не удалось определить список отзыва се msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "Не удалось установить ключ и сертификат x509: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "Не удалось создать канал пробуждений" - #, c-format msgid "Unable to split FD list '%s'" msgstr "Не удалось выделить элементы из списка дескрипторов «%s»" @@ -9766,9 +9491,6 @@ msgstr "Наблюдение за PTY-консолью хоста невозмо msgid "Unable to write %s" msgstr "Не удалось записать %s" -msgid "Unable to write information to local file." -msgstr "Не удалось сохранить данные в локальный файл." - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "Не удалось выполнить запись в файл «%s/%s.pid»" @@ -9891,10 +9613,6 @@ msgstr "Непредвиденная подпись «%s»" msgid "Unexpected volume path format: %s" msgstr "Недопустимый формат пути к тому: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "Необработанное событие %d для дескриптора монитора %d" - msgid "Unknown" msgstr "Неизвестен" @@ -10477,9 +10195,6 @@ msgstr "Не удалось вычислить XPath ответа для выз msgid "You are trying to remove a snapshot which does not exists" msgstr "Вы пытаетесь удалить несуществующий снимок" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "Запрошенное число процессоров превышает максимально допустимое" - msgid "You must map the root user of container" msgstr "Необходимо создать сопоставление для пользователя root контейнера." @@ -10590,12 +10305,6 @@ msgstr "после восстановления изменить состоян msgid "after reverting, change state to running" msgstr "после восстановления изменить состояние на рабочее" -msgid "ai_family not supported" -msgstr "ai_family не поддерживается" - -msgid "ai_socktype not supported" -msgstr "ai_socktype не поддерживается" - msgid "allocated netlink buffer is too small" msgstr "недостаточный размер выделенного буфера netlink" @@ -11076,9 +10785,6 @@ msgstr "не удалось создать каталог журналов %s" msgid "cannot create path '%s'" msgstr "не удалось создать путь «%s»" -msgid "cannot create pipe" -msgstr "не удалось создать канал" - msgid "cannot create pipe for tunnelled migration" msgstr "не удалось создать канал для туннельной миграции" @@ -11215,10 +10921,6 @@ msgstr "не удалось получить информацию о распо msgid "cannot get file context of '%s'" msgstr "не удалось получить контекст файла «%s»" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "не удалось получить список групп для «%s»" - msgid "cannot get host CPU capabilities" msgstr "не удалось получить возможности процессора узла" @@ -12177,10 +11879,6 @@ msgstr "не удалось использовать запись Xen гипер msgid "could not use Xen hypervisor entry %s" msgstr "невозможно использовать запись Xen %s " -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "не удалось записать файл pid %s для %d" - #, c-format msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" msgstr "ответ netlink не содержит IFLA_VF_INFO для VF %d" @@ -12750,9 +12448,6 @@ msgstr "обратный вызов %d для события домена не msgid "domain has active block job" msgstr "в домене есть активное задание блокирования" -msgid "domain has assigned non-USB host devices" -msgstr "домену назначены устройства, не являющиеся устройствами USB" - msgid "domain has no snapshots" msgstr "у домена нет снимков" @@ -13213,10 +12908,6 @@ msgstr "не удалось создать файл для включения" msgid "failed to create logfile %s" msgstr "не удалось создать журнал %s" -#, c-format -msgid "failed to create pipe: %s" -msgstr "не удалось создать очередь: %s " - msgid "failed to create profile" msgstr "не удалось создать профиль" @@ -13242,9 +12933,6 @@ msgstr "не удалось расшифровать данные SASL: %d (%s)" msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "Не удалось уничтожить (остановить) интерфейс %s: %s%s%s" -msgid "failed to determine host name" -msgstr "не удалось определить имя узла" - #, c-format msgid "failed to determine loop exit status: %s" msgstr "не удалось определить статус выхода из цикла: %s" @@ -13284,9 +12972,6 @@ msgstr "не удалось получить URI" msgid "failed to get capabilities" msgstr "не удалось получить характеристики" -msgid "failed to get current system time" -msgstr "не удалось получить системное время" - #, c-format msgid "failed to get domain '%s'" msgstr "ошибка при получении данных домена «%s»" @@ -13856,15 +13541,9 @@ msgstr "получить/изменить значения рабочего до msgid "get/set value to be used on next boot" msgstr "получить/изменить параметры после перезагрузки домена" -msgid "getting time of day" -msgstr "получение времени дня" - msgid "given uuid does not match XML uuid" msgstr "UUID не соответствует UUID XML" -msgid "gmtime_r failed" -msgstr "ошибка gmtime_r" - msgid "gracefully shutdown a domain" msgstr "безопасно завершить работу домена" @@ -15541,9 +15220,6 @@ msgstr "" "Не удалось создать файловую систему «%s» на «%s»: mkfs не поддерживается на " "этой платформе." -msgid "mktime failed" -msgstr "ошибка mktime" - msgid "mode of device reading and writing" msgstr "режим доступа" @@ -15949,10 +15625,6 @@ msgstr "нет возможностей устройства для «%s»" msgid "no device found with alias %s" msgstr "устройство %s не найдено" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "для диска %s не указан формат, и автообнаружение отключено" - #, c-format msgid "no disk named '%s'" msgstr "не диска «%s»" @@ -16532,9 +16204,6 @@ msgstr "pid_value в %s превышает допустимое значение msgid "pmsuspended" msgstr "спящий режим" -msgid "poll on socket failed" -msgstr "ошибка опроса сокета" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "пул «%s» уже существует (UUID: %s)" @@ -16654,10 +16323,6 @@ msgstr "в протоколе отсутствует атрибут family" msgid "ps2 bus does not support %s input device" msgstr "шина ps2 не поддерживает устройство ввода %s" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: не удалось получить текущий каталог: %s" - msgid "qemu does not support SGA" msgstr "QEMU не поддерживает SGA" @@ -17612,9 +17277,6 @@ msgstr "QEMU не поддерживает rng-random" msgid "time to set" msgstr "установить заданное время" -msgid "time_t overflow" -msgstr "переполнение time_t" - msgid "timeout seconds" msgstr "время ожидания в секундах" @@ -17777,10 +17439,6 @@ msgstr "не удалось закрыть канал" msgid "unable to create hugepage path %s" msgstr "ошибка создания пути для очень больших страниц: %s" -#, c-format -msgid "unable to create pipe for %s" -msgstr "не удалось создать канал для %s" - #, c-format msgid "unable to create rundir %s: %s" msgstr "не удалось создать rundir %s: %s" @@ -17871,15 +17529,9 @@ msgstr "Не удалось инициализировать мьютекс" msgid "unable to initialize VirtualBox driver API" msgstr "не удалось инициализировать API драйвера VirtualBox" -msgid "unable to make pipe" -msgstr "не удалось создать канал" - msgid "unable to make terminal raw: console isn't a tty" msgstr "не удалось создать raw терминала: это не консоль tty" -msgid "unable to open pipe" -msgstr "не удалось открыть канал" - msgid "unable to open stream" msgstr "не удалось открыть поток" @@ -17994,9 +17646,6 @@ msgstr "невозможно выгрузить уже выгруженный п msgid "unable to wait on console condition" msgstr "не удалось дождаться выполнения условия в консоли" -msgid "unable to wait on libssh2 socket" -msgstr "ожидание сокета libssh2 невозможно" - #, c-format msgid "unable to write data to '%s'" msgstr "ошибка записи в «%s»" @@ -18982,10 +18631,6 @@ msgstr "неподдерживаемый тип диска" msgid "unsupported disk type %s" msgstr "тип диска %s не поддерживается" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "тип диска «%s» не поддерживается" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "имя драйвера «%s» для диска «%s» не поддерживается" @@ -19223,9 +18868,6 @@ msgstr "virDomainGetXMLDesc с безопасным флагом" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "virDomainSnapshotGetXMLDesc c безопасным флагом" -msgid "virExec is not implemented for WIN32" -msgstr "функции virExec в WIN32 недоступны" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "Функции virFileOpenAs не реализованы в WIN32" @@ -19238,12 +18880,6 @@ msgstr "virGetGroupID недоступен" msgid "virGetGroupName is not available" msgstr "virGetGroupName недоступно" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory недоступен" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory недоступен" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory недоступен" @@ -19253,9 +18889,6 @@ msgstr "virGetUserID недоступен" msgid "virGetUserName is not available" msgstr "virGetUserName недоступно" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory недоступен" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat: NULL def" @@ -19298,9 +18931,6 @@ msgstr "Ошбика virNWFilterSnoopListDel" msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "virNWFilterSnoopReqNew вызван с неверным ключом «%s» (%zu)" -msgid "virRun is not implemented for WIN32" -msgstr "функции virRun в WIN32 недоступны" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID недоступен" @@ -19483,10 +19113,6 @@ msgstr "изменение XML не поддерживается" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "Недопустимый формат xsd:dateTime: «%s»" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "Слишком длинное значение xsd:dateTime: «%s»" - msgid "y - yes, start editor again" msgstr "y (yes) — да, запустить редактор" diff --git a/po/sr.mini.po b/po/sr.mini.po index c56faf2032..ce3afd6dfd 100644 --- a/po/sr.mini.po +++ b/po/sr.mini.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-03-03 07:52+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/fedora/language/" @@ -856,13 +856,6 @@ msgstr "UUID:" msgid "Unable to change MaxMemorySize" msgstr "Не могу да изменим највећу количину меморије" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "Није могуће отворити путању надгледања %s" - -msgid "Unable to put monitor into non-blocking mode" -msgstr "Није могуће поставити надгледање у неблокирајући режим" - msgid "Unable to set monitor close-on-exec flag" msgstr "Није могуће поставити заставицу за надгледање затварања-при-извршавању" @@ -1348,9 +1341,6 @@ msgstr "добави статистику блок уређаја за доме msgid "get network interface stats for a domain" msgstr "добави статистику мрежне спреге за домен" -msgid "getting time of day" -msgstr "добављам време дана" - msgid "gracefully shutdown a domain" msgstr "љубазно угаси домен" @@ -1943,10 +1933,6 @@ msgstr "непозната врста „%s“" msgid "unsupported authentication type %d" msgstr "неподржана врста аутентификације %d" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "није подржана врста диска „%s“" - #, c-format msgid "unsupported input bus %s" msgstr "магистрала за унос %s није подржана" diff --git a/po/sr@latin.mini.po b/po/sr@latin.mini.po index 8abeab7daa..716117f0c7 100644 --- a/po/sr@latin.mini.po +++ b/po/sr@latin.mini.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-03-03 06:01+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/fedora/" @@ -856,13 +856,6 @@ msgstr "UUID:" msgid "Unable to change MaxMemorySize" msgstr "Ne mogu da izmenim najveću količinu memorije" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "Nije moguće otvoriti putanju nadgledanja %s" - -msgid "Unable to put monitor into non-blocking mode" -msgstr "Nije moguće postaviti nadgledanje u neblokirajući režim" - msgid "Unable to set monitor close-on-exec flag" msgstr "" "Nije moguće postaviti zastavicu za nadgledanje zatvaranja-pri-izvršavanju" @@ -1349,9 +1342,6 @@ msgstr "dobavi statistiku blok uređaja za domen" msgid "get network interface stats for a domain" msgstr "dobavi statistiku mrežne sprege za domen" -msgid "getting time of day" -msgstr "dobavljam vreme dana" - msgid "gracefully shutdown a domain" msgstr "ljubazno ugasi domen" @@ -1944,10 +1934,6 @@ msgstr "nepoznata vrsta „%s“" msgid "unsupported authentication type %d" msgstr "nepodržana vrsta autentifikacije %d" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "nije podržana vrsta diska „%s“" - #, c-format msgid "unsupported input bus %s" msgstr "magistrala za unos %s nije podržana" diff --git a/po/sv.mini.po b/po/sv.mini.po index 6e4f802fdf..99cc2b0a0b 100644 --- a/po/sv.mini.po +++ b/po/sv.mini.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2017-02-26 05:02+0000\n" "Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/libvirt/language/" @@ -122,15 +122,6 @@ msgstr "--%s <sträng>" msgid "--format only works with --memory-only" msgstr "--format fungerar endast med --memory-only" -msgid "Address family for hostname not supported" -msgstr "Adressfamiljen för värdnamnet stödjs inte" - -msgid "All requests done" -msgstr "Alla begäran klara" - -msgid "Argument buffer too small" -msgstr "Argumentbufferten är för liten" - msgid "Attach device from an XML <file>." msgstr "Anslut enhet från en XML <fil>." @@ -140,15 +131,9 @@ msgstr "Anslut ny diskenhet." msgid "Attach new network interface." msgstr "Anslut nytt nätverksgränssnitt." -msgid "Authentication failed" -msgstr "Autentisering misslyckades" - msgid "Autostart" msgstr "Autostart" -msgid "Bad value for ai_flags" -msgstr "Felaktigt värde för ai_flags" - msgid "CPU Affinity:" msgstr "CPU-släktskap:" @@ -357,12 +342,6 @@ msgstr "Domän återställd från %s\n" msgid "Driver state initialization failed" msgstr "Initiering av drivrutinstillstånd misslyckades" -msgid "Error parsing 'path'. Invalid characters." -msgstr "Fel vid tolkning av ”path”. Ogiltiga tecken." - -msgid "Error while opening SSH session." -msgstr "Fel när SSH-session öppnades." - msgid "Error while reading the domain name" msgstr "Fel när domännamnet lästes" @@ -584,9 +563,6 @@ msgstr "Gränssnittet %s förstört\n" msgid "Interface %s started\n" msgstr "Gränssnitt %s startat\n" -msgid "Interrupted by a signal" -msgstr "Avbröts av en signal" - msgid "Invalid CPU feature name" msgstr "Ogiltigt CPU-funktionsnamn" @@ -651,9 +627,6 @@ msgstr "Felaktig målförskjutning för hyra %s" msgid "Max memory:" msgstr "Max minne:" -msgid "Memory allocation failure" -msgstr "Minnesallokeringsfel" - msgid "Memory size:" msgstr "Minnesstorlek:" @@ -700,9 +673,6 @@ msgstr "Källtjänstattribut saknas för teckenenhet" msgid "Model name contains invalid characters" msgstr "Modellnamnet innehåller ogiltiga tecken" -msgid "Monitor does not support sending of file descriptors" -msgstr "Övervakningen stödjer inte att skicka filidentifierare" - msgid "NUMA cell number" msgstr "NUMA-cellnummer:" @@ -715,9 +685,6 @@ msgstr "NUMA oanvänt minne" msgid "Name" msgstr "Namn" -msgid "Name or service not known" -msgstr "Namnet eller tjänsten inte känd" - msgid "Name:" msgstr "Namn:" @@ -780,9 +747,6 @@ msgstr "" msgid "No <source> 'port' attribute specified with socket interface" msgstr "Inget <source> ”port”-attribut angivet med uttagsgränssnitt" -msgid "No address associated with hostname" -msgstr "Ingen adress associerad med värdnamnet" - msgid "No error message provided" msgstr "Inget felmeddelande gavs" @@ -798,9 +762,6 @@ msgstr "Icke annullerbar uppgift blockeras av en obesvarad fråga" msgid "Non-empty feature list specified without CPU model" msgstr "Icke-tom lista över funktioner angiven utan CPU-modell" -msgid "Non-recoverable failure in name resolution" -msgstr "Irreparabelt misslyckande i namnuppslagning" - msgid "OS Type:" msgstr "OS-typ:" @@ -819,9 +780,6 @@ msgstr "Skriv ut domäninformationen som en XML-dump till stdout." msgid "Output the network information as an XML dump to stdout." msgstr "Skriv ut nätverksinformationen som en XML-dump till stdout." -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI-värdenheter måste använda adresstypen ”pci”" - msgid "POST operation failed" msgstr "POST-operation misslyckades" @@ -829,9 +787,6 @@ msgstr "POST-operation misslyckades" msgid "POST operation failed: %s" msgstr "POST-operation misslyckades: %s" -msgid "Parameter string not correctly encoded" -msgstr "Parametersträngen är inte korrekt kodad" - #, c-format msgid "Path %s too long for unix socket" msgstr "Sökvägen %s är för lång för unix-uttag" @@ -851,20 +806,10 @@ msgstr "Sätt fast domän VCPU:er till värdens fysiska CPU:er." msgid "Pool %s has been undefined\n" msgstr "Pool %s har blivit odefinierad\n" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"Kanske har du inte IBM Tools installerat på din LPAR. Kontakta din support " -"för att aktivera denna funktion." - #, c-format msgid "Process %d %p %p [[[[%s]]][[[%s]]]" msgstr "Process %d %p %p [[[[%s]]][[[%s]]]" -msgid "Processing request in progress" -msgstr "Behandling av begäran pågår" - #, c-format msgid "QueryPerf returned object with unexpected type '%s'" msgstr "QueryPerf returnerade objektet med oväntade typ ”%s”" @@ -872,12 +817,6 @@ msgstr "QueryPerf returnerade objektet med oväntade typ ”%s”" msgid "RPC error" msgstr "RPC-fel" -msgid "Request canceled" -msgstr "Begäran avbröts" - -msgid "Request not canceled" -msgstr "Begäran avbröts inte" - #, c-format msgid "" "Requested number of virtual CPUs is greater than max allowable number of " @@ -926,9 +865,6 @@ msgstr "Kör hypervisor: %s %d.%d.%d\n" msgid "Scheduler" msgstr "Schemaläggare" -msgid "Servname not supported for ai_socktype" -msgstr "Servernamnet stödjs inte för ai_socktype" - msgid "Show maximum number of virtual CPUs for guests on this connection." msgstr "" "Visa maximala antalet virtuella processorer för gästerna på denna anslutning." @@ -948,9 +884,6 @@ msgstr "Tillstånd:" msgid "Suspend a running domain." msgstr "Suspendera en körande domän." -msgid "System error" -msgstr "Systemfel" - #, c-format msgid "Target CPU arch %s does not match source %s" msgstr "Mål-CPU-arkitekturen %s stämmer inte med källan %s" @@ -1005,9 +938,6 @@ msgstr "Mål-sysinfo %s matchar inte källan %s" msgid "Target sysinfo does not match source" msgstr "Mål-sysinfo matchar inte källan" -msgid "Temporary failure in name resolution" -msgstr "Tillfälliga fel i namnuppslagning" - msgid "This type of disk cannot be hot unplugged" msgstr "Denna typ av disk kan inte tas bort under drift" @@ -1043,22 +973,6 @@ msgstr "UUID:" msgid "Unable to change MaxMemorySize" msgstr "Kan inte ändra MaxMemorySize" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "Kan inte skapa volym: %s" - -msgid "Unable to create new virtual adapter" -msgstr "Kan inte skapa en nya virtuell adapter" - -msgid "Unable to get VIOS name" -msgstr "Kan inte få tag i VIOS-namn" - -msgid "Unable to get VIOS profile name." -msgstr "Kan inte få tag i VIOS-profilnamn." - -msgid "Unable to get free slot number" -msgstr "Kan inte få fram antal fria platser" - msgid "Unable to get local socket name" msgstr "Kan inte få lokalt uttagsnamn" @@ -1071,10 +985,6 @@ msgstr "Kan inte initiera certifikat" msgid "Unable to load certificate" msgstr "Kan inte ladda certfikat" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "Ken inte öppna övervakningssökvägen %s" - msgid "Unable to query kqueue" msgstr "Kan inte fråga kqueue" @@ -1098,10 +1008,6 @@ msgstr "Oväntad CPU-funktionspolicy %d" msgid "Unexpected CPU match policy %d" msgstr "Oväntad CPU-matchningspolicy %d" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "Ohanterat händelse %d för att övervaknings-fb %d" - msgid "Unknown" msgstr "Okänd" @@ -1171,12 +1077,6 @@ msgstr "XML-fil" msgid "active" msgstr "aktiv" -msgid "ai_family not supported" -msgstr "ai_family stödjs inte" - -msgid "ai_socktype not supported" -msgstr "ai_socktype stödjs inte" - msgid "attach device from an XML file" msgstr "anslut enhet från en XML-fil" @@ -1617,9 +1517,6 @@ msgstr "hämta enhetsblocks-statistik för en domän" msgid "get network interface stats for a domain" msgstr "hämta nätverksgränssnitt-statistik för en domän" -msgid "getting time of day" -msgstr "hämtar tid på dygnet" - msgid "gracefully shutdown a domain" msgstr "stäng snällt ned en domän" diff --git a/po/ta.mini.po b/po/ta.mini.po index b8db1d6271..7759f99dfa 100644 --- a/po/ta.mini.po +++ b/po/ta.mini.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-03-04 01:18+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Tamil (http://www.transifex.com/projects/p/libvirt/language/" @@ -450,10 +450,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s'" msgstr "'%s'" @@ -753,9 +749,6 @@ msgstr "இந்த டொமைனுக்கு செயலில் உள msgid "Active:" msgstr "செயலிலுள்ளது:" -msgid "Address family for hostname not supported" -msgstr "வழங்கிப் பெயருக்கு முகவரி குடும்பத்தை அமைக்க ஆதரவில்லை" - msgid "Advice from numad is needed in case of automatic numa placement" msgstr "தானியக்க numa பிளேஸ்மென்ட்டாக இருந்தால் numad இடமிருந்து அறிவுரை தேவை" @@ -765,10 +758,6 @@ msgstr "" "கோரை டம்ப் செய்த பிறகு, டொமைன் '%d' ஐ libxenlight கொண்டு மீண்டும் தொடங்குவதில் " "தோல்வியடைந்தது" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "ஏஜன்ட் பாதை %s ஆனது இலக்கிற்கு மிகப் பெரியதாக உள்ளது" - msgid "All identities provided by the SSH Agent were rejected" msgstr "SSH ஏஜன்ட் வழங்கிய அனைத்து அடையாளங்களும் நிராகரிக்கப்பட்டன" @@ -778,9 +767,6 @@ msgid "" msgstr "" "சான்றளிப்புகளுடன் வழங்கப்பட்ட அனைத்து அங்கீகரிப்பு முறைகளையும் சேவையகம் நிராகரித்துவிட்டது" -msgid "All requests done" -msgstr "எல்லா கோரிக்கைகளும் முடிந்தது" - msgid "Allocation" msgstr "ஒதுக்கீடு" @@ -811,9 +797,6 @@ msgstr "" "memnode கூறில் உள்ள 'cellid' மதிப்புரு முன்பே உள்ள விருந்தினரின் NUMA கலத்திற்கு " "உரியதாக இருக்க வேண்டும்" -msgid "Argument buffer too small" -msgstr "ஆர்குமென்ட் பஃபர் மிகச் சிறியது" - msgid "Arguments must be non null" msgstr "சரிசெய்தல் மதிப்பு பூச்சியமாக இருக்கக்கூடாது" @@ -869,9 +852,6 @@ msgstr "NAT '%s' க்கு முயற்சிக்கப்பட்ட msgid "Attribute mode is only allowed for guest CPU" msgstr "விருந்தினர் CPU க்கு மட்டுமே பண்புருப் பயன்முறை அனுமதிக்கப்படும்" -msgid "Authentication failed" -msgstr "அங்கீகாரம் செயலிழக்கப்பட்டது" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -911,9 +891,6 @@ msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "" "பிணையம் '%s' இன் <forward> இல் உள்ள <nat> இல் ipv4 தொடக்க முகவரி '%s' சரியாக இல்லை" -msgid "Bad value for ai_flags" -msgstr "ai கொடிகளுக்கு மதிப்பு சரியில்லை (_f)" - msgid "Bad value for nativeMode" msgstr "nativeMode க்கு தவறான மதிப்பு" @@ -1221,18 +1198,12 @@ msgstr "மறுதுவக்க நிலைக் கோப்புப் msgid "Can't determine socket paths" msgstr "சாக்கெட் பாதைகளைத் தீர்மானிக்க முடியவில்லை" -msgid "Can't determine user directory" -msgstr "பயனர் கோப்பகத்தைத் தீர்மானிக்க முடியவில்லை" - msgid "Can't find prlctl command in the PATH env" msgstr "PATH env இல் prlctl கட்டளையைக் கண்டறிய முடியவில்லை" msgid "Can't initialize access manager" msgstr "அணுகல் நிர்வாகியைத் தொடக்க முடியவில்லை" -msgid "Can't initialize logging" -msgstr "பதிவுசெய்தலைத் துவக்க முடியவில்லை" - #, c-format msgid "Can't load config file: %s: %s" msgstr "அமைவாக்கக் கோப்பை ஏற்ற முடியவில்லை: %s: %s" @@ -1349,9 +1320,6 @@ msgstr "கோப்பு '%s' ஐ அணுக முடியவில்ல msgid "Cannot determine balloon device path" msgstr "பலூன் சாதனப் பாதையைத் தீர்மானிக்க முடியவில்லை" -msgid "Cannot determine free memory" -msgstr "காலி நினைவகத்தைத் தீர்மானிக்க முடியவில்லை" - msgid "Cannot determine system clock HZ" msgstr "கணினி கடிகாரம் HZ ஐத் தீர்மானிக்க முடியவில்லை" @@ -1552,10 +1520,6 @@ msgstr "கட்டுப்படுத்தி அட்டவணை %sஐ msgid "Cannot parse mode string" msgstr "பயன்முறை சரத்தைப் பாகுபடுத்த முடியாது" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "'%s' இல் இருந்து எண்ணைப் பாகுபடுத்த முடியாது" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "சாக்கெட் முகவரி '%s' ஐ பாகுபடுத்த முடியவில்லை: %s" @@ -1748,9 +1712,6 @@ msgstr "தரவை எழுத முடியவில்லை" msgid "Capacity" msgstr "திறன்" -msgid "Capacity cannot be empty." -msgstr "கொள்ளளவு வெற்றாக இருக்கலாகாது." - msgid "Capacity:" msgstr "கொள்ளளவு:" @@ -2025,10 +1986,6 @@ msgstr "நினைவக அளவுருக்களை மாற்ற ம msgid "Could not change scheduler parameters: %s" msgstr "ஷெட்யூலர் அளவுருக்களை மாற்ற முடியவில்லை: %s" -#, c-format -msgid "Could not close %s" -msgstr "%s ஐ மூட முடியவில்லை" - msgid "Could not configure network" msgstr "பிணையத்தை கட்டமைப்பை முடியவில்லை" @@ -2049,14 +2006,6 @@ msgstr "கட்டமைக்கப்பட்ட முன்னிரு msgid "Could not copy volume: %s" msgstr "பிரிவகத்தை நகலெடுக்க முடியவில்லை: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "அமர்வு நேர்வைத் தொடங்க முடியவில்லை, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "VirtualBox நேர்வை உருவாக்க முடியவில்லை, rc = 0x%08x" - msgid "Could not create filter" msgstr "வடிப்பானை உருவாக்க முடியவில்லை" @@ -2093,9 +2042,6 @@ msgstr "இழுத்தல் பதிலளிப்பு உருப் msgid "Could not destroy domain: %s" msgstr "டொமைனை அழிக்க முடியவில்லை: %s" -msgid "Could not determine home directory" -msgstr "இல்லக் கோப்பகத்தைத் தீர்மானிக்க முடியவில்லை" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "சரம் %s இலிருந்து கெர்னல் பதிப்பைத் தீர்மானிக்க முடியவில்லை" @@ -2466,10 +2412,6 @@ msgstr "'%2$s' க்கு 'bonding/use_carrier' '%1$s' ஐ பாகுபட msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "'%s' க்கு 'bonding/stp_state' '%s' ஐ பாகுபடுத்த முடியவில்லை" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "'%s' இலிருந்து IID ஐ பாகுபடுத்த முடியவில்லை, rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "MTU மதிப்பு '%s' ஐப் பாகுபடுத்த முடியவில்லை" @@ -2517,14 +2459,6 @@ msgstr "usb கோப்பு %sஐ இடைநிறுத்த முடி msgid "Could not parse valid disk index from '%s'" msgstr "'%s' இலிருந்து சரியான வட்டு அட்டவணையைப் பாகுபடுத்த முடியவில்லை" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "'%s' இல் இருந்து பதிப்பு எண்ணைப் பாகுபடுத்த முடியவில்லை" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "பதிவக மதிப்பு '%s\\%s' ஐ வினவ முடியவில்லை" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "கன்டெய்னர் %2$d க்கான அமைவாக்கத்தில் இருந்து '%1$s' ஐ வாசிக்க முடியவில்லை" @@ -2680,9 +2614,6 @@ msgstr "வட்டு முகவரியை சரிபார்க்க msgid "Could not wipe volume: %s" msgstr "பிரிவகத்தை வைப்பவுட் செய்ய முடியவில்லை: %s" -msgid "Could not write to stream" -msgstr "ஸ்ட்ரீமில் எழுத முடியவில்லை" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "சாதனம் '%s' க்கு '%s' என்ற பாதையில் பூட்டுக் கோப்பை உருவாக்க முடியவில்லை" @@ -3155,9 +3086,6 @@ msgstr "" "டொமைன் XML இல் கோப்பு அடிப்படையிலான வட்டு இயக்கிகள் எதுவும் இல்லை, தரவகத்தையும் VMX " "கோப்புக்கான பாதையையும் பெற முடியவில்லை" -msgid "Domain XML must contain at least one <disk> element." -msgstr "டொமைன் XML குறைந்த பட்சம் ஒரு <disk> புலத்தைக் கொண்டிருக்க வேண்டும்." - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "டொமைன் ஏற்கனவே உள்ளது, ஏற்கனவே உள்ள டொமைனைத் திருத்தும் வசதி இன்னும் இல்லை" @@ -3397,12 +3325,6 @@ msgstr "பிழை அறிவிப்பு கால்பேக் கண msgid "Error opening file %s" msgstr "கோப்பு %s ஐத் திறக்கையில் பிழை" -msgid "Error parsing 'path'. Invalid characters." -msgstr "'பாதையை' பகுப்பதில் பிழை. தவறான எழுத்துக்கள்." - -msgid "Error parsing volume XML." -msgstr "பிரிவகம் XML ஐப் பாகுபடுத்துவதில் பிழை." - #, c-format msgid "Error reading secret: %s" msgstr "இரகசியத்தை வாசிப்பதில் பிழை: %s" @@ -3414,13 +3336,6 @@ msgstr "ஃபயர்வாலை கட்டமைக்கையில் msgid "Error while building firewall: %s" msgstr "ஃபயர்வாலை கட்டமைக்கையில் பிழை: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "%s முகவரி தகவலை பெறும் போது பிழை" - -msgid "Error while opening SSH session." -msgstr "SSH அமர்வு திறப்பதில் பிழை." - msgid "Error while processing command's IO" msgstr "கட்டளையின் IO ஐ செயலாக்கும் போது பிழை" @@ -3433,10 +3348,6 @@ msgstr "/proc/cgroups ஐ படிக்கும்போது பிழை" msgid "Error while reading the domain name" msgstr "டொமைன் பெயரைப் படிக்கையில் பிழை" -#, c-format -msgid "Escape character is %s\n" -msgstr "எஸ்கேப் எழுத்து %s ஆகும்\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "ஈத்தர்னெட் கன்ட்ரோலர் அட்டவணை %d ஆனது [0..3] வரம்பைத் தாண்டி உள்ளது" @@ -3842,10 +3753,6 @@ msgstr "கிளையமைப்பு பட்டியலிடுதல msgid "Failed to connect socket to '%s'" msgstr "சாக்கெட்டை '%s' உடன் இணைப்பதில் தோல்வி" -#, c-format -msgid "Failed to connect to %s" -msgstr "%s உடன் இணைக்க முடியவில்லை" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "தொலைநிலை libvirtd URI %s க்கு இணைக்க முடியவில்லை: %s" @@ -3948,9 +3855,6 @@ msgstr " %s லிருந்து பிணையத்தை உருவா msgid "Failed to create node device from %s" msgstr " %s லிருந்து முனை சாதனத்தை உருவாக்க முடியவில்லை" -msgid "Failed to create pipe" -msgstr "பைப் உருவாக்க முடியவில்லை" - #, c-format msgid "Failed to create pool %s" msgstr "தொகுப்பகம் %sஐ உருவாக்க முடியவில்லை" @@ -4672,10 +4576,6 @@ msgstr "PCI கட்டமை இடத்தை %sக்காக வாசி msgid "Failed to read file '%s'" msgstr "கோப்பு '%s'ஐ வாசிக்க முடியவில்லை" -#, c-format -msgid "Failed to read from %s" -msgstr "%s லிருந்து வாசிப்பதில் தோல்வி" - msgid "Failed to read from signal pipe" msgstr "சிக்னல் பைப்பிலிருந்து வாசிப்பதில் தோல்வி" @@ -5123,9 +5023,6 @@ msgstr "தோல்வியடைந்தது." msgid "Failure action %s is not supported by sanlock" msgstr "sanlock தோல்வி செயல் %s ஐ ஆதரிக்காது" -msgid "Failure establishing SSH session." -msgstr "SSH அமர்வு திறப்பதில் பிழை" - msgid "Failure to mask address" msgstr "முகவரியை மாஸ்க் செய்வதில் தோல்வி" @@ -5145,11 +5042,6 @@ msgstr "தோற்றம் %s கோரப்படுவதின் பட msgid "Field '%s' too long for destination" msgstr "இலக்குக்கு, புலம் '%s' மிக நீளமானது" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "" -"டொமைன் XML கோப்பில் உள்ள <disk> க்குக் கீழான புலம் <src> இல்லை அல்லது தவறான மதிப்பைக் " -"கொண்டுள்ளது." - msgid "Field kernel memory too long for destination" msgstr "கெர்னல் நினைவகம் என்ற புலம் இலக்குக்கு மிக நீளமானதாக உள்ளது" @@ -5268,9 +5160,6 @@ msgstr "GET செயற்பாடு செயலிழக்கப்பட msgid "GNUTLS call error" msgstr "GNUTLS அழைப்பு பிழை" -msgid "GNUTLS support not available in this build" -msgstr "இந்த பில்டில் GNUTLS ஆதரவு கிடையாது" - msgid "Get block device size info for a domain." msgstr "ஒரு டொமனுக்கு ப்ளாக் சாதன அளவு தகவலைப் பெறு." @@ -5697,9 +5586,6 @@ msgid "" msgstr "" "இடைமுக வகை தற்போது hostdev SR-IOV மெய்நிகர் செயலம்சங்களில் ஆதரிக்கப்படுகிறதுonly" -msgid "Interrupted by a signal" -msgstr "ஒரு சிக்னல் குறுக்கிட்டது" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "vlan <tag> கூறில் செல்லுபடியாகாத \"nativeMode='%s'\"" @@ -6252,10 +6138,6 @@ msgstr "கெர்னல் தனிப்பட்ட devpts ஐ ஆதர msgid "Kernel doesn't support user namespace" msgstr "கெர்னல் பயனர் பெயரிடைவெளியை ஆதரிக்காது" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "" -"விசையானது காலியாக இருக்க வேண்டும், பவர் ஹைப்பர்வைசர் உங்களுக்காக ஒன்றை உருவாக்கும்." - msgid "Key of the current session differs from the key at last login" msgstr "" "தற்போதைய அமர்வின் விசையானது கடந்த புகுபதிவில் இருந்த விசையிலிருந்து வேறுபடுகிறது" @@ -6389,10 +6271,6 @@ msgstr "" "'uri_aliases' அமைவாக்க உள்ளீடு '%s' வடிவம் தவறானது, எதிர்பார்க்கப்பட்டது 'alias=uri://" "host/path'" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "தவறாக வடிவமைக்கப்பட்ட TLS ஒயிட்லிஸ்ட் சுருங்குறித் தொடர் '%s'" - #, c-format msgid "Malformed ctrl-alt-del setting '%s'" msgstr "தவறாக வடிவமைக்கப்பட்ட ctrl-alt-del அமைப்புகள் '%s'" @@ -6448,9 +6326,6 @@ msgstr "அதிகபட்ச நினைவகம்:" msgid "Memory '%llu' must be less than %llu" msgstr "நினைவகம் '%llu' ஆனது %llu ஐ விடக்குறைவாக இருக்க வேண்டும்" -msgid "Memory allocation failure" -msgstr "நினைவக ஒதுக்கீட்டில் தோல்வி" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -6919,9 +6794,6 @@ msgstr "மாதிரி %s ஆனது இலக்கிற்கு மி msgid "Model name contains invalid characters" msgstr "மாதிரி பெயர் தவறான எழுத்துக்களை கொண்டுள்ளது" -msgid "Monitor does not support sending of file descriptors" -msgstr "கோப்பு விவரிப்புகளை அனுப்புவதை மானிட்டர் ஆதரிக்காது" - #, c-format msgid "Monitor path %s too big for destination" msgstr "கணினி பாதை %s இலக்கிற்கு மிகப் பெரியதாக உள்ளது" @@ -7022,9 +6894,6 @@ msgstr "பெயர்" msgid "Name of chain is longer than %u characters" msgstr "சங்கிலியின் பெயர் %u எழுத்தை விட அதிக நீளமாக உள்ளது" -msgid "Name or service not known" -msgstr "பெயர் அல்லது சேவை தெரியாத ஒன்று" - msgid "Name:" msgstr "பெயர்:" @@ -7208,9 +7077,6 @@ msgstr "PCI பஸ்கள் கிடைக்கவில்லை" msgid "No active operation on device: %s" msgstr "சாதனத்தில் செயலில் உள்ள செயல் எதுவும் இல்லை: %s" -msgid "No address associated with hostname" -msgstr "வழங்கி பெயருடன் இணைந்த முகவரி இல்லை" - #, c-format msgid "No args present for signature %s" msgstr "கையொப்பம் %s க்கு மதிப்புருக்கள் இல்லை" @@ -7402,9 +7268,6 @@ msgstr "ரத்துசெய்யத்தகாத பணியானத msgid "Non-empty feature list specified without CPU model" msgstr "CPU மாதிரி இல்லாத காலியான தோற்ற பட்டியல் குறிப்பிடப்படுகிறது" -msgid "Non-recoverable failure in name resolution" -msgstr "பெயர் தீர்மானித்தலில் தீர்க்கமுடியாத தோல்வி" - msgid "None" msgstr "ஒன்றுமில்லாத" @@ -7499,12 +7362,6 @@ msgstr "%d CPUகள் மட்டுமே காண்பிக்கக் msgid "Only '%s' filesystem type is supported" msgstr "'%s' வகை கோப்பு முறைமை மட்டுமே ஆதரிக்கப்படும்" -msgid "Only 'credit' scheduler is supported" -msgstr "'credit' ஷெட்யூலர் மட்டுமே ஆதரிக்கப்படும்" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "'scsi_host' அடாப்டர் மட்டுமே ஆதரிக்கப்படும்" - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "iptables உடன் IPv4 அல்லது IPv6 முகவரிகள் மட்டுமே பயன்படுத்தப்பட முடியும்" @@ -7686,9 +7543,6 @@ msgstr "" msgid "PCI device %s is not assignable" msgstr "PCI சாதனம் %s ஆனது நிர்ணயிக்கத்தக்கதாக இல்லை" -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI புரவலச் சாதனங்கள் 'pci' முகவரி வகையில் மட்டுமே பயன்படுத்தப்படும்" - msgid "POST operation failed" msgstr "POST செயற்பாடு செயலிழக்கப்பட்டது" @@ -7711,9 +7565,6 @@ msgstr "அளவுரு '%s' ஒரு சரமல்ல" msgid "Parameter '%s' is not supported by this kernel" msgstr "அளவுரு '%s' ஆனது இந்த கெர்னலில் ஆதரிக்கப்படாது" -msgid "Parameter string not correctly encoded" -msgstr "அளவுரு சரம் சரியாக குறியாக்கப்படவில்லை" - msgid "Parent" msgstr "தாய் உறுப்பு" @@ -7889,20 +7740,6 @@ msgstr "ஒரு அடிப்படை படத்திலிருந் msgid "Port profile Associate failed for %s" msgstr "%s க்கு போர்ட் ப்ரொஃபைல் அசோசியேட் தோல்வி" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"அநேகமாக உங்கள் LPAR இல் IBM கருவிகள் நிறுவப்படாமல் இருக்கலாம். இந்த வசதியை செயல்படுத்த " -"உங்கள் ஆதரவு நிபுணர்களைத் தொடர்புகொள்ளவும்." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"அநேகமாக உங்கள் LPAR இல் IBM கருவிகள் நிறுவப்படாமல் இருக்கலாம். இந்த வசதியை செயல்படுத்த " -"உங்கள் ஆதரவு நிபுணர்களைத் தொடர்புகொள்ளவும்." - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "தயாரான Tunnel அழைத்தது ஆனால் TUNNELLED கொடி அமைக்கப்படவில்லை" @@ -7960,9 +7797,6 @@ msgstr "இந்த ஃப்ளாட்பார்மில் செயற msgid "Processes %d refused to die" msgstr "செயலாக்கங்கள் %d முடிய மறுத்துவிட்டன" -msgid "Processing request in progress" -msgstr "கோரிக்கையைச் செயல்படுத்துகிறது" - msgid "" "Property 'guest-stats-polling-interval' not found on memory balloon driver." msgstr "நினைவக பலூன் இயக்கியில் பண்பு 'guest-stats-polling-interval' காணப்படவில்லை." @@ -8102,14 +7936,6 @@ msgstr "%d ஸ்னாப்ஷாட்டுகள் இருக்கு msgid "Refusing to undefine while domain managed save image exists" msgstr "டொமைன் நிர்வகிக்கும் சேமி படம் இருக்கையில் வரையறை நீக்க மறுக்கிறது" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "பதிவக மதிப்பு '%s\\%s' இல் எதிர்பாராத வகை உள்ளது" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "பதிவக மதிப்பு '%s\\%s' மிக சிறியதாக உள்ளது" - #, c-format msgid "Remote command terminated with non-zero code: %d" msgstr "தொலைநிலை கட்டளை பூச்சியமல்லாத குறியீட்டுடன் முடிக்கப்பட்டது: %d" @@ -8141,12 +7967,6 @@ msgstr "சேமிக்கப்பட்ட நிலை கோப்பு msgid "Reply message incorrect" msgstr "பதிலளிப்பு செய்தி தவறு" -msgid "Request canceled" -msgstr "கோரிக்கை ரத்து செய்யப்பட்டது" - -msgid "Request not canceled" -msgstr "கோரிக்கை ரத்து செய்யப்படவில்லை" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "" @@ -8518,9 +8338,6 @@ msgstr "இந்த சாக்கெட்டில் கோப்பு வ msgid "Serial port index %d out of [0..3] range" msgstr "சீரியல் முனைய அட்டவணை %d ஆனது [0..3] வரம்பைத் தாண்டியுள்ளது" -msgid "Servname not supported for ai_socktype" -msgstr "ai சாக்கெட் வகைக்கு சேவையகப் பெயர் ஆதரவில்லை (_s)" - msgid "Set a secret value." msgstr "ஒரு இரகசிய மதிப்பை அமை." @@ -8847,9 +8664,6 @@ msgstr "சேமிப்பக தொகுதி இல்லை" msgid "Storage volume not found: %s" msgstr "சேமிப்பக தொகுதி இல்லை: %s" -msgid "StoragePool name already exists." -msgstr "StoragePool பெயர் ஏற்கனவே உள்ளது." - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "" @@ -8908,9 +8722,6 @@ msgstr "" "இடைநிறுத்தும். (குறிப்பு: இதற்கு விருந்தினர் ஏஜன்ட் அமைவாக்கம் செய்யப்பட்டு விருந்தினர் OS " "இல் இயங்கிக்கொண்டு இருக்க வேண்டியது அவசியம்)." -msgid "System error" -msgstr "கணினி பிழை" - msgid "System is in use" msgstr "கணினி பயன்பாட்டில் உள்ளது" @@ -9323,9 +9134,6 @@ msgstr "இலக்கு வீடியோ கார்டு vram %u ஆன msgid "Target watchdog model %s does not match source %s" msgstr "இலக்கு watchdog மாடல் %s ஆனது மூலம் %s உடன் பொருந்தவில்லை" -msgid "Temporary failure in name resolution" -msgstr "பெயர் தீர்மானித்தலில் தற்காலிகத் தோல்வி" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -9662,9 +9470,6 @@ msgstr "" msgid "Type='%s' unsupported for <interface type='vhostuser'>" msgstr "<interface type='vhostuser'> க்கு Type='%s' ஆதரவில்லை" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "UNIX டொமைன் சாக்கெட்டுகள் இந்த இயங்கு தளத்தில் ஆதரிக்கப்படாது" - msgid "UNIX sockets are not supported on this platform" msgstr "UNIX சாக்கெட்டுகள் இந்த இயங்கு தளத்தில் ஆதரிக்கப்படாது" @@ -9730,9 +9535,6 @@ msgstr "'%s' க்கான ஸ்ட்ரீமை அணுக முடி msgid "Unable to acquire lock on '%s'" msgstr "'%s' இல் லாக்கைப் பெற முடியவில்லை" -msgid "Unable to add LPAR to the table" -msgstr "LPAR ஐ அட்டவணையில் சேர்க்க முடியவில்லை" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "பிரிட்ஜ் %s முனையம் %s ஐச் சேர்க்க முடியவில்லை" @@ -9740,10 +9542,6 @@ msgstr "பிரிட்ஜ் %s முனையம் %s ஐச் சேர msgid "Unable to add epoll fd" msgstr "epoll fd ஐ சேர்க்க முடியவில்லை" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "ஹேன்டில் '%d' ஐ நிகழ்வு லூப்பில் சேர்க்க முடியவில்லை" - #, c-format msgid "Unable to add lockspace %s" msgstr "லாக்ஸ்பேஸ் %s ஐ சேர்க்க முடியவில்லை" @@ -9879,21 +9677,9 @@ msgstr "JSON ஃபார்மேட்டரை உருவாக்க ம msgid "Unable to create JSON parser" msgstr "JSON பாகுபடுத்தியை உருவாக்க முடியவில்லை" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "LPAR ஐ உருவாக்க முடியவில்லை. காரணம்: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "சேமிப்பக தொகுப்பகத்தை உருவாக்க முடியவில்லை: %s" - msgid "Unable to create TAP devices on this platform" msgstr "இந்த இயங்குதளத்தில் TAP சாதனங்களை உருவாக்க முடியவில்லை" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "பிரிவகத்தை உருவாக்க முடியவில்லை: %s" - msgid "Unable to create blkid library handle" msgstr "blkid தரவக ஹேன்டிலை உருவாக்க முடியவில்லை" @@ -9933,15 +9719,6 @@ msgstr "" msgid "Unable to create migration thread" msgstr "இடப்பெயர்ப்பு தொடரிழையை உருவாக்க முடியவில்லை" -msgid "Unable to create new virtual adapter" -msgstr "புதிய மெய்நிகர் அடாப்ட்டரை உருவாக்க முடியவில்லை" - -msgid "Unable to create pipe" -msgstr "பைப்யை உருவாக்க முடியவில்லை" - -msgid "Unable to create signal pipe" -msgstr "சிக்னல் பைப்பை உருவாக்க முடியவில்லை" - msgid "Unable to create socket" msgstr "சாக்கெட்டை உருவாக்க முடியவில்லை" @@ -9985,62 +9762,13 @@ msgstr "லாக்ஸ்பேஸ் வளம் %s ஐ நீக்க ம msgid "Unable to delete port %s from OVS" msgstr "முனையம் %s ஐ OVS இலிருந்து அழிக்க முடியவில்லை" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "சேமிப்பக தொகுப்பகத்தை அழிக்க முடியவில்லை: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "%s க்கான கோப்புமுறைமையைக் கண்டறிய முடியவில்லை" -msgid "Unable to determine config directory" -msgstr "அமைவாக்கக் கோப்பகத்தைத் தீர்மானிக்க முடியவில்லை" - -msgid "Unable to determine domain's CPU." -msgstr "டொமைனின் CPU வைத் தீர்மானிக்க முடியவில்லை." - -msgid "Unable to determine domain's max memory." -msgstr "டொமைனின் அதிகபட்ச நினைவகத்தைத் தீர்மானிக்க முடியவில்லை." - -msgid "Unable to determine domain's memory." -msgstr "டொமைனின் நினைவகத்தைத் தீர்மானிக்க முடியவில்லை." - -msgid "Unable to determine domain's name." -msgstr "சேமிப்பக தொகுப்பகத்தின் டொமைனின் பெயரைத் தீர்மானிக்க முடியவில்லை." - -msgid "Unable to determine home directory" -msgstr "இல்லக் கோப்பகத்தைத் தீர்மானிக்க முடியவில்லை" - msgid "Unable to determine mount table on this platform" msgstr "இந்த இயங்குதளத்தில் மவுன்ட் டேபிளைத் தீர்மானிக்க முடியவில்லை" -msgid "Unable to determine number of domains." -msgstr "டொமைன்களின் எண்ணிக்கையைத் தீர்மானிக்க முடியவில்லை." - -msgid "Unable to determine storage pool's name." -msgstr "சேமிப்பக தொகுப்பகத்தின் பெயரைத் தீர்மானிக்க முடியவில்லை." - -msgid "Unable to determine storage pool's uuid." -msgstr "சேமிப்பக தொகுப்பகத்தின் uuis ஐத் தீர்மானிக்க முடியவில்லை." - -msgid "Unable to determine storage pools's size." -msgstr "சேமிப்பக தொகுப்பகத்தின் அளவைத் தீர்மானிக்க முடியவில்லை." - -msgid "Unable to determine storage pools's source adapter." -msgstr "சேமிப்பக தொகுப்பகத்தின் மூல அடாப்ட்டரைத் தீர்மானிக்க முடியவில்லை." - -msgid "Unable to determine storage sp's name." -msgstr "சேமிப்பக தொகுப்பகத்தின் sp இன் பெயரைத் தீர்மானிக்க முடியவில்லை." - -msgid "Unable to determine storage sp's uuid." -msgstr "சேமிப்பக தொகுப்பகத்தின் sp இன் uuid ஐத் தீர்மானிக்க முடியவில்லை." - -msgid "Unable to determine storage sps's size." -msgstr "சேமிப்பக தொகுப்பகத்தின் sp இன் அளவைத் தீர்மானிக்க முடியவில்லை." - -msgid "Unable to determine storage sps's source adapter." -msgstr "சேமிப்பக தொகுப்பகத்தின் sp இன் மூல அடாப்ட்டரைத் தீர்மானிக்க முடியவில்லை." - msgid "Unable to disable nagle algorithm" msgstr "nagle அல்காரிதத்தை முடக்க முடியவில்லை" @@ -10124,9 +9852,6 @@ msgstr "நேரத்தை வடிவமைக்க முடியவி msgid "Unable to generate diffie-hellman parameters: %s" msgstr "diffie-hellman அளவுருக்களை உருவாக்க முடியவில்லை: %s" -msgid "Unable to generate random uuid." -msgstr "எழுந்தமானமான uuid ஐ உருவாக்க முடியவில்லை." - msgid "Unable to get Capabilities" msgstr "திறப்பாடுகளைப் பெற முடியவில்லை" @@ -10154,12 +9879,6 @@ msgstr "இந்த இயங்குதளத்தில் %s இல் STP msgid "Unable to get STP on %s on this platform" msgstr "இந்த இயங்குதளத்தில் %s இல் STP ஐ பெற முடியவில்லை" -msgid "Unable to get VIOS name" -msgstr "VIOS பெயரைப் பெற முடியவில்லை" - -msgid "Unable to get VIOS profile name." -msgstr "VIOS விவரத்தொகுப்பின் பெயரைப் பெற முடியவில்லை." - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "இடைமுகம் %s க்கான VLAN ஐப் பெற முடியவில்லை" @@ -10196,9 +9915,6 @@ msgstr "செயற்களம் நிலையைப் பெற முட msgid "Unable to get free loop device via ioctl" msgstr "ioctl மூலம் தடையற்ற லூப் சாதனத்தைப் பெற முடியவில்லை" -msgid "Unable to get free slot number" -msgstr "காலி ஸ்லாட் எண்ணைப் பெற முடியவில்லை" - #, c-format msgid "Unable to get index for interface %s" msgstr "இடைமுகம் %s இன் அட்டவணையைப் பெற முடியவில்லை" @@ -10339,9 +10055,6 @@ msgstr "SELinux செயலாக்க சூழலைத் தேடிய msgid "Unable to make TAP device non-persistent" msgstr "TAP சாதனத்தை ஒரேநிலையல்லாததாக அமைக்க முடியவில்லை" -msgid "Unable to make pipe" -msgstr "பைப்பை செய்ய முடியவில்லை" - msgid "Unable to mark loop device as autoclear" msgstr "லூப் சாதனத்தை autoclear ஆக குறிக்க முடியவில்லை" @@ -10399,10 +10112,6 @@ msgstr "கோப்புமுறைமை %s ஐத் திறக்க ம msgid "Unable to open log file %s" msgstr "பதிவுக் கோப்பு %s ஐத் திறக்க இயலவில்லை" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "மானிட்டர் பாதை %sஐ திறக்க முடியவில்லை" - #, c-format msgid "Unable to open resource %s" msgstr "வளம் %s ஐ திறக்க முடியவில்லை" @@ -10462,9 +10171,6 @@ msgstr "ஒதுக்கீட்டளவைப் பாகுபடுத msgid "Unable to parse string parameter" msgstr "சர அளவுருவைப் பாகுபடுத்த முடியவில்லை" -msgid "Unable to poll on file handles" -msgstr "கோஒப்பு ஹேன்டில்களில் போல் செய்ய முடியவில்லை" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "chardev கோப்பு '%s' ஐ முன்-உருவாக்க முடியவில்லை" @@ -10473,9 +10179,6 @@ msgstr "chardev கோப்பு '%s' ஐ முன்-உருவாக் msgid "Unable to process file with flags %d" msgstr "கொடிகள் %d ஐக் கொண்ட கோப்பை செயலாக்க முடியவில்லை" -msgid "Unable to put monitor into non-blocking mode" -msgstr "non-blocking முறைமையில் மானிட்டரை போட முடியவில்லை" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "சான்றிதழ் %s அடிப்படைக் கட்டுப்பாடுகளை %s வினவ முடியவில்லை" @@ -10707,9 +10410,6 @@ msgstr "x509 சான்றிதழ் திரும்பப்பெறல msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "x509 விசை மற்றும் சான்றிதழை அமைக்க முடியவில்லை: %s: %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "எழுப்புதல் பைப்பை அமைக்க முடியவில்லை" - #, c-format msgid "Unable to split FD list '%s'" msgstr "FD பட்டியல் '%s' ஐப் பிரிக்க முடியவில்லை" @@ -10752,9 +10452,6 @@ msgstr "சேவையக சான்றிதழ் %s ஐ CA சான்ற msgid "Unable to wait for child process" msgstr "சேய் செயலாக்கத்திற்காக காத்திருக்க முடியவில்லை" -msgid "Unable to wait on agent monitor condition" -msgstr "ஏஜென்ட் மானிட்டர் நிலையில் காத்திருக்க முடியவில்லை" - msgid "Unable to wait on epoll" msgstr "epoll இல் காத்திருக்க முடியவில்லை" @@ -10774,9 +10471,6 @@ msgstr "வழங்கி கன்சோல் PTY ஐ கவனிக்க msgid "Unable to write %s" msgstr "%s ஐ எழுத முடியவில்லை" -msgid "Unable to write information to local file." -msgstr "உள்ளே உள்ள கோப்புக்கு தகவலை எழுத முடியவில்லை." - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "pid கோப்பு '%s/%s.pid' ஐ எழுத முடியவில்லை" @@ -10933,10 +10627,6 @@ msgstr "அம்சம் '%s' இன் எதிர்பாராத நி msgid "Unexpected volume path format: %s" msgstr "எதிர்பாராத பிரிவக பாதை வடிவம்: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "மானிட்டர் fd %2$d க்கு கையாளப்படாத நிகழ்வு %1$d" - msgid "Unknown" msgstr "தெரியாதது" @@ -11589,11 +11279,6 @@ msgstr "XML கனுவில் உரை இல்லை ஒரு xsd:dateTi msgid "XPath evaluation of response for call to '%s' failed" msgstr "'%s' க்கான அழைப்புக்கான பதிலளிப்புக் குறீயீட்டின் XPath மதிப்பீடு தோல்வியடைந்தது" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "" -"நீங்கள் CPU களின் எண்ணிக்கையை சாத்தியமுள்ள அதிகபட்ச மதிப்பை விடப் பெரியாத அமைக்க " -"முயற்சிக்கிறீர்கள்." - msgid "You must map the root user of container" msgstr "கன்டெய்னரின் ரூட் பயனரை நீங்கள் மேப் செய்தாக வேண்டும்" @@ -11707,12 +11392,6 @@ msgstr "மீட்டமைத்த பிறகு, நிலையை இ msgid "after reverting, change state to running" msgstr "மீட்டமைத்த பிறகு, நிலையை இயங்கும் நிலைக்கு மாற்று" -msgid "ai_family not supported" -msgstr "ai குடும்பத்திற்கு ஆதரவில்லை (_f)" - -msgid "ai_socktype not supported" -msgstr "ai சாக்கெட் வகைக்கு ஆதரவில்லை (_s)" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "லேசானதாக விட்டுவிடாமல் புதிய கொள்ளளவை ஒதுக்கீடு செய்யவும்" @@ -12295,9 +11974,6 @@ msgstr "libxenlight க்கான பதிவியை உருவாக் msgid "cannot create path '%s'" msgstr "'%s' பாதையை உருவாக்க முடியவில்லை" -msgid "cannot create pipe" -msgstr "பைப்பை உருவாக்க முடியவில்லை" - msgid "cannot create pipe for tunnelled migration" msgstr "டன்னல்டு இடப்பெயர்ப்புக்கு பைப்பை உருவாக்க முடியாது" @@ -12459,10 +12135,6 @@ msgstr "macvtap டேப்பில் உள்ள அம்ச கொடி msgid "cannot get file context of '%s'" msgstr "'%s' கோப்பின் சூழலை பெற முடியவில்லை" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "'%s' க்கான குழுப் பட்டியலைப் பெற முடியவில்லை" - msgid "cannot get host CPU capabilities" msgstr "புரவல CPU செயல்திறன்களைப் பெற முடியவில்லை" @@ -13554,10 +13226,6 @@ msgstr "Xen hypervisor உள்ளீட்டை பயன்படுத் msgid "could not use Xen hypervisor entry %s" msgstr "Xen hypervisor உள்ளீடு %sஐ பயன்படுத்த முடியவில்லை" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "pid கோப்பு '%s' கான %dஐ எழுத முடியவில்லை" - msgid "couldn't fetch array of leases" msgstr "குத்தகைகளின் அணிவரிசையைப் பெற முடியவில்லை" @@ -14189,9 +13857,6 @@ msgstr "டொமைனில் செயலிலுள்ள ஒரு தொ msgid "domain has assigned host devices" msgstr "டொமைன் வழங்கி சாதனங்களை நியமித்துள்ளது" -msgid "domain has assigned non-USB host devices" -msgstr "டொமைன் USB அல்லாத வழங்கி சாதனங்களை நியமித்துள்ளது" - msgid "domain has no snapshots" msgstr "டொமைனில் ஸ்னாப்ஷாட்டுகள் இல்லை" @@ -14797,9 +14462,6 @@ msgstr "SASL தரவை குறிநீக்கம் செய்வத msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "%s எனும் இடைமுகத்தை அழிப்பதில் (நிறுத்துவதில்) தோல்வியடைந்தது: %s%s%s" -msgid "failed to determine host name" -msgstr "புரவலன் பெயர் கண்டறிய முடியவில்லை" - msgid "failed to enable IP forwarding" msgstr "IP முன்னனுப்புதலை செயல்படுத்த முடியவில்லை" @@ -15221,9 +14883,6 @@ msgstr "SSH வழங்கி விசையை மதிப்பீடு msgid "failed to wait on condition" msgstr "கட்டளைக்கு காத்திருக்க முடியவில்லை" -msgid "failed to wake up polling thread" -msgstr "போலிங் தொடரிழையை எழுப்புவதில் தோல்வி" - msgid "failed to wakeup migration tunnel" msgstr "இடப்பெயர்ப்பு டனெலை எழுப்புவதில் தோல்வியடைந்தது" @@ -15483,9 +15142,6 @@ msgstr "இயங்கும் டொமைனிலிருந்து ம msgid "get/set value to be used on next boot" msgstr "அடுத்த பூட்டில் பயன்படுத்த வேண்டிய மதிப்பைப் பெறு/அமை" -msgid "getting time of day" -msgstr "நாளின் நேரத்தைப் பெறுகிறது" - msgid "given uuid does not match XML uuid" msgstr "கொடுக்கப்பட்ட uuid ஆனது XML uuid உடன் பொருந்தவில்லை" @@ -17905,10 +17561,6 @@ msgstr "'%s'க்கு சாதன திறன்கள் இல்லை" msgid "no device found with alias %s" msgstr "%s என்ற மாற்றுப் பெயர் கொண்ட சாதனம் எதுவும் காணப்படவில்லை" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "%s க்கான வட்டு வடிவமைப்பு இல்லை, ப்ரோபிங் முடக்கப்பட்டுள்ளது" - #, c-format msgid "no disk named '%s'" msgstr "'%s' என்ற பெயரிடப்பட்ட வட்டு இல்லை" @@ -18521,9 +18173,6 @@ msgstr "pmsuspended" msgid "poll failed in migration tunnel" msgstr "இடப்பெயர்ப்பு டனெலில் போல் தோல்வியடைந்தது" -msgid "poll on socket failed" -msgstr "போலினில் மேலுள்ள சாக்கொட் தோல்வியுற்றது" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "%s என்ற uuid கொன்ட தொகுப்பகம் '%s' ஏற்கனவே உள்ளது" @@ -18659,10 +18308,6 @@ msgstr "இடப்பெயர்ப்புகளுக்குப் ப msgid "ps2 bus does not support %s input device" msgstr "ps2 %s உள்ளீடு சாதனத்திற்கு துணைபுரியவில்லை" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: நடப்பு அடைவை பெற முடியவில்லை: %s" - msgid "qemu does not support SGA" msgstr "qemu ஆனது SGA ஐ ஆதரிக்காது" @@ -18673,10 +18318,6 @@ msgstr "PMSUSPENDED விருந்தினர்களின் ஸ்ன msgid "qemu emulator '%s' does not support xen" msgstr "qemu emulator '%s' ஆனது xenக்கு துணைபுரியாது" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "qemu ஒரு unix சாக்கெட் மானிட்டரைப் பயன்படுத்தவில்லை, fd %s ஐ அனுப்ப முடியாது" - #, c-format msgid "qemu monitor event callback %d not registered" msgstr "qemu மானிட்டர் நிகழ்வு கால்பேக் %d பதிவு செய்யப்படவில்லை" @@ -18778,9 +18419,6 @@ msgstr "ஒரு வினாடிக்கான படித்தல் I/O msgid "read error on pipe" msgstr "பைப்பில் படித்தல் தொடர்பான பிழை" -msgid "read on wakeup fd failed" -msgstr "எழுப்புதல் fd இல் படித்தல் தோல்வி" - #, c-format msgid "read only access prevents %s" msgstr "வாசிக்க மட்டுமான அணுகல் %s ஐத் தடுக்கிறது" @@ -19785,9 +19423,6 @@ msgstr "rng-random பின்புல முறைமையை இந்த q msgid "this storage volume exists already" msgstr "இந்த சேமிப்பக தொகுதி ஏற்கனவே உள்ளது" -msgid "time_t overflow" -msgstr "time_t அதீதப்பாய்வு" - msgid "timeout must be positive" msgstr "நேரக் கடப்பு நேர்க்குறி எண்ணாக இருக்க வேண்டும்" @@ -19990,10 +19625,6 @@ msgstr "'%s:%s' இல் சேவையகத்தை இணைக்க ம msgid "unable to create hugepage path %s" msgstr "hugepage பாதை %sஐ உருவாக்க முடியவில்லை" -#, c-format -msgid "unable to create pipe for %s" -msgstr "%s க்கு பைப்யை உருவாக்க முடியவில்லை" - #, c-format msgid "unable to create rundir %s: %s" msgstr "rundir %sஐ உருவாக்க முடியவில்லை: %s" @@ -20090,15 +19721,9 @@ msgstr "VirtualBox இயக்கி APIஐ திறக்க முடிய msgid "unable to load knownhosts file '%s': %s" msgstr "knownhosts கோப்பு '%s' ஐ ஏற்ற முடியவில்லை: %s" -msgid "unable to make pipe" -msgstr "பைப்பை செய்ய முடியவில்லை" - msgid "unable to make terminal raw: console isn't a tty" msgstr "முனையத்தை அசலானதாக்க முடியவில்லை: பணிமுனையம் ஒரு tty அல்ல" -msgid "unable to open pipe" -msgstr "பைப்பைத் திறக்க முடியவில்லை" - msgid "unable to open stream" msgstr "ஸ்ட்ரீமைத் திறக்க முடியவில்லை" @@ -20149,10 +19774,6 @@ msgstr "சேவையக சான்றிதழ் %s ஐப் படிக msgid "unable to read vmware log file" msgstr "vmware பதிவுக் கோப்பினை படிக்க முடியவில்லை" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "bridge %s க்கு முனையத்தைச் சேர்ப்பதன் மூலம் பழைய நிலையை மீட்டெடுக்க முடியவில்லை" - msgid "unable to register monitor events" msgstr "கணினி நிகழ்வுகளை பதிவுசெய்ய முடியவில்லை" @@ -20225,9 +19846,6 @@ msgstr "செயலாக்கம் %lld க்காக காத்தி msgid "unable to wait on console condition" msgstr "கன்சோல் நிலையில் காத்திருக்க முடியவில்லை" -msgid "unable to wait on libssh2 socket" -msgstr "libssh2 சாக்கெட்டில் காத்திருக்க முடியவில்லை" - #, c-format msgid "unable to write data to '%s'" msgstr "'%s' இல் தரவை எழுத முடியவில்லை" @@ -21365,10 +20983,6 @@ msgstr "ஆதரிக்கப்படாத வட்டு வகை" msgid "unsupported disk type %s" msgstr "துணைபுரியாத வட்டு வகை %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "துணைபுரியாத வட்டு வகை '%s'" - #, c-format msgid "unsupported driver name '%s'" msgstr "ஆதரிக்கப்படாத இயக்கி பெயர் '%s'" @@ -21642,9 +21256,6 @@ msgstr "virDomainGetXMLDesc பாதுகாப்பு கொடியுட msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "பாதுகாப்பு கொடியுடன் virDomainSnapshotGetXMLDesc" -msgid "virExec is not implemented for WIN32" -msgstr "WIN32 க்கு virExec செயல்படுத்தப்படவில்லை" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "WIN32 க்கு virFileOpenAs செயல்படுத்தப்படவில்லை" @@ -21657,12 +21268,6 @@ msgstr "virGetGroupID இல்லை" msgid "virGetGroupName is not available" msgstr "virGetGroupName இல்லை" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory இல்லை" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory இல்லை" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory இல்லை" @@ -21672,9 +21277,6 @@ msgstr "virGetUserID இல்லை" msgid "virGetUserName is not available" msgstr "virGetUserName இல்லை" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory இல்லை" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat பயனில்லா வரையறை" @@ -21713,9 +21315,6 @@ msgstr "virNWFilterSnoopListDel தோல்வி" msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "virNWFilterSnoopReqNew ஆனது தவறான விசை \"%s\" (%zu) கொண்டு அழைக்கப்பட்டது" -msgid "virRun is not implemented for WIN32" -msgstr "WIN32 க்கு virRun செயல்படுத்தப்படவில்லை" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID இல்லை" @@ -21910,10 +21509,6 @@ msgstr "xml மாற்றம் செய்தலுக்கு ஆதரவ msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime மதிப்பு '%s' ஆனது எதிர்பார்க்காத வடிவத்திலுள்ளது" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "இலக்கிற்கு xsd:dateTime மதிப்பு '%s' மிக நீளமானது" - msgid "y - yes, start editor again" msgstr "y - ஆம், மீண்டும் திருத்தியைத் தொடங்கு" diff --git a/po/te.mini.po b/po/te.mini.po index f07ca57978..4bf88b8792 100644 --- a/po/te.mini.po +++ b/po/te.mini.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-03-05 07:40+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/libvirt/language/" @@ -361,10 +361,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "'%s' controller cannot be hot plugged." msgstr "'%s' నియంత్రిక హాట్ప్లగ్డ్ కాలేదు." @@ -625,17 +621,10 @@ msgstr "ఈ డొమైన్ కొరకు క్రియాశీల క msgid "Active:" msgstr "క్రియాశీల:" -msgid "Address family for hostname not supported" -msgstr "తోడ్పాటులేని అతిధేయిపేరు కొరకు చిరునామా ఫ్యామిలి" - #, c-format msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "కోర్ డంప్ చేసిన తరువాత, డొమైన్ '%d' ను libxenlight తో తిరిగికొనసాగించుటకు విఫలమైంది" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "ఏజెంట్ పాత్ %s గమ్యం కొరకు మరీ పెద్దది" - msgid "All identities provided by the SSH Agent were rejected" msgstr "SSH ఏజెంట్ చేత అందించు అన్ని గుర్తింపులు తిరస్కరించబడెను" @@ -644,9 +633,6 @@ msgid "" "server" msgstr "ఆనవాళ్ళతో అందించబడిన అన్ని ధృవీకరణ పద్దతులు సేవికచేత తిరస్కరించబడెను" -msgid "All requests done" -msgstr "అన్ని అభ్యర్ధనలు పూర్తైనవి" - msgid "Allocation" msgstr "కేటాయింపు" @@ -670,9 +656,6 @@ msgstr "డొమైన్ %s కొరకు వేరొక క్లోజ్ msgid "AnyType is missing 'type' property" msgstr "AnyType అనునది 'type' లక్షణం కలిగిలేదు" -msgid "Argument buffer too small" -msgstr "ఆర్గుమెంట్ బఫర్ మరీ చిన్నది" - msgid "Arguments must be non null" msgstr "ఆర్గుమెంట్లు null కాకూడదు" @@ -720,9 +703,6 @@ msgstr "NAT '%s' కు యత్నించెను. NAT అనునది I msgid "Attribute mode is only allowed for guest CPU" msgstr "అతిథి CPU కు మాత్రమే యాట్రిబ్యూట్ రీతి అనుమతించబడును" -msgid "Authentication failed" -msgstr "ధృవీకరణము విఫలమైంది" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -759,9 +739,6 @@ msgstr "చెడ్డ ipv4 ముగింపు చిరునామా '%s' msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "చెడ్డ ipv4 ప్రారంభ చిరునామా '%s' నెట్వర్కు '%s' నందలి <forward> నందలి <nat> నందు" -msgid "Bad value for ai_flags" -msgstr "ai_flags కొరకు చెడ్డ విలువ" - msgid "Bad value for nativeMode" msgstr "స్వాభావికరీతి కు చెడ్డ విలువ" @@ -1027,18 +1004,12 @@ msgstr "pid ఫైల్ పాత్ నిర్థారించలేదు msgid "Can't determine socket paths" msgstr "సాకెట్ పాత్స్ నిర్ధారించలేదు" -msgid "Can't determine user directory" -msgstr "వాడుకరి డైరెక్టరీ నిర్ధారించలేదు" - msgid "Can't find prlctl command in the PATH env" msgstr "PATH env నందు prlctl ఆదేశమును కనుగొనలేదు" msgid "Can't initialize access manager" msgstr "ఏక్సెస్ నిర్వాహికను సిద్దీకరించలేము" -msgid "Can't initialize logging" -msgstr "లాగింగ్ సిద్దీకరించలేదు" - #, c-format msgid "Can't load config file: %s: %s" msgstr "కాన్ఫిగ్ ఫైలు లోడ్ చేయలేదు: %s: %s" @@ -1148,9 +1119,6 @@ msgstr "ఫైల్ '%s' తొలగించలేదు" msgid "Cannot determine balloon device path" msgstr "బెలూన్ పరికర పాత్ నిర్ణయించలేదు" -msgid "Cannot determine free memory" -msgstr "ఖాళీ మెమొరీ నిర్ణయించలేదు" - msgid "Cannot determine system clock HZ" msgstr "వ్యవస్థ క్లాక్ HZ నిర్ణయించలేదు" @@ -1339,10 +1307,6 @@ msgstr "Cannot parse controller index %s" msgid "Cannot parse mode string" msgstr "మోడ్ స్ట్రింగ్ పార్స్ చేయలేదు" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "'%s' నుండి సంఖ్య పార్స్ చేయలేదు" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "సాకెట్ చిరునామా '%s' ను పార్స్ చేయలేదు: %s" @@ -1518,9 +1482,6 @@ msgstr "దత్తాంశం వ్రాయలేదు" msgid "Capacity" msgstr "సామర్ధ్యము" -msgid "Capacity cannot be empty." -msgstr "సామర్ధ్యం ఖాళీ కాలేదు." - msgid "Capacity:" msgstr "సామర్ధ్యము:" @@ -1780,10 +1741,6 @@ msgstr "మెమొరీ పారామితులు మార్చలే msgid "Could not change scheduler parameters: %s" msgstr "ప్రణాళకి పారామితులు మార్చలేక పోయింది: %s" -#, c-format -msgid "Could not close %s" -msgstr "%s మూయలేక పోయింది" - msgid "Could not configure network" msgstr "నెట్వర్కును ఆకృతీకరించలేక పోయింది" @@ -1804,14 +1761,6 @@ msgstr "అప్రమేయ ఆకృతీకరణను నకలుతీ msgid "Could not copy volume: %s" msgstr "వాల్యూమ్ నకలు తీయలేకపోయింది: %s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "సెషన్ సంభవం సృష్టించలేక పోయింది, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "వర్చ్యువల్బాక్స్ సంభవం సృష్టించలేక పోయింది, rc = 0x%08x" - msgid "Could not create filter" msgstr "వడపోత సృష్టించలేక పోయింది" @@ -1848,9 +1797,6 @@ msgstr "పుల్ స్పందన అంశమును డీసీరి msgid "Could not destroy domain: %s" msgstr "డొమైన్ నాశనం చేయలేక పోయింది: %s" -msgid "Could not determine home directory" -msgstr "నివాస సంచయం నిర్ణయించలేక పోయింది" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "స్ట్రింగ్ %s నుండి కెర్నల్ వర్షన్ నిర్ణయించలేక పోయింది" @@ -2208,10 +2154,6 @@ msgstr "'bonding/use_carrier' '%s' ను '%s' కొరకు పార్స msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "'bridge/stp_state' '%s' ను '%s' కొరకు పార్స్ చేయలేక పోయింది" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "IID ను '%s' నుండి పార్స్ చేయలేక పోయింది, rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "MTU విలువ '%s' పార్స్ చేయలేక పోయింది" @@ -2256,14 +2198,6 @@ msgstr "usb ఫైలు %sను పార్శ్ చేయలేక పో msgid "Could not parse valid disk index from '%s'" msgstr "'%s' నుండి చెల్లునటువంటి డిస్కు విషయసూచీను పార్స్ చేయలేక పోయింది" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "'%s' నుండి వర్షన్ సంఖ్యను పార్స్ చేయలేక పోయింది" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "రిజిస్ట్రీ విలువ '%s\\%s' క్వరీ చేయలేదు" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "'%s' ను ఆకృతీకరణ నుండి కంటైనర్ %d కొరకు చదువలేక పోయింది" @@ -2414,9 +2348,6 @@ msgstr "డిస్కు చిరునామా నిర్థారిం msgid "Could not wipe volume: %s" msgstr "వాల్యూమ్ చెరిపివేయలేక పోయింది: %s" -msgid "Could not write to stream" -msgstr "స్ట్రీమ్కు వ్రాయలేక పోయింది" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "పరికరం '%s' కొరకు లాక్ ఫైలును పాత్ '%s' నందు సృష్టించలేకపోయింది" @@ -2839,9 +2770,6 @@ msgid "" msgstr "" "డొమైన్ XML యెటువంటి ఫైల్-ఆధారిత హార్డుడిస్కులను కలిగిలేదు, VMX ఫైలు కొరకు డాటాస్టోర్ మరియు పాత్ రాబట్టలేదు" -msgid "Domain XML must contain at least one <disk> element." -msgstr "డొమైన్ XML తప్పక వొక <disk> మూలకం కలిగివుండాలి." - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "డొమైన్పేరు యిప్పటికే వుంది, వున్న డొమైన్లను సరికూర్చుట యింకా తోడ్పాటునీయుటలేదు" @@ -3065,12 +2993,6 @@ msgstr "కాల్బాక్ యొక్క దోషం ప్రకట msgid "Error opening file %s" msgstr "ఫైల్ %s తెరుచుటలో దోషం" -msgid "Error parsing 'path'. Invalid characters." -msgstr "'path' పార్శింగ్లో దోషము. చెల్లని కారెక్టర్లు." - -msgid "Error parsing volume XML." -msgstr "వాల్యూమ్ XML పార్స్ చేయుటకు దోషం." - #, c-format msgid "Error reading secret: %s" msgstr "రహస్యమును చదువుటలో దోషము: %s" @@ -3082,13 +3004,6 @@ msgstr "ఫైర్వాల్ నిర్మించుటలో దో msgid "Error while building firewall: %s" msgstr "ఫైర్వాల్ నిర్మించుటలో దోషం: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "%s చిరునామా సమాచారము పొందుటలో దోషము" - -msgid "Error while opening SSH session." -msgstr "SSH సెషన్ తెరుచుటలో దోషము." - msgid "Error while processing command's IO" msgstr "ఆదేశం IO ప్రోసెస్ చేయునప్పుడు దోషం" @@ -3101,10 +3016,6 @@ msgstr "/proc/cgroups చదువునప్పుడు దోషం" msgid "Error while reading the domain name" msgstr "డొమైన్ పేరు చదువుటలో దోషం" -#, c-format -msgid "Escape character is %s\n" -msgstr "ఏస్కేప్ అక్షరం %s\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "ఈథర్నెట్ నియంత్రిక విషయసూచి %d అనునది [0..3] విస్తృతి దాటివుంది" @@ -3457,10 +3368,6 @@ msgstr "ట్రీ జాబితా పూర్తిచేయుటకు msgid "Failed to connect socket to '%s'" msgstr "సాకెట్ను '%s' కు అనుసంధానించుటకు విఫలమైంది" -#, c-format -msgid "Failed to connect to %s" -msgstr "%sకు అనుసంధానించబడుటకు విఫలమైంది" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "రిమోట్ లిబ్వర్ట్ URI %s కు అనుసంధానమగుటకు విఫలమైంది: %s" @@ -3557,9 +3464,6 @@ msgstr "%s నుండీ నెట్వర్కు సృష్టించ msgid "Failed to create node device from %s" msgstr "%s నుండి నోడ్ పరికరము సృష్టించుటకు విఫలమైంది" -msgid "Failed to create pipe" -msgstr "pipe ను సృష్టించుటకు విఫలమైంది" - #, c-format msgid "Failed to create pool %s" msgstr "పూల్ %sను సృష్టించుటకు విఫలమైంది" @@ -4244,10 +4148,6 @@ msgstr "%s కొరకు PCI ఆకృతీకరణ జాగాను చ msgid "Failed to read file '%s'" msgstr "'%s' ఫైలును చదువుటకు విఫలమైంది" -#, c-format -msgid "Failed to read from %s" -msgstr "%s నుండి చదువుటకు విఫలమైంది" - msgid "Failed to read from signal pipe" msgstr "ఒంటరి పైప్ నుండి చదువుటకు విఫలమైంది" @@ -4668,9 +4568,6 @@ msgstr "విఫలమైంది." msgid "Failure action %s is not supported by sanlock" msgstr "వైఫల్య చర్య %s సాన్లాక్ చే తోడ్పాటునీయబడదు" -msgid "Failure establishing SSH session." -msgstr "SSH సెషన్ యేర్పరుచుటలో వైఫల్యము." - msgid "Failure to mask address" msgstr "చిరునామా మాస్క్ చేయుటకు విఫలం" @@ -4685,9 +4582,6 @@ msgstr "ఫ్యామిలీ 'ipv6' తెలుపబడెను non-IPv6 msgid "Feature %s required by CPU model %s not found" msgstr "CPU మోడల్ %2$s కు అవసరమైన సౌలభ్యము %1$s కనబడలేదు" -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "డొమైన్ XML ఫైలుపైన <disk> కింద క్షేత్రం <src> లేదు." - msgid "Field kernel memory too long for destination" msgstr "గమ్యం కొరకు కెర్నల్ మెమొరీ క్షేత్రం మరీ పొడవైంది" @@ -4798,9 +4692,6 @@ msgstr "GET విధాన వైఫల్యం: %s" msgid "GNUTLS call error" msgstr "GNUTLS కాల్ దోషం" -msgid "GNUTLS support not available in this build" -msgstr "GNUTLS తోడ్పాటు అనునది ఈ బుల్డ్ నందు అందుబాటులోలేదు" - msgid "Get block device size info for a domain." msgstr "డొమైన్ కొరకు నిరోధక పరికరం పరిమాణ సమాచారం పొందు." @@ -5199,9 +5090,6 @@ msgid "" msgstr "" "ఇంటర్ఫేస్ రకం hostdev అనునది ప్రస్తుతం SR-IOV వర్చ్యువల్ ఫంక్షన్సు పైన మాత్రమే తోడ్పాటునిచ్చును" -msgid "Interrupted by a signal" -msgstr "సంకేతం ద్వారా ఆటంకపరచబడెను" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "చెల్లని \"nativeMode='%s'\" vlan <tag> మూలకం నందు" @@ -5650,9 +5538,6 @@ msgstr "వ్యక్తిగత devpts ను కెర్నల్ తో msgid "Kernel doesn't support user namespace" msgstr "వాడుకరి నేమ్స్పేస్ను కెర్నల్ తోడ్పాటునీయదు" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "కీ తప్పక ఖాళీగా వుండాలి, మీ కొరకు పవర్ హైపర్విజర్ వొకటి సృష్టించబడును." - msgid "Key of the current session differs from the key at last login" msgstr "ప్రస్తుత సెషన్ యొక్క కీ అనునది చివరి లాగిన్ యొక్క కీ విభేదిస్తోంది" @@ -5774,10 +5659,6 @@ msgid "" "Malformed 'uri_aliases' config entry '%s', expected 'alias=uri://host/path'" msgstr "చెడ్డ 'uri_aliases' ఆకృతీకరణ ప్రవేశం '%s', కావలసింది 'alias=uri://host/path'" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "తప్పుగాప్రవర్తిస్తున్న TLS వైట్లిస్ట్ రెగ్యులర్ ఎక్సుప్రెషన్ '%s'" - #, c-format msgid "Malformed ctrl-alt-del setting '%s'" msgstr "లోపాయికారీ ctrl-alt-del అమరిక '%s'" @@ -5833,9 +5714,6 @@ msgstr "గరిష్ట మెమోరీ:" msgid "Memory '%llu' must be less than %llu" msgstr "మెమొరీ '%llu' తప్పక %llu కన్నా తక్కువ కావాలి" -msgid "Memory allocation failure" -msgstr "మెమొరీ కేటాయింపు వైఫల్యం" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -6243,9 +6121,6 @@ msgstr "గమ్యమునకు రీతి %s మరీ పెద్దద msgid "Model name contains invalid characters" msgstr "మోడల్ నామము చెల్లని అక్షరములను కలిగివుంది" -msgid "Monitor does not support sending of file descriptors" -msgstr "ఫైల్ వివరిణిలను పంపుట మానిటర్ తోడ్పాటునీయదు" - #, c-format msgid "Monitor path %s too big for destination" msgstr "గమ్యమునకు మానిటర్ పాత్ %s మరీ పెద్దది" @@ -6337,9 +6212,6 @@ msgstr "పేరు" msgid "Name of chain is longer than %u characters" msgstr "చైన్ యొక్క పేరు %u అక్షరాలకన్నా పెద్దది" -msgid "Name or service not known" -msgstr "పేరు లేదా సేవ తెలియదు" - msgid "Name:" msgstr "పేరు:" @@ -6505,9 +6377,6 @@ msgstr "ఏ PCI బస్లు అందుబాటులో లేవు" msgid "No active operation on device: %s" msgstr "పరికరంపై ఏ క్రియాశీల ఆపరేషన్ లేదు: %s" -msgid "No address associated with hostname" -msgstr "అతిధేయిపేరుతో యే చిరునామా కలిసిలేదు" - #, c-format msgid "No args present for signature %s" msgstr "సంతకం %s కొరకు ఆర్గుమెంట్లు లేవు" @@ -6672,9 +6541,6 @@ msgstr "రద్దు-చేయలేని కర్తవ్యం సమా msgid "Non-empty feature list specified without CPU model" msgstr "CPU రీతి లేకుండా నాన్-ఎంప్టీ సౌలభ్యపు జాబితా తెలుపబడింది" -msgid "Non-recoverable failure in name resolution" -msgstr "నేమ్ రిజోల్యూషన్ నందు నాన్-రికవరబుల్ వైఫల్యం" - msgid "None" msgstr "ఏదీకాదు" @@ -6758,12 +6624,6 @@ msgstr "చూపుటకు %d CPU లు మాత్రమే అందు msgid "Only '%s' filesystem type is supported" msgstr "'%s' ఫైల్సిస్టమ్ మాత్రమే తోడ్పాటునిచ్చును" -msgid "Only 'credit' scheduler is supported" -msgstr "'credit' ప్రణాళకి మాత్రమే తోడ్పాటునిచ్చును" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "'scsi_host' ఎడాప్టర్ మాత్రమే తోడ్పాటునిచ్చును" - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "iptables తో IPv4 లేదా IPv6 చిరునామాలు మాత్రమే వుపయోగించగలం" @@ -6931,9 +6791,6 @@ msgstr "" msgid "PCI device %s is not assignable" msgstr "PCI పరికరం %s అనునది అప్పగించదగునది కాదు" -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI హోస్టు పరికరములు తప్పక 'pci' చిరునామా రకమును వుపయోగించాలి" - msgid "POST operation failed" msgstr "POST విధానం విఫలమైంది" @@ -6953,9 +6810,6 @@ msgstr "పారామితి '%s' స్ట్రింగ్ కాదు" msgid "Parameter '%s' is not supported by this kernel" msgstr "పారామితి '%s' యీ కెర్నల్చే తోడ్పాటునీయదు" -msgid "Parameter string not correctly encoded" -msgstr "పారామితి స్ట్రింగ్ సరిగా ఎన్కోడ్ అవలేదు" - msgid "Parent" msgstr "పేరెంట్" @@ -7123,20 +6977,6 @@ msgstr "డిస్కును దాని బ్యాకింగ్ చి msgid "Port profile Associate failed for %s" msgstr "%s కొరకు పోర్ట్ ప్రొఫైల్ కూడిక విఫలమైంది" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"బహుశా మీ LPAR నందు IBM సాధనాలను సంస్థాపించి వుండకపోవచ్చు. ఈ విశేషణం చేతనం చేయుటకు మీ " -"తోడ్పాటదారులను సంప్రదించండి." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"బహుశా మీ LPAR నందు IBM సాధనాలను సంస్థాపించి వుండకపోవచ్చు. ఈ విశేషణం చేతనం చేయుటకు మీ " -"తోడ్పాటదారులను సంప్రదించండి." - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "PrepareTunnel పిలువబడింది అయితే ఏ TUNNELLED ఫ్లాగ్ అమర్చిలేదు" @@ -7182,9 +7022,6 @@ msgstr "ప్రోసెస్ %zu %p %p [[[%s]]][[[%s]]]" msgid "Process CPU affinity is not supported on this platform" msgstr "CPU ఎఫినిటి ప్రోసెస్ ఈ ప్లాట్ఫాంపై మద్దతించబడదు" -msgid "Processing request in progress" -msgstr "ప్రోసెసింగ్ అభ్యర్ధన పురోగతిలో వుంది" - msgid "" "Property 'guest-stats-polling-interval' not found on memory balloon driver." msgstr "మెమొరీ బెలూన్ డ్రైవర్ పైన లక్షణం 'guest-stats-polling-interval' కనబడలేదు." @@ -7309,14 +7146,6 @@ msgstr "%d స్నాప్షాట్లు వున్నప్పు msgid "Refusing to undefine while domain managed save image exists" msgstr "డొమైన్ నిర్వాహిత దాపు చిత్రం వున్నప్పుడు అస్పష్టతను తిరస్కరిస్తోంది" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "రిజిస్ట్రీ విలువ '%s\\%s' అనుకోని రకం కలిగివుంది" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "రిజిస్ట్రీ విలువ '%s\\%s' మరీ పొట్టిది" - #, c-format msgid "Remote command terminated with non-zero code: %d" msgstr "సున్నా-కాని కోడ్తో రిమోట్ ఆదేశం అంతమైను: %d" @@ -7345,12 +7174,6 @@ msgstr "మైగ్రేషన్ పై డొమైన్ల పేరుమ msgid "Replace the domain XML associated with a saved state file" msgstr "దాచిన స్థితి ఫైలుతో సంభందించివున్న డొమైన్ XML పునఃస్థాపించు" -msgid "Request canceled" -msgstr "అభ్యర్ధన రద్దైంది" - -msgid "Request not canceled" -msgstr "అభ్యర్ధన రద్దవలేదు" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "అభ్యర్ధించిన పరికరం '%s' అనునది లాక్ ఫైల్ '%s' తో ప్రోసెస్ %lld చే లాకైంది" @@ -7713,9 +7536,6 @@ msgstr "ఈ సాకెట్ పైన ఫైల్ వివరణిలన msgid "Serial port index %d out of [0..3] range" msgstr "వరుస పోర్టు విషయసూచి %d అనునది [0..3] విస్తృతి దాటివుంది" -msgid "Servname not supported for ai_socktype" -msgstr "ai_socktype కు సేవాపేరు తోడ్పాటునీయదు" - msgid "Set a secret value." msgstr "రహస్య విలువను అమర్చుము." @@ -7988,9 +7808,6 @@ msgstr "నిల్వ వాల్యూమ్ కనబడలేదు" msgid "Storage volume not found: %s" msgstr "నిల్వ వాల్యూమ్ కనబడలేదు: %s" -msgid "StoragePool name already exists." -msgstr "నిల్వపూల్ పేరు యిప్పటికే వుంది." - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "పంపుటకు స్ట్రీమ్ దత్తాంశం మరీ పొడవైనది (%zu బైట్లు అవసరం, %zu బైట్లు అందుబాటులో వున్నాయి)" @@ -8042,9 +7859,6 @@ msgstr "" "అతిథి OS విద్యుత్ నిర్వహణ వుపయోగించి నడుస్తున్న డొమైన్ రద్దుచేయును. (గమనిక: దీనికి ఆకృతీకరించిన అతిథి " "ఏజెంట్ అతిథి OS నందు నడుస్తోంది కావాలి)." -msgid "System error" -msgstr "వ్యవస్థ దోషం" - msgid "System is in use" msgstr "వ్యవస్థ వుపయోగంలో వుంది" @@ -8422,9 +8236,6 @@ msgstr "లక్ష్యపు వీడియో కార్డ్ vram %u msgid "Target watchdog model %s does not match source %s" msgstr "లక్ష్యపు వాచ్డాగ్ రీతి %s మూలకం %s తో సరిపోలడంలేదు" -msgid "Temporary failure in name resolution" -msgstr "నేమ్ రిజోల్యూషన్ నందు తాత్కాలిక వైఫల్యం" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -8700,9 +8511,6 @@ msgstr "" " 'బయటకు' బయటకు రావటానికి\n" "\n" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "యునిక్స్ డొమైన్ సాకెట్లు యీ ప్లాట్ఫాం పైన తోడ్పాటులేదు" - msgid "UNIX sockets are not supported on this platform" msgstr "యునిక్స్ సాకెట్లు యీ ప్లాట్ఫాం పైన తోడ్పాటులేదు" @@ -8761,9 +8569,6 @@ msgstr "స్ట్రీమ్ '%s' కొరకు యాక్సెస్ msgid "Unable to acquire lock on '%s'" msgstr "'%s' పైన లాక్ పొందలేక పోయింది" -msgid "Unable to add LPAR to the table" -msgstr "LPAR ను పట్టికకు జతచేయలేదు" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "బ్రిడ్జ్ %s పోర్ట్ %s జతచేయలేదు" @@ -8771,10 +8576,6 @@ msgstr "బ్రిడ్జ్ %s పోర్ట్ %s జతచేయలే msgid "Unable to add epoll fd" msgstr "epoll fd జతచేయలేదు" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "హాండిల్ %d ను ఈవెంట్ లూప్కు జతచేయలేదు" - #, c-format msgid "Unable to add lockspace %s" msgstr "లాక్స్పేస్ %s జతచేయలేదు" @@ -8900,21 +8701,9 @@ msgstr "JSON ఫార్మాటర్ సృష్టించలేదు" msgid "Unable to create JSON parser" msgstr "JSON పార్సర్ సృష్టించలేదు" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "LPAR సృష్టించలేదు. కారణం: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "నిల్వ పూల్ సృష్టించలేదు: %s" - msgid "Unable to create TAP devices on this platform" msgstr "ఈ ప్లాట్ఫాం పైన TAP పరికరాలు సృష్టించలేక పోయింది" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "వాల్యూమ్ సృష్టించలేదు: %s" - msgid "Unable to create blkid library handle" msgstr "blkid లైబ్రరీ హాండిల్ సృష్టించలేదు" @@ -8949,15 +8738,6 @@ msgstr "లాక్స్పేస్ %s సృష్టించలేద msgid "Unable to create migration thread" msgstr "మైగ్రేషన్ త్రెడ్ సృష్టించలేదు" -msgid "Unable to create new virtual adapter" -msgstr "కొత్త వర్చ్యువల్ ఎడాప్టర్ సృష్టించలేదు" - -msgid "Unable to create pipe" -msgstr "పైప్ సృష్టించలేక పోయింది" - -msgid "Unable to create signal pipe" -msgstr "సంకేతం పైప్ను సృష్టించలేదు" - msgid "Unable to create socket" msgstr "సాకెట్ సృష్టించలేదు" @@ -9001,59 +8781,10 @@ msgstr "లాక్స్పేస్ వనరు %s తొలగించ msgid "Unable to delete port %s from OVS" msgstr "పోర్ట్ %s ను OVS నుండి తొలగించలేదు" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "నిల్వ పూల్ నాశనం చేయలేదు: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "%s కొరకు ఫైల్సిస్టమ్ గుర్తించలేదు" -msgid "Unable to determine config directory" -msgstr "ఆకృతీకరణ సంచయం నిర్ణయించలేదు" - -msgid "Unable to determine domain's CPU." -msgstr "డొమైన్ యొక్క CPU నిర్ణయించలేక పోయింది." - -msgid "Unable to determine domain's max memory." -msgstr "డొమైన్ యొక్క గరిష్ట మెమొరీ నిర్ణయించలేదు." - -msgid "Unable to determine domain's memory." -msgstr "డొమైన్ యొక్క మెమొరీ నిర్ణయించలేదు." - -msgid "Unable to determine domain's name." -msgstr "డొమైన్ యొక్క పేరు నిర్ణయించలేదు." - -msgid "Unable to determine home directory" -msgstr "నివాస సంచయం నిర్ణయించలేదు" - -msgid "Unable to determine number of domains." -msgstr "డొమైన్ల సంఖ్యను నిర్ణయించలేక పోయింది" - -msgid "Unable to determine storage pool's name." -msgstr "నిల్వ పూల్ యొక్క పేరు నిర్ణయించలేక పోయింది." - -msgid "Unable to determine storage pool's uuid." -msgstr "నిల్వ పూల్ యొక్క uuid నిర్ణయించలేక పోయింది." - -msgid "Unable to determine storage pools's size." -msgstr "నిల్వ పూల్ పరిమాణం నిర్ణయించలేక పోయింది." - -msgid "Unable to determine storage pools's source adapter." -msgstr "నిల్వ పూల్ యొక్క మూలపు ఎడాప్టర్ నిర్ణయించలేక పోయింది." - -msgid "Unable to determine storage sp's name." -msgstr "నిల్వ sp యొక్క పేరు నిర్ణయించలేక పోయింది." - -msgid "Unable to determine storage sp's uuid." -msgstr "నిల్వ sp యొక్క uuid నిర్ణయించలేక పోయింది." - -msgid "Unable to determine storage sps's size." -msgstr "నిల్వ sps యొక్క పరిమాణం నిర్ణయించలేదు." - -msgid "Unable to determine storage sps's source adapter." -msgstr "నిల్వ sps మూలపు ఎడాప్టర్ నిర్ణయించలేదు." - msgid "Unable to disable nagle algorithm" msgstr "nagle అల్గార్దెమ్ అచేతనం చేయలేదు" @@ -9125,9 +8856,6 @@ msgstr "సమయం ఫార్మాట్ చేయలేదు" msgid "Unable to generate diffie-hellman parameters: %s" msgstr "డిఫైన్-హెల్మాన్ పారామితులను జనియింపచేయలేదు: %s" -msgid "Unable to generate random uuid." -msgstr "యాదృశ్చిక uuid జనియింపచేయలేదు." - #, c-format msgid "Unable to get DBus session bus connection: %s" msgstr "DBus సెషన్ బస్ అనుసంధానం పొందలేక పోయింది: %s" @@ -9152,12 +8880,6 @@ msgstr "ఈ ప్లాట్ఫాం పై %s పైన STP ఆలస్ msgid "Unable to get STP on %s on this platform" msgstr "ఈ ప్లాట్ఫాం పైన %s పై STP పొందలేదు" -msgid "Unable to get VIOS name" -msgstr "VIOS పేరు పొందలేదు" - -msgid "Unable to get VIOS profile name." -msgstr "VIOS ప్రొఫైల్ పేరు పొందలేదు." - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "ఇంటర్ఫేస్ %s కొరకు VLAN పొందలేదు" @@ -9191,9 +8913,6 @@ msgstr "పరికర ఐడి '%s' పొందలేదు" msgid "Unable to get domain status" msgstr "డొమైన్ స్థితిని పొందలేక పోయింది" -msgid "Unable to get free slot number" -msgstr "ఖాళీ స్లాట్ సంఖ్య పొందలేదు" - #, c-format msgid "Unable to get index for interface %s" msgstr "ఇంటర్ఫేస్ %s కొరకు విషయసూచి పొందలేదు" @@ -9323,9 +9042,6 @@ msgstr "SELinux ప్రోసెస్ సందర్భం లుకప్ msgid "Unable to make TAP device non-persistent" msgstr "TAP పరికరం నాన్-పర్సిస్టెంట్ చేయలేదు" -msgid "Unable to make pipe" -msgstr "పైప్ తయారు చేయలేదు" - msgid "Unable to mark loop device as autoclear" msgstr "లూప్ పరికరంను autoclear గా గుర్తుంచలేదు" @@ -9376,10 +9092,6 @@ msgstr "ఫైల్సిస్టమ్ %s తెరువలేదు" msgid "Unable to open log file %s" msgstr "లాగ్ ఫైల్ %s తెరువలేక పోయింది" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "మానిటర్ పాత్ %sను తెరువలేక పోయింది" - #, c-format msgid "Unable to open resource %s" msgstr "వనరు %s తెరువలేక పోయింది" @@ -9435,9 +9147,6 @@ msgstr "కోటా పార్స్ చేయలేదు" msgid "Unable to parse string parameter" msgstr "స్ట్రింగ్ పారామితి పార్స్ చేయలేదు" -msgid "Unable to poll on file handles" -msgstr "ఫైల్ హాండిల్స్ పైన పోల్ చేయలేదు" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "chardev ఫైల్ '%s' ముందుగా-సృష్టించలేదు" @@ -9446,9 +9155,6 @@ msgstr "chardev ఫైల్ '%s' ముందుగా-సృష్టించ msgid "Unable to process file with flags %d" msgstr "ఫ్లాగ్స్ %d తో ఫైల్ ప్రోసెస్ చేయలేదు" -msgid "Unable to put monitor into non-blocking mode" -msgstr "మానిటర్ను నాన్-బ్లాకింగ్ రీతినందు వుంచలేదు" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "ధృవీకరణపత్రం %s ను ప్రాథమిక నిభందనలు %s కొరకు ప్రశ్నించలేదు" @@ -9677,9 +9383,6 @@ msgstr "x509 ధృవీకరణపత్రం రివోకేషన్ msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "x509 కీ మరియు ధృవీకరణపత్రం అమర్చలేదు: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "వేకప్ పైప్ అమర్చలేదు" - #, c-format msgid "Unable to split FD list '%s'" msgstr "FD జాబితా '%s' విభజించలేదు" @@ -9719,9 +9422,6 @@ msgstr "సేవిక ధృవీకరణపత్రం %s ను CA ధృ msgid "Unable to wait for child process" msgstr "చైల్డ్ ప్రోసెస్ కొరకు వేచివుండలేదు" -msgid "Unable to wait on agent monitor condition" -msgstr "ఏజెంట్ మానిటర్ దశ పై వేచివుండలేదు" - msgid "Unable to wait on epoll" msgstr "epoll పై వేచివుండలేదు" @@ -9741,9 +9441,6 @@ msgstr "అతిధేయ కన్సోల్ PTY పర్యవేక్ష msgid "Unable to write %s" msgstr "%s కు వ్రాయలేక పోయింది" -msgid "Unable to write information to local file." -msgstr "సమాచారం ను స్థానిక పైలుకు వ్రాయలేక పోయింది." - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "pid దస్త్రము '%s/%s.pid' వ్రాయలేక పోయింది" @@ -9878,10 +9575,6 @@ msgstr "ఊహించని సంతకం '%s'" msgid "Unexpected volume path format: %s" msgstr "అనుకోని వాల్యూమ్ పాత్ ఫార్మాట్: %s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "సంభాలించని ఘటన %d మానిటర్ fd %d కొరకు" - msgid "Unknown" msgstr "తెలియని" @@ -10445,9 +10138,6 @@ msgstr "XML నోడ్ పాఠం కలిగిలేదు, xsd:dateTime msgid "XPath evaluation of response for call to '%s' failed" msgstr "'%s' కాల్కు స్పందన యొక్క XPath యెవాల్యూషన్ విఫలమైను" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "మీరు గరిష్టంగా సాధ్యమయ్యే వాటికన్నా యెక్కువ CPUల సంఖ్యను అమర్చుటకు ప్రయత్నిస్తున్నారు." - msgid "You must map the root user of container" msgstr "మీరు తప్పక కంటైనర్ యొక్క రూట్ వాడుకరిని మాప్ చేయాలి" @@ -10560,12 +10250,6 @@ msgstr "తిరిగివుంచిన తరువాత, స్థిత msgid "after reverting, change state to running" msgstr "తిరిగివుంచిన తరువాత, స్థితిని నడుస్తున్న దానికి మార్చు" -msgid "ai_family not supported" -msgstr "ai_family తోడ్పాటు లేదు" - -msgid "ai_socktype not supported" -msgstr "ai_socktype తోడ్పాటునీయదు" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "కొత్త సామర్ధ్యం కేటాయించు, స్పార్స్ వలె వదులుటకన్నా" @@ -11114,9 +10798,6 @@ msgstr "లాగ్ డైరెక్టరీ %sను సృష్టిం msgid "cannot create path '%s'" msgstr "పాత్ '%s'ను సృష్టించలేక పోయింది" -msgid "cannot create pipe" -msgstr "pipeను సృష్టించలేదు" - msgid "cannot create pipe for tunnelled migration" msgstr "టన్నెల్డ్ మైగ్రేషన్ కొరకు పైప్ సృష్టించలేదు" @@ -11259,10 +10940,6 @@ msgstr "macvtap tap పైన విశేషణ ఫ్లాగ్స్ పొ msgid "cannot get file context of '%s'" msgstr "'%s' యొక్క దస్త్ర సందర్భమును పొందలేక పోయింది" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "'%s' కొరకు సమూహ జాబితా పొందలేదు" - msgid "cannot get host CPU capabilities" msgstr "హోస్టు CPU సామర్ధ్యాలను పొందలేక పోయింది" @@ -12287,10 +11964,6 @@ msgstr "Xen అధిప్రతి ప్రవేశాన్ని ఉపయ msgid "could not use Xen hypervisor entry %s" msgstr "Xen అధిప్రతి ప్రవేశం %sని ఉపయోగించలేదు" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "pidfile %sను %d కొరకు వ్రాయలేక పోతోంది" - #, c-format msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" msgstr "నెట్లింక్ స్పందన నందు VF %d కొరకు IFLA_VF_INFO కనుగొనలేక పోయింది" @@ -12863,9 +12536,6 @@ msgstr "డొమైన్ ప్రదర్శన అనుసంధానం msgid "domain event %d not registered" msgstr "డొమైన్ ఘటన %d నమోదుకాలేదు" -msgid "domain has assigned non-USB host devices" -msgstr "డొమైన్ నాన్-USB అతిధేయ పరికరాలు అనుబందించెను" - msgid "domain has no snapshots" msgstr "డొమైన్ ఏ స్నాప్షాట్లను కలిగిలేదు" @@ -13347,9 +13017,6 @@ msgstr "SASL దత్తాంశం డీకోడ్ విఫలమైం msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "(ఆపు) ఇంటర్ఫేస్ %s నాశనం చేయుటకు విఫలమైంది: %s%s%s" -msgid "failed to determine host name" -msgstr "అతిధేయ నామమును పొందుటలో విఫలం" - msgid "failed to enable IP forwarding" msgstr "IP ఫార్వార్డింగును చేతనపరచుటలో విఫలమైంది" @@ -13693,9 +13360,6 @@ msgstr "SSH అతిధేయ కీ నిర్థారించుటకు msgid "failed to wait on condition" msgstr "నియమముపై వేచివుండుటకు విఫలమైంది" -msgid "failed to wake up polling thread" -msgstr "పోలింగ్ త్రెడ్ ను మేల్కొలుపుటలో విఫలమైంది" - msgid "failed to wakeup migration tunnel" msgstr "మైగ్రేషన్ టన్నెల్ వేకప్కు విఫలమైంది" @@ -13932,9 +13596,6 @@ msgstr "నడుస్తున్న డొమైన్ నుండి get/se msgid "get/set value to be used on next boot" msgstr "get/set విలువ తరువాతి బూట్ పైన వుపయోగించాలి" -msgid "getting time of day" -msgstr "రోజు యొక్క సమయాన్ని పొందుతోంది" - msgid "given uuid does not match XML uuid" msgstr "ఇచ్చిన uuid అనునది XML uuid తో పోలుటలేదు" @@ -15928,10 +15589,6 @@ msgstr "'%s' కొరకు ఏ పరికరము సామర్ధ్య msgid "no device found with alias %s" msgstr "ఎలియాస్ %s తో ఏ పరికరం కనబడలేదు" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "%s కొరకు డిస్కు ఫార్మాట్ లేదు మరియు ప్రోబింగ్ అచేతనమైంది" - #, c-format msgid "no disk named '%s'" msgstr "'%s' పేరుతో డిస్కు లేదు" @@ -16490,9 +16147,6 @@ msgstr "pmsuspended" msgid "poll failed in migration tunnel" msgstr "మైగ్రేషన్ టన్నెల్ నందు పోల్ విఫలమైంది" -msgid "poll on socket failed" -msgstr "సాకెట్నందు చూపుట విఫలమైంది" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "పూల్ '%s' యిప్పటికే uuid %s తో నిష్క్రమించెను" @@ -16620,10 +16274,6 @@ msgstr "మైగ్రేషన్ల కొరకు సరిపోయే XML msgid "ps2 bus does not support %s input device" msgstr "ps2 బస్ అనునది %s ఇన్పుట్ పరికరమును మద్దతీయుటలేదు" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: ప్రస్తుత డైరెక్టరీను పొందలేక పోయింది: %s" - msgid "qemu does not support SGA" msgstr "qemu అనునది SGA కు తోడ్పాటునీయదు" @@ -16631,10 +16281,6 @@ msgstr "qemu అనునది SGA కు తోడ్పాటునీయద msgid "qemu emulator '%s' does not support xen" msgstr "qemu ఎమ్యులేటర్ '%s' xenను మద్దతించుటలేదు" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "qemu అనునది యునిక్స్ సాకెట్ మానిటర్ వుపయోగించటలేదు, fd %s పంపలేదు" - msgid "qemu state driver is not active" msgstr "qemu స్థితి డ్రైవర్ క్రియాశీలముగాలేదు" @@ -16727,9 +16373,6 @@ msgstr "ఒక్కో క్షణానికి రీడ్ I/O ఆపర msgid "read error on pipe" msgstr "పైప్ నందు చదువు దోషం" -msgid "read on wakeup fd failed" -msgstr "wakeup fd పైన చదువుట విఫలమైంది" - msgid "read-only connection" msgstr "చదవటానికి-మాత్రమే అనుసంధానం" @@ -17613,9 +17256,6 @@ msgstr "ఈ ప్లాట్ఫాం dlopen కలిగిలేదు" msgid "this qemu doesn't support the rng-egd backend" msgstr "ఈ qemu అనునది rng-egd బ్యాకెండ్కు తోడ్పాటునీయదు" -msgid "time_t overflow" -msgstr "time_t వోవర్ఫ్లో" - msgid "timeout must be positive" msgstr "గడువుతీరు కాలం తప్పక ధనాంకం కావాలి" @@ -17786,10 +17426,6 @@ msgstr "దీనివద్ద సేవికకు అనుసంధాన msgid "unable to create hugepage path %s" msgstr "పెద్దపేజీ పాత్ %sను సృష్టించలేక పోయింది" -#, c-format -msgid "unable to create pipe for %s" -msgstr "%s కొరకు పైప్ సృష్టించలేదు" - #, c-format msgid "unable to create rundir %s: %s" msgstr "rundir %sను సృష్టించలేక పోయింది: %s" @@ -17878,12 +17514,6 @@ msgstr "వర్చ్యువల్ బాక్స్ డ్రైవర్ msgid "unable to load knownhosts file '%s': %s" msgstr "knownhosts ఫైల్ '%s' లోడు చేయలేదు: %s" -msgid "unable to make pipe" -msgstr "pipe చేయలేక పోయింది" - -msgid "unable to open pipe" -msgstr "పైప్ తెరువలేదు" - msgid "unable to open stream" msgstr "స్ట్రీమ్ తెరువలేదు" @@ -17922,10 +17552,6 @@ msgstr "సేవిక ధృవీకరణపత్రం %s చదువల msgid "unable to read vmware log file" msgstr "vmware లాగ్ ఫైలు చదువలేక పోయింది" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "పోర్టును బ్రిడ్జ్ %s కు జతచేయుట చేత ఫార్మర్ స్థితిని రికవర్ చేయలేదు" - msgid "unable to register monitor events" msgstr "మానిటర్ ఘటనలను నమోదుచేయలేక పోయింది" @@ -17994,9 +17620,6 @@ msgstr "ప్రోసెస్ %lld కొరకు వేచివుండ msgid "unable to wait on console condition" msgstr "కన్సోల్ నియమంపైన వేచివుండలేదు" -msgid "unable to wait on libssh2 socket" -msgstr "libssh2 సాకెట్ పైన వేచివుండలేదు" - #, c-format msgid "unable to write data to '%s'" msgstr "దత్తాంశం '%s' కు వ్రాయలేక పోయింది" @@ -18965,10 +18588,6 @@ msgstr "పరికరపు అమర్పుతో మద్దతించ msgid "unsupported disk type %s" msgstr "మద్దతీయని డిస్కు రకము %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "మద్దతీయని డిస్కురకము '%s'" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "మద్దతీయని డ్రైవర్ నామము '%s' డిస్కు '%s' కొరకు" @@ -19203,9 +18822,6 @@ msgstr "virDomainGetXMLDesc సురక్షిత ఫ్లాగ్తో msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "virDomainSnapshotGetXMLDesc సురక్షిత ఫ్లాగ్ తో" -msgid "virExec is not implemented for WIN32" -msgstr "virExec అనునది WIN32 కొరకు ఇంప్లిమెంట్ కాలేదు" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "virFileOpenAs అనునది WIN32 కొరకు ఇంప్లిమెంట్ చేయలేదు" @@ -19218,12 +18834,6 @@ msgstr "virGetGroupID అందుబాటులో లేదు" msgid "virGetGroupName is not available" msgstr "virGetGroupName అందుబాటులో లేదు" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory అందుబాటులో లేదు" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory అందుబాటులో లేదు" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory అందుబాటులో లేదు" @@ -19233,9 +18843,6 @@ msgstr "virGetUserID అందుబాటులో లేదు" msgid "virGetUserName is not available" msgstr "virGetUserName అందుబాటులో లేదు" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory అందుబాటులో లేదు" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat NULL def" @@ -19275,9 +18882,6 @@ msgstr "virNWFilterSnoopListDel విఫలమైంది" msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "virNWFilterSnoopReqNew అనునది చెల్లని కీ \"%s\" (%zu) తో పిలువబడుతోంది" -msgid "virRun is not implemented for WIN32" -msgstr "virRun అనునది WIN32 కొరకు ఇంప్లిమెంట్ కాలేదు" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID అందుబాటులో లేదు" @@ -19465,10 +19069,6 @@ msgstr "xml సవరణ తోడ్పాటులేదు" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime విలువ '%s' అనుకోని ఫార్మాట్ కలిగివుంది" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime విలువ '%s' లక్ష్యము కొరకు మరీ పొడవైంది" - msgid "y - yes, start editor again" msgstr "y - అవును, సరికూర్పరి మరలా ప్రారంభించు" diff --git a/po/uk.mini.po b/po/uk.mini.po index 1307543b9e..b5345fa38b 100644 --- a/po/uk.mini.po +++ b/po/uk.mini.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2019-10-18 05:36+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/libvirt/" @@ -1069,14 +1069,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s «%s»" - -#, c-format -msgid "%s; try using '%s-noTSX' CPU model" -msgstr "%s; спробуємо скористатися моделлю процесора «%s-noTSX»" - #, c-format msgid "%s_DEBUG not set with a valid numeric value" msgstr "Для %s_DEBUG не встановлено коректного числового значення" @@ -1737,9 +1729,6 @@ msgstr "Додано" msgid "Address" msgstr "Адреса" -msgid "Address family for hostname not supported" -msgstr "Сімейство адрес для назв вузлів не підтримується" - msgid "Advice from numad is needed in case of automatic numa placement" msgstr "У випадку автоматичного розташовування NUMA потрібні дані від numad" @@ -1749,10 +1738,6 @@ msgstr "" "Після створення дампу ядра не вдалося відновити роботу домену «%d» за " "допомогою libxenlight" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "Шлях до агента %s є занадто довгим для призначення" - msgid "All identities provided by the SSH Agent were rejected" msgstr "Всім профілям, наданим агентом SSH, було відмовлено" @@ -1763,9 +1748,6 @@ msgstr "" "Сервером відмовлено у розпізнаванні за всіма методами розпізнавання і за " "всіма реєстраційними даними" -msgid "All requests done" -msgstr "Всі запити виконано" - msgid "Allocate or free some pages in the pool for NUMA cell." msgstr "Розподілити або вивільнити сторінки у буфері для комірки NUMA." @@ -1810,9 +1792,6 @@ msgid "Argument 'node' %zu outranges defined number of NUMA nodes" msgstr "" "Аргумент «node», %zu, лежить поза межами визначеної кількості вузлів NUMA" -msgid "Argument buffer too small" -msgstr "Буфер аргументів є занадто малим" - msgid "Arguments must be non null" msgstr "Аргументи мають бути ненульовими" @@ -1927,9 +1906,6 @@ msgstr "" msgid "Audit is not supported by the kernel" msgstr "У ядрі не передбачено підтримки аудиту" -msgid "Authentication failed" -msgstr "Помилка розпізнавання" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -1983,9 +1959,6 @@ msgstr "" msgid "Bad prefix name '%s' for resctrl monitor" msgstr "Помилкова назва префікса, «%s», для засобу спостереження resctrl" -msgid "Bad value for ai_flags" -msgstr "Помилкове значення для ai_flags" - msgid "Bad value for nativeMode" msgstr "Помилкове значення nativeMode" @@ -2453,9 +2426,6 @@ msgstr "Не вдалося визначити шлях до файла стан msgid "Can't determine socket paths" msgstr "Не вдалося визначити адреси сокетів" -msgid "Can't determine user directory" -msgstr "Не вдалося визначити каталог користувача" - #, c-format msgid "Can't find boot device of type: %d, device index: %d" msgstr "Не вдалося знайти пристрій завантаження типу %d, індекс пристрою: %d" @@ -2487,9 +2457,6 @@ msgstr "Не вдалося ініціалізувати SDK Parallels" msgid "Can't initialize access manager" msgstr "Не вдалося ініціалізувати засіб керування доступом" -msgid "Can't initialize logging" -msgstr "Не вдалося ініціалізувати ведення журналу" - #, c-format msgid "Can't load config file: %s: %s" msgstr "Не вдалося завантажити файл налаштувань: %s: %s" @@ -2704,9 +2671,6 @@ msgstr "Не вдалося створити каталог журналу «%s msgid "Cannot create macvlan devices on this platform" msgstr "На цій платформі неможливо створювати пристрої macvlan" -msgid "Cannot create pipe for child" -msgstr "Не вдалося створити канал для дочірнього процесу" - #, c-format msgid "Cannot create resctrl directory '%s'" msgstr "Не вдалося створити каталог resctrl «%s»" @@ -2736,13 +2700,6 @@ msgstr "Не можна від'єднувати пристрій %s без ал msgid "Cannot determine balloon device path" msgstr "Не вдалося визначити шлях до пристрою допоміжної пам’яті" -#, c-format -msgid "Cannot determine basename for binary '%s'" -msgstr "Не вдалося визначити базову назву для виконуваного файла «%s»" - -msgid "Cannot determine free memory" -msgstr "Не вдалося визначити об’єм вільної пам’яті" - msgid "Cannot determine system clock HZ" msgstr "Не вдалося визначити частоту системного годинника" @@ -2985,9 +2942,6 @@ msgstr "Не вдалося відкрити /dev/urandom" msgid "Cannot open /proc/cgroups" msgstr "Не вдалося відкрити /proc/cgroups" -msgid "Cannot open fifo pipe" -msgstr "Не вдалося відкрити канал fifo" - #, c-format msgid "Cannot open init control %s" msgstr "Не вдалося відкрити засіб керування init %s" @@ -3166,10 +3120,6 @@ msgstr "Не вдалося обробити номер контролера %s" msgid "Cannot parse mode string" msgstr "Не вдалося обробити рядок режиму" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "Не вдалося обробити число з «%s»" - #, c-format msgid "Cannot parse resctrl schema level '%s'" msgstr "Не вдалося обробити рівень бази даних resctrl «%s»" @@ -3482,9 +3432,6 @@ msgstr "Не вдалося записати pid до файла завдань msgid "Capacity" msgstr "Місткість" -msgid "Capacity cannot be empty." -msgstr "Запис можливості не може бути порожнім." - msgid "Capacity:" msgstr "Місткість:" @@ -3983,10 +3930,6 @@ msgstr "Не вдалося змінити параметри використа msgid "Could not change scheduler parameters: %s" msgstr "Не вдалося змінити параметри планувальника: %s" -#, c-format -msgid "Could not close %s" -msgstr "Не вдалося закрити %s" - #, c-format msgid "Could not complete transfer: %s (%d)" msgstr "Не вдалося завершити передавання: %s (%d)" @@ -4014,14 +3957,6 @@ msgstr "Не вдалося скопіювати том: %s" msgid "Could not create CDATA element" msgstr "Не вдалося створити елемент CDATA" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "Не вдалося створити екземпляр сеансу, rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "Не вдалося створити екземпляр VirtualBox, rc = 0x%08x" - msgid "Could not create WQL filter" msgstr "Не вдалося створити фільтр WQL" @@ -4088,9 +4023,6 @@ msgstr "Не вдалося десеріалізувати запис надси msgid "Could not destroy domain: %s" msgstr "Не вдалося знищити домен: %s" -msgid "Could not determine home directory" -msgstr "Не вдалося визначити домашній каталог" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "Не вдалося визначити версію ядра за рядком %s" @@ -4604,10 +4536,6 @@ msgstr "Не вдалося обробити значення «bonding/use_carr msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "Не вдалося обробити запис «bridge/stp_state» «%s» для «%s»" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "Не вдалося визначити IID з «%s», rc = 0x%08x" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "Не вдалося обробити значення MTU «%s»" @@ -4662,18 +4590,10 @@ msgstr "Не вдалося обробити файл USB %s" msgid "Could not parse valid disk index from '%s'" msgstr "Не вдалося визначити коректний індекс диска з «%s»" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "Не вдалося визначити номер версії на основі «%s»" - #, c-format msgid "Could not press key %d" msgstr "Не вдалося натиснути клавішу %d" -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "Не вдалося надіслати запит щодо значення регістру «%s\\%s»" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "Не вдалося прочитати «%s» з налаштувань для контейнера %d" @@ -4863,16 +4783,9 @@ msgstr "Не вдалося передати дані: %s (%d)" msgid "Could not translate keycode" msgstr "Не вдалося транслювати код клавіші" -#, c-format -msgid "Could not trigger socket action: %s (%d)" -msgstr "Не вдалося задіяти дію з сокетом: %s (%d)" - msgid "Could not verify disk address" msgstr "Не вдалося перевірити адресу диска" -msgid "Could not wait for transfer" -msgstr "Не вдалося дочекатися передавання" - #, c-format msgid "Could not wait for transfer: %s (%d)" msgstr "Не вдалося дочекатися передавання: %s (%d)" @@ -4881,9 +4794,6 @@ msgstr "Не вдалося дочекатися передавання: %s (%d) msgid "Could not wipe volume: %s" msgstr "Не вдалося витерти том: %s" -msgid "Could not write to stream" -msgstr "Не вдалося виконати запис до потоку даних" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "Не вдалося створити файл блокування для пристрою «%s» за адресою «%s»" @@ -5568,9 +5478,6 @@ msgstr "" "У домені XML не міститься жодних файлових дисків, не вдалося визначити " "сховище даних і шлях до файла VMX" -msgid "Domain XML must contain at least one <disk> element." -msgstr "XML домену має містити принаймні один елемент <disk>." - msgid "Domain already contains a device with the same address" msgstr "Домен уже містить пристрій із тією ж адресою" @@ -5818,9 +5725,6 @@ msgstr "Дублювання концентратора USB на каналі %u msgid "Duplicate cache type in resctrl for level %u" msgstr "Дублювання типу кешу у resctrl для рівня %u" -msgid "Duplicate key" -msgstr "Дублювання ключа" - #, c-format msgid "Duplicate security driver %s" msgstr "Дублювання драйвера захисту %s" @@ -5905,9 +5809,6 @@ msgstr "Порожня відповідь під час %s" msgid "Enabled" msgstr "Увімкнено" -msgid "End of file from agent monitor" -msgstr "Отримано символ кінця файла від монітора агентів" - msgid "End of file from qemu monitor" msgstr "Отримано символ кінця файла від монітора qemu" @@ -5981,12 +5882,6 @@ msgstr "Слід надати зворотний виклик сповіщенн msgid "Error opening file %s" msgstr "Помилка під час відкриття файла %s" -msgid "Error parsing 'path'. Invalid characters." -msgstr "Помилка при розборі «path». Неприпустимі символи." - -msgid "Error parsing volume XML." -msgstr "Помилка обробки XML тому." - #, c-format msgid "Error reading secret: %s" msgstr "Помилка під час читання ключа: %s" @@ -6011,13 +5906,6 @@ msgstr "" msgid "Error while creating diff storage, rc=%08x" msgstr "Помилка під час спроби створити сховище різниць, rc=%08x" -#, c-format -msgid "Error while getting %s address info" -msgstr "Помилка при отриманні відомостей адреси %s" - -msgid "Error while opening SSH session." -msgstr "Помилка при відкриванні сеансу SSH." - msgid "Error while processing command's IO" msgstr "Помилка під час обробки даних введення-виведення команди" @@ -6034,10 +5922,6 @@ msgstr "Помилка під час читання назви домену" msgid "Error while removing hostonly network interface, rc=%08x" msgstr "Помилка під час спроби вилучити мережевий інтерфейс hostonly, rc=%08x" -#, c-format -msgid "Escape character is %s\n" -msgstr "Символом екранування є %s\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "Індекс контролера ethernet %d лежить поза межами діапазону [0..3]" @@ -6601,10 +6485,6 @@ msgstr "Не вдалося завершити побудову ієрархіч msgid "Failed to connect socket to '%s'" msgstr "Не вдалося з’єднати сокет з «%s»" -#, c-format -msgid "Failed to connect to %s" -msgstr "Не вдалось приєднатись до %s" - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "Не вдалося встановити з’єднання з віддаленою адресою libvirt %s: %s" @@ -6760,12 +6640,6 @@ msgstr "Не вдалося створити вузловий пристрій msgid "Failed to create nvram dir %s" msgstr "Не вдалося створити каталог nvram %s" -msgid "Failed to create pipe" -msgstr "Не вдалося створити канал" - -msgid "Failed to create pipe for migration" -msgstr "Не вдалося створити канал для перенесення" - #, c-format msgid "Failed to create pool %s" msgstr "Не вдалося створити буфер %s" @@ -7774,10 +7648,6 @@ msgstr "Не вдалося прочитати файл контрольної msgid "Failed to read file '%s'" msgstr "Не вдалося прочитати файл «%s»" -#, c-format -msgid "Failed to read from %s" -msgstr "Не вдалося виконати читання з %s" - msgid "Failed to read from signal pipe" msgstr "Помилка читання каналу сигналів" @@ -8408,9 +8278,6 @@ msgstr "Помилка." msgid "Failure action %s is not supported by sanlock" msgstr "Дія у відповідь на помилку %s не підтримується sanlock" -msgid "Failure establishing SSH session." -msgstr "Не вдалось створити сеанс SSH." - #, c-format msgid "Failure in libvirt_lxc startup: %s\n" msgstr "Помилка під час запуску libvirt_lxc: %s\n" @@ -8435,19 +8302,6 @@ msgstr "Можливості %s, потрібної для моделі проц msgid "Field '%s' too long for destination" msgstr "Поле «%s» є занадто довгим для призначення" -msgid "" -"Field <currentMemory> on the domain XML file is missing or has invalid value" -msgstr "" -"Поле <currentMemory> у файлі домену XML пропущено або має некоректне значення" - -msgid "Field <memory> on the domain XML file is missing or has invalid value" -msgstr "" -"Поле <memory> у файлі XML домену не вказано або це поле містить некоректне " -"значення" - -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "У файлі XML домену немає поля <src> у елементі <disk>." - msgid "Field kernel memory too long for destination" msgstr "Поле пам’яті ядра є занадто довгим для призначення" @@ -8658,9 +8512,6 @@ msgstr "Помилка дії GET: %s" msgid "GNUTLS call error" msgstr "помилка виклику GNUTLS" -msgid "GNUTLS support not available in this build" -msgstr "У цьому варіанті програми не передбачено підтримки GNUTLS" - msgid "Get block device size info for a domain." msgstr "Отримати дані щодо розміру блокового пристрою для домену." @@ -9370,9 +9221,6 @@ msgstr "" "Тип інтерфейсу hostdev у поточній версії підтримується лише на віртуальних " "функціях SR-IOV" -msgid "Interrupted by a signal" -msgstr "Перервано за сигналом" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "некоректне значення «nativeMode='%s'» у елементі <tag> vlan" @@ -10449,9 +10297,6 @@ msgstr "" "Для розпізнавання за допомогою закритого ключа слід вказати шлях до файла " "ключа" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "Ключ має бути порожнім, Power Hypervisor створить такий ключ." - msgid "Key of the current session differs from the key at last login" msgstr "Ключ поточного сеансу не збігається з ключем під час останнього входу" @@ -10661,10 +10506,6 @@ msgstr "" "Помилкове форматування запису налаштування «%s» «uri_aliases», слід " "використовувати формат «псевдонім=адреса://вузол/шлях»" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "Помилкове форматування формального виразу «білого» списку TLS: «%s»" - msgid "Malformed auth_pending field in JSON state document" msgstr "Помилкове форматування поля auth_pending у документі щодо стану JSON" @@ -10873,9 +10714,6 @@ msgstr "Ширину каналу пам'яті для вузла %u вже ви msgid "Memory Bandwidth value exceeding 100 is invalid." msgstr "Значення ширини каналу пам'яті, що перевищує 100, є некоректним." -msgid "Memory allocation failure" -msgstr "Помилка виділення пам'яті" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -11674,9 +11512,6 @@ msgstr "Назва моделі містить неправильні симво msgid "Modifies an existing IOThread of the guest domain." msgstr "Вносить зміни до наявного IOThread гостьового домену." -msgid "Monitor does not support sending of file descriptors" -msgstr "Монітором не підтримується надсилання дескрипторів файлів" - #, c-format msgid "Monitor path %s too big for destination" msgstr "Шлях монітора %s є занадто довгим для призначення" @@ -11867,9 +11702,6 @@ msgstr "Назва" msgid "Name of chain is longer than %u characters" msgstr "Назва ланцюжка є довшою за %u символів" -msgid "Name or service not known" -msgstr "Назва або служба невідома" - msgid "Name:" msgstr "Назва:" @@ -11960,10 +11792,6 @@ msgstr "" msgid "Network device type is not supported" msgstr "Підтримки типу мережевих пристроїв не передбачено" -msgid "Network driver does not support DHCP lease query" -msgstr "" -"У драйвері мережі не передбачено підтримки запитів на отримання адреси DHCP" - #, c-format msgid "Network filter %s XML configuration edited.\n" msgstr "XML-налаштування фільтра мережі %s змінено.\n" @@ -12148,9 +11976,6 @@ msgstr "Немає активного завдання роботи з блок msgid "No active operation on device: %s" msgstr "Жодної активної дії над пристроєм: %s" -msgid "No address associated with hostname" -msgstr "З цим іменем вузла не пов’язано жодної назви вузла" - msgid "No addresses to bind to" msgstr "Немає адрес для прив'язки" @@ -12193,10 +12018,6 @@ msgstr "Не знайдено клієнтів із ідентифікаторо msgid "No complete agent response found in %d bytes" msgstr "У %d байтах не знайдено повної відповіді агента" -#, c-format -msgid "No complete monitor response found in %d bytes" -msgstr "Не знайдено повної відповіді монітора у %d байтах" - #, c-format msgid "No current block job for %s" msgstr "Немає поточних блокових завдань для %s" @@ -12505,9 +12326,6 @@ msgstr "Вказано непорожній список можливостей msgid "Non-endpoint PCI devices cannot be assigned to guests" msgstr "Некінцеві пристрої PCI не можна пов’язувати із гостьовими системами" -msgid "Non-recoverable failure in name resolution" -msgstr "Невиправна проблема у розв'язанні імен" - msgid "None" msgstr "Немає" @@ -12665,12 +12483,6 @@ msgstr "Показувати можна лише %d процесорів\n" msgid "Only '%s' filesystem type is supported" msgstr "Передбачено підтримку лише типу файлових систем «%s»" -msgid "Only 'credit' scheduler is supported" -msgstr "Передбачено підтримку лише планувальника «credit»" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "Передбачено підтримку лише адаптерів «scsi_host»" - msgid "Only 1 IDE controller is supported" msgstr "Передбачено підтримку лише одного контролера IDE" @@ -13063,9 +12875,6 @@ msgid "PCI device '%04x:%02x:%02x.%x' can only be listed once in network %s" msgstr "" "Пункт пристрою PCI «%04x:%02x:%02x.%x» у списку мережі %s може бути лише один" -msgid "PCI host devices must use 'pci' address type" -msgstr "пристрої PCI основної системи мають використовувати тип адреси «pci»" - msgid "PID file (unless overridden by -p):" msgstr "Файл PID (якщо не перевизначено за допомогою -p):" @@ -13126,9 +12935,6 @@ msgstr "Підтримки параметра «%s» цим ядром не пе msgid "Parameter 'min_guarantee' not supported by QEMU." msgstr "Підтримки параметра «min_guarantee» у QEMU не передбачено." -msgid "Parameter string not correctly encoded" -msgstr "Помилкове кодування рядка параметрів" - msgid "Parent" msgstr "Батьківський" @@ -13348,20 +13154,6 @@ msgid "Port reclaim requested but plug type is none" msgstr "" "Надіслано запит щодо повторного використання порту, але немає типу з'єднання" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"Ймовірно, у вашому LPAR не встановлено IBM Tools. Зв’яжіться зі службою " -"підтримки для вмикання цієї можливості." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"Ймовірно, у вашому LPAR не встановлено IBM Tools. Зв’яжіться зі службою " -"підтримки для вмикання цієї можливості." - msgid "Post-copy" msgstr "Пост-копіювання" @@ -13448,9 +13240,6 @@ msgstr "Процес завершив роботу до exec" msgid "Processes %d refused to die" msgstr "Не вдалося завершити роботу процесів %d" -msgid "Processing request in progress" -msgstr "Виконується обробка запиту" - #, c-format msgid "Processor mask of target NUMA node %zu doesn't match source" msgstr "Маска процесора вузла NUMA цілі %zu не відповідає масці джерела" @@ -13710,14 +13499,6 @@ msgstr "" msgid "Refusing to undefine while snapshots exist" msgstr "Відмова у скасуванні визначення, оскільки існують знімки" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "Значення регістру «%s\\%s» належить до неочікуваного типу" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "Значення запису регістру «%s\\%s» є занадто коротким" - msgid "Relative backing during copy not supported yet" msgstr "Підтримки відносного резервування під час копіювання ще не передбачено" @@ -13765,12 +13546,6 @@ msgstr "Замінити XML домену, пов’язаного з файло msgid "Reply message incorrect" msgstr "Повідомлення відповіді є некоректним" -msgid "Request canceled" -msgstr "Запит було скасовано" - -msgid "Request not canceled" -msgstr "Запит не скасовано" - #, c-format msgid "" "Requested TSC frequency %llu Hz does not match host (%llu Hz) and TSC " @@ -14390,9 +14165,6 @@ msgstr "Сервер для отримання обмежень щодо клі msgid "Server to retrieve threadpool attributes from." msgstr "Сервер, з якого слід отримати атрибути threadpool." -msgid "Servname not supported for ai_socktype" -msgstr "Servname не підтримується для ai_socktype" - msgid "Set a secret value." msgstr "Встановити значення ключа." @@ -14971,9 +14743,6 @@ msgstr "Не знайдено тому сховища" msgid "Storage volume not found: %s" msgstr "Не знайдено тому сховища: %s" -msgid "StoragePool name already exists." -msgstr "Назва StoragePool вже існує." - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "" @@ -15085,9 +14854,6 @@ msgstr "" "Перемкнути запущений процес перенесення з перед-копіювання на пост-" "копіювання. Перенесення має бути запущено із параметром --postcopy." -msgid "System error" -msgstr "Системна помилка" - msgid "System is in use" msgstr "Система використовується" @@ -15912,9 +15678,6 @@ msgstr "" msgid "Target watchdog model %s does not match source %s" msgstr "Модель сторожовика призначення, %s, не відповідає моделі джерела, %s" -msgid "Temporary failure in name resolution" -msgstr "Тимчасова проблема у розв'язанні імен" - msgid "Thaw domain's mounted filesystems." msgstr "Розморозити файлові системи домену." @@ -16303,9 +16066,6 @@ msgstr "Підтримки параметра часу очікування не msgid "Timeout waiting for %s invocation" msgstr "Очікування на виклик %s" -msgid "Timestamp string conversion failed" -msgstr "Не вдалося виконати перетворення рядка часової позначки" - msgid "Title" msgstr "Заголовок" @@ -16572,9 +16332,6 @@ msgstr "Підтримки типу «%s» для <interface type='vhostuser'> msgid "UEFI requires ACPI on this architecture" msgstr "На цій архітектурі UEFI потребує ACPI" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "На цій платформі сокети доменів UNIX не підтримуються" - msgid "UNIX socket address is required" msgstr "Потрібна адреса сокета UNIX" @@ -16680,9 +16437,6 @@ msgstr "Не вдалося отримати доступ до потоку да msgid "Unable to acquire lock on '%s'" msgstr "Не вдалося встановити блокування для «%s»" -msgid "Unable to add LPAR to the table" -msgstr "Не вдалося додати LPAR до таблиці" - msgid "Unable to add address to interface multicast list on this platform" msgstr "" "Неможливо додати адресу до списку трансляції інтерфейсів на цій платформі" @@ -16697,10 +16451,6 @@ msgstr "Не вдалося додати дескриптор файла epoll" msgid "Unable to add extra data" msgstr "Не вдалося додати додаткові дані" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "Не вдалося додати дескриптор %d до циклу подій" - msgid "Unable to add hard disk to media Registry" msgstr "Не вдалося додати жорсткий диск до реєстру носіїв даних" @@ -16962,10 +16712,6 @@ msgstr "Не вдалося створити ВМ KVM для зондуванн msgid "Unable to create KVM vCPU for TSC probing" msgstr "Не вдалося створити віртуальний процесор KVM для зондування TSC" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "Не вдалося створити LPAR. Причина: «%s»" - #, c-format msgid "Unable to create RNG parser for %s" msgstr "Не вдалося створити обробник RNG для %s" @@ -16974,20 +16720,12 @@ msgstr "Не вдалося створити обробник RNG для %s" msgid "Unable to create RNG validation context %s" msgstr "Не вдалося створити контекст перевірки RNG, %s" -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "Не вдалося створити буфер даних: %s" - msgid "Unable to create TAP devices on this platform" msgstr "На цій платформі створення пристроїв TAP неможливе" msgid "Unable to create UNIX socket" msgstr "Не вдалося створити сокет UNIX" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "Не вдалося створити том: %s" - msgid "Unable to create blkid library handle" msgstr "Не вдалося створити обробник бібліотеки ідентифікаторів блоків" @@ -17038,18 +16776,9 @@ msgstr "Не вдалося створити реєстр носіїв" msgid "Unable to create migration thread" msgstr "Не вдалося створити потік обробки для перенесення" -msgid "Unable to create new virtual adapter" -msgstr "Не вдалося створити віртуальний адаптер" - -msgid "Unable to create pipe" -msgstr "Не вдалося створити канал" - msgid "Unable to create rule" msgstr "Не вдалося створити правило" -msgid "Unable to create signal pipe" -msgstr "Не вдалося створити канал сигналу" - msgid "Unable to create socket" msgstr "Не вдалося створити сокет" @@ -17112,10 +16841,6 @@ msgstr "Не вдалося вилучити запис носія даних, r msgid "Unable to delete port %s from OVS" msgstr "Не вдалося вилучити порт %s з OVS" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "Не вдалося знищити буфер даних: %s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "Не вдалося визначити файлову систему %s" @@ -17123,9 +16848,6 @@ msgstr "Не вдалося визначити файлову систему %s" msgid "Unable to determine Partition Type, requires build --overwrite" msgstr "Не вдалося визначити тип розділу, потрібна команда build --overwrite" -msgid "Unable to determine config directory" -msgstr "Не вдалося визначити місце каталогу з налаштуваннями" - #, c-format msgid "Unable to determine current file inode: %s" msgstr "Не вдалося визначити inode поточного файла: %s" @@ -17134,21 +16856,6 @@ msgstr "Не вдалося визначити inode поточного файл msgid "Unable to determine current file offset: %s" msgstr "Не вдалося визначити відступ поточного файла: %s" -msgid "Unable to determine domain's CPU." -msgstr "Не вдалося визначити процесор домену." - -msgid "Unable to determine domain's max memory." -msgstr "Не вдалося визначити максимальний об’єм пам’яті домену." - -msgid "Unable to determine domain's memory." -msgstr "Не вдалося визначити об’єм пам’яті домену." - -msgid "Unable to determine domain's name." -msgstr "Не вдалося визначити назву домену." - -msgid "Unable to determine home directory" -msgstr "Не вдалося визначити місце домашнього каталогу" - #, c-format msgid "Unable to determine model for SCSI controller idx=%d" msgstr "Не вдалося визначити модель контролера SCSI, idx=%d" @@ -17156,33 +16863,6 @@ msgstr "Не вдалося визначити модель контролера msgid "Unable to determine mount table on this platform" msgstr "Не вдалося визначити таблицю монтування на цій платформі" -msgid "Unable to determine number of domains." -msgstr "Не вдалося визначити кількість доменів." - -msgid "Unable to determine storage pool's name." -msgstr "Не вдалося визначити назву сховища резервних даних." - -msgid "Unable to determine storage pool's uuid." -msgstr "Не вдалося визначити UUID сховища резервних даних." - -msgid "Unable to determine storage pools's size." -msgstr "Не вдалося визначити розмір сховища резервних даних." - -msgid "Unable to determine storage pools's source adapter." -msgstr "Не вдалося визначити адаптер джерела сховища резервних даних." - -msgid "Unable to determine storage sp's name." -msgstr "Не вдалося визначити назву сховища даних sp." - -msgid "Unable to determine storage sp's uuid." -msgstr "Не вдалося визначити UUID сховища даних sp." - -msgid "Unable to determine storage sps's size." -msgstr "Не вдалося визначити розмір sps сховища." - -msgid "Unable to determine storage sps's source adapter." -msgstr "Не вдалося визначити адаптер джерела sps сховища резервних даних." - msgid "Unable to disable nagle algorithm" msgstr "Не вдалося вимкнути використання алгоритму nagle" @@ -17290,10 +16970,6 @@ msgstr "Не вдалося виявити належне значення у з msgid "Unable to find filesystem type for %s" msgstr "Не вдалося визначити тип файлової системи %s" -#, c-format -msgid "Unable to find security driver for model %s" -msgstr "Не вдалося знайти драйвер захисту для моделі %s" - #, c-format msgid "Unable to find the hard disk with uuid %s" msgstr "Не вдалося знайти жорсткий диск із UUID %s" @@ -17325,9 +17001,6 @@ msgstr "Не вдалося заморозити файлові системи" msgid "Unable to generate diffie-hellman parameters: %s" msgstr "Не вдалося визначити параметри Діфі-Гелмана: %s" -msgid "Unable to generate random uuid." -msgstr "Не вдалося створити випадкове значення uuid." - #, c-format msgid "Unable to get ACLs on %s" msgstr "Не вдалося отримати ACL на %s" @@ -17379,12 +17052,6 @@ msgstr "На цій платформі неможливо визначити з msgid "Unable to get STP on %s on this platform" msgstr "На цій платформі неможливо визначити STP на %s" -msgid "Unable to get VIOS name" -msgstr "Не вдалося отримати назву VIOS" - -msgid "Unable to get VIOS profile name." -msgstr "Не вдалося отримати назву профілю VIOS." - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "Неможливо отримати VLAN інтерфейсу %s" @@ -17490,9 +17157,6 @@ msgstr "Не вдалося отримати дані щодо файлових msgid "Unable to get free loop device via ioctl" msgstr "Не вдалося отримати вільний петльовий пристрій за допомогою ioctl" -msgid "Unable to get free slot number" -msgstr "Не вдалося отримати номер вільного слота" - msgid "Unable to get hard disk format" msgstr "Не вдалося отримати дані щодо формату жорсткого диска" @@ -17729,12 +17393,6 @@ msgstr "Не вдалося визначити контекст SELinux проц msgid "Unable to make TAP device non-persistent" msgstr "Неможливо зробити пристрій TAP тимчасовим" -msgid "Unable to make pipe" -msgstr "Не вдалося створити канал" - -msgid "Unable to make pipes" -msgstr "Не вдалося створити канали обробки" - msgid "Unable to mark loop device as autoclear" msgstr "Не вдалося позначити пристрій петлі (loop) прапорцем autoclear" @@ -17816,10 +17474,6 @@ msgstr "Не вдалося відкрити файлову систему %s" msgid "Unable to open log file %s" msgstr "Не вдалося відкрити файл журналу %s" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "Не вдалось відкрити путь %s" - #, c-format msgid "Unable to open resource %s" msgstr "Не вдалося відкрити ресурс %s" @@ -17927,9 +17581,6 @@ msgstr "Не вдалося обробити xml" msgid "Unable to parse: %s" msgstr "не вдалося обробити %s" -msgid "Unable to poll on file handles" -msgstr "Не можна опитувати дескриптори файлів" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "Не вдалося попередньо створити файл символьного пристрою «%s»" @@ -17950,9 +17601,6 @@ msgstr "Неможливо зондувати частоту TSC" msgid "Unable to process file with flags %d" msgstr "Не вдалося обробити файл з прапорцями %d" -msgid "Unable to put monitor into non-blocking mode" -msgstr "Не вдалось перевести монітор у неблокуючий режим" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "Не вдалося визначити основні обмеження сертифіката %s, %s" @@ -18098,10 +17746,6 @@ msgstr "Не вдалося вилучити метадані %d знімків" msgid "Unable to remove snapshot %s" msgstr "Не вдалося вилучити знімок %s" -#, c-format -msgid "Unable to remove stale pidfile %s" -msgstr "Не вдалося вилучити застарілий файл pid %s" - #, c-format msgid "Unable to remove stale socket path: %s" msgstr "Не вдалося вилучити застарілий шлях до сокета: %s" @@ -18387,9 +18031,6 @@ msgstr "Не вдалося встановити список відкликан msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "Не вдалося встановити ключ та сертифікат x509: %s, %s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "Не вдалося налаштувати канал пробудження" - #, c-format msgid "Unable to split FD list '%s'" msgstr "Не вдалося поділити список дескрипторів файлів «%s» на записи" @@ -18475,9 +18116,6 @@ msgstr "Очікування на DAD у IPv6 на цій платформі н msgid "Unable to wait for child process" msgstr "Не вдалося дочекатися завершення роботи від дочірнього процесу" -msgid "Unable to wait on agent monitor condition" -msgstr "Не вдалося дочекатися умови монітора агентів" - msgid "Unable to wait on epoll" msgstr "Не вдалося зачекати на epoll" @@ -18497,9 +18135,6 @@ msgstr "Не вдалося встановити спостереження за msgid "Unable to write %s" msgstr "Не вдалося записати %s" -msgid "Unable to write information to local file." -msgstr "На вдалося виконати запис даних до локального файла." - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "Не вдається записати pid-файл '%s/%s.pid'" @@ -18758,10 +18393,6 @@ msgstr "Несподівано отримано порт мережі без м msgid "Unexpectedly got a network port without a plug" msgstr "Несподівано отримано порт мережі без з'єднання" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "Непридатна до обробки подія %d для дескриптора файла монітора %d" - msgid "Unknown" msgstr "Невідомо" @@ -19927,11 +19558,6 @@ msgstr "У Xen передбачено підтримку лише машин «x msgid "You are trying to remove a snapshot which does not exists" msgstr "Ви намагаєтеся вилучити знімок, якого не існує" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "" -"Ви намагаєтеся встановити кількість процесорів, яка є більшою за максимально " -"можливу." - msgid "You must map the root user of container" msgstr "Вам слід пов’язати запис кореневого користувача контейнера" @@ -20144,12 +19770,6 @@ msgstr "після повернення змінити стан на «приз msgid "after reverting, change state to running" msgstr "після повернення змінити стан на «запущений»" -msgid "ai_family not supported" -msgstr "ai_family не підтримується" - -msgid "ai_socktype not supported" -msgstr "ai_socktype не підтримується" - #, c-format msgid "algorithm=%d is not supported" msgstr "Підтримки алгоритму=%d не передбачено" @@ -20208,18 +19828,12 @@ msgstr "об’єм даних, які слід вивантажити" msgid "an <auth> definition already found for disk source" msgstr "визначення <auth> вже виявлено для джерела диска" -msgid "an <auth> definition already found for the <disk> definition" -msgstr "визначення <auth> вже виявлено для визначення <disk>" - msgid "an <auth> definition already found for the <hostdev> iSCSI definition" msgstr "визначення <auth> вже знайдено для визначення iSCSI <hostdev>" msgid "an <encryption> definition already found for disk source" msgstr "визначення <encryption> вже виявлено для джерела диска" -msgid "an <encryption> definition already found for the <disk> definition" -msgstr "визначення <encryption> вже виявлено для визначення <disk>" - #, c-format msgid "an IOThread is already using iothread_id '%u'" msgstr "потік введення-виведення вже використовує iothread_id «%u»" @@ -21250,9 +20864,6 @@ msgstr "" msgid "cannot create path '%s'" msgstr "не вдалося створити каталог «%s»" -msgid "cannot create pipe" -msgstr "не вдалося створити канал" - msgid "cannot create pipe for tunnelled migration" msgstr "не вдалося створити канал для тунельованого перенесення" @@ -21540,10 +21151,6 @@ msgstr "не вдалося отримати прапорці інтерфейс msgid "cannot get file context of '%s'" msgstr "не вдалося отримати контекст файла «%s»" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "не вдалося отримати список груп для «%s»" - msgid "cannot get host CPU capabilities" msgstr "не вдалося визначити можливості процесора основної системи" @@ -23275,10 +22882,6 @@ msgstr "неможливо використати запис гіпервізо msgid "could not use Xen hypervisor entry %s" msgstr "неможливо використати запис гіпервізора Xen %s" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "не вдалося записати файл pid %s для %d" - msgid "couldn't fetch array of leases" msgstr "не вдалося отримати масив надання" @@ -23549,11 +23152,6 @@ msgid "data sources cannot be used for non-blocking streams" msgstr "" "джерела даних не можна використовувати для потоків даних без блокування" -msgid "dbus-vmstate object is not supported by this QEMU binary" -msgstr "" -"У цьому виконуваному файлі QEMU не передбачено підтримки об'єктів dbus-" -"vmstate" - msgid "debug" msgstr "діагностика" @@ -23978,11 +23576,6 @@ msgstr "канал диска «%s» не можна з’єднувати у « msgid "disk bus '%s' cannot be updated." msgstr "дисковий канал «%s» не можна оновлювати." -msgid "disk device 'lun' using target 'scsi' must use 'raw' format" -msgstr "" -"дисковий пристрій «lun», що використовує ціль «scsi», має використовувати " -"формат «raw»" - #, c-format msgid "disk device type '%s' cannot be detached" msgstr "дискові пристрої типу «%s» не можна від’єднувати" @@ -24083,12 +23676,6 @@ msgstr "не вказано шляху до джерела диска" msgid "disk target %s not found" msgstr "не знайдено диска призначення %s" -#, c-format -msgid "disk type 'virtio' of '%s' does not support ejectable media" -msgstr "" -"для типу дисків «virtio» «%s» не передбачено підтримки виштовхуваних носіїв " -"даних" - msgid "disk vendor is more than 8 characters" msgstr "довжина назви виробника диска перевищує 8 символів" @@ -24290,9 +23877,6 @@ msgstr "у домені є активне блокове завдання" msgid "domain has assigned host devices" msgstr "у домені є пов’язані пристрої основної системи" -msgid "domain has assigned non-USB host devices" -msgstr "з доменом пов’язано пристрої основної системи, які не є пристроями USB" - msgid "domain has no snapshots" msgstr "немає жодного знімка домену" @@ -24363,9 +23947,6 @@ msgstr "назва домену або uuid" msgid "domain name, id or uuid" msgstr "назва домену, id або uuid" -msgid "domain requires dbus-vmstate support" -msgstr "домен потребує підтримки dbus-vmstate" - msgid "domain save job" msgstr "завдання зі збереження домену" @@ -24670,10 +24251,6 @@ msgid "encrypted ploop volumes are not supported with ploop init" msgstr "" "підтримки шифрованих томів ploop із ініціалізацією ploop не передбачено" -msgid "encrypted secret alias requires valid source alias" -msgstr "" -"для шифрованих секретних псевдонімів потрібні чинні початкові псевдоніми" - msgid "encrypted secrets are not supported" msgstr "підтримки шифрування паролів не передбачено" @@ -25340,10 +24917,6 @@ msgstr "не вдалося створити каталог журналу «%s msgid "failed to create logfile %s" msgstr "не вдалось створити журнал %s" -#, c-format -msgid "failed to create pipe: %s" -msgstr "не вдалося створити канал: %s" - msgid "failed to create profile" msgstr "не вдалося створити профіль" @@ -25394,9 +24967,6 @@ msgstr "не вдалося вилучити root.hds тому «%s»" msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "не вдалося знищити (зупинити) інтерфейс %s: %s%s%s" -msgid "failed to determine host name" -msgstr "помилка при отриманні назви вузла" - #, c-format msgid "failed to determine loop exit status: %s" msgstr "не вдалося визначити стан виходу з циклу: %s" @@ -25494,9 +25064,6 @@ msgstr "помилка запиту можливостей" msgid "failed to get cmt scaling factor" msgstr "не вдалося отримати коефіцієнт масштабування cmt" -msgid "failed to get current system time" -msgstr "не вдалося отримати поточний час системи" - msgid "failed to get current time" msgstr "не вдалося визначити поточний час" @@ -26168,9 +25735,6 @@ msgstr "не вдалося дочекатися появи файла «%s»" msgid "failed to wait on condition" msgstr "не вдалося дочекатися виконання умови" -msgid "failed to wake up polling thread" -msgstr "не вдалося пробудити потік опитування" - msgid "failed to wakeup migration tunnel" msgstr "не вдалося пробудити тунель перенесення" @@ -26629,9 +26193,6 @@ msgstr "" "отримати або встановити значення, яке слід використовувати під час " "наступного завантаження" -msgid "getting time of day" -msgstr "отримання часу дня" - msgid "gic-version option is not available with this QEMU binary" msgstr "" "параметр gic-version є недоступним, якщо використовується цей виконуваний " @@ -26648,9 +26209,6 @@ msgstr "назва буфера даних gluster, «%s», не повинна msgid "gluster pool path '%s' must start with /" msgstr "шлях до буфера даних gluster, «%s», має починатися з /" -msgid "gmtime_r failed" -msgstr "помилка gmtime_r" - #, c-format msgid "got unexpected RPC call prog %d vers %d proc %d type %d" msgstr "" @@ -30120,20 +29678,12 @@ msgstr "не вказано елемента назви джерела буфе msgid "missing port attribute in migration data" msgstr "немає атрибута port у даних перенесення" -#, c-format -msgid "missing port in nbd string '%s'" -msgstr "не вказано порт у рядку nbd «%s»" - msgid "missing product" msgstr "не вказано продукт" msgid "missing qemuctime in QEMU capabilities XML" msgstr "у записі XML можливостей QEMU не вистачає qemuctime" -#, c-format -msgid "missing remote information in '%s' for protocol nbd" -msgstr "не вистачає даних з віддаленого кінця у «%s» для протоколу nbd" - msgid "missing remote server specification in JSON backing volume definition" msgstr "" "не вказано специфікації віддаленого сервера у визначення JSON резервного тому" @@ -30347,10 +29897,6 @@ msgstr "пропущено атрибут ідентифікатора типу msgid "missing type in redirdev" msgstr "не вказано типу у redirdev" -#, c-format -msgid "missing unix socket path in nbd backing string %s" -msgstr "не вистачає шляху до сокета UNIX у рядку резервного сховища nbd %s" - msgid "missing username for auth" msgstr "не вказано імені користувача для розпізнавання" @@ -30427,9 +29973,6 @@ msgstr "" "На цій платформі підтримки mkfs не передбачено: не вдалося створити файлову " "систему типу «%s» на пристрої «%s»" -msgid "mktime failed" -msgstr "помилка mktime" - msgid "mode of device reading and writing" msgstr "режим читання та запису для пристрою" @@ -31125,10 +30668,6 @@ msgstr "не знайдено відповідного пристрою до MAC msgid "no device matching MAC address %s found on " msgstr "не знайдено відповідного пристрою до MAC-адреси %s на " -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "не вказано формату диска %s, зондування вимкнено" - #, c-format msgid "no disk found with alias '%s' or id '%s'" msgstr "не знайдено диска з псевдонімом «%s» або ідентифікатором «%s»" @@ -32311,9 +31850,6 @@ msgstr "помилка опитування у libxlTunnel3MigrationSrcFunc" msgid "poll failed in migration tunnel" msgstr "невдала спроба опитування у тунелі перенесення" -msgid "poll on socket failed" -msgstr "помилка опитування сокета" - #, c-format msgid "poll-grow (%u) must be less than or equal to %d" msgstr "poll-grow (%u) має не перевищувати %d" @@ -32596,10 +32132,6 @@ msgstr "надати XML, придатний до перенесень" msgid "ps2 bus does not support %s input device" msgstr "шина ps2 не підтримує пристрій вводу %s" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: не вдалося отримати назву поточного каталогу: %s" - #, c-format msgid "qemu agent didn't provide 'ip-address' field for interface '%s'" msgstr "Агентом qemu не надано поля «ip-address» для інтерфейсу «%s»" @@ -32659,12 +32191,6 @@ msgstr "" msgid "qemu emulator '%s' does not support xen" msgstr "Емулятором QEMU «%s» не підтримується xen" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "" -"QEMU не використовується монітор спостереження за сокетами UNIX, неможливо " -"надіслати дескриптор файла %s" - #, c-format msgid "qemu monitor event callback %d not registered" msgstr "зворотній виклик %d події монітора qemu не зареєстровано" @@ -32884,9 +32410,6 @@ msgstr "" "максимум читання у форматі масштабованого цілого значення (типова одиниця — " "байти)" -msgid "read on wakeup fd failed" -msgstr "спроба читання дескриптора пробудження зазнала невдачі" - #, c-format msgid "read only access prevents %s" msgstr "через наявність доступу лише до читання неможливе виконання %s" @@ -34727,9 +34250,6 @@ msgstr "" msgid "time to set" msgstr "час, який слід встановити" -msgid "time_t overflow" -msgstr "переповнення time_t" - #, c-format msgid "timed out waiting to open tray of '%s'" msgstr "перевищено час очікування на відкриття лотка «%s»" @@ -35154,10 +34674,6 @@ msgstr "перемкнути двоступеневе активне внесе msgid "try harder on risky reverts" msgstr "спробувати важчі або ризиковані повернення" -#, c-format -msgid "try using '%s-noTSX' CPU model" -msgstr "спробуємо скористатися моделлю процесора «%s-noTSX»" - msgid "tty console" msgstr "консоль tty" @@ -35274,14 +34790,6 @@ msgstr "не вдалося встановити з’єднання з серв msgid "unable to create hugepage path %s" msgstr "помилка при створенні шляху для дуже великих сторінок: %s" -#, c-format -msgid "unable to create memory backing path %s" -msgstr "не вдалося створити шлях резервної пам'яті %s" - -#, c-format -msgid "unable to create pipe for %s" -msgstr "не вдалося створити канал для %s" - #, c-format msgid "unable to create rundir %s: %s" msgstr "не вдалося створити каталог запуску %s: %s" @@ -35453,9 +34961,6 @@ msgstr "не вдалося завантажити файл відомих ву msgid "unable to lock %s for metadata change" msgstr "не вдалося заблокувати %s для внесення змін до метаданих" -msgid "unable to make pipe" -msgstr "не вдалося створити канал" - msgid "unable to make terminal raw: console isn't a tty" msgstr "не вдалося створити простий термінал: консоль не належить до типу tty" @@ -35467,9 +34972,6 @@ msgstr "не вдалося відкрити %s" msgid "unable to open host cpu perf event for %s" msgstr "не вдалося відкрити подію perf процесора основної системи для %s" -msgid "unable to open pipe" -msgstr "не вдалося відкрити канал" - msgid "unable to open stream" msgstr "не вдалося відкрити потік" @@ -35546,10 +35048,6 @@ msgstr "не вдалося прочитати дані з дочірнього msgid "unable to read domain master key file" msgstr "не вдалося прочитати файл основного ключа домену" -#, c-format -msgid "unable to read from %s" -msgstr "не вдалося виконати читання з %s" - #, c-format msgid "unable to read server cert %s" msgstr "не вдалося прочитати сертифікат сервера %s" @@ -35561,10 +35059,6 @@ msgstr "не вдалося прочитати файл журналу vmware" msgid "unable to read: %s" msgstr "не вдалося прочитати %s" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "не вдалося відновити попередній стан додаванням порту до містка %s" - msgid "unable to register monitor events" msgstr "не вдалося зареєструвати події монітора" @@ -35692,9 +35186,6 @@ msgstr "не вдалося зачекати на виконання умови msgid "unable to wait on dhcp snoop thread" msgstr "не вдалося дочекатися результатів обробки потоку визначення dhcp" -msgid "unable to wait on libssh2 socket" -msgstr "чекання на сокеті libssh2 неможливе" - #, c-format msgid "unable to write data to '%s'" msgstr "не вдалося виконати запис даних до «%s»" @@ -37267,10 +36758,6 @@ msgstr "непідтримуваний тип диска" msgid "unsupported disk type %s" msgstr "тип дисків «%s» не підтримується" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "тип диска «%s» не підтримується" - #, c-format msgid "unsupported driver name '%s'" msgstr "непідтримувана назва драйвера, «%s»" @@ -37875,9 +37362,6 @@ msgstr "virDomainManagedSaveGetXMLDesc із прапорцем захисту" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "virDomainSnapshotGetXMLDesc з прапорцем безпеки" -msgid "virExec is not implemented for WIN32" -msgstr "virExec не реалізовано для WIN32" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "virFileOpenAs не реалізовано для WIN32" @@ -37890,12 +37374,6 @@ msgstr "virGetGroupID недоступна" msgid "virGetGroupName is not available" msgstr "virGetGroupName недоступна" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory недоступний" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory недоступний" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory недоступна" @@ -37905,9 +37383,6 @@ msgstr "virGetUserID недоступна" msgid "virGetUserName is not available" msgstr "virGetUserName недоступна" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory недоступний" - msgid "virGetUserShell is not available" msgstr "virGetUserShell недоступна" @@ -37954,9 +37429,6 @@ msgstr "Помилка virNWFilterSnoopListDel" msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "virNWFilterSnoopReqNew викликано з некоректним ключем «%s» (%zu)" -msgid "virRun is not implemented for WIN32" -msgstr "virRun не реалізовано для WIN32" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID недоступна" @@ -38439,10 +37911,6 @@ msgstr "підтримки внесення змін до xml не передб msgid "xsd:dateTime value '%s' has unexpected format" msgstr "Значення xsd:dateTime «%s» записано у неочікуваному форматі" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "Значення xsd:dateTime для призначення «%s» є занадто довгим" - msgid "y - yes, start editor again" msgstr "y — так, повторити запуск редактора" diff --git a/po/vi.mini.po b/po/vi.mini.po index 649fe60e81..a2e0bc05b7 100644 --- a/po/vi.mini.po +++ b/po/vi.mini.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2015-03-05 01:32+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/fedora/" @@ -178,9 +178,6 @@ msgstr "Gắn thiết bị đĩa mới" msgid "Attach new network interface." msgstr "Gắn giao diện mạng mới" -msgid "Authentication failed" -msgstr "Xác thực thất bại" - msgid "Autostart" msgstr "Tự khởi chạy" @@ -370,10 +367,6 @@ msgstr "Không thể phân tích thuộc tính <source> 'port' với giao d msgid "Cannot parse controller index %s" msgstr "Không thể phân tích chỉ mục bộ điều khiển %s" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "Không thể phân tích số từ '%s'" - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "Không thể phân tích địa chỉ socket '%s': %s" @@ -399,9 +392,6 @@ msgstr "Không thể tắt chia sẻ không gian tên lắp" msgid "Capacity" msgstr "Dung lượng" -msgid "Capacity cannot be empty." -msgstr "Dung lượng không được để trống." - msgid "Capacity:" msgstr "Dung lượng:" @@ -634,10 +624,6 @@ msgstr "Không thể phân tích tập tin usb %s" msgid "Could not parse valid disk index from '%s'" msgstr "Không thể phân tích chỉ mục đĩa hợp lệ từ '%s'" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "Không thể phân tích số phiên bản từ '%s'" - #, c-format msgid "Could not read 'IP_ADDRESS' from config for container %d" msgstr "Không thể đọc 'IP_ADDRESS' từ cấu hình cho bộ chứa %d" @@ -1061,12 +1047,6 @@ msgstr "Lỗi từ tiến trình con tạo '%s'" msgid "Error opening file %s" msgstr "Lỗi mở tập tin %s" -msgid "Error parsing 'path'. Invalid characters." -msgstr "Lỗi phân tích 'path'. Ký tự không hợp lệ." - -msgid "Error parsing volume XML." -msgstr "Lỗi phân tích XML ổ." - #, c-format msgid "Error reading secret: %s" msgstr "Lỗi đọc bí mật: %s" @@ -1078,13 +1058,6 @@ msgstr "Lỗi khi dựng tường lửa" msgid "Error while building firewall: %s" msgstr "Lỗi khi dựng tường lửa: %s" -#, c-format -msgid "Error while getting %s address info" -msgstr "Lỗi khi lấy thông tin địa chỉ %s" - -msgid "Error while opening SSH session." -msgstr "Lỗi khi mở phiên SSH." - msgid "Error while reading the domain name" msgstr "Lỗi khi đang đọc tên miền" @@ -1318,10 +1291,6 @@ msgstr "Thất bại khi so sánh CPU máy chủ với %s" msgid "Failed to compile regex %s" msgstr "Thất bại khi biên dịch regex %s" -#, c-format -msgid "Failed to connect to %s" -msgstr "Thất bại khi kết nối tới %s" - #, c-format msgid "Failed to convert '%s' to int" msgstr "Thất bại khi chuyển đổi '%s' sang kiểu int" @@ -1372,9 +1341,6 @@ msgstr "Thất bại khi tạo mạng từ %s" msgid "Failed to create node device from %s" msgstr "Thất bại khi tạo thiết bị nút từ %s" -msgid "Failed to create pipe" -msgstr "Thất bại khi tạo ống" - #, c-format msgid "Failed to create pool %s" msgstr "Thất bại khi tạo pool %s" @@ -1720,10 +1686,6 @@ msgstr "Thất bại khi đọc không gian cấu hình PCI cho %s" msgid "Failed to read file '%s'" msgstr "Thất bại khi đọc tập tin '%s'" -#, c-format -msgid "Failed to read from %s" -msgstr "Thất bại khi đọc từ %s" - #, c-format msgid "Failed to read product/vendor ID for %s" msgstr "Thất bại khi đọc ID sản phẩm/nhà cung cấp cho %s" @@ -1911,9 +1873,6 @@ msgstr "Thất bại khi dọn sạch ổ %s" msgid "Failed to write %zu bytes to storage volume with path '%s'" msgstr "Thất bại khi ghi %zu byte vào ổ lưu trữ với đường dẫn '%s'" -msgid "Failure establishing SSH session." -msgstr "Thành lập phiên SSH thất bại." - #, c-format msgid "Feature %s required by CPU model %s not found" msgstr "Tính năng %s cần bởi mẫu CPU %s không tìm thấy" @@ -2307,10 +2266,6 @@ msgstr "Thao tác vport không hợp lệ (%d)" msgid "Job type:" msgstr "Kiểu công việc" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "" -"Khóa phải để trống, Trình quản lý máy ảo cấp Power sẽ tạo một cái cho bạn." - msgid "Key of the current session differs from the key at last login" msgstr "Khóa của phiên làm việc hiện tại khác với khóa lần đăng nhập trước" @@ -2739,9 +2694,6 @@ msgstr "Xuất thông tin pool như một dump XML tới stdout." msgid "Output the vol information as an XML dump to stdout." msgstr "Xuất thông tin ổ như một dump XML tới stdout." -msgid "PCI host devices must use 'pci' address type" -msgstr "Các thiết bị chủ PCI phải sử dụng kiểu địa chỉ 'pci'" - msgid "POST operation failed" msgstr "thao tác POST thất bại" @@ -2854,20 +2806,6 @@ msgstr "Pool %s đã bắt đầu\n" msgid "Pool %s unmarked as autostarted\n" msgstr "Pool %s đã bỏ đánh dấu tự khởi động\n" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "" -"Có thể bạn không có IBM Tools cài đặt trong LPAR của bạn. Liên lạc hỗ trợ để " -"bật tính năng này." - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "" -"Có thể bạn không có IBM Tools cài đặt trong LPAR của bạn. Liên lạc hỗ trợ để " -"bật tính năng này." - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "PrepareTunnel đã gọi như không có cờ TUNNELLED được đặt" @@ -3210,9 +3148,6 @@ msgstr "Ổ lưu trữ không tìm thấy" msgid "Storage volume not found: %s" msgstr "Ổ lưu trữ không tìm thấy: %s" -msgid "StoragePool name already exists." -msgstr "Tên StoragePool đã tồn tại." - msgid "Suspend a running domain." msgstr "Ngừng một miền đang chạy." @@ -3317,9 +3252,6 @@ msgstr "UUID trên tập tin cấu hình sai dạng thức" msgid "UUID:" msgstr "UUID:" -msgid "Unable to add LPAR to the table" -msgstr "Không thể thêm LPAR vào bảng" - msgid "Unable to become session leader" msgstr "Không thể trở thành lãnh đạo phiên làm việc" @@ -3332,78 +3264,12 @@ msgstr "Không thể thay đổi các thông số bộ nhớ" msgid "Unable to change to root dir" msgstr "Không thể thay đổi thư mục gốc" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "Không thể tạo Lý do LPAR: '%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "Không thể tạo Pool Lưu trữ: %s" - -#, c-format -msgid "Unable to create Volume: %s" -msgstr "Không thể tạo Ổ: %s" - -msgid "Unable to create new virtual adapter" -msgstr "Không thể tạo bộ tiếp hợp ảo mới" - -msgid "Unable to determine domain's CPU." -msgstr "Không thể quyết định CPU miền." - -msgid "Unable to determine domain's max memory." -msgstr "Không thể quyết định bộ nhớ lớn nhất của miền." - -msgid "Unable to determine domain's memory." -msgstr "Không thể quyết định bộ nhớ miền." - -msgid "Unable to determine domain's name." -msgstr "Không thể quyết định tên miền." - -msgid "Unable to determine number of domains." -msgstr "Không thể quyết định số miền" - -msgid "Unable to determine storage pool's name." -msgstr "Không thể quyết định tên pool lưu trữ." - -msgid "Unable to determine storage pool's uuid." -msgstr "Không thể quyết định uuid pool lưu trữ." - -msgid "Unable to determine storage pools's size." -msgstr "Không thể quyết định kích thước pool lưu trữ." - -msgid "Unable to determine storage pools's source adapter." -msgstr "Không thể quyết định bộ tiếp hợp nguồn của pool lưu trữ." - -msgid "Unable to determine storage sp's name." -msgstr "Không thể quyết định tên sp lưu trữ" - -msgid "Unable to determine storage sp's uuid." -msgstr "Không thể quyết định uuid sp lưu trữ." - -msgid "Unable to determine storage sps's size." -msgstr "Không thể quyết định kích thước sp lưu trữ." - -msgid "Unable to determine storage sps's source adapter." -msgstr "Không thể quyết định bộ tiếp hợp nguồn của sp lưu trữ." - msgid "Unable to format guestfwd port" msgstr "Không thể định dạng cổng guestfwd" -msgid "Unable to generate random uuid." -msgstr "Không thể tạo uuid ngẫu nhiên." - -msgid "Unable to get VIOS name" -msgstr "Không thể lấy tên VIOS" - -msgid "Unable to get VIOS profile name." -msgstr "Không thể lấy tên hồ sơ VIOS." - msgid "Unable to get domain status" msgstr "Không thể lấy trạng thái miền" -msgid "Unable to get free slot number" -msgstr "Không thể lấy số khe rảnh" - msgid "Unable to get memory parameters" msgstr "Không thể lấy các thông số bộ nhớ" @@ -3430,17 +3296,10 @@ msgstr "Không thể mở %s (%d)" msgid "Unable to open /proc/mounts" msgstr "Không thể mở /proc/mounts" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "Không thể mở đường dẫn bộ theo dõi %s" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "Không thể pre-create tập tin chardev '%s'" -msgid "Unable to put monitor into non-blocking mode" -msgstr "Không thể đặt bộ theo dõi vào chế độ không-chặn" - #, c-format msgid "Unable to remove %s (%d)" msgstr "Không thể gỡ bỏ %s (%d)" @@ -3455,9 +3314,6 @@ msgstr "Không thể gửi tin nhắn tiếp tục của bộ chứa" msgid "Unable to set monitor close-on-exec flag" msgstr "Không thể đặt cờ close-on-exec cho bộ theo dõi" -msgid "Unable to write information to local file." -msgstr "Không thể ghi thông tin vào tập tin cục bộ" - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "Không thể ghi tập tin pid '%s/%s.pid'" @@ -3725,9 +3581,6 @@ msgstr "Nút XML không chứa chữ, mong đợi một giá trị xsd:dateTime" msgid "XPath evaluation of response for call to '%s' failed" msgstr "Đánh giá XPath của đáp ứng cho cuộc gọi tới '%s' thất bại" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "Bạn đang cố gắng đặt số CPU cao hơn lớn nhất có thể." - #, c-format msgid "[--%s <number>]" msgstr "[--%s <số>]" @@ -3959,9 +3812,6 @@ msgstr "không thể tạo thư mục bản ghi %s" msgid "cannot create path '%s'" msgstr "không thể tạo đường dẫn '%s'" -msgid "cannot create pipe" -msgstr "không thể tạo ống" - #, c-format msgid "cannot create snapshot directory '%s'" msgstr "không thể tạo thư mục ảnh chụp '%s'" @@ -4583,10 +4433,6 @@ msgstr "không thể sử dụng mục quản lý máy ảo Xen" msgid "could not use Xen hypervisor entry %s" msgstr "không thể sử dụng mục quản lý máy ảo Xen %s" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "không thể ghi tập tin pid %s cho %d" - msgid "cpu affinity is not supported" msgstr "ái lực cpu không được hỗ trợ" @@ -5010,9 +4856,6 @@ msgstr "thất bại khi tạo tập tin bản ghi %s" msgid "failed to create socket" msgstr "thất bại khi tạo socket" -msgid "failed to determine host name" -msgstr "thất bại khi quyết định tên máy chủ" - msgid "failed to enable IP forwarding" msgstr "thất bại khi bật chuyển tiếp IP" @@ -5177,9 +5020,6 @@ msgstr "thất bại khi bỏ đánh dấu tự khởi động pool %s" msgid "failed to wait on condition" msgstr "thất bại khi đợi trên điều kiện" -msgid "failed to wake up polling thread" -msgstr "thất bại khi đánh thức luồng poll" - msgid "failed to write configuration file" msgstr "ghi tập tin cấu hình thất bại" @@ -5275,9 +5115,6 @@ msgstr "lấy giá trị từ miền đang chạy" msgid "get value to be used on next boot" msgstr "lấy giá trị được sử dụng lần khởi động tiếp theo" -msgid "getting time of day" -msgstr "lấy giờ của ngày" - msgid "gracefully shutdown a domain" msgstr "tắt đúng kiểu một miền " @@ -6149,10 +5986,6 @@ msgstr "không có trình điều khiển kết nối sẵn có cho %s" msgid "no device capabilities for '%s'" msgstr "không có các khả năng thiết bị cho '%s'" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "không có định dạng đĩa cho %s và thăm dò bị tắt" - msgid "no domain XML passed" msgstr "không có miền XML vượt qua" @@ -6357,9 +6190,6 @@ msgstr "thực hiện một dump nhân trực tiếp nếu được hỗ trợ" msgid "persist VM on destination" msgstr "cố định may áo trên chỗ ghi" -msgid "poll on socket failed" -msgstr "poll trên socket thất bại" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "pool '%s' đã tồn tại với uuid %s" @@ -6426,10 +6256,6 @@ msgstr "giao thức thiếu thuộc tính họ" msgid "ps2 bus does not support %s input device" msgstr "tuyến ps2 không hỗ trợ thiết bị nhập %s" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: không thể lấy thư mục hiện tại: %s" - #, c-format msgid "qemu emulator '%s' does not support xen" msgstr "giả lập qemu '%s' không hỗ trợ xen" @@ -6440,9 +6266,6 @@ msgstr "trình điều khiển trạng thái qemu không hoạt động" msgid "quit this interactive terminal" msgstr "thoát trình cuối tương tác này" -msgid "read on wakeup fd failed" -msgstr "đọc trên fd wakeup thất bại" - msgid "read-only connection" msgstr "kết nổi chỉ đọc" @@ -6908,9 +6731,6 @@ msgstr "không thể giải quyết kiểu bộ theo dõi: %s" msgid "unable to initialize VirtualBox driver API" msgstr "không thể khởi chạy API trình điều khiển VirtualBox" -msgid "unable to make pipe" -msgstr "không thể tạo ống" - #, c-format msgid "unable to parse mac address '%s'" msgstr "không thể phân tích địa chỉ mac '%s'" @@ -7445,10 +7265,6 @@ msgstr "tuyến đĩa không hỗ trợ '%s' với cài đặt thiết bị" msgid "unsupported disk type %s" msgstr "kiểu đĩa %s không hỗ trợ" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "kiểu đĩa không hỗ trợ '%s'" - #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "tên trình điều khiển không hỗ trợ '%s' cho đĩa '%s'" @@ -7569,9 +7385,6 @@ msgstr "virDomainGetXMLDesc với cờ bảo mật" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "virDomainSnapshotGetXMLDesc với cờ bảo mật" -msgid "virExec is not implemented for WIN32" -msgstr "virExec không chấp nhận cho WIN32" - msgid "virGetGroupID is not available" msgstr "virGetGroupID không có sẵn" @@ -7663,9 +7476,5 @@ msgstr "tập tin dữ liệu xml để xuất từ" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "giá trị xsd:dateTime '%s' có định dạng không mong đợi" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "giá trị xsd:dateTime '%s' quá dài cho chỗ ghi" - msgid "yes" msgstr "có" diff --git a/po/zh_CN.mini.po b/po/zh_CN.mini.po index 94920d14f9..ccc78a030a 100644 --- a/po/zh_CN.mini.po +++ b/po/zh_CN.mini.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2019-03-29 03:37+0000\n" "Last-Translator: Di Wei <dwlinux@outlook.com>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/libvirt/" @@ -669,10 +669,6 @@ msgstr "" "%s:%d: %s%s\n" "%s" -#, c-format -msgid "%s:%zu: %s '%s'" -msgstr "%s:%zu: %s '%s'" - #, c-format msgid "%s_DEBUG not set with a valid numeric value" msgstr "%s_DEBUG 的值无效" @@ -993,9 +989,6 @@ msgstr "这个域有活跃控制台会话" msgid "Active:" msgstr "活跃:" -msgid "Address family for hostname not supported" -msgstr "不支持主机名所属的地址族" - msgid "Advice from numad is needed in case of automatic numa placement" msgstr "进行自动 numa 分配时需要来自 numad 的提示" @@ -1003,10 +996,6 @@ msgstr "进行自动 numa 分配时需要来自 numad 的提示" msgid "After dumping core, failed to resume domain '%d' with libxenlight" msgstr "转储 core 后,使用 libxenlight 恢复域 '%d' 失败" -#, c-format -msgid "Agent path %s too big for destination" -msgstr "对于目的地来说代理路径 %s 太大" - msgid "All identities provided by the SSH Agent were rejected" msgstr "SSH 代理提供的所有身份都被拒绝" @@ -1015,9 +1004,6 @@ msgid "" "server" msgstr "所有提供的认证方法及证书都被该服务器拒绝" -msgid "All requests done" -msgstr "所有的请求已完成" - msgid "Allocation" msgstr "分配" @@ -1046,9 +1032,6 @@ msgid "" "NUMA cell" msgstr "memnode 元素中的参数 'cellid' 必须与现有虚拟机 NUMA 单元格对应" -msgid "Argument buffer too small" -msgstr "存储变量的空间太小" - msgid "Arguments must be non null" msgstr "参数不能为空" @@ -1118,9 +1101,6 @@ msgstr "尝试 NAT '%s'。只有 IPv4 支持 NAT。" msgid "Attribute mode is only allowed for guest CPU" msgstr "只有在虚拟机 CPU 中方可使用的属性模式" -msgid "Authentication failed" -msgstr "验证失败" - msgid "" "Auto allocation of spice TLS port requested but spice TLS is disabled in " "qemu.conf" @@ -1159,9 +1139,6 @@ msgstr "网络 '%s' 中 <forward> 的 <nat> 中的坏 ipv4 结束地址 '%s'" msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" msgstr "网络 '%s' 中 <forward> 的 <nat> 中的坏 ipv4 起始地址 '%s'" -msgid "Bad value for ai_flags" -msgstr "错误的 ai_flags 值" - msgid "Bad value for nativeMode" msgstr "nativeMode 的不良值" @@ -1451,9 +1428,6 @@ msgstr "无法决定重启 state 文件路径" msgid "Can't determine socket paths" msgstr "无法确定插槽路径" -msgid "Can't determine user directory" -msgstr "无法确定用户目录" - msgid "Can't find prlctl command in the PATH env" msgstr "无法在 PATH env 中找到 prlctl 命令" @@ -1463,9 +1437,6 @@ msgstr "无法初始化平行 SDK" msgid "Can't initialize access manager" msgstr "无法初始化访问管理器" -msgid "Can't initialize logging" -msgstr "无法初始化日志" - #, c-format msgid "Can't load config file: %s: %s" msgstr "无法载入配置文件:%s:%s" @@ -1585,9 +1556,6 @@ msgstr "无法删除文件 '%s'" msgid "Cannot determine balloon device path" msgstr "无法确定布尔值设备路径" -msgid "Cannot determine free memory" -msgstr "无法确定剩余内存" - msgid "Cannot determine system clock HZ" msgstr "无法确定系统时钟 HZ" @@ -1789,10 +1757,6 @@ msgstr "无法解析控制器索引 %s" msgid "Cannot parse mode string" msgstr "无法解析模式字符串" -#, c-format -msgid "Cannot parse number from '%s'" -msgstr "无法解析 '%s' 中的数字 " - #, c-format msgid "Cannot parse socket address '%s': %s" msgstr "无法解析插槽地址 '%s': %s " @@ -1983,9 +1947,6 @@ msgstr "无法写入 device.map '%s'" msgid "Capacity" msgstr "容量" -msgid "Capacity cannot be empty." -msgstr "容量不能为空。" - msgid "Capacity:" msgstr "容量:" @@ -2291,10 +2252,6 @@ msgstr "无法更改内存参数:%s" msgid "Could not change scheduler parameters: %s" msgstr "无法更改调度程序参数:%s" -#, c-format -msgid "Could not close %s" -msgstr "无法关闭 %s" - #, c-format msgid "Could not complete transfer: %s (%d)" msgstr "无法完成传输:%s (%d)" @@ -2319,14 +2276,6 @@ msgstr "无法复制默认 config" msgid "Could not copy volume: %s" msgstr "无法复制卷:%s" -#, c-format -msgid "Could not create Session instance, rc = 0x%08x" -msgstr "无法生成绘话实例,rc = 0x%08x" - -#, c-format -msgid "Could not create VirtualBox instance, rc = 0x%08x" -msgstr "无法生成 VirtualBox 实例,rc = 0x%08x" - msgid "Could not create filter" msgstr "无法生产过滤器" @@ -2363,9 +2312,6 @@ msgstr "无法反序列化 pull 响应项目" msgid "Could not destroy domain: %s" msgstr "无法删除域:%s" -msgid "Could not determine home directory" -msgstr "无法获取主目录" - #, c-format msgid "Could not determine kernel version from string %s" msgstr "无法从字符串 %s 确定内核版本" @@ -2727,10 +2673,6 @@ msgstr "无法为 '%s' 解析 'bonding/use_carrier' '%s'" msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" msgstr "无法为 '%s' 解析 'bonding/stp_state' '%s'" -#, c-format -msgid "Could not parse IID from '%s', rc = 0x%08x" -msgstr "无法在 '%s', rc = 0x%08x 中解析 ID" - #, c-format msgid "Could not parse MTU value '%s'" msgstr "无法解析 MTU 值 '%s'" @@ -2783,14 +2725,6 @@ msgstr "无法解析 usb 文件 %s" msgid "Could not parse valid disk index from '%s'" msgstr "无法在 '%s' 中解析有效磁盘索引" -#, c-format -msgid "Could not parse version number from '%s'" -msgstr "无法从 '%s' 中解析版本号" - -#, c-format -msgid "Could not query registry value '%s\\%s'" -msgstr "无法查询注册值 '%s\\%s'" - #, c-format msgid "Could not read '%s' from config for container %d" msgstr "'%s' 无法从 config 中为容器 %d 读取" @@ -2938,16 +2872,9 @@ msgstr "无法挂起域:%s" msgid "Could not transfer data: %s (%d)" msgstr "无法传输数据:%s (%d)" -#, c-format -msgid "Could not trigger socket action: %s (%d)" -msgstr "无法触发套接字动作:%s (%d)" - msgid "Could not verify disk address" msgstr "无法确认磁盘地址" -msgid "Could not wait for transfer" -msgstr "无法等待传输" - #, c-format msgid "Could not wait for transfer: %s (%d)" msgstr "无法等待传输:%s (%d)" @@ -2956,9 +2883,6 @@ msgstr "无法等待传输:%s (%d)" msgid "Could not wipe volume: %s" msgstr "无法擦除卷:%s" -msgid "Could not write to stream" -msgstr "无法写入流" - #, c-format msgid "Couldn't create lock file for device '%s' in path '%s'" msgstr "无法为设备 '%s' 在路径 '%s' 中生成锁定文件" @@ -3423,9 +3347,6 @@ msgid "" "and path for VMX file" msgstr "域 XML 不包含任何基于文件的硬盘,无法为 VMX 文件推导出数据中心和路径" -msgid "Domain XML must contain at least one <disk> element." -msgstr "域 XML 必须包含至少一个 <disk> 元素" - msgid "Domain already exists, editing existing domains is not supported yet" msgstr "域已存在,还不支持编辑已存在的域。" @@ -3670,12 +3591,6 @@ msgstr "错误:必须指定通知回叫" msgid "Error opening file %s" msgstr "打开文件 %s 出错" -msgid "Error parsing 'path'. Invalid characters." -msgstr "解析 'path' 出错。无效字符。" - -msgid "Error parsing volume XML." -msgstr "解析卷 XML 出错。" - #, c-format msgid "Error reading secret: %s" msgstr "读取 secret 出错:%s" @@ -3687,13 +3602,6 @@ msgstr "构建防火墙出错" msgid "Error while building firewall: %s" msgstr "构建防火墙出错:%s" -#, c-format -msgid "Error while getting %s address info" -msgstr "获取 %s 地址信息时出错" - -msgid "Error while opening SSH session." -msgstr "打开 SSH 会话时出错。" - msgid "Error while processing command's IO" msgstr "处理命令 IO 时出错" @@ -3706,12 +3614,6 @@ msgstr "读取 /proc/cgroups 时出错" msgid "Error while reading the domain name" msgstr "读取域名时出错" -#, c-format -msgid "Escape character is %s\n" -msgstr "" -"换码符为 %s\n" -"\n" - #, c-format msgid "Ethernet controller index %d out of [0..3] range" msgstr "以太网控制器索引 %d 超出范围 [0..3] " @@ -4089,10 +3991,6 @@ msgstr "显示树形列表失败" msgid "Failed to connect socket to '%s'" msgstr "将插槽连接到 '%s' 失败" -#, c-format -msgid "Failed to connect to %s" -msgstr "连接到 %s 失败 " - #, c-format msgid "Failed to connect to remote libvirt URI %s: %s" msgstr "连接到远程 libvirt URI %s 失败:%s" @@ -4192,9 +4090,6 @@ msgstr "从 %s 创建网络失败" msgid "Failed to create node device from %s" msgstr "使用 %s 生成的节点设备失败" -msgid "Failed to create pipe" -msgstr "创建管道失败" - #, c-format msgid "Failed to create pool %s" msgstr "创建池 %s 失败" @@ -4904,10 +4799,6 @@ msgstr "读取 %s 的 PCI 配置空间失败" msgid "Failed to read file '%s'" msgstr "读取文件 '%s' 失败" -#, c-format -msgid "Failed to read from %s" -msgstr "读取 %s 失败" - msgid "Failed to read from signal pipe" msgstr "读取信号管道失败" @@ -5360,9 +5251,6 @@ msgstr "失败的。" msgid "Failure action %s is not supported by sanlock" msgstr "sanlock 不支持失败的操作 %s" -msgid "Failure establishing SSH session." -msgstr "建立 SSH 会话失败" - msgid "Failure to mask address" msgstr "为地址添加掩码失败" @@ -5381,16 +5269,6 @@ msgstr "未找到 CPU 型号 %s 需要的 %s 特性" msgid "Field '%s' too long for destination" msgstr "目标字段 '%s' 太长" -msgid "" -"Field <currentMemory> on the domain XML file is missing or has invalid value" -msgstr "域 XML 文件中缺少字段 <currentMemory> 或者有无效值" - -msgid "Field <memory> on the domain XML file is missing or has invalid value" -msgstr "域 XML 文件中缺少字段 <memory> 或者有无效值" - -msgid "Field <src> under <disk> on the domain XML file is missing." -msgstr "域 XML 文件中 <disk> 项下的 <src> 字段缺失" - msgid "Field kernel memory too long for destination" msgstr "对于目的地来说内核内存字段太长" @@ -5503,9 +5381,6 @@ msgstr "GET操作失败: %s" msgid "GNUTLS call error" msgstr "GNUTLS调用错误" -msgid "GNUTLS support not available in this build" -msgstr "这个构建中不能使用 GNUTLS 支持" - msgid "Get block device size info for a domain." msgstr "获取域块设备大小信息" @@ -5912,9 +5787,6 @@ msgid "" "only" msgstr "只有 SR-IOV Virtual Functions 目前支持接口类型 hostdev" -msgid "Interrupted by a signal" -msgstr "被信号中断" - #, c-format msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" msgstr "vlan <tag> 元素中的无效 \"nativeMode='%s'\"" @@ -6463,9 +6335,6 @@ msgstr "内核不支持专用 devpts" msgid "Kernel doesn't support user namespace" msgstr "内核不支持用户名称空间" -msgid "Key must be empty, Power Hypervisor will create one for you." -msgstr "密钥必须为空。Power Hypervisor 会为您生成一个。" - msgid "Key of the current session differs from the key at last login" msgstr "当前会话密钥与上次登录时的密钥不同" @@ -6610,10 +6479,6 @@ msgid "" "Malformed 'uri_aliases' config entry '%s', expected 'alias=uri://host/path'" msgstr "不正常的 'uri_aliases' 配置条目 '%s',应为 'alias=uri://host/path'。" -#, c-format -msgid "Malformed TLS whitelist regular expression '%s'" -msgstr "受损的 TLS 白列表正则表达式 '%s'" - #, c-format msgid "Malformed ctrl-alt-del setting '%s'" msgstr "不正常 ctrl-alt-del 设置 '%s'" @@ -6669,9 +6534,6 @@ msgstr "最大内存:" msgid "Memory '%llu' must be less than %llu" msgstr "内存 '%llu' 大小必须小于 %llu" -msgid "Memory allocation failure" -msgstr "内存分配失败" - #, c-format msgid "" "Memory balloon device type '%s' is not supported by this version of qemu" @@ -7123,9 +6985,6 @@ msgstr "对于目的地来说型号 %s 太大" msgid "Model name contains invalid characters" msgstr "模块名称中含有无效字符" -msgid "Monitor does not support sending of file descriptors" -msgstr "监控程序不支持发送文件描述符" - #, c-format msgid "Monitor path %s too big for destination" msgstr "对于目的地址来说监控程序路径 %s 太大" @@ -7223,9 +7082,6 @@ msgstr "名称" msgid "Name of chain is longer than %u characters" msgstr "链名称长度超过 %u 个字符" -msgid "Name or service not known" -msgstr "未知名称或者服务" - msgid "Name:" msgstr "名称:" @@ -7408,9 +7264,6 @@ msgstr "没有可用 UNIX 主叫方 UID" msgid "No active operation on device: %s" msgstr "设备中没有活跃操作:%s" -msgid "No address associated with hostname" -msgstr "没有与主机名关联的地址" - #, c-format msgid "No args present for signature %s" msgstr "没有为签名 %s 显示参数" @@ -7592,9 +7445,6 @@ msgstr "非不可取消的任务被一个没有回答的问题阻碍。" msgid "Non-empty feature list specified without CPU model" msgstr "未指定 CPU 型号的非空功能列表" -msgid "Non-recoverable failure in name resolution" -msgstr "解析名称时出现不可恢复的错误" - msgid "None" msgstr "无" @@ -7704,12 +7554,6 @@ msgstr "只能显示 %d CPU\n" msgid "Only '%s' filesystem type is supported" msgstr "只支持文件系统类型 '%s'" -msgid "Only 'credit' scheduler is supported" -msgstr "只支持 'credit' 调度程序" - -msgid "Only 'scsi_host' adapter is supported" -msgstr "只支持 'scsi_host' 适配器" - msgid "Only IPv4 or IPv6 addresses can be used with iptables" msgstr "iptables 中只能使用 IPv4 或者 IPv6 地址" @@ -7886,9 +7730,6 @@ msgstr "PCI 设备 %04x:%02x:%02x.%x 是为网络 %s 分配,但已被域 %s msgid "PCI device %s is not assignable" msgstr "PCI 设备 %s 不可分配" -msgid "PCI host devices must use 'pci' address type" -msgstr "PCI 主机设备必须使用 ‘pci’ 地址类型" - msgid "PID namespace support is required" msgstr "需要PID namespace功能" @@ -7914,9 +7755,6 @@ msgstr "参数 '%s' 不是字符串" msgid "Parameter '%s' is not supported by this kernel" msgstr "这个内核不支持参数 '%s'" -msgid "Parameter string not correctly encoded" -msgstr "参数字符串没有被正确编码" - msgid "Parent" msgstr "上级" @@ -8084,16 +7922,6 @@ msgstr "使用其后端映像填充磁盘。" msgid "Port profile Associate failed for %s" msgstr "%s 的端口侧写关联失败" -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR. Contact your " -"support to enable this feature." -msgstr "您可能没有在 LPAR 中安装 IBM 根据。请联络支持服务启用该功能。" - -msgid "" -"Possibly you don't have IBM Tools installed in your LPAR.Contact your " -"support to enable this feature." -msgstr "您可能没有在您的 LAPR 中安装 IBM 工具。联系支持服务启用此功能。" - msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "调用 PrepareTunnel 但没有设置 TUNNELLED 标签" @@ -8149,9 +7977,6 @@ msgstr "这个平台不支持进程 CPU 亲和性" msgid "Processes %d refused to die" msgstr "进程 %d 拒绝停止" -msgid "Processing request in progress" -msgstr "正在处理请求" - #, c-format msgid "Processor mask of target NUMA node %zu doesn't match source" msgstr "目标 NUMA 节点 %zu 的处理器掩码与原不匹配" @@ -8282,14 +8107,6 @@ msgstr "%d 快照存在时拒绝取消定义" msgid "Refusing to undefine while domain managed save image exists" msgstr "域管理的保存映像存在时拒绝取消定义" -#, c-format -msgid "Registry value '%s\\%s' has unexpected type" -msgstr "注册值 '%s\\%s' 包含意外类型" - -#, c-format -msgid "Registry value '%s\\%s' is too short" -msgstr "注册值 '%s\\%s' 太短" - #, c-format msgid "Remote command terminated with non-zero code: %d" msgstr "使用非零代码终止的远程命令:%d" @@ -8318,12 +8135,6 @@ msgstr "不支持在迁移时重命名域" msgid "Replace the domain XML associated with a saved state file" msgstr "替换与域 XML 关联的保存的状态文件" -msgid "Request canceled" -msgstr "请求已被取消" - -msgid "Request not canceled" -msgstr "请求没有被取消" - #, c-format msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" msgstr "请求的设备 '%s' 文件 '%s' 锁定,该文件由进程 %lld 锁定" @@ -8722,9 +8533,6 @@ msgstr "指明要查询哪个server的可接入的client的数量" msgid "Server to retrieve threadpool attributes from." msgstr "指明需要获取哪个server的线程池属性" -msgid "Servname not supported for ai_socktype" -msgstr "ai_socktype 不支持的服务名称" - msgid "Set a secret value." msgstr "设定 secret 值" @@ -9024,9 +8832,6 @@ msgstr "未找到存储卷" msgid "Storage volume not found: %s" msgstr "未找到存储卷: %s" -msgid "StoragePool name already exists." -msgstr "存储池名称已存在。" - #, c-format msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" msgstr "流数据太长无法发送(需要 %zu 字节,只有 %zu 字节可用)" @@ -9087,9 +8892,6 @@ msgstr "" "使用虚拟机 OS 电源管理挂起运行的域。(注:中需要配置虚拟机代理并在虚拟机 OS " "中运行)。" -msgid "System error" -msgstr "系统错误" - msgid "System is in use" msgstr "系统使用中" @@ -9529,9 +9331,6 @@ msgstr "目标显卡 vram %u 与源 %u 不匹配" msgid "Target watchdog model %s does not match source %s" msgstr "目标监控程序型号 %s 与源 %s 不匹配" -msgid "Temporary failure in name resolution" -msgstr "名称解析暂时不可用" - #, c-format msgid "" "The <nat> element can only be used when <forward> 'mode' is 'nat' in network " @@ -9709,9 +9508,6 @@ msgstr "关闭域超时" msgid "Timeout parameter not supported" msgstr "还不支持 timeout 参数" -msgid "Timestamp string conversion failed" -msgstr "将时间戳转换成字符串失败" - msgid "Title" msgstr "标题" @@ -9882,9 +9678,6 @@ msgstr "" msgid "Type='%s' unsupported for <interface type='vhostuser'>" msgstr "<interface type='vhostuser'> 不支持 Type='%s'" -msgid "UNIX domain sockets are not supported on this platform" -msgstr "这个平台不支持 UNIX 域插槽" - msgid "UNIX sockets are not supported on this platform" msgstr "这个平台不支持 UNIX 插槽" @@ -9950,9 +9743,6 @@ msgstr "无法为 '%s' 访问流" msgid "Unable to acquire lock on '%s'" msgstr "无法请求在 '%s' 中加锁" -msgid "Unable to add LPAR to the table" -msgstr "无法在表格中添加 LPAR" - #, c-format msgid "Unable to add bridge %s port %s" msgstr "无法添加桥接 %s 端口 %s" @@ -9960,10 +9750,6 @@ msgstr "无法添加桥接 %s 端口 %s" msgid "Unable to add epoll fd" msgstr "无法添加 epoll fd" -#, c-format -msgid "Unable to add handle %d to event loop" -msgstr "无法在事件循环中添加句柄 %d" - #, c-format msgid "Unable to add lockspace %s" msgstr "无法软件锁空间 %s" @@ -10106,21 +9892,9 @@ msgstr "无法生成 JSON 格式化程序" msgid "Unable to create JSON parser" msgstr "无法生成 JSON 解析程序" -#, c-format -msgid "Unable to create LPAR. Reason: '%s'" -msgstr "无法生成 LPAR。原因:'%s'" - -#, c-format -msgid "Unable to create Storage Pool: %s" -msgstr "无法创建存储池:%s" - msgid "Unable to create TAP devices on this platform" msgstr "无法在这个平台中生成 TAP 设备" -#, c-format -msgid "Unable to create Volume: %s" -msgstr "无法生成卷:%s" - msgid "Unable to create blkid library handle" msgstr "无法创建 blkid 库句柄" @@ -10162,15 +9936,6 @@ msgstr "无法生成锁空间 %s:上级目录不存在或者不是一个目录 msgid "Unable to create migration thread" msgstr "无法生成迁移线程" -msgid "Unable to create new virtual adapter" -msgstr "无法生产新的虚拟适配器" - -msgid "Unable to create pipe" -msgstr "无法创建管道" - -msgid "Unable to create signal pipe" -msgstr "无法生成信号管道" - msgid "Unable to create socket" msgstr "无法生成插槽" @@ -10214,59 +9979,10 @@ msgstr "无法删除锁空间资源 %s" msgid "Unable to delete port %s from OVS" msgstr "无法从 OVS 中删除端口 %s" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "无法销毁存储池:%s" - #, c-format msgid "Unable to detect filesystem for %s" msgstr "无法为 %s 探测文件系统" -msgid "Unable to determine config directory" -msgstr "无法确定配置目录" - -msgid "Unable to determine domain's CPU." -msgstr "无法确定域的 CPU。" - -msgid "Unable to determine domain's max memory." -msgstr "无法确定域的最大内存。" - -msgid "Unable to determine domain's memory." -msgstr "无法确定域的内存。" - -msgid "Unable to determine domain's name." -msgstr "无法确定域的名称。" - -msgid "Unable to determine home directory" -msgstr "无法确定主目录" - -msgid "Unable to determine number of domains." -msgstr "无法确定域的数目。" - -msgid "Unable to determine storage pool's name." -msgstr "无法确定存储池的名称" - -msgid "Unable to determine storage pool's uuid." -msgstr "无法确定存储池的 uuid。" - -msgid "Unable to determine storage pools's size." -msgstr "无法确定存储池的大小。" - -msgid "Unable to determine storage pools's source adapter." -msgstr "无法确定存储池的源适配器。" - -msgid "Unable to determine storage sp's name." -msgstr "无法确定存储 sp 的名称。" - -msgid "Unable to determine storage sp's uuid." -msgstr "无法确定存储 sp 的 uuid。" - -msgid "Unable to determine storage sps's size." -msgstr "无法确定存储 sp 的大小。" - -msgid "Unable to determine storage sps's source adapter." -msgstr "无法确定存储 sp 的源适配器。" - msgid "Unable to disable nagle algorithm" msgstr "无法禁用 nagle 算法" @@ -10342,9 +10058,6 @@ msgstr "无法格式化时间" msgid "Unable to generate diffie-hellman parameters: %s" msgstr "无法生成 diffie-hellman 参数:%s" -msgid "Unable to generate random uuid." -msgstr "无法生成随机 uuid。" - msgid "Unable to get Capabilities" msgstr "无法获取 Capabilities 信息" @@ -10372,12 +10085,6 @@ msgstr "无法在这个平台中为 %s 获取 STP 延迟" msgid "Unable to get STP on %s on this platform" msgstr "无法在这个平台中为 %s 获取 STP" -msgid "Unable to get VIOS name" -msgstr "无法获得 VIOS 名称" - -msgid "Unable to get VIOS profile name." -msgstr "无法获得 VIOS 配置文件名称。" - #, c-format msgid "Unable to get VLAN for interface %s" msgstr "无法为接口 %s 获取 VLAN" @@ -10417,9 +10124,6 @@ msgstr "无法获取设备 ID '%s'" msgid "Unable to get domain status" msgstr "无法获取域状态" -msgid "Unable to get free slot number" -msgstr "无法获得剩余插槽数" - #, c-format msgid "Unable to get index for interface %s" msgstr "无法为接口 %s 获取索引" @@ -10559,9 +10263,6 @@ msgstr "无法查询 SELinux 进程上下文" msgid "Unable to make TAP device non-persistent" msgstr "无法让 TAP 设备设定为不持久" -msgid "Unable to make pipe" -msgstr "无法生成管道" - msgid "Unable to mark loop device as autoclear" msgstr "无法将回路设备标记为 autoclear" @@ -10616,10 +10317,6 @@ msgstr "无法打开文件系统 %s" msgid "Unable to open log file %s" msgstr "无法打开日志文件:%s" -#, c-format -msgid "Unable to open monitor path %s" -msgstr "无法打开监控器路径 %s" - #, c-format msgid "Unable to open resource %s" msgstr "无法打开资源 %s" @@ -10683,9 +10380,6 @@ msgstr "无法解析配额" msgid "Unable to parse string parameter" msgstr "无法解析字符串参数" -msgid "Unable to poll on file handles" -msgstr "无法提取文件句柄" - #, c-format msgid "Unable to pre-create chardev file '%s'" msgstr "无法预先生成 chardev 文件 '%s' " @@ -10694,9 +10388,6 @@ msgstr "无法预先生成 chardev 文件 '%s' " msgid "Unable to process file with flags %d" msgstr "无法使用标签 %d 处理文件" -msgid "Unable to put monitor into non-blocking mode" -msgstr "无法将监视器置于无阻塞模式" - #, c-format msgid "Unable to query certificate %s basic constraints %s" msgstr "无法查询证书 %s 的基本约束 %s" @@ -10937,9 +10628,6 @@ msgstr "无法设定 x509 证书取消列表:%s:%s" msgid "Unable to set x509 key and certificate: %s, %s: %s" msgstr "无法设定 x509 密钥和证书:%s,%s: %s" -msgid "Unable to setup wakeup pipe" -msgstr "无法设定唤醒管道" - #, c-format msgid "Unable to split FD list '%s'" msgstr "无法分割 FD 列表 '%s'" @@ -10982,9 +10670,6 @@ msgstr "无法根据 CA 证书 %s 确认证书 %s" msgid "Unable to wait for child process" msgstr "无法等待子进程" -msgid "Unable to wait on agent monitor condition" -msgstr "无法在代理监控程序环境中等待" - msgid "Unable to wait on epoll" msgstr "无法等待 epoll fd" @@ -11004,9 +10689,6 @@ msgstr "无法观察主机控制器 PTY" msgid "Unable to write %s" msgstr "无法写入 %s" -msgid "Unable to write information to local file." -msgstr "无法向本地文件中写入信息" - #, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "无法写入 pid 文件 '%s/%s.pid'" @@ -11168,10 +10850,6 @@ msgstr "意外的功能状态 '%s'" msgid "Unexpected volume path format: %s" msgstr "意外卷路径格式:%s" -#, c-format -msgid "Unhandled event %d for monitor fd %d" -msgstr "监控程序 fd %d 的未处理事件 %d" - msgid "Unknown" msgstr "未知" @@ -11859,9 +11537,6 @@ msgstr "XML 节点不包含稳步,应为 xsd:dateTime 值" msgid "XPath evaluation of response for call to '%s' failed" msgstr "用来调用 '%s' 的响应的 XPath 评估失败" -msgid "You are trying to set a number of CPUs bigger than the max possible." -msgstr "您要设定大于最多 CPU 数的 CPU 数。" - msgid "You must map the root user of container" msgstr "您必须匹配容器的 root 用户" @@ -11971,12 +11646,6 @@ msgstr "转换后将状态改为 paused" msgid "after reverting, change state to running" msgstr "转换后将状态改为 running" -msgid "ai_family not supported" -msgstr "不支持的 ai_family值" - -msgid "ai_socktype not supported" -msgstr "不支持的 ai_socktype类型" - msgid "allocate the new capacity, rather than leaving it sparse" msgstr "分配新容量而不是稀释它" @@ -12539,9 +12208,6 @@ msgstr "无法为 libxenlight 创建记录器,正在禁用驱动器" msgid "cannot create path '%s'" msgstr "无法创建路径 '%s'" -msgid "cannot create pipe" -msgstr "无法创建管道" - msgid "cannot create pipe for tunnelled migration" msgstr "无法为管道迁移生成通道" @@ -12708,10 +12374,6 @@ msgstr "无法在 macvtap tap 中获得功能标签" msgid "cannot get file context of '%s'" msgstr "无法获得 '%s' 的文件上下文" -#, c-format -msgid "cannot get group list for '%s'" -msgstr "无法从 '%s' 获取组列表" - msgid "cannot get host CPU capabilities" msgstr "无法获取主机 CPU 功能" @@ -13807,10 +13469,6 @@ msgstr "不能使用Xen管理程序登录" msgid "could not use Xen hypervisor entry %s" msgstr "不能使用Xen管理程序登录 %s" -#, c-format -msgid "could not write pidfile %s for %d" -msgstr "无法为 %s 写入 pid 文件 %d" - msgid "couldn't fetch array of leases" msgstr "无法提取租用阵列" @@ -14420,9 +14078,6 @@ msgstr "域事件回叫 %d 未注册" msgid "domain has assigned host devices" msgstr "已分配主机设备的域" -msgid "domain has assigned non-USB host devices" -msgstr "域已分配非 USB 主机设备" - msgid "domain has no snapshots" msgstr "域没有快照" @@ -14943,10 +14598,6 @@ msgstr "创建 log 目录 '%s' 失败:%s" msgid "failed to create logfile %s" msgstr "生成日志文件 %s 失败" -#, c-format -msgid "failed to create pipe: %s" -msgstr "无法创建pipe: %s" - msgid "failed to create profile" msgstr "生成侧写失败" @@ -14987,9 +14638,6 @@ msgstr "解码 SASL 数据失败:%d (%s)" msgid "failed to destroy (stop) interface %s: %s%s%s" msgstr "销毁(停止)接口 %s 失败:%s%s%s" -msgid "failed to determine host name" -msgstr "决定主机名失败" - #, c-format msgid "failed to determine loop exit status: %s" msgstr "无法查询循环的退出状态: %s" @@ -15406,9 +15054,6 @@ msgstr "验证 ssh 主机密钥失败:%s" msgid "failed to wait on condition" msgstr "等待命令失败:%s" -msgid "failed to wake up polling thread" -msgstr "叫醒投票线程失败" - msgid "failed to wakeup migration tunnel" msgstr "唤醒迁移管道失败" @@ -15690,9 +15335,6 @@ msgstr "运行域的 get/set 值" msgid "get/set value to be used on next boot" msgstr "下一次引导时要使用的 get/set 值" -msgid "getting time of day" -msgstr "正在获得一天当中的时间" - msgid "given uuid does not match XML uuid" msgstr "给定 uuid 与 XML uuid 不符" @@ -17998,10 +17640,6 @@ msgstr "'%s' 没有设备容量" msgid "no device found with alias %s" msgstr "没有找到别名为 %s 的设备" -#, c-format -msgid "no disk format for %s and probing is disabled" -msgstr "没有可用于 %s 的磁盘格式,并禁用探测。" - #, c-format msgid "no disk named '%s'" msgstr "没有名为 '%s' 的磁盘" @@ -18610,9 +18248,6 @@ msgstr "pmsuspended" msgid "poll failed in migration tunnel" msgstr "迁移管道中的轮循失败" -msgid "poll on socket failed" -msgstr "poll on 套接字失败" - #, c-format msgid "pool '%s' already exists with uuid %s" msgstr "池 ‘%s’ 已存在 uuid %s" @@ -18747,10 +18382,6 @@ msgstr "为迁移提供 XML 可用性" msgid "ps2 bus does not support %s input device" msgstr "ps2 总线不支持 %s 输入设备" -#, c-format -msgid "pwd: cannot get current directory: %s" -msgstr "pwd: 无法获取当前目录: %s" - msgid "qemu does not support SGA" msgstr "qemu 不支持 SGA" @@ -18758,10 +18389,6 @@ msgstr "qemu 不支持 SGA" msgid "qemu emulator '%s' does not support xen" msgstr "qemu 模拟器 '%s' 不支持 xen" -#, c-format -msgid "qemu is not using a unix socket monitor, cannot send fd %s" -msgstr "qemu 不使用 unix 插槽监控程序,无法发送 fd %s" - #, c-format msgid "qemu monitor event callback %d not registered" msgstr "未注册 qemu 监视事件回叫 %d" @@ -18861,9 +18488,6 @@ msgstr "以每秒字节数位单位的读取 I/O 操作限制" msgid "read error on pipe" msgstr "管道中的读取错误" -msgid "read on wakeup fd failed" -msgstr "读取叫醒 fd 失败" - #, c-format msgid "read only access prevents %s" msgstr "只读访问阻断 %s" @@ -19822,9 +19446,6 @@ msgstr "这个 qumu 不支持 rng-egd 后端" msgid "this version of libxenlight does not support backend domain name" msgstr "libxenlight 的这个版本不支持后端域名" -msgid "time_t overflow" -msgstr "time_t 溢出" - msgid "timeout must be positive" msgstr "超时必须是正数" @@ -20027,10 +19648,6 @@ msgstr "无法在 '%s :%s' 连接到服务器" msgid "unable to create hugepage path %s" msgstr "无法生成超大页面路径 %s" -#, c-format -msgid "unable to create pipe for %s" -msgstr "无法为 %s 生成管道" - #, c-format msgid "unable to create rundir %s: %s" msgstr "无法生成 rundir %s:%s" @@ -20121,15 +19738,9 @@ msgstr "无法初始化 VirtualBox 驱动程序 API" msgid "unable to load knownhosts file '%s': %s" msgstr "无法载入 knownhosts 文件 '%s': %s" -msgid "unable to make pipe" -msgstr "无法生成管道" - msgid "unable to make terminal raw: console isn't a tty" msgstr "无法将终端配置为raw模式:终端不是tty设备" -msgid "unable to open pipe" -msgstr "无法打开管道" - msgid "unable to open stream" msgstr "无法打开流" @@ -20172,10 +19783,6 @@ msgstr "无法读取服务器证书 %s" msgid "unable to read vmware log file" msgstr "读取 vmware 日志文件失败" -#, c-format -msgid "unable to recover former state by adding port to bridge %s" -msgstr "无法通过在桥接 %s 中添加端口恢复之前的状态" - msgid "unable to register monitor events" msgstr "无法注册监控程序事件" @@ -20244,9 +19851,6 @@ msgstr "无法等待进程 %lld" msgid "unable to wait on console condition" msgstr "无法在控制台环境中等待" -msgid "unable to wait on libssh2 socket" -msgstr "无法在 libssh2 插槽中等待" - #, c-format msgid "unable to write data to '%s'" msgstr "无法向 '%s' 写入数据" @@ -21379,10 +20983,6 @@ msgstr "不支持的磁盘类型" msgid "unsupported disk type %s" msgstr "不支持的磁盘类型 %s" -#, c-format -msgid "unsupported disk type '%s'" -msgstr "不支持的磁盘类型 '%s'" - #, c-format msgid "unsupported driver name '%s'" msgstr "不支持的驱动程序名称 '%s'" @@ -21656,9 +21256,6 @@ msgstr "带安全标志的 virDomainGetXMLDesc" msgid "virDomainSnapshotGetXMLDesc with secure flag" msgstr "使用 secure 标签的 virDomainSnapshotGetXMLDesc" -msgid "virExec is not implemented for WIN32" -msgstr "没有为 WIN32 采用virExec" - msgid "virFileOpenAs is not implemented for WIN32" msgstr "没有为 WIN32 采用virFileOpenAs" @@ -21671,12 +21268,6 @@ msgstr "virGetGroupID 不可用" msgid "virGetGroupName is not available" msgstr "virGetGroupName 不可用" -msgid "virGetUserCacheDirectory is not available" -msgstr "virGetUserCacheDirectory 不可用" - -msgid "virGetUserConfigDirectory is not available" -msgstr "virGetUserConfigDirectory 不可用" - msgid "virGetUserDirectory is not available" msgstr "virGetUserDirectory 不可用" @@ -21686,9 +21277,6 @@ msgstr "virGetUserID 不可用" msgid "virGetUserName is not available" msgstr "virGetUserName 不可用" -msgid "virGetUserRuntimeDirectory is not available" -msgstr "virGetUserRuntimeDirectory 不可用" - msgid "virInterfaceDefFormat NULL def" msgstr "virInterfaceDefFormat NULL def" @@ -21726,9 +21314,6 @@ msgstr "virNWFilterSnoopListDel 失败" msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" msgstr "与无效密钥 \"%s\" (%zu) 调用的 virNWFilterSnoopReqNew" -msgid "virRun is not implemented for WIN32" -msgstr "WIN32 中未采用 virRun" - msgid "virSetUIDGID is not available" msgstr "virSetUIDGID 不可用" @@ -21917,10 +21502,6 @@ msgstr "不支持 xml 修改" msgid "xsd:dateTime value '%s' has unexpected format" msgstr "xsd:dateTime 值 '%s' 使用意外的格式" -#, c-format -msgid "xsd:dateTime value '%s' too long for destination" -msgstr "xsd:dateTime 值 '%s' 对目标系统来说太长" - msgid "y - yes, start editor again" msgstr "y - 是,再次编辑" diff --git a/po/zh_TW.mini.po b/po/zh_TW.mini.po index 3b4ad4b2f6..714f4cdc69 100644 --- a/po/zh_TW.mini.po +++ b/po/zh_TW.mini.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt 6.0.0\n" "Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" -"POT-Creation-Date: 2019-12-16 16:39+0000\n" +"POT-Creation-Date: 2020-05-18 17:34+0100\n" "PO-Revision-Date: 2018-09-10 04:24+0000\n" "Last-Translator: Cheng-Chia Tseng <pswo10680@gmail.com>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/libvirt/" @@ -442,10 +442,6 @@ msgstr "" msgid "UUID:" msgstr "UUID:" -#, c-format -msgid "Unable to destroy Storage Pool: %s" -msgstr "無法消止儲藏集池:%s" - msgid "Unable to initialize certificate" msgstr "無法初始化憑證" @@ -723,9 +719,6 @@ msgstr "無法寫入設定檔:%s" msgid "file containing an XML network description" msgstr "包含 XML 網路描述的檔案" -msgid "getting time of day" -msgstr "讀取當天的時間" - msgid "gracefully shutdown a domain" msgstr "以正確方法讓區域停機" -- 2.26.2

A .mini.po file is exactly the same format as a .po file. We just used the alternative extension as we wanted to be able to store both full and minimized forms in the same directory. This complicates integration with some translation tools, however, which only really expect to see $LANG.po as a filename. With this change we drop the rules for creating non-minimized po files, and thus the po/*.po are always minimized. A useful side effect is that we no longer run msgmerge during creation of the gmo files, and thus don't need to have a date override to get reproducible builds. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/Makefile.am | 29 +++++++--------------------- po/{as.mini.po => as.po} | 0 po/{bg.mini.po => bg.po} | 0 po/{bn_IN.mini.po => bn_IN.po} | 0 po/{bs.mini.po => bs.po} | 0 po/{ca.mini.po => ca.po} | 0 po/{cs.mini.po => cs.po} | 0 po/{da.mini.po => da.po} | 0 po/{de.mini.po => de.po} | 0 po/{el.mini.po => el.po} | 0 po/{en_GB.mini.po => en_GB.po} | 0 po/{es.mini.po => es.po} | 0 po/{fi.mini.po => fi.po} | 0 po/{fr.mini.po => fr.po} | 0 po/{gu.mini.po => gu.po} | 0 po/{hi.mini.po => hi.po} | 0 po/{hu.mini.po => hu.po} | 0 po/{id.mini.po => id.po} | 0 po/{it.mini.po => it.po} | 0 po/{ja.mini.po => ja.po} | 0 po/{kn.mini.po => kn.po} | 0 po/{ko.mini.po => ko.po} | 0 po/{mk.mini.po => mk.po} | 0 po/{ml.mini.po => ml.po} | 0 po/{mr.mini.po => mr.po} | 0 po/{ms.mini.po => ms.po} | 0 po/{nb.mini.po => nb.po} | 0 po/{nl.mini.po => nl.po} | 0 po/{or.mini.po => or.po} | 0 po/{pa.mini.po => pa.po} | 0 po/{pl.mini.po => pl.po} | 0 po/{pt.mini.po => pt.po} | 0 po/{pt_BR.mini.po => pt_BR.po} | 0 po/{ru.mini.po => ru.po} | 0 po/{sr.mini.po => sr.po} | 0 po/{sr@latin.mini.po => sr@latin.po} | 0 po/{sv.mini.po => sv.po} | 0 po/{ta.mini.po => ta.po} | 0 po/{te.mini.po => te.po} | 0 po/{uk.mini.po => uk.po} | 0 po/{vi.mini.po => vi.po} | 0 po/{zh_CN.mini.po => zh_CN.po} | 0 po/{zh_TW.mini.po => zh_TW.po} | 0 43 files changed, 7 insertions(+), 22 deletions(-) rename po/{as.mini.po => as.po} (100%) rename po/{bg.mini.po => bg.po} (100%) rename po/{bn_IN.mini.po => bn_IN.po} (100%) rename po/{bs.mini.po => bs.po} (100%) rename po/{ca.mini.po => ca.po} (100%) rename po/{cs.mini.po => cs.po} (100%) rename po/{da.mini.po => da.po} (100%) rename po/{de.mini.po => de.po} (100%) rename po/{el.mini.po => el.po} (100%) rename po/{en_GB.mini.po => en_GB.po} (100%) rename po/{es.mini.po => es.po} (100%) rename po/{fi.mini.po => fi.po} (100%) rename po/{fr.mini.po => fr.po} (100%) rename po/{gu.mini.po => gu.po} (100%) rename po/{hi.mini.po => hi.po} (100%) rename po/{hu.mini.po => hu.po} (100%) rename po/{id.mini.po => id.po} (100%) rename po/{it.mini.po => it.po} (100%) rename po/{ja.mini.po => ja.po} (100%) rename po/{kn.mini.po => kn.po} (100%) rename po/{ko.mini.po => ko.po} (100%) rename po/{mk.mini.po => mk.po} (100%) rename po/{ml.mini.po => ml.po} (100%) rename po/{mr.mini.po => mr.po} (100%) rename po/{ms.mini.po => ms.po} (100%) rename po/{nb.mini.po => nb.po} (100%) rename po/{nl.mini.po => nl.po} (100%) rename po/{or.mini.po => or.po} (100%) rename po/{pa.mini.po => pa.po} (100%) rename po/{pl.mini.po => pl.po} (100%) rename po/{pt.mini.po => pt.po} (100%) rename po/{pt_BR.mini.po => pt_BR.po} (100%) rename po/{ru.mini.po => ru.po} (100%) rename po/{sr.mini.po => sr.po} (100%) rename po/{sr@latin.mini.po => sr@latin.po} (100%) rename po/{sv.mini.po => sv.po} (100%) rename po/{ta.mini.po => ta.po} (100%) rename po/{te.mini.po => te.po} (100%) rename po/{uk.mini.po => uk.po} (100%) rename po/{vi.mini.po => vi.po} (100%) rename po/{zh_CN.mini.po => zh_CN.po} (100%) rename po/{zh_TW.mini.po => zh_TW.po} (100%) diff --git a/po/Makefile.am b/po/Makefile.am index ce9338aa94..224f16e993 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -11,16 +11,15 @@ POTFILES: $(POTFILES_IN) $(SED) 's|[@]BUILDDIR[@]|$(top_builddir)|' > $@ POTFILE_DEPS = $(shell cat POTFILES) POTFILE := $(DOMAIN).pot -POMINIFILES := $(LANGS:%=%.mini.po) POFILES := $(LANGS:%=%.po) GMOFILES := $(LANGS:%=%.gmo) -CLEANFILES = $(POTFILE) $(POFILES) $(GMOFILES) POTFILES +CLEANFILES = $(POTFILE) $(GMOFILES) POTFILES EXTRA_DIST = \ LINGUAS \ $(POTFILES_IN) \ - $(POMINIFILES) + $(POFILES) if HAVE_GNU_GETTEXT_TOOLS @@ -35,33 +34,23 @@ XGETTEXT_ARGS = \ --msgid-bugs-address="$(MSGID_BUGS_ADDRESS)" \ $(NULL) -POT_CREATION_DATE = $(shell \ - if test -n "$$SOURCE_DATE_EPOCH"; \ - then \ - date --date="@$$SOURCE_DATE_EPOCH" +"%F %R%z"; \ - else \ - date +'%F %R%z'; \ - fi) - SED_PO_FIXUP_ARGS = \ -e "s|text/plain; charset=CHARSET|text/plain; charset=UTF-8|g" \ -e "s|SOME DESCRIPTIVE TITLE|Libvirt package strings|g" \ -e "s|Copyright (C) YEAR|Copyright (C) $$(date +'%Y')|" \ - -e "s|POT-Creation-Date:[^\]*|POT-Creation-Date: $(POT_CREATION_DATE)|" \ $(NULL) -update-po: $(POFILES) - update-gmo: $(GMOFILES) -update-mini-po: $(POTFILE) +update-po: $(POTFILE) for lang in $(LANGS); do \ echo "Minimizing $$lang content" && \ $(MSGMERGE) --no-location --no-fuzzy-matching --sort-output \ $$lang.po $(POTFILE) | \ $(SED) $(SED_PO_FIXUP_ARGS) | \ $(RUNUTF8) $(PYTHON) $(top_srcdir)/scripts/minimize-po.py > \ - $(srcdir)/$$lang.mini.po ; \ + $(srcdir)/$$lang.po-t && \ + mv $$lang.po-t $$lang.po done push-pot: $(POTFILE) @@ -77,7 +66,7 @@ pull-po: $(POTFILE) --create-skeletons \ --transdir $(builddir) \ --srcdir $(srcdir) - $(MAKE) update-mini-po + $(MAKE) update-po $(MAKE) update-gmo $(POTFILE): POTFILES $(POTFILE_DEPS) @@ -86,16 +75,12 @@ $(POTFILE): POTFILES $(POTFILE_DEPS) $(SED) $(SED_PO_FIXUP_ARGS) < $@-t > $@ rm -f $@-t -%.po: %.mini.po $(POTFILE) - $(MSGMERGE) --no-fuzzy-matching $< $(POTFILE) | \ - $(SED) $(SED_PO_FIXUP_ARGS) > $@ - %.gmo: %.po rm -f $@ $@-t $(MSGFMT) -c -o $@-t $< mv $@-t $@ -.PRECIOUS: $(POTFILE) $(POFILES) +.PRECIOUS: $(POTFILE) endif HAVE_GNU_GETTEXT_TOOLS diff --git a/po/as.mini.po b/po/as.po similarity index 100% rename from po/as.mini.po rename to po/as.po diff --git a/po/bg.mini.po b/po/bg.po similarity index 100% rename from po/bg.mini.po rename to po/bg.po diff --git a/po/bn_IN.mini.po b/po/bn_IN.po similarity index 100% rename from po/bn_IN.mini.po rename to po/bn_IN.po diff --git a/po/bs.mini.po b/po/bs.po similarity index 100% rename from po/bs.mini.po rename to po/bs.po diff --git a/po/ca.mini.po b/po/ca.po similarity index 100% rename from po/ca.mini.po rename to po/ca.po diff --git a/po/cs.mini.po b/po/cs.po similarity index 100% rename from po/cs.mini.po rename to po/cs.po diff --git a/po/da.mini.po b/po/da.po similarity index 100% rename from po/da.mini.po rename to po/da.po diff --git a/po/de.mini.po b/po/de.po similarity index 100% rename from po/de.mini.po rename to po/de.po diff --git a/po/el.mini.po b/po/el.po similarity index 100% rename from po/el.mini.po rename to po/el.po diff --git a/po/en_GB.mini.po b/po/en_GB.po similarity index 100% rename from po/en_GB.mini.po rename to po/en_GB.po diff --git a/po/es.mini.po b/po/es.po similarity index 100% rename from po/es.mini.po rename to po/es.po diff --git a/po/fi.mini.po b/po/fi.po similarity index 100% rename from po/fi.mini.po rename to po/fi.po diff --git a/po/fr.mini.po b/po/fr.po similarity index 100% rename from po/fr.mini.po rename to po/fr.po diff --git a/po/gu.mini.po b/po/gu.po similarity index 100% rename from po/gu.mini.po rename to po/gu.po diff --git a/po/hi.mini.po b/po/hi.po similarity index 100% rename from po/hi.mini.po rename to po/hi.po diff --git a/po/hu.mini.po b/po/hu.po similarity index 100% rename from po/hu.mini.po rename to po/hu.po diff --git a/po/id.mini.po b/po/id.po similarity index 100% rename from po/id.mini.po rename to po/id.po diff --git a/po/it.mini.po b/po/it.po similarity index 100% rename from po/it.mini.po rename to po/it.po diff --git a/po/ja.mini.po b/po/ja.po similarity index 100% rename from po/ja.mini.po rename to po/ja.po diff --git a/po/kn.mini.po b/po/kn.po similarity index 100% rename from po/kn.mini.po rename to po/kn.po diff --git a/po/ko.mini.po b/po/ko.po similarity index 100% rename from po/ko.mini.po rename to po/ko.po diff --git a/po/mk.mini.po b/po/mk.po similarity index 100% rename from po/mk.mini.po rename to po/mk.po diff --git a/po/ml.mini.po b/po/ml.po similarity index 100% rename from po/ml.mini.po rename to po/ml.po diff --git a/po/mr.mini.po b/po/mr.po similarity index 100% rename from po/mr.mini.po rename to po/mr.po diff --git a/po/ms.mini.po b/po/ms.po similarity index 100% rename from po/ms.mini.po rename to po/ms.po diff --git a/po/nb.mini.po b/po/nb.po similarity index 100% rename from po/nb.mini.po rename to po/nb.po diff --git a/po/nl.mini.po b/po/nl.po similarity index 100% rename from po/nl.mini.po rename to po/nl.po diff --git a/po/or.mini.po b/po/or.po similarity index 100% rename from po/or.mini.po rename to po/or.po diff --git a/po/pa.mini.po b/po/pa.po similarity index 100% rename from po/pa.mini.po rename to po/pa.po diff --git a/po/pl.mini.po b/po/pl.po similarity index 100% rename from po/pl.mini.po rename to po/pl.po diff --git a/po/pt.mini.po b/po/pt.po similarity index 100% rename from po/pt.mini.po rename to po/pt.po diff --git a/po/pt_BR.mini.po b/po/pt_BR.po similarity index 100% rename from po/pt_BR.mini.po rename to po/pt_BR.po diff --git a/po/ru.mini.po b/po/ru.po similarity index 100% rename from po/ru.mini.po rename to po/ru.po diff --git a/po/sr.mini.po b/po/sr.po similarity index 100% rename from po/sr.mini.po rename to po/sr.po diff --git a/po/sr@latin.mini.po b/po/sr@latin.po similarity index 100% rename from po/sr@latin.mini.po rename to po/sr@latin.po diff --git a/po/sv.mini.po b/po/sv.po similarity index 100% rename from po/sv.mini.po rename to po/sv.po diff --git a/po/ta.mini.po b/po/ta.po similarity index 100% rename from po/ta.mini.po rename to po/ta.po diff --git a/po/te.mini.po b/po/te.po similarity index 100% rename from po/te.mini.po rename to po/te.po diff --git a/po/uk.mini.po b/po/uk.po similarity index 100% rename from po/uk.mini.po rename to po/uk.po diff --git a/po/vi.mini.po b/po/vi.po similarity index 100% rename from po/vi.mini.po rename to po/vi.po diff --git a/po/zh_CN.mini.po b/po/zh_CN.po similarity index 100% rename from po/zh_CN.mini.po rename to po/zh_CN.po diff --git a/po/zh_TW.mini.po b/po/zh_TW.po similarity index 100% rename from po/zh_TW.mini.po rename to po/zh_TW.po -- 2.26.2

The .po files are stored with strings in alphabetical order instead of source file location order, because this minimizes the diffs created when code moves around within or between files. By default msgmerge will honour the order of strings in the .pot file when creating a .po file, so it is useful if we also create the .pot file with desired ordering. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/po/Makefile.am b/po/Makefile.am index 224f16e993..a31f8ba584 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -32,6 +32,7 @@ XGETTEXT_ARGS = \ --package-name="$(PACKAGE_NAME)" \ --package-version="$(PACKAGE_VERSION)" \ --msgid-bugs-address="$(MSGID_BUGS_ADDRESS)" \ + --sort-output \ $(NULL) SED_PO_FIXUP_ARGS = \ -- 2.26.2

We previously adopted a minimization technique for po files which stripped source locations and non-translated msgids in order to save space in the git repos and have saner commit diffs. At this time it is not possible to integrate with weblate while having non-translated msgids stripped, as it will immediately add them back again. By keeping all non-translated msgids, our .po files are about x2 the size at 37 MB vs the original 18 MB. This is still way better than the original po/ directory which was 109 MB. We're saving 38 MB by still omitting source file locations, and another 34 MB are saved by the dropping of all languages which are 100% untranslated. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- Makefile.am | 1 - po/Makefile.am | 4 +--- scripts/minimize-po.py | 54 ------------------------------------------ 3 files changed, 1 insertion(+), 58 deletions(-) delete mode 100755 scripts/minimize-po.py diff --git a/Makefile.am b/Makefile.am index d56deeb080..ce155bdb87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,7 +66,6 @@ EXTRA_DIST = \ scripts/header-ifdef.py \ scripts/hvsupport.py \ scripts/hyperv_wmi_generator.py \ - scripts/minimize-po.py \ scripts/mock-noinline.py \ scripts/prohibit-duplicate-header.py \ scripts/reformat-news.py \ diff --git a/po/Makefile.am b/po/Makefile.am index a31f8ba584..c4c474ccb8 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -48,9 +48,7 @@ update-po: $(POTFILE) echo "Minimizing $$lang content" && \ $(MSGMERGE) --no-location --no-fuzzy-matching --sort-output \ $$lang.po $(POTFILE) | \ - $(SED) $(SED_PO_FIXUP_ARGS) | \ - $(RUNUTF8) $(PYTHON) $(top_srcdir)/scripts/minimize-po.py > \ - $(srcdir)/$$lang.po-t && \ + $(SED) $(SED_PO_FIXUP_ARGS) > $(srcdir)/$$lang.po-t && \ mv $$lang.po-t $$lang.po done diff --git a/scripts/minimize-po.py b/scripts/minimize-po.py deleted file mode 100755 index c305229721..0000000000 --- a/scripts/minimize-po.py +++ /dev/null @@ -1,54 +0,0 @@ -#!/usr/bin/env python3 -# -# Copyright (C) 2018-2019 Red Hat, Inc. -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library. If not, see -# <http://www.gnu.org/licenses/>. - -import re -import sys - -block = [] -msgstr = False -empty = False -unused = False -fuzzy = False - -for line in sys.stdin: - if line.isspace(): - if not empty and not unused and not fuzzy: - for b in block: - print(b, end='') - - block = [] - msgstr = False - fuzzy = False - block.append(line) - else: - if line.startswith("msgstr"): - msgstr = True - empty = True - - if line[0] == '#' and "fuzzy" in line: - fuzzy = True - if line.startswith("#~ msgstr"): - unused = True - if msgstr and re.search(r'".+"', line): - empty = False - - block.append(line) - -if not empty and not unused and not fuzzy: - for b in block: - print(b, end='') -- 2.26.2

To integrate with weblate the only practical option currently is to store the .pot file in git. This is required so that it can add new languages by cloning the .pot file. It also enables weblate to run msgmerge on the languages whenever pulling in new changes from git. The pot file will have to be the full content including the source locations, so this is going to result in unpleasant diffs when it is updated periodically. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/Makefile.am | 8 +- po/libvirt.pot | 48582 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48586 insertions(+), 4 deletions(-) create mode 100644 po/libvirt.pot diff --git a/po/Makefile.am b/po/Makefile.am index c4c474ccb8..6c5e1b9c03 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -14,7 +14,7 @@ POTFILE := $(DOMAIN).pot POFILES := $(LANGS:%=%.po) GMOFILES := $(LANGS:%=%.gmo) -CLEANFILES = $(POTFILE) $(GMOFILES) POTFILES +CLEANFILES = $(GMOFILES) POTFILES EXTRA_DIST = \ LINGUAS \ @@ -68,10 +68,10 @@ pull-po: $(POTFILE) $(MAKE) update-po $(MAKE) update-gmo -$(POTFILE): POTFILES $(POTFILE_DEPS) +$(POTFILE): $(XGETTEXT) -o $@-t $(XGETTEXT_ARGS) \ --files-from=$(abs_builddir)/POTFILES - $(SED) $(SED_PO_FIXUP_ARGS) < $@-t > $@ + $(SED) $(SED_PO_FIXUP_ARGS) < $@-t > $(srcdir)/$@ rm -f $@-t %.gmo: %.po @@ -79,7 +79,7 @@ $(POTFILE): POTFILES $(POTFILE_DEPS) $(MSGFMT) -c -o $@-t $< mv $@-t $@ -.PRECIOUS: $(POTFILE) +.PHONY: $(POTFILE) endif HAVE_GNU_GETTEXT_TOOLS diff --git a/po/libvirt.pot b/po/libvirt.pot new file mode 100644 index 0000000000..3475b93192 --- /dev/null +++ b/po/libvirt.pot @@ -0,0 +1,48582 @@ +# Libvirt package strings. +# Copyright (C) 2020 The Libvirt authors +# This file is distributed under the same license as the libvirt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: libvirt 6.4.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2020-05-18 18:10+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../../tools/virsh.c:485 ../../tools/virt-admin.c:1262 +msgid "" +"\n" +" (specify help <command> for details about the command)\n" +"\n" +msgstr "" + +#: ../../tools/virsh.c:483 ../../tools/virt-admin.c:1260 +msgid "" +"\n" +" (specify help <group> for details about the commands in the group)\n" +msgstr "" + +#: ../../tools/vsh.c:694 +msgid "" +"\n" +" DESCRIPTION\n" +msgstr "" + +#: ../../src/locking/lock_daemon.c:844 +msgid "" +"\n" +" Default paths:\n" +"\n" +" Configuration file (unless overridden by -f):\n" +" $XDG_CONFIG_HOME/libvirt/virtlockd.conf\n" +"\n" +" Sockets:\n" +" $XDG_RUNTIME_DIR/libvirt/virtlockd-sock\n" +"\n" +" PID file:\n" +" $XDG_RUNTIME_DIR/libvirt/virtlockd.pid\n" +"\n" +msgstr "" + +#: ../../src/logging/log_daemon.c:625 +msgid "" +"\n" +" Default paths:\n" +"\n" +" Configuration file (unless overridden by -f):\n" +" $XDG_CONFIG_HOME/libvirt/virtlogd.conf\n" +"\n" +" Sockets:\n" +" $XDG_RUNTIME_DIR/libvirt/virtlogd-sock\n" +"\n" +" PID file:\n" +" $XDG_RUNTIME_DIR/libvirt/virtlogd.pid\n" +"\n" +msgstr "" + +#: ../../src/locking/lock_daemon.c:827 +#, c-format +msgid "" +"\n" +" Default paths:\n" +"\n" +" Configuration file (unless overridden by -f):\n" +" %s/libvirt/virtlockd.conf\n" +"\n" +" Sockets:\n" +" %s/libvirt/virtlockd-sock\n" +"\n" +" PID file (unless overridden by -p):\n" +" %s/virtlockd.pid\n" +"\n" +msgstr "" + +#: ../../src/logging/log_daemon.c:608 +#, c-format +msgid "" +"\n" +" Default paths:\n" +"\n" +" Configuration file (unless overridden by -f):\n" +" %s/libvirt/virtlogd.conf\n" +"\n" +" Sockets:\n" +" %s/libvirt/virtlogd-sock\n" +"\n" +" PID file (unless overridden by -p):\n" +" %s/virtlogd.pid\n" +"\n" +msgstr "" + +#: ../../tools/vsh.c:700 +msgid "" +"\n" +" OPTIONS\n" +msgstr "" + +#: ../../tools/vsh.c:642 +msgid "" +"\n" +" SYNOPSIS\n" +msgstr "" + +#: ../../tools/virt-admin.c:1232 +#, c-format +msgid "" +"\n" +"%s [options]... [<command_string>]\n" +"%s [options]... <command> [args...]\n" +"\n" +" options:\n" +" -c | --connect=URI daemon admin connection URI\n" +" -d | --debug=NUM debug level [0-4]\n" +" -h | --help this help\n" +" -l | --log=FILE output logging to file\n" +" -q | --quiet quiet mode\n" +" -v short version\n" +" -V long version\n" +" --version[=TYPE] version, TYPE is short or long (default short)\n" +" commands (non interactive mode):\n" +"\n" +msgstr "" + +#: ../../tools/virsh.c:448 +#, c-format +msgid "" +"\n" +"%s [options]... [<command_string>]\n" +"%s [options]... <command> [args...]\n" +"\n" +" options:\n" +" -c | --connect=URI hypervisor connection URI\n" +" -d | --debug=NUM debug level [0-4]\n" +" -e | --escape <char> set escape sequence for console\n" +" -h | --help this help\n" +" -k | --keepalive-interval=NUM\n" +" keepalive interval in seconds, 0 for disable\n" +" -K | --keepalive-count=NUM\n" +" number of possible missed keepalive messages\n" +" -l | --log=FILE output logging to file\n" +" -q | --quiet quiet mode\n" +" -r | --readonly connect readonly\n" +" -t | --timing print timing information\n" +" -v short version\n" +" -V long version\n" +" --version[=TYPE] version, TYPE is short or long (default short)\n" +" commands (non interactive mode):\n" +"\n" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:98 +#, c-format +msgid "" +"\n" +"%s mode [options] [extra file] [< def.xml]\n" +"\n" +" Modes:\n" +" -a | --add load profile\n" +" -c | --create create profile from template\n" +" -D | --delete unload and delete profile\n" +" -r | --replace reload profile\n" +" -R | --remove unload profile\n" +" Options:\n" +" -d | --dryrun dry run\n" +" -u | --uuid <uuid> uuid (profile name)\n" +" -h | --help this help\n" +" Extra File:\n" +" -f | --add-file <file> add file to a profile generated from XML\n" +" -F | --append-file <file> append file to an existing profile\n" +"\n" +msgstr "" + +#: ../../tools/vsh.c:1319 +#, c-format +msgid "" +"\n" +"(Time: %.3f ms)\n" +"\n" +msgstr "" + +#: ../../tools/virsh-domain.c:5559 +#, c-format +msgid "" +"\n" +"Domain %s dumped to %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:4527 +#, c-format +msgid "" +"\n" +"Domain %s saved to %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:4834 +#, c-format +msgid "" +"\n" +"Domain %s state saved by libvirt\n" +msgstr "" + +#: ../../tools/virt-login-shell-helper.c:121 +#, c-format +msgid "" +"\n" +"Usage:\n" +" %s [option]\n" +"\n" +"Options:\n" +" -h | --help Display program help\n" +" -V | --version Display program version\n" +" -c CMD Run CMD via shell\n" +"\n" +"libvirt login shell\n" +msgstr "" + +#: ../../src/locking/lock_daemon.c:810 +#, c-format +msgid "" +"\n" +"Usage:\n" +" %s [options]\n" +"\n" +"Options:\n" +" -h | --help Display program help:\n" +" -v | --verbose Verbose messages.\n" +" -d | --daemon Run as a daemon & write PID file.\n" +" -t | --timeout <secs> Exit after timeout period.\n" +" -f | --config <file> Configuration file.\n" +" -V | --version Display version information.\n" +" -p | --pid-file <file> Change name of PID file.\n" +"\n" +"libvirt lock management daemon:\n" +msgstr "" + +#: ../../src/logging/log_daemon.c:591 +#, c-format +msgid "" +"\n" +"Usage:\n" +" %s [options]\n" +"\n" +"Options:\n" +" -h | --help Display program help:\n" +" -v | --verbose Verbose messages.\n" +" -d | --daemon Run as a daemon & write PID file.\n" +" -t | --timeout <secs> Exit after timeout period.\n" +" -f | --config <file> Configuration file.\n" +" -V | --version Display version information.\n" +" -p | --pid-file <file> Change name of PID file.\n" +"\n" +"libvirt log management daemon:\n" +msgstr "" + +#: ../../tools/virt-host-validate.c:47 +#, c-format +msgid "" +"\n" +"syntax: %s [OPTIONS] [HVTYPE]\n" +"\n" +" Hypervisor types:\n" +"\n" +" - qemu\n" +" - lxc\n" +" - bhyve\n" +"\n" +" Options:\n" +" -h, --help Display command line help\n" +" -v, --version Display command version\n" +" -q, --quiet Don't display progress information\n" +"\n" +msgstr "" + +#: ../../tools/virsh-domain.c:2639 +#, c-format +msgid " Bandwidth limit: %llu bytes/s (%-.3lf %s/s)" +msgstr "" + +#: ../../tools/vsh.c:638 +msgid " NAME\n" +msgstr "" + +#: ../../tools/virsh.c:470 ../../tools/virt-admin.c:1247 +#, c-format +msgid " %s (help keyword '%s')\n" +msgstr "" + +#: ../../tools/vsh.c:610 ../../tools/vsh.c:3099 +#, c-format +msgid " %s (help keyword '%s'):\n" +msgstr "" + +#: ../../tools/virsh.c:500 +msgid " Hypervisors:" +msgstr "" + +#: ../../tools/virsh.c:601 +msgid " Miscellaneous:" +msgstr "" + +#: ../../tools/virsh.c:536 +msgid " Networking:" +msgstr "" + +#: ../../tools/virsh.c:562 +msgid " Storage:" +msgstr "" + +#: ../../tools/virsh-domain.c:2630 +#, c-format +msgid "" +" type=%s\n" +" bandwidth=%lu\n" +" cur=%llu\n" +" end=%llu\n" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:301 ../../src/rpc/virnetsshsession.c:462 +#, c-format +msgid "" +"!!! SSH HOST KEY VERIFICATION FAILED !!!: Identity of host '%s:%d' differs " +"from stored identity. Please verify the new host key '%s' to avoid possible " +"man in the middle attack. The key is stored in '%s'." +msgstr "" + +#: ../../tools/vsh.c:2880 +#, c-format +msgid "$%s value should be between 0 and %d" +msgstr "" + +#: ../../tools/virt-host-validate-common.c:66 +#, c-format +msgid "%6s: Checking %-60s: " +msgstr "" + +#: ../../tools/vsh.c:3279 +#, c-format +msgid "%s\n" +msgstr "" + +#: ../../src/vz/vz_sdk.c:89 ../../src/vz/vz_sdk.c:139 +#, c-format +msgid "%s %s" +msgstr "" + +#: ../../src/vmx/vmx.c:3582 +#, c-format +msgid "%s %s '%s' has an unsupported type '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:3538 +#, c-format +msgid "%s %s '%s' has unsupported type '%s', expecting '%s' or '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:6796 +#, c-format +msgid "%s (out of %d)" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1887 +#, c-format +msgid "%s 3d acceleration is not supported" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7354 +#, c-format +msgid "%s array element does not contain data" +msgstr "" + +#: ../../src/libxl/xen_common.c:206 +#, c-format +msgid "%s can't be empty" +msgstr "" + +#: ../../src/test/test_driver.c:3831 +#, c-format +msgid "%s cannot be set higher than %s " +msgstr "" + +#: ../../tools/virt-login-shell-helper.c:246 +#, c-format +msgid "%s cannot parse GID '%s'" +msgstr "" + +#: ../../tools/virt-login-shell-helper.c:238 +#, c-format +msgid "%s cannot parse UID '%s'" +msgstr "" + +#: ../../src/qemu/qemu_tpm.c:455 +#, c-format +msgid "%s does not support passing a passphrase using a file descriptor" +msgstr "" + +#: ../../src/qemu/qemu_tpm.c:597 +#, c-format +msgid "%s does not support passing passphrase via file descriptor" +msgstr "" + +#: ../../tools/virt-login-shell-helper.c:232 +#, c-format +msgid "%s expects UID and GID parameters" +msgstr "" + +#: ../../src/util/viriscsi.c:536 +#, c-format +msgid "%s failed new mode for target '%s' with status '%d'" +msgstr "" + +#: ../../src/conf/network_conf.c:1184 +#, c-format +msgid "%s family specified for non-IPv4 address '%s' in network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:2040 +#, c-format +msgid "%s forwarding requested, but no IP address provided for network '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:3637 +#, c-format +msgid "%s harddisk '%s' has unsupported cache mode '%s'" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2048 +#, c-format +msgid "%s has illegal value %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1364 +#, c-format +msgid "%s has unexpected '*' before last line" +msgstr "" + +#: ../../src/util/virerror.h:81 +#, c-format +msgid "%s in %s must be NULL" +msgstr "" + +#: ../../src/util/virerror.h:114 +#, c-format +msgid "%s in %s must be greater than zero" +msgstr "" + +#: ../../src/util/virerror.h:136 +#, c-format +msgid "%s in %s must be zero" +msgstr "" + +#: ../../src/util/virerror.h:147 +#, c-format +msgid "%s in %s must be zero or greater" +msgstr "" + +#: ../../src/util/virerror.h:92 +#, c-format +msgid "%s in %s must not be NULL" +msgstr "" + +#: ../../src/util/virerror.h:125 +#, c-format +msgid "%s in %s must not be zero" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:1784 +#, c-format +msgid "%s is missing 'type' property" +msgstr "" + +#: ../../src/conf/domain_conf.c:1387 +#, c-format +msgid "%s is not a supported cipher name" +msgstr "" + +#: ../../src/conf/domain_conf.c:1399 +#, c-format +msgid "%s is not a supported cipher state" +msgstr "" + +#: ../../src/util/virtpm.c:319 +#, c-format +msgid "%s is not an executable" +msgstr "" + +#: ../../src/qemu/qemu_command.c:6527 +#, c-format +msgid "%s is not available with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3665 ../../src/qemu/qemu_validate.c:3737 +#, c-format +msgid "%s is not supported by this QEMU binary" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:17 +#: ../src/remote/remote_client_bodies.h:53 +#: ../src/remote/remote_client_bodies.h:2652 +#: ../src/remote/remote_client_bodies.h:2689 +#: ../src/remote/remote_client_bodies.h:3741 +#: ../src/remote/remote_client_bodies.h:3780 +#: ../src/remote/remote_client_bodies.h:3906 +#: ../src/remote/remote_client_bodies.h:4176 +#: ../src/remote/remote_client_bodies.h:4211 +#: ../src/remote/remote_client_bodies.h:4245 +#: ../src/remote/remote_client_bodies.h:4635 +#: ../src/remote/remote_client_bodies.h:7684 +#: ../../src/remote/remote_driver.c:2288 +#, c-format +msgid "%s length greater than maximum: %d > %d" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1584 +#, c-format +msgid "%s model of watchdog can go only on ISA bus" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1574 +#, c-format +msgid "%s model of watchdog can go only on PCI bus" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1599 +#, c-format +msgid "%s model of watchdog is allowed for s390 and s390x only" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1593 +#, c-format +msgid "%s model of watchdog is virtual and cannot go on any bus." +msgstr "" + +#: ../../tools/virt-host-validate-bhyve.c:36 +#, c-format +msgid "%s module is not loaded, " +msgstr "" + +#: ../../src/qemu/qemu_conf.c:950 +#, c-format +msgid "%s namespace is not available" +msgstr "" + +#: ../../src/util/virfile.c:3568 +#, c-format +msgid "%s not found in %s" +msgstr "" + +#: ../../src/util/vircommand.c:3349 ../../src/util/vircommand.c:3360 +#, c-format +msgid "%s not implemented on Win32" +msgstr "" + +#: ../../tools/virt-login-shell-helper.c:83 +#, c-format +msgid "%s not matched against 'allowed_users' in %s" +msgstr "" + +#: ../../src/libxl/xen_common.c:212 +#, c-format +msgid "%s not parseable" +msgstr "" + +#: ../../src/qemu/qemu_command.c:2478 ../../src/qemu/qemu_validate.c:3543 +#, c-format +msgid "%s not supported in this QEMU binary" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:85 ../../src/esx/esx_vi_types.c:770 +#, c-format +msgid "%s object has invalid dynamic type" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:490 ../../src/esx/esx_vi_types.c:753 +#, c-format +msgid "%s object is missing the required '%s' property" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5870 +#, c-format +msgid "%s reply data was missing 'model'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5876 +#, c-format +msgid "%s reply data was missing 'name'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5883 +#, c-format +msgid "%s reply data was missing 'props'" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2155 +#, c-format +msgid "" +"%s rule with port specification requires protocol specification with " +"protocol to be either one of tcp(6), udp(17), dccp(33), or sctp(132)" +msgstr "" + +#: ../../src/locking/sanlock_helper.c:20 +#, c-format +msgid "%s uri uuid action\n" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5598 +#, c-format +msgid "" +"%s with index %d is configured for a NUMA node (%d) not present in the " +"domain's <cpu><numa> array (%zu)" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:140 +#, c-format +msgid "" +"%s:\n" +"%s%c" +msgstr "" + +#: ../../tools/vsh.c:109 +#, c-format +msgid "%s: %d: failed to allocate %d bytes" +msgstr "" + +#: ../../tools/virsh-domain.c:10082 ../../tools/virsh-domain.c:10088 +#, c-format +msgid "%s: %d: failed to allocate argv" +msgstr "" + +#: ../../tools/virsh-domain.c:14053 ../../tools/virsh-domain.c:14106 +#, c-format +msgid "%s: %d: failed to allocate mountpoints" +msgstr "" + +#: ../../src/node_device/node_device_hal.c:723 +#: ../../src/qemu/qemu_migration.c:1050 ../../src/qemu/qemu_migration.c:1549 +#: ../../src/qemu/qemu_migration.c:1554 ../../src/qemu/qemu_migration.c:1560 +#: ../../src/qemu/qemu_migration.c:1618 ../../src/qemu/qemu_migration.c:3635 +#: ../../src/qemu/qemu_process.c:2094 ../../src/qemu/qemu_process.c:2103 +#: ../../src/util/virdbus.c:1564 +#, c-format +msgid "%s: %s" +msgstr "" + +#: ../../src/remote/remote_daemon_config.c:66 +#, c-format +msgid "%s: %s: unsupported auth %s" +msgstr "" + +#: ../../src/security/security_apparmor.c:697 +#: ../../src/security/security_apparmor.c:740 +#, c-format +msgid "%s: '%s' does not exist" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:207 +#, c-format +msgid "%s: Address '%s' in route definition is not a network address" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:85 +#, c-format +msgid "%s: Bad gateway address '%s' in route definition" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:117 +#, c-format +msgid "%s: Bad netmask address '%s' in route definition" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:77 +#, c-format +msgid "%s: Bad network address '%s' in route definition" +msgstr "" + +#: ../../src/util/virfdstream.c:1274 +#, c-format +msgid "%s: Cannot request read and write flags together" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:188 +#, c-format +msgid "" +"%s: Error converting address '%s' with netmask '%s' to network-address in " +"route definition" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:198 +#, c-format +msgid "" +"%s: Error converting address '%s' with prefix %u to network-address in route " +"definition" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:99 +#, c-format +msgid "%s: IPv4 family specified for non-IPv4 address '%s' in route definition" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:109 +#, c-format +msgid "%s: IPv4 family specified for non-IPv4 gateway '%s' in route definition" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:260 +#, c-format +msgid "%s: Invalid metric specified in route definition" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:269 +#, c-format +msgid "%s: Invalid metric value, must be > 0 in route definition" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:124 +#, c-format +msgid "%s: Invalid netmask '%s' for address '%s' (both must be IPv4)" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:170 +#, c-format +msgid "%s: Invalid prefix %u specified in route definition, must be 0 - 128" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:140 +#, c-format +msgid "%s: Invalid prefix %u specified in route definition, must be 0 - 32" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:251 +#, c-format +msgid "%s: Invalid prefix specified in route definition" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:61 +#, c-format +msgid "%s: Missing required address attribute in route definition" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:69 +#, c-format +msgid "%s: Missing required gateway attribute in route definition" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:97 +#, c-format +msgid "%s: No family specified for non-IPv4 address '%s' in route definition" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:107 +#, c-format +msgid "%s: No family specified for non-IPv4 gateway '%s' in route definition" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:132 +#, c-format +msgid "%s: Route definition cannot have both a prefix and a netmask" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:156 +#, c-format +msgid "" +"%s: Specifying netmask invalid for IPv6 address '%s' in route definition" +msgstr "" + +#: ../../src/qemu/qemu_extdevice.c:56 +#, c-format +msgid "" +"%s: Starting external device: %s\n" +"%s\n" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:178 +#, c-format +msgid "%s: Unrecognized family '%s' in route definition" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:122 +#, c-format +msgid "%s: error: %s%c" +msgstr "" + +#: ../../src/util/virdaemon.c:130 +#, c-format +msgid "" +"%s: error: %s. Check /var/log/messages or run without --daemon for more " +"info.\n" +msgstr "" + +#: ../../src/util/virdaemon.c:124 +#, c-format +msgid "%s: error: unable to determine if daemon is running: %s\n" +msgstr "" + +#: ../../tools/virsh-nodedev.c:829 +#, c-format +msgid "%s: event '%s' for node device %s\n" +msgstr "" + +#: ../../tools/virsh-secret.c:697 +#, c-format +msgid "%s: event '%s' for secret %s\n" +msgstr "" + +#: ../../tools/virsh-pool.c:1955 +#, c-format +msgid "%s: event '%s' for storage pool %s\n" +msgstr "" + +#: ../../tools/virsh-network.c:1228 +#, c-format +msgid "%s: event 'lifecycle' for network %s: %s\n" +msgstr "" + +#: ../../tools/virsh-nodedev.c:800 +#, c-format +msgid "%s: event 'lifecycle' for node device %s: %s\n" +msgstr "" + +#: ../../tools/virsh-secret.c:666 +#, c-format +msgid "%s: event 'lifecycle' for secret %s: %s\n" +msgstr "" + +#: ../../tools/virsh-pool.c:1924 +#, c-format +msgid "%s: event 'lifecycle' for storage pool %s: %s\n" +msgstr "" + +#: ../../src/util/virconf.c:1016 +#, c-format +msgid "%s: expected a bool for '%s' parameter" +msgstr "" + +#: ../../src/util/virconf.c:1065 ../../src/util/virconf.c:1227 +#: ../../src/util/virconf.c:1275 +#, c-format +msgid "%s: expected a signed integer for '%s' parameter" +msgstr "" + +#: ../../src/util/virconf.c:889 +#, c-format +msgid "%s: expected a string for '%s' parameter" +msgstr "" + +#: ../../src/util/virconf.c:944 ../../src/util/virconf.c:973 +#, c-format +msgid "%s: expected a string list for '%s' parameter" +msgstr "" + +#: ../../src/util/virconf.c:972 +#, c-format +msgid "%s: expected a string or string list for '%s' parameter" +msgstr "" + +#: ../../src/util/virconf.c:1113 ../../src/util/virconf.c:1161 +#: ../../src/util/virconf.c:1315 +#, c-format +msgid "%s: expected an unsigned integer for '%s' parameter" +msgstr "" + +#: ../../src/qemu/qemu_interface.c:364 +#, c-format +msgid "%s: failed to communicate with bridge helper: %s%s" +msgstr "" + +#: ../../tools/vsh.c:2459 +#, c-format +msgid "%s: failed to read temporary file: %s" +msgstr "" + +#: ../../tools/vsh.c:2258 +#, c-format +msgid "%s: failed to write log file: %s" +msgstr "" + +#: ../../src/util/iohelper.c:241 +#, c-format +msgid "%s: failure with %s: %s" +msgstr "" + +#: ../../src/util/iohelper.c:203 +#, c-format +msgid "%s: initialization failed" +msgstr "" + +#: ../../src/locking/lock_daemon.c:897 ../../src/logging/log_daemon.c:678 +#: ../../src/lxc/lxc_controller.c:2533 ../../src/network/leaseshelper.c:109 +#: ../../src/remote/remote_daemon.c:805 +#: ../../src/security/virt-aa-helper.c:1448 +#, c-format +msgid "%s: initialization failed\n" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:149 +#, c-format +msgid "%s: ipv6 family specified for non-IPv6 address '%s' in route definition" +msgstr "" + +#: ../../src/conf/networkcommon_conf.c:163 +#, c-format +msgid "" +"%s: ipv6 specified for non-IPv6 gateway address '%s' in route definition" +msgstr "" + +#: ../../src/util/iohelper.c:213 +#, c-format +msgid "%s: malformed fd %s" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:755 +#, c-format +msgid "" +"%s: migration_port_max: port must be between the minimal port %d and 65535" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:745 +#, c-format +msgid "%s: migration_port_min: port must be greater than 0" +msgstr "" + +#: ../../tools/virt-login-shell-helper.c:201 +#, c-format +msgid "%s: must be run as root\n" +msgstr "" + +#: ../../tools/virt-login-shell-helper.c:206 +#, c-format +msgid "%s: must not be run setuid root\n" +msgstr "" + +#: ../../src/security/security_apparmor.c:691 +#, c-format +msgid "%s: nvdimm without a path" +msgstr "" + +#: ../../src/security/security_apparmor.c:734 +#, c-format +msgid "%s: passthrough input device has no source" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:568 +#, c-format +msgid "" +"%s: remote_display_port_max: port must be between the minimal port and %d" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:576 +#, c-format +msgid "%s: remote_display_port_min: min port must not be greater than max port" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:557 +#, c-format +msgid "%s: remote_display_port_min: port must be greater than or equal to %d" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:537 +#, c-format +msgid "" +"%s: remote_websocket_port_max: port must be between the minimal port and %d" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:545 +#, c-format +msgid "" +"%s: remote_websocket_port_min: min port must not be greater than max port" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:526 +#, c-format +msgid "%s: remote_websocket_port_min: port must be greater than or equal to %d" +msgstr "" + +#: ../../tools/vsh.c:2426 +#, c-format +msgid "" +"%s: temporary filename contains shell meta or other unacceptable characters " +"(is $TMPDIR wrong?)" +msgstr "" + +#: ../../tools/virt-host-validate.c:111 +#, c-format +msgid "%s: too many command line arguments\n" +msgstr "" + +#: ../../src/util/iohelper.c:185 +#, c-format +msgid "%s: try --help for more details" +msgstr "" + +#: ../../src/network/leaseshelper.c:55 +#, c-format +msgid "%s: try --help for more details\n" +msgstr "" + +#: ../../src/util/iohelper.c:227 +#, c-format +msgid "%s: unable to determine access mode of fd %d" +msgstr "" + +#: ../../tools/virt-host-validate.c:146 +#, c-format +msgid "%s: unsupported hypervisor name %s\n" +msgstr "" + +#: ../../src/util/virconf.c:1023 +#, c-format +msgid "%s: value for '%s' parameter must be 0 or 1" +msgstr "" + +#: ../../src/util/virconf.c:1072 +#, c-format +msgid "%s: value for '%s' parameter must be in range %d:%d" +msgstr "" + +#: ../../src/util/virconf.c:1269 +#, c-format +msgid "%s: value for '%s' parameter must be in range %lld:%lld" +msgstr "" + +#: ../../src/util/virconf.c:1212 ../../src/util/virconf.c:1220 +#, c-format +msgid "%s: value for '%s' parameter must be in range %zd:%zd" +msgstr "" + +#: ../../src/util/virconf.c:1120 +#, c-format +msgid "%s: value for '%s' parameter must be in range 0:%u" +msgstr "" + +#: ../../src/util/virconf.c:1169 +#, c-format +msgid "%s: value for '%s' parameter must be in range 0:%zu" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:134 +#, c-format +msgid "%s: warning: %s%c" +msgstr "" + +#: ../../src/util/virconf.c:114 +#, c-format +msgid "%s:%d: %s" +msgstr "" + +#: ../../src/util/virxml.c:767 +#, c-format +msgid "" +"%s:%d: %s%s\n" +"%s" +msgstr "" + +#: ../../tools/vsh.c:2984 +#, c-format +msgid "%s_DEBUG not set with a valid numeric value" +msgstr "" + +#: ../../src/conf/domain_conf.c:19944 +#, c-format +msgid "%ssched attributes 'vcpus' must not overlap" +msgstr "" + +#: ../../src/storage/storage_driver.c:1930 +#, c-format +msgid "'%s'" +msgstr "" + +#: ../../src/cpu/cpu.c:68 +#, c-format +msgid "'%s' architecture is not supported by CPU driver" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3176 ../../src/libxl/libxl_driver.c:3723 +#: ../../src/qemu/qemu_hotplug.c:835 +#, c-format +msgid "'%s' controller cannot be hot plugged." +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5346 +#, c-format +msgid "'%s' controller cannot be hot unplugged." +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5553 +#, c-format +msgid "'%s' controller only supports up to '%u' ports" +msgstr "" + +#: ../src/access/viraccessapicheck.c:26 ../src/access/viraccessapicheck.c:47 +#: ../src/access/viraccessapicheck.c:68 ../src/access/viraccessapicheck.c:89 +#: ../src/access/viraccessapicheck.c:110 ../src/access/viraccessapicheck.c:131 +#: ../src/access/viraccessapicheck.c:172 ../src/access/viraccessapicheck.c:193 +#: ../src/access/viraccessapicheck.c:214 ../src/access/viraccessapicheck.c:255 +#: ../src/access/viraccessapicheck.c:296 ../src/access/viraccessapicheck.c:317 +#: ../src/access/viraccessapicheck.c:338 ../src/access/viraccessapicheck.c:359 +#: ../src/access/viraccessapicheck.c:400 ../src/access/viraccessapicheck.c:421 +#: ../src/access/viraccessapicheck.c:442 ../src/access/viraccessapicheck.c:463 +#: ../src/access/viraccessapicheck.c:484 ../src/access/viraccessapicheck.c:505 +#: ../src/access/viraccessapicheck.c:526 ../src/access/viraccessapicheck.c:547 +#: ../src/access/viraccessapicheck.c:568 ../src/access/viraccessapicheck.c:589 +#: ../src/access/viraccessapicheck.c:610 ../src/access/viraccessapicheck.c:631 +#: ../src/access/viraccessapicheck.c:672 ../src/access/viraccessapicheck.c:713 +#: ../src/access/viraccessapicheck.c:754 ../src/access/viraccessapicheck.c:795 +#: ../src/access/viraccessapicheck.c:836 ../src/access/viraccessapicheck.c:877 +#: ../src/access/viraccessapicheck.c:918 ../src/access/viraccessapicheck.c:959 +#: ../src/access/viraccessapicheck.c:1000 +#: ../src/access/viraccessapicheck.c:1041 +#: ../src/access/viraccessapicheck.c:1082 +#: ../src/access/viraccessapicheck.c:1123 +#: ../src/access/viraccessapicheck.c:1164 +#: ../src/access/viraccessapicheck.c:1205 +#: ../src/access/viraccessapicheck.c:1246 +#: ../src/access/viraccessapicheck.c:1287 +#: ../src/access/viraccessapicheck.c:1328 +#: ../src/access/viraccessapicheck.c:1369 +#: ../src/access/viraccessapicheck.c:1390 +#: ../src/access/viraccessapicheck.c:1431 +#: ../src/access/viraccessapicheck.c:1452 +#: ../src/access/viraccessapicheck.c:1493 +#: ../src/access/viraccessapicheck.c:1534 +#: ../src/access/viraccessapicheck.c:1575 +#: ../src/access/viraccessapicheck.c:1616 +#: ../src/access/viraccessapicheck.c:1657 +#: ../src/access/viraccessapicheck.c:1698 +#: ../src/access/viraccessapicheck.c:1739 +#: ../src/access/viraccessapicheck.c:1780 +#: ../src/access/viraccessapicheck.c:1821 +#: ../src/access/viraccessapicheck.c:1862 +#: ../src/access/viraccessapicheck.c:1903 +#: ../src/access/viraccessapicheck.c:1924 +#: ../src/access/viraccessapicheck.c:1945 +#: ../src/access/viraccessapicheck.c:1966 +#: ../src/access/viraccessapicheck.c:2007 +#: ../src/access/viraccessapicheck.c:2028 +#: ../src/access/viraccessapicheck.c:2049 +#: ../src/access/viraccessapicheck.c:2090 +#: ../src/access/viraccessapicheck.c:2111 +#: ../src/access/viraccessapicheck.c:2132 +#: ../src/access/viraccessapicheck.c:2153 +#: ../src/access/viraccessapicheck.c:2161 +#: ../src/access/viraccessapicheck.c:2169 +#: ../src/access/viraccessapicheck.c:2190 +#: ../src/access/viraccessapicheck.c:2211 +#: ../src/access/viraccessapicheck.c:2232 +#: ../src/access/viraccessapicheck.c:2240 +#: ../src/access/viraccessapicheck.c:2248 +#: ../src/access/viraccessapicheck.c:2269 +#: ../src/access/viraccessapicheck.c:2276 +#: ../src/access/viraccessapicheck.c:2297 +#: ../src/access/viraccessapicheck.c:2318 +#: ../src/access/viraccessapicheck.c:2339 +#: ../src/access/viraccessapicheck.c:2360 +#: ../src/access/viraccessapicheck.c:2381 +#: ../src/access/viraccessapicheck.c:2402 +#: ../src/access/viraccessapicheck.c:2423 +#: ../src/access/viraccessapicheck.c:2444 +#: ../src/access/viraccessapicheck.c:2465 +#: ../src/access/viraccessapicheck.c:2486 +#: ../src/access/viraccessapicheck.c:2507 +#: ../src/access/viraccessapicheck.c:2528 +#: ../src/access/viraccessapicheck.c:2536 +#: ../src/access/viraccessapicheck.c:2557 +#: ../src/access/viraccessapicheck.c:2578 +#: ../src/access/viraccessapicheck.c:2599 +#: ../src/access/viraccessapicheck.c:2607 +#: ../src/access/viraccessapicheck.c:2628 +#: ../src/access/viraccessapicheck.c:2649 +#: ../src/access/viraccessapicheck.c:2670 +#: ../src/access/viraccessapicheck.c:2691 +#: ../src/access/viraccessapicheck.c:2712 +#: ../src/access/viraccessapicheck.c:2733 +#: ../src/access/viraccessapicheck.c:2754 +#: ../src/access/viraccessapicheck.c:2775 +#: ../src/access/viraccessapicheck.c:2782 +#: ../src/access/viraccessapicheck.c:2803 +#: ../src/access/viraccessapicheck.c:2810 +#: ../src/access/viraccessapicheck.c:2831 +#: ../src/access/viraccessapicheck.c:2838 +#: ../src/access/viraccessapicheck.c:2859 +#: ../src/access/viraccessapicheck.c:2866 +#: ../src/access/viraccessapicheck.c:2887 +#: ../src/access/viraccessapicheck.c:2895 +#: ../src/access/viraccessapicheck.c:2903 +#: ../src/access/viraccessapicheck.c:2924 +#: ../src/access/viraccessapicheck.c:2945 +#: ../src/access/viraccessapicheck.c:2966 +#: ../src/access/viraccessapicheck.c:2987 +#: ../src/access/viraccessapicheck.c:2995 +#: ../src/access/viraccessapicheck.c:3003 +#: ../src/access/viraccessapicheck.c:3024 +#: ../src/access/viraccessapicheck.c:3032 +#: ../src/access/viraccessapicheck.c:3040 +#: ../src/access/viraccessapicheck.c:3061 +#: ../src/access/viraccessapicheck.c:3082 +#: ../src/access/viraccessapicheck.c:3103 +#: ../src/access/viraccessapicheck.c:3124 +#: ../src/access/viraccessapicheck.c:3145 +#: ../src/access/viraccessapicheck.c:3166 +#: ../src/access/viraccessapicheck.c:3187 +#: ../src/access/viraccessapicheck.c:3208 +#: ../src/access/viraccessapicheck.c:3229 +#: ../src/access/viraccessapicheck.c:3250 +#: ../src/access/viraccessapicheck.c:3271 +#: ../src/access/viraccessapicheck.c:3292 +#: ../src/access/viraccessapicheck.c:3313 +#: ../src/access/viraccessapicheck.c:3334 +#: ../src/access/viraccessapicheck.c:3355 +#: ../src/access/viraccessapicheck.c:3376 +#: ../src/access/viraccessapicheck.c:3397 +#: ../src/access/viraccessapicheck.c:3418 +#: ../src/access/viraccessapicheck.c:3439 +#: ../src/access/viraccessapicheck.c:3460 +#: ../src/access/viraccessapicheck.c:3481 +#: ../src/access/viraccessapicheck.c:3502 +#: ../src/access/viraccessapicheck.c:3523 +#: ../src/access/viraccessapicheck.c:3544 +#: ../src/access/viraccessapicheck.c:3565 +#: ../src/access/viraccessapicheck.c:3586 +#: ../src/access/viraccessapicheck.c:3607 +#: ../src/access/viraccessapicheck.c:3628 +#: ../src/access/viraccessapicheck.c:3649 +#: ../src/access/viraccessapicheck.c:3670 +#: ../src/access/viraccessapicheck.c:3691 +#: ../src/access/viraccessapicheck.c:3712 +#: ../src/access/viraccessapicheck.c:3733 +#: ../src/access/viraccessapicheck.c:3754 +#: ../src/access/viraccessapicheck.c:3775 +#: ../src/access/viraccessapicheck.c:3796 +#: ../src/access/viraccessapicheck.c:3817 +#: ../src/access/viraccessapicheck.c:3838 +#: ../src/access/viraccessapicheck.c:3859 +#: ../src/access/viraccessapicheck.c:3867 +#: ../src/access/viraccessapicheck.c:3888 +#: ../src/access/viraccessapicheck.c:3896 +#: ../src/access/viraccessapicheck.c:3904 +#: ../src/access/viraccessapicheck.c:3925 +#: ../src/access/viraccessapicheck.c:3946 +#: ../src/access/viraccessapicheck.c:3967 +#: ../src/access/viraccessapicheck.c:3988 +#: ../src/access/viraccessapicheck.c:4009 +#: ../src/access/viraccessapicheck.c:4030 +#: ../src/access/viraccessapicheck.c:4051 +#: ../src/access/viraccessapicheck.c:4072 +#: ../src/access/viraccessapicheck.c:4093 +#: ../src/access/viraccessapicheck.c:4114 +#: ../src/access/viraccessapicheck.c:4135 +#: ../src/access/viraccessapicheck.c:4156 +#: ../src/access/viraccessapicheck.c:4177 +#: ../src/access/viraccessapicheck.c:4198 +#: ../src/access/viraccessapicheck.c:4219 +#: ../src/access/viraccessapicheck.c:4226 +#: ../src/access/viraccessapicheck.c:4247 +#: ../src/access/viraccessapicheck.c:4255 +#: ../src/access/viraccessapicheck.c:4276 +#: ../src/access/viraccessapicheck.c:4297 +#: ../src/access/viraccessapicheck.c:4318 +#: ../src/access/viraccessapicheck.c:4339 +#: ../src/access/viraccessapicheck.c:4360 +#: ../src/access/viraccessapicheck.c:4381 +#: ../src/access/viraccessapicheck.c:4402 +#: ../src/access/viraccessapicheck.c:4423 +#: ../src/access/viraccessapicheck.c:4444 +#: ../src/access/viraccessapicheck.c:4465 +#: ../src/access/viraccessapicheck.c:4486 +#: ../src/access/viraccessapicheck.c:4507 +#: ../src/access/viraccessapicheck.c:4528 +#: ../src/access/viraccessapicheck.c:4549 +#: ../src/access/viraccessapicheck.c:4570 +#: ../src/access/viraccessapicheck.c:4591 +#: ../src/access/viraccessapicheck.c:4612 +#: ../src/access/viraccessapicheck.c:4633 +#: ../src/access/viraccessapicheck.c:4640 +#: ../src/access/viraccessapicheck.c:4647 +#: ../src/access/viraccessapicheck.c:4668 +#: ../src/access/viraccessapicheck.c:4675 +#: ../src/access/viraccessapicheck.c:4682 +#: ../src/access/viraccessapicheck.c:4703 +#: ../src/access/viraccessapicheck.c:4710 +#: ../src/access/viraccessapicheck.c:4717 +#: ../src/access/viraccessapicheck.c:4738 +#: ../src/access/viraccessapicheck.c:4745 +#: ../src/access/viraccessapicheck.c:4752 +#: ../src/access/viraccessapicheck.c:4773 +#: ../src/access/viraccessapicheck.c:4780 +#: ../src/access/viraccessapicheck.c:4787 +#: ../src/access/viraccessapicheck.c:4808 +#: ../src/access/viraccessapicheck.c:4815 +#: ../src/access/viraccessapicheck.c:4822 +#: ../src/access/viraccessapicheck.c:4843 +#: ../src/access/viraccessapicheck.c:4850 +#: ../src/access/viraccessapicheck.c:4857 +#: ../src/access/viraccessapicheck.c:4878 +#: ../src/access/viraccessapicheck.c:4899 +#: ../src/access/viraccessapicheck.c:4920 +#: ../src/access/viraccessapicheck.c:4941 +#: ../src/access/viraccessapicheck.c:4962 +#: ../src/access/viraccessapicheck.c:4983 +#: ../src/access/viraccessapicheck.c:5004 +#: ../src/access/viraccessapicheck.c:5025 +#: ../src/access/viraccessapicheck.c:5046 +#: ../src/access/viraccessapicheck.c:5054 +#: ../src/access/viraccessapicheck.c:5062 +#: ../src/access/viraccessapicheck.c:5083 +#: ../src/access/viraccessapicheck.c:5091 +#: ../src/access/viraccessapicheck.c:5099 +#: ../src/access/viraccessapicheck.c:5120 +#: ../src/access/viraccessapicheck.c:5141 +#: ../src/access/viraccessapicheck.c:5149 +#: ../src/access/viraccessapicheck.c:5157 +#: ../src/access/viraccessapicheck.c:5178 +#: ../src/access/viraccessapicheck.c:5199 +#: ../src/access/viraccessapicheck.c:5220 +#: ../src/access/viraccessapicheck.c:5228 +#: ../src/access/viraccessapicheck.c:5249 +#: ../src/access/viraccessapicheck.c:5256 +#: ../src/access/viraccessapicheck.c:5277 +#: ../src/access/viraccessapicheck.c:5298 +#: ../src/access/viraccessapicheck.c:5305 +#: ../src/access/viraccessapicheck.c:5326 +#: ../src/access/viraccessapicheck.c:5333 +#: ../src/access/viraccessapicheck.c:5354 +#: ../src/access/viraccessapicheck.c:5375 +#: ../src/access/viraccessapicheck.c:5396 +#: ../src/access/viraccessapicheck.c:5417 +#: ../src/access/viraccessapicheck.c:5438 +#: ../src/access/viraccessapicheck.c:5445 +#: ../src/access/viraccessapicheck.c:5466 +#: ../src/access/viraccessapicheck.c:5487 +#: ../src/access/viraccessapicheck.c:5508 +#: ../src/access/viraccessapicheck.c:5529 +#: ../src/access/viraccessapicheck.c:5550 +#: ../src/access/viraccessapicheck.c:5571 +#: ../src/access/viraccessapicheck.c:5579 +#: ../src/access/viraccessapicheck.c:5587 +#: ../src/access/viraccessapicheck.c:5608 +#: ../src/access/viraccessapicheck.c:5616 +#: ../src/access/viraccessapicheck.c:5624 +#: ../src/access/viraccessapicheck.c:5645 +#: ../src/access/viraccessapicheck.c:5666 +#: ../src/access/viraccessapicheck.c:5687 +#: ../src/access/viraccessapicheck.c:5695 +#: ../src/access/viraccessapicheck.c:5703 +#: ../src/access/viraccessapicheck.c:5724 +#: ../src/access/viraccessapicheck.c:5732 +#: ../src/access/viraccessapicheck.c:5740 +#: ../src/access/viraccessapicheck.c:5761 +#: ../src/access/viraccessapicheck.c:5782 +#: ../src/access/viraccessapicheck.c:5803 +#: ../src/access/viraccessapicheck.c:5824 +#: ../src/access/viraccessapicheck.c:5832 +#: ../src/access/viraccessapicheck.c:5840 +#: ../src/access/viraccessapicheck.c:5861 +#: ../src/access/viraccessapicheck.c:5869 +#: ../src/access/viraccessapicheck.c:5877 +#: ../src/access/viraccessapicheck.c:5898 +#: ../src/access/viraccessapicheck.c:5906 +#: ../src/access/viraccessapicheck.c:5914 +#: ../src/access/viraccessapicheck.c:5935 +#: ../src/access/viraccessapicheck.c:5943 +#: ../src/access/viraccessapicheck.c:5951 +#: ../src/access/viraccessapicheck.c:5972 +#: ../src/access/viraccessapicheck.c:5980 +#: ../src/access/viraccessapicheck.c:5988 +#: ../src/access/viraccessapicheck.c:6009 +#: ../src/access/viraccessapicheck.c:6030 +#: ../src/access/viraccessapicheck.c:6051 +#: ../src/access/viraccessapicheck.c:6059 +#: ../src/access/viraccessapicheck.c:6067 +#: ../src/access/viraccessapicheck.c:6088 +#: ../src/access/viraccessapicheck.c:6109 +#: ../src/access/viraccessapicheck.c:6130 +#: ../src/access/viraccessapicheck.c:6138 +#: ../src/access/viraccessapicheck.c:6146 +#: ../src/access/viraccessapicheck.c:6167 +#: ../src/access/viraccessapicheck.c:6188 +#: ../src/access/viraccessapicheck.c:6196 +#: ../src/access/viraccessapicheck.c:6204 +#: ../src/access/viraccessapicheck.c:6212 +#: ../src/access/viraccessapicheck.c:6233 +#: ../src/access/viraccessapicheck.c:6254 +#: ../src/access/viraccessapicheck.c:6262 +#: ../src/access/viraccessapicheck.c:6283 +#: ../src/access/viraccessapicheck.c:6291 +#: ../src/access/viraccessapicheck.c:6312 +#: ../src/access/viraccessapicheck.c:6333 +#: ../src/access/viraccessapicheck.c:6354 +#: ../src/access/viraccessapicheck.c:6375 +#: ../src/access/viraccessapicheck.c:6383 +#: ../src/access/viraccessapicheck.c:6404 +#: ../src/access/viraccessapicheck.c:6425 +#: ../src/access/viraccessapicheck.c:6446 +#: ../src/access/viraccessapicheck.c:6467 +#: ../src/access/viraccessapicheck.c:6488 +#: ../src/access/viraccessapicheck.c:6509 +#: ../src/access/viraccessapicheck.c:6530 +#: ../src/access/viraccessapicheck.c:6551 +#: ../src/access/viraccessapicheck.c:6572 +#: ../src/access/viraccessapicheck.c:6593 +#: ../src/access/viraccessapicheck.c:6614 +#: ../src/access/viraccessapicheck.c:6635 +#: ../src/access/viraccessapicheck.c:6643 +#: ../src/access/viraccessapicheck.c:6651 +#: ../src/access/viraccessapicheck.c:6672 +#: ../src/access/viraccessapicheck.c:6693 +#: ../src/access/viraccessapicheck.c:6714 +#: ../src/access/viraccessapicheck.c:6735 +#: ../src/access/viraccessapicheck.c:6756 +#: ../src/access/viraccessapicheck.c:6763 +#: ../src/access/viraccessapicheck.c:6784 +#: ../src/access/viraccessapicheck.c:6805 +#: ../src/access/viraccessapicheck.c:6826 +#: ../src/access/viraccessapicheck.c:6847 +#: ../src/access/viraccessapicheck.c:6868 +#: ../src/access/viraccessapicheck.c:6889 +#: ../src/access/viraccessapicheck.c:6910 +#: ../src/access/viraccessapicheck.c:6931 +#: ../src/access/viraccessapicheck.c:6938 +#: ../src/access/viraccessapicheck.c:6959 +#: ../src/access/viraccessapicheck.c:6966 +#: ../src/access/viraccessapicheck.c:6987 +#: ../src/access/viraccessapicheck.c:7008 +#: ../src/access/viraccessapicheck.c:7029 +#: ../src/access/viraccessapicheck.c:7050 +#: ../src/access/viraccessapicheck.c:7071 +#: ../src/access/viraccessapicheck.c:7092 +#: ../src/access/viraccessapicheck.c:7113 +#: ../src/access/viraccessapicheck.c:7134 +#: ../src/access/viraccessapicheck.c:7175 +#: ../src/access/viraccessapicheck.c:7196 +#: ../src/access/viraccessapicheck.c:7217 +#: ../src/access/viraccessapicheck.c:7238 +#: ../src/access/viraccessapicheck.c:7259 +#: ../src/access/viraccessapicheck.c:7280 +#: ../src/access/viraccessapicheck.c:7301 +#: ../src/access/viraccessapicheck.c:7322 +#: ../src/access/viraccessapicheck.c:7343 +#: ../src/access/viraccessapicheck.c:7364 +#: ../src/access/viraccessapicheck.c:7385 +#: ../src/access/viraccessapicheck.c:7393 +#: ../src/access/viraccessapicheck.c:7401 +#: ../src/access/viraccessapicheck.c:7422 +#: ../src/access/viraccessapicheck.c:7443 +#: ../src/access/viraccessapicheck.c:7450 +#: ../src/access/viraccessapicheck.c:7471 +#: ../src/access/viraccessapicheck.c:7492 +#: ../src/access/viraccessapicheck.c:7513 +#: ../src/access/viraccessapicheck.c:7534 +#: ../src/access/viraccessapicheck.c:7555 +#: ../src/access/viraccessapicheck.c:7576 +#: ../src/access/viraccessapicheck.c:7597 +#: ../src/access/viraccessapicheck.c:7618 +#: ../src/access/viraccessapicheck.c:7639 +#: ../src/access/viraccessapicheck.c:7660 +#: ../src/access/viraccessapicheck.c:7681 +#: ../src/access/viraccessapicheck.c:7702 +#: ../src/access/viraccessapicheck.c:7723 +#: ../src/access/viraccessapicheck.c:7744 +#: ../src/access/viraccessapicheck.c:7765 +#: ../src/access/viraccessapicheck.c:7786 +#: ../src/access/viraccessapicheck.c:7807 +#: ../src/access/viraccessapicheck.c:7828 +#: ../src/access/viraccessapicheck.c:7849 +#: ../src/access/viraccessapicheck.c:7870 +#: ../src/access/viraccessapicheck.c:7891 +#: ../src/access/viraccessapicheck.c:7912 +#: ../src/access/viraccessapicheck.c:7953 +#: ../src/access/viraccessapicheck.c:7994 +#: ../src/access/viraccessapicheck.c:8015 +#: ../src/access/viraccessapicheck.c:8036 +#: ../src/access/viraccessapicheck.c:8057 +#: ../src/access/viraccessapicheck.c:8078 +#: ../src/access/viraccessapicheck.c:8099 +#: ../src/access/viraccessapicheck.c:8120 +#: ../src/access/viraccessapicheck.c:8127 +#: ../src/access/viraccessapicheck.c:8148 +#: ../src/access/viraccessapicheck.c:8169 +#: ../src/access/viraccessapicheck.c:8190 +#: ../src/access/viraccessapicheck.c:8211 +#: ../src/access/viraccessapicheck.c:8232 +#: ../src/access/viraccessapicheck.c:8239 +#: ../src/access/viraccessapicheck.c:8260 +#: ../src/access/viraccessapicheck.c:8281 +#: ../src/access/viraccessapicheck.c:8302 +#: ../src/access/viraccessapicheck.c:8323 +#: ../src/access/viraccessapicheck.c:8344 +#: ../src/access/viraccessapicheck.c:8365 +#: ../src/access/viraccessapicheck.c:8386 +#: ../src/access/viraccessapicheck.c:8407 +#: ../src/access/viraccessapicheck.c:8428 +#: ../src/access/viraccessapicheck.c:8435 +#: ../src/access/viraccessapicheck.c:8456 +#: ../src/access/viraccessapicheck.c:8463 +#: ../src/access/viraccessapicheck.c:8484 +#: ../src/access/viraccessapicheck.c:8505 +#: ../src/access/viraccessapicheck.c:8526 +#: ../src/access/viraccessapicheck.c:8547 +#: ../src/access/viraccessapicheck.c:8568 +#: ../src/access/viraccessapicheck.c:8589 +#: ../src/access/viraccessapicheck.c:8610 +#: ../src/access/viraccessapicheck.c:8631 +#: ../src/access/viraccessapicheck.c:8672 +#: ../src/access/viraccessapicheck.c:8713 +#: ../src/access/viraccessapicheck.c:8734 +#: ../src/access/viraccessapicheck.c:8755 +#: ../src/access/viraccessapicheck.c:8776 +#: ../src/access/viraccessapicheck.c:8797 +#: ../src/access/viraccessapicheck.c:8838 +#: ../src/access/viraccessapicheck.c:8859 +#: ../src/access/viraccessapicheck.c:8880 +#: ../src/access/viraccessapicheck.c:8901 +#: ../src/access/viraccessapicheck.c:8922 +#: ../src/access/viraccessapicheck.c:8943 +#: ../src/access/viraccessapicheck.c:8964 +#: ../src/access/viraccessapicheck.c:8985 +#: ../src/access/viraccessapicheck.c:9006 +#: ../src/access/viraccessapicheck.c:9027 +#: ../src/access/viraccessapicheck.c:9048 +#: ../src/access/viraccessapicheck.c:9069 +#: ../src/access/viraccessapicheck.c:9090 +#: ../src/access/viraccessapicheck.c:9111 +#: ../src/access/viraccessapicheck.c:9132 +#: ../src/access/viraccessapicheck.c:9153 +#: ../src/access/viraccessapicheck.c:9174 +#: ../src/access/viraccessapicheck.c:9195 +#: ../src/access/viraccessapichecklxc.c:26 +#: ../src/access/viraccessapicheckqemu.c:26 +#: ../src/access/viraccessapicheckqemu.c:47 +#: ../src/access/viraccessapicheckqemu.c:54 +#: ../src/access/viraccessapicheckqemu.c:95 +#: ../src/access/viraccessapicheckqemu.c:116 +#: ../src/access/viraccessapicheckqemu.c:123 +#: ../src/access/viraccessapicheckqemu.c:144 +#: ../../src/access/viraccessmanager.c:211 +#, c-format +msgid "'%s' denied access" +msgstr "" + +#: ../../src/security/security_apparmor.c:801 +#, c-format +msgid "'%s' does not exist" +msgstr "" + +#: ../../src/conf/virsecretobj.c:844 +#, c-format +msgid "'%s' file does not fit in memory" +msgstr "" + +#: ../../src/conf/domain_conf.c:30862 +#, c-format +msgid "'%s' is not a known interface" +msgstr "" + +#: ../../src/qemu/qemu_interface.c:326 +#, c-format +msgid "'%s' is not a suitable bridge helper" +msgstr "" + +#: ../../src/qemu/qemu_dbus.c:207 +#, c-format +msgid "'%s' is not a suitable dbus-daemon" +msgstr "" + +#: ../../src/qemu/qemu_process.c:2864 +#, c-format +msgid "'%s' is not a suitable pr helper" +msgstr "" + +#: ../../src/qemu/qemu_command.c:8456 ../../src/qemu/qemu_command.c:9773 +#, c-format +msgid "'%s' is not supported in this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1905 +#, c-format +msgid "'%s' missing in guest-get-fsinfo 'disk' data" +msgstr "" + +#: ../../src/conf/domain_conf.c:19907 +#, c-format +msgid "'%s' scheduler bitmap '%s' is empty" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:11604 +#, c-format +msgid "'%s' starting from %llu has only %zd bytes available" +msgstr "" + +#: ../../src/util/virxml.c:106 +#, c-format +msgid "'%s' value longer than '%zu' bytes" +msgstr "" + +#: ../../tools/virsh-domain.c:3697 +msgid "" +"'--wipe-storage' requires '--storage <string>' or '--remove-all-storage'" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:939 ../../src/libxl/xen_xl.c:1591 +#: ../../src/qemu/qemu_command.c:998 +#, c-format +msgid "':' not allowed in RBD source volume name '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8268 +msgid "'adapter' and 'address' must be specified for scsi hostdev source" +msgstr "" + +#: ../../src/conf/domain_conf.c:8251 +msgid "'adapter' must be specified for scsi hostdev source" +msgstr "" + +#: ../../src/conf/cpu_conf.c:366 +msgid "" +"'arch' element cannot be used inside 'cpu' element with 'match' attribute'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16862 +#, c-format +msgid "'auto' attribute can be 'yes' or 'no': %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:3243 +msgid "'base' and 'baseNode' can't be used together" +msgstr "" + +#: ../../src/conf/domain_conf.c:8217 +msgid "" +"'bus', 'target', and 'unit' must be specified for scsi hostdev source address" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1484 +msgid "'can-offline' missing in reply of guest-get-vcpus" +msgstr "" + +#: ../../src/conf/domain_conf.c:16851 +#, c-format +msgid "'cid' attribute must be a positive number: %s" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2562 +msgid "'cmd_per_lun' is only supported by virtio-scsi controller" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5154 +msgid "'cow' storage format is not supported" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5160 +msgid "" +"'directory' storage format is not directly supported by QEMU, use 'dir' disk " +"type instead" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2049 +msgid "'disk' missing in reply of guest-get-fsinfo" +msgstr "" + +#: ../../src/conf/netdev_bandwidth_conf.c:202 +msgid "'floor' attribute allowed only in <inbound> element" +msgstr "" + +#: ../../src/storage/storage_util.c:2897 +msgid "'gluster' command line tool not found" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1725 +msgid "'host-name' missing in guest-get-host-name reply" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2572 +msgid "'ioeventfd' is only supported by virtio-scsi controller" +msgstr "" + +#: ../../src/conf/domain_conf.c:5306 +msgid "'iothread' attribute only supported for virtio scsi controllers" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2577 +msgid "'iothread' is only supported for virtio-scsi controller" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1471 +msgid "'logical-id' missing in reply of guest-get-vcpus" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2365 +msgid "'login-time' missing in reply of guest-get-users" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2567 +msgid "'max_sectors' is only supported by virtio-scsi controller" +msgstr "" + +#: ../../src/remote/remote_daemon_config.c:314 +msgid "'max_workers' must be greater than 0" +msgstr "" + +#: ../../src/conf/domain_conf.c:19660 +msgid "" +"'mode' attribute for Xen feature 'passthrough' must be 'sync_pt' or " +"'share_pt'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23576 +#, c-format +msgid "" +"'mode' of Xen passthrough feature differs: source: '%s', destination: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8556 +#, c-format +msgid "'model' attribute in <hostdev> is only supported when type='%s'" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1998 +msgid "'mountpoint' missing in reply of guest-get-fsinfo" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2007 +msgid "'name' missing in reply of guest-get-fsinfo" +msgstr "" + +#: ../../src/lxc/lxc_process.c:467 +msgid "'netns' namespace source can only be used with sharenet" +msgstr "" + +#: ../../src/conf/domain_conf.c:14263 +msgid "'network' attribute is valid only for listen type 'network'" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2471 +msgid "'offset' missing in reply of guest-get-timezone" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1477 +msgid "'online' missing in reply of guest-get-vcpus" +msgstr "" + +#: ../../src/conf/node_device_util.c:107 +msgid "'parent' for vHBA not specified, and cannot find one on this host" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1917 +msgid "'pci-controller' missing in guest-get-fsinfo 'disk' data" +msgstr "" + +#: ../../src/conf/netdev_bandwidth_conf.c:63 +msgid "'peak' and 'burst' require 'average' attribute" +msgstr "" + +#: ../../src/conf/domain_conf.c:9402 +msgid "'pool' and 'volume' must be specified together for 'pool' type source" +msgstr "" + +#: ../../src/conf/domain_conf.c:10363 ../../src/conf/domain_conf.c:12540 +#, c-format +msgid "'queues' attribute must be positive number: %s" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2557 +msgid "'queues' is only supported by virtio-scsi controller" +msgstr "" + +#: ../../src/conf/domain_conf.c:12313 +msgid "" +"'reconnect' attribute unsupported 'server' mode for <interface " +"type='vhostuser'>" +msgstr "" + +#: ../../src/conf/domain_conf.c:12551 +#, c-format +msgid "'rx_queue_size' attribute must be positive number: %s" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:1841 +msgid "'sgio' is not supported for SCSI generic device yet " +msgstr "" + +#: ../../src/conf/numa_conf.c:755 +#, c-format +msgid "'sibling_id %d' does not refer to a valid cell within NUMA 'cell id %d'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14273 +msgid "'socket' attribute is valid only for listen type 'socket'" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1042 +msgid "'ssh' protocol is not yet supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:32333 +msgid "'startupPolicy' is only valid for 'file' type volume" +msgstr "" + +#: ../../src/storage/storage_util.c:2624 +msgid "'trim' algorithm not supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:12561 +#, c-format +msgid "'tx_queue_size' attribute must be positive number: %s" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2015 +msgid "'type' missing in reply of guest-get-fsinfo" +msgstr "" + +#: ../../src/conf/domain_conf.c:16442 +#, c-format +msgid "'unsupported perf event '%s'" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2345 +msgid "'user' missing in reply of guest-get-users" +msgstr "" + +#: ../../src/conf/numa_conf.c:792 +#, c-format +msgid "'value %d' is invalid for 'sibling id %d' under NUMA 'cell id %d'" +msgstr "" + +#: ../../src/conf/numa_conf.c:775 +#, c-format +msgid "'value %s' is invalid for 'sibling id %d' under NUMA 'cell id %d'" +msgstr "" + +#: ../../src/conf/domain_conf.c:6622 +msgid "'vhostuser' driver is only supported with 'virtio' device" +msgstr "" + +#: ../../src/conf/storage_adapter_conf.c:222 +msgid "'wwnn' and 'wwpn' must be specified for adapter type 'fchost'" +msgstr "" + +#: ../../src/conf/cpu_conf.c:302 ../../src/conf/cpu_conf.c:1167 +msgid "(CPU_definition)" +msgstr "" + +#: ../../src/vz/vz_driver.c:2806 +msgid "(_migration_cookie)" +msgstr "" + +#: ../../tools/virsh-interface.c:1062 +msgid "(bridge interface definition)" +msgstr "" + +#: ../../tools/virsh-host.c:188 ../../tools/virsh-host.c:540 +msgid "(capabilities)" +msgstr "" + +#: ../../src/conf/secret_conf.c:206 +msgid "(definition_of_secret)" +msgstr "" + +#: ../../src/conf/domain_conf.c:16888 +msgid "(device_definition)" +msgstr "" + +#: ../../src/conf/domain_conf.c:17057 +msgid "(disk_definition)" +msgstr "" + +#: ../../tools/virsh-host.c:622 +msgid "(domainCapabilities)" +msgstr "" + +#: ../../src/conf/backup_conf.c:276 +msgid "(domain_backup)" +msgstr "" + +#: ../../src/conf/checkpoint_conf.c:239 ../../tools/virsh-checkpoint.c:827 +msgid "(domain_checkpoint)" +msgstr "" + +#: ../../src/conf/domain_conf.c:22340 ../../src/security/virt-aa-helper.c:574 +#: ../../tools/virsh-domain.c:12331 ../../tools/virsh-domain.c:12511 +#: ../../tools/virsh-util.c:278 +msgid "(domain_definition)" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:463 ../../tools/virsh-snapshot.c:770 +#: ../../tools/virsh-snapshot.c:812 ../../tools/virsh-snapshot.c:925 +#: ../../tools/virsh-snapshot.c:1613 +msgid "(domain_snapshot)" +msgstr "" + +#: ../../src/esx/esx_vi.c:1285 +msgid "(esx execute response)" +msgstr "" + +#: ../../src/storage/storage_util.c:2821 +msgid "(gluster_cli_output)" +msgstr "" + +#: ../../tools/virsh-interface.c:856 +msgid "(interface definition)" +msgstr "" + +#: ../../src/conf/interface_conf.c:846 +msgid "(interface_definition)" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:183 +msgid "(libxl_migration_cookie)" +msgstr "" + +#: ../../src/conf/domain_conf.c:31175 +msgid "(metadata_xml)" +msgstr "" + +#: ../../src/conf/virnetworkobj.c:895 +msgid "(network status)" +msgstr "" + +#: ../../src/conf/network_conf.c:2193 +msgid "(network_definition)" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:301 +msgid "(networkport_definition)" +msgstr "" + +#: ../../src/conf/node_device_conf.c:2077 +msgid "(node_device_definition)" +msgstr "" + +#: ../../tools/vsh.c:1522 +msgid "(none)" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2762 +msgid "(nwfilter_definition)" +msgstr "" + +#: ../../src/conf/virnwfilterbindingdef.c:200 +msgid "(nwfilterbinding_definition)" +msgstr "" + +#: ../../src/conf/virnwfilterbindingobj.c:268 +msgid "(nwfilterbinding_status)" +msgstr "" + +#: ../../src/conf/virstorageobj.c:1666 +msgid "(pool state)" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1382 +msgid "(qemu_migration_cookie)" +msgstr "" + +#: ../../tools/virsh.c:272 +msgid "(re)connect to hypervisor" +msgstr "" + +#: ../../src/conf/virsavecookie.c:94 +msgid "(save cookie)" +msgstr "" + +#: ../../src/vz/vz_sdk.c:4630 +msgid "(snapshot_tree)" +msgstr "" + +#: ../../src/conf/storage_conf.c:1027 +msgid "(storage_pool_definition)" +msgstr "" + +#: ../../src/conf/storage_conf.c:702 +msgid "(storage_source_specification)" +msgstr "" + +#: ../../src/conf/storage_conf.c:1461 +msgid "(storage_volume_definition)" +msgstr "" + +#: ../../src/test/test_driver.c:1373 +msgid "(test driver)" +msgstr "" + +#: ../../tools/virsh-volume.c:522 +msgid "(volume_definition)" +msgstr "" + +#: ../../tools/virsh-pool.c:1296 ../../tools/virsh-pool.c:1297 +#: ../../tools/virsh-pool.c:1298 +msgid "-" +msgstr "" + +#: ../../tools/vsh.c:709 +#, c-format +msgid "--%s <number>" +msgstr "" + +#: ../../tools/vsh.c:712 +#, c-format +msgid "--%s <string>" +msgstr "" + +#: ../../tools/virsh-snapshot.c:482 +#, c-format +msgid "--%s and --current are mutually exclusive" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:746 ../../tools/virsh-snapshot.c:1521 +#, c-format +msgid "--%s and --tree are mutually exclusive" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:309 +#, c-format +msgid "--%s is required" +msgstr "" + +#: ../../tools/virsh-snapshot.c:491 +#, c-format +msgid "--%s or --current is required" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2397 +msgid "------------------------------" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2396 +msgid "-------------------------------------------------" +msgstr "" + +#: ../../tools/virsh-domain.c:2356 +msgid "" +"--async requires at least one of --timeout, --wait, --pivot, or --finish" +msgstr "" + +#: ../../tools/virsh-domain.c:2102 +msgid "" +"--async requires at least one of --timeout, --wait, --pivot, or --keep-" +"overlay" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:767 +msgid "--descendants requires --from" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1553 +msgid "--descendants requires either --from or --current" +msgstr "" + +#: ../../tools/virsh-domain.c:5476 +msgid "--format only works with --memory-only" +msgstr "" + +#: ../../src/remote/remote_daemon.c:234 +msgid "" +"--listen parameter not permitted with systemd activation sockets, see 'man " +"libvirtd' for further guidance" +msgstr "" + +#: ../../tools/virt-admin.c:933 +msgid "--max-unauth-clients must be less than or equal to --max-clients" +msgstr "" + +#: ../../tools/virt-admin.c:525 +msgid "--min-workers must be less than or equal to --max-workers" +msgstr "" + +#: ../../tools/virsh-domain.c:2350 +msgid "" +"--verbose requires at least one of --timeout, --wait, --pivot, or --finish" +msgstr "" + +#: ../../tools/virsh-domain.c:2096 +msgid "" +"--verbose requires at least one of --timeout, --wait, --pivot, or --keep-" +"overlay" +msgstr "" + +#: ../../src/util/virnetdevtap.c:831 +msgid "/proc/net/dev: Interface not found" +msgstr "" + +#: ../../src/qemu/qemu_command.c:6163 +msgid "64-bit PCI hole setting is only for root PCI controllers" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2856 ../../src/qemu/qemu_validate.c:2874 +msgid "64-bit PCI hole size setting is not supported with this QEMU binary" +msgstr "" + +#: ../../tools/vsh.c:720 +#, c-format +msgid "<%s>" +msgstr "" + +#: ../../tools/vsh.c:677 +#, c-format +msgid "<%s>..." +msgstr "" + +#: ../../src/network/bridge_driver.c:3481 +#, c-format +msgid "" +"<address>, <interface>, and <pf> elements of <forward> in network %s are " +"mutually exclusive" +msgstr "" + +#: ../../src/conf/domain_conf.c:5248 +msgid "<config> element is currently supported only with 'rbd' disks" +msgstr "" + +#: ../../src/qemu/qemu_backup.c:82 +msgid "<domainbackup> must specify TCP port for now" +msgstr "" + +#: ../../src/conf/network_conf.c:1618 +#, c-format +msgid "<forward dev='%s'> must match first <interface dev='%s'/> in network %s" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1649 +msgid "<hostdev> attribute 'display' is only supported with model='vfio-pci'" +msgstr "" + +#: ../../src/conf/domain_conf.c:6120 +msgid "<reservations/> allowed only for lun devices" +msgstr "" + +#: ../../src/conf/domain_conf.c:5241 +msgid "<snapshot> element is currently supported only with 'rbd' disks" +msgstr "" + +#: ../../src/conf/virsecretobj.c:810 +#, c-format +msgid "<uuid> does not match secret file name '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:4543 +#, c-format +msgid "" +"<virtualport type='%s'> not supported for network '%s' which uses IP " +"forwarding" +msgstr "" + +#: ../../src/network/bridge_driver.c:4606 +#, c-format +msgid "" +"<virtualport type='%s'> not supported for network '%s' which uses a bridge " +"device" +msgstr "" + +#: ../../src/network/bridge_driver.c:4643 +#, c-format +msgid "" +"<virtualport type='%s'> not supported for network '%s' which uses a macvtap " +"device" +msgstr "" + +#: ../../src/network/bridge_driver.c:4581 +#, c-format +msgid "" +"<virtualport type='%s'> not supported for network '%s' which uses an SR-IOV " +"Virtual Function via PCI passthrough" +msgstr "" + +#: ../../src/conf/domain_conf.c:12117 +#, c-format +msgid "<virtualport> element unsupported for <interface type='%s'>" +msgstr "" + +#: ../../src/conf/domain_conf.c:11776 +#, c-format +msgid "" +"<virtualport> element unsupported for type='%s' in interface's <actual> " +"element" +msgstr "" + +#: ../../src/network/bridge_driver.c:3590 +#, c-format +msgid "" +"<vlan> element specified for network %s, whose type doesn't support vlan " +"configuration" +msgstr "" + +#: ../../tools/vsh.c:2330 +msgid "? - print this help" +msgstr "" + +#: ../../src/admin/libvirt-admin.c:466 ../../src/datatypes.c:1158 +#: ../../src/remote/remote_driver.c:8048 ../../src/vz/vz_driver.c:2037 +msgid "A close callback is already registered" +msgstr "" + +#: ../../src/datatypes.c:1134 ../../src/remote/remote_driver.c:8079 +#: ../../src/vz/vz_driver.c:2064 +msgid "A different callback was requested" +msgstr "" + +#: ../../src/conf/domain_conf.c:1407 ../../src/conf/domain_conf.c:1419 +#, c-format +msgid "A domain definition can have no more than one cipher node with name %s" +msgstr "" + +#: ../../src/libvirt.c:390 +msgid "A interface driver is already registered" +msgstr "" + +#: ../../src/libvirt.c:364 +msgid "A network driver is already registered" +msgstr "" + +#: ../../src/libvirt.c:494 +msgid "A network filter driver is already registered" +msgstr "" + +#: ../../src/conf/network_conf.c:2108 +#, c-format +msgid "" +"A network with forward mode='%s' can specify a bridge name or a forward dev, " +"but not both (network '%s')" +msgstr "" + +#: ../../src/libvirt.c:442 +msgid "A node device driver is already registered" +msgstr "" + +#: ../../src/libvirt.c:468 +msgid "A secret driver is already registered" +msgstr "" + +#: ../../src/storage/storage_util.c:1207 +msgid "" +"A single <secret type='passphrase'...> element is expected in encryption " +"description" +msgstr "" + +#: ../../src/libvirt.c:416 +msgid "A storage driver is already registered" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:829 +msgid "ACPI requires UEFI on this architecture" +msgstr "" + +#: ../../src/util/vircrypto.c:249 +#, c-format +msgid "AES256CBC encryption invalid keylen=%zu" +msgstr "" + +#: ../../src/util/vircrypto.c:256 +#, c-format +msgid "AES256CBC initialization vector invalid len=%zu" +msgstr "" + +#: ../../tools/virsh-domain.c:12973 +msgid "API error" +msgstr "" + +#: ../../tools/virsh-domain.c:6536 +msgid "Aborts the currently running domain job" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:343 ../../src/rpc/virnetsshsession.c:364 +#, c-format +msgid "Accept SSH host key with hash '%s' for host '%s:%d' (%s/%s)?" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1192 +msgid "Access denied" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1657 +#, c-format +msgid "Activation of snoop request failed on interface '%s'" +msgstr "" + +#: ../../src/util/virpci.c:790 +#, c-format +msgid "Active %s devices on bus with %s, not doing bus reset" +msgstr "" + +#: ../../tools/virsh-domain.c:2557 +msgid "Active Block Commit" +msgstr "" + +#: ../../tools/virsh-domain.c:2124 +msgid "Active Block Commit started" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17262 +msgid "Active channel stream exists for this domain" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4819 ../../src/qemu/qemu_driver.c:17191 +msgid "Active console session exists for this domain" +msgstr "" + +#: ../../tools/virsh-network.c:409 +msgid "Active:" +msgstr "" + +#: ../../src/conf/domain_conf.c:31708 +#, c-format +msgid "Actual interface '%s' hostdev was not a PCI device" +msgstr "" + +#: ../../tools/virsh-domain.c:7842 +msgid "Add an IOThread to the guest domain." +msgstr "" + +#: ../../tools/virsh-domain.c:7532 +msgid "Add or remove vcpus" +msgstr "" + +#: ../../tools/virsh-domain.c:12944 +msgid "Added" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2395 +msgid "Address" +msgstr "" + +#: ../../src/conf/numa_conf.c:462 +msgid "Advice from numad is needed in case of automatic numa placement" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2095 +#, c-format +msgid "After dumping core, failed to resume domain '%d' with libxenlight" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:546 +msgid "All identities provided by the SSH Agent were rejected" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:864 ../../src/rpc/virnetsshsession.c:896 +msgid "" +"All provided authentication methods with credentials were rejected by the " +"server" +msgstr "" + +#: ../../tools/virsh-host.c:467 +msgid "Allocate or free some pages in the pool for NUMA cell." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:497 ../../tools/virsh-pool.c:1362 +#: ../../tools/virsh-volume.c:1468 +msgid "Allocation" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:547 ../../tools/virsh-pool.c:1614 +#: ../../tools/virsh-pool.c:1621 ../../tools/virsh-volume.c:1071 +#: ../../tools/virsh-volume.c:1078 +msgid "Allocation:" +msgstr "" + +#: ../../tools/virsh-domain.c:8468 +msgid "Allows setting or modifying the description or title of a domain." +msgstr "" + +#: ../../src/util/virerror.c:190 +msgid "An error occurred, but the cause is unknown" +msgstr "" + +#: ../../src/util/virevent.c:275 +msgid "An event loop implementation must be registered" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:519 ../../src/lxc/lxc_controller.c:551 +msgid "An explicit disk format must be specified" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1471 +#, c-format +msgid "Ancestor model %s not found for CPU model %s" +msgstr "" + +#: ../../src/hypervisor/virclosecallbacks.c:116 +#, c-format +msgid "Another close callback is already defined for domain %s" +msgstr "" + +#: ../../src/security/security_dac.c:579 +#: ../../src/security/security_selinux.c:1101 +msgid "Another relabel transaction is already started" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:1019 +msgid "AnyType is missing 'type' property" +msgstr "" + +#: ../../src/conf/numa_conf.c:165 +msgid "" +"Argument 'cellid' in memnode element must correspond to existing guest's " +"NUMA cell" +msgstr "" + +#: ../../src/conf/numa_conf.c:1244 +#, c-format +msgid "Argument 'node' %zu outranges defined number of NUMA nodes" +msgstr "" + +#: ../../src/libxl/xen_common.c:186 +msgid "Arguments must be non null" +msgstr "" + +#: ../../src/conf/numa_conf.c:1254 +msgid "" +"Arguments under memnode element do not correspond with existing guest's NUMA " +"cell" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1238 +msgid "At least one PTY console is required" +msgstr "" + +#: ../../src/util/vircgroup.c:415 +msgid "At least one cgroup controller is required" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9700 +msgid "" +"At least one numa node has to be configured when enabling memory hotplug" +msgstr "" + +#: ../../src/conf/network_conf.c:582 +#, c-format +msgid "" +"At least one of name, mac, or ip attribute must be specified for static host " +"definition in network '%s' " +msgstr "" + +#: ../../tools/virt-admin.c:923 +msgid "" +"At least one of options --max-clients, --max-unauth-clients is mandatory" +msgstr "" + +#: ../../tools/virt-admin.c:516 +msgid "" +"At least one of options --min-workers, --max-workers, --priority-workers is " +"mandatory " +msgstr "" + +#: ../../src/lxc/lxc_container.c:2223 +msgid "At least one tty is required" +msgstr "" + +#: ../../tools/virsh-domain.c:137 +msgid "Attach device from an XML <file>." +msgstr "" + +#: ../../tools/virsh-domain.c:219 +msgid "Attach new disk device." +msgstr "" + +#: ../../tools/virsh-domain.c:793 +msgid "Attach new network interface." +msgstr "" + +#: ../../tools/virsh-interface.c:1115 +#, c-format +msgid "Attached device %s has no type" +msgstr "" + +#: ../../src/conf/domain_conf.c:30074 +#, c-format +msgid "" +"Attaching memory device with size '%llu' would exceed domain's maxMemory " +"config size '%llu'" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:153 +msgid "Attempt to close netcf state driver with open connections" +msgstr "" + +#: ../../src/util/virfdstream.c:1329 +#, c-format +msgid "Attempt to create %s without specifying mode" +msgstr "" + +#: ../../src/libvirt-domain.c:3296 +msgid "Attempt to migrate guest to the same host" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1254 +#, c-format +msgid "Attempt to migrate guest to the same host %s" +msgstr "" + +#: ../../src/util/virresctrl.c:1384 +#, c-format +msgid "Attempt to overwrite resctrlid='%s' with id='%s'" +msgstr "" + +#: ../../src/qemu/qemu_command.c:4300 +msgid "Attempt to pass closed vhostuser FD" +msgstr "" + +#: ../../src/rpc/virnetclient.c:2037 +msgid "Attempt to send a non-blocking message with a synchronous reply" +msgstr "" + +#: ../../src/rpc/virnetclient.c:2030 +msgid "Attempt to send an asynchronous message with a synchronous reply" +msgstr "" + +#: ../../src/conf/domain_addr.c:869 +#, c-format +msgid "Attempted double use of PCI Address %s" +msgstr "" + +#: ../../src/util/viriptables.c:864 ../../src/util/viriptables.c:1014 +#, c-format +msgid "Attempted to NAT '%s'. NAT is only supported for IPv4." +msgstr "" + +#: ../../src/util/virpci.c:1004 +msgid "Attempting to use unknown stub driver" +msgstr "" + +#: ../../src/conf/cpu_conf.c:382 +msgid "Attribute mode is only allowed for guest CPU" +msgstr "" + +#: ../../src/util/viraudit.c:54 +msgid "Audit is not supported by the kernel" +msgstr "" + +#: ../../src/qemu/qemu_process.c:4030 +msgid "" +"Auto allocation of spice TLS port requested but spice TLS is disabled in " +"qemu.conf" +msgstr "" + +#: ../../tools/virsh-domain.c:6488 +msgid "Auto converge throttle:" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:672 +msgid "Auto-spawn of daemon requested, but no binary specified" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:445 +msgid "Automatic disk lease mode enabled, but no host ID is set" +msgstr "" + +#: ../../tools/virsh-network.c:745 ../../tools/virsh-pool.c:1336 +#: ../../tools/virsh-pool.c:1361 +msgid "Autostart" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1354 ../../tools/virsh-network.c:418 +#: ../../tools/virsh-network.c:420 ../../tools/virsh-pool.c:1606 +#: ../../tools/virsh-pool.c:1608 +msgid "Autostart:" +msgstr "" + +#: ../../tools/virsh-pool.c:1362 +msgid "Available" +msgstr "" + +#: ../../tools/virt-admin.c:980 +msgid "" +"Available servers on a daemon. Currently only supports 'libvirtd' or " +"'virtproxyd'." +msgstr "" + +#: ../../tools/virsh-pool.c:1615 ../../tools/virsh-pool.c:1624 +msgid "Available:" +msgstr "" + +#: ../../tools/virsh-domain.c:2558 ../../tools/virsh-domain.c:6169 +msgid "Backup" +msgstr "" + +#: ../../tools/virsh-backup.c:109 +msgid "Backup Dump XML" +msgstr "" + +#: ../../tools/virsh-backup.c:96 +msgid "Backup started\n" +msgstr "" + +#: ../../tools/vsh.c:2877 +#, c-format +msgid "Bad $%s value." +msgstr "" + +#: ../../tools/virsh-domain.c:12010 ../../tools/virsh-domain.c:12023 +msgid "Bad child elements counting." +msgstr "" + +#: ../../src/conf/network_conf.c:1417 +#, c-format +msgid "Bad ipv4 end address '%s' in <nat> in <forward> in network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1410 +#, c-format +msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'" +msgstr "" + +#: ../../src/util/virresctrl.c:991 +#, c-format +msgid "Bad prefix name '%s' for resctrl monitor" +msgstr "" + +#: ../../src/conf/netdev_vlan_conf.c:163 +msgid "Bad value for nativeMode" +msgstr "" + +#: ../../src/vz/vz_driver.c:2916 +msgid "Bandwidth rate limiting is not supported" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2052 +#, c-format +msgid "Before dumping core, failed to suspend domain '%d' with libxenlight" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:397 +msgid "Bhyve version does not support framebuffer" +msgstr "" + +#: ../../src/esx/esx_driver.c:466 +#, c-format +msgid "" +"Bit 29 (Long Mode) of HostSystem property 'hardware.cpuFeature[].edx' with " +"value '%s' has unexpected value '%c', expecting '0' or '1'" +msgstr "" + +#: ../../tools/virsh-domain.c:2556 +msgid "Block Commit" +msgstr "" + +#: ../../tools/virsh-domain.c:2126 +msgid "Block Commit started" +msgstr "" + +#: ../../tools/virsh-domain.c:2366 ../../tools/virsh-domain.c:2555 +msgid "Block Copy" +msgstr "" + +#: ../../tools/virsh-domain.c:2444 +msgid "Block Copy started" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9331 ../../src/qemu/qemu_driver.c:9346 +#: ../../src/qemu/qemu_driver.c:9426 +msgid "Block I/O tuning is not available in session mode" +msgstr "" + +#: ../../src/qemu/qemu_cgroup.c:595 +msgid "Block I/O tuning is not available on this host" +msgstr "" + +#: ../../tools/virsh-domain.c:2554 ../../tools/virsh-domain.c:2833 +msgid "Block Pull" +msgstr "" + +#: ../../tools/virsh-domain.c:2852 +msgid "Block Pull started" +msgstr "" + +#: ../../tools/virsh-domain.c:2115 +msgid "Block commit" +msgstr "" + +#: ../../tools/virsh-domain.c:2942 +#, c-format +msgid "Block device '%s' is resized" +msgstr "" + +#: ../../tools/virsh-domain.c:12958 +msgid "Booted" +msgstr "" + +#: ../../src/conf/storage_adapter_conf.c:271 +msgid "" +"Both 'name' and 'parent' cannot be specified for the 'scsi_host' adapter" +msgstr "" + +#: ../../tools/virsh-domain.c:6144 +msgid "Bounded" +msgstr "" + +#: ../../src/libxl/xen_common.c:1187 +#, c-format +msgid "Bridge %s too big for destination" +msgstr "" + +#: ../../src/util/virnetdevbandwidth.c:565 +#, c-format +msgid "Bridge '%s' has no QoS set, therefore unable to set 'floor' on '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:3277 +#, c-format +msgid "Bridge generation exceeded max id %d" +msgstr "" + +#: ../../tools/virsh-interface.c:989 +#, c-format +msgid "Bridge interface %s started\n" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:284 +#, c-format +msgid "Bridge name %s too long for destination" +msgstr "" + +#: ../../tools/virsh-network.c:424 +msgid "Bridge:" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:284 +msgid "Buffer to small for ipset name" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:310 +msgid "Buffer too small for IPSETFLAGS type" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:234 +msgid "Buffer too small for MAC address" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:266 +msgid "Buffer too small for uint16 type" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:256 +msgid "Buffer too small for uint32 type" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:246 +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:276 +msgid "Buffer too small for uint8 type" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:173 +#, c-format +msgid "Buffer too small to print variable '%s' into" +msgstr "" + +#: ../../tools/virsh-pool.c:598 +msgid "Build a given pool." +msgstr "" + +#: ../../src/libxl/xen_common.c:403 +#, c-format +msgid "Bus %s too big for destination" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:1582 +msgid "Bus 0 must be PCI for integrated PIIX3 USB or IDE controllers" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1186 +msgid "Busy" +msgstr "" + +#: ../../src/remote/remote_daemon.c:740 +msgid "CA certificate:" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:13075 +msgid "CCW address type is not supported by this QEMU" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1927 +#, c-format +msgid "CHS geometry can not be set for '%s' bus" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1935 +#, c-format +msgid "CHS translation mode can only be set for 'ide' bus not '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:7151 +#, c-format +msgid "CPU %d in cpulist '%s' exceed the maxcpu %d" +msgstr "" + +#: ../../tools/virsh-domain.c:7101 ../../tools/virsh-domain.c:7315 +#: ../../tools/virsh-domain.c:7723 +msgid "CPU Affinity" +msgstr "" + +#: ../../tools/virsh-domain.c:6792 +msgid "CPU Affinity:" +msgstr "" + +#: ../../src/conf/domain_conf.c:21370 +msgid "CPU IDs in <numa> exceed the <vcpu> count" +msgstr "" + +#: ../../src/esx/esx_driver.c:1281 +#, c-format +msgid "CPU Model %s too long for destination" +msgstr "" + +#: ../../src/cpu/cpu_ppc64.c:459 ../../src/cpu/cpu_x86.c:1848 +#, c-format +msgid "CPU arch %s does not match host arch" +msgstr "" + +#: ../../tools/virsh-host.c:1632 ../../tools/virsh-host.c:1739 +msgid "CPU architecture (/domain/os/type/@arch)" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4829 +#, c-format +msgid "CPU cache mode '%s' can only be used with '%s' CPUs" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4819 +#, c-format +msgid "CPU cache mode '%s' can only be used with level='3'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4809 +#, c-format +msgid "CPU cache specification is not supported for '%s' architecture" +msgstr "" + +#: ../../src/cpu/cpu.c:782 +msgid "CPU data" +msgstr "" + +#: ../../tools/virsh-host.c:1252 +#, c-format +msgid "CPU described in %s is identical to host CPU\n" +msgstr "" + +#: ../../tools/virsh-host.c:1687 +#, c-format +msgid "" +"CPU described in %s is identical to the CPU provided by hypervisor on the " +"host\n" +msgstr "" + +#: ../../tools/virsh-host.c:1246 +#, c-format +msgid "CPU described in %s is incompatible with host CPU\n" +msgstr "" + +#: ../../tools/virsh-host.c:1679 +#, c-format +msgid "" +"CPU described in %s is incompatible with the CPU provided by hypervisor on " +"the host\n" +msgstr "" + +#: ../../src/cpu/cpu.c:85 +#, c-format +msgid "CPU driver '%s' does not exist" +msgstr "" + +#: ../../src/cpu/cpu_arm.c:212 ../../src/cpu/cpu_x86.c:1077 +#, c-format +msgid "CPU feature %s already defined" +msgstr "" + +#: ../../src/conf/cpu_conf.c:623 ../../src/conf/cpu_conf.c:902 +#, c-format +msgid "CPU feature '%s' specified more than once" +msgstr "" + +#: ../../src/qemu/qemu_command.c:6247 +#, c-format +msgid "CPU features not supported by hypervisor for %s architecture" +msgstr "" + +#: ../../src/qemu/qemu_command.c:6502 +#, c-format +msgid "CPU flags requested but can't determine default CPU for arch %s" +msgstr "" + +#: ../../tools/virsh-host.c:669 +msgid "CPU frequency:" +msgstr "" + +#: ../../tools/virsh-host.c:720 +msgid "CPU map:" +msgstr "" + +#: ../../src/qemu/qemu_process.c:6041 +#, c-format +msgid "" +"CPU mode '%s' for %s %s domain on %s host is not supported by hypervisor" +msgstr "" + +#: ../../src/cpu/cpu_arm.c:336 ../../src/cpu/cpu_ppc64.c:325 +#, c-format +msgid "CPU model %s already defined" +msgstr "" + +#: ../../src/cpu/cpu.c:900 ../../src/cpu/cpu_arm.c:582 +#: ../../src/cpu/cpu_ppc64.c:607 ../../src/cpu/cpu_x86.c:2156 +#, c-format +msgid "CPU model %s is not supported by hypervisor" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:297 +#, c-format +msgid "CPU model %s too long for destination" +msgstr "" + +#: ../../tools/virsh-host.c:666 +msgid "CPU model:" +msgstr "" + +#: ../../tools/virsh-host.c:1341 +msgid "CPU models" +msgstr "" + +#: ../../src/util/virhostcpu.c:406 +msgid "CPU socket topology has changed" +msgstr "" + +#: ../../tools/virsh-host.c:670 +msgid "CPU socket(s):" +msgstr "" + +#: ../../tools/virsh-domain.c:10694 +msgid "CPU throttling rate increment for auto-convergence" +msgstr "" + +#: ../../tools/virsh-domain.c:6921 +msgid "CPU time" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1326 ../../tools/virsh-domain.c:6988 +msgid "CPU time:" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:906 +msgid "CPU topology doesn't match maximum vcpu count" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5022 +msgid "CPU topology doesn't match the desired vcpu count" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9341 ../../src/qemu/qemu_driver.c:9270 +#: ../../src/qemu/qemu_driver.c:10259 ../../src/qemu/qemu_driver.c:10666 +msgid "CPU tuning is not available in session mode" +msgstr "" + +#: ../../src/qemu/qemu_cgroup.c:878 +msgid "CPU tuning is not available on this host" +msgstr "" + +#: ../../src/cpu/cpu_arm.c:267 ../../src/cpu/cpu_ppc64.c:289 +#: ../../src/cpu/cpu_x86.c:898 +#, c-format +msgid "CPU vendor %s already defined" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:2336 +#, c-format +msgid "CPU vendor %s not found" +msgstr "" + +#: ../../src/cpu/cpu_ppc64.c:739 ../../src/cpu/cpu_x86.c:2835 +#, c-format +msgid "CPU vendor %s of model %s differs from vendor %s" +msgstr "" + +#: ../../src/conf/cpu_conf.c:525 +msgid "CPU vendor specified without CPU model" +msgstr "" + +#: ../../src/cpu/cpu_arm.c:280 +#, c-format +msgid "CPU vendor value 0x%2lx already defined" +msgstr "" + +#: ../../src/cpu/cpu_ppc64.c:748 ../../src/cpu/cpu_x86.c:2857 +msgid "CPU vendors do not match" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1319 ../../tools/virsh-host.c:667 +msgid "CPU(s):" +msgstr "" + +#: ../../tools/virsh-domain.c:6919 ../../tools/virsh-domain.c:6980 +msgid "CPU:" +msgstr "" + +#: ../../src/cpu/cpu_arm.c:528 +msgid "CPUID registers unavailable" +msgstr "" + +#: ../../src/cpu/cpu_ppc64.c:723 ../../src/cpu/cpu_x86.c:2882 +msgid "CPUs are incompatible" +msgstr "" + +#: ../../tools/virsh-host.c:718 +msgid "CPUs online:" +msgstr "" + +#: ../../tools/virsh-host.c:717 +msgid "CPUs present:" +msgstr "" + +#: ../../src/esx/esx_vi.c:717 +msgid "CURL (multi) mismatch" +msgstr "" + +#: ../../src/esx/esx_vi.c:622 +msgid "CURL (share) mismatch" +msgstr "" + +#: ../../src/util/virresctrl.c:2018 +#, c-format +msgid "" +"Cache allocation for the whole cache is not possible, specify size smaller " +"than %llu" +msgstr "" + +#: ../../src/util/virresctrl.c:2028 +#, c-format +msgid "Cache allocation of size %llu is not divisible by granularity %llu" +msgstr "" + +#: ../../src/util/virresctrl.c:2036 +#, c-format +msgid "" +"Cache allocation of size %llu is smaller than the minimum allowed allocation " +"%llu" +msgstr "" + +#: ../../src/util/virresctrl.c:2267 +#, c-format +msgid "Cache level %d does not support tuning" +msgstr "" + +#: ../../src/util/virresctrl.c:2282 +#, c-format +msgid "Cache level %d does not support tuning for scope type '%s'" +msgstr "" + +#: ../../src/util/virresctrl.c:2010 +#, c-format +msgid "Cache level %d id %u does not support tuning for scope type '%s'" +msgstr "" + +#: ../../src/util/virresctrl.c:2002 +#, c-format +msgid "Cache with id %u does not exists for level %d" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:547 ../../src/esx/esx_vi_types.c:693 +#, c-format +msgid "Call to %s for unexpected type '%s'" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:211 ../../src/esx/esx_vi_types.c:226 +#, c-format +msgid "Call to %s for unexpected type '%s', expected '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:1352 ../../src/esx/esx_vi.c:1373 +#, c-format +msgid "Call to '%s' returned a list, expecting exactly one item" +msgstr "" + +#: ../../src/esx/esx_vi.c:1347 ../../src/esx/esx_vi.c:1362 +#, c-format +msgid "Call to '%s' returned an empty result, expecting a non-empty result" +msgstr "" + +#: ../../src/esx/esx_vi.c:1387 +#, c-format +msgid "Call to '%s' returned something, expecting an empty result" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:3706 +#, c-format +msgid "Call to utsname failed: %d" +msgstr "" + +#: ../../src/vbox/vbox_XPCOMCGlue.c:138 +#, c-format +msgid "Calling %s from '%s' failed" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:1845 +msgid "Can only modify disk quota" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18807 ../../src/qemu/qemu_driver.c:18876 +#, c-format +msgid "Can only open VNC or SPICE graphics backends, not %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22010 +msgid "Can't add USB hub: USB is disabled for this domain" +msgstr "" + +#: ../../src/conf/domain_conf.c:21796 +msgid "Can't add USB input device. USB bus is disabled" +msgstr "" + +#: ../../src/conf/domain_conf.c:21576 ../../src/conf/domain_conf.c:21585 +msgid "Can't add another USB controller: USB is disabled for this domain" +msgstr "" + +#: ../../src/conf/domain_conf.c:21889 +msgid "Can't add host USB device: USB is disabled in this host" +msgstr "" + +#: ../../src/vz/vz_driver.c:851 +msgid "Can't change domain configuration in managed save state" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2463 +msgid "Can't change domain state." +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:94 +#, sh-format +msgid "Can't connect to $uri. Skipping." +msgstr "" + +#: ../../tools/virt-login-shell-helper.c:290 +#, c-format +msgid "Can't create %s container: %s" +msgstr "" + +#: ../../src/locking/lock_daemon.c:960 ../../src/logging/log_daemon.c:741 +#: ../../src/remote/remote_daemon.c:887 +msgid "Can't create initial configuration" +msgstr "" + +#: ../../src/nwfilter/nwfilter_driver.c:767 +msgid "Can't define NWFilter bindings in session mode" +msgstr "" + +#: ../../src/nwfilter/nwfilter_driver.c:575 +msgid "Can't define NWFilters in session mode" +msgstr "" + +#: ../../src/locking/lock_daemon.c:969 ../../src/logging/log_daemon.c:750 +#: ../../src/remote/remote_daemon.c:896 +msgid "Can't determine config path" +msgstr "" + +#: ../../src/openvz/openvz_util.c:49 +msgid "Can't determine page size" +msgstr "" + +#: ../../src/locking/lock_daemon.c:996 ../../src/logging/log_daemon.c:776 +#: ../../src/remote/remote_daemon.c:942 +msgid "Can't determine pid file path." +msgstr "" + +#: ../../src/locking/lock_daemon.c:1015 ../../src/logging/log_daemon.c:795 +msgid "Can't determine restart state file path" +msgstr "" + +#: ../../src/locking/lock_daemon.c:1007 ../../src/logging/log_daemon.c:787 +#: ../../src/remote/remote_daemon.c:953 +msgid "Can't determine socket paths" +msgstr "" + +#: ../../src/vz/vz_sdk.c:1664 +#, c-format +msgid "Can't find boot device of type: %d, device index: %d" +msgstr "" + +#: ../../src/vz/vz_sdk.c:1687 +#, c-format +msgid "Can't find boot device of type: %s, index: %d" +msgstr "" + +#: ../../src/vz/vz_sdk.c:1706 +#, c-format +msgid "Can't find network boot device for index: %d" +msgstr "" + +#: ../../src/vz/vz_driver.c:4174 +msgid "Can't find prlctl command in the PATH env" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1186 +#, c-format +msgid "" +"Can't get the UUID of the file to be attached as harddisk/dvd/floppy: %s, rc=" +"%08x" +msgstr "" + +#: ../../src/vz/vz_driver.c:4131 +msgid "Can't initialize Parallels SDK" +msgstr "" + +#: ../../src/remote/remote_daemon.c:933 +msgid "Can't initialize access manager" +msgstr "" + +#: ../../src/locking/lock_daemon.c:977 ../../src/logging/log_daemon.c:758 +#: ../../src/remote/remote_daemon.c:904 +#, c-format +msgid "Can't load config file: %s: %s" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:1855 +#, c-format +msgid "Can't modify device type '%s'" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:1579 +#, c-format +msgid "Can't parse barrier from vzlist output '%s'" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:1572 +#, c-format +msgid "Can't parse limit from vzlist output '%s'" +msgstr "" + +#: ../../src/vz/vz_utils.h:38 +msgid "Can't parse prlctl output" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:609 ../../src/rpc/virnetsshsession.c:695 +msgid "Can't perform authentication: Authentication callback not provided" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:757 +msgid "" +"Can't perform keyboard-interactive authentication: Authentication callback " +"not provided " +msgstr "" + +#: ../../src/remote/remote_daemon.c:665 +#, c-format +msgid "Can't read %s" +msgstr "" + +#: ../../src/conf/virdomainobjlist.c:439 +msgid "Can't rename domain to itself" +msgstr "" + +#: ../../tools/virsh-domain.c:7417 +msgid "Can't set 0 processors for a VM" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:232 +msgid "Can't set soft limit without hard limit" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1921 ../../src/lxc/lxc_driver.c:3373 +msgid "Can't setup disk for non-block device" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1926 ../../src/lxc/lxc_driver.c:3367 +msgid "Can't setup disk without media" +msgstr "" + +#: ../../src/remote/remote_daemon.c:910 +msgid "Can't setup host uuid" +msgstr "" + +#: ../../src/storage/storage_driver.c:2523 +msgid "" +"Can't shrink capacity below current capacity unless shrink flag explicitly " +"specified" +msgstr "" + +#: ../../src/esx/esx_vi.c:4305 +msgid "" +"Cancelable task is blocked by an unanswered question but cancellation failed" +msgstr "" + +#: ../../tools/virsh-domain.c:6148 +msgid "Cancelled" +msgstr "" + +#: ../../src/util/virfile.c:1030 +#, c-format +msgid "Cannot access '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:5184 +#, c-format +msgid "Cannot access backing file '%s' of storage file '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:5173 +#, c-format +msgid "" +"Cannot access backing file '%s' of storage file '%s' (as uid:%u, gid:%u)" +msgstr "" + +#: ../../src/util/virstoragefile.c:5180 +#, c-format +msgid "Cannot access storage file '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:5168 +#, c-format +msgid "Cannot access storage file '%s' (as uid:%u, gid:%u)" +msgstr "" + +#: ../../src/esx/esx_vi.c:672 +msgid "Cannot add CURL handle to a multi handle twice" +msgstr "" + +#: ../../src/util/virnetdev.c:2473 ../../src/util/virnetdev.c:2518 +#, c-format +msgid "Cannot add multicast MAC %s on '%s' interface" +msgstr "" + +#: ../../src/util/virresctrl.c:2442 +msgid "Cannot add pid to non-existing resctrl group" +msgstr "" + +#: ../../src/esx/esx_vi.c:666 +msgid "Cannot add uninitialized CURL handle to a multi handle" +msgstr "" + +#: ../../src/conf/numa_conf.c:1158 +msgid "Cannot alter an existing mem_nodes set" +msgstr "" + +#: ../../src/conf/numa_conf.c:1298 +#, c-format +msgid "Cannot alter an existing nmem_nodes distances set for node: %zu" +msgstr "" + +#: ../../src/util/virdbus.c:600 +#, c-format +msgid "Cannot append basic type %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:5081 +msgid "Cannot assign SCSI host device address" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:3354 ../../src/lxc/lxc_driver.c:3454 +#: ../../src/lxc/lxc_driver.c:3919 ../../src/lxc/lxc_driver.c:4121 +#: ../../src/lxc/lxc_driver.c:4168 +msgid "Cannot attach disk until init PID is known" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:3843 ../../src/lxc/lxc_driver.c:4252 +msgid "Cannot attach hostdev until init PID is known" +msgstr "" + +#: ../../src/conf/domain_addr.c:769 +#, c-format +msgid "" +"Cannot automatically add a new PCI bus for a device with connect flags %.2x" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:895 +#, c-format +msgid "Cannot boot from device %s" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:601 ../../src/util/virfile.c:857 +#, c-format +msgid "Cannot check NBD device %s pid" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:5269 +#, c-format +msgid "Cannot check QEMU binary %s" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:202 +msgid "Cannot check address family on this platform" +msgstr "" + +#: ../../src/util/virdnsmasq.c:719 +#, c-format +msgid "Cannot check dnsmasq binary %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:8429 +#, c-format +msgid "Cannot chown uniq path: %s" +msgstr "" + +#: ../../src/util/virdbus.c:661 +msgid "Cannot close container iterator" +msgstr "" + +#: ../../src/util/virresctrl.c:485 +msgid "Cannot close resctrl" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1165 +msgid "Cannot complete within timeout period" +msgstr "" + +#: ../../src/conf/domain_conf.c:31337 ../../src/conf/domain_conf.c:31344 +msgid "Cannot convert domain name to wide character string" +msgstr "" + +#: ../../src/util/virsocketaddr.c:492 +#, c-format +msgid "Cannot convert socket address to string: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:31352 ../../src/conf/domain_conf.c:31362 +msgid "Cannot convert wide character string back to multi-byte domain name" +msgstr "" + +#: ../../src/lxc/lxc_fuse.c:300 ../../src/qemu/qemu_domain.c:11892 +#: ../../src/qemu/qemu_domain.c:11899 +#, c-format +msgid "Cannot create %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1040 +msgid "Cannot create /dev" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1074 +msgid "Cannot create /dev/pts" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:145 +msgid "Cannot create a vboxSnapshotXmlHardDisk" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:258 +msgid "Cannot create a vboxSnapshotXmlSnapshotPtr" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2514 +#, c-format +msgid "Cannot create autostart directory %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5090 +#, c-format +msgid "Cannot create directory '%s'" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1252 +#, c-format +msgid "Cannot create log directory '%s'" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:1176 +#: ../../src/util/virnetdevmacvlan.c:1188 +#: ../../src/util/virnetdevmacvlan.c:1195 +#: ../../src/util/virnetdevmacvlan.c:1205 +#: ../../src/util/virnetdevmacvlan.c:1215 +#: ../../src/util/virnetdevmacvlan.c:1234 +#: ../../src/util/virnetdevmacvlan.c:1246 +#: ../../src/util/virnetdevmacvlan.c:1258 +#: ../../src/util/virnetdevmacvlan.c:1270 +#: ../../src/util/virnetdevmacvlan.c:1277 +#: ../../src/util/virnetdevmacvlan.c:1285 +msgid "Cannot create macvlan devices on this platform" +msgstr "" + +#: ../../src/util/virresctrl.c:2361 +#, c-format +msgid "Cannot create resctrl directory '%s'" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:682 ../../src/util/virpidfile.c:493 +#, c-format +msgid "Cannot create user runtime directory '%s'" +msgstr "" + +#: ../../src/esx/esx_network_driver.c:839 +msgid "Cannot deactivate network autostart" +msgstr "" + +#: ../../src/esx/esx_storage_driver.c:274 +msgid "Cannot deactivate storage pool autostart" +msgstr "" + +#: ../../src/util/virfile.c:1052 +#, c-format +msgid "Cannot delete directory '%s'" +msgstr "" + +#: ../../src/util/virfile.c:1041 +#, c-format +msgid "Cannot delete file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5879 +#, c-format +msgid "Cannot detach %s device with no alias" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:1012 +msgid "Cannot determine balloon device path" +msgstr "" + +#: ../../src/util/vircgroupv1.c:2000 +msgid "Cannot determine system clock HZ" +msgstr "" + +#: ../../src/logging/log_handler.c:655 ../../src/util/vircommand.c:808 +#: ../../src/util/virlockspace.c:468 +msgid "Cannot disable close-on-exec flag" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1310 +#, c-format +msgid "Cannot disable close-on-exec flag on pipe %d" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1303 +#, c-format +msgid "Cannot disable close-on-exec flag on socket %d" +msgstr "" + +#: ../../src/rpc/virnetclientprogram.c:302 +#: ../../src/rpc/virnetclientprogram.c:361 +#, c-format +msgid "Cannot duplicate FD %d" +msgstr "" + +#: ../../src/lxc/lxc_container.c:342 +#, c-format +msgid "Cannot duplicate fd %d onto fd %d" +msgstr "" + +#: ../../src/logging/log_handler.c:274 ../../src/util/virlockspace.c:361 +msgid "Cannot enable close-on-exec flag" +msgstr "" + +#: ../../src/esx/esx_driver.c:3326 +msgid "Cannot enable general autostart option without affecting other domains" +msgstr "" + +#: ../../tools/virsh-host.c:1174 +msgid "Cannot extract CPU definition from domain capabilities XML" +msgstr "" + +#: ../../src/conf/domain_conf.c:20671 +msgid "Cannot extract cache nodes under cachetune" +msgstr "" + +#: ../../src/conf/numa_conf.c:120 +msgid "Cannot extract memnode nodes" +msgstr "" + +#: ../../src/conf/domain_conf.c:20862 +msgid "Cannot extract memory nodes under memorytune" +msgstr "" + +#: ../../src/conf/domain_conf.c:20512 +msgid "Cannot extract monitor nodes" +msgstr "" + +#: ../../tools/virsh-host.c:1465 +#, c-format +msgid "Cannot extract running %s hypervisor version\n" +msgstr "" + +#: ../../src/network/bridge_driver.c:1976 +#, c-format +msgid "Cannot find %s - Possibly the package isn't installed" +msgstr "" + +#: ../../src/conf/node_device_util.c:53 +#, c-format +msgid "Cannot find '%s' in node device database" +msgstr "" + +#: ../../src/util/vircommand.c:628 +#, c-format +msgid "Cannot find '%s' in path" +msgstr "" + +#: ../../src/conf/domain_conf.c:18955 ../../src/conf/domain_conf.c:19975 +#, c-format +msgid "Cannot find 'iothread' : %u" +msgstr "" + +#: ../../src/cpu/cpu_arm.c:575 +#, c-format +msgid "Cannot find CPU model with PVR 0x%03lx" +msgstr "" + +#: ../../src/cpu/cpu_ppc64.c:600 +#, c-format +msgid "Cannot find CPU model with PVR 0x%08x" +msgstr "" + +#: ../../src/cpu/cpu_arm.c:592 +#, c-format +msgid "Cannot find CPU vendor with vendor id 0x%02lx" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:916 +#, c-format +msgid "Cannot find boot device of requested type %s" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1156 +#, c-format +msgid "Cannot find byte %sstats for block device '%s'" +msgstr "" + +#: ../../src/util/vircgroupv2.c:794 +#, c-format +msgid "Cannot find byte '%s' stats for block device '%s'" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1141 ../../src/util/vircgroupv2.c:786 +#, c-format +msgid "Cannot find byte stats for block device '%s'" +msgstr "" + +#: ../../src/util/virsystemd.c:783 +#, c-format +msgid "Cannot find name for FD %d socket family %d" +msgstr "" + +#: ../../src/rpc/virnetserverprogram.c:235 +#, c-format +msgid "Cannot find program %d version %d" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1170 +#, c-format +msgid "Cannot find request %sstats for block device '%s'" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1148 +#, c-format +msgid "Cannot find request stats for block device '%s'" +msgstr "" + +#: ../../src/access/viraccessmanager.c:145 +#, c-format +msgid "Cannot find security driver '%s'" +msgstr "" + +#: ../../src/util/virprocess.c:988 ../../src/util/virprocess.c:995 +#: ../../src/util/virprocess.c:1004 +#, c-format +msgid "Cannot find start time in %s" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:2199 +msgid "Cannot find suitable CPU model for given data" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:1720 +#, c-format +msgid "Cannot find suitable emulator for %s" +msgstr "" + +#: ../../src/rpc/virnetdaemon.c:253 +msgid "Cannot get all servers from daemon" +msgstr "" + +#: ../../src/util/virresctrl.c:559 +msgid "Cannot get cbm_mask from resctrl cache info" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6032 +msgid "Cannot get device slot" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6060 +msgid "Cannot get disk location" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6951 +msgid "Cannot get hard disk by location" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:159 +msgid "Cannot get host interface addresses" +msgstr "" + +#: ../../src/util/virnetdev.c:255 ../../src/util/virnetdev.c:375 +#: ../../src/util/virnetdev.c:389 +#, c-format +msgid "Cannot get interface MAC on '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:415 ../../src/util/virnetdev.c:426 +#, c-format +msgid "Cannot get interface MTU on '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:600 ../../src/util/virnetdev.c:720 +#: ../../src/util/virnetdev.c:735 +#, c-format +msgid "Cannot get interface flags on '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:829 +#, c-format +msgid "Cannot get interface name for index '%i'" +msgstr "" + +#: ../../src/util/virresctrl.c:665 +msgid "Cannot get max allocation from resctrl memory info" +msgstr "" + +#: ../../src/util/virprocess.c:1492 +msgid "Cannot get maximum scheduler priority value" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5824 ../../src/vbox/vbox_common.c:6039 +msgid "Cannot get medium" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5809 ../../src/vbox/vbox_common.c:6026 +msgid "Cannot get medium attachment port" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5816 +msgid "Cannot get medium attachment slot" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5802 +msgid "Cannot get medium attachment type" +msgstr "" + +#: ../../src/util/virresctrl.c:655 +msgid "Cannot get min bandwidth from resctrl memory info" +msgstr "" + +#: ../../src/util/virresctrl.c:583 +msgid "Cannot get min_cbm_bits from resctrl cache info" +msgstr "" + +#: ../../src/util/virprocess.c:1485 +msgid "Cannot get minimum scheduler priority value" +msgstr "" + +#: ../../src/util/virresctrl.c:736 +msgid "Cannot get mon_features from resctrl" +msgstr "" + +#: ../../src/security/security_dac.c:2433 +msgid "Cannot get process uid and gid on this platform" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6071 +msgid "Cannot get read only attribute" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6012 +msgid "Cannot get storage controller" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5794 ../../src/vbox/vbox_common.c:6020 +msgid "Cannot get storage controller bus" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5787 +msgid "Cannot get storage controller by name" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5777 ../../src/vbox/vbox_common.c:6001 +msgid "Cannot get storage controller name" +msgstr "" + +#: ../../src/util/viridentity.c:70 +msgid "Cannot initialize thread local for current identity" +msgstr "" + +#: ../../src/nwfilter/nwfilter_gentech_driver.c:638 +#, c-format +msgid "" +"Cannot instantiate filter due to unresolvable variables or unavailable list " +"elements: %s" +msgstr "" + +#: ../../src/util/virresctrl.c:467 +msgid "Cannot lock resctrl" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:405 +#, c-format +msgid "Cannot migrate empty or read-only disk %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1563 +#, c-format +msgid "Cannot mount filesystem type %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:324 +#, c-format +msgid "Cannot move fd %d out of the way" +msgstr "" + +#: ../../src/util/virhostcpu.c:70 +msgid "Cannot obtain CPU count" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1661 +msgid "Cannot offline enough CPUs" +msgstr "" + +#: ../../src/lxc/lxc_fuse.c:138 +#, c-format +msgid "Cannot open %s" +msgstr "" + +#: ../../src/util/virstorageencryption.c:403 +msgid "Cannot open /dev/urandom" +msgstr "" + +#: ../../src/util/vircgroup.c:149 +msgid "Cannot open /proc/cgroups" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:1184 ../../src/secret/secret_driver.c:567 +#, c-format +msgid "Cannot open embedded driver at path '%s', already open with path '%s'" +msgstr "" + +#: ../../src/util/virinitctl.c:147 ../../src/util/virinitctl.c:160 +#, c-format +msgid "Cannot open init control %s" +msgstr "" + +#: ../../src/logging/log_handler.c:383 +#, c-format +msgid "Cannot open log file: '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:155 ../../src/util/virnetdevbridge.c:87 +msgid "Cannot open network interface control socket" +msgstr "" + +#: ../../src/util/virresctrl.c:462 +msgid "Cannot open resctrl" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1076 +#, c-format +msgid "Cannot parse %srequest stat '%s'" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1163 ../../src/util/vircgroupv1.c:1177 +#, c-format +msgid "Cannot parse %sstat '%s'" +msgstr "" + +#: ../../src/util/vircgroupv2.c:802 +#, c-format +msgid "Cannot parse '%s' stat '%s'" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1568 ../../src/util/vircgroupv2.c:1221 +msgid "Cannot parse 'memory.stat' cgroup file." +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:95 +msgid "Cannot parse <HardDisk> 'format' attribute" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:82 +msgid "Cannot parse <HardDisk> 'location' attribute" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:74 +msgid "Cannot parse <HardDisk> 'uuid' attribute" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:655 +msgid "Cannot parse <Machine> 'currentSnapshot' attribute" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:677 +msgid "Cannot parse <Machine> 'lastStateChange' attribute" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:642 +msgid "Cannot parse <Machine> 'name' attribute" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:664 +msgid "Cannot parse <Machine> 'snapshotFolder' attribute" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:636 +msgid "Cannot parse <Machine> 'uuid' attribute" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:685 +msgid "Cannot parse <Machine> <Hardware> node" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:706 +msgid "Cannot parse <Machine> <MediaRegistry> node" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:697 +msgid "Cannot parse <Machine> <StorageControllers> node" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:212 +msgid "Cannot parse <Snapshot> 'name' attribute" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:218 +msgid "Cannot parse <Snapshot> 'timeStamp' attribute" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:204 +msgid "Cannot parse <Snapshot> 'uuid' attribute" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:230 +msgid "Cannot parse <Snapshot> <Hardware> node" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:238 +msgid "Cannot parse <Snapshot> <StorageControllers> node" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:629 +msgid "Cannot parse <VirtualBox> <Machine> node" +msgstr "" + +#: ../../src/conf/device_conf.c:241 ../../src/conf/device_conf.c:397 +#: ../../src/conf/device_conf.c:448 ../../src/conf/device_conf.c:543 +msgid "Cannot parse <address> 'bus' attribute" +msgstr "" + +#: ../../src/conf/device_conf.c:390 ../../src/conf/device_conf.c:441 +#: ../../src/conf/device_conf.c:483 +msgid "Cannot parse <address> 'controller' attribute" +msgstr "" + +#: ../../src/conf/device_conf.c:334 +msgid "Cannot parse <address> 'cssid' attribute" +msgstr "" + +#: ../../src/conf/device_conf.c:346 +msgid "Cannot parse <address> 'devno' attribute" +msgstr "" + +#: ../../src/conf/device_conf.c:234 +msgid "Cannot parse <address> 'domain' attribute" +msgstr "" + +#: ../../src/conf/device_conf.c:73 +msgid "Cannot parse <address> 'fid' attribute" +msgstr "" + +#: ../../src/conf/device_conf.c:255 +msgid "Cannot parse <address> 'function' attribute" +msgstr "" + +#: ../../src/conf/domain_conf.c:7672 +msgid "Cannot parse <address> 'iobase' attribute" +msgstr "" + +#: ../../src/conf/domain_conf.c:7679 +msgid "Cannot parse <address> 'irq' attribute" +msgstr "" + +#: ../../src/conf/device_conf.c:455 ../../src/conf/device_conf.c:521 +msgid "Cannot parse <address> 'port' attribute" +msgstr "" + +#: ../../src/conf/device_conf.c:568 +msgid "Cannot parse <address> 'reg' attribute" +msgstr "" + +#: ../../src/conf/device_conf.c:248 ../../src/conf/device_conf.c:490 +msgid "Cannot parse <address> 'slot' attribute" +msgstr "" + +#: ../../src/conf/device_conf.c:340 +msgid "Cannot parse <address> 'ssid' attribute" +msgstr "" + +#: ../../src/conf/device_conf.c:404 +msgid "Cannot parse <address> 'target' attribute" +msgstr "" + +#: ../../src/conf/device_conf.c:66 +msgid "Cannot parse <address> 'uid' attribute" +msgstr "" + +#: ../../src/conf/device_conf.c:411 +msgid "Cannot parse <address> 'unit' attribute" +msgstr "" + +#: ../../src/conf/domain_conf.c:12380 +msgid "Cannot parse <local> 'port' attribute with socket interface" +msgstr "" + +#: ../../src/conf/domain_conf.c:7611 +msgid "Cannot parse <master> 'startport' attribute" +msgstr "" + +#: ../../src/conf/domain_conf.c:12351 +msgid "Cannot parse <source> 'port' attribute with socket interface" +msgstr "" + +#: ../../src/conf/network_conf.c:537 +#, c-format +msgid "Cannot parse MAC address '%s' in network '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16283 +#, c-format +msgid "Cannot parse USB Class code %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:16262 +#, c-format +msgid "Cannot parse USB device version %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:16311 +#, c-format +msgid "Cannot parse USB product ID %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:16300 +#, c-format +msgid "Cannot parse USB vendor ID %s" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:713 +#, c-format +msgid "Cannot parse UUID '%s'" +msgstr "" + +#: ../../src/util/virscsi.c:98 +#, c-format +msgid "Cannot parse adapter '%s'" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1055 +#, c-format +msgid "Cannot parse byte %sstat '%s'" +msgstr "" + +#: ../../src/util/vircgroupv2.c:729 +#, c-format +msgid "Cannot parse byte '%s' stat '%s'" +msgstr "" + +#: ../../src/security/security_selinux.c:480 +#: ../../src/security/security_selinux.c:487 +#: ../../src/security/security_selinux.c:503 +#: ../../src/security/security_selinux.c:510 +#: ../../src/security/security_selinux.c:517 +#, c-format +msgid "Cannot parse category in %s" +msgstr "" + +#: ../../src/util/virresctrl.c:570 +msgid "Cannot parse cbm_mask from resctrl cache info" +msgstr "" + +#: ../../src/conf/domain_conf.c:11125 +#, c-format +msgid "Cannot parse controller index %s" +msgstr "" + +#: ../../tools/virsh-domain.c:5940 ../../tools/virsh-domain.c:6024 +msgid "Cannot parse mode string" +msgstr "" + +#: ../../src/util/virresctrl.c:1690 ../../src/util/virresctrl.c:1698 +#, c-format +msgid "Cannot parse resctrl schema level '%s'" +msgstr "" + +#: ../../src/util/virsocketaddr.c:115 +#, c-format +msgid "Cannot parse socket address '%s': %s" +msgstr "" + +#: ../../src/util/virsocketaddr.c:256 +#, c-format +msgid "Cannot parse socket service '%s': %s" +msgstr "" + +#: ../../src/util/virprocess.c:1014 +#, c-format +msgid "Cannot parse start time %s in %s" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1989 +#, c-format +msgid "Cannot parse sys stat '%s'" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1982 +#, c-format +msgid "Cannot parse user stat '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8444 +msgid "Cannot parse uuid attribute of element <address>" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:3746 +#, c-format +msgid "Cannot parse version string '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:5101 +#, c-format +msgid "" +"Cannot plug '%s' interface into '%s' because new combined inbound floor=%llu " +"would overcommit average=%llu on network '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:5087 +#, c-format +msgid "" +"Cannot plug '%s' interface into '%s' because new combined inbound floor=%llu " +"would overcommit peak=%llu on network '%s'" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:321 +#, c-format +msgid "Cannot print data type %x" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:109 +#, c-format +msgid "Cannot read %s '%s'" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:550 +msgid "Cannot read cputime for domain" +msgstr "" + +#: ../../src/util/virstorageencryption.c:414 +msgid "Cannot read from /dev/urandom" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1812 +msgid "Cannot recv data" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1809 +#, c-format +msgid "Cannot recv data: %s" +msgstr "" + +#: ../../src/esx/esx_vi.c:711 +msgid "" +"Cannot remove CURL handle from a multi handle when it wasn't added before" +msgstr "" + +#: ../../src/qemu/qemu_process.c:6534 +#, c-format +msgid "Cannot remove stale PID file %s" +msgstr "" + +#: ../../src/bhyve/bhyve_process.c:147 +#, c-format +msgid "Cannot remove state PID file %s" +msgstr "" + +#: ../../src/esx/esx_vi.c:704 +msgid "Cannot remove uninitialized CURL handle from a multi handle" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:390 +#, c-format +msgid "Cannot rename checkpoint %s to %s" +msgstr "" + +#: ../../src/util/virnetdev.c:580 +#, c-format +msgid "Cannot rename interface '%s' to '%s' on this platform" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:671 +msgid "Cannot resize the max memory on an active domain" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:188 +#, c-format +msgid "Cannot resolve ::1 address: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:3000 +msgid "Cannot run interactive console without a controlling TTY" +msgstr "" + +#: ../../src/security/security_apparmor.c:411 +msgid "Cannot set a base label with AppArmour" +msgstr "" + +#: ../../src/conf/numa_conf.c:1152 +msgid "Cannot set an empty mem_nodes set" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2491 +msgid "Cannot set autostart for transient domain" +msgstr "" + +#: ../../src/rpc/virnetclientprogram.c:308 +#: ../../src/rpc/virnetclientprogram.c:367 ../../src/rpc/virnetmessage.c:567 +#: ../../src/rpc/virnetmessage.c:588 +#, c-format +msgid "Cannot set close-on-exec %d" +msgstr "" + +#: ../../src/util/virnetdev.c:161 +msgid "Cannot set close-on-exec flag for socket" +msgstr "" + +#: ../../src/util/virnetdev.c:3234 +#, c-format +msgid "Cannot set coalesce info on '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:3281 ../../src/util/virnetdev.c:3342 +#, c-format +msgid "Cannot set coalesce info on interface '%s'" +msgstr "" + +#: ../../src/libvirt-lxc.c:237 +#, c-format +msgid "Cannot set context %s" +msgstr "" + +#: ../../src/util/virnetdev.c:337 +#, c-format +msgid "Cannot set interface MAC on '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:274 ../../src/util/virnetdev.c:318 +#, c-format +msgid "Cannot set interface MAC to %s on '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:1587 +#, c-format +msgid "Cannot set interface MAC/vlanid to %s/%d for ifname %s vf %d" +msgstr "" + +#: ../../src/util/virnetdev.c:456 ../../src/util/virnetdev.c:467 +#, c-format +msgid "Cannot set interface MTU on '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:614 ../../src/util/virnetdev.c:629 +#, c-format +msgid "Cannot set interface flags on '%s'" +msgstr "" + +#: ../../src/rpc/virnetserver.c:595 +msgid "Cannot set keepaliveCount data in JSON document" +msgstr "" + +#: ../../src/rpc/virnetserver.c:590 +msgid "Cannot set keepaliveInterval data in JSON document" +msgstr "" + +#: ../../src/rpc/virnetserver.c:585 +msgid "Cannot set max_anonymous_clients data in JSON document" +msgstr "" + +#: ../../src/rpc/virnetserver.c:579 +msgid "Cannot set max_clients data in JSON document" +msgstr "" + +#: ../../src/rpc/virnetserver.c:568 +msgid "Cannot set max_workers data in JSON document" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:696 +msgid "Cannot set memory higher than max memory" +msgstr "" + +#: ../../src/rpc/virnetserver.c:562 +msgid "Cannot set min_workers data in JSON document" +msgstr "" + +#: ../../src/rpc/virnetserver.c:602 +msgid "Cannot set next_client_id data in JSON document" +msgstr "" + +#: ../../src/locking/lock_daemon.c:590 +msgid "Cannot set ownerId data in JSON document" +msgstr "" + +#: ../../src/locking/lock_daemon.c:595 +msgid "Cannot set ownerName data in JSON document" +msgstr "" + +#: ../../src/locking/lock_daemon.c:585 +msgid "Cannot set ownerPid data in JSON document" +msgstr "" + +#: ../../src/locking/lock_daemon.c:601 +msgid "Cannot set ownerUUID data in JSON document" +msgstr "" + +#: ../../src/rpc/virnetserver.c:574 +msgid "Cannot set priority_workers data in JSON document" +msgstr "" + +#: ../../src/locking/lock_daemon.c:580 +msgid "Cannot set restricted data in JSON document" +msgstr "" + +#: ../../src/util/virprocess.c:1509 +#, c-format +msgid "Cannot set scheduler parameters for pid %lld" +msgstr "" + +#: ../../src/qemu/qemu_process.c:2527 +msgid "Cannot setup CPU affinity until process is started" +msgstr "" + +#: ../../src/qemu/qemu_cgroup.c:1073 +msgid "Cannot setup cgroups until process is started" +msgstr "" + +#: ../../tools/virsh.c:176 +msgid "Cannot setup keepalive on connection as requested, disconnecting" +msgstr "" + +#: ../../src/esx/esx_vi.c:562 +msgid "Cannot share CURL handle that is already shared" +msgstr "" + +#: ../../src/esx/esx_vi.c:556 +msgid "Cannot share uninitialized CURL handle" +msgstr "" + +#: ../../src/conf/domain_conf.c:9296 +#, c-format +msgid "Cannot specify a label if relabelling is turned off. model=%s" +msgstr "" + +#: ../../src/util/vircgroupv1.c:250 +#, c-format +msgid "Cannot stat %s" +msgstr "" + +#: ../../src/util/virfile.c:1925 ../../src/util/virfile.c:1932 +#, c-format +msgid "Cannot stat '%s'" +msgstr "" + +#: ../../src/esx/esx_network_driver.c:532 +#, c-format +msgid "Cannot undefine HostVirtualSwitch that has a '%s' port" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:590 ../../src/lxc/lxc_driver.c:495 +msgid "Cannot undefine transient domain" +msgstr "" + +#: ../../src/util/virresctrl.c:489 +msgid "Cannot unlock resctrl" +msgstr "" + +#: ../../src/esx/esx_vi.c:617 +msgid "Cannot unshare CURL handle that is not shared" +msgstr "" + +#: ../../src/util/virprocess.c:1285 +msgid "Cannot unshare mount namespace" +msgstr "" + +#: ../../src/esx/esx_vi.c:611 +msgid "Cannot unshare uninitialized CURL handle" +msgstr "" + +#: ../../src/remote/remote_driver.c:857 +#, c-format +msgid "Cannot use direct socket mode for %s transport" +msgstr "" + +#: ../../src/remote/remote_driver.c:864 +msgid "Cannot use direct socket mode if no URI is set" +msgstr "" + +#: ../../src/conf/network_conf.c:564 +#, c-format +msgid "Cannot use host name '%s' in network '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:12126 ../../src/qemu/qemu_driver.c:12186 +#: ../../src/qemu/qemu_driver.c:12234 +#, c-format +msgid "Cannot use migrate v2 protocol with lock manager %s" +msgstr "" + +#: ../../src/esx/esx_network_driver.c:321 +msgid "Cannot use predefined UUID" +msgstr "" + +#: ../../src/qemu/qemu_command.c:5273 +msgid "Cannot use slcp with devices other than console" +msgstr "" + +#: ../../src/qemu/qemu_command.c:5212 +msgid "Cannot use virtio serial for parallel/serial devices" +msgstr "" + +#: ../../src/storage/storage_util.c:1622 +#, c-format +msgid "Cannot use volume path '%s'" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1867 +msgid "Cannot write data" +msgstr "" + +#: ../../src/bhyve/bhyve_process.c:182 +#, c-format +msgid "Cannot write device.map '%s'" +msgstr "" + +#: ../../src/util/virresctrl.c:2418 +#, c-format +msgid "Cannot write into schemata file '%s'" +msgstr "" + +#: ../../src/util/virresctrl.c:2452 +#, c-format +msgid "Cannot write pid in tasks file '%s'" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:497 ../../tools/virsh-pool.c:1362 +#: ../../tools/virsh-volume.c:1468 +msgid "Capacity" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:546 ../../tools/virsh-pool.c:1613 +#: ../../tools/virsh-pool.c:1618 ../../tools/virsh-volume.c:1059 +#: ../../tools/virsh-volume.c:1063 +msgid "Capacity:" +msgstr "" + +#: ../../src/conf/nwfilter_params.c:380 +msgid "" +"Cardinality of list items must be the same for processing them in parallel" +msgstr "" + +#: ../../src/security/security_selinux.c:379 +#, c-format +msgid "Category range c%d-c%d too small" +msgstr "" + +#: ../../src/conf/secret_conf.c:90 +msgid "Ceph usage specified, but name is missing" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:397 +#, c-format +msgid "Certificate %s owner does not match the hostname %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:344 +#, c-format +msgid "Certificate %s purpose does not allow use for with a TLS client" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:332 +#, c-format +msgid "Certificate %s purpose does not allow use for with a TLS server" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:233 +#, c-format +msgid "Certificate %s usage does not permit certificate signing" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:245 +#, c-format +msgid "Certificate %s usage does not permit digital signature" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:256 +#, c-format +msgid "Certificate %s usage does not permit key encipherment" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:1018 +#, c-format +msgid "Certificate failed validation: %s" +msgstr "" + +#: ../../src/util/vircgroupbackend.c:47 +#, c-format +msgid "Cgroup backend '%s' already registered." +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2545 +msgid "Chain name contains invalid characters" +msgstr "" + +#: ../../tools/virt-admin.c:469 +msgid "Change bottom limit to number of workers." +msgstr "" + +#: ../../tools/virsh-domain.c:5709 +msgid "Change lifecycle actions for the guest domain." +msgstr "" + +#: ../../tools/virsh-domain.c:13808 +msgid "Change media of CD or floppy drive" +msgstr "" + +#: ../../tools/virsh-domain.c:13811 +msgid "Change media of CD or floppy drive." +msgstr "" + +#: ../../src/remote/remote_daemon.c:703 +msgid "Change name of PID file" +msgstr "" + +#: ../../tools/vsh.c:3140 +msgid "Change the current directory." +msgstr "" + +#: ../../tools/virsh-domain.c:8999 +msgid "Change the current memory allocation in the guest domain." +msgstr "" + +#: ../../tools/virt-admin.c:477 +msgid "Change the current number of priority workers" +msgstr "" + +#: ../../tools/virsh-domain.c:9080 +msgid "Change the maximum memory allocation limit in the guest domain." +msgstr "" + +#: ../../tools/virsh-domain.c:7349 +msgid "Change the number of virtual CPUs in the guest domain." +msgstr "" + +#: ../../tools/virt-admin.c:885 +msgid "" +"Change the upper limit to number of clients waiting for authentication to be " +"connected to the server" +msgstr "" + +#: ../../tools/virt-admin.c:880 +msgid "" +"Change the upper limit to overall number of clients connected to the server." +msgstr "" + +#: ../../tools/virt-admin.c:473 +msgid "Change upper limit to number of workers." +msgstr "" + +#: ../../src/vz/vz_driver.c:2877 +msgid "Changing destination XML is not supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:23106 +msgid "" +"Changing device type to/from spicevmc would change default target channel " +"name" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2985 +msgid "Changing fs access mode is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2992 +msgid "Changing fs write policy is not supported by vz driver." +msgstr "" + +#: ../../tools/virt-host-validate-qemu.c:87 +msgid "" +"Check /dev/kvm is world writable or you are in a group that is allowed to " +"access it" +msgstr "" + +#: ../../tools/virt-host-validate-qemu.c:38 +msgid "" +"Check that CPU and firmware supports virtualization and kvm module is loaded" +msgstr "" + +#: ../../tools/virt-host-validate-qemu.c:48 +msgid "" +"Check that the 'kvm-intel' or 'kvm-amd' modules are loaded & the BIOS has " +"enabled virtualization" +msgstr "" + +#: ../../src/util/virnetdevip.c:671 +#, c-format +msgid "" +"Check the host setup: enabling IPv6 forwarding with RA routes without " +"accept_ra set to 2 is likely to cause routes loss. Interfaces to look at: %s" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:370 +#, c-format +msgid "Checkpoint %s XML configuration not changed.\n" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:381 +#, c-format +msgid "Checkpoint %s edited.\n" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:1015 +msgid "Checkpoint Delete" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:879 +msgid "Checkpoint Dump XML" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:662 +msgid "Checkpoint List" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:560 +#, c-format +msgid "Checkpoints have inconsistent relations for domain %s" +msgstr "" + +#: ../../src/util/virprocess.c:274 +#, c-format +msgid "Child process (%lld) unexpected %s" +msgstr "" + +#: ../../src/util/vircommand.c:2719 +#, c-format +msgid "Child process (%s) unexpected %s%s%s" +msgstr "" + +#: ../../src/util/vircommand.c:2827 +msgid "Child quit during startup handshake" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:509 ../../tools/virsh-snapshot.c:985 +msgid "Children:" +msgstr "" + +#: ../../src/conf/domain_event.c:560 +#, c-format +msgid "Class %s must derive from virDomainEvent" +msgstr "" + +#: ../../src/conf/object_event.c:613 +#, c-format +msgid "Class %s must derive from virObjectEvent" +msgstr "" + +#: ../../src/util/virobject.c:263 +#, c-format +msgid "Class %s must derive from virObjectLockable" +msgstr "" + +#: ../../src/util/virobject.c:289 +#, c-format +msgid "Class %s must derive from virObjectRWLockable" +msgstr "" + +#: ../../tools/virt-admin.c:788 +#, c-format +msgid "Client '%llu' disconnected" +msgstr "" + +#: ../../tools/virsh-network.c:1427 +msgid "Client ID or DUID" +msgstr "" + +#: ../../src/util/virerror.c:1200 +msgid "Client not found" +msgstr "" + +#: ../../src/util/virerror.c:1201 +#, c-format +msgid "Client not found: %s" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1587 +msgid "Client socket identity not available" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:374 +msgid "" +"Client's Distinguished Name is not on the list of allowed clients " +"(tls_allowed_dn_list). Use 'certtool -i --infile clientcert.pem' to view " +"the Distinguished Name field in the client certificate, or run this daemon " +"with --verbose option." +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:169 +msgid "Client's username is not on the list of allowed clients" +msgstr "" + +#: ../../tools/virsh-volume.c:549 +msgid "Clone an existing volume within the parent pool." +msgstr "" + +#: ../../src/hypervisor/virclosecallbacks.c:109 +#, c-format +msgid "" +"Close callback for domain %s already registered with another connection %p" +msgstr "" + +#: ../../src/util/virresctrl.c:1239 +#, c-format +msgid "Colliding cache allocations for cache level '%u' id '%u', type '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:2138 +msgid "Commit aborted" +msgstr "" + +#: ../../tools/virsh-domain.c:1965 +msgid "Commit changes from a snapshot down to its backing image." +msgstr "" + +#: ../../tools/virsh-domain.c:2173 +msgid "Commit complete" +msgstr "" + +#: ../../tools/virsh-domain.c:2167 +msgid "Commit complete, overlay image kept" +msgstr "" + +#: ../../tools/virsh-domain.c:2143 +msgid "Commit failed" +msgstr "" + +#: ../../tools/virsh-host.c:1436 ../../tools/virt-admin.c:240 +#, c-format +msgid "Compiled against library: libvirt %d.%d.%d\n" +msgstr "" + +#: ../../tools/virt-admin.c:1276 +msgid "Compiled with support for:" +msgstr "" + +#: ../../tools/virsh.c:499 +msgid "Compiled with support for:\n" +msgstr "" + +#: ../../tools/virsh-domain.c:6146 +msgid "Completed" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1156 +msgid "Completed with no error" +msgstr "" + +#: ../../tools/virsh-domain.c:6459 +msgid "Compressed data:" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13971 ../../src/qemu/qemu_driver.c:14019 +msgid "Compressed migration is not supported by QEMU binary" +msgstr "" + +#: ../../tools/virsh-domain.c:6466 +msgid "Compressed pages:" +msgstr "" + +#: ../../tools/virsh-domain.c:6473 +msgid "Compression cache misses:" +msgstr "" + +#: ../../tools/virsh-domain.c:6451 +msgid "Compression cache:" +msgstr "" + +#: ../../tools/virsh-domain.c:11327 +#, c-format +msgid "Compression cache: %.3lf %s" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:488 +#, c-format +msgid "Compression method '%s' is specified twice" +msgstr "" + +#: ../../tools/virsh-domain.c:6480 +msgid "Compression overflows:" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3489 +#, c-format +msgid "" +"Compression program for %s image format in configuration file isn't available" +msgstr "" + +#: ../../tools/virsh-host.c:1283 +msgid "Compute baseline CPU for a set of given CPUs." +msgstr "" + +#: ../../tools/virsh-host.c:1721 +msgid "" +"Compute baseline CPU for a set of given CPUs. The result will be tailored to " +"the specified hypervisor." +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1411 +#, c-format +msgid "Concrete job for %s invocation is in error state" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1417 +#, c-format +msgid "Concrete job for %s invocation is in unknown state" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2427 +msgid "" +"Config asks for inherit net namespace as well as private network interfaces" +msgstr "" + +#: ../../src/vmx/vmx.c:848 +#, c-format +msgid "Config entry '%s' must represent a boolean value (true|false)" +msgstr "" + +#: ../../src/vmx/vmx.c:814 +#, c-format +msgid "Config entry '%s' must represent an integer value" +msgstr "" + +#: ../../src/remote/remote_daemon.c:701 +msgid "Configuration file" +msgstr "" + +#: ../../src/remote/remote_daemon.c:723 +msgid "Configuration file (unless overridden by -f):" +msgstr "" + +#: ../../tools/virsh-domain.c:1106 +msgid "Configure a domain to be automatically started at boot." +msgstr "" + +#: ../../tools/virsh-network.c:142 +msgid "Configure a network to be automatically started at boot." +msgstr "" + +#: ../../tools/virsh-pool.c:195 +msgid "Configure a pool to be automatically started at boot." +msgstr "" + +#: ../../src/qemu/qemu_validate.c:450 +#, c-format +msgid "" +"Configuring the '%s' timer is not supported for virtType=%s arch=%s machine=" +"%s guests" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:466 +#, c-format +msgid "Configuring the '%s' timer is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:84 +msgid "" +"Configuring the page size for HPT guests is not supported by this QEMU binary" +msgstr "" + +#: ../../tools/virsh-domain.c:2959 +msgid "Connect the virtual serial console for the guest" +msgstr "" + +#: ../../tools/virt-admin.c:290 +msgid "Connect to a daemon's administrating server." +msgstr "" + +#: ../../tools/virsh.c:275 +msgid "" +"Connect to local hypervisor. This is built-in command after shell start up." +msgstr "" + +#: ../../tools/virt-admin.c:605 +msgid "Connected since" +msgstr "" + +#: ../../tools/virsh-domain.c:3004 +#, c-format +msgid "Connected to domain %s\n" +msgstr "" + +#: ../../tools/virt-admin.c:312 +msgid "Connected to the admin server" +msgstr "" + +#: ../../src/remote/remote_driver.c:775 +#, c-format +msgid "" +"Connecting to session instance without socket path is not supported by the " +"%s transport" +msgstr "" + +#: ../../src/remote/remote_driver.c:1089 +msgid "Connections from inside daemon must be direct" +msgstr "" + +#: ../../tools/virsh-domain.c:6399 +msgid "Constant pages:" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:692 +msgid "Container ID is not specified" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2934 ../../src/lxc/lxc_driver.c:3010 +msgid "Container does not provide an initctl pipe" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:128 +msgid "Container is not defined" +msgstr "" + +#: ../../src/util/vircgroup.c:2795 ../../src/util/vircgroup.c:2804 +#: ../../src/util/vircgroup.c:2817 ../../src/util/vircgroup.c:2830 +#: ../../src/util/vircgroup.c:2841 ../../src/util/vircgroup.c:2855 +#: ../../src/util/vircgroup.c:2863 ../../src/util/vircgroup.c:2883 +#: ../../src/util/vircgroup.c:2911 ../../src/util/vircgroup.c:2921 +#: ../../src/util/vircgroup.c:2931 ../../src/util/vircgroup.c:2941 +#: ../../src/util/vircgroup.c:2954 ../../src/util/vircgroup.c:2968 +#: ../../src/util/vircgroup.c:2978 ../../src/util/vircgroup.c:2988 +#: ../../src/util/vircgroup.c:2999 ../../src/util/vircgroup.c:3009 +#: ../../src/util/vircgroup.c:3019 ../../src/util/vircgroup.c:3029 +#: ../../src/util/vircgroup.c:3039 ../../src/util/vircgroup.c:3049 +#: ../../src/util/vircgroup.c:3059 ../../src/util/vircgroup.c:3069 +#: ../../src/util/vircgroup.c:3079 ../../src/util/vircgroup.c:3089 +#: ../../src/util/vircgroup.c:3098 ../../src/util/vircgroup.c:3113 +#: ../../src/util/vircgroup.c:3123 ../../src/util/vircgroup.c:3133 +#: ../../src/util/vircgroup.c:3143 ../../src/util/vircgroup.c:3153 +#: ../../src/util/vircgroup.c:3163 ../../src/util/vircgroup.c:3173 +#: ../../src/util/vircgroup.c:3183 ../../src/util/vircgroup.c:3193 +#: ../../src/util/vircgroup.c:3203 ../../src/util/vircgroup.c:3213 +#: ../../src/util/vircgroup.c:3223 ../../src/util/vircgroup.c:3233 +#: ../../src/util/vircgroup.c:3243 ../../src/util/vircgroup.c:3253 +#: ../../src/util/vircgroup.c:3262 ../../src/util/vircgroup.c:3270 +#: ../../src/util/vircgroup.c:3283 ../../src/util/vircgroup.c:3295 +#: ../../src/util/vircgroup.c:3308 ../../src/util/vircgroup.c:3320 +#: ../../src/util/vircgroup.c:3330 ../../src/util/vircgroup.c:3340 +#: ../../src/util/vircgroup.c:3350 ../../src/util/vircgroup.c:3360 +#: ../../src/util/vircgroup.c:3370 ../../src/util/vircgroup.c:3379 +#: ../../src/util/vircgroup.c:3389 ../../src/util/vircgroup.c:3398 +#: ../../src/util/vircgroup.c:3408 ../../src/util/vircgroup.c:3418 +#: ../../src/util/vircgroup.c:3428 ../../src/util/vircgroup.c:3439 +#: ../../src/util/vircgroup.c:3450 ../../src/util/vircgroup.c:3460 +#: ../../src/util/vircgroup.c:3470 ../../src/util/vircgroup.c:3481 +#: ../../src/util/vircgroup.c:3503 ../../src/util/vircgroup.c:3515 +#: ../../src/util/vircgroup.c:3524 +msgid "Control groups not supported on this platform" +msgstr "" + +#: ../../src/conf/domain_conf.c:13598 +msgid "Controllers must use the 'ccid' address type" +msgstr "" + +#: ../../tools/virsh-domain.c:10305 +msgid "Convert domain XML config to a native guest configuration format." +msgstr "" + +#: ../../tools/virsh-domain.c:10302 +msgid "Convert domain XML to native config" +msgstr "" + +#: ../../tools/virsh-domain.c:10245 +msgid "Convert native config to domain XML" +msgstr "" + +#: ../../tools/virsh-domain.c:10248 +msgid "Convert native guest configuration format to domain XML format." +msgstr "" + +#: ../../tools/virsh-domain.c:2191 +msgid "Copy a disk backing image chain to dest." +msgstr "" + +#: ../../tools/virsh-domain.c:2455 +msgid "Copy aborted" +msgstr "" + +#: ../../tools/virsh-domain.c:2460 +msgid "Copy failed" +msgstr "" + +#: ../../src/conf/domain_conf.c:30985 +#, c-format +msgid "Copying definition of '%d' type is not implemented yet." +msgstr "" + +#: ../../tools/virsh-domain.c:5400 +msgid "Core dump a domain." +msgstr "" + +#: ../../tools/virsh-host.c:671 +msgid "Core(s) per socket:" +msgstr "" + +#: ../../src/esx/esx_storage_backend_iscsi.c:703 +#, c-format +msgid "Could find volume with name: %s" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:739 +msgid "Could not add CDATA to doc root" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:688 ../../src/hyperv/hyperv_wmi.c:694 +msgid "Could not add attribute to XML node" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:652 +msgid "Could not add attribute to node" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:628 +#, c-format +msgid "Could not add child node %s" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:572 +msgid "Could not add child node to methodNode" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:682 ../../src/hyperv/hyperv_wmi.c:703 +#: ../../src/hyperv/hyperv_wmi.c:712 +msgid "Could not add child to XML node" +msgstr "" + +#: ../../src/vmx/vmx.c:2399 +#, c-format +msgid "Could not assign address to disk '%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1222 +#, c-format +msgid "Could not attach the file as harddisk/dvd/floppy: %s, rc=%08x" +msgstr "" + +#: ../../src/esx/esx_vi.c:326 +msgid "Could not build CURL header list" +msgstr "" + +#: ../../src/esx/esx_driver.c:4731 +#, c-format +msgid "Could not change memory parameters: %s" +msgstr "" + +#: ../../src/esx/esx_driver.c:3667 +#, c-format +msgid "Could not change scheduler parameters: %s" +msgstr "" + +#: ../../src/qemu/qemu_tpm.c:299 +#, c-format +msgid "Could not chown on swtpm logfile %s" +msgstr "" + +#: ../../src/esx/esx_stream.c:182 +#, c-format +msgid "Could not complete transfer: %s (%d)" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:803 +msgid "Could not configure network" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:173 ../../src/openvz/openvz_driver.c:1885 +msgid "Could not convert domain name to VEID" +msgstr "" + +#: ../../src/vmx/vmx.c:716 +#, c-format +msgid "Could not convert from %s to UTF-8 encoding" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:948 ../../src/esx/esx_vi_types.c:1008 +msgid "Could not copy an XML node" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:179 +msgid "Could not copy default config" +msgstr "" + +#: ../../src/esx/esx_storage_backend_vmfs.c:1193 +#, c-format +msgid "Could not copy volume: %s" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:727 +msgid "Could not create CDATA element" +msgstr "" + +#: ../../src/qemu/qemu_tpm.c:100 +#, c-format +msgid "Could not create TPM directory %s" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:512 +msgid "Could not create WQL filter" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:789 +msgid "Could not create XML document" +msgstr "" + +#: ../../src/vbox/vbox_storage.c:472 ../../src/vbox/vbox_storage.c:481 +#, c-format +msgid "Could not create base storage, rc=%08x" +msgstr "" + +#: ../../src/qemu/qemu_tpm.c:141 +#, c-format +msgid "Could not create directory %s as %u:%d" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:996 +msgid "Could not create filter" +msgstr "" + +#: ../../src/vbox/vbox_storage.c:459 +#, c-format +msgid "Could not create harddisk, rc=%08x" +msgstr "" + +#: ../../src/conf/domain_conf.c:20525 +msgid "Could not create monitor" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:74 +msgid "Could not create openwsman client" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:1390 ../../src/hyperv/hyperv_driver.c:1417 +msgid "Could not create param" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:1479 ../../src/hyperv/hyperv_driver.c:1495 +msgid "Could not create params" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:477 +msgid "Could not create simple param" +msgstr "" + +#: ../../src/esx/esx_driver.c:4120 +#, c-format +msgid "Could not create snapshot: %s" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:638 +msgid "Could not create temporary xml doc" +msgstr "" + +#: ../../src/qemu/qemu_process.c:8256 +msgid "Could not create thread. QEMU initialization might be incomplete" +msgstr "" + +#: ../../src/esx/esx_storage_backend_vmfs.c:1013 +#, c-format +msgid "Could not create volume: %s" +msgstr "" + +#: ../../src/esx/esx_driver.c:3117 +#, c-format +msgid "Could not define domain: %s" +msgstr "" + +#: ../../src/esx/esx_driver.c:4662 +#, c-format +msgid "Could not delete snapshot '%s': %s" +msgstr "" + +#: ../../src/esx/esx_storage_backend_vmfs.c:1269 +#, c-format +msgid "Could not delete volume: %s" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1051 +msgid "Could not deserialize pull response item" +msgstr "" + +#: ../../src/esx/esx_driver.c:1806 +#, c-format +msgid "Could not destroy domain: %s" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:3712 +#, c-format +msgid "Could not determine kernel version from string %s" +msgstr "" + +#: ../../src/vbox/vbox_XPCOMCGlue.c:130 +#, c-format +msgid "Could not dlsym %s from '%s': %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:193 +msgid "Could not extract VirtualBox version" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:112 +msgid "Could not extract vzctl version" +msgstr "" + +#: ../../src/esx/esx_vi.c:5054 +#, c-format +msgid "Could not find %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:17936 +#, c-format +msgid "Could not find %s controller with index %d required for device" +msgstr "" + +#: ../../src/esx/esx_vi.c:5051 +#, c-format +msgid "Could not find %s with name '%s'" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:396 +msgid "Could not find 'active' element" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:543 +msgid "Could not find <name>" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:550 +msgid "Could not find <uuid>" +msgstr "" + +#: ../../src/esx/esx_network_driver.c:545 +#: ../../src/esx/esx_network_driver.c:573 +#, c-format +msgid "Could not find HostPortGroup for key '%s'" +msgstr "" + +#: ../../src/esx/esx_network_driver.c:787 +#, c-format +msgid "Could not find HostPortGroup with key '%s'" +msgstr "" + +#: ../../src/esx/esx_network_driver.c:153 +#, c-format +msgid "Could not find HostVirtualSwitch with UUID '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:4055 +#, c-format +msgid "Could not find HostVirtualSwitch with name '%s'" +msgstr "" + +#: ../../src/qemu/qemu_command.c:329 +#, c-format +msgid "" +"Could not find PCI controller with index %u required for device at address %s" +msgstr "" + +#: ../../src/esx/esx_network_driver.c:713 +#, c-format +msgid "Could not find PhysicalNic with key '%s'" +msgstr "" + +#: ../../src/esx/esx_network_driver.c:414 +#, c-format +msgid "Could not find PhysicalNic with name '%s'" +msgstr "" + +#: ../../src/conf/virnetworkobj.c:900 +msgid "Could not find any 'network' element in status file" +msgstr "" + +#: ../../src/conf/virstorageobj.c:1671 +msgid "Could not find any 'pool' element in state file" +msgstr "" + +#: ../../src/util/vircgroupv1.c:790 +msgid "Could not find any mounted v1 controllers" +msgstr "" + +#: ../../src/conf/virnodedeviceobj.c:600 +msgid "Could not find any vport capable device" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:2759 +#, c-format +msgid "Could not find auto-added %s controller with index %zu" +msgstr "" + +#: ../../src/esx/esx_vi.c:1136 +#, c-format +msgid "Could not find compute resource specified in '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:1081 +#, c-format +msgid "Could not find datacenter specified in '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:3028 +#, c-format +msgid "Could not find datastore containing absolute path '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:2946 +#, c-format +msgid "Could not find datastore with name '%s'" +msgstr "" + +#: ../../src/util/vircgroupv1.c:779 +#, c-format +msgid "Could not find directory separator in %s" +msgstr "" + +#: ../../src/esx/esx_vi.c:2689 +#, c-format +msgid "Could not find domain snapshot with internal name '%s'" +msgstr "" + +#: ../../src/esx/esx_driver.c:5059 ../../src/esx/esx_vi.c:2752 +#, c-format +msgid "Could not find domain with UUID '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:2817 +#, c-format +msgid "Could not find domain with name '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:1180 +#, c-format +msgid "Could not find host system specified in '%s'" +msgstr "" + +#: ../../tools/virsh-nodedev.c:144 ../../tools/virsh-nodedev.c:570 +#: ../../tools/virsh-nodedev.c:941 +msgid "Could not find matching device" +msgstr "" + +#: ../../tools/virsh-nodedev.c:631 ../../tools/virsh-nodedev.c:691 +#: ../../tools/virsh-nodedev.c:742 +#, c-format +msgid "Could not find matching device '%s'" +msgstr "" + +#: ../../src/util/virpci.c:2503 +#, c-format +msgid "" +"Could not find network device with phys_port_id '%s' under PCI device at %s" +msgstr "" + +#: ../../src/conf/virnodedeviceobj.c:530 ../../src/conf/virnodedeviceobj.c:555 +#: ../../src/conf/virnodedeviceobj.c:578 +#, c-format +msgid "Could not find parent device for '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:3967 +#, c-format +msgid "Could not find physical NIC with MAC address '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:3923 +#, c-format +msgid "Could not find physical NIC with name '%s'" +msgstr "" + +#: ../../src/util/vircgroupv1.c:379 +#, c-format +msgid "Could not find placement for v1 controller %s at %s" +msgstr "" + +#: ../../src/util/vircgroupv2.c:229 +msgid "Could not find placement for v2 controller" +msgstr "" + +#: ../../src/esx/esx_vi.c:2657 +#, c-format +msgid "Could not find snapshot with name '%s'" +msgstr "" + +#: ../../src/esx/esx_storage_backend_iscsi.c:325 +#: ../../src/esx/esx_storage_driver.c:159 +#, c-format +msgid "Could not find storage pool with name '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:4577 +#, c-format +msgid "Could not find storage pool with name: %s" +msgstr "" + +#: ../../src/esx/esx_storage_driver.c:187 +#, c-format +msgid "Could not find storage pool with uuid '%s'" +msgstr "" + +#: ../../src/esx/esx_storage_driver.c:380 +#, c-format +msgid "Could not find storage volume with key '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:3859 +#, c-format +msgid "Could not find typefile '%s'" +msgstr "" + +#: ../../src/conf/nwfilter_params.c:355 ../../src/conf/nwfilter_params.c:604 +#, c-format +msgid "Could not find value for variable '%s'" +msgstr "" + +#: ../../src/conf/nwfilter_params.c:596 +#, c-format +msgid "Could not find variable '%s' in iterator" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:585 +#, c-format +msgid "Could not find vf/instanceId %u/%s in netlink response" +msgstr "" + +#: ../../src/esx/esx_storage_backend_iscsi.c:648 +#, c-format +msgid "Could not find volume with name: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:26835 +msgid "Could not format channel target type" +msgstr "" + +#: ../../src/conf/domain_conf.c:26880 +msgid "Could not format console target type" +msgstr "" + +#: ../../src/conf/domain_conf.c:26892 +msgid "Could not format serial target type" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1096 ../../src/hyperv/hyperv_wmi.c:1136 +msgid "Could not free deserialized data" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:720 +msgid "Could not generate eth name for container" +msgstr "" + +#: ../../src/vbox/vbox_common.c:3329 ../../src/vbox/vbox_common.c:6081 +#, c-format +msgid "Could not generate medium name for the disk at: port:%d, slot:%d" +msgstr "" + +#: ../../src/network/bridge_driver.c:5162 +msgid "Could not generate next class ID" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:731 +msgid "Could not generate veth name" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:557 +msgid "Could not get EPR address" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:551 +msgid "Could not get EPR items" +msgstr "" + +#: ../../src/vbox/vbox_common.c:3209 ../../src/vbox/vbox_common.c:3250 +#, c-format +msgid "Could not get IMedium, rc=%08x" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:535 +msgid "Could not get SOAP body" +msgstr "" + +#: ../../src/esx/esx_vi.c:2522 +msgid "Could not get UUID of virtual machine" +msgstr "" + +#: ../../src/network/bridge_driver.c:2747 +#, c-format +msgid "Could not get Virtual functions on %s" +msgstr "" + +#: ../../src/nwfilter/nwfilter_gentech_driver.c:695 +#: ../../src/nwfilter/nwfilter_gentech_driver.c:856 +#: ../../src/nwfilter/nwfilter_gentech_driver.c:882 +#: ../../src/nwfilter/nwfilter_gentech_driver.c:907 +#, c-format +msgid "Could not get access to ACL tech driver '%s'" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:60 +msgid "Could not get checkpoint name" +msgstr "" + +#: ../../src/node_device/node_device_driver.c:440 +msgid "Could not get current time" +msgstr "" + +#: ../../src/vbox/vbox_common.c:3282 +#, c-format +msgid "Could not get device port, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:3288 +#, c-format +msgid "Could not get device slot, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:3276 +#, c-format +msgid "Could not get device type, rc=%08x" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:863 +#, c-format +msgid "Could not get instance ID for %s invocation" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:783 +#, c-format +msgid "" +"Could not get interface information for '%s', which is a enslaved in bond " +"'%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:886 +#, c-format +msgid "" +"Could not get interface information for '%s', which is a member of bridge " +"'%s'" +msgstr "" + +#: ../../src/util/virnetdevtap.c:852 +msgid "Could not get interface list" +msgstr "" + +#: ../../src/util/virnetdevip.c:895 +#, c-format +msgid "Could not get interface list for '%s'" +msgstr "" + +#: ../../src/conf/nwfilter_params.c:578 +#, c-format +msgid "Could not get iterator index for (internal) iterator ID %u" +msgstr "" + +#: ../../src/conf/nwfilter_params.c:568 +#, c-format +msgid "Could not get iterator index for iterator ID %u" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4171 +#, c-format +msgid "Could not get list of Defined Domains, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:704 +#, c-format +msgid "Could not get list of Domains, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7523 +#, c-format +msgid "Could not get list of domains, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:800 ../../src/vbox/vbox_common.c:866 +#: ../../src/vbox/vbox_common.c:938 ../../src/vbox/vbox_common.c:2228 +#: ../../src/vbox/vbox_common.c:2329 ../../src/vbox/vbox_common.c:2772 +#: ../../src/vbox/vbox_common.c:7713 +#, c-format +msgid "Could not get list of machines, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:3303 +#, c-format +msgid "Could not get medium storage location, rc=%08x" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:870 +#, c-format +msgid "Could not get members of bridge '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:2494 +msgid "Could not get name of virtual machine" +msgstr "" + +#: ../../src/conf/nwfilter_params.c:612 +#, c-format +msgid "Could not get nth (%u) value of variable '%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4224 +#, c-format +msgid "Could not get number of Defined Domains, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:746 +#, c-format +msgid "Could not get number of Domains, rc=%08x" +msgstr "" + +#: ../../src/qemu/qemu_tpm.c:884 +msgid "Could not get process id of swtpm" +msgstr "" + +#: ../../src/qemu/qemu_vhost_user_gpu.c:260 +msgid "Could not get process id of vhost-user-gpu" +msgstr "" + +#: ../../src/vbox/vbox_common.c:3319 +#, c-format +msgid "Could not get read only state, rc=%08x" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:541 +msgid "Could not get response" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:546 +msgid "Could not get response items" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:847 +#, c-format +msgid "Could not get return value for %s invocation" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:449 +msgid "Could not get root node of XML document" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:796 +msgid "Could not get root of XML document" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:756 +#, c-format +msgid "Could not get slaves of bond '%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5706 +msgid "Could not get snapshot id" +msgstr "" + +#: ../../tools/virsh-snapshot.c:92 ../../tools/virsh-snapshot.c:1179 +msgid "Could not get snapshot name" +msgstr "" + +#: ../../src/vbox/vbox_common.c:3294 +#, c-format +msgid "Could not get storage controller bus, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:3268 +#, c-format +msgid "Could not get storage controller by name, rc=%08x" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:1280 +#, c-format +msgid "Could not get syspath for parent of '%s'" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:644 +msgid "Could not get temp xml doc root" +msgstr "" + +#: ../../src/esx/esx_driver.c:237 ../../src/esx/esx_driver.c:330 +#, c-format +msgid "Could not handle file name '%s'" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:503 ../../src/hyperv/hyperv_wmi.c:831 +msgid "Could not init options" +msgstr "" + +#: ../../src/esx/esx_vi.c:307 +msgid "Could not initialize CURL" +msgstr "" + +#: ../../src/esx/esx_vi.c:681 +msgid "Could not initialize CURL (multi)" +msgstr "" + +#: ../../src/esx/esx_vi.c:571 +msgid "Could not initialize CURL (share)" +msgstr "" + +#: ../../src/esx/esx_vi.c:361 +msgid "Could not initialize CURL mutex" +msgstr "" + +#: ../../src/esx/esx_vi.c:588 +msgid "Could not initialize a CURL (share) mutex" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:80 +msgid "Could not initialize openwsman transport" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:988 ../../src/hyperv/hyperv_wmi.c:1334 +msgid "Could not initialize options" +msgstr "" + +#: ../../src/esx/esx_vi.c:875 +msgid "Could not initialize session mutex" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:442 +msgid "Could not instantiate XML document" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:217 ../../src/hyperv/hyperv_driver.c:253 +#: ../../src/hyperv/hyperv_driver.c:271 +#, c-format +msgid "Could not lookup %s" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1353 ../../src/hyperv/hyperv_wmi.c:1370 +#: ../../src/hyperv/hyperv_wmi.c:1386 +#, c-format +msgid "Could not lookup %s for %s invocation" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:645 ../../src/hyperv/hyperv_driver.c:666 +#: ../../src/hyperv/hyperv_driver.c:688 ../../src/hyperv/hyperv_driver.c:782 +#: ../../src/hyperv/hyperv_driver.c:803 ../../src/hyperv/hyperv_driver.c:825 +#, c-format +msgid "Could not lookup %s for domain %s" +msgstr "" + +#: ../../src/esx/esx_vi.c:2096 +#, c-format +msgid "Could not lookup '%s' from '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:2102 +#, c-format +msgid "Could not lookup '%s' list from '%s'" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:564 +msgid "Could not lookup EPR item reference parameters" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1022 +msgid "Could not lookup SOAP body" +msgstr "" + +#: ../../src/esx/esx_driver.c:385 +#, c-format +msgid "Could not lookup controller model for '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:3094 +msgid "Could not lookup datastore host mount" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1030 +msgid "Could not lookup pull response" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1038 +msgid "Could not lookup pull response items" +msgstr "" + +#: ../../src/esx/esx_vi.c:3361 +msgid "Could not lookup root snapshot list" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:79 +#, c-format +msgid "Could not match WMI class info for version %s" +msgstr "" + +#: ../../src/esx/esx_driver.c:3846 +#, c-format +msgid "Could not migrate domain, migration task finished with an error: %s" +msgstr "" + +#: ../../src/esx/esx_driver.c:3824 +msgid "Could not migrate domain, validation reported a problem" +msgstr "" + +#: ../../src/esx/esx_driver.c:3820 +#, c-format +msgid "Could not migrate domain, validation reported a problem: %s" +msgstr "" + +#: ../../src/storage/storage_backend_scsi.c:71 +#, c-format +msgid "Could not open '%s' to trigger host scan" +msgstr "" + +#: ../../src/util/virnetdevtap.c:770 +msgid "Could not open /proc/net/dev" +msgstr "" + +#: ../../src/qemu/qemu_command.c:8857 +#, c-format +msgid "Could not open TPM device %s" +msgstr "" + +#: ../../src/qemu/qemu_command.c:8864 +#, c-format +msgid "Could not open TPM device's cancel path %s" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:648 +#, c-format +msgid "Could not parse 'bonding/arp_interval' '%s' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:709 +#, c-format +msgid "Could not parse 'bonding/arp_validate' '%s' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:606 +#, c-format +msgid "Could not parse 'bonding/downdelay' '%s' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:634 +#, c-format +msgid "Could not parse 'bonding/miimon' '%s' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:679 +#, c-format +msgid "Could not parse 'bonding/mode' '%s' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:620 +#, c-format +msgid "Could not parse 'bonding/updelay' '%s' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:724 +#, c-format +msgid "Could not parse 'bonding/use_carrier' '%s' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:840 +#, c-format +msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:1005 +#, c-format +msgid "Could not parse MTU value '%s'" +msgstr "" + +#: ../../src/vbox/vbox_storage.c:273 ../../src/vbox/vbox_storage.c:527 +#: ../../src/vbox/vbox_storage.c:678 ../../src/vbox/vbox_storage.c:739 +#: ../../src/vbox/vbox_storage.c:820 +#, c-format +msgid "Could not parse UUID from '%s'" +msgstr "" + +#: ../../src/esx/esx_util.c:337 ../../src/esx/esx_vi.c:2528 +#: ../../src/hyperv/hyperv_driver.c:842 ../../src/hyperv/hyperv_wmi.c:1537 +#: ../../src/vmx/vmx.c:783 +#, c-format +msgid "Could not parse UUID from string '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:893 +#, c-format +msgid "Could not parse VI API version '%s'" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:1385 ../../src/openvz/openvz_driver.c:1441 +#, c-format +msgid "Could not parse VPS ID %s" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:455 +#, c-format +msgid "Could not parse barrier and limit of '%s' from config for container %d" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:433 +#, c-format +msgid "Could not parse barrier of '%s' from config for container %d" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2633 +#, c-format +msgid "Could not parse chain priority '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:2459 +#, c-format +msgid "Could not parse positive integer from '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:908 +#, c-format +msgid "Could not parse product version '%s'" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1360 +#, c-format +msgid "Could not parse return code from '%s'" +msgstr "" + +#: ../../src/util/virusb.c:98 +#, c-format +msgid "Could not parse usb file %s" +msgstr "" + +#: ../../src/vmx/vmx.c:878 ../../src/vmx/vmx.c:917 ../../src/vmx/vmx.c:952 +#, c-format +msgid "Could not parse valid disk index from '%s'" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:1400 +#, c-format +msgid "Could not press key %d" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:379 ../../src/openvz/openvz_conf.c:426 +#: ../../src/openvz/openvz_conf.c:448 +#, c-format +msgid "Could not read '%s' from config for container %d" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:202 +#, c-format +msgid "Could not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:230 +#, c-format +msgid "Could not read 'NETIF' from config for container %d" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:341 +#, c-format +msgid "Could not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:355 +#, c-format +msgid "Could not read 'VE_PRIVATE' from config for container %d" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:551 +#, c-format +msgid "Could not read config for container %d" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:1131 +msgid "Could not read container config" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:661 +msgid "Could not read embedded param hash table" +msgstr "" + +#: ../../src/util/virresctrl.c:1945 +#, c-format +msgid "Could not read schemata file for group %s" +msgstr "" + +#: ../../src/util/virresctrl.c:1786 +msgid "Could not read schemata file for the default group" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:674 +msgid "Could not read type information" +msgstr "" + +#: ../../src/storage/storage_util.c:3870 +#, c-format +msgid "Could not read typefile '%s'" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:1427 +#, c-format +msgid "Could not release key %s" +msgstr "" + +#: ../../src/esx/esx_driver.c:1647 +#, c-format +msgid "Could not resume domain: %s" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:643 +#, c-format +msgid "Could not retrieve 'bonding/arp_interval' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:744 +#, c-format +msgid "Could not retrieve 'bonding/arp_ip_target' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:692 +#, c-format +msgid "Could not retrieve 'bonding/arp_validate' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:601 +#, c-format +msgid "Could not retrieve 'bonding/downdelay' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:629 +#, c-format +msgid "Could not retrieve 'bonding/miimon' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:662 +#, c-format +msgid "Could not retrieve 'bonding/mode' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:615 +#, c-format +msgid "Could not retrieve 'bonding/updelay' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:719 +#, c-format +msgid "Could not retrieve 'bonding/use_carrier' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:824 +#, c-format +msgid "Could not retrieve 'bridge/forward_delay' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:834 +#, c-format +msgid "Could not retrieve 'bridge/stp_state' for '%s'" +msgstr "" + +#: ../../tools/virsh-pool.c:1263 +msgid "Could not retrieve pool information" +msgstr "" + +#: ../../src/esx/esx_vi.c:1002 ../../src/esx/esx_vi.c:1143 +#: ../../src/esx/esx_vi.c:1226 +msgid "Could not retrieve resource pool" +msgstr "" + +#: ../../src/esx/esx_vi.c:3789 +msgid "Could not retrieve the AutoStartDefaults object" +msgstr "" + +#: ../../src/esx/esx_driver.c:4598 +#, c-format +msgid "Could not revert to snapshot '%s': %s" +msgstr "" + +#: ../../src/qemu/qemu_tpm.c:491 +#, c-format +msgid "Could not run '%s'. exitstatus: %d; Check error log '%s' for details." +msgstr "" + +#: ../../src/esx/esx_vi.c:3524 ../../src/esx/esx_vi.c:3669 +#, c-format +msgid "Could not search in datastore '%s': %s" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:873 ../../src/openvz/openvz_driver.c:965 +msgid "Could not set UUID" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:866 ../../src/openvz/openvz_driver.c:958 +msgid "Could not set disk quota" +msgstr "" + +#: ../../src/vbox/vbox_common.c:3312 +msgid "Could not set disk source" +msgstr "" + +#: ../../src/esx/esx_driver.c:3607 +#, c-format +msgid "" +"Could not set limit to %lld MHz, expecting positive value or -1 (unlimited)" +msgstr "" + +#: ../../src/esx/esx_driver.c:1944 +#, c-format +msgid "Could not set max-memory to %lu kilobytes: %s" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:1531 +msgid "Could not set memory" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:897 +msgid "Could not set memory size" +msgstr "" + +#: ../../src/esx/esx_driver.c:2004 +#, c-format +msgid "Could not set memory to %lu kilobytes: %s" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:579 +msgid "Could not set namespace address for xmlNodeParam" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:889 ../../src/openvz/openvz_driver.c:985 +#: ../../src/openvz/openvz_driver.c:1229 +msgid "Could not set number of vCPUs" +msgstr "" + +#: ../../src/esx/esx_driver.c:2484 +#, c-format +msgid "Could not set number of virtual CPUs to %d: %s" +msgstr "" + +#: ../../src/esx/esx_driver.c:3595 +#, c-format +msgid "Could not set reservation to %lld MHz, expecting positive value" +msgstr "" + +#: ../../src/esx/esx_driver.c:3647 +#, c-format +msgid "" +"Could not set shares to %d, expecting positive value or -1 (low), -2 " +"(normal) or -3 (high)" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:185 +msgid "Could not set the source dir for the filesystem" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:586 +msgid "Could not set wsman namespace address for xmlNodeParam" +msgstr "" + +#: ../../src/qemu/qemu_slirp.c:351 +#, c-format +msgid "Could not start 'slirp'. exitstatus: %d" +msgstr "" + +#: ../../src/qemu/qemu_tpm.c:791 +#, c-format +msgid "Could not start 'swtpm'. exitstatus: %d, error: %s" +msgstr "" + +#: ../../src/qemu/qemu_vhost_user_gpu.c:169 +#, c-format +msgid "Could not start 'vhost-user-gpu'. exitstatus: %d" +msgstr "" + +#: ../../src/qemu/qemu_virtiofs.c:234 +msgid "Could not start 'virtiofsd'" +msgstr "" + +#: ../../src/qemu/qemu_dbus.c:240 +#, c-format +msgid "Could not start dbus-daemon. exitstatus: %d" +msgstr "" + +#: ../../src/esx/esx_driver.c:2897 +#, c-format +msgid "Could not start domain: %s" +msgstr "" + +#: ../../src/util/virtpm.c:325 +#, c-format +msgid "Could not stat %s" +msgstr "" + +#: ../../src/esx/esx_driver.c:1590 +#, c-format +msgid "Could not suspend domain: %s" +msgstr "" + +#: ../../src/esx/esx_vi.c:768 +#, c-format +msgid "Could not transfer data: %s (%d)" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:1371 +msgid "Could not translate keycode" +msgstr "" + +#: ../../src/vmx/vmx.c:994 +msgid "Could not verify disk address" +msgstr "" + +#: ../../src/esx/esx_vi.c:749 +#, c-format +msgid "Could not wait for transfer: %s (%d)" +msgstr "" + +#: ../../src/esx/esx_storage_backend_vmfs.c:1311 +#, c-format +msgid "Could not wipe volume: %s" +msgstr "" + +#: ../../src/conf/virchrdev.c:147 +#, c-format +msgid "Couldn't create lock file for device '%s' in path '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:807 +#, c-format +msgid "Couldn't read volume target path '%s'" +msgstr "" + +#: ../../src/qemu/qemu_process.c:2608 +#, c-format +msgid "Couldn't set link state on interface: %s" +msgstr "" + +#: ../../src/conf/virchrdev.c:156 +#, c-format +msgid "Couldn't write to lock file for device '%s' in path '%s'" +msgstr "" + +#: ../../src/conf/capabilities.c:1401 +#, c-format +msgid "Cpu '%u' in node '%zu' is out of range of the provided bitmap" +msgstr "" + +#: ../../tools/virsh-domain.c:12932 ../../tools/virsh-domain.c:12990 +msgid "Crashed" +msgstr "" + +#: ../../tools/virsh-domain.c:13013 +msgid "Crashloaded" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:83 +msgid "Create a checkpoint from XML" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:86 +msgid "Create a checkpoint from XML for use in future incremental backups" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:194 +msgid "Create a checkpoint from a set of args" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:197 +msgid "" +"Create a checkpoint from arguments for use in future incremental backups" +msgstr "" + +#: ../../tools/virsh-nodedev.c:43 +msgid "" +"Create a device on the node. Note that this command creates devices on the " +"physical host that can then be assigned to a virtual machine." +msgstr "" + +#: ../../tools/virsh-domain.c:8261 +msgid "Create a domain." +msgstr "" + +#: ../../tools/virsh-network.c:1482 +msgid "Create a network port." +msgstr "" + +#: ../../tools/virsh-network.c:194 +msgid "Create a network." +msgstr "" + +#: ../../tools/virsh-nwfilter.c:492 +msgid "Create a new network filter binding." +msgstr "" + +#: ../../tools/virsh-pool.c:248 ../../tools/virsh-pool.c:436 +msgid "Create a pool." +msgstr "" + +#: ../../tools/virsh-interface.c:687 +msgid "Create a restore point for interfaces settings" +msgstr "" + +#: ../../tools/virsh-snapshot.c:116 +msgid "Create a snapshot (disk and RAM) from XML" +msgstr "" + +#: ../../tools/virsh-snapshot.c:333 +msgid "Create a snapshot (disk and RAM) from arguments" +msgstr "" + +#: ../../tools/virsh-snapshot.c:113 +msgid "Create a snapshot from XML" +msgstr "" + +#: ../../tools/virsh-snapshot.c:330 +msgid "Create a snapshot from a set of args" +msgstr "" + +#: ../../tools/virsh-volume.c:437 +msgid "Create a vol from an existing volume." +msgstr "" + +#: ../../tools/virsh-volume.c:166 ../../tools/virsh-volume.c:375 +msgid "Create a vol." +msgstr "" + +#: ../../tools/virsh-nodedev.c:763 ../../tools/virsh-pool.c:1886 +msgid "Created" +msgstr "" + +#: ../../tools/virsh-interface.c:980 +#, c-format +msgid "Created bridge %s with attached device %s\n" +msgstr "" + +#: ../../src/esx/esx_storage_backend_vmfs.c:901 +#: ../../src/esx/esx_storage_backend_vmfs.c:1115 +msgid "Creating non-file volumes is not supported" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:786 ../../tools/virsh-checkpoint.c:789 +#: ../../tools/virsh-snapshot.c:1571 ../../tools/virsh-snapshot.c:1573 +msgid "Creation Time" +msgstr "" + +#: ../../src/esx/esx_storage_backend_vmfs.c:1036 +#: ../../src/esx/esx_storage_backend_vmfs.c:1216 +#, c-format +msgid "Creation of %s volumes is not supported" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2663 +msgid "Current memory size too large" +msgstr "" + +#: ../../tools/virsh-snapshot.c:916 +msgid "Current:" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:715 +#, c-format +msgid "Custom loader requires explicit %s configuration" +msgstr "" + +#: ../../src/security/security_dac.c:423 +msgid "DAC imagelabel couldn't be determined" +msgstr "" + +#: ../../src/security/security_dac.c:384 +msgid "DAC seclabel couldn't be determined" +msgstr "" + +#: ../../src/qemu/qemu_dbus.c:276 +#, c-format +msgid "DBus daemon %s didn't show up" +msgstr "" + +#: ../../src/nwfilter/nwfilter_driver.c:248 +msgid "DBus matches could not be installed. Disabling nwfilter driver" +msgstr "" + +#: ../../src/node_device/node_device_hal.c:650 +#, c-format +msgid "DBus not available, disabling HAL driver: %s" +msgstr "" + +#: ../../src/util/virdbus.c:1747 ../../src/util/virdbus.c:1767 +#: ../../src/util/virdbus.c:1779 ../../src/util/virdbus.c:1792 +#: ../../src/util/virdbus.c:1801 ../../src/util/virdbus.c:1809 +#: ../../src/util/virdbus.c:1823 ../../src/util/virdbus.c:1833 +#: ../../src/util/virdbus.c:1842 +msgid "DBus support not compiled into this binary" +msgstr "" + +#: ../../src/util/virdbus.c:532 +msgid "DBus type stack is empty" +msgstr "" + +#: ../../src/util/virdbus.c:506 +msgid "DBus type too deeply nested" +msgstr "" + +#: ../../src/conf/network_conf.c:3527 +msgid "DNS HOST records cannot be modified, only added or deleted" +msgstr "" + +#: ../../src/conf/network_conf.c:853 +#, c-format +msgid "" +"DNS SRV port attribute not permitted without target for service '%s' in " +"network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:869 +#, c-format +msgid "" +"DNS SRV priority attribute not permitted without target for service '%s' in " +"network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:3622 +msgid "DNS SRV records cannot be modified, only added or deleted" +msgstr "" + +#: ../../src/conf/network_conf.c:885 +#, c-format +msgid "" +"DNS SRV weight attribute not permitted without target for service '%s' in " +"network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:3707 +msgid "DNS TXT records cannot be modified, only added or deleted" +msgstr "" + +#: ../../tools/virsh-domain.c:6317 +msgid "Data processed:" +msgstr "" + +#: ../../tools/virsh-domain.c:6319 +msgid "Data remaining:" +msgstr "" + +#: ../../tools/virsh-domain.c:6321 +msgid "Data total:" +msgstr "" + +#: ../../src/esx/esx_storage_backend_vmfs.c:528 +#, c-format +msgid "Datastore has unexpected type '%s'" +msgstr "" + +#: ../../src/esx/esx_util.c:230 +#, c-format +msgid "Datastore path '%s' doesn't have expected format '[<datastore>] <path>'" +msgstr "" + +#: ../../src/esx/esx_vi.c:3437 +#, c-format +msgid "Datastore path '%s' doesn't reference a file" +msgstr "" + +#: ../../src/esx/esx_storage_backend_vmfs.c:83 +#: ../../src/esx/esx_storage_backend_vmfs.c:541 +msgid "DatastoreInfo has unexpected type" +msgstr "" + +#: ../../src/remote/remote_daemon.c:720 +msgid "Default paths:" +msgstr "" + +#: ../../tools/virsh-domain.c:8357 +msgid "Define a domain." +msgstr "" + +#: ../../tools/virsh-nwfilter.c:77 +msgid "Define a new network filter or update an existing one." +msgstr "" + +#: ../../tools/virsh-pool.c:555 +msgid "Define a pool." +msgstr "" + +#: ../../tools/virsh-interface.c:521 +msgid "Define or modify a persistent physical host interface." +msgstr "" + +#: ../../tools/virsh-pool.c:507 +msgid "Define or modify a persistent storage pool." +msgstr "" + +#: ../../tools/virsh-network.c:242 +msgid "Define or modify a persistent virtual network." +msgstr "" + +#: ../../tools/virsh-secret.c:69 +msgid "Define or modify a secret." +msgstr "" + +#: ../../tools/virsh-domain.c:12924 ../../tools/virsh-network.c:1184 +#: ../../tools/virsh-pool.c:1882 ../../tools/virsh-secret.c:627 +msgid "Defined" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:1012 +msgid "Delete a domain checkpoint" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1875 +msgid "Delete a domain snapshot" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:541 +msgid "Delete a given network filter binding." +msgstr "" + +#: ../../tools/virsh-pool.c:688 +msgid "Delete a given pool." +msgstr "" + +#: ../../tools/virsh-volume.c:870 +msgid "Delete a given vol." +msgstr "" + +#: ../../tools/virsh-domain.c:8011 +msgid "Delete an IOThread from the guest domain." +msgstr "" + +#: ../../tools/virsh-network.c:1594 +msgid "Delete the specified network port." +msgstr "" + +#: ../../tools/virsh-nodedev.c:764 ../../tools/virsh-pool.c:1887 +msgid "Deleted" +msgstr "" + +#: ../../tools/virt-admin.c:1024 +msgid "" +"Depending on whether run with or without options, the command fetches or " +"redefines the existing active set of filters on daemon." +msgstr "" + +#: ../../tools/virt-admin.c:1078 +msgid "" +"Depending on whether run with or without options, the command fetches or " +"redefines the existing active set of outputs on daemon." +msgstr "" + +#: ../../tools/virsh-checkpoint.c:514 ../../tools/virsh-snapshot.c:990 +msgid "Descendants:" +msgstr "" + +#: ../../src/libxl/xen_xm.c:157 +#, c-format +msgid "Dest file %s too big for destination" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:1185 +msgid "" +"Destination libvirt does not support migration with extensible parameters" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:4587 +msgid "Destination libvirt does not support peer-to-peer migration protocol" +msgstr "" + +#: ../../tools/virsh-nodedev.c:95 +msgid "" +"Destroy a device on the node. Note that this command destroys devices on " +"the physical host" +msgstr "" + +#: ../../tools/virsh-domain.c:12989 +msgid "Destroyed" +msgstr "" + +#: ../../tools/virsh-nodedev.c:149 +#, c-format +msgid "Destroyed node device '%s'\n" +msgstr "" + +#: ../../tools/virsh-domain.c:12059 +msgid "Detach device from an XML <file>" +msgstr "" + +#: ../../tools/virsh-domain.c:12141 +msgid "Detach device identified by the given alias from a domain" +msgstr "" + +#: ../../tools/virsh-domain.c:12745 +msgid "Detach disk device." +msgstr "" + +#: ../../tools/virsh-domain.c:12289 +msgid "Detach network interface." +msgstr "" + +#: ../../tools/virsh-nodedev.c:596 +msgid "Detach node device from its device driver before assigning to a domain." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:623 +msgid "Device" +msgstr "" + +#: ../../src/util/virscsi.c:371 +#, c-format +msgid "Device %s already exists" +msgstr "" + +#: ../../tools/virsh-nodedev.c:647 +#, c-format +msgid "Device %s detached\n" +msgstr "" + +#: ../../src/util/virpci.c:1601 ../../src/util/virscsivhost.c:184 +#: ../../src/util/virusb.c:448 +#, c-format +msgid "Device %s is already in use" +msgstr "" + +#: ../../src/util/virpci.c:2115 +#, c-format +msgid "Device %s is behind a switch lacking ACS and cannot be assigned" +msgstr "" + +#: ../../tools/virsh-interface.c:1076 +#, c-format +msgid "Device %s is not a bridge" +msgstr "" + +#: ../../src/util/virpci.c:1389 +#, c-format +msgid "Device %s not found: could not access %s" +msgstr "" + +#: ../../tools/virsh-nodedev.c:696 +#, c-format +msgid "Device %s re-attached\n" +msgstr "" + +#: ../../tools/virsh-nodedev.c:747 +#, c-format +msgid "Device %s reset\n" +msgstr "" + +#: ../../tools/virsh-interface.c:1181 +#, c-format +msgid "Device %s un-attached from bridge %s\n" +msgstr "" + +#: ../../src/storage/storage_util.c:3086 +#, c-format +msgid "Device '%s' already formatted using '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:3070 +#, c-format +msgid "Device '%s' is unrecognized, requires build" +msgstr "" + +#: ../../src/conf/domain_conf.c:17943 +#, c-format +msgid "Device alias was not set for %s controller with index %d " +msgstr "" + +#: ../../src/qemu/qemu_command.c:303 +#, c-format +msgid "" +"Device alias was not set for PCI controller with index %u required for " +"device at address %s" +msgstr "" + +#: ../../tools/virsh-domain.c:203 +msgid "Device attached successfully\n" +msgstr "" + +#: ../../tools/virsh-interface.c:1110 +#, c-format +msgid "Device attached to bridge %s has no name" +msgstr "" + +#: ../../src/conf/domain_conf.c:30044 +msgid "Device configuration is not compatible: Domain has no USB bus support" +msgstr "" + +#: ../../tools/virsh-domain.c:12190 +msgid "Device detach request sent successfully\n" +msgstr "" + +#: ../../tools/virsh-domain.c:12123 +msgid "Device detached successfully\n" +msgstr "" + +#: ../../src/conf/node_device_conf.c:2129 +msgid "Device is not a fibre channel HBA" +msgstr "" + +#: ../../src/storage/storage_util.c:3881 +#, c-format +msgid "Device type '%s' is not an integer" +msgstr "" + +#: ../../tools/virsh-domain.c:3204 ../../tools/virsh-domain.c:12272 +msgid "Device updated successfully\n" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1056 +#: ../../tools/virsh-domain-monitor.c:1075 +#, c-format +msgid "Device: %s\n" +msgstr "" + +#: ../../src/util/virdbus.c:433 +#, c-format +msgid "Dict entry in signature '%s' is wrong size" +msgstr "" + +#: ../../src/util/virdbus.c:412 +#, c-format +msgid "Dict entry in signature '%s' must be a basic type" +msgstr "" + +#: ../../src/qemu/qemu_tpm.c:426 +msgid "" +"Did not create EK and certificates since this requires privileged mode for a " +"TPM 1.2\n" +msgstr "" + +#: ../../src/util/virusb.c:215 +#, c-format +msgid "Did not find USB device %04x:%04x" +msgstr "" + +#: ../../src/util/virusb.c:294 +#, c-format +msgid "Did not find USB device %04x:%04x bus:%u device:%u" +msgstr "" + +#: ../../src/util/virusb.c:253 +#, c-format +msgid "Did not find USB device bus:%u device:%u" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2882 +msgid "" +"Different bind and connect parameters for udp character device is not " +"supported." +msgstr "" + +#: ../../src/esx/esx_network_driver.c:227 +msgid "Different inbound and outbound bandwidth is unsupported" +msgstr "" + +#: ../../tools/virsh-domain.c:6347 +msgid "Dirty rate:" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1916 ../../src/vbox/vbox_common.c:1928 +#: ../../src/vbox/vbox_common.c:1937 +msgid "Disabled" +msgstr "" + +#: ../../src/admin/admin_server_dispatch.c:85 +#, c-format +msgid "Disallowing client %lld with uid %lld" +msgstr "" + +#: ../../src/locking/lock_daemon.c:491 ../../src/locking/lock_daemon.c:498 +#: ../../src/logging/log_daemon.c:365 ../../src/logging/log_daemon.c:372 +#, c-format +msgid "Disallowing client %llu with uid %llu" +msgstr "" + +#: ../../tools/virsh.c:96 ../../tools/virt-admin.c:93 +#, c-format +msgid "Disconnected from %s due to I/O error" +msgstr "" + +#: ../../tools/virsh.c:99 ../../tools/virt-admin.c:96 +#, c-format +msgid "Disconnected from %s due to end of file" +msgstr "" + +#: ../../tools/virsh.c:102 ../../tools/virt-admin.c:99 +#, c-format +msgid "Disconnected from %s due to keepalive timeout" +msgstr "" + +#: ../../tools/virsh-domain.c:13007 +msgid "Disk" +msgstr "" + +#: ../../src/vmx/vmx.c:1002 +#, c-format +msgid "Disk address %d:%d:%d doesn't match target device '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:774 +msgid "Disk attached successfully\n" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:728 +#, c-format +msgid "Disk cache mode %s is not supported" +msgstr "" + +#: ../../src/vz/vz_utils.c:340 +msgid "Disk copy_on_read is not supported by vz driver." +msgstr "" + +#: ../../tools/virsh-domain.c:12837 +msgid "Disk detached successfully\n" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:7613 +#, c-format +msgid "Disk device '%s' does not support snapshotting" +msgstr "" + +#: ../../src/util/virutil.c:445 +#, c-format +msgid "Disk index %d is negative" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1524 +#, c-format +msgid "Disk iothread '%u' not defined in iothreadid" +msgstr "" + +#: ../../src/storage/storage_util.c:3242 +#, c-format +msgid "Disk label already formatted using '%s'" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:3391 +#, c-format +msgid "Disk source %s must be a block device" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1941 +#, c-format +msgid "Disk source %s must be a character/block device" +msgstr "" + +#: ../../src/vmx/vmx.c:1208 +#, c-format +msgid "" +"Disks on SCSI controller %d have inconsistent controller models, cannot " +"autodetect model" +msgstr "" + +#: ../../tools/virsh-domain.c:8076 +msgid "Display per-CPU and total statistics about the domain's CPUs" +msgstr "" + +#: ../../src/remote/remote_daemon.c:694 +msgid "Display program help" +msgstr "" + +#: ../../tools/virt-admin.c:218 +msgid "Display the system and also the daemon version information." +msgstr "" + +#: ../../tools/virsh-host.c:1397 +msgid "Display the system version information." +msgstr "" + +#: ../../src/remote/remote_daemon.c:702 +msgid "Display version information" +msgstr "" + +#: ../../tools/virsh-host.c:687 +msgid "" +"Displays the node's total number of CPUs, the number of online CPUs and the " +"list of online CPUs." +msgstr "" + +#: ../../src/conf/numa_conf.c:1275 +#, c-format +msgid "" +"Distance value %d under node %zu is LOCAL_DISTANCE and should be set to 10" +msgstr "" + +#: ../../src/conf/numa_conf.c:1268 +#, c-format +msgid "Distance value of %d is not in valid range" +msgstr "" + +#: ../../tools/virsh-domain.c:10046 +msgid "Do not change process security label" +msgstr "" + +#: ../../tools/virsh-host.c:1296 ../../tools/virsh-host.c:1751 +msgid "Do not include features that block migration" +msgstr "" + +#: ../../tools/virsh-domain.c:12905 +#, c-format +msgid "Domain %s XML configuration edited.\n" +msgstr "" + +#: ../../tools/virsh-domain.c:12890 +#, c-format +msgid "Domain %s XML configuration not changed.\n" +msgstr "" + +#: ../../src/qemu/qemu_process.c:6362 +#, c-format +msgid "" +"Domain %s asked for 'sev' launch but this QEMU does not support SEV feature" +msgstr "" + +#: ../../tools/virsh-domain.c:9907 +#, c-format +msgid "Domain %s attached to pid %u\n" +msgstr "" + +#: ../../tools/virsh-domain.c:3518 +#, c-format +msgid "Domain %s could not be suspended" +msgstr "" + +#: ../../tools/virsh-domain.c:3565 +#, c-format +msgid "Domain %s could not be woken up" +msgstr "" + +#: ../../tools/virsh-domain.c:8334 +#, c-format +msgid "Domain %s created from %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:8397 +#, c-format +msgid "Domain %s defined from %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:8450 +#, c-format +msgid "Domain %s destroyed\n" +msgstr "" + +#: ../../src/bhyve/bhyve_process.c:206 ../../src/qemu/qemu_process.c:6803 +#, c-format +msgid "Domain %s didn't show up" +msgstr "" + +#: ../../tools/virsh-domain.c:3945 +#, c-format +msgid "Domain %s has been undefined\n" +msgstr "" + +#: ../../tools/virsh-domain.c:4886 +#, c-format +msgid "Domain %s has no manage save image; removal skipped" +msgstr "" + +#: ../../tools/virsh-domain.c:6054 +#, c-format +msgid "Domain %s is being rebooted\n" +msgstr "" + +#: ../../tools/virsh-domain.c:5974 +#, c-format +msgid "Domain %s is being shutdown\n" +msgstr "" + +#: ../../tools/virsh-domain.c:1142 +#, c-format +msgid "Domain %s marked as autostarted\n" +msgstr "" + +#: ../../tools/virsh-domain.c:5892 +#, c-format +msgid "Domain %s resumed\n" +msgstr "" + +#: ../../tools/virsh-domain.c:4170 +#, c-format +msgid "Domain %s started\n" +msgstr "" + +#: ../../tools/virsh-domain.c:3523 +#, c-format +msgid "Domain %s successfully suspended" +msgstr "" + +#: ../../tools/virsh-domain.c:3570 +#, c-format +msgid "Domain %s successfully woken up" +msgstr "" + +#: ../../tools/virsh-domain.c:3444 +#, c-format +msgid "Domain %s suspended\n" +msgstr "" + +#: ../../src/libxl/xen_common.c:394 +#, c-format +msgid "Domain %s too big for destination" +msgstr "" + +#: ../../tools/virsh-domain.c:1144 +#, c-format +msgid "Domain %s unmarked as autostarted\n" +msgstr "" + +#: ../../tools/virsh-domain.c:6096 +#, c-format +msgid "Domain %s was reset\n" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1827 +#, c-format +msgid "Domain '%d' has to be running because libxenlight will suspend it" +msgstr "" + +#: ../../src/test/test_driver.c:4380 +#, c-format +msgid "Domain '%s' is already running" +msgstr "" + +#: ../../src/qemu/qemu_command.c:5701 +#, c-format +msgid "Domain '%s' sysinfo are not available" +msgstr "" + +#: ../../tools/virsh-domain.c:13648 +msgid "Domain Events" +msgstr "" + +#: ../../src/vz/vz_sdk.c:1854 +msgid "Domain UUID is malformed or empty" +msgstr "" + +#: ../../src/esx/esx_driver.c:3025 ../../src/vmware/vmware_conf.c:388 +msgid "" +"Domain XML doesn't contain any disks, cannot deduce datastore and path for " +"VMX file" +msgstr "" + +#: ../../src/esx/esx_driver.c:3040 ../../src/vmware/vmware_conf.c:403 +msgid "" +"Domain XML doesn't contain any file-based harddisks, cannot deduce datastore " +"and path for VMX file" +msgstr "" + +#: ../../src/conf/domain_conf.c:18406 +msgid "Domain already contains a device with the same address" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8111 ../../src/qemu/qemu_hotplug.c:974 +msgid "Domain already contains a disk with that address" +msgstr "" + +#: ../../src/esx/esx_driver.c:2989 +msgid "Domain already exists, editing existing domains is not supported yet" +msgstr "" + +#: ../../src/qemu/qemu_process.c:6714 +msgid "Domain autodestroy not supported for embedded drivers yet" +msgstr "" + +#: ../../src/qemu/qemu_process.c:6709 +msgid "Domain autodestroy requires a connection handle" +msgstr "" + +#: ../../src/util/virerror.c:1224 +msgid "Domain backup job id not found" +msgstr "" + +#: ../../src/util/virerror.c:1225 +#, c-format +msgid "Domain backup job id not found: %s" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:1069 +#, c-format +msgid "Domain checkpoint %s children deleted\n" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:68 +#, c-format +msgid "Domain checkpoint %s created" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:65 +#, c-format +msgid "Domain checkpoint %s created from '%s'" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:1071 +#, c-format +msgid "Domain checkpoint %s deleted\n" +msgstr "" + +#: ../../src/util/virerror.c:1221 +msgid "Domain checkpoint not found" +msgstr "" + +#: ../../src/util/virerror.c:1222 +#, c-format +msgid "Domain checkpoint not found: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:8575 +msgid "Domain description not changed\n" +msgstr "" + +#: ../../tools/virsh-domain.c:8592 +msgid "Domain description updated successfully" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19885 +msgid "Domain does not have suspend support" +msgstr "" + +#: ../../tools/virsh-domain.c:12345 +#, c-format +msgid "" +"Domain has %d interfaces. Please specify which one to detach using --mac" +msgstr "" + +#: ../../tools/virsh-domain.c:12367 +#, c-format +msgid "" +"Domain has multiple interfaces matching MAC address %s. You must use detach-" +"device and specify the device pci address to remove it." +msgstr "" + +#: ../../src/esx/esx_vi.c:3354 +msgid "Domain has no current snapshot" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:1180 +msgid "Domain has no managed save image" +msgstr "" + +#: ../../src/conf/domain_conf.c:8881 +msgid "Domain hostdev device" +msgstr "" + +#: ../../tools/virsh-domain.c:4967 +msgid "Domain information of managed save state file in XML" +msgstr "" + +#: ../../src/lxc/lxc_native.c:454 ../../src/vz/vz_sdk.c:1003 +#: ../../src/vz/vz_sdk.c:1013 +msgid "Domain interface" +msgstr "" + +#: ../../tools/virsh-domain.c:4120 +msgid "Domain is already active" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:1006 +msgid "Domain is already active or is in state transition" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:861 ../../src/libxl/libxl_driver.c:2820 +#: ../../src/lxc/lxc_driver.c:1008 ../../src/vmware/vmware_driver.c:747 +msgid "Domain is already running" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:516 +msgid "Domain is not active" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:575 ../../src/hyperv/hyperv_driver.c:1127 +msgid "Domain is not active or is in state transition" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:544 +msgid "Domain is not paused" +msgstr "" + +#: ../../src/esx/esx_driver.c:1920 ../../src/esx/esx_driver.c:2883 +msgid "Domain is not powered off" +msgstr "" + +#: ../../src/esx/esx_driver.c:1577 ../../src/esx/esx_driver.c:1690 +#: ../../src/esx/esx_driver.c:1739 ../../src/esx/esx_driver.c:1793 +#: ../../src/esx/esx_driver.c:2397 +msgid "Domain is not powered on" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2425 ../../tools/virsh-domain.c:11537 +#: ../../tools/virsh-domain.c:11778 +msgid "Domain is not running" +msgstr "" + +#: ../../src/esx/esx_driver.c:1633 ../../src/libxl/libxl_driver.c:1524 +msgid "Domain is not suspended" +msgstr "" + +#: ../../src/esx/esx_driver.c:3190 +msgid "Domain is not suspended or powered off" +msgstr "" + +#: ../../src/esx/esx_vi.c:2484 +msgid "Domain name contains invalid escape sequence" +msgstr "" + +#: ../../src/util/virerror.c:1038 +msgid "Domain not found" +msgstr "" + +#: ../../src/util/virerror.c:1039 +#, c-format +msgid "Domain not found: %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5351 +msgid "" +"Domain requires KVM, but it is not available. Check that virtualization is " +"enabled in the host BIOS, and host configuration is setup to load the kvm " +"modules." +msgstr "" + +#: ../../src/qemu/qemu_validate.c:559 +msgid "Domain requires at least 1 vCPU" +msgstr "" + +#: ../../tools/virsh-domain.c:5384 +#, c-format +msgid "Domain restored from %s\n" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:877 +msgid "Domain should have at least one disk defined" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1935 +#, c-format +msgid "Domain snapshot %s children deleted\n" +msgstr "" + +#: ../../tools/virsh-snapshot.c:99 +#, c-format +msgid "Domain snapshot %s created" +msgstr "" + +#: ../../tools/virsh-snapshot.c:97 +#, c-format +msgid "Domain snapshot %s created from '%s'" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1937 +#, c-format +msgid "Domain snapshot %s deleted\n" +msgstr "" + +#: ../../src/util/virerror.c:1128 +msgid "Domain snapshot not found" +msgstr "" + +#: ../../src/util/virerror.c:1129 +#, c-format +msgid "Domain snapshot not found: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:21017 +msgid "Domain title can't contain newlines" +msgstr "" + +#: ../../tools/virsh-domain.c:8574 +msgid "Domain title not changed\n" +msgstr "" + +#: ../../tools/virsh-domain.c:8591 +msgid "Domain title updated successfully" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:5999 +msgid "Domain-0 cannot be migrated" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:83 +msgid "Domain-0 does not support requested operation" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:490 ../../tools/virsh-snapshot.c:900 +msgid "Domain:" +msgstr "" + +#: ../../tools/virsh-domain.c:3964 +msgid "Done.\n" +msgstr "" + +#: ../../src/esx/esx_vi.c:386 +msgid "Download length it too large" +msgstr "" + +#: ../../tools/virsh-volume.c:760 +msgid "Download volume contents to a file" +msgstr "" + +#: ../../tools/virsh-domain.c:6436 +msgid "Downtime w/o network:" +msgstr "" + +#: ../../src/libvirt.c:1060 +#, c-format +msgid "Driver %s cannot be used in embedded mode" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:1218 +#: ../../src/interface/interface_backend_netcf.c:99 +#: ../../src/interface/interface_backend_udev.c:1157 +#: ../../src/libxl/libxl_driver.c:661 ../../src/lxc/lxc_driver.c:1476 +#: ../../src/network/bridge_driver.c:723 +#: ../../src/node_device/node_device_hal.c:598 +#: ../../src/node_device/node_device_udev.c:1820 +#: ../../src/nwfilter/nwfilter_driver.c:188 +#: ../../src/storage/storage_driver.c:264 ../../src/vz/vz_driver.c:4114 +msgid "Driver does not support embedded mode" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1333 +msgid "Driver does not support setting multiple IP addresses" +msgstr "" + +#: ../../src/remote/remote_daemon.c:603 +msgid "Driver state initialization failed" +msgstr "" + +#: ../../tools/virsh-domain.c:5554 ../../tools/virsh-domain.c:6168 +msgid "Dump" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:876 +msgid "Dump XML for a domain checkpoint" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1666 +msgid "Dump XML for a domain snapshot" +msgstr "" + +#: ../../tools/virsh-backup.c:106 +msgid "Dump XML for an ongoing domain block backup job" +msgstr "" + +#: ../../tools/virsh-domain.c:4970 +msgid "Dump XML of domain information for a managed save state file to stdout." +msgstr "" + +#: ../../tools/virsh-domain.c:4542 +msgid "Dump XML of domain information for a saved state file to stdout." +msgstr "" + +#: ../../src/qemu/qemu_driver.c:4156 ../../src/qemu/qemu_driver.c:4190 +msgid "Dump failed" +msgstr "" + +#: ../../src/util/virnetdevip.c:476 +#, c-format +msgid "Duplicate Address Detection not finished in %d seconds" +msgstr "" + +#: ../../src/conf/numa_conf.c:894 +#, c-format +msgid "Duplicate NUMA cell info for cell id '%u'" +msgstr "" + +#: ../../src/conf/domain_addr.c:2436 +#, c-format +msgid "Duplicate USB address bus %u port %s" +msgstr "" + +#: ../../src/conf/domain_addr.c:2105 +#, c-format +msgid "Duplicate USB controllers with index %u" +msgstr "" + +#: ../../src/conf/domain_addr.c:2224 +#, c-format +msgid "Duplicate USB hub on bus %u port %s" +msgstr "" + +#: ../../src/util/virresctrl.c:609 +#, c-format +msgid "Duplicate cache type in resctrl for level %u" +msgstr "" + +#: ../../src/util/virhash.c:368 +#, c-format +msgid "Duplicate hash table key '%s'" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:873 +#, c-format +msgid "Duplicate security driver %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1456 ../../src/qemu/qemu_driver.c:19856 +msgid "Duration not supported. Use 0 for now" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:683 ../../src/qemu/qemu_monitor.c:671 +msgid "EOF notify callback must be supplied" +msgstr "" + +#: ../../tools/virsh-console.c:274 ../../tools/virsh-console.c:297 +msgid "EOF on stdin" +msgstr "" + +#: ../../tools/virsh-console.c:358 +msgid "EOF on stdout" +msgstr "" + +#: ../../tools/vsh.c:3203 +msgid "Echo back arguments, possibly with quoting." +msgstr "" + +#: ../../tools/virsh-domain.c:12856 +msgid "Edit the XML configuration for a domain." +msgstr "" + +#: ../../tools/virsh-nwfilter.c:396 +msgid "Edit the XML configuration for a network filter." +msgstr "" + +#: ../../tools/virsh-network.c:1113 +msgid "Edit the XML configuration for a network." +msgstr "" + +#: ../../tools/virsh-interface.c:101 +msgid "Edit the XML configuration for a physical host interface." +msgstr "" + +#: ../../tools/virsh-pool.c:1813 +msgid "Edit the XML configuration for a storage pool." +msgstr "" + +#: ../../tools/virsh-domain.c:4659 +msgid "Edit the domain XML associated with a saved state file" +msgstr "" + +#: ../../tools/virsh-domain.c:4904 +msgid "Edit the domain XML associated with the managed save state file" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:330 +msgid "Edit the domain checkpoint XML for a named checkpoint" +msgstr "" + +#: ../../tools/virsh-snapshot.c:511 +msgid "Edit the domain snapshot XML for a named snapshot" +msgstr "" + +#: ../../src/conf/storage_adapter_conf.c:264 +msgid "Either 'name' or 'parent' must be specified for the 'scsi_host' adapter" +msgstr "" + +#: ../../src/conf/domain_conf.c:24342 +msgid "" +"Either both target and source domains or none of them must have TPM device " +"present" +msgstr "" + +#: ../../tools/virsh-domain.c:13830 +msgid "Eject the media" +msgstr "" + +#: ../../src/conf/numa_conf.c:137 +msgid "Element 'memnode' is invalid without any guest NUMA cells" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5230 ../../src/qemu/qemu_driver.c:5348 +#: ../../src/test/test_driver.c:2739 +msgid "Empty cpu list for pinning" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5817 +msgid "Empty iothread cpumap list for pinning" +msgstr "" + +#: ../../src/util/virresctrl.c:966 +msgid "Empty prefix name for resctrl monitor" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:124 +#, c-format +msgid "Empty response during %s" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:787 +#, c-format +msgid "Emulator '%s' does not support arch '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:802 +#, c-format +msgid "Emulator '%s' does not support machine type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:780 +#, c-format +msgid "Emulator '%s' does not support os type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:794 +#, c-format +msgid "Emulator '%s' does not support virt type '%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1916 ../../src/vbox/vbox_common.c:1928 +#: ../../src/vbox/vbox_common.c:1937 +msgid "Enabled" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:602 +msgid "End of file from agent socket" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:577 +msgid "End of file from qemu monitor" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1827 +msgid "End of file while reading data" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1823 +#, c-format +msgid "End of file while reading data: %s" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1872 +msgid "End of file while writing data" +msgstr "" + +#: ../../tools/virsh-volume.c:920 +msgid "Ensure data previously on a volume is not accessible to future reads" +msgstr "" + +#: ../../src/util/virauth.c:239 +#, c-format +msgid "Enter %s's password for %s" +msgstr "" + +#: ../../tools/virsh-secret.c:250 +msgid "Enter new value for secret:" +msgstr "" + +#: ../../src/util/virauth.c:162 +#, c-format +msgid "Enter username for %s" +msgstr "" + +#: ../../src/util/virauth.c:159 +#, c-format +msgid "Enter username for %s [%s]" +msgstr "" + +#: ../../src/util/virnetdevip.c:365 +#, c-format +msgid "Error adding route to %s" +msgstr "" + +#: ../../src/storage/storage_util.c:3235 +msgid "Error checking for disk label, failed to get disk partition information" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:859 ../../src/openvz/openvz_driver.c:951 +msgid "Error creating initial configuration" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3162 +#, c-format +msgid "Error from child process creating '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3163 +#, c-format +msgid "Error from child process opening '%s'" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2039 +msgid "Error getting 'total-bytes' in reply of guest-get-fsinfo" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2027 +msgid "Error getting 'used-bytes' in reply of guest-get-fsinfo" +msgstr "" + +#: ../../src/util/virpci.c:2372 +#, c-format +msgid "Error getting physical function's '%s' virtual_functions" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:1038 +msgid "Error in xmlAddPrevSibling" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:1013 +#: ../../src/vbox/vbox_snapshot_conf.c:1020 +#: ../../src/vbox/vbox_snapshot_conf.c:1050 +#: ../../src/vbox/vbox_snapshot_conf.c:1055 +#: ../../src/vbox/vbox_snapshot_conf.c:1063 +#: ../../src/vbox/vbox_snapshot_conf.c:1069 +#: ../../src/vbox/vbox_snapshot_conf.c:1075 +#: ../../src/vbox/vbox_snapshot_conf.c:1080 +#: ../../src/vbox/vbox_snapshot_conf.c:1100 +msgid "Error in xmlNewProp" +msgstr "" + +#: ../../tools/virsh-domain.c:6513 +msgid "Error message:" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:676 +msgid "Error notify callback must be supplied" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:493 +#, c-format +msgid "Error opening file %s" +msgstr "" + +#: ../../src/conf/virsecretobj.c:928 +#, c-format +msgid "Error reading secret: %s" +msgstr "" + +#: ../../src/util/virnetdevip.c:259 +#, c-format +msgid "Error removing IP address from %s" +msgstr "" + +#: ../../src/util/virerror.c:1101 +msgid "Error while building firewall" +msgstr "" + +#: ../../src/util/virerror.c:1102 +#, c-format +msgid "Error while building firewall: %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4925 ../../src/vbox/vbox_common.c:7184 +#, c-format +msgid "Error while closing medium, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5241 ../../src/vbox/vbox_common.c:7009 +#, c-format +msgid "Error while creating diff storage, rc=%08x" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:621 +msgid "Error while processing agent IO" +msgstr "" + +#: ../../src/util/vircommand.c:2700 +msgid "Error while processing command's IO" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:611 +msgid "Error while processing monitor IO" +msgstr "" + +#: ../../src/util/vircgroup.c:188 +msgid "Error while reading /proc/cgroups" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2221 +msgid "Error while reading the domain name" +msgstr "" + +#: ../../src/vbox/vbox_network.c:629 +#, c-format +msgid "Error while removing hostonly network interface, rc=%08x" +msgstr "" + +#: ../../tools/virsh-domain.c:3005 +#, c-format +msgid "Escape character is %s" +msgstr "" + +#: ../../src/vmx/vmx.c:3743 +#, c-format +msgid "Ethernet controller index %d out of [0..3] range" +msgstr "" + +#: ../../src/util/vireventthread.c:143 +msgid "Event thread is already running" +msgstr "" + +#: ../../tools/virsh-domain.c:12962 +msgid "Event wakeup" +msgstr "" + +#: ../../src/conf/numa_conf.c:884 +msgid "" +"Exactly one 'cell' element per guest NUMA cell allowed, non-contiguous " +"ranges or ranges not starting from 0 are not allowed" +msgstr "" + +#: ../../src/test/test_driver.c:681 +#, c-format +msgid "Exceeded max iface limit %d" +msgstr "" + +#: ../../src/util/vircommand.c:2914 ../../src/util/vircommand.c:2923 +#: ../../src/util/vircommand.c:2932 ../../src/util/vircommand.c:2941 +#: ../../src/util/vircommand.c:2967 ../../src/util/vircommand.c:2975 +msgid "Executing new processes is not supported on Win32 platform" +msgstr "" + +#: ../../tools/virsh-interface.c:864 ../../tools/virsh-interface.c:1071 +#, c-format +msgid "Existing device %s has no type" +msgstr "" + +#: ../../tools/virsh-interface.c:869 +#, c-format +msgid "Existing device %s is already a bridge" +msgstr "" + +#: ../../src/remote/remote_daemon.c:700 +msgid "Exit after timeout period" +msgstr "" + +#: ../../src/lxc/lxc_container.c:210 +#, c-format +msgid "Expected a /dev path for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:31499 ../../src/conf/domain_conf.c:31543 +#: ../../src/conf/domain_conf.c:31661 +#, c-format +msgid "Expected an interface of type 'network' not '%s'" +msgstr "" + +#: ../../src/util/virprocess.c:688 +msgid "Expected at least one file descriptor" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4193 +#, c-format +msgid "Expected caps for '%s' but saw '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:6427 +msgid "Expected downtime:" +msgstr "" + +#: ../../src/conf/domain_conf.c:32087 +#: ../../src/storage/storage_backend_fs.c:155 +#: ../../src/storage/storage_backend_gluster.c:480 +#: ../../src/storage/storage_backend_iscsi.c:58 +#: ../../src/storage/storage_backend_iscsi.c:179 +#: ../../src/storage/storage_backend_iscsi.c:235 +#: ../../src/storage/storage_backend_iscsi.c:324 +#: ../../src/storage/storage_backend_iscsi_direct.c:67 +#: ../../src/storage/storage_backend_iscsi_direct.c:505 +msgid "Expected exactly 1 host for the storage pool" +msgstr "" + +#: ../../src/util/virsystemd.c:687 +#, c-format +msgid "Expecting %d FD names but got %zu" +msgstr "" + +#: ../../src/esx/esx_driver.c:647 ../../src/esx/esx_driver.c:734 +#, c-format +msgid "Expecting '%s' to be a %s host but found a %s host" +msgstr "" + +#: ../../src/esx/esx_vi.c:885 +#, c-format +msgid "Expecting VI API type 'HostAgent' or 'VirtualCenter' but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:2256 +#, c-format +msgid "Expecting VMX entry '%s' to be 'ata-hardDisk' or 'disk' but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:1994 +#, c-format +msgid "" +"Expecting VMX entry '%s' to be 'buslogic' or 'lsilogic' or 'lsisas1068' or " +"'pvscsi' but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:2298 ../../src/vmx/vmx.c:2352 +#, c-format +msgid "Expecting VMX entry '%s' to be 'cdrom-image' but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:2994 +#, c-format +msgid "Expecting VMX entry '%s' to be 'device' or 'file' but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:2890 +#, c-format +msgid "" +"Expecting VMX entry '%s' to be 'device', 'file' or 'pipe' or 'network' but " +"found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:2628 +#, c-format +msgid "" +"Expecting VMX entry '%s' to be 'generated' or 'static' or 'vpx' but found " +"'%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:2248 +#, c-format +msgid "Expecting VMX entry '%s' to be 'scsi-hardDisk' or 'disk' but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:2884 +#, c-format +msgid "Expecting VMX entry '%s' to be 'server' or 'client' but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:2652 +#, c-format +msgid "" +"Expecting VMX entry '%s' to be 'vlance' or 'vmxnet' or 'vmxnet3' or 'e1000' " +"or 'e1000e' but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:2611 ../../src/vmx/vmx.c:2621 +#, c-format +msgid "Expecting VMX entry '%s' to be MAC address but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:1365 +#, c-format +msgid "Expecting VMX entry 'config.version' to be 8 but found %lld" +msgstr "" + +#: ../../src/vmx/vmx.c:1423 +#, c-format +msgid "" +"Expecting VMX entry 'memsize' to be an unsigned integer (multiple of 4) but " +"found %lld" +msgstr "" + +#: ../../src/vmx/vmx.c:1464 +#, c-format +msgid "" +"Expecting VMX entry 'numvcpus' to be an unsigned integer greater than 0 but " +"found %lld" +msgstr "" + +#: ../../src/vmx/vmx.c:1538 +#, c-format +msgid "" +"Expecting VMX entry 'sched.cpu.affinity' to be a comma separated list of " +"unsigned integers but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:1521 +#, c-format +msgid "" +"Expecting VMX entry 'sched.cpu.affinity' to contain at least as many values " +"as 'numvcpus' (%lld) but found only %zu value(s)" +msgstr "" + +#: ../../src/vmx/vmx.c:1573 +#, c-format +msgid "" +"Expecting VMX entry 'sched.cpu.shares' to be an unsigned integer or 'low', " +"'normal' or 'high' but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:1378 +#, c-format +msgid "" +"Expecting VMX entry 'virtualHW.version' to be 4 or higher but found %lld" +msgstr "" + +#: ../../src/vmx/vmx.c:3204 +#, c-format +msgid "Expecting domain XML CPU mode 'custom' but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:3225 +#, c-format +msgid "Expecting domain XML CPU sockets per core as %d but found %d" +msgstr "" + +#: ../../src/vmx/vmx.c:3108 +#, c-format +msgid "" +"Expecting domain XML attribute 'arch' of entry 'os/type' to be 'i686' or " +"'x86_64' but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:3247 +#, c-format +msgid "" +"Expecting domain XML attribute 'cpuset' of entry 'vcpu' to contain at least " +"%d CPU(s)" +msgstr "" + +#: ../../src/vmx/vmx.c:943 +msgid "" +"Expecting domain XML attribute 'dev' of entry 'devices/disk/target' to start " +"with 'fd'" +msgstr "" + +#: ../../src/vmx/vmx.c:908 +msgid "" +"Expecting domain XML attribute 'dev' of entry 'devices/disk/target' to start " +"with 'hd'" +msgstr "" + +#: ../../src/vmx/vmx.c:869 +msgid "" +"Expecting domain XML attribute 'dev' of entry 'devices/disk/target' to start " +"with 'sd'" +msgstr "" + +#: ../../src/vmx/vmx.c:1224 +#, c-format +msgid "" +"Expecting domain XML attribute 'model' of entry 'controller' to be " +"'buslogic' or 'lsilogic' or 'lsisas1068' or 'vmpvscsi' but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:3759 +#, c-format +msgid "" +"Expecting domain XML entry 'devices/interface/model' to be 'vlance' or " +"'vmxnet' or 'vmxnet2' or 'vmxnet3' or 'e1000' or 'e1000e' but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:3192 +msgid "Expecting domain XML entry 'vcpu' to be greater than 0" +msgstr "" + +#: ../../src/esx/esx_vi.c:946 +#, c-format +msgid "" +"Expecting product 'gsx' or 'esx' or 'embeddedEsx' or 'vpx' but found '%s'" +msgstr "" + +#: ../../src/esx/esx_driver.c:3060 ../../src/vmware/vmware_conf.c:421 +#, c-format +msgid "Expecting source '%s' of first file-based harddisk to be a VMDK image" +msgstr "" + +#: ../../src/esx/esx_vi.c:1460 ../../src/esx/esx_vi_types.c:923 +#, c-format +msgid "Expecting type '%s' but found '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:1633 +#, c-format +msgid "Expecting type to begin with 'ArrayOf' but found '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:3085 +#, c-format +msgid "Expecting virt type to be '%s' but found '%s'" +msgstr "" + +#: ../../tools/virsh-network.c:1426 +msgid "Expiry Time" +msgstr "" + +#: ../../src/security/security_util.c:70 ../../src/security/security_util.c:85 +#: ../../src/security/security_util.c:104 +msgid "Extended attributes are not supported on this system" +msgstr "" + +#: ../../src/conf/network_conf.c:1090 +#, c-format +msgid "Extra data in disabled network '%s'" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:954 +msgid "Extract the checkpoint's parent, if any" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1733 +msgid "Extract the snapshot's parent, if any" +msgstr "" + +#: ../../tools/virt-host-validate-common.c:95 +msgid "FAIL" +msgstr "" + +#: ../../src/vmx/vmx.c:1060 +#, c-format +msgid "FDC bus index %d out of [0] range" +msgstr "" + +#: ../../src/vmx/vmx.c:1053 ../../src/vmx/vmx.c:2132 +#, c-format +msgid "FDC controller index %d out of [0] range" +msgstr "" + +#: ../../src/vmx/vmx.c:1067 ../../src/vmx/vmx.c:2139 +#, c-format +msgid "FDC unit index %d out of [0..1] range" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:764 +msgid "Fail to create socket for incoming migration" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1168 ../../src/hyperv/hyperv_wmi.c:1189 +#: ../../tools/virsh-domain.c:6147 ../../tools/virsh-domain.c:12993 +msgid "Failed" +msgstr "" + +#: ../../src/util/viriscsi.c:529 +#, c-format +msgid "Failed new node mode for target '%s'" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:1229 +#, c-format +msgid "Failed set TLS x509 credentials: %s" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:199 +#: ../../src/storage/storage_backend_iscsi_direct.c:214 +#, c-format +msgid "Failed testunitready: %s" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:302 +msgid "Failed to accept migration connection" +msgstr "" + +#: ../../src/lxc/lxc_container.c:618 +#, c-format +msgid "Failed to access '%s'" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:1025 +msgid "Failed to acquire lock" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:1020 +#, c-format +msgid "Failed to acquire lock: %s" +msgstr "" + +#: ../../src/util/virpidfile.c:367 +#, c-format +msgid "Failed to acquire pid file '%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:3162 +#, c-format +msgid "Failed to add %s controller type definition" +msgstr "" + +#: ../../src/nwfilter/nwfilter_learnipaddr.c:651 +#, c-format +msgid "Failed to add IP address %s to IP address cache for interface %s" +msgstr "" + +#: ../../src/util/virnetdevip.c:217 +#, c-format +msgid "Failed to add IP address %s/%d%s%s%s%s to %s" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:1025 +#, c-format +msgid "Failed to add PCI device %s to the inactive list" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1993 +#, c-format +msgid "Failed to add capability %s: %d" +msgstr "" + +#: ../../src/util/virpci.c:1118 +#, c-format +msgid "" +"Failed to add driver '%s' to driver_override interface of PCI device '%s'" +msgstr "" + +#: ../../src/util/virnetlink.c:1055 +msgid "Failed to add netlink event handle watch" +msgstr "" + +#: ../../src/rpc/virnetdaemon.c:676 +msgid "Failed to add signal handle watch" +msgstr "" + +#: ../../src/vbox/vbox_common.c:471 +#, c-format +msgid "Failed to add storage controller (name: %s, busType: %d), rc=%08x" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:1088 +#, c-format +msgid "Failed to allocate PCI device list: %s" +msgstr "" + +#: ../../tools/virsh-volume.c:608 +msgid "Failed to allocate XML buffer" +msgstr "" + +#: ../../src/util/virnetdevveth.c:170 +#, c-format +msgid "Failed to allocate free veth pair after %d attempts" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:502 +#, c-format +msgid "Failed to allocate memory for checkpoint directory for domain %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:416 ../../src/qemu/qemu_driver.c:524 +msgid "Failed to allocate memory for path" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:394 +#, c-format +msgid "Failed to allocate memory for snapshot directory for domain %s" +msgstr "" + +#: ../../tools/virsh-domain.c:12695 +msgid "Failed to allocate new source node" +msgstr "" + +#: ../../tools/virsh-domain.c:10102 +msgid "Failed to allocate security label" +msgstr "" + +#: ../../tools/virsh-domain.c:10098 +msgid "Failed to allocate security model" +msgstr "" + +#: ../../src/qemu/qemu_slirp.c:113 +#, c-format +msgid "Failed to allocate slirp for '%s'" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:2244 ../../src/lxc/lxc_process.c:1347 +msgid "Failed to allocate tty" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2040 +#, c-format +msgid "Failed to apply capabilities: %d" +msgstr "" + +#: ../../src/util/virfirewall.c:691 +#, c-format +msgid "Failed to apply firewall rules %s: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:199 +#, c-format +msgid "Failed to attach device from %s" +msgstr "" + +#: ../../tools/virsh-domain.c:772 +msgid "Failed to attach disk" +msgstr "" + +#: ../../tools/virsh-domain.c:1085 +msgid "Failed to attach interface" +msgstr "" + +#: ../../tools/virsh-domain.c:9903 +#, c-format +msgid "Failed to attach to pid %u" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:799 +#, c-format +msgid "Failed to authenticate as 'none': %s" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:97 ../../src/libxl/libxl_driver.c:340 +#: ../../src/lxc/lxc_process.c:1595 ../../src/qemu/qemu_driver.c:220 +#, c-format +msgid "Failed to autostart VM '%s': %s" +msgstr "" + +#: ../../src/storage/storage_driver.c:208 +#: ../../src/storage/storage_driver.c:223 +#, c-format +msgid "Failed to autostart storage pool '%s': %s" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:1052 +msgid "Failed to balloon domain0 memory" +msgstr "" + +#: ../../tools/virsh-interface.c:702 +msgid "Failed to begin network config change transaction" +msgstr "" + +#: ../../src/util/virfile.c:3759 +#, c-format +msgid "Failed to bind %s on to %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:741 +#, c-format +msgid "Failed to bind %s to new root %s" +msgstr "" + +#: ../../src/util/vircgroupv1.c:845 ../../src/util/vircgroupv2.c:569 +#, c-format +msgid "Failed to bind cgroup '%s' on '%s'" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1191 +#, c-format +msgid "Failed to bind mount directory %s to %s" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:495 +#, c-format +msgid "Failed to bind socket to '%s'" +msgstr "" + +#: ../../src/util/virhook.c:154 ../../src/util/virhook.c:316 +#, c-format +msgid "Failed to build path for %s hook" +msgstr "" + +#: ../../src/bhyve/bhyve_process.c:140 +msgid "Failed to build pidfile path" +msgstr "" + +#: ../../src/qemu/qemu_process.c:6527 +msgid "Failed to build pidfile path." +msgstr "" + +#: ../../tools/virsh-pool.c:631 +#, c-format +msgid "Failed to build pool %s" +msgstr "" + +#: ../../src/util/virstoragefile.c:4397 +#, c-format +msgid "Failed to canonicalize path '%s'" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2474 +#, c-format +msgid "Failed to change owner of %s to %u:%u" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:506 +#, c-format +msgid "Failed to change ownership of '%s' to %d:%d" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2106 +#, c-format +msgid "Failed to change ownership of tty %s" +msgstr "" + +#: ../../tools/virsh-volume.c:1176 +#, c-format +msgid "Failed to change size of volume '%s' by %s" +msgstr "" + +#: ../../tools/virsh-volume.c:1177 +#, c-format +msgid "Failed to change size of volume '%s' to %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:483 +#, c-format +msgid "Failed to change storage controller model, rc=%08x" +msgstr "" + +#: ../../src/lxc/lxc_container.c:759 +#, c-format +msgid "Failed to chdir into %s" +msgstr "" + +#: ../../tools/virsh-domain.c:4872 +msgid "Failed to check for domain managed save image" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1789 +msgid "Failed to check for managed save image" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:11264 ../../src/qemu/qemu_domain.c:12075 +#, c-format +msgid "Failed to chown device %s" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:387 ../../tools/virsh-snapshot.c:594 +#, c-format +msgid "Failed to clean up %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:257 +#, c-format +msgid "Failed to clear security context for agent for %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:1998 +#, c-format +msgid "Failed to clear security context for monitor for %s" +msgstr "" + +#: ../../tools/virsh-volume.c:618 +#, c-format +msgid "Failed to clone vol from %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1182 +#, c-format +msgid "Failed to close bind target %s" +msgstr "" + +#: ../../src/remote/remote_driver.c:4190 +msgid "Failed to collect auth credentials" +msgstr "" + +#: ../../tools/virsh-interface.c:733 +msgid "Failed to commit network config change transaction" +msgstr "" + +#: ../../tools/virsh-host.c:1263 +#, c-format +msgid "Failed to compare host CPU with %s" +msgstr "" + +#: ../../tools/virsh-host.c:1701 +#, c-format +msgid "Failed to compare hypervisor CPU with %s" +msgstr "" + +#: ../../src/libxl/libxl_capabilities.c:403 ../../src/libxl/libxl_conf.c:1716 +#: ../../src/libxl/xen_common.c:1114 +#: ../../src/storage/storage_backend_logical.c:178 +#: ../../src/util/vircommand.c:3181 ../../src/util/virstring.c:983 +#, c-format +msgid "Failed to compile regex %s" +msgstr "" + +#: ../../tools/virsh-domain.c:13951 +#, c-format +msgid "Failed to complete action %s on media" +msgstr "" + +#: ../../tools/vsh.c:2539 +msgid "Failed to complete tree listing" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:725 +#, c-format +msgid "Failed to connect socket to '%s'" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:1169 ../../src/qemu/qemu_migration.c:4553 +#, c-format +msgid "Failed to connect to remote libvirt URI %s: %s" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:504 +msgid "Failed to connect to ssh agent" +msgstr "" + +#: ../../tools/virt-admin.c:124 +msgid "Failed to connect to the admin server" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:171 +#, c-format +msgid "Failed to connect: %s" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:174 +#: ../../src/node_device/node_device_udev.c:193 +#: ../../src/node_device/node_device_udev.c:244 +#, c-format +msgid "Failed to convert '%s' to int" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:264 ../../src/util/virpci.c:2135 +#, c-format +msgid "Failed to convert '%s' to unsigned int" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:283 +#, c-format +msgid "Failed to convert '%s' to unsigned long long" +msgstr "" + +#: ../../src/util/virnetdev.c:818 +#, c-format +msgid "Failed to convert interface index %d to a name" +msgstr "" + +#: ../../src/conf/domain_conf.c:7643 +#, c-format +msgid "Failed to convert loadparm '%s' to upper case" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:872 +msgid "Failed to convert the command string to argv-lists" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:11283 +#, c-format +msgid "Failed to copy ACLs on device %s" +msgstr "" + +#: ../../src/util/virxml.c:1103 +msgid "Failed to copy XML node" +msgstr "" + +#: ../../tools/virsh-domain.c:5500 ../../tools/virsh-domain.c:5505 +#, c-format +msgid "Failed to core dump domain %s to %s" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:282 +msgid "Failed to count network filters" +msgstr "" + +#: ../../tools/virsh-nodedev.c:253 +msgid "Failed to count node devices" +msgstr "" + +#: ../../tools/virsh-secret.c:467 +msgid "Failed to count secrets" +msgstr "" + +#: ../../src/lxc/lxc_container.c:714 ../../src/lxc/lxc_container.c:733 +#: ../../src/lxc/lxc_container.c:1165 ../../src/lxc/lxc_container.c:1443 +#: ../../src/lxc/lxc_container.c:1503 ../../src/qemu/qemu_domain.c:11865 +#, c-format +msgid "Failed to create %s" +msgstr "" + +#: ../../tools/vsh.c:2912 +#, c-format +msgid "Failed to create '%s': %s" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:203 ../../src/rpc/virnetsaslcontext.c:240 +#, c-format +msgid "Failed to create SASL client context: %d (%s)" +msgstr "" + +#: ../../tools/virsh-domain.c:3196 +msgid "Failed to create XML" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:642 +msgid "Failed to create XML config object" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1175 +#, c-format +msgid "Failed to create bind target %s" +msgstr "" + +#: ../../tools/virsh-interface.c:883 +msgid "Failed to create bridge node in xml document" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:701 +#, c-format +msgid "Failed to create cache dir %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:726 +#, c-format +msgid "Failed to create channel target dir %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:716 +#, c-format +msgid "Failed to create checkpoint dir %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1612 +#, c-format +msgid "Failed to create directory for '%s' dev '%s'" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1717 ../../src/lxc/lxc_controller.c:1793 +#, c-format +msgid "Failed to create directory for device %s" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:400 +msgid "Failed to create disk pool geometry" +msgstr "" + +#: ../../tools/virsh-domain.c:8330 +#, c-format +msgid "Failed to create domain from %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1835 +#, c-format +msgid "Failed to create domain save file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:721 +#, c-format +msgid "Failed to create dump dir %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3176 ../../src/qemu/qemu_process.c:4428 +#: ../../src/storage/storage_util.c:453 +#, c-format +msgid "Failed to create file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3130 +#, c-format +msgid "Failed to create file '%s': couldn't determine fs type" +msgstr "" + +#: ../../src/storage/storage_util.c:3048 +#, c-format +msgid "Failed to create filesystem probe for device %s" +msgstr "" + +#: ../../tools/virsh-interface.c:921 +msgid "Failed to create interface node under bridge node in xml document" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:55 +#, c-format +msgid "Failed to create iscsi context for %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:696 +#, c-format +msgid "Failed to create lib dir %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:736 +#, c-format +msgid "Failed to create memory backing dir %s" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:526 +#, c-format +msgid "Failed to create network filter from %s" +msgstr "" + +#: ../../tools/virsh-network.c:227 ../../tools/virsh-network.c:1520 +#, c-format +msgid "Failed to create network from %s" +msgstr "" + +#: ../../tools/virsh-nodedev.c:79 +#, c-format +msgid "Failed to create node device from %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:731 +#, c-format +msgid "Failed to create nvram dir %s" +msgstr "" + +#: ../../tools/virsh-pool.c:491 +#, c-format +msgid "Failed to create pool %s" +msgstr "" + +#: ../../tools/virsh-pool.c:303 +#, c-format +msgid "Failed to create pool from %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:534 +msgid "Failed to create reboot thread, killing domain" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:706 +#, c-format +msgid "Failed to create save dir %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:741 +#, c-format +msgid "Failed to create slirp state dir %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:711 +#, c-format +msgid "Failed to create snapshot dir %s" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:475 ../../src/rpc/virnetsocket.c:702 +msgid "Failed to create socket" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:691 +#, c-format +msgid "Failed to create state dir %s" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:176 ../../src/hypervisor/virhostdev.c:193 +#, c-format +msgid "Failed to create state dir '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4527 ../../src/lxc/lxc_driver.c:2521 +#: ../../src/qemu/qemu_driver.c:9224 ../../src/qemu/qemu_driver.c:22184 +#, c-format +msgid "Failed to create symlink '%s to '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:397 ../../src/network/bridge_driver.c:4184 +#: ../../src/storage/storage_driver.c:1411 +#, c-format +msgid "Failed to create symlink '%s' to '%s'" +msgstr "" + +#: ../../src/util/virthreadpool.c:210 +msgid "Failed to create thread" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:326 ../../src/libxl/libxl_migration.c:626 +msgid "Failed to create thread for receiving migration data" +msgstr "" + +#: ../../src/remote/remote_daemon.c:482 +msgid "Failed to create thread to handle daemon restart" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:715 +msgid "Failed to create thread to handle domain shutdown" +msgstr "" + +#: ../../src/storage/storage_driver.c:2372 +msgid "Failed to create thread to handle pool refresh" +msgstr "" + +#: ../../src/util/virnodesuspend.c:229 +msgid "Failed to create thread to suspend the host" +msgstr "" + +#: ../../src/qemu/qemu_process.c:8449 +#, c-format +msgid "Failed to create unique directory with template '%s' for probing QEMU" +msgstr "" + +#: ../../src/util/vircgroupv1.c:640 +#, c-format +msgid "Failed to create v1 controller %s for group" +msgstr "" + +#: ../../src/util/vircgroupv2.c:423 +#, c-format +msgid "Failed to create v2 cgroup '%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:245 +msgid "Failed to create vbox driver object." +msgstr "" + +#: ../../tools/virsh-volume.c:350 +#, c-format +msgid "Failed to create vol %s" +msgstr "" + +#: ../../tools/virsh-volume.c:420 ../../tools/virsh-volume.c:497 +#, c-format +msgid "Failed to create vol from %s" +msgstr "" + +#: ../../tools/virsh-domain.c:8401 +#, c-format +msgid "Failed to define domain from %s" +msgstr "" + +#: ../../tools/virsh-interface.c:554 +#, c-format +msgid "Failed to define interface from %s" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:111 +#, c-format +msgid "Failed to define network filter from %s" +msgstr "" + +#: ../../tools/virsh-network.c:275 +#, c-format +msgid "Failed to define network from %s" +msgstr "" + +#: ../../tools/virsh-interface.c:975 +#, c-format +msgid "Failed to define new bridge interface %s" +msgstr "" + +#: ../../tools/virsh-interface.c:1177 +#, c-format +msgid "Failed to define new interface %s" +msgstr "" + +#: ../../tools/virsh-pool.c:583 +#, c-format +msgid "Failed to define pool %s" +msgstr "" + +#: ../../tools/virsh-pool.c:541 +#, c-format +msgid "Failed to define pool from %s" +msgstr "" + +#: ../../src/storage/storage_util.c:2675 +#, c-format +msgid "Failed to delete DiskDescriptor.xml of volume '%s'" +msgstr "" + +#: ../../src/storage/storage_driver.c:903 +#, c-format +msgid "Failed to delete autostart link '%s': %s" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:1073 +#, c-format +msgid "Failed to delete checkpoint %s" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:569 +#, c-format +msgid "Failed to delete network filter binding on %s" +msgstr "" + +#: ../../tools/virsh-network.c:1623 +#, c-format +msgid "Failed to delete network port %s" +msgstr "" + +#: ../../tools/virsh-pool.c:712 +#, c-format +msgid "Failed to delete pool %s" +msgstr "" + +#: ../../tools/virsh-secret.c:374 +#, c-format +msgid "Failed to delete secret %s" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1939 +#, c-format +msgid "Failed to delete snapshot %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_text.c:203 +#, c-format +msgid "Failed to delete snapshot: %s" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:404 ../../src/libxl/libxl_driver.c:4534 +#: ../../src/lxc/lxc_driver.c:2528 ../../src/network/bridge_driver.c:4191 +#: ../../src/qemu/qemu_driver.c:9233 ../../src/qemu/qemu_driver.c:22214 +#: ../../src/storage/storage_driver.c:1419 +#, c-format +msgid "Failed to delete symlink '%s'" +msgstr "" + +#: ../../src/util/virnetdevveth.c:204 +#, c-format +msgid "Failed to delete veth device %s" +msgstr "" + +#: ../../tools/virsh-volume.c:904 +#, c-format +msgid "Failed to delete vol %s" +msgstr "" + +#: ../../tools/virsh-interface.c:1166 +#, c-format +msgid "Failed to destroy bridge interface %s" +msgstr "" + +#: ../../tools/virsh-domain.c:8452 +#, c-format +msgid "Failed to destroy domain %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1401 ../../src/libxl/libxl_driver.c:1881 +#: ../../src/libxl/libxl_driver.c:2076 +#, c-format +msgid "Failed to destroy domain '%d'" +msgstr "" + +#: ../../tools/virsh-interface.c:669 +#, c-format +msgid "Failed to destroy interface %s" +msgstr "" + +#: ../../tools/virsh-network.c:312 +#, c-format +msgid "Failed to destroy network %s" +msgstr "" + +#: ../../tools/virsh-nodedev.c:151 +#, c-format +msgid "Failed to destroy node device '%s'" +msgstr "" + +#: ../../tools/virsh-pool.c:672 +#, c-format +msgid "Failed to destroy pool %s" +msgstr "" + +#: ../../tools/virsh-nodedev.c:649 +#, c-format +msgid "Failed to detach device %s" +msgstr "" + +#: ../../tools/virsh-domain.c:12119 +#, c-format +msgid "Failed to detach device from %s" +msgstr "" + +#: ../../tools/virsh-domain.c:12186 +#, c-format +msgid "Failed to detach device with alias %s" +msgstr "" + +#: ../../tools/virsh-domain.c:12833 +msgid "Failed to detach disk" +msgstr "" + +#: ../../tools/virsh-domain.c:12459 +msgid "Failed to detach interface" +msgstr "" + +#: ../../src/util/virnetdevip.c:192 +#, c-format +msgid "Failed to determine broadcast address for '%s/%d'" +msgstr "" + +#: ../../src/storage/storage_util.c:3918 +#, c-format +msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" +msgstr "" + +#: ../../src/util/virnetdevip.c:1087 +#, c-format +msgid "Failed to determine prefix for IP address '%s'" +msgstr "" + +#: ../../src/util/virnetdevip.c:1102 +#, c-format +msgid "Failed to determine prefix for route with destination '%s'" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:342 +#, sh-format +msgid "Failed to determine state of guest: $guest. Not tracking it anymore." +msgstr "" + +#: ../../tools/virt-admin.c:783 +#, c-format +msgid "Failed to disconnect client '%llu' from server %s" +msgstr "" + +#: ../../tools/virt-admin.c:150 +msgid "Failed to disconnect from the admin server" +msgstr "" + +#: ../../tools/virsh.c:217 ../../tools/virsh.c:407 +msgid "Failed to disconnect from the hypervisor" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:397 +#, c-format +msgid "Failed to disconnect: %s" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:417 +#, c-format +msgid "Failed to discover session: %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2067 +#, c-format +msgid "Failed to dump core of domain '%d' with libxenlight" +msgstr "" + +#: ../../src/util/vircgroupv2.c:387 +#, c-format +msgid "Failed to enable controller '%s' for '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:855 ../../src/esx/esx_vi.c:1928 +msgid "Failed to escape password for XML" +msgstr "" + +#: ../../src/util/virmodule.c:129 +#, c-format +msgid "Failed to execute symbol '%s' in module '%s'" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:852 +msgid "Failed to extract interface information" +msgstr "" + +#: ../../tools/virsh-domain.c:3131 +msgid "Failed to extract interface information or no interfaces found" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:1080 ../../src/qemu/qemu_monitor.c:1110 +#, c-format +msgid "Failed to find QOM Object path for device '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_scsi.c:192 +#, c-format +msgid "Failed to find SCSI host with wwnn='%s', wwpn='%s'" +msgstr "" + +#: ../../src/util/virerror.c:1065 +msgid "Failed to find a node driver" +msgstr "" + +#: ../../src/util/virerror.c:1066 +#, c-format +msgid "Failed to find a node driver: %s" +msgstr "" + +#: ../../src/util/virerror.c:1104 +msgid "Failed to find a secret storage driver" +msgstr "" + +#: ../../src/util/virerror.c:1105 +#, c-format +msgid "Failed to find a secret storage driver: %s" +msgstr "" + +#: ../../src/util/virerror.c:1056 +msgid "Failed to find a storage driver" +msgstr "" + +#: ../../src/util/virerror.c:1057 +#, c-format +msgid "Failed to find a storage driver: %s" +msgstr "" + +#: ../../tools/virsh-pool.c:1481 ../../tools/virsh-pool.c:1536 +#, c-format +msgid "Failed to find any %s pool sources" +msgstr "" + +#: ../../src/conf/node_device_util.c:181 +#, c-format +msgid "Failed to find fc_host for wwnn='%s' and wwpn='%s'" +msgstr "" + +#: ../../src/util/virutil.c:719 ../../src/util/virutil.c:723 +#, c-format +msgid "Failed to find group record for gid '%u'" +msgstr "" + +#: ../../src/util/virmodule.c:110 ../../src/util/virmodule.c:153 +#, c-format +msgid "Failed to find module '%s'" +msgstr "" + +#: ../../src/util/virpci.c:800 ../../src/util/virpci.c:2062 +#, c-format +msgid "Failed to find parent device for %s" +msgstr "" + +#: ../../src/util/virsysinfo.c:1130 +#, c-format +msgid "Failed to find path for %s binary" +msgstr "" + +#: ../../src/util/virscsihost.c:242 +#, c-format +msgid "Failed to find scsi_host using PCI '%s' and unique_id='%u'" +msgstr "" + +#: ../../src/util/virmodule.c:73 +#, c-format +msgid "Failed to find symbol '%s' in module '%s': %s" +msgstr "" + +#: ../../src/util/virerror.c:1080 +msgid "Failed to find the interface" +msgstr "" + +#: ../../src/util/virerror.c:1081 +#, c-format +msgid "Failed to find the interface: %s" +msgstr "" + +#: ../../src/util/virerror.c:1035 +msgid "Failed to find the network" +msgstr "" + +#: ../../src/util/virerror.c:1036 +#, c-format +msgid "Failed to find the network: %s" +msgstr "" + +#: ../../src/util/virutil.c:650 ../../src/util/virutil.c:658 +#, c-format +msgid "Failed to find user record for uid '%u'" +msgstr "" + +#: ../../src/locking/lock_daemon.c:1068 ../../src/logging/log_daemon.c:850 +#: ../../src/remote/remote_daemon.c:969 +#, c-format +msgid "Failed to fork as daemon: %s" +msgstr "" + +#: ../../tools/virsh-interface.c:966 +#, c-format +msgid "Failed to format new xml document for bridge %s" +msgstr "" + +#: ../../tools/virsh-interface.c:1157 +#, c-format +msgid "Failed to format new xml document for un-enslaved interface %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:453 ../../src/qemu/qemu_driver.c:555 +#, c-format +msgid "Failed to fully read directory %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:16712 ../../src/conf/domain_conf.c:20971 +#: ../../src/conf/domain_conf.c:31509 ../../src/conf/domain_conf.c:31673 +#: ../../src/conf/network_conf.c:1773 ../../src/conf/secret_conf.c:179 +#: ../../src/libxl/xen_common.c:197 ../../src/openvz/openvz_conf.c:997 +msgid "Failed to generate UUID" +msgstr "" + +#: ../../src/conf/domain_conf.c:20998 +msgid "Failed to generate genid" +msgstr "" + +#: ../../src/util/virnetdevtap.c:413 +#, c-format +msgid "Failed to generate new name for interface %s" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:860 +msgid "Failed to generate uuid" +msgstr "" + +#: ../../src/storage/storage_backend_mpath.c:171 +#, c-format +msgid "Failed to get %s minor number" +msgstr "" + +#: ../../src/util/virnetdev.c:1199 +msgid "Failed to get PCI SYSFS file" +msgstr "" + +#: ../../src/util/virpci.c:2312 +#, c-format +msgid "Failed to get SRIOV function from device link '%s'" +msgstr "" + +#: ../../tools/virsh-secret.c:101 +msgid "Failed to get UUID of created secret" +msgstr "" + +#: ../../tools/virsh-domain.c:11788 +msgid "Failed to get VNC port. Is this domain using VNC?" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1049 +#, c-format +msgid "Failed to get block stats %s %s" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1069 +#, c-format +msgid "Failed to get block stats for domain '%s' device '%s'" +msgstr "" + +#: ../../src/libxl/libxl_capabilities.c:396 +msgid "Failed to get capabilities from libxenlight" +msgstr "" + +#: ../../tools/virsh-nodedev.c:301 +msgid "Failed to get capability names of the device" +msgstr "" + +#: ../../tools/virsh-nodedev.c:293 +msgid "Failed to get capability numbers of the device" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:275 +#, c-format +msgid "Failed to get capacity of lun: %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:1061 +#, c-format +msgid "Failed to get certificate %s distinguished name: %s" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1812 +msgid "Failed to get checkpoint count" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1566 +msgid "Failed to get client socket PID" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1472 ../../src/rpc/virnetsocket.c:1526 +msgid "Failed to get client socket identity" +msgstr "" + +#: ../../tools/virsh-domain.c:12513 ../../tools/virsh-domain.c:12522 +msgid "Failed to get disk information" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1776 +msgid "Failed to get domain autostart state" +msgstr "" + +#: ../../tools/virsh-util.c:274 +msgid "Failed to get domain description xml" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1744 +msgid "Failed to get domain persistence info" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1756 +msgid "Failed to get domain state" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2056 +#: ../../tools/virsh-domain-monitor.c:2062 +msgid "Failed to get domain's UUID" +msgstr "" + +#: ../../src/storage/storage_util.c:468 +msgid "Failed to get fs flags" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi.c:119 +#, c-format +msgid "Failed to get host number for iSCSI session with path '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:12332 +msgid "Failed to get interface information" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1166 +#, c-format +msgid "Failed to get interface stats %s %s" +msgstr "" + +#: ../../tools/virsh-network.c:1419 +#, c-format +msgid "Failed to get leases info for %s" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:351 +#, c-format +msgid "Failed to get memory statistics for domain %s" +msgstr "" + +#: ../../tools/virsh-network.c:606 +msgid "Failed to get network autostart state" +msgstr "" + +#: ../../tools/virsh-network.c:594 +msgid "Failed to get network persistence info" +msgstr "" + +#: ../../tools/virsh-network.c:773 ../../tools/virsh-network.c:1785 +msgid "Failed to get network's UUID" +msgstr "" + +#: ../../src/libxl/libxl_capabilities.c:222 +msgid "Failed to get node physical info from libxenlight" +msgstr "" + +#: ../../tools/vsh.c:1042 +#, c-format +msgid "Failed to get option '%s': %s" +msgstr "" + +#: ../../tools/virsh-pool.c:991 +msgid "Failed to get pool autostart state" +msgstr "" + +#: ../../tools/virsh-pool.c:979 +msgid "Failed to get pool persistence info" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4597 +#, c-format +msgid "Failed to get scheduler id for domain '%d' with libxenlight" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4647 ../../src/libxl/libxl_driver.c:4724 +#, c-format +msgid "Failed to get scheduler parameters for domain '%d' with libxenlight" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1801 +msgid "Failed to get snapshot count" +msgstr "" + +#: ../../src/vbox/vbox_common.c:3258 +#, c-format +msgid "Failed to get storage controller name, rc=%08x" +msgstr "" + +#: ../../tools/virsh-network.c:524 +msgid "Failed to get the number of active networks" +msgstr "" + +#: ../../tools/virsh-pool.c:909 +msgid "Failed to get the number of active pools " +msgstr "" + +#: ../../tools/virsh-network.c:533 +msgid "Failed to get the number of inactive networks" +msgstr "" + +#: ../../tools/virsh-pool.c:918 +msgid "Failed to get the number of inactive pools" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:1681 +#, c-format +msgid "Failed to get udev device for syspath '%s' or '%s'" +msgstr "" + +#: ../../tools/virsh-secret.c:592 +msgid "Failed to get uuid of secret" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1532 +msgid "Failed to get valid client socket identity" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1538 +msgid "Failed to get valid client socket identity groups" +msgstr "" + +#: ../../src/libxl/libxl_capabilities.c:228 +#: ../../src/libxl/libxl_capabilities.c:390 +msgid "Failed to get version info from libxenlight" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:144 +#, c-format +msgid "Failed to init transport: %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:1206 +#, c-format +msgid "Failed to initialize TLS session: %s" +msgstr "" + +#: ../../src/util/virfirewall.c:817 +msgid "Failed to initialize a valid firewall backend" +msgstr "" + +#: ../../src/util/vircgroupbackend.c:69 +msgid "Failed to initialize cgroup backend." +msgstr "" + +#: ../../src/node_device/node_device_udev.c:1799 +msgid "Failed to initialize libpciaccess" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:1162 +msgid "Failed to initialize libssh session" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:1231 +msgid "Failed to initialize libssh2 agent handle" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:1225 +msgid "Failed to initialize libssh2 known hosts table" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:1219 +msgid "Failed to initialize libssh2 session" +msgstr "" + +#: ../../tools/virsh.c:886 ../../tools/virt-admin.c:1572 +msgid "Failed to initialize libvirt" +msgstr "" + +#: ../../tools/virt-login-shell-helper.c:189 +#, c-format +msgid "Failed to initialize libvirt error handling" +msgstr "" + +#: ../../tools/virsh.c:881 ../../tools/virt-admin.c:1567 +msgid "Failed to initialize mutex" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:1460 ../../src/qemu/qemu_driver.c:362 +msgid "Failed to initialize security drivers" +msgstr "" + +#: ../../src/storage/storage_driver.c:154 +#, c-format +msgid "Failed to initialize storage pool '%s': %s" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:1109 +#: ../../src/locking/lock_driver_sanlock.c:1167 +msgid "Failed to inquire lock" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:1104 +#: ../../src/locking/lock_driver_sanlock.c:1162 +#, c-format +msgid "Failed to inquire lock: %s" +msgstr "" + +#: ../../src/util/vircgroup.c:2452 +#, c-format +msgid "Failed to kill process %ld" +msgstr "" + +#: ../../src/qemu/qemu_process.c:8327 +#, c-format +msgid "Failed to kill process %lld: %s" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1684 +#: ../../tools/virsh-domain-monitor.c:1692 +msgid "Failed to list active domains" +msgstr "" + +#: ../../tools/virsh-interface.c:228 ../../tools/virsh-interface.c:236 +msgid "Failed to list active interfaces" +msgstr "" + +#: ../../tools/virsh-network.c:550 +msgid "Failed to list active networks" +msgstr "" + +#: ../../tools/virsh-pool.c:935 +msgid "Failed to list active pools" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1672 +msgid "Failed to list domains" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1701 +#: ../../tools/virsh-domain-monitor.c:1710 +msgid "Failed to list inactive domains" +msgstr "" + +#: ../../tools/virsh-interface.c:245 ../../tools/virsh-interface.c:254 +msgid "Failed to list inactive interfaces" +msgstr "" + +#: ../../tools/virsh-network.c:561 +msgid "Failed to list inactive networks" +msgstr "" + +#: ../../tools/virsh-pool.c:946 +msgid "Failed to list inactive pools" +msgstr "" + +#: ../../tools/virsh-interface.c:217 +msgid "Failed to list interfaces" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:677 +msgid "Failed to list network filter bindings" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:272 ../../tools/virsh-nwfilter.c:293 +msgid "Failed to list network filters" +msgstr "" + +#: ../../tools/virsh-network.c:512 +msgid "Failed to list networks" +msgstr "" + +#: ../../tools/virsh-nodedev.c:243 ../../tools/virsh-nodedev.c:264 +msgid "Failed to list node devices" +msgstr "" + +#: ../../tools/virsh-secret.c:452 +msgid "Failed to list node secrets" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:500 +#, sh-format +msgid "Failed to list persistent guests on $uri" +msgstr "" + +#: ../../tools/virsh-pool.c:890 +msgid "Failed to list pools" +msgstr "" + +#: ../../tools/virsh-secret.c:478 +msgid "Failed to list secrets" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:510 +msgid "Failed to list ssh agent identities" +msgstr "" + +#: ../../tools/virsh-volume.c:1301 ../../tools/virsh-volume.c:1311 +msgid "Failed to list storage volumes" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:507 +msgid "Failed to list transient guests" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2605 ../../src/libxl/libxl_driver.c:5116 +#, c-format +msgid "Failed to list vcpus for domain '%d' with libxenlight" +msgstr "" + +#: ../../tools/virsh-volume.c:1292 +msgid "Failed to list volumes" +msgstr "" + +#: ../../src/util/virpci.c:1035 +#, c-format +msgid "Failed to load PCI stub module %s" +msgstr "" + +#: ../../src/util/virpci.c:1030 +#, c-format +msgid "Failed to load PCI stub module %s: administratively prohibited" +msgstr "" + +#: ../../src/conf/virnwfilterbindingobjlist.c:330 +#, c-format +msgid "Failed to load config for binding '%s'" +msgstr "" + +#: ../../src/conf/virdomainobjlist.c:632 +#, c-format +msgid "Failed to load config for domain '%s'" +msgstr "" + +#: ../../src/util/virmodule.c:54 +#, c-format +msgid "Failed to load module '%s': %s" +msgstr "" + +#: ../../src/util/virfile.c:910 +msgid "Failed to load nbd module" +msgstr "" + +#: ../../src/util/virfile.c:902 +msgid "Failed to load nbd module: administratively prohibited" +msgstr "" + +#: ../../src/locking/lock_manager.c:159 +#, c-format +msgid "Failed to load plugin %s: %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_text.c:168 +#: ../../src/qemu/qemu_monitor_text.c:176 +#, c-format +msgid "Failed to load snapshot: %s" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:177 +#, c-format +msgid "Failed to login: %s" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:391 +#, c-format +msgid "Failed to logout: %s" +msgstr "" + +#: ../../src/util/virnetdevip.c:648 +msgid "Failed to loop over IPv6 routes" +msgstr "" + +#: ../../src/remote/remote_driver.c:4173 +msgid "Failed to make auth credentials" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1520 ../../src/lxc/lxc_controller.c:1591 +#: ../../src/qemu/qemu_domain.c:11231 +#, c-format +msgid "Failed to make device %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1200 ../../src/lxc/lxc_container.c:1519 +#, c-format +msgid "Failed to make directory %s readonly" +msgstr "" + +#: ../../src/util/virdnsmasq.c:585 +#, c-format +msgid "Failed to make dnsmasq (PID: %d) reload config files." +msgstr "" + +#: ../../src/util/virerror.c:1119 +msgid "Failed to make domain persistent after migration" +msgstr "" + +#: ../../src/util/virerror.c:1120 +#, c-format +msgid "Failed to make domain persistent after migration: %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:865 +#, c-format +msgid "Failed to make mount %s readonly" +msgstr "" + +#: ../../src/lxc/lxc_container.c:749 +#, c-format +msgid "Failed to make new root %s readonly" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:2181 ../../src/util/virfile.c:3725 +#, c-format +msgid "Failed to make path %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:706 +msgid "Failed to make root private" +msgstr "" + +#: ../../tools/virsh-domain.c:1134 +#, c-format +msgid "Failed to mark domain %s as autostarted" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:1271 ../../src/bhyve/bhyve_driver.c:1278 +#: ../../src/lxc/lxc_container.c:951 ../../src/lxc/lxc_driver.c:1536 +#, c-format +msgid "Failed to mkdir %s" +msgstr "" + +#: ../../src/util/vircgroupv1.c:820 +#, c-format +msgid "Failed to mount %s on %s type %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:969 +#, c-format +msgid "Failed to mount %s on %s type %s flags=0x%x" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1049 +#, c-format +msgid "Failed to mount %s on /dev" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1083 +#, c-format +msgid "Failed to mount %s on /dev/pts" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1012 +#, c-format +msgid "Failed to mount %s on /proc/meminfo" +msgstr "" + +#: ../../src/util/virfile.c:3733 +#, c-format +msgid "Failed to mount devfs on %s type %s (%s)" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1388 +#, c-format +msgid "Failed to mount device %s to %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1456 +#, c-format +msgid "Failed to mount device %s to %s as %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1411 +#, c-format +msgid "Failed to mount device %s to %s, unable to detect filesystem" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:2200 +#, c-format +msgid "Failed to mount devpts on %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1510 +#, c-format +msgid "Failed to mount directory %s as tmpfs" +msgstr "" + +#: ../../src/lxc/lxc_container.c:723 +#, c-format +msgid "Failed to mount empty tmpfs at %s" +msgstr "" + +#: ../../tools/virsh-interface.c:955 ../../tools/virsh-interface.c:1146 +#, c-format +msgid "Failed to move '%s' element in xml document" +msgstr "" + +#: ../../src/util/virscsivhost.c:93 ../../src/util/virsysinfo.c:312 +#: ../../src/util/virsysinfo.c:447 ../../src/util/virsysinfo.c:607 +#: ../../src/util/virsysinfo.c:620 +#, c-format +msgid "Failed to open %s" +msgstr "" + +#: ../../src/bhyve/bhyve_process.c:131 ../../src/lxc/lxc_process.c:1370 +#: ../../src/util/virhostcpu.c:1150 +#, c-format +msgid "Failed to open '%s'" +msgstr "" + +#: ../../src/util/virpci.c:289 +#, c-format +msgid "Failed to open config space file '%s'" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:760 +#, c-format +msgid "Failed to open domain image file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3177 ../../src/qemu/qemu_process.c:4419 +#: ../../src/storage/storage_file_fs.c:125 +#: ../../src/storage/storage_file_gluster.c:199 ../../src/util/virfile.c:1445 +#: ../../src/util/virstoragefile.c:1040 +#, c-format +msgid "Failed to open file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3132 +#, c-format +msgid "Failed to open file '%s': couldn't determine fs type" +msgstr "" + +#: ../../src/util/virpidfile.c:344 +#, c-format +msgid "Failed to open pid file '%s'" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:960 +msgid "Failed to open socket to sanlock daemon" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:955 +#, c-format +msgid "Failed to open socket to sanlock daemon: %s" +msgstr "" + +#: ../../src/storage/storage_util.c:2582 +#, c-format +msgid "Failed to open storage volume with path '%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1177 +#, c-format +msgid "" +"Failed to open the following disk/dvd/floppy to the machine: %s, rc=%08x" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2232 +#, c-format +msgid "Failed to open tty %s" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:332 +#, c-format +msgid "Failed to parse %s: only com1 and com2 supported." +msgstr "" + +#: ../../src/util/virnetdev.c:2599 +#, c-format +msgid "Failed to parse MAC address from '%s'" +msgstr "" + +#: ../../src/util/virpci.c:2222 +#, c-format +msgid "Failed to parse PCI config address '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:728 +#: ../../src/bhyve/bhyve_parse_command.c:802 +msgid "Failed to parse arguments for bhyve command" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:738 +#: ../../src/bhyve/bhyve_parse_command.c:819 +msgid "Failed to parse arguments: VM name mismatch" +msgstr "" + +#: ../../src/util/virbitmap.c:559 ../../src/util/virbitmap.c:692 +#, c-format +msgid "Failed to parse bitmap '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:3762 +#, c-format +msgid "Failed to parse block name %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:543 +#, c-format +msgid "Failed to parse checkpoint XML from file '%s'" +msgstr "" + +#: ../../tools/virsh-interface.c:857 ../../tools/virsh-interface.c:1064 +#, c-format +msgid "Failed to parse configuration of %s" +msgstr "" + +#: ../../src/util/virusb.c:148 +#, c-format +msgid "Failed to parse dir name '%s'" +msgstr "" + +#: ../../tools/virsh-util.c:282 +msgid "Failed to parse domain description xml" +msgstr "" + +#: ../../src/util/virfirewalld.c:110 +#, c-format +msgid "Failed to parse firewalld version '%s'" +msgstr "" + +#: ../../src/util/virutil.c:920 +#, c-format +msgid "Failed to parse group '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:2560 +#, c-format +msgid "Failed to parse interface index from '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:690 +#: ../../src/bhyve/bhyve_parse_command.c:784 +msgid "Failed to parse memory" +msgstr "" + +#: ../../src/conf/domain_conf.c:21046 +msgid "Failed to parse memory slot count" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:695 +#: ../../src/bhyve/bhyve_parse_command.c:789 +msgid "Failed to parse memory: size mismatch" +msgstr "" + +#: ../../src/remote/remote_daemon.c:266 ../../src/remote/remote_daemon.c:271 +#: ../../src/remote/remote_daemon.c:276 +#, c-format +msgid "Failed to parse mode '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:2570 +#, c-format +msgid "Failed to parse network device name from '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:663 +msgid "Failed to parse number of vCPUs" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:939 ../../src/rpc/virnetsocket.c:1071 +msgid "Failed to parse port number" +msgstr "" + +#: ../../src/esx/esx_driver.c:1361 +#, c-format +msgid "Failed to parse positive integer from '%s'" +msgstr "" + +#: ../../src/libxl/xen_common.c:1126 +#, c-format +msgid "Failed to parse rate '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:435 +#, c-format +msgid "Failed to parse snapshot XML from file '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi.c:111 +#, c-format +msgid "Failed to parse target '%s'" +msgstr "" + +#: ../../src/util/virutil.c:1536 +#, c-format +msgid "Failed to parse uid and gid from '%s'" +msgstr "" + +#: ../../src/util/virutil.c:838 +#, c-format +msgid "Failed to parse user '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:2578 ../../src/util/virnetdev.c:2588 +#, c-format +msgid "Failed to parse users from '%s'" +msgstr "" + +#: ../../src/util/vircgroupv2.c:1305 ../../src/util/vircgroupv2.c:1364 +#: ../../src/util/vircgroupv2.c:1424 ../../src/util/vircgroupv2.c:1626 +#: ../../src/util/vircgroupv2.c:1660 ../../src/util/vircgroupv2.c:1673 +#, c-format +msgid "Failed to parse value '%s' as number." +msgstr "" + +#: ../../src/util/vircgroupv2.c:1529 ../../src/util/vircgroupv2.c:1582 +#, c-format +msgid "Failed to parse value '%s' from cpu.max." +msgstr "" + +#: ../../src/remote/remote_driver.c:754 +#, c-format +msgid "Failed to parse value of URI component %s" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:520 ../../src/openvz/openvz_conf.c:1073 +#: ../../src/openvz/openvz_driver.c:1762 +msgid "Failed to parse vzlist output" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2505 +#, c-format +msgid "Failed to pin vcpu '%d' with libxenlight" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:1006 +#, c-format +msgid "Failed to pin vcpu '%zu' with libxenlight" +msgstr "" + +#: ../../src/lxc/lxc_container.c:767 +msgid "Failed to pivot root" +msgstr "" + +#: ../../src/util/virstoragefile.c:1248 +#, c-format +msgid "Failed to pre-allocate space for file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:5192 +#, c-format +msgid "Failed to probe capabilities for %s: %s" +msgstr "" + +#: ../../src/storage/storage_util.c:3076 +#, c-format +msgid "Failed to probe for format type '%s'" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:745 +#, c-format +msgid "Failed to process SCSI device with sysfs path '%s'" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2390 +msgid "Failed to query for interfaces addresses" +msgstr "" + +#: ../../src/util/virnuma.c:72 +msgid "Failed to query numad for the advisory nodeset" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:666 +#, c-format +msgid "Failed to re-attach PCI device: %s" +msgstr "" + +#: ../../tools/virsh-nodedev.c:698 +#, c-format +msgid "Failed to re-attach device %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:979 +#, c-format +msgid "Failed to re-mount %s on %s flags=0x%x" +msgstr "" + +#: ../../src/util/vircgroup.c:2430 ../../src/util/vircgroup.c:2440 +#: ../../src/util/virfile.c:2015 +#, c-format +msgid "Failed to read %s" +msgstr "" + +#: ../../src/security/security_apparmor.c:136 +#, c-format +msgid "Failed to read '%s'" +msgstr "" + +#: ../../src/lxc/lxc_container.c:833 +msgid "Failed to read /proc/mounts" +msgstr "" + +#: ../../src/security/security_apparmor.c:88 +#, c-format +msgid "Failed to read AppArmor profiles list '%s'" +msgstr "" + +#: ../../src/util/virpci.c:815 ../../src/util/virpci.c:863 +#, c-format +msgid "Failed to read PCI config space for %s" +msgstr "" + +#: ../../src/vbox/vbox_tmpl.c:1576 +#, c-format +msgid "Failed to read RDP port value, rc=%08x" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:531 +#, c-format +msgid "Failed to read checkpoint file %s" +msgstr "" + +#: ../../src/util/virfile.c:1452 +#, c-format +msgid "Failed to read file '%s'" +msgstr "" + +#: ../../src/rpc/virnetdaemon.c:637 +msgid "Failed to read from signal pipe" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1448 +#, c-format +msgid "Failed to read pid file %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:8537 +#, c-format +msgid "Failed to read pidfile %s" +msgstr "" + +#: ../../src/util/virpci.c:1399 +#, c-format +msgid "Failed to read product/vendor ID for %s" +msgstr "" + +#: ../../tools/virsh-secret.c:254 +msgid "Failed to read secret" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:423 +#, c-format +msgid "Failed to read snapshot file %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2197 +msgid "Failed to read the container continue message" +msgstr "" + +#: ../../src/util/vircgroup.c:2352 +#, c-format +msgid "Failed to readdir for %s (%d)" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:2362 +#: ../../src/hypervisor/virhostdev.c:2433 +#, c-format +msgid "Failed to reattach NVMe for disk target: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:6056 +#, c-format +msgid "Failed to reboot domain %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1362 +#, c-format +msgid "Failed to reboot domain '%d' with libxenlight" +msgstr "" + +#: ../../tools/virt-admin.c:122 +msgid "Failed to reconnect to the admin server" +msgstr "" + +#: ../../tools/virsh.c:227 +msgid "Failed to reconnect to the hypervisor" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:2069 +msgid "Failed to recv file descriptor" +msgstr "" + +#: ../../tools/virsh-pool.c:752 +#, c-format +msgid "Failed to refresh pool %s" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:891 +msgid "Failed to register lock failure action" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:886 +#, c-format +msgid "Failed to register lock failure action: %s" +msgstr "" + +#: ../../src/rpc/virnetdaemon.c:820 +msgid "Failed to register shutdown timeout" +msgstr "" + +#: ../../src/qemu/qemu_slirp.c:332 +msgid "Failed to register slirp migration" +msgstr "" + +#: ../../src/util/virxml.c:1428 +#, c-format +msgid "Failed to register xml namespace '%s'" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:618 +msgid "" +"Failed to register xml namespace 'http://www.innotek.de/VirtualBox-settings'" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:1128 +msgid "Failed to release lock" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:1123 +#, c-format +msgid "Failed to release lock: %s" +msgstr "" + +#: ../../src/util/virportallocator.c:272 +#, c-format +msgid "Failed to release port %d" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2025 +#, c-format +msgid "Failed to remove capability %s: %d" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2941 ../../src/qemu/qemu_driver.c:7759 +msgid "Failed to remove domain managed save image" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3675 +#, c-format +msgid "Failed to remove managed save file '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:4878 +#, c-format +msgid "Failed to remove managed save image for domain %s" +msgstr "" + +#: ../../tools/virsh-domain.c:3970 +#, c-format +msgid "Failed to remove storage volume '%s'(%s)" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:349 +#: ../../src/storage/storage_backend_iscsi_direct.c:360 +#, c-format +msgid "Failed to reportluns: %s" +msgstr "" + +#: ../../src/util/virnuma.c:189 +msgid "Failed to request maximum NUMA node id" +msgstr "" + +#: ../../src/conf/domain_addr.c:48 +#, c-format +msgid "Failed to reserve %s %o" +msgstr "" + +#: ../../src/util/virportallocator.c:300 +#, c-format +msgid "Failed to reserve port %d" +msgstr "" + +#: ../../src/util/virportallocator.c:238 +#, c-format +msgid "Failed to reserve port %zu" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:636 +#, c-format +msgid "Failed to reset PCI device: %s" +msgstr "" + +#: ../../tools/virsh-nodedev.c:749 +#, c-format +msgid "Failed to reset device %s" +msgstr "" + +#: ../../tools/virsh-domain.c:6098 +#, c-format +msgid "Failed to reset domain %s" +msgstr "" + +#: ../../tools/virsh-domain.c:2940 +#, c-format +msgid "Failed to resize block device '%s'" +msgstr "" + +#: ../../src/util/virpci.c:2211 +#, c-format +msgid "Failed to resolve device link '%s'" +msgstr "" + +#: ../../src/lxc/lxc_container.c:630 +#, c-format +msgid "Failed to resolve symlink at %s" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:474 +#, c-format +msgid "Failed to restart VM '%s': %s" +msgstr "" + +#: ../../src/storage/storage_driver.c:167 +#, c-format +msgid "Failed to restart storage pool '%s': %s" +msgstr "" + +#: ../../src/util/virpci.c:836 ../../src/util/virpci.c:885 +#, c-format +msgid "Failed to restore PCI config space for %s" +msgstr "" + +#: ../../tools/virsh-domain.c:5380 +#, c-format +msgid "Failed to restore domain from %s" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:1053 +msgid "Failed to restrict process" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:1048 +#, c-format +msgid "Failed to restrict process: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:5894 +#, c-format +msgid "Failed to resume domain %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1532 +#, c-format +msgid "Failed to resume domain '%d'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1241 +#, c-format +msgid "Failed to resume domain '%d' with libxenlight" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:159 +#, c-format +msgid "Failed to resume guest %s after failure" +msgstr "" + +#: ../../tools/virsh-domain.c:8248 +#, c-format +msgid "Failed to retrieve CPU statistics for domain '%s'" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:585 +#, c-format +msgid "" +"Failed to retrieve config for VM '%s'. Unable to perform soft reset. " +"Destroying VM" +msgstr "" + +#: ../../tools/virsh-domain.c:6665 +msgid "Failed to retrieve current vcpu count" +msgstr "" + +#: ../../tools/virsh-domain.c:6660 ../../tools/virsh-domain.c:6836 +msgid "Failed to retrieve maximum vcpu count" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:304 +#, c-format +msgid "Failed to retrieve ssh host key: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:6634 +msgid "Failed to retrieve vCPU count from the guest" +msgstr "" + +#: ../../tools/virsh-domain.c:6874 +msgid "Failed to retrieve vcpu state bitmap" +msgstr "" + +#: ../../tools/virsh-interface.c:764 +msgid "Failed to rollback network config change transaction" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2454 +msgid "Failed to run clone container" +msgstr "" + +#: ../../src/util/viriscsi.c:230 +#, c-format +msgid "Failed to run command '%s' to create new iscsi interface" +msgstr "" + +#: ../../src/util/viriscsi.c:249 +#, c-format +msgid "Failed to run command '%s' to update iscsi interface with IQN '%s'" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4615 +#, c-format +msgid "Failed to save '%s' for '%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1992 +#, c-format +msgid "Failed to save VM settings, rc=%08x" +msgstr "" + +#: ../../tools/virsh-domain.c:4786 +#, c-format +msgid "Failed to save domain %s state" +msgstr "" + +#: ../../tools/virsh-domain.c:4270 +#, c-format +msgid "Failed to save domain %s to %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1867 +#, c-format +msgid "Failed to save domain '%d' with libxenlight" +msgstr "" + +#: ../../src/storage/storage_util.c:2529 +#, c-format +msgid "Failed to seek to %llu bytes to the end in volume with path '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:2521 +#, c-format +msgid "Failed to seek to the start in volume with path '%s'" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2273 +msgid "Failed to send continue signal to controller" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:2036 +#, c-format +msgid "Failed to send file descriptor %d" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:254 +#, c-format +msgid "Failed to send inquiry command: %s" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:362 +msgid "Failed to send migration data to destination host" +msgstr "" + +#: ../../src/util/virinitctl.c:175 +#, c-format +msgid "Failed to send request to init control %s" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:1180 +msgid "Failed to serialize snapshot" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:1603 +#, c-format +msgid "Failed to set %s for %s: value too large" +msgstr "" + +#: ../../src/storage/storage_util.c:473 +msgid "Failed to set NOCOW flag" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:1220 +#, c-format +msgid "Failed to set TLS session priority to %s: %s" +msgstr "" + +#: ../../tools/virsh-secret.c:96 +#, c-format +msgid "Failed to set attributes from %s" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:147 +#, c-format +msgid "Failed to set bridge %s %s via ioctl" +msgstr "" + +#: ../../tools/virsh-interface.c:898 +#, c-format +msgid "Failed to set bridge delay %d in xml document" +msgstr "" + +#: ../../tools/virsh-interface.c:907 +msgid "Failed to set bridge interface type to 'bridge' in xml document" +msgstr "" + +#: ../../src/util/virlockspace.c:145 ../../src/util/virlockspace.c:198 +#: ../../src/util/virpidfile.c:351 +#, c-format +msgid "Failed to set close-on-exec flag '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:299 +#, c-format +msgid "Failed to set com port %s: does not start with '/dev/nmdm'." +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:125 +#, c-format +msgid "Failed to set credential: %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2145 +msgid "Failed to set hostname" +msgstr "" + +#: ../../tools/virsh-interface.c:1126 +#, c-format +msgid "Failed to set interface name to '%s' in xml document" +msgstr "" + +#: ../../tools/virsh-interface.c:1120 +#, c-format +msgid "Failed to set interface type to '%s' in xml document" +msgstr "" + +#: ../../src/util/virlog.c:309 +#, c-format +msgid "Failed to set logging priority, argument '%u' is invalid" +msgstr "" + +#: ../../tools/virsh-interface.c:912 +#, c-format +msgid "Failed to set master bridge interface name to '%s' in xml document" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1666 +#, c-format +msgid "Failed to set maximum memory for domain '%d' with libxenlight" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:703 +msgid "Failed to set memory for domain" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1701 +#, c-format +msgid "Failed to set memory for domain '%d' with libxenlight" +msgstr "" + +#: ../../tools/virsh-domain.c:8587 +msgid "Failed to set new domain description" +msgstr "" + +#: ../../tools/virsh-domain.c:8586 +msgid "Failed to set new domain title" +msgstr "" + +#: ../../tools/virsh-interface.c:935 +#, c-format +msgid "Failed to set new slave interface name to '%s' in xml document" +msgstr "" + +#: ../../tools/virsh-interface.c:929 +#, c-format +msgid "Failed to set new slave interface type to '%s' in xml document" +msgstr "" + +#: ../../src/util/vircommand.c:650 ../../src/util/vircommand.c:674 +msgid "Failed to set non-blocking file descriptor flag" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:11273 ../../src/qemu/qemu_domain.c:12084 +#, c-format +msgid "Failed to set permissions for device %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4740 +#, c-format +msgid "Failed to set scheduler parameters for domain '%d' with libxenlight" +msgstr "" + +#: ../../tools/virsh-secret.c:274 +msgid "Failed to set secret value" +msgstr "" + +#: ../../src/qemu/qemu_process.c:227 +#, c-format +msgid "Failed to set security context for agent for %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:1965 +#, c-format +msgid "Failed to set security context for monitor for %s" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:158 +#, c-format +msgid "Failed to set session type: %s" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:319 +#, c-format +msgid "Failed to set slave for %s: last letter not 'A' or 'B'" +msgstr "" + +#: ../../tools/virsh-interface.c:891 +msgid "Failed to set stp attribute in xml document" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:151 +#, c-format +msgid "Failed to set target name: %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2338 ../../src/libxl/libxl_driver.c:2349 +#, c-format +msgid "Failed to set vcpus for domain '%d' with libxenlight" +msgstr "" + +#: ../../tools/virsh.c:183 +msgid "Failed to setup keepalive on connection\n" +msgstr "" + +#: ../../tools/virsh-domain.c:5976 +#, c-format +msgid "Failed to shutdown domain %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1300 ../../src/libxl/libxl_driver.c:1315 +#, c-format +msgid "Failed to shutdown domain '%d' with libxenlight" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:599 +#, c-format +msgid "Failed to soft reset VM '%s'. Destroying VM" +msgstr "" + +#: ../../src/qemu/qemu_process.c:8530 +#, c-format +msgid "Failed to start QEMU binary %s for probing: %s" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:455 ../../src/rpc/virnetsaslcontext.c:550 +#: ../../src/rpc/virnetsaslcontext.c:595 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "" + +#: ../../tools/virsh-interface.c:986 +#, c-format +msgid "Failed to start bridge interface %s" +msgstr "" + +#: ../../tools/virsh-domain.c:4165 +#, c-format +msgid "Failed to start domain %s" +msgstr "" + +#: ../../tools/virsh-interface.c:630 ../../tools/virsh-interface.c:1187 +#, c-format +msgid "Failed to start interface %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:212 +#, c-format +msgid "Failed to start job on VM '%s': %s" +msgstr "" + +#: ../../tools/virsh-network.c:860 +#, c-format +msgid "Failed to start network %s" +msgstr "" + +#: ../../tools/virsh-pool.c:1720 +#, c-format +msgid "Failed to start pool %s" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:1322 +msgid "Failed to start slirp" +msgstr "" + +#: ../../src/util/virerror.c:1092 +msgid "Failed to start the nwfilter driver" +msgstr "" + +#: ../../src/util/virerror.c:1093 +#, c-format +msgid "Failed to start the nwfilter driver: %s" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4681 +#, c-format +msgid "Failed to stat %s" +msgstr "" + +#: ../../src/storage/storage_util.c:2589 +#, c-format +msgid "Failed to stat storage volume with path '%s'" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:504 +#, c-format +msgid "Failed to step SASL negotiation: %d (%s)" +msgstr "" + +#: ../../tools/virsh-domain.c:3446 +#, c-format +msgid "Failed to suspend domain %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1481 +#, c-format +msgid "Failed to suspend domain '%d'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1188 +#, c-format +msgid "Failed to suspend domain '%d' with libxenlight" +msgstr "" + +#: ../../src/util/virprocess.c:1291 +msgid "Failed to switch root mount into slave mode" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1110 +#, c-format +msgid "Failed to symlink device %s to %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_text.c:136 +#, c-format +msgid "Failed to take snapshot: %s" +msgstr "" + +#: ../../src/util/virprocess.c:419 ../../src/util/virprocess.c:430 +#, c-format +msgid "Failed to terminate process %lld with SIG%s" +msgstr "" + +#: ../../src/network/bridge_driver.c:1428 +#, c-format +msgid "Failed to translate bridge '%s' prefix %d to netmask" +msgstr "" + +#: ../../src/util/virpci.c:1087 +#, c-format +msgid "Failed to trigger a probe for PCI device '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:1257 +#, c-format +msgid "Failed to truncate file '%s'" +msgstr "" + +#: ../../src/util/virpidfile.c:396 +#, c-format +msgid "Failed to truncate pid file '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:2492 +#, c-format +msgid "Failed to truncate volume with path '%s' to %ju bytes" +msgstr "" + +#: ../../src/storage/storage_util.c:2484 +#, c-format +msgid "Failed to truncate volume with path '%s' to 0 bytes" +msgstr "" + +#: ../../src/util/virpci.c:1062 +#, c-format +msgid "Failed to unbind PCI device '%s' from %s" +msgstr "" + +#: ../../tools/virsh-interface.c:1170 +#, c-format +msgid "Failed to undefine bridge interface %s" +msgstr "" + +#: ../../tools/virsh-domain.c:3948 +#, c-format +msgid "Failed to undefine domain %s" +msgstr "" + +#: ../../tools/virsh-interface.c:591 +#, c-format +msgid "Failed to undefine interface %s" +msgstr "" + +#: ../../tools/virsh-network.c:898 +#, c-format +msgid "Failed to undefine network %s" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:153 +#, c-format +msgid "Failed to undefine network filter %s" +msgstr "" + +#: ../../tools/virsh-pool.c:1760 +#, c-format +msgid "Failed to undefine pool %s" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:141 +msgid "Failed to unescape command line string" +msgstr "" + +#: ../../tools/virsh-domain.c:1136 +#, c-format +msgid "Failed to unmark domain %s as autostarted" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:261 +#: ../../src/storage/storage_backend_iscsi_direct.c:282 +#, c-format +msgid "Failed to unmarshall reply: %s" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:368 +#, c-format +msgid "Failed to unmarshall reportluns: %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:582 +#, c-format +msgid "Failed to unmount '%s' and could not detach subtree '%s'" +msgstr "" + +#: ../../src/lxc/lxc_container.c:590 +#, c-format +msgid "Failed to unmount '%s' and could not unmount old root '%s'" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:1312 +msgid "Failed to unpause domain" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:399 ../../tools/virsh-domain.c:4639 +#: ../../tools/virsh-snapshot.c:609 +#, c-format +msgid "Failed to update %s" +msgstr "" + +#: ../../tools/virsh-domain.c:5067 +#, c-format +msgid "Failed to update %s XML configuration" +msgstr "" + +#: ../../src/util/viriscsi.c:566 +#, c-format +msgid "Failed to update '%s' of node mode for target '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:12268 +#, c-format +msgid "Failed to update device from %s" +msgstr "" + +#: ../../tools/virsh-domain.c:3201 +msgid "Failed to update interface link state" +msgstr "" + +#: ../../tools/virsh-network.c:1036 +#, c-format +msgid "Failed to update network %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:1131 +msgid "Failed to verify peer's certificate" +msgstr "" + +#: ../../tools/virsh-volume.c:970 +#, c-format +msgid "Failed to wipe vol %s" +msgstr "" + +#: ../../src/storage/storage_util.c:2545 +#, c-format +msgid "Failed to write %zu bytes to storage volume with path '%s'" +msgstr "" + +#: ../../src/qemu/qemu_dbus.c:220 +#, c-format +msgid "Failed to write '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1850 +msgid "Failed to write save file header" +msgstr "" + +#: ../../src/util/virpidfile.c:404 +#, c-format +msgid "Failed to write to pid file '%s'" +msgstr "" + +#: ../../src/vmware/vmware_driver.c:439 ../../src/vmware/vmware_driver.c:692 +#, c-format +msgid "Failed to write vmx file '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1856 +msgid "Failed to write xml description" +msgstr "" + +#: ../../tools/virsh-domain.c:3960 +msgid "Failed! Volume not removed." +msgstr "" + +#: ../../tools/virsh-edit.c:116 +msgid "Failed." +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:846 +#, c-format +msgid "Failure action %s is not supported by sanlock" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2320 ../../src/lxc/lxc_controller.c:2754 +#, c-format +msgid "Failure in libvirt_lxc startup: %s\n" +msgstr "" + +#: ../../src/util/viriptables.c:394 +msgid "Failure to mask address" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1065 +msgid "Failure while reading log output" +msgstr "" + +#: ../../src/conf/network_conf.c:1211 +#, c-format +msgid "Family 'ipv6' specified for non-IPv6 address '%s' in network '%s'" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1590 +#, c-format +msgid "Feature %s required by CPU model %s not found" +msgstr "" + +#: ../../src/util/virhostcpu.c:163 ../../src/util/virhostmem.c:103 +#: ../../src/util/virhostmem.c:121 +#, c-format +msgid "Field '%s' too long for destination" +msgstr "" + +#: ../../src/util/virhostmem.c:221 +msgid "Field kernel memory too long for destination" +msgstr "" + +#: ../../src/util/virtypedparam-public.c:44 ../../src/util/virtypedparam.c:86 +#: ../../src/util/virtypedparam.c:284 +#, c-format +msgid "Field name '%s' too long" +msgstr "" + +#: ../../src/util/virtypedparam.c:757 +msgid "Field name too long" +msgstr "" + +#: ../../tools/virsh-host.c:1158 +#, c-format +msgid "" +"File '%s' does not contain any <cpu> element or valid domain XML, host " +"capabilities XML, or domain capabilities XML" +msgstr "" + +#: ../../src/esx/esx_storage_backend_vmfs.c:1437 +#, c-format +msgid "File '%s' has unknown type" +msgstr "" + +#: ../../src/util/virresctrl.c:2738 +#, c-format +msgid "File '%s/%s/%s' does not exist." +msgstr "" + +#: ../../tools/virsh-domain.c:6390 +msgid "File bandwidth:" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:1537 +#, c-format +msgid "" +"File descriptor returned by udev %d does not match node device file " +"descriptor %d" +msgstr "" + +#: ../../src/esx/esx_driver.c:205 +#, c-format +msgid "" +"File name '%s' doesn't have expected format '/vmfs/volumes/<datastore>/" +"<path>'" +msgstr "" + +#: ../../src/esx/esx_driver.c:220 +#, c-format +msgid "File name '%s' refers to non-existing datastore '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:6377 +msgid "File processed:" +msgstr "" + +#: ../../tools/virsh-domain.c:6379 +msgid "File remaining:" +msgstr "" + +#: ../../src/util/virfdstream.c:1430 ../../src/util/virfdstream.c:1441 +#: ../../src/util/virfdstream.c:1454 ../../src/util/virfdstream.c:1468 +#: ../../src/util/virfdstream.c:1481 ../../src/util/virfdstream.c:1495 +#: ../../src/util/virfdstream.c:1507 +msgid "File streams are not supported on this platform" +msgstr "" + +#: ../../tools/virsh-domain.c:6381 +msgid "File total:" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:598 +msgid "Filepath is Null" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:996 +msgid "Filepath is null" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3417 +msgid "Filesystem driver type not supported" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2649 +msgid "Filesystems in VMs are not supported by vz driver" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:728 +msgid "Filter" +msgstr "" + +#: ../../src/conf/virnwfilterobj.c:207 +#, c-format +msgid "Filter '%s' is in use." +msgstr "" + +#: ../../tools/virsh-secret.c:461 +msgid "Filtering is not supported by this libvirt" +msgstr "" + +#: ../../tools/virsh-pool.c:900 +msgid "Filtering using --type is not supported by this libvirt" +msgstr "" + +#: ../../tools/virsh-domain.c:12999 +msgid "Finished" +msgstr "" + +#: ../../tools/virsh-domain.c:13000 +msgid "Finished after guest request" +msgstr "" + +#: ../../tools/virsh-domain.c:13001 +msgid "Finished after host request" +msgstr "" + +#: ../../src/esx/esx_driver.c:3048 ../../src/vmware/vmware_conf.c:411 +msgid "" +"First file-based harddisk has no source, cannot deduce datastore and path " +"for VMX file" +msgstr "" + +#: ../../src/internal.h:336 ../../src/internal.h:358 +#, c-format +msgid "Flag '%s' is required by flag '%s'" +msgstr "" + +#: ../../src/internal.h:286 ../../src/internal.h:310 +#, c-format +msgid "Flags '%s' and '%s' are mutually exclusive" +msgstr "" + +#: ../../src/conf/domain_conf.c:3951 +msgid "" +"Flags 'VIR_DOMAIN_AFFECT_LIVE' and 'VIR_DOMAIN_AFFECT_CONFIG' are mutually " +"exclusive" +msgstr "" + +#: ../../src/vmx/vmx.c:3696 +#, c-format +msgid "Floppy '%s' has unsupported type '%s', expecting '%s' or '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:959 +#, c-format +msgid "Floppy disk index (parsed from '%s') is too large" +msgstr "" + +#: ../../src/network/bridge_driver.c:1350 +msgid "For IPv4, multiple DHCP definitions cannot be specified." +msgstr "" + +#: ../../src/network/bridge_driver.c:1376 +msgid "For IPv6, multiple DHCP definitions cannot be specified." +msgstr "" + +#: ../../tools/virt-admin.c:739 +msgid "Force close a specific client's connection to the given server." +msgstr "" + +#: ../../tools/virsh-domain.c:8415 +msgid "Forcefully stop a given domain, but leave its resources intact." +msgstr "" + +#: ../../tools/virsh-network.c:289 +msgid "Forcefully stop a given network." +msgstr "" + +#: ../../tools/virsh-pool.c:648 +msgid "Forcefully stop a given pool. Raw data in the pool is untouched" +msgstr "" + +#: ../../src/storage/storage_util.c:3101 +#, c-format +msgid "Format of device '%s' does not match the expected format '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:3095 +#, c-format +msgid "" +"Format of device '%s' does not match the expected format '%s', forced " +"overwrite is necessary" +msgstr "" + +#: ../../src/esx/esx_util.c:317 +#, c-format +msgid "Formatting IP address for host '%s' failed: %s" +msgstr "" + +#: ../../src/storage/storage_util.c:3109 +msgid "Found additional probes to run, probing may be incorrect" +msgstr "" + +#: ../../src/conf/domain_conf.c:7029 +#, c-format +msgid "" +"Found duplicate drive address for disk with target name '%s' controller='%u' " +"bus='%u' target='%u' unit='%u'" +msgstr "" + +#: ../../src/util/virpci.c:1795 +#, c-format +msgid "Found invalid device link '%s' in '%s'" +msgstr "" + +#: ../../src/esx/esx_driver.c:403 +#, c-format +msgid "Found unexpected controller model '%s' for disk '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:14023 ../../tools/virsh-domain.c:14026 +msgid "Freeze domain's mounted filesystems." +msgstr "" + +#: ../../tools/virsh-domain.c:14066 +#, c-format +msgid "Froze %d filesystem(s)\n" +msgstr "" + +#: ../../tools/virsh-domain.c:2905 +msgid "Fully-qualified path of block device" +msgstr "" + +#: ../../tools/virsh-domain.c:13822 +msgid "Fully-qualified path or target of disk device" +msgstr "" + +#: ../../src/libxl/xen_common.c:421 +#, c-format +msgid "Function %s too big for destination" +msgstr "" + +#: ../../src/util/virerror.c:942 +msgid "GET operation failed" +msgstr "" + +#: ../../src/util/virerror.c:943 +#, c-format +msgid "GET operation failed: %s" +msgstr "" + +#: ../../src/util/virerror.c:1032 +msgid "GNUTLS call error" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:398 +msgid "Get block device size info for a domain." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:947 +msgid "" +"Get device block stats for a running domain. See man page or use --human for " +"explanation of fields" +msgstr "" + +#: ../../tools/virsh-domain.c:14129 ../../tools/virsh-domain.c:14132 +msgid "Get information of domain's mounted filesystems." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:798 +msgid "Get link state of a domain's virtual interface." +msgstr "" + +#: ../../tools/virsh-domain.c:11246 +msgid "" +"Get maximum tolerable downtime of a domain which is being live-migrated to " +"another host." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:280 +msgid "Get memory statistics for a running domain." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1135 +msgid "Get network interface stats for a running domain." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2332 +#: ../../tools/virsh-domain-monitor.c:2333 +msgid "Get network interfaces' addresses for a running domain" +msgstr "" + +#: ../../tools/virsh-domain.c:1480 +msgid "Get or set blkio parameters" +msgstr "" + +#: ../../tools/virsh-domain.c:9162 +msgid "Get or set memory parameters" +msgstr "" + +#: ../../tools/virsh-host.c:1494 +msgid "Get or set node memory parameters" +msgstr "" + +#: ../../tools/virsh-host.c:1495 +msgid "" +"Get or set node memory parameters\n" +" To get the memory parameters, use following command: \n" +"\n" +" virsh # node-memory-tune" +msgstr "" + +#: ../../tools/virsh-domain.c:9473 +msgid "Get or set numa parameters" +msgstr "" + +#: ../../tools/virsh-domain.c:9339 +msgid "Get or set perf event" +msgstr "" + +#: ../../tools/virsh-domain.c:1483 +msgid "" +"Get or set the current blkio parameters for a guest domain.\n" +" To get the blkio parameters use following command: \n" +"\n" +" virsh # blkiotune <domain>" +msgstr "" + +#: ../../tools/virsh-domain.c:9165 +msgid "" +"Get or set the current memory parameters for a guest domain.\n" +" To get the memory parameters use following command: \n" +"\n" +" virsh # memtune <domain>" +msgstr "" + +#: ../../tools/virsh-domain.c:9476 +msgid "" +"Get or set the current numa parameters for a guest domain.\n" +" To get the numa parameters use following command: \n" +"\n" +" virsh # numatune <domain>" +msgstr "" + +#: ../../tools/virsh-domain.c:9342 +msgid "" +"Get or set the current perf events for a guest domain.\n" +" To get the perf events list use following command: \n" +"\n" +" virsh # perf <domain>" +msgstr "" + +#: ../../tools/virsh-snapshot.c:621 ../../tools/virsh-snapshot.c:624 +msgid "Get or set the current snapshot" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1624 +msgid "Get persistent config failed" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:815 +msgid "Get persistent interface state" +msgstr "" + +#: ../../tools/virsh-host.c:1344 +msgid "Get the CPU models for an arch." +msgstr "" + +#: ../../tools/virsh-domain.c:11395 +msgid "Get the maximum migration bandwidth" +msgstr "" + +#: ../../tools/virsh-domain.c:11398 +msgid "Get the maximum migration bandwidth (in MiB/s) for a domain." +msgstr "" + +#: ../../tools/virsh-checkpoint.c:951 +msgid "Get the name of the parent of a checkpoint" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1730 +msgid "Get the name of the parent of a snapshot" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:575 +msgid "Get the summary of block devices for a domain." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:708 +msgid "Get the summary of virtual interfaces for a domain." +msgstr "" + +#: ../../tools/virsh-domain.c:3225 +msgid "Get/set parameters of a domain's virtual interface." +msgstr "" + +#: ../../tools/virsh-domain.c:11286 +msgid "" +"Get/set size of the cache (in bytes) used for compressing repeatedly " +"transferred memory pages during live migration." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1463 +msgid "Gets or sets the domain's system time" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2090 +msgid "Gets statistics about one or more (or all) domains" +msgstr "" + +#: ../../src/util/virdbus.c:1038 +#, c-format +msgid "Got array ref but '%s' is not a single basic type / dict" +msgstr "" + +#: ../../src/util/virdbus.c:741 +#, c-format +msgid "" +"Got array ref but '%s' is not a single basic type or dict with matching key" +"+value type" +msgstr "" + +#: ../../src/util/virresctrl.c:744 +msgid "Got empty feature list from resctrl" +msgstr "" + +#: ../../src/esx/esx_driver.c:1872 +#, c-format +msgid "Got invalid memory size %d" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:390 +msgid "Graphics are only supported when booting using UEFI" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2114 +#, c-format +msgid "Group %s doesn't exist" +msgstr "" + +#: ../../tools/vsh.c:3096 +msgid "" +"Grouped commands:\n" +"\n" +msgstr "" + +#: ../../src/bhyve/bhyve_monitor.c:154 +#, c-format +msgid "Guest %s got signal %d and crashed" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:942 ../../src/qemu/qemu_agent.c:1091 +#: ../../src/qemu/qemu_agent.c:1122 +msgid "Guest agent disappeared while executing command" +msgstr "" + +#: ../../src/util/virerror.c:1170 +msgid "Guest agent is not responding" +msgstr "" + +#: ../../src/util/virerror.c:1171 +#, c-format +msgid "Guest agent is not responding: %s" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:850 +msgid "Guest agent not available for now" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:93 +msgid "HTM configuration is not supported by this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:67 +msgid "HTP resizing is not supported by this QEMU binary" +msgstr "" + +#: ../../src/esx/esx_vi.c:1402 +#, c-format +msgid "HTTP response code %d for call to '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:1302 +#, c-format +msgid "" +"HTTP response code %d for call to '%s'. Fault is unknown, XPath evaluation " +"failed" +msgstr "" + +#: ../../src/esx/esx_vi.c:1310 +#, c-format +msgid "" +"HTTP response code %d for call to '%s'. Fault is unknown, deserialization " +"failed" +msgstr "" + +#: ../../src/esx/esx_vi.c:1317 +#, c-format +msgid "HTTP response code %d for call to '%s'. Fault: %s - %s" +msgstr "" + +#: ../../src/esx/esx_vi.c:411 +#, c-format +msgid "HTTP response code %d for download from '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:458 +#, c-format +msgid "HTTP response code %d for upload to '%s'" +msgstr "" + +#: ../../src/util/vircommand.c:2816 ../../src/util/vircommand.c:2880 +msgid "Handshake is already complete" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:813 +msgid "Hard disk is null" +msgstr "" + +#: ../../src/rpc/virnetclientstream.c:697 +msgid "Holes are not supported with this stream" +msgstr "" + +#: ../../src/util/virhook.c:304 +#, c-format +msgid "Hook for %s, failed to find operation #%d" +msgstr "" + +#: ../../src/util/virerror.c:1122 +msgid "Hook script execution failed" +msgstr "" + +#: ../../src/util/virerror.c:1123 +#, c-format +msgid "Hook script execution failed: %s" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1896 +msgid "Host CPU does not provide required features" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1916 +msgid "Host CPU does not strictly match guest CPU: Extra features" +msgstr "" + +#: ../../src/cpu/cpu_ppc64.c:95 +msgid "Host CPU does not support compatibility modes" +msgstr "" + +#: ../../tools/virsh-host.c:1257 +#, c-format +msgid "Host CPU is a superset of CPU described in %s\n" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1882 +msgid "Host CPU provides forbidden features" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:256 ../../src/libxl/libxl_driver.c:954 +#: ../../src/lxc/lxc_driver.c:4641 ../../src/qemu/qemu_command.c:5692 +#: ../../src/qemu/qemu_driver.c:1284 ../../src/vz/vz_driver.c:468 +msgid "Host SMBIOS information is not available" +msgstr "" + +#: ../../src/util/virsysinfo.c:1208 +msgid "Host sysinfo extraction not supported on this platform" +msgstr "" + +#: ../../src/esx/esx_vi.c:4440 +#, c-format +msgid "HostCpuIdInfo register '%s' has an unexpected format" +msgstr "" + +#: ../../src/esx/esx_vi.c:4426 +#, c-format +msgid "HostCpuIdInfo register '%s' has an unexpected length" +msgstr "" + +#: ../../src/esx/esx_network_driver.c:359 +#, c-format +msgid "HostPortGroup with name '%s' exists already" +msgstr "" + +#: ../../src/esx/esx_network_driver.c:313 +msgid "" +"HostVirtualSwitch already exists, editing existing ones is not supported yet" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:3682 ../../src/lxc/lxc_driver.c:3754 +#, c-format +msgid "Hostdev source %s must be a block device" +msgstr "" + +#: ../../tools/virsh-network.c:1427 +msgid "Hostname" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:939 ../../src/rpc/virnetsshsession.c:954 +msgid "Hostname is needed for host key verification" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:266 +#, c-format +msgid "Hostname of '%s' is unset" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7528 +#, c-format +msgid "Hotplug unsupported for char device type '%d'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7524 +#, c-format +msgid "Hotplug unsupported for char device type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:1586 +#, c-format +msgid "Human monitor command is not available to run %s" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:412 +msgid "Human readable output" +msgstr "" + +#: ../../src/util/virnodesuspend.c:208 +msgid "Hybrid-Suspend" +msgstr "" + +#: ../../src/conf/domain_conf.c:23520 +#, c-format +msgid "HyperV spinlock retry count differs: source: '%u', destination: '%u'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19482 +msgid "HyperV spinlock retry count must be at least 4095" +msgstr "" + +#: ../../src/conf/domain_conf.c:23531 +#, c-format +msgid "HyperV vendor_id differs: source: '%s', destination: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19511 +msgid "HyperV vendor_id value is invalid" +msgstr "" + +#: ../../src/conf/domain_conf.c:19502 +#, c-format +msgid "HyperV vendor_id value must not be more than %d characters." +msgstr "" + +#: ../../src/qemu/qemu_validate.c:320 +#, c-format +msgid "" +"Hyperv features are not supported for architecture '%s' or machine type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:200 +msgid "I/O APIC tuning is not supported by this QEMU binary" +msgstr "" + +#: ../../tools/virsh-domain.c:12969 +msgid "I/O Error" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:191 +msgid "I/O error" +msgstr "" + +#: ../../tools/virsh-domain.c:1273 +msgid "I/O size in bytes" +msgstr "" + +#: ../../tools/virsh-domain.c:5585 +msgid "ID of a screen to take screenshot of" +msgstr "" + +#: ../../src/vmx/vmx.c:1039 ../../src/vmx/vmx.c:2104 +#, c-format +msgid "IDE bus index %d out of [0..1] range" +msgstr "" + +#: ../../src/vmx/vmx.c:1032 +#, c-format +msgid "IDE controller index %d out of [0] range" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2430 +msgid "IDE controllers are unsupported for this QEMU binary or machine type" +msgstr "" + +#: ../../src/vmx/vmx.c:924 +#, c-format +msgid "IDE disk index (parsed from '%s') is too large" +msgstr "" + +#: ../../src/vmx/vmx.c:1046 ../../src/vmx/vmx.c:2111 +#, c-format +msgid "IDE unit index %d out of [0..1] range" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:532 +msgid "IFLA_PORT_SELF is missing" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:618 +msgid "IFLA_VF_PORTS is missing" +msgstr "" + +#: ../../tools/virsh-domain.c:1495 +msgid "IO Weight" +msgstr "" + +#: ../../tools/virsh-console.c:291 +msgid "IO error on stdin" +msgstr "" + +#: ../../tools/virsh-console.c:352 +msgid "IO error stdout" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3798 ../../src/qemu/qemu_validate.c:3815 +#, c-format +msgid "IOMMU device: '%s' is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3808 +#, c-format +msgid "IOMMU device: '%s' is only supported with ARM Virt machines" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3790 +#, c-format +msgid "IOMMU device: '%s' is only supported with Q35 machines" +msgstr "" + +#: ../../src/conf/domain_conf.c:7302 +msgid "IOMMU eim requires interrupt remapping to be enabled" +msgstr "" + +#: ../../src/conf/domain_conf.c:7293 +msgid "" +"IOMMU interrupt remapping requires split I/O APIC (ioapic driver='qemu')" +msgstr "" + +#: ../../tools/virsh-domain.c:7723 +msgid "IOThread ID" +msgstr "" + +#: ../../tools/virsh-domain.c:7770 +msgid "IOThread ID number" +msgstr "" + +#: ../../tools/virsh-domain.c:250 +msgid "IOThread to be used by supported device" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5204 +msgid "IOThreads for virtio-scsi not supported for this QEMU" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1516 +#, c-format +msgid "IOThreads not available for bus %s target %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5192 +msgid "IOThreads not supported for this QEMU" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5624 ../../src/qemu/qemu_driver.c:6268 +msgid "IOThreads not supported with this binary" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1500 +msgid "IOThreads only available for virtio pci and virtio ccw disk" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6007 +msgid "IOThreads polling is not supported for this QEMU" +msgstr "" + +#: ../../src/libxl/xen_common.c:1223 +#, c-format +msgid "IP %s too big for destination" +msgstr "" + +#: ../../tools/virsh-network.c:1427 +msgid "IP address" +msgstr "" + +#: ../../src/esx/esx_util.c:300 +#, c-format +msgid "IP address lookup for host '%s' failed: %s" +msgstr "" + +#: ../../src/nwfilter/nwfilter_learnipaddr.c:764 +msgid "" +"IP parameter must be given since libvirt was not compiled with IP address " +"learning support" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1600 +#: ../../src/nwfilter/nwfilter_learnipaddr.c:715 +msgid "" +"IP parameter must be provided since snooping the IP address does not work " +"possibly due to missing tools" +msgstr "" + +#: ../../tools/virt-host-validate-lxc.c:39 +msgid "IPC namespace support is required" +msgstr "" + +#: ../../tools/virsh-domain.c:13102 +msgid "IPv4" +msgstr "" + +#: ../../tools/virsh-domain.c:13103 +msgid "IPv6" +msgstr "" + +#: ../../src/vbox/vbox_common.c:216 +msgid "ISession object is null" +msgstr "" + +#: ../../src/vbox/vbox_common.c:210 +msgid "IVirtualBox object is null" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2008 +#: ../../tools/virsh-domain-monitor.c:2010 ../../tools/virt-admin.c:352 +#: ../../tools/virt-admin.c:605 +msgid "Id" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1302 +#: ../../tools/virsh-domain-monitor.c:1304 +msgid "Id:" +msgstr "" + +#: ../../src/conf/domain_conf.c:20458 +msgid "Identical vcpus found in same type monitors" +msgstr "" + +#: ../../src/conf/domain_conf.c:20680 +msgid "Identical vcpus in cachetunes found" +msgstr "" + +#: ../../src/util/viridentity.c:392 ../../src/util/viridentity.c:411 +#: ../../src/util/viridentity.c:430 ../../src/util/viridentity.c:449 +#: ../../src/util/viridentity.c:468 ../../src/util/viridentity.c:487 +#: ../../src/util/viridentity.c:507 ../../src/util/viridentity.c:526 +#: ../../src/util/viridentity.c:545 +msgid "Identity attribute is already set" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:187 +#, sh-format +msgid "Ignoring guests on $uri URI" +msgstr "" + +#: ../../src/vmx/vmx.c:3598 +#, c-format +msgid "Image file for %s %s '%s' has unsupported suffix, expecting '%s'" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1174 +msgid "In use" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:1662 +#, c-format +msgid "Inappropriate new pci controller index %zu exceeds addrs array length" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1225 +#, c-format +msgid "Incoming cookie data had unexpected UUID %s vs %s" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1209 +#, c-format +msgid "Incoming cookie data had unexpected name %s vs %s" +msgstr "" + +#: ../../tools/virsh-domain.c:6164 +msgid "Incoming migration" +msgstr "" + +#: ../../src/libxl/xen_xl.c:566 +#, c-format +msgid "Incomplete vnuma configuration for vnode %zu" +msgstr "" + +#: ../../src/vmx/vmx.c:1130 +#, c-format +msgid "" +"Inconsistent SCSI controller model ('%s' is not '%s') for SCSI controller " +"index %d" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1213 +msgid "Incorrect data type" +msgstr "" + +#: ../../src/qemu/qemu_monitor_text.c:73 +msgid "Incorrect disk format" +msgstr "" + +#: ../../tools/vsh-table.c:187 +msgid "Incorrect number of cells in a table row" +msgstr "" + +#: ../../src/util/virxml.c:673 +#, c-format +msgid "Incorrect xpath '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2789 +#, c-format +msgid "Index for '%s' controllers must be 0" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2770 +#, c-format +msgid "Index for '%s' controllers must be > 0" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:1217 ../../src/lxc/lxc_driver.c:2850 +#: ../../src/lxc/lxc_driver.c:4610 ../../src/lxc/lxc_process.c:423 +msgid "Init pid is not yet available" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2922 ../../src/lxc/lxc_driver.c:2998 +msgid "Init process ID is not yet known" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2657 +msgid "Initial memory size too large" +msgstr "" + +#: ../../src/libvirt.c:660 +#, c-format +msgid "Initialization of %s state driver failed: %s" +msgstr "" + +#: ../../src/libvirt.c:665 +#, c-format +msgid "Initialization of mandatory %s state driver skipped" +msgstr "" + +#: ../../tools/virsh-domain.c:8769 +msgid "Inject NMI to the guest" +msgstr "" + +#: ../../tools/virsh-domain.c:8772 +msgid "Inject NMI to the guest domain." +msgstr "" + +#: ../../src/conf/domain_conf.c:13867 +msgid "Input devices are not supported by this virtualization driver." +msgstr "" + +#: ../../tools/virsh-secret.c:230 +msgid "Input secret value is missing" +msgstr "" + +#: ../../tools/virsh-domain.c:13834 +msgid "Insert the media" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:596 +msgid "Installed bhyve binary does not support UEFI loader" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:561 +msgid "Installed bhyve binary does not support UTC clock" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:716 +msgid "Installed bhyve binary does not support bootrom" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:526 +msgid "Installed bhyve binary does not support defining CPU topology" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1141 +#, c-format +msgid "Instantiation of rules failed on interface '%s'" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:743 +msgid "Interface" +msgstr "" + +#: ../../tools/virsh-interface.c:136 +#, c-format +msgid "Interface %s XML configuration edited.\n" +msgstr "" + +#: ../../tools/virsh-interface.c:127 +#, c-format +msgid "Interface %s XML configuration not changed.\n" +msgstr "" + +#: ../../tools/virsh-interface.c:550 +#, c-format +msgid "Interface %s defined from %s\n" +msgstr "" + +#: ../../tools/virsh-interface.c:667 +#, c-format +msgid "Interface %s destroyed\n" +msgstr "" + +#: ../../tools/virsh-interface.c:628 ../../tools/virsh-interface.c:1190 +#, c-format +msgid "Interface %s started\n" +msgstr "" + +#: ../../tools/virsh-interface.c:589 +#, c-format +msgid "Interface %s undefined\n" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:860 +#, c-format +msgid "Interface (dev: %s) not found." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:858 +#, c-format +msgid "Interface (mac: %s) not found." +msgstr "" + +#: ../../tools/virsh-domain.c:1087 +msgid "Interface attached successfully\n" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2902 +msgid "Interface backend parameters are not supported by vz driver." +msgstr "" + +#: ../../tools/virsh-domain.c:12461 +msgid "Interface detached successfully\n" +msgstr "" + +#: ../../src/util/virnetdevopenvswitch.c:411 +msgid "Interface doesn't have any statistics" +msgstr "" + +#: ../../tools/virsh-interface.c:876 ../../tools/virsh-interface.c:1084 +#, c-format +msgid "Interface name from config %s doesn't match given supplied name %s" +msgstr "" + +#: ../../src/util/virnetdevtap.c:763 ../../src/util/virnetdevtap.c:846 +msgid "Interface name not provided" +msgstr "" + +#: ../../src/util/virerror.c:1083 ../../src/util/virnetdevopenvswitch.c:395 +#: ../../src/util/virnetdevtap.c:900 +msgid "Interface not found" +msgstr "" + +#: ../../src/util/virerror.c:1084 +#, c-format +msgid "Interface not found: %s" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:428 ../../src/hypervisor/virhostdev.c:523 +msgid "" +"Interface type hostdev is currently supported on SR-IOV Virtual Functions " +"only" +msgstr "" + +#: ../../src/conf/netdev_vlan_conf.c:84 +#, c-format +msgid "Invalid \"nativeMode='%s'\" in vlan <tag> element" +msgstr "" + +#: ../../src/conf/domain_conf.c:20311 +#, c-format +msgid "Invalid %s attribute 'vcpus' value '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3479 +#, c-format +msgid "Invalid %s image format specified in configuration file" +msgstr "" + +#: ../../src/util/vircgroupv2.c:1497 ../../src/util/vircgroupv2.c:1523 +msgid "Invalid 'cpu.max' data." +msgstr "" + +#: ../../src/conf/numa_conf.c:949 +#, c-format +msgid "Invalid 'discard' attribute value '%s'" +msgstr "" + +#: ../../src/conf/numa_conf.c:877 +#, c-format +msgid "Invalid 'id' attribute in NUMA cell: '%s'" +msgstr "" + +#: ../../src/conf/numa_conf.c:745 +#, c-format +msgid "Invalid 'id' attribute in NUMA distances for sibling: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11209 +#, c-format +msgid "Invalid 'iothread' value '%s'" +msgstr "" + +#: ../../src/conf/numa_conf.c:937 +#, c-format +msgid "Invalid 'memAccess' attribute value '%s'" +msgstr "" + +#: ../../src/util/virfirmware.c:108 +#, c-format +msgid "Invalid --with-loader-nvram list: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:15480 +msgid "Invalid BIOS 'date' format" +msgstr "" + +#: ../../src/lxc/lxc_native.c:585 +#, c-format +msgid "Invalid CIDR address: '%s'" +msgstr "" + +#: ../../src/conf/cpu_conf.c:616 +msgid "Invalid CPU feature name" +msgstr "" + +#: ../../src/conf/cpu_conf.c:606 +msgid "Invalid CPU feature policy" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1511 +#, c-format +msgid "Invalid CPU signature family in model %s" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1519 +#, c-format +msgid "Invalid CPU signature model in model %s" +msgstr "" + +#: ../../src/conf/cpu_conf.c:566 +msgid "Invalid CPU topology" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:512 +msgid "" +"Invalid CPU topology: total number of vCPUs must equal the product of " +"sockets, cores, and threads" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:666 +#, c-format +msgid "Invalid CPU vendor string '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:876 +#, c-format +msgid "Invalid DNS SRV priority attribute for service '%s' in network '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:7885 ../../tools/virsh-domain.c:7961 +#: ../../tools/virsh-domain.c:8054 +#, c-format +msgid "Invalid IOThread id value: '%d'" +msgstr "" + +#: ../../src/conf/network_conf.c:730 +#, c-format +msgid "Invalid IP address in network '%s' DNS HOST record" +msgstr "" + +#: ../../src/conf/network_conf.c:572 +#, c-format +msgid "Invalid IP address in static host definition for network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1204 +#, c-format +msgid "Invalid IPv4 prefix '%lu' in network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1223 +#, c-format +msgid "Invalid IPv6 prefix '%lu' in network '%s'" +msgstr "" + +#: ../../src/util/virnetlink.c:1113 +msgid "Invalid NULL callback provided" +msgstr "" + +#: ../../src/conf/domain_addr.c:470 +#, c-format +msgid "Invalid PCI address %s. Only PCI buses up to %zu are available" +msgstr "" + +#: ../../src/conf/domain_addr.c:463 +#, c-format +msgid "Invalid PCI address %s. Only PCI domain 0 is available" +msgstr "" + +#: ../../src/conf/domain_addr.c:500 +#, c-format +msgid "Invalid PCI address %s. function must be <= %u" +msgstr "" + +#: ../../src/conf/domain_addr.c:494 +#, c-format +msgid "Invalid PCI address %s. slot must be <= %zu" +msgstr "" + +#: ../../src/conf/domain_addr.c:488 +#, c-format +msgid "Invalid PCI address %s. slot must be >= %zu" +msgstr "" + +#: ../../src/util/virpci.c:1311 +msgid "" +"Invalid PCI address 0000:00:00, at least one of domain, bus, or slot must be " +"> 0" +msgstr "" + +#: ../../src/util/virpci.c:1287 +#, c-format +msgid "Invalid PCI address bus='0x%x', must be <= 0xFF" +msgstr "" + +#: ../../src/util/virpci.c:1303 +#, c-format +msgid "Invalid PCI address function=0x%x, must be <= 7" +msgstr "" + +#: ../../src/util/virpci.c:1295 +#, c-format +msgid "Invalid PCI address slot='0x%x', must be <= 0x1F" +msgstr "" + +#: ../../src/util/virpci.c:2178 +#, c-format +msgid "Invalid PCI address uid='0x%.4x', must be > 0x0000 and <= 0x%.4x" +msgstr "" + +#: ../../src/bhyve/bhyve_process.c:290 ../../src/bhyve/bhyve_process.c:343 +#, c-format +msgid "Invalid PID %d for VM" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:853 +#, c-format +msgid "Invalid STP state value %d received for '%s'. Must be -1, 0, or 1." +msgstr "" + +#: ../../src/conf/cpu_conf.c:463 +msgid "Invalid TSC frequency" +msgstr "" + +#: ../../src/conf/cpu_conf.c:473 +msgid "Invalid TSC scaling attribute" +msgstr "" + +#: ../../src/conf/network_conf.c:1159 +#, c-format +msgid "Invalid ULong value specified for prefix in definition of network '%s'" +msgstr "" + +#: ../../src/admin/libvirt-admin.c:153 +#, c-format +msgid "Invalid URI path '%s', try '/system'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16289 +#, c-format +msgid "Invalid USB Class code %s" +msgstr "" + +#: ../../src/libvirt-domain.c:385 +msgid "Invalid UUID" +msgstr "" + +#: ../../src/util/virscsihost.c:200 ../../src/util/virscsihost.c:207 +#, c-format +msgid "Invalid adapter name '%s' for SCSI pool" +msgstr "" + +#: ../../src/conf/domain_conf.c:8683 +#, c-format +msgid "Invalid address '%s' in <ip>" +msgstr "" + +#: ../../src/conf/network_conf.c:1142 +#, c-format +msgid "Invalid address '%s' in network '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13901 ../../src/conf/domain_conf.c:16217 +msgid "Invalid address for a USB device" +msgstr "" + +#: ../../src/conf/domain_conf.c:6131 +#, c-format +msgid "Invalid address type '%s' for the disk '%s' with the bus type '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:687 +msgid "Invalid address." +msgstr "" + +#: ../../src/conf/domain_conf.c:16332 +msgid "Invalid allow value, either 'yes' or 'no'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13124 ../../src/conf/domain_conf.c:13165 +#, c-format +msgid "Invalid append attribute value '%s'" +msgstr "" + +#: ../../src/esx/esx_driver.c:4246 ../../src/esx/esx_driver.c:4336 +#: ../../src/esx/esx_storage_backend_vmfs.c:608 ../../src/esx/esx_util.c:220 +#: ../../src/esx/esx_util.h:30 ../../src/esx/esx_vi.c:438 +#: ../../src/esx/esx_vi.c:847 ../../src/esx/esx_vi.c:1258 +#: ../../src/esx/esx_vi.c:1452 ../../src/esx/esx_vi.c:1488 +#: ../../src/esx/esx_vi.c:1504 ../../src/esx/esx_vi.c:1527 +#: ../../src/esx/esx_vi.c:1566 ../../src/esx/esx_vi.c:1624 +#: ../../src/esx/esx_vi.c:1678 ../../src/esx/esx_vi.c:1701 +#: ../../src/esx/esx_vi.c:1756 ../../src/esx/esx_vi.c:2236 +#: ../../src/esx/esx_vi.c:2467 ../../src/esx/esx_vi.c:2630 +#: ../../src/esx/esx_vi.c:4139 ../../src/esx/esx_vi.c:4931 +#: ../../src/esx/esx_vi.c:5011 ../../src/esx/esx_vi_types.c:192 +#: ../../src/esx/esx_vi_types.c:243 ../../src/esx/esx_vi_types.c:285 +#: ../../src/esx/esx_vi_types.c:339 ../../src/esx/esx_vi_types.c:611 +#: ../../src/esx/esx_vi_types.c:630 ../../src/esx/esx_vi_types.c:710 +#: ../../src/esx/esx_vi_types.c:1232 ../../src/esx/esx_vi_types.c:1482 +#: ../../src/esx/esx_vi_types.c:1668 ../../src/hyperv/hyperv_util.c:44 +#: ../../src/hyperv/hyperv_wmi.c:974 ../../src/hyperv/hyperv_wmi.c:1531 +#: ../../src/hyperv/hyperv_wmi.c:1559 ../../src/vmx/vmx.c:1883 +#: ../../src/vmx/vmx.c:1952 ../../src/vmx/vmx.c:2065 ../../src/vmx/vmx.c:2452 +#: ../../src/vmx/vmx.c:2557 ../../src/vmx/vmx.c:2756 ../../src/vmx/vmx.c:2933 +#: ../../src/vmx/vmx.c:3022 ../../src/vmx/vmx.c:3467 ../../src/vmx/vmx.c:3662 +msgid "Invalid argument" +msgstr "" + +#: ../../src/util/virpci.c:925 +#, c-format +msgid "" +"Invalid attempt to reset PCI device %s. Only PCI endpoint devices can be " +"reset" +msgstr "" + +#: ../../src/conf/domain_conf.c:12081 +#, c-format +msgid "" +"Invalid attempt to set <interface type='ethernet'> device name with <source " +"dev='%s'/>. Use <target dev='%s'/> (for host-side) or <guest dev='%s'/> (for " +"guest-side) instead." +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1175 +msgid "" +"Invalid attempt to set network interface guest-side IP route and/or address " +"info, not supported by QEMU" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1126 +msgid "" +"Invalid attempt to set network interface guest-side IP route, not supported " +"by QEMU" +msgstr "" + +#: ../../src/conf/domain_conf.c:6435 +#, c-format +msgid "" +"Invalid attempt to set network interface host-side IP route and/or address " +"info on interface of type '%s'. This is only supported on interfaces of type " +"'ethernet'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1136 +msgid "Invalid attempt to set peer IP for guest" +msgstr "" + +#: ../../src/rpc/virnetserverclient.c:507 +msgid "Invalid auth_pending and auth combination in JSON state document" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:995 ../../src/rpc/virnetsocket.c:1123 +#, c-format +msgid "Invalid authentication method: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14295 +#, c-format +msgid "Invalid autoGenerated value: %s" +msgstr "" + +#: ../../src/util/virresctrl.c:1464 +#, c-format +msgid "Invalid bandwidth %u" +msgstr "" + +#: ../../src/util/virtypedparam-public.c:102 +#, c-format +msgid "Invalid boolean value for field '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1873 +#, c-format +msgid "Invalid bridge mac address '%s' in network '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10201 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: ../../src/conf/domain_conf.c:10193 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: ../../src/conf/domain_conf.c:11368 +#, c-format +msgid "Invalid busNr '%s' in PCI controller" +msgstr "" + +#: ../../src/util/virresctrl.c:1629 +#, c-format +msgid "Invalid cache id '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20371 +#, c-format +msgid "Invalid cachetune attribute 'id' value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20385 +#, c-format +msgid "Invalid cachetune attribute 'level' value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20400 +#, c-format +msgid "Invalid cachetune attribute 'type' value '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:299 ../../src/esx/esx_vi_methods.c:155 +msgid "Invalid call" +msgstr "" + +#: ../../src/esx/esx_vi.c:1913 +msgid "Invalid call, no mutex" +msgstr "" + +#: ../../src/esx/esx_vi.c:1920 +msgid "Invalid call, no session" +msgstr "" + +#: ../../tools/virsh-nodedev.c:411 +msgid "Invalid capability type" +msgstr "" + +#: ../../src/conf/numa_conf.c:157 +#, c-format +msgid "Invalid cellid attribute in memnode element: %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:453 ../../src/rpc/virnettlscontext.c:1003 +msgid "Invalid certificate" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2584 +#, c-format +msgid "" +"Invalid chain name '%s'. Please use a chain name called '%s' or any of the " +"following prefixes: " +msgstr "" + +#: ../../src/conf/network_conf.c:555 +#, c-format +msgid "Invalid character '%c' in id '%s' of network '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:6291 +msgid "Invalid character in source channel for char device" +msgstr "" + +#: ../../src/conf/domain_conf.c:11334 +#, c-format +msgid "Invalid chassis '%s' in PCI controller" +msgstr "" + +#: ../../src/conf/domain_conf.c:11317 +#, c-format +msgid "Invalid chassisNr '%s' in PCI controller" +msgstr "" + +#: ../../src/conf/cpu_conf.c:425 +msgid "Invalid check attribute for CPU specification" +msgstr "" + +#: ../../src/util/virnetdevbandwidth.c:557 +#: ../../src/util/virnetdevbandwidth.c:631 +#, c-format +msgid "Invalid class ID %d" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:336 +#, c-format +msgid "Invalid collection period value '%d'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3007 +#, c-format +msgid "Invalid compressed save format %d" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:537 +msgid "Invalid context" +msgstr "" + +#: ../../src/util/vircgroup.c:1315 +#, c-format +msgid "Invalid controller id '%d'" +msgstr "" + +#: ../../src/util/virhostcpu.c:138 ../../src/util/virhostcpu.c:852 +#, c-format +msgid "Invalid cpuNum in %s" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1101 +#, c-format +msgid "Invalid cpuid[%zu] in %s feature" +msgstr "" + +#: ../../tools/virsh-domain.c:7146 +#, c-format +msgid "Invalid cpulist '%s'" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1637 +msgid "Invalid data provided by guest agent" +msgstr "" + +#: ../../src/conf/network_conf.c:1850 +#, c-format +msgid "Invalid delay value in network '%s'" +msgstr "" + +#: ../../src/util/virlog.c:1508 +#, c-format +msgid "Invalid destination '%s' for output '%s'" +msgstr "" + +#: ../../src/util/virpci.c:254 +#, c-format +msgid "Invalid device %s driver file %s is not a symlink" +msgstr "" + +#: ../../src/util/virpci.c:1982 +#, c-format +msgid "Invalid device %s iommu_group file %s is not a symlink" +msgstr "" + +#: ../../src/vmx/vmx.c:3530 +#, c-format +msgid "Invalid device type supplied: %s" +msgstr "" + +#: ../../src/conf/network_conf.c:973 +#, c-format +msgid "Invalid dns enable setting '%s' in network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:985 +#, c-format +msgid "Invalid dns forwardPlainNames setting '%s' in network '%s'" +msgstr "" + +#: ../../src/util/virerror.c:1218 +msgid "Invalid domain checkpoint" +msgstr "" + +#: ../../src/util/virerror.c:1219 +#, c-format +msgid "Invalid domain checkpoint: %s" +msgstr "" + +#: ../../src/conf/network_conf.c:1821 +#, c-format +msgid "Invalid domain localOnly setting '%s' in network '%s'" +msgstr "" + +#: ../../src/util/virerror.c:1125 +msgid "Invalid domain snapshot" +msgstr "" + +#: ../../src/util/virerror.c:1126 +#, c-format +msgid "Invalid domain snapshot: %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:15701 ../../src/qemu/qemu_driver.c:15717 +#, c-format +msgid "Invalid domain state %s" +msgstr "" + +#: ../../tools/virsh-domain.c:5602 +msgid "Invalid domain supplied" +msgstr "" + +#: ../../src/vz/vz_utils.c:255 +#, c-format +msgid "" +"Invalid drive address of disk %s, vz driver does not support non default " +"name mappings." +msgstr "" + +#: ../../src/vz/vz_utils.c:234 +#, c-format +msgid "" +"Invalid drive address of disk %s, vz driver supports only bus 0 for SATA and " +"SCSI bus." +msgstr "" + +#: ../../src/vz/vz_utils.c:208 +#, c-format +msgid "" +"Invalid drive address of disk %s, vz driver supports only one controller." +msgstr "" + +#: ../../src/vz/vz_utils.c:215 +#, c-format +msgid "Invalid drive address of disk %s, vz driver supports only target 0." +msgstr "" + +#: ../../src/vz/vz_utils.c:224 +#, c-format +msgid "" +"Invalid drive address of disk %s, vz driver supports only units 0-1 for IDE " +"bus." +msgstr "" + +#: ../../src/vmware/vmware_conf.c:239 +#, c-format +msgid "Invalid driver type: %d" +msgstr "" + +#: ../../tools/virsh-host.c:1007 +msgid "Invalid duration" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:772 +#, c-format +msgid "Invalid enslaved interface name '%s' seen for bond '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4062 +msgid "Invalid environment name, it must begin with a letter or underscore" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4068 +msgid "" +"Invalid environment name, it must contain only alphanumerics and underscore" +msgstr "" + +#: ../../src/conf/cpu_conf.c:496 +msgid "Invalid fallback attribute" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:609 +msgid "Invalid file descriptor while waiting for agent" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:585 +msgid "Invalid file descriptor while waiting for monitor" +msgstr "" + +#: ../../src/conf/domain_conf.c:10638 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:698 +#, c-format +msgid "Invalid format for 'bonding/arp_validate' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:668 +#, c-format +msgid "Invalid format for 'bonding/mode' for '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1009 +#, c-format +msgid "Invalid forwarder IP address '%s' in network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1018 +msgid "Invalid forwarder element, must contain at least one of addr or domain" +msgstr "" + +#: ../../src/conf/domain_conf.c:14284 +#, c-format +msgid "Invalid fromConfig value: %s" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:179 +#, c-format +msgid "Invalid guest rx filters trust setting '%s' " +msgstr "" + +#: ../../src/conf/domain_conf.c:10654 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: ../../src/util/virbitmap.c:1153 +#, c-format +msgid "Invalid hexadecimal string '%s'" +msgstr "" + +#: ../../src/util/virhook.c:148 +#, c-format +msgid "Invalid hook name for #%d" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:959 ../../src/rpc/virnetsocket.c:1091 +#, c-format +msgid "Invalid host key verification method: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8411 +#, c-format +msgid "Invalid hostdev protocol '%s'" +msgstr "" + +#: ../../src/util/virfile.c:4098 +#, c-format +msgid "Invalid integer value '%s' in file '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10331 +#, c-format +msgid "Invalid iothread attribute in disk driver element: %s" +msgstr "" + +#: ../../src/conf/interface_conf.c:308 +msgid "Invalid ip address prefix value" +msgstr "" + +#: ../../src/conf/network_conf.c:1793 +#, c-format +msgid "Invalid ipv6 setting '%s' in network '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3695 +msgid "Invalid job flags" +msgstr "" + +#: ../../src/libxl/xen_xl.c:295 +#, c-format +msgid "Invalid libxl cpuid key=value element: %s" +msgstr "" + +#: ../../src/libxl/xen_xl.c:311 +#, c-format +msgid "Invalid libxl cpuid value: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:5782 +#, c-format +msgid "Invalid lifecycle action '%s'." +msgstr "" + +#: ../../tools/virsh-domain.c:5776 +#, c-format +msgid "Invalid lifecycle type '%s'." +msgstr "" + +#: ../../src/conf/network_conf.c:1173 +#, c-format +msgid "Invalid localPtr value '%s' in network '%s'" +msgstr "" + +#: ../../src/util/virlog.c:1321 +#, c-format +msgid "Invalid log priority %d" +msgstr "" + +#: ../../src/esx/esx_vi.c:2056 +#, c-format +msgid "Invalid lookup from '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:2015 ../../src/esx/esx_vi.c:2027 +#: ../../src/esx/esx_vi.c:2041 ../../src/esx/esx_vi.c:2050 +#, c-format +msgid "Invalid lookup of '%s' from '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11848 +#, c-format +msgid "" +"Invalid macTableManager setting '%s' in domain interface's <actual> element" +msgstr "" + +#: ../../src/conf/network_conf.c:1862 +#, c-format +msgid "Invalid macTableManager setting '%s' in network '%s'" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:209 +#, c-format +msgid "Invalid macTableManager setting '%s' in network port" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:237 +#, c-format +msgid "Invalid managed setting '%s' in network port" +msgstr "" + +#: ../../src/conf/cpu_conf.c:413 +msgid "Invalid match attribute for CPU specification" +msgstr "" + +#: ../../src/util/virlog.c:1614 +#, c-format +msgid "Invalid match string '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11430 +#, c-format +msgid "Invalid maxEventChannels: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:11421 +#, c-format +msgid "Invalid maxGrantFrames: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:21054 +#, c-format +msgid "Invalid memory core dump attribute value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20823 +#, c-format +msgid "Invalid memorytune attribute 'bandwidth' value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20809 +#, c-format +msgid "Invalid memorytune attribute 'id' value '%s'" +msgstr "" + +#: ../../src/rpc/virnetclientstream.c:471 +#, c-format +msgid "Invalid message prog=%d type=%d serial=%u proc=%d" +msgstr "" + +#: ../../src/vz/vz_driver.c:2801 +msgid "Invalid migration cookie" +msgstr "" + +#: ../../src/conf/cpu_conf.c:389 +#, c-format +msgid "Invalid mode attribute '%s'" +msgstr "" + +#: ../../src/conf/numa_conf.c:185 +msgid "Invalid mode attribute in memnode element" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:226 +#, c-format +msgid "Invalid mode setting '%s' in network port" +msgstr "" + +#: ../../tools/virsh-domain.c:9546 +#, c-format +msgid "Invalid mode: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:20539 +#, c-format +msgid "Invalid monitor attribute 'level' value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20546 +#, c-format +msgid "Invalid monitor cache level '%d'" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1108 +#, c-format +msgid "Invalid msr[%zu] in %s feature" +msgstr "" + +#: ../../src/conf/network_conf.c:1891 +#, c-format +msgid "Invalid mtu size '%s' in network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1879 +#, c-format +msgid "Invalid multicast bridge mac address '%s' in network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1191 +#, c-format +msgid "" +"Invalid netmask '%s' for address '%s' in network '%s' (both must be IPv4)" +msgstr "" + +#: ../../src/conf/network_conf.c:1151 +#, c-format +msgid "Invalid netmask '%s' in network '%s'" +msgstr "" + +#: ../../src/util/virerror.c:1095 +msgid "Invalid network filter" +msgstr "" + +#: ../../src/util/virerror.c:1212 +msgid "Invalid network filter binding" +msgstr "" + +#: ../../src/util/virerror.c:1213 +#, c-format +msgid "Invalid network filter binding: %s" +msgstr "" + +#: ../../src/util/virerror.c:1096 +#, c-format +msgid "Invalid network filter: %s" +msgstr "" + +#: ../../src/util/virerror.c:1227 +msgid "Invalid network port pointer" +msgstr "" + +#: ../../src/util/virerror.c:1228 +#, c-format +msgid "Invalid network port pointer: %s" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:190 +#, c-format +msgid "Invalid network prt plug type '%s'" +msgstr "" + +#: ../../src/util/virresctrl.c:1459 +#, c-format +msgid "Invalid node id %u " +msgstr "" + +#: ../../src/qemu/qemu_driver.c:9769 ../../src/test/test_driver.c:3374 +#, c-format +msgid "Invalid nodeset of 'numatune': %s" +msgstr "" + +#: ../../src/util/virfirmware.c:77 +#, c-format +msgid "Invalid nvram format: '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:2278 ../../src/vmx/vmx.c:2361 ../../src/vmx/vmx.c:2385 +#, c-format +msgid "" +"Invalid or not yet handled value '%s' for VMX entry '%s' for device type '%s'" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1171 ../../src/hyperv/hyperv_wmi.c:1204 +msgid "Invalid parameter" +msgstr "" + +#: ../../src/util/virxml.c:581 +msgid "Invalid parameter to virXPathBoolean()" +msgstr "" + +#: ../../src/util/virxml.c:188 +msgid "Invalid parameter to virXPathLong()" +msgstr "" + +#: ../../src/util/virxml.c:455 +msgid "Invalid parameter to virXPathLongLong()" +msgstr "" + +#: ../../src/util/virxml.c:618 +msgid "Invalid parameter to virXPathNode()" +msgstr "" + +#: ../../src/util/virxml.c:658 +msgid "Invalid parameter to virXPathNodeSet()" +msgstr "" + +#: ../../src/util/virxml.c:159 +msgid "Invalid parameter to virXPathNumber()" +msgstr "" + +#: ../../src/util/virxml.c:82 +msgid "Invalid parameter to virXPathString()" +msgstr "" + +#: ../../src/util/virxml.c:293 ../../src/util/virxml.c:409 +msgid "Invalid parameter to virXPathULong()" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:225 +msgid "Invalid parameter type passed to free" +msgstr "" + +#: ../../src/conf/device_conf.c:359 +msgid "Invalid partial specification for virtio ccw address" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:607 +msgid "Invalid partition type" +msgstr "" + +#: ../../src/libxl/xen_common.c:580 +#, c-format +msgid "Invalid passthrough mode %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:8703 +#, c-format +msgid "Invalid peer '%s' in <ip>" +msgstr "" + +#: ../../tools/virsh-pool.c:1179 +#, c-format +msgid "Invalid pool type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11351 +#, c-format +msgid "Invalid port '%s' in PCI controller" +msgstr "" + +#: ../../src/conf/domain_conf.c:12938 ../../src/conf/domain_conf.c:12978 +#: ../../src/conf/storage_conf.c:591 +#, c-format +msgid "Invalid port number: %s" +msgstr "" + +#: ../../src/util/viriptables.c:910 +#, c-format +msgid "Invalid port range '%u-%u'." +msgstr "" + +#: ../../src/conf/domain_conf.c:11227 +#, c-format +msgid "Invalid ports: %s" +msgstr "" + +#: ../../src/network/bridge_driver_linux.c:323 +#: ../../src/network/bridge_driver_linux.c:507 +#, c-format +msgid "Invalid prefix or netmask for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8694 +#, c-format +msgid "Invalid prefix value '%s' in <ip>" +msgstr "" + +#: ../../src/util/virlog.c:1598 +#, c-format +msgid "Invalid priority '%s' for filter '%s'" +msgstr "" + +#: ../../src/util/virlog.c:1501 +#, c-format +msgid "Invalid priority '%s' for output '%s'" +msgstr "" + +#: ../../src/libxl/xen_common.c:1120 +#, c-format +msgid "Invalid rate '%s' specified" +msgstr "" + +#: ../../src/util/virfile.c:3463 +#, c-format +msgid "Invalid relative path '%s'" +msgstr "" + +#: ../../src/util/virresctrl.c:2536 ../../src/util/virresctrl.c:2687 +msgid "Invalid resctrl monitor" +msgstr "" + +#: ../../src/conf/domain_conf.c:19841 +#, c-format +msgid "Invalid scheduler attribute: '%s'" +msgstr "" + +#: ../../src/util/virerror.c:1107 +msgid "Invalid secret" +msgstr "" + +#: ../../src/util/virerror.c:1108 +#, c-format +msgid "Invalid secret: %s" +msgstr "" + +#: ../../src/security/security_selinux.c:2886 +#, c-format +msgid "Invalid security label %s" +msgstr "" + +#: ../../src/security/security_apparmor.c:822 +#, c-format +msgid "Invalid security label '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:75 +msgid "Invalid setting for HPT resizing" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:101 +msgid "Invalid setting for HTM state" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:135 +msgid "Invalid setting for ccf-assist state" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:118 +msgid "Invalid setting for nested HV state" +msgstr "" + +#: ../../src/conf/device_conf.c:351 +#, c-format +msgid "" +"Invalid specification for virtio ccw address: cssid='%s' ssid='%s' devno='%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12171 +msgid "Invalid specification of multiple <filterref>s in a single <interface>" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:281 +#, c-format +msgid "Invalid state '%s' in domain snapshot XML" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1210 +msgid "Invalid state for this operation" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1180 +msgid "Invalid state transition" +msgstr "" + +#: ../../src/util/virfdstream.c:1000 +msgid "Invalid stream hole" +msgstr "" + +#: ../../tools/virsh.c:694 +#, c-format +msgid "Invalid string '%s' for escape sequence" +msgstr "" + +#: ../../src/util/virnodesuspend.c:215 +msgid "Invalid suspend target" +msgstr "" + +#: ../../tools/virsh-domain.c:5169 +msgid "Invalid syntax for --set, expecting name=value" +msgstr "" + +#: ../../tools/virsh-domain.c:3513 ../../tools/virsh-host.c:1002 +msgid "Invalid target" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:16667 +#, c-format +msgid "Invalid target domain state '%s'. Refusing snapshot reversion" +msgstr "" + +#: ../../src/conf/domain_conf.c:11386 +#, c-format +msgid "Invalid target index '%s' in PCI controller" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9788 +msgid "Invalid target model for serial device" +msgstr "" + +#: ../../src/conf/domain_conf.c:9523 ../../src/conf/domain_conf.c:13050 +#, c-format +msgid "Invalid tlsFromConfig value: %s" +msgstr "" + +#: ../../src/conf/network_conf.c:530 +#, c-format +msgid "" +"Invalid to specify MAC address '%s' in network '%s' IPv6 static host " +"definition" +msgstr "" + +#: ../../src/conf/network_conf.c:1806 +#, c-format +msgid "Invalid trustGuestRxFilters setting '%s' in network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1323 +#, c-format +msgid "Invalid trustGuestRxFilters setting '%s' in portgroup" +msgstr "" + +#: ../../src/util/virtypedparam-public.c:155 +#, c-format +msgid "Invalid type '%s' requested for parameter '%s', actual type is '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:430 +#, c-format +msgid "Invalid unit: %s" +msgstr "" + +#: ../../src/util/virfile.c:4138 +#, c-format +msgid "Invalid unsigned integer value '%s' in file '%s'" +msgstr "" + +#: ../../src/util/virfile.c:4178 +#, c-format +msgid "Invalid unsigned long long value '%s' in file '%s'" +msgstr "" + +#: ../../src/util/virfile.c:4219 +#, c-format +msgid "Invalid unsigned scaled integer value '%s' in file '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:5048 ../../src/qemu/qemu_driver.c:11298 +#, c-format +msgid "" +"Invalid use of 'floor' on interface with MAC address %s - 'floor' is only " +"supported for interface type 'network' with forward type 'nat', 'route', " +"'open' or none" +msgstr "" + +#: ../../src/network/bridge_driver.c:5057 +#, c-format +msgid "" +"Invalid use of 'floor' on interface with MAC address %s - network '%s' has " +"no inbound QoS set" +msgstr "" + +#: ../../src/util/vircgroup.c:459 +#, c-format +msgid "Invalid value '%s' for '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:2704 +#, c-format +msgid "Invalid value '%s' for VMX entry '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10857 +#, c-format +msgid "Invalid value '%s' for element or attribute '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19858 +msgid "Invalid value for element priority" +msgstr "" + +#: ../../src/util/virtypedparam-public.c:89 +#, c-format +msgid "Invalid value for field '%s': expected double" +msgstr "" + +#: ../../src/util/virtypedparam-public.c:54 +#, c-format +msgid "Invalid value for field '%s': expected int" +msgstr "" + +#: ../../src/util/virtypedparam-public.c:71 +#, c-format +msgid "Invalid value for field '%s': expected long long" +msgstr "" + +#: ../../src/util/virtypedparam-public.c:62 +#, c-format +msgid "Invalid value for field '%s': expected unsigned int" +msgstr "" + +#: ../../src/util/virtypedparam-public.c:80 +#, c-format +msgid "Invalid value for field '%s': expected unsigned long long" +msgstr "" + +#: ../../tools/virsh-domain.c:8148 +msgid "Invalid value for number of CPUs to show" +msgstr "" + +#: ../../tools/virsh.c:706 ../../tools/virsh.c:722 +#, c-format +msgid "Invalid value for option %s" +msgstr "" + +#: ../../tools/virsh-domain.c:8138 +msgid "Invalid value for start CPU" +msgstr "" + +#: ../../src/locking/lock_daemon.c:927 ../../src/logging/log_daemon.c:708 +#: ../../src/remote/remote_daemon.c:850 +msgid "Invalid value for timeout" +msgstr "" + +#: ../../tools/virsh-domain.c:1559 +#, c-format +msgid "Invalid value of %d for I/O weight" +msgstr "" + +#: ../../src/conf/domain_conf.c:18913 ../../src/conf/domain_conf.c:18971 +#: ../../src/conf/domain_conf.c:19009 ../../src/conf/domain_conf.c:20052 +#, c-format +msgid "Invalid value of 'cpuset': %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:16509 +#, c-format +msgid "Invalid value of 'nodemask': %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:19168 ../../src/conf/numa_conf.c:204 +#: ../../src/conf/numa_conf.c:269 +#, c-format +msgid "Invalid value of 'nodeset': %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:11242 +#, c-format +msgid "Invalid vectors: %s" +msgstr "" + +#: ../../src/cpu/cpu_arm.c:345 ../../src/cpu/cpu_ppc64.c:333 +#: ../../src/cpu/cpu_x86.c:1549 +#, c-format +msgid "Invalid vendor element in CPU model %s" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:1199 +msgid "Invalid virNetLibsshSessionPtr" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:1263 +msgid "Invalid virNetSSHSessionPtr" +msgstr "" + +#: ../../src/libxl/xen_xl.c:553 +#, c-format +msgid "Invalid vnuma configuration for vnode %zu" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:606 +#, c-format +msgid "Invalid volume name %s" +msgstr "" + +#: ../../src/util/virvhba.c:257 +#, c-format +msgid "Invalid vport operation (%d)" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:920 ../../src/hyperv/hyperv_wmi.c:1424 +#, c-format +msgid "Invocation of %s returned an error: %s (%d)" +msgstr "" + +#: ../../tools/virsh-domain.c:13970 ../../tools/virsh-domain.c:13973 +msgid "Invoke fstrim on domain's mounted filesystems." +msgstr "" + +#: ../../tools/virsh-domain.c:6363 +msgid "Iteration:" +msgstr "" + +#: ../../src/conf/nwfilter_params.c:937 +#, c-format +msgid "Iterator ID exceeds maximum ID of %u" +msgstr "" + +#: ../../src/util/virstoragefile.c:3778 +#, c-format +msgid "JSON backing volume definition '%s' lacks 'file' object" +msgstr "" + +#: ../../src/util/virstoragefile.c:3896 +#, c-format +msgid "JSON backing volume definition '%s' lacks driver name" +msgstr "" + +#: ../../src/util/virstoragefile.c:3907 +#, c-format +msgid "JSON backing volume definition '%s' must not have nested format drivers" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1509 +#, c-format +msgid "Job submission failed on interface '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:6276 +msgid "Job type:" +msgstr "" + +#: ../../tools/virsh-domain.c:13982 +msgid "Just a hint to ignore contiguous free ranges smaller than this (Bytes)" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13004 +msgid "KVM device assignment is no longer supported on this system" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:5620 +#, c-format +msgid "KVM is not supported by '%s' on this host" +msgstr "" + +#: ../../src/util/virhostcpu.c:1216 +msgid "KVM is not supported on this platform" +msgstr "" + +#: ../../src/util/virprocess.c:1080 +msgid "Kernel does not provide mount namespace" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:2207 +msgid "Kernel does not support private devpts" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2412 +msgid "Kernel doesn't support user namespace" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:1027 +msgid "Key file path must be provided for private key authentication" +msgstr "" + +#: ../../src/esx/esx_vi.c:1964 +msgid "Key of the current session differs from the key at last login" +msgstr "" + +#: ../../src/storage/storage_util.c:3250 +msgid "Known, but different label format present, requires build --overwrite" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5187 +msgid "LUKS encrypted QCOW2 images are not supported by this QEMU" +msgstr "" + +#: ../../tools/virsh-domain.c:10034 +msgid "LXC Guest Enter Namespace" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8184 +#, c-format +msgid "Lease %s in lockspace %s already exists" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8390 ../../src/qemu/qemu_hotplug.c:5731 +#, c-format +msgid "Lease %s in lockspace %s does not exist" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:579 +#: ../../src/locking/lock_driver_sanlock.c:646 +#, c-format +msgid "Lease path '%s' exceeds %d characters" +msgstr "" + +#: ../../src/vbox/vbox_XPCOMCGlue.c:92 +#, c-format +msgid "Library '%s' doesn't exist" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:541 +msgid "Library function returned error but did not set virError" +msgstr "" + +#: ../../src/rpc/virnetdaemon.c:567 +msgid "Libvirt" +msgstr "" + +#: ../../src/conf/domain_conf.c:7125 +#, c-format +msgid "Lifecycle event '%s' doesn't support '%s' action" +msgstr "" + +#: ../../tools/virt-admin.c:563 +msgid "List all manageable clients connected to <server>." +msgstr "" + +#: ../../tools/virt-admin.c:328 +msgid "List all manageable servers on a daemon." +msgstr "" + +#: ../../tools/virsh-checkpoint.c:659 +msgid "List checkpoints for a domain" +msgstr "" + +#: ../../tools/virsh-domain.c:13651 +msgid "List event types, or wait for domain events to occur" +msgstr "" + +#: ../../tools/virsh-network.c:1252 +msgid "List event types, or wait for network events to occur" +msgstr "" + +#: ../../tools/virsh-nodedev.c:857 +msgid "List event types, or wait for node device events to occur" +msgstr "" + +#: ../../tools/virsh-secret.c:724 +msgid "List event types, or wait for secret events to occur" +msgstr "" + +#: ../../tools/virsh-pool.c:1983 +msgid "List event types, or wait for storage pool events to occur" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1403 +msgid "List snapshots for a domain" +msgstr "" + +#: ../../tools/virsh-domain.c:9764 +msgid "Listen for QEMU Monitor Events" +msgstr "" + +#: ../../src/remote/remote_daemon.c:698 +msgid "Listen for TCP/IP connections" +msgstr "" + +#: ../../tools/virt-host-validate-qemu.c:97 +msgid "Load kvm_hv for better performance" +msgstr "" + +#: ../../tools/virt-host-validate-lxc.c:82 +msgid "Load the 'fuse' module to enable /proc/ overrides" +msgstr "" + +#: ../../tools/virt-host-validate-qemu.c:112 +msgid "Load the 'tun' module to enable networking for QEMU guests" +msgstr "" + +#: ../../tools/virt-host-validate-qemu.c:106 +msgid "Load the 'vhost_net' module to improve performance of virtio networking" +msgstr "" + +#: ../../tools/virsh-snapshot.c:961 +msgid "Location:" +msgstr "" + +#: ../../src/locking/lock_daemon_dispatch.c:233 +#: ../../src/locking/lock_daemon_dispatch.c:409 +#, c-format +msgid "Lockspace for path %s already exists" +msgstr "" + +#: ../../src/locking/lock_daemon_dispatch.c:71 +#: ../../src/locking/lock_daemon_dispatch.c:129 +#: ../../src/locking/lock_daemon_dispatch.c:178 +#: ../../src/locking/lock_daemon_dispatch.c:328 +#, c-format +msgid "Lockspace for path %s does not exist" +msgstr "" + +#: ../../src/util/virlockspace.c:264 +#, c-format +msgid "Lockspace location %s exists, but is not a directory" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:220 +#: ../../src/locking/lock_driver_sanlock.c:229 +#, c-format +msgid "Lockspace path '%s' exceeded %d characters" +msgstr "" + +#: ../../src/util/virlockspace.c:160 ../../src/util/virlockspace.c:206 +#: ../../src/util/virlockspace.c:535 ../../src/util/virlockspace.c:567 +#: ../../src/util/virlockspace.c:619 +#, c-format +msgid "Lockspace resource '%s' is locked" +msgstr "" + +#: ../../src/util/virlockspace.c:656 +#, c-format +msgid "Lockspace resource '%s' is not locked" +msgstr "" + +#: ../../tools/virt-admin.c:1061 +msgid "Logging filters: " +msgstr "" + +#: ../../tools/virt-admin.c:1115 +msgid "Logging outputs: " +msgstr "" + +#: ../../src/conf/nwfilter_params.c:427 +#, c-format +msgid "Lookup of value at index %u resulted in a NULL pointer" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:739 ../../src/qemu/qemu_migration.c:1058 +#: ../../src/qemu/qemu_migration.c:1625 +msgid "Lost connection to destination host" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:744 +msgid "MAC" +msgstr "" + +#: ../../tools/virsh-interface.c:366 +msgid "MAC Address" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2395 ../../tools/virsh-domain.c:816 +#: ../../tools/virsh-domain.c:12305 ../../tools/virsh-network.c:1379 +#: ../../tools/virsh-network.c:1426 +msgid "MAC address" +msgstr "" + +#: ../../src/libxl/xen_common.c:1179 +#, c-format +msgid "MAC address %s too big for destination" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:297 +#, c-format +msgid "MAC address %s too long for destination" +msgstr "" + +#: ../../src/security/security_selinux.c:1002 +#, c-format +msgid "MCS level for existing domain label %s already reserved" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:638 +#, c-format +msgid "MD5 hash '%s' unexpectedly larger than %d characters" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:762 +msgid "Machine is Null" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:991 +#: ../../src/vbox/vbox_snapshot_conf.c:1230 +msgid "Machine is null" +msgstr "" + +#: ../../src/conf/nwfilter_params.c:922 +msgid "Malformatted array index" +msgstr "" + +#: ../../src/conf/nwfilter_params.c:925 +msgid "Malformatted iterator id" +msgstr "" + +#: ../../src/conf/nwfilter_params.c:950 +msgid "Malformatted variable" +msgstr "" + +#: ../../src/conf/domain_conf.c:11189 +#, c-format +msgid "Malformed 'cmd_per_lun' value '%s'" +msgstr "" + +#: ../../src/conf/cpu_conf.c:542 +msgid "Malformed 'dies' attribute in CPU topology" +msgstr "" + +#: ../../src/logging/log_handler.c:256 +msgid "Malformed 'domuuid' in JSON document" +msgstr "" + +#: ../../src/conf/virnetworkobj.c:939 +#, c-format +msgid "Malformed 'floor_sum' attribute: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:11202 +#, c-format +msgid "Malformed 'ioeventfd' value %s" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1498 +msgid "Malformed 'maxCount' parameter" +msgstr "" + +#: ../../src/conf/domain_conf.c:11195 +#, c-format +msgid "Malformed 'max_sectors' value %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:11183 +#, c-format +msgid "Malformed 'queues' value '%s'" +msgstr "" + +#: ../../src/util/viruri.c:324 +#, c-format +msgid "" +"Malformed 'uri_aliases' config entry '%s', aliases may only contain 'a-Z, " +"0-9, _, -'" +msgstr "" + +#: ../../src/util/viruri.c:316 +#, c-format +msgid "" +"Malformed 'uri_aliases' config entry '%s', expected 'alias=uri://host/path'" +msgstr "" + +#: ../../src/rpc/virnetserverclient.c:498 +msgid "Malformed auth_pending field in JSON state document" +msgstr "" + +#: ../../src/rpc/virnetserver.c:514 +msgid "Malformed clients array" +msgstr "" + +#: ../../src/rpc/virnetserverclient.c:546 +msgid "Malformed conn_time field in JSON state document" +msgstr "" + +#: ../../src/lxc/lxc_container.c:154 +#, c-format +msgid "Malformed ctrl-alt-del setting '%s'" +msgstr "" + +#: ../../src/locking/lock_daemon.c:274 ../../src/logging/log_daemon.c:234 +#: ../../src/logging/log_daemon.c:247 +msgid "Malformed daemon data from JSON file" +msgstr "" + +#: ../../tools/virsh-nodedev.c:131 ../../tools/virsh-nodedev.c:557 +#, c-format +msgid "Malformed device value '%s'" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1024 +#, c-format +msgid "Malformed disk capacity: '%s'" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1015 +msgid "Malformed disk target" +msgstr "" + +#: ../../src/util/virmacmap.c:158 +#, c-format +msgid "Malformed file structure: %s" +msgstr "" + +#: ../../src/logging/log_handler.c:314 +msgid "Malformed files array" +msgstr "" + +#: ../../src/util/virlog.c:1591 +#, c-format +msgid "Malformed format for filter '%s'" +msgstr "" + +#: ../../src/util/virlog.c:1494 +#, c-format +msgid "Malformed format for output '%s'" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1865 +msgid "Malformed guest-get-fsinfo 'disk' data array" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1967 +msgid "Malformed guest-get-fsinfo data array" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2320 +msgid "Malformed guest-get-users data array" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1449 +msgid "Malformed guest-get-vcpus data array" +msgstr "" + +#: ../../src/rpc/virnetserverclient.c:536 +msgid "Malformed id field in JSON state document" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2178 +msgid "Malformed ip-addresses array" +msgstr "" + +#: ../../src/conf/domain_conf.c:9362 +#, c-format +msgid "Malformed lease target offset %s" +msgstr "" + +#: ../../src/network/bridge_driver.c:4284 +msgid "Malformed lease_entries array" +msgstr "" + +#: ../../src/locking/lock_daemon.c:252 +msgid "Malformed lockspaces array" +msgstr "" + +#: ../../src/rpc/virnetserver.c:443 +msgid "Malformed max_anonymous_clients data in JSON document" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:996 +#, c-format +msgid "Malformed nbd port '%s'" +msgstr "" + +#: ../../src/util/virnetdevopenvswitch.c:330 +msgid "Malformed ovs-vsctl output" +msgstr "" + +#: ../../src/util/virlockspace.c:406 +msgid "Malformed owner value in JSON document" +msgstr "" + +#: ../../src/util/virlockspace.c:388 +msgid "Malformed owners array" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6248 +msgid "Malformed query-command-line-options array" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6282 +msgid "Malformed query-command-line-options parameters array" +msgstr "" + +#: ../../src/util/virlockspace.c:322 +msgid "Malformed resources array" +msgstr "" + +#: ../../src/rpc/virnetdaemon.c:309 +msgid "Malformed servers data in JSON document" +msgstr "" + +#: ../../src/rpc/virnetserver.c:483 +msgid "Malformed services array" +msgstr "" + +#: ../../tools/virsh-volume.c:247 ../../tools/virsh-volume.c:253 +#: ../../tools/virsh-volume.c:1164 +#, c-format +msgid "Malformed size %s" +msgstr "" + +#: ../../src/rpc/virnetserverservice.c:299 +msgid "Malformed socks array" +msgstr "" + +#: ../../src/rpc/virnetclientstream.c:491 +msgid "Malformed stream hole packet" +msgstr "" + +#: ../../src/util/virutil.c:1379 +#, c-format +msgid "Malformed wwn: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:2503 +msgid "Manage active block operations" +msgstr "" + +#: ../../tools/virsh-domain.c:4953 +#, c-format +msgid "Managed save image of Domain %s XML configuration edited.\n" +msgstr "" + +#: ../../tools/virsh-domain.c:4944 +#, c-format +msgid "Managed save image of domain %s XML configuration not changed.\n" +msgstr "" + +#: ../../tools/virsh-domain.c:5072 +#, c-format +msgid "Managed save state file of domain %s updated.\n" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1360 +#: ../../tools/virsh-domain-monitor.c:1362 +msgid "Managed save:" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:1706 +msgid "ManagedObjectReference is missing 'type' property" +msgstr "" + +#: ../../tools/virsh-domain.c:4829 +msgid "Managedsave" +msgstr "" + +#: ../../tools/vsh.c:1036 +msgid "Mandatory option not present" +msgstr "" + +#: ../../tools/virsh-host.c:464 +msgid "Manipulate pages pool size" +msgstr "" + +#: ../../src/util/virrotatingfile.c:248 ../../src/util/virrotatingfile.c:296 +#, c-format +msgid "Max backup %zu must be less than or equal to %d" +msgstr "" + +#: ../../tools/virsh-domain.c:9185 +msgid "Max memory plus swap, as scaled integer (default KiB)" +msgstr "" + +#: ../../tools/virsh-domain.c:9177 +msgid "Max memory, as scaled integer (default KiB)" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1330 +#: ../../tools/virsh-domain-monitor.c:1333 +msgid "Max memory:" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:565 +#, c-format +msgid "Maximum CPUs greater than specified machine type limit %u" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:818 +msgid "Media Registry is null" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:921 +msgid "Media registry is null" +msgstr "" + +#: ../../src/qemu/qemu_hostdev.c:333 +msgid "Mediated host device assignment requires VFIO support" +msgstr "" + +#: ../../tools/virsh-domain.c:13006 +msgid "Memory" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1512 ../../src/util/vircgroupv1.c:1660 +#: ../../src/util/vircgroupv1.c:1705 ../../src/util/vircgroupv2.c:1165 +#: ../../src/util/vircgroupv2.c:1326 ../../src/util/vircgroupv2.c:1385 +#, c-format +msgid "Memory '%llu' must be less than %llu" +msgstr "" + +#: ../../src/util/virresctrl.c:2123 +#, c-format +msgid "" +"Memory Bandwidth allocation of size %u is not divisible by granularity %u" +msgstr "" + +#: ../../src/util/virresctrl.c:2131 +#, c-format +msgid "" +"Memory Bandwidth allocation of size %u is smaller than the minimum allowed " +"allocation %u" +msgstr "" + +#: ../../src/util/virresctrl.c:1326 +#, c-format +msgid "Memory Bandwidth already defined for node %u" +msgstr "" + +#: ../../src/util/virresctrl.c:1309 +msgid "Memory Bandwidth value exceeding 100 is invalid." +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3762 +#, c-format +msgid "" +"Memory balloon device type '%s' is not supported by this version of qemu" +msgstr "" + +#: ../../tools/virsh-domain.c:6339 +msgid "Memory bandwidth:" +msgstr "" + +#: ../../src/qemu/qemu_cgroup.c:616 +msgid "Memory cgroup is not available on this host" +msgstr "" + +#: ../../tools/virsh-domain.c:9181 +msgid "Memory during contention, as scaled integer (default KiB)" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2509 +msgid "Memory parameter is not supported by vz driver" +msgstr "" + +#: ../../tools/virsh-domain.c:6326 +msgid "Memory processed:" +msgstr "" + +#: ../../tools/virsh-domain.c:6328 +msgid "Memory remaining:" +msgstr "" + +#: ../../src/conf/domain_conf.c:4548 +msgid "" +"Memory size must be specified via <memory> or in the <numa> configuration" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2498 +msgid "Memory size should be multiple of 1Mb." +msgstr "" + +#: ../../tools/virsh-host.c:674 +msgid "Memory size:" +msgstr "" + +#: ../../tools/virsh-domain.c:6330 +msgid "Memory total:" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9325 ../../src/qemu/qemu_driver.c:9522 +#: ../../src/qemu/qemu_driver.c:9598 +msgid "Memory tuning is not available in session mode" +msgstr "" + +#: ../../tools/virsh-domain.c:8728 ../../tools/virsh-domain.c:8744 +msgid "Metadata modified" +msgstr "" + +#: ../../tools/virsh-domain.c:8734 +msgid "Metadata not changed" +msgstr "" + +#: ../../tools/virsh-domain.c:8726 +msgid "Metadata removed" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1001 +msgid "Metadata:" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:1616 +msgid "MethodFault is missing 'type' property" +msgstr "" + +#: ../../tools/virsh-domain.c:10538 +msgid "Migrate domain to another host. Add --live for live migration." +msgstr "" + +#: ../../tools/virsh-domain.c:12959 ../../tools/virsh-domain.c:12968 +#: ../../tools/virsh-domain.c:12981 ../../tools/virsh-domain.c:12991 +msgid "Migrated" +msgstr "" + +#: ../../tools/virsh-domain.c:11174 +msgid "Migration" +msgstr "" + +#: ../../src/libvirt-domain.c:3945 ../../src/qemu/qemu_migration.c:4595 +msgid "" +"Migration APIs with extensible parameters are not supported but extended " +"parameters were passed" +msgstr "" + +#: ../../src/esx/esx_driver.c:3785 +msgid "Migration URI has to specify resource pool and host system" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:851 +msgid "Migration capabilities can only be set by a migration job" +msgstr "" + +#: ../../src/vz/vz_driver.c:2748 +msgid "Migration cookie parameters are not provided." +msgstr "" + +#: ../../src/libxl/libxl_migration.c:173 +#: ../../src/qemu/qemu_migration_cookie.c:1475 +msgid "Migration cookie was not NULL terminated" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:1303 +msgid "Migration failed. Domain is not running on destination host" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:6223 ../../src/openvz/openvz_driver.c:2243 +#, c-format +msgid "Migration failed. No domain on destination host with matching name '%s'" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:322 +msgid "Migration graphics data already present" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:375 +msgid "Migration lockstate data already present" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1374 +msgid "" +"Migration may lead to data corruption if disks use cache other than none or " +"directsync" +msgstr "" + +#: ../../src/esx/esx_driver.c:3750 +msgid "Migration not possible without a vCenter" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:1188 +#, c-format +msgid "Migration option '%s' is not supported by QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:401 +msgid "Migration persistent data already present" +msgstr "" + +#: ../../src/esx/esx_driver.c:3775 +msgid "Migration source and destination have to refer to the same vCenter" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:3520 +#, c-format +msgid "Migration with lock driver %s requires cookie support" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1357 +msgid "Migration without shared storage is unsafe" +msgstr "" + +#: ../../tools/virsh-domain.c:9189 +msgid "Min guaranteed memory, as scaled integer (default KiB)" +msgstr "" + +#: ../../src/esx/esx_vi.c:900 ../../src/esx/esx_vi.c:916 +#: ../../src/esx/esx_vi.c:927 ../../src/esx/esx_vi.c:937 +#, c-format +msgid "Minimum supported %s version is %s but found version '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20305 +#, c-format +msgid "Missing %s attribute 'vcpus'" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1503 +#, c-format +msgid "Missing %s lock state for migration cookie" +msgstr "" + +#: ../../src/locking/lock_manager.c:47 ../../src/locking/lock_manager.c:55 +#, c-format +msgid "Missing '%s' field in lock manager driver" +msgstr "" + +#: ../../src/esx/esx_vi.c:2256 ../../src/esx/esx_vi.c:2285 +#: ../../src/esx/esx_vi.c:2314 ../../src/esx/esx_vi.c:2347 +#: ../../src/esx/esx_vi.c:2380 +#, c-format +msgid "Missing '%s' property" +msgstr "" + +#: ../../src/esx/esx_vi.c:2161 +#, c-format +msgid "Missing '%s' property while looking for ManagedEntityStatus" +msgstr "" + +#: ../../src/util/vircgroupv1.c:234 +#, c-format +msgid "Missing '/' separator in cgroup mount '%s'" +msgstr "" + +#: ../../src/conf/cpu_conf.c:552 +msgid "Missing 'cores' attribute in CPU topology" +msgstr "" + +#: ../../src/conf/numa_conf.c:901 +msgid "Missing 'cpus' attribute in NUMA cell" +msgstr "" + +#: ../../src/logging/log_handler.c:244 +msgid "Missing 'domname' in JSON document" +msgstr "" + +#: ../../src/logging/log_handler.c:251 +msgid "Missing 'domuuid' in JSON document" +msgstr "" + +#: ../../src/logging/log_handler.c:237 +msgid "Missing 'driver' in JSON document" +msgstr "" + +#: ../../src/conf/network_conf.c:482 +#, c-format +msgid "Missing 'end' attribute in dhcp range for network '%s'" +msgstr "" + +#: ../../src/cpu/cpu_map.c:153 +msgid "Missing 'filename' in CPU map include" +msgstr "" + +#: ../../src/conf/domain_conf.c:18801 +msgid "Missing 'id' attribute in <iothread> element" +msgstr "" + +#: ../../src/conf/numa_conf.c:736 +#, c-format +msgid "Missing 'id' attribute in NUMA distances under 'cell id %d'" +msgstr "" + +#: ../../src/conf/domain_conf.c:9350 +msgid "Missing 'key' element for lease" +msgstr "" + +#: ../../src/lxc/lxc_native.c:491 +msgid "Missing 'link' attribute for NIC" +msgstr "" + +#: ../../src/conf/domain_conf.c:8574 +msgid "Missing 'model' attribute in mediated device's <hostdev> element" +msgstr "" + +#: ../../src/esx/esx_vi.c:5017 +#, c-format +msgid "Missing 'name' property in %s lookup" +msgstr "" + +#: ../../src/logging/log_handler.c:231 +msgid "Missing 'path' field in JSON document" +msgstr "" + +#: ../../src/logging/log_handler.c:269 +msgid "Missing 'pipefd' in JSON document" +msgstr "" + +#: ../../src/esx/esx_vi.c:2184 +msgid "Missing 'runtime.powerState' property" +msgstr "" + +#: ../../src/conf/cpu_conf.c:534 +msgid "Missing 'sockets' attribute in CPU topology" +msgstr "" + +#: ../../src/conf/network_conf.c:473 +#, c-format +msgid "Missing 'start' attribute in dhcp range for network '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:9355 +msgid "Missing 'target' element for lease" +msgstr "" + +#: ../../src/conf/cpu_conf.c:559 +msgid "Missing 'threads' attribute in CPU topology" +msgstr "" + +#: ../../src/conf/domain_conf.c:8437 +msgid "Missing 'uuid' attribute for element <address>" +msgstr "" + +#: ../../src/conf/numa_conf.c:766 +#, c-format +msgid "" +"Missing 'value' attribute in NUMA distances under 'cell id %d' for 'sibling " +"id %d'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8431 +msgid "Missing <address> element" +msgstr "" + +#: ../../src/conf/domain_conf.c:8862 +msgid "Missing <block> element in hostdev storage device" +msgstr "" + +#: ../../src/conf/domain_conf.c:8870 +msgid "Missing <char> element in hostdev character device" +msgstr "" + +#: ../../src/conf/domain_conf.c:8878 +msgid "Missing <interface> element in hostdev net device" +msgstr "" + +#: ../../src/util/virstoragefile.c:1816 +msgid "Missing <secret> element in auth" +msgstr "" + +#: ../../src/conf/domain_conf.c:8511 ../../src/conf/domain_conf.c:8853 +msgid "Missing <source> element in hostdev device" +msgstr "" + +#: ../../src/conf/domain_conf.c:11838 +msgid "" +"Missing <source> element with bridge name in interface's <actual> element" +msgstr "" + +#: ../../src/conf/cpu_conf.c:437 +msgid "Missing CPU architecture" +msgstr "" + +#: ../../src/conf/cpu_conf.c:859 +msgid "Missing CPU feature name" +msgstr "" + +#: ../../src/conf/cpu_conf.c:486 +msgid "Missing CPU model name" +msgstr "" + +#: ../../src/cpu/cpu_arm.c:274 +msgid "Missing CPU vendor value" +msgstr "" + +#: ../../src/locking/lock_driver_lockd.c:427 +msgid "Missing ID parameter for domain object" +msgstr "" + +#: ../../src/conf/network_conf.c:723 +#, c-format +msgid "Missing IP address in network '%s' DNS HOST record" +msgstr "" + +#: ../../src/conf/network_conf.c:609 +#, c-format +msgid "Missing IP address in static host definition for network '%s'" +msgstr "" + +#: ../../src/cpu/cpu_arm.c:360 ../../src/cpu/cpu_ppc64.c:348 +#, c-format +msgid "Missing PVR information for CPU model %s" +msgstr "" + +#: ../../src/vmx/vmx.c:1121 +#, c-format +msgid "Missing SCSI controller for index %d" +msgstr "" + +#: ../../src/util/virtpm.c:64 +msgid "Missing TPM device path" +msgstr "" + +#: ../../src/util/viruri.c:391 +#, c-format +msgid "Missing URI parameter '%s'" +msgstr "" + +#: ../../src/conf/domain_addr.c:2150 +#, c-format +msgid "Missing USB bus %u" +msgstr "" + +#: ../../src/locking/lock_driver_lockd.c:439 +msgid "Missing UUID parameter for domain object" +msgstr "" + +#: ../../src/util/virauth.c:192 +msgid "Missing VIR_CRED_AUTHNAME credential type" +msgstr "" + +#: ../../src/util/virauth.c:270 +msgid "Missing VIR_CRED_PASSPHRASE or VIR_CRED_NOECHOPROMPT credential type" +msgstr "" + +#: ../../src/conf/domain_conf.c:20272 +msgid "Missing acpi table type" +msgstr "" + +#: ../../src/conf/domain_conf.c:31652 +#, c-format +msgid "Missing actual data for interface '%s'" +msgstr "" + +#: ../../src/util/virsocketaddr.c:105 ../../src/util/virsocketaddr.c:470 +msgid "Missing address" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1467 +msgid "Missing address in 'phys_function' capability" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:939 ../../src/qemu/qemu_agent.c:1119 +msgid "Missing agent reply object" +msgstr "" + +#: ../../src/conf/domain_conf.c:16337 +msgid "Missing allow attribute for USB redirection filter" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1464 +#, c-format +msgid "Missing ancestor's name in CPU model %s" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:629 +#, c-format +msgid "Missing argument for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19897 +#, c-format +msgid "Missing attribute '%s' in element '%sched'" +msgstr "" + +#: ../../src/rpc/virnetserverclient.c:489 +#: ../../src/rpc/virnetserverservice.c:275 +msgid "Missing auth field in JSON state document" +msgstr "" + +#: ../../src/util/virauth.c:171 ../../src/util/virauth.c:249 +msgid "Missing authentication callback" +msgstr "" + +#: ../../src/util/virauth.c:152 ../../src/util/virauth.c:233 +msgid "Missing authentication credentials" +msgstr "" + +#: ../../src/util/virlog.c:1273 +msgid "Missing auxiliary data in output definition" +msgstr "" + +#: ../../src/storage/storage_driver.c:142 +#, c-format +msgid "Missing backend %d" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3338 ../../src/qemu/qemu_interface.c:549 +msgid "Missing bridge name" +msgstr "" + +#: ../../src/conf/domain_conf.c:20366 +msgid "Missing cachetune attribute 'id'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20380 +msgid "Missing cachetune attribute 'level'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20394 +msgid "Missing cachetune attribute 'type'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1604 +msgid "Missing capability type" +msgstr "" + +#: ../../src/rpc/virnetserver.c:523 +msgid "Missing client data in JSON document" +msgstr "" + +#: ../../src/rpc/virnetserver.c:508 +msgid "Missing clients data in JSON document" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1091 +#, c-format +msgid "Missing cpuid or msr element in feature %s" +msgstr "" + +#: ../../src/locking/lock_daemon.c:236 +msgid "Missing defaultLockspace data from JSON file" +msgstr "" + +#: ../../src/lxc/lxc_container.c:498 +msgid "Missing device name for container-side veth" +msgstr "" + +#: ../../src/storage/storage_backend_sheepdog.c:117 +msgid "Missing disk info when adding volume" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1083 +msgid "Missing disk source file path" +msgstr "" + +#: ../../src/util/virmacmap.c:171 +msgid "Missing domain" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1232 +msgid "Missing errfd data in JSON document" +msgstr "" + +#: ../../src/vmx/vmx.c:748 +#, c-format +msgid "Missing essential config entry '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13909 +msgid "Missing evdev path for input device passthrough" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1220 +msgid "Missing fd data in JSON document" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1583 +#, c-format +msgid "Missing feature name for CPU model %s" +msgstr "" + +#: ../../src/logging/log_handler.c:308 +msgid "Missing files data from JSON file" +msgstr "" + +#: ../../src/util/virauthconfig.c:136 +#, c-format +msgid "Missing group 'credentials-%s' referenced from group '%s' in '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:746 ../../src/conf/network_conf.c:760 +#, c-format +msgid "Missing hostname in network '%s' DNS HOST record" +msgstr "" + +#: ../../src/conf/network_conf.c:767 +#, c-format +msgid "Missing ip and hostname in network '%s' DNS HOST record" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1238 +msgid "Missing isClient data in JSON document" +msgstr "" + +#: ../../src/util/virauthconfig.c:127 +#, c-format +msgid "Missing item 'credentials' in group '%s' in '%s'" +msgstr "" + +#: ../../src/rpc/virnetserver.c:456 +msgid "Missing keepaliveCount data in JSON document" +msgstr "" + +#: ../../src/rpc/virnetserver.c:451 +msgid "Missing keepaliveInterval data in JSON document" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:409 +msgid "Missing listen element" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1303 +msgid "Missing lock driver name in migration cookie" +msgstr "" + +#: ../../src/locking/lock_daemon.c:246 +msgid "Missing lockspaces data from JSON file" +msgstr "" + +#: ../../src/util/virmacmap.c:177 +msgid "Missing macs" +msgstr "" + +#: ../../src/locking/lock_daemon.c:683 ../../src/logging/log_daemon.c:485 +msgid "Missing magic data in JSON document" +msgstr "" + +#: ../../src/conf/netdev_bandwidth_conf.c:57 +msgid "Missing mandatory average or floor attributes" +msgstr "" + +#: ../../src/conf/domain_conf.c:6222 +msgid "Missing master path attribute for nmdm device" +msgstr "" + +#: ../../src/rpc/virnetserver.c:436 +msgid "Missing max_clients data in JSON document" +msgstr "" + +#: ../../src/rpc/virnetserver.c:426 +msgid "Missing max_workers data in JSON document" +msgstr "" + +#: ../../src/conf/domain_conf.c:20818 +msgid "Missing memorytune attribute 'bandwidth'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20804 +msgid "Missing memorytune attribute 'id'" +msgstr "" + +#: ../../src/rpc/virnetserver.c:421 +msgid "Missing min_workers data in JSON document" +msgstr "" + +#: ../../src/conf/domain_conf.c:20533 +msgid "Missing monitor attribute 'level'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:333 +msgid "Missing monitor reply object" +msgstr "" + +#: ../../src/locking/lock_driver_lockd.c:434 +msgid "Missing name parameter for domain object" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:250 +msgid "Missing network port PCI address" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:201 +msgid "Missing network port bridge name" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:245 +msgid "Missing network port driver name" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:218 +msgid "Missing network port link device name" +msgstr "" + +#: ../../src/rpc/virnetserverclient.c:520 +#: ../../src/rpc/virnetserverservice.c:286 +msgid "Missing nrequests_client_max field in JSON state document" +msgstr "" + +#: ../../src/esx/esx_driver.c:1151 +msgid "Missing or empty 'hostName' property" +msgstr "" + +#: ../../src/util/virresctrl.c:1642 +#, c-format +msgid "Missing or inconsistent resctrl info for level '%u' type '%s'" +msgstr "" + +#: ../../src/util/virresctrl.c:1513 +msgid "Missing or inconsistent resctrl info for memory bandwidth allocation" +msgstr "" + +#: ../../src/util/virresctrl.c:1470 +#, c-format +msgid "Missing or inconsistent resctrl info for memory bandwidth node '%u'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4100 +msgid "Missing or invalid 'broadcast-allowed' in query-rx-filter response" +msgstr "" + +#: ../../src/conf/network_conf.c:1468 +#, c-format +msgid "" +"Missing or invalid 'end' attribute in <port> in <nat> in <forward> in " +"network %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4086 +msgid "Missing or invalid 'main-mac' in query-rx-filter response" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4151 +msgid "Missing or invalid 'multicast' in query-rx-filter response" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4158 +msgid "Missing or invalid 'multicast-overflow' in query-rx-filter response" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4165 +msgid "Missing or invalid 'multicast-table' array in query-rx-filter response" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4093 +msgid "Missing or invalid 'promiscuous' in query-rx-filter response" +msgstr "" + +#: ../../src/conf/network_conf.c:1460 +#, c-format +msgid "" +"Missing or invalid 'start' attribute in <port> in <nat> in <forward> in " +"network %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4109 +msgid "Missing or invalid 'unicast' in query-rx-filter response" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4116 +msgid "Missing or invalid 'unicast-overflow' in query-rx-filter response" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4123 +msgid "Missing or invalid 'unicast-table' array in query-rx-filter response" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4193 +msgid "Missing or invalid 'vlan' in query-rx-filter response" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4200 +msgid "Missing or invalid 'vlan-table' array in query-rx-filter response" +msgstr "" + +#: ../../src/util/virhostcpu.c:565 +#, c-format +msgid "Missing or invalid CPU frequency in %s" +msgstr "" + +#: ../../src/cpu/cpu_ppc64.c:371 +#, c-format +msgid "Missing or invalid PVR mask in CPU model %s" +msgstr "" + +#: ../../src/cpu/cpu_arm.c:367 ../../src/cpu/cpu_ppc64.c:363 +#, c-format +msgid "Missing or invalid PVR value in CPU model %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4176 +#, c-format +msgid "" +"Missing or invalid element %zu of 'multicast' list in query-rx-filter " +"response" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4134 +#, c-format +msgid "" +"Missing or invalid element %zu of 'unicast' list in query-rx-filter response" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4211 +#, c-format +msgid "" +"Missing or invalid element %zu of 'vlan-table' array in query-rx-filter " +"response" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4078 +msgid "Missing or invalid name in query-rx-filter response" +msgstr "" + +#: ../../src/conf/storage_adapter_conf.c:113 +msgid "Missing or invalid scsi adapter 'unique_id' value" +msgstr "" + +#: ../../src/locking/lock_daemon.c:543 +msgid "Missing ownerId data in JSON document" +msgstr "" + +#: ../../src/locking/lock_daemon.c:548 +msgid "Missing ownerName data in JSON document" +msgstr "" + +#: ../../src/locking/lock_daemon.c:537 +msgid "Missing ownerPid data in JSON document" +msgstr "" + +#: ../../src/locking/lock_daemon.c:554 ../../src/locking/lock_daemon.c:559 +msgid "Missing ownerUUID data in JSON document" +msgstr "" + +#: ../../src/locking/lock_driver_lockd.c:564 +msgid "Missing path or lockspace for lease resource" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1226 +msgid "Missing pid data in JSON document" +msgstr "" + +#: ../../src/locking/lock_manager.c:166 +msgid "Missing plugin initialization symbol 'virLockDriverImpl'" +msgstr "" + +#: ../../src/rpc/virnetserver.c:431 +msgid "Missing priority_workers data in JSON document" +msgstr "" + +#: ../../src/rpc/virnetserverclient.c:572 +msgid "Missing privateData field in JSON state document" +msgstr "" + +#: ../../src/rpc/virnetserverclient.c:514 +#: ../../src/rpc/virnetserverservice.c:280 +msgid "Missing readonly field in JSON state document" +msgstr "" + +#: ../../src/network/bridge_driver.c:1293 +#: ../../src/network/bridge_driver.c:1300 +#, c-format +msgid "Missing required 'service' attribute in SRV record of network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1136 +#, c-format +msgid "Missing required address attribute in network '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8666 +msgid "Missing required address in <ip>" +msgstr "" + +#: ../../src/conf/numa_conf.c:151 +msgid "Missing required cellid attribute in memnode element" +msgstr "" + +#: ../../src/conf/network_conf.c:1606 +#, c-format +msgid "" +"Missing required dev attribute in <forward> <interface> element of network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:1708 +#, c-format +msgid "Missing required dev attribute in <pf> element of network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1310 +msgid "Missing required name attribute in portgroup" +msgstr "" + +#: ../../src/conf/network_conf.c:937 +#, c-format +msgid "Missing required name or value in DNS TXT record of network %s" +msgstr "" + +#: ../../src/conf/numa_conf.c:195 +msgid "Missing required nodeset attribute in memnode element" +msgstr "" + +#: ../../src/util/virresctrl.c:2542 +msgid "Missing resctrl monitor alloc" +msgstr "" + +#: ../../src/util/virlockspace.c:355 +msgid "Missing resource fd in JSON document" +msgstr "" + +#: ../../src/util/virlockspace.c:374 +msgid "Missing resource flags in JSON document" +msgstr "" + +#: ../../src/util/virlockspace.c:367 +msgid "Missing resource lockHeld in JSON document" +msgstr "" + +#: ../../src/util/virlockspace.c:340 +msgid "Missing resource name in JSON document" +msgstr "" + +#: ../../src/util/virlockspace.c:381 +msgid "Missing resource owners in JSON document" +msgstr "" + +#: ../../src/util/virlockspace.c:348 +msgid "Missing resource path in JSON document" +msgstr "" + +#: ../../src/util/virlockspace.c:316 +msgid "Missing resources value in JSON document" +msgstr "" + +#: ../../src/locking/lock_daemon.c:532 +msgid "Missing restricted data in JSON document" +msgstr "" + +#: ../../src/conf/domain_conf.c:19835 +msgid "Missing scheduler attribute" +msgstr "" + +#: ../../src/conf/domain_conf.c:19852 +msgid "Missing scheduler priority" +msgstr "" + +#: ../../src/conf/storage_adapter_conf.c:102 +msgid "Missing scsi_host PCI address element" +msgstr "" + +#: ../../src/conf/domain_conf.c:8381 +msgid "Missing scsi_host subsystem protocol" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:1374 +#, c-format +msgid "Missing separator in sched info '%s'" +msgstr "" + +#: ../../src/locking/lock_daemon.c:280 +msgid "Missing server data from JSON file" +msgstr "" + +#: ../../src/rpc/virnetserver.c:492 +msgid "Missing service data in JSON document" +msgstr "" + +#: ../../src/rpc/virnetserver.c:477 +msgid "Missing services data in JSON document" +msgstr "" + +#: ../../src/conf/domain_conf.c:6228 +msgid "Missing slave path attribute for nmdm device" +msgstr "" + +#: ../../src/rpc/virnetserverclient.c:526 +msgid "Missing sock field in JSON state document" +msgstr "" + +#: ../../src/rpc/virnetserverservice.c:293 +msgid "Missing socks field in JSON state document" +msgstr "" + +#: ../../src/conf/domain_conf.c:6285 +msgid "Missing source channel attribute for char device" +msgstr "" + +#: ../../src/conf/domain_conf.c:6236 +msgid "Missing source host attribute for char device" +msgstr "" + +#: ../../src/conf/domain_conf.c:6214 ../../src/conf/domain_conf.c:6271 +msgid "Missing source path attribute for char device" +msgstr "" + +#: ../../src/conf/domain_conf.c:6242 ../../src/conf/domain_conf.c:6256 +msgid "Missing source service attribute for char device" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:3663 ../../src/lxc/lxc_driver.c:3735 +msgid "Missing storage block path" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1689 ../../src/lxc/lxc_controller.c:1765 +msgid "Missing storage host block path" +msgstr "" + +#: ../../tools/virsh-domain.c:3843 +#, c-format +msgid "Missing storage volume name for disk '%s'" +msgstr "" + +#: ../../src/util/virdbus.c:777 ../../src/util/virdbus.c:1076 +msgid "Missing variant type signature" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:905 +#, c-format +msgid "Missing vendor string for CPU vendor %s" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:744 +msgid "Model" +msgstr "" + +#: ../../src/libxl/xen_common.c:1199 ../../src/test/test_driver.c:877 +#, c-format +msgid "Model %s too big for destination" +msgstr "" + +#: ../../src/conf/domain_conf.c:30754 +msgid "Model name contains invalid characters" +msgstr "" + +#: ../../tools/virsh-domain.c:7908 +msgid "Modifies an existing IOThread of the guest domain." +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:259 +#, c-format +msgid "Monitor path %s too big for destination" +msgstr "" + +#: ../../src/conf/domain_conf.c:20445 +msgid "Monitor vcpus conflicts with allocation" +msgstr "" + +#: ../../tools/virt-host-validate-lxc.c:44 +msgid "Mount namespace support is required" +msgstr "" + +#: ../../tools/virsh-domain.c:14170 +msgid "Mountpoint" +msgstr "" + +#: ../../src/vmx/vmx.c:4037 +msgid "Multi-head video devices are unsupported" +msgstr "" + +#: ../../src/conf/domain_conf.c:4472 +#, c-format +msgid "Multiple '%s' controllers with index '%d'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11146 +msgid "Multiple <model> elements in controller definition not allowed" +msgstr "" + +#: ../../src/conf/domain_conf.c:11155 +msgid "Multiple <target> elements in controller definition not allowed" +msgstr "" + +#: ../../src/network/bridge_driver.c:3497 +msgid "" +"Multiple IPv4 dhcp sections found -- dhcp is supported only for a single " +"IPv4 address on each network" +msgstr "" + +#: ../../src/network/bridge_driver.c:3510 +msgid "" +"Multiple IPv6 dhcp sections found -- dhcp is supported only for a single " +"IPv6 address on each network" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:1402 +#, c-format +msgid "" +"Multiple USB devices for %x:%x were found, but none of them is at bus:%u " +"device:%u" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:1407 +#, c-format +msgid "Multiple USB devices for %x:%x, use <address> to specify one" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1613 +#, c-format +msgid "Multiple definitions of CPU model '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:624 +msgid "Multiple graphics devices are not supported" +msgstr "" + +#: ../../tools/virsh-interface.c:1097 +msgid "Multiple interfaces attached to bridge" +msgstr "" + +#: ../../src/qemu/qemu_command.c:2765 +msgid "Multiple legacy USB controllers are not supported" +msgstr "" + +#: ../../src/conf/numa_conf.c:174 +#, c-format +msgid "Multiple memnode elements with cellid %u" +msgstr "" + +#: ../../src/conf/domain_conf.c:4500 +#, c-format +msgid "Multiple panic devices with model '%s'" +msgstr "" + +#: ../../src/libxl/xen_common.c:966 ../../src/libxl/xen_common.c:2073 +msgid "Multiple serial devices are not supported by xen-xm" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:483 ../../src/util/virnetdevtap.c:259 +#: ../../src/util/virnetdevtap.c:374 +msgid "Multiqueue devices are not supported on this system" +msgstr "" + +#: ../../tools/virsh-snapshot.c:599 +#, c-format +msgid "Must use --rename or --clone to change %s to %s" +msgstr "" + +#: ../../tools/virsh-domain.c:6919 ../../tools/virsh-domain.c:6920 +#: ../../tools/virsh-domain.c:6921 +msgid "N/A" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:3593 +msgid "NBD migration with TLS is not supported" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:63 +msgid "NIC model 'e1000' is not supported by given bhyve binary" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:69 +msgid "NIC model is not supported" +msgstr "" + +#: ../../tools/virt-host-validate-common.c:97 +msgid "NOTE" +msgstr "" + +#: ../../src/util/virqemu.c:196 +msgid "NULL JSON type can't be converted to commandline" +msgstr "" + +#: ../../src/conf/network_conf.c:314 +msgid "NULL NetworkDef" +msgstr "" + +#: ../../src/util/virsocketaddr.c:835 +#, c-format +msgid "NULL argument - %p %p" +msgstr "" + +#: ../../src/libvirt.c:1312 +#, c-format +msgid "NULL string parameter '%s'" +msgstr "" + +#: ../../src/util/virtypedparam-public.c:38 +#, c-format +msgid "NULL value for field '%s'" +msgstr "" + +#: ../../src/conf/numa_conf.c:911 +#, c-format +msgid "NUMA cell %d has no vCPUs assigned" +msgstr "" + +#: ../../tools/virsh-host.c:150 ../../tools/virsh-host.c:276 +#: ../../tools/virsh-host.c:486 +msgid "NUMA cell number" +msgstr "" + +#: ../../tools/virsh-host.c:673 +msgid "NUMA cell(s):" +msgstr "" + +#: ../../src/conf/numa_conf.c:923 +#, c-format +msgid "NUMA cells %u and %zu have overlapping vCPU ids" +msgstr "" + +#: ../../src/conf/numa_conf.c:725 +msgid "NUMA distances defined without siblings" +msgstr "" + +#: ../../tools/virsh-host.c:138 +msgid "NUMA free memory" +msgstr "" + +#: ../../tools/virsh-host.c:264 +msgid "NUMA free pages" +msgstr "" + +#: ../../src/util/virnuma.c:183 ../../src/util/virnuma.c:366 +#: ../../src/util/virnuma.c:394 ../../src/util/virnuma.c:405 +msgid "NUMA isn't available on this host" +msgstr "" + +#: ../../src/util/virnuma.c:141 +msgid "NUMA memory tuning in 'preferred' mode only supports single node" +msgstr "" + +#: ../../tools/virsh-domain.c:9488 +msgid "" +"NUMA mode, one of strict, preferred and interleave \n" +"or a number from the virDomainNumatuneMemMode enum" +msgstr "" + +#: ../../src/util/virnuma.c:551 +#, c-format +msgid "NUMA node %d is not available" +msgstr "" + +#: ../../src/util/virnuma.c:116 +#, c-format +msgid "NUMA node %d is out of range" +msgstr "" + +#: ../../src/util/virnuma.c:1006 +#, c-format +msgid "NUMA node %zd is unavailable" +msgstr "" + +#: ../../tools/virsh-domain.c:9493 +msgid "NUMA node selections to set" +msgstr "" + +#: ../../src/conf/numa_conf.c:861 +msgid "NUMA topology defined without NUMA cells" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:9785 +msgid "NUMA tuning is not available in session mode" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:2273 +#, c-format +msgid "NVMe device %s already in use by driver %s domain %s" +msgstr "" + +#: ../../src/util/virnvme.c:189 +#, c-format +msgid "NVMe device %s namespace %u is already on the list" +msgstr "" + +#: ../../src/util/virnvme.c:214 ../../src/util/virnvme.c:427 +#, c-format +msgid "NVMe device %s namespace %u not found" +msgstr "" + +#: ../../src/conf/domain_conf.c:9655 +msgid "NVMe disk source is missing address" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5267 +msgid "NVMe disks are not supported with this QEMU binary" +msgstr "" + +#: ../../src/conf/domain_conf.c:6160 +msgid "NVMe namespace can't be zero" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:786 ../../tools/virsh-checkpoint.c:789 +#: ../../tools/virsh-domain-monitor.c:2008 +#: ../../tools/virsh-domain-monitor.c:2010 +#: ../../tools/virsh-domain-monitor.c:2394 ../../tools/virsh-domain.c:14170 +#: ../../tools/virsh-interface.c:366 ../../tools/virsh-network.c:745 +#: ../../tools/virsh-nwfilter.c:364 ../../tools/virsh-pool.c:1336 +#: ../../tools/virsh-pool.c:1361 ../../tools/virsh-snapshot.c:1571 +#: ../../tools/virsh-snapshot.c:1573 ../../tools/virsh-volume.c:1446 +#: ../../tools/virsh-volume.c:1468 ../../tools/virt-admin.c:352 +msgid "Name" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2537 +#, c-format +msgid "Name of chain is longer than %u characters" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:489 ../../tools/virsh-domain-monitor.c:1305 +#: ../../tools/virsh-network.c:402 ../../tools/virsh-pool.c:1584 +#: ../../tools/virsh-snapshot.c:899 ../../tools/virsh-volume.c:1041 +msgid "Name:" +msgstr "" + +#: ../../src/util/virprocess.c:1121 +msgid "Namespaces are not supported on this platform" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:12280 ../../src/util/virprocess.c:111 +#: ../../src/util/virprocess.c:1366 ../../src/util/virprocess.c:1374 +msgid "Namespaces are not supported on this platform." +msgstr "" + +#: ../../src/qemu/qemu_validate.c:110 +msgid "Nested HV configuration is not supported by this QEMU binary" +msgstr "" + +#: ../../tools/virsh-network.c:1163 +#, c-format +msgid "Network %s XML configuration edited.\n" +msgstr "" + +#: ../../tools/virsh-network.c:1154 +#, c-format +msgid "Network %s XML configuration not changed.\n" +msgstr "" + +#: ../../tools/virsh-network.c:223 +#, c-format +msgid "Network %s created from %s\n" +msgstr "" + +#: ../../tools/virsh-network.c:271 +#, c-format +msgid "Network %s defined from %s\n" +msgstr "" + +#: ../../tools/virsh-network.c:310 +#, c-format +msgid "Network %s destroyed\n" +msgstr "" + +#: ../../tools/virsh-network.c:896 +#, c-format +msgid "Network %s has been undefined\n" +msgstr "" + +#: ../../tools/virsh-network.c:178 +#, c-format +msgid "Network %s marked as autostarted\n" +msgstr "" + +#: ../../tools/virsh-network.c:858 +#, c-format +msgid "Network %s started\n" +msgstr "" + +#: ../../tools/virsh-network.c:180 +#, c-format +msgid "Network %s unmarked as autostarted\n" +msgstr "" + +#: ../../src/conf/network_conf.c:1198 +#, c-format +msgid "Network '%s' IP address cannot have both a prefix and a netmask" +msgstr "" + +#: ../../src/test/test_driver.c:5491 +#, c-format +msgid "Network '%s' is already running" +msgstr "" + +#: ../../src/test/test_driver.c:5414 +#, c-format +msgid "Network '%s' is still running" +msgstr "" + +#: ../../tools/virsh-network.c:1249 +msgid "Network Events" +msgstr "" + +#: ../../src/util/virnetdevbandwidth.c:210 +msgid "Network bandwidth tuning is not available in session mode" +msgstr "" + +#: ../../tools/virsh-interface.c:737 +msgid "Network config change transaction committed\n" +msgstr "" + +#: ../../tools/virsh-interface.c:768 +msgid "Network config change transaction rolled back\n" +msgstr "" + +#: ../../tools/virsh-interface.c:706 +msgid "Network config change transaction started\n" +msgstr "" + +#: ../../src/conf/virnetworkobj.c:911 ../../src/conf/virnetworkobj.c:1025 +#, c-format +msgid "Network config filename '%s' does not match network name '%s'" +msgstr "" + +#: ../../tools/virsh-interface.c:840 +#, c-format +msgid "Network device %s already exists" +msgstr "" + +#: ../../src/util/virnetdev.c:182 +msgid "Network device configuration is not supported on this platform" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:3515 +msgid "Network device type is not supported" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:436 +#, c-format +msgid "Network filter %s XML configuration edited.\n" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:426 +#, c-format +msgid "Network filter %s XML configuration not changed.\n" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:107 +#, c-format +msgid "Network filter %s defined from %s\n" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:151 +#, c-format +msgid "Network filter %s undefined\n" +msgstr "" + +#: ../../src/util/virerror.c:1215 +msgid "Network filter binding not found" +msgstr "" + +#: ../../src/util/virerror.c:1216 +#, c-format +msgid "Network filter binding not found: %s" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:522 +#, c-format +msgid "Network filter binding on %s created from %s\n" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:567 +#, c-format +msgid "Network filter binding on %s deleted\n" +msgstr "" + +#: ../../src/util/virerror.c:1098 +msgid "Network filter not found" +msgstr "" + +#: ../../src/util/virerror.c:1099 +#, c-format +msgid "Network filter not found: %s" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:267 +#, c-format +msgid "Network ifname %s too long for destination" +msgstr "" + +#: ../../src/util/virnetdev.c:147 ../../src/util/virnetdev.c:559 +#: ../../src/util/virnetdevbridge.c:93 ../../src/util/virnetdevbridge.c:647 +#: ../../src/util/virnetdevbridge.c:713 ../../src/util/virnetdevtap.c:272 +#: ../../src/util/virnetdevtap.c:337 +#, c-format +msgid "Network interface name '%s' is too long" +msgstr "" + +#: ../../src/network/bridge_driver_linux.c:269 +#, c-format +msgid "Network is already in use by interface %s" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:436 +msgid "Network migration data already present" +msgstr "" + +#: ../../tools/virt-host-validate-lxc.c:59 +msgid "Network namespace support is recommended" +msgstr "" + +#: ../../src/util/virerror.c:1041 +msgid "Network not found" +msgstr "" + +#: ../../src/util/virerror.c:1042 +#, c-format +msgid "Network not found: %s" +msgstr "" + +#: ../../tools/virsh-network.c:1517 +#, c-format +msgid "Network port %s created from %s\n" +msgstr "" + +#: ../../tools/virsh-network.c:1626 +#, c-format +msgid "Network port %s deleted\n" +msgstr "" + +#: ../../src/conf/virnetworkobj.c:1640 +#, c-format +msgid "Network port with UUID %s already exists" +msgstr "" + +#: ../../src/conf/virnetworkobj.c:1671 ../../src/conf/virnetworkobj.c:1693 +#, c-format +msgid "Network port with UUID %s does not exist" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:77 +#, c-format +msgid "Network type %d is not supported" +msgstr "" + +#: ../../tools/virsh-domain.c:12662 +msgid "New disk media source was not specified" +msgstr "" + +#: ../../src/util/virresctrl.c:1378 +msgid "New resctrl 'id' cannot be NULL" +msgstr "" + +#: ../../tools/virsh-domain.c:2910 +msgid "New size of the block device, as scaled integer (default KiB)" +msgstr "" + +#: ../../src/qemu/qemu_command.c:7906 ../../src/qemu/qemu_hotplug.c:1296 +msgid "Nicdev support unavailable" +msgstr "" + +#: ../../src/conf/domain_conf.c:12387 +msgid "No <local> 'address' attribute specified with socket interface" +msgstr "" + +#: ../../src/conf/domain_conf.c:12374 +msgid "No <local> 'port' attribute specified with socket interface" +msgstr "" + +#: ../../src/conf/domain_conf.c:12361 +msgid "No <source> 'address' attribute specified with socket interface" +msgstr "" + +#: ../../src/conf/domain_conf.c:12332 +msgid "" +"No <source> 'bridge' attribute specified with <interface type='bridge'/>" +msgstr "" + +#: ../../src/conf/domain_conf.c:12408 +msgid "No <source> 'dev' attribute specified with <interface type='direct'/>" +msgstr "" + +#: ../../src/conf/domain_conf.c:12297 +msgid "" +"No <source> 'mode' attribute specified with <interface type='vhostuser'/>" +msgstr "" + +#: ../../src/conf/domain_conf.c:12398 +msgid "" +"No <source> 'name' attribute specified with <interface type='internal'/>" +msgstr "" + +#: ../../src/conf/domain_conf.c:12248 +msgid "" +"No <source> 'network' attribute specified with <interface type='network'/>" +msgstr "" + +#: ../../src/conf/domain_conf.c:12289 +msgid "" +"No <source> 'path' attribute specified with <interface type='vhostuser'/>" +msgstr "" + +#: ../../src/conf/domain_conf.c:12345 +msgid "No <source> 'port' attribute specified with socket interface" +msgstr "" + +#: ../../src/conf/domain_conf.c:12281 +msgid "No <source> 'type' attribute specified for <interface type='vhostuser'>" +msgstr "" + +#: ../../src/remote/remote_daemon.c:343 +msgid "No CA certificate path set to match server key/cert" +msgstr "" + +#: ../../src/util/virutil.c:1717 +msgid "No DRM render nodes available" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:554 +#, c-format +msgid "No FD available at slot %zu" +msgstr "" + +#: ../../tools/virsh-domain.c:7719 +msgid "No IOThreads found for the domain" +msgstr "" + +#: ../../src/esx/esx_util.c:307 +#, c-format +msgid "No IP address for host '%s' found: %s" +msgstr "" + +#: ../../src/util/virjson.c:1997 ../../src/util/virjson.c:2008 +msgid "No JSON parser implementation is available" +msgstr "" + +#: ../../src/conf/domain_addr.c:458 ../../src/conf/domain_addr.c:1184 +msgid "No PCI buses available" +msgstr "" + +#: ../../src/access/viraccessdriverpolkit.c:112 +msgid "No UNIX caller UID available" +msgstr "" + +#: ../../src/admin/libvirt-admin.c:129 +msgid "No URI scheme specified" +msgstr "" + +#: ../../src/access/viraccessmanager.c:70 +msgid "No access manager registered" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5023 +#, c-format +msgid "No active block job '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5443 +#, c-format +msgid "No active operation on device: %s" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:436 +msgid "No addresses to bind to" +msgstr "" + +#: ../../src/util/virdbus.c:1198 +#, c-format +msgid "No args present for signature %s" +msgstr "" + +#: ../../src/remote/remote_driver.c:4184 +msgid "No authentication callback available" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:925 ../../src/rpc/virnetsshsession.c:826 +#: ../../src/rpc/virnetsshsession.c:940 +msgid "No authentication methods and credentials provided" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:887 +msgid "No authentication methods supplied" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3257 +msgid "No available USB controller and port, and failed to attach a new one" +msgstr "" + +#: ../../src/bhyve/bhyve_domain.c:234 +msgid "No bhyve command-line argument specified" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:3492 ../../src/lxc/lxc_process.c:589 +msgid "No bridge name specified" +msgstr "" + +#: ../../tools/virsh-interface.c:1092 +msgid "No bridge node in xml document" +msgstr "" + +#: ../../src/security/security_selinux.c:496 +msgid "No category range available" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:932 ../../src/rpc/virnetsshsession.c:947 +msgid "No channel command provided" +msgstr "" + +#: ../../src/rpc/virnetserver.c:1171 +#, c-format +msgid "No client with matching ID '%llu'" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:455 +#, c-format +msgid "No complete agent response found in %d bytes" +msgstr "" + +#: ../../tools/virsh-domain.c:2625 +#, c-format +msgid "No current block job for %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:20175 +msgid "No data supplied for <initarg> element" +msgstr "" + +#: ../../src/rpc/virnetdaemon.c:318 +msgid "No default server names provided" +msgstr "" + +#: ../../tools/virsh-domain.c:8604 +#, c-format +msgid "No description for domain: %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2998 +#, c-format +msgid "No device with bus '%s' and target '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:12577 +#, c-format +msgid "No disk found whose source path or target is %s" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3561 +#, c-format +msgid "No disk with bus '%s' and target '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:176 +msgid "No dnsmasq options value specified" +msgstr "" + +#: ../../src/esx/esx_driver.c:1454 ../../src/hyperv/hyperv_driver.c:422 +#, c-format +msgid "No domain with ID %d" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:457 ../../src/hyperv/hyperv_wmi.c:1575 +#, c-format +msgid "No domain with UUID %s" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:824 +#, c-format +msgid "No domain with matching ID '%d'" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:227 +#, c-format +msgid "No domain with matching id %d" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:278 ../../src/lxc/lxc_process.c:416 +#, c-format +msgid "No domain with matching name '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:773 ../../src/lxc/lxc_driver.c:254 +#, c-format +msgid "No domain with matching uuid '%s'" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:489 +#, c-format +msgid "No domain with name %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4967 +#, c-format +msgid "No emulator found for arch '%s'" +msgstr "" + +#: ../../src/util/vircommand.c:2846 +msgid "No error message from child failure" +msgstr "" + +#: ../../src/util/virerror.c:829 +msgid "No error message provided" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1245 +msgid "No errors found\n" +msgstr "" + +#: ../../src/rpc/virnetclientprogram.c:245 +#, c-format +msgid "No event expected with procedure 0x%x" +msgstr "" + +#: ../../tools/virsh-domain.c:14165 +msgid "No filesystems are mounted in the domain" +msgstr "" + +#: ../../src/util/virfile.c:890 +msgid "No free NBD devices" +msgstr "" + +#: ../../src/conf/domain_addr.c:2393 +msgid "No free USB ports" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:2850 +#, c-format +msgid "" +"No free busNr lower than current lowest busNr is available to auto-assign to " +"bus %d. Must be manually assigned" +msgstr "" + +#: ../../src/util/virnetdevveth.c:74 +msgid "No free veth devices available" +msgstr "" + +#: ../../tools/virsh-domain.c:11729 +msgid "No graphical display found" +msgstr "" + +#: ../../tools/virsh-domain.c:11727 +#, c-format +msgid "No graphical display with type '%s' found" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18792 ../../src/qemu/qemu_driver.c:18861 +#, c-format +msgid "No graphics backend with index %d" +msgstr "" + +#: ../../src/rpc/virnetserverclient.c:1673 +msgid "No identity information available for client" +msgstr "" + +#: ../../tools/virsh-interface.c:1102 +msgid "No interface attached to bridge" +msgstr "" + +#: ../../tools/virsh-domain.c:12340 +#, c-format +msgid "No interface found whose type is %s" +msgstr "" + +#: ../../tools/virsh-domain.c:12380 +#, c-format +msgid "No interface with MAC address %s was found" +msgstr "" + +#: ../../src/lxc/lxc_domain.c:241 ../../src/lxc/lxc_domain.c:257 +msgid "No lxc environment type specified" +msgstr "" + +#: ../../src/conf/domain_conf.c:21602 +msgid "No master USB controller specified" +msgstr "" + +#: ../../src/util/virsocketaddr.c:278 +#, c-format +msgid "No matches for socket service '%s': %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2496 ../../src/qemu/qemu_driver.c:2519 +#: ../../src/test/test_driver.c:2625 +msgid "No memory balloon device configured, can not set the collection period" +msgstr "" + +#: ../../src/rpc/virnetclientstream.c:465 +msgid "No message in the queue" +msgstr "" + +#: ../../src/conf/domain_addr.c:1253 +msgid "No more available PCI slots" +msgstr "" + +#: ../../src/conf/domain_conf.c:20191 +msgid "No name supplied for <initenv> element" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3421 +#, c-format +msgid "No net with mac '%s'" +msgstr "" + +#: ../../src/rpc/virnetserverclient.c:1665 +msgid "No network socket associated with client" +msgstr "" + +#: ../../src/logging/log_handler.c:500 +#, c-format +msgid "No open log file %s" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:3735 +msgid "No output from iptables --version" +msgstr "" + +#: ../../tools/virsh-domain.c:8184 +msgid "No per-CPU stats available" +msgstr "" + +#: ../../src/access/viraccessdriverpolkit.c:94 +msgid "No process ID available" +msgstr "" + +#: ../../src/access/viraccessdriverpolkit.c:103 +msgid "No process start time available" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4048 +msgid "No qemu command-line argument specified" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4097 +msgid "No qemu environment name specified" +msgstr "" + +#: ../../src/util/virpidfile.c:484 +msgid "No runstatedir specified" +msgstr "" + +#: ../../src/remote/remote_daemon.c:348 +msgid "No server certificate path set to match server key" +msgstr "" + +#: ../../src/remote/remote_daemon.c:353 +msgid "No server key path set to match server cert" +msgstr "" + +#: ../../src/rpc/virnetdaemon.c:194 +#, c-format +msgid "No server named '%s'" +msgstr "" + +#: ../../src/util/virsocketaddr.c:583 +msgid "No socket address provided" +msgstr "" + +#: ../../src/util/virsocketaddr.c:145 ../../src/util/virsocketaddr.c:190 +#, c-format +msgid "No socket addresses found for '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_fs.c:459 +#, c-format +msgid "No source device specified when formatting pool '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:3543 +#, c-format +msgid "No storage volume with key or path '%s'" +msgstr "" + +#: ../../src/util/virpci.c:1151 +#, c-format +msgid "No stub driver configured for PCI device %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7086 +#, c-format +msgid "No such disk in media registry %s" +msgstr "" + +#: ../../tools/virsh-domain.c:629 +#, c-format +msgid "No support for %s in command 'attach-disk'" +msgstr "" + +#: ../../tools/virsh-domain.c:940 ../../tools/virsh-domain.c:1016 +#, c-format +msgid "No support for %s in command 'attach-interface'" +msgstr "" + +#: ../../src/vmx/vmx.c:3185 +msgid "No support for domain XML entry 'vcpu' attribute 'current'" +msgstr "" + +#: ../../src/vmx/vmx.c:3394 +msgid "No support for multiple video devices" +msgstr "" + +#: ../../tools/virsh-domain.c:8603 +#, c-format +msgid "No title for domain: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:8224 +msgid "No total stats available" +msgstr "" + +#: ../../src/security/security_dac.c:631 +#: ../../src/security/security_selinux.c:1154 +msgid "No transaction is set" +msgstr "" + +#: ../../src/conf/domain_conf.c:7728 +msgid "No type specified for device address" +msgstr "" + +#: ../../src/network/bridge_driver.c:2807 +#, c-format +msgid "No usable Vf's present on SRIOV PF %s" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:2877 +#, c-format +msgid "No usable target index found for %d" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:656 +msgid "" +"No user interaction callback provided: Can't get input from keyboard " +"interactive authentication" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:421 ../../src/rpc/virnetsshsession.c:601 +msgid "" +"No user interaction callback provided: Can't retrieve private key passphrase" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:322 ../../src/rpc/virnetsshsession.c:326 +msgid "" +"No user interaction callback provided: Can't verify the session host key" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1505 ../../src/lxc/lxc_process.c:1694 +#, c-format +msgid "No valid cgroup for machine %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:20198 +#, c-format +msgid "No value supplied for <initenv name='%s'> element" +msgstr "" + +#: ../../src/vmx/vmx.c:2689 +#, c-format +msgid "No yet handled value '%s' for VMX entry '%s'" +msgstr "" + +#: ../../tools/virsh-host.c:408 +#, c-format +msgid "Node %d:\n" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4930 +#, c-format +msgid "Node %zu out of range" +msgstr "" + +#: ../../tools/virsh-nodedev.c:854 +msgid "Node Device Events" +msgstr "" + +#: ../../tools/virsh-nodedev.c:75 +#, c-format +msgid "Node device %s created from %s\n" +msgstr "" + +#: ../../src/util/virerror.c:1071 +msgid "Node device not found" +msgstr "" + +#: ../../src/util/virerror.c:1072 +#, c-format +msgid "Node device not found: %s" +msgstr "" + +#: ../../src/esx/esx_stream.c:408 +msgid "Non-blocking streams are not supported yet" +msgstr "" + +#: ../../src/esx/esx_vi.c:4310 +msgid "Non-cancelable task is blocked by an unanswered question" +msgstr "" + +#: ../../src/conf/cpu_conf.c:577 ../../src/conf/cpu_conf.c:790 +msgid "Non-empty feature list specified without CPU model" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:716 +msgid "Non-endpoint PCI devices cannot be assigned to guests" +msgstr "" + +#: ../../tools/virsh-domain.c:6143 +msgid "None" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:860 ../../src/rpc/virnetsshsession.c:892 +msgid "" +"None of the requested authentication methods are supported by the server" +msgstr "" + +#: ../../tools/virsh-domain.c:6414 +msgid "Normal data:" +msgstr "" + +#: ../../tools/virsh-domain.c:6406 +msgid "Normal pages:" +msgstr "" + +#: ../../src/esx/esx_stream.c:275 +msgid "Not a download stream" +msgstr "" + +#: ../../src/rpc/virnetdaemon.c:809 +msgid "Not all servers restored, cannot run server" +msgstr "" + +#: ../../src/esx/esx_stream.c:216 +msgid "Not an upload stream" +msgstr "" + +#: ../../src/util/virpci.c:1209 +#, c-format +msgid "Not detaching active device %s" +msgstr "" + +#: ../../src/util/virdbus.c:945 ../../src/util/virdbus.c:1152 +msgid "Not enough fields in message for signature" +msgstr "" + +#: ../../src/test/test_driver.c:6980 ../../src/test/test_driver.c:7046 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: ../../src/util/virresctrl.c:2075 +#, c-format +msgid "" +"Not enough room for allocation of %llu bytes for level %u cache %u scope " +"type '%s'" +msgstr "" + +#: ../../src/storage/storage_driver.c:2533 +msgid "Not enough space left in storage pool" +msgstr "" + +#: ../../src/util/virpci.c:1239 +#, c-format +msgid "Not reattaching active device %s" +msgstr "" + +#: ../../src/util/virpci.c:933 +#, c-format +msgid "Not resetting active device %s" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1159 ../../src/hyperv/hyperv_wmi.c:1195 +msgid "Not supported" +msgstr "" + +#: ../../src/util/virfcp.c:75 ../../src/util/virfcp.c:84 +#: ../../src/util/virprocess.c:778 ../../src/util/virprocess.c:830 +#: ../../src/util/virprocess.c:870 ../../src/util/virprocess.c:918 +#: ../../src/util/virprocess.c:956 ../../src/util/virscsihost.c:259 +#: ../../src/util/virscsihost.c:268 ../../src/util/virscsihost.c:276 +#: ../../src/util/virscsihost.c:287 ../../src/util/virvhba.c:457 +#: ../../src/util/virvhba.c:466 ../../src/util/virvhba.c:476 +#: ../../src/util/virvhba.c:484 ../../src/util/virvhba.c:495 +#: ../../src/util/virvhba.c:505 ../../src/util/virvhba.c:514 +msgid "Not supported on this platform" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:489 +#, sh-format +msgid "Not suspending transient guests on URI: $uri: " +msgstr "" + +#: ../../tools/virsh-domain.c:2485 +msgid "Now in mirroring phase" +msgstr "" + +#: ../../tools/virsh-domain.c:2170 +msgid "Now in synchronized phase" +msgstr "" + +#: ../../src/conf/domain_conf.c:21363 +msgid "Number of CPUs in <numa> exceeds the <vcpu> count" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5012 +msgid "Number of CPUs in <numa> exceeds the desired maximum vcpu count" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:6857 +#, c-format +msgid "Number of domain stats records is %d, which exceeds max limit: %d" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:7050 +#: ../../src/remote/remote_daemon_dispatch.c:7074 +#: ../../src/remote/remote_driver.c:7969 ../../src/remote/remote_driver.c:7994 +#, c-format +msgid "Number of interfaces, %d exceeds the max limit: %d" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:6777 +#: ../../src/remote/remote_driver.c:7675 +#, c-format +msgid "Number of leases is %d, which exceeds max limit: %d" +msgstr "" + +#: ../../tools/virsh-domain.c:8093 +msgid "Number of shown CPUs at most" +msgstr "" + +#: ../../src/remote/remote_driver.c:7757 +#, c-format +msgid "Number of stats entries is %d, which exceeds max limit: %d" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:1223 +msgid "Number of vCPUs should be >= 1" +msgstr "" + +#: ../../tools/vsh.c:845 ../../tools/vsh.c:872 ../../tools/vsh.c:933 +#: ../../tools/vsh.c:1072 ../../tools/vsh.c:1099 +#, c-format +msgid "Numeric value '%s' for <%s> option is malformed or out of range" +msgstr "" + +#: ../../tools/vsh.c:1747 +#, c-format +msgid "Numeric value '%u' for <%s> option is malformed or out of range" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1311 +msgid "OS Type:" +msgstr "" + +#: ../../src/util/iohelper.c:82 +msgid "O_DIRECT read needs entire seekable file" +msgstr "" + +#: ../../src/util/virfile.c:256 +msgid "O_DIRECT unsupported on this platform" +msgstr "" + +#: ../../src/util/iohelper.c:95 +msgid "O_DIRECT write needs empty seekable file" +msgstr "" + +#: ../../src/esx/esx_vi.c:2451 +msgid "ObjectContent does not reference a virtual machine" +msgstr "" + +#: ../../src/locking/lock_driver_lockd.c:548 +msgid "Offset must be zero for this lock manager" +msgstr "" + +#: ../../tools/virsh-domain.c:7490 +msgid "One of options --enable or --disable is required by option --cpulist" +msgstr "" + +#: ../../tools/virsh.c:219 ../../tools/virsh.c:409 ../../tools/virt-admin.c:152 +msgid "One or more references were leaked after disconnect from the hypervisor" +msgstr "" + +#: ../../tools/virsh-domain.c:8175 +#, c-format +msgid "Only %d CPUs available to show\n" +msgstr "" + +#: ../../src/vmx/vmx.c:3714 +#, c-format +msgid "Only '%s' filesystem type is supported" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4641 ../../src/libxl/libxl_driver.c:4718 +msgid "Only 'credit' and 'credit2' schedulers are supported" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2050 +msgid "Only 1 IDE controller is supported" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:507 ../../src/qemu/qemu_command.c:6889 +#: ../../src/vmx/vmx.c:3218 +msgid "Only 1 die per socket is supported" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2070 +msgid "Only 1 fdc bus is supported" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2064 +msgid "Only 1 fdc controller is supported" +msgstr "" + +#: ../../src/vmx/vmx.c:3212 +msgid "Only 1 thread per core is supported" +msgstr "" + +#: ../../src/util/viriptables.c:388 +msgid "Only IPv4 or IPv6 addresses can be used with iptables" +msgstr "" + +#: ../../src/conf/domain_addr.c:948 +msgid "Only PCI device addresses with function=0 are supported" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1245 +msgid "Only PTY console types are supported" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:403 +msgid "Only VNC supported" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2426 +msgid "Only a single IDE controller is supported for this machine type" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:4012 +msgid "Only bridged veth devices can be detached" +msgstr "" + +#: ../../src/vz/vz_utils.c:377 +msgid "Only disk and block storage types are supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:4882 +msgid "Only disk image supported for resize" +msgstr "" + +#: ../../tools/virt-host-validate-qemu.c:75 +msgid "" +"Only emulated CPUs are available, performance will be significantly limited" +msgstr "" + +#: ../../src/conf/network_conf.c:1436 +#, c-format +msgid "Only end address '%s' specified in <nat> in <forward> in network '%s'" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2971 +msgid "Only file based or volume based filesystems are supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_utils.c:271 +msgid "Only hard disks and cdroms are supported by vz driver." +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1978 +msgid "Only ide and scsi disk support wwn" +msgstr "" + +#: ../../src/storage/storage_util.c:1026 +msgid "Only luks encryption is supported for raw files" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:530 +msgid "Only mac option can be specified for virt-net" +msgstr "" + +#: ../../src/vz/vz_utils.c:333 +msgid "Only native iomode is supported by vz driver." +msgstr "" + +#: ../../src/conf/network_conf.c:1388 +#, c-format +msgid "" +"Only one <address> element is allowed in <nat> in <forward> in network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:1571 +#, c-format +msgid "Only one <nat> element is allowed in <forward> of network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:1698 +#, c-format +msgid "Only one <pf> element is allowed in <forward> of network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:1452 +#, c-format +msgid "Only one <port> element is allowed in <nat> in <forward> in network %s" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1143 +msgid "Only one IPv4 address per interface is allowed" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1160 +msgid "Only one IPv6 address per interface is allowed" +msgstr "" + +#: ../../src/conf/domain_conf.c:20263 +msgid "Only one acpi table is supported" +msgstr "" + +#: ../../tools/virsh-network.c:1764 +msgid "Only one argument from --table and --uuid may be specified." +msgstr "" + +#: ../../tools/virsh-network.c:733 +msgid "Only one argument from --table, --name and --uuid may be specified." +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:883 ../../src/bhyve/bhyve_command.c:939 +msgid "Only one boot device is supported" +msgstr "" + +#: ../../src/conf/netdev_bandwidth_conf.c:156 +msgid "Only one child <inbound> element allowed" +msgstr "" + +#: ../../src/conf/netdev_bandwidth_conf.c:164 +msgid "Only one child <outbound> element allowed" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1700 +msgid "Only one hostdev of model vfio-ap is supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:21856 +msgid "Only one primary video device is supported" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:618 +msgid "Only one serial device is supported by libxl" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2999 +msgid "Only ploop disk images are supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2978 +msgid "Only ploop fs driver is supported by vz driver." +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:710 +msgid "Only read-only pflash is supported." +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1986 +msgid "Only scsi disk supports vendor and product" +msgstr "" + +#: ../../src/conf/network_conf.c:1429 +#, c-format +msgid "Only start address '%s' specified in <nat> in <forward> in network '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:515 +msgid "Only tap devices supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:6502 +msgid "" +"Only the PCI controller with index 0 can have target index 0, and vice versa" +msgstr "" + +#: ../../src/conf/domain_conf.c:4644 +msgid "Only the first console can be a serial port" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2844 +msgid "Only the init process may be killed" +msgstr "" + +#: ../../src/esx/esx_driver.c:3769 +msgid "Only vpxmigr:// migration URIs are supported" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:1025 +msgid "Only x509 certificates are supported" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3292 +msgid "OpenGL for SDL is not supported with this QEMU binary" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2172 +msgid "OpenRemoteSession/LaunchVMProcess failed, domain can't be started" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:1280 +msgid "OpenVZ control file /proc/vz does not exist" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:1286 +msgid "OpenVZ control file /proc/vz is not accessible" +msgstr "" + +#: ../../src/vz/vz_sdk.c:254 +msgid "Operation cancelled by client" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5446 +#, c-format +msgid "Operation is not supported for device: %s" +msgstr "" + +#: ../../src/util/virerror.c:1164 +msgid "Operation not supported" +msgstr "" + +#: ../../src/util/virerror.c:1165 +#, c-format +msgid "Operation not supported: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:6289 +msgid "Operation:" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2605 +#, c-format +msgid "" +"Option '%s' has invalid value for PCI controller with index '%d', model '%s' " +"and modelName '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3100 +#, c-format +msgid "Option '%s' is not supported by '%s' device with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2600 +#, c-format +msgid "" +"Option '%s' is not valid for PCI controller with index '%d', model '%s' and " +"modelName '%s'" +msgstr "" + +#: ../../tools/vsh.h:543 +#, c-format +msgid "Option --%s is required by option --%s" +msgstr "" + +#: ../../tools/vsh.c:1038 +msgid "Option argument is empty" +msgstr "" + +#: ../../tools/virsh-domain.c:6254 +msgid "Optional flags or --rawstats are not supported by the daemon" +msgstr "" + +#: ../../tools/vsh.h:491 +#, c-format +msgid "Options --%s and --%s are mutually exclusive" +msgstr "" + +#: ../../tools/virsh-nodedev.c:402 +msgid "Options --tree and --cap are incompatible" +msgstr "" + +#: ../../src/remote/remote_daemon.c:711 +msgid "Options:" +msgstr "" + +#: ../../src/esx/esx_vi.c:2869 +msgid "Other tasks are pending for this domain" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:468 +#, c-format +msgid "Our own certificate %s failed validation against %s: %s" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1219 ../../tools/vsh.c:1805 +msgid "Out of memory" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1086 +#, c-format +msgid "Out of space while reading log output: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:6165 +msgid "Outgoing migration" +msgstr "" + +#: ../../src/util/virlog.c:1518 +#, c-format +msgid "" +"Output '%s' does not meet the format requirements for destination type '%s'" +msgstr "" + +#: ../../tools/virsh-secret.c:286 +msgid "Output a secret value" +msgstr "" + +#: ../../tools/virsh-secret.c:289 +msgid "Output a secret value to stdout." +msgstr "" + +#: ../../tools/virsh-secret.c:122 +msgid "Output attributes of a secret as an XML dump to stdout." +msgstr "" + +#: ../../tools/virsh-domain.c:11753 +msgid "Output the IP address and port number for the VNC display." +msgstr "" + +#: ../../tools/virsh-domain.c:11484 +msgid "Output the IP address and port number for the graphical display." +msgstr "" + +#: ../../tools/virsh-domain.c:11829 +msgid "Output the device for the TTY console." +msgstr "" + +#: ../../tools/virsh-domain.c:10178 +msgid "Output the domain information as an XML dump to stdout." +msgstr "" + +#: ../../tools/virsh-nwfilter.c:169 ../../tools/virsh-nwfilter.c:586 +msgid "Output the network filter information as an XML dump to stdout." +msgstr "" + +#: ../../tools/virsh-network.c:328 +msgid "Output the network information as an XML dump to stdout." +msgstr "" + +#: ../../tools/virsh-network.c:1542 +msgid "Output the network port information as an XML dump to stdout." +msgstr "" + +#: ../../tools/virsh-nodedev.c:524 +msgid "Output the node device details as an XML dump to stdout." +msgstr "" + +#: ../../tools/virsh-interface.c:471 +msgid "" +"Output the physical host interface information as an XML dump to stdout." +msgstr "" + +#: ../../tools/virsh-pool.c:768 +msgid "Output the pool information as an XML dump to stdout." +msgstr "" + +#: ../../tools/virsh-volume.c:1195 +msgid "Output the vol information as an XML dump to stdout." +msgstr "" + +#: ../../src/conf/domain_conf.c:20341 +msgid "Overlapping vcpus in resctrls" +msgstr "" + +#: ../../tools/virt-host-validate-common.c:88 +#: ../../tools/virt-host-validate-common.c:90 +msgid "PASS" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:2021 +msgid "PCI address 0:0:1.0 is in use, QEMU needs it for primary video" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:1839 +msgid "PCI address 0:0:2.0 is in use, QEMU needs it for primary video" +msgstr "" + +#: ../../src/bhyve/bhyve_device.c:50 +msgid "PCI bus 0 slot 1 is reserved for the implicit LPC PCI-ISA bridge" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:2897 +#, c-format +msgid "" +"PCI controller at index %d (0x%02x) has bus='0x%02x', but index must be " +"larger than bus" +msgstr "" + +#: ../../src/conf/domain_conf.c:11375 +#, c-format +msgid "PCI controller busNr '%s' out of range - must be 1-254" +msgstr "" + +#: ../../src/conf/domain_conf.c:11341 +#, c-format +msgid "PCI controller chassis '%s' out of range - must be 0-255" +msgstr "" + +#: ../../src/conf/domain_conf.c:11324 +#, c-format +msgid "PCI controller chassisNr '%s' out of range - must be 1-255" +msgstr "" + +#: ../../src/conf/domain_conf.c:6483 +#, c-format +msgid "PCI controller index %d too high, maximum is 255" +msgstr "" + +#: ../../src/conf/domain_addr.c:613 +msgid "PCI controller model was not set correctly" +msgstr "" + +#: ../../src/conf/domain_conf.c:11358 +#, c-format +msgid "PCI controller port '%s' out of range - must be 0-255" +msgstr "" + +#: ../../src/conf/domain_conf.c:6493 +#, c-format +msgid "PCI controller target index '%d' out of range - must be 0-30" +msgstr "" + +#: ../../src/conf/domain_conf.c:11405 +#, c-format +msgid "PCI controller unrecognized hotplug setting '%s'" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5659 +#, c-format +msgid "" +"PCI device %04x:%02x:%02x.%x allocated from network %s is already in use by " +"domain %s" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:105 +#, c-format +msgid "PCI device %s is in use" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:99 +#, c-format +msgid "PCI device %s is in use by driver %s, domain %s" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:723 +#, c-format +msgid "PCI device %s is not assignable" +msgstr "" + +#: ../../src/conf/network_conf.c:1674 +#, c-format +msgid "PCI device '%04x:%02x:%02x.%x' can only be listed once in network %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:6552 +msgid "PCI host devices must use 'pci' or 'unassigned' address type" +msgstr "" + +#: ../../src/remote/remote_daemon.c:752 +msgid "PID file (unless overridden by -p):" +msgstr "" + +#: ../../tools/virt-host-validate-lxc.c:49 +msgid "PID namespace support is required" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:1777 +msgid "PIIX3 USB controller at index 0 must have PCI address 0:0:1.2" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1449 +#, c-format +msgid "PMSuspend type %d not supported by libxenlight driver" +msgstr "" + +#: ../../tools/virsh-domain.c:12931 +msgid "PMSuspended" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:332 +#, c-format +msgid "PMU is always enabled for architecture '%s'" +msgstr "" + +#: ../../src/util/virerror.c:945 +msgid "POST operation failed" +msgstr "" + +#: ../../src/util/virerror.c:946 +#, c-format +msgid "POST operation failed: %s" +msgstr "" + +#: ../../src/network/bridge_driver.c:1061 +#, c-format +msgid "" +"PTR domain for %s network with prefix %u cannot be automatically created" +msgstr "" + +#: ../../src/conf/virchrdev.c:343 +msgid "PTY device is not yet assigned" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:139 ../../src/libxl/libxl_conf.c:307 +msgid "PVH guest os type not supported" +msgstr "" + +#: ../../tools/virsh-domain.c:6355 +msgid "Page size:" +msgstr "" + +#: ../../tools/virsh-domain.c:13012 +msgid "Panicked" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:627 +msgid "Parallel devices are not supported by libxl" +msgstr "" + +#: ../../src/vmx/vmx.c:2939 ../../src/vmx/vmx.c:3973 +#, c-format +msgid "Parallel port index %d out of [0..2] range" +msgstr "" + +#: ../../src/util/virtypedparam.c:327 +#, c-format +msgid "Parameter '%s' is not a string" +msgstr "" + +#: ../../src/util/virhostmem.c:345 +#, c-format +msgid "Parameter '%s' is not supported by this kernel" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:809 +msgid "Parameter 'min_guarantee' not supported by QEMU." +msgstr "" + +#: ../../tools/virsh-checkpoint.c:786 ../../tools/virsh-snapshot.c:1571 +msgid "Parent" +msgstr "" + +#: ../../src/storage/storage_backend_scsi.c:269 +#, c-format +msgid "" +"Parent attribute '%s' does not match parent '%s' determined for the '%s' " +"wwnn/wwpn lookup." +msgstr "" + +#: ../../src/conf/virnodedeviceobj.c:510 +#, c-format +msgid "Parent device %s is not capable of vport operations" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:497 ../../tools/virsh-snapshot.c:967 +msgid "Parent:" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:279 ../../src/qemu/qemu_monitor_json.c:227 +#, c-format +msgid "Parsed JSON reply '%s' isn't an object" +msgstr "" + +#: ../../src/util/vircgroup.c:837 +#, c-format +msgid "Partition path '%s' must start with '/'" +msgstr "" + +#: ../../tools/virsh-secret.c:236 +msgid "Passing secret value as command-line argument is insecure!" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:623 +#, c-format +msgid "Passphrase for key '%s'" +msgstr "" + +#: ../../src/util/virauth.c:262 +msgid "Password request failed" +msgstr "" + +#: ../../tools/virsh-domain.c:5856 +#, c-format +msgid "Password set successfully for %s in %s" +msgstr "" + +#: ../../tools/virsh-volume.c:1446 ../../tools/virsh-volume.c:1468 +msgid "Path" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:482 ../../src/rpc/virnetsocket.c:708 +#, c-format +msgid "Path %s too long for unix socket" +msgstr "" + +#: ../../src/esx/esx_vi.c:1090 +#, c-format +msgid "Path '%s' does not specify a compute resource" +msgstr "" + +#: ../../src/esx/esx_vi.c:1039 +#, c-format +msgid "Path '%s' does not specify a datacenter" +msgstr "" + +#: ../../src/esx/esx_vi.c:1154 +#, c-format +msgid "Path '%s' does not specify a host system" +msgstr "" + +#: ../../src/esx/esx_vi.c:1165 +#, c-format +msgid "Path '%s' ends with an excess item" +msgstr "" + +#: ../../src/util/vircgroup.c:430 ../../src/util/vircgroup.c:1935 +#: ../../src/util/vircgroup.c:1999 +#, c-format +msgid "Path '%s' is not accessible" +msgstr "" + +#: ../../src/util/vircgroup.c:437 +#, c-format +msgid "Path '%s' must be a block device" +msgstr "" + +#: ../../src/esx/esx_driver.c:705 +msgid "Path has to specify the datacenter and compute resource" +msgstr "" + +#: ../../tools/virsh-domain.c:12967 +msgid "Paused" +msgstr "" + +#: ../../src/esx/esx_vi.c:4169 ../../src/esx/esx_vi.c:4203 +#, c-format +msgid "" +"Pending question blocks virtual machine execution, question is '%s', no " +"possible answers" +msgstr "" + +#: ../../src/esx/esx_vi.c:4198 +#, c-format +msgid "" +"Pending question blocks virtual machine execution, question is '%s', " +"possible answers are %s" +msgstr "" + +#: ../../src/esx/esx_vi.c:4177 +#, c-format +msgid "" +"Pending question blocks virtual machine execution, question is '%s', " +"possible answers are %s, but no default answer is specified" +msgstr "" + +#: ../../src/conf/numa_conf.c:130 +msgid "Per-node binding is not compatible with automatic NUMA placement." +msgstr "" + +#: ../../src/qemu/qemu_validate.c:642 +msgid "Per-node memory binding is not supported with this QEMU" +msgstr "" + +#: ../../src/util/virperf.c:333 ../../src/util/virperf.c:342 +#: ../../src/util/virperf.c:359 +msgid "Perf not supported on this platform" +msgstr "" + +#: ../../tools/virsh-network.c:746 ../../tools/virsh-pool.c:1361 +msgid "Persistent" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1348 +#: ../../tools/virsh-domain-monitor.c:1350 ../../tools/virsh-network.c:413 +#: ../../tools/virsh-network.c:415 ../../tools/virsh-pool.c:1600 +#: ../../tools/virsh-pool.c:1602 +msgid "Persistent:" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:497 +msgid "Physical" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:548 ../../tools/virsh-volume.c:1068 +#: ../../tools/virsh-volume.c:1076 +msgid "Physical:" +msgstr "" + +#: ../../tools/virsh-domain.c:7760 +msgid "Pin domain IOThreads to host physical CPUs." +msgstr "" + +#: ../../tools/virsh-domain.c:7016 +msgid "Pin domain VCPUs to host physical CPUs." +msgstr "" + +#: ../../tools/virsh-domain.c:7245 +msgid "Pin domain emulator threads to host physical CPUs." +msgstr "" + +#: ../../src/locking/lock_manager.c:151 +#, c-format +msgid "Plugin %s not accessible" +msgstr "" + +#: ../../src/access/viraccessdriverpolkit.c:84 +#, c-format +msgid "Policy kit denied action %s from <anonymous>" +msgstr "" + +#: ../../src/util/virpolkit.c:221 +msgid "Polkit auth attempted, even though polkit is not available" +msgstr "" + +#: ../../tools/virsh-pool.c:1862 +#, c-format +msgid "Pool %s XML configuration edited.\n" +msgstr "" + +#: ../../tools/virsh-pool.c:1853 +#, c-format +msgid "Pool %s XML configuration not changed.\n" +msgstr "" + +#: ../../tools/virsh-pool.c:629 +#, c-format +msgid "Pool %s built\n" +msgstr "" + +#: ../../tools/virsh-pool.c:488 +#, c-format +msgid "Pool %s created\n" +msgstr "" + +#: ../../tools/virsh-pool.c:299 +#, c-format +msgid "Pool %s created from %s\n" +msgstr "" + +#: ../../tools/virsh-pool.c:580 +#, c-format +msgid "Pool %s defined\n" +msgstr "" + +#: ../../tools/virsh-pool.c:537 +#, c-format +msgid "Pool %s defined from %s\n" +msgstr "" + +#: ../../tools/virsh-pool.c:710 +#, c-format +msgid "Pool %s deleted\n" +msgstr "" + +#: ../../tools/virsh-pool.c:670 +#, c-format +msgid "Pool %s destroyed\n" +msgstr "" + +#: ../../tools/virsh-pool.c:1758 +#, c-format +msgid "Pool %s has been undefined\n" +msgstr "" + +#: ../../tools/virsh-pool.c:232 +#, c-format +msgid "Pool %s marked as autostarted\n" +msgstr "" + +#: ../../tools/virsh-pool.c:750 +#, c-format +msgid "Pool %s refreshed\n" +msgstr "" + +#: ../../tools/virsh-pool.c:1718 +#, c-format +msgid "Pool %s started\n" +msgstr "" + +#: ../../tools/virsh-pool.c:234 +#, c-format +msgid "Pool %s unmarked as autostarted\n" +msgstr "" + +#: ../../tools/virsh-domain.c:2744 ../../tools/virsh-domain.c:2747 +msgid "Populate a disk from its backing image." +msgstr "" + +#: ../../tools/virsh-nwfilter.c:728 +msgid "Port Dev" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:4910 +#, c-format +msgid "Port profile Associate failed for %s" +msgstr "" + +#: ../../src/network/bridge_driver.c:5463 +msgid "Port reclaim not requested but plug type is not none" +msgstr "" + +#: ../../src/network/bridge_driver.c:5457 +msgid "Port reclaim requested but plug type is none" +msgstr "" + +#: ../../tools/virsh-domain.c:12974 ../../tools/virsh-domain.c:12983 +msgid "Post-copy" +msgstr "" + +#: ../../tools/virsh-domain.c:12975 +msgid "Post-copy Error" +msgstr "" + +#: ../../tools/virsh-domain.c:6371 +msgid "Postcopy requests:" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5260 +msgid "PowerPC pseries machines do not support floppy device" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:12116 ../../src/qemu/qemu_driver.c:12555 +#: ../../src/qemu/qemu_driver.c:12613 +msgid "PrepareTunnel called but no TUNNELLED flag set" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:1761 +msgid "Primary IDE controller must have PCI address 0:0:1.1" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:1902 +msgid "Primary SATA controller must have PCI address 0:0:1f.2" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:2037 +msgid "Primary video card must have PCI address 0:0:1.0" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:1853 +msgid "Primary video card must have PCI address 0:0:2.0" +msgstr "" + +#: ../../tools/virsh-network.c:1369 +msgid "Print lease info for a given network" +msgstr "" + +#: ../../tools/vsh.c:3269 +msgid "Print the current directory." +msgstr "" + +#: ../../tools/virsh-host.c:746 +msgid "Prints cpu stats of the node." +msgstr "" + +#: ../../tools/vsh.c:3082 +msgid "" +"Prints global help, command specific help, or help for a\n" +" group of related commands" +msgstr "" + +#: ../../tools/vsh.c:3072 +msgid "" +"Prints global help, command specific help, or help for a group of related " +"commands" +msgstr "" + +#: ../../tools/virsh-host.c:893 +msgid "Prints memory stats of the node." +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2640 +#, c-format +msgid "Priority '%d' is outside valid range of [%d,%d]" +msgstr "" + +#: ../../src/util/virhostcpu.c:1412 +msgid "Probing TSC is not supported on this platform" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:325 +#, c-format +msgid "Process %d %p %p [[[[%s]]][[[%s]]]" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:381 +#, c-format +msgid "Process %zu %p %p [[[%s]]][[[%s]]]" +msgstr "" + +#: ../../src/util/virprocess.c:587 ../../src/util/virprocess.c:595 +msgid "Process CPU affinity is not supported on this platform" +msgstr "" + +#: ../../src/util/virprocess.c:1528 +msgid "Process CPU scheduling is not supported on this platform" +msgstr "" + +#: ../../src/qemu/qemu_process.c:6823 +msgid "Process exited prior to exec" +msgstr "" + +#: ../../src/util/virprocess.c:1272 +msgid "Process spawning is not supported on this platform" +msgstr "" + +#: ../../src/lxc/lxc_process.c:906 +#, c-format +msgid "Processes %d refused to die" +msgstr "" + +#: ../../src/conf/numa_conf.c:1116 +#, c-format +msgid "Processor mask of target NUMA node %zu doesn't match source" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:1047 +msgid "" +"Property 'guest-stats-polling-interval' not found on memory balloon driver." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2395 ../../tools/virsh-network.c:1426 +msgid "Protocol" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2870 +#, c-format +msgid "Protocol '%s' is not supported for tcp character device." +msgstr "" + +#: ../../src/network/bridge_driver.c:1241 +#, c-format +msgid "" +"Publicly routable address %s is prohibited. The version of dnsmasq on this " +"host (%d.%d) doesn't support the bind-dynamic option or use SO_BINDTODEVICE " +"on listening sockets, one of which is required for safe operation on a " +"publicly routable subnet (see CVE-2012-3411). You must either upgrade " +"dnsmasq, or use a private/local subnet range for this network (as described " +"in RFC1918/RFC3484/RFC4193)." +msgstr "" + +#: ../../tools/virsh-domain.c:2863 +msgid "Pull aborted" +msgstr "" + +#: ../../tools/virsh-domain.c:2874 +msgid "Pull complete" +msgstr "" + +#: ../../tools/virsh-domain.c:2868 +msgid "Pull failed" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13457 +#, c-format +msgid "QEMU '%s' does not support any CPU models for virttype '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13241 +#, c-format +msgid "QEMU '%s' does not support reporting CPU model for virttype '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:9874 ../../tools/virsh-domain.c:9877 +msgid "QEMU Attach" +msgstr "" + +#: ../../tools/virsh-domain.c:9918 +msgid "QEMU Guest Agent Command" +msgstr "" + +#: ../../tools/virsh-domain.c:9611 ../../tools/virsh-domain.c:9614 +msgid "QEMU Monitor Command" +msgstr "" + +#: ../../tools/virsh-domain.c:9761 +msgid "QEMU Monitor Events" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:2625 +msgid "QEMU NBD server does not support TLS transport" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:5280 +#, c-format +msgid "QEMU binary %s is not executable" +msgstr "" + +#: ../../src/qemu/qemu_command.c:6210 +msgid "" +"QEMU binary does not support CPU host-passthrough for armv7l on aarch64 host" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22806 +msgid "QEMU does not support SEV guest" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:1591 +#, c-format +msgid "QEMU does not support device assignment mode '%s'" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5164 +msgid "QEMU does not support multiple listens for one graphics device." +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9089 +msgid "QEMU guest agent is not available due to an error" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9104 +msgid "QEMU guest agent is not configured" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9098 +msgid "QEMU guest agent is not connected" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:467 +#, c-format +msgid "QEMU monitor reply exceeds buffer size (%d bytes)" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:876 +msgid "QEMU monitor was closed" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4752 +msgid "" +"QEMU reports invalid default CPU model \"host\" for non-kvm domain virt type" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:5092 +#, c-format +msgid "QEMU version >= %d.%d.%d is required, but %d.%d.%d found" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:2095 +#, c-format +msgid "QOM Object '%s' has no property 'ram_size'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:2078 +#: ../../src/qemu/qemu_monitor_json.c:2102 +#: ../../src/qemu/qemu_monitor_json.c:2111 +#, c-format +msgid "QOM Object '%s' has no property 'vgamem_mb'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:2150 +#, c-format +msgid "QOM Object '%s' has no property 'vram64_size_mb'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:2087 +#, c-format +msgid "QOM Object '%s' has no property 'vram_size'" +msgstr "" + +#: ../../src/esx/esx_util.c:89 +#, c-format +msgid "" +"Query parameter 'auto_answer' has unexpected value '%s' (should be 0 or 1)" +msgstr "" + +#: ../../src/esx/esx_util.c:79 +#, c-format +msgid "" +"Query parameter 'no_verify' has unexpected value '%s' (should be 0 or 1)" +msgstr "" + +#: ../../src/esx/esx_util.c:115 +#, c-format +msgid "" +"Query parameter 'proxy' contains unexpected type '%s' (should be (http|" +"socks(|4|4a|5))" +msgstr "" + +#: ../../src/esx/esx_util.c:128 +msgid "Query parameter 'proxy' doesn't contain a hostname" +msgstr "" + +#: ../../src/esx/esx_util.c:140 +#, c-format +msgid "" +"Query parameter 'proxy' has unexpected port value '%s' (should be [1..65535])" +msgstr "" + +#: ../../src/esx/esx_util.c:66 ../../src/hyperv/hyperv_util.c:62 +#, c-format +msgid "" +"Query parameter 'transport' has unexpected value '%s' (should be http|https)" +msgstr "" + +#: ../../tools/virsh-domain.c:2506 +msgid "Query, adjust speed, or cancel active block operations." +msgstr "" + +#: ../../src/esx/esx_driver.c:2241 ../../src/esx/esx_driver.c:2251 +#, c-format +msgid "QueryPerf returned object with unexpected type '%s'" +msgstr "" + +#: ../../src/esx/esx_storage_backend_vmfs.c:756 +msgid "" +"QueryVirtualDiskUuid not available, cannot lookup storage volume by UUID" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13926 +msgid "Querying migration downtime is not supported by QEMU binary" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:969 +#, c-format +msgid "" +"RBD image %s is old format. Does not support extended features and striping" +msgstr "" + +#: ../../src/util/virresctrl.c:2113 +msgid "RDT Memory Bandwidth allocation unsupported" +msgstr "" + +#: ../../src/qemu/qemu_command.c:5448 +msgid "RNG device is missing alias" +msgstr "" + +#: ../../src/conf/domain_conf.c:7892 +msgid "ROM tuning is not supported when ROM is disabled" +msgstr "" + +#: ../../src/qemu/qemu_command.c:598 +msgid "ROM tuning is only supported for PCI devices" +msgstr "" + +#: ../../src/util/virerror.c:1029 +msgid "RPC error" +msgstr "" + +#: ../../src/test/test_driver.c:4261 +msgid "Range exceeds available cells" +msgstr "" + +#: ../../tools/virsh-domain.c:880 +#, c-format +msgid "Rate string '%s' has too many fields" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5046 +msgid "Raw I/O is not supported on this platform" +msgstr "" + +#: ../../src/locking/lock_driver_lockd.c:619 +#: ../../src/locking/lock_driver_sanlock.c:939 +msgid "" +"Read/write, exclusive access, disks were present, but no leases specified" +msgstr "" + +#: ../../src/util/virhostcpu.c:1404 +msgid "Reading MSRs is not supported on this platform" +msgstr "" + +#: ../../tools/virsh-nodedev.c:663 +msgid "Reattach node device to its device driver once released by the domain." +msgstr "" + +#: ../../src/rpc/virnetmessage.c:324 +#, c-format +msgid "Received too many FDs %d, expected %d maximum" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:2059 +msgid "Receiving file descriptors is not supported on this socket" +msgstr "" + +#: ../../tools/virt-admin.c:132 +msgid "Reconnected to the admin server" +msgstr "" + +#: ../../tools/virsh.c:243 +msgid "Reconnected to the hypervisor" +msgstr "" + +#: ../../src/qemu/qemu_command.c:8654 +#, c-format +msgid "Redirection bus %s is not supported by QEMU" +msgstr "" + +#: ../../tools/virsh-pool.c:728 +msgid "Refresh a given pool." +msgstr "" + +#: ../../tools/virsh-domain.c:3936 +#, c-format +msgid "Refusing to undefine while %d snapshots exist" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2946 ../../src/qemu/qemu_driver.c:7765 +#: ../../src/test/test_driver.c:4435 ../../src/vz/vz_sdk.c:4260 +#: ../../tools/virsh-domain.c:3920 +msgid "Refusing to undefine while domain managed save image exists" +msgstr "" + +#: ../../src/vz/vz_sdk.c:4273 +msgid "Refusing to undefine while snapshots exist" +msgstr "" + +#: ../../src/util/virstring.c:989 +#, c-format +msgid "Regular expression '%s' must have exactly 1 match group, not %d" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18334 +msgid "Relative backing during copy not supported yet" +msgstr "" + +#: ../../src/conf/domain_addr.c:120 +#, c-format +msgid "Release %s %o failed" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:1354 +#: ../../src/rpc/virnetsshsession.c:1400 +#, c-format +msgid "Remote command terminated with non-zero code: %d" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:1268 +#: ../../src/rpc/virnetlibsshsession.c:1389 +#: ../../src/rpc/virnetlibsshsession.c:1401 +#: ../../src/rpc/virnetsshsession.c:1324 ../../src/rpc/virnetsshsession.c:1435 +#: ../../src/rpc/virnetsshsession.c:1447 +#, c-format +msgid "Remote program terminated with non-zero code: %d" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3005 +#, c-format +msgid "Removable media not supported for %s device" +msgstr "" + +#: ../../tools/virsh-domain.c:4849 +msgid "Remove an existing managed save state file from a domain" +msgstr "" + +#: ../../tools/virsh-domain.c:4846 +msgid "Remove managed save of a domain" +msgstr "" + +#: ../../tools/virsh-domain.c:12952 +msgid "Removed" +msgstr "" + +#: ../../tools/virsh-domain.c:4883 +#, c-format +msgid "Removed managedsave image for domain %s" +msgstr "" + +#: ../../tools/virsh-domain.c:12946 ../../tools/virsh-domain.c:12953 +msgid "Renamed" +msgstr "" + +#: ../../src/esx/esx_driver.c:3756 +msgid "Renaming domains on migration not supported" +msgstr "" + +#: ../../tools/virsh-domain.c:5018 +msgid "Replace the domain XML associated with a managed save state file" +msgstr "" + +#: ../../tools/virsh-domain.c:4591 +msgid "Replace the domain XML associated with a saved state file" +msgstr "" + +#: ../../src/util/virdbus.c:1679 +msgid "Reply message incorrect" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5320 +#, c-format +msgid "" +"Requested TSC frequency %llu Hz does not match host (%llu Hz) and TSC " +"scaling is not supported by the host CPU" +msgstr "" + +#: ../../src/logging/log_daemon_dispatch.c:121 +#, c-format +msgid "Requested data len %llu is larger than maximum %d" +msgstr "" + +#: ../../src/conf/virchrdev.c:120 +#, c-format +msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" +msgstr "" + +#: ../../src/conf/domain_conf.c:31130 +msgid "Requested metadata element is not present" +msgstr "" + +#: ../../src/esx/esx_driver.c:2457 +#, c-format +msgid "" +"Requested number of virtual CPUs is greater than max allowable number of " +"virtual CPUs for the domain: %d > %d" +msgstr "" + +#: ../../src/esx/esx_driver.c:2443 +msgid "Requested number of virtual CPUs must at least be 1" +msgstr "" + +#: ../../src/util/virerror.c:1077 +msgid "Requested operation is not valid" +msgstr "" + +#: ../../src/util/virerror.c:1078 +#, c-format +msgid "Requested operation is not valid: %s" +msgstr "" + +#: ../../tools/virsh-volume.c:143 +#, c-format +msgid "Requested volume '%s' is not in pool '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2595 +#, c-format +msgid "" +"Required option '%s' is not set for PCI controller with index '%d', model " +"'%s' and modelName '%s'" +msgstr "" + +#: ../../src/util/virresctrl.c:2313 +#, c-format +msgid "" +"Resctrl ID must be set before determining resctrl parentpath='%s' prefix='%s'" +msgstr "" + +#: ../../src/util/virresctrl.c:2328 +#, c-format +msgid "Resctrl allocation path is already set to '%s'" +msgstr "" + +#: ../../src/util/virresctrl.c:2548 +#, c-format +msgid "Resctrl monitor path is already set to '%s'" +msgstr "" + +#: ../../tools/virsh-nodedev.c:714 +msgid "Reset node device before or after assigning to a domain." +msgstr "" + +#: ../../tools/virsh-domain.c:6075 +msgid "Reset the target domain as if by power button" +msgstr "" + +#: ../../tools/virsh-domain.c:2891 ../../tools/virsh-domain.c:2894 +msgid "Resize block device of domain." +msgstr "" + +#: ../../tools/virsh-volume.c:1096 +msgid "" +"Resizes a storage volume. This is safe only for storage volumes not in use " +"by an active guest.\n" +"See blockresize for live resizing." +msgstr "" + +#: ../../src/util/virresctrl.c:1917 ../../src/util/virresctrl.c:2387 +msgid "Resource control is not supported on this host" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:588 +#: ../../src/locking/lock_driver_sanlock.c:655 +#, c-format +msgid "Resource lockspace '%s' exceeds %d characters" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:570 +#, c-format +msgid "Resource name '%s' exceeds %d characters" +msgstr "" + +#: ../../src/lxc/lxc_cgroup.c:397 ../../src/qemu/qemu_cgroup.c:938 +#, c-format +msgid "Resource partition '%s' must start with '/'" +msgstr "" + +#: ../../tools/virsh-domain.c:6163 +msgid "Restore" +msgstr "" + +#: ../../tools/virsh-domain.c:5324 +msgid "Restore a domain." +msgstr "" + +#: ../../tools/virsh-domain.c:12960 ../../tools/virsh-domain.c:12971 +msgid "Restored" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1664 +#, c-format +msgid "Restoring of leases failed on interface '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:5871 +msgid "Resume a previously suspended domain." +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2713 +msgid "Resume operation failed" +msgstr "" + +#: ../../tools/virsh-domain.c:12928 +msgid "Resumed" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:4164 +msgid "Resuming after dump failed" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:196 +#, sh-format +msgid "Resuming guest $name: " +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:193 +#, sh-format +msgid "Resuming guests on $uri URI..." +msgstr "" + +#: ../../tools/virt-admin.c:651 +msgid "Retrieve identity details about <client> from <server>" +msgstr "" + +#: ../../tools/virt-admin.c:806 +msgid "Retrieve server's client-related configuration limits " +msgstr "" + +#: ../../tools/virt-admin.c:393 +msgid "Retrieve threadpool attributes from a server. " +msgstr "" + +#: ../../tools/virsh-pool.c:1563 +msgid "Reture pool info in bytes" +msgstr "" + +#: ../../tools/virsh-pool.c:1411 ../../tools/virsh-pool.c:1498 +msgid "Returns XML <sources> document." +msgstr "" + +#: ../../tools/virsh-secret.c:530 +msgid "Returns a list of secrets" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:450 +msgid "Returns basic information about a checkpoint." +msgstr "" + +#: ../../tools/virsh-snapshot.c:856 +msgid "Returns basic information about a snapshot." +msgstr "" + +#: ../../tools/virsh-domain.c:7673 +msgid "Returns basic information about the domain IOThreads." +msgstr "" + +#: ../../tools/virsh-domain.c:6767 +msgid "Returns basic information about the domain virtual CPUs." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1272 +msgid "Returns basic information about the domain." +msgstr "" + +#: ../../tools/virsh-network.c:379 +msgid "Returns basic information about the network" +msgstr "" + +#: ../../tools/virsh-host.c:651 +msgid "Returns basic information about the node." +msgstr "" + +#: ../../tools/virsh-pool.c:1553 +msgid "Returns basic information about the storage pool." +msgstr "" + +#: ../../tools/virsh-volume.c:1008 +msgid "Returns basic information about the storage vol." +msgstr "" + +#: ../../tools/virsh-host.c:76 +msgid "Returns capabilities of emulator with respect to host and libvirt." +msgstr "" + +#: ../../tools/virsh-host.c:47 +msgid "Returns capabilities of hypervisor/driver." +msgstr "" + +#: ../../tools/virsh-pool.c:2104 +msgid "Returns capabilities of storage pool support." +msgstr "" + +#: ../../tools/virsh-host.c:749 +msgid "Returns cpu stats of the node, in nanoseconds." +msgstr "" + +#: ../../tools/virsh-domain.c:6114 +msgid "Returns information about jobs running on a domain." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1563 +msgid "Returns list of domains." +msgstr "" + +#: ../../tools/virsh-nwfilter.c:708 +msgid "Returns list of network filter bindings." +msgstr "" + +#: ../../tools/virsh-nwfilter.c:343 +msgid "Returns list of network filters." +msgstr "" + +#: ../../tools/virsh-network.c:1729 +msgid "Returns list of network ports." +msgstr "" + +#: ../../tools/virsh-network.c:657 +msgid "Returns list of networks." +msgstr "" + +#: ../../tools/virsh-interface.c:329 +msgid "Returns list of physical host interfaces." +msgstr "" + +#: ../../tools/virsh-pool.c:1061 +msgid "Returns list of pools." +msgstr "" + +#: ../../tools/virsh-volume.c:1360 +msgid "Returns list of vols by pool." +msgstr "" + +#: ../../tools/virsh-host.c:896 +msgid "Returns memory stats of the node, in kilobytes." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1411 +msgid "Returns state about a domain." +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:895 +msgid "Returns state of a control interface to the domain." +msgstr "" + +#: ../../tools/virsh-domain.c:6570 +msgid "Returns the number of virtual CPUs used by the domain." +msgstr "" + +#: ../../tools/virsh-snapshot.c:1790 +msgid "Revert a domain to a snapshot" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1793 +msgid "Revert domain to snapshot" +msgstr "" + +#: ../../src/test/test_driver.c:1262 +msgid "Root element is not 'node'" +msgstr "" + +#: ../../src/network/bridge_driver_linux.c:295 +#, c-format +msgid "Route address '%s' conflicts with IP address for '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:5995 +msgid "Run a reboot command in the target domain." +msgstr "" + +#: ../../tools/virsh-domain.c:10037 +msgid "Run an arbitrary command in a lxc guest namespace; use at your own risk" +msgstr "" + +#: ../../tools/virsh-domain.c:9921 +msgid "Run an arbitrary qemu guest agent command; use at your own risk" +msgstr "" + +#: ../../src/remote/remote_daemon.c:696 +msgid "Run as a daemon & write PID file" +msgstr "" + +#: ../../tools/virsh-domain.c:5910 +msgid "Run shutdown in the target domain." +msgstr "" + +#: ../../tools/virsh-host.c:1485 ../../tools/virt-admin.c:263 +#, c-format +msgid "Running against daemon: %d.%d.%d\n" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:464 +#, sh-format +msgid "Running guests on $uri URI: " +msgstr "" + +#: ../../tools/virsh-host.c:1472 +#, c-format +msgid "Running hypervisor: %s %d.%d.%d\n" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19895 +msgid "S3 state is disabled for this domain" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19902 +msgid "S4 state is disabled for this domain" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:165 +#, c-format +msgid "SASL client identity '%s' not allowed in whitelist" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:628 ../../src/rpc/virnetsaslcontext.c:667 +#, c-format +msgid "SASL data length %zu too long, max %zu" +msgstr "" + +#: ../../src/remote/remote_driver.c:4291 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "" + +#: ../../src/remote/remote_driver.c:4321 +#, c-format +msgid "SASL negotiation data too long: %zu bytes" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2403 +msgid "SATA is not supported with this QEMU binary" +msgstr "" + +#: ../../src/vmx/vmx.c:1018 +#, c-format +msgid "SCSI bus index %d out of [0] range" +msgstr "" + +#: ../../src/vmx/vmx.c:1011 ../../src/vmx/vmx.c:1958 ../../src/vmx/vmx.c:2081 +#, c-format +msgid "SCSI controller index %d out of [0..3] range" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2036 +msgid "SCSI controller only supports 1 bus" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:1589 +#, c-format +msgid "SCSI device %s is already in use by other domain(s) as '%s'" +msgstr "" + +#: ../../src/util/virscsi.c:211 +#, c-format +msgid "SCSI device '%s': could not access %s" +msgstr "" + +#: ../../src/vmx/vmx.c:885 +#, c-format +msgid "SCSI disk index (parsed from '%s') is too large" +msgstr "" + +#: ../../src/conf/domain_conf.c:5092 +#, c-format +msgid "" +"SCSI host address controller='%u' bus='%u' target='%u' unit='%u' in use by a " +"SCSI disk" +msgstr "" + +#: ../../src/conf/domain_conf.c:7085 +#, c-format +msgid "" +"SCSI host address controller='%u' bus='%u' target='%u' unit='%u' in use by " +"another SCSI disk" +msgstr "" + +#: ../../src/conf/domain_conf.c:7071 +#, c-format +msgid "" +"SCSI host address controller='%u' bus='%u' target='%u' unit='%u' in use by " +"another SCSI host device" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:1517 +msgid "SCSI host device doesn't support managed mode" +msgstr "" + +#: ../../src/conf/domain_conf.c:6561 +msgid "SCSI host device must use 'drive' address type" +msgstr "" + +#: ../../src/vmx/vmx.c:1025 ../../src/vmx/vmx.c:2088 +#, c-format +msgid "SCSI unit index %d out of [0..6,8..15] range" +msgstr "" + +#: ../../src/conf/domain_conf.c:6571 +msgid "SCSI_host host device must use 'pci' or 'ccw' address type" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:450 +msgid "SHUTDOWN_TIMEOUT must be equal or greater than 0" +msgstr "" + +#: ../../src/conf/domain_conf.c:23620 +#, c-format +msgid "SMM TSEG differs: source: %s, destination: '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4936 +msgid "SMM TSEG is only supported with q35 machine type" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4948 +msgid "SMM TSEG size must be divisible by 1 MiB" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:139 +#, c-format +msgid "SOAP fault during %s: code '%s', subcode '%s', reason '%s', detail '%s'" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:542 +msgid "SSH Agent did not provide any authentication identity" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:361 ../../src/rpc/virnetsshsession.c:383 +#, c-format +msgid "SSH host key for '%s' (%s) was not accepted" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:1223 +#: ../../src/rpc/virnetsshsession.c:1279 +#, c-format +msgid "SSH session handshake failed: %s" +msgstr "" + +#: ../../src/util/virerror.c:1167 +msgid "SSH transport error" +msgstr "" + +#: ../../src/util/virerror.c:1168 +#, c-format +msgid "SSH transport error: %s" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:1895 +#, c-format +msgid "" +"STP filtering in %s direction with source MAC address set is not supported" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4873 +msgid "SVE disabled, but SVE vector lengths provided" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:876 +#, c-format +msgid "Sanlock helper arguments are longer than %d: '%s'" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:870 +#, c-format +msgid "Sanlock helper path is longer than %d: '%s'" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:488 +msgid "Sanlock plugin is not initialized" +msgstr "" + +#: ../../tools/virsh-domain.c:4522 ../../tools/virsh-domain.c:6162 +msgid "Save" +msgstr "" + +#: ../../tools/virsh-domain.c:4728 +msgid "" +"Save and destroy a running domain, so it can be restarted from\n" +" the same state at a later time. When the virsh 'start'\n" +" command is next run for the domain, it will automatically\n" +" be started from this saved state." +msgstr "" + +#: ../../tools/virsh-domain.c:4193 +msgid "Save the RAM state of a running domain." +msgstr "" + +#: ../../tools/virsh-domain.c:12992 +msgid "Saved" +msgstr "" + +#: ../../tools/virsh-domain.c:4704 +#, c-format +msgid "Saved image %s XML configuration not changed.\n" +msgstr "" + +#: ../../tools/vsh.c:1168 +#, c-format +msgid "Scaled numeric value '%s' for <%s> option is malformed or out of range" +msgstr "" + +#: ../../tools/vsh.c:1259 +#, c-format +msgid "" +"Scaled numeric value '%s' for <--bandwidth> option is malformed or out of " +"range" +msgstr "" + +#: ../../tools/virsh-domain.c:5242 ../../tools/virsh-domain.c:5245 +msgid "Scheduler" +msgstr "" + +#: ../../src/util/virprocess.c:1474 +#, c-format +msgid "Scheduler '%s' is not supported on this platform" +msgstr "" + +#: ../../src/util/virprocess.c:1499 +#, c-format +msgid "Scheduler priority %d out of range [%d, %d]" +msgstr "" + +#: ../../src/esx/esx_driver.c:2369 +msgid "Screen cannot be selected" +msgstr "" + +#: ../../src/esx/esx_driver.c:2380 +msgid "Screenshot feature is unsupported" +msgstr "" + +#: ../../tools/virsh-domain.c:5685 +#, c-format +msgid "Screenshot saved to %s, with type of %s" +msgstr "" + +#: ../../tools/virsh-secret.c:105 +#, c-format +msgid "Secret %s created\n" +msgstr "" + +#: ../../tools/virsh-secret.c:377 +#, c-format +msgid "Secret %s deleted\n" +msgstr "" + +#: ../../tools/virsh-secret.c:721 +msgid "Secret Events" +msgstr "" + +#: ../../src/util/virerror.c:1110 +msgid "Secret not found" +msgstr "" + +#: ../../src/util/virerror.c:1111 +#, c-format +msgid "Secret not found: %s" +msgstr "" + +#: ../../tools/virsh-secret.c:277 +msgid "Secret value set\n" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:849 +msgid "Secure boot is supported for x86_64 architecture only" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:840 +msgid "Secure boot is supported with q35 machine types only" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:857 +msgid "Secure boot requires SMM feature enabled" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1378 +msgid "Security DOI:" +msgstr "" + +#: ../../src/security/security_manager.c:189 +msgid "Security driver \"none\" cannot create confined guests" +msgstr "" + +#: ../../src/security/security_driver.c:73 +#, c-format +msgid "Security driver %s not enabled" +msgstr "" + +#: ../../src/security/security_driver.c:87 +#, c-format +msgid "Security driver %s not found" +msgstr "" + +#: ../../src/security/security_manager.c:772 +#, c-format +msgid "Security driver model '%s' is not available" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1392 +msgid "Security label:" +msgstr "" + +#: ../../src/libvirt-lxc.c:262 +#, c-format +msgid "Security model %s cannot be entered" +msgstr "" + +#: ../../src/util/virerror.c:1074 +msgid "Security model not found" +msgstr "" + +#: ../../src/util/virerror.c:1075 +#, c-format +msgid "Security model not found: %s" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1377 +msgid "Security model:" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:435 +msgid "Security warning: currently VNC auth is not supported." +msgstr "" + +#: ../../tools/virsh.c:497 ../../tools/virt-admin.c:1274 +#, c-format +msgid "" +"See web site at %s\n" +"\n" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:2114 +msgid "Selecting disks to migrate is not implemented for tunnelled migration" +msgstr "" + +#: ../../tools/virsh-domain.c:8804 +msgid "Send keycodes (integers or symbolic names) to the guest" +msgstr "" + +#: ../../tools/virsh-domain.c:8801 +msgid "Send keycodes to the guest" +msgstr "" + +#: ../../tools/virsh-domain.c:8902 +msgid "Send signals to processes" +msgstr "" + +#: ../../tools/virsh-domain.c:8905 +msgid "Send signals to processes in the guest" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:2025 +msgid "Sending file descriptors is not supported on this socket" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1481 +#, c-format +msgid "" +"Serial device with target type '%s' and target model '%s' not compatible " +"with guest architecture or machine type" +msgstr "" + +#: ../../src/vmx/vmx.c:2762 ../../src/vmx/vmx.c:3868 +#, c-format +msgid "Serial port index %d out of [0..3] range" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1943 +#, c-format +msgid "Serial property not supported for drive bus '%s'" +msgstr "" + +#: ../../src/remote/remote_daemon.c:743 +msgid "Server certificate:" +msgstr "" + +#: ../../src/rpc/virnetdaemon.c:333 +#, c-format +msgid "Server count %zd greater than default name count %zu" +msgstr "" + +#: ../../src/util/virerror.c:1197 +msgid "Server not found" +msgstr "" + +#: ../../src/util/virerror.c:1198 +#, c-format +msgid "Server not found: %s" +msgstr "" + +#: ../../src/remote/remote_daemon.c:746 +msgid "Server private key:" +msgstr "" + +#: ../../tools/virt-admin.c:876 +msgid "Server to alter the client-related configuration limits on." +msgstr "" + +#: ../../tools/virt-admin.c:465 +msgid "Server to alter threadpool attributes on." +msgstr "" + +#: ../../tools/virt-admin.c:816 +msgid "Server to retrieve the client limits from." +msgstr "" + +#: ../../tools/virt-admin.c:403 +msgid "Server to retrieve threadpool attributes from." +msgstr "" + +#: ../../tools/virsh-secret.c:168 +msgid "Set a secret value." +msgstr "" + +#: ../../tools/virsh-domain.c:3052 +msgid "" +"Set link state of a domain's virtual interface. This command wraps usage of " +"update-device command." +msgstr "" + +#: ../../tools/virsh-domain.c:11195 +msgid "" +"Set maximum tolerable downtime of a domain which is being live-migrated to " +"another host." +msgstr "" + +#: ../../tools/virsh-domain.c:1155 +msgid "Set or query a block device I/O tuning parameters." +msgstr "" + +#: ../../tools/virsh-domain.c:1158 +msgid "Set or query disk I/O parameters such as block throttling." +msgstr "" + +#: ../../tools/virsh-domain.c:14214 +msgid "Set the guest agent timeout" +msgstr "" + +#: ../../tools/virsh-domain.c:11340 +msgid "Set the maximum migration bandwidth" +msgstr "" + +#: ../../tools/virsh-domain.c:11343 +msgid "" +"Set the maximum migration bandwidth (in MiB/s) for a domain which is being " +"migrated to another host." +msgstr "" + +#: ../../tools/virsh-domain.c:14217 +msgid "Set the number of seconds to wait for a response from the guest agent." +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4942 +msgid "Setting TSEG size is not supported with this QEMU binary" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2855 +msgid "" +"Setting device info for character devices is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2937 +msgid "Setting device info for network devices is not supported by vz driver." +msgstr "" + +#: ../../src/security/security_dac.c:814 +#, c-format +msgid "Setting different DAC user or group on %s which is already in use" +msgstr "" + +#: ../../src/security/security_selinux.c:1371 +#, c-format +msgid "Setting different SELinux label on %s which is already in use" +msgstr "" + +#: ../../src/conf/domain_conf.c:10216 +#, c-format +msgid "Setting disk %s is not allowed for disk of network type" +msgstr "" + +#: ../../src/conf/domain_conf.c:10226 +msgid "Setting disk 'requisite' is allowed only for cdrom or floppy" +msgstr "" + +#: ../../src/vz/vz_utils.c:279 +msgid "Setting disk block sizes is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_utils.c:325 +msgid "Setting disk error policy is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_utils.c:292 +msgid "Setting disk io limits is not supported by vz driver yet." +msgstr "" + +#: ../../src/vz/vz_utils.c:318 +msgid "Setting disk product id is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_utils.c:298 +msgid "Setting disk serial number is supported only for disk devices." +msgstr "" + +#: ../../src/vz/vz_utils.c:311 +msgid "Setting disk vendor is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_utils.c:304 +msgid "Setting disk wwn id is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:3013 +msgid "Setting fs quotas is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2930 +msgid "Setting guest interface name is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2923 +msgid "Setting interface script is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2916 +msgid "Setting interface sndbuf is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2951 +msgid "Setting network bandwidth is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2944 +msgid "Setting network filter is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:3006 +msgid "Setting readonly for filesystems is not supported by vz driver." +msgstr "" + +#: ../../src/security/security_selinux.c:1308 +#, c-format +msgid "" +"Setting security context '%s' on '%s' not supported. Consider setting " +"virt_use_nfs" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2862 +msgid "Setting security labels is not supported by vz driver." +msgstr "" + +#: ../../src/conf/domain_conf.c:8518 +msgid "Setting startupPolicy is only allowed for USB devices" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2849 ../../src/qemu/qemu_validate.c:2867 +#, c-format +msgid "Setting the 64-bit PCI hole size is not supported for machine '%s'" +msgstr "" + +#: ../../src/vz/vz_utils.c:361 +msgid "Setting up disk discard parameter is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_utils.c:368 +msgid "Setting up disk io thread # is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_utils.c:347 +msgid "Setting up disk startup policy is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2958 +msgid "Setting up vlans is not supported by vz driver." +msgstr "" + +#: ../../src/qemu/qemu_command.c:1642 +msgid "Setting vendor or product for scsi disk is not supported by this QEMU" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2017 +msgid "Setting vendor or product is not supported for lun device" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1591 +msgid "Setting wwn for ide disk is not supported by this QEMU" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1631 +msgid "Setting wwn for scsi disk is not supported by this QEMU" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2012 +msgid "Setting wwn is not supported for lun device" +msgstr "" + +#: ../../tools/virsh-domain.c:6443 +msgid "Setup time:" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:662 +msgid "Shared memory mapping is not supported with this QEMU" +msgstr "" + +#: ../../tools/virsh-host.c:1582 +msgid "Shared memory:\n" +msgstr "" + +#: ../../tools/virt-login-shell-helper.c:358 +#, c-format +msgid "Shell '%s' should have absolute path" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1209 +msgid "Show block device errors" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1206 +msgid "Show errors on block devices" +msgstr "" + +#: ../../tools/virsh-host.c:1292 ../../tools/virsh-host.c:1747 +msgid "Show features that are part of the CPU model type" +msgstr "" + +#: ../../tools/virsh-host.c:593 +msgid "Show maximum number of virtual CPUs for guests on this connection." +msgstr "" + +#: ../../tools/virsh-domain.c:8089 +msgid "Show statistics from this CPU" +msgstr "" + +#: ../../tools/virsh-domain.c:8085 +msgid "Show total statistics only" +msgstr "" + +#: ../../tools/virsh-domain.c:5090 +msgid "Show/Set scheduler parameters." +msgstr "" + +#: ../../tools/virsh-domain.c:8626 +msgid "Shows or modifies the XML metadata of a domain." +msgstr "" + +#: ../../tools/virsh-domain.c:12930 ../../tools/virsh-domain.c:12988 +msgid "Shutdown" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:301 ../../tools/libvirt-guests.sh.in:369 +#, sh-format +msgid "Shutdown of guest $name complete." +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:299 +#, sh-format +msgid "Shutdown of guest $name failed to complete in time." +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:526 +#, sh-format +msgid "Shutting down guests on $uri URI..." +msgstr "" + +#: ../../src/rpc/virnetdaemon.c:744 +msgid "Signal handling not available on this platform" +msgstr "" + +#: ../../src/util/virdbus.c:337 ../../src/util/virdbus.c:367 +#: ../../src/util/virdbus.c:399 +#, c-format +msgid "Signature '%s' too deeply nested" +msgstr "" + +#: ../../src/conf/domain_conf.c:23635 +#, c-format +msgid "" +"Size of SMM TSEG size differs: source: '%llu %s', destination: '%llu %s'" +msgstr "" + +#: ../../src/conf/numa_conf.c:1106 +#, c-format +msgid "Size of target NUMA node %zu (%llu) doesn't match source (%llu)" +msgstr "" + +#: ../../tools/virsh-volume.c:1170 +#, c-format +msgid "Size of volume '%s' successfully changed by %s\n" +msgstr "" + +#: ../../tools/virsh-volume.c:1171 +#, c-format +msgid "Size of volume '%s' successfully changed to %s\n" +msgstr "" + +#: ../../src/rpc/virnetclientstream.c:650 +msgid "Skipping is not supported with this stream" +msgstr "" + +#: ../../src/libxl/xen_common.c:412 +#, c-format +msgid "Slot %s too big for destination" +msgstr "" + +#: ../../tools/virsh-domain.c:6166 ../../tools/virsh-domain.c:12947 +#: ../../tools/virsh-domain.c:12961 ../../tools/virsh-domain.c:12972 +#: ../../tools/virsh-domain.c:12982 ../../tools/virsh-domain.c:12994 +msgid "Snapshot" +msgstr "" + +#: ../../tools/virsh-snapshot.c:569 +#, c-format +msgid "Snapshot %s XML configuration not changed.\n" +msgstr "" + +#: ../../tools/virsh-snapshot.c:585 +#, c-format +msgid "Snapshot %s cloned to %s.\n" +msgstr "" + +#: ../../tools/virsh-snapshot.c:583 +#, c-format +msgid "Snapshot %s edited.\n" +msgstr "" + +#: ../../tools/virsh-snapshot.c:690 +#, c-format +msgid "Snapshot %s set as current" +msgstr "" + +#: ../../src/esx/esx_driver.c:4103 +#, c-format +msgid "Snapshot '%s' already exists" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1878 +msgid "Snapshot Delete" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1669 +msgid "Snapshot Dump XML" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1406 +msgid "Snapshot List" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:757 +msgid "Snapshot is Null" +msgstr "" + +#: ../../tools/virsh-domain.c:6167 +msgid "Snapshot revert" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:1881 +msgid "Snapshots are not yet supported with 'pool' volumes" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:459 ../../src/test/test_driver.c:941 +#, c-format +msgid "Snapshots have inconsistent relations for domain %s" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:209 +#, c-format +msgid "Socket path %s too big for destination" +msgstr "" + +#: ../../src/remote/remote_daemon.c:728 +msgid "Sockets:" +msgstr "" + +#: ../../src/util/virsystemd.c:981 +msgid "Some activation file descriptors are unclaimed" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5401 +#, c-format +msgid "Some features cannot be reliably used with this QEMU: %s" +msgstr "" + +#: ../../src/libvirt-domain.c:3327 +msgid "Some parameters are not supported by migration protocol 2" +msgstr "" + +#: ../../src/libvirt-domain.c:3376 +msgid "Some parameters are not supported by migration protocol 3" +msgstr "" + +#: ../../src/lxc/lxc_process.c:898 +msgid "Some processes refused to die" +msgstr "" + +#: ../../src/libxl/xen_common.c:1406 +#, c-format +msgid "Sound model %s too big for destination" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:623 +#: ../../tools/virsh-domain-monitor.c:625 +#: ../../tools/virsh-domain-monitor.c:744 +msgid "Source" +msgstr "" + +#: ../../src/storage/storage_backend_fs.c:471 +#, c-format +msgid "Source device does not exist when formatting pool '%s'" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1510 +#, c-format +msgid "Source host lock driver %s different from target %s" +msgstr "" + +#: ../../tools/virsh-domain.c:3786 +msgid "Specified both --storage and --remove-all-storage" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2848 +msgid "Specified character device source type is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2835 +msgid "Specified character device target type is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2828 +msgid "Specified character device type is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:3495 ../../src/vz/vz_utils.c:242 +msgid "Specified disk bus is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:3349 +msgid "Specified network adapter model is not supported by vz driver." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2895 +msgid "Specified network adapter type is not supported by vz driver." +msgstr "" + +#: ../../tools/virsh-host.c:1514 +msgid "Specifies if pages from different numa nodes can be merged" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:20072 +msgid "Specifying mount point is not supported for now" +msgstr "" + +#: ../../tools/virsh-domain.c:6161 +msgid "Start" +msgstr "" + +#: ../../tools/virsh-domain.c:1962 +msgid "Start a block commit operation." +msgstr "" + +#: ../../tools/virsh-domain.c:2188 +msgid "Start a block copy operation." +msgstr "" + +#: ../../tools/virsh-backup.c:29 +msgid "Start a disk backup of a live domain" +msgstr "" + +#: ../../tools/virsh-domain.c:4015 +msgid "" +"Start a domain, either from the last managedsave\n" +" state, or via a fresh boot if no managedsave state\n" +" is present." +msgstr "" + +#: ../../tools/virsh-network.c:837 +msgid "Start a network." +msgstr "" + +#: ../../tools/virsh-pool.c:1675 +msgid "Start a pool." +msgstr "" + +#: ../../tools/virsh-domain.c:12926 ../../tools/virsh-network.c:1186 +#: ../../tools/virsh-pool.c:1884 +msgid "Started" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:268 ../../tools/libvirt-guests.sh.in:316 +#, sh-format +msgid "Starting shutdown on guest: $name" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2008 +#: ../../tools/virsh-domain-monitor.c:2010 ../../tools/virsh-interface.c:366 +#: ../../tools/virsh-network.c:745 ../../tools/virsh-pool.c:1336 +#: ../../tools/virsh-pool.c:1361 ../../tools/virsh-snapshot.c:1571 +#: ../../tools/virsh-snapshot.c:1573 +msgid "State" +msgstr "" + +#: ../../tools/virsh-domain.c:4713 +#, c-format +msgid "State file %s edited.\n" +msgstr "" + +#: ../../tools/virsh-domain.c:4643 +#, c-format +msgid "State file %s updated.\n" +msgstr "" + +#: ../../src/conf/domain_conf.c:23505 +#, c-format +msgid "" +"State of HyperV enlightenment feature '%s' differs: source: '%s', " +"destination: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23549 +#, c-format +msgid "" +"State of HyperV stimer direct feature differs: source: '%s', destination: " +"'%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23599 +#, c-format +msgid "State of KVM feature '%s' differs: source: '%s', destination: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23562 +#, c-format +msgid "State of Xen feature '%s' differs: source: '%s', destination: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23360 +#, c-format +msgid "State of feature '%s' differs: source: '%s', destination: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23387 ../../src/conf/domain_conf.c:23420 +#, c-format +msgid "" +"State of feature '%s' differs: source: '%s,%s=%s', destination: '%s,%s=%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23403 +#, c-format +msgid "" +"State of feature '%s' differs: source: '%s,%s=%s,%s=%llu', destination: '%s," +"%s=%s,%s=%llu'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23372 ../../src/conf/domain_conf.c:23434 +#: ../../src/conf/domain_conf.c:23446 ../../src/conf/domain_conf.c:23458 +#: ../../src/conf/domain_conf.c:23470 +#, c-format +msgid "State of feature '%s' differs: source: '%s=%s', destination: '%s=%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23933 +#, c-format +msgid "State of vCPU '%zu' differs between source and destination definitions" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1316 ../../tools/virsh-domain.c:6920 +#: ../../tools/virsh-domain.c:6981 ../../tools/virsh-pool.c:1592 +#: ../../tools/virsh-snapshot.c:935 +msgid "State:" +msgstr "" + +#: ../../src/conf/network_conf.c:602 +#, c-format +msgid "" +"Static host definition in IPv4 network '%s' must have mac or name attribute" +msgstr "" + +#: ../../src/conf/network_conf.c:595 +#, c-format +msgid "" +"Static host definition in IPv6 network '%s' must have id or name attribute" +msgstr "" + +#: ../../src/remote/remote_driver.c:1719 ../../src/remote/remote_driver.c:1783 +#, c-format +msgid "Stats %s too big for destination" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:21705 ../../src/vz/vz_driver.c:3787 +#, c-format +msgid "Stats types bits 0x%x are not supported by this daemon" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1198 +msgid "Status is unknown" +msgstr "" + +#: ../../tools/virsh-domain.c:12929 ../../tools/virsh-network.c:1187 +#: ../../tools/virsh-pool.c:1885 +msgid "Stopped" +msgstr "" + +#: ../../tools/virsh-pool.c:1980 +msgid "Storage Pool Events" +msgstr "" + +#: ../../tools/virsh-domain.c:3851 +#, c-format +msgid "Storage pool '%s' for volume '%s' not found." +msgstr "" + +#: ../../src/util/virerror.c:1140 +msgid "Storage pool already built" +msgstr "" + +#: ../../src/util/virerror.c:1141 +#, c-format +msgid "Storage pool already built: %s" +msgstr "" + +#: ../../src/conf/virstorageobj.c:1629 +#, c-format +msgid "Storage pool config filename '%s' does not match pool name '%s'" +msgstr "" + +#: ../../src/util/virerror.c:1059 +msgid "Storage pool not found" +msgstr "" + +#: ../../src/util/virerror.c:1060 +#, c-format +msgid "Storage pool not found: %s" +msgstr "" + +#: ../../src/util/virerror.c:1137 +msgid "Storage pool probe failed" +msgstr "" + +#: ../../src/util/virerror.c:1138 +#, c-format +msgid "Storage pool probe failed: %s" +msgstr "" + +#: ../../src/conf/virstorageobj.c:1681 +#, c-format +msgid "Storage pool state file '%s' does not match pool name '%s'" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1710 +#, c-format +msgid "Storage source %s must be a block device" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1786 +#, c-format +msgid "Storage source %s must be a character device" +msgstr "" + +#: ../../src/conf/virstorageobj.c:1517 +#, c-format +msgid "Storage source conflict with pool: '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:3866 +#, c-format +msgid "" +"Storage volume '%s'(%s) is not managed by libvirt. Remove it manually.\n" +msgstr "" + +#: ../../tools/virsh-domain.c:3779 +msgid "Storage volume deletion is supported only on stopped domains" +msgstr "" + +#: ../../src/util/virerror.c:1062 +msgid "Storage volume not found" +msgstr "" + +#: ../../src/util/virerror.c:1063 +#, c-format +msgid "Storage volume not found: %s" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:447 +#, c-format +msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)" +msgstr "" + +#: ../../src/esx/esx_stream.c:357 +msgid "Stream has untransferred data left" +msgstr "" + +#: ../../src/esx/esx_stream.c:211 ../../src/esx/esx_stream.c:270 +msgid "Stream is not open" +msgstr "" + +#: ../../tools/virsh-domain.c:2483 +msgid "Successfully copied" +msgstr "" + +#: ../../tools/virsh-domain.c:13902 +msgid "Successfully ejected media." +msgstr "" + +#: ../../tools/virsh-domain.c:13908 +msgid "Successfully inserted media." +msgstr "" + +#: ../../tools/virsh-domain.c:2160 ../../tools/virsh-domain.c:2476 +msgid "Successfully pivoted" +msgstr "" + +#: ../../tools/virsh-domain.c:13914 +msgid "Successfully updated media." +msgstr "" + +#: ../../src/util/vircgroupv1.c:1086 +#, c-format +msgid "Sum of %srequest stat overflows" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1065 +#, c-format +msgid "Sum of byte %sstat overflows" +msgstr "" + +#: ../../src/util/vircgroupv2.c:737 +#, c-format +msgid "Sum of byte '%s' stat overflows" +msgstr "" + +#: ../../src/libvirt-lxc.c:255 +msgid "Support for AppArmor is not enabled" +msgstr "" + +#: ../../src/libvirt-lxc.c:243 +msgid "Support for SELinux is not enabled" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3191 +msgid "Support only default gateway" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3199 +msgid "Support only one IPv4 default gateway" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3209 +msgid "Support only one IPv6 default gateway" +msgstr "" + +#: ../../tools/virsh-domain.c:3423 +msgid "Suspend a running domain." +msgstr "" + +#: ../../tools/virsh-host.c:976 +msgid "Suspend duration in seconds, at least 60" +msgstr "" + +#: ../../src/util/virnodesuspend.c:81 +#, c-format +msgid "Suspend duration is too short, must be at least %u seconds" +msgstr "" + +#: ../../src/util/virnodesuspend.c:184 +msgid "Suspend operation already in progress" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2657 +msgid "Suspend operation failed" +msgstr "" + +#: ../../tools/virsh-host.c:960 +msgid "" +"Suspend the host node for a given time duration and attempt to resume " +"thereafter." +msgstr "" + +#: ../../src/util/virnodesuspend.c:200 +msgid "Suspend-to-Disk" +msgstr "" + +#: ../../src/util/virnodesuspend.c:192 +msgid "Suspend-to-RAM" +msgstr "" + +#: ../../tools/virsh-domain.c:12927 +msgid "Suspended" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:229 +#, sh-format +msgid "Suspending $name: " +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:524 +#, sh-format +msgid "Suspending guests on $uri URI..." +msgstr "" + +#: ../../tools/virsh-domain.c:3463 +msgid "" +"Suspends a running domain using guest OS's power management. (Note: This " +"requires a guest agent configured and running in the guest OS)." +msgstr "" + +#: ../../tools/virsh-domain.c:11443 +msgid "Switch running migration from pre-copy to post-copy" +msgstr "" + +#: ../../tools/virsh-domain.c:11446 +msgid "" +"Switch running migration from pre-copy to post-copy. The migration must have " +"been started with --postcopy option." +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1207 +msgid "System is in use" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1216 +msgid "System is not available" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:434 ../../src/lxc/lxc_driver.c:999 +#: ../../src/lxc/lxc_driver.c:1116 +msgid "System lacks NETNS support" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:1361 +#, c-format +msgid "TLS handshake failed %s" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:971 +msgid "TLS migration is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:10691 +#, c-format +msgid "TLS transport is not supported for disk protocol '%s'" +msgstr "" + +#: ../../src/conf/secret_conf.c:108 +msgid "TLS usage specified, but name is missing" +msgstr "" + +#: ../../src/remote/remote_daemon.c:738 +msgid "TLS:" +msgstr "" + +#: ../../src/util/virtpm.c:70 +#, c-format +msgid "TPM device path %s is invalid" +msgstr "" + +#: ../../tools/vsh-table.c:96 +msgid "Table row cannot be empty" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:497 +#: ../../tools/virsh-domain-monitor.c:623 +#: ../../tools/virsh-domain-monitor.c:625 ../../tools/virsh-domain.c:14170 +msgid "Target" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1048 +#, c-format +msgid "Target CPU arch %s does not match source %s" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1122 +msgid "Target CPU cache does not match source" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1041 +#, c-format +msgid "Target CPU check %s does not match source %s" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1085 +#, c-format +msgid "Target CPU cores %d does not match source %d" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1079 +#, c-format +msgid "Target CPU dies %d does not match source %d" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1022 +msgid "Target CPU does not match source" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1104 +#, c-format +msgid "Target CPU feature %s does not match source %s" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1097 +#, c-format +msgid "Target CPU feature count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1110 +#, c-format +msgid "Target CPU feature policy %s does not match source %s" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1034 +#, c-format +msgid "Target CPU mode %s does not match source %s" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1055 +#, c-format +msgid "Target CPU model %s does not match source %s" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1073 +#, c-format +msgid "Target CPU sockets %d does not match source %d" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1091 +#, c-format +msgid "Target CPU threads %d does not match source %d" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1027 +#, c-format +msgid "Target CPU type %s does not match source %s" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1061 +#, c-format +msgid "Target CPU vendor %s does not match source %s" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1067 +#, c-format +msgid "Target CPU vendor id %s does not match source %s" +msgstr "" + +#: ../../src/conf/numa_conf.c:1125 +#, c-format +msgid "Target NUMA distance from %zu to %zu doesn't match source" +msgstr "" + +#: ../../src/conf/numa_conf.c:1095 +#, c-format +msgid "Target NUMA node count '%zu' doesn't match source '%zu'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23821 +#, c-format +msgid "" +"Target NVDIMM alignment '%llu' doesn't match source NVDIMM alignment '%llu'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23813 +#, c-format +msgid "" +"Target NVDIMM label size '%llu' doesn't match source NVDIMM label size '%llu'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23829 +msgid "Target NVDIMM pmem flag doesn't match source NVDIMM pmem flag" +msgstr "" + +#: ../../src/conf/domain_conf.c:23836 +msgid "Target NVDIMM readonly flag doesn't match source NVDIMM readonly flag" +msgstr "" + +#: ../../src/conf/domain_conf.c:23207 +#, c-format +msgid "Target RNG model '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23721 +msgid "Target TPM device model doesn't match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:23715 +msgid "Target TPM device type doesn't match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:23727 +msgid "Target TPM version doesn't match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:22475 +#, c-format +msgid "Target TSC frequency %lu does not match source %lu" +msgstr "" + +#: ../../src/conf/domain_conf.c:22482 +#, c-format +msgid "Target TSC mode %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:23297 +msgid "Target USB Class code does not match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:23321 +#, c-format +msgid "Target USB allow '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23309 +msgid "Target USB product ID does not match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:23286 +#, c-format +msgid "Target USB redirection filter rule count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:23303 +msgid "Target USB vendor ID does not match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:23315 +msgid "Target USB version does not match source" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3559 ../../src/qemu/qemu_driver.c:8222 +msgid "Target already exists" +msgstr "" + +#: ../../src/conf/domain_conf.c:23183 +#, c-format +msgid "" +"Target balloon autodeflate attribute value '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23175 +#, c-format +msgid "Target balloon model %s does not match source %s" +msgstr "" + +#: ../../src/util/virsysinfo.c:1540 +msgid "Target base board does not match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:23117 +#, c-format +msgid "Target channel addr %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:23097 +#, c-format +msgid "Target channel name %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:23085 +#, c-format +msgid "Target channel type %s does not match source %s" +msgstr "" + +#: ../../src/util/virsysinfo.c:1564 +msgid "Target chassis does not match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:23137 +#, c-format +msgid "Target console type %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22728 +#, c-format +msgid "Target controller index %d does not match source %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:22735 +#, c-format +msgid "Target controller model %d does not match source %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:22743 ../../src/conf/domain_conf.c:22757 +#, c-format +msgid "Target controller ports %d does not match source %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:22720 +#, c-format +msgid "Target controller type %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22750 +#, c-format +msgid "Target controller vectors %d does not match source %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:22512 +msgid "Target device PCI address " +msgstr "" + +#: ../../src/conf/domain_conf.c:22499 +#, c-format +msgid "Target device address type %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22629 +#, c-format +msgid "Target device ats option '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:22556 +#, c-format +msgid "Target device ccid address %d:%d does not match source %d:%d" +msgstr "" + +#: ../../src/conf/domain_conf.c:22592 +#, c-format +msgid "Target device dimm base address '%llx' does not match source '%llx'" +msgstr "" + +#: ../../src/conf/domain_conf.c:22583 +#, c-format +msgid "Target device dimm slot %u does not match source %u" +msgstr "" + +#: ../../src/conf/domain_conf.c:22527 +#, c-format +msgid "Target device drive address %d:%d:%d does not match source %d:%d:%d" +msgstr "" + +#: ../../src/conf/domain_conf.c:22621 +#, c-format +msgid "Target device iommu option '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:22570 +#, c-format +msgid "Target device isa address %d:%d does not match source %d:%d" +msgstr "" + +#: ../../src/conf/domain_conf.c:22637 +#, c-format +msgid "Target device packed option '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:22542 +#, c-format +msgid "" +"Target device virtio serial address %d:%d:%d does not match source %d:%d:%d" +msgstr "" + +#: ../../src/conf/domain_conf.c:22669 +#, c-format +msgid "Target disk %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22691 +msgid "Target disk access mode does not match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:22661 +#, c-format +msgid "Target disk bus %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22653 +#, c-format +msgid "Target disk device %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22697 +#, c-format +msgid "Target disk model %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22676 +#, c-format +msgid "Target disk serial %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22683 +#, c-format +msgid "Target disk wwn '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23868 +#, c-format +msgid "Target domain IOMMU device caching mode '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:24361 +msgid "Target domain IOMMU device count does not match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:23876 +#, c-format +msgid "Target domain IOMMU device eim value '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23860 +#, c-format +msgid "" +"Target domain IOMMU device intremap value '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23884 +#, c-format +msgid "Target domain IOMMU device iotlb value '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23852 +#, c-format +msgid "Target domain IOMMU device model '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:24025 +#, c-format +msgid "Target domain OS type %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:24304 +#, c-format +msgid "Target domain RNG device count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24046 +#, c-format +msgid "Target domain SMBIOS mode %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:24264 +#, c-format +msgid "Target domain USB redirection filter count %d does not match source %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:24032 +#, c-format +msgid "Target domain architecture %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:24211 +#, c-format +msgid "Target domain channel count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24224 +#, c-format +msgid "Target domain console count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24086 +#, c-format +msgid "Target domain controller count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:23752 +#, c-format +msgid "Target domain current memory %lld does not match source %lld" +msgstr "" + +#: ../../src/conf/domain_conf.c:24075 +#, c-format +msgid "Target domain disk count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24099 +#, c-format +msgid "Target domain filesystem count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:23998 +#, c-format +msgid "Target domain genid %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:24159 +#, c-format +msgid "Target domain host device count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24237 +#, c-format +msgid "Target domain hub device count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24123 +#, c-format +msgid "Target domain input device count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24039 +#, c-format +msgid "Target domain machine type %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:23742 +#, c-format +msgid "Target domain max memory %lld does not match source %lld" +msgstr "" + +#: ../../src/conf/domain_conf.c:24291 +#, c-format +msgid "Target domain memory balloon count %d does not match source %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:24349 +#, c-format +msgid "Target domain memory device count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:23770 +#, c-format +msgid "Target domain memory slots count '%u' doesn't match source '%u'" +msgstr "" + +#: ../../src/conf/domain_conf.c:24009 +#, c-format +msgid "Target domain name '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:24111 +#, c-format +msgid "Target domain net card count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24315 +#, c-format +msgid "Target domain panic device count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24198 +#, c-format +msgid "Target domain parallel port count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24249 +#, c-format +msgid "Target domain redirected devices count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:23986 +msgid "Target domain requested genid does not match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:24185 +#, c-format +msgid "Target domain serial port count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24327 +#, c-format +msgid "Target domain shared memory device count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24172 +#, c-format +msgid "Target domain smartcard count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24135 +#, c-format +msgid "Target domain sound card count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24057 +msgid "Target domain timers do not match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:23979 +#, c-format +msgid "Target domain uuid %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:23922 +#, c-format +msgid "Target domain vCPU max %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:24147 +#, c-format +msgid "Target domain video card count %zu does not match source %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:23967 +#, c-format +msgid "Target domain virt type %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:24372 +msgid "Target domain vsock device count does not match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:23900 +#, c-format +msgid "Target domain vsock device model '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:24278 +#, c-format +msgid "Target domain watchdog count %d does not match source %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:22787 +msgid "Target filesystem access mode does not match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:22780 +#, c-format +msgid "Target filesystem guest target %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22793 +msgid "Target filesystem model does not match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:23002 +#, c-format +msgid "Target host device mode %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:23011 +#, c-format +msgid "Target host device subsystem %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:23230 +#, c-format +msgid "Target hub device type %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22871 +#, c-format +msgid "Target input device bus %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22863 +#, c-format +msgid "Target input device type %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22879 +#, c-format +msgid "Target input model %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:23761 +#, c-format +msgid "Target maximum memory size '%llu' doesn't match source '%llu'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:8980 +#, c-format +msgid "Target memory device alias '%s' doesn't match source alias '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23787 +#, c-format +msgid "Target memory device model '%s' doesn't match source model '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23804 +#, c-format +msgid "" +"Target memory device size '%llu' doesn't match source memory device size " +"'%llu'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23796 +#, c-format +msgid "" +"Target memory device targetNode '%d' doesn't match source targetNode '%d'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:8967 +#, c-format +msgid "" +"Target memoryBacking source '%s' doesn't match source memoryBacking " +"source'%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1359 +#, c-format +msgid "Target model '%s' requires target type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:22841 +#, c-format +msgid "Target network card MTU %d does not match source %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:22817 +#, c-format +msgid "Target network card mac %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22826 ../../src/conf/domain_conf.c:22833 +#, c-format +msgid "Target network card model %s does not match source %s" +msgstr "" + +#: ../../src/esx/esx_vi.c:4765 +msgid "Target not found" +msgstr "" + +#: ../../src/conf/domain_conf.c:23652 +#, c-format +msgid "Target panic model '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23067 +#, c-format +msgid "Target parallel port %d does not match source %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:23249 +#, c-format +msgid "Target redirected device bus %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:23260 +#, c-format +msgid "" +"Target redirected device source type %s does not match source device source " +"type %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:23049 +#, c-format +msgid "Target serial port %d does not match source %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:23041 +#, c-format +msgid "Target serial type %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:23700 +msgid "Target shared memory MSI configuration doesn't match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:23675 +#, c-format +msgid "Target shared memory model '%s' does not match source model '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23668 +#, c-format +msgid "Target shared memory name '%s' does not match source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23691 +msgid "Target shared memory server usage doesn't match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:23684 +#, c-format +msgid "Target shared memory size '%llu' does not match source size '%llu'" +msgstr "" + +#: ../../src/conf/domain_conf.c:22902 +#, c-format +msgid "Target sound card model %s does not match source %s" +msgstr "" + +#: ../../src/util/virsysinfo.c:1480 +#, c-format +msgid "Target sysinfo %s %s does not match source %s" +msgstr "" + +#: ../../src/util/virsysinfo.c:1596 +#, c-format +msgid "Target sysinfo %s does not match source %s" +msgstr "" + +#: ../../src/util/virsysinfo.c:1610 +#, c-format +msgid "Target sysinfo base board count '%zu' does not match source '%zu'" +msgstr "" + +#: ../../src/util/virsysinfo.c:1495 ../../src/util/virsysinfo.c:1516 +#: ../../src/util/virsysinfo.c:1590 +msgid "Target sysinfo does not match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:22459 +#, c-format +msgid "Target timer %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22467 +#, c-format +msgid "Target timer presence %d does not match source %d" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1332 +#, c-format +msgid "Target type '%s' cannot have an associated address" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1321 +#, c-format +msgid "Target type '%s' requires address type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:22972 +#, c-format +msgid "Target video card 2d accel %u does not match source %u" +msgstr "" + +#: ../../src/conf/domain_conf.c:22979 +#, c-format +msgid "Target video card 3d accel %u does not match source %u" +msgstr "" + +#: ../../src/conf/domain_conf.c:22965 +msgid "Target video card acceleration does not match source" +msgstr "" + +#: ../../src/conf/domain_conf.c:22957 +#, c-format +msgid "Target video card heads %u does not match source %u" +msgstr "" + +#: ../../src/conf/domain_conf.c:22921 +#, c-format +msgid "Target video card model %s does not match source %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22929 +#, c-format +msgid "Target video card ram %u does not match source %u" +msgstr "" + +#: ../../src/conf/domain_conf.c:22950 +#, c-format +msgid "Target video card vgamem %u does not match source %u" +msgstr "" + +#: ../../src/conf/domain_conf.c:22936 +#, c-format +msgid "Target video card vram %u does not match source %u" +msgstr "" + +#: ../../src/conf/domain_conf.c:22943 +#, c-format +msgid "Target video card vram64 %u does not match source %u" +msgstr "" + +#: ../../src/conf/domain_conf.c:23156 +#, c-format +msgid "Target watchdog model %s does not match source %s" +msgstr "" + +#: ../../tools/virsh-domain.c:6506 +msgid "Temporary disk space total:" +msgstr "" + +#: ../../tools/virsh-domain.c:6497 +msgid "Temporary disk space use:" +msgstr "" + +#: ../../tools/virsh-domain.c:14076 ../../tools/virsh-domain.c:14079 +msgid "Thaw domain's mounted filesystems." +msgstr "" + +#: ../../tools/virsh-domain.c:14119 +#, c-format +msgid "Thawed %d filesystem(s)\n" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3088 +#, c-format +msgid "The '%s' device is not supported by this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:47 ../../src/qemu/qemu_validate.c:190 +#: ../../src/qemu/qemu_validate.c:238 ../../src/qemu/qemu_validate.c:307 +#, c-format +msgid "" +"The '%s' feature is not supported for architecture '%s' or machine type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:460 +#, c-format +msgid "The '%s' timer can't be disabled" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:480 +#, c-format +msgid "The '%s' timer does not support tickpolicy '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:293 +#, c-format +msgid "" +"The 'eoi' attribute of the '%s' feature is not supported for architecture " +"'%s' or machine type '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1374 +#, c-format +msgid "" +"The <nat> element can only be used when <forward> 'mode' is 'nat' in network " +"%s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:140 +#, c-format +msgid "The CA certificate %s has expired" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:151 +#, c-format +msgid "The CA certificate %s is not yet active" +msgstr "" + +#: ../../src/conf/domain_addr.c:1428 +#, c-format +msgid "The CCW devno '%s' is in use already " +msgstr "" + +#: ../../tools/virsh-host.c:1694 +#, c-format +msgid "" +"The CPU provided by hypervisor on the host is a superset of CPU described in " +"%s\n" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4421 +#, c-format +msgid "" +"The PCI controller with index='0' must be model='pci-root' for this machine " +"type, but model='%s' was found instead" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4444 +#, c-format +msgid "" +"The PCI controller with index='0' must be model='pcie-root' for this machine " +"type, but model='%s' was found instead" +msgstr "" + +#: ../../src/conf/domain_conf.c:11394 +msgid "The PCI controller with index=0 can't be associated with a NUMA node" +msgstr "" + +#: ../../src/util/virnetdev.c:1307 ../../src/util/virpci.c:2572 +#, c-format +msgid "The PF device for VF %s has no network device name" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3645 +#, c-format +msgid "The QEMU executable %s does not support TPM backend type %s" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3634 +#, c-format +msgid "The QEMU executable %s does not support TPM model %s" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:58 +msgid "The WMI class info list is empty" +msgstr "" + +#: ../../tools/virsh-edit.c:108 +msgid "The XML configuration was changed by another user." +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:184 +#, c-format +msgid "The certificate %s basic constraints do not show a CA" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:177 +#, c-format +msgid "" +"The certificate %s basic constraints show a CA, but we need one for a client" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:176 +#, c-format +msgid "" +"The certificate %s basic constraints show a CA, but we need one for a server" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:191 +#, c-format +msgid "The certificate %s is missing basic constraints for a CA" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:462 ../../src/rpc/virnettlscontext.c:1012 +msgid "The certificate has been revoked." +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:1031 +msgid "The certificate has no peers" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:459 ../../src/rpc/virnettlscontext.c:1009 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:456 ../../src/rpc/virnettlscontext.c:1006 +msgid "The certificate is not trusted." +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:465 ../../src/rpc/virnettlscontext.c:1015 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:143 +#, c-format +msgid "The client certificate %s has expired" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:154 +#, c-format +msgid "The client certificate %s is not yet active" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:341 +#, c-format +msgid "The device at %s has no network device name" +msgstr "" + +#: ../../src/conf/domain_addr.c:432 +#, c-format +msgid "" +"The device at PCI address %s cannot be plugged into the PCI controller with " +"index='%d'. It requires a controller that accepts a %s." +msgstr "" + +#: ../../src/conf/domain_addr.c:426 +#, c-format +msgid "" +"The device at PCI address %s has unrecognized connection type flags 0x%.2x" +msgstr "" + +#: ../../src/conf/domain_addr.c:383 +#, c-format +msgid "" +"The device at PCI address %s requires hotplug capability, but the PCI " +"controller with index='%d' doesn't support hotplug" +msgstr "" + +#: ../../src/conf/domain_addr.c:371 +#, c-format +msgid "" +"The device at PCI address %s was auto-assigned this address, but the PCI " +"controller with index='%d' doesn't allow auto-assignment" +msgstr "" + +#: ../../tools/virsh-domain.c:12674 +#, c-format +msgid "The disk device '%s' already has media" +msgstr "" + +#: ../../tools/virsh-domain.c:12654 +#, c-format +msgid "The disk device '%s' doesn't have media" +msgstr "" + +#: ../../tools/virsh-domain.c:12620 +#, c-format +msgid "The disk device '%s' is not removable" +msgstr "" + +#: ../../tools/virsh-domain.c:2995 +msgid "The domain is not running" +msgstr "" + +#: ../../tools/virsh-host.c:1012 +msgid "The host was not suspended" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3512 +msgid "" +"The ich9-intel-hda audio controller is not supported in this QEMU binary" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:780 +msgid "The machine has no snapshot and it should have it" +msgstr "" + +#: ../../src/conf/network_conf.c:442 +msgid "The minimum lease time should be greater than 2 minutes" +msgstr "" + +#: ../../src/rpc/virnetserver.c:1191 +msgid "" +"The overall maximum number of clients must be greater than the maximum " +"number of clients waiting for authentication" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6956 +msgid "The read only disk has no parent" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4670 +msgid "" +"The read only disk number must be greater or equal to the read write disk " +"number" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:142 +#, c-format +msgid "The server certificate %s has expired" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:153 +#, c-format +msgid "The server certificate %s is not yet active" +msgstr "" + +#: ../../src/esx/esx_vi.c:286 +#, c-format +msgid "The server redirects from '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:281 +#, c-format +msgid "The server redirects from '%s' to '%s'" +msgstr "" + +#: ../../src/qemu/qemu_slirp.c:275 +msgid "The slirp-helper doesn't support migration" +msgstr "" + +#: ../../src/vbox/vbox_common.c:427 +#, c-format +msgid "The vbox driver does not support %s SCSI controller model" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1146 +#, c-format +msgid "The vbox driver does not support %s bus type" +msgstr "" + +#: ../../src/vbox/vbox_common.c:396 +#, c-format +msgid "The vbox driver does not support %s controller type" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1106 +#, c-format +msgid "The vbox driver does not support %s disk device" +msgstr "" + +#: ../../src/network/bridge_driver.c:1363 +#, c-format +msgid "" +"The version of dnsmasq on this host (%d.%d) doesn't adequately support IPv6 " +"dhcp range or dhcp host specification. Version %d.%d or later is required." +msgstr "" + +#: ../../src/conf/domain_addr.c:1439 +msgid "There are no more free CCW devnos." +msgstr "" + +#: ../../src/conf/domain_addr.c:83 +#, c-format +msgid "There is no more free %s." +msgstr "" + +#: ../../src/qemu/qemu_validate.c:993 +msgid "This QEMU binary doesn't support zPCI" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3215 +msgid "This QEMU can't disable file transfers through spice" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1806 +msgid "This QEMU doesn't support '-device usb-storage'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3318 +msgid "" +"This QEMU doesn't support OpenGL rendernode with egl-headless graphics type" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1622 +msgid "This QEMU doesn't support scsi-block for lun passthrough" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1880 +msgid "" +"This QEMU doesn't support setting the removable flag of USB storage devices" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3222 +msgid "This QEMU doesn't support spice OpenGL" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3229 +msgid "This QEMU doesn't support spice OpenGL rendernode" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1694 +msgid "This QEMU doesn't support target greater than 7" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2331 +msgid "This QEMU doesn't support the LSI 53C895A SCSI controller" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2352 +msgid "This QEMU doesn't support the LSI SAS1068 (MPT Fusion) controller" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2360 +msgid "This QEMU doesn't support the LSI SAS1078 (MegaRAID) controller" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2368 +msgid "" +"This QEMU doesn't support the pvscsi (VMware paravirtual SCSI) controller" +msgstr "" + +#: ../../src/qemu/qemu_command.c:4551 +msgid "This QEMU doesn't support vhost-scsi devices" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2341 +msgid "This QEMU doesn't support virtio scsi controller" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1702 +msgid "This QEMU only supports both bus and unit equal to 0" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:114 +msgid "" +"This command is intended to be used by libvirtd and not used directly.\n" +msgstr "" + +#: ../../tools/vsh.c:2350 +msgid "This function is not supported on WIN32 platform" +msgstr "" + +#: ../../src/esx/esx_driver.c:897 +#, c-format +msgid "" +"This host is managed by a vCenter with IP address %s, but a mismatching " +"vCenter '%s' (%s) has been specified" +msgstr "" + +#: ../../src/esx/esx_driver.c:877 +msgid "This host is not managed by a vCenter" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:879 +msgid "This snapshot has children, please delete theses snapshots before" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5246 +msgid "This type of disk cannot be hot unplugged" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:902 +msgid "" +"This version of libxenlight does not support disk 'discard' option passing" +msgstr "" + +#: ../../tools/virsh-host.c:672 +msgid "Thread(s) per core:" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1800 +#, c-format +msgid "Time '%lld' is too big for guest agent" +msgstr "" + +#: ../../tools/virsh-domain.c:6307 +msgid "Time elapsed w/o network:" +msgstr "" + +#: ../../tools/virsh-domain.c:6301 +msgid "Time elapsed:" +msgstr "" + +#: ../../tools/virsh-domain.c:6312 +msgid "Time remaining:" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1545 +#, c-format +msgid "Time: %lld" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1543 +#, c-format +msgid "Time: %s" +msgstr "" + +#: ../../src/util/virerror.c:1116 +msgid "Timed out during operation" +msgstr "" + +#: ../../src/util/virerror.c:1117 +#, c-format +msgid "Timed out during operation: %s" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1099 +#, c-format +msgid "Timed out while reading log output: %s" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1201 +msgid "Timeout" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:420 +#, sh-format +msgid "Timeout expired while shutting down domains" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1183 +msgid "Timeout parameter not supported" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:916 +#, c-format +msgid "Timeout waiting for %s invocation" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2008 +msgid "Title" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:3187 +#, c-format +msgid "To enable ip%stables filtering for the VM do 'echo 1 > %s'" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:275 +msgid "Too long bridge device name" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:258 +msgid "Too long network device name" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:5885 +#, c-format +msgid "Too many CPU models '%d' for limit '%d'" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:286 +#, c-format +msgid "Too many FDs to send %d, expected %d maximum" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:2979 +#: ../../src/remote/remote_driver.c:2476 +#, c-format +msgid "Too many IOThreads in info: %d for limit %d" +msgstr "" + +#: ../../src/util/virfdstream.c:853 +msgid "Too many bytes to read from stream" +msgstr "" + +#: ../../src/util/virfdstream.c:768 +msgid "Too many bytes to write to stream" +msgstr "" + +#: ../src/admin/admin_server_dispatch_stubs.h:586 +#, c-format +msgid "Too many clients '%d' for limit '%d'" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:6986 +#, c-format +msgid "Too many disks in fsinfo: %zd for limit %d" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1315 +#, c-format +msgid "Too many domain elements in migration cookie: %d" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:4655 +#: ../src/remote/remote_daemon_dispatch_stubs.h:7573 +#, c-format +msgid "Too many domain_checkpoints '%d' for limit '%d'" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:7659 +#: ../src/remote/remote_daemon_dispatch_stubs.h:12384 +#, c-format +msgid "Too many domain_snapshots '%d' for limit '%d'" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:1377 +#: ../../src/remote/remote_driver.c:1854 ../../src/remote/remote_driver.c:1868 +#, c-format +msgid "Too many domains '%d' for limit '%d'" +msgstr "" + +#: ../../src/libvirt.c:525 ../../src/libvirt.c:595 +#, c-format +msgid "Too many drivers, cannot register %s" +msgstr "" + +#: ../../src/storage/storage_backend.c:161 +#, c-format +msgid "Too many drivers, cannot register storage backend '%s'" +msgstr "" + +#: ../../src/util/virstoragefilebackend.c:97 +#, c-format +msgid "Too many drivers, cannot register storage file backend '%s'" +msgstr "" + +#: ../../src/util/virdbus.c:1160 +msgid "Too many fields in message for signature" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1254 +#, c-format +msgid "Too many filesystems detected for %s" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1404 +msgid "Too many id mappings defined." +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:1458 +#, c-format +msgid "Too many interfaces '%d' for limit '%d'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:11116 ../../src/qemu/qemu_domain.c:12151 +#, c-format +msgid "Too many levels of symbolic links: %s" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:5543 +#: ../../src/remote/remote_daemon_dispatch.c:5596 +#: ../../src/remote/remote_daemon_dispatch.c:5654 +#: ../../src/remote/remote_daemon_dispatch.c:5721 +#: ../../src/remote/remote_daemon_dispatch.c:5778 +#: ../../src/remote/remote_daemon_dispatch.c:5832 +#, c-format +msgid "Too many migration parameters '%d' for limit '%d'" +msgstr "" + +#: ../../src/remote/remote_driver.c:6511 +#, c-format +msgid "Too many model names '%d' for limit '%d'" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:6964 +#: ../../src/remote/remote_driver.c:7878 +#, c-format +msgid "Too many mountpoints in fsinfo: %d for limit %d" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:14109 +#, c-format +msgid "Too many network_ports '%d' for limit '%d'" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:1539 +#, c-format +msgid "Too many networks '%d' for limit '%d'" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:1620 +#, c-format +msgid "Too many node_devices '%d' for limit '%d'" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:1701 +#, c-format +msgid "Too many nwfilter_bindings '%d' for limit '%d'" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:1782 +#, c-format +msgid "Too many nwfilters '%d' for limit '%d'" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:778 +#, c-format +msgid "Too many resources %d for object" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:1863 +#, c-format +msgid "Too many secrets '%d' for limit '%d'" +msgstr "" + +#: ../src/admin/admin_server_dispatch_stubs.h:266 +#, c-format +msgid "Too many servers '%d' for limit '%d'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:446 +#, c-format +msgid "Too many snapshots claiming to be current for domain %s" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:1944 +#, c-format +msgid "Too many storage_pools '%d' for limit '%d'" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:17484 +#, c-format +msgid "Too many storage_vols '%d' for limit '%d'" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:1017 +#, c-format +msgid "Too many unreserved %s devices in use" +msgstr "" + +#: ../../tools/virsh-host.c:231 ../../tools/virsh-host.c:242 +msgid "Total" +msgstr "" + +#: ../../tools/virsh-domain.c:6424 +msgid "Total downtime:" +msgstr "" + +#: ../../src/conf/domain_conf.c:4540 +msgid "Total size of memory devices exceeds the total memory size" +msgstr "" + +#: ../../tools/virsh-domain.c:8236 +msgid "Total:\n" +msgstr "" + +#: ../../src/vz/vz_utils.c:354 +msgid "Transient disks are not supported by vz driver." +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1177 +msgid "Transition started" +msgstr "" + +#: ../../tools/virt-admin.c:605 +msgid "Transport" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:107 +#, c-format +msgid "Transport error during %s: %s (%d)" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:1273 +#: ../../src/rpc/virnetlibsshsession.c:1393 +#: ../../src/rpc/virnetsshsession.c:1329 ../../src/rpc/virnetsshsession.c:1439 +msgid "Tried to write socket in error state" +msgstr "" + +#: ../../tools/vsh.c:2310 +msgid "Try again?" +msgstr "" + +#: ../../src/esx/esx_vi.c:653 +msgid "Trying to free MultiCURL object that is still in use" +msgstr "" + +#: ../../src/esx/esx_vi.c:538 +msgid "Trying to free SharedCURL object that is still in use" +msgstr "" + +#: ../../src/esx/esx_vi.c:493 +#, c-format +msgid "Trying to lock unknown SharedCURL lock %d" +msgstr "" + +#: ../../src/hypervisor/virclosecallbacks.c:163 +#, c-format +msgid "Trying to remove mismatching close callback for domain %s" +msgstr "" + +#: ../../src/esx/esx_vi.c:521 +#, c-format +msgid "Trying to unlock unknown SharedCURL lock %d" +msgstr "" + +#: ../../tools/virt-admin.c:865 +msgid "" +"Tune server's client-related configuration limits. See OPTIONS for currently " +"supported attributes." +msgstr "" + +#: ../../tools/virt-admin.c:454 +msgid "" +"Tune threadpool attributes on a server. See OPTIONS for currently supported " +"attributes." +msgstr "" + +#: ../../src/qemu/qemu_driver.c:12175 ../../src/qemu/qemu_driver.c:12416 +#: ../../src/qemu/qemu_driver.c:12506 +msgid "Tunnelled migration requested but invalid RPC method called" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:834 +msgid "Tunnelling sockets not supported on this platform" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:599 +msgid "Turn auto convergence on to tune it" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:516 +msgid "Turn multithread compression on to tune it" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:606 +msgid "Turn parallel migration on to tune it" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:523 +msgid "Turn xbzrle compression on to tune it" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:623 +#: ../../tools/virsh-domain-monitor.c:743 ../../tools/virsh-domain.c:14170 +#: ../../tools/virsh-volume.c:1468 +msgid "Type" +msgstr "" + +#: ../../src/libxl/xen_common.c:1207 +#, c-format +msgid "Type %s too big for destination" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:288 +#, c-format +msgid "Type mismatch for '%s' migration parameter" +msgstr "" + +#: ../../tools/virsh-volume.c:1055 +msgid "Type:" +msgstr "" + +#: ../../tools/virsh.c:913 ../../tools/virt-admin.c:1597 +msgid "" +"Type: 'help' for help with commands\n" +" 'quit' to quit\n" +"\n" +msgstr "" + +#: ../../src/conf/domain_conf.c:12276 +#, c-format +msgid "Type='%s' unsupported for <interface type='vhostuser'>" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:819 +msgid "UEFI requires ACPI on this architecture" +msgstr "" + +#: ../../src/util/virsocketaddr.c:589 +msgid "UNIX socket address is required" +msgstr "" + +#: ../../src/qemu/qemu_command.c:4738 +#, c-format +msgid "UNIX socket path '%s' too long" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:531 ../../src/rpc/virnetsocket.c:771 +msgid "UNIX sockets are not supported on this platform" +msgstr "" + +#: ../../src/util/virsocketaddr.c:596 +msgid "UNIX sockets not supported on this platform" +msgstr "" + +#: ../../src/libvirt.c:928 +#, c-format +msgid "URI '%s' does not include a driver name" +msgstr "" + +#: ../../src/libvirt.c:1067 +msgid "URI is missing the server part" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:1178 +msgid "URI must be qemu:///embed" +msgstr "" + +#: ../../src/secret/secret_driver.c:561 +msgid "URI must be secret:///embed" +msgstr "" + +#: ../../tools/virsh-domain.c:8636 +msgid "URI of the namespace" +msgstr "" + +#: ../../src/libvirt.c:946 +#, c-format +msgid "URI scheme '%s' for embedded driver is not valid" +msgstr "" + +#: ../../src/conf/domain_addr.c:2377 +#, c-format +msgid "USB bus %u requested but no controller with that index is present" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5544 +#, c-format +msgid "USB controller model type 'qusb1' or 'qusb2' is not supported in %s" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:1325 +#, c-format +msgid "USB device %s is already in use" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:1319 +#, c-format +msgid "USB device %s is in use by driver %s, domain %s" +msgstr "" + +#: ../../src/qemu/qemu_command.c:4439 +msgid "USB host device is missing bus/device information" +msgstr "" + +#: ../../src/conf/domain_conf.c:6580 +msgid "USB host device must use 'usb' address type" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:3013 +msgid "" +"USB is disabled for this domain, but USB devices are present in the domain " +"XML" +msgstr "" + +#: ../../src/qemu/qemu_command.c:8672 +msgid "USB redirection filter is not supported by this version of QEMU" +msgstr "" + +#: ../../src/qemu/qemu_command.c:8661 +msgid "USB redirection is not supported by this version of QEMU" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1634 ../../src/lxc/lxc_driver.c:3612 +#, c-format +msgid "USB source %s was not a character device" +msgstr "" + +#: ../../tools/virt-host-validate-lxc.c:54 +msgid "UTS namespace support is required" +msgstr "" + +#: ../../tools/virsh-network.c:1776 ../../tools/virsh-nwfilter.c:364 +#: ../../tools/virsh-secret.c:579 +msgid "UUID" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:541 +msgid "UUID in config file malformed" +msgstr "" + +#: ../../src/conf/domain_conf.c:15542 +msgid "UUID mismatch between <uuid> and <sysinfo>" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1308 ../../tools/virsh-network.c:405 +#: ../../tools/virsh-pool.c:1587 +msgid "UUID:" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:2117 +msgid "Unable to accept client" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1582 ../../src/lxc/lxc_controller.c:1628 +#: ../../src/lxc/lxc_controller.c:1703 ../../src/lxc/lxc_controller.c:1779 +#: ../../src/lxc/lxc_controller.c:1935 ../../src/lxc/lxc_driver.c:3385 +#: ../../src/lxc/lxc_driver.c:3606 ../../src/lxc/lxc_driver.c:3675 +#: ../../src/lxc/lxc_driver.c:3747 ../../src/qemu/qemu_domain.c:12164 +#: ../../src/qemu/qemu_interop_config.c:64 +#, c-format +msgid "Unable to access %s" +msgstr "" + +#: ../../src/util/virfilecache.c:146 +#, c-format +msgid "Unable to access cache '%s' for '%s'" +msgstr "" + +#: ../../src/locking/lock_driver_lockd.c:90 +#: ../../src/locking/lock_driver_sanlock.c:130 +#, c-format +msgid "Unable to access config file %s" +msgstr "" + +#: ../../src/libvirt-domain.c:10604 +#, c-format +msgid "Unable to access file descriptor %d" +msgstr "" + +#: ../../src/util/virhostmem.c:636 ../../src/util/virhostmem.c:697 +msgid "Unable to access kernel32.dll" +msgstr "" + +#: ../../src/util/virfdstream.c:1250 +#, c-format +msgid "Unable to access stream for '%s'" +msgstr "" + +#: ../../src/util/virlockspace.c:164 ../../src/util/virlockspace.c:210 +#, c-format +msgid "Unable to acquire lock on '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:2485 +msgid "Unable to add address to interface multicast list on this platform" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:632 ../../src/util/virnetdevbridge.c:654 +#: ../../src/util/virnetdevbridge.c:665 +#, c-format +msgid "Unable to add bridge %s port %s" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1109 ../../src/lxc/lxc_controller.c:1146 +msgid "Unable to add epoll fd" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:1157 +msgid "Unable to add extra data" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4742 +msgid "Unable to add hard disk to media Registry" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4871 +msgid "Unable to add hard disk to media registry" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5135 ../../src/vbox/vbox_common.c:5276 +#: ../../src/vbox/vbox_common.c:7045 +msgid "Unable to add hard disk to the media registry" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:1144 +msgid "Unable to add hardware machine" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:388 +#, c-format +msgid "Unable to add lockspace %s" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:383 +#, c-format +msgid "Unable to add lockspace %s: %s" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:1120 +msgid "Unable to add media registry other media" +msgstr "" + +#: ../../src/util/virnetdevopenvswitch.c:182 +#, c-format +msgid "Unable to add port %s to OVS bridge %s" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:1170 +msgid "Unable to add storage controller" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:420 +msgid "Unable to add the snapshot hardware" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:431 +msgid "Unable to add the snapshot storageController" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5013 +msgid "Unable to add the snapshot to the machine description" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:771 +msgid "" +"Unable to add this snapshot, there is already a snapshot linked to the " +"machine" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:1102 +msgid "Unable to add/delete fdb entries on this platform" +msgstr "" + +#: ../../src/util/virnuma.c:945 +#, c-format +msgid "Unable to allocate %llu pages. Allocated only %llu" +msgstr "" + +#: ../../tools/virsh-domain.c:4084 +msgid "Unable to allocate FD list" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:724 +#, c-format +msgid "Unable to allocate lease %s" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:294 +#, c-format +msgid "Unable to allocate lockspace %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:705 ../../src/rpc/virnettlscontext.c:942 +#, c-format +msgid "Unable to allocate x509 credentials: %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:315 +msgid "Unable to append command 'id' string" +msgstr "" + +#: ../../src/util/virnetdevtap.c:344 +msgid "Unable to associate TAP device" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1238 +#, c-format +msgid "Unable to associate device %s with blkid library" +msgstr "" + +#: ../../src/util/virfile.c:989 +#, c-format +msgid "Unable to associate file %s with NBD device" +msgstr "" + +#: ../../src/util/virfile.c:977 +#, c-format +msgid "Unable to associate file %s with loop device" +msgstr "" + +#: ../../src/util/virfile.c:813 +#, c-format +msgid "Unable to attach %s to loop device" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2293 ../../src/lxc/lxc_controller.c:2744 +msgid "Unable to become session leader" +msgstr "" + +#: ../../src/util/virnetdevmidonet.c:54 +#, c-format +msgid "Unable to bind port %s to the virtual port %s" +msgstr "" + +#: ../../src/qemu/qemu_command.c:4752 +#, c-format +msgid "Unable to bind to UNIX socket path '%s'" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:395 ../../src/rpc/virnetsocket.c:432 +msgid "Unable to bind to port" +msgstr "" + +#: ../../src/util/virportallocator.c:188 +#, c-format +msgid "Unable to bind to port %d" +msgstr "" + +#: ../../tools/virsh-domain.c:9143 ../../tools/virsh-domain.c:9148 +msgid "Unable to change MaxMemorySize" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:342 +msgid "Unable to change balloon collection period." +msgstr "" + +#: ../../tools/virsh-domain.c:1664 +msgid "Unable to change blkio parameters" +msgstr "" + +#: ../../tools/virsh-domain.c:1467 +msgid "Unable to change block I/O throttle" +msgstr "" + +#: ../../tools/virt-admin.c:1051 ../../tools/virt-admin.c:1105 +msgid "Unable to change daemon logging settings" +msgstr "" + +#: ../../tools/virsh-domain.c:5791 +msgid "Unable to change lifecycle action." +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2429 +msgid "" +"Unable to change memory of active domain without the balloon device and " +"guest OS balloon driver" +msgstr "" + +#: ../../tools/virsh-domain.c:9330 ../../tools/virsh-host.c:1602 +msgid "Unable to change memory parameters" +msgstr "" + +#: ../../tools/virsh-domain.c:9602 +msgid "Unable to change numa parameters" +msgstr "" + +#: ../../tools/virt-admin.c:549 +msgid "Unable to change server workerpool parameters" +msgstr "" + +#: ../../tools/virt-admin.c:955 +msgid "Unable to change server's client-related configuration limits" +msgstr "" + +#: ../../src/libvirt-domain.c:3786 ../../src/libvirt-domain.c:3798 +#: ../../src/libvirt-domain.c:3975 ../../src/libvirt-domain.c:3988 +msgid "Unable to change target guest XML during migration" +msgstr "" + +#: ../../src/util/vircommand.c:439 +#, c-format +msgid "Unable to change to %s" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:2738 +msgid "Unable to change to root dir" +msgstr "" + +#: ../../tools/virt-login-shell-helper.c:325 +#, c-format +msgid "Unable to chdir(%s)" +msgstr "" + +#: ../../src/util/virnetdev.c:221 +#, c-format +msgid "Unable to check interface %s" +msgstr "" + +#: ../../src/util/virnetdev.c:1037 +msgid "Unable to check interface config on this platform" +msgstr "" + +#: ../../src/util/virnetdev.c:210 +#, c-format +msgid "Unable to check interface flags for %s" +msgstr "" + +#: ../../src/util/virlockspace.c:152 ../../src/util/virpidfile.c:359 +#, c-format +msgid "Unable to check status of pid file '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:1422 +msgid "Unable to check virtual function status on this platform" +msgstr "" + +#: ../../src/security/security_dac.c:637 +#: ../../src/security/security_selinux.c:1160 +msgid "Unable to clear thread local variable" +msgstr "" + +#: ../../src/lxc/lxc_container.c:170 +msgid "Unable to clone to check reboot support" +msgstr "" + +#: ../../src/util/virfdstream.c:725 +msgid "Unable to close" +msgstr "" + +#: ../../src/util/iohelper.c:173 +#, c-format +msgid "Unable to close %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4527 ../../src/vbox/vbox_common.c:4749 +#: ../../src/vbox/vbox_common.c:4851 ../../src/vbox/vbox_common.c:5167 +#: ../../src/vbox/vbox_common.c:5361 +#, c-format +msgid "Unable to close HardDisk, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4518 +msgid "Unable to close disk children" +msgstr "" + +#: ../../src/qemu/qemu_process.c:4454 ../../src/qemu/qemu_process.c:4460 +#, c-format +msgid "Unable to close file '%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4949 +msgid "Unable to close recursively all disks" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5305 ../../src/vbox/vbox_common.c:7073 +#, c-format +msgid "Unable to close the new medium, rc=%08x" +msgstr "" + +#: ../../src/util/vircrypto.c:67 +#, c-format +msgid "Unable to compute hash of data: %s" +msgstr "" + +#: ../../src/util/virnetdev.c:1801 +#, c-format +msgid "" +"Unable to configure VF %d of PF '%s' because the PF is not online. Please " +"change host network config to put the PF online." +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1815 +msgid "Unable to configure libxl's memory management parameters" +msgstr "" + +#: ../../src/conf/domain_conf.c:6848 +msgid "Unable to construct table of device aliases" +msgstr "" + +#: ../../src/util/virlease.c:235 +#, c-format +msgid "Unable to convert lease expiry time to long long: %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:2344 +msgid "Unable to convert time" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1396 +msgid "Unable to copy socket file handle" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1643 ../../src/lxc/lxc_driver.c:3209 +#: ../../src/qemu/qemu_domain.c:11168 ../../src/qemu/qemu_domain.c:12010 +#: ../../src/qemu/qemu_process.c:3848 +#, c-format +msgid "Unable to create %s" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:964 +#, c-format +msgid "Unable to create %s device %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5227 ../../src/vbox/vbox_common.c:6994 +#, c-format +msgid "Unable to create HardDisk, rc=%08x" +msgstr "" + +#: ../../src/util/virjson.c:1965 +msgid "Unable to create JSON formatter" +msgstr "" + +#: ../../src/util/virjson.c:1840 +msgid "Unable to create JSON parser" +msgstr "" + +#: ../../src/util/virhostcpu.c:1362 +msgid "Unable to create KVM VM for TSC probing" +msgstr "" + +#: ../../src/util/virhostcpu.c:1368 +msgid "Unable to create KVM vCPU for TSC probing" +msgstr "" + +#: ../../src/util/virxml.c:1267 +#, c-format +msgid "Unable to create RNG parser for %s" +msgstr "" + +#: ../../src/util/virxml.c:1287 +#, c-format +msgid "Unable to create RNG validation context %s" +msgstr "" + +#: ../../src/util/virnetdevtap.c:473 +msgid "Unable to create TAP devices on this platform" +msgstr "" + +#: ../../src/qemu/qemu_command.c:4730 +msgid "Unable to create UNIX socket" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1233 +msgid "Unable to create blkid library handle" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:425 ../../src/util/virnetdevbridge.c:518 +#, c-format +msgid "Unable to create bridge %s" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:494 +msgid "Unable to create bridge device" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1651 ../../src/lxc/lxc_controller.c:1728 +#: ../../src/lxc/lxc_controller.c:1804 ../../src/lxc/lxc_controller.c:1963 +#: ../../src/lxc/lxc_driver.c:3224 ../../src/qemu/qemu_domain.c:12042 +#, c-format +msgid "Unable to create device %s" +msgstr "" + +#: ../../src/util/vircgroupv1.c:811 ../../src/util/vircgroupv1.c:837 +#: ../../src/util/vircgroupv2.c:559 +#, c-format +msgid "Unable to create directory %s" +msgstr "" + +#: ../../src/util/virfilecache.c:111 +#, c-format +msgid "Unable to create directory '%s'" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1330 +msgid "Unable to create epoll fd" +msgstr "" + +#: ../../src/bhyve/bhyve_monitor.c:196 +msgid "Unable to create kqueue" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:691 +#, c-format +msgid "Unable to create lock '%s'" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:257 +#: ../../src/locking/lock_driver_sanlock.c:687 +#: ../../src/util/virlockspace.c:271 +#, c-format +msgid "Unable to create lockspace %s" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:245 +#, c-format +msgid "" +"Unable to create lockspace %s: parent directory does not exist or is not a " +"directory" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:712 +msgid "Unable to create media registry" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:3319 +msgid "Unable to create migration thread" +msgstr "" + +#: ../../src/util/virutil.c:1773 ../../src/util/virutil.c:1785 +msgid "Unable to create pipes" +msgstr "" + +#: ../../src/util/virfirewall.c:755 ../../src/util/virfirewall.c:826 +msgid "Unable to create rule" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:350 ../../src/rpc/virnetsocket.c:434 +#: ../../src/rpc/virnetsocket.c:593 +msgid "Unable to create socket" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:721 ../../src/qemu/qemu_monitor.c:707 +#, c-format +msgid "Unable to create socket object: %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:12030 +#, c-format +msgid "Unable to create symlink %s (pointing to %s)" +msgstr "" + +#: ../../src/util/virnetdevtap.c:387 +msgid "Unable to create tap device" +msgstr "" + +#: ../../src/util/virnetdevtap.c:280 +#, c-format +msgid "Unable to create tap device %s" +msgstr "" + +#: ../../src/util/vircommand.c:2623 +msgid "Unable to create thread to process command's IO" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:944 +msgid "Unable to create tunnel migration thread" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:188 +msgid "Unable to decode header until len is received" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:201 +msgid "Unable to decode message header" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:131 +msgid "Unable to decode message length" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:420 +msgid "Unable to decode message payload" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:317 +msgid "Unable to decode number of FDs" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:480 +#, c-format +msgid "Unable to delete %s" +msgstr "" + +#: ../../src/util/virnetdevtap.c:480 +msgid "Unable to delete TAP devices on this platform" +msgstr "" + +#: ../../src/util/virnetdev.c:2530 +msgid "Unable to delete address from interface multicast list on this platform" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:544 ../../src/util/virnetdevbridge.c:600 +#, c-format +msgid "Unable to delete bridge %s" +msgstr "" + +#: ../../src/util/virrotatingfile.c:191 ../../src/util/virrotatingfile.c:203 +#: ../../src/vbox/vbox_common.c:4760 +#, c-format +msgid "Unable to delete file %s" +msgstr "" + +#: ../../src/util/virlockspace.c:578 +#, c-format +msgid "Unable to delete lockspace resource %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4916 ../../src/vbox/vbox_common.c:7176 +#, c-format +msgid "Unable to delete medium, rc=%08x" +msgstr "" + +#: ../../src/util/virnetdevopenvswitch.c:208 +#, c-format +msgid "Unable to delete port %s from OVS" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1258 +#, c-format +msgid "Unable to detect filesystem for %s" +msgstr "" + +#: ../../src/storage/storage_util.c:3264 +msgid "Unable to determine Partition Type, requires build --overwrite" +msgstr "" + +#: ../../src/util/virrotatingfile.c:127 ../../src/util/virrotatingfile.c:165 +#, c-format +msgid "Unable to determine current file inode: %s" +msgstr "" + +#: ../../src/util/virrotatingfile.c:120 +#, c-format +msgid "Unable to determine current file offset: %s" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:69 +#, c-format +msgid "Unable to determine model for SCSI controller idx=%d" +msgstr "" + +#: ../../src/util/virfile.c:2053 +msgid "Unable to determine mount table on this platform" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:260 +msgid "Unable to disable nagle algorithm" +msgstr "" + +#: ../../src/util/virnetlink.c:1270 +msgid "Unable to dump link info on this platform" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:560 ../../src/rpc/virnetmessage.c:581 +#, c-format +msgid "Unable to duplicate FD %d" +msgstr "" + +#: ../../src/rpc/virnetclient.c:626 +msgid "Unable to enable keepalives without async IO support" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:957 ../../src/qemu/qemu_domain.c:283 +#, c-format +msgid "Unable to enable namespace: %s" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:234 +msgid "Unable to enable non-blocking flag" +msgstr "" + +#: ../../tools/virsh-domain.c:9453 +msgid "Unable to enable/disable perf events" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:250 +msgid "Unable to encode message header" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:245 ../../src/rpc/virnetmessage.c:392 +#: ../../src/rpc/virnetmessage.c:472 ../../src/rpc/virnetmessage.c:497 +msgid "Unable to encode message length" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:366 +msgid "Unable to encode message payload" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:292 +msgid "Unable to encode number of FDs" +msgstr "" + +#: ../../src/util/virprocess.c:1086 +msgid "Unable to enter mount namespace" +msgstr "" + +#: ../../tools/virt-login-shell-helper.c:393 +#, c-format +msgid "Unable to exec shell %s" +msgstr "" + +#: ../../src/util/virtpm.c:313 +#, c-format +msgid "Unable to find '%s' binary in $PATH" +msgstr "" + +#: ../../src/util/vircgroupv2.c:930 ../../src/util/vircgroupv2.c:999 +#: ../../src/util/vircgroupv2.c:1068 ../../src/util/vircgroupv2.c:1137 +#, c-format +msgid "Unable to find '%s' limit for block device '%s'" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1217 +msgid "Unable to find 'cpuacct' cgroups controller mount" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1224 +msgid "Unable to find 'devices' cgroups controller mount" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1231 +msgid "Unable to find 'memory' cgroups controller mount" +msgstr "" + +#: ../../src/util/virfile.c:935 +msgid "Unable to find 'qemu-nbd' binary in $PATH" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5149 ../../src/vbox/vbox_common.c:5288 +#: ../../src/vbox/vbox_common.c:7056 ../../src/vbox/vbox_common.c:7097 +#, c-format +msgid "Unable to find UUID %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7121 ../../src/vbox/vbox_common.c:7138 +#, c-format +msgid "Unable to find UUID for location %s" +msgstr "" + +#: ../../src/util/virfile.c:748 +msgid "Unable to find a free loop device in /dev" +msgstr "" + +#: ../../src/conf/domain_addr.c:1850 +#, c-format +msgid "Unable to find a free port on virtio-serial controller %u" +msgstr "" + +#: ../../src/conf/domain_addr.c:1818 +msgid "Unable to find a free virtio-serial port" +msgstr "" + +#: ../../src/qemu/qemu_vhost_user.c:396 +msgid "Unable to find a satisfying vhost-user-gpu" +msgstr "" + +#: ../../src/qemu/qemu_vhost_user.c:446 +msgid "Unable to find a satisfying virtiofsd" +msgstr "" + +#: ../../src/util/virportallocator.c:248 +#, c-format +msgid "Unable to find an unused port in range '%s' (%d-%d)" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:11801 +msgid "Unable to find any /dev mount" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:1268 +#, c-format +msgid "Unable to find any firmware to satisfy '%s'" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:1949 +#, c-format +msgid "Unable to find any usable hugetlbfs mount for %llu KiB" +msgstr "" + +#: ../../src/qemu/qemu_command.c:8114 +#, c-format +msgid "Unable to find controller for %s" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:703 +#, c-format +msgid "Unable to find correct value in 'bonding/arp_validate' for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:673 +#, c-format +msgid "Unable to find correct value in 'bonding/mode' for '%s'" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1266 +#, c-format +msgid "Unable to find filesystem type for %s" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:937 +#, c-format +msgid "Unable to find the hard disk with uuid %s" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:786 +#: ../../src/vbox/vbox_snapshot_conf.c:1241 +#, c-format +msgid "Unable to find the snapshot %s" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:874 +#, c-format +msgid "Unable to find the snapshot with name %s" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:370 +msgid "Unable to force bind to IPv6 only" +msgstr "" + +#: ../../src/security/security_selinux.c:558 +#: ../../src/security/security_selinux.c:629 +msgid "Unable to format SELinux context" +msgstr "" + +#: ../../src/conf/domain_conf.c:26846 +msgid "Unable to format guestfwd port" +msgstr "" + +#: ../../src/util/virtime.c:265 ../../src/util/virtime.c:294 +msgid "Unable to format time" +msgstr "" + +#: ../../tools/virsh-domain.c:14062 +msgid "Unable to freeze filesystems" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:733 +#, c-format +msgid "Unable to generate diffie-hellman parameters: %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:12210 +#, c-format +msgid "Unable to get ACLs on %s" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:151 +msgid "Unable to get Capabilities" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7826 +#, c-format +msgid "Unable to get Console object for domain %s" +msgstr "" + +#: ../../src/util/virdbus.c:168 +#, c-format +msgid "Unable to get DBus session bus connection: %s" +msgstr "" + +#: ../../src/util/virdbus.c:109 +#, c-format +msgid "Unable to get DBus system bus connection: %s" +msgstr "" + +#: ../../src/util/virnetdevip.c:970 +msgid "Unable to get IP address on this platform" +msgstr "" + +#: ../../src/util/virnetdevip.c:849 +#, c-format +msgid "Unable to get IPv4 address for interface %s via ioctl" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7835 +#, c-format +msgid "Unable to get Keyboard object for domain %s" +msgstr "" + +#: ../../src/util/virstoragefile.c:1338 +#, c-format +msgid "Unable to get LVM key for %s" +msgstr "" + +#: ../../src/util/virstoragefile.c:1400 +#, c-format +msgid "Unable to get SCSI key for %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:11292 ../../src/qemu/qemu_domain.c:12218 +#, c-format +msgid "Unable to get SELinux label from %s" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:854 ../../src/util/virnetdevbridge.c:888 +#, c-format +msgid "Unable to get STP delay on %s on this platform" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:871 ../../src/util/virnetdevbridge.c:906 +#, c-format +msgid "Unable to get STP on %s on this platform" +msgstr "" + +#: ../../src/util/virnetdev.c:959 +#, c-format +msgid "Unable to get VLAN for interface %s" +msgstr "" + +#: ../../src/util/virnetdev.c:971 +msgid "Unable to get VLAN on this platform" +msgstr "" + +#: ../../src/security/security_util.c:176 +#: ../../src/security/security_util.c:280 +#: ../../src/security/security_util.c:375 +#: ../../src/security/security_util.c:463 +#: ../../src/security/security_util.c:474 +#: ../../src/security/security_util.c:485 ../../src/util/virfile.c:4490 +#, c-format +msgid "Unable to get XATTR %s on %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6870 +msgid "Unable to get XML Desc of snapshot" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6879 +msgid "Unable to get a virDomainSnapshotDefPtr" +msgstr "" + +#: ../../tools/virsh-domain.c:1639 +msgid "Unable to get blkio parameters" +msgstr "" + +#: ../../tools/virsh-domain.c:1443 +msgid "Unable to get block I/O throttle parameters" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:175 ../../src/util/virnetdevbridge.c:189 +#: ../../src/util/virnetdevbridge.c:199 +#, c-format +msgid "Unable to get bridge %s %s" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:256 +#, c-format +msgid "Unable to get bridge %s port %s %s" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:388 +msgid "Unable to get bridge port isolated on this platform" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:344 +msgid "Unable to get bridge port learning on this platform" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:366 +msgid "Unable to get bridge port unicast_flood on this platform" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:961 +msgid "Unable to get bridge vlan_filtering on this platform" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4511 +msgid "Unable to get childMedium location" +msgstr "" + +#: ../../tools/virsh-host.c:713 +msgid "Unable to get cpu map" +msgstr "" + +#: ../../src/util/virfile.c:3972 +msgid "Unable to get current position in file" +msgstr "" + +#: ../../tools/virsh-util.c:214 +msgid "Unable to get current position in stream" +msgstr "" + +#: ../../src/security/security_selinux.c:443 +#: ../../src/security/security_selinux.c:586 +msgid "Unable to get current process SELinux context" +msgstr "" + +#: ../../src/util/virtime.c:218 ../../tools/virsh-domain-monitor.c:1522 +msgid "Unable to get current time" +msgstr "" + +#: ../../tools/virt-admin.c:1057 +msgid "Unable to get daemon logging filters information" +msgstr "" + +#: ../../tools/virt-admin.c:1111 +msgid "Unable to get daemon logging outputs information" +msgstr "" + +#: ../../src/util/virutil.c:1427 +#, c-format +msgid "Unable to get device ID '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:928 +msgid "Unable to get device master from netlink on this platform" +msgstr "" + +#: ../../src/qemu/qemu_cgroup.c:93 ../../src/qemu/qemu_domain.c:11422 +#: ../../src/qemu/qemu_domain.c:12475 +#, c-format +msgid "Unable to get devmapper targets for %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4500 +msgid "Unable to get disk children" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5098 +msgid "Unable to get disk format" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5123 +msgid "Unable to get disk parent" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5112 +msgid "Unable to get disk uuid" +msgstr "" + +#: ../../tools/virsh-domain.c:7712 +msgid "Unable to get domain IOThreads information" +msgstr "" + +#: ../../tools/virsh-domain.c:2990 +msgid "Unable to get domain status" +msgstr "" + +#: ../../src/util/virnetdevtap.c:123 ../../src/util/virnetdevtap.c:133 +#, c-format +msgid "Unable to get driver name for '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:14158 +msgid "Unable to get filesystem information" +msgstr "" + +#: ../../src/util/virfile.c:676 +msgid "Unable to get free loop device via ioctl" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4820 +msgid "Unable to get hard disk format" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4811 +msgid "Unable to get hard disk id" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4840 +#, c-format +msgid "Unable to get hard disk id, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5208 ../../src/vbox/vbox_common.c:6976 +#, c-format +msgid "Unable to get hardDisk Id, rc=%08x" +msgstr "" + +#: ../../src/security/security_util.c:117 +msgid "Unable to get host boot time" +msgstr "" + +#: ../../src/util/virnetdev.c:867 +#, c-format +msgid "Unable to get index for interface %s" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:626 ../../src/util/virnetdevbridge.c:691 +#, c-format +msgid "Unable to get interface index for %s" +msgstr "" + +#: ../../src/util/virnetdevtap.c:109 +#, c-format +msgid "Unable to get interface index for '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:883 +msgid "Unable to get interface index on this platform" +msgstr "" + +#: ../../tools/virsh-domain.c:3386 +msgid "Unable to get interface parameters" +msgstr "" + +#: ../../src/bhyve/bhyve_process.c:386 ../../src/bhyve/bhyve_process.c:485 +#, c-format +msgid "Unable to get kvm descriptor: %s" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:407 ../../src/rpc/virnetsocket.c:547 +#: ../../src/rpc/virnetsocket.c:618 ../../src/rpc/virnetsocket.c:742 +#: ../../src/rpc/virnetsocket.c:1199 ../../src/rpc/virnetsocket.c:1256 +#: ../../src/rpc/virnetsocket.c:2123 ../../src/util/virsystemd.c:734 +msgid "Unable to get local socket name" +msgstr "" + +#: ../../src/util/virfile.c:736 +#, c-format +msgid "Unable to get loop status on %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4904 +msgid "Unable to get medium location" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5257 ../../src/vbox/vbox_common.c:7025 +#, c-format +msgid "Unable to get medium uuid, rc=%08x" +msgstr "" + +#: ../../tools/virsh-domain.c:9301 ../../tools/virsh-host.c:1575 +msgid "Unable to get memory parameters" +msgstr "" + +#: ../../tools/virsh-host.c:938 +msgid "Unable to get memory stats" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:1436 +#, c-format +msgid "Unable to get minor number of device '%s'" +msgstr "" + +#: ../../tools/virsh-host.c:826 +msgid "Unable to get node cpu stats" +msgstr "" + +#: ../../tools/virsh-domain.c:9572 +msgid "Unable to get numa parameters" +msgstr "" + +#: ../../tools/virsh-domain.c:1626 +msgid "Unable to get number of blkio parameters" +msgstr "" + +#: ../../tools/virsh-domain.c:1430 +msgid "Unable to get number of block I/O throttle parameters" +msgstr "" + +#: ../../tools/virsh-host.c:813 +msgid "Unable to get number of cpu stats" +msgstr "" + +#: ../../tools/virsh-domain.c:3373 +msgid "Unable to get number of interface parameters" +msgstr "" + +#: ../../tools/virsh-domain.c:9288 ../../tools/virsh-domain.c:9559 +#: ../../tools/virsh-host.c:1563 +msgid "Unable to get number of memory parameters" +msgstr "" + +#: ../../tools/virsh-host.c:925 +msgid "Unable to get number of memory stats" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4832 +msgid "Unable to get parent hard disk" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1250 +msgid "Unable to get peer socket name" +msgstr "" + +#: ../../tools/virsh-domain.c:9447 +msgid "Unable to get perf events" +msgstr "" + +#: ../../src/util/virnetdev.c:1441 +msgid "Unable to get physical function status on this platform" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:624 +msgid "Unable to get remote socket name" +msgstr "" + +#: ../../tools/virt-admin.c:428 +msgid "Unable to get server workerpool parameters" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5322 +msgid "Unable to get snapshot content" +msgstr "" + +#: ../../src/util/virnetdev.c:1471 +msgid "Unable to get sysfs info on this platform" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4634 ../../src/vbox/vbox_common.c:6905 +msgid "Unable to get the machine location path" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:829 +msgid "Unable to get the parent disk" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4712 +msgid "Unable to get the read write medium format" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4703 +msgid "Unable to get the read write medium id" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7215 +msgid "Unable to get the snapshot to remove" +msgstr "" + +#: ../../src/util/virnetdev.c:1432 +msgid "Unable to get virtual function index on this platform" +msgstr "" + +#: ../../src/util/virnetdev.c:1461 +msgid "Unable to get virtual function info on this platform" +msgstr "" + +#: ../../src/util/virnetdev.c:1451 +msgid "Unable to get virtual function name on this platform" +msgstr "" + +#: ../../src/util/virnetdev.c:1414 +msgid "Unable to get virtual functions on this platform" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:540 +#, c-format +msgid "Unable to import CA certificate list %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:503 +#, c-format +msgid "Unable to import client certificate %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:502 +#, c-format +msgid "Unable to import server certificate %s" +msgstr "" + +#: ../../src/conf/virchrdev.c:263 +msgid "Unable to init device stream mutex" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:2236 +msgid "Unable to init qemu driver mutexes" +msgstr "" + +#: ../../src/util/virobject.c:299 +msgid "Unable to initialize RW lock" +msgstr "" + +#: ../../src/util/viraudit.c:56 +msgid "Unable to initialize audit layer" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:490 ../../src/rpc/virnettlscontext.c:1040 +msgid "Unable to initialize certificate" +msgstr "" + +#: ../../src/node_device/node_device_hal.c:617 +#: ../../src/node_device/node_device_udev.c:1836 +msgid "Unable to initialize condition variable" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:726 +#, c-format +msgid "Unable to initialize diffie-hellman parameters: %s" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:745 +#, c-format +msgid "Unable to initialize lease %s" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:740 +#, c-format +msgid "Unable to initialize lease %s: %s" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:315 +#, c-format +msgid "Unable to initialize lockspace %s" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:310 +#, c-format +msgid "Unable to initialize lockspace %s: %s" +msgstr "" + +#: ../../src/util/virlockspace.c:249 ../../src/util/virlockspace.c:300 +msgid "Unable to initialize lockspace mutex" +msgstr "" + +#: ../../src/locking/lock_daemon.c:128 ../../src/locking/lock_daemon.c:225 +#: ../../src/logging/log_daemon.c:124 ../../src/logging/log_daemon.c:227 +#: ../../src/node_device/node_device_udev.c:1830 ../../src/util/virobject.c:273 +msgid "Unable to initialize mutex" +msgstr "" + +#: ../../src/security/security_dac.c:514 +#: ../../src/security/security_selinux.c:797 +msgid "Unable to initialize thread local variable" +msgstr "" + +#: ../../tools/virsh-domain.c:14010 +msgid "Unable to invoke fstrim" +msgstr "" + +#: ../../src/util/virprocess.c:703 +msgid "Unable to join domain namespace" +msgstr "" + +#: ../../src/lxc/lxc_process.c:878 +msgid "Unable to kill all processes" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4786 +msgid "Unable to know if disk is in media registry" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6918 +msgid "Unable to know if the snapshot is the current snapshot" +msgstr "" + +#: ../../src/security/security_selinux.c:3431 +#, c-format +msgid "Unable to label files under %s" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:603 +#: ../../src/storage/storage_backend_rbd.c:644 +msgid "Unable to list RBD images" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:2086 +msgid "Unable to listen on socket" +msgstr "" + +#: ../../src/qemu/qemu_command.c:4759 +#, c-format +msgid "Unable to listen to UNIX socket path '%s'" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:1046 +msgid "Unable to load certificate" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:696 +#, c-format +msgid "Unable to lock '%s'" +msgstr "" + +#: ../../src/util/viridentity.c:193 +msgid "Unable to lookup SELinux process context" +msgstr "" + +#: ../../src/util/virnetdevtap.c:350 +msgid "Unable to make TAP device non-persistent" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:11246 ../../src/util/virfile.c:3749 +#, c-format +msgid "Unable to make dir %s" +msgstr "" + +#: ../../src/util/virfile.c:820 +msgid "Unable to mark loop device as autoclear" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:4440 +msgid "Unable to modify live devices" +msgstr "" + +#: ../../src/util/virfile.c:3776 +#, c-format +msgid "Unable to move %s mount to %s" +msgstr "" + +#: ../../src/util/vircommand.c:814 ../../src/util/vircommand.c:2886 +msgid "Unable to notify child process" +msgstr "" + +#: ../../src/util/vircommand.c:393 +msgid "Unable to notify parent process" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:301 +msgid "Unable to obtain host UUID" +msgstr "" + +#: ../../src/esx/esx_vi.c:4559 +msgid "Unable to obtain hostInternetScsiHba" +msgstr "" + +#: ../../src/esx/esx_storage_backend_iscsi.c:62 +#: ../../src/esx/esx_storage_backend_iscsi.c:111 +#: ../../src/esx/esx_storage_backend_iscsi.c:217 +msgid "Unable to obtain iSCSI adapter" +msgstr "" + +#: ../../src/bhyve/bhyve_process.c:395 +#, c-format +msgid "Unable to obtain information about pid: %d" +msgstr "" + +#: ../../src/util/virfile.c:688 ../../src/util/virfile.c:725 +#: ../../src/util/virfile.c:807 ../../src/util/virfile.c:3394 +#: ../../src/util/virfile.c:3604 ../../src/util/virhostcpu.c:1188 +#: ../../src/util/virhostcpu.c:1285 ../../src/util/virhostcpu.c:1356 +#: ../../src/util/virnetdevtap.c:425 +#, c-format +msgid "Unable to open %s" +msgstr "" + +#: ../../src/util/vircgroup.c:2333 +#, c-format +msgid "Unable to open %s (%d)" +msgstr "" + +#: ../../src/util/virnetdevtap.c:245 ../../src/util/virnetdevtap.c:327 +#, c-format +msgid "Unable to open %s, is tun module loaded?" +msgstr "" + +#: ../../src/util/vircgroup.c:297 ../../src/util/virstoragefile.c:1237 +#, c-format +msgid "Unable to open '%s'" +msgstr "" + +#: ../../src/util/virfile.c:670 +msgid "Unable to open /dev/loop-control" +msgstr "" + +#: ../../src/util/vircgroup.c:231 +msgid "Unable to open /proc/mounts" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4493 ../../src/vbox/vbox_common.c:4693 +#: ../../src/vbox/vbox_common.c:4801 ../../src/vbox/vbox_common.c:5053 +#: ../../src/vbox/vbox_common.c:5086 ../../src/vbox/vbox_common.c:5198 +#: ../../src/vbox/vbox_common.c:5354 ../../src/vbox/vbox_common.c:6968 +#, c-format +msgid "Unable to open HardDisk, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5380 ../../src/vbox/vbox_common.c:7233 +#, c-format +msgid "Unable to open Machine, rc=%08x" +msgstr "" + +#: ../../src/util/virfdstream.c:1174 +msgid "Unable to open UNIX socket" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7817 +#, c-format +msgid "Unable to open VirtualBox session with domain %s" +msgstr "" + +#: ../../src/util/virnetdev.c:852 ../../src/util/virnetdev.c:946 +msgid "Unable to open control socket" +msgstr "" + +#: ../../src/util/virrotatingfile.c:113 ../../src/util/virrotatingfile.c:157 +#, c-format +msgid "Unable to open file: %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1227 +#, c-format +msgid "Unable to open filesystem %s" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1118 +#, c-format +msgid "Unable to open log file %s" +msgstr "" + +#: ../../src/util/virlockspace.c:191 +#, c-format +msgid "Unable to open resource %s" +msgstr "" + +#: ../../src/util/virfdstream.c:1242 +#, c-format +msgid "Unable to open stream for '%s'" +msgstr "" + +#: ../../src/util/virportallocator.c:169 +msgid "Unable to open test socket" +msgstr "" + +#: ../../src/util/virlockspace.c:138 +#, c-format +msgid "Unable to open/create resource %s" +msgstr "" + +#: ../../src/libvirt-domain.c:3344 +msgid "Unable to override peer2peer migration URI" +msgstr "" + +#: ../../src/util/virfile.c:3582 +#, c-format +msgid "Unable to parse %s %s" +msgstr "" + +#: ../../src/util/vircgroup.c:591 ../../src/util/vircgroup.c:613 +#: ../../src/util/vircgroupv1.c:995 ../../src/util/vircgroupv1.c:1246 +#: ../../src/util/vircgroupv1.c:1297 ../../src/util/vircgroupv1.c:1348 +#: ../../src/util/vircgroupv1.c:1399 ../../src/util/vircgroupv1.c:1450 +#: ../../src/util/vircgroupv2.c:676 ../../src/util/vircgroupv2.c:872 +#: ../../src/util/vircgroupv2.c:940 ../../src/util/vircgroupv2.c:1009 +#: ../../src/util/vircgroupv2.c:1078 ../../src/util/vircgroupv2.c:1147 +#: ../../src/util/vircgroupv2.c:1228 +#, c-format +msgid "Unable to parse '%s' as an integer" +msgstr "" + +#: ../../tools/virsh-domain.c:4080 +#, c-format +msgid "Unable to parse FD number '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19336 +msgid "Unable to parse HPT maxpagesize setting" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:150 +#: ../../src/conf/virnwfilterbindingdef.c:141 +#, c-format +msgid "Unable to parse MAC '%s'" +msgstr "" + +#: ../../src/util/virxml.c:1279 +#, c-format +msgid "Unable to parse RNG %s: %s" +msgstr "" + +#: ../../src/util/viruri.c:154 +#, c-format +msgid "Unable to parse URI %s" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:109 +#: ../../src/conf/virnetworkportdef.c:130 +#: ../../src/conf/virnwfilterbindingdef.c:126 +#, c-format +msgid "Unable to parse UUID '%s'" +msgstr "" + +#: ../../src/security/security_selinux.c:599 +#, c-format +msgid "Unable to parse base SELinux context '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11827 +#: ../../src/conf/netdev_bandwidth_conf.c:143 +#, c-format +msgid "Unable to parse class id '%s'" +msgstr "" + +#: ../../src/security/security_selinux.c:448 +#: ../../src/security/security_selinux.c:591 +#, c-format +msgid "Unable to parse current SELinux context '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:1415 +msgid "Unable to parse group-name parameter" +msgstr "" + +#: ../../tools/virsh-domain.c:1471 +msgid "Unable to parse integer parameter" +msgstr "" + +#: ../../tools/virsh-domain.c:9267 +#, c-format +msgid "Unable to parse integer parameter %s" +msgstr "" + +#: ../../tools/virt-admin.c:500 ../../tools/virt-admin.c:909 +#, c-format +msgid "Unable to parse integer parameter '%s'" +msgstr "" + +#: ../../src/conf/device_conf.c:634 +#, c-format +msgid "Unable to parse link speed: %s" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:1001 +#, c-format +msgid "Unable to parse lock state %s" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:996 +#, c-format +msgid "Unable to parse lock state %s: %s" +msgstr "" + +#: ../../src/util/virnetdevopenvswitch.c:313 +msgid "Unable to parse ovs-vsctl output" +msgstr "" + +#: ../../src/conf/domain_conf.c:12255 +#, c-format +msgid "Unable to parse port id '%s'" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:387 +msgid "Unable to parse quota" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:1384 +#, c-format +msgid "Unable to parse sched info value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13715 +#, c-format +msgid "Unable to parse secret uuid '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:1569 ../../tools/virsh-domain.c:1580 +#: ../../tools/virsh-domain.c:1591 ../../tools/virsh-domain.c:1602 +#: ../../tools/virsh-domain.c:1613 +msgid "Unable to parse string parameter" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:608 +#: ../../src/vbox/vbox_snapshot_conf.c:1272 +#: ../../src/vbox/vbox_snapshot_conf.c:1333 +msgid "Unable to parse the xml" +msgstr "" + +#: ../../src/util/virhostuptime.c:74 +#, c-format +msgid "Unable to parse uptime value '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:2375 ../../src/util/virnetdev.c:2386 +#: ../../src/util/virnetdev.c:2421 +#, c-format +msgid "Unable to parse: %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:3002 +#, c-format +msgid "Unable to pre-create chardev file '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:1853 +#, c-format +msgid "Unable to preserve mac/vlan tag for device = %s, vf = %d" +msgstr "" + +#: ../../src/storage/storage_util.c:3320 +#, c-format +msgid "Unable to probe '%s' for existing data, forced overwrite is necessary" +msgstr "" + +#: ../../src/util/virhostcpu.c:1374 +msgid "Unable to probe TSC frequency" +msgstr "" + +#: ../../src/util/iohelper.c:103 +#, c-format +msgid "Unable to process file with flags %d" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:197 +#, c-format +msgid "Unable to query certificate %s basic constraints %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:297 ../../src/rpc/virnettlscontext.c:309 +#, c-format +msgid "Unable to query certificate %s key purpose %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:223 +#, c-format +msgid "Unable to query certificate %s key usage %s" +msgstr "" + +#: ../../src/bhyve/bhyve_monitor.c:130 ../../src/bhyve/bhyve_monitor.c:138 +msgid "Unable to query kqueue" +msgstr "" + +#: ../../src/util/virhostmem.c:671 ../../src/util/virhostmem.c:682 +#: ../../src/util/virhostmem.c:707 +msgid "Unable to query memory available" +msgstr "" + +#: ../../src/util/virhostmem.c:626 ../../src/util/virhostmem.c:687 +msgid "Unable to query memory page size" +msgstr "" + +#: ../../src/util/virhostmem.c:610 ../../src/util/virhostmem.c:621 +#: ../../src/util/virhostmem.c:646 +msgid "Unable to query memory total" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1608 +msgid "Unable to query peer security context" +msgstr "" + +#: ../../src/util/virprocess.c:1036 +msgid "Unable to query process ID start time" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:283 +#: ../../src/locking/lock_driver_sanlock.c:713 +#, c-format +msgid "Unable to query sector size %s" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:278 +#: ../../src/locking/lock_driver_sanlock.c:708 +#, c-format +msgid "Unable to query sector size %s: %s" +msgstr "" + +#: ../../src/util/virnetdevtap.c:75 +msgid "Unable to query tap interface name" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:261 +msgid "Unable to re-encode message length" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1334 ../../src/util/iohelper.c:126 +#: ../../src/util/virfdstream.c:478 +#, c-format +msgid "Unable to read %s" +msgstr "" + +#: ../../src/rpc/virnetclient.c:956 +msgid "Unable to read TLS confirmation" +msgstr "" + +#: ../../src/util/virperf.c:309 +msgid "Unable to read cache data" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1244 +msgid "Unable to read container pty" +msgstr "" + +#: ../../src/util/virfile.c:2947 +#, c-format +msgid "Unable to read directory '%s'" +msgstr "" + +#: ../../src/util/virfdstream.c:182 +#, c-format +msgid "Unable to read from %s" +msgstr "" + +#: ../../src/util/vircgroup.c:484 ../../src/util/vircgroupv2.c:266 +#, c-format +msgid "Unable to read from '%s'" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:477 +msgid "Unable to read from agent" +msgstr "" + +#: ../../src/util/virrotatingfile.c:583 +#, c-format +msgid "Unable to read from file %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:4439 +#, c-format +msgid "Unable to read from file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:7426 +msgid "Unable to read from log file" +msgstr "" + +#: ../../src/logging/log_handler.c:169 +msgid "Unable to read from log pipe" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:489 +msgid "Unable to read from monitor" +msgstr "" + +#: ../../src/network/bridge_driver.c:4269 +#, c-format +msgid "Unable to read leases file: %s" +msgstr "" + +#: ../../src/util/virnetdev.c:2294 +msgid "Unable to read net device config on this platform" +msgstr "" + +#: ../../src/qemu/qemu_slirp.c:358 +#, c-format +msgid "Unable to read slirp pidfile '%s'" +msgstr "" + +#: ../../src/qemu/qemu_vhost_user_gpu.c:176 +#, c-format +msgid "Unable to read vhost-user-gpu pidfile '%s'" +msgstr "" + +#: ../../src/qemu/qemu_virtiofs.c:241 +#, c-format +msgid "Unable to read virtiofsd pidfile '%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5388 ../../src/vbox/vbox_common.c:7241 +#, c-format +msgid "Unable to register Machine, rc=%08x" +msgstr "" + +#: ../../src/rpc/virnetclient.c:608 +msgid "Unable to register async IO callback" +msgstr "" + +#: ../../tools/virsh.c:241 ../../tools/virt-admin.c:129 +msgid "Unable to register disconnect callback" +msgstr "" + +#: ../../src/bhyve/bhyve_monitor.c:203 +msgid "Unable to register process kevent" +msgstr "" + +#: ../../src/qemu/qemu_process.c:3921 ../../src/util/virrotatingfile.c:378 +#, c-format +msgid "Unable to remove %s" +msgstr "" + +#: ../../src/util/vircgroup.c:2360 ../../src/util/virresctrl.c:2493 +#: ../../src/util/virresctrl.c:2640 +#, c-format +msgid "Unable to remove %s (%d)" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4659 +msgid "Unable to remove Fake Disks" +msgstr "" + +#: ../../src/util/virfile.c:4425 ../../src/util/virfile.c:4462 +#, c-format +msgid "Unable to remove XATTR %s on %s" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:589 +#, c-format +msgid "Unable to remove bridge %s" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:698 ../../src/util/virnetdevbridge.c:720 +#: ../../src/util/virnetdevbridge.c:731 +#, c-format +msgid "Unable to remove bridge %s port %s" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:3315 ../../src/qemu/qemu_domain.c:12312 +#, c-format +msgid "Unable to remove device %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7126 ../../src/vbox/vbox_common.c:7143 +#, c-format +msgid "Unable to remove disk from media registry. uuid = %s" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1120 ../../src/lxc/lxc_controller.c:1158 +msgid "Unable to remove epoll fd" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:1461 +#, c-format +msgid "Unable to remove hard disk %s from media registry" +msgstr "" + +#: ../../tools/virsh-domain.c:3935 +#, c-format +msgid "Unable to remove metadata of %d snapshots" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7205 +#, c-format +msgid "Unable to remove snapshot %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:2879 +#, c-format +msgid "Unable to remove stale socket path: %s" +msgstr "" + +#: ../../src/conf/virnwfilterbindingobj.c:195 +#, c-format +msgid "Unable to remove status '%s' for nwfilter binding %s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:12023 +#, c-format +msgid "Unable to remove symlink %s" +msgstr "" + +#: ../../src/util/virnetdevtap.c:454 +#, c-format +msgid "Unable to remove tap device %s" +msgstr "" + +#: ../../src/util/virrotatingfile.c:396 +#, c-format +msgid "Unable to rename %s to %s" +msgstr "" + +#: ../../src/util/virnetdev.c:569 +#, c-format +msgid "Unable to rename '%s' to '%s'" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:2075 +#, c-format +msgid "Unable to request personality for %s on %s" +msgstr "" + +#: ../../src/util/virpci.c:981 +#, c-format +msgid "Unable to reset PCI device %s: %s" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:332 ../../src/rpc/virnetsocket.c:584 +#, c-format +msgid "Unable to resolve address '%s' service '%s': %s" +msgstr "" + +#: ../../src/util/virpci.c:260 +#, c-format +msgid "Unable to resolve device %s driver symlink %s" +msgstr "" + +#: ../../src/util/virpci.c:1935 ../../src/util/virpci.c:1988 +#, c-format +msgid "Unable to resolve device %s iommu_group symlink %s" +msgstr "" + +#: ../../src/util/virnetdev.c:1086 +#, c-format +msgid "Unable to resolve device subsystem symlink %s" +msgstr "" + +#: ../../src/security/security_selinux.c:3267 +#, c-format +msgid "Unable to resolve link: %s" +msgstr "" + +#: ../../src/locking/lock_daemon.c:792 ../../src/logging/log_daemon.c:573 +msgid "Unable to restart self" +msgstr "" + +#: ../../src/security/security_selinux.c:3476 +#, c-format +msgid "Unable to restore file labels under %s" +msgstr "" + +#: ../../tools/virt-admin.c:839 +msgid "Unable to retrieve client limits from server's configuration" +msgstr "" + +#: ../../src/admin/admin_server.c:93 +msgid "Unable to retrieve threadpool parameters" +msgstr "" + +#: ../../src/util/virnetdevopenvswitch.c:449 +#, c-format +msgid "Unable to run command to get OVS master for interface %s" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:262 +#: ../../src/util/virnetdevopenvswitch.c:239 +#, c-format +msgid "Unable to run command to get OVS port data for interface %s" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1886 +#: ../../src/util/virnetdevopenvswitch.c:278 +#, c-format +msgid "Unable to run command to set OVS port data for interface %s" +msgstr "" + +#: ../../src/util/virdbus.c:94 ../../src/util/virdbus.c:162 +msgid "Unable to run one time DBus initializer" +msgstr "" + +#: ../../src/util/virstoragefile.c:1262 +#, c-format +msgid "Unable to save '%s'" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:731 +#, c-format +msgid "Unable to save lease %s" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:301 +#, c-format +msgid "Unable to save lockspace %s" +msgstr "" + +#: ../../src/util/virnetdev.c:2280 +msgid "Unable to save net device config on this platform" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5327 +msgid "Unable to save new snapshot xml file" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1274 +msgid "Unable to save socket state when SASL session is active" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1280 +msgid "Unable to save socket state when TLS session is active" +msgstr "" + +#: ../../src/locking/lock_daemon.c:785 ../../src/logging/log_daemon.c:566 +#, c-format +msgid "Unable to save state file %s" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:1187 +msgid "Unable to save the xml" +msgstr "" + +#: ../../src/util/virfdstream.c:1258 +#, c-format +msgid "Unable to seek %s to %llu" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1125 +#, c-format +msgid "Unable to seek log file %s to %llu" +msgstr "" + +#: ../../src/util/virfile.c:4001 +msgid "Unable to seek to EOF" +msgstr "" + +#: ../../src/util/virfile.c:3990 +msgid "Unable to seek to data" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:7375 +msgid "Unable to seek to end of domain logfile" +msgstr "" + +#: ../../src/util/virrotatingfile.c:527 ../../src/util/virrotatingfile.c:540 +#, c-format +msgid "Unable to seek to inode %llu offset %llu" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2860 +#, c-format +msgid "Unable to send %d signal to process %d" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2946 ../../src/lxc/lxc_driver.c:3022 +#, c-format +msgid "Unable to send SIGTERM to init pid %llu" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:2449 +msgid "Unable to send container continue message" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7860 +#, c-format +msgid "Unable to send keyboard scan codes to domain %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7845 +#, c-format +msgid "Unable to send keyboard scancodes for domain %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5372 ../../src/vbox/vbox_common.c:7225 +msgid "Unable to serialize the machine description" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:12094 +#, c-format +msgid "Unable to set ACLs on %s" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:3396 +#, c-format +msgid "Unable to set FD %d blocking" +msgstr "" + +#: ../../src/util/virportallocator.c:179 +msgid "Unable to set IPV6_V6ONLY flag" +msgstr "" + +#: ../../src/security/security_selinux.c:623 +#, c-format +msgid "Unable to set SELinux context MCS '%s'" +msgstr "" + +#: ../../src/security/security_selinux.c:616 +#, c-format +msgid "Unable to set SELinux context role '%s'" +msgstr "" + +#: ../../src/security/security_selinux.c:607 +#, c-format +msgid "Unable to set SELinux context user '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:11303 ../../src/qemu/qemu_domain.c:12105 +#, c-format +msgid "Unable to set SELinux label on %s" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:844 +#, c-format +msgid "Unable to set STP delay on %s" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:880 +#, c-format +msgid "Unable to set STP delay on %s on this platform" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:898 +#, c-format +msgid "Unable to set STP on %s on this platform" +msgstr "" + +#: ../../src/util/virfile.c:4401 ../../src/util/virfile.c:4451 +#, c-format +msgid "Unable to set XATTR %s on %s" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:200 +msgid "Unable to set agent close-on-exec flag" +msgstr "" + +#: ../../src/util/virfile.c:801 +#, c-format +msgid "Unable to set backing file %s" +msgstr "" + +#: ../../src/util/virnetdevbandwidth.c:217 +msgid "Unable to set bandwidth for interface because device name is unknown" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:139 +#, c-format +msgid "Unable to set bridge %s %s via ioctl" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:231 +#, c-format +msgid "Unable to set bridge %s port %s %s to %s" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:399 +msgid "Unable to set bridge port isolated on this platform" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:355 +msgid "Unable to set bridge port learning on this platform" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:377 +msgid "Unable to set bridge port unicast_flood on this platform" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:971 +msgid "Unable to set bridge vlan_filtering on this platform" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:5348 +msgid "Unable to set cloexec flag" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:229 +msgid "Unable to set close-on-exec flag" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:348 +msgid "Unable to set console file descriptor non-blocking" +msgstr "" + +#: ../../tools/virsh-domain.c:3411 +msgid "Unable to set interface parameters" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:700 +msgid "Unable to set monitor close-on-exec flag" +msgstr "" + +#: ../../src/util/virnetdev.c:2308 +msgid "Unable to set net device config on this platform" +msgstr "" + +#: ../../src/lxc/lxc_process.c:359 +msgid "Unable to set network bandwidth on direct interfaces" +msgstr "" + +#: ../../src/util/virfdstream.c:1110 +msgid "Unable to set non-blocking mode" +msgstr "" + +#: ../../src/util/virutil.c:1783 +msgid "Unable to set pipes to non-blocking" +msgstr "" + +#: ../../src/lxc/lxc_process.c:373 +msgid "Unable to set port profile on direct interfaces" +msgstr "" + +#: ../../src/util/virutil.c:159 +msgid "Unable to set socket reuse addr flag" +msgstr "" + +#: ../../src/util/virnetdevtap.c:295 +#, c-format +msgid "Unable to set tap device %s to persistent" +msgstr "" + +#: ../../src/util/viridentity.c:135 +msgid "Unable to set thread local identity" +msgstr "" + +#: ../../src/security/security_dac.c:590 +#: ../../src/security/security_selinux.c:1112 +msgid "Unable to set thread local variable" +msgstr "" + +#: ../../src/util/virnetdevopenvswitch.c:540 +#, c-format +msgid "Unable to set vlan configuration on port %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:617 +#, c-format +msgid "Unable to set x509 CA certificate: %s: %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:635 +#, c-format +msgid "Unable to set x509 certificate revocation list: %s: %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:660 +#, c-format +msgid "Unable to set x509 key and certificate: %s, %s: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:4073 +#, c-format +msgid "Unable to split FD list '%s'" +msgstr "" + +#: ../../src/util/vireventthread.c:160 +#, c-format +msgid "Unable to start event thread: %s" +msgstr "" + +#: ../../src/lxc/lxc_domain.c:439 ../../src/lxc/lxc_domain.c:488 +#: ../../src/lxc/lxc_process.c:768 ../../src/qemu/qemu_domain.c:11126 +#, c-format +msgid "Unable to stat %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1158 +#, c-format +msgid "Unable to stat bind source %s" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1152 +#, c-format +msgid "Unable to stat bind target %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:11854 ../../src/qemu/qemu_domain.c:11885 +#, c-format +msgid "Unable to stat: %s" +msgstr "" + +#: ../../src/util/vircgroupv1.c:858 +#, c-format +msgid "Unable to symlink directory %s to %s" +msgstr "" + +#: ../../src/lxc/lxc_process.c:884 +msgid "Unable to thaw all processes" +msgstr "" + +#: ../../tools/virsh-domain.c:14115 +msgid "Unable to thaw filesystems" +msgstr "" + +#: ../../src/util/iohelper.c:146 +#, c-format +msgid "Unable to truncate %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:12056 +#, c-format +msgid "Unable to umount %s" +msgstr "" + +#: ../../src/util/virnetdevmidonet.c:87 +#, c-format +msgid "Unable to unbind the virtual port %s from Midonet" +msgstr "" + +#: ../../src/qemu/qemu_command.c:4745 +#, c-format +msgid "Unable to unlink %s" +msgstr "" + +#: ../../src/util/virfile.c:2850 +#, c-format +msgid "Unable to unlink path '%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4884 ../../src/vbox/vbox_common.c:7154 +#, c-format +msgid "Unable to unregister machine, rc=%08x" +msgstr "" + +#: ../../tools/virt-admin.c:1002 +msgid "Unable to update server's tls related files." +msgstr "" + +#: ../../src/util/virxml.c:1312 +#, c-format +msgid "" +"Unable to validate doc against %s\n" +"%s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:997 +#, c-format +msgid "Unable to verify TLS peer: %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:447 +#, c-format +msgid "Unable to verify client certificate %s against CA certificate %s" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:446 +#, c-format +msgid "Unable to verify server certificate %s against CA certificate %s" +msgstr "" + +#: ../../src/util/virnetdevip.c:811 +msgid "Unable to wait for IPv6 DAD on this platform" +msgstr "" + +#: ../../src/util/vircommand.c:783 ../../src/util/vircommand.c:2824 +msgid "Unable to wait for child process" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:854 +msgid "Unable to wait on agent socket condition" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1186 +msgid "Unable to wait on epoll" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:940 +msgid "Unable to wait on monitor condition" +msgstr "" + +#: ../../src/util/vircommand.c:403 +msgid "Unable to wait on parent process" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1340 +msgid "Unable to watch epoll FD" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1350 ../../src/lxc/lxc_controller.c:1360 +msgid "Unable to watch host console PTY" +msgstr "" + +#: ../../src/util/iohelper.c:141 ../../src/util/iohelper.c:154 +#: ../../src/util/virfdstream.c:523 +#, c-format +msgid "Unable to write %s" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:2724 +#, c-format +msgid "Unable to write pid file '%s/%s.pid'" +msgstr "" + +#: ../../src/util/virfdstream.c:156 +#, c-format +msgid "Unable to write to %s" +msgstr "" + +#: ../../src/util/vircgroup.c:464 +#, c-format +msgid "Unable to write to '%s'" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:433 +msgid "Unable to write to agent" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1272 +msgid "Unable to write to container pty" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:7380 +msgid "Unable to write to domain logfile" +msgstr "" + +#: ../../src/util/virrotatingfile.c:464 +#, c-format +msgid "Unable to write to file %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:4446 +#, c-format +msgid "Unable to write to file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:444 +msgid "Unable to write to monitor" +msgstr "" + +#: ../../src/util/virnuma.c:925 +#, c-format +msgid "Unable to write to: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:6145 +msgid "Unbounded" +msgstr "" + +#: ../../src/security/security_manager.c:677 +msgid "Unconfined guests are not allowed on this host" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:125 +msgid "Undefine a given network filter." +msgstr "" + +#: ../../tools/virsh-secret.c:347 +msgid "Undefine a secret." +msgstr "" + +#: ../../tools/virsh-domain.c:3588 +msgid "Undefine an inactive domain, or convert persistent to transient." +msgstr "" + +#: ../../tools/virsh-network.c:875 +msgid "Undefine the configuration for a persistent network." +msgstr "" + +#: ../../tools/virsh-pool.c:1736 +msgid "Undefine the configuration for an inactive pool." +msgstr "" + +#: ../../tools/virsh-domain.c:12925 ../../tools/virsh-network.c:1185 +#: ../../tools/virsh-pool.c:1883 ../../tools/virsh-secret.c:628 +msgid "Undefined" +msgstr "" + +#: ../../src/conf/cpu_conf.c:803 +#, c-format +msgid "Unexpected CPU fallback value: %d" +msgstr "" + +#: ../../src/conf/cpu_conf.c:869 +#, c-format +msgid "Unexpected CPU feature policy %d" +msgstr "" + +#: ../../src/conf/cpu_conf.c:729 +#, c-format +msgid "Unexpected CPU match policy %d" +msgstr "" + +#: ../../src/conf/cpu_conf.c:721 +#, c-format +msgid "Unexpected CPU mode %d" +msgstr "" + +#: ../../src/esx/esx_stream.c:189 +#, c-format +msgid "Unexpected HTTP response code %lu" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:117 +#, c-format +msgid "Unexpected HTTP response during %s: %d" +msgstr "" + +#: ../../src/vbox/vbox_common.c:456 +#, c-format +msgid "Unexpected IDE controller model %d" +msgstr "" + +#: ../../src/util/virtpm.c:225 +#, c-format +msgid "Unexpected JSON format: %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:248 +#, c-format +msgid "Unexpected JSON reply '%s'" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:148 +#, c-format +msgid "Unexpected LXC URI path '%s', try lxc:///system" +msgstr "" + +#: ../../src/conf/domain_conf.c:31729 +msgid "Unexpected PCI backend 'xen'" +msgstr "" + +#: ../../src/qemu/qemu_command.c:2691 +#, c-format +msgid "Unexpected PCI controller model %d" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:2357 +msgid "Unexpected QEMU agent still active during domain deletion" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:2353 +msgid "Unexpected QEMU monitor still active during domain deletion" +msgstr "" + +#: ../../src/qemu/qemu_command.c:2588 ../../src/qemu/qemu_validate.c:2382 +#: ../../src/vbox/vbox_common.c:434 +#, c-format +msgid "Unexpected SCSI controller model %d" +msgstr "" + +#: ../../src/vz/vz_driver.c:372 +#, c-format +msgid "Unexpected Virtuozzo URI path '%s', try vz:///system" +msgstr "" + +#: ../../src/qemu/qemu_command.c:439 +#, c-format +msgid "Unexpected address type for '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:204 +#, c-format +msgid "Unexpected bhyve URI path '%s', try bhyve:///system" +msgstr "" + +#: ../../src/vz/vz_sdk.c:1796 +#, c-format +msgid "Unexpected boot device type %i" +msgstr "" + +#: ../../src/util/vircommand.c:411 +#, c-format +msgid "Unexpected confirm code '%c' from parent" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:4867 +msgid "Unexpected dconnuri parameter with non-peer2peer migration" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:3257 ../../src/vz/vz_sdk.c:1717 +#, c-format +msgid "Unexpected device type %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:25398 +#, c-format +msgid "Unexpected disk sgio mode '%d'" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:2164 +#, c-format +msgid "Unexpected driver type '%s' opened" +msgstr "" + +#: ../../src/cpu/cpu_map.c:56 +#, c-format +msgid "Unexpected element '%s' in CPU map '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:2369 +msgid "Unexpected event thread still active during domain deletion" +msgstr "" + +#: ../../src/lxc/lxc_container.c:1558 +#, c-format +msgid "Unexpected filesystem type %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:16122 +#, c-format +msgid "Unexpected hostdev mode %d" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:625 +msgid "Unexpected lock parameters for disk resource" +msgstr "" + +#: ../../src/rpc/virnetclientprogram.c:339 +#, c-format +msgid "Unexpected message proc %d != %d" +msgstr "" + +#: ../../src/rpc/virnetclientprogram.c:345 +#, c-format +msgid "Unexpected message serial %d != %d" +msgstr "" + +#: ../../src/rpc/virnetclientprogram.c:385 +#, c-format +msgid "Unexpected message status %d" +msgstr "" + +#: ../../src/rpc/virnetserverprogram.c:380 +#, c-format +msgid "Unexpected message status %u" +msgstr "" + +#: ../../src/rpc/virnetclientprogram.c:334 +#, c-format +msgid "Unexpected message type %d" +msgstr "" + +#: ../../src/rpc/virnetserverprogram.c:326 +#, c-format +msgid "Unexpected message type %u" +msgstr "" + +#: ../../src/remote/remote_daemon_stream.c:776 +#, c-format +msgid "Unexpected message type: %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:31750 +#, c-format +msgid "Unexpected network port type %s" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1048 +#, c-format +msgid "Unexpected network protocol '%s'" +msgstr "" + +#: ../../src/locking/lock_driver_lockd.c:557 +#, c-format +msgid "Unexpected parameter %s for lease resource" +msgstr "" + +#: ../../src/locking/lock_driver_lockd.c:420 +#, c-format +msgid "Unexpected parameter %s for object" +msgstr "" + +#: ../../src/locking/lock_driver_lockd.c:482 +msgid "Unexpected parameters for disk resource" +msgstr "" + +#: ../../src/esx/esx_vi.c:4541 +msgid "Unexpected product line" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:1478 +#, c-format +msgid "Unexpected protocol %d" +msgstr "" + +#: ../../src/lxc/lxc_container.c:661 +msgid "Unexpected root filesystem without loop device" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:2401 +#, c-format +msgid "Unexpected rule protocol %d" +msgstr "" + +#: ../../src/locking/lock_daemon.c:204 ../../src/logging/log_daemon.c:207 +#, c-format +msgid "Unexpected server name '%s' during restart" +msgstr "" + +#: ../../src/rpc/virnetdaemon.c:654 +#, c-format +msgid "Unexpected signal received: %d" +msgstr "" + +#: ../../src/util/virdbus.c:442 +#, c-format +msgid "Unexpected signature '%s'" +msgstr "" + +#: ../../src/util/virsystemd.c:775 +#, c-format +msgid "Unexpected socket family %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:29061 +#, c-format +msgid "Unexpected state of feature '%s'" +msgstr "" + +#: ../../src/remote/remote_daemon_stream.c:705 +#: ../../src/rpc/virnetclientstream.c:483 +msgid "Unexpected stream hole" +msgstr "" + +#: ../../src/esx/esx_storage_driver.c:354 +#, c-format +msgid "Unexpected volume path format: %s" +msgstr "" + +#: ../../src/network/bridge_driver.c:4781 +msgid "Unexpectedly got a network port without a network bridge" +msgstr "" + +#: ../../src/network/bridge_driver.c:4773 +msgid "Unexpectedly got a network port without a plug" +msgstr "" + +#: ../../tools/virsh-domain.c:5245 ../../tools/virsh-domain.c:6160 +msgid "Unknown" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1332 +#, c-format +msgid "Unknown CPU feature %s" +msgstr "" + +#: ../../src/vz/vz_sdk.c:1539 +#, c-format +msgid "Unknown CPU mode: %X" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3947 +#, c-format +msgid "Unknown CPU mode: %s" +msgstr "" + +#: ../../src/cpu/cpu_ppc64.c:247 ../../src/cpu/cpu_ppc64.c:703 +#: ../../src/cpu/cpu_x86.c:1308 +#, c-format +msgid "Unknown CPU model %s" +msgstr "" + +#: ../../src/cpu/cpu_ppc64.c:732 ../../src/cpu/cpu_x86.c:2811 +#: ../../src/cpu/cpu_x86.c:2852 +#, c-format +msgid "Unknown CPU vendor %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:19319 +#, c-format +msgid "Unknown HPT resizing setting: %s" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:1719 ../../src/qemu/qemu_driver.c:22080 +#: ../../src/test/test_driver.c:5069 +#, c-format +msgid "Unknown IP address data source %d" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:318 ../../src/qemu/qemu_monitor_json.c:252 +#, c-format +msgid "Unknown JSON reply '%s'" +msgstr "" + +#: ../../src/lxc/lxc_domain.c:247 +#, c-format +msgid "Unknown LXC namespace source '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11309 +#, c-format +msgid "Unknown PCI controller model name '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8615 +#, c-format +msgid "Unknown PCI device <driver name='%s'/> has been specified" +msgstr "" + +#: ../../src/util/virpci.c:2829 +#, c-format +msgid "Unknown PCI header type '%d' for device '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:3270 +msgid "Unknown Partition Type, requires build --overwrite" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4837 +#, c-format +msgid "Unknown QEMU arch %s" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3082 +#, c-format +msgid "Unknown QEMU device for '%s' controller" +msgstr "" + +#: ../../src/vz/vz_utils.c:483 +#, c-format +msgid "Unknown SCSI controller model %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:8359 +#, c-format +msgid "Unknown SCSI subsystem protocol '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13685 +#, c-format +msgid "Unknown TPM backend type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13656 +#, c-format +msgid "Unknown TPM frontend model '%s'" +msgstr "" + +#: ../../src/admin/libvirt-admin.c:118 +#, c-format +msgid "Unknown URI parameter '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20282 +#, c-format +msgid "Unknown acpi table type: %s" +msgstr "" + +#: ../../src/vz/vz_sdk.c:1111 +#, c-format +msgid "Unknown adapter type: %X" +msgstr "" + +#: ../../src/conf/cpu_conf.c:442 ../../src/conf/domain_conf.c:20774 +#, c-format +msgid "Unknown architecture %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3677 +#, c-format +msgid "Unknown async job type %s" +msgstr "" + +#: ../../src/vz/vz_sdk.c:1899 +#, c-format +msgid "Unknown autostart mode: %X" +msgstr "" + +#: ../../src/hypervisor/domain_cgroup.c:167 +#, c-format +msgid "Unknown blkio parameter %s" +msgstr "" + +#: ../../src/conf/capabilities.c:1947 +#, c-format +msgid "Unknown cache type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:911 +#, c-format +msgid "Unknown cgroup controller '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:18167 +#, c-format +msgid "Unknown char device type: %d" +msgstr "" + +#: ../../src/cpu/cpu_ppc64.c:105 +#, c-format +msgid "Unknown compatibility mode %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:17928 +#, c-format +msgid "Unknown controller type %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:11102 +#, c-format +msgid "Unknown controller type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:666 +#, c-format +msgid "Unknown core size '%s'" +msgstr "" + +#: ../../src/util/vircrypto.c:60 +#, c-format +msgid "Unknown crypto hash %d" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2382 ../../tools/virsh-domain.c:11909 +#, c-format +msgid "Unknown data source '%s'" +msgstr "" + +#: ../../src/vz/vz_sdk.c:635 ../../src/vz/vz_sdk.c:4372 +#, c-format +msgid "Unknown disk bus: %X" +msgstr "" + +#: ../../src/bhyve/bhyve_domain.c:110 ../../src/conf/domain_conf.c:8919 +#, c-format +msgid "Unknown disk name '%s' and no address specified" +msgstr "" + +#: ../../src/vz/vz_sdk.c:1514 +#, c-format +msgid "Unknown domain type: %X" +msgstr "" + +#: ../../src/conf/domain_conf.c:19304 +#, c-format +msgid "Unknown driver mode: %s" +msgstr "" + +#: ../../src/vmx/vmx.c:1108 +#, c-format +msgid "Unknown driver name '%s'" +msgstr "" + +#: ../../src/libxl/xen_xm.c:203 +#, c-format +msgid "Unknown driver type %s" +msgstr "" + +#: ../../src/conf/network_conf.c:2258 +#, c-format +msgid "Unknown enable type %d in network" +msgstr "" + +#: ../../src/esx/esx_vi.c:4367 ../../src/hyperv/hyperv_wmi.c:1162 +#: ../../src/rpc/virnetclientprogram.c:181 +#: ../../src/rpc/virnetclientstream.c:195 +msgid "Unknown error" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:478 +msgid "Unknown error value" +msgstr "" + +#: ../../src/util/virportallocator.c:159 +#, c-format +msgid "Unknown family %d" +msgstr "" + +#: ../../src/util/virfirewall.c:669 ../../src/util/virfirewalld.c:288 +#, c-format +msgid "Unknown firewall layer %d" +msgstr "" + +#: ../../src/conf/network_conf.c:1530 +#, c-format +msgid "Unknown forward <driver name='%s'/> in network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:2622 +#, c-format +msgid "Unknown forward type %d in network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:2269 +#, c-format +msgid "Unknown forwardPlainNames type %d in network" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:669 +msgid "Unknown input device type" +msgstr "" + +#: ../../src/conf/domain_conf.c:12500 +#, c-format +msgid "Unknown interface <driver name='%s'> has been specified" +msgstr "" + +#: ../../src/conf/domain_conf.c:12511 +#, c-format +msgid "Unknown interface <driver txmode='%s'> has been specified" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:910 +msgid "Unknown invocation state" +msgstr "" + +#: ../../tools/virsh-domain.c:2553 ../../tools/virsh-domain.c:2565 +msgid "Unknown job" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3687 +#, c-format +msgid "Unknown job phase %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3665 +#, c-format +msgid "Unknown job type %s" +msgstr "" + +#: ../../src/conf/network_conf.c:2746 +#, c-format +msgid "Unknown localOnly type %d in network" +msgstr "" + +#: ../../src/locking/lock_driver_lockd.c:446 +#: ../../src/locking/lock_driver_lockd.c:573 +#, c-format +msgid "Unknown lock manager object type %d" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:813 +#, c-format +msgid "Unknown lock manager object type %d for domain lock object" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1276 +#, c-format +msgid "Unknown migration cookie feature %s" +msgstr "" + +#: ../../tools/virsh-domain.c:6042 +#, c-format +msgid "" +"Unknown mode %s value, expecting 'acpi', 'agent', 'initctl', 'signal' or " +"'paravirt'" +msgstr "" + +#: ../../tools/virsh-domain.c:5958 +#, c-format +msgid "" +"Unknown mode %s value, expecting 'acpi', 'agent', 'initctl', 'signal', or " +"'paravirt'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11793 +#, c-format +msgid "Unknown mode '%s' in interface <actual> element" +msgstr "" + +#: ../../src/conf/domain_conf.c:12416 +msgid "Unknown mode has been specified" +msgstr "" + +#: ../../src/conf/domain_conf.c:11114 +#, c-format +msgid "Unknown model type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:937 +#, c-format +msgid "Unknown namespace: %s" +msgstr "" + +#: ../../src/hypervisor/domain_driver.c:150 +#, c-format +msgid "Unknown parameter %s" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:822 +msgid "Unknown parameter type" +msgstr "" + +#: ../../src/conf/storage_adapter_conf.c:190 +#, c-format +msgid "Unknown pool adapter type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13146 +#, c-format +msgid "Unknown protocol '%s'" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4232 ../../src/qemu/qemu_domain.c:3855 +#, c-format +msgid "Unknown qemu capabilities flag %s" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:278 ../../src/lxc/lxc_driver.c:1680 +#, c-format +msgid "Unknown release: %s" +msgstr "" + +#: ../../src/hyperv/hyperv_wmi.c:1222 +msgid "Unknown return code" +msgstr "" + +#: ../../src/conf/domain_conf.c:8388 +#, c-format +msgid "Unknown scsi_host subsystem protocol '%s'" +msgstr "" + +#: ../../src/vz/vz_sdk.c:1234 +#, c-format +msgid "Unknown serial type: %X" +msgstr "" + +#: ../../src/conf/domain_conf.c:15368 +#, c-format +msgid "Unknown shmem model type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3737 +#, c-format +msgid "Unknown slirp feature %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:13014 +#, c-format +msgid "Unknown source mode '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:623 +#, c-format +msgid "Unknown source type: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:7924 +#, c-format +msgid "Unknown startup policy '%s'" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:394 +msgid "Unknown state of the remote server SSH key" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:685 +#, c-format +msgid "Unknown stdio handler %s" +msgstr "" + +#: ../../tools/virsh-snapshot.c:299 +#, c-format +msgid "Unknown storage type: '%s'" +msgstr "" + +#: ../../src/util/virpci.c:1156 +#, c-format +msgid "Unknown stub driver configured for PCI device %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19864 +#, c-format +msgid "Unknown suspend target: %u" +msgstr "" + +#: ../../src/conf/domain_conf.c:22296 ../../src/conf/virnetworkobj.c:955 +#, c-format +msgid "Unknown taint flag %s" +msgstr "" + +#: ../../src/util/virdbus.c:1124 +#, c-format +msgid "Unknown type '%c' in signature '%s'" +msgstr "" + +#: ../../src/util/virdbus.c:831 +#, c-format +msgid "Unknown type '%x' in signature '%s'" +msgstr "" + +#: ../../src/vz/vz_sdk.c:754 +#, c-format +msgid "Unknown uri scheme: '%s'" +msgstr "" + +#: ../../src/esx/esx_vi.c:1474 ../../src/esx/esx_vi.c:1545 +#: ../../src/esx/esx_vi_types.c:358 ../../src/esx/esx_vi_types.c:1042 +#, c-format +msgid "Unknown value '%s' for %s" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:728 +#, c-format +msgid "Unknown value '%s' for %s 'type' property" +msgstr "" + +#: ../../src/conf/device_conf.c:262 +#, c-format +msgid "Unknown value '%s' for <address> 'multifunction' attribute" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:1027 +#, c-format +msgid "Unknown value '%s' for AnyType 'type' property" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:1066 +#, c-format +msgid "Unknown value '%s' for xsd:boolean" +msgstr "" + +#: ../../src/conf/domain_conf.c:19353 ../../src/conf/domain_conf.c:19368 +#: ../../src/conf/domain_conf.c:19383 +#, c-format +msgid "Unknown value: %s" +msgstr "" + +#: ../../src/cpu/cpu_arm.c:352 ../../src/cpu/cpu_ppc64.c:340 +#: ../../src/cpu/cpu_x86.c:1556 +#, c-format +msgid "Unknown vendor %s referenced by CPU model %s" +msgstr "" + +#: ../../src/qemu/qemu_command.c:2640 +#, c-format +msgid "Unknown virDomainControllerPCIModelName value: %d" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:811 +#, c-format +msgid "Unmanaged PCI device %s must be manually detached from the host" +msgstr "" + +#: ../../tools/virsh-domain.c:12980 +msgid "Unpaused" +msgstr "" + +#: ../../src/storage/storage_util.c:3259 +msgid "Unrecognized disk label found, requires build" +msgstr "" + +#: ../../src/conf/network_conf.c:1229 +#, c-format +msgid "Unrecognized family '%s' in network '%s'" +msgstr "" + +#: ../../src/util/virfirewalld.c:173 +#, c-format +msgid "Unrecognized firewalld backend type: %s" +msgstr "" + +#: ../../src/util/virpci.c:2295 +#, c-format +msgid "Unrecognized value in %s: %s" +msgstr "" + +#: ../../src/util/virerror.c:1155 +msgid "Unsafe migration" +msgstr "" + +#: ../../src/util/virerror.c:1156 +#, c-format +msgid "Unsafe migration: %s" +msgstr "" + +#: ../../src/network/bridge_driver.c:3575 +#, c-format +msgid "" +"Unsupported <bandwidth> element in network '%s' in portgroup '%s' with " +"forward mode='%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:3380 +#, c-format +msgid "Unsupported <dns> element in network %s with forward mode='%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:3388 +#, c-format +msgid "Unsupported <domain> element in network %s with forward mode='%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:3372 +#, c-format +msgid "Unsupported <ip> element in network %s with forward mode='%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:3364 +#, c-format +msgid "Unsupported <mac> element in network %s with forward mode='%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1241 +#, c-format +msgid "Unsupported <tftp> element in an IPv6 element in network '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20035 +#, c-format +msgid "Unsupported CPU placement mode '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:6397 +#, c-format +msgid "Unsupported IP address data source %d" +msgstr "" + +#: ../../src/conf/numa_conf.c:257 +#, c-format +msgid "Unsupported NUMA memory placement mode '%s'" +msgstr "" + +#: ../../src/conf/numa_conf.c:249 +#, c-format +msgid "Unsupported NUMA memory tuning mode '%s'" +msgstr "" + +#: ../../src/vz/vz_driver.c:825 +#, c-format +msgid "Unsupported OS type: %s" +msgstr "" + +#: ../../src/qemu/qemu_command.c:2686 +msgid "Unsupported PCI Express root controller" +msgstr "" + +#: ../../src/vz/vz_utils.c:463 +#, c-format +msgid "Unsupported SCSI controller model %s" +msgstr "" + +#: ../../src/vmx/vmx.c:3122 +#, c-format +msgid "Unsupported SMBIOS mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13696 +#, c-format +msgid "Unsupported TPM version '%s'" +msgstr "" + +#: ../../src/admin/libvirt-admin.c:136 +#, c-format +msgid "Unsupported URI scheme '%s'" +msgstr "" + +#: ../../src/network/leaseshelper.c:141 +#, c-format +msgid "Unsupported action: %s\n" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3218 +#, c-format +msgid "Unsupported address family %d Only IPv4 or IPv6 default gateway" +msgstr "" + +#: ../../src/conf/domain_conf.c:5112 +#, c-format +msgid "Unsupported address type '%s' with mediated device model '%s'" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:2095 +msgid "Unsupported address type for character device" +msgstr "" + +#: ../../tools/virsh-volume.c:959 +#, c-format +msgid "Unsupported algorithm '%s'" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3860 +#, c-format +msgid "Unsupported boot device type: '%s'" +msgstr "" + +#: ../../src/vz/vz_sdk.c:1771 +msgid "Unsupported boot order configuration" +msgstr "" + +#: ../../src/vmx/vmx.c:1073 +#, c-format +msgid "Unsupported bus type '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:3558 +#, c-format +msgid "Unsupported bus type '%s' for %s" +msgstr "" + +#: ../../src/vmx/vmx.c:2123 ../../src/vmx/vmx.c:2152 +#, c-format +msgid "Unsupported bus type '%s' for device type '%s'" +msgstr "" + +#: ../../src/esx/esx_storage_backend_vmfs.c:985 +msgid "Unsupported capacity-to-allocation relation" +msgstr "" + +#: ../../src/vmx/vmx.c:3932 +#, c-format +msgid "Unsupported character device TCP protocol '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:3950 ../../src/vmx/vmx.c:4007 +#, c-format +msgid "Unsupported character device type '%s'" +msgstr "" + +#: ../../src/libvirt-domain.c:6866 +#, c-format +msgid "Unsupported codeset '%d'" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:481 +#, c-format +msgid "Unsupported compression method '%s'" +msgstr "" + +#: ../../src/esx/esx_driver.c:2692 ../../src/esx/esx_driver.c:2737 +#: ../../src/vmware/vmware_driver.c:955 +#, c-format +msgid "Unsupported config format '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:694 +#, c-format +msgid "Unsupported config type %s" +msgstr "" + +#: ../../src/vz/vz_sdk.c:4142 ../../src/vz/vz_sdk.c:4156 +msgid "Unsupported configuration" +msgstr "" + +#: ../../src/qemu/qemu_command.c:2582 ../../src/qemu/qemu_validate.c:2376 +#, c-format +msgid "Unsupported controller model: %s" +msgstr "" + +#: ../../src/vz/vz_utils.c:452 +#, c-format +msgid "Unsupported controller type %s" +msgstr "" + +#: ../../src/qemu/qemu_command.c:2703 +#, c-format +msgid "Unsupported controller type: %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4330 ../../src/vbox/vbox_common.c:4447 +#, c-format +msgid "Unsupported device type %d" +msgstr "" + +#: ../../src/conf/virchrdev.c:352 ../../src/conf/virchrdev.c:420 +#: ../../src/vmx/vmx.c:2159 ../../src/vmx/vmx.c:2392 +#, c-format +msgid "Unsupported device type '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:982 +#, c-format +msgid "Unsupported disk address type '%s'" +msgstr "" + +#: ../../src/vz/vz_utils.c:428 +#, c-format +msgid "Unsupported disk bus type %s" +msgstr "" + +#: ../../src/vmx/vmx.c:3355 +#, c-format +msgid "Unsupported disk device type '%s'" +msgstr "" + +#: ../../src/vz/vz_sdk.c:1681 +#, c-format +msgid "Unsupported disk type %d" +msgstr "" + +#: ../../src/vz/vz_utils.c:416 +#, c-format +msgid "Unsupported format of disk %s" +msgstr "" + +#: ../../src/esx/esx_network_driver.c:339 +#, c-format +msgid "Unsupported forward mode '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:3297 +#, c-format +msgid "Unsupported graphics type '%s'" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1838 ../../src/lxc/lxc_controller.c:1866 +#: ../../src/lxc/lxc_controller.c:1898 ../../src/lxc/lxc_driver.c:3862 +#: ../../src/lxc/lxc_driver.c:4265 +#, c-format +msgid "Unsupported host device mode %s" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:3806 ../../src/lxc/lxc_driver.c:3827 +#: ../../src/lxc/lxc_driver.c:4216 ../../src/lxc/lxc_driver.c:4236 +#, c-format +msgid "Unsupported host device type %s" +msgstr "" + +#: ../../src/lxc/lxc_hostdev.c:105 +#, c-format +msgid "Unsupported hostdev mode %s" +msgstr "" + +#: ../../src/lxc/lxc_hostdev.c:82 ../../src/lxc/lxc_hostdev.c:96 +#, c-format +msgid "Unsupported hostdev type %s" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3590 +#, c-format +msgid "Unsupported interface %s for TPM 1.2" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:464 +msgid "Unsupported listen type" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1284 +#, c-format +msgid "Unsupported migration cookie feature %s" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:430 +#, c-format +msgid "Unsupported net type %s" +msgstr "" + +#: ../../src/libxl/xen_common.c:1783 ../../src/vmx/vmx.c:3812 +#, c-format +msgid "Unsupported net type '%s'" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:932 ../../src/libxl/xen_xl.c:1584 +#, c-format +msgid "Unsupported network block protocol '%s'" +msgstr "" + +#: ../../src/lxc/lxc_process.c:614 +#, c-format +msgid "Unsupported network type %s" +msgstr "" + +#: ../../src/network/bridge_driver.c:3405 +#, c-format +msgid "" +"Unsupported network-wide <bandwidth> element in network %s with forward " +"mode='%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:3153 ../../src/vbox/vbox_common.c:3385 +msgid "Unsupported null storage bus" +msgstr "" + +#: ../../src/conf/numa_conf.c:514 +#, c-format +msgid "Unsupported numatune mode '%d'" +msgstr "" + +#: ../../src/conf/numa_conf.c:522 +#, c-format +msgid "Unsupported numatune placement '%d'" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:494 +#, c-format +msgid "Unsupported object type %d" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:20751 +msgid "Unsupported resctrl monitor type" +msgstr "" + +#: ../../src/lxc/lxc_container.c:667 +#, c-format +msgid "Unsupported root filesystem type %s" +msgstr "" + +#: ../../src/qemu/qemu_command.c:5241 +#, c-format +msgid "Unsupported spicevmc target name '%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1071 +#, c-format +msgid "Unsupported storage type %s, the only supported type is %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:3407 +#, c-format +msgid "Unsupported vbox device type: %d" +msgstr "" + +#: ../../src/vmx/vmx.c:4024 +#, c-format +msgid "Unsupported video device type '%s'" +msgstr "" + +#: ../../src/util/virrandom.c:157 +msgid "Unsupported virt type" +msgstr "" + +#: ../../src/vz/vz_sdk.c:4107 +#, c-format +msgid "Unsupported volume format '%s'" +msgstr "" + +#: ../../tools/virsh-secret.c:606 +msgid "Unused" +msgstr "" + +#: ../../src/util/virpci.c:389 +#, c-format +msgid "Unusual value in %s/devices/%s/class: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:12207 +msgid "Update device from an XML <file>." +msgstr "" + +#: ../../tools/virsh-domain.c:13838 +msgid "Update the media" +msgstr "" + +#: ../../tools/virsh-domain.c:12945 +msgid "Updated" +msgstr "" + +#: ../../tools/virsh-network.c:1050 ../../tools/virsh-network.c:1053 +#, c-format +msgid "Updated network %s live state" +msgstr "" + +#: ../../tools/virsh-network.c:1047 ../../tools/virsh-network.c:1056 +#, c-format +msgid "Updated network %s persistent config" +msgstr "" + +#: ../../tools/virsh-network.c:1043 +#, c-format +msgid "Updated network %s persistent config and live state" +msgstr "" + +#: ../../src/vz/vz_driver.c:1478 +msgid "Updates on a running domain need VIR_DOMAIN_AFFECT_LIVE flag" +msgstr "" + +#: ../../tools/virt-host-validate-lxc.c:34 +msgid "Upgrade to a kernel supporting namespaces" +msgstr "" + +#: ../../tools/virsh-volume.c:645 +msgid "Upload file contents to a volume" +msgstr "" + +#: ../../tools/virsh-secret.c:579 +msgid "Usage" +msgstr "" + +#: ../../src/remote/remote_daemon.c:707 +msgid "Usage:" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:586 +#, sh-format +msgid "" +"Usage: $program_name {start|stop|status|restart|condrestart|try-restart|" +"reload|force-reload|gueststatus|shutdown}" +msgstr "" + +#: ../../src/util/iohelper.c:187 +#, c-format +msgid "Usage: %s FILENAME FD" +msgstr "" + +#: ../../src/network/leaseshelper.c:57 +#, c-format +msgid "" +"Usage: %s add|old|del|init mac|clientid ip [hostname]\n" +"Designed for use with 'dnsmasq --dhcp-script'\n" +"Refer to man page of dnsmasq for more details'\n" +msgstr "" + +#: ../../tools/virsh-backup.c:32 +msgid "" +"Use XML to start a full or incremental disk backup of a live domain, " +"optionally creating a checkpoint" +msgstr "" + +#: ../../src/conf/storage_adapter_conf.c:160 +msgid "Use of 'parentaddr' element requires use of the adapter 'type'" +msgstr "" + +#: ../../src/conf/storage_adapter_conf.c:153 +msgid "" +"Use of 'wwnn', 'wwpn', and 'parent' attributes requires use of the adapter " +"'type'" +msgstr "" + +#: ../../tools/virsh-domain.c:7446 +msgid "" +"Use the guest agent to query or set cpu state from guest's point of view" +msgstr "" + +#: ../../tools/virsh-domain.c:14263 +msgid "" +"Use the guest agent to query various information from guest's point of view" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1336 +msgid "Used memory:" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2096 +#, c-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../../tools/virt-host-validate-lxc.c:64 +msgid "User namespace support is recommended" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:1069 +msgid "" +"Username and key file path must be provided for private key authentication" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:1031 ../../src/rpc/virnetsshsession.c:1109 +msgid "Username must be provided for ssh agent authentication" +msgstr "" + +#: ../../src/util/virauth.c:184 +msgid "Username request failed" +msgstr "" + +#: ../../tools/virsh-host.c:1455 +#, c-format +msgid "Using API: %s %d.%d.%d\n" +msgstr "" + +#: ../../tools/virsh-host.c:1448 ../../tools/virt-admin.c:252 +#, c-format +msgid "Using library: libvirt %d.%d.%d\n" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:926 +msgid "Uuid is null" +msgstr "" + +#: ../../src/util/vircgroupv1.c:449 +#, c-format +msgid "V1 controller '%s' is not wanted, but '%s' is co-mounted" +msgstr "" + +#: ../../tools/virsh-domain.c:7101 +msgid "VCPU" +msgstr "" + +#: ../../tools/virsh-domain.c:6918 ../../tools/virsh-domain.c:6979 +msgid "VCPU:" +msgstr "" + +#: ../../src/util/virnetdev.c:2165 +#, c-format +msgid "" +"VF %d of PF '%s' is not bound to a net driver, so its MAC address cannot be " +"set to %s" +msgstr "" + +#: ../../src/libxl/xen_common.c:711 +#, c-format +msgid "VFB %s too big for destination" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1678 +msgid "VFIO AP device assignment is not supported by this version of QEMU" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1728 +msgid "VFIO CCW device assignment is not supported by this version of QEMU" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1622 +msgid "VFIO PCI device assignment is not supported by this version of QEMU" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:1578 ../../src/qemu/qemu_validate.c:1772 +msgid "VFIO PCI device assignment is not supported by this version of qemu" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:12997 +msgid "VFIO device assignment is currently not supported on this system" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5545 +msgid "VM is already active" +msgstr "" + +#: ../../src/vmx/vmx.c:2873 +#, c-format +msgid "VMX entry '%s' contains unsupported scheme '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:2845 +#, c-format +msgid "VMX entry '%s' doesn't contain a port part" +msgstr "" + +#: ../../src/vmx/vmx.c:1411 +msgid "VMX entry 'annotation' contains invalid escape sequence" +msgstr "" + +#: ../../src/vmx/vmx.c:1489 +msgid "VMX entry 'cpuid.coresPerSocket' smaller than 'numvcpus'" +msgstr "" + +#: ../../src/vmx/vmx.c:1845 +#, c-format +msgid "VMX entry 'firmware' has unknown value '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:1397 +msgid "VMX entry 'name' contains invalid escape sequence" +msgstr "" + +#: ../../src/vmx/vmx.c:1546 +#, c-format +msgid "VMX entry 'sched.cpu.affinity' contains a %d, this value is too large" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:684 +msgid "VNC" +msgstr "" + +#: ../../src/conf/domain_conf.c:14141 +msgid "VNC supports connected='keep' only" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:365 +#, c-format +msgid "Value '%s' is not representable as %s" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:1050 +#, c-format +msgid "Value '%s' is out of %s range" +msgstr "" + +#: ../../src/conf/domain_conf.c:7159 +#, c-format +msgid "Value of cputune '%s' must be in range [1000, 1000000]" +msgstr "" + +#: ../../src/conf/domain_conf.c:7171 +#, c-format +msgid "Value of cputune '%s' must be in range [1000, 18446744073709551]" +msgstr "" + +#: ../../src/conf/nwfilter_params.c:108 +msgid "Variable value contains invalid character" +msgstr "" + +#: ../../src/remote/remote_daemon.c:695 +msgid "Verbose messages" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2785 +msgid "Video adapters are not supported int containers." +msgstr "" + +#: ../../src/libxl/xen_common.c:1215 +#, c-format +msgid "Vifname %s too big for destination" +msgstr "" + +#: ../../tools/virsh.c:496 +#, c-format +msgid "Virsh command line tool of libvirt %s\n" +msgstr "" + +#: ../../tools/virt-admin.c:1273 +#, c-format +msgid "Virt-admin command line tool of libvirt %s\n" +msgstr "" + +#: ../../src/rpc/virnetdaemon.c:568 +msgid "Virtual machines need to be saved" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2909 +msgid "Virtual network portgroups are not supported by vz driver." +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:1361 +#: ../../src/util/virnetdevvportprofile.c:1373 +msgid "Virtual port profile association not supported on this platform" +msgstr "" + +#: ../../tools/virsh-volume.c:615 +#, c-format +msgid "Vol %s cloned from %s\n" +msgstr "" + +#: ../../tools/virsh-volume.c:353 +#, c-format +msgid "Vol %s created\n" +msgstr "" + +#: ../../tools/virsh-volume.c:415 +#, c-format +msgid "Vol %s created from %s\n" +msgstr "" + +#: ../../tools/virsh-volume.c:494 +#, c-format +msgid "Vol %s created from input vol %s\n" +msgstr "" + +#: ../../tools/virsh-volume.c:902 +#, c-format +msgid "Vol %s deleted\n" +msgstr "" + +#: ../../tools/virsh-volume.c:974 +#, c-format +msgid "Vol %s wiped\n" +msgstr "" + +#: ../../tools/virsh-domain.c:3886 +#, c-format +msgid "Volume '%s' was not found in domain's definition.\n" +msgstr "" + +#: ../../tools/virsh-domain.c:3974 +#, c-format +msgid "Volume '%s'(%s) removed.\n" +msgstr "" + +#: ../../src/esx/esx_storage_backend_vmfs.c:910 +#: ../../src/esx/esx_storage_backend_vmfs.c:1124 +#, c-format +msgid "Volume name '%s' doesn't have expected format '<directory>/<file>'" +msgstr "" + +#: ../../src/esx/esx_storage_backend_vmfs.c:917 +#: ../../src/esx/esx_storage_backend_vmfs.c:1131 +#, c-format +msgid "Volume name '%s' has unsupported suffix, expecting '.vmdk'" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:818 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: ../../src/storage/storage_util.c:1549 +#, c-format +msgid "Volume path '%s' is a FIFO" +msgstr "" + +#: ../../src/storage/storage_util.c:1557 +#, c-format +msgid "Volume path '%s' is a socket" +msgstr "" + +#: ../../src/qemu/qemu_block.c:654 +msgid "VxHS protocol accepts only one host" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1037 +msgid "VxHS protocol does not support URI syntax" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5251 +msgid "VxHS protocol is not supported with this QEMU binary" +msgstr "" + +#: ../../tools/virt-host-validate-common.c:96 +msgid "WARN" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:389 +#, sh-format +msgid "Waiting for %d guests to shut down, %d seconds left\\n" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:392 +#, sh-format +msgid "Waiting for %d guests to shut down\\n" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:274 +#, sh-format +msgid "Waiting for guest %s to shut down, %d seconds left\\n" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:277 +#, sh-format +msgid "Waiting for guest %s to shut down\\n" +msgstr "" + +#: ../../tools/virsh-domain.c:3542 +msgid "Wakeup a domain that was previously suspended by power management." +msgstr "" + +#: ../../tools/virsh-domain.c:12970 +msgid "Watchdog" +msgstr "" + +#: ../../tools/virt-admin.c:1593 +#, c-format +msgid "" +"Welcome to %s, the administrating virtualization interactive terminal.\n" +"\n" +msgstr "" + +#: ../../tools/virsh.c:910 +#, c-format +msgid "" +"Welcome to %s, the virtualization interactive terminal.\n" +"\n" +msgstr "" + +#: ../../tools/virsh-domain.c:3956 +#, c-format +msgid "Wiping volume '%s'(%s) ... " +msgstr "" + +#: ../../src/util/virvhba.c:290 +#, c-format +msgid "Write of '%s' to '%s' during vport create/delete failed" +msgstr "" + +#: ../../src/storage/storage_backend_scsi.c:80 +#, c-format +msgid "Write to '%s' to trigger host scan failed" +msgstr "" + +#: ../../src/conf/domain_conf.c:12322 +msgid "" +"Wrong <source> 'mode' attribute specified with <interface type='vhostuser'/>" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:302 +msgid "Wrong MAC address" +msgstr "" + +#: ../../src/esx/esx_vi.c:1642 ../../src/esx/esx_vi.c:1711 +#: ../../src/esx/esx_vi_types.c:299 +#, c-format +msgid "Wrong XML element type %d" +msgstr "" + +#: ../../src/conf/domain_addr.c:2205 +msgid "Wrong address type for USB hub" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:292 +msgid "Wrong length MAC address" +msgstr "" + +#: ../../src/conf/domain_conf.c:12267 +msgid "" +"Wrong or no <model> 'type' attribute specified with <interface " +"type='vhostuser'/>. vhostuser requires the virtio-net* frontend" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3659 +msgid "XBZRLE is active, but 'bytes' data was missing" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3677 +msgid "XBZRLE is active, but 'cache-miss' data was missing" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3650 +msgid "XBZRLE is active, but 'cache-size' data was missing" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3686 +msgid "XBZRLE is active, but 'overflow' data was missing" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3668 +msgid "XBZRLE is active, but 'pages' data was missing" +msgstr "" + +#: ../../src/util/virerror.c:993 +msgid "XML description is invalid or not well formed" +msgstr "" + +#: ../../src/util/virerror.c:1188 +msgid "XML document failed to validate against schema" +msgstr "" + +#: ../../src/util/virerror.c:1189 +#, c-format +msgid "XML document failed to validate against schema: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:15450 +msgid "XML does not contain expected 'bios' element" +msgstr "" + +#: ../../src/conf/domain_conf.c:15674 +msgid "XML does not contain expected 'chassis' element" +msgstr "" + +#: ../../src/conf/virsavecookie.c:44 +msgid "XML does not contain expected 'cookie' element" +msgstr "" + +#: ../../src/conf/cpu_conf.c:356 +msgid "XML does not contain expected 'cpu' element" +msgstr "" + +#: ../../src/conf/domain_conf.c:15718 +msgid "XML does not contain expected 'sysinfo' element" +msgstr "" + +#: ../../src/conf/domain_conf.c:15514 +msgid "XML does not contain expected 'system' element" +msgstr "" + +#: ../../src/util/virerror.c:994 +#, c-format +msgid "XML error: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:144 ../../tools/virsh-domain.c:12066 +#: ../../tools/virsh-domain.c:12214 +msgid "XML file" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:351 +#, c-format +msgid "XML node doesn't contain text, expecting an %s value" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:1459 +msgid "XML node doesn't contain text, expecting an xsd:dateTime value" +msgstr "" + +#: ../../src/esx/esx_vi.c:1335 +#, c-format +msgid "XPath evaluation of response for call to '%s' failed" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:493 +#, c-format +msgid "Xen migration stream version '%d' is not supported on this host" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:6460 +msgid "Xen only supports 'xenpv', 'xenpvh' and 'xenfv' machines" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:887 +msgid "You are trying to remove a snapshot which does not exists" +msgstr "" + +#: ../../src/conf/domain_conf.c:18770 +msgid "You must map the root user of container" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:336 +#, c-format +msgid "[%s]" +msgstr "" + +#: ../../tools/vsh.c:655 +#, c-format +msgid "[--%s <number>]" +msgstr "" + +#: ../../tools/vsh.c:661 +#, c-format +msgid "[--%s <string>]" +msgstr "" + +#: ../../tools/vsh.c:708 +#, c-format +msgid "[--%s] <number>" +msgstr "" + +#: ../../tools/vsh.c:715 ../../tools/vsh.c:720 +#, c-format +msgid "[--%s] <string>" +msgstr "" + +#: ../../tools/vsh.c:678 +#, c-format +msgid "[<%s>]..." +msgstr "" + +#: ../../tools/vsh.c:675 +#, c-format +msgid "[[--%s] <string>]..." +msgstr "" + +#: ../../src/conf/domain_conf.c:6612 +msgid "" +"a 'none' video type must be the only video device defined for the domain" +msgstr "" + +#: ../../src/conf/domain_addr.c:763 +#, c-format +msgid "" +"a PCI slot is needed to connect a PCI controller model='%s', but none is " +"available, and it cannot be automatically added" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19288 +msgid "" +"a block I/O throttling length parameter is not supported with this QEMU " +"binary" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19271 +msgid "a block I/O throttling parameter is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8235 +msgid "a device with the same address already exists " +msgstr "" + +#: ../../src/storage/storage_util.c:882 +msgid "a different backing store cannot be specified." +msgstr "" + +#: ../../src/conf/network_conf.c:3466 +#, c-format +msgid "" +"a different portgroup entry in network '%s' is already set as the default. " +"Only one default is allowed." +msgstr "" + +#: ../../src/conf/checkpoint_conf.c:141 +msgid "a redefined checkpoint must have a name" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:252 +msgid "a redefined snapshot must have a name" +msgstr "" + +#: ../../src/conf/virsecretobj.c:373 +#, c-format +msgid "a secret with UUID %s already defined for use with %s" +msgstr "" + +#: ../../src/conf/virsecretobj.c:346 +#, c-format +msgid "a secret with UUID %s is already defined for use with %s" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1270 +msgid "a slirp-helper cannot be migrated" +msgstr "" + +#: ../../tools/virsh-domain.c:6533 +msgid "abort active domain job" +msgstr "" + +#: ../../tools/virsh-domain.c:10617 +msgid "abort on soft errors during migration" +msgstr "" + +#: ../../tools/virsh-domain.c:2521 +msgid "abort the active job on the specified disk" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17987 +msgid "absolute path must be used as block copy target" +msgstr "" + +#: ../../src/util/virerror.c:1176 +msgid "access denied" +msgstr "" + +#: ../../src/util/virpolkit.c:133 ../../tests/virpolkittest.c:181 +#: ../../tests/virpolkittest.c:295 +msgid "access denied by policy" +msgstr "" + +#: ../../src/util/virerror.c:1177 +#, c-format +msgid "access denied: %s" +msgstr "" + +#: ../../tools/virsh-interface.c:375 ../../tools/virsh-network.c:765 +#: ../../tools/virsh-pool.c:1304 +msgid "active" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18556 +msgid "active commit not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18568 +#, c-format +msgid "active commit requested but '%s' is not active" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14832 +#, c-format +msgid "" +"active qemu domains require external disk snapshots; disk %s requested " +"internal" +msgstr "" + +#: ../../tools/virsh-pool.c:115 +msgid "adapter name to be used for underlying storage" +msgstr "" + +#: ../../tools/virsh-pool.c:139 +msgid "" +"adapter parent scsi_hostN fabric_wwn to be used for underlying vHBA storage" +msgstr "" + +#: ../../tools/virsh-pool.c:127 +msgid "adapter parent scsi_hostN to be used for underlying vHBA storage" +msgstr "" + +#: ../../tools/virsh-pool.c:131 +msgid "adapter parent scsi_hostN wwnn to be used for underlying vHBA storage" +msgstr "" + +#: ../../tools/virsh-pool.c:135 +msgid "adapter parent scsi_hostN wwpn to be used for underlying vHBA storage" +msgstr "" + +#: ../../tools/virsh-pool.c:119 +msgid "adapter wwnn to be used for underlying storage" +msgstr "" + +#: ../../tools/virsh-pool.c:123 +msgid "adapter wwpn to be used for underlying storage" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:671 +msgid "add a column showing parent checkpoint" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1415 +msgid "add a column showing parent snapshot" +msgstr "" + +#: ../../tools/virsh-domain.c:7839 +msgid "add an IOThread to the guest domain" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2174 +msgid "add backing chain information to block stats" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:588 +msgid "additionally display the type and device value" +msgstr "" + +#: ../../tools/virsh-domain.c:294 +msgid "address of disk device" +msgstr "" + +#: ../../tools/virsh-domain.c:11882 +msgid "address source: 'lease' or 'agent'" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2352 +msgid "address source: 'lease', 'agent', or 'arp'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8644 ../../src/conf/domain_conf.c:8887 +#, c-format +msgid "address type='%s' not supported in hostdev interfaces" +msgstr "" + +#: ../../src/util/virnetdev.c:2125 +#, c-format +msgid "admin MAC can only be set for SR-IOV VFs, but %s is not a VF" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:294 ../../tools/virsh-domain.c:72 +msgid "affect current domain" +msgstr "" + +#: ../../tools/virsh-network.c:943 +msgid "affect current state of network" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:292 ../../tools/virsh-domain.c:66 +msgid "affect next boot" +msgstr "" + +#: ../../tools/virsh-network.c:941 +msgid "affect next network startup" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:293 ../../tools/virsh-domain.c:69 +msgid "affect running domain" +msgstr "" + +#: ../../tools/virsh-network.c:942 +msgid "affect running network" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1812 +msgid "after reverting, change state to paused" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1808 +msgid "after reverting, change state to running" +msgstr "" + +#: ../../src/util/vircrypto.c:277 +#, c-format +msgid "algorithm=%d is not supported" +msgstr "" + +#: ../../tools/virsh-host.c:1377 +msgid "all CPU models are accepted" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4690 +msgid "all vcpus must have either set or unset order" +msgstr "" + +#: ../../tools/virsh-volume.c:1113 +msgid "allocate the new capacity, rather than leaving it sparse" +msgstr "" + +#: ../../src/util/virnetdev.c:1624 ../../src/util/virnetdev.c:3000 +#: ../../src/util/virnetdev.c:3091 ../../src/util/virnetdevbridge.c:1089 +#: ../../src/util/virnetdevip.c:147 ../../src/util/virnetdevip.c:373 +#: ../../src/util/virnetdevip.c:450 ../../src/util/virnetdevip.c:640 +#: ../../src/util/virnetdevvportprofile.c:850 ../../src/util/virnetlink.c:469 +#: ../../src/util/virnetlink.c:585 ../../src/util/virnetlink.c:668 +#: ../../src/util/virnetlink.c:745 +msgid "allocated netlink buffer is too small" +msgstr "" + +#: ../../tools/virsh-snapshot.c:530 +msgid "allow cloning to new name" +msgstr "" + +#: ../../tools/virsh-snapshot.c:526 +msgid "allow renaming an existing snapshot" +msgstr "" + +#: ../../tools/virsh-volume.c:1121 +msgid "allow the resize to shrink the volume" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:713 +msgid "allow_disk_format_probing is no longer supported" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:199 +msgid "already active" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1420 +msgid "also print reason for the state" +msgstr "" + +#: ../../tools/virsh-snapshot.c:523 +msgid "also set edited snapshot as current" +msgstr "" + +#: ../../tools/virsh-domain.c:13843 +msgid "alter live configuration of running domain" +msgstr "" + +#: ../../tools/virsh-domain.c:13844 +msgid "alter persistent configuration, effect observed on next boot" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2347 +msgid "always display names and MACs of interfaces" +msgstr "" + +#: ../../tools/virsh-volume.c:775 +msgid "amount of data to download" +msgstr "" + +#: ../../tools/virsh-volume.c:660 +msgid "amount of data to upload" +msgstr "" + +#: ../../src/conf/domain_conf.c:10759 +msgid "an <auth> definition already found for disk source" +msgstr "" + +#: ../../src/conf/domain_conf.c:8321 +msgid "an <auth> definition already found for the <hostdev> iSCSI definition" +msgstr "" + +#: ../../src/conf/domain_conf.c:10772 +msgid "an <encryption> definition already found for disk source" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6095 +#, c-format +msgid "an IOThread is already using iothread_id '%u'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20751 +msgid "an os <type> must be specified" +msgstr "" + +#: ../../src/qemu/qemu_backup.c:828 +msgid "another backup job is already running" +msgstr "" + +#: ../../src/conf/capabilities.c:723 +msgid "any configuration" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:183 +msgid "apparmor_parser exited with error" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1403 +msgid "append not supported in this QEMU binary" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1613 +msgid "applyDHCPOnlyRules failed - spoofing not protected!" +msgstr "" + +#: ../../tools/virsh-host.c:1353 +msgid "architecture" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:5606 +#, c-format +msgid "architecture from emulator '%s' doesn't match given architecture '%s'" +msgstr "" + +#: ../../src/util/virjson.c:169 +#, c-format +msgid "argument key '%s' is too short, missing type prefix" +msgstr "" + +#: ../../src/util/virjson.c:202 ../../src/util/virjson.c:231 +#, c-format +msgid "argument key '%s' must not be negative" +msgstr "" + +#: ../../src/util/virjson.c:187 ../../src/util/virjson.c:296 +#: ../../src/util/virjson.c:315 +#, c-format +msgid "argument key '%s' must not have null value" +msgstr "" + +#: ../../src/util/virerror.c:1134 +msgid "argument unsupported" +msgstr "" + +#: ../../src/util/virerror.c:1135 +#, c-format +msgid "argument unsupported: %s" +msgstr "" + +#: ../../src/util/virrandom.c:141 +msgid "argument virt_type must not be NULL" +msgstr "" + +#: ../../tools/vsh.c:3193 +msgid "arguments to echo" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1883 +#, c-format +msgid "array element '%zd' of '%zd' missing in guest-get-fsinfo 'disk' data" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1988 +#, c-format +msgid "array element '%zd' of '%zd' missing in guest-get-fsinfo return data" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2338 +msgid "array element missing in guest-get-users return value" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1464 +msgid "array element missing in guest-get-vcpus return value" +msgstr "" + +#: ../../src/util/virstoragefile.c:3463 +msgid "" +"at least 1 server is necessary in JSON backing definition for gluster volume" +msgstr "" + +#: ../../src/util/virxml.c:775 +#, c-format +msgid "" +"at line %d: %s%s\n" +"%s" +msgstr "" + +#: ../../src/conf/cpu_conf.c:638 +msgid "at most one CPU cache element may be specified" +msgstr "" + +#: ../../src/conf/domain_conf.c:5145 +msgid "ats driver option is only supported for virtio devices" +msgstr "" + +#: ../../tools/virsh-domain.c:134 +msgid "attach device from an XML file" +msgstr "" + +#: ../../tools/virsh-domain.c:216 +msgid "attach disk device" +msgstr "" + +#: ../../tools/virsh-domain.c:790 +msgid "attach network interface" +msgstr "" + +#: ../../tools/virsh-domain.c:4028 ../../tools/virsh-domain.c:8271 +msgid "attach to console after creation" +msgstr "" + +#: ../../tools/virsh-domain.c:7529 +msgid "attach/detach vcpu or groups of threads" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3615 +#, c-format +msgid "attaching device type '%s' is unsupported" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3593 +msgid "attaching network device to VM is unsupported" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:1948 +msgid "attaching serial console is not supported" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:361 +#, c-format +msgid "" +"attempt to merge virtualports with mismatched instanceids ('%s' and '%s')" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:381 +#, c-format +msgid "" +"attempt to merge virtualports with mismatched interfaceids ('%s' and '%s')" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:312 +#, c-format +msgid "attempt to merge virtualports with mismatched managerids (%d and %d)" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:398 +#, c-format +msgid "" +"attempt to merge virtualports with mismatched profileids ('%s' and '%s')" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:327 +#, c-format +msgid "attempt to merge virtualports with mismatched typeids (%d and %d)" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:342 +#, c-format +msgid "" +"attempt to merge virtualports with mismatched typeidversions (%d and %d)" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:297 +#, c-format +msgid "attempt to merge virtualports with mismatched types (%s and %s)" +msgstr "" + +#: ../../tools/virsh-pool.c:111 +msgid "auth secret UUID to be used for underlying storage" +msgstr "" + +#: ../../tools/virsh-pool.c:107 +msgid "auth secret usage to be used for underlying storage" +msgstr "" + +#: ../../tools/virsh-pool.c:99 +msgid "auth type to be used for underlying storage" +msgstr "" + +#: ../../tools/virsh-pool.c:103 +msgid "auth username to be used for underlying storage" +msgstr "" + +#: ../../src/util/virerror.c:1149 +msgid "authentication cancelled" +msgstr "" + +#: ../../src/util/virerror.c:1150 +#, c-format +msgid "authentication cancelled: %s" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:3745 +#: ../../src/remote/remote_daemon_dispatch.c:3896 +#: ../../src/remote/remote_daemon_dispatch.c:3992 +#: ../../src/remote/remote_daemon_dispatch.c:4007 +#: ../../src/remote/remote_daemon_dispatch.c:4021 +#: ../../src/remote/remote_daemon_dispatch.c:4035 +#: ../../src/util/virerror.c:1047 ../../src/util/virpolkit.c:223 +msgid "authentication failed" +msgstr "" + +#: ../../src/test/test_driver.c:1434 +msgid "authentication failed, see test XML for the correct username/password" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:637 +#: ../../src/rpc/virnetlibsshsession.c:745 +#: ../../src/rpc/virnetlibsshsession.c:769 ../../src/rpc/virnetsshsession.c:726 +#: ../../src/util/virerror.c:1048 +#, c-format +msgid "authentication failed: %s" +msgstr "" + +#: ../../src/rpc/virnetserverprogram.c:402 +msgid "authentication required" +msgstr "" + +#: ../../src/util/virerror.c:1194 +msgid "authentication unavailable" +msgstr "" + +#: ../../src/util/virerror.c:1195 +#, c-format +msgid "authentication unavailable: %s" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:592 ../../src/rpc/virnetsshsession.c:649 +#, c-format +msgid "authentication with private key '%s' has failed: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:4037 ../../tools/virsh-domain.c:8280 +msgid "automatically destroy the guest when virsh disconnects" +msgstr "" + +#: ../../tools/virsh-domain.c:10625 +msgid "automatically switch to post-copy migration after one pass of pre-copy" +msgstr "" + +#: ../../tools/virsh-domain.c:1103 +msgid "autostart a domain" +msgstr "" + +#: ../../tools/virsh-network.c:139 +msgid "autostart a network" +msgstr "" + +#: ../../tools/virsh-pool.c:192 +msgid "autostart a pool" +msgstr "" + +#: ../../tools/virsh-domain.c:5415 +msgid "avoid file system cache when dumping" +msgstr "" + +#: ../../tools/virsh-domain.c:4041 +msgid "avoid file system cache when loading" +msgstr "" + +#: ../../tools/virsh-domain.c:5333 +msgid "avoid file system cache when restoring" +msgstr "" + +#: ../../tools/virsh-domain.c:4203 ../../tools/virsh-domain.c:4740 +msgid "avoid file system cache when saving" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:107 +msgid "background job" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:8158 +msgid "backing chains more than 200 layers deep are not supported" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:8154 +#, c-format +msgid "" +"backing chains more than 200 layers deep are not supported for disk '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:1998 +msgid "backing storage not supported for directories volumes" +msgstr "" + +#: ../../src/storage/storage_util.c:425 +msgid "backing storage not supported for raw volumes" +msgstr "" + +#: ../../src/util/virstoragefile.c:5218 +#, c-format +msgid "backing store for %s (%s) is self-referential" +msgstr "" + +#: ../../src/util/virstoragefile.c:3154 +#, c-format +msgid "backing store parser is not implemented for protocol %s" +msgstr "" + +#: ../../src/util/virstoragefile.c:3420 +#, c-format +msgid "backing store protocol '%s' is not yet supported" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17925 +msgid "backingStore of mirror target is not supported by this qemu" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17931 +msgid "" +"backingStore of mirror without VIR_DOMAIN_BLOCK_COPY_SHALLOW doesn't make " +"sense" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1520 +msgid "backup job" +msgstr "" + +#: ../../src/qemu/qemu_backup.c:1127 +msgid "backup job data missing" +msgstr "" + +#: ../../src/conf/backup_conf.c:416 +#, c-format +msgid "backup of readonly disk '%s' makes no sense" +msgstr "" + +#: ../../src/conf/backup_conf.c:244 +#, c-format +msgid "backup socket path '%s' must be absolute" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:1402 +msgid "bad command" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:693 +msgid "bad name" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:496 +msgid "bad pathname" +msgstr "" + +#: ../../src/util/virsocketaddr.c:870 +#, c-format +msgid "bad prefix %d for network %s when checking range %s - %s" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:749 +msgid "balloon device cannot be disabled" +msgstr "" + +#: ../../src/conf/domain_conf.c:15278 +msgid "balloon memory must contain model name" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17698 +#, c-format +msgid "bandwidth %llu cannot be represented in result" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14159 +#, c-format +msgid "" +"bandwidth %llu is greater than %lu which is the maximum value supported by " +"this API" +msgstr "" + +#: ../../src/util/virresctrl.c:2140 +#, c-format +msgid "bandwidth controller id %zd does not exist, max controller id %u" +msgstr "" + +#: ../../tools/virsh-domain.c:1980 ../../tools/virsh-domain.c:2210 +#: ../../tools/virsh-domain.c:2762 +msgid "bandwidth limit in MiB/s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14070 ../../src/qemu/qemu_driver.c:17492 +#: ../../src/qemu/qemu_driver.c:17784 ../../src/qemu/qemu_driver.c:18322 +#: ../../src/qemu/qemu_driver.c:18516 ../../src/qemu/qemu_migration.c:1016 +#: ../../src/qemu/qemu_monitor.c:2395 ../../tools/virsh-domain.c:2388 +#, c-format +msgid "bandwidth must be less than %llu" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18400 +#, c-format +msgid "bandwidth must be less than %llu bytes" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17993 +#, c-format +msgid "bandwidth must be less than '%llu' bytes/s (%llu MiB/s)" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18590 +#, c-format +msgid "base '%s' is not immediately below '%s' in chain for '%s'" +msgstr "" + +#: ../../tools/virsh-secret.c:195 +msgid "base64-encoded secret value" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:211 +msgid "bhyve state driver is not active" +msgstr "" + +#: ../../src/conf/virnwfilterbindingobjlist.c:182 +#, c-format +msgid "binding '%s' already exists" +msgstr "" + +#: ../../src/conf/virnwfilterbindingobjlist.c:178 +#, c-format +msgid "binding '%s' is already being removed" +msgstr "" + +#: ../../src/qemu/qemu_backup.c:200 +#, c-format +msgid "bitmap '%s' for image '%s%u' is inconsistent" +msgstr "" + +#: ../../src/qemu/qemu_checkpoint.c:177 +#, c-format +msgid "bitmap '%s' not found in backing chain of '%s'" +msgstr "" + +#: ../../src/qemu/qemu_checkpoint.c:434 +#, c-format +msgid "bitmap for disk '%s' must match checkpoint name '%s'" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2073 ../../src/lxc/lxc_driver.c:2156 +#: ../../src/lxc/lxc_driver.c:2293 ../../src/lxc/lxc_driver.c:2374 +#: ../../src/qemu/qemu_driver.c:9359 ../../src/qemu/qemu_driver.c:9447 +msgid "blkio cgroup isn't mounted" +msgstr "" + +#: ../../src/util/vircgroupv1.c:953 ../../src/util/vircgroupv1.c:986 +msgid "blkio device weight is valid only for bfq or cfq scheduler" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1208 ../../src/util/vircgroupv1.c:1232 +#: ../../src/util/vircgroupv2.c:833 ../../src/util/vircgroupv2.c:858 +msgid "blkio device weight is valid only for cfq scheduler" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2484 +msgid "blkio parameters are not supported by vz driver" +msgstr "" + +#: ../../src/util/vircgroupv2.c:627 ../../src/util/vircgroupv2.c:661 +msgid "blkio weight is valid only for bfq or cfq scheduler" +msgstr "" + +#: ../../tools/virsh-volume.c:986 +msgid "block" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2217 +#, c-format +msgid "block I/O throttle limit must be no more than %llu using QEMU" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19170 ../../src/test/test_driver.c:3715 +#, c-format +msgid "block I/O throttle limit value must be no more than %llu" +msgstr "" + +#: ../../src/util/virerror.c:1161 +msgid "block copy still active" +msgstr "" + +#: ../../src/util/virerror.c:1162 +#, c-format +msgid "block copy still active: %s" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:408 +#: ../../tools/virsh-domain-monitor.c:959 ../../tools/virsh-domain.c:1169 +msgid "block device" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17635 +#, c-format +msgid "block job '%s' failed while pivoting" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17639 +#, c-format +msgid "block job '%s' failed while pivoting: %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17290 +#, c-format +msgid "block job '%s' not ready for pivot yet" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17589 +#, c-format +msgid "block job on disk '%s' is still being ended" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:13665 +#, c-format +msgid "block jobs are not supported on disk '%s' using bus 'sd'" +msgstr "" + +#: ../../src/remote/remote_driver.c:2916 +#, c-format +msgid "block peek request too large for remote protocol, %zi > %d" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5302 +#: ../../src/qemu/qemu_monitor_json.c:5312 +msgid "block_io_throttle device entry was not in expected format" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5280 +#, c-format +msgid "block_io_throttle field '%s' missing in qemu's output" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5324 +msgid "block_io_throttle inserted entry was not in expected format" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17877 +#, c-format +msgid "" +"blockdev flag requested for disk %s, but file '%s' is not a block device" +msgstr "" + +#: ../../src/qemu/qemu_block.c:2555 +msgid "blockdev-create job was cancelled" +msgstr "" + +#: ../../tools/virsh-domain.c:100 +msgid "blocked" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:2643 +#: ../../src/qemu/qemu_monitor_json.c:2716 +#: ../../src/qemu/qemu_monitor_json.c:2723 +msgid "blockstats device entry was not in expected format" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:2560 +msgid "blockstats stats entry was not in expected format" +msgstr "" + +#: ../../src/conf/interface_conf.c:938 +msgid "bond arp monitoring has no target" +msgstr "" + +#: ../../src/conf/interface_conf.c:651 +msgid "bond interface arpmon interval missing or invalid" +msgstr "" + +#: ../../src/conf/interface_conf.c:659 +msgid "bond interface arpmon target missing" +msgstr "" + +#: ../../src/conf/interface_conf.c:627 +msgid "bond interface miimon downdelay invalid" +msgstr "" + +#: ../../src/conf/interface_conf.c:619 +msgid "bond interface miimon freq missing or invalid" +msgstr "" + +#: ../../src/conf/interface_conf.c:635 +msgid "bond interface miimon updelay invalid" +msgstr "" + +#: ../../src/conf/interface_conf.c:783 +msgid "bond interface misses the bond element" +msgstr "" + +#: ../../tools/vsh.c:1521 +msgid "bool" +msgstr "" + +#: ../../src/conf/domain_conf.c:30008 +#, c-format +msgid "boot order %u is already used by another device" +msgstr "" + +#: ../../src/conf/domain_conf.c:5751 +#, c-format +msgid "boot order '%s' used for more than one device" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:165 +msgid "booted" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1686 +msgid "" +"booting from assigned devices is not supported by mediated devices of model " +"vfio-ap" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1630 +msgid "" +"booting from assigned devices is not supported by mediated devices of model " +"vfio-pci" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1782 +msgid "booting from assigned devices is not supported by vhost SCSI devices" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4996 +msgid "bootloader is not supported by QEMU" +msgstr "" + +#: ../../src/util/virnetlink.c:509 +msgid "both interface name and type must not be NULL" +msgstr "" + +#: ../../src/conf/domain_conf.c:4560 +msgid "both maximum memory size and memory slot count must be specified" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3347 +#, c-format +msgid "bridge %s doesn't exist" +msgstr "" + +#: ../../src/network/bridge_driver.c:2324 +#, c-format +msgid "bridge '%s' has an invalid netmask or IP address" +msgstr "" + +#: ../../src/network/bridge_driver.c:1405 +#: ../../src/network/bridge_driver.c:1879 +#, c-format +msgid "bridge '%s' has an invalid prefix" +msgstr "" + +#: ../../tools/virsh-interface.c:780 +msgid "bridge an existing network device" +msgstr "" + +#: ../../src/conf/network_conf.c:2099 +#, c-format +msgid "" +"bridge delay/stp/zone options only allowed in route, nat, and isolated mode, " +"not in %s (network '%s')" +msgstr "" + +#: ../../src/conf/interface_conf.c:770 +msgid "bridge interface misses the bridge element" +msgstr "" + +#: ../../src/conf/interface_conf.c:517 +#, c-format +msgid "bridge interface stp should be on or off got %s" +msgstr "" + +#: ../../src/conf/network_conf.c:2088 +#, c-format +msgid "bridge macTableManager setting not allowed in %s mode (network '%s')" +msgstr "" + +#: ../../src/network/bridge_driver.c:3301 +#, c-format +msgid "bridge name '%s' already in use." +msgstr "" + +#: ../../src/conf/network_conf.c:2074 +#, c-format +msgid "bridge name not allowed in %s mode (network '%s')" +msgstr "" + +#: ../../src/conf/network_conf.c:2081 +#, c-format +msgid "bridge zone not allowed in %s mode (network '%s')" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:899 +msgid "buffer for root interface name is too small" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:209 +msgid "buffer too small for IP address" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:223 +msgid "buffer too small for IPv6 address" +msgstr "" + +#: ../../tools/virsh-pool.c:595 +msgid "build a pool" +msgstr "" + +#: ../../tools/virsh-pool.c:41 +msgid "build the pool as normal" +msgstr "" + +#: ../../tools/virsh-pool.c:1040 +msgid "building" +msgstr "" + +#: ../../src/libxl/xen_xl.c:1028 +#, c-format +msgid "bus %s too big for destination" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1723 +msgid "bus must be 0 for ide controller" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3237 ../../src/qemu/qemu_driver.c:3813 +#: ../../src/qemu/qemu_driver.c:6710 +msgid "bypass cache unsupported by this system" +msgstr "" + +#: ../../tools/virsh-volume.c:1060 ../../tools/virsh-volume.c:1069 +#: ../../tools/virsh-volume.c:1072 +msgid "bytes" +msgstr "" + +#: ../../tools/virsh-domain.c:254 +msgid "cache mode of disk device" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:953 +msgid "cachetune is only supported for KVM domains" +msgstr "" + +#: ../../src/remote/remote_driver.c:2759 +msgid "caller ignores cookie or cookielen" +msgstr "" + +#: ../../src/remote/remote_driver.c:6161 ../../src/remote/remote_driver.c:6220 +#: ../../src/remote/remote_driver.c:6305 ../../src/remote/remote_driver.c:6366 +#: ../../src/remote/remote_driver.c:6425 ../../src/remote/remote_driver.c:7085 +#: ../../src/remote/remote_driver.c:7151 ../../src/remote/remote_driver.c:7247 +#: ../../src/remote/remote_driver.c:7315 ../../src/remote/remote_driver.c:7384 +msgid "caller ignores cookieout or cookieoutlen" +msgstr "" + +#: ../../src/remote/remote_driver.c:2768 ../../src/remote/remote_driver.c:6229 +#: ../../src/remote/remote_driver.c:7160 +msgid "caller ignores uri_out" +msgstr "" + +#: ../../tools/virsh-domain.c:13840 +msgid "" +"can be either or both of --live and --config, depends on implementation " +"hypervisor driver" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3028 +#, c-format +msgid "" +"can't add memory backend for guest node '%d' as the guest has only '%zu' " +"NUMA nodes configured" +msgstr "" + +#: ../../src/storage/storage_file_fs.c:153 +#, c-format +msgid "can't canonicalize path '%s'" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3454 +msgid "can't change link state: device alias not found" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:606 +msgid "can't change media while a block job is running on the device" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:9799 ../../src/test/test_driver.c:3386 +msgid "can't change numatune mode for running domain" +msgstr "" + +#: ../../src/qemu/qemu_process.c:6727 +msgid "can't connect to virtlogd" +msgstr "" + +#: ../../src/lxc/lxc_native.c:239 +#, c-format +msgid "can't convert relative size: '%s'" +msgstr "" + +#: ../../src/qemu/qemu_block.c:2627 +#, c-format +msgid "can't create storage format '%s'" +msgstr "" + +#: ../../src/util/virjson.c:2080 +#, c-format +msgid "can't deflatten colliding key '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:2450 +msgid "can't download volume, all existing snapshots will be lost" +msgstr "" + +#: ../../src/vz/vz_driver.c:2640 +msgid "can't find created snapshot" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:176 +#, c-format +msgid "can't free name %s%d - out of range 0-%d" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18665 +#, c-format +msgid "can't handle bitmaps on unterminated backing image '%s'" +msgstr "" + +#: ../../src/vz/vz_sdk.c:767 +#, c-format +msgid "can't identify pool in uri %s " +msgstr "" + +#: ../../src/vz/vz_sdk.c:772 +#, c-format +msgid "can't identify volume in uri %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17482 ../../src/qemu/qemu_driver.c:18624 +msgid "can't keep relative backing relationship" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2911 +#, c-format +msgid "can't open session to the domain with id %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:21221 +msgid "can't parse cputune emulator period value" +msgstr "" + +#: ../../src/conf/domain_conf.c:21228 +msgid "can't parse cputune emulator quota value" +msgstr "" + +#: ../../src/conf/domain_conf.c:21207 +msgid "can't parse cputune global period value" +msgstr "" + +#: ../../src/conf/domain_conf.c:21214 +msgid "can't parse cputune global quota value" +msgstr "" + +#: ../../src/conf/domain_conf.c:21236 +msgid "can't parse cputune iothread period value" +msgstr "" + +#: ../../src/conf/domain_conf.c:21243 +msgid "can't parse cputune iothread quota value" +msgstr "" + +#: ../../src/conf/domain_conf.c:21193 +msgid "can't parse cputune period value" +msgstr "" + +#: ../../src/conf/domain_conf.c:21200 +msgid "can't parse cputune quota value" +msgstr "" + +#: ../../src/conf/domain_conf.c:21184 +msgid "can't parse cputune shares value" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18098 +msgid "can't pivot a shared disk to a storage volume not supporting sharing" +msgstr "" + +#: ../../src/qemu/qemu_block.c:3272 +msgid "can't reopen image with unknown presence of backing store" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:10815 +#, c-format +msgid "can't resize empty or readonly disk '%s'" +msgstr "" + +#: ../../src/storage/storage_driver.c:2515 +msgid "can't shrink capacity below existing allocation" +msgstr "" + +#: ../../src/conf/domain_conf.c:9539 +#, c-format +msgid "can't split path '%s' into pool name and image name" +msgstr "" + +#: ../../src/network/bridge_driver.c:3743 +msgid "can't undefine transient network" +msgstr "" + +#: ../../src/conf/network_conf.c:2919 +#, c-format +msgid "can't update '%s' section of network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:3824 +msgid "can't update unrecognized section of network" +msgstr "" + +#: ../../src/storage/storage_util.c:2415 +msgid "can't upload volume, all existing snapshots will be lost" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:120 +#, c-format +msgid "can't use name %s%d - out of range 0-%d" +msgstr "" + +#: ../../tools/virsh-domain.c:13118 +msgid "canceled" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1052 ../../src/qemu/qemu_migration.c:1561 +#: ../../src/qemu/qemu_migration.c:3637 +msgid "canceled by client" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13794 +msgid "cannot abort VM start; use virDomainDestroy instead" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13788 +msgid "cannot abort incoming migration; use virDomainDestroy instead" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13817 +msgid "cannot abort memory-only dump" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13803 +msgid "cannot abort migration in post-copy mode" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:152 ../../src/lxc/lxc_domain.c:127 +#: ../../src/qemu/qemu_domain.c:6442 ../../src/vz/vz_utils.c:623 +msgid "cannot acquire job mutex" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:149 ../../src/lxc/lxc_domain.c:124 +#: ../../src/qemu/qemu_domain.c:6412 ../../src/vz/vz_utils.c:620 +msgid "cannot acquire state change lock" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:6407 +#, c-format +msgid "cannot acquire state change lock (held by agent=%s)" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:6431 +#, c-format +msgid "" +"cannot acquire state change lock (held by agent=%s) due to max_queued limit" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:6397 +#, c-format +msgid "cannot acquire state change lock (held by monitor=%s agent=%s)" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:6419 +#, c-format +msgid "" +"cannot acquire state change lock (held by monitor=%s agent=%s) due to " +"max_queued limit" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:6402 +#, c-format +msgid "cannot acquire state change lock (held by monitor=%s)" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:6425 +#, c-format +msgid "" +"cannot acquire state change lock (held by monitor=%s) due to max_queued limit" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:6437 +msgid "cannot acquire state change lock due to max_queued limit" +msgstr "" + +#: ../../src/cpu/cpu.c:1089 +#, c-format +msgid "cannot add guest CPU feature for %s architecture" +msgstr "" + +#: ../../src/util/virnetlink.c:226 ../../src/util/virnetlink.c:1040 +msgid "cannot add netlink membership" +msgstr "" + +#: ../../src/conf/domain_conf.c:6314 +msgid "cannot add redirected USB device: USB is disabled for this domain" +msgstr "" + +#: ../../src/storage/storage_util.c:357 +#, c-format +msgid "cannot allocate %llu bytes in file '%s'" +msgstr "" + +#: ../../src/util/virnetlink.c:168 +msgid "cannot allocate nlhandle for netlink" +msgstr "" + +#: ../../src/util/virnetlink.c:127 +msgid "cannot allocate placeholder nlhandle for netlink" +msgstr "" + +#: ../../src/util/virutil.c:1248 ../../src/util/virutil.c:1301 +#, c-format +msgid "cannot apply process capabilities %d" +msgstr "" + +#: ../../src/util/vircommand.c:760 +msgid "cannot become session leader" +msgstr "" + +#: ../../src/util/vircommand.c:261 +msgid "cannot block signals" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:7704 +msgid "cannot both keep and delete nvram" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:526 +#, c-format +msgid "cannot change between disk only and full system in snapshot %s" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:517 +#, c-format +msgid "cannot change between online and offline snapshot state in snapshot %s" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3509 +#, c-format +msgid "cannot change config of '%s' network type" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:4170 +msgid "cannot change keymap setting on spice graphics" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:4126 +msgid "cannot change keymap setting on vnc graphics" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:4082 ../../src/qemu/qemu_hotplug.c:4092 +#, c-format +msgid "cannot change listen address setting on '%s' graphics" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:4102 +#, c-format +msgid "cannot change listen socket setting on '%s' graphics" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3532 +#, c-format +msgid "cannot change network interface mac address from %s to %s" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3697 +#, c-format +msgid "cannot change network interface type to '%s'" +msgstr "" + +#: ../../src/util/virfile.c:640 +#, c-format +msgid "cannot change permission of '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2289 +msgid "cannot change persistent config of a transient domain" +msgstr "" + +#: ../../src/conf/virnetworkobj.c:781 +msgid "cannot change persistent config of a transient network" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:4164 +msgid "cannot change port settings on spice graphics" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:4121 +msgid "cannot change port settings on vnc graphics" +msgstr "" + +#: ../../src/conf/virsecretobj.c:354 +msgid "cannot change private flag on existing secret" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:4062 +#, c-format +msgid "cannot change the number of listen addresses on '%s' graphics" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:4073 +#, c-format +msgid "cannot change the type of listen address on '%s' graphics" +msgstr "" + +#: ../../src/util/virutil.c:1034 +#, c-format +msgid "cannot change to '%u' group" +msgstr "" + +#: ../../src/util/vircommand.c:766 +msgid "cannot change to root directory" +msgstr "" + +#: ../../src/locking/lock_daemon.c:1062 ../../src/logging/log_daemon.c:844 +#: ../../src/remote/remote_daemon.c:963 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: ../../src/util/virutil.c:1049 +#, c-format +msgid "cannot change to uid to '%u'" +msgstr "" + +#: ../../src/cpu/cpu.c:689 ../../src/cpu/cpu.c:723 +#, c-format +msgid "cannot check guest CPU feature for %s architecture" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:338 +#, c-format +msgid "cannot chmod '%s' to 0660" +msgstr "" + +#: ../../src/storage/storage_util.c:567 +#, c-format +msgid "cannot chown %s to (%u, %u)" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:267 +#: ../../src/locking/lock_driver_sanlock.c:328 +#: ../../src/locking/lock_driver_sanlock.c:697 +#: ../../src/storage/storage_util.c:293 ../../src/util/vircgroupv1.c:904 +#: ../../src/util/vircgroupv1.c:914 ../../src/util/vircgroupv2.c:593 +#: ../../src/util/virfile.c:2192 ../../src/util/virfile.c:2635 +#: ../../src/util/virfile.c:2999 ../../src/util/virfile.c:3024 +#, c-format +msgid "cannot chown '%s' to (%u, %u)" +msgstr "" + +#: ../../src/util/virfile.c:2780 +#, c-format +msgid "cannot chown '%s' to group %u" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1892 ../../src/libxl/libxl_driver.c:2009 +msgid "cannot close file" +msgstr "" + +#: ../../tools/virsh-domain.c:5676 ../../tools/virsh-volume.c:731 +#: ../../tools/virsh-volume.c:839 +#, c-format +msgid "cannot close file %s" +msgstr "" + +#: ../../src/storage/storage_backend_logical.c:922 +#: ../../src/storage/storage_util.c:230 ../../src/storage/storage_util.c:309 +#, c-format +msgid "cannot close file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6907 +#, c-format +msgid "cannot close file: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:5681 +#, c-format +msgid "cannot close stream on domain %s" +msgstr "" + +#: ../../tools/virsh-volume.c:737 ../../tools/virsh-volume.c:845 +#, c-format +msgid "cannot close volume %s" +msgstr "" + +#: ../../src/cpu/cpu.c:165 +#, c-format +msgid "cannot compare CPUs of %s architecture" +msgstr "" + +#: ../../src/cpu/cpu.c:537 +#, c-format +msgid "cannot compute baseline CPU of %s architecture" +msgstr "" + +#: ../../src/util/virnetlink.c:173 +#, c-format +msgid "cannot connect to netlink socket with protocol %d" +msgstr "" + +#: ../../src/vz/vz_utils.c:248 +#, c-format +msgid "cannot convert disk '%s' to bus/device index" +msgstr "" + +#: ../../src/storage/storage_util.c:1992 +msgid "cannot copy from volume to a directory volume" +msgstr "" + +#: ../../tools/virsh-volume.c:816 +#, c-format +msgid "cannot create %s" +msgstr "" + +#: ../../tools/virsh-volume.c:707 ../../tools/virsh-volume.c:824 +msgid "cannot create a new stream" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4642 ../../src/vbox/vbox_common.c:6911 +msgid "cannot create a vboxSnapshotXmlPtr" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:390 ../../src/libxl/libxl_driver.c:4520 +#: ../../src/qemu/qemu_driver.c:9217 ../../src/storage/storage_driver.c:1404 +#, c-format +msgid "cannot create autostart directory %s" +msgstr "" + +#: ../../src/network/bridge_driver.c:4177 +#, c-format +msgid "cannot create autostart directory '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:780 +msgid "cannot create capabilities for libxenlight" +msgstr "" + +#: ../../src/qemu/qemu_checkpoint.c:97 +#, c-format +msgid "cannot create checkpoint directory '%s'" +msgstr "" + +#: ../../src/qemu/qemu_checkpoint.c:651 ../../src/test/test_driver.c:9002 +msgid "cannot create checkpoint for inactive domain" +msgstr "" + +#: ../../src/test/test_driver.c:8996 +msgid "cannot create checkpoint while snapshot exists" +msgstr "" + +#: ../../src/conf/virstorageobj.c:1786 +#, c-format +msgid "cannot create config directory %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:30100 ../../src/conf/network_conf.c:2854 +#: ../../src/conf/virnwfilterbindingobj.c:165 +#: ../../src/nwfilter/nwfilter_driver.c:264 +#: ../../src/nwfilter/nwfilter_driver.c:272 +#: ../../src/secret/secret_driver.c:494 ../../src/util/virdnsmasq.c:538 +#, c-format +msgid "cannot create config directory '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:766 ../../src/network/bridge_driver.c:1672 +#: ../../src/network/bridge_driver.c:1682 +#: ../../src/network/bridge_driver.c:1984 +#: ../../src/network/bridge_driver.c:1990 +#: ../../src/storage/storage_driver.c:297 +#, c-format +msgid "cannot create directory %s" +msgstr "" + +#: ../../tools/virsh-domain.c:5663 +#, c-format +msgid "cannot create file %s" +msgstr "" + +#: ../../src/util/virfile.c:531 ../../src/util/virfile.c:596 +#, c-format +msgid "cannot create file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_process.c:6519 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1794 +msgid "cannot create logger for libxenlight, disabling driver" +msgstr "" + +#: ../../src/storage/storage_util.c:268 ../../src/storage/storage_util.c:2750 +#, c-format +msgid "cannot create path '%s'" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:3963 +msgid "cannot create pipe for tunnelled migration" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:7558 +#, c-format +msgid "cannot create snapshot directory '%s'" +msgstr "" + +#: ../../src/test/test_driver.c:8537 +msgid "cannot create snapshot while checkpoint exists" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:121 +#: ../../src/interface/interface_backend_udev.c:1176 +#: ../../src/node_device/node_device_hal.c:635 +#: ../../src/node_device/node_device_udev.c:1854 +#: ../../src/nwfilter/nwfilter_driver.c:218 +#: ../../src/secret/secret_driver.c:500 ../../src/vz/vz_driver.c:4121 +#, c-format +msgid "cannot create state directory '%s'" +msgstr "" + +#: ../../src/cpu/cpu.c:219 +#, c-format +msgid "cannot decode CPU data for %s architecture" +msgstr "" + +#: ../../src/qemu/qemu_checkpoint.c:776 +msgid "cannot delete checkpoint for inactive domain" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6767 +msgid "cannot delete domain snapshot for running domain" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:7742 +#, c-format +msgid "cannot delete inactive domain with %d checkpoints" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:7729 ../../src/test/test_driver.c:4448 +#, c-format +msgid "cannot delete inactive domain with %d snapshots" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7310 +msgid "cannot delete metadata of a snapshot with children" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7320 +msgid "cannot delete snapshots of running domain" +msgstr "" + +#: ../../src/cpu/cpu.c:441 +#, c-format +msgid "cannot detect host CPU model for %s architecture" +msgstr "" + +#: ../../src/util/virfile.c:3477 ../../src/util/virfile.c:3535 +#, c-format +msgid "cannot determine filesystem for '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:2291 +#: ../../src/network/bridge_driver.c:2303 +#, c-format +msgid "cannot disable %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2138 ../../src/qemu/qemu_driver.c:3585 +#: ../../src/test/test_driver.c:7876 +msgid "cannot do managed save for transient domain" +msgstr "" + +#: ../../tools/virsh-volume.c:829 +#, c-format +msgid "cannot download from volume %s" +msgstr "" + +#: ../../src/cpu/cpu.c:275 +#, c-format +msgid "cannot encode CPU data for %s architecture" +msgstr "" + +#: ../../src/libvirt-domain.c:3605 ../../src/libvirt-domain.c:3761 +#: ../../src/libvirt-domain.c:3925 +msgid "cannot enforce change protection" +msgstr "" + +#: ../../src/util/vircommand.c:873 ../../src/util/vircommand.c:2325 +#, c-format +msgid "cannot execute binary %s" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:543 +#, c-format +msgid "cannot export the public key from the private key '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:205 ../../src/storage/storage_util.c:337 +#, c-format +msgid "cannot extend file '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:21134 +msgid "cannot extract blkiotune nodes" +msgstr "" + +#: ../../src/conf/domain_conf.c:21333 +msgid "cannot extract cachetune nodes" +msgstr "" + +#: ../../src/conf/domain_conf.c:21740 +msgid "cannot extract console devices" +msgstr "" + +#: ../../src/conf/domain_conf.c:21609 +msgid "cannot extract device leases" +msgstr "" + +#: ../../src/conf/domain_conf.c:21258 +msgid "cannot extract emulatorpin nodes" +msgstr "" + +#: ../../src/conf/domain_conf.c:21314 +msgid "cannot extract emulatorsched nodes" +msgstr "" + +#: ../../src/conf/domain_conf.c:21093 +msgid "cannot extract hugepages nodes" +msgstr "" + +#: ../../src/conf/domain_conf.c:21278 +msgid "cannot extract iothreadpin nodes" +msgstr "" + +#: ../../src/conf/domain_conf.c:21302 +msgid "cannot extract iothreadsched nodes" +msgstr "" + +#: ../../src/conf/domain_conf.c:21345 +msgid "cannot extract memorytune nodes" +msgstr "" + +#: ../../src/conf/numa_conf.c:232 +msgid "cannot extract numatune nodes" +msgstr "" + +#: ../../src/conf/domain_conf.c:21388 +msgid "cannot extract resource nodes" +msgstr "" + +#: ../../src/vz/vz_sdk.c:4647 +msgid "cannot extract snapshot nodes" +msgstr "" + +#: ../../src/conf/domain_conf.c:21290 +msgid "cannot extract vcpusched nodes" +msgstr "" + +#: ../../src/storage/storage_util.c:382 +#, c-format +msgid "cannot fill file '%s'" +msgstr "" + +#: ../../src/cpu/cpu_map.c:65 +#, c-format +msgid "cannot find %s name in CPU map '%s'" +msgstr "" + +#: ../../src/cpu/cpu_map.c:211 +#, c-format +msgid "cannot find CPU map for %s architecture" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6294 +#, c-format +msgid "cannot find IOThread '%u' in iothreadids" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6112 +#, c-format +msgid "cannot find IOThread '%u' in iothreadids list" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3670 ../../src/vz/vz_sdk.c:3725 +msgid "cannot find VNC graphics device" +msgstr "" + +#: ../../src/storage/storage_backend_logical.c:614 +#, c-format +msgid "cannot find any matching source devices for logical volume group '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:20237 ../../src/test/test_driver.c:7848 +#, c-format +msgid "cannot find architecture %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17242 +#, c-format +msgid "cannot find channel %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4799 ../../src/qemu/qemu_driver.c:17171 +#, c-format +msgid "cannot find character device %s" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2777 +#, c-format +msgid "cannot find console device '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:5423 +msgid "cannot find device number" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:4055 +#, c-format +msgid "cannot find existing graphics device to modify of type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8565 +#, c-format +msgid "cannot find existing graphics type '%s' device to modify" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2248 +#, c-format +msgid "cannot find init path '%s' relative to container root" +msgstr "" + +#: ../../src/util/viriscsi.c:107 +#, c-format +msgid "cannot find iscsiadm session: %s" +msgstr "" + +#: ../../src/storage/storage_backend_logical.c:584 +#, c-format +msgid "cannot find logical volume group name '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5965 +#, c-format +msgid "cannot find new IOThread '%u' in QEMU monitor." +msgstr "" + +#: ../../src/storage/storage_backend_logical.c:930 +#, c-format +msgid "cannot find newly created volume '%s'" +msgstr "" + +#: ../../src/node_device/node_device_driver.c:574 +#: ../../src/test/test_driver.c:7536 +#, c-format +msgid "cannot find parent '%s' definition" +msgstr "" + +#: ../../src/conf/node_device_util.c:101 +msgid "cannot find parent using provided fabric_wwn" +msgstr "" + +#: ../../src/conf/node_device_util.c:94 +msgid "cannot find parent using provided wwnn/wwpn" +msgstr "" + +#: ../../src/vmware/vmware_conf.c:493 +msgid "cannot find pid in vmware log file" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:10928 ../../src/qemu/qemu_driver.c:10960 +#, c-format +msgid "cannot find statistics for device '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5356 +#, c-format +msgid "cannot find throttling info for device '%s'" +msgstr "" + +#: ../../src/vmware/vmware_conf.c:245 +#, c-format +msgid "cannot find version pattern \"%s\"" +msgstr "" + +#: ../../src/util/vircommand.c:280 ../../src/util/vircommand.c:773 +msgid "cannot fork child process" +msgstr "" + +#: ../../src/cpu/cpu.c:753 +#, c-format +msgid "cannot format %s CPU data" +msgstr "" + +#: ../../src/conf/netdev_vport_profile_conf.c:155 +#: ../../src/util/virnetdevvportprofile.c:173 +msgid "cannot generate a random uuid for instanceid" +msgstr "" + +#: ../../src/conf/netdev_vport_profile_conf.c:165 +#: ../../src/util/virnetdevvportprofile.c:194 +msgid "cannot generate a random uuid for interfaceid" +msgstr "" + +#: ../../src/security/security_dac.c:2336 +#, c-format +msgid "cannot generate dac user and group id for domain %s" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:585 +#, c-format +msgid "cannot generate external snapshot name for disk '%s' on a '%s' device" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:593 +#, c-format +msgid "cannot generate external snapshot name for disk '%s' without source" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:622 +#, c-format +msgid "" +"cannot generate external snapshot name for disk '%s': collision with disk " +"'%s'" +msgstr "" + +#: ../../src/util/virprocess.c:513 ../../src/util/virprocess.c:567 +#, c-format +msgid "cannot get CPU affinity of process %d" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:11516 +msgid "cannot get RSS for domain" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5847 +msgid "cannot get children disk" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:133 +msgid "cannot get current time" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5868 +msgid "cannot get disk location" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:466 +msgid "cannot get feature flags on macvtap tap" +msgstr "" + +#: ../../src/storage/storage_util.c:1862 +#, c-format +msgid "cannot get file context of '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:1461 +msgid "cannot get host CPU capabilities" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:457 +msgid "cannot get interface flags on macvtap tap" +msgstr "" + +#: ../../src/util/virprocess.c:797 +msgid "cannot get locked memory limit" +msgstr "" + +#: ../../src/util/virprocess.c:803 +#, c-format +msgid "cannot get locked memory limit of process %lld" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5940 +msgid "cannot get machine" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4625 ../../src/vbox/vbox_common.c:6897 +msgid "cannot get machine name" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5735 ../../src/vbox/vbox_common.c:5963 +msgid "cannot get medium" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6103 +msgid "cannot get medium attachment type" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5951 +msgid "cannot get medium attachments" +msgstr "" + +#: ../../src/util/virnetlink.c:220 ../../src/util/virnetlink.c:1034 +msgid "cannot get netlink socket fd" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:371 +#, c-format +msgid "cannot get security props %d (%s)" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4616 ../../src/vbox/vbox_common.c:6888 +msgid "cannot get settings file path" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5855 +msgid "cannot get snapshot ids" +msgstr "" + +#: ../../src/lxc/lxc_conf.c:92 ../../src/qemu/qemu_conf.c:1309 +msgid "cannot get the host uuid" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:1503 +msgid "cannot get vCPU placement & pCPU time" +msgstr "" + +#: ../../tools/virsh-domain.c:7076 +msgid "cannot get vcpupin for offline domain" +msgstr "" + +#: ../../tools/virsh-domain.c:7078 +msgid "cannot get vcpupin for transient domain" +msgstr "" + +#: ../../tools/virsh-snapshot.c:73 +msgid "cannot halt after snapshot of transient domain" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:15644 ../../src/test/test_driver.c:8543 +msgid "cannot halt after transient domain snapshot" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5886 +#, c-format +msgid "cannot hot unplug %s device with multifunction PCI guest address: " +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3669 +msgid "cannot hot unplug multifunction PCI device: " +msgstr "" + +#: ../../src/qemu/qemu_agent.c:697 +msgid "cannot initialize agent condition" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:155 +#, c-format +msgid "cannot initialize cert object: %s" +msgstr "" + +#: ../../src/rpc/virnetclient.c:2047 ../../src/util/virfdstream.c:1133 +msgid "cannot initialize condition variable" +msgstr "" + +#: ../../tools/virsh-console.c:381 +msgid "cannot initialize console condition" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1799 +msgid "" +"cannot initialize libxenlight context, probably not running in a Xen Dom0, " +"disabling driver" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:688 +msgid "cannot initialize monitor condition" +msgstr "" + +#: ../../src/conf/virnwfilterobj.c:61 ../../src/libxl/libxl_driver.c:674 +#: ../../src/lxc/lxc_controller.c:166 ../../src/qemu/qemu_driver.c:650 +#: ../../src/remote/remote_driver.c:1398 +msgid "cannot initialize mutex" +msgstr "" + +#: ../../src/util/virprocess.c:940 +#, c-format +msgid "cannot limit core file size of process %lld to %llu" +msgstr "" + +#: ../../src/util/virprocess.c:933 +#, c-format +msgid "cannot limit core file size to %llu" +msgstr "" + +#: ../../src/util/virprocess.c:759 +#, c-format +msgid "cannot limit locked memory of process %lld to %llu" +msgstr "" + +#: ../../src/util/virprocess.c:752 +#, c-format +msgid "cannot limit locked memory to %llu" +msgstr "" + +#: ../../src/util/virprocess.c:903 +#, c-format +msgid "cannot limit number of open files of process %lld to %u" +msgstr "" + +#: ../../src/util/virprocess.c:896 +#, c-format +msgid "cannot limit number of open files to %u" +msgstr "" + +#: ../../src/util/virprocess.c:855 +#, c-format +msgid "cannot limit number of subprocesses of process %lld to %u" +msgstr "" + +#: ../../src/util/virprocess.c:848 +#, c-format +msgid "cannot limit number of subprocesses to %u" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5617 +msgid "cannot list IOThreads for an inactive domain" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:399 +#, c-format +msgid "cannot list SASL mechanisms %d (%s)" +msgstr "" + +#: ../../src/vz/vz_driver.c:971 +msgid "cannot list vcpu pinning for an inactive domain" +msgstr "" + +#: ../../src/test/test_driver.c:2956 +msgid "cannot list vcpus for an inactive domain" +msgstr "" + +#: ../../src/security/security_apparmor.c:436 +#, c-format +msgid "cannot load AppArmor profile '%s'" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:166 +#, c-format +msgid "cannot load cert data from %s: %s" +msgstr "" + +#: ../../src/security/security_selinux.c:3280 +#, c-format +msgid "cannot lookup default selinux label for tap fd %d" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1096 +msgid "cannot migrate a domain with <hostdev mode='capabilities'>" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1109 ../../src/qemu/qemu_migration.c:1127 +#, c-format +msgid "cannot migrate a domain with <hostdev mode='subsystem' type='%s'>" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1182 +#, c-format +msgid "cannot migrate domain with %d snapshots" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1196 +msgid "cannot migrate domain with I/O error" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1288 +msgid "cannot migrate this domain without dbus-vmstate support" +msgstr "" + +#: ../../src/util/vircommand.c:2386 +msgid "cannot mix caller fds with blocking execution" +msgstr "" + +#: ../../src/util/vircommand.c:2544 +msgid "cannot mix string I/O with asynchronous command" +msgstr "" + +#: ../../src/util/vircommand.c:2392 +msgid "cannot mix string I/O with daemon" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3674 +msgid "cannot modify MTU" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:8682 ../../src/qemu/qemu_domain.c:8694 +#: ../../src/qemu/qemu_domain.c:8704 ../../src/qemu/qemu_domain.c:8794 +#: ../../src/qemu/qemu_domain.c:8819 +#, c-format +msgid "cannot modify field '%s' of the disk" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3616 +msgid "cannot modify network device address type" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3650 +msgid "cannot modify network device boot index setting" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3621 +msgid "cannot modify network device guest PCI address" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3542 ../../src/qemu/qemu_hotplug.c:3550 +#, c-format +msgid "cannot modify network device model from %s to %s" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3634 +msgid "cannot modify network device rom bar setting" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3658 +msgid "cannot modify network device rom enabled setting" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3591 +msgid "cannot modify network device script attribute" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3600 +msgid "cannot modify network device tap name" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3642 +msgid "cannot modify network rom file" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4365 +msgid "cannot modify the persistent configuration of a domain" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3577 +msgid "cannot modify virtio network device driver attributes" +msgstr "" + +#: ../../src/util/virhostcpu.c:973 ../../src/util/virhostcpu.c:981 +msgid "cannot obtain CPU freq" +msgstr "" + +#: ../../src/util/vircommand.c:355 ../../src/util/virhostcpu.c:939 +#: ../../src/util/virhostcpu.c:1012 ../../src/util/virhostmem.c:287 +#, c-format +msgid "cannot open %s" +msgstr "" + +#: ../../src/conf/virsecretobj.c:831 +#, c-format +msgid "cannot open '%s'" +msgstr "" + +#: ../../src/security/security_selinux.c:654 +#: ../../src/security/security_selinux.c:727 +msgid "cannot open SELinux label_handle" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:5436 +msgid "cannot open bus path" +msgstr "" + +#: ../../src/util/virfile.c:2869 +#, c-format +msgid "cannot open directory '%s'" +msgstr "" + +#: ../../src/util/vircommand.c:3290 +msgid "cannot open file using fd" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:408 +#, c-format +msgid "cannot open macvtap tap device %s" +msgstr "" + +#: ../../src/storage/storage_util.c:3550 +#, c-format +msgid "cannot open path '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_gluster.c:350 +#, c-format +msgid "cannot open path '%s' in '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_gluster.c:269 +#: ../../src/storage/storage_util.c:1595 +#, c-format +msgid "cannot open volume '%s'" +msgstr "" + +#: ../../src/cpu/cpu.c:799 +#, c-format +msgid "cannot parse %s CPU data" +msgstr "" + +#: ../../src/util/virdnsmasq.c:685 +#, c-format +msgid "cannot parse %s version number in '%.*s'" +msgstr "" + +#: ../../src/cpu/cpu.c:784 +msgid "cannot parse CPU data" +msgstr "" + +#: ../../src/util/virnetdev.c:2022 ../../src/util/virnetdev.c:2034 +#, c-format +msgid "cannot parse MAC address '%s' from file '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:7981 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:8224 +#, c-format +msgid "cannot parse bus '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11618 +#, c-format +msgid "cannot parse cache mode '%s' for virtiofs" +msgstr "" + +#: ../../src/util/virstorageencryption.c:205 +#, c-format +msgid "cannot parse cipher size: '%s'" +msgstr "" + +#: ../../src/util/vircgroupv2.c:1666 +#, c-format +msgid "cannot parse cpu sys stat '%s'" +msgstr "" + +#: ../../src/util/vircgroupv2.c:1619 +#, c-format +msgid "cannot parse cpu usage stat '%s'" +msgstr "" + +#: ../../src/util/vircgroupv2.c:1653 +#, c-format +msgid "cannot parse cpu user stat '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:7994 +#, c-format +msgid "cannot parse device %s" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:148 +msgid "cannot parse device end location" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:141 +msgid "cannot parse device start location" +msgstr "" + +#: ../../src/conf/netdev_vport_profile_conf.c:126 +msgid "cannot parse instanceid parameter as a uuid" +msgstr "" + +#: ../../src/conf/netdev_vport_profile_conf.c:142 +msgid "cannot parse interfaceid parameter as a uuid" +msgstr "" + +#: ../../src/util/virjson.c:1853 +#, c-format +msgid "cannot parse json %s: %s" +msgstr "" + +#: ../../src/util/virjson.c:1862 +#, c-format +msgid "cannot parse json %s: unterminated string/map/array" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:832 +#, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14117 +#, c-format +msgid "cannot parse password validity time '%s', expect YYYY-MM-DDTHH:MM:SS" +msgstr "" + +#: ../../tools/virsh-domain.c:991 +#, c-format +msgid "cannot parse pci address '%s' for network interface" +msgstr "" + +#: ../../src/vmware/vmware_conf.c:503 +msgid "cannot parse pid in vmware log file" +msgstr "" + +#: ../../src/conf/domain_conf.c:7964 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:11598 +#, c-format +msgid "cannot parse queue size '%s' for virtiofs" +msgstr "" + +#: ../../src/conf/domain_conf.c:14532 +#, c-format +msgid "cannot parse rdp port %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:14601 +#, c-format +msgid "cannot parse spice port %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:14611 +#, c-format +msgid "cannot parse spice tlsPort %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:8231 +#, c-format +msgid "cannot parse target '%s'" +msgstr "" + +#: ../../src/qemu/qemu_block.c:771 +#, c-format +msgid "cannot parse target for lunStr '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8237 +#, c-format +msgid "cannot parse unit '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11683 +#, c-format +msgid "cannot parse usage '%s' for RAM filesystem" +msgstr "" + +#: ../../src/conf/domain_conf.c:8776 +#, c-format +msgid "cannot parse value '%s' for coalesce parameter" +msgstr "" + +#: ../../src/conf/netdev_vport_profile_conf.c:77 +msgid "cannot parse value of managerid parameter" +msgstr "" + +#: ../../src/conf/netdev_vport_profile_conf.c:94 +msgid "cannot parse value of typeid parameter" +msgstr "" + +#: ../../src/conf/netdev_vport_profile_conf.c:111 +msgid "cannot parse value of typeidversion parameter" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3120 +#, c-format +msgid "cannot parse vcpu index '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:7948 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:16066 +#, c-format +msgid "cannot parse video heads '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16024 +#, c-format +msgid "cannot parse video ram '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16058 +#, c-format +msgid "cannot parse video vgamem '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16032 +#, c-format +msgid "cannot parse video vram '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16045 +#, c-format +msgid "cannot parse video vram64 '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15879 +#, c-format +msgid "cannot parse video x-resolution '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15885 +#, c-format +msgid "cannot parse video y-resolution '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:1977 +#, c-format +msgid "cannot parse vlan tag '%s' from file '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14434 +#, c-format +msgid "cannot parse vnc WebSocket port %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:14408 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:2585 +msgid "cannot pass pipe for tunnelled migration" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:13583 +msgid "cannot perform block operations while checkpoint exists" +msgstr "" + +#: ../../src/qemu/qemu_backup.c:816 +msgid "cannot perform disk backup for inactive domain" +msgstr "" + +#: ../../src/libvirt-domain.c:3611 ../../src/libvirt-domain.c:3767 +#: ../../src/libvirt-domain.c:3894 +msgid "cannot perform tunnelled migration without using peer2peer flag" +msgstr "" + +#: ../../src/test/test_driver.c:3029 +msgid "cannot pin vcpus on an inactive domain" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:234 +#, c-format +msgid "cannot precreate storage for disk type '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:3394 +#, c-format +msgid "cannot probe backing volume format: %s" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:311 +#, c-format +msgid "cannot query SASL ssf on connection %d (%s)" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:283 +#, c-format +msgid "cannot query SASL username on connection %d (%s)" +msgstr "" + +#: ../../tools/virsh-domain.c:5296 +msgid "cannot query both live and config at once" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:5445 ../../tools/virsh-volume.c:696 +#, c-format +msgid "cannot read %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:2573 +#, c-format +msgid "cannot read %s statistic" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:2510 +#, c-format +msgid "cannot read %s value" +msgstr "" + +#: ../../src/conf/virsecretobj.c:853 +#, c-format +msgid "cannot read '%s'" +msgstr "" + +#: ../../src/security/security_selinux.c:733 +#, c-format +msgid "cannot read SELinux virtual domain context file '%s'" +msgstr "" + +#: ../../src/security/security_selinux.c:755 +#, c-format +msgid "cannot read SELinux virtual image context file %s" +msgstr "" + +#: ../../src/storage/storage_util.c:1487 +#, c-format +msgid "cannot read beginning of file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2670 ../../src/vz/vz_driver.c:651 +msgid "cannot read cputime for domain" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:392 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: ../../src/storage/storage_util.c:1934 +#, c-format +msgid "cannot read dir '%s'" +msgstr "" + +#: ../../src/test/test_driver.c:2272 +#, c-format +msgid "cannot read domain image '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:10873 ../../tools/virsh-domain.c:10891 +#, c-format +msgid "cannot read file '%s'" +msgstr "" + +#: ../../tools/virsh-console.c:268 +msgid "cannot read from stdin" +msgstr "" + +#: ../../src/util/virfdstream.c:942 +msgid "cannot read from stream" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:11874 ../../src/storage/storage_file_fs.c:138 +#: ../../src/storage/storage_util.c:1754 ../../src/util/virstoragefile.c:1059 +#: ../../src/util/virstoragefile.c:1174 +#, c-format +msgid "cannot read header '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_fs.c:253 +#: ../../src/storage/storage_backend_vstorage.c:97 +#, c-format +msgid "cannot read mount list '%s'" +msgstr "" + +#: ../../tools/virsh-volume.c:834 +#, c-format +msgid "cannot receive data from volume %s" +msgstr "" + +#: ../../src/util/virfdstream.c:370 +msgid "cannot register file watch on stream" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6120 +#, c-format +msgid "cannot remove IOThread %u since it is being used by disk '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6130 +#, c-format +msgid "cannot remove IOThread '%u' since it is being used by controller" +msgstr "" + +#: ../../src/qemu/qemu_checkpoint.c:344 +msgid "cannot remove checkpoint from inactive domain" +msgstr "" + +#: ../../src/conf/domain_conf.c:30165 +#, c-format +msgid "cannot remove config %s" +msgstr "" + +#: ../../src/conf/virnetworkobj.c:1166 ../../src/util/virdnsmasq.c:263 +#, c-format +msgid "cannot remove config file '%s'" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2824 ../../src/conf/virstorageobj.c:1818 +#, c-format +msgid "cannot remove config for %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6731 ../../src/qemu/qemu_driver.c:6749 +#, c-format +msgid "cannot remove corrupt file: %s" +msgstr "" + +#: ../../src/storage/storage_util.c:2140 +#, c-format +msgid "cannot remove directory '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_gluster.c:437 +#, c-format +msgid "cannot remove gluster volume dir '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_gluster.c:423 +#, c-format +msgid "cannot remove gluster volume file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:7496 +#, c-format +msgid "cannot remove managed save file %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22205 +#, c-format +msgid "cannot remove old domain config file %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22274 ../../src/test/test_driver.c:3150 +msgid "cannot rename a transient domain" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22268 ../../src/test/test_driver.c:3144 +msgid "cannot rename active domain" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22298 +msgid "cannot rename domain with checkpoints" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22292 +msgid "cannot rename domain with snapshots" +msgstr "" + +#: ../../src/util/virfile.c:555 +#, c-format +msgid "cannot rename file '%s' as '%s'" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:814 +msgid "cannot replace NETIF config" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19319 +#, c-format +msgid "cannot reset '%s' when '%s' is set" +msgstr "" + +#: ../../src/util/virthreadjob.c:115 +msgid "cannot reset current job" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2370 ../../src/test/test_driver.c:2661 +msgid "cannot resize the maximum memory on an active domain" +msgstr "" + +#: ../../src/util/virfile.c:1562 +#, c-format +msgid "cannot resolve '%s' without starting directory" +msgstr "" + +#: ../../src/node_device/node_device_driver.c:125 +#, c-format +msgid "cannot resolve driver link %s" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:1318 ../../src/qemu/qemu_driver.c:7307 +#, c-format +msgid "" +"cannot restore domain '%s' uuid %s from a file which belongs to domain '%s' " +"uuid %s" +msgstr "" + +#: ../../src/vbox/vbox_tmpl.c:344 +msgid "cannot restore domain snapshot for running domain" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5488 +msgid "cannot retrieve vcpu information for inactive domain" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6722 +msgid "cannot revert snapshot of running domain" +msgstr "" + +#: ../../src/util/virfile.c:549 ../../src/util/virfile.c:602 +#, c-format +msgid "cannot save file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:7151 +#, c-format +msgid "cannot seek in '%s'" +msgstr "" + +#: ../../src/storage/storage_file_fs.c:132 +#: ../../src/storage/storage_file_gluster.c:206 +#, c-format +msgid "cannot seek into '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:1475 +#, c-format +msgid "cannot seek to beginning of file '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:1743 ../../src/util/virstoragefile.c:1169 +#, c-format +msgid "cannot seek to start of '%s'" +msgstr "" + +#: ../../tools/virsh-volume.c:720 ../../tools/virsh-volume.c:725 +#, c-format +msgid "cannot send data to volume %s" +msgstr "" + +#: ../../src/util/virnetlink.c:237 +msgid "cannot send to netlink socket" +msgstr "" + +#: ../../src/util/virprocess.c:482 ../../src/util/virprocess.c:549 +#, c-format +msgid "cannot set CPU affinity on process %d" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:375 ../../src/libxl/libxl_driver.c:4505 +#: ../../src/qemu/qemu_driver.c:9197 +msgid "cannot set autostart for transient domain" +msgstr "" + +#: ../../src/network/bridge_driver.c:4160 +msgid "cannot set autostart for transient network" +msgstr "" + +#: ../../src/storage/storage_util.c:860 +msgid "cannot set backing store for raw volume" +msgstr "" + +#: ../../src/util/virthreadjob.c:89 +#, c-format +msgid "cannot set current job to %s" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:262 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "" + +#: ../../src/storage/storage_backend_logical.c:915 +#, c-format +msgid "cannot set file mode '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_logical.c:906 +#, c-format +msgid "cannot set file owner '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2388 ../../src/test/test_driver.c:2675 +msgid "cannot set initial memory size greater than the maximum memory size" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1687 ../../src/qemu/qemu_driver.c:2415 +#: ../../src/test/test_driver.c:2687 +msgid "cannot set memory higher than max memory" +msgstr "" + +#: ../../src/storage/storage_util.c:303 ../../src/storage/storage_util.c:576 +#: ../../src/util/virfile.c:2203 ../../src/util/virfile.c:2643 +#: ../../src/util/virfile.c:2787 +#, c-format +msgid "cannot set mode of '%s' to %04o" +msgstr "" + +#: ../../src/conf/virdomainmomentobjlist.c:560 +#, c-format +msgid "cannot set moment %s as its own parent" +msgstr "" + +#: ../../src/util/virnetlink.c:180 +msgid "cannot set netlink socket buffer size to 128k" +msgstr "" + +#: ../../src/util/virnetlink.c:1046 +msgid "cannot set netlink socket nonblocking" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:347 +#, c-format +msgid "cannot set security props %d (%s)" +msgstr "" + +#: ../../src/util/virutil.c:1042 +msgid "cannot set supplemental groups" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:20484 +msgid "cannot set time: qemu doesn't support rtc-reset-reinjection command" +msgstr "" + +#: ../../src/util/virstoragefile.c:1054 +#, c-format +msgid "cannot set to start of '%s'" +msgstr "" + +#: ../../src/cpu/cpu.c:407 +#, c-format +msgid "cannot set topology for CPU type '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2283 +msgid "cannot set vcpus on an inactive domain" +msgstr "" + +#: ../../src/util/virthreadjob.c:72 +#, c-format +msgid "cannot set worker name to %s" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:2526 ../../src/qemu/qemu_migration.c:3883 +msgid "cannot start RDMA migration with no memory hard limit set" +msgstr "" + +#: ../../src/conf/virsecretobj.c:837 +#: ../../src/storage/storage_backend_gluster.c:243 ../../src/util/virfile.c:627 +#, c-format +msgid "cannot stat '%s'" +msgstr "" + +#: ../../src/qemu/qemu_process.c:6885 +#, c-format +msgid "cannot stat fd %d" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:11742 ../../src/storage/storage_util.c:1538 +#: ../../src/storage/storage_util.c:1600 ../../src/util/virstoragefile.c:1045 +#: ../../src/util/virstoragefile.c:1153 +#, c-format +msgid "cannot stat file '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:3557 +#, c-format +msgid "cannot stat path '%s'" +msgstr "" + +#: ../../src/security/security_selinux.c:3252 +#, c-format +msgid "cannot stat tap fd %d" +msgstr "" + +#: ../../src/storage/storage_util.c:3568 +#, c-format +msgid "cannot statvfs path '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_gluster.c:372 +#, c-format +msgid "cannot statvfs path '%s' in '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:222 ../../src/storage/storage_util.c:390 +#, c-format +msgid "cannot sync data to file '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:2557 +#, c-format +msgid "cannot sync data to volume with path '%s'" +msgstr "" + +#: ../../src/util/virfile.c:543 +#, c-format +msgid "cannot sync file '%s'" +msgstr "" + +#: ../../tools/virsh-console.c:118 +msgid "cannot terminate console stream" +msgstr "" + +#: ../../src/cpu/cpu.c:907 +#, c-format +msgid "cannot translate CPU model %s to a supported model" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2597 +#, c-format +msgid "cannot translate keycode %u of %s codeset to qnum keycode" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7798 +#, c-format +msgid "cannot translate keycode %u of %s codeset to xt keycode" +msgstr "" + +#: ../../src/util/vircommand.c:337 +msgid "cannot unblock signals" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:7788 +msgid "cannot undefine domain with nvram" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2929 ../../src/qemu/qemu_driver.c:7721 +#: ../../src/vmware/vmware_driver.c:781 +msgid "cannot undefine transient domain" +msgstr "" + +#: ../../src/conf/virsecretobj.c:653 +#, c-format +msgid "cannot unlink '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_process.c:227 ../../src/storage/storage_util.c:2136 +#, c-format +msgid "cannot unlink file '%s'" +msgstr "" + +#: ../../src/security/security_apparmor.c:280 +#, c-format +msgid "cannot update AppArmor profile '%s'" +msgstr "" + +#: ../../src/cpu/cpu.c:602 +#, c-format +msgid "cannot update guest CPU for %s architecture" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22717 +msgid "" +"cannot update lifecycle action because QEMU was started with -no-reboot " +"option" +msgstr "" + +#: ../../tools/virsh-volume.c:712 +#, c-format +msgid "cannot upload to volume %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:13069 +#, c-format +msgid "cannot use CCW address type for device '%s' using machine type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_interface.c:415 ../../src/qemu/qemu_interface.c:543 +msgid "cannot use custom tap device in session mode" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:944 +msgid "cannot use namespaces in session mode" +msgstr "" + +#: ../../src/conf/domain_conf.c:30067 ../../src/qemu/qemu_domain.c:9685 +msgid "" +"cannot use/hotplug a memory device when domain 'maxMemory' is not defined" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1805 +msgid "cannot version information from libxenlight, disabling driver" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:964 +#, c-format +msgid "cannot wipe extended partition '%s'" +msgstr "" + +#: ../../src/util/virdnsmasq.c:248 ../../src/util/virdnsmasq.c:428 +#, c-format +msgid "cannot write config file '%s'" +msgstr "" + +#: ../../src/util/virfile.c:537 +#, c-format +msgid "cannot write data to file '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:2273 +#, c-format +msgid "cannot write to %s to enable/disable IPv6 on bridge %s" +msgstr "" + +#: ../../tools/virsh-console.c:330 +msgid "cannot write to stdout" +msgstr "" + +#: ../../src/util/virfdstream.c:783 ../../src/util/virfdstream.c:802 +#: ../../src/util/virfdstream.c:831 +msgid "cannot write to stream" +msgstr "" + +#: ../../tools/virsh-domain.c:5105 +msgid "cap for XEN_CREDIT" +msgstr "" + +#: ../../tools/virsh-completer-host.c:76 ../../tools/virsh-completer-host.c:124 +#: ../../tools/virsh-host.c:44 ../../tools/virsh-host.c:332 +msgid "capabilities" +msgstr "" + +#: ../../tools/virsh-nodedev.c:380 +msgid "capability names, separated by comma" +msgstr "" + +#: ../../src/libvirt-storage.c:2148 +#, c-format +msgid "capacity in %s cannot be zero without 'delta' or 'shrink' flags set" +msgstr "" + +#: ../../tools/virsh-snapshot.c:142 ../../tools/virsh-snapshot.c:362 +msgid "capture disk state but not vm state" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:127 +msgid "ccf-assist configuration is not supported by this QEMU binary" +msgstr "" + +#: ../../tools/vsh.c:3162 +#, c-format +msgid "cd: %s: %s" +msgstr "" + +#: ../../tools/vsh.c:3152 +msgid "cd: command valid only in interactive mode" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:200 +msgid "cdrom device without source path not supported" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:1028 +msgid "cdrom/floppy device hotplug isn't supported" +msgstr "" + +#: ../../tools/virsh-host.c:425 +msgid "cell number must be non-negative integer or -1" +msgstr "" + +#: ../../src/util/virhostmem.c:275 +#, c-format +msgid "cellNum in %s must be less than or equal to %d" +msgstr "" + +#: ../../src/libvirt-host.c:639 +#, c-format +msgid "cellNum in %s only accepts %d as a negative value" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:144 +msgid "cfpc configuration is not supported by this QEMU binary" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1878 ../../src/util/vircgroupv2.c:1485 +#, c-format +msgid "cfs_period '%llu' must be in range (1000, 1000000)" +msgstr "" + +#: ../../src/util/vircgroupv1.c:1908 ../../src/util/vircgroupv2.c:1546 +#, c-format +msgid "cfs_quota '%lld' must be in range (1000, %llu)" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:1765 ../../src/lxc/lxc_driver.c:1856 +#: ../../src/lxc/lxc_driver.c:1992 ../../src/qemu/qemu_driver.c:9284 +#: ../../src/qemu/qemu_driver.c:10280 ../../src/qemu/qemu_driver.c:10678 +msgid "cgroup CPU controller is not mounted" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:4927 ../../src/qemu/qemu_driver.c:19747 +msgid "cgroup CPUACCT controller is not mounted" +msgstr "" + +#: ../../src/qemu/qemu_cgroup.c:1164 ../../src/qemu/qemu_process.c:2656 +#: ../../src/qemu/qemu_process.c:5750 +msgid "cgroup cpu is required for scheduler tuning" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:9791 +msgid "cgroup cpuset controller is not mounted" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:787 ../../src/lxc/lxc_driver.c:851 +#: ../../src/qemu/qemu_driver.c:9536 ../../src/qemu/qemu_driver.c:9619 +msgid "cgroup memory controller is not mounted" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:596 +#: ../../src/util/vircgroupv2devices.c:606 +#: ../../src/util/vircgroupv2devices.c:616 +msgid "cgroups v2 BPF devices not supported with this kernel" +msgstr "" + +#: ../../tools/virsh-domain.c:5706 +msgid "change lifecycle actions" +msgstr "" + +#: ../../tools/virsh-domain.c:9077 +msgid "change maximum memory limit" +msgstr "" + +#: ../../tools/virsh-domain.c:8996 +msgid "change memory allocation" +msgstr "" + +#: ../../tools/virsh-domain.c:7346 +msgid "change number of virtual CPUs" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:9665 +msgid "change of nodeset for running domain requires strict numa mode" +msgstr "" + +#: ../../tools/vsh.c:3137 +msgid "change the current directory" +msgstr "" + +#: ../../tools/virsh-domain.c:13131 +msgid "changed" +msgstr "" + +#: ../../tools/virsh-domain.c:5807 +msgid "changes the password of the specified user inside the domain" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2585 +msgid "changing OS parameters is not supported by vz driver" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2600 +msgid "changing OS type is not supported by vz driver" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2491 +msgid "changing balloon parameters is not supported by vz driver" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2642 +msgid "changing clock parameters is not supported by vz driver" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2522 +msgid "changing cpu placement mode is not supported by vz driver" +msgstr "" + +#: ../../src/conf/domain_conf.c:30036 +msgid "changing device alias is not allowed" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2660 +msgid "changing devices parameters is not supported by vz driver" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2624 +msgid "changing emulator is not supported by vz driver" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2632 +msgid "changing features is not supported by vz driver" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17249 +#, c-format +msgid "channel %s is not using a UNIX socket" +msgstr "" + +#: ../../tools/virsh-domain.c:13477 +msgid "channel event" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1996 +msgid "channel source type not supported" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:2002 +msgid "channel target name missing" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1982 +msgid "channel target type not supported" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4806 ../../src/lxc/lxc_driver.c:2784 +#: ../../src/qemu/qemu_driver.c:17178 +#, c-format +msgid "character device %s is not using a PTY" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4292 +msgid "character device information was missing array element" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4304 +msgid "character device information was missing filename" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4298 +msgid "character device information was missing label" +msgstr "" + +#: ../../tools/virsh-domain.c:2968 +msgid "character device name" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:1954 +msgid "chardev already exists" +msgstr "" + +#: ../../src/conf/domain_conf.c:6248 ../../src/conf/domain_conf.c:6277 +msgid "chardev reconnect is possible only for connect mode" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1243 +msgid "chardev reconnect source timeout cannot be '0'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7583 +msgid "chardev-add reply was missing pty path" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:1134 +#, c-format +msgid "chardev_tls_x509_cert_dir directory '%s' does not exist" +msgstr "" + +#: ../../src/conf/domain_conf.c:5719 +msgid "check attribute specified for CPU with no model" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:16980 ../../src/test/test_driver.c:9159 +#, c-format +msgid "checkpoint '%s' does not have a parent" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:990 +#, c-format +msgid "checkpoint '%s' has no parent" +msgstr "" + +#: ../../src/qemu/qemu_checkpoint.c:441 +#, c-format +msgid "checkpoint for disk %s unsupported for storage type %s" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:447 +msgid "checkpoint information" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:339 ../../tools/virsh-checkpoint.c:459 +#: ../../tools/virsh-checkpoint.c:888 ../../tools/virsh-checkpoint.c:1024 +msgid "checkpoint name" +msgstr "" + +#: ../../src/util/virprocess.c:1252 +#, c-format +msgid "child didn't write error (status=%d)" +msgstr "" + +#: ../../src/util/virfile.c:2761 +#, c-format +msgid "child failed to create directory '%s'" +msgstr "" + +#: ../../src/util/virfile.c:2268 +#, c-format +msgid "child process failed to create file '%s'" +msgstr "" + +#: ../../src/util/virfile.c:2280 +#, c-format +msgid "child process failed to force owner mode file '%s'" +msgstr "" + +#: ../../src/util/virfile.c:2292 +msgid "child process failed to send fd to parent" +msgstr "" + +#: ../../src/util/virprocess.c:1237 +#, c-format +msgid "child reported (status=%d): %s" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5577 +#, c-format +msgid "chr type '%s' device not present in domain configuration" +msgstr "" + +#: ../../src/util/virstorageencryption.c:198 +msgid "cipher info missing 'name' attribute" +msgstr "" + +#: ../../src/util/virstorageencryption.c:212 +msgid "cipher info missing 'size' attribute" +msgstr "" + +#: ../../src/conf/netdev_bandwidth_conf.c:137 +msgid "classID attribute not supported on <bandwidth> in this usage context" +msgstr "" + +#: ../../tools/vsh.c:3016 +msgid "client hooks cannot be NULL" +msgstr "" + +#: ../../src/rpc/virnetclient.c:2112 +msgid "client socket is closed" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:4067 +msgid "client tried invalid PolicyKit init request" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:3699 +msgid "client tried invalid SASL init request" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:3827 +#: ../../src/remote/remote_daemon_dispatch.c:3923 +msgid "client tried invalid SASL start request" +msgstr "" + +#: ../../tools/virt-admin.c:755 +msgid "client which to disconnect, specified by ID" +msgstr "" + +#: ../../tools/virt-admin.c:666 +msgid "client which to retrieve identity information for" +msgstr "" + +#: ../../tools/virsh-volume.c:546 +msgid "clone a volume." +msgstr "" + +#: ../../tools/virsh-volume.c:559 +msgid "clone name" +msgstr "" + +#: ../../tools/vsh.c:2385 +#, c-format +msgid "close: %s: failed to write or close temporary file: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:13145 +msgid "closed" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1228 +#, c-format +msgid "coalesce settings on interface type %s are not supported" +msgstr "" + +#: ../../tools/virsh-domain.c:10670 +msgid "comma separated list of compression methods to be used" +msgstr "" + +#: ../../tools/virsh-domain.c:10662 +msgid "comma separated list of disks to be migrated" +msgstr "" + +#: ../../tools/virsh-domain.c:9636 ../../tools/virsh-domain.c:9948 +msgid "command" +msgstr "" + +#: ../../tools/vsh.c:371 +#, c-format +msgid "command '%s' does not list argv option last" +msgstr "" + +#: ../../tools/vsh.c:499 +#, c-format +msgid "command '%s' doesn't support option --%s" +msgstr "" + +#: ../../tools/vsh.c:303 +#, c-format +msgid "command '%s' has inconsistent alias" +msgstr "" + +#: ../../tools/vsh.c:342 +#, c-format +msgid "command '%s' has incorrect alias option" +msgstr "" + +#: ../../tools/vsh.c:357 +#, c-format +msgid "command '%s' has mismatched alias type" +msgstr "" + +#: ../../tools/vsh.c:363 +#, c-format +msgid "command '%s' has missing alias option" +msgstr "" + +#: ../../tools/vsh.c:379 +#, c-format +msgid "command '%s' has non-required VSH_OT_DATA" +msgstr "" + +#: ../../tools/vsh.c:322 +#, c-format +msgid "command '%s' has too many options" +msgstr "" + +#: ../../tools/vsh.c:311 +#, c-format +msgid "command '%s' lacks help" +msgstr "" + +#: ../../tools/vsh.c:330 +#, c-format +msgid "command '%s' misused VSH_OFLAG_REQ" +msgstr "" + +#: ../../tools/vsh.c:547 +#, c-format +msgid "command '%s' requires --%s option" +msgstr "" + +#: ../../tools/vsh.c:546 +#, c-format +msgid "command '%s' requires <%s> option" +msgstr "" + +#: ../../tools/vsh.c:3040 +msgid "command groups and command are both NULL run vshInit before reloading" +msgstr "" + +#: ../../tools/vsh.c:3021 +msgid "command groups and command set cannot both be NULL" +msgstr "" + +#: ../../src/util/vircommand.c:2550 +#, c-format +msgid "command is already running as pid %lld" +msgstr "" + +#: ../../tools/virsh-domain.c:9623 +msgid "command is in human monitor protocol" +msgstr "" + +#: ../../src/util/vircommand.c:2683 +msgid "command is not yet running" +msgstr "" + +#: ../../tools/vsh.c:3122 +#, c-format +msgid "command or command group '%s' doesn't exist" +msgstr "" + +#: ../../tools/virsh-domain.c:10051 +msgid "command to run" +msgstr "" + +#: ../../tools/virsh-interface.c:718 +msgid "commit changes and free restore point" +msgstr "" + +#: ../../tools/virsh-interface.c:715 +msgid "commit changes made since iface-begin and free restore point" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18562 +#, c-format +msgid "commit of '%s' active layer requires active flag" +msgstr "" + +#: ../../tools/virsh-host.c:1209 +msgid "compare CPU with host CPU" +msgstr "" + +#: ../../tools/virsh-host.c:1615 +msgid "compare CPU with hypervisor CPU" +msgstr "" + +#: ../../tools/virsh-host.c:1612 +msgid "compare a CPU with the CPU created by a hypervisor on the host" +msgstr "" + +#: ../../tools/virsh-host.c:1206 +msgid "compare host CPU with a CPU described by an XML file" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13260 +#, c-format +msgid "comparing with the hypervisor CPU is not supported for arch %s" +msgstr "" + +#: ../../src/storage/storage_util.c:1013 +msgid "compatibility option only available with qcow2" +msgstr "" + +#: ../../tools/virsh-domain.c:13116 +msgid "completed" +msgstr "" + +#: ../../tools/virsh-domain.c:10674 +msgid "compress level for multithread compression" +msgstr "" + +#: ../../tools/virsh-domain.c:10605 +msgid "compress repeated pages during live migration" +msgstr "" + +#: ../../tools/virsh-host.c:1280 +msgid "compute baseline CPU" +msgstr "" + +#: ../../tools/virsh-host.c:1718 +msgid "compute baseline CPU usable by a specific hypervisor" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13488 +#, c-format +msgid "computing baseline hypervisor CPU is not supported for arch %s" +msgstr "" + +#: ../../tools/virsh-domain.c:6737 ../../tools/virsh-domain.c:6739 +msgid "config" +msgstr "" + +#: ../../tools/virsh-domain.c:10262 +msgid "config data file to import from" +msgstr "" + +#: ../../src/libxl/xen_common.c:62 ../../src/libxl/xen_common.c:91 +#: ../../src/libxl/xen_common.c:96 ../../src/libxl/xen_common.c:125 +#: ../../src/libxl/xen_common.c:130 ../../src/libxl/xen_xl.c:859 +#, c-format +msgid "config value %s was malformed" +msgstr "" + +#: ../../src/libxl/xen_common.c:153 +#, c-format +msgid "config value %s was missing" +msgstr "" + +#: ../../src/util/virerror.c:1011 +msgid "configuration file syntax error" +msgstr "" + +#: ../../src/util/virerror.c:1012 +#, c-format +msgid "configuration file syntax error: %s" +msgstr "" + +#: ../../src/vz/vz_driver.c:2614 +msgid "configuring disks is not supported for vz snapshots" +msgstr "" + +#: ../../src/vz/vz_driver.c:2620 +msgid "configuring memory location is not supported" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6331 +msgid "configuring persistent polling values is not supported" +msgstr "" + +#: ../../src/libvirt-domain.c:4508 ../../src/libvirt-domain.c:4653 +#: ../../src/libvirt-domain.c:4935 +msgid "conn must match stream connection" +msgstr "" + +#: ../../tools/virsh-domain.c:13088 +msgid "connect" +msgstr "" + +#: ../../tools/virt-admin.c:287 +msgid "connect to daemon's admin server" +msgstr "" + +#: ../../tools/virsh-domain.c:2956 +msgid "connect to the guest console" +msgstr "" + +#: ../../tools/virsh-domain.c:13469 +msgid "connected" +msgstr "" + +#: ../../src/libxl/xen_xl.c:1104 +#, c-format +msgid "connection %s too big" +msgstr "" + +#: ../../tools/virsh-domain.c:10548 +msgid "" +"connection URI of the destination host as seen from the client(normal " +"migration) or source(p2p migration)" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:2070 +msgid "connection already open" +msgstr "" + +#: ../../src/rpc/virkeepalive.c:138 +msgid "connection closed due to keepalive timeout" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:1752 +#: ../../src/rpc/virnetserverclient.c:1621 +msgid "connection not open" +msgstr "" + +#: ../../tools/virsh-host.c:590 +msgid "connection vcpu maximum" +msgstr "" + +#: ../../tools/virsh-domain.c:7757 +msgid "control domain IOThread affinity" +msgstr "" + +#: ../../tools/virsh-domain.c:832 ../../tools/virsh-domain.c:3240 +msgid "control domain's incoming traffics" +msgstr "" + +#: ../../tools/virsh-domain.c:836 ../../tools/virsh-domain.c:3244 +msgid "control domain's outgoing traffics" +msgstr "" + +#: ../../tools/virsh-domain.c:7242 +msgid "control or query domain emulator affinity" +msgstr "" + +#: ../../tools/virsh-domain.c:7013 +msgid "control or query domain vcpu affinity" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3732 ../../src/qemu/qemu_hotplug.c:5353 +#, c-format +msgid "controller %s:%d not found" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8201 +#, c-format +msgid "controller index='%d' already exists" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2465 +#, c-format +msgid "controller iothread '%u' not defined in iothreadid" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2706 +msgid "conversion from 'xen-sxpr' format is no longer supported" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:64 +#: ../../src/remote/remote_driver.c:103 +#, c-format +msgid "conversion from hyper to %s overflowed" +msgstr "" + +#: ../../tools/virsh-host.c:210 ../../tools/virsh-host.c:559 +msgid "conversion from string failed" +msgstr "" + +#: ../../tools/virsh-domain.c:10380 +msgid "convert a domain id or UUID to domain name" +msgstr "" + +#: ../../tools/virsh-domain.c:10460 +msgid "convert a domain name or UUID to domain id" +msgstr "" + +#: ../../tools/virsh-domain.c:10498 +msgid "convert a domain name or id to domain UUID" +msgstr "" + +#: ../../tools/virsh-network.c:798 +msgid "convert a network UUID to network name" +msgstr "" + +#: ../../tools/virsh-network.c:1073 +msgid "convert a network name to network UUID" +msgstr "" + +#: ../../tools/virsh-pool.c:1640 +msgid "convert a pool UUID to pool name" +msgstr "" + +#: ../../tools/virsh-pool.c:1773 +msgid "convert a pool name to pool UUID" +msgstr "" + +#: ../../tools/virsh-interface.c:396 +msgid "convert an interface MAC address to interface name" +msgstr "" + +#: ../../tools/virsh-interface.c:432 +msgid "convert an interface name to interface MAC address" +msgstr "" + +#: ../../src/util/virstoragefile.c:2214 +#, c-format +msgid "cookie name '%s' contains invalid characters" +msgstr "" + +#: ../../src/util/virstoragefile.c:2206 +msgid "cookie name must not be empty" +msgstr "" + +#: ../../tools/virsh-domain.c:2226 +msgid "copy destination is block device instead of regular file" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18126 +msgid "copy of read-only disks is not supported" +msgstr "" + +#: ../../src/storage/storage_util.c:621 +msgid "copy-on-write ploop volumes are not yet supported" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2002 +#, c-format +msgid "copy_on_read is not compatible with 'lun' disk '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1960 +#, c-format +msgid "copy_on_read is not compatible with read-only disk '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1968 +#, c-format +msgid "copy_on_read is not supported with removable disk '%s'" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:407 +msgid "corrupted profileid string" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:636 +#: ../../src/security/virt-aa-helper.c:658 +#: ../../src/security/virt-aa-helper.c:673 +msgid "could not allocate memory" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4316 +#, c-format +msgid "could not attach shared folder '%s', rc=%08x" +msgstr "" + +#: ../../src/libvirt-domain.c:1250 ../../src/libvirt-domain.c:1334 +msgid "could not build absolute core file path" +msgstr "" + +#: ../../src/libvirt-domain.c:970 ../../src/libvirt-domain.c:1044 +#: ../../src/libvirt-domain.c:1102 ../../src/libvirt-domain.c:1175 +msgid "could not build absolute input file path" +msgstr "" + +#: ../../src/libvirt-domain.c:832 ../../src/libvirt-domain.c:920 +msgid "could not build absolute output file path" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1926 +#, c-format +msgid "could not change ACPI status to: %s, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1935 +#, c-format +msgid "could not change APIC status to: %s, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1914 +#, c-format +msgid "could not change PAE status to: %s, rc=%08x" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1460 +msgid "could not close handshake fd" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1552 +msgid "could not close logfile" +msgstr "" + +#: ../../src/util/virerror.c:984 +msgid "could not connect to Xen Store" +msgstr "" + +#: ../../src/util/virerror.c:985 +#, c-format +msgid "could not connect to Xen Store %s" +msgstr "" + +#: ../../src/conf/netdev_bandwidth_conf.c:51 +#, c-format +msgid "could not convert bandwidth average value '%s'" +msgstr "" + +#: ../../src/conf/netdev_bandwidth_conf.c:76 +#, c-format +msgid "could not convert bandwidth burst value '%s'" +msgstr "" + +#: ../../src/conf/netdev_bandwidth_conf.c:83 +#, c-format +msgid "could not convert bandwidth floor value '%s'" +msgstr "" + +#: ../../src/conf/netdev_bandwidth_conf.c:69 +#, c-format +msgid "could not convert bandwidth peak value '%s'" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:1543 +msgid "could not create profile" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1885 ../../src/vbox/vbox_common.c:1946 +#, c-format +msgid "could not define a domain, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6770 ../../src/vbox/vbox_common.c:6779 +msgid "could not delete snapshot" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2050 +#, c-format +msgid "could not delete the domain, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:4435 +#, c-format +msgid "could not detach shared folder '%s', rc=%08x" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2295 +msgid "could not determine max vcpus for the domain" +msgstr "" + +#: ../../src/util/virstoragefile.c:1658 +#, c-format +msgid "could not find backing store index %u in chain for '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:1673 +#, c-format +msgid "could not find base image in chain for '%s'" +msgstr "" + +#: ../../src/conf/capabilities.c:726 +#, c-format +msgid "could not find capabilities for %s" +msgstr "" + +#: ../../src/conf/object_event.c:263 ../../src/conf/object_event.c:290 +#, c-format +msgid "could not find event callback %d for deletion" +msgstr "" + +#: ../../src/util/virstoragefile.c:1664 +#, c-format +msgid "could not find image '%s' beneath '%s' in chain for '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:1669 +#, c-format +msgid "could not find image '%s' in chain for '%s'" +msgstr "" + +#: ../../src/security/security_apparmor.c:233 +msgid "could not find libvirtd" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:688 +msgid "could not find name in XML" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:751 +msgid "could not find realpath" +msgstr "" + +#: ../../src/util/virnetdev.c:1012 +#, c-format +msgid "could not get MAC address of interface %s" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:1419 +msgid "could not get VM definition" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5589 ../../src/vbox/vbox_common.c:6805 +msgid "could not get children snapshots" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6218 +#, c-format +msgid "could not get creation time of snapshot %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6442 ../../src/vbox/vbox_common.c:6545 +#: ../../src/vbox/vbox_common.c:6607 +msgid "could not get current snapshot" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6558 ../../src/vbox/vbox_common.c:6618 +msgid "could not get current snapshot name" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5520 ../../src/vbox/vbox_common.c:6708 +#, c-format +msgid "could not get current snapshot of domain %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6204 +#, c-format +msgid "could not get description of snapshot %s" +msgstr "" + +#: ../../src/vbox/vbox_tmpl.c:313 +msgid "could not get domain UUID" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5469 ../../src/vbox/vbox_common.c:6716 +#: ../../src/vbox/vbox_common.c:7293 ../../src/vbox/vbox_tmpl.c:320 +msgid "could not get domain state" +msgstr "" + +#: ../../tools/virsh-host.c:198 ../../tools/virsh-host.c:550 +msgid "could not get information about NUMA topology" +msgstr "" + +#: ../../tools/virsh-host.c:346 +msgid "could not get information about supported page sizes" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:870 +#: ../../src/interface/interface_backend_netcf.c:932 +#, c-format +msgid "could not get interface XML description: %s%s%s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5715 +msgid "could not get machine" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6236 ../../src/vbox/vbox_common.c:6500 +#, c-format +msgid "could not get name of parent of snapshot %s" +msgstr "" + +#: ../../src/vbox/vbox_storage.c:103 +#, c-format +msgid "could not get number of volumes in the pool: %s, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6249 ../../src/vbox/vbox_common.c:6700 +#, c-format +msgid "could not get online state of snapshot %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6228 ../../src/vbox/vbox_common.c:6486 +#, c-format +msgid "could not get parent of snapshot %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5005 +#, c-format +msgid "could not get preferred machine for %s type=%s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5568 ../../src/vbox/vbox_common.c:6348 +#, c-format +msgid "could not get root snapshot for domain %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6759 +msgid "could not get snapshot UUID" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7305 +msgid "could not get snapshot children" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5554 ../../src/vbox/vbox_common.c:6297 +#, c-format +msgid "could not get snapshot count for domain %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7562 +msgid "could not get snapshot count for listed domains" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5643 ../../src/vbox/vbox_common.c:6368 +msgid "could not get snapshot name" +msgstr "" + +#: ../../src/vbox/vbox_storage.c:141 +#, c-format +msgid "could not get the volume list in the pool: %s, rc=%08x" +msgstr "" + +#: ../../src/conf/object_event.c:896 +msgid "could not initialize domain event timer" +msgstr "" + +#: ../../src/qemu/qemu_backup.c:631 +#, c-format +msgid "could not locate checkpoint '%s' for incremental backup" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5483 ../../src/vbox/vbox_common.c:7329 +#: ../../src/vbox/vbox_tmpl.c:334 +#, c-format +msgid "could not open VirtualBox session with domain %s" +msgstr "" + +#: ../../src/storage/storage_util.c:146 +#, c-format +msgid "could not open input path '%s'" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:683 +msgid "could not parse XML" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:1474 +msgid "could not parse arguments" +msgstr "" + +#: ../../src/conf/domain_conf.c:1650 +#, c-format +msgid "could not parse read bytes sec %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:1668 +#, c-format +msgid "could not parse read iops sec %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:1641 +#, c-format +msgid "could not parse weight %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:1659 +#, c-format +msgid "could not parse write bytes sec %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:1677 +#, c-format +msgid "could not parse write iops sec %s" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:1415 +msgid "could not read xml file" +msgstr "" + +#: ../../tools/virsh-domain.c:5671 +#, c-format +msgid "could not receive data from domain %s" +msgstr "" + +#: ../../src/security/security_apparmor.c:550 +#, c-format +msgid "could not remove profile for '%s'" +msgstr "" + +#: ../../src/vbox/vbox_tmpl.c:347 ../../src/vbox/vbox_tmpl.c:357 +#, c-format +msgid "could not restore snapshot for domain %s" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:1464 +msgid "could not set IFS" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:1460 +msgid "could not set PATH" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1893 +#, c-format +msgid "could not set the memory size of the domain to: %llu Kb, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2743 +#, c-format +msgid "could not set the memory size of the domain to: %lu Kb, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2900 +#, c-format +msgid "could not set the number of cpus of the domain to: %u, rc=%08x" +msgstr "" + +#: ../../src/vbox/vbox_common.c:1905 +#, c-format +msgid "could not set the number of virtual CPUs to: %u, rc=%08x" +msgstr "" + +#: ../../tools/virsh-domain.c:5650 +#, c-format +msgid "could not take a screenshot of %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5505 ../../src/vbox/vbox_common.c:5513 +#, c-format +msgid "could not take snapshot of domain %s" +msgstr "" + +#: ../../src/util/virerror.c:954 +msgid "could not use Xen hypervisor entry" +msgstr "" + +#: ../../src/util/virerror.c:955 +#, c-format +msgid "could not use Xen hypervisor entry %s" +msgstr "" + +#: ../../src/util/virlease.c:80 +msgid "couldn't fetch array of leases" +msgstr "" + +#: ../../src/util/virnetdev.c:1677 +#, c-format +msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" +msgstr "" + +#: ../../src/conf/network_conf.c:3444 +#, c-format +msgid "" +"couldn't find a portgroup entry in network '%s' matching <portgroup " +"name='%s'>" +msgstr "" + +#: ../../src/conf/network_conf.c:3366 +#, c-format +msgid "" +"couldn't find an interface entry in network '%s' matching <interface " +"dev='%s'>" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:321 +#: ../../src/interface/interface_backend_netcf.c:771 +#: ../../src/interface/interface_backend_udev.c:445 +#: ../../src/interface/interface_backend_udev.c:990 +#: ../../src/interface/interface_backend_udev.c:1120 +#, c-format +msgid "couldn't find interface named '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:316 +#: ../../src/interface/interface_backend_netcf.c:406 +#: ../../src/interface/interface_backend_netcf.c:501 +#: ../../src/interface/interface_backend_netcf.c:686 +#: ../../src/interface/interface_backend_netcf.c:766 +#, c-format +msgid "couldn't find interface named '%s': %s%s%s" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:813 +#: ../../src/interface/interface_backend_udev.c:497 +#, c-format +msgid "couldn't find interface with MAC address '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:806 +#, c-format +msgid "couldn't find interface with MAC address '%s': %s%s%s" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:232 ../../src/util/virnetdevmacvlan.c:272 +#, c-format +msgid "couldn't get id value from macvtap device name %s" +msgstr "" + +#: ../../src/conf/network_conf.c:3575 +#, c-format +msgid "couldn't locate a matching DNS HOST record in network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:3662 +#, c-format +msgid "couldn't locate a matching DNS SRV record in network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:3742 +#, c-format +msgid "couldn't locate a matching DNS TXT record in network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:3170 +#, c-format +msgid "couldn't locate a matching dhcp host entry in network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:3273 +#, c-format +msgid "couldn't locate a matching dhcp range entry in network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:3105 +#, c-format +msgid "" +"couldn't locate an existing dhcp host entry with \"mac='%s'\" \"name='%s'\" " +"\"ip='%s'\" in network '%s'" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:190 +#, c-format +msgid "couldn't mark %s%d as unused" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:147 +#, c-format +msgid "couldn't mark %s%d as used" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:139 +#, c-format +msgid "couldn't reserve name %s%d - already in use" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:842 +#, c-format +msgid "couldn't retrieve authentication methods list: %s" +msgstr "" + +#: ../../src/conf/network_conf.c:2998 +#, c-format +msgid "" +"couldn't update dhcp host entry - no <ip> element found at index %d in " +"network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:3021 +#, c-format +msgid "couldn't update dhcp host entry - no <ip> element found in network '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:1607 +#, c-format +msgid "couldn't write dnsmasq config file '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:1934 +#, c-format +msgid "couldn't write radvd config file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:1477 ../../src/qemu/qemu_driver.c:5125 +#: ../../src/qemu/qemu_process.c:5766 +msgid "cpu affinity is not supported" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2676 +msgid "cpu count too large" +msgstr "" + +#: ../../src/conf/domain_conf.c:2143 +#, c-format +msgid "cpu topology results in more than %u cpus" +msgstr "" + +#: ../../src/libvirt-host.c:552 +#, c-format +msgid "cpuNum in %s only accepts %d as a negative value" +msgstr "" + +#: ../../src/util/vircgroup.c:2060 ../../src/util/vircgroup.c:2158 +msgid "cpuacct parse error" +msgstr "" + +#: ../../src/libxl/xen_xl.c:284 +#, c-format +msgid "cpuid starting with %s is not supported, only libxl format is" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2533 +msgid "cputune is not supported by vz driver" +msgstr "" + +#: ../../tools/virsh-domain.c:5411 +msgid "crash the domain after core dump" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:144 +#: ../../tools/virsh-domain-monitor.c:173 +#: ../../tools/virsh-domain-monitor.c:196 +#: ../../tools/virsh-domain-monitor.c:215 +msgid "crashed" +msgstr "" + +#: ../../tools/virsh-interface.c:777 +msgid "create a bridge device and attach an existing network device to it" +msgstr "" + +#: ../../tools/virsh-nodedev.c:39 +msgid "create a device defined by an XML file on the node" +msgstr "" + +#: ../../tools/virsh-domain.c:8258 +msgid "create a domain from an XML file" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:489 +msgid "create a network filter binding from an XML file" +msgstr "" + +#: ../../tools/virsh-network.c:191 +msgid "create a network from an XML file" +msgstr "" + +#: ../../tools/virsh-network.c:1479 +msgid "create a network port from an XML file" +msgstr "" + +#: ../../tools/virsh-pool.c:433 +msgid "create a pool from a set of args" +msgstr "" + +#: ../../tools/virsh-pool.c:245 +msgid "create a pool from an XML file" +msgstr "" + +#: ../../tools/virsh-interface.c:682 +msgid "" +"create a snapshot of current interfaces settings, which can be later " +"committed (iface-commit) or restored (iface-rollback)" +msgstr "" + +#: ../../tools/virsh-volume.c:372 +msgid "create a vol from an XML file" +msgstr "" + +#: ../../tools/virsh-volume.c:434 +msgid "create a vol, using another volume as input" +msgstr "" + +#: ../../tools/virsh-volume.c:163 +msgid "create a volume from a set of args" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19039 +msgid "" +"creating a new group/updating existing with all tune parameters zero is not " +"supported" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:195 +msgid "creating snapshot" +msgstr "" + +#: ../../src/qemu/qemu_block.c:2670 +msgid "creation of images with slice type='storage' is not supported" +msgstr "" + +#: ../../src/storage/storage_util.c:1299 +msgid "creation of non-raw file images is not supported without qemu-img." +msgstr "" + +#: ../../src/util/vircommand.c:2568 +msgid "creation of pid file requires daemonized command" +msgstr "" + +#: ../../src/qemu/qemu_block.c:2252 +msgid "creation of qcow/qcow2 files supports only 'luks' encryption" +msgstr "" + +#: ../../src/storage/storage_util.c:1088 +msgid "creation of qcow2 encrypted image is not supported" +msgstr "" + +#: ../../src/esx/esx_vi.c:275 +#, c-format +msgid "" +"curl_easy_getinfo(CURLINFO_REDIRECT_URL) returned an error: %s (%d) : %s" +msgstr "" + +#: ../../src/esx/esx_vi.c:263 +msgid "" +"curl_easy_getinfo(CURLINFO_RESPONSE_CODE) returned a negative response code" +msgstr "" + +#: ../../src/esx/esx_vi.c:255 +#, c-format +msgid "" +"curl_easy_getinfo(CURLINFO_RESPONSE_CODE) returned an error: %s (%d) : %s" +msgstr "" + +#: ../../src/esx/esx_vi.c:245 +#, c-format +msgid "curl_easy_perform() returned an error: %s (%d) : %s" +msgstr "" + +#: ../../tools/virsh-domain.c:6739 ../../tools/virsh-domain.c:6740 +msgid "current" +msgstr "" + +#: ../../tools/virsh-interface.c:1025 +msgid "current bridge device name" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:882 ../../src/vbox/vbox_common.c:1900 +msgid "current vcpu count must equal maximum" +msgstr "" + +#: ../../src/conf/domain_conf.c:20022 +msgid "current vcpus count must be an integer" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2516 +msgid "current vcpus must be equal to maxvcpus" +msgstr "" + +#: ../../tools/virsh-domain.c:286 +msgid "custom alias name of disk device" +msgstr "" + +#: ../../tools/virsh-domain.c:828 +msgid "custom alias name of interface device" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:220 +msgid "daemon" +msgstr "" + +#: ../../tools/virt-admin.c:280 +msgid "daemon's admin server connection URI" +msgstr "" + +#: ../../src/util/vircommand.c:2562 +#, c-format +msgid "daemonized command cannot set working directory %s" +msgstr "" + +#: ../../src/util/vircommand.c:2557 +msgid "daemonized command cannot use virCommandRunAsync" +msgstr "" + +#: ../../tools/vsh.c:1684 +msgid "dangling \\" +msgstr "" + +#: ../../src/libvirt-stream.c:858 ../../src/libvirt-stream.c:977 +msgid "data sinks cannot be used for non-blocking streams" +msgstr "" + +#: ../../src/libvirt-stream.c:588 ../../src/libvirt-stream.c:724 +msgid "data sources cannot be used for non-blocking streams" +msgstr "" + +#: ../../src/qemu/qemu_dbus.c:246 +#, c-format +msgid "dbus-daemon %s didn't show up" +msgstr "" + +#: ../../src/qemu/qemu_dbus.c:264 +#, c-format +msgid "dbus-daemon %s died unexpectedly" +msgstr "" + +#: ../../src/qemu/qemu_dbus.c:268 +#, c-format +msgid "dbus-daemon died and reported: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:13061 +msgid "debug" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2778 +msgid "default" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:1108 +#, c-format +msgid "default_tls_x509_cert_dir directory '%s' does not exist" +msgstr "" + +#: ../../tools/virsh-domain.c:8354 +msgid "define (but don't start) a domain from an XML file" +msgstr "" + +#: ../../tools/virsh-pool.c:552 +msgid "define a pool from a set of args" +msgstr "" + +#: ../../tools/virsh-interface.c:517 +msgid "" +"define an inactive persistent physical host interface or modify an existing " +"persistent one from an XML file" +msgstr "" + +#: ../../tools/virsh-pool.c:503 +msgid "" +"define an inactive persistent storage pool or modify an existing persistent " +"one from an XML file" +msgstr "" + +#: ../../tools/virsh-network.c:238 +msgid "" +"define an inactive persistent virtual network or modify an existing " +"persistent one from an XML file" +msgstr "" + +#: ../../tools/virsh-secret.c:66 +msgid "define or modify a secret from an XML file" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:74 +msgid "define or update a network filter from an XML file" +msgstr "" + +#: ../../src/conf/checkpoint_conf.c:539 +#, c-format +msgid "definition for checkpoint %s must use uuid %s" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:504 +#, c-format +msgid "definition for snapshot %s must use uuid %s" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3770 +msgid "deflate-on-oom is not supported by this QEMU binary" +msgstr "" + +#: ../../tools/virsh-pool.c:1042 +msgid "degraded" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:538 +msgid "delete a network filter binding" +msgstr "" + +#: ../../tools/virsh-pool.c:685 +msgid "delete a pool" +msgstr "" + +#: ../../tools/virsh-volume.c:867 +msgid "delete a vol" +msgstr "" + +#: ../../tools/virsh-domain.c:8008 +msgid "delete an IOThread from the guest domain" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:1029 +msgid "delete checkpoint and all children" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:1033 +msgid "delete children but not checkpoint" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1897 +msgid "delete children but not snapshot" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1890 +msgid "delete current snapshot" +msgstr "" + +#: ../../tools/virsh-domain.c:2000 +msgid "delete files that were successfully committed" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:1037 +msgid "delete only libvirt metadata, leaving checkpoint contents behind" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1901 +msgid "delete only libvirt metadata, leaving snapshot contents behind" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1893 +msgid "delete snapshot and all children" +msgstr "" + +#: ../../tools/virsh-volume.c:880 +msgid "" +"delete snapshots associated with volume (must be supported by storage driver)" +msgstr "" + +#: ../../tools/virsh-domain.c:3614 +msgid "" +"delete snapshots associated with volume(s), requires --remove-all-storage " +"(must be supported by storage driver)" +msgstr "" + +#: ../../tools/virsh-network.c:1591 +msgid "delete the specified network port" +msgstr "" + +#: ../../src/qemu/qemu_monitor_text.c:111 +#, c-format +msgid "deleting %s drive failed: %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18541 +msgid "deleting committed images is not supported by this VM" +msgstr "" + +#: ../../src/qemu/qemu_monitor_text.c:100 +msgid "" +"deleting drive is not supported. This may leak data if disk is reassigned" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:16787 +#, c-format +msgid "deletion of %d external disk snapshots not supported yet" +msgstr "" + +#: ../../tools/virsh-domain.c:13554 +msgid "description" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:211 +msgid "description of checkpoint" +msgstr "" + +#: ../../tools/virsh-snapshot.c:346 +msgid "description of snapshot" +msgstr "" + +#: ../../tools/virsh-nodedev.c:92 +msgid "destroy (stop) a device on the node" +msgstr "" + +#: ../../tools/virsh-domain.c:8412 +msgid "destroy (stop) a domain" +msgstr "" + +#: ../../tools/virsh-network.c:286 +msgid "destroy (stop) a network" +msgstr "" + +#: ../../tools/virsh-pool.c:645 +msgid "destroy (stop) a pool" +msgstr "" + +#: ../../tools/virsh-interface.c:643 +msgid "destroy a physical host interface (disable it / \"if-down\")" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:214 +msgid "destroyed" +msgstr "" + +#: ../../tools/virsh-domain.c:12056 +msgid "detach device from an XML file" +msgstr "" + +#: ../../tools/virsh-domain.c:12138 +msgid "detach device from an alias" +msgstr "" + +#: ../../tools/virsh-domain.c:12742 +msgid "detach disk device" +msgstr "" + +#: ../../tools/virsh-domain.c:12286 +msgid "detach network interface" +msgstr "" + +#: ../../tools/virsh-nodedev.c:593 +msgid "detach node device from its device driver" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3680 +#, c-format +msgid "detaching device type '%s' is unsupported" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3655 +msgid "detaching network device from VM is unsupported" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:2030 +msgid "detaching serial console is not supported" +msgstr "" + +#: ../../tools/virsh-domain.c:6764 +msgid "detailed domain vcpu information" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2137 +msgid "detect_zeroes is not supported by this QEMU binary" +msgstr "" + +#: ../../src/util/virusb.c:342 +#, c-format +msgid "dev->id buffer overflow: %d %d" +msgstr "" + +#: ../../src/util/virpci.c:1408 +#, c-format +msgid "dev->id buffer overflow: %s %s" +msgstr "" + +#: ../../src/util/virusb.c:324 +#, c-format +msgid "dev->name buffer overflow: %.3d:%.3d" +msgstr "" + +#: ../../src/util/virpci.c:1943 +#, c-format +msgid "device %s iommu_group symlink %s has invalid group number %s" +msgstr "" + +#: ../../src/util/virmdev.c:314 +#, c-format +msgid "device %s is already in use" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:5770 ../../src/qemu/qemu_driver.c:12935 +#, c-format +msgid "device %s is not a PCI device" +msgstr "" + +#: ../../src/libxl/xen_xl.c:1036 +#, c-format +msgid "device %s too big for destination" +msgstr "" + +#: ../../src/network/bridge_driver.c:3464 +#, c-format +msgid "device '%s' in network '%s' is not an SR-IOV Virtual Function" +msgstr "" + +#: ../../src/util/virmdev.c:120 +#, c-format +msgid "device API '%s' not supported yet" +msgstr "" + +#: ../../tools/virsh-domain.c:12152 +msgid "device alias" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:1445 +msgid "device alias not found: cannot set link state to down" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5363 +msgid "device cannot be detached: device is busy" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3595 ../../src/lxc/lxc_driver.c:3075 +#: ../../src/qemu/qemu_driver.c:8172 ../../src/qemu/qemu_driver.c:8271 +msgid "device is already in the domain configuration" +msgstr "" + +#: ../../tools/virsh-nodedev.c:606 ../../tools/virsh-nodedev.c:673 +#: ../../tools/virsh-nodedev.c:724 +msgid "device key" +msgstr "" + +#: ../../tools/virsh-nodedev.c:109 ../../tools/virsh-nodedev.c:534 +msgid "device name or wwn pair in 'wwnn,wwpn' format" +msgstr "" + +#: ../../src/util/virerror.c:1209 +msgid "device not found" +msgstr "" + +#: ../../src/util/virerror.c:1210 +#, c-format +msgid "device not found: %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3993 ../../src/libxl/libxl_driver.c:4013 +#: ../../src/lxc/lxc_driver.c:3170 ../../src/qemu/qemu_driver.c:8368 +#: ../../src/qemu/qemu_driver.c:8378 ../../src/qemu/qemu_driver.c:8402 +#: ../../src/qemu/qemu_hotplug.c:2044 +msgid "device not present in domain configuration" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5869 +#, c-format +msgid "device of type '%s' has no device info" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:440 +#: ../../src/storage/storage_backend_disk.c:466 +#, c-format +msgid "device path '%s' doesn't exist" +msgstr "" + +#: ../../tools/virsh-domain.c:7626 +msgid "device to set threshold for" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3521 ../../src/lxc/lxc_driver.c:3898 +#, c-format +msgid "device type '%s' cannot be attached" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3959 ../../src/lxc/lxc_driver.c:4294 +#, c-format +msgid "device type '%s' cannot be detached" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4054 +#, c-format +msgid "device type '%s' cannot be updated" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3382 +#, c-format +msgid "device type '%s' cannot hot unplugged" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:3360 ../../src/lxc/lxc_driver.c:3849 +#: ../../src/lxc/lxc_driver.c:3938 ../../src/lxc/lxc_driver.c:4076 +#: ../../src/lxc/lxc_driver.c:4136 ../../src/lxc/lxc_driver.c:4183 +msgid "devices cgroup isn't mounted" +msgstr "" + +#: ../../src/conf/network_conf.c:3040 +#, c-format +msgid "dhcp is supported only for a single %s address on each network" +msgstr "" + +#: ../../src/conf/network_conf.c:3216 +msgid "dhcp ranges cannot be modified, only added or deleted" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2196 +#, c-format +msgid "different iotunes for disks %s and %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8221 +msgid "dimm memory info data is missing 'id'" +msgstr "" + +#: ../../tools/virsh-volume.c:987 +msgid "dir" +msgstr "" + +#: ../../src/util/virfirewall.c:183 +#, c-format +msgid "direct firewall backend requested, but %s is not available" +msgstr "" + +#: ../../tools/virsh-domain.c:10561 +msgid "direct migration" +msgstr "" + +#: ../../src/libvirt-domain.c:4041 +msgid "direct migration is not supported by the source host" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:475 +#, c-format +msgid "" +"direct setting of the vlan tag is not allowed for hostdev devices using %s " +"mode" +msgstr "" + +#: ../../tools/vsh.c:3130 +msgid "directory to switch to (default: home or else root)" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1355 +msgid "disable" +msgstr "" + +#: ../../tools/virsh-domain.c:1115 ../../tools/virsh-network.c:151 +#: ../../tools/virsh-pool.c:205 +msgid "disable autostarting" +msgstr "" + +#: ../../tools/virsh-domain.c:7464 +msgid "disable cpus specified by cpulist" +msgstr "" + +#: ../../tools/virsh-domain.c:7550 +msgid "disable cpus specified by cpumap" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:620 +msgid "disable shared memory is not available with this QEMU binary" +msgstr "" + +#: ../../tools/virsh-domain.c:9403 +msgid "disabled" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2130 +msgid "discard is not supported by this QEMU binary" +msgstr "" + +#: ../../src/conf/domain_conf.c:6657 +msgid "discard is not supported for nvdimms" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:1363 +#, c-format +msgid "discarding %llu bytes failed on RBD image %s at offset %llu" +msgstr "" + +#: ../../tools/virsh-domain.c:13090 +msgid "disconnect" +msgstr "" + +#: ../../tools/virsh-domain.c:13470 +msgid "disconnected" +msgstr "" + +#: ../../tools/virsh-pool.c:1495 +msgid "discover potential storage pool sources" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:673 +msgid "disjoint NUMA cpu ranges are not supported with this QEMU" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17579 ../../src/qemu/qemu_driver.c:17808 +#, c-format +msgid "disk %s does not have an active block job" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18528 +#, c-format +msgid "disk %s has no source file to be committed" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3349 ../../src/lxc/lxc_driver.c:3927 +#: ../../src/qemu/qemu_hotplug.c:5224 +#, c-format +msgid "disk %s not found" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:8838 ../../src/qemu/qemu_domain.c:8847 +#, c-format +msgid "disk '%s' already in active block job" +msgstr "" + +#: ../../src/conf/backup_conf.c:139 +#, c-format +msgid "disk '%s' backup state wrong or missing'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:11940 ../../src/test/test_driver.c:8041 +#, c-format +msgid "disk '%s' does not currently have a source assigned" +msgstr "" + +#: ../../src/qemu/qemu_blockjob.c:184 +#, c-format +msgid "disk '%s' has a blockjob assigned" +msgstr "" + +#: ../../src/conf/backup_conf.c:410 +#, c-format +msgid "disk '%s' has no media" +msgstr "" + +#: ../../src/conf/domain_conf.c:6111 +#, c-format +msgid "disk '%s' improperly configured for a device='lun'" +msgstr "" + +#: ../../src/conf/checkpoint_conf.c:350 +#, c-format +msgid "disk '%s' is empty or readonly" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:719 +#, c-format +msgid "disk '%s' must use snapshot mode '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:7994 +#, c-format +msgid "disk '%s' not found" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:10452 +#, c-format +msgid "disk '%s' not found in domain" +msgstr "" + +#: ../../src/conf/backup_conf.c:469 ../../src/conf/checkpoint_conf.c:342 +#: ../../src/conf/snapshot_conf.c:696 +#, c-format +msgid "disk '%s' specified twice" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:10800 ../../src/qemu/qemu_driver.c:19505 +#: ../../src/test/test_driver.c:3892 +#, c-format +msgid "disk '%s' was not found in the domain config" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:223 +msgid "disk attributes: disk[,checkpoint=type][,bitmap=name]" +msgstr "" + +#: ../../tools/virsh-snapshot.c:384 +msgid "" +"disk attributes: disk[,snapshot=type][,driver=type][,stype=type][,file=name]" +msgstr "" + +#: ../../src/libxl/xen_xl.c:801 +#, c-format +msgid "disk backend not supported: %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3376 +#, c-format +msgid "disk bus '%s' cannot be hot unplugged." +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3088 ../../src/qemu/qemu_hotplug.c:1078 +#, c-format +msgid "disk bus '%s' cannot be hotplugged." +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4047 +#, c-format +msgid "disk bus '%s' cannot be updated." +msgstr "" + +#: ../../src/qemu/qemu_domain.c:10502 +msgid "disk device 'lun' doesn't support encryption" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:10495 +msgid "disk device 'lun' doesn't support storage slice" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:10489 +msgid "disk device 'lun' must use 'raw' format" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5259 +#, c-format +msgid "disk device type '%s' cannot be detached" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3094 +#, c-format +msgid "disk device type '%s' cannot be hotplugged" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1995 +#, c-format +msgid "disk device='lun' is not supported for bus='%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:10475 +#, c-format +msgid "disk device='lun' is not supported for protocol='%s'" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:1053 +msgid "disk device='lun' is not supported for usb bus" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:10482 +msgid "disk device='lun' is only valid for block type disk source" +msgstr "" + +#: ../../src/qemu/qemu_alias.c:703 +msgid "disk does not have an alias" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:742 +#, c-format +msgid "disk driver %s is not supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:10165 +msgid "disk event_idx mode supported only for virtio bus" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:705 +#, c-format +msgid "disk format %s is not supported" +msgstr "" + +#: ../../src/libxl/xen_xl.c:774 +#, c-format +msgid "disk image format not supported: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:10171 +msgid "disk ioeventfd mode supported only for virtio bus" +msgstr "" + +#: ../../src/conf/domain_conf.c:9922 +#, c-format +msgid "disk iotune field '%s' must be an integer" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3622 +msgid "disk migration was active, but 'remaining' data was missing" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3631 +msgid "disk migration was active, but 'total' data was missing" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3613 +msgid "disk migration was active, but 'transferred' data was missing" +msgstr "" + +#: ../../src/conf/domain_conf.c:6150 +#, c-format +msgid "disk model '%s' not supported for bus '%s'" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:4537 +msgid "disk port address is not supported by tunnelled migration" +msgstr "" + +#: ../../src/conf/domain_conf.c:10585 +msgid "disk product is more than 16 characters" +msgstr "" + +#: ../../src/conf/domain_conf.c:10591 +msgid "disk product is not printable string" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:198 +#, c-format +msgid "disk snapshot image path '%s' must be absolute" +msgstr "" + +#: ../../src/esx/esx_driver.c:4086 +msgid "disk snapshots not supported yet" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8012 +msgid "disk source can be changed only in removable drives" +msgstr "" + +#: ../../src/conf/domain_conf.c:32217 +msgid "disk source mode is only valid when storage pool is of iscsi type" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3055 +msgid "disk source path is missing" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:2106 +#, c-format +msgid "disk target %s not found" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1952 +#, c-format +msgid "disk type of '%s' does not support ejectable media" +msgstr "" + +#: ../../src/conf/domain_conf.c:10570 +msgid "disk vendor is more than 8 characters" +msgstr "" + +#: ../../src/conf/domain_conf.c:10576 +msgid "disk vendor is not printable string" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:493 +#, c-format +msgid "disk-only flag for snapshot %s requires disk-snapshot state" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14908 +msgid "" +"disk-only snapshots require at least one disk to be selected for snapshot" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:1257 ../../src/qemu/qemu_driver.c:776 +msgid "display" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:416 +msgid "display all block devices info" +msgstr "" + +#: ../../tools/virsh-host.c:141 +msgid "display available free memory for the NUMA cell." +msgstr "" + +#: ../../tools/virsh-host.c:267 +msgid "display available free pages for the NUMA cell." +msgstr "" + +#: ../../tools/virsh-pool.c:1098 +msgid "display extended details for pools" +msgstr "" + +#: ../../tools/virsh-volume.c:1369 +msgid "display extended details for volumes" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1642 +msgid "" +"display property of device vfio-pci is not supported by this version of QEMU" +msgstr "" + +#: ../../tools/virsh-domain.c:5423 +msgid "display the progress of dump" +msgstr "" + +#: ../../tools/virsh-domain.c:10601 +msgid "display the progress of migration" +msgstr "" + +#: ../../tools/virsh-domain.c:4219 ../../tools/virsh-domain.c:4752 +msgid "display the progress of save" +msgstr "" + +#: ../../src/util/virdnsmasq.c:732 +#, c-format +msgid "dnsmasq binary %s is not executable" +msgstr "" + +#: ../../tools/virsh-interface.c:798 +msgid "do not enable STP for this bridge" +msgstr "" + +#: ../../tools/virsh-pool.c:48 +msgid "do not overwrite any existing data" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2166 +msgid "do not pretty-print the fields" +msgstr "" + +#: ../../tools/virsh-domain.c:10581 +msgid "do not restart the domain on the destination host" +msgstr "" + +#: ../../src/util/virerror.c:997 +#, c-format +msgid "domain %s exists already" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5658 +#, c-format +msgid "domain %s has no snapshots with name %s" +msgstr "" + +#: ../../src/vbox/vbox_tmpl.c:327 +#, c-format +msgid "domain %s is already running" +msgstr "" + +#: ../../src/conf/virdomainobjlist.c:331 +#, c-format +msgid "domain '%s' already exists with uuid %s" +msgstr "" + +#: ../../src/test/test_driver.c:2514 +#, c-format +msgid "domain '%s' coredump: failed to open %s" +msgstr "" + +#: ../../src/test/test_driver.c:2520 +#, c-format +msgid "domain '%s' coredump: failed to write header to %s" +msgstr "" + +#: ../../src/test/test_driver.c:2526 +#, c-format +msgid "domain '%s' coredump: write failed: %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:8057 +#, c-format +msgid "domain '%s' has no capabilities recorded" +msgstr "" + +#: ../../tools/virsh-snapshot.c:699 +#, c-format +msgid "domain '%s' has no current snapshot" +msgstr "" + +#: ../../src/libvirt-qemu.c:283 +#, c-format +msgid "domain '%s' in %s must match connection" +msgstr "" + +#: ../../src/conf/virdomainobjlist.c:310 +#, c-format +msgid "domain '%s' is already active" +msgstr "" + +#: ../../src/conf/virdomainobjlist.c:294 +#, c-format +msgid "domain '%s' is already being removed" +msgstr "" + +#: ../../src/conf/virdomainobjlist.c:316 +#, c-format +msgid "domain '%s' is already being started" +msgstr "" + +#: ../../src/conf/virdomainobjlist.c:301 +#, c-format +msgid "domain '%s' is already defined with uuid %s" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:5528 +#, c-format +msgid "domain '%s' is not being migrated" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:5526 +#, c-format +msgid "domain '%s' is not processing incoming migration" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:6813 +#, c-format +msgid "domain '%s' is not running" +msgstr "" + +#: ../../src/libvirt-domain.c:9308 +#, c-format +msgid "domain '%s' must match connection" +msgstr "" + +#: ../../src/test/test_driver.c:1861 +#, c-format +msgid "domain '%s' not paused" +msgstr "" + +#: ../../src/test/test_driver.c:1892 ../../src/test/test_driver.c:1959 +#, c-format +msgid "domain '%s' not running" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3605 +msgid "domain already has VNC graphics" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8296 +msgid "domain already has a vsock device" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8282 ../../src/qemu/qemu_hotplug.c:3079 +msgid "domain already has a watchdog" +msgstr "" + +#: ../../tools/virsh-host.c:92 +msgid "domain architecture (/domain/os/type/@arch)" +msgstr "" + +#: ../../tools/virsh-backup.c:42 +msgid "domain backup XML" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:395 +msgid "domain block device size information" +msgstr "" + +#: ../../tools/virsh-host.c:73 +msgid "domain capabilities" +msgstr "" + +#: ../../tools/virsh-backup.c:46 ../../tools/virsh-checkpoint.c:96 +msgid "domain checkpoint XML" +msgstr "" + +#: ../../src/vz/vz_driver.c:1471 +msgid "domain config update needs VIR_DOMAIN_AFFECT_CONFIG flag to be set" +msgstr "" + +#: ../../src/conf/domain_capabilities.c:636 +#, c-format +msgid "domain configuration does not support '%s' value '%s'" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:892 +msgid "domain control interface state" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1510 +msgid "domain core dump job" +msgstr "" + +#: ../../tools/virsh-domain.c:11481 +msgid "domain display connection URI" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:7200 ../../src/qemu/qemu_driver.c:7239 +msgid "domain does not have managed save image" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:4320 +#: ../../src/remote/remote_daemon_dispatch.c:4636 +#, c-format +msgid "domain event %d not registered" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:4680 +#, c-format +msgid "domain event callback %d not registered" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:16448 +msgid "domain genid update requires restart" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1237 +msgid "domain has 'invtsc' CPU feature but TSC frequency is not specified" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:1111 +msgid "domain has SMM turned off but chosen firmware requires it" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:16316 ../../src/qemu/qemu_migration.c:1210 +msgid "domain has active block job" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:376 +msgid "domain has assigned host devices" +msgstr "" + +#: ../../src/vbox/vbox_common.c:6551 +msgid "domain has no snapshots" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8477 +msgid "domain has no watchdog" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22286 ../../src/test/test_driver.c:3156 +msgid "domain has to be shutoff before renaming" +msgstr "" + +#: ../../tools/virsh-domain.c:10507 +msgid "domain id or name" +msgstr "" + +#: ../../tools/virsh-domain.c:10389 +msgid "domain id or uuid" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1269 +msgid "domain information" +msgstr "" + +#: ../../tools/virsh-domain.c:10175 +msgid "domain information in XML" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2708 ../../src/qemu/qemu_driver.c:1889 +#: ../../src/qemu/qemu_driver.c:7574 +msgid "domain is already running" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1202 +msgid "domain is marked for auto destroy" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:6653 ../../src/qemu/qemu_domain.c:6725 +#: ../../src/qemu/qemu_driver.c:3204 +msgid "domain is no longer running" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:558 ../../src/openvz/openvz_driver.c:614 +#: ../../src/openvz/openvz_driver.c:2046 ../../src/vmware/vmware_driver.c:499 +#: ../../src/vmware/vmware_driver.c:556 ../../src/vmware/vmware_driver.c:633 +msgid "domain is not in running state" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:1025 ../../src/vmware/vmware_driver.c:375 +msgid "domain is not in shutoff state" +msgstr "" + +#: ../../src/vmware/vmware_driver.c:596 +msgid "domain is not in suspend state" +msgstr "" + +#: ../../src/conf/domain_conf.c:3732 ../../src/conf/domain_conf.c:3864 +#: ../../src/conf/domain_conf.c:7375 ../../src/qemu/qemu_domain.c:9082 +#: ../../src/qemu/qemu_driver.c:1933 ../../src/qemu/qemu_driver.c:1966 +#: ../../src/qemu/qemu_driver.c:2263 ../../src/qemu/qemu_monitor.c:789 +#: ../../src/test/test_driver.c:2129 +msgid "domain is not running" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:2254 +msgid "domain is not running on destination host" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18028 +msgid "domain is not transient" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:1839 ../../src/qemu/qemu_driver.c:1885 +msgid "domain is pmsuspended" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2432 +msgid "domain is transient" +msgstr "" + +#: ../../tools/virsh-domain.c:6111 +msgid "domain job information" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:993 +#, c-format +msgid "domain master key file doesn't exist in %s" +msgstr "" + +#: ../../src/conf/virdomainmomentobjlist.c:246 +#, c-format +msgid "domain moment %s already exists" +msgstr "" + +#: ../../src/conf/backup_conf.c:452 +msgid "domain must have at least one disk to perform backup" +msgstr "" + +#: ../../src/conf/checkpoint_conf.c:316 +msgid "domain must have at least one disk to perform checkpoints" +msgstr "" + +#: ../../tools/virsh-domain.c:10421 ../../tools/virsh-domain.c:10469 +msgid "domain name or uuid" +msgstr "" + +#: ../../tools/virsh.h:80 ../../tools/virsh.h:117 ../../tools/virsh.h:130 +msgid "domain name, id or uuid" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1508 +msgid "domain save job" +msgstr "" + +#: ../../tools/virsh-snapshot.c:125 +msgid "domain snapshot XML" +msgstr "" + +#: ../../tools/virsh-domain.c:13476 +msgid "domain started" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1408 +msgid "domain state" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2168 ../../src/lxc/lxc_driver.c:2191 +msgid "domain stats query failed" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1460 +msgid "domain time" +msgstr "" + +#: ../../tools/virsh-host.c:601 +msgid "domain type" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:590 +msgid "domain type is not defined" +msgstr "" + +#: ../../tools/virsh-domain.c:6567 +msgid "domain vcpu counts" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22280 +msgid "domain with a managed saved state can't be renamed" +msgstr "" + +#: ../../src/test/test_driver.c:271 +msgid "domain with managedsave data can only have runstate 'shutoff'" +msgstr "" + +#: ../../src/conf/virdomainobjlist.c:456 +#, c-format +msgid "domain with name '%s' already exists" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1251 +msgid "domain's dimm info lacks slot ID or base address" +msgstr "" + +#: ../../src/libvirt-domain.c:2765 +msgid "domainMigratePrepare did not set uri" +msgstr "" + +#: ../../src/libvirt-domain.c:2888 ../../src/qemu/qemu_migration.c:4056 +msgid "domainMigratePrepare2 did not set uri" +msgstr "" + +#: ../../src/libvirt-domain.c:3092 ../../src/libxl/libxl_migration.c:1058 +#: ../../src/qemu/qemu_migration.c:4293 +msgid "domainMigratePrepare3 did not set uri" +msgstr "" + +#: ../../src/conf/backup_conf.c:297 +msgid "domainbackup" +msgstr "" + +#: ../../src/conf/checkpoint_conf.c:209 +msgid "domaincheckpoint" +msgstr "" + +#: ../../src/libvirt-domain.c:11848 +msgid "domains in 'doms' array must belong to a single connection" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:429 +msgid "domainsnapshot" +msgstr "" + +#: ../../src/libvirt-domain.c:11828 +#, c-format +msgid "doms array in %s must contain at least one domain" +msgstr "" + +#: ../../tools/virsh-domain.c:6127 +msgid "don't destroy statistics of a recently completed job when reading" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5084 +#, c-format +msgid "don't know how to remove a %s device" +msgstr "" + +#: ../../tools/virsh-interface.c:806 +msgid "don't start the bridge immediately" +msgstr "" + +#: ../../tools/virsh-interface.c:1029 +msgid "don't start the un-slaved interface immediately (not recommended)" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:208 ../../tools/libvirt-guests.sh.in:252 +msgid "done" +msgstr "" + +#: ../../tools/virsh-volume.c:757 +msgid "download volume contents to a file" +msgstr "" + +#: ../../src/qemu/qemu_monitor_text.c:51 +msgid "drive hotplug is not supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:5585 +#, c-format +msgid "driver does not support net model '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:242 +msgid "driver of disk device" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1908 +#, c-format +msgid "driver serial '%s' contains unsafe characters" +msgstr "" + +#: ../../tools/virsh-domain.c:13132 +msgid "dropped" +msgstr "" + +#: ../../tools/virsh-domain.c:5427 +msgid "dump domain's memory only" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13569 +#, c-format +msgid "dump query failed, status=%d" +msgstr "" + +#: ../../tools/virsh-domain.c:5397 +msgid "dump the core of a domain to a file for analysis" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3741 +msgid "dump-guest-memory is not supported" +msgstr "" + +#: ../../src/libvirt-domain.c:1318 +#, c-format +msgid "dumpformat '%d' is not supported" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:190 +msgid "dumping" +msgstr "" + +#: ../../src/lxc/lxc_container.c:292 +msgid "dup2(stderr) failed" +msgstr "" + +#: ../../src/lxc/lxc_container.c:280 +msgid "dup2(stdin) failed" +msgstr "" + +#: ../../src/lxc/lxc_container.c:286 +msgid "dup2(stdout) failed" +msgstr "" + +#: ../../src/util/virstoragefile.c:2992 +#, c-format +msgid "duplicate 'id' found in '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:21149 +#, c-format +msgid "duplicate blkio device path '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:2256 +#, c-format +msgid "duplicate cookie '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:18854 +#, c-format +msgid "duplicate iothread id '%u' found" +msgstr "" + +#: ../../src/conf/domain_conf.c:18978 +#, c-format +msgid "duplicate iothreadpin for same iothread '%u'" +msgstr "" + +#: ../../src/util/virjson.c:598 +#, c-format +msgid "duplicate key '%s'" +msgstr "" + +#: ../../src/conf/netdev_vlan_conf.c:78 +msgid "duplicate native vlan setting" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5849 +#, c-format +msgid "duplicate vcpu order '%u'" +msgstr "" + +#: ../../src/conf/domain_conf.c:18904 +#, c-format +msgid "duplicate vcpupin for vcpu '%d'" +msgstr "" + +#: ../../tools/virsh-domain.c:3482 +msgid "duration in seconds" +msgstr "" + +#: ../../tools/virsh-domain.c:1321 +msgid "duration in seconds to allow read I/O operations max" +msgstr "" + +#: ../../tools/virsh-domain.c:1297 +msgid "duration in seconds to allow read max bytes" +msgstr "" + +#: ../../tools/virsh-domain.c:1313 +msgid "duration in seconds to allow total I/O operations max" +msgstr "" + +#: ../../tools/virsh-domain.c:1289 +msgid "duration in seconds to allow total max bytes" +msgstr "" + +#: ../../tools/virsh-domain.c:1329 +msgid "duration in seconds to allow write I/O operations max" +msgstr "" + +#: ../../tools/virsh-domain.c:1305 +msgid "duration in seconds to allow write max bytes" +msgstr "" + +#: ../../src/conf/domain_conf.c:9051 +msgid "dynamic label type must use resource relabeling" +msgstr "" + +#: ../../tools/vsh.c:3200 +msgid "echo arguments" +msgstr "" + +#: ../../tools/virsh-domain.c:12853 +msgid "edit XML configuration for a domain" +msgstr "" + +#: ../../tools/virsh-network.c:1110 +msgid "edit XML configuration for a network" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:393 +msgid "edit XML configuration for a network filter" +msgstr "" + +#: ../../tools/virsh-interface.c:98 +msgid "edit XML configuration for a physical host interface" +msgstr "" + +#: ../../tools/virsh-pool.c:1810 +msgid "edit XML configuration for a storage pool" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:327 +msgid "edit XML for a checkpoint" +msgstr "" + +#: ../../tools/virsh-domain.c:4901 +msgid "edit XML for a domain's managed save state file" +msgstr "" + +#: ../../tools/virsh-domain.c:4656 +msgid "edit XML for a domain's saved state file" +msgstr "" + +#: ../../tools/virsh-snapshot.c:508 +msgid "edit XML for a snapshot" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3261 +msgid "egl-headless display is not supported with this QEMU binary" +msgstr "" + +#: ../../tools/virsh-network.c:1306 ../../tools/virsh-nodedev.c:916 +#: ../../tools/virsh-pool.c:2040 ../../tools/virsh-secret.c:782 +msgid "either --list or --event <type> is required" +msgstr "" + +#: ../../tools/virsh-domain.c:950 ../../tools/virsh-domain.c:3304 +msgid "either inbound average or floor is mandatory" +msgstr "" + +#: ../../src/util/virsecret.c:82 +msgid "either secret uuid or usage expected" +msgstr "" + +#: ../../tools/virsh-domain.c:13556 +msgid "element" +msgstr "" + +#: ../../src/conf/domain_conf.c:20991 +msgid "element 'genid' can only appear once" +msgstr "" + +#: ../../src/conf/storage_conf.c:551 +msgid "element 'name' is mandatory for RBD pool" +msgstr "" + +#: ../../src/network/leaseshelper.c:230 +msgid "empty json array" +msgstr "" + +#: ../../src/vz/vz_driver.c:3946 +msgid "empty path" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:113 +msgid "empty rbd option name specified" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:125 +#, c-format +msgid "empty rbd option value specified for name '%s'" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:585 +#, c-format +msgid "emulator '%s' is not executable" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:578 +#, c-format +msgid "emulator '%s' not found" +msgstr "" + +#: ../../tools/virsh-domain.c:7315 +msgid "emulator:" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1355 +msgid "enable" +msgstr "" + +#: ../../tools/virsh-domain.c:7460 +msgid "enable cpus specified by cpulist" +msgstr "" + +#: ../../tools/virsh-domain.c:7546 +msgid "enable cpus specified by cpumap" +msgstr "" + +#: ../../tools/virsh-domain.c:10710 +msgid "enable parallel migration" +msgstr "" + +#: ../../tools/virsh-domain.c:10621 +msgid "enable post-copy migration; switch to it using migrate-postcopy command" +msgstr "" + +#: ../../tools/virsh-domain.c:9401 +msgid "enabled" +msgstr "" + +#: ../../src/nwfilter/nwfilter_learnipaddr.c:665 +#, c-format +msgid "encountered an error on interface %s index %d" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:974 +msgid "encrypted VNC TLS keys are not supported with this QEMU binary" +msgstr "" + +#: ../../src/storage/storage_util.c:614 +msgid "encrypted ploop volumes are not supported with ploop init" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:1576 +msgid "encrypted secrets are not supported" +msgstr "" + +#: ../../src/util/virstoragefile.c:954 +#, c-format +msgid "encryption format %d doesn't match expected format %d" +msgstr "" + +#: ../../src/storage/storage_util.c:1094 +msgid "encryption format of inputvol must be LUKS" +msgstr "" + +#: ../../src/util/virsocketaddr.c:915 +#, c-format +msgid "end of range %s - %s in network %s/%d is the broadcast address" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2170 +msgid "enforce requested stats parameters" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4907 +msgid "entry was missing 'device'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4953 +msgid "entry was missing 'len'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4947 +msgid "entry was missing 'offset'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4941 +msgid "entry was missing 'speed'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4925 +msgid "entry was missing 'type'" +msgstr "" + +#: ../../tools/virsh-nodedev.c:364 +msgid "enumerate devices on this host" +msgstr "" + +#: ../../src/util/virerror.c:660 ../../tools/virsh-domain-monitor.c:109 +msgid "error" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:990 +#, c-format +msgid "error %d during port-profile setlink on interface %s (%d)" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:1069 +#, c-format +msgid "error adding fdb entry for %s" +msgstr "" + +#: ../../src/security/security_apparmor.c:588 +msgid "error calling aa_change_profile()" +msgstr "" + +#: ../../src/libvirt-lxc.c:230 ../../src/security/security_selinux.c:1245 +msgid "error calling security_getenforce()" +msgstr "" + +#: ../../src/libvirt-lxc.c:249 +#, c-format +msgid "error changing profile to %s" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:1394 +msgid "error copying UUID" +msgstr "" + +#: ../../src/security/security_apparmor.c:501 +msgid "error copying profile name" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:986 +msgid "error count:" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:345 +#, c-format +msgid "error creating %s interface %s@%s (%s)" +msgstr "" + +#: ../../src/util/virnetdevbridge.c:462 +#, c-format +msgid "error creating bridge interface %s" +msgstr "" + +#: ../../src/storage/storage_util.c:642 +msgid "error creating directory for ploop volume" +msgstr "" + +#: ../../src/util/virnetlink.c:646 +#, c-format +msgid "error destroying network device %s" +msgstr "" + +#: ../../src/util/virnetlink.c:723 +msgid "error dumping" +msgstr "" + +#: ../../src/util/virnetlink.c:441 +#, c-format +msgid "error dumping %s (%d) interface" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:824 +#, c-format +msgid "error during virtual port configuration of ifindex %d" +msgstr "" + +#: ../../src/util/virerror.c:1179 +msgid "error from service" +msgstr "" + +#: ../../src/util/virerror.c:1180 +#, c-format +msgid "error from service: %s" +msgstr "" + +#: ../../src/security/security_apparmor.c:494 +msgid "error getting profile status" +msgstr "" + +#: ../../src/util/virnetlink.c:250 +msgid "error in poll call" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:527 +msgid "error parsing IFLA_PORT_SELF part" +msgstr "" + +#: ../../src/util/virnetdev.c:1652 +msgid "error parsing IFLA_VF_INFO" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:600 +msgid "error parsing IFLA_VF_PORT during error reporting" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:553 +msgid "error parsing IFLA_VF_PORT part" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:488 +msgid "error parsing pid of lldpad" +msgstr "" + +#: ../../src/util/virnetdevip.c:464 +msgid "error reading DAD state information" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:2455 +msgid "error receiving signal from container" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:360 +msgid "error sending continue signal to daemon" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:545 +msgid "error while iterating over IFLA_VF_PORTS part" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:491 +#, c-format +msgid "error while opening private key '%s', wrong passphrase?" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:484 +#, c-format +msgid "error while reading private key '%s'" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:529 +#, c-format +msgid "error while reading public key '%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2511 +msgid "error while resuming the domain" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2460 +msgid "error while suspending the domain" +msgstr "" + +#: ../../tools/vsh.c:1973 +msgid "error: " +msgstr "" + +#: ../../tools/vsh.c:3177 +msgid "escape for XML use" +msgstr "" + +#: ../../tools/vsh.c:3173 +msgid "escape for shell use" +msgstr "" + +#: ../../src/util/virnetdev.c:2867 +msgid "ethtool ioctl error" +msgstr "" + +#: ../../tools/virsh-domain.c:13212 +#, c-format +msgid "event '%s' for domain %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13343 +#, c-format +msgid "event '%s' for domain %s: %s for %s %s\n" +msgstr "" + +#: ../../tools/virsh-nodedev.c:834 +#, c-format +msgid "event '%s' for node device %s\n" +msgstr "" + +#: ../../tools/virsh-secret.c:702 +#, c-format +msgid "event '%s' for secret %s\n" +msgstr "" + +#: ../../tools/virsh-pool.c:1960 +#, c-format +msgid "event '%s' for storage pool %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13489 +#, c-format +msgid "event 'agent-lifecycle' for domain %s: state: '%s' reason: '%s'\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13408 +#, c-format +msgid "event 'balloon-change' for domain %s: %lluKiB\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13586 +#, c-format +msgid "event 'block-threshold' for domain %s: dev: %s(%s) %llu %llu\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13436 +#, c-format +msgid "event 'device-added' for domain %s: %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13545 +#, c-format +msgid "event 'device-removal-failed' for domain %s: %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13422 +#, c-format +msgid "event 'device-removed' for domain %s: %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13363 +#, c-format +msgid "event 'disk-change' for domain %s disk %s: %s -> %s: %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13293 +#, c-format +msgid "" +"event 'graphics' for domain %s: %s local[%s %s %s] remote[%s %s %s] %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13272 +#, c-format +msgid "event 'io-error' for domain %s: %s (%s) %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13323 +#, c-format +msgid "event 'io-error-reason' for domain %s: %s (%s) %s due to %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13524 +#, c-format +msgid "event 'job-completed' for domain %s:\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13227 +#, c-format +msgid "event 'lifecycle' for domain %s: %s %s\n" +msgstr "" + +#: ../../tools/virsh-network.c:1232 +#, c-format +msgid "event 'lifecycle' for network %s: %s\n" +msgstr "" + +#: ../../tools/virsh-nodedev.c:804 +#, c-format +msgid "event 'lifecycle' for node device %s: %s\n" +msgstr "" + +#: ../../tools/virsh-secret.c:669 +#, c-format +msgid "event 'lifecycle' for secret %s: %s\n" +msgstr "" + +#: ../../tools/virsh-pool.c:1929 +#, c-format +msgid "event 'lifecycle' for storage pool %s: %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13567 +#, c-format +msgid "event 'metdata-change' for domain %s: %s %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13505 +#, c-format +msgid "event 'migration-iteration' for domain %s: iteration: '%d'\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13242 +#, c-format +msgid "event 'rtc-change' for domain %s: %lld\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13382 +#, c-format +msgid "event 'tray-change' for domain %s disk %s: %s\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13453 +#, c-format +msgid "event 'tunable' for domain %s:\n" +msgstr "" + +#: ../../tools/virsh-domain.c:13256 +#, c-format +msgid "event 'watchdog' for domain %s: %s\n" +msgstr "" + +#: ../../src/conf/object_event.c:423 +msgid "event callback already tracked" +msgstr "" + +#: ../../src/conf/object_event.c:991 +#, c-format +msgid "event callback function %p not registered" +msgstr "" + +#: ../../src/conf/object_event.c:1039 +#, c-format +msgid "event callback id %d not registered" +msgstr "" + +#: ../../src/bhyve/bhyve_monitor.c:123 +#, c-format +msgid "event from unexpected fd %d!=%d / watch %d!=%d" +msgstr "" + +#: ../../src/bhyve/bhyve_monitor.c:145 +#, c-format +msgid "event from unexpected proc %ju!=%ju" +msgstr "" + +#: ../../tools/virsh-domain.c:9845 ../../tools/virsh-domain.c:13774 +#: ../../tools/virsh-network.c:1336 ../../tools/virsh-nodedev.c:954 +#: ../../tools/virsh-pool.c:2071 ../../tools/virsh-secret.c:812 +msgid "event loop interrupted\n" +msgstr "" + +#: ../../tools/virsh-domain.c:9848 ../../tools/virsh-domain.c:13777 +#: ../../tools/virsh-network.c:1339 ../../tools/virsh-nodedev.c:957 +#: ../../tools/virsh-pool.c:2074 ../../tools/virsh-secret.c:815 +msgid "event loop timed out\n" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:172 +msgid "event wakeup" +msgstr "" + +#: ../../src/libvirt-network.c:1063 ../../src/libvirt-nodedev.c:825 +#: ../../src/libvirt-secret.c:760 ../../src/libvirt-storage.c:2297 +#, c-format +msgid "eventID in %s must be less than %d" +msgstr "" + +#: ../../src/libvirt-domain.c:9317 +#, c-format +msgid "eventID must be less than %d" +msgstr "" + +#: ../../tools/virsh-domain.c:9855 ../../tools/virsh-domain.c:13784 +#: ../../tools/virsh-network.c:1346 ../../tools/virsh-nodedev.c:964 +#: ../../tools/virsh-pool.c:2081 ../../tools/virsh-secret.c:822 +#, c-format +msgid "events received: %d\n" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:2208 +msgid "exactly one of 'device' and 'nodename' need to be specified" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:897 +msgid "exclude <domain> from XML" +msgstr "" + +#: ../../tools/virsh-domain.c:9939 +msgid "execute command without timeout" +msgstr "" + +#: ../../tools/virsh-domain.c:9935 +msgid "execute command without waiting for timeout" +msgstr "" + +#: ../../tools/virsh-interface.c:789 +msgid "existing interface name" +msgstr "" + +#: ../../src/util/virprocess.c:140 +#, c-format +msgid "exit status %d" +msgstr "" + +#: ../../src/storage/storage_backend_fs.c:224 +msgid "expected exactly 1 device for the storage pool" +msgstr "" + +#: ../../src/storage/storage_backend_fs.c:204 +msgid "expected exactly 1 host for the storage pool" +msgstr "" + +#: ../../src/util/virstoragefile.c:3218 +#, c-format +msgid "expected protocol '%s' but got '%s' in URI JSON volume definition" +msgstr "" + +#: ../../tools/vsh.c:1467 +#, c-format +msgid "expected syntax: --%s <%s>" +msgstr "" + +#: ../../src/conf/domain_conf.c:12225 +#, c-format +msgid "expected unicast mac address, found multicast '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:543 +#, c-format +msgid "expected unicast mac address, found multicast '%s' in network '%s'" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:448 +#, c-format +msgid "expecting %zu consoles, but got %zu tty file handlers" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:372 +#, c-format +msgid "expecting %zu veths, but got %zu" +msgstr "" + +#: ../../src/util/virjson.c:777 ../../src/util/virjson.c:822 +msgid "expecting JSON array" +msgstr "" + +#: ../../src/util/virjson.c:593 +msgid "expecting JSON object" +msgstr "" + +#: ../../src/util/virconf.c:556 +msgid "expecting a name" +msgstr "" + +#: ../../tools/virsh-domain.c:709 +msgid "expecting a pci:0000.00.00.00 or ccw:00.0.0000 address." +msgstr "" + +#: ../../tools/virsh-domain.c:731 +msgid "expecting a scsi:00.00.00 or usb:00.00 or sata:00.00.00 address." +msgstr "" + +#: ../../src/util/virconf.c:617 +msgid "expecting a separator" +msgstr "" + +#: ../../src/util/virconf.c:486 +msgid "expecting a separator in list" +msgstr "" + +#: ../../src/util/virconf.c:453 ../../src/util/virconf.c:522 +msgid "expecting a value" +msgstr "" + +#: ../../src/conf/domain_conf.c:13541 +#, c-format +msgid "expecting absolute path: %s" +msgstr "" + +#: ../../src/util/virconf.c:647 +msgid "expecting an assignment" +msgstr "" + +#: ../../tools/virsh-domain.c:742 +msgid "expecting an ide:00.00.00 address." +msgstr "" + +#: ../../src/conf/domain_conf.c:17062 +#, c-format +msgid "expecting root element of 'disk', not '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:616 +msgid "extended partition already exists" +msgstr "" + +#: ../../tools/virsh-snapshot.c:962 +msgid "external" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14666 +#, c-format +msgid "external active snapshots are not supported on '%s' disks" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14652 +#, c-format +msgid "" +"external active snapshots are not supported on 'network' disks using '%s' " +"protocol" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14616 +msgid "external active snapshots are not supported on scsi passthrough devices" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17869 +#, c-format +msgid "" +"external destination file for disk %s already exists and is not a block " +"device: %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14577 ../../src/qemu/qemu_driver.c:14594 +#, c-format +msgid "external inactive snapshots are not supported on '%s' disks" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14564 +#, c-format +msgid "" +"external inactive snapshots are not supported on 'network' disks using '%s' " +"protocol" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:343 +msgid "external memory snapshots require a filename" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14734 +#, c-format +msgid "" +"external snapshot file for disk %s already exists and is not a block device: " +"%s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14692 +#, c-format +msgid "external snapshot for readonly disk %s is not supported" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14859 +#, c-format +msgid "external snapshot format for disk %s is unsupported: %s" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:269 +#, c-format +msgid "extra %s unsupported in <virtualport type='%s'>" +msgstr "" + +#: ../../tools/virsh-domain.c:9631 +msgid "extract the value of the 'return' key from the returned string" +msgstr "" + +#: ../../tools/vsh.c:2329 +msgid "f - force, try to redefine again" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:218 ../../tools/virsh-domain.c:13117 +msgid "failed" +msgstr "" + +#: ../../src/util/virerror.c:957 +msgid "failed Xen syscall" +msgstr "" + +#: ../../src/util/virerror.c:958 +#, c-format +msgid "failed Xen syscall %s" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1619 +msgid "failed due to I/O error" +msgstr "" + +#: ../../src/bhyve/bhyve_capabilities.c:149 +msgid "failed probing capabilities" +msgstr "" + +#: ../../src/storage/storage_util.c:188 +#, c-format +msgid "failed reading from file '%s'" +msgstr "" + +#: ../../src/util/virfile.c:2346 +#, c-format +msgid "failed recvfd for child creating '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:1931 +#, c-format +msgid "failed to abort job for disk '%s'" +msgstr "" + +#: ../../src/util/virmdev.c:219 +#, c-format +msgid "failed to access '%s'" +msgstr "" + +#: ../../src/util/virvsock.c:100 +msgid "failed to acquire guest cid" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4323 +#, c-format +msgid "failed to add chardev '%s' info" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:480 +msgid "failed to add device into new map" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3432 +#, c-format +msgid "" +"failed to add new filter rules to '%s' - attempting to restore old rules" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:1413 +msgid "failed to add susbsystem filter" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1027 +#, c-format +msgid "failed to apply capabilities: %d" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:305 +msgid "failed to attach cgroup BPF prog" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2188 +msgid "failed to attach the namespace" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:530 ../../src/rpc/virnetsshsession.c:554 +#, c-format +msgid "failed to authenticate using SSH agent: %s" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:828 +#, c-format +msgid "failed to authenticate using agent: %s" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:856 +#, c-format +msgid "failed to authenticate: %s" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:1140 +#, c-format +msgid "failed to begin transaction: %s%s%s" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:227 ../../src/rpc/virnetsshsession.c:351 +msgid "failed to calculate ssh host key hash" +msgstr "" + +#: ../../src/storage/storage_backend_gluster.c:132 +#, c-format +msgid "failed to change to directory '%s' in '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:1241 +msgid "failed to chown secret file" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:1213 +#, c-format +msgid "failed to clone RBD volume %s to %s" +msgstr "" + +#: ../../src/storage/storage_util.c:170 +#, c-format +msgid "failed to clone files from '%s'" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:1396 ../../src/openvz/openvz_driver.c:1453 +msgid "failed to close file" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:248 +#: ../../src/security/virt-aa-helper.c:356 +msgid "failed to close or write to profile" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1218 +msgid "failed to collect snapshot list" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:1165 +#, c-format +msgid "failed to commit transaction: %s%s%s" +msgstr "" + +#: ../../src/conf/domain_event.c:2258 +#, c-format +msgid "failed to compile regex '%s': %s" +msgstr "" + +#: ../../src/storage/storage_backend_gluster.c:126 +#, c-format +msgid "failed to connect to %s" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:216 +msgid "failed to connect to agent socket" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:280 ../../src/qemu/qemu_monitor.c:293 +msgid "failed to connect to monitor socket" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:322 +#, c-format +msgid "failed to connect to the RADOS monitor on: %s" +msgstr "" + +#: ../../tools/virsh.c:229 +msgid "failed to connect to the hypervisor" +msgstr "" + +#: ../../src/util/virsocketaddr.c:892 +#, c-format +msgid "failed to construct broadcast or network address for network %s/%d" +msgstr "" + +#: ../../src/lxc/lxc_native.c:251 +#, c-format +msgid "failed to convert size: '%s'" +msgstr "" + +#: ../../src/util/virxml.c:993 +msgid "failed to convert the XML node tree" +msgstr "" + +#: ../../src/conf/domain_conf.c:20633 +msgid "failed to copy 'vcpus'" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:489 +msgid "failed to copy all device rules" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:423 +msgid "failed to count cgroup BPF map items" +msgstr "" + +#: ../../src/storage/storage_util.c:554 +#, c-format +msgid "failed to create %s" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:1026 +#, c-format +msgid "failed to create (start) interface %s: %s%s%s" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:1105 +#, c-format +msgid "failed to create RBD snapshot %s@%s" +msgstr "" + +#: ../../src/util/virxml.c:1172 +msgid "failed to create a new XML namespace" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:753 +#, c-format +msgid "failed to create channel dir '%s': %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18108 +msgid "failed to create copy target" +msgstr "" + +#: ../../src/util/virfile.c:2618 +#, c-format +msgid "failed to create directory '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:746 +#, c-format +msgid "failed to create dump dir '%s': %s" +msgstr "" + +#: ../../src/qemu/qemu_backup.c:485 ../../src/qemu/qemu_driver.c:15182 +#, c-format +msgid "failed to create image file '%s'" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:237 +msgid "failed to create include file" +msgstr "" + +#: ../../src/network/leaseshelper.c:221 ../../src/util/virlease.c:123 +msgid "failed to create json" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:732 +#, c-format +msgid "failed to create lib dir '%s': %s" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:881 +#, c-format +msgid "failed to create libssh channel: %s" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1786 +#, c-format +msgid "failed to create log dir '%s': %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:7313 ../../src/qemu/qemu_domain.c:7479 +#: ../../src/qemu/qemu_virtiofs.c:203 +#, c-format +msgid "failed to create logfile %s" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:345 +msgid "failed to create profile" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:739 +#, c-format +msgid "failed to create save dir '%s': %s" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:194 ../../src/qemu/qemu_interface.c:321 +#: ../../src/qemu/qemu_monitor.c:251 ../../src/qemu/qemu_vhost_user_gpu.c:133 +msgid "failed to create socket" +msgstr "" + +#: ../../src/util/virfile.c:2245 +#, c-format +msgid "failed to create socket needed for '%s'" +msgstr "" + +#: ../../src/qemu/qemu_slirp.c:181 +msgid "failed to create socketpair" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:725 +#, c-format +msgid "failed to create state dir '%s': %s" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:232 +msgid "failed to create the RADOS cluster" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:344 +#, c-format +msgid "failed to create the RBD IoCTX. Does the pool '%s' exist?" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:1188 +#: ../../src/node_device/node_device_udev.c:1876 +msgid "failed to create udev context" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:1928 +msgid "failed to create udev enumerate thread" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:1901 +msgid "failed to create udev handler thread" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:940 +#, c-format +msgid "failed to create volume '%s/%s'" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:680 +#, c-format +msgid "failed to decode SASL data: %d (%s)" +msgstr "" + +#: ../../src/storage/storage_util.c:2680 +#, c-format +msgid "failed to delete root.hds of volume '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:1078 +#, c-format +msgid "failed to destroy (stop) interface %s: %s%s%s" +msgstr "" + +#: ../../tools/vsh.c:2124 +#, c-format +msgid "failed to determine loop exit status: %s" +msgstr "" + +#: ../../src/network/bridge_driver.c:2550 +msgid "failed to enable IP forwarding" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:763 +#, c-format +msgid "failed to enable mac filter in '%s'" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:642 +#, c-format +msgid "failed to encode SASL data: %d (%s)" +msgstr "" + +#: ../../src/util/vircrypto.c:201 +#, c-format +msgid "failed to encrypt the data: '%s'" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:897 ../../src/rpc/virnetsshsession.c:921 +#, c-format +msgid "failed to execute command '%s': %s" +msgstr "" + +#: ../../src/storage/storage_util.c:2835 +msgid "failed to extract gluster volume name" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:2211 +#, c-format +msgid "failed to find USB device busnum:devnum for %x:%x" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:3073 +msgid "failed to find an empty memory slot" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:6200 +msgid "" +"failed to find appropriate hotpluggable vcpus to reach the desired target " +"vcpu count" +msgstr "" + +#: ../../src/qemu/qemu_backup.c:192 ../../src/qemu/qemu_backup.c:236 +#, c-format +msgid "failed to find bitmap '%s' in image '%s%u'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:12819 +#, c-format +msgid "failed to find disk '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8091 +#, c-format +msgid "failed to find iothread id for '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:928 +#: ../../src/interface/interface_backend_udev.c:937 +#, c-format +msgid "failed to find the VID for the VLAN device '%s'" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:944 +#: ../../src/interface/interface_backend_udev.c:952 +#, c-format +msgid "failed to find the real device for the VLAN device '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:2163 ../../tools/virsh-domain.c:2479 +#, c-format +msgid "failed to finish job for disk %s" +msgstr "" + +#: ../../src/qemu/qemu_block.c:2558 +#, c-format +msgid "failed to format image: '%s'" +msgstr "" + +#: ../../src/conf/storage_conf.c:1721 +msgid "failed to generate XML" +msgstr "" + +#: ../../src/util/virrandom.c:118 +#, c-format +msgid "failed to generate byte stream: %s" +msgstr "" + +#: ../../src/lxc/lxc_native.c:1145 +msgid "failed to generate uuid" +msgstr "" + +#: ../../tools/virsh-host.c:1372 +msgid "failed to get CPU model names" +msgstr "" + +#: ../../src/util/virsocketaddr.c:929 +#, c-format +msgid "failed to get IPv4 address for start or end of range %s - %s" +msgstr "" + +#: ../../src/util/virsocketaddr.c:960 +#, c-format +msgid "failed to get IPv6 address for start or end of range %s - %s" +msgstr "" + +#: ../../tools/virsh-host.c:1101 ../../tools/virt-admin.c:199 +msgid "failed to get URI" +msgstr "" + +#: ../../tools/virsh-host.c:59 +msgid "failed to get capabilities" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:412 +msgid "failed to get cgroup BPF map FD" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:417 +msgid "failed to get cgroup BPF map info" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:395 +msgid "failed to get cgroup BPF prog FD" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:400 +msgid "failed to get cgroup BPF prog info" +msgstr "" + +#: ../../src/util/vircgroupbackend.h:458 +#, c-format +msgid "failed to get cgroup backend for '%s'" +msgstr "" + +#: ../../src/util/virperf.c:235 +msgid "failed to get cmt scaling factor" +msgstr "" + +#: ../../src/rpc/virnetserverclient.c:451 +msgid "failed to get current time" +msgstr "" + +#: ../../tools/virsh-util.c:65 +#, c-format +msgid "failed to get domain '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:10524 +msgid "failed to get domain UUID" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3371 +msgid "failed to get domain xml" +msgstr "" + +#: ../../tools/virsh-host.c:122 +msgid "failed to get emulator capabilities" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:577 ../../src/qemu/qemu_vhost_user.c:289 +#, c-format +msgid "failed to get features from '%s'" +msgstr "" + +#: ../../tools/virsh-host.c:218 +#, c-format +msgid "failed to get free memory for NUMA node number: %lu" +msgstr "" + +#: ../../tools/virsh-domain.c:11927 ../../tools/virsh-host.c:1070 +msgid "failed to get hostname" +msgstr "" + +#: ../../tools/virsh-host.c:1427 +msgid "failed to get hypervisor type" +msgstr "" + +#: ../../tools/virsh-interface.c:88 +#, c-format +msgid "failed to get interface '%s'" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:297 +#, c-format +msgid "failed to get interface-types from '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16623 +msgid "failed to get launch security cbitpos" +msgstr "" + +#: ../../src/conf/domain_conf.c:16636 +msgid "failed to get launch security policy" +msgstr "" + +#: ../../src/conf/domain_conf.c:16630 +msgid "failed to get launch security reduced-phys-bits" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:206 +#: ../../src/interface/interface_backend_udev.c:331 +#, c-format +msgid "failed to get list of %s interfaces on host" +msgstr "" + +#: ../../tools/virsh-network.c:100 +#, c-format +msgid "failed to get network '%s'" +msgstr "" + +#: ../../tools/virsh-network.c:1099 +msgid "failed to get network UUID" +msgstr "" + +#: ../../tools/virsh-network.c:129 +#, c-format +msgid "failed to get network port '%s'" +msgstr "" + +#: ../../tools/virsh-host.c:663 +msgid "failed to get node information" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:153 +#, c-format +msgid "failed to get number of %s interfaces on host" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:372 +#: ../../src/interface/interface_backend_netcf.c:462 +#: ../../src/interface/interface_backend_netcf.c:648 +#, c-format +msgid "failed to get number of host interfaces: %s%s%s" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:64 +#, c-format +msgid "failed to get nwfilter '%s'" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:478 +#, c-format +msgid "failed to get nwfilter binding '%s'" +msgstr "" + +#: ../../tools/virsh-volume.c:595 ../../tools/virsh-volume.c:1590 +msgid "failed to get parent pool" +msgstr "" + +#: ../../tools/virsh-pool.c:182 +#, c-format +msgid "failed to get pool '%s'" +msgstr "" + +#: ../../tools/virsh-pool.c:1799 +msgid "failed to get pool UUID" +msgstr "" + +#: ../../src/util/virperf.c:193 +msgid "failed to get rdt event type" +msgstr "" + +#: ../../tools/virsh-secret.c:56 +#, c-format +msgid "failed to get secret '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_logical.c:532 +msgid "failed to get source from sourceList" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:340 +#, c-format +msgid "failed to get status of interface %s: %s%s%s" +msgstr "" + +#: ../../tools/virsh-pool.c:2123 +msgid "failed to get storage pool capabilities" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:1416 +#, c-format +msgid "failed to get stripe count of RBD image %s" +msgstr "" + +#: ../../tools/virsh-host.c:1039 +msgid "failed to get sysinfo" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:493 +#, c-format +msgid "failed to get targets from '%s'" +msgstr "" + +#: ../../tools/virsh-host.c:1479 ../../tools/virt-admin.c:257 +msgid "failed to get the daemon version" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:413 +#, c-format +msgid "failed to get the features of RBD image %s" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:431 +#, c-format +msgid "failed to get the flags of RBD image %s" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:962 +#, c-format +msgid "failed to get the format of RBD image %s" +msgstr "" + +#: ../../tools/virsh-host.c:1460 +msgid "failed to get the hypervisor version" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:215 +msgid "failed to get the key of the current session" +msgstr "" + +#: ../../tools/virsh-host.c:1441 ../../tools/virt-admin.c:245 +msgid "failed to get the library version" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:985 +#, c-format +msgid "failed to get the stripe count of RBD image %s" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:979 +#, c-format +msgid "failed to get the stripe unit of RBD image %s" +msgstr "" + +#: ../../tools/virsh-volume.c:125 ../../tools/virsh-volume.c:316 +#, c-format +msgid "failed to get vol '%s'" +msgstr "" + +#: ../../tools/virsh-volume.c:127 +#, c-format +msgid "failed to get vol '%s', specifying --%s might help" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:206 +msgid "failed to initialize RADOS" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:83 ../../src/rpc/virnetsaslcontext.c:99 +#, c-format +msgid "failed to initialize SASL library: %d (%s)" +msgstr "" + +#: ../../src/util/vircrypto.c:189 +#, c-format +msgid "failed to initialize cipher: '%s'" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:446 +msgid "failed to initialize device BPF map" +msgstr "" + +#: ../../src/conf/domain_conf.c:3606 +msgid "failed to initialize domain condition" +msgstr "" + +#: ../../src/storage/storage_file_gluster.c:132 +#, c-format +msgid "failed to initialize gluster connection (src=%p priv=%p)" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:166 +msgid "failed to initialize libssh" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:133 +msgid "failed to initialize netcf" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:470 +#, c-format +msgid "failed to iterate RBD image '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:1070 +#, c-format +msgid "failed to iterate RBD snapshot %s@%s" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:390 +#: ../../src/interface/interface_backend_netcf.c:480 +#: ../../src/interface/interface_backend_netcf.c:668 +#, c-format +msgid "failed to list host interfaces: %s%s%s" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:294 +msgid "failed to load cgroup BPF prog" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:474 +msgid "failed to lookup device in old map" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:480 +#, c-format +msgid "failed to lookup interface with MAC address '%s'" +msgstr "" + +#: ../../tools/virsh-network.c:170 +#, c-format +msgid "failed to mark network %s as autostarted" +msgstr "" + +#: ../../tools/virsh-pool.c:224 +#, c-format +msgid "failed to mark pool %s as autostarted" +msgstr "" + +#: ../../src/vmware/vmware_conf.c:454 +#, c-format +msgid "failed to move file to %s " +msgstr "" + +#: ../../tools/virt-admin.c:347 +#, c-format +msgid "failed to obtain list of available servers from %s" +msgstr "" + +#: ../../tools/virt-admin.c:600 +#, c-format +msgid "failed to obtain list of connected clients from server '%s'" +msgstr "" + +#: ../../src/util/virlog.c:699 +#, c-format +msgid "failed to open %s" +msgstr "" + +#: ../../src/util/virerror.c:1002 +msgid "failed to open configuration file" +msgstr "" + +#: ../../src/util/virerror.c:1003 +#, c-format +msgid "failed to open configuration file %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:1000 +msgid "failed to open domain master key file for read" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:927 +msgid "failed to open domain master key file for write" +msgstr "" + +#: ../../src/util/virconf.c:1441 +msgid "failed to open file" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:7336 +#, c-format +msgid "failed to open logfile %s" +msgstr "" + +#: ../../src/lxc/lxc_process.c:477 +#, c-format +msgid "failed to open netns %s" +msgstr "" + +#: ../../src/lxc/lxc_process.c:432 ../../src/lxc/lxc_process.c:453 +#, c-format +msgid "failed to open ns %s" +msgstr "" + +#: ../../src/storage/storage_util.c:1221 +msgid "failed to open secret file for write" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:889 ../../src/rpc/virnetsshsession.c:913 +#, c-format +msgid "failed to open ssh channel: %s" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:1159 +#: ../../src/storage/storage_backend_rbd.c:1404 +#, c-format +msgid "failed to open the RBD image %s" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:523 +#: ../../src/storage/storage_backend_rbd.c:768 +#: ../../src/storage/storage_backend_rbd.c:1296 +#, c-format +msgid "failed to open the RBD image '%s'" +msgstr "" + +#: ../../tools/vsh.c:2172 +msgid "failed to open the log file. check the log file path" +msgstr "" + +#: ../../src/util/virhostcpu.c:876 ../../src/util/virhostmem.c:429 +#, c-format +msgid "failed to parse %s" +msgstr "" + +#: ../../src/vmware/vmware_conf.c:251 +#, c-format +msgid "failed to parse %sversion" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:3954 +msgid "failed to parse CPU blockers in QEMU capabilities" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:613 +#, c-format +msgid "failed to parse SCSI host '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3797 +msgid "failed to parse agent timeout" +msgstr "" + +#: ../../src/util/virstoragefile.c:2795 +#, c-format +msgid "failed to parse backing file location '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:12806 +#, c-format +msgid "failed to parse block device '%s'" +msgstr "" + +#: ../../src/util/virerror.c:1008 +msgid "failed to parse configuration file" +msgstr "" + +#: ../../src/util/virerror.c:1009 +#, c-format +msgid "failed to parse configuration file %s" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1773 +#, c-format +msgid "failed to parse cpuid[%zu]" +msgstr "" + +#: ../../src/lxc/lxc_native.c:1041 +#, c-format +msgid "failed to parse device weight: '%s'" +msgstr "" + +#: ../../src/lxc/lxc_native.c:826 +#, c-format +msgid "failed to parse int: '%s'" +msgstr "" + +#: ../../src/lxc/lxc_native.c:960 ../../src/lxc/lxc_native.c:1094 +#, c-format +msgid "failed to parse integer: '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:4295 ../../src/util/virlease.c:88 +#: ../../src/util/virlease.c:95 ../../src/util/virlease.c:156 +#: ../../src/util/virlease.c:180 +msgid "failed to parse json" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1779 +#, c-format +msgid "failed to parse msr[%zu]" +msgstr "" + +#: ../../src/util/virnetdev.c:2551 +#, c-format +msgid "failed to parse multicast address from '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3954 +msgid "failed to parse node name index" +msgstr "" + +#: ../../src/util/virstring.c:1371 +#, c-format +msgid "failed to parse port number '%s'" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:3913 +msgid "failed to parse qemu capabilities cpus" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4218 ../../src/qemu/qemu_domain.c:3842 +msgid "failed to parse qemu capabilities flags" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4289 +msgid "failed to parse qemu capabilities gic" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:3993 +msgid "failed to parse qemu capabilities machines" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3875 ../../src/qemu/qemu_domain.c:3887 +msgid "failed to parse qemu device list" +msgstr "" + +#: ../../src/lxc/lxc_native.c:1047 +#, c-format +msgid "failed to parse read_bps_device: '%s'" +msgstr "" + +#: ../../src/lxc/lxc_native.c:1061 +#, c-format +msgid "failed to parse read_iops_device: '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3896 ../../src/qemu/qemu_domain.c:3908 +msgid "failed to parse slirp helper list" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3723 +msgid "failed to parse slirp-helper features" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:1078 +#, c-format +msgid "failed to parse the CCW address from sysfs path: '%s'" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:373 +#, c-format +msgid "failed to parse the PCI address from sysfs path: '%s'" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:724 +#, c-format +msgid "failed to parse the SCSI address from filename: '%s'" +msgstr "" + +#: ../../src/vmx/vmx.c:1261 +#, c-format +msgid "failed to parse the index of the VMX key '%s'" +msgstr "" + +#: ../../src/util/virutil.c:1497 +#, c-format +msgid "failed to parse value of %s" +msgstr "" + +#: ../../src/lxc/lxc_native.c:1054 +#, c-format +msgid "failed to parse write_bps_device: '%s'" +msgstr "" + +#: ../../src/lxc/lxc_native.c:1068 +#, c-format +msgid "failed to parse write_iops_device: '%s'" +msgstr "" + +#: ../../src/util/virxml.c:857 +#, c-format +msgid "failed to parse xml document '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:2156 ../../tools/virsh-domain.c:2472 +#, c-format +msgid "failed to pivot job for disk %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:3297 +msgid "failed to populate iothreadids" +msgstr "" + +#: ../../src/util/vircommand.c:539 ../../src/util/vircommand.c:593 +#, c-format +msgid "failed to preserve fd %d" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:1133 +#, c-format +msgid "failed to protect RBD snapshot %s@%s" +msgstr "" + +#: ../../tools/virsh-domain.c:1889 +#, c-format +msgid "failed to query job for disk %s" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:180 +msgid "failed to re-init netcf" +msgstr "" + +#: ../../src/util/virmdev.c:88 +#, c-format +msgid "failed to read '%s'" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:302 +msgid "failed to read AppArmor template" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:792 +msgid "failed to read XML" +msgstr "" + +#: ../../src/util/virerror.c:1005 +msgid "failed to read configuration file" +msgstr "" + +#: ../../src/util/virerror.c:1006 +#, c-format +msgid "failed to read configuration file %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6805 +msgid "failed to read cookie" +msgstr "" + +#: ../../src/storage/storage_backend_gluster.c:366 +#, c-format +msgid "failed to read directory '%s' in '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6796 +msgid "failed to read domain XML" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:3236 +msgid "failed to read from wakeup fd" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:766 +msgid "failed to read libxl header" +msgstr "" + +#: ../../src/storage/storage_file_gluster.c:280 +#, c-format +msgid "failed to read link of gluster file '%s'" +msgstr "" + +#: ../../src/test/test_driver.c:2288 +#, c-format +msgid "failed to read metadata length in '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6740 +msgid "failed to read qemu header" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:11686 +#, c-format +msgid "failed to read temporary file created with template %s" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:1605 +#: ../../src/node_device/node_device_udev.c:1616 +msgid "failed to receive device from udev monitor" +msgstr "" + +#: ../../src/qemu/qemu_process.c:6590 +msgid "failed to regenerate genid" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:1315 +msgid "failed to register udev interface driver" +msgstr "" + +#: ../../src/util/vircgroupv2.c:1797 +msgid "failed to remove device from BPF cgroup map" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:7782 +#, c-format +msgid "failed to remove nvram: %s" +msgstr "" + +#: ../../src/storage/storage_util.c:2797 +#, c-format +msgid "failed to remove pool '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:811 +#, c-format +msgid "failed to remove snapshot '%s/%s@%s'" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:860 +#, c-format +msgid "failed to remove volume '%s/%s'" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:1302 +#, c-format +msgid "failed to resize the RBD image '%s'" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:1038 ../../src/util/virmdev.c:224 +#, c-format +msgid "failed to resolve '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:4523 +msgid "" +"failed to resolve relative backing name: base image is not in backing chain" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:11187 ../../src/qemu/qemu_domain.c:12186 +#, c-format +msgid "failed to resolve symlink %s: %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6933 +msgid "failed to resume domain" +msgstr "" + +#: ../../tools/virsh-domain.c:10357 +msgid "failed to retrieve XML" +msgstr "" + +#: ../../tools/virt-admin.c:698 +#, c-format +msgid "" +"failed to retrieve client identity information for client '%llu' connected " +"to server '%s'" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:781 +msgid "failed to retrieve credentials" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:349 ../../src/rpc/virnetsshsession.c:369 +msgid "failed to retrieve decision to accept host key" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:732 +msgid "failed to retrieve keyboard interactive result: callback has failed" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:441 ../../src/rpc/virnetsshsession.c:628 +msgid "failed to retrieve private key passphrase: callback has failed" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:1190 +#, c-format +msgid "failed to rollback transaction: %s%s%s" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:177 +msgid "failed to run apparmor_parser" +msgstr "" + +#: ../../src/util/virconf.c:1451 +msgid "failed to save content" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:7348 +#, c-format +msgid "failed to seek in log file %s" +msgstr "" + +#: ../../src/util/virstoragefile.c:4196 +#, c-format +msgid "failed to seek to end of %s" +msgstr "" + +#: ../../src/util/virerror.c:951 +msgid "failed to serialize S-Expr" +msgstr "" + +#: ../../src/util/virerror.c:952 +#, c-format +msgid "failed to serialize S-Expr: %s" +msgstr "" + +#: ../../src/util/virhostmem.c:321 ../../src/util/virutil.c:1459 +#, c-format +msgid "failed to set %s" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:175 +#, c-format +msgid "failed to set RADOS option: %s" +msgstr "" + +#: ../../src/qemu/qemu_checkpoint.c:810 +#, c-format +msgid "failed to set checkpoint '%s' as current" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:7318 ../../src/qemu/qemu_domain.c:7341 +#: ../../src/qemu/qemu_virtiofs.c:208 +#, c-format +msgid "failed to set close-on-exec flag on %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5360 +msgid "failed to set cpuset.cpus in cgroup for emulator threads" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5846 +#, c-format +msgid "failed to set cpuset.cpus in cgroup for iothread %d" +msgstr "" + +#: ../../src/storage/storage_file_gluster.c:90 +#, c-format +msgid "failed to set gluster volfile server '%s'" +msgstr "" + +#: ../../src/util/virvsock.c:73 +msgid "failed to set guest cid" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:16813 +#, c-format +msgid "failed to set snapshot '%s' as current" +msgstr "" + +#: ../../src/util/vircommand.c:733 +msgid "failed to setup stderr file handle" +msgstr "" + +#: ../../src/util/vircommand.c:723 +msgid "failed to setup stdin file handle" +msgstr "" + +#: ../../src/util/vircommand.c:728 +msgid "failed to setup stdout file handle" +msgstr "" + +#: ../../src/storage/storage_file_gluster.c:266 +#, c-format +msgid "failed to stat gluster path '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:11755 +#, c-format +msgid "failed to stat remote file '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:691 +msgid "failed to stat the RADOS cluster" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:696 +#, c-format +msgid "failed to stat the RADOS pool '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:1026 +#: ../../src/storage/storage_backend_rbd.c:1410 +#, c-format +msgid "failed to stat the RBD image %s" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:530 +#, c-format +msgid "failed to stat the RBD image '%s'" +msgstr "" + +#: ../../src/libxl/xen_common.c:252 +#, c-format +msgid "failed to store %lld to %s" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7435 +msgid "failed to take screenshot" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:7329 +#, c-format +msgid "failed to truncate %s" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:974 +#, c-format +msgid "failed to undefine interface %s: %s%s%s" +msgstr "" + +#: ../../tools/virsh-network.c:172 +#, c-format +msgid "failed to unmark network %s as autostarted" +msgstr "" + +#: ../../tools/virsh-pool.c:226 +#, c-format +msgid "failed to unmark pool %s as autostarted" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:800 +#, c-format +msgid "failed to unprotect snapshot '%s/%s@%s'" +msgstr "" + +#: ../../src/qemu/qemu_block.c:2755 +#, c-format +msgid "failed to update capacity data for block node '%s'" +msgstr "" + +#: ../../src/util/vircgroupv2.c:1763 ../../src/util/vircgroupv2.c:1805 +msgid "failed to update device in BPF cgroup map" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:388 ../../src/rpc/virnetsshsession.c:473 +#, c-format +msgid "failed to validate SSH host key: %s" +msgstr "" + +#: ../../src/util/virxml.c:1166 +msgid "failed to validate prefix for a new XML namespace" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:1123 +#, c-format +msgid "failed to verify if RBD snapshot %s@%s is protected" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:788 +#, c-format +msgid "failed to verify if snapshot '%s/%s@%s' is protected" +msgstr "" + +#: ../../src/conf/domain_conf.c:3726 ../../src/conf/domain_conf.c:3755 +msgid "failed to wait for domain condition" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:1032 +#, c-format +msgid "failed to wait for file '%s' to appear" +msgstr "" + +#: ../../src/node_device/node_device_driver.c:166 +#: ../../src/rpc/virnetclient.c:1903 ../../src/util/virfdstream.c:596 +msgid "failed to wait on condition" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:3341 +msgid "failed to wakeup migration tunnel" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:1448 +#, c-format +msgid "failed to wipe RBD image %s" +msgstr "" + +#: ../../src/util/virerror.c:1014 +msgid "failed to write configuration file" +msgstr "" + +#: ../../src/util/virerror.c:1015 +#, c-format +msgid "failed to write configuration file: %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2962 +#, c-format +msgid "failed to write cookie to '%s'" +msgstr "" + +#: ../../src/qemu/qemu_process.c:6335 +#, c-format +msgid "failed to write data to config '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2954 +#, c-format +msgid "failed to write domain xml to '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:7159 +#, c-format +msgid "failed to write header data to '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2947 ../../src/qemu/qemu_driver.c:2990 +#, c-format +msgid "failed to write header to domain save file '%s'" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:376 ../../src/rpc/virnetsshsession.c:446 +#, c-format +msgid "failed to write known_host file '%s': %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:933 +msgid "failed to write master key file for domain" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2969 +#, c-format +msgid "failed to write padding to '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:1232 +msgid "failed to write secret file" +msgstr "" + +#: ../../tools/vsh.c:2243 +msgid "failed to write the log file" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:644 +#, c-format +msgid "failed to write to LUN %d: %s" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:243 +#: ../../src/security/virt-aa-helper.c:351 +msgid "failed to write to profile" +msgstr "" + +#: ../../src/storage/storage_util.c:212 +#, c-format +msgid "failed writing to file '%s'" +msgstr "" + +#: ../../src/util/virprocess.c:143 +#, c-format +msgid "fatal signal %d" +msgstr "" + +#: ../../src/util/vircommand.c:1748 ../../src/util/vircommand.c:2535 +msgid "fcntl failed to set O_NONBLOCK" +msgstr "" + +#: ../../src/libvirt-domain.c:10611 +#, c-format +msgid "fd %d must be a socket" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:2639 +msgid "fd must be valid" +msgstr "" + +#: ../../src/libvirt-domain.c:10622 ../../src/libvirt-domain.c:10679 +msgid "fd passing is not supported by this connection" +msgstr "" + +#: ../../tools/virt-admin.c:1020 +msgid "fetch or set the currently defined set of logging filters on daemon" +msgstr "" + +#: ../../tools/virt-admin.c:1074 +msgid "fetch or set the currently defined set of logging outputs on daemon" +msgstr "" + +#: ../../tools/virsh-domain.c:862 +#, c-format +msgid "field '%s' is malformed" +msgstr "" + +#: ../../tools/virsh-volume.c:652 ../../tools/virsh-volume.c:767 +#: ../../tools/virsh-volume.c:985 +msgid "file" +msgstr "" + +#: ../../src/vmware/vmware_conf.c:442 +#, c-format +msgid "file %s does not exist" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:726 +#, c-format +msgid "file '%s' for disk '%s' requires use of external snapshot mode" +msgstr "" + +#: ../../tools/virsh-host.c:1289 ../../tools/virsh-host.c:1728 +msgid "file containing XML CPU descriptions" +msgstr "" + +#: ../../tools/virsh-host.c:1215 ../../tools/virsh-host.c:1621 +msgid "file containing an XML CPU description" +msgstr "" + +#: ../../tools/virsh-nodedev.c:51 +msgid "file containing an XML description of the device" +msgstr "" + +#: ../../tools/virsh-domain.c:8267 ../../tools/virsh-domain.c:8363 +msgid "file containing an XML domain description" +msgstr "" + +#: ../../tools/virsh-interface.c:527 +msgid "file containing an XML interface description" +msgstr "" + +#: ../../tools/virsh-network.c:200 ../../tools/virsh-network.c:248 +msgid "file containing an XML network description" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:498 +msgid "file containing an XML network filter binding description" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:83 +msgid "file containing an XML network filter description" +msgstr "" + +#: ../../tools/virsh-network.c:1489 +msgid "file containing an XML network port description" +msgstr "" + +#: ../../tools/virsh-pool.c:254 ../../tools/virsh-pool.c:513 +msgid "file containing an XML pool description" +msgstr "" + +#: ../../tools/virsh-volume.c:382 ../../tools/virsh-volume.c:444 +msgid "file containing an XML vol description" +msgstr "" + +#: ../../tools/virsh-secret.c:75 +msgid "file containing secret attributes in XML" +msgstr "" + +#: ../../src/qemu/qemu_command.c:243 ../../src/qemu/qemu_command.c:268 +#, c-format +msgid "file descriptor %d has not been transferred" +msgstr "" + +#: ../../tools/virsh-volume.c:189 +msgid "file format type raw,bochs,qcow,qcow2,qed,vmdk" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:1266 +#: ../../src/vbox/vbox_snapshot_conf.c:1327 +msgid "filePath is null" +msgstr "" + +#: ../../tools/virsh-domain.c:2254 +msgid "filename containing XML description of the copy destination" +msgstr "" + +#: ../../tools/virsh-domain.c:4207 ../../tools/virsh-domain.c:4601 +#: ../../tools/virsh-domain.c:5028 ../../tools/virsh-domain.c:5337 +#: ../../tools/virsh-domain.c:10658 +msgid "filename containing updated XML for the target" +msgstr "" + +#: ../../tools/virsh-domain.c:10698 +msgid "filename containing updated persistent XML for the target" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:162 +msgid "filesystem is not of type 'template' or 'mount'" +msgstr "" + +#: ../../src/conf/virnwfilterobj.c:336 +#, c-format +msgid "filter '%s' already exists with uuid %s" +msgstr "" + +#: ../../src/nwfilter/nwfilter_gentech_driver.c:575 +#, c-format +msgid "filter '%s' learning value '%s' invalid." +msgstr "" + +#: ../../src/conf/virnwfilterbindingdef.c:135 +msgid "filter binding has no MAC address" +msgstr "" + +#: ../../src/conf/virnwfilterbindingdef.c:150 +msgid "filter binding has no filter reference" +msgstr "" + +#: ../../src/conf/virnwfilterbindingdef.c:105 +msgid "filter binding has no link dev name" +msgstr "" + +#: ../../src/conf/virnwfilterbindingdef.c:120 +msgid "filter binding has no owner UUID" +msgstr "" + +#: ../../src/conf/virnwfilterbindingdef.c:113 +msgid "filter binding has no owner name" +msgstr "" + +#: ../../src/conf/virnwfilterbindingdef.c:97 +msgid "filter binding has no port dev name" +msgstr "" + +#: ../../src/conf/virnwfilterbindingobj.c:220 +msgid "filter binding status missing content" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1447 +msgid "filter by disk-only snapshots" +msgstr "" + +#: ../../tools/virsh-domain.c:9770 ../../tools/virsh-domain.c:13657 +msgid "filter by domain name, id or uuid" +msgstr "" + +#: ../../tools/virsh-domain.c:9774 +msgid "filter by event name" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1455 +msgid "filter by external snapshots" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1451 +msgid "filter by internal snapshots" +msgstr "" + +#: ../../tools/virsh-network.c:1258 +msgid "filter by network name or uuid" +msgstr "" + +#: ../../tools/virsh-nodedev.c:865 +msgid "filter by node device name" +msgstr "" + +#: ../../tools/virsh-secret.c:732 +msgid "filter by secret name or uuid" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1443 +msgid "filter by snapshots taken while active (full system snapshots)" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1439 +msgid "filter by snapshots taken while inactive" +msgstr "" + +#: ../../tools/virsh-pool.c:1991 +msgid "filter by storage pool name or uuid" +msgstr "" + +#: ../../src/util/virnetdevbandwidth.c:112 +msgid "filter creation API error" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2625 +msgid "filter has no name" +msgstr "" + +#: ../../src/conf/virnwfilterobj.c:322 +#, c-format +msgid "filter with same UUID but different name ('%s') already exists" +msgstr "" + +#: ../../src/conf/virnwfilterobj.c:345 +msgid "filter would introduce a loop" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3414 +#, c-format +msgid "filters not supported on interfaces of type %s" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:963 +msgid "find parent of checkpoint name" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1745 +msgid "find parent of current snapshot" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1742 +msgid "find parent of snapshot name" +msgstr "" + +#: ../../tools/virsh-pool.c:1408 +msgid "find potential storage pool sources" +msgstr "" + +#: ../../src/libvirt-domain.c:2923 ../../src/libvirt-domain.c:3175 +#: ../../src/qemu/qemu_migration.c:4102 ../../src/qemu/qemu_migration.c:4378 +msgid "finish step ignored that migration was cancelled" +msgstr "" + +#: ../../src/util/virfirewall.c:159 +msgid "firewalld firewall backend requested, but service is not running" +msgstr "" + +#: ../../src/network/bridge_driver_linux.c:877 +msgid "" +"firewalld is set to use the nftables backend, but the required firewalld " +"'libvirt' zone is missing. Either set the firewalld backend to 'iptables', " +"or ensure that firewalld has a 'libvirt' zone by upgrading firewalld to a " +"version supporting rule priorities (0.7.0+) and/or rebuilding libvirt with --" +"with-firewalld-zone" +msgstr "" + +#: ../../src/conf/domain_conf.c:7258 +msgid "firmware auto selection not implemented for this driver" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17433 +msgid "flag VIR_DOMAIN_BLOCK_REBASE_RELATIVE is valid only with non-null base" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:11645 ../../src/test/test_driver.c:7997 +msgid "flags parameter must be VIR_MEMORY_VIRTUAL or VIR_MEMORY_PHYSICAL" +msgstr "" + +#: ../../src/conf/netdev_bandwidth_conf.c:186 +msgid "floor attribute is not supported for this config" +msgstr "" + +#: ../../tools/virt-host-validate-bhyve.c:31 +#, c-format +msgid "for %s module" +msgstr "" + +#: ../../tools/virt-host-validate-common.c:261 +#, c-format +msgid "for Linux >= %d.%d.%d" +msgstr "" + +#: ../../tools/virt-host-validate-qemu.c:93 +msgid "for PowerPC KVM module loaded" +msgstr "" + +#: ../../tools/virt-host-validate-common.c:352 +#: ../../tools/virt-host-validate-common.c:364 +msgid "for device assignment IOMMU support" +msgstr "" + +#: ../../tools/virt-host-validate-qemu.c:70 +msgid "for hardware virtualization" +msgstr "" + +#: ../../src/util/virstoragefile.c:4550 +msgid "forbidden characters in 'compat' attribute" +msgstr "" + +#: ../../tools/virsh-domain.c:2972 +msgid "force console connection (disconnect already connected sessions)" +msgstr "" + +#: ../../tools/virsh-domain.c:10609 +msgid "force convergence during live migration" +msgstr "" + +#: ../../tools/virsh-domain.c:12221 +msgid "force device update" +msgstr "" + +#: ../../tools/virt-admin.c:736 +msgid "force disconnect a client from the given server" +msgstr "" + +#: ../../tools/virsh-domain.c:4045 +msgid "force fresh boot by discarding any managed save" +msgstr "" + +#: ../../tools/virsh-domain.c:13848 +msgid "force media changing" +msgstr "" + +#: ../../tools/virsh-domain.c:10597 +msgid "force migration even if it may be unsafe" +msgstr "" + +#: ../../tools/virsh-interface.c:646 +msgid "forcefully stop a physical host interface." +msgstr "" + +#: ../../tools/virsh-domain.c:5490 +#, c-format +msgid "" +"format '%s' is not supported, expecting 'kdump-zlib', 'kdump-lzo', 'kdump-" +"snappy' or 'elf'" +msgstr "" + +#: ../../src/storage/storage_util.c:1018 +msgid "format features only available with qcow2" +msgstr "" + +#: ../../tools/virsh-pool.c:95 +msgid "format for underlying storage" +msgstr "" + +#: ../../src/util/virstoragefile.c:5303 +#, c-format +msgid "" +"format of backing image '%s' of image '%s' was not specified in the image " +"metadata (See https://libvirt.org/kbase/backing_chains.html for " +"troubleshooting)" +msgstr "" + +#: ../../tools/virsh-volume.c:197 +msgid "format of backing volume if taking a snapshot" +msgstr "" + +#: ../../tools/virsh-domain.c:2258 +msgid "format of the destination file" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2903 +#, c-format +msgid "formatter for %s %s reported error" +msgstr "" + +#: ../../src/conf/network_conf.c:2060 +#, c-format +msgid "forward dev not allowed for network '%s' with forward mode='%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:3323 +msgid "forward interface entries cannot be modified, only added or deleted" +msgstr "" + +#: ../../src/network/bridge_driver.c:4313 +msgid "found lease without expiry-time" +msgstr "" + +#: ../../src/network/bridge_driver.c:4330 +msgid "found lease without ip-address" +msgstr "" + +#: ../../src/network/bridge_driver.c:4303 +msgid "found lease without mac-address" +msgstr "" + +#: ../../src/qemu/qemu_command.c:743 +msgid "found non printable characters in secret" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:168 +#: ../../tools/virsh-domain-monitor.c:193 +#: ../../tools/virsh-domain-monitor.c:219 +msgid "from snapshot" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:677 +#, c-format +msgid "fs driver %s is not supported" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:651 +#, c-format +msgid "fs format %s is not supported" +msgstr "" + +#: ../../src/lxc/lxc_fuse.c:144 +msgid "fseek failed" +msgstr "" + +#: ../../tools/virsh-domain.c:1976 ../../tools/virsh-domain.c:2517 +#: ../../tools/virsh-domain.c:2758 +msgid "fully-qualified path of disk" +msgstr "" + +#: ../../tools/virsh-domain.c:2202 +msgid "fully-qualified path of source disk" +msgstr "" + +#: ../../src/lxc/lxc_fuse.c:278 +msgid "fuse_loop failed" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:4062 ../../src/qemu/qemu_driver.c:11661 +#: ../../src/vbox/vbox_common.c:7398 +#, c-format +msgid "g_mkstemp(\"%s\") failed" +msgstr "" + +#: ../../tools/vsh.c:2370 +#, c-format +msgid "g_mkstemp_full: failed to create temporary file: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:2533 +msgid "get active job information for the specified disk" +msgstr "" + +#: ../../src/util/virarptable.c:160 +msgid "get arp table not implemented on this platform" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:944 +msgid "get device block stats for a domain" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:584 +#: ../../tools/virsh-domain-monitor.c:716 +msgid "get inactive rather than running configuration" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:795 +msgid "get link state of a virtual interface" +msgstr "" + +#: ../../tools/virsh-domain.c:6579 +msgid "get maximum count of vcpus" +msgstr "" + +#: ../../tools/virsh-domain.c:11243 +msgid "get maximum tolerable downtime" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:277 +msgid "get memory statistics for a domain" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1132 +msgid "get network interface stats for a domain" +msgstr "" + +#: ../../tools/virsh-domain.c:6583 +msgid "get number of currently active vcpus" +msgstr "" + +#: ../../tools/virsh-domain.c:11407 +msgid "get post-copy migration bandwidth" +msgstr "" + +#: ../../tools/virt-admin.c:390 +msgid "get server workerpool parameters" +msgstr "" + +#: ../../tools/virt-admin.c:803 +msgid "get server's client-related configuration limits" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2087 +msgid "get statistics about one or multiple domains" +msgstr "" + +#: ../../tools/virsh-domain.c:6587 +msgid "get value according to current domain state" +msgstr "" + +#: ../../tools/virsh-domain.c:6585 +msgid "get value from running domain" +msgstr "" + +#: ../../tools/virsh-domain.c:6586 +msgid "get value to be used on next boot" +msgstr "" + +#: ../../tools/virsh-secret.c:303 +msgid "get value without converting to base64" +msgstr "" + +#: ../../tools/virsh-domain.c:2537 +msgid "get/set bandwidth in bytes rather than MiB/s" +msgstr "" + +#: ../../tools/virsh-domain.c:11283 +msgid "get/set compression cache size" +msgstr "" + +#: ../../tools/virsh-domain.c:5107 +msgid "get/set current scheduler info" +msgstr "" + +#: ../../tools/virsh-domain.c:3222 +msgid "get/set parameters of a virtual interface" +msgstr "" + +#: ../../tools/virsh-domain.c:5109 +msgid "get/set value from running domain" +msgstr "" + +#: ../../tools/virsh-domain.c:5108 +msgid "get/set value to be used on next boot" +msgstr "" + +#: ../../src/qemu/qemu_command.c:6713 +msgid "gic-version option is not available with this QEMU binary" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:923 +msgid "given uuid does not match XML uuid" +msgstr "" + +#: ../../src/storage/storage_backend_gluster.c:85 +#, c-format +msgid "gluster pool name '%s' must not contain /" +msgstr "" + +#: ../../src/storage/storage_backend_gluster.c:92 +#, c-format +msgid "gluster pool path '%s' must start with /" +msgstr "" + +#: ../../src/rpc/virnetclient.c:1290 +#, c-format +msgid "got unexpected RPC call prog %d vers %d proc %d type %d" +msgstr "" + +#: ../../src/util/virerror.c:948 +msgid "got unknown HTTP error code" +msgstr "" + +#: ../../src/util/virerror.c:949 +#, c-format +msgid "got unknown HTTP error code %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5948 ../../src/qemu/qemu_driver.c:6059 +#, c-format +msgid "got wrong number of IOThread ids from QEMU monitor. got %d, wanted %d" +msgstr "" + +#: ../../src/qemu/qemu_process.c:2462 +#, c-format +msgid "got wrong number of IOThread pids from QEMU monitor. got %d, wanted %zu" +msgstr "" + +#: ../../tools/virsh-domain.c:5907 +msgid "gracefully shutdown a domain" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18408 +msgid "granularity must be power of 2" +msgstr "" + +#: ../../src/conf/domain_conf.c:14230 +#, c-format +msgid "" +"graphics 'listen' attribute '%s' must match 'address' attribute of first " +"listen element (found '%s')" +msgstr "" + +#: ../../src/conf/domain_conf.c:14243 +#, c-format +msgid "" +"graphics 'socket' attribute '%s' must match 'socket' attribute of first " +"listen element (found '%s')" +msgstr "" + +#: ../../tools/virsh-domain.c:10633 +msgid "graphics URI to be used for seamless graphics migration" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1658 +msgid "graphics device is needed for attribute value 'display=on' in <hostdev>" +msgstr "" + +#: ../../src/conf/domain_conf.c:14191 +msgid "graphics listen type must be specified" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3270 +msgid "" +"graphics type 'egl-headless' is only supported with one of: 'vnc', 'spice' " +"graphics types" +msgstr "" + +#: ../../tools/virsh-domain.c:1281 +msgid "group name to share I/O quota between multiple drives" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2176 +msgid "group_name can be configured only together with settings" +msgstr "" + +#: ../../src/conf/domain_conf.c:6677 +msgid "guest CIDs must be >= 3" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:3073 +msgid "guest CPU doesn't match specification" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:3059 +#, c-format +msgid "guest CPU doesn't match specification: extra features: %s" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:3054 +#, c-format +msgid "" +"guest CPU doesn't match specification: extra features: %s, missing features: " +"%s" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:3064 +#, c-format +msgid "guest CPU doesn't match specification: missing features: %s" +msgstr "" + +#: ../../src/util/virerror.c:1203 +msgid "guest agent replied with wrong id to guest-sync command" +msgstr "" + +#: ../../src/util/virerror.c:1204 +#, c-format +msgid "guest agent replied with wrong id to guest-sync command: %s" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1654 +msgid "guest agent reports less cpu than requested" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1560 +msgid "guest agent returned malformed or invalid return value" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1381 ../../src/qemu/qemu_driver.c:23122 +#, c-format +msgid "guest agent timeout '%d' is less than the minimum '%d'" +msgstr "" + +#: ../../src/qemu/qemu_process.c:252 +msgid "guest crashed while connecting to the guest agent" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1437 ../../src/lxc/lxc_process.c:1445 +#: ../../src/lxc/lxc_process.c:1484 ../../src/lxc/lxc_process.c:1518 +#, c-format +msgid "guest failed to start: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:12460 +msgid "guest interface" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22493 +#, c-format +msgid "guest is missing vCPUs '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3321 ../../src/qemu/qemu_driver.c:3336 +#: ../../src/qemu/qemu_driver.c:3930 ../../src/qemu/qemu_driver.c:14468 +#: ../../src/qemu/qemu_driver.c:15469 ../../src/qemu/qemu_driver.c:16488 +#: ../../src/qemu/qemu_driver.c:16572 ../../src/qemu/qemu_hotplug.c:947 +#: ../../src/qemu/qemu_migration.c:5067 ../../src/qemu/qemu_migration.c:5318 +#: ../../src/qemu/qemu_process.c:474 +msgid "guest unexpectedly quit" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:1627 +msgid "guest unexpectedly quit during hotplug" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1961 +msgid "guest-get-fsinfo reply was missing return data" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2404 +msgid "guest-get-osinfo reply was missing return data" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2460 +msgid "guest-get-timezone reply was missing return data" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2314 +msgid "guest-get-users reply was missing return data" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1443 +msgid "guest-get-vcpus reply was missing return data" +msgstr "" + +#: ../../src/conf/domain_conf.c:12914 +msgid "guestfwd channel does not define a target address" +msgstr "" + +#: ../../src/conf/domain_conf.c:12931 +msgid "guestfwd channel does not define a target port" +msgstr "" + +#: ../../src/conf/domain_conf.c:12924 +msgid "guestfwd channel only supports IPv4 addresses" +msgstr "" + +#: ../../tools/virsh-snapshot.c:138 ../../tools/virsh-snapshot.c:358 +msgid "halt domain after snapshot is created" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:1587 +msgid "handler failed to wait on condition" +msgstr "" + +#: ../../src/conf/nwfilter_params.c:421 +msgid "hash lookup resulted in NULL pointer" +msgstr "" + +#: ../../src/cpu/cpu_ppc64.c:529 +#, c-format +msgid "host CPU model does not match required CPU model %s" +msgstr "" + +#: ../../src/cpu/cpu_ppc64.c:475 ../../src/cpu/cpu_x86.c:1863 +#, c-format +msgid "host CPU vendor does not match required CPU vendor %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3781 ../../src/libxl/libxl_driver.c:3799 +#, c-format +msgid "host USB device Busnum: %3x, Devnum: %3x not found" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:3594 +msgid "host USB device already exists" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:2430 +#, c-format +msgid "host arch %s is too big for destination" +msgstr "" + +#: ../../src/util/virhostcpu.c:1039 +msgid "host cpu counting not implemented on this platform" +msgstr "" + +#: ../../tools/virsh-domain.c:7775 +msgid "host cpu number(s) to set" +msgstr "" + +#: ../../tools/virsh-domain.c:7030 ../../tools/virsh-domain.c:7255 +msgid "host cpu number(s) to set, or omit option to query" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:3669 ../../src/lxc/lxc_driver.c:3741 +msgid "host device already exists" +msgstr "" + +#: ../../src/qemu/qemu_hostdev.c:196 +msgid "host doesn't support VFIO PCI passthrough" +msgstr "" + +#: ../../src/qemu/qemu_process.c:4109 +#, c-format +msgid "host doesn't support hyperv '%s' feature" +msgstr "" + +#: ../../src/qemu/qemu_process.c:4084 +#, c-format +msgid "host doesn't support hyperv stimer '%s' feature" +msgstr "" + +#: ../../src/qemu/qemu_process.c:4162 +msgid "host doesn't support invariant TSC" +msgstr "" + +#: ../../src/qemu/qemu_hostdev.c:203 +msgid "host doesn't support legacy PCI passthrough" +msgstr "" + +#: ../../src/qemu/qemu_process.c:4139 +msgid "host doesn't support paravirtual spinlocks" +msgstr "" + +#: ../../src/qemu/qemu_hostdev.c:186 +msgid "host doesn't support passthrough of host PCI devices" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:2325 +msgid "host isn't capable of IPv6" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:965 +msgid "host migration TLS directory not configured" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3660 ../../src/qemu/qemu_hotplug.c:5399 +msgid "host pci device " +msgstr "" + +#: ../../src/remote/remote_driver.c:2254 ../../src/remote/remote_driver.c:2350 +#: ../../src/remote/remote_driver.c:2418 +#, c-format +msgid "host reports map buffer length exceeds maximum: %d > %d" +msgstr "" + +#: ../../src/remote/remote_driver.c:2247 ../../src/remote/remote_driver.c:2412 +#, c-format +msgid "host reports too many vCPUs: %d > %d" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5426 +#, c-format +msgid "host scsi device %s:%u:%u.%llu not found" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5420 +#, c-format +msgid "host scsi iSCSI path %s not found" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5407 +#, c-format +msgid "host usb device %03d.%03d not found" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5411 +#, c-format +msgid "host usb device vendor=0x%.4x product=0x%.4x not found" +msgstr "" + +#: ../../src/conf/domain_conf.c:13521 ../../src/conf/domain_conf.c:13550 +msgid "host-certificates mode needs exactly three certificates" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:4129 ../../src/lxc/lxc_driver.c:4176 +#, c-format +msgid "hostdev %s not found" +msgstr "" + +#: ../../src/qemu/qemu_alias.c:739 +msgid "hostdev does not have an alias" +msgstr "" + +#: ../../src/conf/domain_conf.c:8336 +#, c-format +msgid "hostdev invalid secret type '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3304 ../../src/libxl/libxl_driver.c:3836 +#, c-format +msgid "hostdev mode '%s' not supported" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:306 ../../src/openvz/openvz_conf.c:1114 +#: ../../src/qemu/qemu_validate.c:1754 +#, c-format +msgid "hostdev mode 'capabilities' is not supported in %s" +msgstr "" + +#: ../../src/network/bridge_driver.c:3434 +#, c-format +msgid "" +"hostdev network '%s' lists '%s' in the device pool, but hostdev networks " +"require all devices to be listed by PCI address, not network device name" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3324 +#, c-format +msgid "hostdev subsys type '%s' not supported" +msgstr "" + +#: ../../src/storage/storage_backend_gluster.c:470 +msgid "hostname must be specified for gluster sources" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi.c:169 +#: ../../src/storage/storage_backend_iscsi_direct.c:496 +msgid "hostname must be specified for iscsi sources" +msgstr "" + +#: ../../src/storage/storage_backend_fs.c:145 ../../src/test/test_driver.c:6338 +msgid "hostname must be specified for netfs sources" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:710 ../../src/openvz/openvz_driver.c:2116 +#: ../../src/qemu/qemu_migration.c:2864 ../../src/vz/vz_driver.c:2946 +msgid "" +"hostname on destination resolved to localhost, but migration requires an FQDN" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5387 +#, c-format +msgid "hot unplug is not supported for hostdev mode '%s'" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5517 +#, c-format +msgid "hot unplug of watchdog of model %s is not supported" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:2903 +#, c-format +msgid "hotplug is not supported for hostdev mode '%s'" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:2938 +#, c-format +msgid "hotplug is not supported for hostdev subsys type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:1342 +#, c-format +msgid "hotplug of interface type of %s is not implemented yet" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3092 +#, c-format +msgid "hotplug of watchdog of model %s is not supported" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:441 +msgid "hpet timer is not supported" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5269 +msgid "http cookies are not supported by this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5263 +msgid "http cookies are supported only with HTTP(S) protocol" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3905 +#, c-format +msgid "hub type %s not supported" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:651 +msgid "huge pages per NUMA node are not supported with this QEMU" +msgstr "" + +#: ../../src/conf/domain_conf.c:19157 +msgid "hugepage size can't be zero" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:593 +msgid "hugepages are not allowed with anonymous memory source" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:586 +msgid "hugepages are not allowed with memory allocation ondemand" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:601 +msgid "hugepages is not supported with memfd memory source" +msgstr "" + +#: ../../src/conf/domain_conf.c:7238 +#, c-format +msgid "hugepages: node %zd not found" +msgstr "" + +#: ../../src/qemu/qemu_command.c:2953 ../../src/qemu/qemu_conf.c:1937 +msgid "hugetlbfs filesystem is not mounted or disabled by administrator config" +msgstr "" + +#: ../../tools/virsh.c:261 +msgid "hypervisor connection URI" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:1803 +msgid "hypervisor connection not open" +msgstr "" + +#: ../../tools/vsh.c:2323 +msgid "i - turn off validation and try to redefine again" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5227 +msgid "iSCSI initiator IQN not supported with this QEMU binary" +msgstr "" + +#: ../../src/esx/esx_storage_backend_iscsi.c:600 +#: ../../src/esx/esx_storage_backend_iscsi.c:616 +msgid "iSCSI storage pool does not support volume creation" +msgstr "" + +#: ../../src/esx/esx_storage_backend_iscsi.c:749 +msgid "iSCSI storage pool does not support volume deletion" +msgstr "" + +#: ../../src/esx/esx_storage_backend_iscsi.c:764 +msgid "iSCSI storage pool does not support volume wiping" +msgstr "" + +#: ../../src/conf/secret_conf.c:99 +msgid "iSCSI usage specified, but target is missing" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:164 +msgid "ibs configuration is not supported by this QEMU binary" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:140 +msgid "idle" +msgstr "" + +#: ../../tools/virsh-host.c:789 ../../tools/virsh-host.c:862 +msgid "idle:" +msgstr "" + +#: ../../tools/virsh-domain.c:7542 +msgid "ids of vcpus to manipulate" +msgstr "" + +#: ../../tools/virt-host-validate-common.c:402 +msgid "if IOMMU is enabled by kernel" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:2110 +#, c-format +msgid "ifkey \"%s\" has no req" +msgstr "" + +#: ../../tools/virsh.c:681 ../../tools/virt-admin.c:1321 +#, c-format +msgid "ignoring debug level %d out of range [%d-%d]" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:771 ../../src/qemu/qemu_driver.c:6763 +msgid "image magic is incorrect" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:777 ../../src/qemu/qemu_driver.c:6774 +#, c-format +msgid "image version is not supported (%d > %d)" +msgstr "" + +#: ../../tools/virsh-domain.c:2529 +msgid "implies --abort; conclude and pivot a copy or commit job" +msgstr "" + +#: ../../tools/virsh-domain.c:2525 +msgid "implies --abort; request but don't wait for job end" +msgstr "" + +#: ../../tools/virsh-domain.c:2017 +msgid "implies --active --wait, pivot when commit is synced" +msgstr "" + +#: ../../tools/virsh-domain.c:2021 +msgid "implies --active --wait, quit when commit is synced" +msgstr "" + +#: ../../tools/virsh-domain.c:2541 +msgid "implies --info; output details rather than human summary" +msgstr "" + +#: ../../tools/virsh-domain.c:2013 ../../tools/virsh-domain.c:2238 +msgid "implies --wait, abort if copy exceeds timeout (in seconds)" +msgstr "" + +#: ../../tools/virsh-domain.c:2242 +msgid "implies --wait, pivot when mirroring starts" +msgstr "" + +#: ../../tools/virsh-domain.c:2246 +msgid "implies --wait, quit when mirroring starts" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:142 +msgid "in shutdown" +msgstr "" + +#: ../../tools/virsh-pool.c:1043 +msgid "inaccessible" +msgstr "" + +#: ../../src/storage/storage_util.c:902 +#, c-format +msgid "inaccessible backing store volume %s" +msgstr "" + +#: ../../tools/virsh-interface.c:376 ../../tools/virsh-network.c:765 +#: ../../tools/virsh-pool.c:1039 ../../tools/virsh-pool.c:1306 +msgid "inactive" +msgstr "" + +#: ../../tools/virsh-domain.c:3297 +#, c-format +msgid "inbound rate larger than maximum %u" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:901 +msgid "include backup size estimate in XML dump" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:893 ../../tools/virsh-domain.c:4551 +#: ../../tools/virsh-domain.c:4979 ../../tools/virsh-domain.c:10191 +#: ../../tools/virsh-snapshot.c:637 ../../tools/virsh-snapshot.c:1684 +msgid "include security sensitive information in XML dump" +msgstr "" + +#: ../../tools/virsh-domain.c:11494 +msgid "includes the password into the connection URI if available" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1907 +msgid "incoming RDMA migration is not supported with this QEMU binary" +msgstr "" + +#: ../../src/test/test_driver.c:2303 +#, c-format +msgid "incomplete metadata in '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:1466 +msgid "incomplete result, failed to get completed" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:1452 +msgid "incomplete result, failed to get status" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:1472 +msgid "incomplete result, failed to get total" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:1459 +#, c-format +msgid "incomplete result, unknown status string '%s'" +msgstr "" + +#: ../../src/test/test_driver.c:2277 +#, c-format +msgid "incomplete save header in '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:7634 +#, c-format +msgid "incorrect boot order '%s', expecting positive integer" +msgstr "" + +#: ../../src/qemu/qemu_backup.c:822 ../../src/qemu/qemu_checkpoint.c:657 +#: ../../src/qemu/qemu_checkpoint.c:782 +msgid "incremental backup is not supported yet" +msgstr "" + +#: ../../src/conf/domain_conf.c:5554 +msgid "individual CPU state configuration is not supported" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:2204 +msgid "info balloon reply was missing balloon data" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:2043 +msgid "info kvm reply missing 'enabled' field" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3504 +msgid "info migration reply was missing return status" +msgstr "" + +#: ../../tools/virsh-snapshot.c:868 +msgid "info on current snapshot" +msgstr "" + +#: ../../src/conf/domain_conf.c:5845 +msgid "init binary must be specified" +msgstr "" + +#: ../../tools/virsh-domain.c:10690 +msgid "initial CPU throttling rate for auto-convergence" +msgstr "" + +#: ../../tools/virsh-volume.c:185 +msgid "initial allocation size, as scaled integer (default bytes)" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2380 ../../src/test/test_driver.c:2668 +msgid "" +"initial memory size of a domain with NUMA nodes cannot be modified with this " +"API" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9214 +msgid "initial memory size overflowed after alignment" +msgstr "" + +#: ../../tools/virsh-domain.c:13089 +msgid "initialize" +msgstr "" + +#: ../../tools/virsh-domain.c:13062 +msgid "inject-nmi" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5688 +#, c-format +msgid "input device on bus '%s' cannot be detached" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3153 +#, c-format +msgid "input device on bus '%s' cannot be hot plugged." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2681 +msgid "input devices without vnc are not supported" +msgstr "" + +#: ../../src/libvirt-domain.c:7325 ../../src/libvirt-domain.c:7526 +#, c-format +msgid "input too large: %d * %d" +msgstr "" + +#: ../../src/libvirt-domain.c:1844 ../../src/libvirt-domain.c:1897 +#: ../../src/libvirt-domain.c:1960 +#, c-format +msgid "input too large: %lu" +msgstr "" + +#: ../../src/libvirt-domain.c:10961 +#, c-format +msgid "input too large: %u * %u" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1480 +msgid "instead of setting given time, synchronize from domain's RTC" +msgstr "" + +#: ../../tools/virsh-host.c:490 +msgid "instead of setting new pool size add pages to it" +msgstr "" + +#: ../../src/conf/domain_capabilities.c:257 +#, c-format +msgid "" +"integer overflow on %s. Please contact the libvirt development team at " +"libvir-list@redhat.com" +msgstr "" + +#: ../../src/conf/domain_conf.c:6345 +#, c-format +msgid "" +"interface %s - <port isolated='yes'/> is not supported for network " +"interfaces with type='%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:6355 +#, c-format +msgid "" +"interface %s - <port isolated='yes'/> is not supported for network " +"interfaces with virtualport type='%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:6410 +#, c-format +msgid "" +"interface %s - bandwidth settings are not supported for hostdev interfaces" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5125 +#, c-format +msgid "" +"interface %s - custom tap device path is not supported for network " +"interfaces of type %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5107 +#, c-format +msgid "" +"interface %s - filterref is not supported for network interfaces of type %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5114 +#, c-format +msgid "" +"interface %s - filterref is not supported for network interfaces with " +"virtualport type %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5080 +#, c-format +msgid "" +"interface %s - multiqueue is not supported for network interfaces of type %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5089 +#, c-format +msgid "" +"interface %s - multiqueue is not supported for network interfaces of type " +"vhost-user with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5133 +#, c-format +msgid "" +"interface %s - teaming transient device must be type='hostdev', not '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:6399 +#, c-format +msgid "interface %s - vlan tag not supported for this connection type" +msgstr "" + +#: ../../src/conf/network_conf.c:1631 +#, c-format +msgid "interface '%s' can only be listed once in network %s" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1454 +#, c-format +msgid "interface '%s' failing; reopening" +msgstr "" + +#: ../../tools/virsh-domain.c:3162 +#, c-format +msgid "interface (%s: %s) not found" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:809 ../../tools/virsh-domain.c:3064 +#: ../../tools/virsh-domain.c:3236 +msgid "interface device (MAC Address)" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1146 +msgid "interface device specified by name or MAC Address" +msgstr "" + +#: ../../src/conf/interface_conf.c:127 +msgid "interface has no name" +msgstr "" + +#: ../../src/conf/interface_conf.c:734 +#, c-format +msgid "interface has unsupported type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12041 +msgid "interface host IP" +msgstr "" + +#: ../../tools/virsh-interface.c:468 +msgid "interface information in XML" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:1017 +msgid "interface is already running" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:1069 +msgid "interface is not running" +msgstr "" + +#: ../../tools/virsh-interface.c:408 +msgid "interface mac" +msgstr "" + +#: ../../src/conf/interface_conf.c:709 +msgid "interface misses the type attribute" +msgstr "" + +#: ../../src/conf/interface_conf.c:145 +msgid "interface mtu value is improper" +msgstr "" + +#: ../../tools/virsh-interface.c:444 +msgid "interface name" +msgstr "" + +#: ../../src/nwfilter/nwfilter_learnipaddr.c:166 +#, c-format +msgid "interface name %s does not fit into buffer " +msgstr "" + +#: ../../tools/virsh-interface.c:25 +msgid "interface name or MAC address" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:203 +#: ../../src/interface/interface_backend_udev.c:1229 +msgid "interface state driver is not active" +msgstr "" + +#: ../../src/util/virnetdevtap.c:912 +msgid "interface stats not implemented on this platform" +msgstr "" + +#: ../../tools/virsh-snapshot.c:962 +msgid "internal" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:125 +msgid "internal (locking) error" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14900 +msgid "" +"internal and full system snapshots require all disks to be selected for " +"snapshot" +msgstr "" + +#: ../../tools/vsh.c:3350 +msgid "internal command for autocompletion" +msgstr "" + +#: ../../tools/vsh.c:3307 +msgid "internal command for testing virt shells" +msgstr "" + +#: ../../src/util/virerror.c:915 +msgid "internal error" +msgstr "" + +#: ../../src/util/virerror.c:916 +#, c-format +msgid "internal error: %s" +msgstr "" + +#: ../../tools/vsh.c:633 ../../tools/vsh.c:1418 +#, c-format +msgid "internal error: bad options in command: '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14795 +#, c-format +msgid "internal inactive snapshots are not supported on '%s' disks" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14782 +#, c-format +msgid "" +"internal inactive snapshots are not supported on 'network' disks using '%s' " +"protocol" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:391 +msgid "internal parse requested with NULL current" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14845 +#, c-format +msgid "internal snapshot for disk %s unsupported for storage type %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:15774 +msgid "internal snapshot of a running VM must include the memory state" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14936 +msgid "internal snapshots of a VM with pflash based firmware are not supported" +msgstr "" + +#: ../../tools/vsh.c:3310 ../../tools/vsh.c:3353 +msgid "internal use only" +msgstr "" + +#: ../../tools/virsh-host.c:791 +msgid "intr:" +msgstr "" + +#: ../../src/conf/netdev_vlan_conf.c:122 +#, c-format +msgid "invalid \"trunk='%s'\" in <vlan> - must be yes or no" +msgstr "" + +#: ../../src/conf/netdev_vlan_conf.c:109 +#, c-format +msgid "" +"invalid \"trunk='%s'\" in <vlan> - trunk='yes' is required for more than one " +"vlan tag" +msgstr "" + +#: ../../src/lxc/lxc_native.c:1016 +#, c-format +msgid "invalid %s value: '%s'" +msgstr "" + +#: ../../src/lxc/lxc_native.c:870 +#, c-format +msgid "invalid %s: '%s'" +msgstr "" + +#: ../../tools/vsh.c:478 ../../tools/vsh.c:1480 +#, c-format +msgid "invalid '=' after option --%s" +msgstr "" + +#: ../../src/conf/domain_conf.c:12468 +#, c-format +msgid "invalid 'managed' value '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1383 ../../src/conf/network_conf.c:1550 +#, c-format +msgid "invalid <address> element found in <forward> of network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:995 +#, c-format +msgid "invalid <forwarder> element found in <dns> of network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:1030 +#, c-format +msgid "invalid <host> element found in <dns> of network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:1542 +#, c-format +msgid "invalid <interface> element found in <forward> of network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:1566 +#, c-format +msgid "invalid <nat> element found in <forward> of network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:1558 +#, c-format +msgid "invalid <pf> element found in <forward> of network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:1447 +#, c-format +msgid "invalid <port> element found in <forward> of network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:1050 +#, c-format +msgid "invalid <srv> element found in <dns> of network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:1070 +#, c-format +msgid "invalid <txt> element found in <dns> of network %s" +msgstr "" + +#: ../../src/conf/cpu_conf.c:649 +msgid "invalid CPU cache level, must be in range [1,3]" +msgstr "" + +#: ../../src/cpu/cpu.c:519 +#, c-format +msgid "invalid CPU definition at index %zu" +msgstr "" + +#: ../../src/cpu/cpu.c:210 +msgid "invalid CPU definition stub" +msgstr "" + +#: ../../src/conf/network_conf.c:860 +#, c-format +msgid "invalid DNS SRV port attribute for service '%s' in network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:892 +#, c-format +msgid "invalid DNS SRV weight attribute for service '%s' in network '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19476 +msgid "invalid HyperV spinlock retry count" +msgstr "" + +#: ../../src/util/virerror.c:1044 +msgid "invalid MAC address" +msgstr "" + +#: ../../src/util/virerror.c:1045 +#, c-format +msgid "invalid MAC address: %s" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1720 +#, c-format +msgid "invalid NUMA node ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11177 +msgid "invalid NUMA node in target" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1670 +#, c-format +msgid "invalid PCI bus ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1653 +#, c-format +msgid "invalid PCI class supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1664 +#, c-format +msgid "invalid PCI domain ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1682 +#, c-format +msgid "invalid PCI function ID supplied for '%s'" +msgstr "" + +#: ../../src/qemu/qemu_command.c:4396 +#, c-format +msgid "invalid PCI passthrough type '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1694 +#, c-format +msgid "invalid PCI product ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1676 +#, c-format +msgid "invalid PCI slot ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1688 +#, c-format +msgid "invalid PCI vendor ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15178 +msgid "invalid RNG rate bytes value" +msgstr "" + +#: ../../src/conf/domain_conf.c:15185 +msgid "invalid RNG rate period value" +msgstr "" + +#: ../../src/conf/node_device_conf.c:922 +#, c-format +msgid "invalid SCSI LUN ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:910 +#, c-format +msgid "invalid SCSI bus ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:904 ../../src/conf/node_device_conf.c:1034 +#, c-format +msgid "invalid SCSI host ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:916 +#, c-format +msgid "invalid SCSI target ID supplied for '%s'" +msgstr "" + +#: ../../src/libvirt.c:827 +#, c-format +msgid "invalid URI %s (maybe you want %s:///%s)" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1286 +#, c-format +msgid "invalid USB bus number supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1292 +#, c-format +msgid "invalid USB device number supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1223 +#, c-format +msgid "invalid USB interface class supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1217 +#, c-format +msgid "invalid USB interface number supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1235 +#, c-format +msgid "invalid USB interface protocol supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1229 +#, c-format +msgid "invalid USB interface subclass supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1304 +#, c-format +msgid "invalid USB product ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1298 +#, c-format +msgid "invalid USB vendor ID supplied for '%s'" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:1391 +#: ../../src/security/virt-aa-helper.c:1405 +msgid "invalid UUID" +msgstr "" + +#: ../../src/remote/remote_daemon.c:671 +#, c-format +msgid "invalid UUID source: %s" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:1424 +msgid "invalid VM definition" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:784 +#, c-format +msgid "invalid XML length: %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:16685 +#, c-format +msgid "invalid access mode '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3546 +#, c-format +msgid "invalid allowReboot value '%s'" +msgstr "" + +#: ../../src/util/virerror.c:936 +msgid "invalid argument" +msgstr "" + +#: ../../src/conf/netdev_bandwidth_conf.c:39 +#: ../../src/conf/netdev_bandwidth_conf.c:129 +msgid "invalid argument supplied" +msgstr "" + +#: ../../src/util/virerror.c:937 +#, c-format +msgid "invalid argument: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:1554 +msgid "invalid ats value" +msgstr "" + +#: ../../src/conf/domain_conf.c:15291 +#, c-format +msgid "invalid autodeflate attribute value '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:2811 ../../src/util/virstoragefile.c:3134 +#, c-format +msgid "invalid backing protocol '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:3125 +#, c-format +msgid "invalid backing protocol string '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3393 +msgid "invalid cache size in query-migrate-cache-size reply" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5436 +#, c-format +msgid "invalid capability_filters capability '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14070 +msgid "invalid catchup limit" +msgstr "" + +#: ../../src/conf/domain_conf.c:14061 +msgid "invalid catchup slew" +msgstr "" + +#: ../../src/conf/domain_conf.c:14052 +msgid "invalid catchup threshold" +msgstr "" + +#: ../../src/conf/domain_conf.c:12957 +#, c-format +msgid "invalid channel state value '%s'" +msgstr "" + +#: ../../src/util/virxml.c:498 +#, c-format +msgid "invalid char in %s: %c" +msgstr "" + +#: ../../src/conf/network_conf.c:840 +#, c-format +msgid "" +"invalid character in protocol attribute '%s' in DNS SRV record of network " +"'%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:823 +#, c-format +msgid "" +"invalid character in service attribute '%s' in DNS SRV record of network '%s'" +msgstr "" + +#: ../../src/rpc/virnettlscontext.c:1393 +msgid "invalid cipher size for TLS session" +msgstr "" + +#: ../../src/conf/netdev_vlan_conf.c:115 +msgid "" +"invalid configuration in <vlan> - \"trunk='no'\" is not allowed with a " +"native vlan id" +msgstr "" + +#: ../../src/util/virerror.c:930 +msgid "invalid connection pointer in" +msgstr "" + +#: ../../src/util/virerror.c:931 +#, c-format +msgid "invalid connection pointer in %s" +msgstr "" + +#: ../../src/conf/node_device_conf.c:752 +#, c-format +msgid "invalid cssid value '%s' for '%s'" +msgstr "" + +#: ../../src/util/virmdev.c:127 +#, c-format +msgid "invalid device API '%s' for device %s: device only supports '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:778 +#, c-format +msgid "invalid devno value '%s' for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:7705 +#, c-format +msgid "invalid dimm base address '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16696 +#, c-format +msgid "invalid discard value '%s'" +msgstr "" + +#: ../../src/conf/backup_conf.c:119 +#, c-format +msgid "invalid disk 'backup' state '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10479 +#, c-format +msgid "invalid disk index '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2289 +#, c-format +msgid "invalid disk target '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2295 +#, c-format +msgid "invalid disk target '%s', partitions can't appear in disk targets" +msgstr "" + +#: ../../src/util/virerror.c:933 +msgid "invalid domain pointer in" +msgstr "" + +#: ../../src/util/virerror.c:934 +#, c-format +msgid "invalid domain pointer in %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:22266 +#, c-format +msgid "invalid domain state '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:22274 +#, c-format +msgid "invalid domain state reason '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:30498 +#, c-format +msgid "invalid domain state: %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:20742 +#, c-format +msgid "invalid domain type %s" +msgstr "" + +#: ../../src/vmware/vmware_conf.c:290 +msgid "invalid driver type for version detection" +msgstr "" + +#: ../../src/locking/sanlock_helper.c:29 +#, c-format +msgid "invalid failure action: '%s'\n" +msgstr "" + +#: ../../src/util/virfile.c:266 +#, c-format +msgid "invalid fd %d for %s" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:156 +msgid "invalid flag" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2263 ../../src/libxl/libxl_driver.c:2418 +#, c-format +msgid "invalid flag combination: (0x%x)" +msgstr "" + +#: ../../src/conf/domain_conf.c:10088 +msgid "invalid geometry settings (cyls)" +msgstr "" + +#: ../../src/conf/domain_conf.c:10097 +msgid "invalid geometry settings (heads)" +msgstr "" + +#: ../../src/conf/domain_conf.c:10106 +msgid "invalid geometry settings (secs)" +msgstr "" + +#: ../../src/test/test_driver.c:243 +msgid "invalid hasmanagedsave" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6781 +#, c-format +msgid "invalid header data length: %d" +msgstr "" + +#: ../../src/remote/remote_daemon.c:676 +#, c-format +msgid "invalid host UUID: %s" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1140 +msgid "invalid hostdev mode" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1133 +msgid "invalid hostdev subsystem type" +msgstr "" + +#: ../../src/conf/domain_conf.c:18758 +msgid "invalid idmap start/target/count settings" +msgstr "" + +#: ../../src/util/virnetdev.c:860 ../../src/util/virnetdev.c:952 +#, c-format +msgid "invalid interface name %s" +msgstr "" + +#: ../../src/util/virerror.c:1086 +msgid "invalid interface pointer in" +msgstr "" + +#: ../../src/util/virerror.c:1087 +#, c-format +msgid "invalid interface pointer in %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:1544 +msgid "invalid iommu value" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1340 +#, c-format +msgid "invalid iommuGroup number attribute '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1814 +#, c-format +msgid "invalid iommuGroup number attribute for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:18807 +#, c-format +msgid "invalid iothread 'id' value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:18833 +#, c-format +msgid "invalid iothreads count '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:868 +msgid "invalid job statistics type" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17299 +#, c-format +msgid "invalid job type '%d'" +msgstr "" + +#: ../../src/network/bridge_driver.c:4278 ../../src/util/virmacmap.c:151 +#, c-format +msgid "invalid json in file: %s" +msgstr "" + +#: ../../src/util/virlease.c:73 +#, c-format +msgid "invalid json in file: %s, rewriting it" +msgstr "" + +#: ../../src/util/virnetdev.c:1992 +#, c-format +msgid "invalid json in net device saved config file '%s': '%.60s'" +msgstr "" + +#: ../../src/test/test_driver.c:7821 +#, c-format +msgid "invalid keycode %u of %s codeset" +msgstr "" + +#: ../../tools/virsh-domain.c:8880 +#, c-format +msgid "invalid keycode: '%s'" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:225 +#: ../../src/security/virt-aa-helper.c:329 +msgid "invalid length for new profile" +msgstr "" + +#: ../../src/libvirt-domain.c:12473 +#, c-format +msgid "invalid lifecycle action '%u'" +msgstr "" + +#: ../../src/libvirt-domain.c:12467 +#, c-format +msgid "invalid lifecycle type '%u'" +msgstr "" + +#: ../../tools/virsh-domain.c:3111 +#, c-format +msgid "invalid link state '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:7416 +#, c-format +msgid "" +"invalid loadparm char '%c', expecting chars in set of [a-zA-Z0-9.] and blank " +"spaces" +msgstr "" + +#: ../../src/conf/domain_conf.c:10508 +#, c-format +msgid "invalid logical block size '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4182 +#, c-format +msgid "" +"invalid mac address '%s' in 'multicast-table' array in query-rx-filter " +"response" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4140 +#, c-format +msgid "" +"invalid mac address '%s' in 'unicast-table' array in query-rx-filter response" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:1015 +#, c-format +msgid "invalid master key read, size=%zd" +msgstr "" + +#: ../../src/conf/domain_conf.c:16677 +#, c-format +msgid "invalid memory model '%s'" +msgstr "" + +#: ../../src/conf/cpu_conf.c:452 +msgid "invalid microcode version" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:3805 +msgid "invalid migratability value for host CPU model" +msgstr "" + +#: ../../src/util/virfile.c:622 +msgid "invalid mode" +msgstr "" + +#: ../../src/qemu/qemu_command.c:4123 ../../src/qemu/qemu_command.c:4217 +#, c-format +msgid "invalid model for video type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15412 +#, c-format +msgid "invalid msi ioeventfd setting for shmem: '%s'" +msgstr "" + +#: ../../src/util/virjson.c:2097 +#, c-format +msgid "invalid nested value key '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_fs.c:72 +#, c-format +msgid "invalid netfs path (ends in /): %s" +msgstr "" + +#: ../../src/storage/storage_backend_fs.c:66 +#, c-format +msgid "invalid netfs path (no /): %s" +msgstr "" + +#: ../../src/util/virerror.c:1020 +msgid "invalid network pointer in" +msgstr "" + +#: ../../src/util/virerror.c:1021 +#, c-format +msgid "invalid network pointer in %s" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1182 +#, c-format +msgid "invalid network type supplied for '%s'" +msgstr "" + +#: ../../src/test/test_driver.c:861 +msgid "invalid node cpu active value" +msgstr "" + +#: ../../src/test/test_driver.c:840 +msgid "invalid node cpu cores value" +msgstr "" + +#: ../../src/test/test_driver.c:869 +msgid "invalid node cpu mhz value" +msgstr "" + +#: ../../src/test/test_driver.c:822 +msgid "invalid node cpu nodes value" +msgstr "" + +#: ../../src/test/test_driver.c:831 +msgid "invalid node cpu sockets value" +msgstr "" + +#: ../../src/test/test_driver.c:849 +msgid "invalid node cpu threads value" +msgstr "" + +#: ../../src/util/virerror.c:1068 +msgid "invalid node device pointer" +msgstr "" + +#: ../../src/util/virerror.c:1069 +#, c-format +msgid "invalid node device pointer in %s" +msgstr "" + +#: ../../src/test/test_driver.c:887 +msgid "invalid node memory value" +msgstr "" + +#: ../../src/util/virnuma.c:894 ../../src/util/virnuma.c:938 +#, c-format +msgid "invalid number '%s' in '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15401 +#, c-format +msgid "invalid number of vectors for shmem: '%s'" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:3862 +#, c-format +msgid "" +"invalid number value for '%s' host CPU model property in QEMU capabilities " +"cache" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1439 +#, c-format +msgid "invalid or missing decode/guest attribute in CPU model %s" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1426 +#, c-format +msgid "invalid or missing decode/host attribute in CPU model %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:7696 +#, c-format +msgid "invalid or missing dimm slot id '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:1564 +msgid "invalid packed value" +msgstr "" + +#: ../../src/conf/storage_conf.c:624 +#, c-format +msgid "invalid part_separator setting '%s'" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:101 +#, c-format +msgid "invalid partition name '%s', expected '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:11934 ../../src/test/test_driver.c:8035 +#, c-format +msgid "invalid path %s not assigned to domain" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:894 +msgid "invalid path for master key file" +msgstr "" + +#: ../../src/vz/vz_sdk.c:4427 +#, c-format +msgid "invalid path, '%s' is not a known interface" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:5494 ../../src/lxc/lxc_driver.c:2089 +#: ../../src/lxc/lxc_driver.c:2174 ../../src/qemu/qemu_driver.c:10892 +#: ../../src/test/test_driver.c:4988 ../../src/vz/vz_driver.c:1715 +#: ../../src/vz/vz_driver.c:3967 +#, c-format +msgid "invalid path: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:10518 +#, c-format +msgid "invalid physical block size '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:22283 +msgid "invalid pid" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1152 +msgid "invalid prefix, must be in range of 4-27" +msgstr "" + +#: ../../src/util/virnetlink.c:210 ../../src/util/virnetlink.c:958 +#: ../../src/util/virnetlink.c:1008 +#, c-format +msgid "invalid protocol argument: %d" +msgstr "" + +#: ../../src/util/virstoragefile.c:2819 +#, c-format +msgid "invalid protocol transport type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5449 ../../src/qemu/qemu_process.c:5460 +#, c-format +msgid "invalid qemu namespace capability '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:9596 +msgid "invalid readahead size or timeout" +msgstr "" + +#: ../../src/conf/domain_conf.c:11924 +#, c-format +msgid "invalid reconnect enabled value: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11936 +#, c-format +msgid "invalid reconnect timeout value: '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:853 +#, c-format +msgid "invalid removable media size supplied for '%s'" +msgstr "" + +#: ../../src/test/test_driver.c:260 +msgid "invalid runstate" +msgstr "" + +#: ../../src/util/virutil.c:182 +#, c-format +msgid "invalid scale %llu" +msgstr "" + +#: ../../tools/virsh-domain.c:5146 +#, c-format +msgid "invalid scheduler option: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:8330 +#, c-format +msgid "invalid secret type %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:10147 +#, c-format +msgid "invalid secret type '%s'" +msgstr "" + +#: ../../src/util/virsecret.c:89 +#, c-format +msgid "invalid secret uuid '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:9042 ../../src/conf/domain_conf.c:9272 +#, c-format +msgid "invalid security relabel value %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:9027 +#, c-format +msgid "invalid security type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7227 +msgid "invalid server address" +msgstr "" + +#: ../../src/conf/domain_conf.c:18942 +#, c-format +msgid "invalid setting for iothread '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:18886 +#, c-format +msgid "invalid setting for vcpu '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:876 +#, c-format +msgid "invalid size supplied for '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:15663 +#, c-format +msgid "invalid snapshot name '%s': name can't contain '/'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:15671 +#, c-format +msgid "invalid snapshot name '%s': name can't start with '.'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:765 +#, c-format +msgid "invalid ssid value '%s' for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:9574 +#, c-format +msgid "invalid ssl verify mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16460 +#, c-format +msgid "invalid state '%s' of perf event '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15298 +msgid "invalid statistics collection period" +msgstr "" + +#: ../../src/util/virerror.c:1050 +msgid "invalid storage pool pointer in" +msgstr "" + +#: ../../src/util/virerror.c:1051 +#, c-format +msgid "invalid storage pool pointer in %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:9715 +#, c-format +msgid "invalid storage source index '%s'" +msgstr "" + +#: ../../src/util/virerror.c:1053 +msgid "invalid storage volume pointer in" +msgstr "" + +#: ../../src/util/virerror.c:1054 +#, c-format +msgid "invalid storage volume pointer in %s" +msgstr "" + +#: ../../src/util/virerror.c:1131 +msgid "invalid stream pointer" +msgstr "" + +#: ../../src/util/virerror.c:1132 +#, c-format +msgid "invalid stream pointer in %s" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:3851 +#, c-format +msgid "" +"invalid string value for '%s' host CPU model property in QEMU capabilities " +"cache" +msgstr "" + +#: ../../src/conf/domain_conf.c:14030 +msgid "invalid timer frequency" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1824 +#, c-format +msgid "invalid tlsPort number: %s" +msgstr "" + +#: ../../src/test/test_driver.c:236 +msgid "invalid transient" +msgstr "" + +#: ../../src/conf/domain_conf.c:10116 +#, c-format +msgid "invalid translation value '%s'" +msgstr "" + +#: ../../src/util/virtypedparam.c:118 +#, c-format +msgid "invalid type '%s' for parameter '%s', expected '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1041 +#, c-format +msgid "invalid unique_id supplied for '%s'" +msgstr "" + +#: ../../src/util/vircommand.c:2094 ../../src/util/vircommand.c:2106 +#: ../../src/util/vircommand.c:2315 ../../src/util/vircommand.c:2364 +#: ../../src/util/vircommand.c:2515 ../../src/util/vircommand.c:2667 +#: ../../src/util/vircommand.c:2810 ../../src/util/vircommand.c:2874 +msgid "invalid use of command API" +msgstr "" + +#: ../../src/util/virfile.c:243 +msgid "invalid use with no flags" +msgstr "" + +#: ../../src/openvz/openvz_conf.c:934 +#, c-format +msgid "invalid uuid %s" +msgstr "" + +#: ../../src/util/virprocess.c:146 ../../src/util/virprocess.c:284 +#, c-format +msgid "invalid value %d" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:1380 +#, c-format +msgid "invalid value '%s' for migration parameter '%s'" +msgstr "" + +#: ../../src/hypervisor/domain_driver.c:287 +#, c-format +msgid "invalid value '%s' for parameter '%s' of device '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:1894 +#, c-format +msgid "invalid value for 'managed': %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:18683 +msgid "invalid value for boot menu timeout, must be in range [0,65535]" +msgstr "" + +#: ../../src/conf/domain_conf.c:18708 +msgid "invalid value for rebootTimeout, must be in range [-1,65535]" +msgstr "" + +#: ../../src/conf/secret_conf.c:159 +msgid "invalid value of 'ephemeral'" +msgstr "" + +#: ../../src/conf/secret_conf.c:169 +msgid "invalid value of 'private'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6366 ../../src/qemu/qemu_driver.c:6401 +#: ../../src/qemu/qemu_driver.c:6448 +msgid "invalid value of 0 for iothread_id" +msgstr "" + +#: ../../src/conf/domain_conf.c:16555 +msgid "invalid value of memory device node" +msgstr "" + +#: ../../src/conf/domain_conf.c:19546 +#, c-format +msgid "invalid value of state argument for Hyper-V stimer '%s' feature" +msgstr "" + +#: ../../src/conf/domain_conf.c:19445 +#, c-format +msgid "invalid value of state argument for HyperV Enlightenment feature '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19585 +#, c-format +msgid "invalid value of state argument for KVM feature '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19630 +#, c-format +msgid "invalid value of state argument for Xen feature '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20103 +#, c-format +msgid "invalid vcpu 'enabled' value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20114 +#, c-format +msgid "invalid vcpu 'hotpluggable' value '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3125 +#, c-format +msgid "invalid vcpu index '%u'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20124 +msgid "invalid vcpu order" +msgstr "" + +#: ../../src/libxl/xen_common.c:746 +#, c-format +msgid "invalid vncdisplay value '%s'" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3768 +msgid "invalid watchdog action" +msgstr "" + +#: ../../tools/virsh-domain.c:258 +msgid "io policy of disk device" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2144 +msgid "io uring is not supported by this QEMU binary" +msgstr "" + +#: ../../src/conf/domain_conf.c:5139 +msgid "iommu driver option is only supported for virtio devices" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3843 +msgid "iommu: caching mode is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3857 +msgid "iommu: device IOTLB is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3850 +msgid "iommu: eim is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3836 +msgid "iommu: interrupt remapping is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5827 ../../src/qemu/qemu_process.c:2480 +#, c-format +msgid "iothread %d not found" +msgstr "" + +#: ../../tools/virsh-domain.c:7852 +msgid "iothread for the new IOThread" +msgstr "" + +#: ../../tools/virsh-domain.c:7918 +msgid "iothread id of existing IOThread" +msgstr "" + +#: ../../tools/virsh-domain.c:8021 +msgid "iothread_id for the IOThread to delete" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5877 +#, c-format +msgid "iothreadid %d not found" +msgstr "" + +#: ../../tools/virsh-host.c:790 +msgid "iowait:" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:985 +msgid "ipset name contains invalid characters" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:979 +msgid "ipset name is too long" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1550 +msgid "is not active" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi.c:275 +msgid "iscsi pool only supports 'chap' auth type" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:104 +msgid "iscsi-direct pool only supports 'chap' auth type" +msgstr "" + +#: ../../src/util/virstorageencryption.c:301 +msgid "ivgen element found, but cipher is missing" +msgstr "" + +#: ../../src/qemu/qemu_command.c:8136 +msgid "ivshmem device is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1523 +msgid "job" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17309 +#, c-format +msgid "job type '%s' does not support pivot" +msgstr "" + +#: ../../src/test/test_driver.c:2534 +msgid "kdump-compressed format is not supported here" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3844 +msgid "kdump-compressed format is only supported with memory-only dump" +msgstr "" + +#: ../../tools/virsh-domain.c:3635 +msgid "keep nvram file, if inactive" +msgstr "" + +#: ../../tools/virsh-domain.c:2029 ../../tools/virsh-domain.c:2786 +msgid "keep the backing chain relatively referenced" +msgstr "" + +#: ../../src/rpc/virkeepalive.c:255 +#, c-format +msgid "keepalive interval %d too large" +msgstr "" + +#: ../../src/rpc/virkeepalive.c:249 +msgid "keepalive interval already set" +msgstr "" + +#: ../../src/util/virhostcpu.c:915 +msgid "kernel cpu time field is too long for the destination" +msgstr "" + +#: ../../tools/virsh-domain.c:8647 +msgid "key to be used as a namespace identifier" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:798 ../../src/rpc/virnetsshsession.c:805 +#, c-format +msgid "keyboard interactive authentication failed: %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4820 +#, c-format +msgid "keycode %zu is invalid: 0x%X" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:1181 +#, c-format +msgid "known hosts file '%s' does not exist" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:260 +msgid "kvm-hint-dedicated=on is only applicable for cpu host-passthrough" +msgstr "" + +#: ../../src/conf/domain_conf.c:6086 +msgid "label overrides require relabeling to be enabled at the domain level" +msgstr "" + +#: ../../src/conf/domain_conf.c:6663 +msgid "label size is required for NVDIMM device" +msgstr "" + +#: ../../src/conf/domain_conf.c:16576 +msgid "label size must be smaller than NVDIMM size" +msgstr "" + +#: ../../src/storage/storage_util.c:749 +#, c-format +msgid "lazy_refcounts not supported with compat level %s" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1745 +msgid "lease file write failed" +msgstr "" + +#: ../../tools/virsh-domain.c:4033 ../../tools/virsh-domain.c:8276 +msgid "leave the guest paused after creation" +msgstr "" + +#: ../../src/test/test_driver.c:2295 +msgid "length of metadata out of range" +msgstr "" + +#: ../../src/util/virresctrl.c:915 +#, c-format +msgid "level %u cache size %llu does not match expected size %llu" +msgstr "" + +#: ../../src/node_device/node_device_hal.c:670 +msgid "libhal_ctx_init failed, haldaemon is probably not running" +msgstr "" + +#: ../../src/node_device/node_device_hal.c:659 +msgid "libhal_ctx_new returned NULL" +msgstr "" + +#: ../../src/node_device/node_device_hal.c:665 +msgid "libhal_ctx_set_dbus_connection failed" +msgstr "" + +#: ../../src/node_device/node_device_hal.c:704 +#: ../../src/node_device/node_device_hal.c:780 +msgid "libhal_get_all_devices failed" +msgstr "" + +#: ../../src/util/virnetlink.c:1219 +msgid "libnl was not available at build time" +msgstr "" + +#: ../../src/util/virerror.c:990 +msgid "library call failed" +msgstr "" + +#: ../../src/util/virerror.c:991 +#, c-format +msgid "library call failed: %s" +msgstr "" + +#: ../../src/security/security_selinux.c:710 +msgid "libselinux does not support LXC contexts path" +msgstr "" + +#: ../../src/util/virerror.c:1206 +msgid "libssh transport error" +msgstr "" + +#: ../../src/util/virerror.c:1207 +#, c-format +msgid "libssh transport error: %s" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1172 +msgid "libssh transport support was not enabled" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:1039 +msgid "libssh2 transport support was not enabled" +msgstr "" + +#: ../../src/remote/remote_daemon.c:717 +msgid "libvirt management daemon:" +msgstr "" + +#: ../../src/libvirt.c:1010 +#, c-format +msgid "libvirt was built without the '%s' driver" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:2186 +msgid "libvirt was not compiled with libpcap and \"" +msgstr "" + +#: ../../tools/virsh-domain.c:848 +msgid "libvirt will automatically detach/attach the device from/to host" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:163 +msgid "libvirt-guests is configured not to start any guests on boot" +msgstr "" + +#: ../../src/libvirt.c:229 +msgid "libvirt.so is not safe to use from setuid/setgid programs" +msgstr "" + +#: ../../src/util/vircommand.c:406 +msgid "libvirtd quit during handshake" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1129 +#, c-format +msgid "libxenlight does not support disk driver %s" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1071 ../../src/libxl/libxl_conf.c:1099 +#: ../../src/libxl/libxl_conf.c:1108 ../../src/libxl/libxl_conf.c:1119 +#, c-format +msgid "libxenlight does not support disk format %s with disk driver %s" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1154 +msgid "libxenlight does not support transient disks" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3203 +msgid "libxenlight failed to attach USB controller" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3073 +#, c-format +msgid "libxenlight failed to attach disk '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3461 +msgid "libxenlight failed to attach network device" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3140 +msgid "libxenlight failed to attach pci device " +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3276 +#, c-format +msgid "libxenlight failed to attach usb device Busnum:%3x, Devnum:%3x" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3015 +#, c-format +msgid "libxenlight failed to change media for disk '%s'" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:1427 +#, c-format +msgid "libxenlight failed to create new domain '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3744 +msgid "libxenlight failed to detach USB controller" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3806 +#, c-format +msgid "libxenlight failed to detach USB device Busnum: %3x, Devnum: %3x" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3361 +#, c-format +msgid "libxenlight failed to detach disk '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3894 +msgid "libxenlight failed to detach network device" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3682 +msgid "libxenlight failed to detach pci device " +msgstr "" + +#: ../../src/libxl/libxl_conf.c:199 +#, c-format +msgid "libxenlight failed to parse UUID '%s'" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:191 +#, c-format +msgid "libxenlight failed to resolve security label '%s'" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:1431 +#, c-format +msgid "libxenlight failed to restore domain '%s'" +msgstr "" + +#: ../../src/libxl/libxl_domain.c:1470 +msgid "libxenlight failed to store userdata" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:879 +msgid "libxenlight state driver is not active" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:648 +msgid "libxenlight supports only one input device" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1763 ../../src/libxl/libxl_driver.c:5076 +#: ../../src/libxl/libxl_driver.c:5211 +#, c-format +msgid "libxl_domain_info failed for domain '%d'" +msgstr "" + +#: ../../src/libxl/libxl_capabilities.c:268 +msgid "libxl_get_cpu_topology failed" +msgstr "" + +#: ../../src/libxl/libxl_capabilities.c:262 ../../src/libxl/libxl_driver.c:4396 +msgid "libxl_get_numainfo failed" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:794 ../../src/libxl/libxl_conf.c:2424 +#: ../../src/libxl/libxl_driver.c:4366 +msgid "libxl_get_physinfo_info failed" +msgstr "" + +#: ../../src/vmx/vmx.c:707 +#, c-format +msgid "libxml2 doesn't handle %s encoding" +msgstr "" + +#: ../../tools/virsh-domain.c:5724 +msgid "lifecycle action to set" +msgstr "" + +#: ../../tools/virsh-domain.c:5719 +msgid "lifecycle type to modify" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1465 +msgid "limit list to children of current snapshot" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:691 +msgid "limit list to children of given checkpoint" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1463 +msgid "limit list to children of given snapshot" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1947 +#, c-format +msgid "line %d corrupt ipaddr \"%s\"" +msgstr "" + +#: ../../tools/virsh-pool.c:1102 +msgid "list UUID of active pools only" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:572 +msgid "list all domain blocks" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:707 +msgid "list all domain virtual interfaces" +msgstr "" + +#: ../../tools/virt-admin.c:325 +msgid "list available servers on a daemon" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:700 +msgid "list checkpoint names only" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:687 +msgid "list checkpoints in a tree" +msgstr "" + +#: ../../tools/virt-admin.c:560 +msgid "list clients connected to <server>" +msgstr "" + +#: ../../tools/virsh-nodedev.c:375 +msgid "list devices in a tree" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1927 +msgid "list domain names only" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1560 +msgid "list domains" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1903 +msgid "list domains in other states" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1895 +msgid "list domains in paused state" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1891 +msgid "list domains in running state" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1899 +msgid "list domains in shutoff state" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1911 +msgid "list domains with autostart disabled" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1907 +msgid "list domains with autostart enabled" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1883 +msgid "list domains with existing checkpoint" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1875 +msgid "list domains with existing snapshot" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1915 +msgid "list domains with managed save state" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1887 +msgid "list domains without a checkpoint" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1879 +msgid "list domains without a snapshot" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1919 +msgid "list domains without managed save" +msgstr "" + +#: ../../tools/virsh-secret.c:538 +msgid "list ephemeral secrets" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1863 +msgid "list inactive & active domains" +msgstr "" + +#: ../../tools/virsh-interface.c:341 +msgid "list inactive & active interfaces" +msgstr "" + +#: ../../tools/virsh-network.c:669 +msgid "list inactive & active networks" +msgstr "" + +#: ../../tools/virsh-pool.c:1073 +msgid "list inactive & active pools" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1859 +msgid "list inactive domains" +msgstr "" + +#: ../../tools/virsh-interface.c:337 +msgid "list inactive interfaces" +msgstr "" + +#: ../../tools/virsh-network.c:665 +msgid "list inactive networks" +msgstr "" + +#: ../../tools/virsh-pool.c:1069 +msgid "list inactive pools" +msgstr "" + +#: ../../src/util/virconf.c:508 +msgid "list is not closed with ]" +msgstr "" + +#: ../../tools/virsh-pool.c:1106 +msgid "list name of active pools only" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:705 +msgid "list network filter bindings" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:340 +msgid "list network filters" +msgstr "" + +#: ../../tools/virsh-network.c:693 +msgid "list network names only" +msgstr "" + +#: ../../tools/virsh-network.c:1726 +msgid "list network ports" +msgstr "" + +#: ../../tools/virsh-network.c:654 +msgid "list networks" +msgstr "" + +#: ../../tools/virsh-network.c:685 +msgid "list networks with autostart disabled" +msgstr "" + +#: ../../tools/virsh-network.c:681 +msgid "list networks with autostart enabled" +msgstr "" + +#: ../../tools/virsh-secret.c:542 +msgid "list non-ephemeral secrets" +msgstr "" + +#: ../../tools/virsh-secret.c:550 +msgid "list non-private secrets" +msgstr "" + +#: ../../tools/virsh-domain.c:7456 +msgid "list of cpus to enable or disable" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2180 +msgid "list of domains to get stats for" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2134 +msgid "list only active domains" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:683 +msgid "list only checkpoints that are not leaves (with children)" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:679 +msgid "list only checkpoints without children" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:675 +msgid "list only checkpoints without parents" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2162 +msgid "list only domains in other states" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2138 +msgid "list only inactive domains" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2154 +msgid "list only paused domains" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2142 +msgid "list only persistent domains" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2150 +msgid "list only running domains" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2158 +msgid "list only shutoff domains" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1427 +msgid "list only snapshots that are not leaves (with children)" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1431 +msgid "list only snapshots that have metadata that would prevent undefine" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1435 +msgid "list only snapshots that have no metadata managed by libvirt" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1423 +msgid "list only snapshots without children" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1419 +msgid "list only snapshots without parents" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2146 +msgid "list only transient domains" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1871 +msgid "list persistent domains" +msgstr "" + +#: ../../tools/virsh-network.c:673 +msgid "list persistent networks" +msgstr "" + +#: ../../tools/virsh-pool.c:1081 +msgid "list persistent pools" +msgstr "" + +#: ../../tools/virsh-interface.c:326 +msgid "list physical host interfaces" +msgstr "" + +#: ../../tools/virsh-pool.c:1058 +msgid "list pools" +msgstr "" + +#: ../../tools/virsh-pool.c:1089 +msgid "list pools with autostart disabled" +msgstr "" + +#: ../../tools/virsh-pool.c:1085 +msgid "list pools with autostart enabled" +msgstr "" + +#: ../../tools/virsh-secret.c:546 +msgid "list private secrets" +msgstr "" + +#: ../../tools/virsh-secret.c:527 +msgid "list secrets" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1472 +msgid "list snapshot names only" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1459 +msgid "list snapshots in a tree" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1931 ../../tools/virsh-network.c:697 +#: ../../tools/virsh-network.c:1742 +msgid "list table (default)" +msgstr "" + +#: ../../tools/virsh-snapshot.c:633 +msgid "list the name, rather than the full xml" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1867 +msgid "list transient domains" +msgstr "" + +#: ../../tools/virsh-network.c:677 +msgid "list transient networks" +msgstr "" + +#: ../../tools/virsh-pool.c:1077 +msgid "list transient pools" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1923 ../../tools/virsh-network.c:689 +#: ../../tools/virsh-network.c:1738 +msgid "list uuid's only" +msgstr "" + +#: ../../tools/virsh-domain.c:13678 ../../tools/virsh-network.c:1274 +#: ../../tools/virsh-nodedev.c:883 ../../tools/virsh-pool.c:2008 +#: ../../tools/virsh-secret.c:750 +msgid "list valid event types" +msgstr "" + +#: ../../tools/virsh-volume.c:1357 +msgid "list vols" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:4530 +msgid "listen address is not supported by tunnelled migration" +msgstr "" + +#: ../../tools/virsh-domain.c:10637 +msgid "listen address that destination should bind to for incoming migration" +msgstr "" + +#: ../../src/conf/domain_conf.c:14216 +#, c-format +msgid "listen type 'none' is not available for graphics type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14207 +#, c-format +msgid "listen type 'socket' is not available for graphics type '%s'" +msgstr "" + +#: ../../src/util/virconf.c:465 +msgid "lists not allowed in VMX format" +msgstr "" + +#: ../../tools/virsh-domain.c:6738 ../../tools/virsh-domain.c:6740 +msgid "live" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:7961 +#, c-format +msgid "live attach of device '%s' is not supported" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:2970 +#, c-format +msgid "live attach of shmem model '%s' is not supported" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5855 +#, c-format +msgid "live detach of device '%s' is not supported" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5476 +#, c-format +msgid "live detach of shmem model '%s' is not supported" +msgstr "" + +#: ../../tools/virsh-domain.c:10550 +msgid "live migration" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:15683 +msgid "live snapshot creation is supported only during full system snapshots" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8095 +#, c-format +msgid "live update of device '%s' is not supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:7404 +#, c-format +msgid "loadparm '%s' exceeds 8 characters" +msgstr "" + +#: ../../src/conf/domain_conf.c:7398 +msgid "loadparm cannot be an empty string" +msgstr "" + +#: ../../src/locking/lock_daemon_dispatch.c:59 +#: ../../src/locking/lock_daemon_dispatch.c:117 +#: ../../src/locking/lock_daemon_dispatch.c:166 +#: ../../src/locking/lock_daemon_dispatch.c:215 +#: ../../src/locking/lock_daemon_dispatch.c:270 +#: ../../src/locking/lock_daemon_dispatch.c:316 +#: ../../src/locking/lock_daemon_dispatch.c:366 +#: ../../src/locking/lock_daemon_dispatch.c:403 +msgid "lock manager connection has been restricted" +msgstr "" + +#: ../../src/locking/lock_daemon_dispatch.c:65 +#: ../../src/locking/lock_daemon_dispatch.c:123 +#: ../../src/locking/lock_daemon_dispatch.c:172 +#: ../../src/locking/lock_daemon_dispatch.c:221 +#: ../../src/locking/lock_daemon_dispatch.c:276 +#: ../../src/locking/lock_daemon_dispatch.c:322 +#: ../../src/locking/lock_daemon_dispatch.c:372 +msgid "lock owner details have not been registered" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1425 +msgid "logfile not supported in this QEMU binary" +msgstr "" + +#: ../../src/storage/storage_backend_logical.c:981 +#, c-format +msgid "logical volume '%s' is sparse, volume wipe not supported" +msgstr "" + +#: ../../tools/virsh-domain.c:9782 ../../tools/virsh-domain.c:13670 +#: ../../tools/virsh-network.c:1266 ../../tools/virsh-nodedev.c:875 +#: ../../tools/virsh-pool.c:2000 ../../tools/virsh-secret.c:742 +msgid "loop until timeout or interrupt, rather than one-shot" +msgstr "" + +#: ../../src/storage/storage_util.c:804 +msgid "" +"luks encryption usage requires encrypted secret generation to be supported" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:156 +msgid "lxc state driver is not active" +msgstr "" + +#: ../../src/lxc/lxc_native.c:1201 +msgid "lxc.mount.fstab or lxc.mount found, use lxc.mount.entry lines instead" +msgstr "" + +#: ../../src/lxc/lxc_container.c:2182 +msgid "lxcChild() passed invalid vm definition" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2560 ../../src/vbox/vbox_common.c:2661 +msgid "machine already powered down" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2258 +msgid "machine is not in poweroff|saved|aborted state, so couldn't start it" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:858 +msgid "machine is null" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2466 +msgid "machine not in running state to suspend it" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2517 +msgid "machine not paused, so can't resume it" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2622 +msgid "machine not running, so can't reboot it" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2556 +msgid "machine paused, so can't power it down" +msgstr "" + +#: ../../tools/virsh-host.c:96 ../../tools/virsh-host.c:1636 +#: ../../tools/virsh-host.c:1743 +msgid "machine type (/domain/os/type/@machine)" +msgstr "" + +#: ../../tools/virsh-domain.c:7374 +msgid "make added vcpus hot(un)pluggable" +msgstr "" + +#: ../../tools/virsh-domain.c:62 +msgid "make live change persistent" +msgstr "" + +#: ../../tools/virsh-domain.c:2214 +msgid "make the copy share a backing chain" +msgstr "" + +#: ../../src/util/virstoragefile.c:3763 +msgid "malformed 'offset' property of 'raw' driver" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1404 +#, c-format +msgid "malformed 'port' attribute: %s" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2231 +msgid "malformed 'prefix' field" +msgstr "" + +#: ../../src/util/virstoragefile.c:3326 +#, c-format +msgid "malformed 'readahead' field in backing store definition '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:3770 +msgid "malformed 'size' property of 'raw' driver" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1394 +#, c-format +msgid "malformed 'speed' attribute: %s" +msgstr "" + +#: ../../src/util/virstoragefile.c:3307 +#, c-format +msgid "malformed 'sslverify' field in backing store definition '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:3334 +#, c-format +msgid "malformed 'timeout' field in backing store definition '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8403 +msgid "malformed 'wwpn' value" +msgstr "" + +#: ../../src/conf/domain_conf.c:15535 +msgid "malformed <sysinfo> uuid element" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4311 +msgid "malformed GIC version in QEMU capabilities cache" +msgstr "" + +#: ../../src/qemu/qemu_qapi.c:467 +#, c-format +msgid "malformed QAPI schema when querying '%s' of '%s'" +msgstr "" + +#: ../../src/qemu/qemu_qapi.c:496 +msgid "malformed QMP schema" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:1717 +#, c-format +msgid "malformed TLS secret uuid '%s' provided" +msgstr "" + +#: ../../src/util/virstoragefile.c:3168 +#, c-format +msgid "malformed backing store path for protocol %s" +msgstr "" + +#: ../../src/conf/storage_conf.c:1248 +msgid "malformed capacity element" +msgstr "" + +#: ../../src/libxl/xen_common.c:852 ../../src/libxl/xen_common.c:879 +#: ../../src/libxl/xen_common.c:895 +msgid "malformed char device string" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:199 +#, c-format +msgid "malformed disk path: %s" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4342 +msgid "malformed emulated GIC information in QEMU capabilities cache" +msgstr "" + +#: ../../src/conf/domain_conf.c:21005 +msgid "malformed genid element" +msgstr "" + +#: ../../src/conf/domain_conf.c:19289 +#, c-format +msgid "malformed gic version: %s" +msgstr "" + +#: ../../src/conf/storage_conf.c:783 +msgid "malformed group element" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1249 +msgid "malformed hostuuid element in migration data" +msgstr "" + +#: ../../src/util/virstoragefile.c:3263 +#, c-format +msgid "malformed http cookie '%s' in backing store definition '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:790 +msgid "malformed hyperv panic data" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4326 +msgid "malformed in-kernel GIC information in QEMU capabilities cache" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:1021 +msgid "malformed ipset flags" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:651 +#, c-format +msgid "malformed keyword arguments in '%s'" +msgstr "" + +#: ../../src/libxl/xen_common.c:1248 +#, c-format +msgid "malformed mac address '%s'" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4016 +msgid "malformed machine cpu count in QEMU capabilities cache" +msgstr "" + +#: ../../src/conf/domain_conf.c:9647 +#, c-format +msgid "malformed managed value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12754 +msgid "malformed mtu size" +msgstr "" + +#: ../../src/conf/domain_conf.c:9639 +#, c-format +msgid "malformed namespace '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3813 +#, c-format +msgid "malformed namespace name: %s" +msgstr "" + +#: ../../src/util/virstoragefile.c:3111 +#, c-format +msgid "malformed nbd string '%s'" +msgstr "" + +#: ../../src/util/virnetdev.c:1619 ../../src/util/virnetdev.c:3009 +#: ../../src/util/virnetdev.c:3100 ../../src/util/virnetdevbridge.c:1084 +#: ../../src/util/virnetdevvportprofile.c:845 ../../src/util/virnetlink.c:464 +#: ../../src/util/virnetlink.c:580 ../../src/util/virnetlink.c:663 +#: ../../src/util/virnetlink.c:740 ../../src/util/virnetlink.c:786 +msgid "malformed netlink response message" +msgstr "" + +#: ../../src/conf/storage_conf.c:752 +msgid "malformed octal mode" +msgstr "" + +#: ../../src/util/viriscsi.c:198 +#, c-format +msgid "malformed output of %s: %s" +msgstr "" + +#: ../../src/conf/storage_conf.c:768 +msgid "malformed owner element" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:9101 +msgid "malformed prManager reply" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:9151 +msgid "malformed qemu-current-machine reply" +msgstr "" + +#: ../../src/qemu/qemu_qapi.c:447 +msgid "malformed query string" +msgstr "" + +#: ../../src/security/security_util.c:302 +#: ../../src/security/security_util.c:399 +#, c-format +msgid "malformed refcount %s on %s" +msgstr "" + +#: ../../src/storage/storage_backend_zfs.c:149 +msgid "malformed refreservation reported" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1292 ../../src/qemu/qemu_agent.c:1329 +#: ../../src/qemu/qemu_agent.c:1719 ../../src/qemu/qemu_agent.c:1755 +msgid "malformed return value" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:818 +msgid "malformed s390 panic data" +msgstr "" + +#: ../../tools/virsh-domain.c:8981 +#, c-format +msgid "malformed signal name: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:16717 ../../src/conf/domain_conf.c:20978 +#: ../../src/conf/network_conf.c:1779 ../../src/conf/nwfilter_conf.c:2682 +#: ../../src/conf/secret_conf.c:185 ../../src/conf/storage_conf.c:910 +#: ../../src/libxl/libxl_migration.c:203 +msgid "malformed uuid element" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1775 +#, c-format +msgid "malformed uuid element for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:9743 +#, c-format +msgid "malformed value '%s' of 'offset' attribute of slice" +msgstr "" + +#: ../../src/conf/domain_conf.c:9750 +#, c-format +msgid "malformed value '%s' of 'size' attribute of slice" +msgstr "" + +#: ../../src/storage/storage_backend_zfs.c:143 +msgid "malformed volsize reported" +msgstr "" + +#: ../../src/storage/storage_backend_logical.c:306 +msgid "malformed volume allocation value" +msgstr "" + +#: ../../src/storage/storage_backend_logical.c:184 +msgid "malformed volume extent devices value" +msgstr "" + +#: ../../src/storage/storage_backend_logical.c:155 +msgid "malformed volume extent length value" +msgstr "" + +#: ../../src/storage/storage_backend_logical.c:201 +msgid "malformed volume extent offset value" +msgstr "" + +#: ../../src/storage/storage_backend_logical.c:161 +msgid "malformed volume extent size value" +msgstr "" + +#: ../../src/storage/storage_backend_logical.c:148 +msgid "malformed volume extent stripes value" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8231 +msgid "malformed/missing addr in dimm memory info" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8253 +msgid "malformed/missing hotpluggable in dimm memory info" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8245 +msgid "malformed/missing hotplugged in dimm memory info" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8238 +msgid "malformed/missing slot in dimm memory info" +msgstr "" + +#: ../../tools/virsh-domain.c:4725 +msgid "managed save of a domain state" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1387 +msgid "mandatory attribute 'width' is missing or malformed" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1935 +msgid "mark inactive domains with managed save state" +msgstr "" + +#: ../../src/qemu/qemu_command.c:2503 +msgid "masterbus not found" +msgstr "" + +#: ../../src/cpu/cpu_s390.c:55 +#, c-format +msgid "match mode %s not supported" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8487 ../../src/qemu/qemu_hotplug.c:5678 +msgid "matching input device not found" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8444 +msgid "matching memory device was not found" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8466 +msgid "matching shmem device was not found" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8497 ../../src/qemu/qemu_hotplug.c:5713 +msgid "matching vsock device not found" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:2410 +msgid "maxStats > REMOTE_DOMAIN_MEMORY_STATS_MAX" +msgstr "" + +#: ../../src/util/virthreadpool.c:450 +msgid "maxWorkers must not be switched from zero to non-zero and vice versa" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:15435 +msgid "maxcells > REMOTE_NODE_MAX_CELLS" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:5262 +msgid "maxerrors too large" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:2273 +msgid "maxids > REMOTE_DOMAIN_LIST_MAX" +msgstr "" + +#: ../../tools/virsh-domain.c:6737 ../../tools/virsh-domain.c:6738 +msgid "maximum" +msgstr "" + +#: ../../tools/virsh-domain.c:2266 +msgid "maximum amount of in-flight data during the copy" +msgstr "" + +#: ../../src/conf/domain_conf.c:4568 +msgid "" +"maximum memory size must be equal or greater than the actual memory size" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9221 +msgid "maximum memory size overflowed after alignment" +msgstr "" + +#: ../../tools/virsh-domain.c:11205 +msgid "maximum tolerable downtime (in milliseconds) for migration" +msgstr "" + +#: ../../src/conf/domain_conf.c:1958 +msgid "maximum vCPU count must not be less than current vCPU count" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5006 +msgid "maximum vcpu count of a live domain can't be modified" +msgstr "" + +#: ../../src/conf/domain_conf.c:20013 +msgid "maximum vcpus count must be an integer" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:2760 +#: ../../src/remote/remote_daemon_dispatch.c:2903 +msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:2897 +msgid "maxinfo > REMOTE_VCPUINFO_MAX" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:2017 +msgid "maxnames > REMOTE_DOMAIN_LIST_MAX" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:12461 +#: ../src/remote/remote_daemon_dispatch_stubs.h:12534 +msgid "maxnames > REMOTE_DOMAIN_SNAPSHOT_LIST_MAX" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:2081 +#: ../src/remote/remote_daemon_dispatch_stubs.h:2337 +msgid "maxnames > REMOTE_INTERFACE_LIST_MAX" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:2145 +#: ../src/remote/remote_daemon_dispatch_stubs.h:2401 +msgid "maxnames > REMOTE_NETWORK_LIST_MAX" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:15096 +msgid "maxnames > REMOTE_NODE_DEVICE_CAPS_LIST_MAX" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:15795 +msgid "maxnames > REMOTE_NODE_DEVICE_LIST_MAX" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:2465 +msgid "maxnames > REMOTE_NWFILTER_LIST_MAX" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:2209 +#: ../src/remote/remote_daemon_dispatch_stubs.h:2593 +msgid "maxnames > REMOTE_STORAGE_POOL_LIST_MAX" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:17559 +msgid "maxnames > REMOTE_STORAGE_VOL_LIST_MAX" +msgstr "" + +#: ../src/remote/remote_daemon_dispatch_stubs.h:2529 +msgid "maxuuids > REMOTE_SECRET_LIST_MAX" +msgstr "" + +#: ../../src/util/virmdev.c:410 +#, c-format +msgid "mediated device %s is in use by driver %s, domain %s" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5434 ../../src/util/virmdev.c:149 +#, c-format +msgid "mediated device '%s' not found" +msgstr "" + +#: ../../src/util/virmdev.c:175 +msgid "mediated devices are not supported on non-linux platforms" +msgstr "" + +#: ../../tools/virsh-domain.c:3475 ../../tools/virsh-host.c:970 +msgid "mem(Suspend-to-RAM), disk(Suspend-to-Disk), hybrid(Hybrid-Suspend)" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:612 +#, c-format +msgid "memory access mode '%s' not supported without guest numa node" +msgstr "" + +#: ../../tools/virsh-snapshot.c:380 +msgid "memory attributes: [file=]name[,snapshot=type]" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3297 ../../src/qemu/qemu_conf.c:2008 +msgid "memory device alias is not assigned" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9590 +#, c-format +msgid "" +"memory device base '0x%llx' is already being used by another memory device" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9708 +#, c-format +msgid "memory device count '%u' exceeds slots count '%u'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9626 +#, c-format +msgid "memory device slot '%u' exceeds slots count '%u'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9581 +#, c-format +msgid "memory device slot '%u' is already being used by another memory device" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9752 +msgid "memory device total size exceeds hotplug space" +msgstr "" + +#: ../../src/conf/domain_conf.c:1735 +msgid "memory devices are not supported by this driver" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:336 +#, c-format +msgid "memory filename '%s' requires external snapshot" +msgstr "" + +#: ../../src/hypervisor/domain_cgroup.c:234 ../../src/test/test_driver.c:3262 +msgid "" +"memory hard_limit tunable value must be lower than or equal to " +"swap_hard_limit" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9739 +msgid "memory hotplug isn't supported by this QEMU binary" +msgstr "" + +#: ../../src/conf/domain_conf.c:1713 +msgid "" +"memory hotplug tunables <maxMemory> are not supported by this hypervisor " +"driver" +msgstr "" + +#: ../../src/remote/remote_driver.c:2968 +#, c-format +msgid "memory peek request too large for remote protocol, %zi > %d" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2725 +msgid "memory size can't be changed unless domain is powered down" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9200 +#, c-format +msgid "memory size of NUMA node '%zu' overflowed after alignment" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:365 +#, c-format +msgid "memory snapshot file path (%s) must be absolute" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:356 +msgid "memory state cannot be saved with offline or disk-only snapshot" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3718 +msgid "memory-only dump failed for unknown reason" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3714 +#, c-format +msgid "memory-only dump failed: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:8489 +msgid "message" +msgstr "" + +#: ../../src/util/virerror.c:1152 +msgid "metadata not found" +msgstr "" + +#: ../../src/util/virerror.c:1153 +#, c-format +msgid "metadata not found: %s" +msgstr "" + +#: ../../src/storage/storage_util.c:869 +msgid "metadata preallocation conflicts with backing store" +msgstr "" + +#: ../../src/storage/storage_util.c:258 +msgid "metadata preallocation is not supported for block volumes" +msgstr "" + +#: ../../src/storage/storage_util.c:418 +msgid "metadata preallocation is not supported for raw volumes" +msgstr "" + +#: ../../src/storage/storage_util.c:1008 +msgid "metadata preallocation only available with qcow2" +msgstr "" + +#: ../../src/libvirt-domain.c:8055 +msgid "metadata title can't contain newlines" +msgstr "" + +#: ../../tools/virsh-domain.c:10535 +msgid "migrate domain to another host" +msgstr "" + +#: ../../src/vz/vz_driver.c:3112 +msgid "migrate uri is not set" +msgstr "" + +#: ../../tools/virsh-domain.c:11223 +msgid "migrate: Invalid downtime" +msgstr "" + +#: ../../tools/virsh-domain.c:11135 +msgid "migrate: Unexpected --timeout-* option without --timeout" +msgstr "" + +#: ../../tools/virsh-domain.c:11122 +msgid "migrate: Unexpected timeout for offline migration" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:1142 +#, c-format +msgid "migrate_tls_x509_cert_dir directory '%s' does not exist" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:166 +#: ../../tools/virsh-domain-monitor.c:216 +msgid "migrated" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:188 +msgid "migrating" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:691 ../../src/qemu/qemu_driver.c:788 +msgid "migration" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:4523 +msgid "migration URI is not supported by tunnelled migration" +msgstr "" + +#: ../../tools/virsh-domain.c:10629 +msgid "migration URI, usually can be omitted" +msgstr "" + +#: ../../tools/virsh-domain.c:10718 ../../tools/virsh-domain.c:11354 +msgid "migration bandwidth limit in MiB/s" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:170 +msgid "migration canceled" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1514 +msgid "migration in job" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:491 +#, c-format +msgid "migration of disk %s failed" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:487 +#, c-format +msgid "migration of disk %s failed: %s" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1506 +msgid "migration out job" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:382 +#, c-format +msgid "migration parameter '%s' must be less than %llu" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:321 +#, c-format +msgid "migration parameter '%s' must be less than %u" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:5493 +#, c-format +msgid "migration protocol going backwards %s => %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13613 +msgid "migration statistics are available only on the source host" +msgstr "" + +#: ../../src/util/virerror.c:1191 +msgid "migration successfully aborted" +msgstr "" + +#: ../../src/util/virerror.c:1192 +#, c-format +msgid "migration successfully aborted: %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3573 +msgid "migration was active, but RAM 'remaining' data was missing" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3580 +msgid "migration was active, but RAM 'total' data was missing" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3566 +msgid "migration was active, but RAM 'transferred' data was missing" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3559 +msgid "migration was active, but no RAM info was set" +msgstr "" + +#: ../../tools/virsh-domain.c:10585 +msgid "migration with non-shared storage with full disk copy" +msgstr "" + +#: ../../tools/virsh-domain.c:10589 +msgid "" +"migration with non-shared storage with incremental copy (same base image " +"shared between source and destination)" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1260 +msgid "migration with shmem device is not supported" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1280 +msgid "migration with virtiofs device is not supported" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:781 +#, c-format +msgid "migration_address must not be the address of the local machine: %s" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:768 +#, c-format +msgid "migration_host must not be the address of the local machine: %s" +msgstr "" + +#: ../../src/util/virthreadpool.c:443 +msgid "minWorkers cannot be larger than maxWorkers" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9169 +msgid "minimum target size for the NVDIMM must be 256MB plus the label size" +msgstr "" + +#: ../../src/conf/domain_conf.c:10063 +msgid "mirror requires file name" +msgstr "" + +#: ../../src/conf/domain_conf.c:10048 +msgid "mirror requires source element" +msgstr "" + +#: ../../src/conf/domain_conf.c:10034 +msgid "mirror without type only supported by copy job" +msgstr "" + +#: ../../src/qemu/qemu_block.c:1435 ../../src/qemu/qemu_block.c:2411 +#, c-format +msgid "mishandled storage format '%s'" +msgstr "" + +#: ../../src/util/virsocketaddr.c:846 +#, c-format +msgid "mismatch of address family in range %s - %s" +msgstr "" + +#: ../../src/util/virsocketaddr.c:860 +#, c-format +msgid "mismatch of address family in range %s - %s for network %s" +msgstr "" + +#: ../../src/test/test_driver.c:2282 +msgid "mismatched header magic" +msgstr "" + +#: ../../tools/vsh.c:1702 +msgid "missing \"" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:212 +#, c-format +msgid "missing %s in <virtualport type='%s'>" +msgstr "" + +#: ../../src/vz/vz_sdk.c:4672 +msgid "missing 'DateTime' element" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:516 +#, c-format +msgid "missing 'architecture' in '%s'" +msgstr "" + +#: ../../src/security/security_selinux.c:686 +#, c-format +msgid "missing 'content' value in selinux lxc contexts file '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1402 +#, c-format +msgid "" +"missing 'end' attribute in <address> element in <nat> in <forward> in " +"network %s" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:372 +#, c-format +msgid "missing 'executable' in '%s'" +msgstr "" + +#: ../../src/security/security_selinux.c:676 +#, c-format +msgid "missing 'file' value in selinux lxc contexts file '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:3194 +msgid "missing 'filename' field in JSON backing volume definition" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:342 ../../src/qemu/qemu_firmware.c:403 +#: ../../src/qemu/qemu_firmware.c:422 +#, c-format +msgid "missing 'filename' in '%s'" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:351 +#, c-format +msgid "missing 'format' in '%s'" +msgstr "" + +#: ../../src/vz/vz_sdk.c:4663 +msgid "missing 'guid' attribute" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1554 +msgid "missing 'id' attribute for mediated device's <type> element" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:530 +#, c-format +msgid "missing 'machines' in '%s'" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:3826 +msgid "" +"missing 'name' attribute for a host CPU model property in QEMU capabilities " +"cache" +msgstr "" + +#: ../../src/conf/domain_conf.c:9633 +msgid "missing 'namespace' attribute to disk source" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:382 +#, c-format +msgid "missing 'nvram-template' in '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:3522 +msgid "missing 'portal' address in iSCSI backing definition" +msgstr "" + +#: ../../src/security/security_selinux.c:666 +#, c-format +msgid "missing 'process' value in selinux lxc contexts file '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1395 +#, c-format +msgid "" +"missing 'start' attribute in <address> element in <nat> in <forward> in " +"network %s" +msgstr "" + +#: ../../src/vz/vz_sdk.c:4685 +msgid "missing 'state' attribute" +msgstr "" + +#: ../../src/conf/domain_conf.c:19539 +#, c-format +msgid "missing 'state' attribute for Hyper-V stimer '%s' feature" +msgstr "" + +#: ../../src/conf/domain_conf.c:19437 +#, c-format +msgid "missing 'state' attribute for HyperV Enlightenment feature '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19577 +#, c-format +msgid "missing 'state' attribute for KVM feature '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19622 +#, c-format +msgid "missing 'state' attribute for Xen feature '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:3528 +msgid "missing 'target' in iSCSI backing definition" +msgstr "" + +#: ../../src/conf/domain_conf.c:21510 +msgid "missing 'timezone' attribute for clock with offset='timezone'" +msgstr "" + +#: ../../src/conf/domain_conf.c:9620 +msgid "missing 'type' attribute to disk source" +msgstr "" + +#: ../../src/util/virqemu.c:237 +#, c-format +msgid "missing 'type'(%s) or 'alias'(%s) field of QOM 'object'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19695 +#, c-format +msgid "missing 'unknown' attribute for feature '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:3290 +msgid "missing 'url' in JSON backing volume definition" +msgstr "" + +#: ../../src/conf/domain_conf.c:11678 +msgid "missing 'usage' attribute for RAM filesystem" +msgstr "" + +#: ../../src/conf/domain_conf.c:19495 +msgid "missing 'value' attribute for HyperV feature 'vendor_id'" +msgstr "" + +#: ../../src/util/virstoragefile.c:3798 +msgid "" +"missing 'vdisk-id' or 'server' attribute in JSON backing definition for VxHS " +"volume" +msgstr "" + +#: ../../src/util/virstoragefile.c:3449 +msgid "" +"missing 'volume', 'path' or 'server' attribute in JSON backing definition " +"for gluster volume" +msgstr "" + +#: ../../src/conf/domain_conf.c:16730 +msgid "missing <target> element for <memory> device" +msgstr "" + +#: ../../src/util/virstoragefile.c:1888 +msgid "missing @managed attribute for <reservations/>" +msgstr "" + +#: ../../src/cpu/cpu.c:790 +msgid "missing CPU data architecture" +msgstr "" + +#: ../../src/conf/cpu_conf.c:298 +msgid "missing CPU definition" +msgstr "" + +#: ../../src/conf/domain_conf.c:15218 +msgid "missing EGD backend type" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7036 +msgid "missing GIC version" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4305 +msgid "missing GIC version in QEMU capabilities cache" +msgstr "" + +#: ../../src/util/virnetdev.c:1641 +msgid "missing IFLA_VF_INFO in netlink response" +msgstr "" + +#: ../../src/conf/domain_conf.c:15200 +msgid "missing RNG device backend model" +msgstr "" + +#: ../../src/conf/domain_conf.c:15165 +msgid "missing RNG device model" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1054 +#, c-format +msgid "missing SCSI host capability type for '%s'" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4128 +msgid "missing SEV certChain information in QEMU capabilities cache" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4121 +msgid "missing SEV pdh information in QEMU capabilities cache" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4096 +msgid "missing SEV platform data in QEMU capabilities cache" +msgstr "" + +#: ../../src/conf/domain_conf.c:13673 +msgid "missing TPM device backend" +msgstr "" + +#: ../../src/conf/domain_conf.c:13679 +msgid "missing TPM device backend type" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:210 +msgid "missing Xen migration stream version" +msgstr "" + +#: ../../src/conf/network_conf.c:1651 +#, c-format +msgid "missing address type in network %s" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3323 +msgid "missing alias for memory device" +msgstr "" + +#: ../../src/qemu/qemu_process.c:2597 +msgid "missing alias for network device" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:2966 +#, c-format +msgid "missing alias or qom-type for qemu object '%s'" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4273 +msgid "missing arch in QEMU capabilities cache" +msgstr "" + +#: ../../tools/virsh-pool.c:1456 +msgid "missing argument" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4994 +msgid "missing array element" +msgstr "" + +#: ../../src/conf/storage_conf.c:319 +#, c-format +msgid "missing backend for pool type %d" +msgstr "" + +#: ../../src/storage/storage_backend.c:181 +#, c-format +msgid "missing backend for pool type %d (%s)" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:524 +#, c-format +msgid "missing block job data for disk '%s'" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:3967 +msgid "missing blocker name in QEMU capabilities cache" +msgstr "" + +#: ../../src/conf/domain_conf.c:18649 +msgid "missing boot device" +msgstr "" + +#: ../../src/conf/domain_conf.c:7627 +msgid "missing boot order attribute" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4134 ../../src/qemu/qemu_domain.c:4147 +msgid "missing capability name" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1842 +msgid "missing capability type" +msgstr "" + +#: ../../src/conf/storage_conf.c:1349 +msgid "missing capacity element" +msgstr "" + +#: ../../tools/virsh-host.c:416 +msgid "missing cellno argument" +msgstr "" + +#: ../../src/util/virstoragefile.c:1917 +msgid "missing connection mode for <reservations/>" +msgstr "" + +#: ../../src/util/virstoragefile.c:1905 +msgid "missing connection type for <reservations/>" +msgstr "" + +#: ../../src/conf/domain_conf.c:9436 +msgid "missing cookie name" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:3941 +msgid "missing cpu name in QEMU capabilities cache" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7676 +msgid "missing cpuid-register in CPU data" +msgstr "" + +#: ../../src/conf/domain_conf.c:19000 +msgid "missing cpuset for emulatorpin" +msgstr "" + +#: ../../src/conf/domain_conf.c:18962 +msgid "missing cpuset for iothreadpin" +msgstr "" + +#: ../../src/conf/domain_conf.c:18898 +msgid "missing cpuset for vcpupin" +msgstr "" + +#: ../../src/conf/checkpoint_conf.c:152 +msgid "missing creationTime from existing checkpoint" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:263 +msgid "missing creationTime from existing snapshot" +msgstr "" + +#: ../../src/conf/node_device_conf.c:746 +#, c-format +msgid "missing cssid value for '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17850 +#, c-format +msgid "missing destination file for disk %s: %s" +msgstr "" + +#: ../../src/conf/network_conf.c:3332 +msgid "missing dev attribute in <interface> element" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1561 +#, c-format +msgid "missing device API for mediated device type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:443 +#, c-format +msgid "missing device type in '%s'" +msgstr "" + +#: ../../src/util/virerror.c:981 +msgid "missing devices information" +msgstr "" + +#: ../../src/util/virerror.c:982 +#, c-format +msgid "missing devices information for %s" +msgstr "" + +#: ../../src/conf/node_device_conf.c:772 +#, c-format +msgid "missing devno value for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1962 +msgid "missing devnode type" +msgstr "" + +#: ../../src/conf/domain_conf.c:9893 +msgid "missing disk backing store format" +msgstr "" + +#: ../../src/conf/domain_conf.c:9899 +msgid "missing disk backing store source" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2095 ../../src/lxc/lxc_driver.c:2180 +#: ../../src/qemu/qemu_driver.c:10901 ../../src/qemu/qemu_hotplug.c:261 +#, c-format +msgid "missing disk device alias name for %s" +msgstr "" + +#: ../../src/qemu/qemu_command.c:978 +msgid "missing disk source for 'sheepdog' protocol" +msgstr "" + +#: ../../src/conf/checkpoint_conf.c:166 ../../src/conf/checkpoint_conf.c:303 +msgid "missing domain in checkpoint" +msgstr "" + +#: ../../src/conf/checkpoint_conf.c:176 +msgid "missing domain in checkpoint redefine" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:298 ../../src/conf/snapshot_conf.c:663 +msgid "missing domain in snapshot" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:12787 ../../src/qemu/qemu_driver.c:12835 +msgid "missing domain name" +msgstr "" + +#: ../../src/conf/domain_conf.c:22261 +msgid "missing domain state" +msgstr "" + +#: ../../src/conf/domain_conf.c:20737 +msgid "missing domain type attribute" +msgstr "" + +#: ../../src/conf/domain_conf.c:10849 +#, c-format +msgid "missing element or attribute '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7048 +msgid "missing emulated GIC information" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4336 +msgid "missing emulated GIC information in QEMU capabilities cache" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4188 +msgid "missing emulator in QEMU capabilities cache" +msgstr "" + +#: ../../src/storage/storage_util.c:1201 +msgid "missing encryption description" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7030 +msgid "missing entry in GIC capabilities list" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6909 +msgid "missing entry in migration capabilities list" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3860 +msgid "missing entry in supported dump formats" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14728 +#, c-format +msgid "missing existing file for disk %s: %s" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1270 +msgid "missing feature name" +msgstr "" + +#: ../../src/conf/nwfilter_params.c:796 +msgid "missing filter parameter table" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4226 +msgid "missing flag name in QEMU capabilities cache" +msgstr "" + +#: ../../src/storage/storage_file_gluster.c:107 +#, c-format +msgid "missing gluster volume name for path '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14926 +msgid "missing graphics device type" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:3472 +#, c-format +msgid "missing host CPU model info from QEMU capabilities for binary %s" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:3797 +msgid "missing host CPU model name in QEMU capabilities cache" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:740 ../../src/openvz/openvz_driver.c:2132 +#: ../../src/qemu/qemu_migration.c:2902 +#, c-format +msgid "missing host in migration URI: %s" +msgstr "" + +#: ../../src/util/virstoragefile.c:3567 +msgid "" +"missing host specification of NBD server in JSON backing volume definition" +msgstr "" + +#: ../../src/util/virstoragefile.c:3660 +msgid "missing host/server or path of SSH JSON backing volume definition" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1233 +msgid "missing hostname element in migration data" +msgstr "" + +#: ../../src/util/virstoragefile.c:3362 +msgid "" +"missing hostname for tcp backing server in JSON backing volume definition" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1244 +msgid "missing hostuuid element in migration data" +msgstr "" + +#: ../../src/conf/domain_conf.c:13941 +msgid "missing hub device type" +msgstr "" + +#: ../../src/conf/domain_conf.c:8295 +msgid "missing iSCSI hostdev source path name" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7042 +msgid "missing in-kernel GIC information" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4320 +msgid "missing in-kernel GIC information in QEMU capabilities cache" +msgstr "" + +#: ../../src/qemu/qemu_process.c:2275 +#, c-format +msgid "missing info on pr-manager %s" +msgstr "" + +#: ../../src/conf/storage_conf.c:977 +#: ../../src/storage/storage_backend_iscsi_direct.c:511 +msgid "missing initiator IQN" +msgstr "" + +#: ../../src/conf/domain_conf.c:13791 +msgid "missing input device type" +msgstr "" + +#: ../../src/storage/storage_util.c:826 +msgid "missing input volume target path" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:947 +msgid "missing interface information" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1334 +msgid "missing iommuGroup number attribute" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1812 +#, c-format +msgid "missing iommuGroup number attribute for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:18936 +msgid "missing iothread id in iothreadpin" +msgstr "" + +#: ../../src/util/virstorageencryption.c:233 +msgid "missing ivgen info name string" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3210 +msgid "missing job chain data" +msgstr "" + +#: ../../src/util/virerror.c:963 +msgid "missing kernel information" +msgstr "" + +#: ../../src/util/virerror.c:964 +#, c-format +msgid "missing kernel information: %s" +msgstr "" + +#: ../../src/security/security_dac.c:2326 +#, c-format +msgid "missing label for static security driver in domain %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:16604 +msgid "missing launch security type" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:918 +msgid "missing listen attribute in migration data" +msgstr "" + +#: ../../src/qemu/qemu_command.c:7204 ../../src/qemu/qemu_command.c:7334 +#: ../../src/qemu/qemu_migration_cookie.c:333 +#: ../../src/qemu/qemu_validate.c:3182 +msgid "missing listen element" +msgstr "" + +#: ../../src/conf/domain_conf.c:27845 +msgid "missing listen element for graphics" +msgstr "" + +#: ../../src/conf/domain_conf.c:27961 +msgid "missing listen element for spice graphics" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4007 +msgid "missing machine name in QEMU capabilities cache" +msgstr "" + +#: ../../src/conf/domain_conf.c:16671 +msgid "missing memory model" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4255 +msgid "missing microcode version in QEMU capabilities cache" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:1154 +#: ../../src/qemu/qemu_monitor_json.c:6915 +msgid "missing migration capability name" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:1341 +msgid "missing migration parameter name" +msgstr "" + +#: ../../src/conf/domain_conf.c:16766 +msgid "missing model for IOMMU device" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:190 +#: ../../src/qemu/qemu_migration_cookie.c:1204 ../../src/vz/vz_driver.c:2835 +msgid "missing name element in migration data" +msgstr "" + +#: ../../src/conf/domain_conf.c:1381 +msgid "missing name for cipher" +msgstr "" + +#: ../../src/conf/domain_conf.c:9508 +msgid "missing name for disk source" +msgstr "" + +#: ../../src/conf/domain_conf.c:8147 +msgid "missing name for host" +msgstr "" + +#: ../../src/conf/backup_conf.c:110 +msgid "missing name from disk backup element" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:157 +msgid "missing name from disk snapshot element" +msgstr "" + +#: ../../src/util/virerror.c:975 +msgid "missing name information" +msgstr "" + +#: ../../src/util/virerror.c:976 +#, c-format +msgid "missing name information in %s" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1160 +msgid "missing network device feature name" +msgstr "" + +#: ../../src/conf/domain_conf.c:9495 +msgid "missing network source protocol type" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1569 +#, c-format +msgid "missing number of available instances for mediated device type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:9737 +msgid "missing offset or size attribute of slice" +msgstr "" + +#: ../../src/util/virerror.c:978 +msgid "missing operating system information" +msgstr "" + +#: ../../src/util/virerror.c:979 +#, c-format +msgid "missing operating system information for %s" +msgstr "" + +#: ../../src/conf/cpu_conf.c:657 +msgid "missing or invalid CPU cache mode" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:3834 +msgid "missing or invalid CPU model property type in QEMU capabilities cache" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7681 +msgid "missing or invalid cpuid-input-eax in CPU data" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7688 +msgid "missing or invalid features in CPU data" +msgstr "" + +#: ../../src/conf/domain_conf.c:20080 +msgid "missing or invalid vcpu id" +msgstr "" + +#: ../../src/conf/netdev_vlan_conf.c:67 +msgid "missing or invalid vlan tag id attribute" +msgstr "" + +#: ../../src/util/virstoragefile.c:3831 +msgid "missing or malformed 'device' field of 'nvme' storage" +msgstr "" + +#: ../../src/util/virstoragefile.c:3838 +msgid "missing or malformed 'namespace' field of 'nvme' storage" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4106 +msgid "missing or malformed SEV cbitpos information in QEMU capabilities cache" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4114 +msgid "" +"missing or malformed SEV reducedPhysBits information in QEMU capabilities " +"cache" +msgstr "" + +#: ../../src/vz/vz_driver.c:2814 +msgid "missing or malformed session-uuid element in migration data" +msgstr "" + +#: ../../src/vz/vz_driver.c:2826 +msgid "missing or malformed uuid element in migration data" +msgstr "" + +#: ../../tools/virsh-host.c:430 +msgid "missing pagesize argument" +msgstr "" + +#: ../../src/util/virstoragefile.c:3916 +#, c-format +msgid "missing parser implementation for JSON backing volume driver '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:1911 +msgid "missing path for <reservations/>" +msgstr "" + +#: ../../src/conf/domain_conf.c:1688 +msgid "missing per-device path" +msgstr "" + +#: ../../src/conf/domain_conf.c:16436 +msgid "missing perf event name" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19381 ../../src/test/test_driver.c:3687 +#, c-format +msgid "missing persistent configuration for disk '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:3719 +msgid "missing pool or image name in ceph backing volume JSON specification" +msgstr "" + +#: ../../src/conf/storage_conf.c:890 +msgid "missing pool source name element" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:906 +msgid "missing port attribute in migration data" +msgstr "" + +#: ../../src/conf/domain_conf.c:8026 +msgid "missing product" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4200 +msgid "missing qemuctime in QEMU capabilities XML" +msgstr "" + +#: ../../src/util/virstoragefile.c:3352 ../../src/util/virstoragefile.c:3386 +msgid "missing remote server specification in JSON backing volume definition" +msgstr "" + +#: ../../src/conf/network_conf.c:918 +#, c-format +msgid "missing required name attribute in DNS TXT record of network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:832 +#, c-format +msgid "" +"missing required protocol attribute in DNS SRV record '%s' of network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:809 +#, c-format +msgid "missing required service attribute in DNS SRV record of network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:930 +#, c-format +msgid "" +"missing required value attribute in DNS TXT record named '%s' of network %s" +msgstr "" + +#: ../../src/conf/netdev_vport_profile_conf.c:55 +msgid "missing required virtualport type" +msgstr "" + +#: ../../src/conf/domain_conf.c:19192 +msgid "missing resource partition attribute" +msgstr "" + +#: ../../src/util/virerror.c:966 +msgid "missing root device information" +msgstr "" + +#: ../../src/util/virerror.c:967 +#, c-format +msgid "missing root device information in %s" +msgstr "" + +#: ../../src/util/virxml.c:835 +msgid "missing root element" +msgstr "" + +#: ../../src/conf/node_device_conf.c:981 +#, c-format +msgid "missing rport name for '%s'" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:2888 ../../src/qemu/qemu_migration.c:3869 +#, c-format +msgid "missing scheme in migration URI: %s" +msgstr "" + +#: ../../src/qemu/qemu_block.c:1217 +msgid "missing secret info for 'luks' driver" +msgstr "" + +#: ../../src/util/virsecret.c:76 +msgid "missing secret uuid or usage attribute" +msgstr "" + +#: ../../src/conf/domain_conf.c:9198 +msgid "missing security model in domain seclabel" +msgstr "" + +#: ../../src/conf/domain_conf.c:9208 +msgid "missing security model when using multiple labels" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4207 +msgid "missing selfctime in QEMU capabilities XML" +msgstr "" + +#: ../../src/util/virstoragefile.c:3619 +msgid "missing sheepdog URI in JSON backing volume definition" +msgstr "" + +#: ../../src/util/virstoragefile.c:3627 +msgid "missing sheepdog vdi name" +msgstr "" + +#: ../../src/conf/domain_conf.c:13499 +msgid "missing smartcard device mode" +msgstr "" + +#: ../../src/util/virstoragefile.c:3393 +msgid "missing socket address type in JSON backing volume definition" +msgstr "" + +#: ../../src/conf/domain_conf.c:8131 +msgid "missing socket for unix transport" +msgstr "" + +#: ../../src/util/virstoragefile.c:3412 +msgid "" +"missing socket path for udp backing server in JSON backing volume definition" +msgstr "" + +#: ../../src/conf/domain_conf.c:8505 ../../src/conf/domain_conf.c:8847 +msgid "missing source address type" +msgstr "" + +#: ../../src/storage/storage_backend_fs.c:221 +#: ../../src/storage/storage_backend_iscsi.c:248 +#: ../../src/storage/storage_backend_iscsi.c:337 +msgid "missing source device" +msgstr "" + +#: ../../src/storage/storage_backend_zfs.c:390 +msgid "missing source devices" +msgstr "" + +#: ../../src/storage/storage_backend_fs.c:209 +#: ../../src/storage/storage_backend_iscsi.c:241 +#: ../../src/storage/storage_backend_iscsi.c:330 +msgid "missing source host" +msgstr "" + +#: ../../src/util/virerror.c:969 +msgid "missing source information for device" +msgstr "" + +#: ../../src/util/virerror.c:970 +#, c-format +msgid "missing source information for device %s" +msgstr "" + +#: ../../src/storage/storage_backend_fs.c:214 +msgid "missing source path" +msgstr "" + +#: ../../src/conf/node_device_conf.c:759 +#, c-format +msgid "missing ssid value for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19397 +#, c-format +msgid "missing state attribute '%s' of feature '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:1393 +#, c-format +msgid "missing state for cipher named %s" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:275 +msgid "missing state from existing snapshot" +msgstr "" + +#: ../../src/conf/domain_conf.c:16454 +#, c-format +msgid "missing state of perf event '%s'" +msgstr "" + +#: ../../src/util/virstoragefilebackend.c:142 +#, c-format +msgid "missing storage backend for '%s' storage" +msgstr "" + +#: ../../src/util/virstoragefilebackend.c:137 +#, c-format +msgid "missing storage backend for network files using %s protocol" +msgstr "" + +#: ../../src/conf/node_device_conf.c:830 +#, c-format +msgid "missing storage capability type for '%s'" +msgstr "" + +#: ../../src/conf/storage_conf.c:583 +msgid "missing storage pool host name" +msgstr "" + +#: ../../src/conf/storage_adapter_conf.c:285 +msgid "missing storage pool source adapter" +msgstr "" + +#: ../../src/conf/storage_conf.c:945 +msgid "missing storage pool source device name" +msgstr "" + +#: ../../src/conf/storage_conf.c:615 +msgid "missing storage pool source device path" +msgstr "" + +#: ../../src/conf/storage_conf.c:918 +msgid "missing storage pool source host name" +msgstr "" + +#: ../../src/conf/storage_conf.c:926 +msgid "missing storage pool source path" +msgstr "" + +#: ../../src/conf/storage_conf.c:961 +msgid "missing storage pool target path" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3590 +msgid "missing storage source format" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3584 +msgid "missing storage source type" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3851 +msgid "missing supported dump formats" +msgstr "" + +#: ../../src/conf/netdev_vlan_conf.c:51 +msgid "" +"missing tag id - each <vlan> must have at least one <tag id='n'/> subelement" +msgstr "" + +#: ../../src/util/virerror.c:972 +msgid "missing target information for device" +msgstr "" + +#: ../../src/util/virerror.c:973 +#, c-format +msgid "missing target information for device %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:8305 +msgid "missing the host address for the iSCSI hostdev" +msgstr "" + +#: ../../src/conf/domain_conf.c:11942 +msgid "missing timeout for chardev with reconnect enabled" +msgstr "" + +#: ../../src/conf/domain_conf.c:13985 +msgid "missing timer name" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:912 +msgid "missing tlsPort attribute in migration data" +msgstr "" + +#: ../../src/lxc/lxc_native.c:296 +msgid "missing tmpfs size, set the size option" +msgstr "" + +#: ../../src/conf/domain_conf.c:11732 +msgid "missing type attribute in interface's <actual> element" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:894 +msgid "missing type attribute in migration data" +msgstr "" + +#: ../../src/conf/node_device_conf.c:964 +#, c-format +msgid "missing type for SCSI target capability for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1806 +#, c-format +msgid "missing type id attribute for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16195 +msgid "missing type in redirdev" +msgstr "" + +#: ../../src/util/virstoragefile.c:1797 +msgid "missing username for auth" +msgstr "" + +#: ../../src/test/test_driver.c:1244 +msgid "missing username in /node/auth/user field" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:198 +#: ../../src/qemu/qemu_migration_cookie.c:1219 +msgid "missing uuid element in migration data" +msgstr "" + +#: ../../src/conf/domain_conf.c:9441 +#, c-format +msgid "missing value for cookie '%s'" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:1354 +#, c-format +msgid "missing value for migration parameter '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15829 +msgid "missing values for acceleration" +msgstr "" + +#: ../../src/conf/domain_conf.c:15871 +msgid "missing values for resolution" +msgstr "" + +#: ../../src/conf/domain_conf.c:20097 +msgid "missing vcpu enabled state" +msgstr "" + +#: ../../src/conf/domain_conf.c:18880 +msgid "missing vcpu id in vcpupin" +msgstr "" + +#: ../../src/conf/domain_conf.c:8021 +msgid "missing vendor" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4242 +#: ../../src/qemu/qemu_capabilities.c:4248 +msgid "missing version in QEMU capabilities cache" +msgstr "" + +#: ../../src/conf/domain_conf.c:8397 +msgid "missing vhost-scsi hostdev source wwpn" +msgstr "" + +#: ../../src/conf/domain_conf.c:6601 +msgid "missing video model and cannot determine default" +msgstr "" + +#: ../../src/conf/netdev_vlan_conf.c:150 +msgid "missing vlan tag data" +msgstr "" + +#: ../../src/util/virstoragefile.c:2858 +msgid "missing volume name and path for gluster volume" +msgstr "" + +#: ../../src/conf/storage_conf.c:1292 +msgid "missing volume name element" +msgstr "" + +#: ../../src/util/virstoragefile.c:2865 +#, c-format +msgid "missing volume name or file name in gluster source path '%s'" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:962 +msgid "missing vporttype attribute in migration data" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3722 +msgid "missing watchdog model" +msgstr "" + +#: ../../src/conf/node_device_conf.c:988 +#, c-format +msgid "missing wwpn identifier for '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14920 +msgid "" +"mixing internal and external targets for a snapshot is not yet supported" +msgstr "" + +#: ../../src/util/virjson.c:2110 +msgid "mixing nested objects and values is forbidden in JSON deflattening" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1853 +#, c-format +msgid "mkdir(\"%s\")" +msgstr "" + +#: ../../src/storage/storage_backend_fs.c:440 +#, c-format +msgid "" +"mkfs is not supported on this platform: Failed to make filesystem of type " +"'%s' on device '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:270 +msgid "mode of device reading and writing" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5631 +#, c-format +msgid "model '%s' RNG device not present in domain configuration" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5656 +#, c-format +msgid "model '%s' memory device not present in the domain configuration" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5461 +#, c-format +msgid "model '%s' shmem device not present in domain configuration" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5509 +#, c-format +msgid "model '%s' watchdog device not present in domain configuration" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1860 +msgid "model resolution is not supported" +msgstr "" + +#: ../../tools/virsh-domain.c:824 +msgid "model type" +msgstr "" + +#: ../../tools/virsh-domain.c:7905 +msgid "modifies an existing IOThread of the guest domain" +msgstr "" + +#: ../../tools/virsh-domain.c:7370 +msgid "modify cpu state in the guest" +msgstr "" + +#: ../../tools/virsh-domain.c:8478 ../../tools/virsh-domain.c:8640 +msgid "modify/get current state configuration" +msgstr "" + +#: ../../tools/virsh-domain.c:8477 ../../tools/virsh-domain.c:8639 +msgid "modify/get persistent configuration" +msgstr "" + +#: ../../tools/virsh-domain.c:8476 ../../tools/virsh-domain.c:8638 +msgid "modify/get running state" +msgstr "" + +#: ../../tools/virsh-domain.c:8481 +msgid "modify/get the title instead of description" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:124 +msgid "monitor failure" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:130 +msgid "monitor must not be NULL" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:286 +msgid "monitor socket did not show up" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:936 +#, c-format +msgid "more than %d vCPUs are only supported on q35-based machine types" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:943 +#, c-format +msgid "" +"more than %d vCPUs require extended interrupt mode enabled on the iommu " +"device" +msgstr "" + +#: ../../src/conf/domain_conf.c:8245 +msgid "more than one adapters is specified for scsi hostdev source" +msgstr "" + +#: ../../src/test/test_driver.c:931 +msgid "more than one snapshot claims to be active" +msgstr "" + +#: ../../src/conf/domain_conf.c:8208 +msgid "more than one source addresses is specified for scsi hostdev" +msgstr "" + +#: ../../src/util/virfile.c:3792 ../../src/util/virfile.c:3802 +msgid "mount is not supported on this platform." +msgstr "" + +#: ../../src/util/virfile.c:3812 +msgid "mount move is not supported on this platform." +msgstr "" + +#: ../../src/test/test_driver.c:4525 ../../src/test/test_driver.c:4585 +#: ../../src/test/test_driver.c:4621 +#, c-format +msgid "mount point not found: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:14035 +msgid "mountpoint path to be frozen" +msgstr "" + +#: ../../tools/virsh-domain.c:14088 +msgid "mountpoint path to be thawed" +msgstr "" + +#: ../../src/conf/domain_conf.c:15423 +msgid "msi option is only supported with a server" +msgstr "" + +#: ../../src/conf/network_conf.c:2139 +#, c-format +msgid "" +"mtu size only allowed in open, route, nat, and isolated mode, not in %s " +"(network '%s')" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3396 +msgid "multidevs is not supported with this QEMU binary" +msgstr "" + +#: ../../src/network/bridge_driver.c:3567 +#, c-format +msgid "multiple <portgroup> elements with the same name (%s) in network '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:3668 +#, c-format +msgid "" +"multiple DNS SRV records matching all specified fields were found in network " +"%s" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3281 +msgid "multiple OpenGL displays are not supported by QEMU" +msgstr "" + +#: ../../src/libxl/xen_xl.c:851 +msgid "multiple USB devices not supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:17558 +#, c-format +msgid "multiple devices matching MAC address %s found" +msgstr "" + +#: ../../src/conf/network_conf.c:2048 +#, c-format +msgid "" +"multiple forwarding interfaces specified for network '%s', only one is " +"supported" +msgstr "" + +#: ../../src/interface/interface_backend_netcf.c:819 +msgid "multiple interfaces with matching MAC address" +msgstr "" + +#: ../../src/conf/network_conf.c:3581 +#, c-format +msgid "multiple matching DNS HOST records were found in network %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:17562 +msgid "multiple matching devices found" +msgstr "" + +#: ../../src/util/virerror.c:1089 ../../tools/virsh-domain-monitor.c:864 +msgid "multiple matching interfaces found" +msgstr "" + +#: ../../src/util/virerror.c:1090 +#, c-format +msgid "multiple matching interfaces found: %s" +msgstr "" + +#: ../../src/rpc/virnetclientstream.c:727 +msgid "multiple stream callbacks not supported" +msgstr "" + +#: ../../src/test/test_driver.c:8778 +msgid "must respawn guest to start inactive snapshot" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:16359 +msgid "must respawn qemu to start inactive snapshot" +msgstr "" + +#: ../../src/nwfilter/nwfilter_learnipaddr.c:159 +msgid "mutex initialization failed" +msgstr "" + +#: ../../tools/vsh.c:2318 +msgid "n - no, throw away my changes" +msgstr "" + +#: ../../src/conf/domain_conf.c:5546 ../../src/conf/storage_conf.c:896 +#: ../../src/qemu/qemu_driver.c:22161 ../../src/test/test_driver.c:3104 +#, c-format +msgid "name %s cannot contain '/'" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:207 +msgid "name of checkpoint" +msgstr "" + +#: ../../tools/virsh-snapshot.c:641 +msgid "name of existing snapshot to make current" +msgstr "" + +#: ../../tools/virsh-network.c:934 +msgid "" +"name of file containing xml (or, if it starts with '<', the complete xml " +"element itself) to add/modify, or to be matched for search" +msgstr "" + +#: ../../tools/virsh-snapshot.c:342 +msgid "name of snapshot" +msgstr "" + +#: ../../tools/virsh-domain.c:4023 +msgid "name of the inactive domain" +msgstr "" + +#: ../../tools/virsh-pool.c:62 +msgid "name of the pool" +msgstr "" + +#: ../../tools/virsh-volume.c:176 +msgid "name of the volume" +msgstr "" + +#: ../../tools/virsh-domain.c:8716 +msgid "namespace key is required when modifying metadata" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2111 +msgid "" +"native I/O needs either no disk cache or directsync cache mode, QEMU will " +"fallback to aio=threads" +msgstr "" + +#: ../../src/qemu/qemu_command.c:951 +#, c-format +msgid "nbd does not support transport '%s'" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:389 +msgid "nbd port must be in range 0-65535" +msgstr "" + +#: ../../src/qemu/qemu_block.c:813 +msgid "nbd protocol accepts only one host" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:1158 +#, c-format +msgid "nbd_tls_x509_cert_dir directory '%s' does not exist" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:2754 +msgid "ncpumaps > REMOTE_VCPUINFO_MAX" +msgstr "" + +#: ../../src/remote/remote_driver.c:3119 +#, c-format +msgid "ncpus count exceeds maximum: %u > %u" +msgstr "" + +#: ../../src/libvirt-domain.c:10947 +msgid "ncpus must be 1 when start_cpu is -1" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:5193 +msgid "ncpus too large" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:878 +msgid "need at least one serial port to use SGA" +msgstr "" + +#: ../../tools/virsh-domain.c:2344 +msgid "need either --dest or --xml" +msgstr "" + +#: ../../tools/virsh-domain.c:10352 +msgid "need either domain or domain XML" +msgstr "" + +#: ../../tools/virsh-domain.c:290 +msgid "needs rawio capability" +msgstr "" + +#: ../../tools/virsh-volume.c:1155 +msgid "negative size requires --shrink" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:3774 +#, c-format +msgid "negotiated SSF %d was not strong enough" +msgstr "" + +#: ../../src/remote/remote_driver.c:4420 +#, c-format +msgid "negotiation SSF %d was not strong enough" +msgstr "" + +#: ../../src/util/virqemu.c:168 +msgid "nested JSON array to commandline conversion is not supported" +msgstr "" + +#: ../../tools/virsh-volume.c:989 +msgid "netdir" +msgstr "" + +#: ../../src/util/virnetlink.c:981 +msgid "netlink event service not running" +msgstr "" + +#: ../../src/conf/network_conf.c:1217 +#, c-format +msgid "netmask not allowed for IPv6 address '%s' in network '%s'" +msgstr "" + +#: ../../tools/virsh-volume.c:988 +msgid "network" +msgstr "" + +#: ../../src/util/virerror.c:1024 +#, c-format +msgid "network %s exists already" +msgstr "" + +#: ../../src/libxl/xen_common.c:1764 +#, c-format +msgid "network %s is not active" +msgstr "" + +#: ../../src/conf/virnetworkobj.c:606 +#, c-format +msgid "network '%s' already exists with uuid %s" +msgstr "" + +#: ../../src/network/bridge_driver.c:4820 +#, c-format +msgid "network '%s' claims dev='%s' is already in use by a different port" +msgstr "" + +#: ../../src/network/bridge_driver.c:4862 +#, c-format +msgid "" +"network '%s' claims the PCI device at domain=%d bus=%d slot=%d function=%d " +"is already in use by a different network port" +msgstr "" + +#: ../../src/network/bridge_driver.c:4104 ../../src/test/test_driver.c:5572 +#, c-format +msgid "network '%s' does not have a bridge name." +msgstr "" + +#: ../../src/network/bridge_driver.c:4979 +#, c-format +msgid "network '%s' doesn't have PCI device %04x:%02x:%02x.%x in use by domain" +msgstr "" + +#: ../../src/network/bridge_driver.c:4845 +#, c-format +msgid "" +"network '%s' doesn't have PCI device %04x:%02x:%02x.%x in use by network port" +msgstr "" + +#: ../../src/qemu/qemu_process.c:4760 +#, c-format +msgid "network '%s' doesn't have an IP address" +msgstr "" + +#: ../../src/network/bridge_driver.c:4951 +#, c-format +msgid "network '%s' doesn't have dev='%s' in use by domain" +msgstr "" + +#: ../../src/network/bridge_driver.c:4803 +#, c-format +msgid "network '%s' doesn't have dev='%s' in use by network port '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:2371 +#, c-format +msgid "network '%s' has an invalid netmask or IP address in route definition" +msgstr "" + +#: ../../src/network/bridge_driver.c:3449 +#, c-format +msgid "" +"network '%s' has forward mode '%s' but lists a device by PCI address in the " +"device pool. This is only supported for networks with forward mode 'hostdev'" +msgstr "" + +#: ../../src/network/bridge_driver.c:3555 +#, c-format +msgid "" +"network '%s' has multiple default <portgroup> elements (%s and %s), but only " +"one default is allowed" +msgstr "" + +#: ../../src/qemu/qemu_process.c:4784 +#, c-format +msgid "network '%s' has no associated interface or bridge" +msgstr "" + +#: ../../src/network/bridge_driver.c:2443 +#, c-format +msgid "network '%s' has no bridge name defined" +msgstr "" + +#: ../../src/libvirt-network.c:1053 +#, c-format +msgid "network '%s' in %s must match connection" +msgstr "" + +#: ../../src/conf/virnetworkobj.c:583 +#, c-format +msgid "network '%s' is already defined with uuid %s" +msgstr "" + +#: ../../src/network/bridge_driver.c:4024 +#: ../../src/network/bridge_driver.c:4471 +#: ../../src/network/bridge_driver.c:4765 +#: ../../src/network/bridge_driver.c:5409 +#: ../../src/network/bridge_driver.c:5449 +#: ../../src/network/bridge_driver.c:5517 +#: ../../src/network/bridge_driver.c:5556 +#: ../../src/network/bridge_driver.c:5603 +#: ../../src/network/bridge_driver.c:5697 +#: ../../src/network/bridge_driver.c:5759 +#, c-format +msgid "network '%s' is not active" +msgstr "" + +#: ../../src/network/bridge_driver.c:4567 +#: ../../src/network/bridge_driver.c:4696 +#, c-format +msgid "" +"network '%s' requires exclusive access to interfaces, but none are available" +msgstr "" + +#: ../../src/network/bridge_driver.c:4656 +#: ../../src/network/bridge_driver.c:4934 +#, c-format +msgid "" +"network '%s' uses a direct mode, but has no forward dev and no interface pool" +msgstr "" + +#: ../../src/network/bridge_driver.c:4961 +#, c-format +msgid "" +"network '%s' uses a hostdev mode, but has no forward dev and no interface " +"pool" +msgstr "" + +#: ../../src/util/virnetdev.c:2008 +#, c-format +msgid "" +"network device saved config file '%s' has unexpected contents, missing both " +"'MAC' and 'adminMAC': '%.60s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3430 ../../src/libxl/libxl_driver.c:3572 +#, c-format +msgid "network device with mac %s already exists" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:6106 +#, c-format +msgid "network event callback %d not registered" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:550 +msgid "network filter binding port dev" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:595 +msgid "network filter binding portdev" +msgstr "" + +#: ../../src/conf/virnwfilterobj.c:502 +#, c-format +msgid "network filter config filename '%s' does not match name '%s'" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:166 ../../tools/virsh-nwfilter.c:583 +msgid "network filter information in XML" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:134 ../../tools/virsh-nwfilter.c:178 +#: ../../tools/virsh-nwfilter.c:405 +msgid "network filter name or uuid" +msgstr "" + +#: ../../tools/virsh-network.c:376 +msgid "network information" +msgstr "" + +#: ../../tools/virsh-network.c:325 +msgid "network information in XML" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2343 +msgid "network interface name" +msgstr "" + +#: ../../tools/virsh-domain.c:803 ../../tools/virsh-domain.c:12299 +msgid "network interface type" +msgstr "" + +#: ../../src/network/bridge_driver.c:2871 +msgid "network is already active" +msgstr "" + +#: ../../src/conf/virnetworkobj.c:592 +#, c-format +msgid "network is already active as '%s'" +msgstr "" + +#: ../../src/conf/virnetworkobj.c:774 +msgid "network is not running" +msgstr "" + +#: ../../tools/virsh-network.c:1082 +msgid "network name" +msgstr "" + +#: ../../tools/virsh-network.c:44 ../../tools/virsh-network.c:55 +msgid "network name or uuid" +msgstr "" + +#: ../../src/util/virerror.c:1231 +#, c-format +msgid "network port %s exists already" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:145 +msgid "network port has no mac" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:124 +msgid "network port has no owner UUID" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:116 +msgid "network port has no owner name" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:104 +msgid "network port has no uuid" +msgstr "" + +#: ../../tools/virsh-network.c:1539 +msgid "network port information in XML" +msgstr "" + +#: ../../src/util/virerror.c:1233 +msgid "network port not found" +msgstr "" + +#: ../../src/util/virerror.c:1234 +#, c-format +msgid "network port not found: %s" +msgstr "" + +#: ../../src/network/bridge_driver.c:930 +msgid "network state driver is not active" +msgstr "" + +#: ../../tools/virsh-network.c:810 +msgid "network uuid" +msgstr "" + +#: ../../src/qemu/qemu_process.c:4832 +msgid "network-based listen isn't possible, network driver isn't present" +msgstr "" + +#: ../../src/conf/network_conf.c:3774 +msgid "network_update_xml" +msgstr "" + +#: ../../tools/virsh-interface.c:794 +msgid "new bridge device name" +msgstr "" + +#: ../../tools/virsh-volume.c:1108 +msgid "new capacity for the vol, as scaled integer (default bytes)" +msgstr "" + +#: ../../tools/virsh-domain.c:10426 +msgid "new domain name" +msgstr "" + +#: ../../tools/virsh-domain.c:9094 +msgid "new maximum memory size, as scaled integer (default KiB)" +msgstr "" + +#: ../../tools/virsh-domain.c:9013 +msgid "new memory size, as scaled integer (default KiB)" +msgstr "" + +#: ../../tools/virsh-domain.c:8651 +msgid "new metadata to set" +msgstr "" + +#: ../../tools/virsh-domain.c:3070 +msgid "new state of the device" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2934 +msgid "new xml too large to fit in file" +msgstr "" + +#: ../../tools/virsh-pool.c:143 +msgid "nfsvers value for NFS pool mount option" +msgstr "" + +#: ../../src/libvirt-domain.c:6873 +#, c-format +msgid "nkeycodes must be <= %d" +msgstr "" + +#: ../../src/util/virnetlink.c:306 +msgid "nl_recv failed" +msgstr "" + +#: ../../src/util/virnetlink.c:302 +msgid "nl_recv failed - returned 0 bytes" +msgstr "" + +#: ../../src/util/virnetlink.c:855 +msgid "nl_recv returned with error" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1350 +#: ../../tools/virsh-domain-monitor.c:1363 ../../tools/virsh-network.c:409 +#: ../../tools/virsh-network.c:415 ../../tools/virsh-network.c:420 +#: ../../tools/virsh-network.c:760 ../../tools/virsh-network.c:768 +#: ../../tools/virsh-pool.c:1247 ../../tools/virsh-pool.c:1257 +#: ../../tools/virsh-pool.c:1602 ../../tools/virsh-pool.c:1608 +#: ../../tools/virsh-snapshot.c:917 ../../tools/virsh-snapshot.c:1002 +#: ../../tools/vsh.c:1793 +msgid "no" +msgstr "" + +#: ../../src/cpu/cpu_ppc64.c:241 +msgid "no CPU model specified" +msgstr "" + +#: ../../src/cpu/cpu.c:524 +#, c-format +msgid "no CPU model specified at index %zu" +msgstr "" + +#: ../../src/util/virhostcpu.c:745 +msgid "no CPUs found" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1159 ../../src/cpu/cpu.c:512 +msgid "no CPUs given" +msgstr "" + +#: ../../src/util/virpci.c:984 +msgid "no FLR, PM reset or bus reset available" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:631 +msgid "no IFLA_PORT_RESPONSE found in netlink message" +msgstr "" + +#: ../../src/util/virnetdevip.c:926 +#, c-format +msgid "no IP address found for interface '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1669 +#, c-format +msgid "no PCI bus ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1663 +#, c-format +msgid "no PCI domain ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1681 +#, c-format +msgid "no PCI function ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1693 +#, c-format +msgid "no PCI product ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1675 +#, c-format +msgid "no PCI slot ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1687 +#, c-format +msgid "no PCI vendor ID supplied for '%s'" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:406 +msgid "no SASL mechanisms are available" +msgstr "" + +#: ../../src/conf/node_device_conf.c:921 +#, c-format +msgid "no SCSI LUN ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:909 +#, c-format +msgid "no SCSI bus ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:903 ../../src/conf/node_device_conf.c:1033 +#, c-format +msgid "no SCSI host ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:915 +#, c-format +msgid "no SCSI target ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1285 +#, c-format +msgid "no USB bus number supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1291 +#, c-format +msgid "no USB device number supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1222 +#, c-format +msgid "no USB interface class supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1216 +#, c-format +msgid "no USB interface number supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1234 +#, c-format +msgid "no USB interface protocol supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1228 +#, c-format +msgid "no USB interface subclass supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1303 +#, c-format +msgid "no USB product ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1297 +#, c-format +msgid "no USB vendor ID supplied for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1077 +#, c-format +msgid "no WWNN supplied for '%s', and auto-generation failed" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1089 +#, c-format +msgid "no WWPN supplied for '%s', and auto-generation failed" +msgstr "" + +#: ../../src/qemu/qemu_process.c:2141 +#, c-format +msgid "no assigned pty for device %s" +msgstr "" + +#: ../../tools/virsh-network.c:418 ../../tools/virsh-network.c:758 +#: ../../tools/virsh-pool.c:1245 ../../tools/virsh-pool.c:1606 +msgid "no autostart" +msgstr "" + +#: ../../src/util/virhostmem.c:235 +msgid "no available memory line found" +msgstr "" + +#: ../../src/conf/node_device_conf.c:811 +#, c-format +msgid "no block device path supplied for '%s'" +msgstr "" + +#: ../../src/rpc/virnetclient.c:1099 +#, c-format +msgid "no call waiting for reply with prog %d vers %d serial %d" +msgstr "" + +#: ../../src/util/vircgroup.c:362 ../../src/util/vircgroup.c:2612 +msgid "no cgroup backend available" +msgstr "" + +#: ../../src/rpc/virnetsaslcontext.c:290 +msgid "no client username was found" +msgstr "" + +#: ../../src/admin/admin_server_dispatch.c:319 +#, c-format +msgid "no client with matching id '%llu' found" +msgstr "" + +#: ../../src/conf/virstorageobj.c:1812 +#, c-format +msgid "no config file for %s" +msgstr "" + +#: ../../src/util/virerror.c:927 +msgid "no connection driver available" +msgstr "" + +#: ../../src/util/virerror.c:928 +#, c-format +msgid "no connection driver available for %s" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:1069 +msgid "no console devices available" +msgstr "" + +#: ../../src/conf/node_device_conf.c:2017 +#, c-format +msgid "no device capabilities for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:17583 +msgid "no device found on " +msgstr "" + +#: ../../src/conf/domain_conf.c:31074 +#, c-format +msgid "no device found with alias %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:17590 +#, c-format +msgid "no device matching MAC address %s found" +msgstr "" + +#: ../../src/conf/domain_conf.c:17574 +#, c-format +msgid "no device matching MAC address %s found on " +msgstr "" + +#: ../../src/util/virstoragefile.c:4230 +#, c-format +msgid "no disk format for %s was specified" +msgstr "" + +#: ../../src/qemu/qemu_process.c:394 +#, c-format +msgid "no disk found with alias '%s' or id '%s'" +msgstr "" + +#: ../../src/conf/backup_conf.c:463 ../../src/conf/checkpoint_conf.c:336 +#: ../../src/conf/snapshot_conf.c:690 ../../src/qemu/qemu_backup.c:314 +#, c-format +msgid "no disk named '%s'" +msgstr "" + +#: ../../src/qemu/qemu_backup.c:859 +msgid "no disks selected for backup" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:456 ../../src/openvz/openvz_driver.c:2092 +#: ../../src/qemu/qemu_migration.c:2959 +msgid "no domain XML passed" +msgstr "" + +#: ../../src/qemu/qemu_backup.c:53 +msgid "no domain backup job present" +msgstr "" + +#: ../../src/qemu/qemu_checkpoint.c:63 ../../src/test/test_driver.c:8954 +#, c-format +msgid "no domain checkpoint with matching name '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:22248 +msgid "no domain config" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:176 ../../src/test/test_driver.c:8126 +#: ../../src/vz/vz_driver.c:2149 +#, c-format +msgid "no domain snapshot with matching name '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:1542 ../../src/vbox/vbox_common.c:792 +#: ../../src/vbox/vbox_common.c:2907 +#, c-format +msgid "no domain with matching id %d" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:289 ../../src/vmware/vmware_driver.c:820 +#, c-format +msgid "no domain with matching id '%d'" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:798 ../../src/openvz/openvz_driver.c:361 +#: ../../src/openvz/openvz_driver.c:1016 ../../src/qemu/qemu_driver.c:1594 +#: ../../src/qemu/qemu_driver.c:12289 ../../src/qemu/qemu_driver.c:12794 +#: ../../src/qemu/qemu_driver.c:12842 ../../src/vmware/vmware_driver.c:877 +#: ../../src/vz/vz_driver.c:609 ../../src/vz/vz_sdk.c:489 +#, c-format +msgid "no domain with matching name '%s'" +msgstr "" + +#: ../../src/vbox/vbox_common.c:296 ../../src/vbox/vbox_storage.c:571 +#: ../../src/vbox/vbox_tmpl.c:380 +msgid "no domain with matching uuid" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:92 ../../src/qemu/qemu_driver.c:1569 +#: ../../src/vmware/vmware_driver.c:74 ../../src/vz/vz_driver.c:584 +#: ../../src/vz/vz_sdk.c:474 ../../src/vz/vz_utils.h:47 +#, c-format +msgid "no domain with matching uuid '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:174 ../../src/conf/virdomainobjlist.c:1031 +#: ../../src/libxl/libxl_driver.c:315 ../../src/lxc/lxc_driver.c:115 +#: ../../src/qemu/qemu_domain.c:145 ../../src/test/test_driver.c:655 +#: ../../src/vz/vz_driver.c:782 ../../src/vz/vz_utils.c:84 +#, c-format +msgid "no domain with matching uuid '%s' (%s)" +msgstr "" + +#: ../../src/util/virerror.c:321 ../../tools/virsh-domain-monitor.c:42 +msgid "no error" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:637 +msgid "no extended partition found and no primary partition available" +msgstr "" + +#: ../../src/logging/log_manager.c:185 ../../src/remote/remote_driver.c:6610 +msgid "no file descriptor received" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8248 +msgid "no free memory device slot available" +msgstr "" + +#: ../../src/storage/storage_backend_fs.c:591 +msgid "no fs mount option name specified" +msgstr "" + +#: ../../src/cpu/cpu.c:266 +msgid "no guest CPU model specified" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:2103 +msgid "no host device manager defined" +msgstr "" + +#: ../../src/util/virerror.c:1236 +msgid "no hostname found" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:5007 ../../src/qemu/qemu_driver.c:20367 +#, c-format +msgid "no hostname found for domain %s" +msgstr "" + +#: ../../src/util/virerror.c:1237 +#, c-format +msgid "no hostname found: %s" +msgstr "" + +#: ../../src/util/viriscsi.c:483 +#, c-format +msgid "no iSCSI interface defined for IQN %s" +msgstr "" + +#: ../../src/test/test_driver.c:5761 +#, c-format +msgid "no interface with matching mac '%s'" +msgstr "" + +#: ../../src/test/test_driver.c:5644 +#, c-format +msgid "no interface with matching name '%s'" +msgstr "" + +#: ../../src/remote/remote_driver.c:5644 +msgid "no internalFlags support" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13783 ../../src/vz/vz_sdk.c:284 +msgid "no job is active on the domain" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:725 +msgid "no large enough free extent" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1334 +msgid "no limit" +msgstr "" + +#: ../../src/conf/domain_conf.c:7265 +msgid "no loader path specified and firmware auto selection disabled" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:406 +msgid "no map for cgroup BPF prog" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8433 +msgid "no matching RNG device was found" +msgstr "" + +#: ../../src/conf/domain_conf.c:17594 +msgid "no matching device found" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8422 +msgid "no matching filesystem device was found" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8456 ../../src/qemu/qemu_hotplug.c:5536 +msgid "no matching redirdev was not found" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5723 +msgid "no medium attachments" +msgstr "" + +#: ../../src/qemu/qemu_command.c:2469 +msgid "no model provided for USB controller" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3769 +msgid "no monitor path" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1141 +#, c-format +msgid "no network interface supplied for '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:3065 ../../src/test/test_driver.c:5216 +#, c-format +msgid "no network with matching name '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:3036 ../../src/test/test_driver.c:5179 +#, c-format +msgid "no network with matching uuid '%s'" +msgstr "" + +#: ../../src/network/bridge_driver.c:310 +#, c-format +msgid "no network with matching uuid '%s' (%s)" +msgstr "" + +#: ../../src/node_device/node_device_driver.c:531 +#, c-format +msgid "no node device for '%s' with matching wwnn '%s' and wwpn '%s'" +msgstr "" + +#: ../../src/node_device/node_device_driver.c:240 +#: ../../src/test/test_driver.c:7221 +#, c-format +msgid "no node device with matching name '%s'" +msgstr "" + +#: ../../src/test/test_driver.c:6555 +msgid "no node device with matching name 'scsi_host12'" +msgstr "" + +#: ../../src/nwfilter/nwfilter_driver.c:693 +#: ../../src/nwfilter/nwfilter_driver.c:738 +#: ../../src/nwfilter/nwfilter_driver.c:820 +#, c-format +msgid "no nwfilter binding for port dev '%s'" +msgstr "" + +#: ../../src/nwfilter/nwfilter_driver.c:498 +#, c-format +msgid "no nwfilter with matching name '%s'" +msgstr "" + +#: ../../src/nwfilter/nwfilter_driver.c:451 +#, c-format +msgid "no nwfilter with matching uuid '%s'" +msgstr "" + +#: ../../src/node_device/node_device_driver.c:357 +#: ../../src/test/test_driver.c:7323 +msgid "no parent for this device" +msgstr "" + +#: ../../tests/virpolkittest.c:212 +msgid "no polkit agent available to authenticate" +msgstr "" + +#: ../../src/util/virpolkit.c:128 +#, c-format +msgid "no polkit agent available to authenticate action '%s'" +msgstr "" + +#: ../../src/util/virhostmem.c:202 +msgid "no prefix found" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:108 +msgid "no rbd option name specified" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:119 +#, c-format +msgid "no rbd option value specified for name '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:852 +#, c-format +msgid "no removable media size supplied for '%s'" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:307 +#: ../../src/security/virt-aa-helper.c:312 +msgid "no replacement string in template" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:476 +msgid "no running guests." +msgstr "" + +#: ../../src/qemu/qemu_driver.c:4029 +msgid "no screens to take screenshot from" +msgstr "" + +#: ../../src/storage/storage_util.c:799 +msgid "no secret provided for luks encryption" +msgstr "" + +#: ../../src/secret/secret_driver.c:192 +#, c-format +msgid "no secret with matching usage '%s'" +msgstr "" + +#: ../../src/secret/secret_driver.c:97 ../../src/secret/secret_driver.c:161 +#, c-format +msgid "no secret with matching uuid '%s'" +msgstr "" + +#: ../../src/admin/admin_server_dispatch.c:267 +#: ../../src/admin/admin_server_dispatch.c:312 +#: ../../src/admin/admin_server_dispatch.c:399 +#, c-format +msgid "no server with matching name '%s' found" +msgstr "" + +#: ../../src/conf/node_device_conf.c:875 +#, c-format +msgid "no size supplied for '%s'" +msgstr "" + +#: ../../src/util/virhostcpu.c:750 +msgid "no sockets found" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:44 +msgid "no space" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:138 +#: ../../tools/virsh-domain-monitor.c:152 ../../tools/virsh-domain.c:106 +msgid "no state" +msgstr "" + +#: ../../src/storage/storage_driver.c:488 +#: ../../src/storage/storage_driver.c:2059 ../../src/test/test_driver.c:6044 +#, c-format +msgid "no storage pool with matching name '%s'" +msgstr "" + +#: ../../src/storage/storage_driver.c:1753 +#, c-format +msgid "no storage pool with matching target path '%s'" +msgstr "" + +#: ../../src/storage/storage_driver.c:1757 +#, c-format +msgid "no storage pool with matching target path '%s' (%s)" +msgstr "" + +#: ../../src/storage/storage_driver.c:466 ../../src/test/test_driver.c:6105 +#, c-format +msgid "no storage pool with matching uuid '%s'" +msgstr "" + +#: ../../src/storage/storage_driver.c:462 +#: ../../src/storage/storage_driver.c:2051 +#, c-format +msgid "no storage pool with matching uuid '%s' (%s)" +msgstr "" + +#: ../../src/storage/storage_backend_fs.c:173 +#: ../../src/storage/storage_backend_gluster.c:491 +#, c-format +msgid "no storage pools were found on host '%s'" +msgstr "" + +#: ../../src/storage/storage_driver.c:1613 +#, c-format +msgid "no storage vol with matching key %s" +msgstr "" + +#: ../../src/test/test_driver.c:6899 +#, c-format +msgid "no storage vol with matching key '%s'" +msgstr "" + +#: ../../src/storage/storage_driver.c:1552 +#: ../../src/storage/storage_driver.c:1827 +#: ../../src/storage/storage_driver.c:2085 ../../src/test/test_driver.c:6821 +#: ../../src/test/test_driver.c:7038 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: ../../src/storage/storage_driver.c:1698 +#: ../../src/storage/storage_util.c:1533 ../../src/test/test_driver.c:6943 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: ../../src/storage/storage_driver.c:1701 +#, c-format +msgid "no storage vol with matching path '%s' (%s)" +msgstr "" + +#: ../../src/rpc/virnetclientstream.c:763 +#: ../../src/rpc/virnetclientstream.c:785 +msgid "no stream callback registered" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:4053 +msgid "no such screen ID" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:330 ../../src/rpc/virnetsshsession.c:341 +msgid "no suitable callback for host key verification" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:429 +#: ../../src/rpc/virnetlibsshsession.c:725 +msgid "no suitable callback for input of key passphrase" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:700 +msgid "no suitable callback for input of keyboard response" +msgstr "" + +#: ../../src/util/virhostmem.c:864 +msgid "no suitable info found" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:773 +msgid "no suitable method to retrieve authentication credentials" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:619 +msgid "no suitable method to retrieve key passphrase" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1769 +#, c-format +msgid "no system UUID supplied for '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3982 ../../src/lxc/lxc_driver.c:3149 +#: ../../src/qemu/qemu_driver.c:8349 +#, c-format +msgid "no target device %s" +msgstr "" + +#: ../../src/conf/node_device_conf.c:951 +#, c-format +msgid "no target name supplied for '%s'" +msgstr "" + +#: ../../src/util/virhostcpu.c:755 +msgid "no threads found" +msgstr "" + +#: ../../src/rpc/virnetserver.c:1239 +msgid "no tls service found, unable to update tls files" +msgstr "" + +#: ../../src/test/test_driver.c:5837 +msgid "no transaction running, nothing to be committed." +msgstr "" + +#: ../../src/test/test_driver.c:5867 +msgid "no transaction running, nothing to rollback." +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:128 +#, c-format +msgid "no unused %s names available" +msgstr "" + +#: ../../tools/virsh.c:306 ../../tools/virt-admin.c:1131 +msgid "no valid connection" +msgstr "" + +#: ../../src/util/virnetlink.c:253 +msgid "no valid netlink response was received" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22543 +msgid "no vcpus selected for modification" +msgstr "" + +#: ../../src/conf/domain_addr.c:1791 +msgid "no virtio-serial controllers are available" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:1761 +msgid "no x86 CPU data found" +msgstr "" + +#: ../../src/util/virhostcpu.c:1024 +msgid "node CPU stats not implemented on this platform" +msgstr "" + +#: ../../src/conf/capabilities.c:1477 +msgid "node cpu info not implemented on this platform" +msgstr "" + +#: ../../tools/virsh-host.c:684 +msgid "node cpu map" +msgstr "" + +#: ../../src/libvirt-nodedev.c:815 +#, c-format +msgid "node device '%s' in %s must match connection" +msgstr "" + +#: ../../tools/virsh-nodedev.c:521 +msgid "node device details in XML" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:6346 +#: ../../src/remote/remote_daemon_dispatch.c:6466 +#, c-format +msgid "node device event callback %d not registered" +msgstr "" + +#: ../../src/util/virhostmem.c:575 +msgid "node get memory parameters not implemented on this platform" +msgstr "" + +#: ../../src/util/virhostcpu.c:992 +msgid "node info not implemented on this platform" +msgstr "" + +#: ../../tools/virsh-host.c:648 +msgid "node information" +msgstr "" + +#: ../../src/util/virhostmem.c:299 +msgid "node memory stats not implemented on this platform" +msgstr "" + +#: ../../src/util/virhostcpu.c:1081 +msgid "node online CPU map not implemented on this platform" +msgstr "" + +#: ../../src/util/virhostcpu.c:1065 +msgid "node present CPU map not implemented on this platform" +msgstr "" + +#: ../../src/util/virhostmem.c:389 +msgid "node set memory parameters not implemented on this platform" +msgstr "" + +#: ../../src/qemu/qemu_block.c:46 +#, c-format +msgid "node-name '%s' too long for qemu" +msgstr "" + +#: ../../src/node_device/node_device_driver.c:58 +msgid "nodedev state driver is not active" +msgstr "" + +#: ../../src/conf/domain_conf.c:7213 +#, c-format +msgid "nodeset attribute of hugepages of sizes %llu and %llu intersect" +msgstr "" + +#: ../../src/conf/numa_conf.c:548 +msgid "nodeset for NUMA memory tuning must be set if 'placement' is 'static'" +msgstr "" + +#: ../../src/conf/domain_conf.c:6841 ../../src/conf/domain_conf.c:6908 +#, c-format +msgid "non unique alias detected: %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18057 +msgid "non-file destination not supported yet" +msgstr "" + +#: ../../tools/virsh-domain.c:13056 ../../tools/virsh-domain.c:13074 +msgid "none" +msgstr "" + +#: ../../src/cpu/cpu.c:507 +msgid "nonzero ncpus doesn't match with NULL cpus" +msgstr "" + +#: ../../src/conf/cpu_conf.c:1154 +msgid "nonzero ncpus doesn't match with NULL xmlCPUs" +msgstr "" + +#: ../../src/util/virfile.c:3542 +#, c-format +msgid "not a hugetlbfs mount: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:23621 ../../src/conf/domain_conf.c:23622 +msgid "not specified" +msgstr "" + +#: ../../src/util/virnetlink.c:1221 ../../src/util/virpci.c:2636 +msgid "not supported on non-linux platforms" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14891 +msgid "nothing selected for snapshot" +msgstr "" + +#: ../../tools/virt-admin.c:966 +msgid "notify server to update TLS related files online." +msgstr "" + +#: ../../tools/virt-admin.c:969 +msgid "" +"notify server to update the CA cert, CA CRL, server cert / key without " +"restarts. See OPTIONS for currently supported attributes." +msgstr "" + +#: ../../src/remote/remote_driver.c:3113 +#, c-format +msgid "nparams count exceeds maximum: %u > %u" +msgstr "" + +#: ../../src/util/virhostmem.c:82 ../../src/util/virhostmem.c:178 +#, c-format +msgid "nparams in %s must be %d" +msgstr "" + +#: ../../src/util/virhostcpu.c:112 ../../src/util/virhostcpu.c:808 +#, c-format +msgid "nparams in %s must be equal to %d" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:2311 +#: ../../src/remote/remote_daemon_dispatch.c:2359 +#: ../../src/remote/remote_daemon_dispatch.c:2520 +#: ../../src/remote/remote_daemon_dispatch.c:3144 +#: ../../src/remote/remote_daemon_dispatch.c:3204 +#: ../../src/remote/remote_daemon_dispatch.c:3264 +#: ../../src/remote/remote_daemon_dispatch.c:3325 +#: ../../src/remote/remote_daemon_dispatch.c:3393 +#: ../../src/remote/remote_daemon_dispatch.c:3574 +#: ../../src/remote/remote_daemon_dispatch.c:5132 +#: ../../src/remote/remote_daemon_dispatch.c:5189 +#: ../../src/remote/remote_daemon_dispatch.c:5354 +msgid "nparams too large" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1783 +msgid "num-queues property isn't supported by this QEMU binary" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2558 +msgid "numa parameters are not supported by vz driver" +msgstr "" + +#: ../../src/util/virnuma.c:85 +msgid "numad is not available on this host" +msgstr "" + +#: ../../tools/vsh.c:1470 +msgid "number" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:980 +msgid "number of bytes read:" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:984 +msgid "number of bytes written:" +msgstr "" + +#: ../../tools/virsh-domain.c:10678 +msgid "number of compression threads for multithread compression" +msgstr "" + +#: ../../tools/virsh-domain.c:10714 +msgid "number of connections for parallel migration" +msgstr "" + +#: ../../tools/virsh-domain.c:10682 +msgid "number of decompression threads for multithread compression" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:988 +msgid "number of flush operations:" +msgstr "" + +#: ../../tools/virsh-host.c:1509 +msgid "" +"number of millisecs the shared memory service should sleep before next scan" +msgstr "" + +#: ../../tools/virsh-host.c:1504 +msgid "number of pages to scan before the shared memory service goes to sleep" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:978 +msgid "number of read operations:" +msgstr "" + +#: ../../tools/virsh-interface.c:802 +msgid "number of seconds to squelch traffic on newly connected ports" +msgstr "" + +#: ../../tools/virsh-domain.c:7359 +msgid "number of virtual CPUs" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:982 +msgid "number of write operations:" +msgstr "" + +#: ../../src/util/virconf.c:515 +msgid "numbers not allowed in VMX format" +msgstr "" + +#: ../../src/util/virerror.c:1158 +msgid "numerical overflow" +msgstr "" + +#: ../../src/util/virerror.c:1159 +#, c-format +msgid "numerical overflow: %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2268 +msgid "nvcpus is zero" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3174 +msgid "nvdimm align property is not available with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9746 ../../src/qemu/qemu_validate.c:3927 +msgid "nvdimm isn't supported by this QEMU binary" +msgstr "" + +#: ../../src/conf/domain_conf.c:16570 +msgid "nvdimm label must be at least 128KiB" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3185 +msgid "nvdimm pmem property is not available with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3354 +msgid "nvdimm readonly property is not available with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3891 +msgid "nvram address type must be spaprvio" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3877 +msgid "nvram device is not supported by this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3883 +msgid "nvram device is only supported for PPC64" +msgstr "" + +#: ../../src/nwfilter/nwfilter_driver.c:631 +msgid "nwfilter is in use" +msgstr "" + +#: ../../src/nwfilter/nwfilter_driver.c:399 +msgid "nwfilter state driver is not active" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:2953 +msgid "object props can't be NULL" +msgstr "" + +#: ../../src/util/virobject.c:175 +#, c-format +msgid "object size %zu of %s is not larger than parent class %zu" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:108 +msgid "occupied" +msgstr "" + +#: ../../tools/virsh-domain.c:98 +msgid "offline" +msgstr "" + +#: ../../tools/virsh-domain.c:10553 +msgid "offline migration" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:2161 ../../src/qemu/qemu_migration.c:2407 +msgid "offline migration cannot handle non-shared storage" +msgstr "" + +#: ../../src/libvirt-domain.c:3565 ../../src/libvirt-domain.c:3724 +#: ../../src/libvirt-domain.c:3910 ../../src/qemu/qemu_migration.c:4602 +msgid "offline migration is not supported by the destination host" +msgstr "" + +#: ../../src/libvirt-domain.c:3558 ../../src/libvirt-domain.c:3717 +#: ../../src/libvirt-domain.c:3903 ../../src/libvirt-domain.c:4024 +msgid "offline migration is not supported by the source host" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:2167 ../../src/qemu/qemu_migration.c:2413 +msgid "offline migration must be specified with the persistent flag set" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:106 +msgid "ok" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5178 +msgid "old qcow/qcow2 encryption is not supported" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2568 +msgid "" +"on_reboot, on_poweroff and on_crash parameters are not supported by vz driver" +msgstr "" + +#: ../../tools/virsh-domain.c:7582 +msgid "one of --enable, --disable is required" +msgstr "" + +#: ../../tools/virsh-domain.c:13721 +msgid "one of --list, --all, or --event <type> is required" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4708 +msgid "online non-hotpluggable vcpus must be ordered in ascending order" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4699 +msgid "" +"online non-hotpluggable vcpus need to be ordered prior to hotplugable vcpus" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9609 +msgid "only 'dimm' addresses are supported for the pc-dimm device" +msgstr "" + +#: ../../src/qemu/qemu_command.c:8269 +msgid "only 'pci' addresses are supported for the shared memory device" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9369 +msgid "" +"only 1 graphics device of each type (sdl, vnc, spice, headless) is supported" +msgstr "" + +#: ../../src/util/virqemu.c:141 +msgid "only JSON objects can be top level" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:883 +#: ../../src/storage/storage_backend_rbd.c:925 +msgid "only RAW volumes are supported by this storage pool" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9048 +msgid "only S390 guests support panic device of model 's390'" +msgstr "" + +#: ../../src/qemu/qemu_block.c:564 +msgid "only TCP protocol can be converted to InetSocketAddress" +msgstr "" + +#: ../../src/util/virstoragefile.c:3514 +msgid "only TCP transport is supported for iSCSI volumes" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:251 +msgid "only USB input devices are supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:22119 +msgid "only a single IOMMU device is supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:21969 +msgid "only a single TPM device is supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:21934 +msgid "only a single memory balloon device is supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:21984 +msgid "only a single nvram device is supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:22134 +msgid "only a single vsock device is supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:21914 +msgid "only a single watchdog device is supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:6702 +msgid "only bus 'virtio' is supported for 'passthrough' input devices" +msgstr "" + +#: ../../tools/virsh-domain.c:2976 +msgid "only connect if safe console handling is supported" +msgstr "" + +#: ../../src/cpu/cpu_s390.c:103 +#, c-format +msgid "only cpu feature policies 'require' and 'disable' are supported for %s" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9067 +msgid "only i686 and x86_64 guests support panic device of model 'hyperv'" +msgstr "" + +#: ../../tools/virsh-pool.c:1094 +msgid "only list pool of specified type(s) (if supported)" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1285 +msgid "only model 'netfront' is supported for Xen PV(H) domains" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:145 ../../src/bhyve/bhyve_command.c:854 +msgid "only nmdm console types are supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:15194 +msgid "only one RNG backend is supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:13667 +msgid "only one TPM backend is supported" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3520 +msgid "only one backup job is supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:21265 +msgid "only one emulatorpin is supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:21321 +msgid "only one emulatorsched is supported" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:153 +msgid "only one filesystem supported" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:6545 +msgid "only one hotpluggable entity can be selected" +msgstr "" + +#: ../../src/conf/domain_conf.c:13285 +msgid "only one log element is allowed for character device" +msgstr "" + +#: ../../src/conf/numa_conf.c:236 +msgid "only one numatune is supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:13275 +msgid "only one protocol element is allowed for character device" +msgstr "" + +#: ../../src/conf/domain_conf.c:21394 +msgid "only one resource element is supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:22039 +msgid "only one set of redirection filter rule is supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:13199 +msgid "only one source element is allowed for character device" +msgstr "" + +#: ../../src/conf/domain_conf.c:8310 +msgid "only one source host address may be specified for the iSCSI hostdev" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9086 +msgid "only pSeries guests support panic device of model 'pseries'" +msgstr "" + +#: ../../src/vz/vz_driver.c:3068 +#, c-format +msgid "only scheme, host and port are supported in vz migration URI: %s" +msgstr "" + +#: ../../src/test/test_driver.c:4227 +msgid "only sending a signal to pid 1 is supported" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:354 +msgid "only single USB controller is supported" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:265 +msgid "only single input device is supported" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3389 +msgid "only supports mount filesystem type" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3408 +msgid "only supports passthrough accessmode" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:257 +msgid "only tablet input devices are supported" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1033 +msgid "only the 'qemu' driver can be used with network disks" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:152 +msgid "only two serial ports are supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:13204 +msgid "only two source elements are allowed for character device" +msgstr "" + +#: ../../tools/virsh-domain.c:8485 +msgid "open an editor to modify the description" +msgstr "" + +#: ../../src/qemu/qemu_monitor_text.c:57 +msgid "open disk image file failed" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1863 +#, c-format +msgid "open(\"%s\")" +msgstr "" + +#: ../../tools/virsh-domain.c:13144 +msgid "opened" +msgstr "" + +#: ../../src/hyperv/hyperv_driver.c:1605 +#, c-format +msgid "openwsman: %s" +msgstr "" + +#: ../../src/util/vircgroupbackend.h:463 +#, c-format +msgid "operation '%s' not supported" +msgstr "" + +#: ../../src/util/virerror.c:1146 +msgid "operation aborted" +msgstr "" + +#: ../../src/util/virerror.c:1147 +#, c-format +msgid "operation aborted: %s" +msgstr "" + +#: ../../src/util/virerror.c:939 +msgid "operation failed" +msgstr "" + +#: ../../src/util/virerror.c:940 +#, c-format +msgid "operation failed: %s" +msgstr "" + +#: ../../src/util/virerror.c:999 +msgid "operation forbidden for read only access" +msgstr "" + +#: ../../src/util/virerror.c:1000 +#, c-format +msgid "operation forbidden: %s" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:1092 +#: ../../src/util/virnetdevvportprofile.c:1201 +#, c-format +msgid "operation type %d not supported" +msgstr "" + +#: ../../tools/vsh.c:1521 +msgid "optdata" +msgstr "" + +#: ../../tools/virsh.c:713 ../../tools/virsh.c:729 +#, c-format +msgid "option %s requires a positive integer argument" +msgstr "" + +#: ../../tools/virsh.c:676 ../../tools/virt-admin.c:1316 +#, c-format +msgid "option %s takes a numeric argument" +msgstr "" + +#: ../../tools/virsh.c:767 ../../tools/virt-admin.c:1356 +#, c-format +msgid "option '-%c' requires an argument" +msgstr "" + +#: ../../tools/virsh.c:764 ../../tools/virt-admin.c:1353 +#, c-format +msgid "option '-%c'/'--%s' requires an argument" +msgstr "" + +#: ../../tools/vsh.c:488 +#, c-format +msgid "option --%s already seen" +msgstr "" + +#: ../../src/cpu/cpu_s390.c:59 +msgid "optional CPU features are not supported" +msgstr "" + +#: ../../tools/virsh-pool.c:1511 +msgid "optional file of source xml to query for pools" +msgstr "" + +#: ../../tools/virsh-pool.c:1424 +msgid "optional host to query" +msgstr "" + +#: ../../tools/virsh-pool.c:1432 +msgid "optional initiator IQN to use for query" +msgstr "" + +#: ../../tools/virsh-pool.c:1428 +msgid "optional port to query" +msgstr "" + +#: ../../src/remote/remote_daemon.c:708 +msgid "options" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:595 +msgid "os.type is not defined" +msgstr "" + +#: ../../src/util/viralloc.c:225 +#, c-format +msgid "out of bounds index - count %zu at %zu add %zu" +msgstr "" + +#: ../../src/util/virerror.c:918 +msgid "out of memory" +msgstr "" + +#: ../../src/util/virerror.c:919 +#, c-format +msgid "out of memory: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:959 ../../tools/virsh-domain.c:3342 +msgid "outbound average is mandatory" +msgstr "" + +#: ../../tools/virsh-domain.c:963 ../../tools/virsh-domain.c:3347 +msgid "outbound floor is unsupported yet" +msgstr "" + +#: ../../tools/virsh-domain.c:3337 +#, c-format +msgid "outbound rate larger than maximum %u" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:3877 +msgid "outgoing RDMA migration is not supported with this QEMU binary" +msgstr "" + +#: ../../tools/virsh-host.c:1026 +msgid "output an XML string for the hypervisor sysinfo, if available" +msgstr "" + +#: ../../tools/vsh.c:3181 +msgid "output to stderr" +msgstr "" + +#: ../../tools/virsh-domain.c:2616 +#, c-format +msgid "overflow in converting %ld MiB/s to bytes\n" +msgstr "" + +#: ../../tools/virsh-domain.c:10722 +msgid "override the destination host name used for TLS verification" +msgstr "" + +#: ../../tools/virsh-pool.c:55 +msgid "overwrite any existing data" +msgstr "" + +#: ../../src/util/virlockspace.c:668 +#, c-format +msgid "owner %lld does not hold the resource lock" +msgstr "" + +#: ../../src/libvirt-domain.c:4033 +msgid "p2p migration is not supported by the source host" +msgstr "" + +#: ../../src/conf/domain_conf.c:5151 +msgid "packed driver option is only supported for virtio devices" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:148 +#, c-format +msgid "packet %d bytes received from server too large, want %d" +msgstr "" + +#: ../../src/rpc/virnetmessage.c:138 +#, c-format +msgid "packet %d bytes received from server too small, want %d" +msgstr "" + +#: ../../tools/virsh-domain.c:10686 +msgid "page cache size for xbzrle compression" +msgstr "" + +#: ../../tools/virsh-host.c:481 +msgid "page count" +msgstr "" + +#: ../../src/util/virnuma.c:963 ../../src/util/virnuma.c:976 +msgid "page info is not supported on this platform" +msgstr "" + +#: ../../src/util/virnuma.c:988 +msgid "page pool allocation is not supported on this platform" +msgstr "" + +#: ../../src/util/virnuma.c:560 +#, c-format +msgid "page size %u is not available" +msgstr "" + +#: ../../src/util/virnuma.c:555 +#, c-format +msgid "page size %u is not available on node %d" +msgstr "" + +#: ../../tools/virsh-host.c:281 ../../tools/virsh-host.c:476 +msgid "page size (in kibibytes)" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9120 +msgid "panic is supported only with ISA address type" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:227 +msgid "panicked" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1448 +msgid "parallel ports are not supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:13860 +#, c-format +msgid "parallels bus does not support %s input device" +msgstr "" + +#: ../../src/conf/domain_conf.c:13851 +#, c-format +msgid "parallels containers don't support input bus %s" +msgstr "" + +#: ../../src/util/virtypedparam.c:567 +#, c-format +msgid "parameter %s too big for destination" +msgstr "" + +#: ../../src/util/virtypedparam.c:131 +#, c-format +msgid "parameter '%s' not supported" +msgstr "" + +#: ../../src/util/virtypedparam.c:107 +#, c-format +msgid "parameter '%s' occurs multiple times" +msgstr "" + +#: ../../tools/virsh-domain.c:5113 +msgid "parameter=value" +msgstr "" + +#: ../../src/conf/virdomainmomentobjlist.c:567 +#, c-format +msgid "parent %s for moment %s not found" +msgstr "" + +#: ../../src/conf/virdomainmomentobjlist.c:574 +#, c-format +msgid "parent %s would create cycle to %s" +msgstr "" + +#: ../../src/storage/storage_backend_scsi.c:257 +#, c-format +msgid "parent '%s' is not an fc_host for the wwnn/wwpn" +msgstr "" + +#: ../../src/storage/storage_backend_scsi.c:250 +#, c-format +msgid "parent '%s' is not properly formatted" +msgstr "" + +#: ../../src/conf/node_device_util.c:127 +#, c-format +msgid "parent '%s' specified for vHBA does not exist" +msgstr "" + +#: ../../src/util/virerror.c:1017 +msgid "parser error" +msgstr "" + +#: ../../tools/vsh.c:3343 +msgid "partial string to autocomplete" +msgstr "" + +#: ../../tools/virsh-domain.c:4049 ../../tools/virsh-domain.c:8284 +msgid "pass file descriptors N,M,... to the guest" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:451 +msgid "passphrase is too long for the buffer" +msgstr "" + +#: ../../src/conf/domain_conf.c:13560 +msgid "passthrough mode requires a character device type attribute" +msgstr "" + +#: ../../src/vmware/vmware_conf.c:346 +#, c-format +msgid "path '%s' doesn't reference a file" +msgstr "" + +#: ../../src/storage/storage_util.c:2740 +#, c-format +msgid "path '%s' is not absolute" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:511 +msgid "path does not exist, skipping file type checks" +msgstr "" + +#: ../../src/conf/domain_conf.c:16518 +msgid "path is required for model 'nvdimm'" +msgstr "" + +#: ../../tools/virsh-domain.c:2766 +msgid "path of backing file in chain for a partial pull" +msgstr "" + +#: ../../tools/virsh-domain.c:1984 +msgid "path of base file to commit into (default bottom of chain)" +msgstr "" + +#: ../../tools/virsh-domain.c:2206 +msgid "path of the copy to create" +msgstr "" + +#: ../../tools/virsh-domain.c:1992 +msgid "path of top file to commit from (default top of chain)" +msgstr "" + +#: ../../tools/virsh-host.c:88 ../../tools/virsh-host.c:1628 +#: ../../tools/virsh-host.c:1735 +msgid "path to emulator binary (/domain/devices/emulator)" +msgstr "" + +#: ../../src/storage/storage_util.c:1139 +msgid "path to inputvol secret data file is required" +msgstr "" + +#: ../../src/storage/storage_util.c:1126 +msgid "path to secret data file is required" +msgstr "" + +#: ../../tools/virsh-domain.c:13057 ../../tools/virsh-domain.c:13075 +msgid "pause" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:141 +msgid "paused" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1094 +#, c-format +msgid "pcap_compile: %s" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1079 +msgid "pcap_create failed" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1106 +#, c-format +msgid "pcap_setdirection: %s" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1100 +#, c-format +msgid "pcap_setfilter: %s" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:252 +#, c-format +msgid "pci backend driver '%s' is not supported" +msgstr "" + +#: ../../src/util/virpci.c:2789 +#, c-format +msgid "pci device %s is not a PCI-Express device" +msgstr "" + +#: ../../tools/virsh-nodedev.c:611 +msgid "pci device assignment backend driver (e.g. 'vfio' or 'kvm')" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5577 +msgid "" +"pci-expander-bus controllers are only supported on 440fx-based machinetypes" +msgstr "" + +#: ../../src/bhyve/bhyve_domain.c:158 ../../src/qemu/qemu_domain.c:5569 +msgid "pci-root and pcie-root controllers should have index 0" +msgstr "" + +#: ../../src/conf/domain_conf.c:11279 +msgid "pci-root and pcie-root controllers should not have an address" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5584 +msgid "" +"pcie-expander-bus controllers are only supported on q35-based machinetypes" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:11583 +#, c-format +msgid "peeking is only supported for disk with 'raw' format not '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:10557 +msgid "peer-2-peer migration" +msgstr "" + +#: ../../tools/virsh-domain.c:1499 +msgid "per-device IO Weights, in the form of /path/to/device,weight,..." +msgstr "" + +#: ../../src/conf/domain_conf.c:5777 ../../src/conf/domain_conf.c:30052 +msgid "per-device boot elements cannot be used together with os/boot elements" +msgstr "" + +#: ../../tools/virsh-domain.c:1511 +msgid "" +"per-device bytes read per second, in the form of /path/to/device," +"read_bytes_sec,..." +msgstr "" + +#: ../../tools/virsh-domain.c:1515 +msgid "" +"per-device bytes wrote per second, in the form of /path/to/device," +"write_bytes_sec,..." +msgstr "" + +#: ../../tools/virsh-domain.c:1503 +msgid "" +"per-device read I/O limit per second, in the form of /path/to/device," +"read_iops_sec,..." +msgstr "" + +#: ../../tools/virsh-domain.c:1507 +msgid "" +"per-device write I/O limit per second, in the form of /path/to/device," +"write_iops_sec,..." +msgstr "" + +#: ../../src/conf/domain_conf.c:16448 +#, c-format +msgid "perf event '%s' was already specified" +msgstr "" + +#: ../../tools/virsh-domain.c:9358 +msgid "perf events which will be disabled" +msgstr "" + +#: ../../tools/virsh-domain.c:9354 +msgid "perf events which will be enabled" +msgstr "" + +#: ../../tools/virsh-domain.c:5408 +msgid "perform a live core dump if supported" +msgstr "" + +#: ../../tools/virsh-volume.c:930 +msgid "perform selected wiping algorithm" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:290 +msgid "period in seconds to set collection" +msgstr "" + +#: ../../tools/virsh-domain.c:10573 +msgid "persist VM on destination" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8314 +#, c-format +msgid "persistent attach of device '%s' is not supported" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3606 ../../src/lxc/lxc_driver.c:3086 +msgid "persistent attach of device is not supported" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8516 +#, c-format +msgid "persistent detach of device '%s' is not supported" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4023 ../../src/lxc/lxc_driver.c:3181 +msgid "persistent detach of device is not supported" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:8623 +#, c-format +msgid "persistent update of device '%s' is not supported" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4091 ../../src/lxc/lxc_driver.c:3126 +msgid "persistent update of device is not supported" +msgstr "" + +#: ../../tools/virsh-domain.c:9886 +msgid "pid" +msgstr "" + +#: ../../src/libvirt-qemu.c:143 +#, c-format +msgid "pid_value in %s is too large" +msgstr "" + +#: ../../tools/virsh-domain.c:10613 +msgid "pin all memory before starting RDMA live migration" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:5478 +msgid "platform unsupported" +msgstr "" + +#: ../../tools/virsh-volume.c:990 +msgid "ploop" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:145 +msgid "pmsuspended" +msgstr "" + +#: ../../src/util/virpolkit.c:239 +msgid "polkit text authentication agent unavailable" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:868 +msgid "poll failed in libxlTunnel3MigrationSrcFunc" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:3218 +msgid "poll failed in migration tunnel" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6220 +#, c-format +msgid "poll-grow (%u) must be less than or equal to %d" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6213 +#, c-format +msgid "poll-max-ns (%llu) must be less than or equal to %d" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6227 +#, c-format +msgid "poll-shrink (%u) must be less than or equal to %d" +msgstr "" + +#: ../../src/conf/virstorageobj.c:1125 +#, c-format +msgid "pool '%s' already exists with uuid %s" +msgstr "" + +#: ../../src/storage/storage_driver.c:892 +#: ../../src/storage/storage_driver.c:1113 +#: ../../src/storage/storage_driver.c:1185 +#: ../../src/storage/storage_driver.c:1255 +#, c-format +msgid "pool '%s' has asynchronous jobs running." +msgstr "" + +#: ../../src/conf/virstorageobj.c:1092 +#, c-format +msgid "pool '%s' is already defined with uuid %s" +msgstr "" + +#: ../../tools/virsh-volume.c:92 +#, c-format +msgid "pool '%s' is not active" +msgstr "" + +#: ../../src/conf/virstorageobj.c:1108 +#, c-format +msgid "pool '%s' is starting up" +msgstr "" + +#: ../../src/storage/storage_driver.c:1197 +msgid "pool does not support pool deletion" +msgstr "" + +#: ../../src/storage/storage_driver.c:1392 ../../src/test/test_driver.c:6735 +msgid "pool has no config file" +msgstr "" + +#: ../../tools/virsh-pool.c:765 +msgid "pool information in XML" +msgstr "" + +#: ../../src/conf/virstorageobj.c:1101 +#, c-format +msgid "pool is already active as '%s'" +msgstr "" + +#: ../../tools/virsh-volume.c:48 +msgid "pool name" +msgstr "" + +#: ../../tools/virsh-pool.c:35 ../../tools/virsh-volume.c:44 +#: ../../tools/virsh-volume.c:54 +msgid "pool name or uuid" +msgstr "" + +#: ../../tools/virsh-volume.c:448 +msgid "pool name or uuid of the input volume's pool" +msgstr "" + +#: ../../src/storage/storage_driver.c:646 ../../src/test/test_driver.c:6347 +#, c-format +msgid "pool type '%s' does not support source discovery" +msgstr "" + +#: ../../src/conf/domain_addr.c:2164 +#, c-format +msgid "port %u out of range in USB address bus: %u port: %s" +msgstr "" + +#: ../../src/util/virstring.c:1377 +#, c-format +msgid "port '%s' out of range" +msgstr "" + +#: ../../tools/virsh-network.c:61 +msgid "port UUID" +msgstr "" + +#: ../../tools/virsh-domain.c:10666 +msgid "port to use by target server for incoming disks migration" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:1002 +msgid "port-profile setlink timed out" +msgstr "" + +#: ../../src/qemu/qemu_qapi.c:84 +msgid "possible loop in QMP schema" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:174 +#: ../../tools/virsh-domain-monitor.c:198 +msgid "post-copy" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14237 +msgid "post-copy can only be started while outgoing migration is in progress" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:199 +msgid "post-copy failed" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:2090 ../../src/qemu/qemu_migration.c:2440 +msgid "post-copy is not supported with tunnelled migration" +msgstr "" + +#: ../../tools/virsh-domain.c:10706 +msgid "post-copy migration bandwidth limit in MiB/s" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:2083 ../../src/qemu/qemu_migration.c:2433 +msgid "post-copy migration is not supported with non-live or paused migration" +msgstr "" + +#: ../../tools/virsh-domain.c:2262 +msgid "power-of-two granularity to use during the copy" +msgstr "" + +#: ../../tools/virsh-domain.c:13059 +msgid "poweroff" +msgstr "" + +#: ../../src/qemu/qemu_process.c:2902 +#, c-format +msgid "pr helper %s didn't show up" +msgstr "" + +#: ../../src/qemu/qemu_process.c:2920 +#, c-format +msgid "pr helper %s died unexpectedly" +msgstr "" + +#: ../../src/qemu/qemu_process.c:2924 +#, c-format +msgid "pr helper died and reported: %s" +msgstr "" + +#: ../../src/qemu/qemu_process.c:2931 +msgid "pr helper socked did not show up" +msgstr "" + +#: ../../src/util/virutil.c:1275 +#, c-format +msgid "prctl failed to enable '%s' in the AMBIENT set" +msgstr "" + +#: ../../src/util/virutil.c:1259 +msgid "prctl failed to reset KEEPCAPS" +msgstr "" + +#: ../../src/util/virutil.c:1230 +msgid "prctl failed to set KEEPCAPS" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:339 +msgid "" +"pre-creation of storage targets for incremental storage migration is not " +"supported" +msgstr "" + +#: ../../src/util/virstoragefile.c:1245 +msgid "preallocate is not supported on this platform" +msgstr "" + +#: ../../src/storage/storage_util.c:2334 +msgid "preallocate is only supported for an unencrypted raw volume" +msgstr "" + +#: ../../src/storage/storage_util.c:2345 +msgid "preallocate is only supported for raw type volume" +msgstr "" + +#: ../../tools/virsh-volume.c:201 ../../tools/virsh-volume.c:385 +#: ../../tools/virsh-volume.c:452 ../../tools/virsh-volume.c:564 +msgid "preallocate metadata (for qcow2 instead of full allocation)" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1168 +msgid "prefix too long" +msgstr "" + +#: ../../tools/virsh-volume.c:664 ../../tools/virsh-volume.c:779 +msgid "preserve sparseness of volume" +msgstr "" + +#: ../../tools/virsh-domain.c:9778 +msgid "pretty-print any JSON output" +msgstr "" + +#: ../../tools/virsh-domain.c:9627 +msgid "pretty-print any qemu monitor protocol output" +msgstr "" + +#: ../../tools/virsh-domain.c:9943 +msgid "pretty-print the output" +msgstr "" + +#: ../../tools/virsh-domain.c:10593 +msgid "prevent any configuration changes to domain until migration ends" +msgstr "" + +#: ../../tools/virsh-domain.c:302 +msgid "print XML document rather than attach the disk" +msgstr "" + +#: ../../tools/virsh-domain.c:844 +msgid "print XML document rather than attach the interface" +msgstr "" + +#: ../../tools/virsh-domain.c:13852 +msgid "print XML document rather than change media" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:215 ../../tools/virsh-snapshot.c:350 +msgid "print XML document rather than create" +msgstr "" + +#: ../../tools/virsh-domain.c:12764 +msgid "print XML document rather than detach the disk" +msgstr "" + +#: ../../tools/virsh-pool.c:71 ../../tools/virsh-volume.c:205 +msgid "print XML document, but don't define/create" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:963 +msgid "print a more human readable output" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1476 +msgid "print domain's time in human readable form" +msgstr "" + +#: ../../tools/vsh.c:3079 +msgid "print help" +msgstr "" + +#: ../../tools/vsh.c:446 +msgid "print help for this function" +msgstr "" + +#: ../../tools/virsh-network.c:1366 +msgid "print lease info for a given network" +msgstr "" + +#: ../../tools/virsh-domain.c:6131 +msgid "print statistics for any kind of job (even failed ones)" +msgstr "" + +#: ../../tools/virt-admin.c:183 +msgid "print the admin server URI" +msgstr "" + +#: ../../tools/vsh.c:3266 +msgid "print the current directory" +msgstr "" + +#: ../../tools/virsh-domain.c:11868 +msgid "print the domain's hostname" +msgstr "" + +#: ../../tools/virsh-host.c:1085 +msgid "print the hypervisor canonical URI" +msgstr "" + +#: ../../tools/virsh-host.c:1054 +msgid "print the hypervisor hostname" +msgstr "" + +#: ../../tools/virsh-host.c:1023 +msgid "print the hypervisor sysinfo" +msgstr "" + +#: ../../tools/virsh-domain.c:6135 +msgid "print the raw data returned by libvirt" +msgstr "" + +#: ../../tools/virsh-host.c:761 +msgid "prints by percentage during 1 second." +msgstr "" + +#: ../../tools/virsh-host.c:904 +msgid "prints specified cell statistics only." +msgstr "" + +#: ../../tools/virsh-host.c:757 +msgid "prints specified cpu statistics only." +msgstr "" + +#: ../../src/qemu/qemu_process.c:2427 +msgid "process exited while connecting to monitor" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:165 +msgid "profile does not exist" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:280 +#: ../../src/security/virt-aa-helper.c:1491 +msgid "profile exists" +msgstr "" + +#: ../../src/conf/netdev_vport_profile_conf.c:135 +msgid "profileid parameter too long" +msgstr "" + +#: ../../src/rpc/virnetserverprogram.c:287 +#, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: ../../src/rpc/virnetclientprogram.c:219 +#, c-format +msgid "program mismatch in event (actual 0x%x, expected 0x%x)" +msgstr "" + +#: ../../src/conf/network_conf.c:924 +#, c-format +msgid "prohibited character in DNS TXT record name '%s' of network %s" +msgstr "" + +#: ../../src/qemu/qemu_block.c:413 ../../src/qemu/qemu_command.c:918 +#, c-format +msgid "protocol '%s' accepts only one host" +msgstr "" + +#: ../../src/qemu/qemu_command.c:989 +msgid "protocol 'sheepdog' accepts up to one host" +msgstr "" + +#: ../../src/conf/interface_conf.c:460 +msgid "protocol misses the family attribute" +msgstr "" + +#: ../../tools/virsh-domain.c:10199 +msgid "provide XML suitable for migrations" +msgstr "" + +#: ../../src/conf/domain_conf.c:13821 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: ../../src/conf/backup_conf.c:184 +#, c-format +msgid "pull mode requires qcow2 driver, not '%s'" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2222 +#, c-format +msgid "qemu agent didn't provide 'ip-address' field for interface '%s'" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2205 +#, c-format +msgid "qemu agent didn't provide 'ip-address-type' field for interface '%s'" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2136 +msgid "qemu agent didn't provide 'name' field" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2109 +msgid "qemu agent didn't provide 'return' field" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2115 +msgid "qemu agent didn't return an array of interfaces" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2198 +msgid "qemu agent reply missing IP addr in array" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2128 +msgid "qemu agent reply missing interface entry in array" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4699 +#, c-format +msgid "qemu block name '%s' doesn't match expected '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:10166 +#, c-format +msgid "qemu didn't report thread id for vcpu '%zu'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:4036 +msgid "qemu does not allow specifying screen ID" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:873 +msgid "qemu does not support SGA" +msgstr "" + +#: ../../src/qemu/qemu_command.c:5724 +msgid "qemu does not support more than one entry to Type 2 in SMBIOS table" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1821 +msgid "qemu does not support the accel2d setting" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:16657 +msgid "qemu doesn't support reversion of snapshot taken in PMSUSPENDED state" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:15709 +msgid "qemu doesn't support taking snapshots of PMSUSPENDED guests" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9378 +#, c-format +msgid "qemu emulator '%s' does not support xen" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:6583 +#, c-format +msgid "qemu monitor event callback %d not registered" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:10172 +#, c-format +msgid "qemu reported thread id for inactive vcpu '%zu'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8520 +msgid "qemu returned malformed time" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:1167 +msgid "qemu state driver is not active" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:599 +msgid "qemu unexpectedly closed the monitor" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6561 +#, c-format +msgid "qom-get invalid object property type %d" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6569 +msgid "qom-get reply was missing return data" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6464 +msgid "qom-list reply data was missing 'name'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6473 +msgid "qom-list reply has malformed 'type' data" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6401 +msgid "qom-list-types reply data was missing 'name'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6674 +#, c-format +msgid "qom-set invalid object property type %d" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4072 +msgid "query -rx-filter return data missing array element" +msgstr "" + +#: ../../tools/virsh-domain.c:14260 +msgid "query information about the guest (via agent)" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5318 +msgid "query is supported only with HTTP(S) protocols" +msgstr "" + +#: ../../tools/virsh-domain.c:7443 +msgid "query or modify state of vcpu in the guest (via agent)" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:2418 +#: ../../src/qemu/qemu_monitor_json.c:2432 +#: ../../src/qemu/qemu_monitor_json.c:2504 +msgid "query-block device entry was not in expected format" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6297 +msgid "query-command-line-options parameter data was missing 'name'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6261 +msgid "query-command-line-options reply data was missing 'option'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6241 +msgid "query-command-line-options reply was missing return data" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6122 +msgid "query-commands reply data was missing 'name'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5714 +msgid "query-cpu-definitions reply data was missing 'name'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6077 +msgid "query-cpu-model-comparison reply data was missing 'result'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6182 +msgid "query-events reply data was missing 'name'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8592 +msgid "query-hotpluggable-cpus didn't return device props" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8578 +msgid "query-hotpluggable-cpus didn't return device type" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8586 +msgid "query-hotpluggable-cpus didn't return vcpus-count" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8614 +msgid "query-hotpluggable-cpus entry doesn't report topology information" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8076 +msgid "query-iothreads reply data was missing 'id'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8099 +msgid "query-iothreads reply has malformed 'thread-id' data" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6353 +msgid "query-kvm replied unexpected data" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5613 +msgid "query-machines reply data was missing 'name'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5629 +msgid "query-machines reply has malformed 'alias' data" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5637 +msgid "query-machines reply has malformed 'cpu-max' data" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5647 +msgid "query-machines reply has malformed 'default-cpu-type' data" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5622 +msgid "query-machines reply has malformed 'is-default' data" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8214 +msgid "query-memory-devices reply data doesn't contain enum data" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:8202 +msgid "query-memory-devices reply data doesn't contain enum type discriminator" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:2867 +#: ../../src/qemu/qemu_monitor_json.c:3019 +msgid "query-named-block-nodes entry was not in expected format" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7122 +msgid "query-sev-capabilities reply was missing 'cbitpos' field" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7144 +msgid "query-sev-capabilities reply was missing 'cert-chain' field" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7137 +msgid "query-sev-capabilities reply was missing 'pdh' field" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7130 +msgid "query-sev-capabilities reply was missing 'reduced-phys-bits' field" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:1722 +msgid "query-status reply was missing running state" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6855 +msgid "query-target reply was missing arch data" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5539 +msgid "query-version reply was missing 'major' version" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5549 +msgid "query-version reply was missing 'micro' version" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5544 +msgid "query-version reply was missing 'minor' version" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5557 +msgid "query-version reply was missing 'package' version" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5533 +msgid "query-version reply was missing 'qemu' data" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14149 +msgid "" +"querying maximum post-copy migration speed is not supported by QEMU binary" +msgstr "" + +#: ../../src/conf/domain_conf.c:6140 +msgid "queues attribute in disk driver element is only supported by virtio-blk" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:104 ../../tools/virsh-checkpoint.c:219 +#: ../../tools/virsh-snapshot.c:150 ../../tools/virsh-snapshot.c:370 +msgid "quiesce guest's file systems" +msgstr "" + +#: ../../tools/vsh.c:3286 +msgid "quit this interactive terminal" +msgstr "" + +#: ../../src/conf/domain_conf.c:16019 +msgid "ram attribute only supported for type of qxl" +msgstr "" + +#: ../../src/util/virsocketaddr.c:880 +#, c-format +msgid "range %s - %s is not entirely within network %s/%d" +msgstr "" + +#: ../../src/util/virsocketaddr.c:949 +#, c-format +msgid "range %s - %s is reversed " +msgstr "" + +#: ../../src/util/virsocketaddr.c:941 ../../src/util/virsocketaddr.c:972 +#, c-format +msgid "range %s - %s is too large (> 65535)" +msgstr "" + +#: ../../src/util/virsocketaddr.c:980 +#, c-format +msgid "range %s - %s start larger than end" +msgstr "" + +#: ../../src/libxl/xen_common.c:1230 +#, c-format +msgid "rate %s too big for destination" +msgstr "" + +#: ../../src/conf/domain_conf.c:10179 +msgid "rawio can be used only with device='lun'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8540 +msgid "rawio is only supported for scsi host device" +msgstr "" + +#: ../../tools/virsh-domain.c:1209 +msgid "read I/O operations limit per second" +msgstr "" + +#: ../../tools/virsh-domain.c:1257 +msgid "read I/O operations max" +msgstr "" + +#: ../../src/util/vircommand.c:3320 +msgid "read error on pipe" +msgstr "" + +#: ../../tools/virsh-domain.c:1233 +msgid "read max, as scaled integer (default bytes)" +msgstr "" + +#: ../../src/internal.h:434 +#, c-format +msgid "read only access prevents %s" +msgstr "" + +#: ../../tools/virsh-secret.c:183 +msgid "read secret from file" +msgstr "" + +#: ../../tools/virsh-secret.c:187 +msgid "read the secret from file without converting from base64" +msgstr "" + +#: ../../tools/virsh-secret.c:191 +msgid "read the secret from the terminal" +msgstr "" + +#: ../../tools/virsh-domain.c:1185 +msgid "read throughput limit, as scaled integer (default bytes)" +msgstr "" + +#: ../../tools/virsh.c:265 +msgid "read-only connection" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5284 +msgid "readaehad is supported only with HTTP(S)/FTP(s) protocols" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5290 +msgid "readahead setting is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2090 +msgid "readonly ide disks are not supported" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2096 +msgid "readonly sata disks are not supported" +msgstr "" + +#: ../../tools/virsh-domain.c:13119 +msgid "ready" +msgstr "" + +#: ../../tools/virsh-nodedev.c:660 +msgid "reattach node device to its device driver" +msgstr "" + +#: ../../tools/virsh-domain.c:5992 +msgid "reboot a domain" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:532 +msgid "reboot timeout is not supported by this QEMU binary" +msgstr "" + +#: ../../src/rpc/virnetclient.c:1761 +msgid "received error event on socket" +msgstr "" + +#: ../../src/rpc/virnetclient.c:1755 +msgid "received hangup event on socket" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:264 +msgid "received malformed monitor, check the XML definition" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:4853 +msgid "received unexpected cookie with P2P migration" +msgstr "" + +#: ../../src/libvirt-stream.c:882 ../../src/libvirt-stream.c:1013 +msgid "recv handler failed" +msgstr "" + +#: ../../src/libvirt-stream.c:998 +msgid "recv holeHandler failed" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:100 +msgid "redefine metadata for existing checkpoint" +msgstr "" + +#: ../../tools/virsh-snapshot.c:129 +msgid "redefine metadata for existing snapshot" +msgstr "" + +#: ../../tools/virsh-domain.c:5015 +msgid "redefine the XML for a domain's managed save state file" +msgstr "" + +#: ../../tools/virsh-domain.c:4588 +msgid "redefine the XML for a domain's saved state file" +msgstr "" + +#: ../../tools/virt-admin.c:1034 +msgid "redefine the existing set of logging filters" +msgstr "" + +#: ../../tools/virt-admin.c:1088 +msgid "redefine the existing set of logging outputs" +msgstr "" + +#: ../../src/conf/virnwfilterobj.c:201 +#, c-format +msgid "referenced filter '%s' is missing" +msgstr "" + +#: ../../tools/virsh-pool.c:725 +msgid "refresh a pool" +msgstr "" + +#: ../../src/storage/storage_driver.c:2291 +msgid "refresh ploop failed: unable to delete DiskDescriptor.xml" +msgstr "" + +#: ../../src/conf/backup_conf.c:429 +#, c-format +msgid "refusing to generate file name for disk '%s'" +msgstr "" + +#: ../../src/remote/remote_driver.c:1945 +msgid "remoteDomainBlockStatsFlags: returned number of stats exceeds limit" +msgstr "" + +#: ../../src/remote/remote_driver.c:3144 +msgid "remoteDomainGetCPUStats: returned number of stats exceeds limit" +msgstr "" + +#: ../../src/remote/remote_driver.c:1700 +msgid "remoteNodeGetCPUStats: returned number of stats exceeds limit" +msgstr "" + +#: ../../src/remote/remote_driver.c:1764 +msgid "remoteNodeGetMemoryStats: returned number of stats exceeds limit" +msgstr "" + +#: ../../src/remote/remote_driver.c:1098 +msgid "remote_open: for 'ext' transport, command is required" +msgstr "" + +#: ../../src/remote/remote_driver.c:979 +msgid "" +"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp|" +"libssh2|libssh)" +msgstr "" + +#: ../../src/conf/domain_conf.c:10209 +msgid "removable is only valid for usb disks" +msgstr "" + +#: ../../tools/virsh-domain.c:3606 +msgid "remove all associated storage volumes (use with caution)" +msgstr "" + +#: ../../tools/virsh-domain.c:3627 +msgid "remove all domain checkpoint metadata (vm must be inactive)" +msgstr "" + +#: ../../tools/virsh-domain.c:3623 +msgid "remove all domain snapshot metadata (vm must be inactive)" +msgstr "" + +#: ../../tools/virsh-domain.c:3601 +msgid "" +"remove associated storage volumes (comma separated list of targets or source " +"paths) (see domblklist)" +msgstr "" + +#: ../../tools/virsh-domain.c:3597 +msgid "remove domain managed state file" +msgstr "" + +#: ../../tools/virsh-domain.c:3631 +msgid "remove nvram file, if inactive" +msgstr "" + +#: ../../tools/virsh-domain.c:8655 +msgid "remove the metadata corresponding to an uri" +msgstr "" + +#: ../../src/storage/storage_util.c:2155 +#, c-format +msgid "removing block or network volumes is not supported: %s" +msgstr "" + +#: ../../src/storage/storage_backend_gluster.c:409 +#, c-format +msgid "removing of '%s' volumes is not supported by the gluster backend: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:10412 +msgid "rename a domain" +msgstr "" + +#: ../../tools/virsh-domain.c:10641 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1883 +#, c-format +msgid "rename(\"%s\", \"%s\")" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6731 +#: ../../src/qemu/qemu_monitor_json.c:6758 +msgid "reply data was missing 'name'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4982 +msgid "reply was missing return data" +msgstr "" + +#: ../../tools/virsh-domain.c:13076 +msgid "report" +msgstr "" + +#: ../../tools/virsh-domain.c:14273 +msgid "report active users" +msgstr "" + +#: ../../tools/virsh-host.c:1405 +msgid "report daemon version too" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2126 +msgid "report domain IOThread information" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2106 +msgid "report domain balloon statistics" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2118 +msgid "report domain block device statistics" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2130 +msgid "report domain memory usage" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2114 +msgid "report domain network interface information" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2122 +msgid "report domain perf event statistics" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2102 +msgid "report domain physical cpu usage" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2098 +msgid "report domain state" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2110 +msgid "report domain virtual cpu information" +msgstr "" + +#: ../../tools/virsh-host.c:1218 ../../tools/virsh-host.c:1640 +msgid "report error if CPUs are incompatible" +msgstr "" + +#: ../../tools/virsh-domain.c:14289 +msgid "report filesystem information" +msgstr "" + +#: ../../tools/virsh-domain.c:14285 +msgid "report hostname" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:2178 +msgid "report only stats that are accessible instantly" +msgstr "" + +#: ../../tools/virsh-domain.c:14277 +msgid "report operating system information" +msgstr "" + +#: ../../tools/virsh-domain.c:14281 +msgid "report timezone information" +msgstr "" + +#: ../../src/conf/domain_addr.c:2184 +#, c-format +msgid "requested USB port %s not present on USB bus %u" +msgstr "" + +#: ../../src/remote/remote_driver.c:3851 +#, c-format +msgid "requested authentication type %s rejected" +msgstr "" + +#: ../../src/test/test_driver.c:2869 ../../src/test/test_driver.c:2878 +#, c-format +msgid "requested cpu amount exceeds maximum (%d > %d)" +msgstr "" + +#: ../../src/test/test_driver.c:2856 +#, c-format +msgid "requested cpu amount exceeds maximum supported amount (%d > %d)" +msgstr "" + +#: ../../tools/virsh-domain.c:11297 +msgid "requested size of the cache (in bytes) used for compression" +msgstr "" + +#: ../../src/util/virstoragefile.c:1542 +#, c-format +msgid "requested target '%s' does not match target '%s'" +msgstr "" + +#: ../../src/test/test_driver.c:3036 +#, c-format +msgid "requested vcpu '%d' is not present in the domain" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:4964 +#, c-format +msgid "" +"requested vcpu count is greater than the count of enabled vcpus in the " +"domain: %d > %d" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2304 +#, c-format +msgid "" +"requested vcpus is greater than max allowable vcpus for the domain: %d > %d" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:6338 +#, c-format +msgid "" +"requested vcpus is greater than max allowable vcpus for the live domain: %u " +"> %u" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:6346 +#, c-format +msgid "" +"requested vcpus is greater than max allowable vcpus for the persistent " +"domain: %u > %u" +msgstr "" + +#: ../../tools/virsh-snapshot.c:154 ../../tools/virsh-snapshot.c:374 +msgid "require atomic operation" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5218 +msgid "reservations not supported with this QEMU binary" +msgstr "" + +#: ../../tools/virsh-domain.c:13058 +msgid "reset" +msgstr "" + +#: ../../tools/virsh-domain.c:6072 +msgid "reset a domain" +msgstr "" + +#: ../../tools/virsh-nodedev.c:711 +msgid "reset node device" +msgstr "" + +#: ../../tools/virsh-domain.c:5419 +msgid "reset the domain after core dump" +msgstr "" + +#: ../../tools/virsh-volume.c:1093 +msgid "resize a vol" +msgstr "" + +#: ../../src/storage/storage_util.c:2256 +msgid "resize of qcow2 encrypted image is not supported" +msgstr "" + +#: ../../src/test/test_driver.c:787 +#, c-format +msgid "resolving %s filename" +msgstr "" + +#: ../../src/util/virerror.c:1173 +msgid "resource busy" +msgstr "" + +#: ../../src/util/virerror.c:1174 +#, c-format +msgid "resource busy: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:9057 +msgid "resource relabeling is not compatible with 'none' label type" +msgstr "" + +#: ../../tools/virsh-domain.c:5321 +msgid "restore a domain from a saved state in a file" +msgstr "" + +#: ../../tools/virsh-domain.c:5345 +msgid "restore domain into paused state" +msgstr "" + +#: ../../tools/virsh-domain.c:5341 +msgid "restore domain into running state" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:167 +msgid "restored" +msgstr "" + +#: ../../src/libvirt-domain.c:1797 +#, c-format +msgid "result too large: %llu" +msgstr "" + +#: ../../tools/virsh-domain.c:5868 +msgid "resume a domain" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:1899 ../../src/qemu/qemu_migration.c:5143 +#: ../../src/qemu/qemu_process.c:495 ../../src/qemu/qemu_process.c:7061 +msgid "resume operation failed" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3966 +msgid "resuming after dump failed" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14507 ../../src/qemu/qemu_driver.c:15559 +msgid "resuming after snapshot failed" +msgstr "" + +#: ../../tools/virt-admin.c:648 +msgid "retrieve client's identity info from server" +msgstr "" + +#: ../../tools/virsh-domain.c:6590 +msgid "retrieve vcpu count from the guest instead of the hypervisor" +msgstr "" + +#: ../../tools/virsh-domain.c:6776 ../../tools/virsh-host.c:696 +msgid "return human readable output" +msgstr "" + +#: ../../tools/virsh-domain.c:6123 +msgid "return statistics of a recently completed job" +msgstr "" + +#: ../../tools/virsh-volume.c:1022 +msgid "return the physical size of the volume in allocation field" +msgstr "" + +#: ../../tools/virsh-volume.c:1569 +msgid "return the pool uuid rather than pool name" +msgstr "" + +#: ../../src/remote/remote_driver.c:2937 ../../src/remote/remote_driver.c:2988 +msgid "returned buffer is not same size as requested" +msgstr "" + +#: ../../src/remote/remote_driver.c:1898 +msgid "returned number of disk errors exceeds limit" +msgstr "" + +#: ../../tools/virsh-volume.c:1553 +msgid "returns the storage pool for a given volume key or path" +msgstr "" + +#: ../../tools/virsh-volume.c:1616 +msgid "returns the volume key for a given volume name or path" +msgstr "" + +#: ../../tools/virsh-volume.c:1517 +msgid "returns the volume name for a given volume key or path" +msgstr "" + +#: ../../tools/virsh-volume.c:1652 +msgid "returns the volume path for a given volume name or key" +msgstr "" + +#: ../../tools/virsh-snapshot.c:146 ../../tools/virsh-snapshot.c:366 +msgid "reuse any existing external files" +msgstr "" + +#: ../../tools/virsh-domain.c:2218 +msgid "reuse existing destination" +msgstr "" + +#: ../../tools/virsh-backup.c:50 +msgid "reuse files provided by caller" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18087 +msgid "reused mirror destination format must be specified" +msgstr "" + +#: ../../src/util/virerror.c:1143 +msgid "revert requires force" +msgstr "" + +#: ../../src/util/virerror.c:1144 +#, c-format +msgid "revert requires force: %s" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1805 +msgid "revert to current snapshot" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:16342 +msgid "revert to external snapshot not supported yet" +msgstr "" + +#: ../../tools/virsh-interface.c:749 +msgid "rollback to previous restore point" +msgstr "" + +#: ../../tools/virsh-interface.c:746 +msgid "rollback to previous saved configuration created via iface-begin" +msgstr "" + +#: ../../src/conf/storage_conf.c:711 +msgid "root element was not source" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2079 ../../src/conf/nwfilter_conf.c:2437 +msgid "rule node requires action attribute" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2451 +msgid "rule node requires direction attribute" +msgstr "" + +#: ../../tools/virsh-domain.c:10645 +msgid "" +"run action specified by --timeout-* option (suspend by default) if live " +"migration exceeds timeout (in seconds)" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:139 ../../tools/virsh-domain.c:99 +#: ../../tools/virsh-pool.c:1041 +msgid "running" +msgstr "" + +#: ../../src/test/test_driver.c:252 +#, c-format +msgid "runstate '%d' out of range'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1184 +msgid "rx_queue_size has to be a power of two" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:106 +#, c-format +msgid "sanlock error %d" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:911 +msgid "sanlock is too old to support lock failure action" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:3845 +#, c-format +msgid "sasl start reply data too long %d" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:3940 +#, c-format +msgid "sasl step reply data too long %d" +msgstr "" + +#: ../../tools/virsh-domain.c:4190 +msgid "save a domain state to a file" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:171 +msgid "save canceled" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:6758 +msgid "save image is incomplete" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:217 +#: ../../tools/virsh-domain-monitor.c:2040 +#: ../../tools/virsh-domain-monitor.c:2048 +msgid "saved" +msgstr "" + +#: ../../tools/virsh-domain.c:4539 +msgid "saved state domain information in XML" +msgstr "" + +#: ../../tools/virsh-domain.c:4665 +msgid "saved state file to edit" +msgstr "" + +#: ../../tools/virsh-domain.c:4597 +msgid "saved state file to modify" +msgstr "" + +#: ../../tools/virsh-domain.c:4548 +msgid "saved state file to read" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:189 +msgid "saving" +msgstr "" + +#: ../../src/test/test_driver.c:2197 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata" +msgstr "" + +#: ../../src/test/test_driver.c:2204 +#, c-format +msgid "saving domain '%s' to '%s': open failed" +msgstr "" + +#: ../../src/test/test_driver.c:2211 ../../src/test/test_driver.c:2219 +#: ../../src/test/test_driver.c:2226 ../../src/test/test_driver.c:2233 +#, c-format +msgid "saving domain '%s' to '%s': write failed" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:154 +msgid "sbbc configuration is not supported by this QEMU binary" +msgstr "" + +#: ../../src/vz/vz_driver.c:3061 +#, c-format +msgid "scheme and host are mandatory vz migration URI: %s" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:706 +msgid "sclpconsole is not supported in this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:714 +msgid "sclplmconsole is not supported in this QEMU binary" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7383 +#, c-format +msgid "screen ID higher than monitor count (%d)" +msgstr "" + +#: ../../tools/virsh-domain.c:5572 +msgid "screenshot of a current domain console" +msgstr "" + +#: ../../tools/virsh-domain.c:820 +msgid "script used to bridge network interface" +msgstr "" + +#: ../../src/lxc/lxc_process.c:270 +msgid "scripts are not supported on LXC network interfaces" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3582 +#, c-format +msgid "scripts are not supported on interfaces of type %s" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2122 +msgid "scsi-block 'lun' devices do not support the serial property" +msgstr "" + +#: ../../src/conf/domain_conf.c:14498 +msgid "sdl gl element missing enable" +msgstr "" + +#: ../../src/conf/domain_conf.c:9159 ../../src/conf/domain_conf.c:9261 +#, c-format +msgid "seclabel for model %s is already provided" +msgstr "" + +#: ../../src/conf/virsecretobj.c:734 +#, c-format +msgid "secret '%s' does not have a value" +msgstr "" + +#: ../../src/libvirt-secret.c:750 +#, c-format +msgid "secret '%s' in %s must match connection" +msgstr "" + +#: ../../tools/virsh-secret.c:131 ../../tools/virsh-secret.c:177 +#: ../../tools/virsh-secret.c:298 ../../tools/virsh-secret.c:356 +msgid "secret UUID" +msgstr "" + +#: ../../tools/virsh-secret.c:119 +msgid "secret attributes in XML" +msgstr "" + +#: ../../src/secret/secret_driver.c:375 +msgid "secret is private" +msgstr "" + +#: ../../src/secret/secret_driver.c:550 +msgid "secret state driver is not active" +msgstr "" + +#: ../../src/util/virsecret.c:177 +#, c-format +msgid "secret with uuid %s is of type '%s' not expected '%s' type" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:1266 ../../src/qemu/qemu_driver.c:6601 +#, c-format +msgid "security DOI string exceeds max %d bytes" +msgstr "" + +#: ../../src/remote/remote_driver.c:2672 +#, c-format +msgid "security doi exceeds maximum: %zu" +msgstr "" + +#: ../../src/security/security_dac.c:2308 +#: ../../src/security/security_selinux.c:840 +msgid "security image label already defined for VM" +msgstr "" + +#: ../../src/conf/domain_conf.c:9107 +msgid "security imagelabel is missing" +msgstr "" + +#: ../../src/security/security_apparmor.c:418 +#: ../../src/security/security_selinux.c:834 +msgid "security label already defined for VM" +msgstr "" + +#: ../../src/security/security_apparmor.c:577 +#: ../../src/security/security_apparmor.c:620 +#: ../../src/security/security_selinux.c:2876 +#: ../../src/security/security_selinux.c:2907 +#: ../../src/security/security_selinux.c:2941 +#: ../../src/security/security_selinux.c:2970 +#: ../../src/security/security_selinux.c:3017 +#: ../../src/security/security_selinux.c:3055 +#, c-format +msgid "" +"security label driver mismatch: '%s' model configured for domain, but " +"hypervisor driver is '%s'." +msgstr "" + +#: ../../src/libvirt-lxc.c:218 ../../src/security/security_selinux.c:1231 +#, c-format +msgid "security label exceeds maximum length: %d" +msgstr "" + +#: ../../src/remote/remote_driver.c:2591 +#, c-format +msgid "security label exceeds maximum: %zd" +msgstr "" + +#: ../../src/remote/remote_driver.c:2546 +#, c-format +msgid "security label exceeds maximum: %zu" +msgstr "" + +#: ../../src/conf/domain_conf.c:9092 +msgid "security label is missing" +msgstr "" + +#: ../../src/security/security_dac.c:2316 +#: ../../src/security/security_selinux.c:847 +#, c-format +msgid "security label model %s is not supported with selinux" +msgstr "" + +#: ../../src/remote/remote_driver.c:2663 +#, c-format +msgid "security model exceeds maximum: %zu" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:1257 ../../src/qemu/qemu_driver.c:6592 +#, c-format +msgid "security model string exceeds max %d bytes" +msgstr "" + +#: ../../tools/virsh-domain.c:11498 +msgid "select particular graphical display (e.g. \"vnc\", \"spice\", \"rdp\")" +msgstr "" + +#: ../../src/libvirt-stream.c:603 ../../src/libvirt-stream.c:771 +msgid "send handler failed" +msgstr "" + +#: ../../src/libvirt-stream.c:742 +msgid "send holeHandler failed" +msgstr "" + +#: ../../src/libvirt-stream.c:754 +msgid "send skipHandler failed" +msgstr "" + +#: ../../src/util/virnetdevvportprofile.c:959 +msgid "sending of PortProfileRequest failed." +msgstr "" + +#: ../../tools/virsh-domain.c:278 +msgid "serial of disk device" +msgstr "" + +#: ../../tools/virt-admin.c:661 +msgid "server to which <client> is connected to" +msgstr "" + +#: ../../src/rpc/virnetclient.c:961 +msgid "server verification (of our certificate or IP address) failed" +msgstr "" + +#: ../../tools/virt-admin.c:750 +msgid "server which the client is currently connected to" +msgstr "" + +#: ../../tools/virt-admin.c:573 +msgid "server which to list connected clients from" +msgstr "" + +#: ../../src/conf/network_conf.c:816 +#, c-format +msgid "service attribute '%s' in network '%s' is too long, limit is %d bytes" +msgstr "" + +#: ../../tools/virsh-secret.c:165 +msgid "set a secret value" +msgstr "" + +#: ../../tools/virsh-domain.c:4748 +msgid "set domain to be paused on next start" +msgstr "" + +#: ../../tools/virsh-domain.c:4215 ../../tools/virsh-domain.c:4609 +#: ../../tools/virsh-domain.c:4672 +msgid "set domain to be paused on restore" +msgstr "" + +#: ../../tools/virsh-domain.c:4917 ../../tools/virsh-domain.c:5036 +msgid "set domain to be paused on start" +msgstr "" + +#: ../../tools/virsh-domain.c:4744 +msgid "set domain to be running on next start" +msgstr "" + +#: ../../tools/virsh-domain.c:4211 ../../tools/virsh-domain.c:4605 +#: ../../tools/virsh-domain.c:4668 +msgid "set domain to be running on restore" +msgstr "" + +#: ../../tools/virsh-domain.c:4913 ../../tools/virsh-domain.c:5032 +msgid "set domain to be running on start" +msgstr "" + +#: ../../tools/virsh-domain.c:3049 +msgid "set link state of a virtual interface" +msgstr "" + +#: ../../tools/virsh-domain.c:7363 +msgid "set maximum limit on next boot" +msgstr "" + +#: ../../tools/virsh-domain.c:11192 +msgid "set maximum tolerable downtime" +msgstr "" + +#: ../../tools/virsh-host.c:494 +msgid "set on all NUMA cells" +msgstr "" + +#: ../../tools/virsh-domain.c:11358 +msgid "set post-copy migration bandwidth" +msgstr "" + +#: ../../tools/virt-admin.c:451 +msgid "set server workerpool parameters" +msgstr "" + +#: ../../tools/virt-admin.c:862 +msgid "set server's client-related configuration limits" +msgstr "" + +#: ../../tools/virsh-domain.c:2545 +msgid "set the bandwidth limit in MiB/s" +msgstr "" + +#: ../../tools/virsh-domain.c:7922 +msgid "set the maximum IOThread polling time in ns" +msgstr "" + +#: ../../tools/virsh-domain.c:7611 +msgid "" +"set the threshold for block-threshold event for a given block device or it's " +"backing chain element" +msgstr "" + +#: ../../tools/virsh-domain.c:5804 +msgid "set the user password inside the domain" +msgstr "" + +#: ../../tools/virsh-domain.c:7930 +msgid "set the value for reduction of the IOThread polling time " +msgstr "" + +#: ../../tools/virsh-domain.c:7926 +msgid "set the value to increase the IOThread polling time" +msgstr "" + +#: ../../tools/virsh-domain.c:7615 +msgid "set threshold for block-threshold event for a block device" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1472 +msgid "set to the time of the host running virsh" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:505 +msgid "setting ACPI S3 not supported" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:516 +msgid "setting ACPI S4 not supported" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3541 +msgid "setting MTU is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1199 +#, c-format +msgid "setting MTU on interface type %s is not supported yet" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:683 +msgid "setting NUMA distances is not supported with this qemu" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:11221 +#, c-format +msgid "setting bandwidth on interfaces of type '%s' is not implemented yet" +msgstr "" + +#: ../../src/conf/domain_conf.c:4759 +msgid "" +"setting of timer catchup policies is only supported with tickpolicy='catchup'" +msgstr "" + +#: ../../src/conf/domain_conf.c:6693 +msgid "setting source evdev path only supported for passthrough input devices" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3055 +#, c-format +msgid "" +"setting the hotplug property on a '%s' device is not supported by this QEMU " +"binary" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9074 +msgid "setting the panic device address is not supported for model 'hyperv'" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9093 +msgid "setting the panic device address is not supported for model 'pseries'" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9055 +msgid "setting the panic device address is not supported for model 's390'" +msgstr "" + +#: ../../src/node_device/node_device_hal.c:697 +msgid "setting up HAL callbacks failed" +msgstr "" + +#: ../../src/lxc/lxc_container.c:446 +msgid "setuid or setgid failed" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1087 +#, c-format +msgid "setup of pcap handle failed: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:10185 +msgid "sgio can be used only with device='lun'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8526 +msgid "sgio is only supported for scsi host device" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:1523 +#, c-format +msgid "sgio of shared disk '%s' conflicts with other active domains" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:1517 +#, c-format +msgid "" +"sgio of shared disk 'pool=%s' 'volume=%s' conflicts with other active domains" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18047 +#, c-format +msgid "shallow copy of disk '%s' into a raw file is not possible" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14526 ../../src/qemu/qemu_validate.c:2275 +#, c-format +msgid "shared access for disk '%s' requires use of supported storage format" +msgstr "" + +#: ../../src/qemu/qemu_block.c:895 ../../src/qemu/qemu_block.c:925 +msgid "sheepdog protocol accepts only one host" +msgstr "" + +#: ../../src/conf/domain_conf.c:15377 +msgid "shmem element must contain 'name' attribute" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5464 +#, c-format +msgid "shmem model '%s' does not support size setting" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5449 +#, c-format +msgid "shmem model '%s' doesn't support msi" +msgstr "" + +#: ../../src/qemu/qemu_command.c:8179 +#, c-format +msgid "shmem model '%s' is not supported by this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5456 +#, c-format +msgid "shmem model '%s' is supported only with server option disabled" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5441 +#, c-format +msgid "shmem model '%s' is supported only with server option enabled" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5224 +#, c-format +msgid "shmem name '%s' must not contain '/'" +msgstr "" + +#: ../../src/conf/domain_conf.c:6729 +msgid "shmem name cannot be equal to '.'" +msgstr "" + +#: ../../src/conf/domain_conf.c:6735 +msgid "shmem name cannot be equal to '..'" +msgstr "" + +#: ../../src/conf/domain_conf.c:6723 +msgid "shmem name cannot include '/' character" +msgstr "" + +#: ../../src/qemu/qemu_command.c:8257 +msgid "shmem size must be a power of two" +msgstr "" + +#: ../../src/qemu/qemu_command.c:8262 +msgid "shmem size must be at least 1 MiB (1024 KiB)" +msgstr "" + +#: ../../tools/virsh-domain.c:11503 +msgid "show all possible graphical displays" +msgstr "" + +#: ../../tools/virsh-domain.c:8073 +msgid "show domain cpu statistics" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1939 +msgid "show domain title" +msgstr "" + +#: ../../tools/virsh-host.c:154 +msgid "show free memory for all NUMA cells" +msgstr "" + +#: ../../tools/virsh-host.c:285 +msgid "show free pages for all NUMA cells" +msgstr "" + +#: ../../tools/virsh-domain.c:10187 ../../tools/virsh-interface.c:480 +#: ../../tools/virsh-network.c:337 ../../tools/virsh-pool.c:778 +msgid "show inactive defined XML" +msgstr "" + +#: ../../tools/virsh-domain.c:8623 +msgid "show or set domain's custom XML metadata" +msgstr "" + +#: ../../tools/virsh-domain.c:8465 +msgid "show or set domain's description or title" +msgstr "" + +#: ../../tools/virsh-domain.c:9798 ../../tools/virsh-domain.c:13682 +#: ../../tools/virsh-network.c:1278 ../../tools/virsh-nodedev.c:887 +#: ../../tools/virsh-pool.c:2012 ../../tools/virsh-secret.c:754 +msgid "show timestamp for each printed event" +msgstr "" + +#: ../../tools/virsh-host.c:1394 ../../tools/virt-admin.c:215 +msgid "show version" +msgstr "" + +#: ../../tools/virsh-domain.c:5087 +msgid "show/set scheduler parameters" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:143 +msgid "shut off" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:213 ../../tools/virsh-domain.c:13060 +msgid "shutdown" +msgstr "" + +#: ../../tools/virsh-domain.c:5920 ../../tools/virsh-domain.c:6005 +msgid "shutdown mode: acpi|agent|initctl|signal|paravirt" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:194 +msgid "shutting down" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:2816 ../../src/test/test_driver.c:4233 +#, c-format +msgid "signum value %d is out of range" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:2473 +#: ../../src/remote/remote_daemon_dispatch.c:2583 +msgid "size > maximum buffer size" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:10777 +#, c-format +msgid "size must be less than %llu" +msgstr "" + +#: ../../src/libvirt-domain.c:5418 ../../src/libvirt-domain.c:5562 +#, c-format +msgid "size must not exceed %zu" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9240 +#, c-format +msgid "size of memory module '%zu' overflowed after alignment" +msgstr "" + +#: ../../tools/virsh-volume.c:181 +msgid "size of the vol, as scaled integer (default bytes)" +msgstr "" + +#: ../../src/conf/domain_conf.c:10918 +msgid "size value too large" +msgstr "" + +#: ../../tools/virsh-volume.c:1018 +msgid "sizes are represented in bytes rather than pretty units" +msgstr "" + +#: ../../tools/virsh-domain.c:12865 +msgid "skip validation of the XML against the schema" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:726 +msgid "skipped non-absolute path" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:774 +msgid "skipped restricted file" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:251 +msgid "smm is not available with this QEMU binary" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1296 +#, c-format +msgid "snapshot %s disappeared from list" +msgstr "" + +#: ../../src/esx/esx_driver.c:4454 ../../src/qemu/qemu_driver.c:16115 +#: ../../src/test/test_driver.c:8347 ../../src/vbox/vbox_common.c:6492 +#: ../../src/vz/vz_driver.c:2472 +#, c-format +msgid "snapshot '%s' does not have a parent" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1769 +#, c-format +msgid "snapshot '%s' has no parent" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:16349 ../../src/test/test_driver.c:8768 +#, c-format +msgid "snapshot '%s' lacks domain '%s' rollback info" +msgstr "" + +#: ../../tools/virsh-snapshot.c:853 +msgid "snapshot information" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1516 +msgid "snapshot job" +msgstr "" + +#: ../../tools/virsh-snapshot.c:520 ../../tools/virsh-snapshot.c:865 +#: ../../tools/virsh-snapshot.c:1679 ../../tools/virsh-snapshot.c:1802 +#: ../../tools/virsh-snapshot.c:1887 +msgid "snapshot name" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:16366 +msgid "" +"snapshot without memory state, removal of existing managed saved state " +"strongly recommended to avoid corruption" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:863 +#: ../../src/vbox/vbox_snapshot_conf.c:1235 +msgid "snapshotName is null" +msgstr "" + +#: ../../src/vz/vz_sdk.c:4722 +msgid "snapshots have inconsistent relations" +msgstr "" + +#: ../../src/conf/domain_conf.c:12748 +msgid "sndbuf must be a positive integer" +msgstr "" + +#: ../../src/qemu/qemu_command.c:941 +msgid "socket attribute required for unix transport" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:2376 +msgid "socketpair failed" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:2370 +msgid "sockpair failed" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:704 ../../tools/virsh-snapshot.c:1476 +msgid "sort list topologically rather than by name" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3526 +#, c-format +msgid "sound card model '%s' is not supported by qemu" +msgstr "" + +#: ../../tools/virsh-domain.c:10257 +msgid "source config data format" +msgstr "" + +#: ../../tools/virsh-pool.c:83 +msgid "source device for underlying storage" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:601 +#, c-format +msgid "" +"source for disk '%s' is not a regular file; refusing to generate external " +"snapshot name" +msgstr "" + +#: ../../tools/virsh-domain.c:13856 +msgid "source media is a block device" +msgstr "" + +#: ../../tools/virsh-pool.c:87 +msgid "source name for underlying storage" +msgstr "" + +#: ../../tools/virsh-domain.c:229 +msgid "source of disk device" +msgstr "" + +#: ../../tools/virsh-domain.c:808 +msgid "source of network interface" +msgstr "" + +#: ../../tools/virsh-domain.c:13826 +msgid "source of the media" +msgstr "" + +#: ../../tools/virsh-pool.c:79 +msgid "source path for underlying storage" +msgstr "" + +#: ../../tools/virsh-pool.c:75 +msgid "source-host for underlying storage" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:208 +#, c-format +msgid "spapr-vio address %#llx already in use" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1025 +#, c-format +msgid "spapr-vio reg='0x%llx' exceeds maximum possible value (0xffffffff)" +msgstr "" + +#: ../../src/util/virfile.c:4060 +msgid "sparse files not supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:23621 ../../src/conf/domain_conf.c:23622 +msgid "specified" +msgstr "" + +#: ../../tools/virsh-domain.c:5431 +msgid "specify the format of memory-only dump" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1257 +msgid "" +"specifying a script is only supported with interface types bridge and " +"ethernet" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:20569 +msgid "specifying mountpoints is not supported" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3200 +msgid "" +"spice TLS port set in XML configuration, but TLS is disabled in qemu.conf" +msgstr "" + +#: ../../src/conf/domain_conf.c:14662 +msgid "spice channel missing name/mode" +msgstr "" + +#: ../../src/conf/domain_conf.c:14778 +msgid "spice clipboard missing copypaste" +msgstr "" + +#: ../../src/qemu/qemu_command.c:7430 +msgid "" +"spice defaultMode insecure requested in XML configuration, but plaintext " +"connection is not available" +msgstr "" + +#: ../../src/qemu/qemu_command.c:7420 +msgid "" +"spice defaultMode secure requested in XML configuration, but TLS connection " +"is not available" +msgstr "" + +#: ../../src/conf/domain_conf.c:14796 +msgid "spice filetransfer missing enable" +msgstr "" + +#: ../../src/conf/domain_conf.c:14815 +msgid "spice gl element missing enable" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3175 +msgid "spice graphics are not supported with this QEMU" +msgstr "" + +#: ../../src/conf/domain_conf.c:14686 +msgid "spice image missing compression" +msgstr "" + +#: ../../src/qemu/qemu_command.c:7460 +msgid "" +"spice insecure channels set in XML configuration, but plaintext connection " +"is not available" +msgstr "" + +#: ../../src/conf/domain_conf.c:14705 +msgid "spice jpeg missing compression" +msgstr "" + +#: ../../src/conf/domain_conf.c:14835 +msgid "spice mouse missing mode" +msgstr "" + +#: ../../src/conf/domain_conf.c:14743 +msgid "spice playback missing compression" +msgstr "" + +#: ../../src/qemu/qemu_command.c:7448 +msgid "" +"spice secure channels set in XML configuration, but TLS connection is not " +"available" +msgstr "" + +#: ../../src/conf/domain_conf.c:14761 +msgid "spice streaming missing mode" +msgstr "" + +#: ../../src/conf/domain_conf.c:14724 +msgid "spice zlib missing compression" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:1126 +#, c-format +msgid "spice_tls_x509_cert_dir directory '%s' does not exist" +msgstr "" + +#: ../../src/conf/domain_conf.c:13454 +msgid "spicevmc device type only supports virtio" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:541 +msgid "splash timeout is not supported by this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:210 +msgid "split I/O APIC is not supported by this QEMU binary" +msgstr "" + +#: ../../src/vz/vz_sdk.c:762 +#, c-format +msgid "splitting StorageUrl failed %s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5247 +msgid "ssl verification is supported only with HTTPS/FTPS protocol" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5253 +msgid "ssl verification setting is not supported by this QEMU binary" +msgstr "" + +#: ../../tools/virsh-domain.c:4012 +msgid "start a (previously defined) inactive domain" +msgstr "" + +#: ../../tools/virsh-network.c:834 +msgid "start a (previously defined) inactive network" +msgstr "" + +#: ../../tools/virsh-pool.c:1672 +msgid "start a (previously defined) inactive pool" +msgstr "" + +#: ../../tools/virsh-interface.c:604 +msgid "start a physical host interface (enable it / \"if-up\")" +msgstr "" + +#: ../../tools/virsh-interface.c:607 +msgid "start a physical host interface." +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4403 ../../src/util/virhostmem.c:729 +#: ../../src/util/virhostmem.c:774 ../../src/util/virhostmem.c:843 +#: ../../src/util/virhostmem.c:887 +#, c-format +msgid "start cell %d out of range (0-%d)" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1518 +msgid "start job" +msgstr "" + +#: ../../src/util/virsocketaddr.c:907 +#, c-format +msgid "start of range %s - %s in network %s/%d is the network address" +msgstr "" + +#: ../../src/test/test_driver.c:4141 ../../src/util/vircgroup.c:2137 +#, c-format +msgid "start_cpu %d larger than maximum of %d" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:573 +msgid "started" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:197 +msgid "starting up" +msgstr "" + +#: ../../src/storage/storage_util.c:282 ../../src/util/virfile.c:2181 +#: ../../src/util/virfile.c:2627 ../../src/util/virfile.c:2773 +#, c-format +msgid "stat of '%s' failed" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:11005 +msgid "statistic value too large" +msgstr "" + +#: ../../src/rpc/virnetclientprogram.c:231 +#, c-format +msgid "status mismatch in event (actual 0x%x, expected 0x%x)" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:576 +msgid "stopped, with no saved guests" +msgstr "" + +#: ../../tools/libvirt-guests.sh.in:569 +msgid "stopped, with saved guests" +msgstr "" + +#: ../../src/util/virstoragefile.c:5048 ../../src/util/virstoragefile.c:5077 +msgid "storage file backend not initialized" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:11594 +#, c-format +msgid "" +"storage file reading is not supported for storage type %s (protocol: %s)" +msgstr "" + +#: ../../src/qemu/qemu_block.c:1494 +#, c-format +msgid "storage format '%s' does not support backing store" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5195 +msgid "storage format 'fat' is supported only with 'dir' storage type" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5167 +msgid "" +"storage format 'iso' is not directly supported by QEMU, use 'raw' instead" +msgstr "" + +#: ../../src/conf/domain_conf.c:32194 ../../src/vz/vz_sdk.c:4093 +#, c-format +msgid "storage pool '%s' containing volume '%s' is not active" +msgstr "" + +#: ../../src/libvirt-storage.c:2287 +#, c-format +msgid "storage pool '%s' in %s must match connection" +msgstr "" + +#: ../../src/test/test_driver.c:6082 +#, c-format +msgid "storage pool '%s' is active" +msgstr "" + +#: ../../src/storage/storage_driver.c:954 +#: ../../src/storage/storage_driver.c:1038 +#, c-format +msgid "storage pool '%s' is already active" +msgstr "" + +#: ../../src/storage/storage_driver.c:1100 +#: ../../src/storage/storage_driver.c:1242 +#: ../../src/storage/storage_driver.c:1451 +#: ../../src/storage/storage_driver.c:1482 +#: ../../src/storage/storage_driver.c:1515 +#: ../../src/storage/storage_driver.c:1544 +#: ../../src/storage/storage_driver.c:1820 +#: ../../src/storage/storage_driver.c:1906 +#: ../../src/storage/storage_driver.c:2066 +#: ../../src/storage/storage_driver.c:2073 ../../src/test/test_driver.c:6062 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: ../../src/storage/storage_driver.c:885 +#: ../../src/storage/storage_driver.c:961 +#: ../../src/storage/storage_driver.c:1045 +#: ../../src/storage/storage_driver.c:1106 +#: ../../src/storage/storage_driver.c:1178 +#: ../../src/storage/storage_driver.c:1248 +#, c-format +msgid "storage pool '%s' is starting up" +msgstr "" + +#: ../../src/storage/storage_driver.c:878 +#: ../../src/storage/storage_driver.c:1171 +#, c-format +msgid "storage pool '%s' is still active" +msgstr "" + +#: ../../tools/virsh-pool.c:2101 +msgid "storage pool capabilities" +msgstr "" + +#: ../../src/storage/storage_driver.c:2539 +msgid "storage pool does not support changing of volume capacity" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:931 +#: ../../src/storage/storage_backend_sheepdog.c:221 +#: ../../src/storage/storage_backend_zfs.c:300 +#: ../../src/storage/storage_util.c:435 +msgid "storage pool does not support encrypted volumes" +msgstr "" + +#: ../../src/storage/storage_driver.c:1777 +msgid "storage pool does not support vol deletion" +msgstr "" + +#: ../../src/storage/storage_driver.c:1936 +msgid "storage pool does not support volume creation" +msgstr "" + +#: ../../src/storage/storage_driver.c:2119 +msgid "storage pool does not support volume creation from an existing volume" +msgstr "" + +#: ../../src/storage/storage_driver.c:2245 +msgid "storage pool doesn't support volume download" +msgstr "" + +#: ../../src/storage/storage_driver.c:2421 +msgid "storage pool doesn't support volume upload" +msgstr "" + +#: ../../src/storage/storage_driver.c:2611 +msgid "storage pool doesn't support volume wiping" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:6226 +#, c-format +msgid "storage pool event callback %d not registered" +msgstr "" + +#: ../../tools/virsh-pool.c:1550 +msgid "storage pool information" +msgstr "" + +#: ../../src/test/test_driver.c:6800 +msgid "storage pool is not active" +msgstr "" + +#: ../../src/conf/storage_conf.c:656 +msgid "storage pool missing auth type" +msgstr "" + +#: ../../src/conf/storage_conf.c:860 +msgid "storage pool missing type attribute" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:879 +#: ../../src/storage/storage_backend_logical.c:845 +msgid "storage pool only supports LUKS encrypted volumes" +msgstr "" + +#: ../../src/conf/storage_conf.c:675 +#, c-format +msgid "storage pool protocol ver '%s' is malformed" +msgstr "" + +#: ../../src/conf/storage_conf.c:668 +#, c-format +msgid "storage pool protocol ver unsupported for pool type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5237 +msgid "storage slice is not supported by this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_block.c:1113 +#, c-format +msgid "storage source pool '%s' volume '%s' is not translated" +msgstr "" + +#: ../../src/storage/storage_driver.c:410 +msgid "storage state driver is not active" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5204 +msgid "storage type 'dir' requires use of storage format 'fat'" +msgstr "" + +#: ../../src/test/test_driver.c:6972 ../../src/test/test_driver.c:7031 +msgid "storage vol already exists" +msgstr "" + +#: ../../tools/virsh-volume.c:1005 +msgid "storage vol information" +msgstr "" + +#: ../../src/util/virerror.c:1183 +#, c-format +msgid "storage volume %s exists already" +msgstr "" + +#: ../../src/storage/storage_driver.c:2100 +#, c-format +msgid "storage volume name '%s' already in use." +msgstr "" + +#: ../../src/qemu/qemu_backup.c:473 +#, c-format +msgid "store '%s' for backup of '%s' exists" +msgstr "" + +#: ../../src/rpc/virnetclientstream.c:242 +msgid "stream aborted by another thread" +msgstr "" + +#: ../../src/remote/remote_daemon_stream.c:665 +#, c-format +msgid "stream aborted with unexpected status %d" +msgstr "" + +#: ../../src/util/virfdstream.c:360 +msgid "stream already has a callback registered" +msgstr "" + +#: ../../src/util/virfdstream.c:239 ../../src/util/virfdstream.c:276 +msgid "stream does not have a callback registered" +msgstr "" + +#: ../../src/remote/remote_daemon_stream.c:249 +msgid "stream had I/O failure" +msgstr "" + +#: ../../src/remote/remote_daemon_stream.c:246 +msgid "stream had unexpected termination" +msgstr "" + +#: ../../src/libvirt-storage.c:1628 ../../src/libvirt-storage.c:1708 +#, c-format +msgid "stream in %s must match connection of volume '%s'" +msgstr "" + +#: ../../src/rpc/virnetclientstream.c:209 +#: ../../src/rpc/virnetclientstream.c:235 +msgid "stream is closed" +msgstr "" + +#: ../../src/util/virfdstream.c:232 ../../src/util/virfdstream.c:269 +#: ../../src/util/virfdstream.c:353 ../../src/util/virfdstream.c:774 +#: ../../src/util/virfdstream.c:859 ../../src/util/virfdstream.c:887 +#: ../../src/util/virfdstream.c:992 +msgid "stream is not open" +msgstr "" + +#: ../../src/libvirt-domain.c:1395 ../../src/libvirt-domain.c:9678 +#: ../../src/libvirt-domain.c:9742 +#, c-format +msgid "stream must match connection of domain '%s'" +msgstr "" + +#: ../../tools/vsh.c:1470 +msgid "string" +msgstr "" + +#: ../../src/util/virerror.h:103 +#, c-format +msgid "string %s in %s must not be empty" +msgstr "" + +#: ../../src/libvirt.c:1318 +#, c-format +msgid "string parameter '%s' unsupported" +msgstr "" + +#: ../../src/libvirt.c:1303 +#, c-format +msgid "string parameter name '%.*s' too long" +msgstr "" + +#: ../../tools/virsh-domain.c:246 +msgid "subdriver of disk device" +msgstr "" + +#: ../../src/test/test_driver.c:4976 +msgid "summary statistics are not supported yet" +msgstr "" + +#: ../../src/conf/domain_conf.c:10243 +msgid "supplying <cipher> for domain disk definition is unnecessary" +msgstr "" + +#: ../../tools/virsh-domain.c:3420 +msgid "suspend a domain" +msgstr "" + +#: ../../tools/virsh-domain.c:3459 +msgid "suspend a domain gracefully using power management functions" +msgstr "" + +#: ../../tools/virsh-domain.c:10650 +msgid "suspend the guest after timeout" +msgstr "" + +#: ../../tools/virsh-host.c:957 +msgid "suspend the host node for a given time duration" +msgstr "" + +#: ../../tools/virsh-domain.c:10654 +msgid "switch to post-copy after timeout" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14244 +msgid "" +"switching to post-copy requires migration to be started with " +"VIR_MIGRATE_POSTCOPY flag" +msgstr "" + +#: ../../src/qemu/qemu_tpm.c:816 +msgid "swtpm failed to start" +msgstr "" + +#: ../../src/storage/parthelper.c:77 +#, c-format +msgid "syntax: %s DEVICE [-g]|[-p]\n" +msgstr "" + +#: ../../src/lxc/lxc_container.c:356 ../../src/util/vircommand.c:570 +#: ../../tools/virt-login-shell-helper.c:299 +msgid "sysconf(_SC_OPEN_MAX) failed" +msgstr "" + +#: ../../src/util/virhostcpu.c:120 ../../src/util/virhostcpu.c:153 +#: ../../src/util/virhostmem.c:95 ../../src/util/virhostmem.c:115 +#, c-format +msgid "sysctl failed for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15728 +msgid "sysinfo must contain a type attribute" +msgstr "" + +#: ../../src/util/virerror.c:1026 +msgid "system call error" +msgstr "" + +#: ../../src/util/virnuma.c:880 +msgid "system pages pool can't be modified" +msgstr "" + +#: ../../tools/virsh-host.c:788 +msgid "system:" +msgstr "" + +#: ../../tools/virsh-snapshot.c:156 ../../tools/virsh-snapshot.c:376 +msgid "take a live snapshot" +msgstr "" + +#: ../../tools/virsh-domain.c:5568 +msgid "take a screenshot of a current domain console and store it into a file" +msgstr "" + +#: ../../tools/virsh-snapshot.c:134 ../../tools/virsh-snapshot.c:354 +msgid "take snapshot but create no metadata" +msgstr "" + +#: ../../src/security/security_selinux.c:3258 +#, c-format +msgid "tap fd %d is not character device" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3049 ../../src/lxc/lxc_driver.c:3379 +#: ../../src/qemu/qemu_driver.c:8141 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3544 ../../src/lxc/lxc_driver.c:3053 +#, c-format +msgid "target %s already exists." +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4073 ../../src/openvz/openvz_driver.c:1833 +#: ../../src/qemu/qemu_driver.c:8545 +#, c-format +msgid "target %s doesn't exist." +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3190 ../../src/qemu/qemu_hotplug.c:850 +#, c-format +msgid "target %s:%d already exists" +msgstr "" + +#: ../../src/conf/domain_conf.c:31281 +#, c-format +msgid "target '%s' duplicated for disk sources '%s' and '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:9617 +msgid "target NUMA node needs to be specified for memory device" +msgstr "" + +#: ../../tools/virsh-domain.c:238 +msgid "target bus of disk device" +msgstr "" + +#: ../../tools/virsh-domain.c:10314 +msgid "target config data type format" +msgstr "" + +#: ../../src/qemu/qemu_interface.c:426 +msgid "target dev must be supplied when managed='no'" +msgstr "" + +#: ../../tools/virsh-domain.c:262 +msgid "target device type" +msgstr "" + +#: ../../tools/virsh-pool.c:91 +msgid "target for underlying storage" +msgstr "" + +#: ../../src/qemu/qemu_interface.c:431 +msgid "target managed='no' but specified dev doesn't exist" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2075 +msgid "target must be 0 for controller fdc" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1681 +msgid "target must be 0 for controller model 'lsilogic'" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1584 ../../src/qemu/qemu_command.c:1728 +msgid "target must be 0 for ide controller" +msgstr "" + +#: ../../src/qemu/qemu_command.c:4616 +msgid "" +"target must be 0 for scsi host device if its controller model is 'lsilogic'" +msgstr "" + +#: ../../tools/virsh-domain.c:812 +msgid "target network name" +msgstr "" + +#: ../../tools/virsh-domain.c:234 ../../tools/virsh-domain.c:12756 +msgid "target of disk device" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:3120 +msgid "target pci device " +msgstr "" + +#: ../../src/conf/domain_conf.c:12785 +#, c-format +msgid "target type must be specified for %s device" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:6162 ../../src/qemu/qemu_hotplug.c:6189 +msgid "target vm vcpu granularity does not allow the desired vcpu count" +msgstr "" + +#: ../../tools/virt-admin.c:57 +msgid "tcp" +msgstr "" + +#: ../../src/conf/domain_conf.c:6454 +msgid "teaming persistent attribute must be set if teaming type is 'transient'" +msgstr "" + +#: ../../src/conf/domain_conf.c:6460 +#, c-format +msgid "teaming persistent attribute not allowed if teaming type is '%s'" +msgstr "" + +#: ../../src/security/security_apparmor.c:343 +#: ../../src/security/security_apparmor.c:348 +#, c-format +msgid "template '%s' does not exist" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:297 +msgid "template does not exist" +msgstr "" + +#: ../../src/qemu/qemu_qapi.c:471 +#, c-format +msgid "terminal QAPI query component '%s' of '%s' must not have followers" +msgstr "" + +#: ../../tools/virsh-domain.c:8424 +msgid "terminate gracefully" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1434 +msgid "terminated abnormally" +msgstr "" + +#: ../../src/test/test_driver.c:1469 +msgid "testOpen: supply a path or use test:///default" +msgstr "" + +#: ../../src/conf/network_conf.c:1584 +#, c-format +msgid "" +"the <forward> 'dev' attribute cannot be used when <address> or <pf> sub-" +"elements are present in network %s" +msgstr "" + +#: ../../src/util/virerror.c:1185 +msgid "the CPU is incompatible with host CPU" +msgstr "" + +#: ../../src/util/virerror.c:1186 +#, c-format +msgid "the CPU is incompatible with host CPU: %s" +msgstr "" + +#: ../../src/interface/interface_backend_udev.c:505 +#, c-format +msgid "the MAC address '%s' matches multiple interfaces" +msgstr "" + +#: ../../src/qemu/qemu_command.c:6655 +#, c-format +msgid "the QEMU binary does not support %s" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9102 +msgid "the QEMU binary does not support the ISA panic device" +msgstr "" + +#: ../../src/conf/network_conf.c:3227 +msgid "" +"the address family of a dhcp range must match the address family of the dhcp " +"element's parent" +msgstr "" + +#: ../../src/conf/network_conf.c:3082 +msgid "" +"the address family of a host entry IP must match the address family of the " +"dhcp element's parent" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1099 +msgid "the ats setting is not supported with this QEMU binary" +msgstr "" + +#: ../../tools/virsh-volume.c:193 +msgid "the backing volume if taking a snapshot" +msgstr "" + +#: ../../tools/virsh-domain.c:2033 ../../tools/virsh-domain.c:2270 +#: ../../tools/virsh-domain.c:2790 +msgid "the bandwidth limit is in bytes/s rather than MiB/s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19279 ../../src/qemu/qemu_validate.c:2236 +msgid "" +"the block I/O throttling group parameter is not supported with this QEMU " +"binary" +msgstr "" + +#: ../../src/remote/remote_driver.c:6633 +msgid "" +"the caller doesn't support keepalive protocol; perhaps it's missing event " +"loop implementation" +msgstr "" + +#: ../../tools/virsh-domain.c:8814 +msgid "the codeset of keycodes, default:linux" +msgstr "" + +#: ../../tools/virsh-domain.c:2274 +msgid "the copy job is not persisted if VM is turned off" +msgstr "" + +#: ../../src/locking/lock_daemon_dispatch.c:227 +msgid "the default lockspace already exists" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3253 +msgid "the domain already has a vsock device" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:16147 ../../src/test/test_driver.c:8375 +#: ../../src/vz/vz_driver.c:2507 +msgid "the domain does not have a current snapshot" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:2293 +msgid "the guest hasn't updated any stats yet" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1091 +msgid "the iommu setting is not supported with this QEMU binary" +msgstr "" + +#: ../../tools/virsh-domain.c:8824 +msgid "the key code" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:5631 +#, c-format +msgid "the machine '%s' is not supported by emulator '%s'" +msgstr "" + +#: ../../src/vbox/vbox_snapshot_conf.c:868 +msgid "the machine has no snapshot" +msgstr "" + +#: ../../tools/virsh-domain.c:5822 +msgid "the new password" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1107 +msgid "the packed setting is not supported with this QEMU binary" +msgstr "" + +#: ../../tools/virsh-domain.c:5826 +msgid "the password is already encrypted" +msgstr "" + +#: ../../tools/virsh-domain.c:8915 +msgid "the process ID" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:6656 +msgid "the result won't fit into REMOTE_NODE_MAX_CELLS" +msgstr "" + +#: ../../tools/virsh-domain.c:8920 +msgid "the signal number or name" +msgstr "" + +#: ../../src/qemu/qemu_monitor_text.c:163 +#, c-format +msgid "the snapshot '%s' does not exist, and was not loaded" +msgstr "" + +#: ../../tools/virsh-domain.c:5330 +msgid "the state to restore" +msgstr "" + +#: ../../tools/virsh-domain.c:8819 +msgid "the time (in milliseconds) how long the keys will be held" +msgstr "" + +#: ../../tools/virsh-domain.c:5817 +msgid "the username" +msgstr "" + +#: ../../src/qemu/qemu_virtiofs.c:176 +#, c-format +msgid "the virtiofs export directory '%s' does not exist" +msgstr "" + +#: ../../src/storage/storage_backend_scsi.c:223 +#, c-format +msgid "the wwnn/wwpn for '%s' are assigned to an HBA" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2245 +msgid "" +"there are some block I/O throttling length parameters that are not supported " +"with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2227 +msgid "" +"there are some block I/O throttling parameters that are not supported with " +"this QEMU binary" +msgstr "" + +#: ../../src/conf/network_conf.c:3727 +#, c-format +msgid "there is already a DNS TXT record with name '%s' in network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:3560 +#, c-format +msgid "" +"there is already at least one DNS HOST record with a matching field in " +"network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:3647 +#, c-format +msgid "" +"there is already at least one DNS SRV record matching all specified fields " +"in network %s" +msgstr "" + +#: ../../src/conf/network_conf.c:3139 +#, c-format +msgid "" +"there is an existing dhcp host entry in network '%s' that matches \"<host " +"mac='%s' name='%s' ip='%s'/>\"" +msgstr "" + +#: ../../src/conf/network_conf.c:3252 +#, c-format +msgid "" +"there is an existing dhcp range entry in network '%s' that matches \"<range " +"start='%s' end='%s'/>\"" +msgstr "" + +#: ../../src/conf/network_conf.c:3349 +#, c-format +msgid "" +"there is an existing interface entry in network '%s' that matches " +"\"<interface dev='%s'>\"" +msgstr "" + +#: ../../src/conf/network_conf.c:3452 +#, c-format +msgid "" +"there is an existing portgroup entry in network '%s' that matches " +"\"<portgroup name='%s'>\"" +msgstr "" + +#: ../../src/test/test_driver.c:5808 +msgid "there is another transaction running." +msgstr "" + +#: ../../src/conf/domain_addr.c:2173 +#, c-format +msgid "there is no hub at port %u in USB address bus: %u port: %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17466 +msgid "this QEMU binary doesn't support relative block pull/rebase" +msgstr "" + +#: ../../src/qemu/qemu_command.c:8066 +msgid "this QEMU binary lacks multiple smartcard support" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1502 ../../src/qemu/qemu_validate.c:1511 +msgid "this QEMU binary lacks smartcard host mode support" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1520 +msgid "this QEMU binary lacks smartcard passthrough mode support" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1879 +msgid "this QEMU does not support 'vhost-user' video device" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:865 +msgid "this QEMU does not support the 'genid' capability" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3152 +msgid "this QEMU doesn't support memory discard" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4078 +msgid "this disk doesn't support update" +msgstr "" + +#: ../../src/qemu/qemu_monitor_text.c:194 +msgid "this domain does not have a device to delete snapshots" +msgstr "" + +#: ../../src/qemu/qemu_monitor_text.c:159 +msgid "this domain does not have a device to load snapshots" +msgstr "" + +#: ../../src/qemu/qemu_monitor_text.c:140 +msgid "this domain does not have a device to take snapshots" +msgstr "" + +#: ../../src/util/virerror.c:996 +msgid "this domain exists already" +msgstr "" + +#: ../../src/util/virerror.c:921 +msgid "this function is not supported by the connection driver" +msgstr "" + +#: ../../src/util/virerror.c:922 +#, c-format +msgid "this function is not supported by the connection driver: %s" +msgstr "" + +#: ../../src/util/virerror.c:1023 +msgid "this network exists already" +msgstr "" + +#: ../../src/util/virerror.c:1230 +msgid "this network port exists already" +msgstr "" + +#: ../../src/locking/lock_manager.c:202 +msgid "this platform is missing dlopen" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:10637 +msgid "this qemu does not support TLS transport for NBD" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22621 +msgid "this qemu does not support setting device threshold" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18610 +msgid "this qemu doesn't support relative block commit" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3226 +msgid "this qemu doesn't support the memory-backend-file object" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3238 +msgid "this qemu doesn't support the memory-backend-memfd object" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3232 +msgid "this qemu doesn't support the memory-backend-ram object" +msgstr "" + +#: ../../src/qemu/qemu_command.c:5370 +msgid "this qemu doesn't support the rng-builtin backend" +msgstr "" + +#: ../../src/qemu/qemu_command.c:5352 +msgid "this qemu doesn't support the rng-egd backend" +msgstr "" + +#: ../../src/qemu/qemu_command.c:5337 +msgid "this qemu doesn't support the rng-random backend" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:6531 +msgid "this qemu version does not support specific vCPU hotplug" +msgstr "" + +#: ../../src/util/virerror.c:1182 +msgid "this storage volume exists already" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1163 ../../src/libxl/libxl_conf.c:1390 +msgid "this version of libxenlight does not support backend domain name" +msgstr "" + +#: ../../tools/virsh-domain.c:7631 +msgid "threshold as a scaled number (by default bytes)" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22635 +#, c-format +msgid "threshold currently can't be set for block device '%s'" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1484 +msgid "time to set" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:219 +#, c-format +msgid "timed out waiting to open tray of '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5302 +msgid "timeout is supported only with HTTP(S)/FTP(s) protocols" +msgstr "" + +#: ../../tools/virsh-domain.c:9984 +msgid "timeout must be positive" +msgstr "" + +#: ../../tools/virsh-domain.c:9786 ../../tools/virsh-domain.c:13674 +#: ../../tools/virsh-network.c:1270 ../../tools/virsh-nodedev.c:879 +#: ../../tools/virsh-pool.c:2004 ../../tools/virsh-secret.c:746 +msgid "timeout seconds" +msgstr "" + +#: ../../tools/virsh-domain.c:14227 +msgid "timeout seconds." +msgstr "" + +#: ../../tools/virsh-domain.c:9931 +msgid "timeout seconds. must be positive." +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5308 +msgid "timeout setting is not supported with this QEMU binary" +msgstr "" + +#: ../../tools/virsh-domain.c:9998 +msgid "timeout, async and block options are exclusive" +msgstr "" + +#: ../../src/conf/domain_conf.c:4767 +#, c-format +msgid "timer %s doesn't support setting of timer frequency" +msgstr "" + +#: ../../src/conf/domain_conf.c:4775 +#, c-format +msgid "timer %s doesn't support setting of timer mode" +msgstr "" + +#: ../../src/conf/domain_conf.c:4747 +#, c-format +msgid "timer %s doesn't support setting of timer tickpolicy" +msgstr "" + +#: ../../src/conf/domain_conf.c:4786 +#, c-format +msgid "timer %s doesn't support setting of timer track" +msgstr "" + +#: ../../tools/virsh-domain.c:13555 +msgid "title" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2478 +msgid "titles are not supported by vz driver" +msgstr "" + +#: ../../tools/virt-admin.c:58 +msgid "tls" +msgstr "" + +#: ../../src/qemu/qemu_command.c:831 +msgid "tls-creds-x509 not supported in this QEMU binary" +msgstr "" + +#: ../../src/remote/remote_driver.c:1815 ../../src/remote/remote_driver.c:7577 +#: ../../src/remote/remote_driver.c:7823 +#, c-format +msgid "too many NUMA cells: %d > %d" +msgstr "" + +#: ../../src/vz/vz_sdk.c:4711 +msgid "too many current snapshots" +msgstr "" + +#: ../../src/conf/checkpoint_conf.c:309 +msgid "too many disk checkpoint requests for domain" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:669 +msgid "too many disk snapshot requests for domain" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:463 +msgid "too many disks" +msgstr "" + +#: ../../src/util/virerror.c:987 +msgid "too many drivers registered" +msgstr "" + +#: ../../src/util/virerror.c:988 +#, c-format +msgid "too many drivers registered in %s" +msgstr "" + +#: ../../src/logging/log_manager.c:182 ../../src/remote/remote_driver.c:6605 +msgid "too many file descriptors received" +msgstr "" + +#: ../../tools/virsh-domain.c:8874 +msgid "too many keycodes" +msgstr "" + +#: ../../src/remote/remote_driver.c:2872 +#, c-format +msgid "too many memory stats requested: %d > %d" +msgstr "" + +#: ../../src/util/virobject.c:187 +msgid "too many object classes defined" +msgstr "" + +#: ../../src/util/virtypedparam.c:660 +#, c-format +msgid "too many parameters '%d' for limit '%d'" +msgstr "" + +#: ../../src/util/virtypedparam.c:540 +#, c-format +msgid "too many parameters '%u' for limit '%d'" +msgstr "" + +#: ../../src/util/virtypedparam.c:549 +#, c-format +msgid "too many parameters '%u' for nparams '%d'" +msgstr "" + +#: ../src/admin/admin_client.h:220 +#, c-format +msgid "" +"too many remote clients: %d > %d,in parameter 'clients' for " +"'virServerListClients'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:2253 +#, c-format +msgid "" +"too many remote domain_checkpoints: %d > %d,in parameter 'checkpoints' for " +"'virDomainCheckpointListAllChildren'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:3444 +#, c-format +msgid "" +"too many remote domain_checkpoints: %d > %d,in parameter 'checkpoints' for " +"'virDomainListAllCheckpoints'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:3505 +#, c-format +msgid "" +"too many remote domain_snapshots: %d > %d,in parameter 'snapshots' for " +"'virDomainListAllSnapshots'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:5654 +#, c-format +msgid "" +"too many remote domain_snapshots: %d > %d,in parameter 'snapshots' for " +"'virDomainSnapshotListAllChildren'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:434 +#, c-format +msgid "" +"too many remote domains: %d > %d,in parameter 'domains' for " +"'virConnectListAllDomains'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:494 +#, c-format +msgid "" +"too many remote interfaces: %d > %d,in parameter 'ifaces' for " +"'virConnectListAllInterfaces'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:6543 +#, c-format +msgid "" +"too many remote network_ports: %d > %d,in parameter 'ports' for " +"'virNetworkListAllPorts'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:554 +#, c-format +msgid "" +"too many remote networks: %d > %d,in parameter 'nets' for " +"'virConnectListAllNetworks'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:614 +#, c-format +msgid "" +"too many remote node_devices: %d > %d,in parameter 'devices' for " +"'virConnectListAllNodeDevices'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:674 +#, c-format +msgid "" +"too many remote nwfilter_bindings: %d > %d,in parameter 'bindings' for " +"'virConnectListAllNWFilterBindings'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:734 +#, c-format +msgid "" +"too many remote nwfilters: %d > %d,in parameter 'filters' for " +"'virConnectListAllNWFilters'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:794 +#, c-format +msgid "" +"too many remote secrets: %d > %d,in parameter 'secrets' for " +"'virConnectListAllSecrets'" +msgstr "" + +#: ../src/admin/admin_client.h:80 +#, c-format +msgid "" +"too many remote servers: %d > %d,in parameter 'servers' for " +"'virConnectListServers'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:854 +#, c-format +msgid "" +"too many remote storage_pools: %d > %d,in parameter 'pools' for " +"'virConnectListAllStoragePools'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:8055 +#, c-format +msgid "" +"too many remote storage_vols: %d > %d,in parameter 'vols' for " +"'virStoragePoolListAllVolumes'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:902 +#: ../src/remote/remote_client_bodies.h:920 +#, c-format +msgid "" +"too many remote strings: %d > %d,in parameter 'names' for " +"'virConnectListDefinedDomains'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:958 +#: ../src/remote/remote_client_bodies.h:976 +#, c-format +msgid "" +"too many remote strings: %d > %d,in parameter 'names' for " +"'virConnectListDefinedInterfaces'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:1014 +#: ../src/remote/remote_client_bodies.h:1032 +#, c-format +msgid "" +"too many remote strings: %d > %d,in parameter 'names' for " +"'virConnectListDefinedNetworks'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:1070 +#: ../src/remote/remote_client_bodies.h:1088 +#, c-format +msgid "" +"too many remote strings: %d > %d,in parameter 'names' for " +"'virConnectListDefinedStoragePools'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:1126 +#: ../src/remote/remote_client_bodies.h:1144 +#, c-format +msgid "" +"too many remote strings: %d > %d,in parameter 'names' for " +"'virConnectListInterfaces'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:1238 +#: ../src/remote/remote_client_bodies.h:1256 +#, c-format +msgid "" +"too many remote strings: %d > %d,in parameter 'names' for " +"'virConnectListNWFilters'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:1182 +#: ../src/remote/remote_client_bodies.h:1200 +#, c-format +msgid "" +"too many remote strings: %d > %d,in parameter 'names' for " +"'virConnectListNetworks'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:1350 +#: ../src/remote/remote_client_bodies.h:1368 +#, c-format +msgid "" +"too many remote strings: %d > %d,in parameter 'names' for " +"'virConnectListStoragePools'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:5702 +#: ../src/remote/remote_client_bodies.h:5722 +#, c-format +msgid "" +"too many remote strings: %d > %d,in parameter 'names' for " +"'virDomainSnapshotListChildrenNames'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:5760 +#: ../src/remote/remote_client_bodies.h:5780 +#, c-format +msgid "" +"too many remote strings: %d > %d,in parameter 'names' for " +"'virDomainSnapshotListNames'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:6982 +#: ../src/remote/remote_client_bodies.h:7001 +#, c-format +msgid "" +"too many remote strings: %d > %d,in parameter 'names' for " +"'virNodeDeviceListCaps'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:7180 +#: ../src/remote/remote_client_bodies.h:7200 +#, c-format +msgid "" +"too many remote strings: %d > %d,in parameter 'names' for " +"'virNodeListDevices'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:8103 +#: ../src/remote/remote_client_bodies.h:8122 +#, c-format +msgid "" +"too many remote strings: %d > %d,in parameter 'names' for " +"'virStoragePoolListVolumes'" +msgstr "" + +#: ../src/remote/remote_client_bodies.h:1294 +#: ../src/remote/remote_client_bodies.h:1312 +#, c-format +msgid "" +"too many remote strings: %d > %d,in parameter 'uuids' for " +"'virConnectListSecrets'" +msgstr "" + +#: ../../src/storage/storage_util.c:794 +msgid "too many secrets for luks encryption" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18575 +#, c-format +msgid "top '%s' in chain for '%s' has no backing file" +msgstr "" + +#: ../../tools/virsh-domain.c:1201 +msgid "total I/O operations limit per second" +msgstr "" + +#: ../../tools/virsh-domain.c:1249 +msgid "total I/O operations max" +msgstr "" + +#: ../../src/conf/domain_conf.c:9961 +msgid "total and read/write bytes_sec cannot be set at the same time" +msgstr "" + +#: ../../src/conf/domain_conf.c:9981 +msgid "total and read/write bytes_sec_max cannot be set at the same time" +msgstr "" + +#: ../../src/conf/domain_conf.c:9971 +msgid "total and read/write iops_sec cannot be set at the same time" +msgstr "" + +#: ../../src/conf/domain_conf.c:9991 +msgid "total and read/write iops_sec_max cannot be set at the same time" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19227 ../../src/test/test_driver.c:3797 +msgid "total and read/write of bytes_sec cannot be set at the same time" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19243 ../../src/test/test_driver.c:3813 +msgid "total and read/write of bytes_sec_max cannot be set at the same time" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19235 ../../src/test/test_driver.c:3805 +msgid "total and read/write of iops_sec cannot be set at the same time" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19251 ../../src/test/test_driver.c:3821 +msgid "total and read/write of iops_sec_max cannot be set at the same time" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:994 +msgid "total duration of flushes (ns):" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:990 +msgid "total duration of reads (ns):" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:992 +msgid "total duration of writes (ns):" +msgstr "" + +#: ../../tools/virsh-domain.c:1225 +msgid "total max, as scaled integer (default bytes)" +msgstr "" + +#: ../../tools/virsh-domain.c:1177 +msgid "total throughput limit, as scaled integer (default bytes)" +msgstr "" + +#: ../../src/libxl/xen_xl.c:1708 ../../src/libxl/xen_xm.c:344 +#: ../../src/qemu/qemu_validate.c:2103 +msgid "transient disks not supported yet" +msgstr "" + +#: ../../src/test/test_driver.c:266 +msgid "transient domain cannot have runstate 'shutoff'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:16335 ../../src/test/test_driver.c:8760 +msgid "" +"transient domain needs to request run or pause to revert to inactive snapshot" +msgstr "" + +#: ../../src/conf/domain_conf.c:3870 +msgid "transient domains do not have any persistent config" +msgstr "" + +#: ../../src/conf/domain_conf.c:8138 +#, c-format +msgid "transport '%s' does not support socket attribute" +msgstr "" + +#: ../../src/remote/remote_driver.c:1253 +msgid "transport methods unix, ssh and ext are not supported under Windows" +msgstr "" + +#: ../../src/qemu/qemu_block.c:503 +#, c-format +msgid "transport protocol '%s' is not yet supported" +msgstr "" + +#: ../../src/conf/backup_conf.c:237 +msgid "transport rdma is not supported for <server>" +msgstr "" + +#: ../../src/conf/domain_conf.c:10723 +msgid "tray is only valid for cdrom and floppy" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1266 +msgid "tray status 'open' is invalid for block type disk" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1265 +msgid "tray status 'open' is invalid for block type volume" +msgstr "" + +#: ../../tools/virsh-domain.c:9790 +msgid "treat event as a regex rather than literal filter" +msgstr "" + +#: ../../tools/virsh-domain.c:9794 +msgid "treat event case-insensitively" +msgstr "" + +#: ../../tools/virsh-domain.c:1996 +msgid "trigger two-stage active commit of top file" +msgstr "" + +#: ../../tools/virsh-snapshot.c:1816 +msgid "try harder on risky reverts" +msgstr "" + +#: ../../tools/virsh-domain.c:11826 +msgid "tty console" +msgstr "" + +#: ../../tools/virsh-domain.c:10569 +msgid "tunnelled migration" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:3258 +msgid "tunnelled migration failed to read from qemu" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:889 +msgid "tunnelled migration failed to read from xen side" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:2764 +msgid "tunnelled migration requested but NULL stream passed" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:2173 ../../src/qemu/qemu_migration.c:2419 +msgid "tunnelled offline migration does not make sense" +msgstr "" + +#: ../../src/conf/domain_conf.c:7221 +#, c-format +msgid "two master hugepages detected: %llu and %llu" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1189 +msgid "tx_queue_size has to be a power of two" +msgstr "" + +#: ../../src/libxl/xen_xl.c:926 +#, c-format +msgid "type %s invalid" +msgstr "" + +#: ../../src/libxl/xen_common.c:1474 +#, c-format +msgid "type %s is not supported" +msgstr "" + +#: ../../src/rpc/virnetclientprogram.c:237 +#, c-format +msgid "type mismatch in event (actual 0x%x, expected 0x%x)" +msgstr "" + +#: ../../tools/virsh-domain.c:274 +msgid "type of source (block|file)" +msgstr "" + +#: ../../tools/virsh-pool.c:1507 +msgid "type of storage pool sources to discover" +msgstr "" + +#: ../../tools/virsh-pool.c:1420 +msgid "type of storage pool sources to find" +msgstr "" + +#: ../../tools/virsh-pool.c:67 +msgid "type of the pool" +msgstr "" + +#: ../../tools/virsh-network.c:924 +msgid "type of update (add-first, add-last (add), delete, or modify)" +msgstr "" + +#: ../../src/node_device/node_device_udev.c:1885 +msgid "udev_monitor_new_from_netlink returned NULL" +msgstr "" + +#: ../../src/conf/domain_conf.c:22172 +msgid "uid and gid should be mapped both" +msgstr "" + +#: ../../src/storage/parthelper.c:103 +#, c-format +msgid "unable to access device %s\n" +msgstr "" + +#: ../../src/storage/parthelper.c:117 +#, c-format +msgid "unable to access disk %s\n" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:431 +#, c-format +msgid "unable to add SSH host key for host '%s': %s" +msgstr "" + +#: ../../src/security/security_selinux.c:546 +msgid "unable to allocate security context" +msgstr "" + +#: ../../src/security/security_selinux.c:858 +#, c-format +msgid "unable to allocate socket security context '%s'" +msgstr "" + +#: ../../src/util/virfile.c:3385 +#, c-format +msgid "unable to canonicalize %s" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:4212 +#, c-format +msgid "unable to change config on '%s' graphics type" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:3751 ../../src/qemu/qemu_hotplug.c:3841 +#, c-format +msgid "unable to change config on '%s' network type" +msgstr "" + +#: ../../src/security/security_selinux.c:3065 +#, c-format +msgid "unable to clear socket security context '%s'" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1877 +#: ../../src/qemu/qemu_driver.c:3268 ../../src/qemu/qemu_driver.c:4078 +#: ../../src/vbox/vbox_common.c:7447 +#, c-format +msgid "unable to close %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3861 +#, c-format +msgid "unable to close file %s" +msgstr "" + +#: ../../src/util/virfile.c:308 +msgid "unable to close pipe" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:611 +#, c-format +msgid "unable to connect to server at '%s:%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:922 +#, c-format +msgid "unable to create hugepage path %s" +msgstr "" + +#: ../../src/locking/lock_daemon.c:1034 ../../src/logging/log_daemon.c:814 +#: ../../src/remote/remote_daemon.c:993 +#, c-format +msgid "unable to create rundir %s: %s" +msgstr "" + +#: ../../src/security/security_selinux.c:3316 +#, c-format +msgid "unable to create selinux context for: %s" +msgstr "" + +#: ../../src/rpc/virnetsocket.c:793 +msgid "unable to create socket pair" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:11197 +#, c-format +msgid "unable to create symlink %s" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:260 +msgid "unable to create volume XML" +msgstr "" + +#: ../../src/conf/network_conf.c:3375 +#, c-format +msgid "" +"unable to delete interface '%s' in network '%s'. It is currently being used " +"by %d domains." +msgstr "" + +#: ../../tools/virsh-checkpoint.c:433 +msgid "unable to determine if checkpoint has parent" +msgstr "" + +#: ../../tools/virsh-snapshot.c:780 +msgid "unable to determine if snapshot has parent" +msgstr "" + +#: ../../src/util/virperf.c:282 +#, c-format +msgid "unable to disable host cpu perf event for %s" +msgstr "" + +#: ../../src/util/virperf.c:221 ../../src/util/virperf.c:258 +#, c-format +msgid "unable to enable host cpu perf event for %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5450 +#, c-format +msgid "unable to execute '%s', unexpected error: '%s'" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1041 ../../src/qemu/qemu_agent.c:1067 +#, c-format +msgid "unable to execute QEMU agent command '%s'" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:1055 +#, c-format +msgid "unable to execute QEMU agent command '%s': %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:410 +#: ../../src/qemu/qemu_monitor_json.c:430 +#, c-format +msgid "unable to execute QEMU command '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:414 +#, c-format +msgid "unable to execute QEMU command '%s': %s" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:117 +#, c-format +msgid "unable to find a SCSI controller for idx=%d" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:5529 +#, c-format +msgid "unable to find any emulator to serve '%s' architecture" +msgstr "" + +#: ../../src/qemu/qemu_process.c:4411 +#, c-format +msgid "unable to find any master var store for loader: %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:4744 +#, c-format +msgid "unable to find backing name for device %s" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:324 +#, c-format +msgid "unable to find disk by target: %s" +msgstr "" + +#: ../../src/storage/storage_util.c:2662 +msgid "unable to find ploop tools, please install them" +msgstr "" + +#: ../../src/storage/storage_driver.c:2299 ../../src/storage/storage_util.c:628 +#: ../../src/storage/storage_util.c:675 ../../src/storage/storage_util.c:2371 +msgid "unable to find ploop, please install ploop tools" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:7530 ../../src/storage/storage_util.c:2263 +msgid "unable to find qemu-img" +msgstr "" + +#: ../../src/vmware/vmware_driver.c:227 +#, c-format +msgid "unable to find valid requested VMware backend '%s'" +msgstr "" + +#: ../../src/util/iohelper.c:163 +#, c-format +msgid "unable to fsync %s" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2676 ../../src/conf/storage_conf.c:904 +msgid "unable to generate uuid" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:604 +msgid "unable to get Domain-0 information from libxenlight" +msgstr "" + +#: ../../src/libvirt-lxc.c:211 ../../src/security/security_selinux.c:984 +#: ../../src/security/security_selinux.c:1224 +#, c-format +msgid "unable to get PID %d security context" +msgstr "" + +#: ../../src/security/security_dac.c:2417 +#, c-format +msgid "unable to get PID %d uid and gid via sysctl" +msgstr "" + +#: ../../src/security/security_selinux.c:1349 +#, c-format +msgid "unable to get SELinux context of %s" +msgstr "" + +#: ../../src/util/vircgroup.c:2212 ../../src/util/vircgroup.c:2226 +msgid "unable to get cpu account" +msgstr "" + +#: ../../src/security/security_selinux.c:2979 +#, c-format +msgid "unable to get current process context '%s'" +msgstr "" + +#: ../../src/vbox/vbox_tmpl.c:1110 ../../src/vbox/vbox_tmpl.c:1168 +#: ../../src/vbox/vbox_tmpl.c:1186 +#, c-format +msgid "unable to get machine from console. (error %d)" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7376 +msgid "unable to get monitor count" +msgstr "" + +#: ../../tools/virsh-host.c:184 ../../tools/virsh-host.c:190 +#: ../../tools/virsh-host.c:328 ../../tools/virsh-host.c:536 +#: ../../tools/virsh-host.c:542 +msgid "unable to get node capabilities" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:4920 +msgid "unable to get numa affinity" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7425 +msgid "unable to get screen resolution" +msgstr "" + +#: ../../src/security/security_selinux.c:864 +msgid "unable to get selinux context range" +msgstr "" + +#: ../../src/qemu/qemu_interop_config.c:157 +#, c-format +msgid "unable to get size of '%s'" +msgstr "" + +#: ../../src/util/virfdstream.c:1370 +#, c-format +msgid "unable to get tty attributes: %s" +msgstr "" + +#: ../../src/security/security_dac.c:2388 +#, c-format +msgid "unable to get uid and gid for PID %d via procfs" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:707 +#, c-format +msgid "unable to handle agent type: %s" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:384 +msgid "unable to handle disk requests in snapshot" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:774 +#, c-format +msgid "unable to handle monitor type: %s" +msgstr "" + +#: ../../src/admin/admin_server_dispatch.c:96 +#: ../../src/locking/lock_daemon.c:474 ../../src/logging/log_daemon.c:348 +#: ../../src/remote/remote_daemon_dispatch.c:1917 +msgid "unable to init mutex" +msgstr "" + +#: ../../src/vbox/vbox_driver.c:64 +msgid "unable to initialize VirtualBox driver API" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:1175 +#, c-format +msgid "unable to load knownhosts file '%s': %s" +msgstr "" + +#: ../../src/security/security_manager.c:1398 +#, c-format +msgid "unable to lock %s for metadata change" +msgstr "" + +#: ../../tools/vsh.c:1937 +msgid "unable to make terminal raw: console isn't a tty" +msgstr "" + +#: ../../src/security/security_manager.c:1383 +#, c-format +msgid "unable to open %s" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:300 +#: ../../src/util/vircgroupv2devices.c:378 +#, c-format +msgid "unable to open '%s'" +msgstr "" + +#: ../../src/util/virperf.c:251 +#, c-format +msgid "unable to open host cpu perf event for %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:4084 ../../src/vbox/vbox_common.c:7455 +msgid "unable to open stream" +msgstr "" + +#: ../../src/qemu/qemu_process.c:6432 +msgid "unable to open vhost-vsock device" +msgstr "" + +#: ../../src/util/virnuma.c:793 +#, c-format +msgid "unable to parse %s" +msgstr "" + +#: ../../src/util/vircommand.c:469 +#, c-format +msgid "unable to parse FD: %s" +msgstr "" + +#: ../../src/vmware/vmware_driver.c:218 +#, c-format +msgid "unable to parse URI scheme '%s'" +msgstr "" + +#: ../../src/libxl/libxl_migration.c:733 ../../src/openvz/openvz_driver.c:2125 +#, c-format +msgid "unable to parse URI: %s" +msgstr "" + +#: ../../src/hypervisor/domain_driver.c:281 +#, c-format +msgid "unable to parse blkio device '%s' '%s'" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:187 ../../tools/virsh-snapshot.c:323 +#, c-format +msgid "unable to parse diskspec: %s" +msgstr "" + +#: ../../src/qemu/qemu_slirp.c:125 ../../src/qemu/qemu_vhost_user.c:365 +#, c-format +msgid "unable to parse json capabilities '%s'" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:623 ../../src/qemu/qemu_vhost_user.c:194 +#, c-format +msgid "unable to parse json file '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_parse_command.c:537 ../../src/conf/domain_conf.c:12219 +#, c-format +msgid "unable to parse mac address '%s'" +msgstr "" + +#: ../../tools/virsh-snapshot.c:255 +#, c-format +msgid "unable to parse memspec: %s" +msgstr "" + +#: ../../tools/virsh-host.c:333 +msgid "unable to parse node capabilities" +msgstr "" + +#: ../../tools/virsh-host.c:398 +#, c-format +msgid "unable to parse numa node id: %s" +msgstr "" + +#: ../../tools/virsh-host.c:358 +#, c-format +msgid "unable to parse page size: %s" +msgstr "" + +#: ../../src/util/virscsihost.c:66 +#, c-format +msgid "unable to parse unique_id: %s" +msgstr "" + +#: ../../src/util/virnuma.c:621 ../../src/util/virnuma.c:640 +#, c-format +msgid "unable to parse: %s" +msgstr "" + +#: ../../tools/virsh-snapshot.c:823 +msgid "unable to perform snapshot filtering" +msgstr "" + +#: ../../src/util/vircommand.c:2213 +msgid "unable to poll on child" +msgstr "" + +#: ../../src/util/vircgroupv2devices.c:384 +msgid "unable to query cgroup BPF progs" +msgstr "" + +#: ../../src/storage/storage_backend_gluster.c:164 +#: ../../src/storage/storage_file_gluster.c:222 +#, c-format +msgid "unable to read '%s'" +msgstr "" + +#: ../../src/util/vircommand.c:2241 +msgid "unable to read child stderr" +msgstr "" + +#: ../../src/util/vircommand.c:2240 +msgid "unable to read child stdout" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:1009 +msgid "unable to read domain master key file" +msgstr "" + +#: ../../src/qemu/qemu_migration_cookie.c:148 +#, c-format +msgid "unable to read server cert %s" +msgstr "" + +#: ../../src/vmware/vmware_conf.c:487 +msgid "unable to read vmware log file" +msgstr "" + +#: ../../src/util/virnetdev.c:2368 ../../src/util/virnetdev.c:2413 +#, c-format +msgid "unable to read: %s" +msgstr "" + +#: ../../src/bhyve/bhyve_monitor.c:209 +msgid "unable to register monitor events" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:18273 +msgid "unable to remove just-created copy target" +msgstr "" + +#: ../../src/vmware/vmware_driver.c:199 +#, c-format +msgid "unable to resolve symlink '%s'" +msgstr "" + +#: ../../src/util/virfile.c:4040 +msgid "unable to restore position in file" +msgstr "" + +#: ../../src/qemu/qemu_checkpoint.c:613 +#, c-format +msgid "unable to save metadata for checkpoint %s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:15854 +#, c-format +msgid "unable to save metadata for snapshot %s" +msgstr "" + +#: ../../src/util/virfdstream.c:1018 +msgid "unable to seek" +msgstr "" + +#: ../../src/util/virfdstream.c:464 ../../src/util/virfdstream.c:544 +#, c-format +msgid "unable to seek in %s" +msgstr "" + +#: ../../src/util/virfile.c:4024 +msgid "unable to seek to hole" +msgstr "" + +#: ../../src/util/vircommand.c:849 +#, c-format +msgid "unable to set AppArmor profile '%s' for '%s'" +msgstr "" + +#: ../../src/util/vircommand.c:836 +#, c-format +msgid "unable to set SELinux security context '%s' for '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:2507 +msgid "unable to set balloon driver collection period" +msgstr "" + +#: ../../src/storage/storage_util.c:1638 +#, c-format +msgid "unable to set blocking mode for '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:817 ../../src/qemu/qemu_driver.c:824 +#: ../../src/qemu/qemu_driver.c:831 ../../src/qemu/qemu_driver.c:838 +#: ../../src/qemu/qemu_driver.c:845 ../../src/qemu/qemu_driver.c:854 +#: ../../src/qemu/qemu_driver.c:861 ../../src/qemu/qemu_driver.c:868 +#: ../../src/qemu/qemu_driver.c:875 ../../src/qemu/qemu_driver.c:882 +#, c-format +msgid "unable to set ownership of '%s' to %d:%d" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:810 +#, c-format +msgid "unable to set ownership of '%s' to user %d:%d" +msgstr "" + +#: ../../src/security/security_selinux.c:2917 +#, c-format +msgid "unable to set security context '%s'" +msgstr "" + +#: ../../src/security/security_selinux.c:1298 +#, c-format +msgid "unable to set security context '%s' on '%s'" +msgstr "" + +#: ../../src/security/security_selinux.c:1428 +#, c-format +msgid "unable to set security context '%s' on fd %d" +msgstr "" + +#: ../../src/security/security_selinux.c:552 +#, c-format +msgid "unable to set security context range '%s'" +msgstr "" + +#: ../../src/security/security_selinux.c:2990 +#: ../../src/security/security_selinux.c:3028 +#, c-format +msgid "unable to set socket security context '%s'" +msgstr "" + +#: ../../src/util/virfdstream.c:1379 ../../tools/vsh.c:1947 +#, c-format +msgid "unable to set tty attributes: %s" +msgstr "" + +#: ../../src/security/security_dac.c:757 +#, c-format +msgid "unable to set user and group to '%ld:%ld' on '%s'" +msgstr "" + +#: ../../src/util/virnetdevmacvlan.c:492 +msgid "unable to set vnet or multiqueue flags on macvtap" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17857 +#, c-format +msgid "unable to stat block copy target '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14723 +#, c-format +msgid "unable to stat for disk %s: %s" +msgstr "" + +#: ../../src/security/security_dac.c:726 ../../src/security/security_dac.c:796 +#, c-format +msgid "unable to stat: %s" +msgstr "" + +#: ../../src/util/virfdstream.c:1024 +msgid "unable to truncate" +msgstr "" + +#: ../../src/util/virfdstream.c:551 +#, c-format +msgid "unable to truncate %s" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:181 +msgid "unable to unload already unloaded profile" +msgstr "" + +#: ../../src/locking/lock_driver_sanlock.c:189 +#: ../../src/locking/lock_driver_sanlock.c:357 +msgid "unable to use io_timeout with this version of sanlock" +msgstr "" + +#: ../../src/storage/storage_util.c:3648 +#, c-format +msgid "unable to use target path '%s' for dev '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:17843 +msgid "unable to verify existence of block copy target" +msgstr "" + +#: ../../src/util/virprocess.c:243 ../../src/util/virprocess.c:253 +#: ../../src/util/virprocess.c:299 +#, c-format +msgid "unable to wait for process %lld" +msgstr "" + +#: ../../tools/virsh-console.c:489 +msgid "unable to wait on console condition" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1672 +msgid "unable to wait on dhcp snoop thread" +msgstr "" + +#: ../../src/vbox/vbox_common.c:7441 +#, c-format +msgid "unable to write data to '%s'" +msgstr "" + +#: ../../src/util/vircommand.c:1814 ../../src/util/vircommand.c:2270 +msgid "unable to write to child input" +msgstr "" + +#: ../../src/lxc/lxc_controller.c:1415 +#, c-format +msgid "unable write to %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5732 +msgid "" +"unavailable-features in query-cpu-definitions reply data was not an array" +msgstr "" + +#: ../../tools/virsh-interface.c:1016 +msgid "unbridge a network device" +msgstr "" + +#: ../../tools/virsh-domain.c:10577 +msgid "undefine VM on source" +msgstr "" + +#: ../../tools/virsh-interface.c:1013 +msgid "undefine a bridge device after detaching its slave device" +msgstr "" + +#: ../../tools/virsh-domain.c:3585 +msgid "undefine a domain" +msgstr "" + +#: ../../tools/virsh-nwfilter.c:122 +msgid "undefine a network filter" +msgstr "" + +#: ../../tools/virsh-network.c:872 +msgid "undefine a persistent network" +msgstr "" + +#: ../../tools/virsh-interface.c:565 +msgid "undefine a physical host interface (remove it from configuration)" +msgstr "" + +#: ../../tools/virsh-secret.c:344 +msgid "undefine a secret" +msgstr "" + +#: ../../tools/virsh-pool.c:1733 +msgid "undefine an inactive pool" +msgstr "" + +#: ../../tools/virsh-interface.c:568 +msgid "undefine an interface." +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1512 +msgid "undefined" +msgstr "" + +#: ../../src/cpu/cpu.c:56 ../../src/cpu/cpu_map.c:196 +msgid "undefined hardware architecture" +msgstr "" + +#: ../../src/driver.c:285 +#, c-format +msgid "unexpected %s URI path '%s', try %s:///session" +msgstr "" + +#: ../../src/driver.c:277 +#, c-format +msgid "unexpected %s URI path '%s', try %s:///system" +msgstr "" + +#: ../../src/conf/domain_conf.c:24708 +#, c-format +msgid "unexpected %s action: %d" +msgstr "" + +#: ../../src/vz/vz_sdk.c:4601 +#, c-format +msgid "unexpected DateTime format: '%s'" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:1273 +#, c-format +msgid "unexpected OpenVZ URI path '%s', try openvz:///system" +msgstr "" + +#: ../../src/conf/domain_conf.c:5403 ../../src/qemu/qemu_domain.c:6005 +msgid "unexpected VIR_DOMAIN_DEVICE_NONE" +msgstr "" + +#: ../../src/vmware/vmware_driver.c:179 +#, c-format +msgid "" +"unexpected VMware URI path '%s', try vmwareplayer:///session, vmwarews:///" +"session or vmwarefusion:///session" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:888 +#, c-format +msgid "unexpected Xen URI path '%s', try xen:///system" +msgstr "" + +#: ../../src/conf/domain_conf.c:25745 +#, c-format +msgid "unexpected accessmode %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:26377 +#, c-format +msgid "unexpected actual net type %d" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2058 +msgid "unexpected address type for fdc disk" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2044 +msgid "unexpected address type for ide disk" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2027 +msgid "unexpected address type for scsi disk" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1801 +msgid "unexpected address type for usb disk" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:6515 +#, c-format +msgid "unexpected async job %d type expected %d" +msgstr "" + +#: ../../src/conf/virnwfilterbindingobjlist.c:281 +#, c-format +msgid "unexpected binding %s already exists" +msgstr "" + +#: ../../src/conf/domain_conf.c:29581 +#, c-format +msgid "unexpected boot device type %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:6060 +#, c-format +msgid "unexpected bus type '%d'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19716 +#, c-format +msgid "unexpected capability feature '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:26931 ../../src/conf/domain_conf.c:26950 +#, c-format +msgid "unexpected char device type %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:26692 +#, c-format +msgid "unexpected char type %d" +msgstr "" + +#: ../../src/libxl/xen_common.c:1575 +msgid "unexpected chr device type" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:345 +#, c-format +msgid "unexpected clock offset '%d'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:14883 +msgid "unexpected code path" +msgstr "" + +#: ../../src/conf/domain_conf.c:27047 +#, c-format +msgid "unexpected codec type %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:25558 +#, c-format +msgid "unexpected controller type %d" +msgstr "" + +#: ../../tools/vsh.c:1498 +#, c-format +msgid "unexpected data '%s'" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:967 +#, c-format +msgid "unexpected disk address type %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:25162 +#, c-format +msgid "unexpected disk backing store format %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:25393 +#, c-format +msgid "unexpected disk bus %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:25388 +#, c-format +msgid "unexpected disk device %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:25096 ../../src/conf/domain_conf.c:25383 +#, c-format +msgid "unexpected disk type %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:9823 +#, c-format +msgid "unexpected disk type %s" +msgstr "" + +#: ../../src/conf/virdomainobjlist.c:561 +#, c-format +msgid "unexpected domain %s already exists" +msgstr "" + +#: ../../src/conf/domain_conf.c:29398 +#, c-format +msgid "unexpected domain type %d" +msgstr "" + +#: ../../src/conf/network_conf.c:2939 +#, c-format +msgid "unexpected element <%s>, expecting <%s>, while updating network '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:718 +#, c-format +msgid "unexpected empty keyword in %s" +msgstr "" + +#: ../../src/util/virstorageencryption.c:370 +msgid "unexpected encryption format" +msgstr "" + +#: ../../src/lxc/lxc_process.c:1431 +#, c-format +msgid "unexpected exit status %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:19222 +#, c-format +msgid "unexpected feature '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:25739 +#, c-format +msgid "unexpected filesystem type %d" +msgstr "" + +#: ../../src/qemu/qemu_command.c:6229 +#, c-format +msgid "unexpected host-model CPU for %s architecture" +msgstr "" + +#: ../../src/conf/network_conf.c:2651 +#, c-format +msgid "unexpected hostdev driver name type %d " +msgstr "" + +#: ../../src/conf/domain_conf.c:28145 ../../src/conf/domain_conf.c:28170 +#, c-format +msgid "unexpected hostdev mode %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:26037 ../../src/conf/domain_conf.c:26076 +#: ../../src/conf/domain_conf.c:28154 ../../src/conf/domain_conf.c:28163 +#: ../../src/libxl/libxl_driver.c:3852 ../../src/qemu/qemu_hotplug.c:5441 +#, c-format +msgid "unexpected hostdev type %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:28314 +#, c-format +msgid "unexpected hub type %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:27594 +#, c-format +msgid "unexpected input bus type %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:27605 +#, c-format +msgid "unexpected input model %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:27589 +#, c-format +msgid "unexpected input type %d" +msgstr "" + +#: ../../src/conf/interface_conf.c:1083 +#, c-format +msgid "unexpected interface type %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:32108 +#, c-format +msgid "unexpected iscsi volume name '%s'" +msgstr "" + +#: ../../src/libxl/xen_common.c:2001 ../../src/libxl/xen_common.c:2010 +#: ../../src/libxl/xen_common.c:2019 +#, c-format +msgid "unexpected lifecycle action %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:27151 +#, c-format +msgid "unexpected memballoon model %d" +msgstr "" + +#: ../../src/util/virfdstream.c:910 +msgid "unexpected message type" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3511 +#, c-format +msgid "unexpected migration status in %s" +msgstr "" + +#: ../../src/util/virfile.c:272 +#, c-format +msgid "unexpected mode 0x%x for %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:25641 +#, c-format +msgid "unexpected model name value %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:25567 +#, c-format +msgid "unexpected model type %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:25751 +#, c-format +msgid "unexpected multidevs %d" +msgstr "" + +#: ../../src/util/vircgroup.c:971 +#, c-format +msgid "unexpected name value %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:26198 ../../src/conf/domain_conf.c:26385 +#: ../../src/conf/domain_conf.c:27835 +#, c-format +msgid "unexpected net type %d" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5581 +#, c-format +msgid "unexpected number of snapshots < %u" +msgstr "" + +#: ../../src/vbox/vbox_common.c:5598 +#, c-format +msgid "unexpected number of snapshots > %u" +msgstr "" + +#: ../../src/nwfilter/nwfilter_driver.c:405 +#, c-format +msgid "unexpected nwfilter URI path '%s', try nwfilter:///system" +msgstr "" + +#: ../../src/conf/domain_conf.c:25938 +#, c-format +msgid "unexpected pci hostdev driver name type %d" +msgstr "" + +#: ../../src/conf/storage_conf.c:1151 ../../src/conf/storage_conf.c:1759 +msgid "unexpected pool type" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:494 +msgid "unexpected problem querying checkpoint state" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:601 +msgid "unexpected problem querying checkpoints" +msgstr "" + +#: ../../tools/virsh-snapshot.c:932 ../../tools/virsh-snapshot.c:958 +msgid "unexpected problem reading snapshot xml" +msgstr "" + +#: ../../src/nwfilter/nwfilter_ebiptables_driver.c:2485 +msgid "unexpected protocol type" +msgstr "" + +#: ../../src/conf/node_device_conf.c:2054 +#, c-format +msgid "unexpected root element <%s> expecting <device>" +msgstr "" + +#: ../../src/conf/domain_conf.c:22346 +#, c-format +msgid "unexpected root element <%s>, expecting <domain>" +msgstr "" + +#: ../../src/conf/domain_conf.c:22419 +#, c-format +msgid "unexpected root element <%s>, expecting <domstatus>" +msgstr "" + +#: ../../src/conf/interface_conf.c:825 +#, c-format +msgid "unexpected root element <%s>, expecting <interface>" +msgstr "" + +#: ../../src/conf/network_conf.c:2228 +#, c-format +msgid "unexpected root element <%s>, expecting <network>" +msgstr "" + +#: ../../src/conf/storage_conf.c:1006 +#, c-format +msgid "unexpected root element <%s>, expecting <pool>" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4180 +#, c-format +msgid "unexpected root element <%s>, expecting <qemuCaps>" +msgstr "" + +#: ../../src/conf/secret_conf.c:141 +#, c-format +msgid "unexpected root element <%s>, expecting <secret>" +msgstr "" + +#: ../../src/conf/storage_conf.c:1438 +#, c-format +msgid "unexpected root element <%s>, expecting <volume>" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:580 +msgid "unexpected root element, expecting <domain>" +msgstr "" + +#: ../../src/vz/vz_sdk.c:4636 +#, c-format +msgid "unexpected root element: '%s'" +msgstr "" + +#: ../../src/conf/secret_conf.c:124 ../../src/conf/secret_conf.c:235 +#: ../../src/conf/secret_conf.c:267 +#, c-format +msgid "unexpected secret usage type %d" +msgstr "" + +#: ../../src/security/security_dac.c:2347 +#: ../../src/security/security_selinux.c:923 +#, c-format +msgid "unexpected security label type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:26992 ../../src/conf/domain_conf.c:27016 +#, c-format +msgid "unexpected smartcard type %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:29614 +#, c-format +msgid "unexpected smbios mode %d" +msgstr "" + +#: ../../src/vz/vz_sdk.c:4699 +#, c-format +msgid "unexpected snapshot state: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:27116 ../../src/libxl/xen_common.c:2404 +#, c-format +msgid "unexpected sound model %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:26154 +#, c-format +msgid "unexpected source mode %d" +msgstr "" + +#: ../../src/storage/storage_util.c:1651 +#, c-format +msgid "unexpected storage mode for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:32261 +#, c-format +msgid "unexpected storage volume type '%s' for storage pool type '%s'" +msgstr "" + +#: ../../src/util/virfdstream.c:536 +msgid "unexpected stream hole" +msgstr "" + +#: ../../src/util/virsysinfo.c:1455 +#, c-format +msgid "unexpected sysinfo type model %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:27681 +#, c-format +msgid "unexpected timer mode %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:27634 +#, c-format +msgid "unexpected timer name %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:27650 +#, c-format +msgid "unexpected timer tickpolicy %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:27664 +#, c-format +msgid "unexpected timer track %d" +msgstr "" + +#: ../../src/qemu/qemu_backup.c:94 +msgid "unexpected transport in <domainbackup>" +msgstr "" + +#: ../../src/util/virtypedparam-public.c:111 ../../src/util/virtypedparam.c:200 +#: ../../src/util/virtypedparam.c:246 +#, c-format +msgid "unexpected type %d for field %s" +msgstr "" + +#: ../../src/storage/storage_util.c:1632 +#, c-format +msgid "unexpected type for file '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:464 +#, c-format +msgid "unexpected type returned by QEMU command '%s'" +msgstr "" + +#: ../../src/libxl/xen_common.c:363 +#, c-format +msgid "unexpected value %s for on_crash" +msgstr "" + +#: ../../src/libxl/xen_common.c:345 +#, c-format +msgid "unexpected value %s for on_poweroff" +msgstr "" + +#: ../../src/libxl/xen_common.c:354 +#, c-format +msgid "unexpected value %s for on_reboot" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:6620 +#, c-format +msgid "unexpected value in %s array" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:5753 +msgid "unexpected value in unavailable-features array" +msgstr "" + +#: ../../src/conf/domain_conf.c:27513 +#, c-format +msgid "unexpected video model %d" +msgstr "" + +#: ../../src/util/virstorageencryption.c:330 +msgid "unexpected volume encryption secret type" +msgstr "" + +#: ../../src/conf/domain_conf.c:27210 +#, c-format +msgid "unexpected watchdog action %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:27204 +#, c-format +msgid "unexpected watchdog model %d" +msgstr "" + +#: ../../src/rpc/virnetserverclient.c:1162 +#: ../../src/rpc/virnetserverclient.c:1338 +#, c-format +msgid "unexpected zero/negative length request %lld" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1556 +msgid "unexpectedly failed" +msgstr "" + +#: ../../tools/vsh.c:1801 +#, c-format +msgid "unimplemented parameter type %d" +msgstr "" + +#: ../../src/util/virstoragefile.c:5083 +#, c-format +msgid "" +"unique storage file identifier not implemented for storage type %s " +"(protocol: %s)'" +msgstr "" + +#: ../../src/qemu/qemu_command.c:4623 +msgid "" +"unit must be not more than 7 for scsi host device if its controller model is " +"'lsilogic'" +msgstr "" + +#: ../../tools/virsh-domain.c:13104 ../../tools/virt-admin.c:56 +msgid "unix" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3190 +msgid "unix socket for spice graphics are not supported with this QEMU" +msgstr "" + +#: ../../src/conf/network_conf.c:3108 ../../src/conf/network_conf.c:3109 +#: ../../src/conf/network_conf.c:3142 ../../src/conf/network_conf.c:3143 +#: ../../tools/virsh-domain-monitor.c:116 +#: ../../tools/virsh-domain-monitor.c:123 +#: ../../tools/virsh-domain-monitor.c:132 +#: ../../tools/virsh-domain-monitor.c:158 +#: ../../tools/virsh-domain-monitor.c:164 +#: ../../tools/virsh-domain-monitor.c:180 +#: ../../tools/virsh-domain-monitor.c:186 +#: ../../tools/virsh-domain-monitor.c:205 +#: ../../tools/virsh-domain-monitor.c:212 +#: ../../tools/virsh-domain-monitor.c:226 +#: ../../tools/virsh-domain-monitor.c:233 +#: ../../tools/virsh-domain-monitor.c:269 +#: ../../tools/virsh-domain-monitor.c:1348 +#: ../../tools/virsh-domain-monitor.c:1360 ../../tools/virsh-domain.c:6154 +#: ../../tools/virsh-domain.c:6176 ../../tools/virsh-domain.c:12938 +#: ../../tools/virsh-domain.c:13050 ../../tools/virsh-domain.c:13068 +#: ../../tools/virsh-domain.c:13082 ../../tools/virsh-domain.c:13096 +#: ../../tools/virsh-domain.c:13110 ../../tools/virsh-domain.c:13125 +#: ../../tools/virsh-domain.c:13138 ../../tools/virsh-domain.c:13151 +#: ../../tools/virsh-domain.c:13468 ../../tools/virsh-domain.c:13475 +#: ../../tools/virsh-network.c:413 ../../tools/virsh-network.c:1193 +#: ../../tools/virsh-nodedev.c:770 ../../tools/virsh-pool.c:1049 +#: ../../tools/virsh-pool.c:1255 ../../tools/virsh-pool.c:1264 +#: ../../tools/virsh-pool.c:1266 ../../tools/virsh-pool.c:1267 +#: ../../tools/virsh-pool.c:1268 ../../tools/virsh-pool.c:1600 +#: ../../tools/virsh-pool.c:1893 ../../tools/virsh-secret.c:634 +#: ../../tools/virsh-volume.c:996 ../../tools/virsh-volume.c:1412 +#: ../../tools/virsh-volume.c:1419 ../../tools/virsh-volume.c:1420 +#: ../../tools/virsh-volume.c:1421 ../../tools/virt-admin.c:64 +msgid "unknown" +msgstr "" + +#: ../../src/conf/domain_conf.c:16400 +#, c-format +msgid "unknown %s action: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:19702 +#, c-format +msgid "unknown 'unknown' value '%s'" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:943 +#, c-format +msgid "unknown CPU feature %s" +msgstr "" + +#: ../../src/cpu/cpu_arm.c:490 ../../src/cpu/cpu_x86.c:3231 +#, c-format +msgid "unknown CPU feature: %s" +msgstr "" + +#: ../../src/cpu/cpu_x86.c:3163 +#, c-format +msgid "unknown CPU model %s" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:7704 +#, c-format +msgid "unknown CPU register '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16771 +#, c-format +msgid "unknown IOMMU model: %s" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:647 ../../src/util/virerror.c:960 +msgid "unknown OS type" +msgstr "" + +#: ../../src/util/virerror.c:961 +#, c-format +msgid "unknown OS type %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:20757 +#, c-format +msgid "unknown OS type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16418 +#, c-format +msgid "unknown PM state value %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:15206 +#, c-format +msgid "unknown RNG backend model '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15170 +#, c-format +msgid "unknown RNG model '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1105 +#, c-format +msgid "unknown SCSI host capability type '%s' for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:996 +#, c-format +msgid "unknown SCSI target capability type '%s' for '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15847 +#, c-format +msgid "unknown accel2d value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15838 +#, c-format +msgid "unknown accel3d value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11498 +#, c-format +msgid "unknown accessmode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:7723 +#, c-format +msgid "unknown address type '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1658 +#, c-format +msgid "unknown address type '%s' in network %s" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:4278 +#, c-format +msgid "unknown arch %s in QEMU capabilities cache" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:523 +#, c-format +msgid "unknown architecture '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:1634 ../../src/libxl/libxl_driver.c:6447 +#: ../../src/qemu/qemu_capabilities.c:5586 +#, c-format +msgid "unknown architecture: %s" +msgstr "" + +#: ../../src/conf/interface_conf.c:253 +#, c-format +msgid "unknown arp bonding validate %s" +msgstr "" + +#: ../../src/util/virstoragefile.c:1809 +#, c-format +msgid "unknown auth type '%s'" +msgstr "" + +#: ../../src/remote/remote_driver.c:3842 +#, c-format +msgid "unknown authentication type %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:15228 +#, c-format +msgid "unknown backend type '%s' for egd" +msgstr "" + +#: ../../src/conf/backup_conf.c:214 +#, c-format +msgid "unknown backup mode '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:2042 +#, c-format +msgid "unknown block IO status: %s" +msgstr "" + +#: ../../src/conf/interface_conf.c:205 +#, c-format +msgid "unknown bonding mode %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:18654 +#, c-format +msgid "unknown boot device '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16790 +#, c-format +msgid "unknown caching_mode value: %s" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1904 +#, c-format +msgid "unknown capability type '%d' for '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1848 +#, c-format +msgid "unknown capability type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13426 +#, c-format +msgid "unknown character device type: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:13039 +#, c-format +msgid "unknown chardev 'tls' setting '%s'" +msgstr "" + +#: ../../src/libxl/xen_common.c:829 +#, c-format +msgid "unknown chr device type '%s'" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:218 +msgid "unknown chrdev type" +msgstr "" + +#: ../../src/conf/domain_conf.c:21466 +#, c-format +msgid "unknown clock adjustment '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:21497 +#, c-format +msgid "unknown clock basis '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:21450 +#, c-format +msgid "unknown clock offset '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14987 +#, c-format +msgid "unknown codec type '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:8868 +#, c-format +msgid "unknown codeset: '%s'" +msgstr "" + +#: ../../tools/vsh.c:1404 +#, c-format +msgid "unknown command: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14132 +#, c-format +msgid "unknown connected value %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:14785 +#, c-format +msgid "unknown copypaste value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14626 +#, c-format +msgid "unknown default spice channel mode %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:16906 +#, c-format +msgid "unknown device type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:450 +#, c-format +msgid "unknown device type in '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1970 +#, c-format +msgid "unknown devnode type '%s'" +msgstr "" + +#: ../../src/conf/interface_conf.c:279 +#, c-format +msgid "unknown dhcp peerdns value %s" +msgstr "" + +#: ../../src/conf/backup_conf.c:180 +#, c-format +msgid "unknown disk backup driver '%s'" +msgstr "" + +#: ../../src/conf/backup_conf.c:152 +#, c-format +msgid "unknown disk backup type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10691 +#, c-format +msgid "unknown disk bus type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10265 +#, c-format +msgid "unknown disk cache mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10314 +#, c-format +msgid "unknown disk copy_on_read mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10446 +#, c-format +msgid "unknown disk device '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10322 +#, c-format +msgid "unknown disk discard mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10273 +#, c-format +msgid "unknown disk error policy '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10306 +#, c-format +msgid "unknown disk event_idx mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10290 +#, c-format +msgid "unknown disk io mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10298 +#, c-format +msgid "unknown disk ioeventfd mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10454 +#, c-format +msgid "unknown disk model '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10674 +#, c-format +msgid "unknown disk rawio setting '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10282 +#, c-format +msgid "unknown disk read error policy '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10731 +#, c-format +msgid "unknown disk removable status '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10683 +#, c-format +msgid "unknown disk sgio mode '%s'" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:191 +#, c-format +msgid "unknown disk snapshot driver '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10663 ../../src/conf/snapshot_conf.c:166 +#, c-format +msgid "unknown disk snapshot setting '%s'" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:177 +#, c-format +msgid "unknown disk snapshot type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:9515 +#, c-format +msgid "unknown disk source 'tls' setting '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10716 +#, c-format +msgid "unknown disk tray status '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10438 +#, c-format +msgid "unknown disk type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10355 +#, c-format +msgid "unknown driver detect_zeroes value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10344 ../../src/conf/domain_conf.c:11647 +#, c-format +msgid "unknown driver format value '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:13009 +#, c-format +msgid "unknown driver name '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:717 +#, c-format +msgid "unknown drm type '%s' for '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3831 +#, c-format +msgid "unknown dumpformat '%d'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16807 +#, c-format +msgid "unknown eim value: %s" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:1650 +#, c-format +msgid "unknown emulator binary: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:14505 ../../src/conf/domain_conf.c:14803 +#: ../../src/conf/domain_conf.c:14822 +#, c-format +msgid "unknown enable value '%s'" +msgstr "" + +#: ../../src/qemu/qemu_process.c:8532 ../../src/util/virdbus.c:1565 +#: ../../src/util/virerror.c:323 ../../tools/virsh-domain-monitor.c:51 +#: ../../tools/vsh.c:261 +msgid "unknown error" +msgstr "" + +#: ../../tools/virsh-domain.c:13716 ../../tools/virsh-network.c:1313 +#: ../../tools/virsh-nodedev.c:924 ../../tools/virsh-pool.c:2048 +#: ../../tools/virsh-secret.c:789 +#, c-format +msgid "unknown event type %s" +msgstr "" + +#: ../../src/conf/storage_adapter_conf.c:73 +#, c-format +msgid "unknown fc_host managed setting '%s'" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:594 ../../src/qemu/qemu_vhost_user.c:305 +#, c-format +msgid "unknown feature %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:11487 +#, c-format +msgid "unknown filesystem type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11655 +#, c-format +msgid "unknown filesystem write policy '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:20232 +#, c-format +msgid "unknown firmware value %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:11637 +#, c-format +msgid "unknown flock value '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:1511 +#, c-format +msgid "unknown forwarding type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11582 +#, c-format +msgid "unknown fs driver type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14483 ../../src/conf/domain_conf.c:14569 +#, c-format +msgid "unknown fullscreen value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14932 +#, c-format +msgid "unknown graphics device type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14197 +#, c-format +msgid "unknown graphics listen type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1809 +#: ../../src/qemu/qemu_migration_cookie.c:899 +#, c-format +msgid "unknown graphics type %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:12645 +#, c-format +msgid "unknown guest csum mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12675 +#, c-format +msgid "unknown guest ecn mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12655 +#, c-format +msgid "unknown guest tso4 mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12665 +#, c-format +msgid "unknown guest tso6 mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12685 +#, c-format +msgid "unknown guest ufo mode '%s'" +msgstr "" + +#: ../../src/util/virerror.c:924 +msgid "unknown host" +msgstr "" + +#: ../../src/util/virerror.c:925 +#, c-format +msgid "unknown host %s" +msgstr "" + +#: ../../src/cpu/cpu_ppc64.c:563 ../../src/cpu/cpu_x86.c:1969 +msgid "unknown host CPU" +msgstr "" + +#: ../../src/cpu/cpu_arm.c:427 ../../src/cpu/cpu_s390.c:66 +#: ../../src/cpu/cpu_x86.c:2949 +msgid "unknown host CPU model" +msgstr "" + +#: ../../src/conf/domain_conf.c:12572 +#, c-format +msgid "unknown host csum mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8499 ../../src/conf/domain_conf.c:8841 +#, c-format +msgid "unknown host device source address type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12612 +#, c-format +msgid "unknown host ecn mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12582 +#, c-format +msgid "unknown host gso mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12632 +#, c-format +msgid "unknown host mrg_rxbuf mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12592 +#, c-format +msgid "unknown host tso4 mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12602 +#, c-format +msgid "unknown host tso6 mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12622 +#, c-format +msgid "unknown host ufo mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16102 +#, c-format +msgid "unknown hostdev mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8567 ../../src/conf/domain_conf.c:8581 +#, c-format +msgid "unknown hostdev model '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8546 +#, c-format +msgid "unknown hostdev rawio setting '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13947 +#, c-format +msgid "unknown hub device type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13812 +#, c-format +msgid "unknown input bus type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13797 +#, c-format +msgid "unknown input device type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13805 +#, c-format +msgid "unknown input model '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:1001 +#, c-format +msgid "unknown inputvol storage vol type %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:12530 +#, c-format +msgid "unknown interface event_idx mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12521 +#, c-format +msgid "unknown interface ioeventfd mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12699 +#, c-format +msgid "unknown interface link state '%s'" +msgstr "" + +#: ../../src/conf/interface_conf.c:171 +#, c-format +msgid "unknown interface startmode %s" +msgstr "" + +#: ../../src/conf/interface_conf.c:715 +#, c-format +msgid "unknown interface type %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:12017 +#, c-format +msgid "unknown interface type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:314 +#, c-format +msgid "unknown interface type: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16781 +#, c-format +msgid "unknown intremap value: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:16798 +#, c-format +msgid "unknown iotlb value: %s" +msgstr "" + +#: ../../src/qemu/qemu_agent.c:2214 +#, c-format +msgid "unknown ip address type '%s'" +msgstr "" + +#: ../../src/conf/device_conf.c:624 +#, c-format +msgid "unknown link state: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:15284 +#, c-format +msgid "unknown memory balloon model '%s'" +msgstr "" + +#: ../../src/conf/snapshot_conf.c:329 +#, c-format +msgid "unknown memory snapshot setting '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:21073 +#, c-format +msgid "unknown memoryBacking/access/mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:21083 +#, c-format +msgid "unknown memoryBacking/allocation/mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:21063 +#, c-format +msgid "unknown memoryBacking/source/type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:31099 ../../src/conf/domain_conf.c:31151 +#, c-format +msgid "unknown metadata type '%d'" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:3876 +#, c-format +msgid "unknown migratable value for '%s' host CPU model property" +msgstr "" + +#: ../../src/qemu/qemu_migration_params.c:1347 +#, c-format +msgid "unknown migration parameter '%s'" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:1917 +msgid "unknown migration protocol" +msgstr "" + +#: ../../src/conf/interface_conf.c:228 +#, c-format +msgid "unknown mii bonding carrier %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:10021 +#, c-format +msgid "unknown mirror job type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:10071 +#, c-format +msgid "unknown mirror ready state %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:11510 +#, c-format +msgid "unknown model '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14841 +#, c-format +msgid "unknown mouse mode value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11519 +#, c-format +msgid "unknown multidevs '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1166 +#, c-format +msgid "unknown network device feature '%s'" +msgstr "" + +#: ../../tools/virsh.c:776 ../../tools/virt-admin.c:1365 +msgid "unknown option" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:846 +#, c-format +msgid "unknown panic info type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13754 +#, c-format +msgid "unknown panic model '%s'" +msgstr "" + +#: ../../src/hypervisor/domain_driver.c:258 +#, c-format +msgid "unknown parameter '%s'" +msgstr "" + +#: ../../src/util/virtypedparam.c:602 ../../src/util/virtypedparam.c:708 +#, c-format +msgid "unknown parameter type: %d" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:644 +msgid "unknown partition type" +msgstr "" + +#: ../../src/conf/domain_conf.c:8092 +#, c-format +msgid "unknown pci source type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19255 +#, c-format +msgid "unknown policy attribute '%s' of feature '%s'" +msgstr "" + +#: ../../src/conf/storage_conf.c:1114 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: ../../src/conf/storage_conf.c:566 +#, c-format +msgid "unknown pool format type %s" +msgstr "" + +#: ../../src/conf/network_conf.c:1274 +#, c-format +msgid "unknown port isolated value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11628 +#, c-format +msgid "unknown posix lock value '%s'" +msgstr "" + +#: ../../src/rpc/virnetserverprogram.c:389 +#, c-format +msgid "unknown procedure: %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:8120 +#, c-format +msgid "unknown protocol transport type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:9501 +#, c-format +msgid "unknown protocol type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19800 +#, c-format +msgid "unknown readonly value: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:16179 +#, c-format +msgid "unknown redirdev bus '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16190 +#, c-format +msgid "unknown redirdev character device type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_command.c:5383 +msgid "unknown rng-random backend" +msgstr "" + +#: ../../src/conf/domain_conf.c:7884 +#, c-format +msgid "unknown rom bar value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:7878 +#, c-format +msgid "unknown rom enabled value '%s'" +msgstr "" + +#: ../../src/conf/virnwfilterbindingobj.c:244 +#, c-format +msgid "unknown root element '%s' for filter binding" +msgstr "" + +#: ../../src/conf/virnetworkportdef.c:278 +msgid "unknown root element for network port" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2743 +msgid "unknown root element for nw filter" +msgstr "" + +#: ../../src/conf/virnwfilterbindingdef.c:177 +msgid "unknown root element for nwfilter binding" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2444 +msgid "unknown rule action attribute value" +msgstr "" + +#: ../../src/conf/nwfilter_conf.c:2458 +msgid "unknown rule direction attribute value" +msgstr "" + +#: ../../src/conf/domain_conf.c:10137 +#, c-format +msgid "unknown secret type '%s'" +msgstr "" + +#: ../../src/conf/secret_conf.c:61 +msgid "unknown secret usage type" +msgstr "" + +#: ../../src/conf/secret_conf.c:67 +#, c-format +msgid "unknown secret usage type %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:19807 +#, c-format +msgid "unknown secure value: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:8532 +#, c-format +msgid "unknown sgio mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13504 +#, c-format +msgid "unknown smartcard device mode: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:13589 +msgid "unknown smartcard mode" +msgstr "" + +#: ../../src/security/security_selinux.c:2697 +#: ../../src/security/security_selinux.c:3111 +#, c-format +msgid "unknown smartcard type %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:22192 +#, c-format +msgid "unknown smbios mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15017 +#, c-format +msgid "unknown sound model '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:9410 +#, c-format +msgid "unknown source mode '%s' for volume type disk" +msgstr "" + +#: ../../src/conf/domain_conf.c:14674 +#, c-format +msgid "unknown spice channel mode %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:14668 +#, c-format +msgid "unknown spice channel name %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:14693 +#, c-format +msgid "unknown spice image compression %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:14712 +#, c-format +msgid "unknown spice jpeg compression %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:14750 +msgid "unknown spice playback compression" +msgstr "" + +#: ../../src/conf/domain_conf.c:14767 +msgid "unknown spice streaming mode" +msgstr "" + +#: ../../src/conf/domain_conf.c:14731 +#, c-format +msgid "unknown spice zlib compression %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:10746 +#, c-format +msgid "unknown startupPolicy value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19274 ../../src/conf/domain_conf.c:19403 +#, c-format +msgid "unknown state attribute '%s' of feature '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19723 +#, c-format +msgid "unknown state attribute '%s' of feature capability '%s'" +msgstr "" + +#: ../../src/conf/node_device_conf.c:863 +#, c-format +msgid "unknown storage capability type '%s' for '%s'" +msgstr "" + +#: ../../src/util/virstoragefile.c:936 +#, c-format +msgid "unknown storage file meta->format %d" +msgstr "" + +#: ../../src/conf/storage_conf.c:866 ../../src/storage/storage_driver.c:636 +#: ../../src/test/test_driver.c:6319 +#, c-format +msgid "unknown storage pool type %s" +msgstr "" + +#: ../../src/conf/storage_conf.c:814 +#, c-format +msgid "unknown storage pool volume refresh allocation type %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:9708 +#, c-format +msgid "unknown storage source format '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:9701 +#, c-format +msgid "unknown storage source type '%s'" +msgstr "" + +#: ../../src/storage/storage_util.c:888 +#, c-format +msgid "unknown storage vol backing store type %d" +msgstr "" + +#: ../../src/storage/storage_util.c:839 ../../src/storage/storage_util.c:992 +#, c-format +msgid "unknown storage vol type %d" +msgstr "" + +#: ../../src/util/virutil.c:198 ../../src/util/virutil.c:223 +#, c-format +msgid "unknown suffix '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15733 +#, c-format +msgid "unknown sysinfo type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:12897 +#, c-format +msgid "unknown target model '%s' specified for character device" +msgstr "" + +#: ../../src/conf/domain_conf.c:12879 +#, c-format +msgid "unknown target type '%s' specified for character device" +msgstr "" + +#: ../../src/conf/domain_conf.c:12735 +#, c-format +msgid "unknown teaming type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14039 +#, c-format +msgid "unknown timer mode '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13990 +#, c-format +msgid "unknown timer name '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13999 +#, c-format +msgid "unknown timer present value '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14010 +#, c-format +msgid "unknown timer tickpolicy '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:14020 +#, c-format +msgid "unknown timer track '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11755 ../../src/conf/domain_conf.c:12029 +#, c-format +msgid "unknown trustGuestRxFilters value '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:1346 ../../src/openvz/openvz_driver.c:1154 +#: ../../src/qemu/qemu_driver.c:1309 ../../src/vz/vz_driver.c:1966 +#, c-format +msgid "unknown type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11737 +#, c-format +msgid "unknown type '%s' in interface's <actual> element" +msgstr "" + +#: ../../src/conf/domain_conf.c:13418 ../../src/conf/domain_conf.c:13570 +#, c-format +msgid "unknown type presented to host for character device: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:19815 +#, c-format +msgid "unknown type value: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:8005 +#, c-format +msgid "unknown usb source type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8589 +#, c-format +msgid "unknown value '%s' for <hostdev> attribute 'display'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8598 +#, c-format +msgid "unknown value '%s' for <hostdev> attribute 'ramfb'" +msgstr "" + +#: ../../src/qemu/qemu_capabilities.c:3933 +#, c-format +msgid "unknown value '%s' in attribute 'usable'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19232 +#, c-format +msgid "unknown value for attribute eoi: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15919 +#, c-format +msgid "unknown vgaconf value '%s'" +msgstr "" + +#: ../../src/qemu/qemu_vhost_user.c:155 +#, c-format +msgid "unknown vhost-user type: '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16008 +#, c-format +msgid "unknown video driver '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15997 +#, c-format +msgid "unknown video model '%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:1620 ../../src/bhyve/bhyve_driver.c:1627 +#: ../../src/libxl/libxl_driver.c:6433 ../../src/libxl/libxl_driver.c:6440 +#: ../../src/qemu/qemu_capabilities.c:5579 +#, c-format +msgid "unknown virttype: %s" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:663 +msgid "unknown virtualization type" +msgstr "" + +#: ../../src/conf/netdev_vport_profile_conf.c:48 +#, c-format +msgid "unknown virtualport type %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:14449 +#, c-format +msgid "unknown vnc display sharing policy '%s'" +msgstr "" + +#: ../../src/util/virstorageencryption.c:262 +msgid "unknown volume encryption format" +msgstr "" + +#: ../../src/util/virstorageencryption.c:269 +#, c-format +msgid "unknown volume encryption format type %s" +msgstr "" + +#: ../../src/util/virstorageencryption.c:160 +msgid "unknown volume encryption secret type" +msgstr "" + +#: ../../src/util/virstorageencryption.c:166 +#, c-format +msgid "unknown volume encryption secret type %s" +msgstr "" + +#: ../../src/conf/storage_conf.c:1517 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: ../../src/conf/storage_conf.c:1329 ../../src/conf/storage_conf.c:1376 +#, c-format +msgid "unknown volume format type %s" +msgstr "" + +#: ../../src/conf/storage_conf.c:1304 +#, c-format +msgid "unknown volume type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:16837 +#, c-format +msgid "unknown vsock model: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:15131 +#, c-format +msgid "unknown watchdog action '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:15120 +#, c-format +msgid "unknown watchdog model '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11609 +#, c-format +msgid "unknown xattr value '%s'" +msgstr "" + +#: ../../tools/virsh-domain.c:9308 +msgid "unlimited" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1858 +#, c-format +msgid "unlink(\"%s\")" +msgstr "" + +#: ../../src/conf/domain_conf.c:6445 +#, c-format +msgid "unmanaged target dev is not supported on interfaces of type '%s'" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:169 +msgid "unpaused" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5169 +msgid "unplug of device was rejected by the guest" +msgstr "" + +#: ../../src/util/virutil.c:1452 ../../src/util/virutil.c:1485 +msgid "unpriv_sgio is not supported by this kernel" +msgstr "" + +#: ../../src/rpc/virnetclientstream.c:426 +#, c-format +msgid "unprocessed hole of size %lld already in the queue" +msgstr "" + +#: ../../src/conf/network_conf.c:2010 +#, c-format +msgid "unreachable static route gateway '%s' specified for network '%s'" +msgstr "" + +#: ../../tools/virsh-network.c:989 +#, c-format +msgid "unrecognized command name '%s'" +msgstr "" + +#: ../../src/conf/network_conf.c:2928 +#, c-format +msgid "unrecognized network update command code %d" +msgstr "" + +#: ../../tools/virsh-network.c:999 +#, c-format +msgid "unrecognized section name '%s'" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:43 +msgid "unspecified error" +msgstr "" + +#: ../../src/network/bridge_driver.c:3600 +#, c-format +msgid "" +"unsupported <bandwidth> element in <portgroup name='%s'> of network '%s' " +"with forward mode='%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4838 ../../src/qemu/qemu_domain.c:4847 +#, c-format +msgid "unsupported CPU cache level for mode '%s'" +msgstr "" + +#: ../../src/cpu/cpu.c:417 +#, c-format +msgid "unsupported CPU type: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:19532 +#, c-format +msgid "unsupported Hyper-V stimer feature: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:19428 +#, c-format +msgid "unsupported HyperV Enlightenment feature: %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:19567 +#, c-format +msgid "unsupported KVM feature: %s" +msgstr "" + +#: ../../src/lxc/lxc_domain.c:232 +#, c-format +msgid "unsupported Namespace feature: %s" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2608 ../../src/vz/vz_sdk.c:2617 +msgid "unsupported OS parameters" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:342 +msgid "unsupported PCI controller model: only PCI root supported" +msgstr "" + +#: ../../src/rpc/virnetsshsession.c:407 +msgid "unsupported SSH key type" +msgstr "" + +#: ../../src/conf/domain_conf.c:19615 +#, c-format +msgid "unsupported Xen feature: %s" +msgstr "" + +#: ../../src/util/virsocketaddr.c:987 +#, c-format +msgid "unsupported address family for range %s - %s, must be ipv4 or ipv6" +msgstr "" + +#: ../../src/conf/network_conf.c:1688 +#, c-format +msgid "unsupported address type '%s' in network %s" +msgstr "" + +#: ../../src/storage/storage_backend_iscsi_direct.c:690 +#: ../../src/storage/storage_backend_rbd.c:1442 +#: ../../src/storage/storage_util.c:2628 +#, c-format +msgid "unsupported algorithm %d" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:1641 +#, c-format +msgid "unsupported architecture: %s" +msgstr "" + +#: ../../src/remote/remote_driver.c:3888 +#, c-format +msgid "unsupported authentication type %d" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:743 +#, c-format +msgid "unsupported balloon device model '%s'" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:277 ../../src/qemu/qemu_command.c:4957 +#, c-format +msgid "unsupported chardev '%s'" +msgstr "" + +#: ../../src/libxl/xen_common.c:1625 +#, c-format +msgid "unsupported chr device type '%s'" +msgstr "" + +#: ../../src/libxl/xen_common.c:1947 ../../src/libxl/xen_common.c:1956 +msgid "unsupported clock adjustment='reset'" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:568 ../../src/libxl/libxl_conf.c:338 +#: ../../src/qemu/qemu_command.c:5847 +#, c-format +msgid "unsupported clock offset '%s'" +msgstr "" + +#: ../../src/libxl/xen_common.c:1964 ../../src/libxl/xen_common.c:1981 +#, c-format +msgid "unsupported clock offset='%s'" +msgstr "" + +#: ../../src/bhyve/bhyve_driver.c:1583 ../../src/libxl/libxl_driver.c:2710 +#: ../../src/libxl/libxl_driver.c:2754 ../../src/libxl/xen_common.c:1537 +#: ../../src/libxl/xen_common.c:2497 ../../src/lxc/lxc_driver.c:952 +#: ../../src/qemu/qemu_driver.c:7386 +#, c-format +msgid "unsupported config type %s" +msgstr "" + +#: ../../src/util/virerror.c:1113 +msgid "unsupported configuration" +msgstr "" + +#: ../../src/util/virerror.c:1114 +#, c-format +msgid "unsupported configuration: %s" +msgstr "" + +#: ../../src/util/virstoragefile.c:1931 +#, c-format +msgid "unsupported connection mode for <reservations/>: %s" +msgstr "" + +#: ../../src/util/virstoragefile.c:1924 +#, c-format +msgid "unsupported connection type for <reservations/>: %s" +msgstr "" + +#: ../../src/qemu/qemu_command.c:9874 ../../src/qemu/qemu_validate.c:725 +#, c-format +msgid "unsupported console target type %s" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:452 ../../src/libxl/libxl_conf.c:473 +#, c-format +msgid "unsupported cpu feature '%s'" +msgstr "" + +#: ../../src/util/virjson.c:329 +#, c-format +msgid "unsupported data type '%c' for arg '%s'" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:11252 ../../src/qemu/qemu_domain.c:12068 +#, c-format +msgid "unsupported device type %s 0%o" +msgstr "" + +#: ../../src/esx/esx_network_driver.c:392 +#, c-format +msgid "unsupported device type in network %s interface pool" +msgstr "" + +#: ../../src/conf/backup_conf.c:159 +#, c-format +msgid "unsupported disk backup type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_command.c:1827 +#, c-format +msgid "unsupported disk bus '%s' with device setup" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:220 ../../src/bhyve/bhyve_command.c:289 +#: ../../src/bhyve/bhyve_command.c:325 ../../src/bhyve/bhyve_command.c:736 +msgid "unsupported disk device" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:5513 +#, c-format +msgid "unsupported disk driver %s" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:188 ../../src/bhyve/bhyve_command.c:296 +#: ../../src/bhyve/bhyve_command.c:743 +msgid "unsupported disk type" +msgstr "" + +#: ../../src/libxl/xen_xm.c:323 +#, c-format +msgid "unsupported disk type %s" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:5829 +#, c-format +msgid "unsupported driver name '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2282 +#, c-format +msgid "unsupported driver name '%s' for disk '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:3763 +#, c-format +msgid "unsupported dumpformat '%s' for this QEMU binary" +msgstr "" + +#: ../../src/conf/domain_conf.c:8058 +#, c-format +msgid "unsupported element '%s' of 'origstates'" +msgstr "" + +#: ../../src/conf/domain_conf.c:8258 +#, c-format +msgid "unsupported element '%s' of scsi hostdev source" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:4473 +#: ../../src/remote/remote_daemon_dispatch.c:4549 +#: ../../src/remote/remote_daemon_dispatch.c:4623 +#, c-format +msgid "unsupported event ID %d" +msgstr "" + +#: ../../src/locking/sanlock_helper.c:96 +#, c-format +msgid "unsupported failure action: '%s'\n" +msgstr "" + +#: ../../src/conf/storage_conf.c:1415 +#, c-format +msgid "unsupported feature %s" +msgstr "" + +#: ../../src/internal.h:239 ../../src/internal.h:261 +#, c-format +msgid "unsupported flags (0x%lx) in function %s" +msgstr "" + +#: ../../src/openvz/openvz_driver.c:1164 ../../src/openvz/openvz_driver.c:1214 +#, c-format +msgid "unsupported flags (0x%x)" +msgstr "" + +#: ../../src/vbox/vbox_common.c:2883 ../../src/vbox/vbox_common.c:2935 +#, c-format +msgid "unsupported flags: (0x%x)" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:1055 +#, c-format +msgid "unsupported flash format '%s'" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:5505 +#, c-format +msgid "unsupported format %s" +msgstr "" + +#: ../../src/storage/storage_util.c:2847 +msgid "unsupported gluster lookup" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3327 +#, c-format +msgid "unsupported graphics type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22903 +#, c-format +msgid "unsupported guest information types '0x%x'" +msgstr "" + +#: ../../src/conf/domain_conf.c:13827 ../../src/conf/domain_conf.c:13835 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2676 +msgid "unsupported input device configuration" +msgstr "" + +#: ../../src/storage/storage_util.c:607 +#, c-format +msgid "unsupported input storage vol type %d" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:1380 +#, c-format +msgid "unsupported interface type %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:16616 +#, c-format +msgid "unsupported launch security type '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:19652 +#, c-format +msgid "unsupported mode '%s' for Xen passthrough feature" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:3790 +#, c-format +msgid "unsupported monitor type '%s'" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:491 +#, c-format +msgid "unsupported nested HVM setting for %s machine on this Xen version" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:6033 +#, c-format +msgid "unsupported network event ID %d" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:6274 +#, c-format +msgid "unsupported node device event ID %d" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:9758 ../../src/test/test_driver.c:3363 +#, c-format +msgid "unsupported numatune mode: '%d'" +msgstr "" + +#: ../../src/qemu/qemu_firmware.c:1065 +#, c-format +msgid "unsupported nvram template format '%s'" +msgstr "" + +#: ../../src/security/virt-aa-helper.c:1397 +msgid "unsupported option" +msgstr "" + +#: ../../tools/virsh.c:773 ../../tools/virt-admin.c:1362 +#, c-format +msgid "unsupported option '%s'. See --help." +msgstr "" + +#: ../../tools/virsh.c:771 ../../tools/virt-admin.c:1360 +#, c-format +msgid "unsupported option '-%c'. See --help." +msgstr "" + +#: ../../src/qemu/qemu_validate.c:419 ../../src/qemu/qemu_validate.c:428 +#, c-format +msgid "unsupported pit tickpolicy '%s'" +msgstr "" + +#: ../../src/conf/interface_conf.c:479 +#, c-format +msgid "unsupported protocol family '%s'" +msgstr "" + +#: ../../src/qemu/qemu_monitor.c:2226 +#, c-format +msgid "unsupported protocol type %s" +msgstr "" + +#: ../../src/conf/domain_conf.c:6630 +msgid "unsupported rendernode accel attribute without 'vhostuser'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:402 +#, c-format +msgid "unsupported rtc timer tickpolicy '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:385 +#, c-format +msgid "unsupported rtc timer track '%s'" +msgstr "" + +#: ../../src/qemu/qemu_migration.c:2896 ../../src/vz/vz_driver.c:3075 +#, c-format +msgid "unsupported scheme %s in migration URI %s" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:6394 +#, c-format +msgid "unsupported secret event ID %d" +msgstr "" + +#: ../../src/conf/domain_conf.c:9626 +#, c-format +msgid "unsupported source type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22447 ../../src/qemu/qemu_driver.c:22534 +msgid "unsupported state value" +msgstr "" + +#: ../../src/remote/remote_daemon_dispatch.c:6154 +#, c-format +msgid "unsupported storage pool event ID %d" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:370 ../../src/libxl/libxl_conf.c:385 +#: ../../src/libxl/xen_common.c:2235 ../../src/libxl/xen_common.c:2248 +#: ../../src/lxc/lxc_controller.c:1563 ../../src/qemu/qemu_validate.c:367 +#, c-format +msgid "unsupported timer type (name) '%s'" +msgstr "" + +#: ../../src/conf/domain_conf.c:11745 +#, c-format +msgid "unsupported type '%s' in interface's <actual> element" +msgstr "" + +#: ../../src/conf/domain_conf.c:9072 +#, c-format +msgid "unsupported type='%s' to model 'none'" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:2078 +msgid "unsupported usb model" +msgstr "" + +#: ../../tools/virsh-domain.c:13479 +msgid "unsupported value" +msgstr "" + +#: ../../src/storage/storage_util.c:788 +#, c-format +msgid "unsupported volume encryption format %d" +msgstr "" + +#: ../../src/util/virconf.c:353 +msgid "unterminated number" +msgstr "" + +#: ../../src/util/virconf.c:386 ../../src/util/virconf.c:406 +#: ../../src/util/virconf.c:417 +msgid "unterminated string" +msgstr "" + +#: ../../tools/virsh-domain.c:12204 +msgid "update device from an XML file" +msgstr "" + +#: ../../tools/virsh-domain.c:10195 +msgid "update guest CPU according to host CPU" +msgstr "" + +#: ../../tools/virsh-network.c:911 +msgid "update parts of an existing network's configuration" +msgstr "" + +#: ../../src/vz/vz_sdk.c:3735 +#, c-format +msgid "updating device type '%s' is unsupported" +msgstr "" + +#: ../../tools/virsh-volume.c:642 +msgid "upload file contents to a volume" +msgstr "" + +#: ../../src/util/virhostuptime.c:65 +#, c-format +msgid "uptime file has unexpected format '%s'" +msgstr "" + +#: ../../tools/virsh-host.c:792 ../../tools/virsh-host.c:860 +#: ../../tools/virsh-host.c:871 +msgid "usage:" +msgstr "" + +#: ../../src/conf/domain_conf.c:7986 +msgid "usb address needs bus id" +msgstr "" + +#: ../../src/conf/domain_conf.c:8000 +msgid "usb address needs device id" +msgstr "" + +#: ../../src/qemu/qemu_command.c:2489 +#, c-format +msgid "usb controller type %s doesn't support 'ports' with this QEMU binary" +msgstr "" + +#: ../../src/lxc/lxc_driver.c:4067 +msgid "usb device not found" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3915 +msgid "usb keyboard is not supported by this QEMU binary" +msgstr "" + +#: ../../src/conf/domain_conf.c:7970 +msgid "usb product needs id" +msgstr "" + +#: ../../src/conf/domain_conf.c:7953 +msgid "usb vendor needs id" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3504 +msgid "usb-audio controller is not supported by this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3912 +msgid "usb-hub not supported by QEMU binary" +msgstr "" + +#: ../../src/conf/domain_conf.c:13470 +msgid "usb-serial requires address of usb type" +msgstr "" + +#: ../../tools/virsh-domain.c:10702 +msgid "use TLS for migration" +msgstr "" + +#: ../../tools/virsh-domain.c:8643 +msgid "use an editor to change the metadata" +msgstr "" + +#: ../../tools/virsh-domain.c:1988 +msgid "use backing file of top as base" +msgstr "" + +#: ../../tools/virsh-volume.c:456 ../../tools/virsh-volume.c:568 +msgid "use btrfs COW lightweight copy" +msgstr "" + +#: ../../tools/virsh-volume.c:1117 +msgid "use capacity as a delta to current size, rather than the new size" +msgstr "" + +#: ../../tools/virsh-domain.c:298 +msgid "use multifunction pci under specified address" +msgstr "" + +#: ../../src/conf/backup_conf.c:226 +msgid "use of <server> requires pull mode backup" +msgstr "" + +#: ../../src/libvirt-domain.c:10283 +msgid "use of flags requires a copy job" +msgstr "" + +#: ../../src/libvirt-domain.c:3888 +msgid "use virDomainMigrateToURI3 for peer-to-peer migration" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:187 +#: ../../tools/virsh-domain-monitor.c:206 +msgid "user" +msgstr "" + +#: ../../src/util/virpolkit.c:125 ../../tests/virpolkittest.c:242 +msgid "user cancelled authentication process" +msgstr "" + +#: ../../tools/virsh-host.c:787 +msgid "user:" +msgstr "" + +#: ../../src/conf/domain_conf.c:32301 +#, c-format +msgid "using '%s' pools for backing 'volume' disks isn't yet supported" +msgstr "" + +#: ../../src/conf/domain_conf.c:8958 +#, c-format +msgid "" +"using disk target name '%s' conflicts with SCSI host device address " +"controller='%u' bus='%u' target='%u' unit='%u" +msgstr "" + +#: ../../src/remote/remote_driver.c:987 +#, c-format +msgid "using unix socket and remote server '%s' is not supported." +msgstr "" + +#: ../../src/libvirt-network.c:375 ../../src/libvirt-network.c:1318 +#: ../../src/libvirt-nwfilter.c:253 ../../src/libvirt-secret.c:257 +#: ../../src/libvirt-storage.c:455 +#, c-format +msgid "uuidstr in %s must be a valid UUID" +msgstr "" + +#: ../../src/util/vircgroupv1.c:525 +#, c-format +msgid "v1 controller '%s' is not enabled for group" +msgstr "" + +#: ../../src/util/vircgroupv1.c:518 +#, c-format +msgid "v1 controller '%s' is not mounted" +msgstr "" + +#: ../../src/util/vircgroupv2.c:349 +#, c-format +msgid "v2 controller '%s' is not available" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22480 +#, c-format +msgid "vCPU '%u' is not offlinable" +msgstr "" + +#: ../../src/conf/domain_conf.c:2031 +#, c-format +msgid "vCPU '%u' is not present in domain definition" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:6489 +msgid "vCPU '0' can't be modified" +msgstr "" + +#: ../../src/remote/remote_driver.c:2218 ../../src/remote/remote_driver.c:2388 +#, c-format +msgid "vCPU count exceeds maximum: %d > %d" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5532 +msgid "" +"vCPU count provided by the guest agent can only be requested for live domains" +msgstr "" + +#: ../../src/remote/remote_driver.c:2226 ../../src/remote/remote_driver.c:2330 +#: ../../src/remote/remote_driver.c:2395 +#, c-format +msgid "vCPU map buffer length exceeds maximum: %d > %d" +msgstr "" + +#: ../../src/qemu/qemu_monitor_json.c:3187 +msgid "vCPU unplug is not supported by this QEMU" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:922 +#, c-format +msgid "vCPUs count must be a multiple of the vCPU hotplug granularity (%u)" +msgstr "" + +#: ../../src/esx/esx_driver.c:884 +#, c-format +msgid "vCenter IP address %s too big for destination" +msgstr "" + +#: ../../src/conf/secret_conf.c:117 +msgid "vTPM usage specified, but name is missing" +msgstr "" + +#: ../../tools/virsh-domain.c:8288 ../../tools/virsh-domain.c:8366 +#: ../../tools/virsh-snapshot.c:159 +msgid "validate the XML against the schema" +msgstr "" + +#: ../../src/conf/domain_conf.c:8783 +#, c-format +msgid "value '%llu' is too big for coalesce parameter, maximum is '%lu'" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19324 +#, c-format +msgid "value '%s' cannot be set if '%s' is not set" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:19332 +#, c-format +msgid "value '%s' cannot be smaller than '%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1834 +#, c-format +msgid "value for 'ram' must be less than '%u'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1841 +msgid "value for 'vgamem' must be at least 1 MiB (1024 KiB)" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1848 +msgid "value for 'vgamem' must be power of two" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1869 +msgid "value for 'vram' must be at least 1 MiB (1024 KiB)" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1828 +#, c-format +msgid "value for 'vram' must be less than '%u'" +msgstr "" + +#: ../../src/conf/netdev_vport_profile_conf.c:99 +msgid "value for typeid out of range" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:10195 +#, c-format +msgid "value of '%s' is out of range [%lld, %lld]" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:11074 +#, c-format +msgid "value of '%s' is too large" +msgstr "" + +#: ../../src/util/virstoragefile.c:2223 ../../src/util/virstoragefile.c:2235 +#, c-format +msgid "value of cookie '%s' contains invalid characters" +msgstr "" + +#: ../../src/conf/netdev_vport_profile_conf.c:82 +msgid "value of managerid out of range" +msgstr "" + +#: ../../src/conf/netdev_vport_profile_conf.c:116 +msgid "value of typeidversion out of range" +msgstr "" + +#: ../../src/util/virutil.c:229 +#, c-format +msgid "value too large: %llu%s" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5131 ../../tools/virsh-domain.c:7088 +#, c-format +msgid "vcpu %d is out of range of live cpu count %d" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:5220 ../../tools/virsh-domain.c:7092 +#, c-format +msgid "vcpu %d is out of range of persistent cpu count %d" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22571 +#, c-format +msgid "vcpu %zd is not present in live config" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22562 +#, c-format +msgid "vcpu %zd is not present in persistent config" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:6005 +#, c-format +msgid "vcpu '%u' can't be unplugged" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:2497 +#, c-format +msgid "vcpu '%u' is not active" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:6449 +#, c-format +msgid "" +"vcpu '%zd' belongs to a larger hotpluggable entity, but siblings were not " +"selected" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:6433 +#, c-format +msgid "vcpu '%zd' can't be hotunplugged" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:6506 +#, c-format +msgid "" +"vcpu '%zd' can't be modified as it is followed by non-hotpluggable online " +"vcpus" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:6427 +#, c-format +msgid "vcpu '%zd' is already in requested state" +msgstr "" + +#: ../../src/conf/domain_conf.c:5693 +#, c-format +msgid "vcpu '%zu' is both offline and not hotpluggable" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5878 +#, c-format +msgid "vcpu '%zu' is missing hotplug data" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:6457 +#, c-format +msgid "" +"vcpu '%zu' was not selected but it belongs to hotpluggable entity '%zd-%zd' " +"which was partially selected" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4664 +msgid "vcpu 0 can't be offline" +msgstr "" + +#: ../../src/conf/domain_conf.c:23940 +#, c-format +msgid "" +"vcpu enable order of vCPU '%zu' differs between source and destination " +"definitions" +msgstr "" + +#: ../../src/conf/domain_conf.c:20088 +#, c-format +msgid "vcpu id '%u' is out of range of maximum vcpu count" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:22342 +#, c-format +msgid "vcpu id '%u' reported by guest agent is out of range" +msgstr "" + +#: ../../tools/virsh-domain.c:7025 +msgid "vcpu number" +msgstr "" + +#: ../../src/qemu/qemu_process.c:5855 +#, c-format +msgid "vcpu order '%u' exceeds vcpu count" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:6020 +msgid "" +"vcpu unplug request timed out. Unplug result must be manually inspected in " +"the domain" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4669 +msgid "vcpu0 can't be hotpluggable" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:4674 +msgid "vcpu0 must be enabled first" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2543 +msgid "vcpupin cpumask differs from default cpumask" +msgstr "" + +#: ../../tools/virsh-domain.c:7201 +msgid "vcpupin: Missing vCPU number in pin mode." +msgstr "" + +#: ../../src/qemu/qemu_process.c:5867 +#, c-format +msgid "" +"vcpus '%zu' and '%zu' are in the same hotplug group but differ in " +"configuration" +msgstr "" + +#: ../../src/conf/domain_conf.c:20438 +msgid "vcpus is empty" +msgstr "" + +#: ../../src/conf/domain_conf.c:20477 +msgid "vcpus overlaps in resctrl groups" +msgstr "" + +#: ../../src/conf/domain_conf.c:8015 +msgid "vendor cannot be 0." +msgstr "" + +#: ../../src/conf/cpu_conf.c:513 +msgid "vendor id is invalid" +msgstr "" + +#: ../../src/conf/cpu_conf.c:505 +#, c-format +msgid "vendor_id must be exactly %d characters long" +msgstr "" + +#: ../../src/libxl/xen_xl.c:934 ../../src/libxl/xen_xl.c:944 +#, c-format +msgid "version %s invalid" +msgstr "" + +#: ../../src/rpc/virnetserverprogram.c:294 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "" + +#: ../../src/rpc/virnetclientprogram.c:225 +#, c-format +msgid "version mismatch in event (actual 0x%x, expected 0x%x)" +msgstr "" + +#: ../../src/vmware/vmware_conf.c:257 +msgid "version parsing error" +msgstr "" + +#: ../../src/conf/domain_conf.c:16053 +msgid "vgamem attribute only supported for type of qxl" +msgstr "" + +#: ../../src/qemu/qemu_interface.c:701 +msgid "vhost-net is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_interface.c:713 +msgid "vhost-net is only supported for virtio network interfaces" +msgstr "" + +#: ../../src/qemu/qemu_interface.c:731 +msgid "vhost-net was requested for an interface, but is unavailable" +msgstr "" + +#: ../../src/util/virscsivhost.c:85 +#, c-format +msgid "vhost-scsi device file '%s' cannot be found" +msgstr "" + +#: ../../src/qemu/qemu_command.c:7634 +#, c-format +msgid "vhost-user type '%s' not supported" +msgstr "" + +#: ../../src/qemu/qemu_vhost_user_gpu.c:193 +msgid "vhost-user-gpu failed to start" +msgstr "" + +#: ../../src/conf/domain_conf.c:6642 +msgid "video resolution values must be greater than 0" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:2399 +#, c-format +msgid "video type %s is not supported by libxl" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1813 +#, c-format +msgid "video type '%s' is only valid as primary video device" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:2391 +msgid "videoram must be at least 128MB for QXL" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:2357 +msgid "videoram must be at least 16MB for VGA" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:2380 +msgid "videoram must be at least 4MB for CIRRUS" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:2374 +msgid "videoram must be at least 8MB for CIRRUS" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:2363 +msgid "videoram must be at least 8MB for VGA" +msgstr "" + +#: ../../tools/virsh-domain.c:7670 +msgid "view domain IOThreads" +msgstr "" + +#: ../../src/util/virfile.c:2839 +msgid "virDirCreate is not implemented for WIN32" +msgstr "" + +#: ../../src/libvirt-domain-checkpoint.c:214 +msgid "virDomainCheckpointGetXMLDesc with secure flag" +msgstr "" + +#: ../../src/libvirt-domain.c:2585 +msgid "virDomainGetXMLDesc with secure flag" +msgstr "" + +#: ../../src/libvirt-domain.c:9549 +msgid "virDomainManagedSaveGetXMLDesc with secure flag" +msgstr "" + +#: ../../src/libvirt-domain-snapshot.c:287 +msgid "virDomainSnapshotGetXMLDesc with secure flag" +msgstr "" + +#: ../../src/util/virfile.c:2826 +msgid "virFileOpenAs is not implemented for WIN32" +msgstr "" + +#: ../../src/util/virfile.c:329 +msgid "virFileWrapperFd unsupported on this platform" +msgstr "" + +#: ../../src/util/virutil.c:1142 +msgid "virGetGroupID is not available" +msgstr "" + +#: ../../src/util/virutil.c:1162 +msgid "virGetGroupName is not available" +msgstr "" + +#: ../../src/util/virutil.c:1104 +msgid "virGetUserDirectory is not available" +msgstr "" + +#: ../../src/util/virutil.c:1132 +msgid "virGetUserID is not available" +msgstr "" + +#: ../../src/util/virutil.c:1123 +msgid "virGetUserName is not available" +msgstr "" + +#: ../../src/util/virutil.c:1094 ../../src/util/virutil.c:1113 +msgid "virGetUserShell is not available" +msgstr "" + +#: ../../src/conf/interface_conf.c:1071 +msgid "virInterfaceDefFormat NULL def" +msgstr "" + +#: ../../src/conf/interface_conf.c:1077 +msgid "virInterfaceDefFormat missing interface name" +msgstr "" + +#: ../../src/conf/interface_conf.c:1054 +msgid "virInterfaceDefFormat unknown startmode" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1624 +#, c-format +msgid "" +"virNWFilterDHCPSnoopReq ifname map failed on interface \"%s\" key \"%s\"" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1633 +#, c-format +msgid "virNWFilterDHCPSnoopReq req add failed on interface \"%s\" ifkey \"%s\"" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1645 +#, c-format +msgid "virNWFilterDHCPSnoopReq virThreadCreate failed on interface '%s'" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1913 +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1922 +#, c-format +msgid "virNWFilterSnoopLeaseFileLoad lease file line %d corrupt" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:1939 +#, c-format +msgid "virNWFilterSnoopLeaseFileLoad req add failed on interface \"%s\"" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:861 +msgid "virNWFilterSnoopListDel failed" +msgstr "" + +#: ../../src/nwfilter/nwfilter_dhcpsnoop.c:558 +#, c-format +msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" +msgstr "" + +#: ../../src/util/virutil.c:1154 +msgid "virSetUIDGID is not available" +msgstr "" + +#: ../../src/vmx/vmx.c:3077 +msgid "virVMXContext has no formatFileName function set" +msgstr "" + +#: ../../src/vmx/vmx.c:1315 +msgid "virVMXContext has no parseFileName function set" +msgstr "" + +#: ../../src/qemu/qemu_command.c:533 +#, c-format +msgid "virtio (non-)transitional models are not supported for address type=%s" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3682 +#, c-format +msgid "virtio (non-)transitional models are not supported for input type=%s" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:13082 +msgid "virtio S390 address type is not supported by this QEMU" +msgstr "" + +#: ../../src/qemu/qemu_domain_address.c:2320 +#, c-format +msgid "virtio disk cannot have an address of type '%s'" +msgstr "" + +#: ../../src/qemu/qemu_command.c:561 +msgid "virtio non-transitional model not supported for this qemu" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3524 +msgid "virtio rx_queue_size option is not supported with this QEMU binary" +msgstr "" + +#: ../../src/conf/domain_addr.c:1707 +#, c-format +msgid "virtio serial controller %u does not have port %u" +msgstr "" + +#: ../../src/conf/domain_addr.c:1699 +#, c-format +msgid "virtio serial controller %u is missing" +msgstr "" + +#: ../../src/conf/domain_addr.c:1571 +#, c-format +msgid "" +"virtio serial controller with index %u already exists in the address set" +msgstr "" + +#: ../../src/qemu/qemu_command.c:5222 +msgid "virtio serial device has invalid address type" +msgstr "" + +#: ../../src/conf/domain_addr.c:1715 +#, c-format +msgid "virtio serial port %u on controller %u is already occupied" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3532 +msgid "virtio tx_queue_size option is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1207 +msgid "virtio-net failover (teaming) is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1213 +#, c-format +msgid "" +"virtio-net teaming persistent interface must be <model type='virtio'/>, not " +"'%s'" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:1221 +#, c-format +msgid "virtio-net teaming transient interface must be type='hostdev', not '%s'" +msgstr "" + +#: ../../src/qemu/qemu_command.c:3448 +msgid "virtio-net-pci 'tx' option not supported in this QEMU binary" +msgstr "" + +#: ../../src/conf/domain_conf.c:7780 +msgid "virtio-s390 bus doesn't have an address" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:1222 +msgid "virtio-s390 net device cannot be hotplugged." +msgstr "" + +#: ../../src/qemu/qemu_validate.c:2457 +msgid "" +"virtio-scsi IOThreads only available for virtio pci and virtio ccw " +"controllers" +msgstr "" + +#: ../../src/conf/domain_addr.c:1842 +#, c-format +msgid "virtio-serial controller %u not available" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3448 +msgid "virtiofs does not support format" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3443 +msgid "virtiofs does not support model" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3458 +msgid "virtiofs does not support multidevs" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3438 +msgid "virtiofs does not support wrpolicy" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3423 +msgid "virtiofs does not yet support read-only mode" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3453 +msgid "virtiofs is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3428 +msgid "virtiofs is not yet supported in session mode" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3433 +msgid "virtiofs only supports passthrough accessmode" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3347 +msgid "virtiofs requires one or more NUMA nodes" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3359 ../../src/qemu/qemu_validate.c:3367 +msgid "virtiofs requires shared memory" +msgstr "" + +#: ../../src/qemu/qemu_virtiofs.c:248 ../../src/qemu/qemu_virtiofs.c:309 +msgid "virtiofsd died unexpectedly" +msgstr "" + +#: ../../src/qemu/qemu_domain.c:5210 +msgid "virtual FAT storage can't be accessed in read-write mode" +msgstr "" + +#: ../../tools/virsh-host.c:84 ../../tools/virsh-host.c:1624 +#: ../../tools/virsh-host.c:1731 +msgid "virtualization type (/domain/@type)" +msgstr "" + +#: ../../src/hypervisor/virhostdev.c:380 +#, c-format +msgid "" +"virtualport type %s is currently not supported on interfaces of type hostdev" +msgstr "" + +#: ../../src/util/virnetdev.c:2132 +#, c-format +msgid "vlan can only be set for SR-IOV VFs, but %s is not a VF" +msgstr "" + +#: ../../src/conf/interface_conf.c:687 +msgid "vlan interface misses name attribute" +msgstr "" + +#: ../../src/conf/interface_conf.c:679 +msgid "vlan interface misses the tag attribute" +msgstr "" + +#: ../../src/conf/interface_conf.c:796 +msgid "vlan interface misses the vlan element" +msgstr "" + +#: ../../src/conf/interface_conf.c:969 +msgid "vlan misses the tag name" +msgstr "" + +#: ../../src/conf/netdev_vlan_conf.c:72 +#, c-format +msgid "vlan tag id %lu too large (maximum 4095)" +msgstr "" + +#: ../../src/util/virnetdev.c:2148 +#, c-format +msgid "vlan tag set for interface %s but caller requested it not be set" +msgstr "" + +#: ../../src/util/virnetdev.c:2141 +msgid "vlan trunking is not supported by SR-IOV network devices" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:281 +msgid "vmcoreinfo is not available with this QEMU binary" +msgstr "" + +#: ../../src/vmware/vmware_driver.c:546 ../../src/vmware/vmware_driver.c:586 +msgid "" +"vmplayer does not support libvirt suspend/resume (vmware pause/unpause) " +"operation " +msgstr "" + +#: ../../src/qemu/qemu_validate.c:271 +msgid "vmport is not available with this QEMU binary" +msgstr "" + +#: ../../src/vmware/vmware_driver.c:210 +msgid "vmrun utility is missing" +msgstr "" + +#: ../../tools/virsh-domain.c:11750 +msgid "vnc display" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3302 +msgid "vnc graphics are not supported with this QEMU" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:430 +msgid "vnc password auth not supported" +msgstr "" + +#: ../../src/bhyve/bhyve_command.c:424 ../../src/qemu/qemu_command.c:7223 +msgid "vnc port must be in range [5900,65535]" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:1118 +#, c-format +msgid "vnc_tls_x509_cert_dir directory '%s' does not exist" +msgstr "" + +#: ../../src/libxl/xen_xl.c:580 +#, c-format +msgid "" +"vnuma configuration contains %zu vcpus, which is greater than %zu maxvcpus" +msgstr "" + +#: ../../src/libxl/xen_xl.c:537 +#, c-format +msgid "" +"vnuma pnode %d configured '%s' (count %zu) doesn't fit the number of " +"specified vnodes %zu" +msgstr "" + +#: ../../src/libxl/libxl_conf.c:832 +#, c-format +msgid "vnuma sibling %zu missing vcpus set" +msgstr "" + +#: ../../src/libxl/xen_xl.c:485 +#, c-format +msgid "vnuma vnode %zu contains invalid pnode value '%s'" +msgstr "" + +#: ../../src/libxl/xen_xl.c:477 +#, c-format +msgid "vnuma vnode %zu pnode '%s' too long for destination" +msgstr "" + +#: ../../src/libxl/xen_xl.c:493 +#, c-format +msgid "vnuma vnode %zu size '%s' too long for destination" +msgstr "" + +#: ../../src/libxl/xen_xl.c:506 +#, c-format +msgid "vnuma vnode %zu vcpus '%s' too long for destination" +msgstr "" + +#: ../../src/libxl/xen_xl.c:523 +#, c-format +msgid "vnuma vnode %zu vdistances '%s' too long for destination" +msgstr "" + +#: ../../src/libxl/xen_xl.c:463 +#, c-format +msgid "vnuma vnode invalid format '%s'" +msgstr "" + +#: ../../tools/virsh-volume.c:1192 +msgid "vol information in XML" +msgstr "" + +#: ../../tools/virsh-volume.c:63 +msgid "vol name, key or path" +msgstr "" + +#: ../../src/storage/storage_driver.c:1871 +#: ../../src/storage/storage_driver.c:2126 +#: ../../src/storage/storage_driver.c:2238 +#: ../../src/storage/storage_driver.c:2414 +#: ../../src/storage/storage_driver.c:2498 +#: ../../src/storage/storage_driver.c:2604 +#, c-format +msgid "volume '%s' is still being allocated." +msgstr "" + +#: ../../src/storage/storage_driver.c:1864 +#: ../../src/storage/storage_driver.c:2407 +#: ../../src/storage/storage_driver.c:2491 +#: ../../src/storage/storage_driver.c:2597 +#, c-format +msgid "volume '%s' is still in use." +msgstr "" + +#: ../../src/storage/storage_backend_sheepdog.c:249 +msgid "volume capacity required for this pool" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:919 +#: ../../src/storage/storage_driver.c:1920 +msgid "volume capacity required for this storage pool" +msgstr "" + +#: ../../src/storage/storage_util.c:810 +#, c-format +msgid "volume encryption unsupported with format %s" +msgstr "" + +#: ../../tools/virsh-volume.c:1529 ../../tools/virsh-volume.c:1565 +msgid "volume key or path" +msgstr "" + +#: ../../src/storage/storage_util.c:2041 +#, c-format +msgid "volume name '%s' cannot contain '/'" +msgstr "" + +#: ../../tools/virsh-volume.c:1664 +msgid "volume name or key" +msgstr "" + +#: ../../tools/virsh-volume.c:1628 +msgid "volume name or path" +msgstr "" + +#: ../../tools/virsh-volume.c:771 +msgid "volume offset to download from" +msgstr "" + +#: ../../tools/virsh-volume.c:656 +msgid "volume offset to upload to" +msgstr "" + +#: ../../src/storage/storage_util.c:2050 +#, c-format +msgid "volume target path '%s' already exists" +msgstr "" + +#: ../../src/storage/storage_backend_disk.c:792 +#, c-format +msgid "volume target path empty for source path '%s'" +msgstr "" + +#: ../../src/conf/secret_conf.c:81 +msgid "volume usage specified, but volume path is missing" +msgstr "" + +#: ../../src/util/virvhba.c:271 +#, c-format +msgid "vport operation '%s' is not supported for host%d" +msgstr "" + +#: ../../src/conf/domain_conf.c:16040 +msgid "vram64 attribute only supported for type of qxl" +msgstr "" + +#: ../../src/qemu/qemu_validate.c:3560 +msgid "vsock device is not supported with this QEMU binary" +msgstr "" + +#: ../../src/qemu/qemu_conf.c:1150 +#, c-format +msgid "vxhs_tls_x509_cert_dir directory '%s' does not exist" +msgstr "" + +#: ../../src/vz/vz_utils.c:517 +msgid "vz driver doesn't support exclusive share policy for VNC graphics." +msgstr "" + +#: ../../src/vz/vz_utils.c:525 +msgid "vz driver doesn't support given action in case of password change." +msgstr "" + +#: ../../src/vz/vz_utils.c:539 +msgid "vz driver doesn't support more than one listening VNC server per domain" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2809 +msgid "vz driver doesn't support multihead video adapters." +msgstr "" + +#: ../../src/vz/vz_utils.c:532 +msgid "vz driver doesn't support setting password expire time." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2816 +msgid "vz driver doesn't support setting video acceleration parameters." +msgstr "" + +#: ../../src/vz/vz_sdk.c:3123 +msgid "vz driver doesn't support specified serial source type." +msgstr "" + +#: ../../src/vz/vz_utils.c:502 +msgid "vz driver doesn't support websockets for VNC graphics." +msgstr "" + +#: ../../src/vz/vz_utils.c:510 +msgid "vz driver supports only \"en-us\" keymap for VNC graphics." +msgstr "" + +#: ../../src/vz/vz_sdk.c:2802 +msgid "vz driver supports only VGA video adapters." +msgstr "" + +#: ../../src/vz/vz_sdk.c:3967 +msgid "vz driver supports only VNC graphics" +msgstr "" + +#: ../../src/vz/vz_utils.c:495 +msgid "vz driver supports only VNC graphics." +msgstr "" + +#: ../../src/vz/vz_utils.c:547 +msgid "vz driver supports only address-based VNC listening" +msgstr "" + +#: ../../src/vz/vz_sdk.c:2792 +msgid "vz driver supports only one video adapter." +msgstr "" + +#: ../../src/vz/vz_driver.c:177 +msgid "vz state driver is not active" +msgstr "" + +#: ../../tools/virsh-domain.c:13666 +msgid "wait for all events instead of just one type" +msgstr "" + +#: ../../tools/virsh-domain.c:2004 +msgid "wait for job to complete (with --active, wait for job to sync)" +msgstr "" + +#: ../../tools/virsh-domain.c:2770 +msgid "wait for job to finish" +msgstr "" + +#: ../../tools/virsh-domain.c:2230 +msgid "wait for job to reach mirroring phase" +msgstr "" + +#: ../../tools/virsh-domain.c:3539 +msgid "wakeup a domain from pmsuspended state" +msgstr "" + +#: ../../src/util/virerror.c:657 +msgid "warning" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:192 +msgid "watchdog" +msgstr "" + +#: ../../src/qemu/qemu_hotplug.c:5498 +msgid "watchdog device not present in domain configuration" +msgstr "" + +#: ../../src/conf/domain_conf.c:15114 +msgid "watchdog must contain model name" +msgstr "" + +#: ../../src/qemu/qemu_driver.c:782 +msgid "webSocket" +msgstr "" + +#: ../../tools/virsh-domain.c:5100 +msgid "weight for XEN_CREDIT" +msgstr "" + +#: ../../src/conf/node_device_conf.c:1994 +#, c-format +msgid "when providing parent wwnn='%s', the wwpn must also be provided" +msgstr "" + +#: ../../src/conf/node_device_conf.c:2002 +#, c-format +msgid "when providing parent wwpn='%s', the wwnn must also be provided" +msgstr "" + +#: ../../src/conf/storage_adapter_conf.c:232 +#, c-format +msgid "when providing parent_wwnn='%s', the parent_wwpn must also be provided" +msgstr "" + +#: ../../src/conf/storage_adapter_conf.c:240 +#, c-format +msgid "when providing parent_wwpn='%s', the parent_wwnn must also be provided" +msgstr "" + +#: ../../tools/virsh-domain.c:5407 +msgid "where to dump the core" +msgstr "" + +#: ../../tools/virsh-domain.c:4200 +msgid "where to save the data" +msgstr "" + +#: ../../tools/virsh-domain.c:5581 +msgid "where to store the screenshot" +msgstr "" + +#: ../../tools/virsh-domain.c:13662 ../../tools/virsh-network.c:1262 +#: ../../tools/virsh-nodedev.c:871 ../../tools/virsh-pool.c:1996 +#: ../../tools/virsh-secret.c:738 +msgid "which event type to wait for" +msgstr "" + +#: ../../tools/virsh-domain.c:13987 +msgid "which mount point to trim" +msgstr "" + +#: ../../tools/virsh-network.c:939 +msgid "which parent object to search through" +msgstr "" + +#: ../../tools/virsh-network.c:929 +msgid "which section of network configuration to update" +msgstr "" + +#: ../../tools/virsh-volume.c:917 +msgid "wipe a vol" +msgstr "" + +#: ../../tools/virsh-domain.c:3619 +msgid "wipe data on the removed volumes" +msgstr "" + +#: ../../src/storage/storage_driver.c:2582 +#, c-format +msgid "wiping algorithm %d not supported" +msgstr "" + +#: ../../tools/virsh-checkpoint.c:696 ../../tools/virsh-snapshot.c:1468 +msgid "with --from, list all descendants" +msgstr "" + +#: ../../tools/virsh-domain.c:2778 +msgid "with --wait, abort if pull exceeds timeout (in seconds)" +msgstr "" + +#: ../../tools/virsh-domain.c:2009 ../../tools/virsh-domain.c:2234 +#: ../../tools/virsh-domain.c:2774 +msgid "with --wait, display the progress" +msgstr "" + +#: ../../tools/virsh-domain.c:2025 ../../tools/virsh-domain.c:2250 +#: ../../tools/virsh-domain.c:2782 +msgid "with --wait, don't wait for cancel to finish" +msgstr "" + +#: ../../tools/virsh-snapshot.c:131 +msgid "with redefine, set current snapshot" +msgstr "" + +#: ../../tools/virsh-domain.c:1217 +msgid "write I/O operations limit per second" +msgstr "" + +#: ../../tools/virsh-domain.c:1265 +msgid "write I/O operations max" +msgstr "" + +#: ../../src/rpc/virnetlibsshsession.c:1426 +#: ../../src/rpc/virnetsshsession.c:1472 +#, c-format +msgid "write failed: %s" +msgstr "" + +#: ../../tools/virsh-domain.c:1241 +msgid "write max, as scaled integer (default bytes)" +msgstr "" + +#: ../../tools/virsh-domain.c:1193 +msgid "write throughput limit, as scaled integer (default bytes)" +msgstr "" + +#: ../../tools/vsh.c:2377 +#, c-format +msgid "write: %s: failed to write to temporary file: %s" +msgstr "" + +#: ../../src/storage/storage_backend_rbd.c:1333 +#, c-format +msgid "writing %llu bytes failed on RBD image %s at offset %llu" +msgstr "" + +#: ../../src/util/virstoragefile.c:3244 +#, c-format +msgid "wrong format of 'cookie' field in backing store definition '%s'" +msgstr "" + +#: ../../src/util/virarptable.c:91 +msgid "wrong nlmsg len" +msgstr "" + +#: ../../tools/virsh-domain.c:282 +msgid "wwn of disk device" +msgstr "" + +#: ../../src/conf/domain_conf.c:13842 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: ../../tools/virsh-domain.c:10319 +msgid "xml data file to export from" +msgstr "" + +#: ../../src/libxl/libxl_driver.c:1914 ../../src/libxl/libxl_driver.c:1974 +#: ../../src/test/test_driver.c:2336 ../../src/test/test_driver.c:2387 +msgid "xml modification unsupported" +msgstr "" + +#: ../../src/esx/esx_vi_types.c:1512 ../../src/esx/esx_vi_types.c:1522 +#: ../../src/esx/esx_vi_types.c:1534 +#, c-format +msgid "xsd:dateTime value '%s' has unexpected format" +msgstr "" + +#: ../../tools/vsh.c:2317 +msgid "y - yes, start editor again" +msgstr "" + +#: ../../tools/virsh-domain-monitor.c:1350 +#: ../../tools/virsh-domain-monitor.c:1363 ../../tools/virsh-network.c:409 +#: ../../tools/virsh-network.c:415 ../../tools/virsh-network.c:420 +#: ../../tools/virsh-network.c:760 ../../tools/virsh-network.c:768 +#: ../../tools/virsh-pool.c:1247 ../../tools/virsh-pool.c:1257 +#: ../../tools/virsh-pool.c:1602 ../../tools/virsh-pool.c:1608 +#: ../../tools/virsh-snapshot.c:917 ../../tools/virsh-snapshot.c:1002 +#: ../../tools/vsh.c:1793 +msgid "yes" +msgstr "" + +#: ../../src/conf/domain_addr.c:41 +#, c-format +msgid "zPCI %s %o is already reserved" +msgstr "" + +#: ../../src/conf/domain_conf.c:18949 +msgid "zero is an invalid iothread id value" +msgstr "" + +#: ../../src/network/bridge_driver_linux.c:833 +#, c-format +msgid "zone %s requested for network %s but firewalld is not active" +msgstr "" + +#: ../../tools/vsh.c:674 +#, c-format +msgid "{[--%s] <string>}..." +msgstr "" -- 2.26.2

On Tue, May 19, 2020 at 10:55:02AM +0100, Daniel P. Berrangé wrote:
The Fedora translation team has stopped using Zanata because the software itself is dead upstream. In its place is the Weblate platform. In theory we should have been able to work with Weblate in the same way as we did for Zanata, pushing a pot file periodically, and pulling .po files periodically. In practice this fails for libvirt.git because Weblates RPC API doesn't scale sufficiently well. It will frequently throw errors with the large libvirt.pot file and it gets slower at an exponential rate as you add more languages.
Weblate has another mode of operating though which is way more common, whereby it directly pulls a .pot from your git repo, and then directly pushes .po files back, either using a trusted SSH key, or by opening a merge request for GitLab/GitHub/etc. This is the mode we're going to have to use in libvirt projects.
Compared to what we're currently doing with Zanata the downsides are:
- We have to store libvirt.pot in git and refresh it periodically
- The .po files are only partially minimized, as while they have locations stripped, they still contain non-translated msgids
The plussides are
- We don't have to interact with Weblate at all, only the libvirt git repo
- We'll be able to use the normal meson i18n integration, merely by calling
i18n.gettext(meson.project_name(), args: ['--sort-output'], preset: 'glib')
I'm intending to open discussion with weblate maintainers to see if either of those two downsides can be eliminated via feature enhancements to Weblate. In the meanwhile we just have to accept them, as otherwise we're not going to get any translations since Zanata is dead.
Daniel P. Berrangé (7): po: switch to using LINGUAS file for list of languages po: delete empty translations po: refresh to drop unused translations po: rename the .mini.po files to have just a .po suffix po: generate .pot file with strings in alphabetical order po: stop stripping non-translated strings from po files po: go back to storing the .pot file in git
Today I was investigating the i18n Meson module and recalled this series. Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
participants (2)
-
Daniel P. Berrangé
-
Pavel Hrdina