[libvirt] [glib PATCH v2 00/15] po: improve translation handling

This applies the same improvements previously done in libvirt: https://www.redhat.com/archives/libvir-list/2018-April/msg01004.html https://www.berrange.com/posts/2018/11/29/improved-translation-po-file-handl... The key problems with our current approach are: - The pot & po files stored in GIT contain huge set of annotations about source file names & line numbers. These are out of date as soon as a change is commited to git following a translation refresh. This makes diffs impossible to meaningfully review, as they are 98% noise, 2% signal. - The po file messages are sorted by source location, so when we move code between files, or rename files, the po file message order changes for no good reason. This makes diffs even more impossible to review. - The po files contain entries for all messages even if most have no translation, bloating size of po/ data stored in git - Whenever 'make dist' is run, it alters all the pot and po files, so developers need to then reset their content to match git HEAD manually. This is caused by having auto-generated content (source file locations) mixed in with the static content (the actual translated strings) After this series, we only minimized po files in git, with the redundated & outdated source locations info stripped. This stripped info is re-added automatically during build to create the real .po files, that we distribute, and/or upload to translators in Zanata. As a result the po directory is smaller in size, and when refreshing from Zanata, we have git commits that clearly show *only* the altered translations, nothing else. The importance of this cannot be overstated - by having these clear diffs when doing this change in libvirt, I discovered a serious bug in the Zanata client that has been screwing up translations in every project that uses Zanata by adding bogus "fuzzy" annotations. The particularly attractive statistic: 194 files changed, 2607 insertions(+), 14146 deletions(-) Changed in v2: - Fix a number of problems with VPATH builds Daniel P. Berrangé (15): po: provide custom make rules for po file management po: remove language list from zanata configuration po: add rules for integration with zanata po: minimize & canonicalize translations stored in git po: minimize af am anp ar as ast bal be bg bn_IN po: minimize bn bo br brx bs ca cs cy da de_CH po: minimize de el en_GB eo es et eu fa fi po: minimize fr gl gu he hi hr hu ia po: minimize id ilo is it ja ka kk km kn ko po: minimize kw_GB kw@kkcor kw kw@uccor ky lt lv mai mk ml po: minimize mn mr ms nb nds ne nl nn nso po: minimize or pa pl pt_BR pt ro ru si sk sl po: minimize sq sr@latin sr sv ta te tg th tr tw po: minimize uk ur vi wba yo zh_CN zh_HK zh_TW zu po: refresh translations from zanata .gitignore | 11 +-- autogen.sh | 3 +- build-aux/minimize-po.pl | 37 ++++++++ configure.ac | 8 +- libvirt-gconfig/Makefile.am | 1 + libvirt-glib.spec.in | 2 +- libvirt-glib/Makefile.am | 1 + libvirt-gobject/Makefile.am | 1 + m4/virt-gettext.m4 | 5 -- m4/virt-nls.m4 | 45 ++++++++++ mingw-libvirt-glib.spec.in | 2 +- po/Makefile.am | 111 +++++++++++++++++++++++ po/{POTFILES.in => POTFILES} | 0 po/README.md | 76 ++++++++++++++++ po/af.mini.po | 20 +++++ po/af.po | 153 -------------------------------- po/am.mini.po | 20 +++++ po/am.po | 153 -------------------------------- po/anp.mini.po | 19 ++++ po/anp.po | 152 ------------------------------- po/ar.mini.po | 21 +++++ po/ar.po | 154 -------------------------------- po/as.mini.po | 20 +++++ po/as.po | 153 -------------------------------- po/ast.mini.po | 20 +++++ po/ast.po | 153 -------------------------------- po/bal.mini.po | 20 +++++ po/bal.po | 153 -------------------------------- po/be.mini.po | 21 +++++ po/be.po | 154 -------------------------------- po/bg.mini.po | 20 +++++ po/bg.po | 153 -------------------------------- po/bn.mini.po | 20 +++++ po/bn.po | 153 -------------------------------- po/bn_IN.mini.po | 20 +++++ po/bn_IN.po | 153 -------------------------------- po/bo.mini.po | 20 +++++ po/bo.po | 153 -------------------------------- po/br.mini.po | 20 +++++ po/br.po | 153 -------------------------------- po/brx.mini.po | 20 +++++ po/brx.po | 153 -------------------------------- po/bs.mini.po | 21 +++++ po/bs.po | 154 -------------------------------- po/{ca.po => ca.mini.po} | 152 ++++++++++++------------------- po/cs.mini.po | 119 +++++++++++++++++++++++++ po/cs.po | 155 -------------------------------- po/cy.mini.po | 21 +++++ po/cy.po | 154 -------------------------------- po/da.mini.po | 20 +++++ po/da.po | 153 -------------------------------- po/de.mini.po | 20 +++++ po/de.po | 153 -------------------------------- po/de_CH.mini.po | 20 +++++ po/de_CH.po | 153 -------------------------------- po/el.mini.po | 20 +++++ po/el.po | 153 -------------------------------- po/{en_GB.po => en_GB.mini.po} | 141 ++++++++++------------------- po/eo.mini.po | 20 +++++ po/eo.po | 153 -------------------------------- po/{es.po => es.mini.po} | 153 ++++++++++++-------------------- po/et.mini.po | 20 +++++ po/et.po | 153 -------------------------------- po/eu.mini.po | 20 +++++ po/eu.po | 153 -------------------------------- po/fa.mini.po | 20 +++++ po/fa.po | 153 -------------------------------- po/fi.mini.po | 44 +++++++++ po/fi.po | 154 -------------------------------- po/{fr.po => fr.mini.po} | 157 +++++++++++++-------------------- po/gl.mini.po | 20 +++++ po/gl.po | 153 -------------------------------- po/gu.mini.po | 20 +++++ po/gu.po | 153 -------------------------------- po/he.mini.po | 20 +++++ po/he.po | 153 -------------------------------- po/{hi.po => hi.mini.po} | 141 ++++++++++------------------- po/hr.mini.po | 21 +++++ po/hr.po | 154 -------------------------------- po/hu.mini.po | 20 +++++ po/hu.po | 153 -------------------------------- po/ia.mini.po | 20 +++++ po/ia.po | 153 -------------------------------- po/id.mini.po | 20 +++++ po/id.po | 153 -------------------------------- po/ilo.mini.po | 20 +++++ po/ilo.po | 153 -------------------------------- po/is.mini.po | 20 +++++ po/is.po | 153 -------------------------------- po/it.mini.po | 20 +++++ po/it.po | 153 -------------------------------- po/{ja.po => ja.mini.po} | 141 ++++++++++------------------- po/ka.mini.po | 20 +++++ po/ka.po | 153 -------------------------------- po/kk.mini.po | 20 +++++ po/kk.po | 153 -------------------------------- po/km.mini.po | 20 +++++ po/km.po | 153 -------------------------------- po/kn.mini.po | 20 +++++ po/kn.po | 153 -------------------------------- po/ko.mini.po | 20 +++++ po/ko.po | 153 -------------------------------- po/kw.mini.po | 20 +++++ po/kw.po | 153 -------------------------------- po/kw@kkcor.mini.po | 20 +++++ po/kw@kkcor.po | 153 -------------------------------- po/kw@uccor.mini.po | 20 +++++ po/kw@uccor.po | 153 -------------------------------- po/kw_GB.mini.po | 20 +++++ po/kw_GB.po | 153 -------------------------------- po/ky.mini.po | 20 +++++ po/ky.po | 153 -------------------------------- po/lt.mini.po | 21 +++++ po/lt.po | 154 -------------------------------- po/lv.mini.po | 21 +++++ po/lv.po | 154 -------------------------------- po/mai.mini.po | 20 +++++ po/mai.po | 153 -------------------------------- po/mk.mini.po | 20 +++++ po/mk.po | 153 -------------------------------- po/ml.mini.po | 20 +++++ po/ml.po | 153 -------------------------------- po/mn.mini.po | 20 +++++ po/mn.po | 153 -------------------------------- po/mr.mini.po | 20 +++++ po/mr.po | 153 -------------------------------- po/ms.mini.po | 20 +++++ po/ms.po | 153 -------------------------------- po/nb.mini.po | 20 +++++ po/nb.po | 153 -------------------------------- po/nds.mini.po | 20 +++++ po/nds.po | 153 -------------------------------- po/ne.mini.po | 20 +++++ po/ne.po | 153 -------------------------------- po/nl.mini.po | 20 +++++ po/nl.po | 153 -------------------------------- po/nn.mini.po | 20 +++++ po/nn.po | 153 -------------------------------- po/nso.mini.po | 20 +++++ po/nso.po | 153 -------------------------------- po/or.mini.po | 20 +++++ po/or.po | 153 -------------------------------- po/pa.mini.po | 20 +++++ po/pa.po | 153 -------------------------------- po/{pl.po => pl.mini.po} | 152 ++++++++++++------------------- po/pt.mini.po | 20 +++++ po/pt.po | 153 -------------------------------- po/{pt_BR.po => pt_BR.mini.po} | 141 ++++++++++------------------- po/ro.mini.po | 21 +++++ po/ro.po | 154 -------------------------------- po/ru.mini.po | 26 ++++++ po/ru.po | 155 -------------------------------- po/si.mini.po | 20 +++++ po/si.po | 153 -------------------------------- po/sk.mini.po | 20 +++++ po/sk.po | 153 -------------------------------- po/sl.mini.po | 21 +++++ po/sl.po | 154 -------------------------------- po/sq.mini.po | 20 +++++ po/sq.po | 153 -------------------------------- po/sr.mini.po | 21 +++++ po/sr.po | 154 -------------------------------- po/sr@latin.mini.po | 21 +++++ po/sr@latin.po | 154 -------------------------------- po/sv.mini.po | 20 +++++ po/sv.po | 153 -------------------------------- po/ta.mini.po | 20 +++++ po/ta.po | 153 -------------------------------- po/te.mini.po | 20 +++++ po/te.po | 153 -------------------------------- po/tg.mini.po | 20 +++++ po/tg.po | 153 -------------------------------- po/th.mini.po | 20 +++++ po/th.po | 153 -------------------------------- po/tr.mini.po | 20 +++++ po/tr.po | 153 -------------------------------- po/tw.mini.po | 19 ++++ po/tw.po | 152 ------------------------------- po/{uk.po => uk.mini.po} | 152 ++++++++++++------------------- po/ur.mini.po | 20 +++++ po/ur.po | 153 -------------------------------- po/vi.mini.po | 20 +++++ po/vi.po | 153 -------------------------------- po/wba.mini.po | 19 ++++ po/wba.po | 152 ------------------------------- po/yo.mini.po | 19 ++++ po/yo.po | 152 ------------------------------- po/zanata.xml | 99 --------------------- po/zh_CN.mini.po | 20 +++++ po/zh_CN.po | 153 -------------------------------- po/zh_HK.mini.po | 20 +++++ po/zh_HK.po | 153 -------------------------------- po/zh_TW.mini.po | 20 +++++ po/zh_TW.po | 153 -------------------------------- po/zu.mini.po | 20 +++++ po/zu.po | 153 -------------------------------- 196 files changed, 2609 insertions(+), 14149 deletions(-) create mode 100755 build-aux/minimize-po.pl delete mode 100644 m4/virt-gettext.m4 create mode 100644 m4/virt-nls.m4 create mode 100644 po/Makefile.am rename po/{POTFILES.in => POTFILES} (100%) create mode 100644 po/README.md create mode 100644 po/af.mini.po delete mode 100644 po/af.po create mode 100644 po/am.mini.po delete mode 100644 po/am.po create mode 100644 po/anp.mini.po delete mode 100644 po/anp.po create mode 100644 po/ar.mini.po delete mode 100644 po/ar.po create mode 100644 po/as.mini.po delete mode 100644 po/as.po create mode 100644 po/ast.mini.po delete mode 100644 po/ast.po create mode 100644 po/bal.mini.po delete mode 100644 po/bal.po create mode 100644 po/be.mini.po delete mode 100644 po/be.po create mode 100644 po/bg.mini.po delete mode 100644 po/bg.po create mode 100644 po/bn.mini.po delete mode 100644 po/bn.po create mode 100644 po/bn_IN.mini.po delete mode 100644 po/bn_IN.po create mode 100644 po/bo.mini.po delete mode 100644 po/bo.po create mode 100644 po/br.mini.po delete mode 100644 po/br.po create mode 100644 po/brx.mini.po delete mode 100644 po/brx.po create mode 100644 po/bs.mini.po delete mode 100644 po/bs.po rename po/{ca.po => ca.mini.po} (62%) create mode 100644 po/cs.mini.po delete mode 100644 po/cs.po create mode 100644 po/cy.mini.po delete mode 100644 po/cy.po create mode 100644 po/da.mini.po delete mode 100644 po/da.po create mode 100644 po/de.mini.po delete mode 100644 po/de.po create mode 100644 po/de_CH.mini.po delete mode 100644 po/de_CH.po create mode 100644 po/el.mini.po delete mode 100644 po/el.po rename po/{en_GB.po => en_GB.mini.po} (51%) create mode 100644 po/eo.mini.po delete mode 100644 po/eo.po rename po/{es.po => es.mini.po} (59%) create mode 100644 po/et.mini.po delete mode 100644 po/et.po create mode 100644 po/eu.mini.po delete mode 100644 po/eu.po create mode 100644 po/fa.mini.po delete mode 100644 po/fa.po create mode 100644 po/fi.mini.po delete mode 100644 po/fi.po rename po/{fr.po => fr.mini.po} (59%) create mode 100644 po/gl.mini.po delete mode 100644 po/gl.po create mode 100644 po/gu.mini.po delete mode 100644 po/gu.po create mode 100644 po/he.mini.po delete mode 100644 po/he.po rename po/{hi.po => hi.mini.po} (62%) create mode 100644 po/hr.mini.po delete mode 100644 po/hr.po create mode 100644 po/hu.mini.po delete mode 100644 po/hu.po create mode 100644 po/ia.mini.po delete mode 100644 po/ia.po create mode 100644 po/id.mini.po delete mode 100644 po/id.po create mode 100644 po/ilo.mini.po delete mode 100644 po/ilo.po create mode 100644 po/is.mini.po delete mode 100644 po/is.po create mode 100644 po/it.mini.po delete mode 100644 po/it.po rename po/{ja.po => ja.mini.po} (55%) create mode 100644 po/ka.mini.po delete mode 100644 po/ka.po create mode 100644 po/kk.mini.po delete mode 100644 po/kk.po create mode 100644 po/km.mini.po delete mode 100644 po/km.po create mode 100644 po/kn.mini.po delete mode 100644 po/kn.po create mode 100644 po/ko.mini.po delete mode 100644 po/ko.po create mode 100644 po/kw.mini.po delete mode 100644 po/kw.po create mode 100644 po/kw@kkcor.mini.po delete mode 100644 po/kw@kkcor.po create mode 100644 po/kw@uccor.mini.po delete mode 100644 po/kw@uccor.po create mode 100644 po/kw_GB.mini.po delete mode 100644 po/kw_GB.po create mode 100644 po/ky.mini.po delete mode 100644 po/ky.po create mode 100644 po/lt.mini.po delete mode 100644 po/lt.po create mode 100644 po/lv.mini.po delete mode 100644 po/lv.po create mode 100644 po/mai.mini.po delete mode 100644 po/mai.po create mode 100644 po/mk.mini.po delete mode 100644 po/mk.po create mode 100644 po/ml.mini.po delete mode 100644 po/ml.po create mode 100644 po/mn.mini.po delete mode 100644 po/mn.po create mode 100644 po/mr.mini.po delete mode 100644 po/mr.po create mode 100644 po/ms.mini.po delete mode 100644 po/ms.po create mode 100644 po/nb.mini.po delete mode 100644 po/nb.po create mode 100644 po/nds.mini.po delete mode 100644 po/nds.po create mode 100644 po/ne.mini.po delete mode 100644 po/ne.po create mode 100644 po/nl.mini.po delete mode 100644 po/nl.po create mode 100644 po/nn.mini.po delete mode 100644 po/nn.po create mode 100644 po/nso.mini.po delete mode 100644 po/nso.po create mode 100644 po/or.mini.po delete mode 100644 po/or.po create mode 100644 po/pa.mini.po delete mode 100644 po/pa.po rename po/{pl.po => pl.mini.po} (62%) create mode 100644 po/pt.mini.po delete mode 100644 po/pt.po rename po/{pt_BR.po => pt_BR.mini.po} (54%) create mode 100644 po/ro.mini.po delete mode 100644 po/ro.po create mode 100644 po/ru.mini.po delete mode 100644 po/ru.po create mode 100644 po/si.mini.po delete mode 100644 po/si.po create mode 100644 po/sk.mini.po delete mode 100644 po/sk.po create mode 100644 po/sl.mini.po delete mode 100644 po/sl.po create mode 100644 po/sq.mini.po delete mode 100644 po/sq.po create mode 100644 po/sr.mini.po delete mode 100644 po/sr.po create mode 100644 po/sr@latin.mini.po delete mode 100644 po/sr@latin.po create mode 100644 po/sv.mini.po delete mode 100644 po/sv.po create mode 100644 po/ta.mini.po delete mode 100644 po/ta.po create mode 100644 po/te.mini.po delete mode 100644 po/te.po create mode 100644 po/tg.mini.po delete mode 100644 po/tg.po create mode 100644 po/th.mini.po delete mode 100644 po/th.po create mode 100644 po/tr.mini.po delete mode 100644 po/tr.po create mode 100644 po/tw.mini.po delete mode 100644 po/tw.po rename po/{uk.po => uk.mini.po} (65%) create mode 100644 po/ur.mini.po delete mode 100644 po/ur.po create mode 100644 po/vi.mini.po delete mode 100644 po/vi.po create mode 100644 po/wba.mini.po delete mode 100644 po/wba.po create mode 100644 po/yo.mini.po delete mode 100644 po/yo.po create mode 100644 po/zh_CN.mini.po delete mode 100644 po/zh_CN.po create mode 100644 po/zh_HK.mini.po delete mode 100644 po/zh_HK.po create mode 100644 po/zh_TW.mini.po delete mode 100644 po/zh_TW.po create mode 100644 po/zu.mini.po delete mode 100644 po/zu.po -- 2.20.1

Historically we have relied on intltool to install a standard po/Makefile.in.in which has very limited scope for customization. intltool is deprecated in favour of standard gettextize tools, but these share the same disadvantages. Writing make rules for po file management is no more difficult than any other rules libvirt-glib has, so stop using intltool and don't use gettextize ether. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- .gitignore | 8 --- autogen.sh | 3 +- configure.ac | 8 ++- libvirt-gconfig/Makefile.am | 1 + libvirt-glib.spec.in | 2 +- libvirt-glib/Makefile.am | 1 + libvirt-gobject/Makefile.am | 1 + m4/virt-gettext.m4 | 5 -- m4/virt-nls.m4 | 45 ++++++++++++++++ mingw-libvirt-glib.spec.in | 2 +- po/Makefile.am | 100 +++++++++++++++++++++++++++++++++++ po/{POTFILES.in => POTFILES} | 0 po/README.md | 38 +++++++++++++ 13 files changed, 192 insertions(+), 22 deletions(-) delete mode 100644 m4/virt-gettext.m4 create mode 100644 m4/virt-nls.m4 create mode 100644 po/Makefile.am rename po/{POTFILES.in => POTFILES} (100%) create mode 100644 po/README.md diff --git a/.gitignore b/.gitignore index 116bb12..10d0157 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,6 @@ Makefile.in m4/ltsugar.m4 m4/lt~obsolete.m4 m4/libtool.m4 -m4/intltool.m4 m4/ltversion.m4 m4/ltoptions.m4 autom4te.cache @@ -83,14 +82,7 @@ libvirt-gconfig/tests/test-capabilities-parse libvirt-gconfig/tests/test-domain-create libvirt-gconfig/tests/test-domain-parse .tx/ -po/Makefile -po/Makefile.in -po/Makefile.in.in -po/POTFILES -po/libvirt-glib.pot -po/stamp-it po/*.gmo -po/.zanata-cache/ tests/test-events tests/test-gconfig tests/*.log diff --git a/autogen.sh b/autogen.sh index 4f7135f..3b593ce 100755 --- a/autogen.sh +++ b/autogen.sh @@ -10,7 +10,7 @@ cd $srcdir DIE=0 -for prog in intltoolize autoreconf automake autoconf libtoolize +for prog in autoreconf automake autoconf libtoolize do ($prog --version) < /dev/null > /dev/null 2>&1 || { echo @@ -35,7 +35,6 @@ fi touch ChangeLog AUTHORS mkdir -p build-aux -intltoolize --force autoreconf -if cd $THEDIR diff --git a/configure.ac b/configure.ac index dc743bb..6b66f5d 100644 --- a/configure.ac +++ b/configure.ac @@ -112,10 +112,8 @@ PKG_CHECK_MODULES(GOBJECT2, gobject-2.0 >= $GLIB2_REQUIRED) PKG_CHECK_MODULES(GIO2, gio-2.0 >= $GLIB2_REQUIRED) PKG_CHECK_MODULES(LIBXML2, libxml-2.0 >= $LIBXML2_REQUIRED) -LIBVIRT_GLIB_GETTEXT -dnl Should be in m4/virt-gettext.m4 but intltoolize is too -dnl dumb to find it there -IT_PROG_INTLTOOL([0.35.0]) +LIBVIRT_GLIB_ARG_NLS +LIBVIRT_GLIB_CHECK_NLS GTK_DOC_CHECK([1.10],[--flavour no-tmpl]) @@ -218,7 +216,7 @@ AC_OUTPUT(Makefile docs/libvirt-glib/version.xml docs/libvirt-gobject/Makefile docs/libvirt-gconfig/Makefile - po/Makefile.in + po/Makefile tests/Makefile libvirt-glib-1.0.pc libvirt-gconfig-1.0.pc diff --git a/libvirt-gconfig/Makefile.am b/libvirt-gconfig/Makefile.am index cfcc0e4..b976e4d 100644 --- a/libvirt-gconfig/Makefile.am +++ b/libvirt-gconfig/Makefile.am @@ -201,6 +201,7 @@ libvirt_gconfig_1_0_la_SOURCES = \ nodist_libvirt_gconfig_1_0_la_SOURCES = \ $(GCONFIG_GENERATED_FILES) libvirt_gconfig_1_0_la_CFLAGS = \ + -DGETTEXT_PACKAGE="\"libvirt-glib\"" \ -DG_LOG_DOMAIN="\"Libvirt.GConfig\"" \ -DDATADIR="\"$(datadir)\"" \ -DLIBVIRT_GCONFIG_BUILD \ diff --git a/libvirt-glib.spec.in b/libvirt-glib.spec.in index 7e02c83..877cc2f 100644 --- a/libvirt-glib.spec.in +++ b/libvirt-glib.spec.in @@ -37,7 +37,7 @@ BuildRequires: libtool %if %{with_vala} BuildRequires: vala-tools %endif -BuildRequires: intltool +BuildRequires: gettext %package devel Group: Development/Libraries diff --git a/libvirt-glib/Makefile.am b/libvirt-glib/Makefile.am index 12a390f..fa52352 100644 --- a/libvirt-glib/Makefile.am +++ b/libvirt-glib/Makefile.am @@ -16,6 +16,7 @@ libvirt_glib_1_0_la_SOURCES = \ libvirt-glib-main.c libvirt_glib_1_0_la_CFLAGS = \ -DLIBVIRT_GLIB_BUILD \ + -DGETTEXT_PACKAGE="\"libvirt-glib\"" \ -DG_LOG_DOMAIN="\"Libvirt.GLib\"" \ -DLOCALEDIR="\"$(datadir)/locale\"" \ $(COVERAGE_CFLAGS) \ diff --git a/libvirt-gobject/Makefile.am b/libvirt-gobject/Makefile.am index 5e130ee..210c753 100644 --- a/libvirt-gobject/Makefile.am +++ b/libvirt-gobject/Makefile.am @@ -66,6 +66,7 @@ libvirt_gobject_1_0_la_SOURCES = \ nodist_libvirt_gobject_1_0_la_SOURCES = \ $(GOBJECT_GENERATED_FILES) libvirt_gobject_1_0_la_CFLAGS = \ + -DGETTEXT_PACKAGE="\"libvirt-glib\"" \ -DG_LOG_DOMAIN="\"Libvirt.GObject\"" \ -DDATADIR="\"$(datadir)\"" \ -DLIBVIRT_GOBJECT_BUILD \ diff --git a/m4/virt-gettext.m4 b/m4/virt-gettext.m4 deleted file mode 100644 index 07c0920..0000000 --- a/m4/virt-gettext.m4 +++ /dev/null @@ -1,5 +0,0 @@ -AC_DEFUN([LIBVIRT_GLIB_GETTEXT],[ - GETTEXT_PACKAGE=libvirt-glib - AC_SUBST(GETTEXT_PACKAGE) - AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],"$GETTEXT_PACKAGE", [GETTEXT package name]) -]) diff --git a/m4/virt-nls.m4 b/m4/virt-nls.m4 new file mode 100644 index 0000000..9dcba16 --- /dev/null +++ b/m4/virt-nls.m4 @@ -0,0 +1,45 @@ +dnl gettext utilities +dnl +dnl Copyright (C) 2018 Red Hat, Inc. +dnl +dnl This library is free software; you can redistribute it and/or +dnl modify it under the terms of the GNU Lesser General Public +dnl License as published by the Free Software Foundation; either +dnl version 2.1 of the License, or (at your option) any later version. +dnl +dnl This library is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl Lesser General Public License for more details. +dnl +dnl You should have received a copy of the GNU Lesser General Public +dnl License along with this library. If not, see +dnl <http://www.gnu.org/licenses/>. +dnl + +AC_DEFUN([LIBVIRT_GLIB_ARG_NLS],[ + m4_divert_text([DEFAULTS], [[enable_nls=yes]]) + AC_ARG_ENABLE([nls], + [AS_HELP_STRING([--enable-nls], + [NLS @<:@default=yes@:>@])]) +]) + +AC_DEFUN([LIBVIRT_GLIB_CHECK_NLS],[ + dnl GNU gettext tools (optional). + AC_CHECK_PROG([XGETTEXT], [xgettext], [xgettext], [no]) + AC_CHECK_PROG([MSGFMT], [msgfmt], [msgfmt], [no]) + AC_CHECK_PROG([MSGMERGE], [msgmerge], [msgmerge], [no]) + + dnl Check they are the GNU gettext tools. + AC_MSG_CHECKING([msgfmt is GNU tool]) + if $MSGFMT --version >/dev/null 2>&1 && $MSGFMT --version | grep -q 'GNU gettext'; then + msgfmt_is_gnu=yes + else + msgfmt_is_gnu=no + fi + AC_MSG_RESULT([$msgfmt_is_gnu]) + AM_CONDITIONAL([ENABLE_NLS], [test "x$enable_nls" = "xyes"]) + AM_CONDITIONAL([HAVE_GNU_GETTEXT_TOOLS], + [test "x$XGETTEXT" != "xno" && test "x$MSGFMT" != "xno" && \ + test "x$MSGMERGE" != "xno" && test "x$msgfmt_is_gnu" != "xno"]) +]) diff --git a/mingw-libvirt-glib.spec.in b/mingw-libvirt-glib.spec.in index d87100d..feb4c13 100644 --- a/mingw-libvirt-glib.spec.in +++ b/mingw-libvirt-glib.spec.in @@ -16,7 +16,7 @@ BuildRequires: mingw32-glib2 BuildRequires: mingw64-glib2 BuildRequires: mingw32-libvirt >= 0.9.10 BuildRequires: mingw64-libvirt >= 0.9.10 -BuildRequires: intltool +BuildRequires: gettext BuildRequires: pkgconfig BuildArch: noarch diff --git a/po/Makefile.am b/po/Makefile.am new file mode 100644 index 0000000..f2818c7 --- /dev/null +++ b/po/Makefile.am @@ -0,0 +1,100 @@ +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 fi \ + fr 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 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 + + +POTFILE_DEPS := $(shell $(SED) 's,^,$(top_srcdir)/,' $(srcdir)/POTFILES) +POTFILE := $(srcdir)/$(DOMAIN).pot +POFILES := $(LANGS:%=$(srcdir)/%.po) +GMOFILES := $(LANGS:%=$(srcdir)/%.gmo) + +EXTRA_DIST = \ + POTFILES \ + $(POTFILE) \ + $(POFILES) \ + $(GMOFILES) + +if HAVE_GNU_GETTEXT_TOOLS + +XGETTEXT_ARGS = \ + --default-domain=$(DOMAIN) \ + --from-code=utf-8 \ + --add-comments=TRANSLATORS: \ + --keyword=_ --keyword=N_ \ + --copyright-holder='$(COPYRIGHT_HOLDER)' \ + --package-name="$(PACKAGE_NAME)" \ + --package-version="$(PACKAGE_VERSION)" \ + --msgid-bugs-address="$(MSGID_BUGS_ADDRESS)" \ + --directory=$(top_srcdir) \ + $(NULL) + +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')|" \ + $(NULL) + + +# Although they're in EXTRA_DIST, we still need to +# copy these again, because update-gmo will change +# their content, and dist-hook runs after the +# things in EXTRA_DIST are copied. +dist-hook: $(GMOFILES) + cp -f $(POTFILE) $(distdir)/ + cp -f $(POFILES) $(distdir)/ + cp -f $(GMOFILES) $(distdir)/ + +update-po: $(POFILES) + +update-gmo: $(GMOFILES) + +$(POTFILE): POTFILES $(POTFILE_DEPS) + $(XGETTEXT) -o $@-t $(XGETTEXT_ARGS) \ + --files-from=$(abs_srcdir)/POTFILES + $(SED) $(SED_PO_FIXUP_ARGS) < $@-t > $@ + rm -f $@-t + +%.po: $(POTFILE) + $(MSGMERGE) --backup=off --no-fuzzy-matching --update $@ $(POTFILE) + +$(srcdir)/%.gmo: $(srcdir)/%.po + rm -f $@ $@-t + $(MSGFMT) -c -o $@-t $< + mv $@-t $@ + +.PRECIOUS: $(POTFILE) $(POFILES) + +endif HAVE_GNU_GETTEXT_TOOLS + +if ENABLE_NLS + +# Cannot use 'localedir' since this conflicts with autoconf. +langinstdir = $(datadir)/locale + +install-data-hook: $(GMOFILES) + mkdir -p $(DESTDIR)$(langinstdir) + for lang in $(LANGS); do \ + d=$(DESTDIR)$(langinstdir)/$$lang/LC_MESSAGES; \ + mkdir -p $$d; \ + install -m 0644 $(srcdir)/$$lang.gmo $$d/$(DOMAIN).mo; \ + done + +uninstall-hook: + for lang in $(LANGS); do \ + d=$(DESTDIR)$(langinstdir)/$$lang/LC_MESSAGES; \ + rm -f $$d/$(DOMAIN).mo; \ + done + +endif ENABLE_NLS diff --git a/po/POTFILES.in b/po/POTFILES similarity index 100% rename from po/POTFILES.in rename to po/POTFILES diff --git a/po/README.md b/po/README.md new file mode 100644 index 0000000..8cbccf8 --- /dev/null +++ b/po/README.md @@ -0,0 +1,38 @@ +Libvirt-Glib Message Translation +================================ + +Libvirt-Glib translatable messages are maintained using the GNU Gettext tools +and file formats, in combination with the Zanata web service. + +Source repository +================= + +The libvirt-glib GIT repository stores the master "libvirt-glib.pot" file and +full "po" files for translations. The master "libvirt-glib.pot" file can be +re-generated using + + make libvirt-glib.pot + +The full po files can have their source locations and msgids updated using + + make update-po + +Normally these updates are only done when either refreshing translations from +Zanata, or when creating a new release. + +Zanata web service +================== + +The translation of libvirt-glib messages has been outsourced to the Fedora +translation team using the Zanata web service: + + https://fedora.zanata.org/project/view/libvirt-glib + +As such, changes to translations will generally NOT be accepted as patches +directly to libvirt-glib GIT. Any changes made to "$LANG.mini.po" files in +libvirt-glib GIT will be overwritten and lost the next time content is imported +from Zanata. + +The master "libvirt-glib.pot" file is periodically pushed to Zanata to provide +the translation team with content changes. New translated text is then +periodically pulled down from Zanata to update the po files. -- 2.20.1

The <locales> element in zanata.xml is no longer relevant as this info is recorded server side. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/zanata.xml | 99 --------------------------------------------------- 1 file changed, 99 deletions(-) diff --git a/po/zanata.xml b/po/zanata.xml index 70cc22a..042c695 100644 --- a/po/zanata.xml +++ b/po/zanata.xml @@ -4,103 +4,4 @@ <project>libvirt-glib</project> <project-version>master</project-version> <project-type>gettext</project-type> - - <locales> - <locale>sq</locale> - <locale>ar</locale> - <locale>as</locale> - <locale>ast</locale> - <locale>bal</locale> - <locale>eu</locale> - <locale>bn</locale> - <locale>bn-IN</locale> - <locale>brx</locale> - <locale>bs</locale> - <locale>br</locale> - <locale>bg</locale> - <locale>ca</locale> - <locale>zh-CN</locale> - <locale>zh-HK</locale> - <locale>zh-TW</locale> - <locale>kw</locale> - <locale>kw-GB</locale> - <locale>cs</locale> - <locale>da</locale> - <locale>nl</locale> - <locale>en-GB</locale> - <locale>eo</locale> - <locale>et</locale> - <locale>fi</locale> - <locale>fr</locale> - <locale>gl</locale> - <locale>ka</locale> - <locale>de</locale> - <locale>el</locale> - <locale>gu</locale> - <locale>he</locale> - <locale>hi</locale> - <locale>hu</locale> - <locale>is</locale> - <locale>id</locale> - <locale>ia</locale> - <locale>it</locale> - <locale>ja</locale> - <locale>kn</locale> - <locale>kk</locale> - <locale>km</locale> - <locale>ky</locale> - <locale>ko</locale> - <locale>lt</locale> - <locale>nds</locale> - <locale>mk</locale> - <locale>mai</locale> - <locale>ms</locale> - <locale>ml</locale> - <locale>mr</locale> - <locale>mn</locale> - <locale>ne</locale> - <locale>nb</locale> - <locale>nn</locale> - <locale>or</locale> - <locale>pa</locale> - <locale>fa</locale> - <locale>pl</locale> - <locale>pt</locale> - <locale>pt-BR</locale> - <locale>ro</locale> - <locale>ru</locale> - <locale>sr</locale> - <locale>sr@latin</locale> - <locale>si</locale> - <locale>sk</locale> - <locale>sl</locale> - <locale>es</locale> - <locale>sv</locale> - <locale>tg</locale> - <locale>ta</locale> - <locale>te</locale> - <locale>bo</locale> - <locale>tr</locale> - <locale>uk</locale> - <locale>ur</locale> - <locale>wba</locale> - <locale>cy</locale> - <locale>lv</locale> - <locale>kw@uccor</locale> - <locale>kw@kkcor</locale> - <locale>af</locale> - <locale>am</locale> - <locale>be</locale> - <locale>hr</locale> - <locale>de-CH</locale> - <locale>th</locale> - <locale>vi</locale> - <locale>zu</locale> - <locale>ilo</locale> - <locale>nso</locale> - <locale>tw</locale> - <locale>yo</locale> - <locale>anp</locale> - </locales> - </config> -- 2.20.1

Add rules to handle pushing libvirt-glib.pot to zanata, and refreshing .po files with new content from zanata. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/po/Makefile.am b/po/Makefile.am index f2818c7..d66aec7 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -60,6 +60,14 @@ update-po: $(POFILES) update-gmo: $(GMOFILES) +push-pot: $(POTFILE) + zanata push --push-type=source + +pull-po: $(POTFILE) + zanata pull --create-skeletons + $(MAKE) update-po + $(MAKE) update-gmo + $(POTFILE): POTFILES $(POTFILE_DEPS) $(XGETTEXT) -o $@-t $(XGETTEXT_ARGS) \ --files-from=$(abs_srcdir)/POTFILES -- 2.20.1

Similar to the libvirt-glib.pot, .po files contain line numbers and file names identifying where in the source a translatable string comes from. The source locations in the .po files are thrown away and replaced with content from the libvirt-glib.pot whenever msgmerge is run, so this is not precious information that needs to be stored in git. When msgmerge processes a .po file, it will add in any msgids from the libvirt-glib.pot that were not already present. Thus, if a particular msgid currently has no translation, it can be considered redundant and again does not need storing in git. When msgmerge processes a .po file and can't find an exact existing translation match, it will try todo fuzzy matching instead, marking such entries with a "# fuzzy" comment to alert the translator to take a look and either discard, edit or accept the match. Looking at the existing fuzzy matches in .po files shows that the quality is awful, with many having a completely different set of printf format specifiers between the msgid and fuzzy msgstr entry. Fortunately when msgfmt generates the .gmo, the fuzzy entries are all ignored anyway. The fuzzy entries could be useful to translators if they were working on the .po files directly from git, but Libvirt-Glib outsourced translation to the Fedora Zanata system, so keeping fuzzy matches in git is not much help. Finally, by default msgids are sorted based on source location. Thus, if a bit of code with translatable text is moved from one file to another, it may shift around in the .po file, despite the msgid not itself changing. If the msgids were sorted alphabetically, the .po files would have stable ordering when code is refactored. This patch takes advantage of the above observations to canonicalize and minimize the content stored for .po files in git. Instead of storing the real .po files, we now store .mini.po files. The .mini.po files are the same file format as .po files, but have no source location comments, are sorted alphabetically, and all fuzzy msgstrs and msgids with no translation are discarded. This cuts the size of content in the po directory. Users working from a libvirt-glib git checkout who need the full .po files can run "make update-po", which merges the libvirt-glib.pot and .mini.po file to create a .po file containing all the content previously stored in git. Conversely if a full .po file has been modified, for example, by downloading new content from Zanata, the .mini.po files can be updated by running "make update-mini-po". The resulting diffs of the .mini.po file will clearly show the changed translations without any of the noise that previously obscured content. Being able to see content changes clearly actually identified a bug in the zanata python client where it was adding bogus "fuzzy" annotations to many messages: https://bugzilla.redhat.com/show_bug.cgi?id=1564497 Users working from libvirt-glib releases should not see any difference in behaviour, since the tarballs only contain the full .po files, not the .mini.po files. As an added benefit, generating tarballs with "make dist", will no longer cause creation of dirty files in git, since it won't touch the .mini.po files, only the .po files which are no longer kept in git. The languages are minimized in the following commit since it is a large mechanical process. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- .gitignore | 3 +++ build-aux/minimize-po.pl | 37 +++++++++++++++++++++++++ po/Makefile.am | 29 +++++++++++--------- po/README.md | 58 +++++++++++++++++++++++++++++++++------- 4 files changed, 104 insertions(+), 23 deletions(-) create mode 100755 build-aux/minimize-po.pl diff --git a/.gitignore b/.gitignore index 10d0157..de89c4d 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,9 @@ libvirt-gconfig/tests/test-domain-create libvirt-gconfig/tests/test-domain-parse .tx/ po/*.gmo +po/*po +!po/*.mini.po +po/*pot tests/test-events tests/test-gconfig tests/*.log diff --git a/build-aux/minimize-po.pl b/build-aux/minimize-po.pl new file mode 100755 index 0000000..497533a --- /dev/null +++ b/build-aux/minimize-po.pl @@ -0,0 +1,37 @@ +#!/usr/bin/perl + +my @block; +my $msgstr = 0; +my $empty = 0; +my $unused = 0; +my $fuzzy = 0; +while (<>) { + if (/^$/) { + if (!$empty && !$unused && !$fuzzy) { + print @block; + } + @block = (); + $msgstr = 0; + $fuzzy = 0; + push @block, $_; + } else { + if (/^msgstr/) { + $msgstr = 1; + $empty = 1; + } + if (/^#.*fuzzy/) { + $fuzzy = 1; + } + if (/^#~ msgstr/) { + $unused = 1; + } + if ($msgstr && /".+"/) { + $empty = 0; + } + push @block, $_; + } +} + +if (@block && !$empty && !$unused) { + print @block; +} diff --git a/po/Makefile.am b/po/Makefile.am index d66aec7..729de3f 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -20,6 +20,8 @@ POTFILE := $(srcdir)/$(DOMAIN).pot POFILES := $(LANGS:%=$(srcdir)/%.po) GMOFILES := $(LANGS:%=$(srcdir)/%.gmo) +MAINTAINERCLEANFILES = $(POTFILE) $(POFILES) $(GMOFILES) + EXTRA_DIST = \ POTFILES \ $(POTFILE) \ @@ -46,26 +48,26 @@ SED_PO_FIXUP_ARGS = \ -e "s|Copyright (C) YEAR|Copyright (C) $$(date +'%Y')|" \ $(NULL) - -# Although they're in EXTRA_DIST, we still need to -# copy these again, because update-gmo will change -# their content, and dist-hook runs after the -# things in EXTRA_DIST are copied. -dist-hook: $(GMOFILES) - cp -f $(POTFILE) $(distdir)/ - cp -f $(POFILES) $(distdir)/ - cp -f $(GMOFILES) $(distdir)/ - update-po: $(POFILES) update-gmo: $(GMOFILES) +update-mini-po: $(POTFILE) + for lang in $(LANGS); do \ + echo "Minimizing $$lang content" && \ + $(MSGMERGE) --no-location --no-fuzzy-matching --sort-output \ + $(srcdir)/$$lang.po $(POTFILE) | \ + $(SED) $(SED_PO_FIXUP_ARGS) | \ + $(PERL) $(top_srcdir)/build-aux/minimize-po.pl > \ + $(srcdir)/$$lang.mini.po ; \ + done + push-pot: $(POTFILE) zanata push --push-type=source pull-po: $(POTFILE) zanata pull --create-skeletons - $(MAKE) update-po + $(MAKE) update-mini-po $(MAKE) update-gmo $(POTFILE): POTFILES $(POTFILE_DEPS) @@ -74,8 +76,9 @@ $(POTFILE): POTFILES $(POTFILE_DEPS) $(SED) $(SED_PO_FIXUP_ARGS) < $@-t > $@ rm -f $@-t -%.po: $(POTFILE) - $(MSGMERGE) --backup=off --no-fuzzy-matching --update $@ $(POTFILE) +$(srcdir)/%.po: $(srcdir)/%.mini.po $(POTFILE) + $(MSGMERGE) --no-fuzzy-matching $< $(POTFILE) | \ + $(SED) $(SED_PO_FIXUP_ARGS) > $@ $(srcdir)/%.gmo: $(srcdir)/%.po rm -f $@ $@-t diff --git a/po/README.md b/po/README.md index 8cbccf8..a7ba98a 100644 --- a/po/README.md +++ b/po/README.md @@ -7,18 +7,39 @@ and file formats, in combination with the Zanata web service. Source repository ================= -The libvirt-glib GIT repository stores the master "libvirt-glib.pot" file and -full "po" files for translations. The master "libvirt-glib.pot" file can be -re-generated using +The libvirt-glib GIT repository does NOT store the master "libvirt-glib.pot" +file, nor does it store full "po" files for translations. The master +"libvirt-glib.pot" file can be generated at any time using make libvirt-glib.pot -The full po files can have their source locations and msgids updated using +The translations are kept in minimized files that are the same file format +as normal po files but with all redundant information stripped and messages +re-ordered. The key differences between the ".mini.po" files in GIT and the +full ".po" files are + + - msgids with no current translation are omitted + - msgids are sorted in alphabetical order not source file order + - msgids with a msgstr marked "fuzzy" are discarded + - source file locations are omitted + +The full po files can be created at any time using make update-po -Normally these updates are only done when either refreshing translations from -Zanata, or when creating a new release. +This merges the "libvirt-glib.pot" with the "$LANG.mini.po" for each language, +to create the "$LANG.po" files. These are included in the release archives +created by "make dist". + +When a full po file is updated, changes can be propagated back into the +minimized po files using + + make update-mini-po + +Note, however, that this is generally not something that should be run by +developers normally, as it is triggered by 'make pull-po' when refreshing +content from Zanata. + Zanata web service ================== @@ -30,9 +51,26 @@ translation team using the Zanata web service: As such, changes to translations will generally NOT be accepted as patches directly to libvirt-glib GIT. Any changes made to "$LANG.mini.po" files in -libvirt-glib GIT will be overwritten and lost the next time content is imported -from Zanata. +libvirt-glib GIT will be overwritten and lost the next time content is +imported from Zanata. The master "libvirt-glib.pot" file is periodically pushed to Zanata to provide -the translation team with content changes. New translated text is then -periodically pulled down from Zanata to update the po files. +the translation team with content changes, using + + make push-pot + +New translated text is then periodically pulled down from Zanata to update the +minimized po files, using + + make pull-po + +Sometimes the translators make mistakes, most commonly with handling printf +format specifiers. The "pull-po" command re-generates the .gmo files to try to +identify such mistakes. If a mistake is made, the broken msgstr should be +deleted in the local "$LANG.mini.po" file, and the Zanata web interface used +to reject the translation so that the broken msgstr isn't pulled down next time. + +After pulling down new content the diff should be examined to look for any +obvious mistakes that are not caught automatically. There have been bugs in +Zanata tools which caused messges to go missing, so pay particular attention to +diffs showing deletions where the msgid still exists in libvirt-glib.pot -- 2.20.1

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/af.mini.po | 20 ++++++ po/af.po | 153 ---------------------------------------------- po/am.mini.po | 20 ++++++ po/am.po | 153 ---------------------------------------------- po/anp.mini.po | 19 ++++++ po/anp.po | 152 ---------------------------------------------- po/ar.mini.po | 21 +++++++ po/ar.po | 154 ----------------------------------------------- po/as.mini.po | 20 ++++++ po/as.po | 153 ---------------------------------------------- po/ast.mini.po | 20 ++++++ po/ast.po | 153 ---------------------------------------------- po/bal.mini.po | 20 ++++++ po/bal.po | 153 ---------------------------------------------- po/be.mini.po | 21 +++++++ po/be.po | 154 ----------------------------------------------- po/bg.mini.po | 20 ++++++ po/bg.po | 153 ---------------------------------------------- po/bn_IN.mini.po | 20 ++++++ po/bn_IN.po | 153 ---------------------------------------------- 20 files changed, 201 insertions(+), 1531 deletions(-) create mode 100644 po/af.mini.po delete mode 100644 po/af.po create mode 100644 po/am.mini.po delete mode 100644 po/am.po create mode 100644 po/anp.mini.po delete mode 100644 po/anp.po create mode 100644 po/ar.mini.po delete mode 100644 po/ar.po create mode 100644 po/as.mini.po delete mode 100644 po/as.po create mode 100644 po/ast.mini.po delete mode 100644 po/ast.po create mode 100644 po/bal.mini.po delete mode 100644 po/bal.po create mode 100644 po/be.mini.po delete mode 100644 po/be.po create mode 100644 po/bg.mini.po delete mode 100644 po/bg.po create mode 100644 po/bn_IN.mini.po delete mode 100644 po/bn_IN.po diff --git a/po/af.mini.po b/po/af.mini.po new file mode 100644 index 0000000..4e27273 --- /dev/null +++ b/po/af.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:19+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Afrikaans (http://www.transifex.com/projects/p/libvirt-glib/" +"language/af/)\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/af.po b/po/af.po deleted file mode 100644 index 9dd2a27..0000000 --- a/po/af.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Afrikaans (http://www.transifex.com/projects/p/libvirt-glib/" -"language/af/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/am.mini.po b/po/am.mini.po new file mode 100644 index 0000000..1f584bf --- /dev/null +++ b/po/am.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:19+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Amharic (http://www.transifex.com/projects/p/libvirt-glib/" +"language/am/)\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/am.po b/po/am.po deleted file mode 100644 index 2cccccb..0000000 --- a/po/am.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Amharic (http://www.transifex.com/projects/p/libvirt-glib/" -"language/am/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/anp.mini.po b/po/anp.mini.po new file mode 100644 index 0000000..0620c42 --- /dev/null +++ b/po/anp.mini.po @@ -0,0 +1,19 @@ +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+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/anp.po b/po/anp.po deleted file mode 100644 index 2cc1fe5..0000000 --- a/po/anp.po +++ /dev/null @@ -1,152 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: libvirt-glib\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\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 3.6.2\n" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/ar.mini.po b/po/ar.mini.po new file mode 100644 index 0000000..d853550 --- /dev/null +++ b/po/ar.mini.po @@ -0,0 +1,21 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:19+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/libvirt-glib/" +"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/ar.po b/po/ar.po deleted file mode 100644 index d6541cb..0000000 --- a/po/ar.po +++ /dev/null @@ -1,154 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/as.mini.po b/po/as.mini.po new file mode 100644 index 0000000..238ab6d --- /dev/null +++ b/po/as.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:19+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Assamese (http://www.transifex.com/projects/p/libvirt-glib/" +"language/as/)\n" +"Language: as\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/as.po b/po/as.po deleted file mode 100644 index 5eae6b4..0000000 --- a/po/as.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Assamese (http://www.transifex.com/projects/p/libvirt-glib/" -"language/as/)\n" -"Language: as\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/ast.mini.po b/po/ast.mini.po new file mode 100644 index 0000000..0592d9c --- /dev/null +++ b/po/ast.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:19+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Asturian (http://www.transifex.com/projects/p/libvirt-glib/" +"language/ast/)\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/ast.po b/po/ast.po deleted file mode 100644 index 2ccc1a3..0000000 --- a/po/ast.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Asturian (http://www.transifex.com/projects/p/libvirt-glib/" -"language/ast/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/bal.mini.po b/po/bal.mini.po new file mode 100644 index 0000000..e2c0d70 --- /dev/null +++ b/po/bal.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:19+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Balochi (http://www.transifex.com/projects/p/libvirt-glib/" +"language/bal/)\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=2; plural=(n != 1);\n" +"X-Generator: Zanata 4.6.2\n" diff --git a/po/bal.po b/po/bal.po deleted file mode 100644 index 7a0b0fd..0000000 --- a/po/bal.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Balochi (http://www.transifex.com/projects/p/libvirt-glib/" -"language/bal/)\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=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/be.mini.po b/po/be.mini.po new file mode 100644 index 0000000..2afca49 --- /dev/null +++ b/po/be.mini.po @@ -0,0 +1,21 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:19+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/libvirt-glib/" +"language/be/)\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=4; 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/be.po b/po/be.po deleted file mode 100644 index d6815a5..0000000 --- a/po/be.po +++ /dev/null @@ -1,154 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Belarusian (http://www.transifex.com/projects/p/libvirt-glib/" -"language/be/)\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=4; 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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/bg.mini.po b/po/bg.mini.po new file mode 100644 index 0000000..e30edb9 --- /dev/null +++ b/po/bg.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:19+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/libvirt-glib/" +"language/bg/)\n" +"Language: bg\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/bg.po b/po/bg.po deleted file mode 100644 index 5c4a4ab..0000000 --- a/po/bg.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/libvirt-glib/" -"language/bg/)\n" -"Language: bg\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/bn_IN.mini.po b/po/bn_IN.mini.po new file mode 100644 index 0000000..b882a40 --- /dev/null +++ b/po/bn_IN.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:19+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Bengali (India) (http://www.transifex.com/projects/p/libvirt-" +"glib/language/bn_IN/)\n" +"Language: bn_IN\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/bn_IN.po b/po/bn_IN.po deleted file mode 100644 index 672cc19..0000000 --- a/po/bn_IN.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Bengali (India) (http://www.transifex.com/projects/p/libvirt-" -"glib/language/bn_IN/)\n" -"Language: bn_IN\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" -- 2.20.1

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/bn.mini.po | 20 +++++ po/bn.po | 153 ------------------------------------- po/bo.mini.po | 20 +++++ po/bo.po | 153 ------------------------------------- po/br.mini.po | 20 +++++ po/br.po | 153 ------------------------------------- po/brx.mini.po | 20 +++++ po/brx.po | 153 ------------------------------------- po/bs.mini.po | 21 ++++++ po/bs.po | 154 -------------------------------------- po/{ca.po => ca.mini.po} | 152 ++++++++++++++----------------------- po/{cs.po => cs.mini.po} | 158 +++++++++++++++------------------------ po/cy.mini.po | 21 ++++++ po/cy.po | 154 -------------------------------------- po/da.mini.po | 20 +++++ po/da.po | 153 ------------------------------------- po/de_CH.mini.po | 20 +++++ po/de_CH.po | 153 ------------------------------------- 18 files changed, 281 insertions(+), 1417 deletions(-) create mode 100644 po/bn.mini.po delete mode 100644 po/bn.po create mode 100644 po/bo.mini.po delete mode 100644 po/bo.po create mode 100644 po/br.mini.po delete mode 100644 po/br.po create mode 100644 po/brx.mini.po delete mode 100644 po/brx.po create mode 100644 po/bs.mini.po delete mode 100644 po/bs.po rename po/{ca.po => ca.mini.po} (62%) rename po/{cs.po => cs.mini.po} (57%) create mode 100644 po/cy.mini.po delete mode 100644 po/cy.po create mode 100644 po/da.mini.po delete mode 100644 po/da.po create mode 100644 po/de_CH.mini.po delete mode 100644 po/de_CH.po diff --git a/po/bn.mini.po b/po/bn.mini.po new file mode 100644 index 0000000..3657a5c --- /dev/null +++ b/po/bn.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:19+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Bengali (http://www.transifex.com/projects/p/libvirt-glib/" +"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/bn.po b/po/bn.po deleted file mode 100644 index b08bf7d..0000000 --- a/po/bn.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Bengali (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/bo.mini.po b/po/bo.mini.po new file mode 100644 index 0000000..de6a227 --- /dev/null +++ b/po/bo.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:19+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Tibetan (http://www.transifex.com/projects/p/libvirt-glib/" +"language/bo/)\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/bo.po b/po/bo.po deleted file mode 100644 index 7e69539..0000000 --- a/po/bo.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Tibetan (http://www.transifex.com/projects/p/libvirt-glib/" -"language/bo/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/br.mini.po b/po/br.mini.po new file mode 100644 index 0000000..a260156 --- /dev/null +++ b/po/br.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:19+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Breton (http://www.transifex.com/projects/p/libvirt-glib/" +"language/br/)\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/br.po b/po/br.po deleted file mode 100644 index b199030..0000000 --- a/po/br.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Breton (http://www.transifex.com/projects/p/libvirt-glib/" -"language/br/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/brx.mini.po b/po/brx.mini.po new file mode 100644 index 0000000..bd16b63 --- /dev/null +++ b/po/brx.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:19+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Bodo (http://www.transifex.com/projects/p/libvirt-glib/" +"language/brx/)\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/brx.po b/po/brx.po deleted file mode 100644 index c073eaf..0000000 --- a/po/brx.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Bodo (http://www.transifex.com/projects/p/libvirt-glib/" -"language/brx/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/bs.mini.po b/po/bs.mini.po new file mode 100644 index 0000000..aa50cdf --- /dev/null +++ b/po/bs.mini.po @@ -0,0 +1,21 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:19+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/libvirt-glib/" +"language/bs/)\n" +"Language: bs\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/bs.po b/po/bs.po deleted file mode 100644 index 4133fbf..0000000 --- a/po/bs.po +++ /dev/null @@ -1,154 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:19+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Bosnian (http://www.transifex.com/projects/p/libvirt-glib/" -"language/bs/)\n" -"Language: bs\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/ca.po b/po/ca.mini.po similarity index 62% rename from po/ca.po rename to po/ca.mini.po index 0f31d2c..b4aa2df 100644 --- a/po/ca.po +++ b/po/ca.mini.po @@ -1,5 +1,5 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: @@ -8,9 +8,9 @@ # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" "PO-Revision-Date: 2017-12-17 03:08+0000\n" "Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/libvirt-glib/" @@ -22,137 +22,101 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "Cap document XML per analitzar sintàcticament" +#, c-format +msgid "Connection %s is already open" +msgstr "La connexió %s ja està oberta" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "No es pot analitzar sintàcticament" +msgid "Connection is not open" +msgstr "La connexió no és oberta" + +msgid "Connection is not opened" +msgstr "La connexió no està oberta" + +msgid "Failed to create domain" +msgstr "La creació del domini ha fallat" + +msgid "Failed to create storage pool" +msgstr "La creació de la reserva de l'emmagatzematge ha fallat" + +msgid "Failed to fetch list of domains" +msgstr "No s'ha pogut capturar la llista dels dominis" + +msgid "Failed to fetch list of interfaces" +msgstr "No s'ha pogut capturar la llista de les interfícies" + +msgid "Failed to fetch list of networks" +msgstr "No s'ha pogut capturar la llista de les xarxes" + +msgid "Failed to fetch list of pools" +msgstr "No s'ha pogut capturar la llista de les reserves" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format -msgid "XML data has no '%s' node" -msgstr "Les dades del XML no tenen cap node «%s»" +msgid "Got virStreamRecv error in %s" +msgstr "Es va obtenir un error en virStreamRecv a %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" "Cap document XML que estigui associat amb aquest objecte de configuració" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +msgid "No XML document to parse" +msgstr "Cap document XML per analitzar sintàcticament" + msgid "No XML schema associated with this config object" msgstr "" "Cap esquema XML que estigui associat amb aquest objecte de configuració" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 #, c-format msgid "Unable to create RNG parser for %s" msgstr "No es pot crear l'analitzador sintàctic RNG per %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "No es pot analitzar sintàcticament el RNG %s" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 #, c-format msgid "Unable to create RNG validation context %s" msgstr "No es pot crear la validació del context del RNG %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "No es pot validar el document" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "La connexió %s ja està oberta" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "No es pot obrir %s" +msgid "Unable to get capabilities" +msgstr "No es poden obtenir les capacitats" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 msgid "Unable to get connection URI" msgstr "No es pot obtenir la URI de la connexió" -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "La connexió no és oberta" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "No s'ha pogut capturar la llista dels dominis" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "No s'ha pogut capturar la llista de les reserves" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "La connexió no està oberta" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "No es pot obtenir el nom de l'hipervisor" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 msgid "Unable to get hypervisor version" msgstr "No es pot obtenir la versió de l'hipervisor" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "La creació del domini ha fallat" +msgid "Unable to get node info" +msgstr "No es pot obtenir la informació del node" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "No s'ha pogut capturar la llista de les interfícies" +#, c-format +msgid "Unable to open %s" +msgstr "No es pot obrir %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "No s'ha pogut capturar la llista de les xarxes" +#, c-format +msgid "Unable to parse RNG %s" +msgstr "No es pot analitzar sintàcticament el RNG %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "La creació de la reserva de l'emmagatzematge ha fallat" +msgid "Unable to parse configuration" +msgstr "No es pot analitzar sintàcticament" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "No es pot obtenir la informació del node" +msgid "Unable to perform RecvAll" +msgstr "No es pot realitzar RecvAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "No es poden obtenir les capacitats" +msgid "Unable to perform SendAll" +msgstr "No es pot realitzar SendAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 msgid "Unable to restore domain" msgstr "No es pot restaurar el domini" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "La crida a virStreamRecv podria bloquejar" +msgid "Unable to validate doc" +msgstr "No es pot validar el document" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 #, c-format -msgid "Got virStreamRecv error in %s" -msgstr "Es va obtenir un error en virStreamRecv a %s" +msgid "XML data has no '%s' node" +msgstr "Les dades del XML no tenen cap node «%s»" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "No es pot realitzar RecvAll" +msgid "virStreamRecv call would block" +msgstr "La crida a virStreamRecv podria bloquejar" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "La crida a virStreamSend podria bloquejar" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "No es pot realitzar SendAll" diff --git a/po/cs.po b/po/cs.mini.po similarity index 57% rename from po/cs.po rename to po/cs.mini.po index f87f49e..35389e7 100644 --- a/po/cs.po +++ b/po/cs.mini.po @@ -1,17 +1,17 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: # Zdenek <chmelarz@gmail.com>, 2016. #zanata -# Zdenek <chmelarz@gmail.com>, 2018. #zanata +# Pavel Borecki <pavel.borecki@gmail.com>, 2018. #zanata msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2018-02-21 11:08+0000\n" -"Last-Translator: Zdenek <chmelarz@gmail.com>\n" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2018-11-27 06:44+0000\n" +"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>\n" "Language-Team: Czech (http://www.transifex.com/projects/p/libvirt-glib/" "language/cs/)\n" "Language: cs\n" @@ -21,135 +21,99 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "Žádný XML dokument k parsování" +#, c-format +msgid "Connection %s is already open" +msgstr "Spojení %s je již navázáno" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "Nelze parsovat konfiguraci" +msgid "Connection is not open" +msgstr "Spojení není navázáno" + +msgid "Connection is not opened" +msgstr "Spojení není navázáno" + +msgid "Failed to create domain" +msgstr "Nepodařilo se vytvořit doménu" + +msgid "Failed to create storage pool" +msgstr "Nepodařilo se vytvořit úložný prostor" + +msgid "Failed to fetch list of domains" +msgstr "Nepodařilo se načíst seznam doméno " + +msgid "Failed to fetch list of interfaces" +msgstr "Nepodařilo se načíst seznam rozhraní" + +msgid "Failed to fetch list of networks" +msgstr "Nepodařilo se načíst seznam sítí" + +msgid "Failed to fetch list of pools" +msgstr "Nepodařilo se načíst seznam úložišť" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format -msgid "XML data has no '%s' node" -msgstr "XML data nemají uzel '%s'" +msgid "Got virStreamRecv error in %s" +msgstr "Má chybu virStreamRecv v %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "Žádný XML dokument není asociován s tímto konfiguračním objektem" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +msgid "No XML document to parse" +msgstr "Žádný XML dokument k parsování" + msgid "No XML schema associated with this config object" msgstr "Žádné XML schéma není spojeno s tímto konfiguračním objektem" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 #, c-format msgid "Unable to create RNG parser for %s" msgstr "Nelze vytvořit RNG parser pro %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "Nelze parsovat RNG %s" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 #, c-format msgid "Unable to create RNG validation context %s" msgstr "Nelze vytvořit ověření kontextu RNG %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "Nelze ověřit dokument" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "Spojení %s je již navázáno" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "Nelze otevřít %s" +msgid "Unable to get capabilities" +msgstr "Nepodařilo se získat schopnosti" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 msgid "Unable to get connection URI" msgstr "Nelze získat URI připojení" -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "Spojení není navázáno" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "Nepodařilo se načíst seznam doméno " - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "Nepodařilo se načíst seznam úložišť" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "Spojení není navázáno" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "Nezdařilo se získat název hypervisoru" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 msgid "Unable to get hypervisor version" msgstr "Nepodařilo se získat verzi hypervizora" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "Nepodařilo se vytvořit doménu" +msgid "Unable to get node info" +msgstr "Nepodařilo se získat informace o uzlu" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "Nepodařilo se načíst seznam rozhraní" +#, c-format +msgid "Unable to open %s" +msgstr "Nelze otevřít %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "Nepodařilo se načíst seznam sítí" +#, c-format +msgid "Unable to parse RNG %s" +msgstr "Nelze parsovat RNG %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "Nepodařilo se vytvořit úložný prostor" +msgid "Unable to parse configuration" +msgstr "Nelze parsovat konfiguraci" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "Nepodařilo se získat informace o uzlu" +msgid "Unable to perform RecvAll" +msgstr "Nepodařilo se provést RecvAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "Nepodařilo se získat schopnosti" +msgid "Unable to perform SendAll" +msgstr "Nepodařilo se provést SendAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 msgid "Unable to restore domain" msgstr "Nepodařilo se obnovit doménu" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "Volání virStreamRecv by blokovalo" +msgid "Unable to validate doc" +msgstr "Nelze ověřit dokument" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 #, c-format -msgid "Got virStreamRecv error in %s" -msgstr "Má chybu virStreamRecv v %s" +msgid "XML data has no '%s' node" +msgstr "XML data nemají uzel '%s'" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "Nepodařilo se provést RecvAll" +msgid "virStreamRecv call would block" +msgstr "Volání virStreamRecv by blokovalo" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "Volání virStreamSend by blokovalo" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "Nepodařilo se provést SendAll" diff --git a/po/cy.mini.po b/po/cy.mini.po new file mode 100644 index 0000000..2bfb3cd --- /dev/null +++ b/po/cy.mini.po @@ -0,0 +1,21 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:20+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/libvirt-glib/" +"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/cy.po b/po/cy.po deleted file mode 100644 index 90223f4..0000000 --- a/po/cy.po +++ /dev/null @@ -1,154 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:20+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Welsh (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/da.mini.po b/po/da.mini.po new file mode 100644 index 0000000..a8c77fd --- /dev/null +++ b/po/da.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:20+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/libvirt-glib/" +"language/da/)\n" +"Language: da\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/da.po b/po/da.po deleted file mode 100644 index dd23eda..0000000 --- a/po/da.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:20+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/libvirt-glib/" -"language/da/)\n" -"Language: da\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/de_CH.mini.po b/po/de_CH.mini.po new file mode 100644 index 0000000..5c14532 --- /dev/null +++ b/po/de_CH.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:20+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"libvirt-glib/language/de_CH/)\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/de_CH.po b/po/de_CH.po deleted file mode 100644 index 228f1be..0000000 --- a/po/de_CH.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:20+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" -"libvirt-glib/language/de_CH/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" -- 2.20.1

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/de.mini.po | 20 +++++ po/de.po | 153 -------------------------------- po/el.mini.po | 20 +++++ po/el.po | 153 -------------------------------- po/{en_GB.po => en_GB.mini.po} | 141 ++++++++++-------------------- po/eo.mini.po | 20 +++++ po/eo.po | 153 -------------------------------- po/{es.po => es.mini.po} | 153 ++++++++++++-------------------- po/et.mini.po | 20 +++++ po/et.po | 153 -------------------------------- po/eu.mini.po | 20 +++++ po/eu.po | 153 -------------------------------- po/fa.mini.po | 20 +++++ po/fa.po | 153 -------------------------------- po/fi.mini.po | 44 ++++++++++ po/fi.po | 154 --------------------------------- 16 files changed, 266 insertions(+), 1264 deletions(-) create mode 100644 po/de.mini.po delete mode 100644 po/de.po create mode 100644 po/el.mini.po delete mode 100644 po/el.po rename po/{en_GB.po => en_GB.mini.po} (51%) create mode 100644 po/eo.mini.po delete mode 100644 po/eo.po rename po/{es.po => es.mini.po} (59%) create mode 100644 po/et.mini.po delete mode 100644 po/et.po create mode 100644 po/eu.mini.po delete mode 100644 po/eu.po create mode 100644 po/fa.mini.po delete mode 100644 po/fa.po create mode 100644 po/fi.mini.po delete mode 100644 po/fi.po diff --git a/po/de.mini.po b/po/de.mini.po new file mode 100644 index 0000000..b231b64 --- /dev/null +++ b/po/de.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:20+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: German (http://www.transifex.com/projects/p/libvirt-glib/" +"language/de/)\n" +"Language: de\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/de.po b/po/de.po deleted file mode 100644 index 33b3225..0000000 --- a/po/de.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:20+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: German (http://www.transifex.com/projects/p/libvirt-glib/" -"language/de/)\n" -"Language: de\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/el.mini.po b/po/el.mini.po new file mode 100644 index 0000000..3f5b89e --- /dev/null +++ b/po/el.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:20+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Greek (http://www.transifex.com/projects/p/libvirt-glib/" +"language/el/)\n" +"Language: el\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/el.po b/po/el.po deleted file mode 100644 index 1550b1b..0000000 --- a/po/el.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:20+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Greek (http://www.transifex.com/projects/p/libvirt-glib/" -"language/el/)\n" -"Language: el\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/en_GB.po b/po/en_GB.mini.po similarity index 51% rename from po/en_GB.po rename to po/en_GB.mini.po index 7bffea2..05ff41d 100644 --- a/po/en_GB.po +++ b/po/en_GB.mini.po @@ -1,14 +1,14 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: # Robert Readman <robert_readman@hotmail.com>, 2013 msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" @@ -20,135 +20,84 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "No XML document to parse" +#, c-format +msgid "Connection %s is already open" +msgstr "Connection %s is already open" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "Unable to parse configuration" +msgid "Connection is not open" +msgstr "Connection is not open" + +msgid "Connection is not opened" +msgstr "Connection is not opened" + +msgid "Failed to create domain" +msgstr "Failed to create domain" + +msgid "Failed to create storage pool" +msgstr "Failed to create storage pool" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format -msgid "XML data has no '%s' node" -msgstr "XML data has no '%s' node" +msgid "Got virStreamRecv error in %s" +msgstr "Got virStreamRecv error in %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "No XML document associated with this config object" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" +msgid "No XML document to parse" +msgstr "No XML document to parse" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 #, c-format msgid "Unable to create RNG parser for %s" msgstr "Unable to create RNG parser for %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "Unable to parse RNG %s" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 #, c-format msgid "Unable to create RNG validation context %s" msgstr "Unable to create RNG validation context %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "Unable to validate doc" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "Connection %s is already open" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "Unable to open %s" +msgid "Unable to get capabilities" +msgstr "Unable to get capabilities" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 msgid "Unable to get connection URI" msgstr "Unable to get connection URI" -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "Connection is not open" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "Connection is not opened" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "Unable to get hypervisor name" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 msgid "Unable to get hypervisor version" msgstr "Unable to get hypervisor version" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "Failed to create domain" +msgid "Unable to get node info" +msgstr "Unable to get node info" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" +#, c-format +msgid "Unable to open %s" +msgstr "Unable to open %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" +#, c-format +msgid "Unable to parse RNG %s" +msgstr "Unable to parse RNG %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "Failed to create storage pool" +msgid "Unable to parse configuration" +msgstr "Unable to parse configuration" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "Unable to get node info" +msgid "Unable to perform RecvAll" +msgstr "Unable to perform RecvAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "Unable to get capabilities" +msgid "Unable to perform SendAll" +msgstr "Unable to perform SendAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 msgid "Unable to restore domain" msgstr "Unable to restore domain" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "virStreamRecv call would block" +msgid "Unable to validate doc" +msgstr "Unable to validate doc" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 #, c-format -msgid "Got virStreamRecv error in %s" -msgstr "Got virStreamRecv error in %s" +msgid "XML data has no '%s' node" +msgstr "XML data has no '%s' node" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "Unable to perform RecvAll" +msgid "virStreamRecv call would block" +msgstr "virStreamRecv call would block" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "virStreamSend call would block" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "Unable to perform SendAll" diff --git a/po/eo.mini.po b/po/eo.mini.po new file mode 100644 index 0000000..84fd360 --- /dev/null +++ b/po/eo.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:20+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/libvirt-glib/" +"language/eo/)\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/eo.po b/po/eo.po deleted file mode 100644 index 4528217..0000000 --- a/po/eo.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:20+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Esperanto (http://www.transifex.com/projects/p/libvirt-glib/" -"language/eo/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/es.po b/po/es.mini.po similarity index 59% rename from po/es.po rename to po/es.mini.po index 94d9a06..c372400 100644 --- a/po/es.po +++ b/po/es.mini.po @@ -1,5 +1,5 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: @@ -7,9 +7,9 @@ # Máximo Castañeda Riloba <mcrcctm@gmail.com>, 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" "PO-Revision-Date: 2016-08-07 06:44+0000\n" "Last-Translator: Máximo Castañeda Riloba <mcrcctm@gmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/libvirt-glib/" @@ -21,136 +21,97 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "No hay ningún documento XML que analizar" +#, c-format +msgid "Connection %s is already open" +msgstr "La conexión %s ya está abierta" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "No se pudo analizar la configuración" +msgid "Connection is not open" +msgstr "La conexión no está abierta" + +msgid "Connection is not opened" +msgstr "La conexión no está abierta" + +msgid "Failed to create domain" +msgstr "Falló al crear el dominio" + +msgid "Failed to create storage pool" +msgstr "Falló al crear el grupo de almacenamiento" + +msgid "Failed to fetch list of domains" +msgstr "No se pudo obtener la lista de dominios" + +msgid "Failed to fetch list of interfaces" +msgstr "No se pudo obtener la lista de interfaces" + +msgid "Failed to fetch list of networks" +msgstr "No se pudo obtener la lista de redes" + +msgid "Failed to fetch list of pools" +msgstr "No se pudo obtener la lista de grupos" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format -msgid "XML data has no '%s' node" -msgstr "Los datos XML no tienen un nodo «%s»" +msgid "Got virStreamRecv error in %s" +msgstr "Se obtuvo el error virStreamRecv en %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" "No hay ningún documento XML asociado con este objeto de la configuración" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" +msgid "No XML document to parse" +msgstr "No hay ningún documento XML que analizar" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 #, c-format msgid "Unable to create RNG parser for %s" msgstr "No se pudo crear el analizador RNG para %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "No se pudo analizar el RNG %s" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 #, c-format msgid "Unable to create RNG validation context %s" msgstr "No se pudo crear el contexto de validación de RNG %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "No se pudo validar el documento" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "La conexión %s ya está abierta" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "No se puede abrir %s" +msgid "Unable to get capabilities" +msgstr "No se pudieron obtener las capacidades" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 msgid "Unable to get connection URI" msgstr "No se puede obtener el URI de la conexión" -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "La conexión no está abierta" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "No se pudo obtener la lista de dominios" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "No se pudo obtener la lista de grupos" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "La conexión no está abierta" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "No se puede obtener el nombre del hipervisor" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 msgid "Unable to get hypervisor version" msgstr "No se puede obtener la versión del hipervisor" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "Falló al crear el dominio" +msgid "Unable to get node info" +msgstr "No se puede obtener la información del nodo" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "No se pudo obtener la lista de interfaces" +#, c-format +msgid "Unable to open %s" +msgstr "No se puede abrir %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "No se pudo obtener la lista de redes" +#, c-format +msgid "Unable to parse RNG %s" +msgstr "No se pudo analizar el RNG %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "Falló al crear el grupo de almacenamiento" +msgid "Unable to parse configuration" +msgstr "No se pudo analizar la configuración" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "No se puede obtener la información del nodo" +msgid "Unable to perform RecvAll" +msgstr "No se puede realizar RecvAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "No se pudieron obtener las capacidades" +msgid "Unable to perform SendAll" +msgstr "No se puede realizar SendAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 msgid "Unable to restore domain" msgstr "No se puede restaurar el dominio" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "La llamada a virStreamRecv sería bloqueante" +msgid "Unable to validate doc" +msgstr "No se pudo validar el documento" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 #, c-format -msgid "Got virStreamRecv error in %s" -msgstr "Se obtuvo el error virStreamRecv en %s" +msgid "XML data has no '%s' node" +msgstr "Los datos XML no tienen un nodo «%s»" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "No se puede realizar RecvAll" +msgid "virStreamRecv call would block" +msgstr "La llamada a virStreamRecv sería bloqueante" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "La llamada a virStreamSend sería bloqueante" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "No se puede realizar SendAll" diff --git a/po/et.mini.po b/po/et.mini.po new file mode 100644 index 0000000..357b05c --- /dev/null +++ b/po/et.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:20+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Estonian (http://www.transifex.com/projects/p/libvirt-glib/" +"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/et.po b/po/et.po deleted file mode 100644 index a1c6034..0000000 --- a/po/et.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:20+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Estonian (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/eu.mini.po b/po/eu.mini.po new file mode 100644 index 0000000..9960a54 --- /dev/null +++ b/po/eu.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:20+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Basque (http://www.transifex.com/projects/p/libvirt-glib/" +"language/eu/)\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/eu.po b/po/eu.po deleted file mode 100644 index e732e06..0000000 --- a/po/eu.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:20+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Basque (http://www.transifex.com/projects/p/libvirt-glib/" -"language/eu/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/fa.mini.po b/po/fa.mini.po new file mode 100644 index 0000000..5321a36 --- /dev/null +++ b/po/fa.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:20+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/libvirt-glib/" +"language/fa/)\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/fa.po b/po/fa.po deleted file mode 100644 index 03a2d4c..0000000 --- a/po/fa.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:20+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/libvirt-glib/" -"language/fa/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/fi.mini.po b/po/fi.mini.po new file mode 100644 index 0000000..b64545c --- /dev/null +++ b/po/fi.mini.po @@ -0,0 +1,44 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Jiri Grönroos <jiri.gronroos@iki.fi>, 2017. #zanata +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2017-03-26 10:27+0000\n" +"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" +"Language-Team: Finnish (http://www.transifex.com/projects/p/libvirt-glib/" +"language/fi/)\n" +"Language: fi\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" + +#, c-format +msgid "Connection %s is already open" +msgstr "Yhteys %s on jo avoinna" + +msgid "Connection is not open" +msgstr "Yhteys ei ole avoinna" + +msgid "Connection is not opened" +msgstr "Yhteyttä ei ole avattu" + +msgid "Failed to create domain" +msgstr "Domainin luominen epäonnistui" + +msgid "Unable to get hypervisor name" +msgstr "Ei saatu hypervisorin nimeä" + +msgid "Unable to get hypervisor version" +msgstr "Ei saatu hypervisorin versiota" + +#, c-format +msgid "Unable to open %s" +msgstr "Ei voida avata %s" diff --git a/po/fi.po b/po/fi.po deleted file mode 100644 index 7f76620..0000000 --- a/po/fi.po +++ /dev/null @@ -1,154 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Jiri Grönroos <jiri.gronroos@iki.fi>, 2017. #zanata -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2017-03-26 10:27+0000\n" -"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" -"Language-Team: Finnish (http://www.transifex.com/projects/p/libvirt-glib/" -"language/fi/)\n" -"Language: fi\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "Yhteys %s on jo avoinna" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "Ei voida avata %s" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "Yhteys ei ole avoinna" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "Yhteyttä ei ole avattu" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "Ei saatu hypervisorin nimeä" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "Ei saatu hypervisorin versiota" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "Domainin luominen epäonnistui" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" -- 2.20.1

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/{fr.po => fr.mini.po} | 156 +++++++++++++++------------------------ po/gl.mini.po | 20 +++++ po/gl.po | 153 -------------------------------------- po/gu.mini.po | 20 +++++ po/gu.po | 153 -------------------------------------- po/he.mini.po | 20 +++++ po/he.po | 153 -------------------------------------- po/{hi.po => hi.mini.po} | 141 +++++++++++------------------------ po/hr.mini.po | 21 ++++++ po/hr.po | 154 -------------------------------------- po/hu.mini.po | 20 +++++ po/hu.po | 153 -------------------------------------- po/ia.mini.po | 20 +++++ po/ia.po | 153 -------------------------------------- 14 files changed, 225 insertions(+), 1112 deletions(-) rename po/{fr.po => fr.mini.po} (58%) create mode 100644 po/gl.mini.po delete mode 100644 po/gl.po create mode 100644 po/gu.mini.po delete mode 100644 po/gu.po create mode 100644 po/he.mini.po delete mode 100644 po/he.po rename po/{hi.po => hi.mini.po} (62%) create mode 100644 po/hr.mini.po delete mode 100644 po/hr.po create mode 100644 po/hu.mini.po delete mode 100644 po/hu.po create mode 100644 po/ia.mini.po delete mode 100644 po/ia.po diff --git a/po/fr.po b/po/fr.mini.po similarity index 58% rename from po/fr.po rename to po/fr.mini.po index f5a8978..c61b518 100644 --- a/po/fr.po +++ b/po/fr.mini.po @@ -1,16 +1,17 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: # Jérôme Fenal <jfenal@gmail.com>, 2013 # Jean-Baptiste Holcroft <jean-baptiste@holcroft.fr>, 2016. #zanata +# Jean-Baptiste Holcroft <jean-baptiste@holcroft.fr>, 2019. #zanata msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2016-07-15 05:10+0000\n" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2019-01-21 08:05+0000\n" "Last-Translator: Jean-Baptiste Holcroft <jean-baptiste@holcroft.fr>\n" "Language-Team: French (http://www.transifex.com/projects/p/libvirt-glib/" "language/fr/)\n" @@ -21,135 +22,96 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "Aucun document XML à analyser" +#, c-format +msgid "Connection %s is already open" +msgstr "La connexion %s est déjà ouverte" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "Impossible d'analyser la configuration" +msgid "Connection is not open" +msgstr "La connexion n'est pas ouverte" + +msgid "Connection is not opened" +msgstr "La connexion n'est pas ouverte" + +msgid "Failed to create domain" +msgstr "Échec de la création du domaine" + +msgid "Failed to create storage pool" +msgstr "Échec de la création du pool de stockage" + +msgid "Failed to fetch list of domains" +msgstr "Impossible de récupérer la liste des domaines" + +msgid "Failed to fetch list of interfaces" +msgstr "Impossible de récupérer la liste des interfaces" + +msgid "Failed to fetch list of networks" +msgstr "Impossible de récupérer la liste des réseaux" + +msgid "Failed to fetch list of pools" +msgstr "Impossible de récupérer la liste des pools" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format -msgid "XML data has no '%s' node" -msgstr "Les données XML n'ont pas de nœud « %s »" +msgid "Got virStreamRecv error in %s" +msgstr "Erreur virStreamRecv survenue dans %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "Aucun document XML associé avec cet objet de configuration" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" +msgid "No XML document to parse" +msgstr "Aucun document XML à analyser" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 #, c-format msgid "Unable to create RNG parser for %s" msgstr "Impossible de créer l'analyseur RNG pour %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "Impossible d'analyser le RNG %s" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 #, c-format msgid "Unable to create RNG validation context %s" msgstr "Impossible de créer un contexte de validation RNG %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "Impossible de valider le document" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "La connexion %s est déjà ouverte" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "Impossible d'ouvrir %s" +msgid "Unable to get capabilities" +msgstr "Impossible d'obtenir les capacités" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 msgid "Unable to get connection URI" msgstr "Impossible d'obtenir l'URI de connexion" -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "La connexion n'est pas ouverte" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "Impossible de récupérer la liste des domaines" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "Impossible de récupérer la liste des pools" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "La connexion n'est pas ouverte" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "Impossible d'obtenir le nom de l'hyperviseur" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 msgid "Unable to get hypervisor version" msgstr "Impossible d'obtenir la version de l'hyperviseur" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "Échec de la création du domaine" +msgid "Unable to get node info" +msgstr "Impossible d'obtenir les informations sur le nœud" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "Impossible de récupérer la liste des interfaces" +#, c-format +msgid "Unable to open %s" +msgstr "Impossible d'ouvrir %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "Impossible de récupérer la liste des réseaux" +#, c-format +msgid "Unable to parse RNG %s" +msgstr "Impossible d'analyser le RNG %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "Échec de la création du pool de stockage" +msgid "Unable to parse configuration" +msgstr "Impossible d'analyser la configuration" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "Impossible d'obtenir les informations sur le nœud" +msgid "Unable to perform RecvAll" +msgstr "Impossible d'exécuter RecvAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "Impossible d'obtenir les capacités" +msgid "Unable to perform SendAll" +msgstr "Impossible d'exécuter SendAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 msgid "Unable to restore domain" msgstr "Impossible de restaurer le domaine" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "L'appel à virStreamRecv serait bloquant" +msgid "Unable to validate doc" +msgstr "Impossible de valider le document" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 #, c-format -msgid "Got virStreamRecv error in %s" -msgstr "Erreur virStreamRecv survenue dans %s" +msgid "XML data has no '%s' node" +msgstr "Les données XML n'ont pas de nœud « %s »" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "Impossible d'exécuter RecvAll" +msgid "virStreamRecv call would block" +msgstr "L'appel à virStreamRecv serait bloquant" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "L'appel à virStreamSend serait bloquant" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "Impossible d'exécuter SendAll" diff --git a/po/gl.mini.po b/po/gl.mini.po new file mode 100644 index 0000000..93f07d2 --- /dev/null +++ b/po/gl.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:20+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Galician (http://www.transifex.com/projects/p/libvirt-glib/" +"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/gl.po b/po/gl.po deleted file mode 100644 index c077303..0000000 --- a/po/gl.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:20+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Galician (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/gu.mini.po b/po/gu.mini.po new file mode 100644 index 0000000..e6b5802 --- /dev/null +++ b/po/gu.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:20+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Gujarati (http://www.transifex.com/projects/p/libvirt-glib/" +"language/gu/)\n" +"Language: gu\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/gu.po b/po/gu.po deleted file mode 100644 index f859c06..0000000 --- a/po/gu.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:20+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Gujarati (http://www.transifex.com/projects/p/libvirt-glib/" -"language/gu/)\n" -"Language: gu\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/he.mini.po b/po/he.mini.po new file mode 100644 index 0000000..c31820b --- /dev/null +++ b/po/he.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:20+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/libvirt-glib/" +"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/he.po b/po/he.po deleted file mode 100644 index 036847b..0000000 --- a/po/he.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:20+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Hebrew (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/hi.po b/po/hi.mini.po similarity index 62% rename from po/hi.po rename to po/hi.mini.po index 67e2db8..62da10e 100644 --- a/po/hi.po +++ b/po/hi.mini.po @@ -1,5 +1,5 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: @@ -7,9 +7,9 @@ # Rajesh Ranjan <rranjan@redhat.com>, 2014 msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/libvirt-glib/" @@ -21,135 +21,84 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "विश्लेषण करने के लिए कोई XML दस्तावेज़ उपल्बध नहीं " +#, c-format +msgid "Connection %s is already open" +msgstr "कनेक्शन %s पहले से ही खुला है" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "विन्यास के विश्लेषण कर पाने में असमर्थ" +msgid "Connection is not open" +msgstr "कनेक्शन खुला नहीं है" + +msgid "Connection is not opened" +msgstr "कनेक्शन को खोला नहीं गया है" + +msgid "Failed to create domain" +msgstr "डोमेन का निर्माण कर पाने में असफल" + +msgid "Failed to create storage pool" +msgstr "संग्रहण पूल का निर्माण करने में असफल" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format -msgid "XML data has no '%s' node" -msgstr "XML data का कोई '%s' नोड नहीं है" +msgid "Got virStreamRecv error in %s" +msgstr "%s में virStreamRecv त्रुटि पाया" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "इस XML दस्तावेज़ के साथ कोई कॉन्फ़िंग ऑब्जेक्ट नहीं है" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" +msgid "No XML document to parse" +msgstr "विश्लेषण करने के लिए कोई XML दस्तावेज़ उपल्बध नहीं " -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 #, c-format msgid "Unable to create RNG parser for %s" msgstr "%s के लिए RNG विश्लेषक का निर्माण करने में असमर्थ" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "RNG %s को विश्लेषण करने में असमर्थ" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 #, c-format msgid "Unable to create RNG validation context %s" msgstr "RNG अभिप्रमाणित सन्दर्भ %s का निर्माण करने में असमर्थ" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "डॉक को अभिप्रमाणित करने में असमर्थ" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "कनेक्शन %s पहले से ही खुला है" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "%s को खोल पाने में असमर्थ " +msgid "Unable to get capabilities" +msgstr "सक्षमता प्राप्त करने में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 msgid "Unable to get connection URI" msgstr "URI कनेक्शन प्राप्त करने में असमर्थ " -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "कनेक्शन खुला नहीं है" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "कनेक्शन को खोला नहीं गया है" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "हाइपरविज़र का नाम प्राप्त करने में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 msgid "Unable to get hypervisor version" msgstr "हाइपरविज़र का सन्सकरण प्राप्त करने मे असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "डोमेन का निर्माण कर पाने में असफल" +msgid "Unable to get node info" +msgstr "नोड की जानकारी प्राप्त करने में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" +#, c-format +msgid "Unable to open %s" +msgstr "%s को खोल पाने में असमर्थ " -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" +#, c-format +msgid "Unable to parse RNG %s" +msgstr "RNG %s को विश्लेषण करने में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "संग्रहण पूल का निर्माण करने में असफल" +msgid "Unable to parse configuration" +msgstr "विन्यास के विश्लेषण कर पाने में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "नोड की जानकारी प्राप्त करने में असमर्थ" +msgid "Unable to perform RecvAll" +msgstr "RecvAll के कार्यान्वयन में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "सक्षमता प्राप्त करने में असमर्थ" +msgid "Unable to perform SendAll" +msgstr "SendAll के कार्यान्वयन में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 msgid "Unable to restore domain" msgstr "डोमेन पुन: स्थापित करने में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "virStreamRecv का कॉल रोक देता" +msgid "Unable to validate doc" +msgstr "डॉक को अभिप्रमाणित करने में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 #, c-format -msgid "Got virStreamRecv error in %s" -msgstr "%s में virStreamRecv त्रुटि पाया" +msgid "XML data has no '%s' node" +msgstr "XML data का कोई '%s' नोड नहीं है" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "RecvAll के कार्यान्वयन में असमर्थ" +msgid "virStreamRecv call would block" +msgstr "virStreamRecv का कॉल रोक देता" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "virStreamSend का कॉल रोक देता" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "SendAll के कार्यान्वयन में असमर्थ" diff --git a/po/hr.mini.po b/po/hr.mini.po new file mode 100644 index 0000000..507eaa6 --- /dev/null +++ b/po/hr.mini.po @@ -0,0 +1,21 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:20+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Croatian (http://www.transifex.com/projects/p/libvirt-glib/" +"language/hr/)\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/hr.po b/po/hr.po deleted file mode 100644 index 9f44ad1..0000000 --- a/po/hr.po +++ /dev/null @@ -1,154 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:20+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Croatian (http://www.transifex.com/projects/p/libvirt-glib/" -"language/hr/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/hu.mini.po b/po/hu.mini.po new file mode 100644 index 0000000..ac7726f --- /dev/null +++ b/po/hu.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/libvirt-glib/" +"language/hu/)\n" +"Language: hu\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/hu.po b/po/hu.po deleted file mode 100644 index daba024..0000000 --- a/po/hu.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/libvirt-glib/" -"language/hu/)\n" -"Language: hu\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/ia.mini.po b/po/ia.mini.po new file mode 100644 index 0000000..ad77f06 --- /dev/null +++ b/po/ia.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Interlingua (http://www.transifex.com/projects/p/libvirt-glib/" +"language/ia/)\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/ia.po b/po/ia.po deleted file mode 100644 index 150dfe2..0000000 --- a/po/ia.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Interlingua (http://www.transifex.com/projects/p/libvirt-glib/" -"language/ia/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" -- 2.20.1

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/id.mini.po | 20 +++++ po/id.po | 153 --------------------------------------- po/ilo.mini.po | 20 +++++ po/ilo.po | 153 --------------------------------------- po/is.mini.po | 20 +++++ po/is.po | 153 --------------------------------------- po/it.mini.po | 20 +++++ po/it.po | 153 --------------------------------------- po/{ja.po => ja.mini.po} | 141 ++++++++++++------------------------ po/ka.mini.po | 20 +++++ po/ka.po | 153 --------------------------------------- po/kk.mini.po | 20 +++++ po/kk.po | 153 --------------------------------------- po/km.mini.po | 20 +++++ po/km.po | 153 --------------------------------------- po/kn.mini.po | 20 +++++ po/kn.po | 153 --------------------------------------- po/ko.mini.po | 20 +++++ po/ko.po | 153 --------------------------------------- 19 files changed, 225 insertions(+), 1473 deletions(-) create mode 100644 po/id.mini.po delete mode 100644 po/id.po create mode 100644 po/ilo.mini.po delete mode 100644 po/ilo.po create mode 100644 po/is.mini.po delete mode 100644 po/is.po create mode 100644 po/it.mini.po delete mode 100644 po/it.po rename po/{ja.po => ja.mini.po} (55%) create mode 100644 po/ka.mini.po delete mode 100644 po/ka.po create mode 100644 po/kk.mini.po delete mode 100644 po/kk.po create mode 100644 po/km.mini.po delete mode 100644 po/km.po create mode 100644 po/kn.mini.po delete mode 100644 po/kn.po create mode 100644 po/ko.mini.po delete mode 100644 po/ko.po diff --git a/po/id.mini.po b/po/id.mini.po new file mode 100644 index 0000000..66423de --- /dev/null +++ b/po/id.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/libvirt-glib/" +"language/id/)\n" +"Language: id\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/id.po b/po/id.po deleted file mode 100644 index 314ff45..0000000 --- a/po/id.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/libvirt-glib/" -"language/id/)\n" -"Language: id\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/ilo.mini.po b/po/ilo.mini.po new file mode 100644 index 0000000..f285df5 --- /dev/null +++ b/po/ilo.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Iloko (http://www.transifex.com/projects/p/libvirt-glib/" +"language/ilo/)\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=2; plural=(n != 1);\n" +"X-Generator: Zanata 4.6.2\n" diff --git a/po/ilo.po b/po/ilo.po deleted file mode 100644 index df1c4d7..0000000 --- a/po/ilo.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Iloko (http://www.transifex.com/projects/p/libvirt-glib/" -"language/ilo/)\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=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/is.mini.po b/po/is.mini.po new file mode 100644 index 0000000..5ec1236 --- /dev/null +++ b/po/is.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/libvirt-glib/" +"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/is.po b/po/is.po deleted file mode 100644 index 8947917..0000000 --- a/po/is.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Icelandic (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/it.mini.po b/po/it.mini.po new file mode 100644 index 0000000..3be08d3 --- /dev/null +++ b/po/it.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/libvirt-glib/" +"language/it/)\n" +"Language: it\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/it.po b/po/it.po deleted file mode 100644 index c3e756b..0000000 --- a/po/it.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/libvirt-glib/" -"language/it/)\n" -"Language: it\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/ja.po b/po/ja.mini.po similarity index 55% rename from po/ja.po rename to po/ja.mini.po index 0cd5c63..bebfd04 100644 --- a/po/ja.po +++ b/po/ja.mini.po @@ -1,5 +1,5 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: @@ -7,9 +7,9 @@ # Tomoyuki KATO <tomo@dream.daynight.jp>, 2013 msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Japanese (http://www.transifex.com/projects/p/libvirt-glib/" @@ -21,135 +21,84 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "構文解析する XML ドキュメントがありません" +#, c-format +msgid "Connection %s is already open" +msgstr "すでに接続 %s が開かれています" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "設定を構文解析できません" +msgid "Connection is not open" +msgstr "接続されていません" + +msgid "Connection is not opened" +msgstr "接続されていません" + +msgid "Failed to create domain" +msgstr "ドメインの作成に失敗しました" + +msgid "Failed to create storage pool" +msgstr "ストレージプールの作成に失敗しました" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format -msgid "XML data has no '%s' node" -msgstr "XML データに '%s' ノードがありません" +msgid "Got virStreamRecv error in %s" +msgstr "%s において virStreamRecv エラーが発生しました" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "この設定オブジェクトと関連付けられた XML ドキュメントがありません" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" +msgid "No XML document to parse" +msgstr "構文解析する XML ドキュメントがありません" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 #, c-format msgid "Unable to create RNG parser for %s" msgstr "%s の RNG パーサーを作成できません" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "RNG %s を構文解析できません" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 #, c-format msgid "Unable to create RNG validation context %s" msgstr "RNG 検証コンテキスト %s を作成できません" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "ドキュメントを検証できません" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "すでに接続 %s が開かれています" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "%s を開けません" +msgid "Unable to get capabilities" +msgstr "ケイパビリティを取得できません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 msgid "Unable to get connection URI" msgstr "接続 URI を取得できません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "接続されていません" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "接続されていません" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "ハイパーバイザーの名前を取得できません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 msgid "Unable to get hypervisor version" msgstr "ハイパーバイザーのバージョンを取得できません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "ドメインの作成に失敗しました" +msgid "Unable to get node info" +msgstr "ノード情報を取得できません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" +#, c-format +msgid "Unable to open %s" +msgstr "%s を開けません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" +#, c-format +msgid "Unable to parse RNG %s" +msgstr "RNG %s を構文解析できません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "ストレージプールの作成に失敗しました" +msgid "Unable to parse configuration" +msgstr "設定を構文解析できません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "ノード情報を取得できません" +msgid "Unable to perform RecvAll" +msgstr "RecvAll を実行できません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "ケイパビリティを取得できません" +msgid "Unable to perform SendAll" +msgstr "SendAll を実行できません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 msgid "Unable to restore domain" msgstr "ドメインを復元できません" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "virStreamRecv の呼び出しがブロックされます" +msgid "Unable to validate doc" +msgstr "ドキュメントを検証できません" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 #, c-format -msgid "Got virStreamRecv error in %s" -msgstr "%s において virStreamRecv エラーが発生しました" +msgid "XML data has no '%s' node" +msgstr "XML データに '%s' ノードがありません" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "RecvAll を実行できません" +msgid "virStreamRecv call would block" +msgstr "virStreamRecv の呼び出しがブロックされます" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "virStreamSend の呼び出しがブロックされます" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "SendAll を実行できません" diff --git a/po/ka.mini.po b/po/ka.mini.po new file mode 100644 index 0000000..44730f1 --- /dev/null +++ b/po/ka.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Georgian (http://www.transifex.com/projects/p/libvirt-glib/" +"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/ka.po b/po/ka.po deleted file mode 100644 index 772842c..0000000 --- a/po/ka.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Georgian (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/kk.mini.po b/po/kk.mini.po new file mode 100644 index 0000000..4e6c79b --- /dev/null +++ b/po/kk.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/libvirt-glib/" +"language/kk/)\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/kk.po b/po/kk.po deleted file mode 100644 index 1f243d9..0000000 --- a/po/kk.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Kazakh (http://www.transifex.com/projects/p/libvirt-glib/" -"language/kk/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/km.mini.po b/po/km.mini.po new file mode 100644 index 0000000..d2bc319 --- /dev/null +++ b/po/km.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Khmer (http://www.transifex.com/projects/p/libvirt-glib/" +"language/km/)\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/km.po b/po/km.po deleted file mode 100644 index c18995a..0000000 --- a/po/km.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Khmer (http://www.transifex.com/projects/p/libvirt-glib/" -"language/km/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/kn.mini.po b/po/kn.mini.po new file mode 100644 index 0000000..64c008a --- /dev/null +++ b/po/kn.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Kannada (http://www.transifex.com/projects/p/libvirt-glib/" +"language/kn/)\n" +"Language: kn\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/kn.po b/po/kn.po deleted file mode 100644 index 6f698fc..0000000 --- a/po/kn.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Kannada (http://www.transifex.com/projects/p/libvirt-glib/" -"language/kn/)\n" -"Language: kn\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/ko.mini.po b/po/ko.mini.po new file mode 100644 index 0000000..e2456bc --- /dev/null +++ b/po/ko.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Korean (http://www.transifex.com/projects/p/libvirt-glib/" +"language/ko/)\n" +"Language: ko\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/ko.po b/po/ko.po deleted file mode 100644 index d0fb895..0000000 --- a/po/ko.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Korean (http://www.transifex.com/projects/p/libvirt-glib/" -"language/ko/)\n" -"Language: ko\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" -- 2.20.1

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/kw.mini.po | 20 ++++++ po/kw.po | 153 ------------------------------------------- po/kw@kkcor.mini.po | 20 ++++++ po/kw@kkcor.po | 153 ------------------------------------------- po/kw@uccor.mini.po | 20 ++++++ po/kw@uccor.po | 153 ------------------------------------------- po/kw_GB.mini.po | 20 ++++++ po/kw_GB.po | 153 ------------------------------------------- po/ky.mini.po | 20 ++++++ po/ky.po | 153 ------------------------------------------- po/lt.mini.po | 21 ++++++ po/lt.po | 154 -------------------------------------------- po/lv.mini.po | 21 ++++++ po/lv.po | 154 -------------------------------------------- po/mai.mini.po | 20 ++++++ po/mai.po | 153 ------------------------------------------- po/mk.mini.po | 20 ++++++ po/mk.po | 153 ------------------------------------------- po/ml.mini.po | 20 ++++++ po/ml.po | 153 ------------------------------------------- 20 files changed, 202 insertions(+), 1532 deletions(-) create mode 100644 po/kw.mini.po delete mode 100644 po/kw.po create mode 100644 po/kw@kkcor.mini.po delete mode 100644 po/kw@kkcor.po create mode 100644 po/kw@uccor.mini.po delete mode 100644 po/kw@uccor.po create mode 100644 po/kw_GB.mini.po delete mode 100644 po/kw_GB.po create mode 100644 po/ky.mini.po delete mode 100644 po/ky.po create mode 100644 po/lt.mini.po delete mode 100644 po/lt.po create mode 100644 po/lv.mini.po delete mode 100644 po/lv.po create mode 100644 po/mai.mini.po delete mode 100644 po/mai.po create mode 100644 po/mk.mini.po delete mode 100644 po/mk.po create mode 100644 po/ml.mini.po delete mode 100644 po/ml.po diff --git a/po/kw.mini.po b/po/kw.mini.po new file mode 100644 index 0000000..819d9ad --- /dev/null +++ b/po/kw.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+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.po b/po/kw.po deleted file mode 100644 index 6c5755a..0000000 --- a/po/kw.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: libvirt-glib\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\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 3.6.2\n" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/kw@kkcor.mini.po b/po/kw@kkcor.mini.po new file mode 100644 index 0000000..6c03421 --- /dev/null +++ b/po/kw@kkcor.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+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@kkcor.po b/po/kw@kkcor.po deleted file mode 100644 index 5a7bee3..0000000 --- a/po/kw@kkcor.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: libvirt-glib\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\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 3.6.2\n" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/kw@uccor.mini.po b/po/kw@uccor.mini.po new file mode 100644 index 0000000..1d5323b --- /dev/null +++ b/po/kw@uccor.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+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@uccor.po b/po/kw@uccor.po deleted file mode 100644 index 939eee2..0000000 --- a/po/kw@uccor.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: libvirt-glib\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\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 3.6.2\n" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/kw_GB.mini.po b/po/kw_GB.mini.po new file mode 100644 index 0000000..17a31f8 --- /dev/null +++ b/po/kw_GB.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+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/kw_GB.po b/po/kw_GB.po deleted file mode 100644 index 295c291..0000000 --- a/po/kw_GB.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: libvirt-glib\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\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 3.6.2\n" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/ky.mini.po b/po/ky.mini.po new file mode 100644 index 0000000..34acbef --- /dev/null +++ b/po/ky.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Kirgyz (http://www.transifex.com/projects/p/libvirt-glib/" +"language/ky/)\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/ky.po b/po/ky.po deleted file mode 100644 index 115f6f5..0000000 --- a/po/ky.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Kirgyz (http://www.transifex.com/projects/p/libvirt-glib/" -"language/ky/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/lt.mini.po b/po/lt.mini.po new file mode 100644 index 0000000..bac6fd4 --- /dev/null +++ b/po/lt.mini.po @@ -0,0 +1,21 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/libvirt-glib/" +"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/lt.po b/po/lt.po deleted file mode 100644 index 63c318a..0000000 --- a/po/lt.po +++ /dev/null @@ -1,154 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Lithuanian (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/lv.mini.po b/po/lv.mini.po new file mode 100644 index 0000000..7946832 --- /dev/null +++ b/po/lv.mini.po @@ -0,0 +1,21 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/libvirt-glib/" +"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/lv.po b/po/lv.po deleted file mode 100644 index 1005787..0000000 --- a/po/lv.po +++ /dev/null @@ -1,154 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/mai.mini.po b/po/mai.mini.po new file mode 100644 index 0000000..6ca5fc3 --- /dev/null +++ b/po/mai.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:21+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Maithili (http://www.transifex.com/projects/p/libvirt-glib/" +"language/mai/)\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/mai.po b/po/mai.po deleted file mode 100644 index 34df6e5..0000000 --- a/po/mai.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:21+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Maithili (http://www.transifex.com/projects/p/libvirt-glib/" -"language/mai/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/mk.mini.po b/po/mk.mini.po new file mode 100644 index 0000000..3febde7 --- /dev/null +++ b/po/mk.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:22+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/libvirt-glib/" +"language/mk/)\n" +"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" +"X-Generator: Zanata 4.6.2\n" diff --git a/po/mk.po b/po/mk.po deleted file mode 100644 index 3fbfb3b..0000000 --- a/po/mk.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Macedonian (http://www.transifex.com/projects/p/libvirt-glib/" -"language/mk/)\n" -"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -"X-Generator: Zanata 4.6.2\n" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/ml.mini.po b/po/ml.mini.po new file mode 100644 index 0000000..338f665 --- /dev/null +++ b/po/ml.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:22+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/libvirt-glib/" +"language/ml/)\n" +"Language: ml\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/ml.po b/po/ml.po deleted file mode 100644 index a8c8114..0000000 --- a/po/ml.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Malayalam (http://www.transifex.com/projects/p/libvirt-glib/" -"language/ml/)\n" -"Language: ml\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" -- 2.20.1

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/mn.mini.po | 20 +++++++ po/mn.po | 153 ------------------------------------------------- po/mr.mini.po | 20 +++++++ po/mr.po | 153 ------------------------------------------------- po/ms.mini.po | 20 +++++++ po/ms.po | 153 ------------------------------------------------- po/nb.mini.po | 20 +++++++ po/nb.po | 153 ------------------------------------------------- po/nds.mini.po | 20 +++++++ po/nds.po | 153 ------------------------------------------------- po/ne.mini.po | 20 +++++++ po/ne.po | 153 ------------------------------------------------- po/nl.mini.po | 20 +++++++ po/nl.po | 153 ------------------------------------------------- po/nn.mini.po | 20 +++++++ po/nn.po | 153 ------------------------------------------------- po/nso.mini.po | 20 +++++++ po/nso.po | 153 ------------------------------------------------- 18 files changed, 180 insertions(+), 1377 deletions(-) create mode 100644 po/mn.mini.po delete mode 100644 po/mn.po create mode 100644 po/mr.mini.po delete mode 100644 po/mr.po create mode 100644 po/ms.mini.po delete mode 100644 po/ms.po create mode 100644 po/nb.mini.po delete mode 100644 po/nb.po create mode 100644 po/nds.mini.po delete mode 100644 po/nds.po create mode 100644 po/ne.mini.po delete mode 100644 po/ne.po create mode 100644 po/nl.mini.po delete mode 100644 po/nl.po create mode 100644 po/nn.mini.po delete mode 100644 po/nn.po create mode 100644 po/nso.mini.po delete mode 100644 po/nso.po diff --git a/po/mn.mini.po b/po/mn.mini.po new file mode 100644 index 0000000..be36862 --- /dev/null +++ b/po/mn.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:22+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/libvirt-glib/" +"language/mn/)\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/mn.po b/po/mn.po deleted file mode 100644 index 9d6a13b..0000000 --- a/po/mn.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Mongolian (http://www.transifex.com/projects/p/libvirt-glib/" -"language/mn/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/mr.mini.po b/po/mr.mini.po new file mode 100644 index 0000000..a449bc8 --- /dev/null +++ b/po/mr.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:22+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Marathi (http://www.transifex.com/projects/p/libvirt-glib/" +"language/mr/)\n" +"Language: mr\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/mr.po b/po/mr.po deleted file mode 100644 index 17fb3f1..0000000 --- a/po/mr.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Marathi (http://www.transifex.com/projects/p/libvirt-glib/" -"language/mr/)\n" -"Language: mr\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/ms.mini.po b/po/ms.mini.po new file mode 100644 index 0000000..73c4aff --- /dev/null +++ b/po/ms.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:22+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Malay (http://www.transifex.com/projects/p/libvirt-glib/" +"language/ms/)\n" +"Language: ms\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/ms.po b/po/ms.po deleted file mode 100644 index 0552c6e..0000000 --- a/po/ms.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Malay (http://www.transifex.com/projects/p/libvirt-glib/" -"language/ms/)\n" -"Language: ms\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/nb.mini.po b/po/nb.mini.po new file mode 100644 index 0000000..18482bc --- /dev/null +++ b/po/nb.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:22+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/libvirt-" +"glib/language/nb/)\n" +"Language: nb\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/nb.po b/po/nb.po deleted file mode 100644 index baa33e8..0000000 --- a/po/nb.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/libvirt-" -"glib/language/nb/)\n" -"Language: nb\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/nds.mini.po b/po/nds.mini.po new file mode 100644 index 0000000..785495f --- /dev/null +++ b/po/nds.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:22+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Low German (http://www.transifex.com/projects/p/libvirt-glib/" +"language/nds/)\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=2; plural=(n != 1);\n" +"X-Generator: Zanata 4.6.2\n" diff --git a/po/nds.po b/po/nds.po deleted file mode 100644 index 8333566..0000000 --- a/po/nds.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Low German (http://www.transifex.com/projects/p/libvirt-glib/" -"language/nds/)\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=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/ne.mini.po b/po/ne.mini.po new file mode 100644 index 0000000..34e0690 --- /dev/null +++ b/po/ne.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:22+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/libvirt-glib/" +"language/ne/)\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/ne.po b/po/ne.po deleted file mode 100644 index b66dedc..0000000 --- a/po/ne.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Nepali (http://www.transifex.com/projects/p/libvirt-glib/" -"language/ne/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/nl.mini.po b/po/nl.mini.po new file mode 100644 index 0000000..fa3ed54 --- /dev/null +++ b/po/nl.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:22+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Dutch (http://www.transifex.com/projects/p/libvirt-glib/" +"language/nl/)\n" +"Language: nl\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/nl.po b/po/nl.po deleted file mode 100644 index aa5a999..0000000 --- a/po/nl.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Dutch (http://www.transifex.com/projects/p/libvirt-glib/" -"language/nl/)\n" -"Language: nl\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/nn.mini.po b/po/nn.mini.po new file mode 100644 index 0000000..6c72bf7 --- /dev/null +++ b/po/nn.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:22+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/" +"libvirt-glib/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/nn.po b/po/nn.po deleted file mode 100644 index d1b31b0..0000000 --- a/po/nn.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/" -"libvirt-glib/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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/nso.mini.po b/po/nso.mini.po new file mode 100644 index 0000000..2e06ac8 --- /dev/null +++ b/po/nso.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:22+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Northern Sotho (http://www.transifex.com/projects/p/libvirt-" +"glib/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/nso.po b/po/nso.po deleted file mode 100644 index 15d1740..0000000 --- a/po/nso.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Northern Sotho (http://www.transifex.com/projects/p/libvirt-" -"glib/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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" -- 2.20.1

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/or.mini.po | 20 +++++ po/or.po | 153 -------------------------------- po/pa.mini.po | 20 +++++ po/pa.po | 153 -------------------------------- po/{pl.po => pl.mini.po} | 152 ++++++++++++-------------------- po/pt.mini.po | 20 +++++ po/pt.po | 153 -------------------------------- po/{pt_BR.po => pt_BR.mini.po} | 141 ++++++++++-------------------- po/ro.mini.po | 21 +++++ po/ro.po | 154 -------------------------------- po/ru.mini.po | 26 ++++++ po/ru.po | 155 --------------------------------- po/si.mini.po | 20 +++++ po/si.po | 153 -------------------------------- po/sk.mini.po | 20 +++++ po/sk.po | 153 -------------------------------- po/sl.mini.po | 21 +++++ po/sl.po | 154 -------------------------------- 18 files changed, 271 insertions(+), 1418 deletions(-) create mode 100644 po/or.mini.po delete mode 100644 po/or.po create mode 100644 po/pa.mini.po delete mode 100644 po/pa.po rename po/{pl.po => pl.mini.po} (62%) create mode 100644 po/pt.mini.po delete mode 100644 po/pt.po rename po/{pt_BR.po => pt_BR.mini.po} (54%) create mode 100644 po/ro.mini.po delete mode 100644 po/ro.po create mode 100644 po/ru.mini.po delete mode 100644 po/ru.po create mode 100644 po/si.mini.po delete mode 100644 po/si.po create mode 100644 po/sk.mini.po delete mode 100644 po/sk.po create mode 100644 po/sl.mini.po delete mode 100644 po/sl.po diff --git a/po/or.mini.po b/po/or.mini.po new file mode 100644 index 0000000..a07a167 --- /dev/null +++ b/po/or.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:22+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Oriya (http://www.transifex.com/projects/p/libvirt-glib/" +"language/or/)\n" +"Language: or\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/or.po b/po/or.po deleted file mode 100644 index 7eba353..0000000 --- a/po/or.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Oriya (http://www.transifex.com/projects/p/libvirt-glib/" -"language/or/)\n" -"Language: or\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/pa.mini.po b/po/pa.mini.po new file mode 100644 index 0000000..775e754 --- /dev/null +++ b/po/pa.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:22+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/" +"libvirt-glib/language/pa/)\n" +"Language: pa\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/pa.po b/po/pa.po deleted file mode 100644 index c4e5849..0000000 --- a/po/pa.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/" -"libvirt-glib/language/pa/)\n" -"Language: pa\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/pl.po b/po/pl.mini.po similarity index 62% rename from po/pl.po rename to po/pl.mini.po index 7ac3ce2..4db5e56 100644 --- a/po/pl.po +++ b/po/pl.mini.po @@ -1,5 +1,5 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: @@ -11,9 +11,9 @@ # Piotr Drąg <piotrdrag@gmail.com>, 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" "PO-Revision-Date: 2017-12-05 12:29+0000\n" "Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/libvirt-glib/" @@ -26,135 +26,99 @@ msgstr "" "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "Brak dokumentu XML do przetworzenia" +#, c-format +msgid "Connection %s is already open" +msgstr "Połączenie %s jest już otwarte" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "Nie można przetworzyć konfiguracji" +msgid "Connection is not open" +msgstr "Połączenie nie jest otwarte" + +msgid "Connection is not opened" +msgstr "Połączenie nie jest otwarte" + +msgid "Failed to create domain" +msgstr "Utworzenie domeny się nie powiodło" + +msgid "Failed to create storage pool" +msgstr "Utworzenie puli pamięci masowej się nie powiodło" + +msgid "Failed to fetch list of domains" +msgstr "Pobranie listy domen się nie powiodło" + +msgid "Failed to fetch list of interfaces" +msgstr "Pobranie listy interfejsów się nie powiodło" + +msgid "Failed to fetch list of networks" +msgstr "Pobranie listy sieci się nie powiodło" + +msgid "Failed to fetch list of pools" +msgstr "Pobranie listy pul się nie powiodło" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format -msgid "XML data has no '%s' node" -msgstr "Dane XML nie mają węzła „%s”" +msgid "Got virStreamRecv error in %s" +msgstr "Wystąpił błąd virStreamRecv w %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "Brak dokumentu XML powiązanego z tym obiektem konfiguracji" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +msgid "No XML document to parse" +msgstr "Brak dokumentu XML do przetworzenia" + msgid "No XML schema associated with this config object" msgstr "Brak schematu XML powiązanego z tym obiektem konfiguracji" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 #, c-format msgid "Unable to create RNG parser for %s" msgstr "Nie można utworzyć parsera RNG dla %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "Nie można przetworzyć RNG %s" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 #, c-format msgid "Unable to create RNG validation context %s" msgstr "Nie można utworzyć kontekst sprawdzania RNG %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "Nie można sprawdzić dokumentu" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "Połączenie %s jest już otwarte" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "Nie można otworzyć %s" +msgid "Unable to get capabilities" +msgstr "Nie można uzyskać możliwości" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 msgid "Unable to get connection URI" msgstr "Nie można uzyskać adresu URI połączenia" -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "Połączenie nie jest otwarte" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "Pobranie listy domen się nie powiodło" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "Pobranie listy pul się nie powiodło" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "Połączenie nie jest otwarte" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "Nie można uzyskać nazwy nadzorcy" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 msgid "Unable to get hypervisor version" msgstr "Nie można uzyskać wersji nadzorcy" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "Utworzenie domeny się nie powiodło" +msgid "Unable to get node info" +msgstr "Nie można uzyskać informacji o węźle" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "Pobranie listy interfejsów się nie powiodło" +#, c-format +msgid "Unable to open %s" +msgstr "Nie można otworzyć %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "Pobranie listy sieci się nie powiodło" +#, c-format +msgid "Unable to parse RNG %s" +msgstr "Nie można przetworzyć RNG %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "Utworzenie puli pamięci masowej się nie powiodło" +msgid "Unable to parse configuration" +msgstr "Nie można przetworzyć konfiguracji" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "Nie można uzyskać informacji o węźle" +msgid "Unable to perform RecvAll" +msgstr "Nie można wykonać RecvAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "Nie można uzyskać możliwości" +msgid "Unable to perform SendAll" +msgstr "Nie można wykonać SendAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 msgid "Unable to restore domain" msgstr "Nie można przywrócić domeny" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "Wywołanie virStreamRecv spowodowałoby zablokowanie" +msgid "Unable to validate doc" +msgstr "Nie można sprawdzić dokumentu" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 #, c-format -msgid "Got virStreamRecv error in %s" -msgstr "Wystąpił błąd virStreamRecv w %s" +msgid "XML data has no '%s' node" +msgstr "Dane XML nie mają węzła „%s”" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "Nie można wykonać RecvAll" +msgid "virStreamRecv call would block" +msgstr "Wywołanie virStreamRecv spowodowałoby zablokowanie" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "Wywołanie virStreamSend spowodowałoby zablokowanie" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "Nie można wykonać SendAll" diff --git a/po/pt.mini.po b/po/pt.mini.po new file mode 100644 index 0000000..16de0ab --- /dev/null +++ b/po/pt.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:22+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/libvirt-glib/" +"language/pt/)\n" +"Language: pt\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/pt.po b/po/pt.po deleted file mode 100644 index f8943b4..0000000 --- a/po/pt.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:22+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/libvirt-glib/" -"language/pt/)\n" -"Language: pt\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.mini.po similarity index 54% rename from po/pt_BR.po rename to po/pt_BR.mini.po index e4333de..dbe1b04 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.mini.po @@ -1,14 +1,14 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: # Fábio Olivé Leite <fabio.olive@gmail.com>, 2013 msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" "PO-Revision-Date: 2014-12-17 12:23+0000\n" "Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -20,135 +20,84 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "Nenhum documento XML para analisar" +#, c-format +msgid "Connection %s is already open" +msgstr "Conexão %s já está aberta" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "Não foi possível ler a configuração" +msgid "Connection is not open" +msgstr "A conexão não está aberta" + +msgid "Connection is not opened" +msgstr "A conexão não está aberta" + +msgid "Failed to create domain" +msgstr "Falha na criação do domínio" + +msgid "Failed to create storage pool" +msgstr "Falha na criação do storage pool" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format -msgid "XML data has no '%s' node" -msgstr "Dados XML não possuem um nó '%s'" +msgid "Got virStreamRecv error in %s" +msgstr "Erro virStreamRecv em %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "Nenhum documento XML associado a este objeto de configuração" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" +msgid "No XML document to parse" +msgstr "Nenhum documento XML para analisar" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 #, c-format msgid "Unable to create RNG parser for %s" msgstr "Não foi possível criar um analisador RNG para %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "Não foi possível analisar o RNG %s" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 #, c-format msgid "Unable to create RNG validation context %s" msgstr "Não foi possível criar o contexto de validação RNG %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "Não foi possível validar o documento" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "Conexão %s já está aberta" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "Não foi possível abrir %s" +msgid "Unable to get capabilities" +msgstr "Não foi possível buscar as capacidades" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 msgid "Unable to get connection URI" msgstr "Não foi possível encontrar a URI da conexão" -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "A conexão não está aberta" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "A conexão não está aberta" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "Não foi possível encontrar o nome do hypervisor" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 msgid "Unable to get hypervisor version" msgstr "Não foi possível encontrar a versão do hypervisor" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "Falha na criação do domínio" +msgid "Unable to get node info" +msgstr "Não foi possível buscar informações do nó" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" +#, c-format +msgid "Unable to open %s" +msgstr "Não foi possível abrir %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" +#, c-format +msgid "Unable to parse RNG %s" +msgstr "Não foi possível analisar o RNG %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "Falha na criação do storage pool" +msgid "Unable to parse configuration" +msgstr "Não foi possível ler a configuração" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "Não foi possível buscar informações do nó" +msgid "Unable to perform RecvAll" +msgstr "Não foi possível realizar um RecvAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "Não foi possível buscar as capacidades" +msgid "Unable to perform SendAll" +msgstr "Não foi possível realizar um SendAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 msgid "Unable to restore domain" msgstr "Não foi possível restaurar o domínio" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "A chamada a virStreamRecv bloquearia" +msgid "Unable to validate doc" +msgstr "Não foi possível validar o documento" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 #, c-format -msgid "Got virStreamRecv error in %s" -msgstr "Erro virStreamRecv em %s" +msgid "XML data has no '%s' node" +msgstr "Dados XML não possuem um nó '%s'" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "Não foi possível realizar um RecvAll" +msgid "virStreamRecv call would block" +msgstr "A chamada a virStreamRecv bloquearia" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "A chamada a virStreamSend bloquearia" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "Não foi possível realizar um SendAll" diff --git a/po/ro.mini.po b/po/ro.mini.po new file mode 100644 index 0000000..ece6549 --- /dev/null +++ b/po/ro.mini.po @@ -0,0 +1,21 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:23+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Romanian (http://www.transifex.com/projects/p/libvirt-glib/" +"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/ro.po b/po/ro.po deleted file mode 100644 index dba9b7f..0000000 --- a/po/ro.po +++ /dev/null @@ -1,154 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:23+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Romanian (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/ru.mini.po b/po/ru.mini.po new file mode 100644 index 0000000..4100766 --- /dev/null +++ b/po/ru.mini.po @@ -0,0 +1,26 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Alexander Savchenko, 2014 +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:23+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/libvirt-glib/" +"language/ru/)\n" +"Language: ru\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" + +#, c-format +msgid "Unable to open %s" +msgstr "Невозможно открыть %s" diff --git a/po/ru.po b/po/ru.po deleted file mode 100644 index 4ecb86d..0000000 --- a/po/ru.po +++ /dev/null @@ -1,155 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Alexander Savchenko, 2014 -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:23+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/libvirt-glib/" -"language/ru/)\n" -"Language: ru\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "Невозможно открыть %s" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/si.mini.po b/po/si.mini.po new file mode 100644 index 0000000..63a258c --- /dev/null +++ b/po/si.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:23+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Sinhala (http://www.transifex.com/projects/p/libvirt-glib/" +"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/si.po b/po/si.po deleted file mode 100644 index 3909fc1..0000000 --- a/po/si.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:23+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Sinhala (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/sk.mini.po b/po/sk.mini.po new file mode 100644 index 0000000..5937057 --- /dev/null +++ b/po/sk.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:23+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/libvirt-glib/" +"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/sk.po b/po/sk.po deleted file mode 100644 index 4af0d2a..0000000 --- a/po/sk.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:23+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Slovak (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/sl.mini.po b/po/sl.mini.po new file mode 100644 index 0000000..64fdb2b --- /dev/null +++ b/po/sl.mini.po @@ -0,0 +1,21 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:23+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/libvirt-glib/" +"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/sl.po b/po/sl.po deleted file mode 100644 index 85a17b3..0000000 --- a/po/sl.po +++ /dev/null @@ -1,154 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:23+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Slovenian (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" -- 2.20.1

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/sq.mini.po | 20 ++++++ po/sq.po | 153 ------------------------------------------- po/sr.mini.po | 21 ++++++ po/sr.po | 154 -------------------------------------------- po/sr@latin.mini.po | 21 ++++++ po/sr@latin.po | 154 -------------------------------------------- po/sv.mini.po | 20 ++++++ po/sv.po | 153 ------------------------------------------- po/ta.mini.po | 20 ++++++ po/ta.po | 153 ------------------------------------------- po/te.mini.po | 20 ++++++ po/te.po | 153 ------------------------------------------- po/tg.mini.po | 20 ++++++ po/tg.po | 153 ------------------------------------------- po/th.mini.po | 20 ++++++ po/th.po | 153 ------------------------------------------- po/tr.mini.po | 20 ++++++ po/tr.po | 153 ------------------------------------------- po/tw.mini.po | 19 ++++++ po/tw.po | 152 ------------------------------------------- 20 files changed, 201 insertions(+), 1531 deletions(-) create mode 100644 po/sq.mini.po delete mode 100644 po/sq.po create mode 100644 po/sr.mini.po delete mode 100644 po/sr.po create mode 100644 po/sr@latin.mini.po delete mode 100644 po/sr@latin.po create mode 100644 po/sv.mini.po delete mode 100644 po/sv.po create mode 100644 po/ta.mini.po delete mode 100644 po/ta.po create mode 100644 po/te.mini.po delete mode 100644 po/te.po create mode 100644 po/tg.mini.po delete mode 100644 po/tg.po create mode 100644 po/th.mini.po delete mode 100644 po/th.po create mode 100644 po/tr.mini.po delete mode 100644 po/tr.po create mode 100644 po/tw.mini.po delete mode 100644 po/tw.po diff --git a/po/sq.mini.po b/po/sq.mini.po new file mode 100644 index 0000000..86e21c7 --- /dev/null +++ b/po/sq.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:23+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/libvirt-glib/" +"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/sq.po b/po/sq.po deleted file mode 100644 index 515c763..0000000 --- a/po/sq.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:23+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/sr.mini.po b/po/sr.mini.po new file mode 100644 index 0000000..90e4cdf --- /dev/null +++ b/po/sr.mini.po @@ -0,0 +1,21 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:23+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Serbian (http://www.transifex.com/projects/p/libvirt-glib/" +"language/sr/)\n" +"Language: sr\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/sr.po b/po/sr.po deleted file mode 100644 index 71f7439..0000000 --- a/po/sr.po +++ /dev/null @@ -1,154 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:23+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Serbian (http://www.transifex.com/projects/p/libvirt-glib/" -"language/sr/)\n" -"Language: sr\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/sr@latin.mini.po b/po/sr@latin.mini.po new file mode 100644 index 0000000..7406444 --- /dev/null +++ b/po/sr@latin.mini.po @@ -0,0 +1,21 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:23+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/libvirt-" +"glib/language/sr@latin/)\n" +"Language: sr@latin\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/sr@latin.po b/po/sr@latin.po deleted file mode 100644 index 0082928..0000000 --- a/po/sr@latin.po +++ /dev/null @@ -1,154 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:23+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/libvirt-" -"glib/language/sr@latin/)\n" -"Language: sr@latin\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/sv.mini.po b/po/sv.mini.po new file mode 100644 index 0000000..21b3a29 --- /dev/null +++ b/po/sv.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:23+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Swedish (http://www.transifex.com/projects/p/libvirt-glib/" +"language/sv/)\n" +"Language: sv\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/sv.po b/po/sv.po deleted file mode 100644 index 5d79c83..0000000 --- a/po/sv.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:23+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Swedish (http://www.transifex.com/projects/p/libvirt-glib/" -"language/sv/)\n" -"Language: sv\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/ta.mini.po b/po/ta.mini.po new file mode 100644 index 0000000..a443bba --- /dev/null +++ b/po/ta.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:23+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Tamil (http://www.transifex.com/projects/p/libvirt-glib/" +"language/ta/)\n" +"Language: ta\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/ta.po b/po/ta.po deleted file mode 100644 index a47d5a0..0000000 --- a/po/ta.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:23+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Tamil (http://www.transifex.com/projects/p/libvirt-glib/" -"language/ta/)\n" -"Language: ta\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/te.mini.po b/po/te.mini.po new file mode 100644 index 0000000..8275520 --- /dev/null +++ b/po/te.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:24+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Telugu (http://www.transifex.com/projects/p/libvirt-glib/" +"language/te/)\n" +"Language: te\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/te.po b/po/te.po deleted file mode 100644 index 9ce04a5..0000000 --- a/po/te.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:24+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Telugu (http://www.transifex.com/projects/p/libvirt-glib/" -"language/te/)\n" -"Language: te\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/tg.mini.po b/po/tg.mini.po new file mode 100644 index 0000000..a13170f --- /dev/null +++ b/po/tg.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:24+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Tajik (http://www.transifex.com/projects/p/libvirt-glib/" +"language/tg/)\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=2; plural=(n != 1);\n" +"X-Generator: Zanata 4.6.2\n" diff --git a/po/tg.po b/po/tg.po deleted file mode 100644 index d2a1cf6..0000000 --- a/po/tg.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:24+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Tajik (http://www.transifex.com/projects/p/libvirt-glib/" -"language/tg/)\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=2; plural=(n != 1);\n" -"X-Generator: Zanata 4.6.2\n" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/th.mini.po b/po/th.mini.po new file mode 100644 index 0000000..4ebdbc8 --- /dev/null +++ b/po/th.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:24+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Thai (http://www.transifex.com/projects/p/libvirt-glib/" +"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/th.po b/po/th.po deleted file mode 100644 index 54cd4ed..0000000 --- a/po/th.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:24+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Thai (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/tr.mini.po b/po/tr.mini.po new file mode 100644 index 0000000..d228f3b --- /dev/null +++ b/po/tr.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:24+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Turkish (http://www.transifex.com/projects/p/libvirt-glib/" +"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=2; plural=(n > 1);\n" +"X-Generator: Zanata 4.6.2\n" diff --git a/po/tr.po b/po/tr.po deleted file mode 100644 index b638820..0000000 --- a/po/tr.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:24+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Turkish (http://www.transifex.com/projects/p/libvirt-glib/" -"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=2; plural=(n > 1);\n" -"X-Generator: Zanata 4.6.2\n" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/tw.mini.po b/po/tw.mini.po new file mode 100644 index 0000000..669a5c5 --- /dev/null +++ b/po/tw.mini.po @@ -0,0 +1,19 @@ +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+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/tw.po b/po/tw.po deleted file mode 100644 index bdc7710..0000000 --- a/po/tw.po +++ /dev/null @@ -1,152 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: libvirt-glib\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\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 3.6.2\n" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" -- 2.20.1

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/{uk.po => uk.mini.po} | 152 +++++++++++++++----------------------- po/ur.mini.po | 20 +++++ po/ur.po | 153 --------------------------------------- po/vi.mini.po | 20 +++++ po/vi.po | 153 --------------------------------------- po/wba.mini.po | 19 +++++ po/wba.po | 152 -------------------------------------- po/yo.mini.po | 19 +++++ po/yo.po | 152 -------------------------------------- po/zh_CN.mini.po | 20 +++++ po/zh_CN.po | 153 --------------------------------------- po/zh_HK.mini.po | 20 +++++ po/zh_HK.po | 153 --------------------------------------- po/zh_TW.mini.po | 20 +++++ po/zh_TW.po | 153 --------------------------------------- po/zu.mini.po | 20 +++++ po/zu.po | 153 --------------------------------------- 17 files changed, 216 insertions(+), 1316 deletions(-) rename po/{uk.po => uk.mini.po} (65%) create mode 100644 po/ur.mini.po delete mode 100644 po/ur.po create mode 100644 po/vi.mini.po delete mode 100644 po/vi.po create mode 100644 po/wba.mini.po delete mode 100644 po/wba.po create mode 100644 po/yo.mini.po delete mode 100644 po/yo.po create mode 100644 po/zh_CN.mini.po delete mode 100644 po/zh_CN.po create mode 100644 po/zh_HK.mini.po delete mode 100644 po/zh_HK.po create mode 100644 po/zh_TW.mini.po delete mode 100644 po/zh_TW.po create mode 100644 po/zu.mini.po delete mode 100644 po/zu.po diff --git a/po/uk.po b/po/uk.mini.po similarity index 65% rename from po/uk.po rename to po/uk.mini.po index bd37f63..a0ab0ff 100644 --- a/po/uk.po +++ b/po/uk.mini.po @@ -1,5 +1,5 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: @@ -8,9 +8,9 @@ # Yuri Chornoivan <yurchor@ukr.net>, 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" "PO-Revision-Date: 2017-12-06 12:39+0000\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -23,135 +23,99 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "Немає документа XML для обробки" +#, c-format +msgid "Connection %s is already open" +msgstr "З’єднання %s вже відкрито" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "Не вдалося обробити налаштування" +msgid "Connection is not open" +msgstr "З'єднання не відкрито" + +msgid "Connection is not opened" +msgstr "З’єднання не відкрито" + +msgid "Failed to create domain" +msgstr "Не вдалося створити домен" + +msgid "Failed to create storage pool" +msgstr "Не вдалося створити резервне сховище" + +msgid "Failed to fetch list of domains" +msgstr "Не вдалося отримати список доменів" + +msgid "Failed to fetch list of interfaces" +msgstr "Не вдалося отримати список інтерфейсів" + +msgid "Failed to fetch list of networks" +msgstr "Не вдалося отримати список мереж" + +msgid "Failed to fetch list of pools" +msgstr "Не вдалося отримати список буферів" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format -msgid "XML data has no '%s' node" -msgstr "У даних XML немає вузла «%s»" +msgid "Got virStreamRecv error in %s" +msgstr "Отримано повідомлення про помилку virStreamRecv у %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "З цим об’єктом налаштування не пов’язано жодного документа XML" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +msgid "No XML document to parse" +msgstr "Немає документа XML для обробки" + msgid "No XML schema associated with this config object" msgstr "З цим об’єктом налаштування не пов’язано жодної схеми XML" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 #, c-format msgid "Unable to create RNG parser for %s" msgstr "Не вдалося створити обробник RNG для %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "Не вдалося обробити RNG, %s" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 #, c-format msgid "Unable to create RNG validation context %s" msgstr "Не вдалося створити контекст перевірки RNG, %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "Не вдалося перевірити документи" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "З’єднання %s вже відкрито" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "Не вдалося відкрити %s" +msgid "Unable to get capabilities" +msgstr "Не вдалося отримати список можливостей" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 msgid "Unable to get connection URI" msgstr "Не вдалося отримати адресу з’єднання" -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "З'єднання не відкрито" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "Не вдалося отримати список доменів" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "Не вдалося отримати список буферів" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "З’єднання не відкрито" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "Не вдалося отримати назву гіпервізора" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 msgid "Unable to get hypervisor version" msgstr "Не вдалося отримати версію гіпервізора" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "Не вдалося створити домен" +msgid "Unable to get node info" +msgstr "Не вдалося отримати дані щодо вузла" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "Не вдалося отримати список інтерфейсів" +#, c-format +msgid "Unable to open %s" +msgstr "Не вдалося відкрити %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "Не вдалося отримати список мереж" +#, c-format +msgid "Unable to parse RNG %s" +msgstr "Не вдалося обробити RNG, %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "Не вдалося створити резервне сховище" +msgid "Unable to parse configuration" +msgstr "Не вдалося обробити налаштування" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "Не вдалося отримати дані щодо вузла" +msgid "Unable to perform RecvAll" +msgstr "Не вдалося виконати RecvAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "Не вдалося отримати список можливостей" +msgid "Unable to perform SendAll" +msgstr "Не вдалося виконати SendAll" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 msgid "Unable to restore domain" msgstr "Не вдалося відновити домен" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "Виклик virStreamRecv заблокується" +msgid "Unable to validate doc" +msgstr "Не вдалося перевірити документи" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 #, c-format -msgid "Got virStreamRecv error in %s" -msgstr "Отримано повідомлення про помилку virStreamRecv у %s" +msgid "XML data has no '%s' node" +msgstr "У даних XML немає вузла «%s»" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "Не вдалося виконати RecvAll" +msgid "virStreamRecv call would block" +msgstr "Виклик virStreamRecv заблокується" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "Виклик virStreamSend заблокується" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "Не вдалося виконати SendAll" diff --git a/po/ur.mini.po b/po/ur.mini.po new file mode 100644 index 0000000..0fcb551 --- /dev/null +++ b/po/ur.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:24+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Urdu (http://www.transifex.com/projects/p/libvirt-glib/" +"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/ur.po b/po/ur.po deleted file mode 100644 index 0a5ad02..0000000 --- a/po/ur.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:24+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Urdu (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/vi.mini.po b/po/vi.mini.po new file mode 100644 index 0000000..f1ebeed --- /dev/null +++ b/po/vi.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:24+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/libvirt-glib/" +"language/vi/)\n" +"Language: vi\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/vi.po b/po/vi.po deleted file mode 100644 index c37c9d8..0000000 --- a/po/vi.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:24+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Vietnamese (http://www.transifex.com/projects/p/libvirt-glib/" -"language/vi/)\n" -"Language: vi\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/wba.mini.po b/po/wba.mini.po new file mode 100644 index 0000000..f409817 --- /dev/null +++ b/po/wba.mini.po @@ -0,0 +1,19 @@ +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+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/wba.po b/po/wba.po deleted file mode 100644 index 552d513..0000000 --- a/po/wba.po +++ /dev/null @@ -1,152 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: libvirt-glib\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: wba\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 3.6.2\n" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/yo.mini.po b/po/yo.mini.po new file mode 100644 index 0000000..e1ada07 --- /dev/null +++ b/po/yo.mini.po @@ -0,0 +1,19 @@ +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+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/yo.po b/po/yo.po deleted file mode 100644 index 0b6c0b7..0000000 --- a/po/yo.po +++ /dev/null @@ -1,152 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: libvirt-glib\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\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 3.6.2\n" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/zh_CN.mini.po b/po/zh_CN.mini.po new file mode 100644 index 0000000..791f047 --- /dev/null +++ b/po/zh_CN.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:24+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/libvirt-" +"glib/language/zh_CN/)\n" +"Language: zh_CN\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/zh_CN.po b/po/zh_CN.po deleted file mode 100644 index 318fca5..0000000 --- a/po/zh_CN.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:24+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/libvirt-" -"glib/language/zh_CN/)\n" -"Language: zh_CN\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/zh_HK.mini.po b/po/zh_HK.mini.po new file mode 100644 index 0000000..139a917 --- /dev/null +++ b/po/zh_HK.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:24+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/" +"libvirt-glib/language/zh_HK/)\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/zh_HK.po b/po/zh_HK.po deleted file mode 100644 index e295ce6..0000000 --- a/po/zh_HK.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:24+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/" -"libvirt-glib/language/zh_HK/)\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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/zh_TW.mini.po b/po/zh_TW.mini.po new file mode 100644 index 0000000..36a4ba6 --- /dev/null +++ b/po/zh_TW.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:24+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/libvirt-" +"glib/language/zh_TW/)\n" +"Language: zh_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/zh_TW.po b/po/zh_TW.po deleted file mode 100644 index 5518788..0000000 --- a/po/zh_TW.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:24+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/libvirt-" -"glib/language/zh_TW/)\n" -"Language: zh_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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" diff --git a/po/zu.mini.po b/po/zu.mini.po new file mode 100644 index 0000000..df9b304 --- /dev/null +++ b/po/zu.mini.po @@ -0,0 +1,20 @@ +# Libvirt package strings. +# Copyright (C) 2019 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-02-19 18:35+0000\n" +"PO-Revision-Date: 2014-12-17 12:25+0000\n" +"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" +"Language-Team: Zulu (http://www.transifex.com/projects/p/libvirt-glib/" +"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" diff --git a/po/zu.po b/po/zu.po deleted file mode 100644 index b793fa2..0000000 --- a/po/zu.po +++ /dev/null @@ -1,153 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-10 10:55+0100\n" -"PO-Revision-Date: 2014-12-17 12:25+0000\n" -"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n" -"Language-Team: Zulu (http://www.transifex.com/projects/p/libvirt-glib/" -"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" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 -msgid "No XML document to parse" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 -msgid "Unable to parse configuration" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 -#, c-format -msgid "XML data has no '%s' node" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 -msgid "No XML document associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 -msgid "No XML schema associated with this config object" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 -#, c-format -msgid "Unable to create RNG parser for %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 -#, c-format -msgid "Unable to parse RNG %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 -#, c-format -msgid "Unable to create RNG validation context %s" -msgstr "" - -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 -msgid "Unable to validate doc" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 -#, c-format -msgid "Connection %s is already open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 -#, c-format -msgid "Unable to open %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 -msgid "Unable to get connection URI" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:729 -#: ../libvirt-gobject/libvirt-gobject-connection.c:817 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1504 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1761 -msgid "Connection is not open" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:742 -msgid "Failed to fetch list of domains" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 -msgid "Failed to fetch list of pools" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1034 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1073 -msgid "Connection is not opened" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1041 -msgid "Unable to get hypervisor name" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 -msgid "Unable to get hypervisor version" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 -msgid "Failed to create domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 -msgid "Failed to fetch list of interfaces" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 -msgid "Failed to fetch list of networks" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 -msgid "Failed to create storage pool" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 -msgid "Unable to get node info" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 -msgid "Unable to get capabilities" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 -msgid "Unable to restore domain" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 -msgid "virStreamRecv call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 -#, c-format -msgid "Got virStreamRecv error in %s" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 -msgid "Unable to perform RecvAll" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 -msgid "virStreamSend call would block" -msgstr "" - -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 -msgid "Unable to perform SendAll" -msgstr "" -- 2.20.1

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- po/cs.mini.po | 34 +++++++++++++++++----------------- po/fr.mini.po | 3 +++ 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/po/cs.mini.po b/po/cs.mini.po index 35389e7..4481728 100644 --- a/po/cs.mini.po +++ b/po/cs.mini.po @@ -23,7 +23,7 @@ msgstr "" #, c-format msgid "Connection %s is already open" -msgstr "Spojení %s je již navázáno" +msgstr "Spojení %s už je navázáno" msgid "Connection is not open" msgstr "Spojení není navázáno" @@ -35,10 +35,10 @@ msgid "Failed to create domain" msgstr "Nepodařilo se vytvořit doménu" msgid "Failed to create storage pool" -msgstr "Nepodařilo se vytvořit úložný prostor" +msgstr "Nepodařilo se vytvořit fond úložišť" msgid "Failed to fetch list of domains" -msgstr "Nepodařilo se načíst seznam doméno " +msgstr "Nepodařilo se načíst seznam domén" msgid "Failed to fetch list of interfaces" msgstr "Nepodařilo se načíst seznam rozhraní" @@ -51,50 +51,50 @@ msgstr "Nepodařilo se načíst seznam úložišť" #, c-format msgid "Got virStreamRecv error in %s" -msgstr "Má chybu virStreamRecv v %s" +msgstr "Obdržena chyba virStreamRecv v %s" msgid "No XML document associated with this config object" -msgstr "Žádný XML dokument není asociován s tímto konfiguračním objektem" +msgstr "S tímto objektem nastavení není spojen žádný XML dokument" msgid "No XML document to parse" -msgstr "Žádný XML dokument k parsování" +msgstr "Žádný XML dokument ke zpracování" msgid "No XML schema associated with this config object" -msgstr "Žádné XML schéma není spojeno s tímto konfiguračním objektem" +msgstr "S tímto objektem nastavení není spojen žádné XML schema" #, c-format msgid "Unable to create RNG parser for %s" -msgstr "Nelze vytvořit RNG parser pro %s" +msgstr "Nedaří se vytvořit RNG parser pro %s" #, c-format msgid "Unable to create RNG validation context %s" -msgstr "Nelze vytvořit ověření kontextu RNG %s" +msgstr "Nedaří se vytvořit ověření kontextu RNG %s" msgid "Unable to get capabilities" -msgstr "Nepodařilo se získat schopnosti" +msgstr "Nepodařilo se získat možnosti" msgid "Unable to get connection URI" -msgstr "Nelze získat URI připojení" +msgstr "Nedaří se získat URI připojení" msgid "Unable to get hypervisor name" msgstr "Nezdařilo se získat název hypervisoru" msgid "Unable to get hypervisor version" -msgstr "Nepodařilo se získat verzi hypervizora" +msgstr "Nepodařilo se získat verzi hypervizoru" msgid "Unable to get node info" msgstr "Nepodařilo se získat informace o uzlu" #, c-format msgid "Unable to open %s" -msgstr "Nelze otevřít %s" +msgstr "Nedaří se otevřít %s" #, c-format msgid "Unable to parse RNG %s" -msgstr "Nelze parsovat RNG %s" +msgstr "Nedaří se zpracovat RNG %s" msgid "Unable to parse configuration" -msgstr "Nelze parsovat konfiguraci" +msgstr "Nedaří se zpracovat nastavení" msgid "Unable to perform RecvAll" msgstr "Nepodařilo se provést RecvAll" @@ -106,11 +106,11 @@ msgid "Unable to restore domain" msgstr "Nepodařilo se obnovit doménu" msgid "Unable to validate doc" -msgstr "Nelze ověřit dokument" +msgstr "Dokument se nedaří ověřit" #, c-format msgid "XML data has no '%s' node" -msgstr "XML data nemají uzel '%s'" +msgstr "XML data nemají uzel „%s“" msgid "virStreamRecv call would block" msgstr "Volání virStreamRecv by blokovalo" diff --git a/po/fr.mini.po b/po/fr.mini.po index c61b518..a025803 100644 --- a/po/fr.mini.po +++ b/po/fr.mini.po @@ -60,6 +60,9 @@ msgstr "Aucun document XML associé avec cet objet de configuration" msgid "No XML document to parse" msgstr "Aucun document XML à analyser" +msgid "No XML schema associated with this config object" +msgstr "Aucun schéma XML associé avec cet objet de configuration" + #, c-format msgid "Unable to create RNG parser for %s" msgstr "Impossible de créer l'analyseur RNG pour %s" -- 2.20.1
participants (2)
-
Daniel P. Berrangé
-
Michal Privoznik