diff --git a/ChangeLog b/ChangeLog index a35d786..e627289 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,376 @@ +2019-11-26 Daniel P. Berrangé + + Bump version & update NEWS for 3.0.0 release + +2019-10-01 Fabiano Fidêncio + + gconfig-domain-video: Add bochs video device + https://bugzilla.redhat.com/show_bug.cgi?id=1753670 + + Reviewed-by: Daniel P. Berrangé + +2019-09-05 Fabiano Fidêncio + + tests,test-gconfig: Check _domain_os_get_machine() + Let's add one more simple check for gvir_config_domain_os_get_machine(). + + Reviewed-by: Michal Privoznik + + gconfig: Add _domain_os_get_firmware() + Add a way to get the value of which has been + set to the domain XML. + + Reviewed-by: Michal Privoznik + +2019-08-19 Daniel P. Berrangé + + Set desired glib min/max API versions + Setting GLIB_VERSION_MAX_ALLOWED ensures we get warnings if + we use APIs that are newer than our declared minimum glib + version. + + Setting GLIB_VERSION_MIN_REQUIRED ensures that we get + warnings if we use APIs deprecated in versions preceeding + this. + + If the latter is omitted then we get warnings for all + deprecations in glib, which is undesirable if we want to + keep compat with older versions. + + This avoids a build error with latest glib + + ./../libvirt-gconfig/libvirt-gconfig-capabilities-cpu-model.c: In function 'gvir_config_capabilities_cpu_model_init': + ../../libvirt-gconfig/libvirt-gconfig-capabilities-cpu-model.c:44:13: error: G_ADD_PRIVATE [-Werror] + 44 | model->priv = GVIR_CONFIG_CAPABILITIES_CPU_MODEL_GET_PRIVATE(model); + | ^~~~~~~~~~~~~~~ + + Caused by G_TYPE_INSTANCE_GET_PRIVATE being deprecated. + + Reviewed-by: Michal Privoznik + + gobject: remove use of G_PARAM_PRIVATE + This enum field is a deprecated synonym for G_PARAM_STATIC_NAME + which is already set by G_PARAM_STATIC_STRINGS. + + Reviewed-by: Michal Privoznik + +2019-05-27 Fabiano Fidêncio + + gtk-doc.make: Remove the file + Now that we're using gtkdocisze as part of autogen.sh, there's no reason + to keep our own gtk-doc.make file. + + Reviewed-by: Michal Privoznik + + autogen.sh: Simplify autogen.sh + Let's use an autogen.sh based on libosinfo's one, which is cleaner and + matches the current GNOME guidelines. + + Reviewed-by: Michal Privoznik + + docs: explicitly link against libvirt-g{config,lib,object} + Let's explicitly link against the built libvirt-gconfig, libvirt-glib, + and libvirt-gobject libtool files for introspecting the gobjects. + + In case it's *not* done we can run into some issues when where we try to + link against installed library, causing failures related to undefined + reference of the new symbols. + + Reviewed-by: Andrea Bolognani + +2019-05-23 Fabiano Fidêncio + + event-test: Change sha-bang line to use python3 + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + event-test: Handle exceptions in a py3 compatible way + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + event-test: Use print() in a py3 compatible way + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + event-test: Ensure the right versions of LibvirtGLib and Gtk get loaded + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + event-test: Don't use ";" in the end of lines + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + event-test: LibvirtGLib.init() takes (at maximum) 1 argment + The previous behaviour with pygobject required 2 arguments to be passed + to LibvirtGLib.init(). + + As it's been changed, whenever we try to run event-test we'd get: + ``` + Using uri:qemu:///system + Traceback (most recent call last): + File "event-test.py", line 62, in + main() + File "event-test.py", line 51, in main + LibvirtGLib.init(0, "") + TypeError: LibvirtGLib.init() takes exactly 1 argument (2 given) + ``` + + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + +2019-05-20 Fabiano Fidêncio + + conn-test: Change sha-bang line to use python3 + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + conn-test: Handle exceptions in a py3 compatible way + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + conn-test: Use print() in a py3 compatible way + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + conn-test: Ensure the right versions of LibvirtGObject and Gtk get loaded + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + conn-test: Don't use ";" in the end of lines + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + config-demo: Change sha-bang line to use python3 + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + config-demo: Use octal when setting mode + Basically, just change 0744 to 0o744 in order to be compatible with + python3. + + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + config-demo: Use print() in a py3 compatible way + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + config-demo: Ensure the right LibvirtGConfig version gets loaded + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + config-demo: Don't use ";" in the end of lines + Reviewed-by: Daniel P. Berrangé + Reviewed-by: Michal Privoznik + + gobject: Wrap virConnectGetDomainCapabilities() + In order to do so, 3 new APIs have been added: + - gvir_connection_get_domain_capabilities(); + - gvir_connection_get_domain_capabilities_async(); + - gvir_connection_get_domain_capabilities_finish(); + + The returned object is a GVirConfigDomainCapabilities, from which + consumers will be able to access a few other objects representing the + XML returned by virConnectGetDomainCapabilities(). + + Reviewed-by: Michal Privoznik + + tests: Add basic test for domain capabilities + This basic test only ensures that we can properly parse: + + + + bios + efi + + + + + Reviewed-by: Michal Privoznik + + gconfig: Add _domain_capabilities_os_get_firmwares() + Add a way to access the element's conent from + . + + Reviewed-by: Michal Privoznik + + gconfig: Add _domain_capabilities_get_os() + Add a way to access the object which represents the element from + the . + + Reviewed-by: Michal Privoznik + + gconfig: Add GVirConfigDomainCapabilitiesOs + GVirConfigDomainCapabilitiesOs object has been introduced in order to + represent the element under . + + For now it's not used anywhere, but it's addition allows us to start + building the needed machinery for: + - Returning a representation os element; + - Having the most basic machinery to start adding functions to return + any child element we may need to query from element; + + Reviewed-by: Michal Privoznik + + gconfig: Add GVirConfigDomainCapabilities + GVirConfigDomainCapabilities object has been introduced in order to + represent the output of virConnectGetDomainCapabilities(). + + For now it's not used anywhere, but its addition allows us to start + building the needed machinery for: + - Creating a wrapper around virConnectGetDomainCapabilities(); + - Creating new objects that will be used to return each of the elements + present in the output of virConnectGetDomainCapabilities(), + accordingly to the consumers of this library's need; + + Reviewed-by: Michal Privoznik + + gobject: Use the proper return type in _connection_get_capabilities_finish() + Instead of returning FALSE, return NULL. + + Reviewed-by: Michal Privoznik + + gconfig: Add _domain_os_set_firmware() + Add a way to set to the domain XML. + + Reviewed-by: Michal Privoznik + +2019-02-20 Daniel P. Berrangé + + po: refresh translations from zanata + + po: minimize uk ur vi wba yo zh_CN zh_HK zh_TW zu + + po: minimize sq sr@latin sr sv ta te tg th tr tw + + po: minimize or pa pl pt_BR pt ro ru si sk sl + + po: minimize mn mr ms nb nds ne nl nn nso + + po: minimize kw_GB kw@kkcor kw kw@uccor ky lt lv mai mk ml + + po: minimize id ilo is it ja ka kk km kn ko + + po: minimize fr gl gu he hi hr hu ia + + po: minimize de el en_GB eo es et eu fa fi + + po: minimize bn bo br brx bs ca cs cy da de_CH + + po: minimize af am anp ar as ast bal be bg bn_IN + + po: minimize & canonicalize translations stored in git + 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. + + po: add rules for integration with zanata + Add rules to handle pushing libvirt-glib.pot to zanata, and refreshing .po + files with new content from zanata. + + po: remove language list from zanata configuration + The element in zanata.xml is no longer relevant as this info + is recorded server side. + + po: provide custom make rules for po file management + 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. + +2019-02-14 Christophe Fergeau + + events: Mark 'eventlock' as static + It's not used outside of the libvirt-glib-event.c file, so there is no + good reason for not having it static. As it was not listed in + libvirt-glib.sym, this will make no change to the publicly exported + symbols (ie this is not an ABI change). + + Reviewed-by: Fabiano Fidêncio + + object: Fix gvir_connection_create_storage_pool() leak + We need to free the string returned by gvir_config_object_to_xml() after + using it. + + Reviewed-by: Fabiano Fidêncio + + config: Fix gvir_config_xml_node_to_string() leak + If xmlNodeDump() fails, we would be leaking the xmlBuffer we created. + This commit ensures we don't return early before this buffer is freed. + + Reviewed-by: Fabiano Fidêncio + +2019-02-12 Christophe Fergeau + + gconfig: Add gvir_config_storage_vol_target_set_features + Only one feature is supported at the moment, 'lazy refcount' + + Reviewed-by: Cole Robinson + 2018-10-12 Daniel P. Berrangé Bump version to 2.0.0 for new release diff --git a/Makefile.in b/Makefile.in index cf58766..f2137b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -91,12 +91,13 @@ subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \ - $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/manywarnings.m4 \ + $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/virt-compile-warnings.m4 \ - $(top_srcdir)/m4/virt-gettext.m4 $(top_srcdir)/m4/warnings.m4 \ + $(top_srcdir)/m4/virt-nls.m4 $(top_srcdir)/m4/warnings.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -173,7 +174,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - cscope distdir dist dist-all distcheck + cscope distdir distdir-am dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, @@ -254,7 +255,6 @@ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ @@ -285,14 +285,13 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GIO2_CFLAGS = @GIO2_CFLAGS@ GIO2_LIBS = @GIO2_LIBS@ GLIB2_CFLAGS = @GLIB2_CFLAGS@ GLIB2_LIBS = @GLIB2_LIBS@ GLIB2_REQUIRED = @GLIB2_REQUIRED@ +GLIB2_VERSION_SYMBOL = @GLIB2_VERSION_SYMBOL@ GLIB_MKENUMS = @GLIB_MKENUMS@ -GMSGFMT = @GMSGFMT@ GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@ GOBJECT2_LIBS = @GOBJECT2_LIBS@ GREP = @GREP@ @@ -310,14 +309,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@ INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@ INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@ @@ -375,7 +366,6 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -USE_NLS = @USE_NLS@ VAPIGEN = @VAPIGEN@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ @@ -415,8 +405,6 @@ install_sh = @install_sh@ installed_test_metadir = @installed_test_metadir@ installed_testdir = @installed_testdir@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -481,8 +469,8 @@ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -655,7 +643,10 @@ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ diff --git a/NEWS b/NEWS index 641dc3b..04c6763 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,23 @@ libvirt-glib News ================= + +3.0.0 - Nov 26, 2019 +==================== + +- Add support for bochs video device +- Add API to query firmware config +- Improve testing coverage +- Validate min/max glib API versions in use +- Remove deprecated G_PARAM_PRIVATE +- Fix docs build linking problems +- Convert python demos to be python 3 compatible & use + modern best practice for pyobject introspection bindings +- Add API to query domain capaibilities +- Refresh translations +- Simplify build process for handling translations +- Fix some memory leaks +- Add API for setting storage volume features + 2.0.0 - Oct 12, 2018 ==================== diff --git a/aclocal.m4 b/aclocal.m4 index f6349cc..a42dfbd 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.15.1 -*- Autoconf -*- - -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# generated automatically by aclocal 1.16.1 -*- Autoconf -*- + +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -20,595 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# -*- mode: autoconf -*- -# -# gtk-doc.m4 - configure macro to check for gtk-doc -# Copyright (C) 2003 James Henstridge -# 2007-2017 Stefan Sauer -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# As a special exception, the above copyright owner gives unlimited -# permission to copy, distribute and modify the configure scripts that -# are the output of Autoconf when processing the Macro. You need not -# follow the terms of the GNU General Public License when using or -# distributing such scripts, even though portions of the text of the -# Macro appear in them. The GNU General Public License (GPL) does govern -# all other use of the material that constitutes the Autoconf Macro. - -# serial 2 - -dnl Usage: -dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) -AC_DEFUN([GTK_DOC_CHECK], -[ - AC_REQUIRE([PKG_PROG_PKG_CONFIG]) - AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first - AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first - - ifelse([$1],[],[gtk_doc_requires="gtk-doc"],[gtk_doc_requires="gtk-doc >= $1"]) - AC_MSG_CHECKING([for gtk-doc]) - PKG_CHECK_EXISTS([$gtk_doc_requires],[have_gtk_doc=yes],[have_gtk_doc=no]) - AC_MSG_RESULT($have_gtk_doc) - - if test "$have_gtk_doc" = "no"; then - AC_MSG_WARN([ - You will not be able to create source packages with 'make dist' - because $gtk_doc_requires is not found.]) - fi - - dnl check for tools we added during development - dnl Use AC_CHECK_PROG to avoid the check target using an absolute path that - dnl may not be writable by the user. Currently, automake requires that the - dnl test name must end in '.test'. - dnl https://bugzilla.gnome.org/show_bug.cgi?id=701638 - AC_CHECK_PROG([GTKDOC_CHECK],[gtkdoc-check],[gtkdoc-check.test]) - AC_PATH_PROG([GTKDOC_CHECK_PATH],[gtkdoc-check]) - AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true]) - AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf]) - - dnl for overriding the documentation installation directory - AC_ARG_WITH([html-dir], - AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, - [with_html_dir='${datadir}/gtk-doc/html']) - HTML_DIR="$with_html_dir" - AC_SUBST([HTML_DIR]) - - dnl enable/disable documentation building - AC_ARG_ENABLE([gtk-doc], - AS_HELP_STRING([--enable-gtk-doc], - [use gtk-doc to build documentation [[default=no]]]),, - [enable_gtk_doc=no]) - - AC_MSG_CHECKING([whether to build gtk-doc documentation]) - AC_MSG_RESULT($enable_gtk_doc) - - if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then - AC_MSG_ERROR([ - You must have $gtk_doc_requires installed to build documentation for - $PACKAGE_NAME. Please install gtk-doc or disable building the - documentation by adding '--disable-gtk-doc' to '[$]0'.]) - fi - - dnl don't check for glib if we build glib - if test "x$PACKAGE_NAME" != "xglib"; then - dnl don't fail if someone does not have glib - PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0,,[:]) - fi - - dnl enable/disable output formats - AC_ARG_ENABLE([gtk-doc-html], - AS_HELP_STRING([--enable-gtk-doc-html], - [build documentation in html format [[default=yes]]]),, - [enable_gtk_doc_html=yes]) - AC_ARG_ENABLE([gtk-doc-pdf], - AS_HELP_STRING([--enable-gtk-doc-pdf], - [build documentation in pdf format [[default=no]]]),, - [enable_gtk_doc_pdf=no]) - - if test -z "$GTKDOC_MKPDF"; then - enable_gtk_doc_pdf=no - fi - - if test -z "$AM_DEFAULT_VERBOSITY"; then - AM_DEFAULT_VERBOSITY=1 - fi - AC_SUBST([AM_DEFAULT_VERBOSITY]) - - AM_CONDITIONAL([HAVE_GTK_DOC], [test x$have_gtk_doc = xyes]) - AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes]) - AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes]) - AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes]) - AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"]) - AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"]) -]) - -dnl -*- mode: autoconf -*- -dnl Copyright 2009 Johan Dahlin -dnl -dnl This file is free software; the author(s) gives unlimited -dnl permission to copy and/or distribute it, with or without -dnl modifications, as long as this notice is preserved. -dnl - -# serial 1 - -m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL], -[ - AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first - AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first - AC_BEFORE([LT_INIT],[$0])dnl setup libtool first - - dnl enable/disable introspection - m4_if([$2], [require], - [dnl - enable_introspection=yes - ],[dnl - AC_ARG_ENABLE(introspection, - AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]], - [Enable introspection for this build]),, - [enable_introspection=auto]) - ])dnl - - AC_MSG_CHECKING([for gobject-introspection]) - - dnl presence/version checking - AS_CASE([$enable_introspection], - [no], [dnl - found_introspection="no (disabled, use --enable-introspection to enable)" - ],dnl - [yes],[dnl - PKG_CHECK_EXISTS([gobject-introspection-1.0],, - AC_MSG_ERROR([gobject-introspection-1.0 is not installed])) - PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], - found_introspection=yes, - AC_MSG_ERROR([You need to have gobject-introspection >= $1 installed to build AC_PACKAGE_NAME])) - ],dnl - [auto],[dnl - PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], found_introspection=yes, found_introspection=no) - dnl Canonicalize enable_introspection - enable_introspection=$found_introspection - ],dnl - [dnl - AC_MSG_ERROR([invalid argument passed to --enable-introspection, should be one of @<:@no/auto/yes@:>@]) - ])dnl - - AC_MSG_RESULT([$found_introspection]) - - INTROSPECTION_SCANNER= - INTROSPECTION_COMPILER= - INTROSPECTION_GENERATE= - INTROSPECTION_GIRDIR= - INTROSPECTION_TYPELIBDIR= - if test "x$found_introspection" = "xyes"; then - INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0` - INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` - INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` - INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` - INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" - INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` - INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` - INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection - fi - AC_SUBST(INTROSPECTION_SCANNER) - AC_SUBST(INTROSPECTION_COMPILER) - AC_SUBST(INTROSPECTION_GENERATE) - AC_SUBST(INTROSPECTION_GIRDIR) - AC_SUBST(INTROSPECTION_TYPELIBDIR) - AC_SUBST(INTROSPECTION_CFLAGS) - AC_SUBST(INTROSPECTION_LIBS) - AC_SUBST(INTROSPECTION_MAKEFILE) - - AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes") -]) - - -dnl Usage: -dnl GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version]) - -AC_DEFUN([GOBJECT_INTROSPECTION_CHECK], -[ - _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1]) -]) - -dnl Usage: -dnl GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version]) - - -AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE], -[ - _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require]) -]) - -# nls.m4 serial 5 (gettext-0.18) -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software -dnl Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. -dnl -dnl This file can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public -dnl License but which still want to provide support for the GNU gettext -dnl functionality. -dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package is covered by the GNU General Public License. -dnl They are *not* in the public domain. - -dnl Authors: -dnl Ulrich Drepper , 1995-2000. -dnl Bruno Haible , 2000-2003. - -AC_PREREQ([2.50]) - -AC_DEFUN([AM_NLS], -[ - AC_MSG_CHECKING([whether NLS is requested]) - dnl Default is enabled NLS - AC_ARG_ENABLE([nls], - [ --disable-nls do not use Native Language Support], - USE_NLS=$enableval, USE_NLS=yes) - AC_MSG_RESULT([$USE_NLS]) - AC_SUBST([USE_NLS]) -]) - -# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -# serial 11 (pkg-config-0.29.1) - -dnl Copyright © 2004 Scott James Remnant . -dnl Copyright © 2012-2015 Dan Nicholson -dnl -dnl This program is free software; you can redistribute it and/or modify -dnl it under the terms of the GNU General Public License as published by -dnl the Free Software Foundation; either version 2 of the License, or -dnl (at your option) any later version. -dnl -dnl This program is distributed in the hope that it will be useful, but -dnl WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl General Public License for more details. -dnl -dnl You should have received a copy of the GNU General Public License -dnl along with this program; if not, write to the Free Software -dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -dnl 02111-1307, USA. -dnl -dnl As a special exception to the GNU General Public License, if you -dnl distribute this file as part of a program that contains a -dnl configuration script generated by Autoconf, you may include it under -dnl the same distribution terms that you use for the rest of that -dnl program. - -dnl PKG_PREREQ(MIN-VERSION) -dnl ----------------------- -dnl Since: 0.29 -dnl -dnl Verify that the version of the pkg-config macros are at least -dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's -dnl installed version of pkg-config, this checks the developer's version -dnl of pkg.m4 when generating configure. -dnl -dnl To ensure that this macro is defined, also add: -dnl m4_ifndef([PKG_PREREQ], -dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) -dnl -dnl See the "Since" comment for each macro you use to see what version -dnl of the macros you require. -m4_defun([PKG_PREREQ], -[m4_define([PKG_MACROS_VERSION], [0.29.1]) -m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, - [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) -])dnl PKG_PREREQ - -dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) -dnl ---------------------------------- -dnl Since: 0.16 -dnl -dnl Search for the pkg-config tool and set the PKG_CONFIG variable to -dnl first found in the path. Checks that the version of pkg-config found -dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is -dnl used since that's the first version where most current features of -dnl pkg-config existed. -AC_DEFUN([PKG_PROG_PKG_CONFIG], -[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) -m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) -m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) -AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) -AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) -AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) - -if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then - AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) -fi -if test -n "$PKG_CONFIG"; then - _pkg_min_version=m4_default([$1], [0.9.0]) - AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) - if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - PKG_CONFIG="" - fi -fi[]dnl -])dnl PKG_PROG_PKG_CONFIG - -dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -dnl ------------------------------------------------------------------- -dnl Since: 0.18 -dnl -dnl Check to see whether a particular set of modules exists. Similar to -dnl PKG_CHECK_MODULES(), but does not set variables or print errors. -dnl -dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -dnl only at the first occurence in configure.ac, so if the first place -dnl it's called might be skipped (such as if it is within an "if", you -dnl have to call PKG_CHECK_EXISTS manually -AC_DEFUN([PKG_CHECK_EXISTS], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -if test -n "$PKG_CONFIG" && \ - AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then - m4_default([$2], [:]) -m4_ifvaln([$3], [else - $3])dnl -fi]) - -dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) -dnl --------------------------------------------- -dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting -dnl pkg_failed based on the result. -m4_define([_PKG_CONFIG], -[if test -n "$$1"; then - pkg_cv_[]$1="$$1" - elif test -n "$PKG_CONFIG"; then - PKG_CHECK_EXISTS([$3], - [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` - test "x$?" != "x0" && pkg_failed=yes ], - [pkg_failed=yes]) - else - pkg_failed=untried -fi[]dnl -])dnl _PKG_CONFIG - -dnl _PKG_SHORT_ERRORS_SUPPORTED -dnl --------------------------- -dnl Internal check to see if pkg-config supports short errors. -AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then - _pkg_short_errors_supported=yes -else - _pkg_short_errors_supported=no -fi[]dnl -])dnl _PKG_SHORT_ERRORS_SUPPORTED - - -dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], -dnl [ACTION-IF-NOT-FOUND]) -dnl -------------------------------------------------------------- -dnl Since: 0.4.0 -dnl -dnl Note that if there is a possibility the first call to -dnl PKG_CHECK_MODULES might not happen, you should be sure to include an -dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac -AC_DEFUN([PKG_CHECK_MODULES], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl -AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl - -pkg_failed=no -AC_MSG_CHECKING([for $1]) - -_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) -_PKG_CONFIG([$1][_LIBS], [libs], [$2]) - -m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS -and $1[]_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details.]) - -if test $pkg_failed = yes; then - AC_MSG_RESULT([no]) - _PKG_SHORT_ERRORS_SUPPORTED - if test $_pkg_short_errors_supported = yes; then - $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` - else - $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD - - m4_default([$4], [AC_MSG_ERROR( -[Package requirements ($2) were not met: - -$$1_PKG_ERRORS - -Consider adjusting the PKG_CONFIG_PATH environment variable if you -installed software in a non-standard prefix. - -_PKG_TEXT])[]dnl - ]) -elif test $pkg_failed = untried; then - AC_MSG_RESULT([no]) - m4_default([$4], [AC_MSG_FAILURE( -[The pkg-config script could not be found or is too old. Make sure it -is in your PATH or set the PKG_CONFIG environment variable to the full -path to pkg-config. - -_PKG_TEXT - -To get pkg-config, see .])[]dnl - ]) -else - $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS - $1[]_LIBS=$pkg_cv_[]$1[]_LIBS - AC_MSG_RESULT([yes]) - $3 -fi[]dnl -])dnl PKG_CHECK_MODULES - - -dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], -dnl [ACTION-IF-NOT-FOUND]) -dnl --------------------------------------------------------------------- -dnl Since: 0.29 -dnl -dnl Checks for existence of MODULES and gathers its build flags with -dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags -dnl and VARIABLE-PREFIX_LIBS from --libs. -dnl -dnl Note that if there is a possibility the first call to -dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to -dnl include an explicit call to PKG_PROG_PKG_CONFIG in your -dnl configure.ac. -AC_DEFUN([PKG_CHECK_MODULES_STATIC], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -_save_PKG_CONFIG=$PKG_CONFIG -PKG_CONFIG="$PKG_CONFIG --static" -PKG_CHECK_MODULES($@) -PKG_CONFIG=$_save_PKG_CONFIG[]dnl -])dnl PKG_CHECK_MODULES_STATIC - - -dnl PKG_INSTALLDIR([DIRECTORY]) -dnl ------------------------- -dnl Since: 0.27 -dnl -dnl Substitutes the variable pkgconfigdir as the location where a module -dnl should install pkg-config .pc files. By default the directory is -dnl $libdir/pkgconfig, but the default can be changed by passing -dnl DIRECTORY. The user can override through the --with-pkgconfigdir -dnl parameter. -AC_DEFUN([PKG_INSTALLDIR], -[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) -m4_pushdef([pkg_description], - [pkg-config installation directory @<:@]pkg_default[@:>@]) -AC_ARG_WITH([pkgconfigdir], - [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, - [with_pkgconfigdir=]pkg_default) -AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) -m4_popdef([pkg_default]) -m4_popdef([pkg_description]) -])dnl PKG_INSTALLDIR - - -dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) -dnl -------------------------------- -dnl Since: 0.27 -dnl -dnl Substitutes the variable noarch_pkgconfigdir as the location where a -dnl module should install arch-independent pkg-config .pc files. By -dnl default the directory is $datadir/pkgconfig, but the default can be -dnl changed by passing DIRECTORY. The user can override through the -dnl --with-noarch-pkgconfigdir parameter. -AC_DEFUN([PKG_NOARCH_INSTALLDIR], -[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) -m4_pushdef([pkg_description], - [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) -AC_ARG_WITH([noarch-pkgconfigdir], - [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, - [with_noarch_pkgconfigdir=]pkg_default) -AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) -m4_popdef([pkg_default]) -m4_popdef([pkg_description]) -])dnl PKG_NOARCH_INSTALLDIR - - -dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, -dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -dnl ------------------------------------------- -dnl Since: 0.28 -dnl -dnl Retrieves the value of the pkg-config variable for the given module. -AC_DEFUN([PKG_CHECK_VAR], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl - -_PKG_CONFIG([$1], [variable="][$3]["], [$2]) -AS_VAR_COPY([$1], [pkg_cv_][$1]) - -AS_VAR_IF([$1], [""], [$5], [$4])dnl -])dnl PKG_CHECK_VAR - -dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES, -dnl [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND], -dnl [DESCRIPTION], [DEFAULT]) -dnl ------------------------------------------ -dnl -dnl Prepare a "--with-" configure option using the lowercase -dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and -dnl PKG_CHECK_MODULES in a single macro. -AC_DEFUN([PKG_WITH_MODULES], -[ -m4_pushdef([with_arg], m4_tolower([$1])) - -m4_pushdef([description], - [m4_default([$5], [build with ]with_arg[ support])]) - -m4_pushdef([def_arg], [m4_default([$6], [auto])]) -m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes]) -m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no]) - -m4_case(def_arg, - [yes],[m4_pushdef([with_without], [--without-]with_arg)], - [m4_pushdef([with_without],[--with-]with_arg)]) - -AC_ARG_WITH(with_arg, - AS_HELP_STRING(with_without, description[ @<:@default=]def_arg[@:>@]),, - [AS_TR_SH([with_]with_arg)=def_arg]) - -AS_CASE([$AS_TR_SH([with_]with_arg)], - [yes],[PKG_CHECK_MODULES([$1],[$2],$3,$4)], - [auto],[PKG_CHECK_MODULES([$1],[$2], - [m4_n([def_action_if_found]) $3], - [m4_n([def_action_if_not_found]) $4])]) - -m4_popdef([with_arg]) -m4_popdef([description]) -m4_popdef([def_arg]) - -])dnl PKG_WITH_MODULES - -dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES, -dnl [DESCRIPTION], [DEFAULT]) -dnl ----------------------------------------------- -dnl -dnl Convenience macro to trigger AM_CONDITIONAL after PKG_WITH_MODULES -dnl check._[VARIABLE-PREFIX] is exported as make variable. -AC_DEFUN([PKG_HAVE_WITH_MODULES], -[ -PKG_WITH_MODULES([$1],[$2],,,[$3],[$4]) - -AM_CONDITIONAL([HAVE_][$1], - [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"]) -])dnl PKG_HAVE_WITH_MODULES - -dnl PKG_HAVE_DEFINE_WITH_MODULES(VARIABLE-PREFIX, MODULES, -dnl [DESCRIPTION], [DEFAULT]) -dnl ------------------------------------------------------ -dnl -dnl Convenience macro to run AM_CONDITIONAL and AC_DEFINE after -dnl PKG_WITH_MODULES check. HAVE_[VARIABLE-PREFIX] is exported as make -dnl and preprocessor variable. -AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES], -[ -PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4]) - -AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"], - [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])]) -])dnl PKG_HAVE_DEFINE_WITH_MODULES - -# Copyright (C) 2002-2017 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -620,10 +32,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.15' +[am__api_version='1.16' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.15.1], [], +m4_if([$1], [1.16.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -639,14 +51,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.15.1])dnl +[AM_AUTOMAKE_VERSION([1.16.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -698,7 +110,7 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2017 Free Software Foundation, Inc. +# Copyright (C) 1997-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -729,7 +141,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2017 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -920,12 +332,11 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2017 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - +# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ @@ -934,49 +345,41 @@ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + AS_CASE([$CONFIG_FILES], + [*\'*], [eval set x "$CONFIG_FILES"], + [*], [set x $CONFIG_FILES]) shift - for mf + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf do # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`AS_DIRNAME(["$file"])` - AS_MKDIR_P([$dirpart/$fdir]) - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`AS_DIRNAME(["$am_mf"])` + am_filepart=`AS_BASENAME(["$am_mf"])` + AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) || am_rc=$? done + if test $am_rc -ne 0; then + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. Try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking).]) + fi + AS_UNSET([am_dirpart]) + AS_UNSET([am_filepart]) + AS_UNSET([am_mf]) + AS_UNSET([am_rc]) + rm -f conftest-deps.mk } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS @@ -985,18 +388,17 @@ # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # -# This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each '.P' file that we will -# need in order to bootstrap the dependency handling code. +# This code is only required when automatic dependency tracking is enabled. +# This creates each '.Po' and '.Plo' makefile fragment that we'll need in +# order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -]) + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1083,8 +485,8 @@ AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: -# -# +# +# AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. @@ -1151,7 +553,7 @@ Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . +that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM @@ -1193,7 +595,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1214,7 +616,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. +# Copyright (C) 2003-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1235,7 +637,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1243,49 +645,42 @@ # AM_MAKE_INCLUDE() # ----------------- -# Check to see how make treats includes. +# Check whether make has an 'include' directive that can support all +# the idioms we need for our automatic dependency tracking code. AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' +[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +cat > confinc.mk << 'END' am__doit: - @echo this is the am__doit target + @echo this is the am__doit target >confinc.out .PHONY: am__doit END -# If we don't find an include directive, just comment out the code. -AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD - ;; - esac -fi -AC_SUBST([am__include]) -AC_SUBST([am__quote]) -AC_MSG_RESULT([$_am_result]) -rm -f confinc confmf -]) +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) + AS_CASE([$?:`cat confinc.out 2>/dev/null`], + ['0:this is the am__doit target'], + [AS_CASE([$s], + [BSD], [am__include='.include' am__quote='"'], + [am__include='include' am__quote=''])]) + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +AC_MSG_RESULT([${_am_result}]) +AC_SUBST([am__include])]) +AC_SUBST([am__quote])]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2017 Free Software Foundation, Inc. +# Copyright (C) 1997-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1324,7 +719,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1353,7 +748,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2017 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1400,7 +795,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1419,7 +814,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1500,7 +895,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2017 Free Software Foundation, Inc. +# Copyright (C) 2009-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1560,7 +955,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1588,7 +983,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2017 Free Software Foundation, Inc. +# Copyright (C) 2006-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1607,7 +1002,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2017 Free Software Foundation, Inc. +# Copyright (C) 2004-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1739,13 +1134,15 @@ ]) # _AM_PROG_TAR m4_include([m4/glibtests.m4]) -m4_include([m4/intltool.m4]) +m4_include([m4/gtk-doc.m4]) +m4_include([m4/introspection.m4]) m4_include([m4/libtool.m4]) m4_include([m4/ltoptions.m4]) m4_include([m4/ltsugar.m4]) m4_include([m4/ltversion.m4]) m4_include([m4/lt~obsolete.m4]) m4_include([m4/manywarnings.m4]) +m4_include([m4/pkg.m4]) m4_include([m4/virt-compile-warnings.m4]) -m4_include([m4/virt-gettext.m4]) +m4_include([m4/virt-nls.m4]) m4_include([m4/warnings.m4]) diff --git a/build-aux/compile b/build-aux/compile index de0005d..99e5052 100755 --- a/build-aux/compile +++ b/build-aux/compile @@ -1,9 +1,9 @@ -#!/bin/sh +#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2016-01-11.22; # UTC - -# Copyright (C) 1999-2017 Free Software Foundation, Inc. +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -340,7 +340,7 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" diff --git a/build-aux/config.guess b/build-aux/config.guess index 717b228..b33c9e8 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -1,8 +1,8 @@ -#!/bin/sh +#! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2017 Free Software Foundation, Inc. - -timestamp='2017-08-08' +# Copyright 1992-2018 Free Software Foundation, Inc. + +timestamp='2018-08-29' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, see . +# along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -27,7 +27,7 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess # # Please send patches to . @@ -39,7 +39,7 @@ Output the configuration name of the system \`$me' is run on. -Operation modes: +Options: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2017 Free Software Foundation, Inc. +Copyright 1992-2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -84,8 +84,6 @@ exit 1 fi -trap 'exit 1' 1 2 15 - # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a @@ -96,34 +94,39 @@ # Portable tmp directory creation inspired by the Autoconf team. -set_cc_for_build=' -trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; -trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; -: ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || - { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || - { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || - { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; -dummy=$tmp/dummy ; -tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; -case $CC_FOR_BUILD,$HOST_CC,$CC in - ,,) echo "int x;" > $dummy.c ; - for c in cc gcc c89 c99 ; do - if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then - CC_FOR_BUILD="$c"; break ; - fi ; - done ; - if test x"$CC_FOR_BUILD" = x ; then - CC_FOR_BUILD=no_compiler_found ; - fi - ;; - ,,*) CC_FOR_BUILD=$CC ;; - ,*,*) CC_FOR_BUILD=$HOST_CC ;; -esac ; set_cc_for_build= ;' +tmp= +# shellcheck disable=SC2172 +trap 'test -z "$tmp" || rm -fr "$tmp"' 1 2 13 15 +trap 'exitcode=$?; test -z "$tmp" || rm -fr "$tmp"; exit $exitcode' 0 + +set_cc_for_build() { + : "${TMPDIR=/tmp}" + # shellcheck disable=SC2039 + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } + dummy=$tmp/dummy + case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in + ,,) echo "int x;" > "$dummy.c" + for driver in cc gcc c89 c99 ; do + if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then + CC_FOR_BUILD="$driver" + break + fi + done + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; + esac +} # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) -if (test -f /.attbin/uname) >/dev/null 2>&1 ; then +if test -f /.attbin/uname ; then PATH=$PATH:/.attbin ; export PATH fi @@ -132,14 +135,14 @@ UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -case "${UNAME_SYSTEM}" in +case "$UNAME_SYSTEM" in Linux|GNU|GNU/*) # If the system lacks a compiler, then just pick glibc. # We could probably try harder. LIBC=gnu - eval $set_cc_for_build - cat <<-EOF > $dummy.c + set_cc_for_build + cat <<-EOF > "$dummy.c" #include #if defined(__UCLIBC__) LIBC=uclibc @@ -149,13 +152,20 @@ LIBC=gnu #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` + eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" + + # If ldd exists, use it to detect musl libc. + if command -v ldd >/dev/null && \ + ldd --version 2>&1 | grep -q ^musl + then + LIBC=musl + fi ;; esac # Note: order is significant - the case branches are not exclusive. -case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in +case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, @@ -169,30 +179,30 @@ # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ + "/sbin/$sysctl" 2>/dev/null || \ + "/usr/sbin/$sysctl" 2>/dev/null || \ echo unknown)` - case "${UNAME_MACHINE_ARCH}" in + case "$UNAME_MACHINE_ARCH" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown + arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` + endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` + machine="${arch}${endian}"-unknown ;; - *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + *) machine="$UNAME_MACHINE_ARCH"-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently (or will in the future) and ABI. - case "${UNAME_MACHINE_ARCH}" in + case "$UNAME_MACHINE_ARCH" in earm*) os=netbsdelf ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) - eval $set_cc_for_build + set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then @@ -208,10 +218,10 @@ ;; esac # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in + case "$UNAME_MACHINE_ARCH" in earm*) expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` + abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` ;; esac # The OS release @@ -219,49 +229,55 @@ # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. - case "${UNAME_VERSION}" in + case "$UNAME_VERSION" in Debian*) release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` + release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" + echo "$machine-${os}${release}${abi-}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE" exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + echo "$UNAME_MACHINE_ARCH"-unknown-openbsd"$UNAME_RELEASE" exit ;; *:LibertyBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} + echo "$UNAME_MACHINE_ARCH"-unknown-libertybsd"$UNAME_RELEASE" + exit ;; + *:MidnightBSD:*:*) + echo "$UNAME_MACHINE"-unknown-midnightbsd"$UNAME_RELEASE" exit ;; *:ekkoBSD:*:*) - echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-ekkobsd"$UNAME_RELEASE" exit ;; *:SolidBSD:*:*) - echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-solidbsd"$UNAME_RELEASE" exit ;; macppc:MirBSD:*:*) - echo powerpc-unknown-mirbsd${UNAME_RELEASE} + echo powerpc-unknown-mirbsd"$UNAME_RELEASE" exit ;; *:MirBSD:*:*) - echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-mirbsd"$UNAME_RELEASE" exit ;; *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix + echo "$UNAME_MACHINE"-unknown-sortix exit ;; *:Redox:*:*) - echo ${UNAME_MACHINE}-unknown-redox - exit ;; + echo "$UNAME_MACHINE"-unknown-redox + exit ;; + mips:OSF1:*.*) + echo mips-dec-osf1 + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -313,28 +329,19 @@ # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 exit $exitcode ;; - Alpha\ *:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # Should we change UNAME_MACHINE based on the output of uname instead - # of the specific Alpha model? - echo alpha-pc-interix - exit ;; - 21064:Windows_NT:50:3) - echo alpha-dec-winnt3.5 - exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-amigaos + echo "$UNAME_MACHINE"-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-morphos + echo "$UNAME_MACHINE"-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition @@ -346,7 +353,7 @@ echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) - echo arm-acorn-riscix${UNAME_RELEASE} + echo arm-acorn-riscix"$UNAME_RELEASE" exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos @@ -373,38 +380,33 @@ sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) - echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" exit ;; sun4H:SunOS:5.*:*) - echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) - echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) - echo i386-pc-auroraux${UNAME_RELEASE} + echo i386-pc-auroraux"$UNAME_RELEASE" exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) - eval $set_cc_for_build - SUN_ARCH=i386 - # If there is a compiler, see if it is configured for 64-bit objects. - # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. - # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then - if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - SUN_ARCH=x86_64 - fi - fi - echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + UNAME_REL="`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" + case `isainfo -b` in + 32) + echo i386-pc-solaris2"$UNAME_REL" + ;; + 64) + echo x86_64-pc-solaris2"$UNAME_REL" + ;; + esac exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. - echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in @@ -413,25 +415,25 @@ ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. - echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" exit ;; sun3*:SunOS:*:*) - echo m68k-sun-sunos${UNAME_RELEASE} + echo m68k-sun-sunos"$UNAME_RELEASE" exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 + test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) - echo m68k-sun-sunos${UNAME_RELEASE} + echo m68k-sun-sunos"$UNAME_RELEASE" ;; sun4) - echo sparc-sun-sunos${UNAME_RELEASE} + echo sparc-sun-sunos"$UNAME_RELEASE" ;; esac exit ;; aushp:SunOS:*:*) - echo sparc-auspex-sunos${UNAME_RELEASE} + echo sparc-auspex-sunos"$UNAME_RELEASE" exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not @@ -442,44 +444,44 @@ # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint"$UNAME_RELEASE" exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint"$UNAME_RELEASE" exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint"$UNAME_RELEASE" exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} + echo m68k-milan-mint"$UNAME_RELEASE" exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} + echo m68k-hades-mint"$UNAME_RELEASE" exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} + echo m68k-unknown-mint"$UNAME_RELEASE" exit ;; m68k:machten:*:*) - echo m68k-apple-machten${UNAME_RELEASE} + echo m68k-apple-machten"$UNAME_RELEASE" exit ;; powerpc:machten:*:*) - echo powerpc-apple-machten${UNAME_RELEASE} + echo powerpc-apple-machten"$UNAME_RELEASE" exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) - echo mips-dec-ultrix${UNAME_RELEASE} + echo mips-dec-ultrix"$UNAME_RELEASE" exit ;; VAX*:ULTRIX*:*:*) - echo vax-dec-ultrix${UNAME_RELEASE} + echo vax-dec-ultrix"$UNAME_RELEASE" exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) - echo clipper-intergraph-clix${UNAME_RELEASE} + echo clipper-intergraph-clix"$UNAME_RELEASE" exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { @@ -488,23 +490,23 @@ #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) - printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + printf ("mips-mips-riscos%ssysv\\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) - printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + printf ("mips-mips-riscos%ssvr4\\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) - printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + printf ("mips-mips-riscos%sbsd\\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF - $CC_FOR_BUILD -o $dummy $dummy.c && - dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && - SYSTEM_NAME=`$dummy $dummyarg` && + $CC_FOR_BUILD -o "$dummy" "$dummy.c" && + dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`"$dummy" "$dummyarg"` && { echo "$SYSTEM_NAME"; exit; } - echo mips-mips-riscos${UNAME_RELEASE} + echo mips-mips-riscos"$UNAME_RELEASE" exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax @@ -530,17 +532,17 @@ AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` - if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + if [ "$UNAME_PROCESSOR" = mc88100 ] || [ "$UNAME_PROCESSOR" = mc88110 ] then - if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ - [ ${TARGET_BINARY_INTERFACE}x = x ] + if [ "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx ] || \ + [ "$TARGET_BINARY_INTERFACE"x = x ] then - echo m88k-dg-dgux${UNAME_RELEASE} + echo m88k-dg-dgux"$UNAME_RELEASE" else - echo m88k-dg-dguxbcs${UNAME_RELEASE} + echo m88k-dg-dguxbcs"$UNAME_RELEASE" fi else - echo i586-dg-dgux${UNAME_RELEASE} + echo i586-dg-dgux"$UNAME_RELEASE" fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) @@ -557,7 +559,7 @@ echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) - echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id @@ -569,14 +571,14 @@ if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} - fi - echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" + fi + echo "$UNAME_MACHINE"-ibm-aix"$IBM_REV" exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" #include main() @@ -587,7 +589,7 @@ exit(0); } EOF - if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` then echo "$SYSTEM_NAME" else @@ -601,7 +603,7 @@ exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` - if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc @@ -610,18 +612,18 @@ IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} - fi - echo ${IBM_ARCH}-ibm-aix${IBM_REV} + IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" + fi + echo "$IBM_ARCH"-ibm-aix"$IBM_REV" exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; - ibmrt:4.4BSD:*|romp-ibm:BSD:*) + ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and - echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + echo romp-ibm-bsd"$UNAME_RELEASE" # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx @@ -636,28 +638,28 @@ echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - case "${UNAME_MACHINE}" in - 9000/31? ) HP_ARCH=m68000 ;; - 9000/[34]?? ) HP_ARCH=m68k ;; + HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` + case "$UNAME_MACHINE" in + 9000/31?) HP_ARCH=m68000 ;; + 9000/[34]??) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "${sc_cpu_version}" in + case "$sc_cpu_version" in 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 - case "${sc_kernel_bits}" in + case "$sc_kernel_bits" in 32) HP_ARCH=hppa2.0n ;; 64) HP_ARCH=hppa2.0w ;; '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi - if [ "${HP_ARCH}" = "" ]; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + if [ "$HP_ARCH" = "" ]; then + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" #define _HPUX_SOURCE #include @@ -690,13 +692,13 @@ exit (0); } EOF - (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = hppa2.0w ] + if [ "$HP_ARCH" = hppa2.0w ] then - eval $set_cc_for_build + set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler @@ -715,15 +717,15 @@ HP_ARCH=hppa64 fi fi - echo ${HP_ARCH}-hp-hpux${HPUX_REV} + echo "$HP_ARCH"-hp-hpux"$HPUX_REV" exit ;; ia64:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - echo ia64-hp-hpux${HPUX_REV} + HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux"$HPUX_REV" exit ;; 3050*:HI-UX:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" #include int main () @@ -748,11 +750,11 @@ exit (0); } EOF - $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; - 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:*) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) @@ -761,7 +763,7 @@ *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; - hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:*) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) @@ -769,9 +771,9 @@ exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then - echo ${UNAME_MACHINE}-unknown-osf1mk + echo "$UNAME_MACHINE"-unknown-osf1mk else - echo ${UNAME_MACHINE}-unknown-osf1 + echo "$UNAME_MACHINE"-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) @@ -796,128 +798,120 @@ echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) - echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo ymp-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) - echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) - echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo t90-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) - echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo alphaev5-cray-unicosmk"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) - echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo sv1-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) - echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo craynv-cray-unicosmp"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) - echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + echo "$UNAME_MACHINE"-pc-bsdi"$UNAME_RELEASE" exit ;; sparc*:BSD/OS:*:*) - echo sparc-unknown-bsdi${UNAME_RELEASE} + echo sparc-unknown-bsdi"$UNAME_RELEASE" exit ;; *:BSD/OS:*:*) - echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE" + exit ;; + arm:FreeBSD:*:*) + UNAME_PROCESSOR=`uname -p` + set_cc_for_build + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi + else + echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf + fi exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` - case ${UNAME_PROCESSOR} in + case "$UNAME_PROCESSOR" in amd64) UNAME_PROCESSOR=x86_64 ;; i386) UNAME_PROCESSOR=i586 ;; esac - echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" exit ;; i*:CYGWIN*:*) - echo ${UNAME_MACHINE}-pc-cygwin + echo "$UNAME_MACHINE"-pc-cygwin exit ;; *:MINGW64*:*) - echo ${UNAME_MACHINE}-pc-mingw64 + echo "$UNAME_MACHINE"-pc-mingw64 exit ;; *:MINGW*:*) - echo ${UNAME_MACHINE}-pc-mingw32 + echo "$UNAME_MACHINE"-pc-mingw32 exit ;; *:MSYS*:*) - echo ${UNAME_MACHINE}-pc-msys - exit ;; - i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 + echo "$UNAME_MACHINE"-pc-msys exit ;; i*:PW*:*) - echo ${UNAME_MACHINE}-pc-pw32 + echo "$UNAME_MACHINE"-pc-pw32 exit ;; *:Interix*:*) - case ${UNAME_MACHINE} in + case "$UNAME_MACHINE" in x86) - echo i586-pc-interix${UNAME_RELEASE} + echo i586-pc-interix"$UNAME_RELEASE" exit ;; authenticamd | genuineintel | EM64T) - echo x86_64-unknown-interix${UNAME_RELEASE} + echo x86_64-unknown-interix"$UNAME_RELEASE" exit ;; IA64) - echo ia64-unknown-interix${UNAME_RELEASE} + echo ia64-unknown-interix"$UNAME_RELEASE" exit ;; esac ;; - [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) - echo i${UNAME_MACHINE}-pc-mks - exit ;; - 8664:Windows_NT:*) - echo x86_64-pc-mks - exit ;; - i*:Windows_NT*:* | Pentium*:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we - # UNAME_MACHINE based on the output of uname instead of i386? - echo i586-pc-interix - exit ;; i*:UWIN*:*) - echo ${UNAME_MACHINE}-pc-uwin + echo "$UNAME_MACHINE"-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; - p*:CYGWIN*:*) - echo powerpcle-unknown-cygwin - exit ;; prep*:SunOS:5.*:*) - echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; *:GNU:*:*) # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} - exit ;; - i*86:Minix:*:*) - echo ${UNAME_MACHINE}-pc-minix + echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" + exit ;; + *:Minix:*:*) + echo "$UNAME_MACHINE"-unknown-minix exit ;; aarch64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in @@ -931,63 +925,63 @@ esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; arc:Linux:*:* | arceb:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; arm*:Linux:*:*) - eval $set_cc_for_build + set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then - echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabi else - echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabihf fi fi exit ;; avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; cris:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-${LIBC} + echo "$UNAME_MACHINE"-axis-linux-"$LIBC" exit ;; crisv32:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-${LIBC} + echo "$UNAME_MACHINE"-axis-linux-"$LIBC" exit ;; e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; frv:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; hexagon:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; i*86:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo "$UNAME_MACHINE"-pc-linux-"$LIBC" exit ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; mips:Linux:*:* | mips64:Linux:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el @@ -1001,70 +995,70 @@ #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } + eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`" + test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; } ;; mips64el:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; openrisc*:Linux:*:*) - echo or1k-unknown-linux-${LIBC} + echo or1k-unknown-linux-"$LIBC" exit ;; or32:Linux:*:* | or1k*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; padre:Linux:*:*) - echo sparc-unknown-linux-${LIBC} + echo sparc-unknown-linux-"$LIBC" exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-${LIBC} + echo hppa64-unknown-linux-"$LIBC" exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; - PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; - *) echo hppa-unknown-linux-${LIBC} ;; + PA7*) echo hppa1.1-unknown-linux-"$LIBC" ;; + PA8*) echo hppa2.0-unknown-linux-"$LIBC" ;; + *) echo hppa-unknown-linux-"$LIBC" ;; esac exit ;; ppc64:Linux:*:*) - echo powerpc64-unknown-linux-${LIBC} + echo powerpc64-unknown-linux-"$LIBC" exit ;; ppc:Linux:*:*) - echo powerpc-unknown-linux-${LIBC} + echo powerpc-unknown-linux-"$LIBC" exit ;; ppc64le:Linux:*:*) - echo powerpc64le-unknown-linux-${LIBC} + echo powerpc64le-unknown-linux-"$LIBC" exit ;; ppcle:Linux:*:*) - echo powerpcle-unknown-linux-${LIBC} + echo powerpcle-unknown-linux-"$LIBC" exit ;; riscv32:Linux:*:* | riscv64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-ibm-linux-${LIBC} + echo "$UNAME_MACHINE"-ibm-linux-"$LIBC" exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; tile*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-${LIBC} + echo "$UNAME_MACHINE"-dec-linux-"$LIBC" exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo "$UNAME_MACHINE"-pc-linux-"$LIBC" exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -1078,34 +1072,34 @@ # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. - echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + echo "$UNAME_MACHINE"-pc-sysv4.2uw"$UNAME_VERSION" exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. - echo ${UNAME_MACHINE}-pc-os2-emx + echo "$UNAME_MACHINE"-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) - echo ${UNAME_MACHINE}-unknown-stop + echo "$UNAME_MACHINE"-unknown-stop exit ;; i*86:atheos:*:*) - echo ${UNAME_MACHINE}-unknown-atheos + echo "$UNAME_MACHINE"-unknown-atheos exit ;; i*86:syllable:*:*) - echo ${UNAME_MACHINE}-pc-syllable + echo "$UNAME_MACHINE"-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) - echo i386-unknown-lynxos${UNAME_RELEASE} + echo i386-unknown-lynxos"$UNAME_RELEASE" exit ;; i*86:*DOS:*:*) - echo ${UNAME_MACHINE}-pc-msdosdjgpp - exit ;; - i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) - UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + echo "$UNAME_MACHINE"-pc-msdosdjgpp + exit ;; + i*86:*:4.*:*) + UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then - echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + echo "$UNAME_MACHINE"-univel-sysv"$UNAME_REL" else - echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + echo "$UNAME_MACHINE"-pc-sysv"$UNAME_REL" fi exit ;; i*86:*:5:[678]*) @@ -1115,12 +1109,12 @@ *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac - echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}{$UNAME_VERSION}" exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 @@ -1130,9 +1124,9 @@ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 - echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + echo "$UNAME_MACHINE"-pc-sco"$UNAME_REL" else - echo ${UNAME_MACHINE}-pc-sysv32 + echo "$UNAME_MACHINE"-pc-sysv32 fi exit ;; pc:*:*:*) @@ -1152,9 +1146,9 @@ exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then - echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + echo i860-stardent-sysv"$UNAME_RELEASE" # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. - echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + echo i860-unknown-sysv"$UNAME_RELEASE" # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) @@ -1174,9 +1168,9 @@ test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; @@ -1185,28 +1179,28 @@ test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) - echo m68k-unknown-lynxos${UNAME_RELEASE} + echo m68k-unknown-lynxos"$UNAME_RELEASE" exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) - echo sparc-unknown-lynxos${UNAME_RELEASE} + echo sparc-unknown-lynxos"$UNAME_RELEASE" exit ;; rs6000:LynxOS:2.*:*) - echo rs6000-unknown-lynxos${UNAME_RELEASE} + echo rs6000-unknown-lynxos"$UNAME_RELEASE" exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) - echo powerpc-unknown-lynxos${UNAME_RELEASE} + echo powerpc-unknown-lynxos"$UNAME_RELEASE" exit ;; SM[BE]S:UNIX_SV:*:*) - echo mips-dde-sysv${UNAME_RELEASE} + echo mips-dde-sysv"$UNAME_RELEASE" exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 @@ -1217,7 +1211,7 @@ *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` - echo ${UNAME_MACHINE}-sni-sysv4 + echo "$UNAME_MACHINE"-sni-sysv4 else echo ns32k-sni-sysv fi @@ -1237,23 +1231,23 @@ exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. - echo ${UNAME_MACHINE}-stratus-vos + echo "$UNAME_MACHINE"-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) - echo m68k-apple-aux${UNAME_RELEASE} + echo m68k-apple-aux"$UNAME_RELEASE" exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} + echo mips-nec-sysv"$UNAME_RELEASE" else - echo mips-unknown-sysv${UNAME_RELEASE} + echo mips-unknown-sysv"$UNAME_RELEASE" fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. @@ -1272,39 +1266,39 @@ echo x86_64-unknown-haiku exit ;; SX-4:SUPER-UX:*:*) - echo sx4-nec-superux${UNAME_RELEASE} + echo sx4-nec-superux"$UNAME_RELEASE" exit ;; SX-5:SUPER-UX:*:*) - echo sx5-nec-superux${UNAME_RELEASE} + echo sx5-nec-superux"$UNAME_RELEASE" exit ;; SX-6:SUPER-UX:*:*) - echo sx6-nec-superux${UNAME_RELEASE} + echo sx6-nec-superux"$UNAME_RELEASE" exit ;; SX-7:SUPER-UX:*:*) - echo sx7-nec-superux${UNAME_RELEASE} + echo sx7-nec-superux"$UNAME_RELEASE" exit ;; SX-8:SUPER-UX:*:*) - echo sx8-nec-superux${UNAME_RELEASE} + echo sx8-nec-superux"$UNAME_RELEASE" exit ;; SX-8R:SUPER-UX:*:*) - echo sx8r-nec-superux${UNAME_RELEASE} + echo sx8r-nec-superux"$UNAME_RELEASE" exit ;; SX-ACE:SUPER-UX:*:*) - echo sxace-nec-superux${UNAME_RELEASE} + echo sxace-nec-superux"$UNAME_RELEASE" exit ;; Power*:Rhapsody:*:*) - echo powerpc-apple-rhapsody${UNAME_RELEASE} + echo powerpc-apple-rhapsody"$UNAME_RELEASE" exit ;; *:Rhapsody:*:*) - echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE" exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - eval $set_cc_for_build + set_cc_for_build if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi - if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then + if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ @@ -1332,7 +1326,7 @@ # that Apple uses in portable devices. UNAME_PROCESSOR=x86_64 fi - echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE" exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` @@ -1340,22 +1334,25 @@ UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi - echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + echo "$UNAME_PROCESSOR"-"$UNAME_MACHINE"-nto-qnx"$UNAME_RELEASE" exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NEO-*:NONSTOP_KERNEL:*:*) - echo neo-tandem-nsk${UNAME_RELEASE} + echo neo-tandem-nsk"$UNAME_RELEASE" exit ;; NSE-*:NONSTOP_KERNEL:*:*) - echo nse-tandem-nsk${UNAME_RELEASE} + echo nse-tandem-nsk"$UNAME_RELEASE" exit ;; NSR-*:NONSTOP_KERNEL:*:*) - echo nsr-tandem-nsk${UNAME_RELEASE} + echo nsr-tandem-nsk"$UNAME_RELEASE" + exit ;; + NSV-*:NONSTOP_KERNEL:*:*) + echo nsv-tandem-nsk"$UNAME_RELEASE" exit ;; NSX-*:NONSTOP_KERNEL:*:*) - echo nsx-tandem-nsk${UNAME_RELEASE} + echo nsx-tandem-nsk"$UNAME_RELEASE" exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux @@ -1364,18 +1361,19 @@ echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) - echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + echo "$UNAME_MACHINE"-"$UNAME_SYSTEM"-"$UNAME_RELEASE" exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. + # shellcheck disable=SC2154 if test "$cputype" = 386; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi - echo ${UNAME_MACHINE}-unknown-plan9 + echo "$UNAME_MACHINE"-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 @@ -1396,14 +1394,14 @@ echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} + echo mips-sei-seiux"$UNAME_RELEASE" exit ;; *:DragonFly:*:*) - echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` - case "${UNAME_MACHINE}" in + case "$UNAME_MACHINE" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; @@ -1412,32 +1410,44 @@ echo i386-pc-xenix exit ;; i*86:skyos:*:*) - echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` + echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" exit ;; i*86:rdos:*:*) - echo ${UNAME_MACHINE}-pc-rdos + echo "$UNAME_MACHINE"-pc-rdos exit ;; i*86:AROS:*:*) - echo ${UNAME_MACHINE}-pc-aros + echo "$UNAME_MACHINE"-pc-aros exit ;; x86_64:VMkernel:*:*) - echo ${UNAME_MACHINE}-unknown-esx + echo "$UNAME_MACHINE"-unknown-esx exit ;; amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; esac +echo "$0: unable to guess system type" >&2 + +case "$UNAME_MACHINE:$UNAME_SYSTEM" in + mips:Linux | mips64:Linux) + # If we got here on MIPS GNU/Linux, output extra information. + cat >&2 <&2 </dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` -UNAME_MACHINE = ${UNAME_MACHINE} -UNAME_RELEASE = ${UNAME_RELEASE} -UNAME_SYSTEM = ${UNAME_SYSTEM} -UNAME_VERSION = ${UNAME_VERSION} +UNAME_MACHINE = "$UNAME_MACHINE" +UNAME_RELEASE = "$UNAME_RELEASE" +UNAME_SYSTEM = "$UNAME_SYSTEM" +UNAME_VERSION = "$UNAME_VERSION" EOF exit 1 # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" diff --git a/build-aux/config.sub b/build-aux/config.sub index f4bafc1..b51fb8c 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -1,8 +1,8 @@ -#!/bin/sh +#! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2017 Free Software Foundation, Inc. - -timestamp='2017-04-02' +# Copyright 1992-2018 Free Software Foundation, Inc. + +timestamp='2018-08-29' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, see . +# along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -33,7 +33,7 @@ # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub +# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases @@ -57,7 +57,7 @@ Canonicalize a configuration name. -Operation modes: +Options: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit @@ -67,7 +67,7 @@ version="\ GNU config.sub ($timestamp) -Copyright 1992-2017 Free Software Foundation, Inc. +Copyright 1992-2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -94,7 +94,7 @@ *local*) # First pass through any local machine types. - echo $1 + echo "$1" exit ;; * ) @@ -110,1453 +110,1406 @@ exit 1;; esac -# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). -# Here we must recognize all the valid KERNEL-OS combinations. -maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` -case $maybe_os in - nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ - linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ - knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ - kopensolaris*-gnu* | cloudabi*-eabi* | \ - storm-chaos* | os2-emx* | rtmk-nova*) - os=-$maybe_os - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` - ;; - android-linux) - os=-linux-android - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown - ;; - *) - basic_machine=`echo $1 | sed 's/-[^-]*$//'` - if [ $basic_machine != $1 ] - then os=`echo $1 | sed 's/.*-/-/'` - else os=; fi - ;; +# Split fields of configuration type +IFS="-" read -r field1 field2 field3 field4 <&2 + exit 1 + ;; + *-*-*-*) + basic_machine=$field1-$field2 + os=$field3-$field4 + ;; + *-*-*) + # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two + # parts + maybe_os=$field2-$field3 + case $maybe_os in + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc \ + | linux-newlib* | linux-musl* | linux-uclibc* | uclinux-uclibc* \ + | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \ + | netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \ + | storm-chaos* | os2-emx* | rtmk-nova*) + basic_machine=$field1 + os=$maybe_os + ;; + android-linux) + basic_machine=$field1-unknown + os=linux-android + ;; + *) + basic_machine=$field1-$field2 + os=$field3 + ;; + esac + ;; + *-*) + # A lone config we happen to match not fitting any patern + case $field1-$field2 in + decstation-3100) + basic_machine=mips-dec + os= + ;; + *-*) + # Second component is usually, but not always the OS + case $field2 in + # Prevent following clause from handling this valid os + sun*os*) + basic_machine=$field1 + os=$field2 + ;; + # Manufacturers + dec* | mips* | sequent* | encore* | pc533* | sgi* | sony* \ + | att* | 7300* | 3300* | delta* | motorola* | sun[234]* \ + | unicom* | ibm* | next | hp | isi* | apollo | altos* \ + | convergent* | ncr* | news | 32* | 3600* | 3100* \ + | hitachi* | c[123]* | convex* | sun | crds | omron* | dg \ + | ultra | tti* | harris | dolphin | highlevel | gould \ + | cbm | ns | masscomp | apple | axis | knuth | cray \ + | microblaze* | sim | cisco \ + | oki | wec | wrs | winbond) + basic_machine=$field1-$field2 + os= + ;; + *) + basic_machine=$field1 + os=$field2 + ;; + esac + ;; + esac + ;; + *) + # Convert single-component short-hands not valid as part of + # multi-component configurations. + case $field1 in + 386bsd) + basic_machine=i386-pc + os=bsd + ;; + a29khif) + basic_machine=a29k-amd + os=udi + ;; + adobe68k) + basic_machine=m68010-adobe + os=scout + ;; + alliant) + basic_machine=fx80-alliant + os= + ;; + altos | altos3068) + basic_machine=m68k-altos + os= + ;; + am29k) + basic_machine=a29k-none + os=bsd + ;; + amdahl) + basic_machine=580-amdahl + os=sysv + ;; + amiga) + basic_machine=m68k-unknown + os= + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=bsd + ;; + aros) + basic_machine=i386-pc + os=aros + ;; + aux) + basic_machine=m68k-apple + os=aux + ;; + balance) + basic_machine=ns32k-sequent + os=dynix + ;; + blackfin) + basic_machine=bfin-unknown + os=linux + ;; + cegcc) + basic_machine=arm-unknown + os=cegcc + ;; + convex-c1) + basic_machine=c1-convex + os=bsd + ;; + convex-c2) + basic_machine=c2-convex + os=bsd + ;; + convex-c32) + basic_machine=c32-convex + os=bsd + ;; + convex-c34) + basic_machine=c34-convex + os=bsd + ;; + convex-c38) + basic_machine=c38-convex + os=bsd + ;; + cray) + basic_machine=j90-cray + os=unicos + ;; + crds | unos) + basic_machine=m68k-crds + os= + ;; + da30) + basic_machine=m68k-da30 + os= + ;; + decstation | pmax | pmin | dec3100 | decstatn) + basic_machine=mips-dec + os= + ;; + delta88) + basic_machine=m88k-motorola + os=sysv3 + ;; + dicos) + basic_machine=i686-pc + os=dicos + ;; + djgpp) + basic_machine=i586-pc + os=msdosdjgpp + ;; + ebmon29k) + basic_machine=a29k-amd + os=ebmon + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=ose + ;; + gmicro) + basic_machine=tron-gmicro + os=sysv + ;; + go32) + basic_machine=i386-pc + os=go32 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=hms + ;; + harris) + basic_machine=m88k-harris + os=sysv3 + ;; + hp300) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=hpux + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=proelf + ;; + i386mach) + basic_machine=i386-mach + os=mach + ;; + vsta) + basic_machine=i386-pc + os=vsta + ;; + isi68 | isi) + basic_machine=m68k-isi + os=sysv + ;; + m68knommu) + basic_machine=m68k-unknown + os=linux + ;; + magnum | m3230) + basic_machine=mips-mips + os=sysv + ;; + merlin) + basic_machine=ns32k-utek + os=sysv + ;; + mingw64) + basic_machine=x86_64-pc + os=mingw64 + ;; + mingw32) + basic_machine=i686-pc + os=mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + os=mingw32ce + ;; + monitor) + basic_machine=m68k-rom68k + os=coff + ;; + morphos) + basic_machine=powerpc-unknown + os=morphos + ;; + moxiebox) + basic_machine=moxie-unknown + os=moxiebox + ;; + msdos) + basic_machine=i386-pc + os=msdos + ;; + msys) + basic_machine=i686-pc + os=msys + ;; + mvs) + basic_machine=i370-ibm + os=mvs + ;; + nacl) + basic_machine=le32-unknown + os=nacl + ;; + ncr3000) + basic_machine=i486-ncr + os=sysv4 + ;; + netbsd386) + basic_machine=i386-pc + os=netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=newsos + ;; + news1000) + basic_machine=m68030-sony + os=newsos + ;; + necv70) + basic_machine=v70-nec + os=sysv + ;; + nh3000) + basic_machine=m68k-harris + os=cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=cxux + ;; + nindy960) + basic_machine=i960-intel + os=nindy + ;; + mon960) + basic_machine=i960-intel + os=mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=nonstopux + ;; + os400) + basic_machine=powerpc-ibm + os=os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=ose + ;; + os68k) + basic_machine=m68k-none + os=os68k + ;; + paragon) + basic_machine=i860-intel + os=osf + ;; + parisc) + basic_machine=hppa-unknown + os=linux + ;; + pw32) + basic_machine=i586-unknown + os=pw32 + ;; + rdos | rdos64) + basic_machine=x86_64-pc + os=rdos + ;; + rdos32) + basic_machine=i386-pc + os=rdos + ;; + rom68k) + basic_machine=m68k-rom68k + os=coff + ;; + sa29200) + basic_machine=a29k-amd + os=udi + ;; + sei) + basic_machine=mips-sei + os=seiux + ;; + sequent) + basic_machine=i386-sequent + os= + ;; + sps7) + basic_machine=m68k-bull + os=sysv2 + ;; + st2000) + basic_machine=m68k-tandem + os= + ;; + stratus) + basic_machine=i860-stratus + os=sysv4 + ;; + sun2) + basic_machine=m68000-sun + os= + ;; + sun2os3) + basic_machine=m68000-sun + os=sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=sunos4 + ;; + sun3) + basic_machine=m68k-sun + os= + ;; + sun3os3) + basic_machine=m68k-sun + os=sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=sunos4 + ;; + sun4) + basic_machine=sparc-sun + os= + ;; + sun4os3) + basic_machine=sparc-sun + os=sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=solaris2 + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + os= + ;; + sv1) + basic_machine=sv1-cray + os=unicos + ;; + symmetry) + basic_machine=i386-sequent + os=dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=unicos + ;; + t90) + basic_machine=t90-cray + os=unicos + ;; + toad1) + basic_machine=pdp10-xkl + os=tops20 + ;; + tpf) + basic_machine=s390x-ibm + os=tpf + ;; + udi29k) + basic_machine=a29k-amd + os=udi + ;; + ultra3) + basic_machine=a29k-nyu + os=sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=none + ;; + vaxv) + basic_machine=vax-dec + os=sysv + ;; + vms) + basic_machine=vax-dec + os=vms + ;; + vxworks960) + basic_machine=i960-wrs + os=vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=vxworks + ;; + xbox) + basic_machine=i686-pc + os=mingw32 + ;; + ymp) + basic_machine=ymp-cray + os=unicos + ;; + *) + basic_machine=$1 + os= + ;; + esac + ;; esac -### Let's recognize common machines as not being operating systems so -### that things like config.sub decstation-3100 work. We also -### recognize some manufacturers as not being operating systems, so we -### can provide default operating systems below. -case $os in - -sun*os*) - # Prevent following clause from handling this invalid input. - ;; - -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ - -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ - -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ - -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ - -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ - -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis | -knuth | -cray | -microblaze*) - os= - basic_machine=$1 - ;; - -bluegene*) - os=-cnk - ;; - -sim | -cisco | -oki | -wec | -winbond) - os= - basic_machine=$1 - ;; - -scout) - ;; - -wrs) - os=-vxworks - basic_machine=$1 - ;; - -chorusos*) - os=-chorusos - basic_machine=$1 - ;; - -chorusrdb) - os=-chorusrdb - basic_machine=$1 - ;; - -hiux*) - os=-hiuxwe2 - ;; - -sco6) - os=-sco5v6 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco5) - os=-sco3.2v5 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco4) - os=-sco3.2v4 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2.[4-9]*) - os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2v[4-9]*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco5v6*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco*) - os=-sco3.2v2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -udk*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -isc) - os=-isc2.2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -clix*) - basic_machine=clipper-intergraph - ;; - -isc*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -lynx*178) - os=-lynxos178 - ;; - -lynx*5) - os=-lynxos5 - ;; - -lynx*) - os=-lynxos - ;; - -ptx*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` - ;; - -windowsnt*) - os=`echo $os | sed -e 's/windowsnt/winnt/'` - ;; - -psos*) - os=-psos - ;; - -mint | -mint[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; -esac - -# Decode aliases for certain CPU-COMPANY combinations. +# Decode 1-component or ad-hoc basic machines case $basic_machine in - # Recognize the basic CPU types without company name. - # Some are omitted here because they have special meanings below. - 1750a | 580 \ - | a29k \ - | aarch64 | aarch64_be \ - | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ - | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ - | am33_2.0 \ - | arc | arceb \ - | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ - | avr | avr32 \ - | ba \ - | be32 | be64 \ - | bfin \ - | c4x | c8051 | clipper \ - | d10v | d30v | dlx | dsp16xx \ - | e2k | epiphany \ - | fido | fr30 | frv | ft32 \ - | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ - | hexagon \ - | i370 | i860 | i960 | ia16 | ia64 \ - | ip2k | iq2000 \ - | k1om \ - | le32 | le64 \ - | lm32 \ - | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ - | mips | mipsbe | mipseb | mipsel | mipsle \ - | mips16 \ - | mips64 | mips64el \ - | mips64octeon | mips64octeonel \ - | mips64orion | mips64orionel \ - | mips64r5900 | mips64r5900el \ - | mips64vr | mips64vrel \ - | mips64vr4100 | mips64vr4100el \ - | mips64vr4300 | mips64vr4300el \ - | mips64vr5000 | mips64vr5000el \ - | mips64vr5900 | mips64vr5900el \ - | mipsisa32 | mipsisa32el \ - | mipsisa32r2 | mipsisa32r2el \ - | mipsisa32r6 | mipsisa32r6el \ - | mipsisa64 | mipsisa64el \ - | mipsisa64r2 | mipsisa64r2el \ - | mipsisa64r6 | mipsisa64r6el \ - | mipsisa64sb1 | mipsisa64sb1el \ - | mipsisa64sr71k | mipsisa64sr71kel \ - | mipsr5900 | mipsr5900el \ - | mipstx39 | mipstx39el \ - | mn10200 | mn10300 \ - | moxie \ - | mt \ - | msp430 \ - | nds32 | nds32le | nds32be \ - | nios | nios2 | nios2eb | nios2el \ - | ns16k | ns32k \ - | open8 | or1k | or1knd | or32 \ - | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle \ - | pru \ - | pyramid \ - | riscv32 | riscv64 \ - | rl78 | rx \ - | score \ - | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ - | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ - | spu \ - | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ - | ubicom32 \ - | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ - | visium \ - | wasm32 \ - | we32k \ - | x86 | xc16x | xstormy16 | xtensa \ - | z8k | z80) - basic_machine=$basic_machine-unknown - ;; - c54x) - basic_machine=tic54x-unknown - ;; - c55x) - basic_machine=tic55x-unknown - ;; - c6x) - basic_machine=tic6x-unknown + # Here we handle the default manufacturer of certain CPU types. It is in + # some cases the only manufacturer, in others, it is the most popular. + w89k) + cpu=hppa1.1 + vendor=winbond + ;; + op50n) + cpu=hppa1.1 + vendor=oki + ;; + op60c) + cpu=hppa1.1 + vendor=oki + ;; + ibm*) + cpu=i370 + vendor=ibm + ;; + orion105) + cpu=clipper + vendor=highlevel + ;; + mac | mpw | mac-mpw) + cpu=m68k + vendor=apple + ;; + pmac | pmac-mpw) + cpu=powerpc + vendor=apple + ;; + + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + cpu=m68000 + vendor=att + ;; + 3b*) + cpu=we32k + vendor=att + ;; + bluegene*) + cpu=powerpc + vendor=ibm + os=cnk + ;; + decsystem10* | dec10*) + cpu=pdp10 + vendor=dec + os=tops10 + ;; + decsystem20* | dec20*) + cpu=pdp10 + vendor=dec + os=tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + cpu=m68k + vendor=motorola + ;; + dpx2*) + cpu=m68k + vendor=bull + os=sysv3 + ;; + encore | umax | mmax) + cpu=ns32k + vendor=encore + ;; + elxsi) + cpu=elxsi + vendor=elxsi + os=${os:-bsd} + ;; + fx2800) + cpu=i860 + vendor=alliant + ;; + genix) + cpu=ns32k + vendor=ns + ;; + h3050r* | hiux*) + cpu=hppa1.1 + vendor=hitachi + os=hiuxwe2 + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + cpu=hppa1.0 + vendor=hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + cpu=m68000 + vendor=hp + ;; + hp9k3[2-9][0-9]) + cpu=m68k + vendor=hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + cpu=hppa1.0 + vendor=hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + cpu=hppa1.1 + vendor=hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + cpu=hppa1.1 + vendor=hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + cpu=hppa1.1 + vendor=hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + cpu=hppa1.1 + vendor=hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + cpu=hppa1.0 + vendor=hp + ;; + i*86v32) + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + os=sysv32 + ;; + i*86v4*) + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + os=sysv4 + ;; + i*86v) + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + os=sysv + ;; + i*86sol2) + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + os=solaris2 + ;; + j90 | j90-cray) + cpu=j90 + vendor=cray + os=${os:-unicos} + ;; + iris | iris4d) + cpu=mips + vendor=sgi + case $os in + irix*) + ;; + *) + os=irix4 + ;; + esac + ;; + miniframe) + cpu=m68000 + vendor=convergent + ;; + *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*) + cpu=m68k + vendor=atari + os=mint + ;; + news-3600 | risc-news) + cpu=mips + vendor=sony + os=newsos + ;; + next | m*-next) + cpu=m68k + vendor=next + case $os in + nextstep* ) + ;; + ns2*) + os=nextstep2 + ;; + *) + os=nextstep3 + ;; + esac + ;; + np1) + cpu=np1 + vendor=gould + ;; + op50n-* | op60c-*) + cpu=hppa1.1 + vendor=oki + os=proelf + ;; + pa-hitachi) + cpu=hppa1.1 + vendor=hitachi + os=hiuxwe2 + ;; + pbd) + cpu=sparc + vendor=tti + ;; + pbb) + cpu=m68k + vendor=tti + ;; + pc532) + cpu=ns32k + vendor=pc532 + ;; + pn) + cpu=pn + vendor=gould + ;; + power) + cpu=power + vendor=ibm + ;; + ps2) + cpu=i386 + vendor=ibm + ;; + rm[46]00) + cpu=mips + vendor=siemens + ;; + rtpc | rtpc-*) + cpu=romp + vendor=ibm + ;; + sde) + cpu=mipsisa32 + vendor=sde + os=${os:-elf} + ;; + simso-wrs) + cpu=sparclite + vendor=wrs + os=vxworks + ;; + tower | tower-32) + cpu=m68k + vendor=ncr + ;; + vpp*|vx|vx-*) + cpu=f301 + vendor=fujitsu + ;; + w65) + cpu=w65 + vendor=wdc + ;; + w89k-*) + cpu=hppa1.1 + vendor=winbond + os=proelf + ;; + none) + cpu=none + vendor=none ;; leon|leon[3-9]) - basic_machine=sparc-$basic_machine - ;; - m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) - basic_machine=$basic_machine-unknown - os=-none - ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) - ;; - ms1) - basic_machine=mt-unknown - ;; - - strongarm | thumb | xscale) - basic_machine=arm-unknown - ;; - xgate) - basic_machine=$basic_machine-unknown - os=-none - ;; - xscaleeb) - basic_machine=armeb-unknown - ;; - - xscaleel) - basic_machine=armel-unknown - ;; - + cpu=sparc + vendor=$basic_machine + ;; + leon-*|leon[3-9]-*) + cpu=sparc + vendor=`echo "$basic_machine" | sed 's/-.*//'` + ;; + + *-*) + IFS="-" read -r cpu vendor <&2 - exit 1 - ;; - # Recognize the basic CPU types with company name. - 580-* \ - | a29k-* \ - | aarch64-* | aarch64_be-* \ - | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ - | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ - | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ - | avr-* | avr32-* \ - | ba-* \ - | be32-* | be64-* \ - | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* \ - | c8051-* | clipper-* | craynv-* | cydra-* \ - | d10v-* | d30v-* | dlx-* \ - | e2k-* | elxsi-* \ - | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ - | h8300-* | h8500-* \ - | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ - | hexagon-* \ - | i*86-* | i860-* | i960-* | ia16-* | ia64-* \ - | ip2k-* | iq2000-* \ - | k1om-* \ - | le32-* | le64-* \ - | lm32-* \ - | m32c-* | m32r-* | m32rle-* \ - | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ - | microblaze-* | microblazeel-* \ - | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ - | mips16-* \ - | mips64-* | mips64el-* \ - | mips64octeon-* | mips64octeonel-* \ - | mips64orion-* | mips64orionel-* \ - | mips64r5900-* | mips64r5900el-* \ - | mips64vr-* | mips64vrel-* \ - | mips64vr4100-* | mips64vr4100el-* \ - | mips64vr4300-* | mips64vr4300el-* \ - | mips64vr5000-* | mips64vr5000el-* \ - | mips64vr5900-* | mips64vr5900el-* \ - | mipsisa32-* | mipsisa32el-* \ - | mipsisa32r2-* | mipsisa32r2el-* \ - | mipsisa32r6-* | mipsisa32r6el-* \ - | mipsisa64-* | mipsisa64el-* \ - | mipsisa64r2-* | mipsisa64r2el-* \ - | mipsisa64r6-* | mipsisa64r6el-* \ - | mipsisa64sb1-* | mipsisa64sb1el-* \ - | mipsisa64sr71k-* | mipsisa64sr71kel-* \ - | mipsr5900-* | mipsr5900el-* \ - | mipstx39-* | mipstx39el-* \ - | mmix-* \ - | mt-* \ - | msp430-* \ - | nds32-* | nds32le-* | nds32be-* \ - | nios-* | nios2-* | nios2eb-* | nios2el-* \ - | none-* | np1-* | ns16k-* | ns32k-* \ - | open8-* \ - | or1k*-* \ - | orion-* \ - | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ - | pru-* \ - | pyramid-* \ - | riscv32-* | riscv64-* \ - | rl78-* | romp-* | rs6000-* | rx-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ - | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ - | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ - | tahoe-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ - | tile*-* \ - | tron-* \ - | ubicom32-* \ - | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ - | vax-* \ - | visium-* \ - | wasm32-* \ - | we32k-* \ - | x86-* | x86_64-* | xc16x-* | xps100-* \ - | xstormy16-* | xtensa*-* \ - | ymp-* \ - | z8k-* | z80-*) - ;; - # Recognize the basic CPU types without company name, with glob match. - xtensa*) - basic_machine=$basic_machine-unknown - ;; - # Recognize the various machine names and aliases which stand - # for a CPU type and a company and sometimes even an OS. - 386bsd) - basic_machine=i386-unknown - os=-bsd - ;; - 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) - basic_machine=m68000-att - ;; - 3b*) - basic_machine=we32k-att - ;; - a29khif) - basic_machine=a29k-amd - os=-udi - ;; - abacus) - basic_machine=abacus-unknown - ;; - adobe68k) - basic_machine=m68010-adobe - os=-scout - ;; - alliant | fx80) - basic_machine=fx80-alliant - ;; - altos | altos3068) - basic_machine=m68k-altos - ;; - am29k) - basic_machine=a29k-none - os=-bsd - ;; - amd64) - basic_machine=x86_64-pc - ;; + cpu=$basic_machine + vendor=pc + ;; + # These rules are duplicated from below for sake of the special case above; + # i.e. things that normalized to x86 arches should also default to "pc" + pc98) + cpu=i386 + vendor=pc + ;; + x64 | amd64) + cpu=x86_64 + vendor=pc + ;; + # Recognize the basic CPU types without company name. + *) + cpu=$basic_machine + vendor=unknown + ;; +esac + +unset -v basic_machine + +# Decode basic machines in the full and proper CPU-Company form. +case $cpu-$vendor in + # Here we handle the default manufacturer of certain CPU types in cannonical form. It is in + # some cases the only manufacturer, in others, it is the most popular. + craynv-unknown) + vendor=cray + os=${os:-unicosmp} + ;; + c90-unknown | c90-cray) + vendor=cray + os=${os:-unicos} + ;; + fx80-unknown) + vendor=alliant + ;; + romp-unknown) + vendor=ibm + ;; + mmix-unknown) + vendor=knuth + ;; + microblaze-unknown | microblazeel-unknown) + vendor=xilinx + ;; + rs6000-unknown) + vendor=ibm + ;; + vax-unknown) + vendor=dec + ;; + pdp11-unknown) + vendor=dec + ;; + we32k-unknown) + vendor=att + ;; + cydra-unknown) + vendor=cydrome + ;; + i370-ibm*) + vendor=ibm + ;; + orion-unknown) + vendor=highlevel + ;; + xps-unknown | xps100-unknown) + cpu=xps100 + vendor=honeywell + ;; + + # Here we normalize CPU types with a missing or matching vendor + dpx20-unknown | dpx20-bull) + cpu=rs6000 + vendor=bull + os=${os:-bosx} + ;; + + # Here we normalize CPU types irrespective of the vendor amd64-*) - basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - amdahl) - basic_machine=580-amdahl - os=-sysv - ;; - amiga | amiga-*) - basic_machine=m68k-unknown - ;; - amigaos | amigados) - basic_machine=m68k-unknown - os=-amigaos - ;; - amigaunix | amix) - basic_machine=m68k-unknown - os=-sysv4 - ;; - apollo68) - basic_machine=m68k-apollo - os=-sysv - ;; - apollo68bsd) - basic_machine=m68k-apollo - os=-bsd - ;; - aros) - basic_machine=i386-pc - os=-aros - ;; - asmjs) - basic_machine=asmjs-unknown - ;; - aux) - basic_machine=m68k-apple - os=-aux - ;; - balance) - basic_machine=ns32k-sequent - os=-dynix - ;; - blackfin) - basic_machine=bfin-unknown - os=-linux + cpu=x86_64 ;; blackfin-*) - basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux + cpu=bfin + os=linux + ;; + c54x-*) + cpu=tic54x + ;; + c55x-*) + cpu=tic55x + ;; + c6x-*) + cpu=tic6x + ;; + e500v[12]-*) + cpu=powerpc + os=$os"spe" + ;; + mips3*-*) + cpu=mips64 + ;; + ms1-*) + cpu=mt + ;; + m68knommu-*) + cpu=m68k + os=linux + ;; + m9s12z-* | m68hcs12z-* | hcs12z-* | s12z-*) + cpu=s12z + ;; + openrisc-*) + cpu=or32 + ;; + parisc-*) + cpu=hppa + os=linux + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + cpu=i586 + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-* | athalon_*-*) + cpu=i686 + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + cpu=i686 + ;; + pentium4-*) + cpu=i786 + ;; + pc98-*) + cpu=i386 + ;; + ppc-* | ppcbe-*) + cpu=powerpc + ;; + ppcle-* | powerpclittle-*) + cpu=powerpcle + ;; + ppc64-*) + cpu=powerpc64 + ;; + ppc64le-* | powerpc64little-*) + cpu=powerpc64le + ;; + sb1-*) + cpu=mipsisa64sb1 + ;; + sb1el-*) + cpu=mipsisa64sb1el + ;; + sh5e[lb]-*) + cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'` + ;; + spur-*) + cpu=spur + ;; + strongarm-* | thumb-*) + cpu=arm + ;; + tx39-*) + cpu=mipstx39 + ;; + tx39el-*) + cpu=mipstx39el + ;; + x64-*) + cpu=x86_64 + ;; + xscale-* | xscalee[bl]-*) + cpu=`echo "$cpu" | sed 's/^xscale/arm/'` + ;; + + # Recognize the cannonical CPU Types that limit and/or modify the + # company names they are paired with. + cr16-*) + os=${os:-elf} + ;; + crisv32-* | etraxfs*-*) + cpu=crisv32 + vendor=axis + ;; + cris-* | etrax*-*) + cpu=cris + vendor=axis + ;; + crx-*) + os=${os:-elf} + ;; + neo-tandem) + cpu=neo + vendor=tandem + ;; + nse-tandem) + cpu=nse + vendor=tandem + ;; + nsr-tandem) + cpu=nsr + vendor=tandem + ;; + nsv-tandem) + cpu=nsv + vendor=tandem + ;; + nsx-tandem) + cpu=nsx + vendor=tandem + ;; + s390-*) + cpu=s390 + vendor=ibm + ;; + s390x-*) + cpu=s390x + vendor=ibm + ;; + tile*-*) + os=${os:-linux-gnu} + ;; + + *) + # Recognize the cannonical CPU types that are allowed with any + # company name. + case $cpu in + 1750a | 580 \ + | a29k \ + | aarch64 | aarch64_be \ + | abacus \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] \ + | alphapca5[67] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arceb \ + | arm | arm[lb]e | arme[lb] | armv* \ + | avr | avr32 \ + | asmjs \ + | ba \ + | be32 | be64 \ + | bfin | bs2000 \ + | c[123]* | c30 | [cjt]90 | c4x \ + | c8051 | clipper | craynv | csky | cydra \ + | d10v | d30v | dlx | dsp16xx \ + | e2k | elxsi | epiphany \ + | f30[01] | f700 | fido | fr30 | frv | ft32 | fx80 \ + | h8300 | h8500 \ + | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | hexagon \ + | i370 | i*86 | i860 | i960 | ia16 | ia64 \ + | ip2k | iq2000 \ + | k1om \ + | le32 | le64 \ + | lm32 \ + | m32c | m32r | m32rle \ + | m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | m68k | v70 | w65 \ + | m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip \ + | m88110 | m88k | maxq | mb | mcore | mep | metag \ + | microblaze | microblazeel \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64octeon | mips64octeonel \ + | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa32r6 | mipsisa32r6el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64r6 | mipsisa64r6el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipsr5900 | mipsr5900el \ + | mipstx39 | mipstx39el \ + | mmix \ + | mn10200 | mn10300 \ + | moxie \ + | mt \ + | msp430 \ + | nds32 | nds32le | nds32be \ + | nfp \ + | nios | nios2 | nios2eb | nios2el \ + | none | np1 | ns16k | ns32k \ + | open8 \ + | or1k* \ + | or32 \ + | orion \ + | pdp10 | pdp11 | pj | pjl | pn | power \ + | powerpc | powerpc64 | powerpc64le | powerpcle | powerpcspe \ + | pru \ + | pyramid \ + | riscv | riscv32 | riscv64 \ + | rl78 | romp | rs6000 | rx \ + | score \ + | sh | sh[1234] | sh[24]a | sh[24]ae[lb] | sh[23]e | she[lb] | sh[lb]e \ + | sh[1234]e[lb] | sh[12345][lb]e | sh[23]ele | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet \ + | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \ + | spu \ + | tahoe \ + | tic30 | tic4x | tic54x | tic55x | tic6x | tic80 \ + | tron \ + | ubicom32 \ + | v850 | v850e | v850e1 | v850es | v850e2 | v850e2v3 \ + | vax \ + | visium \ + | wasm32 \ + | we32k \ + | x86 | x86_64 | xc16x | xgate | xps100 \ + | xstormy16 | xtensa* \ + | ymp \ + | z8k | z80) + ;; + + *) + echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2 + exit 1 + ;; + esac + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $vendor in + digital*) + vendor=dec + ;; + commodore*) + vendor=cbm + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x$os != x ] +then +case $os in + # First match some system type aliases that might get confused + # with valid system types. + # solaris* is a basic system type, with this one exception. + auroraux) + os=auroraux ;; bluegene*) - basic_machine=powerpc-ibm - os=-cnk - ;; - c54x-*) - basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c55x-*) - basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c6x-*) - basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c90) - basic_machine=c90-cray - os=-unicos - ;; - cegcc) - basic_machine=arm-unknown - os=-cegcc - ;; - convex-c1) - basic_machine=c1-convex - os=-bsd - ;; - convex-c2) - basic_machine=c2-convex - os=-bsd - ;; - convex-c32) - basic_machine=c32-convex - os=-bsd - ;; - convex-c34) - basic_machine=c34-convex - os=-bsd - ;; - convex-c38) - basic_machine=c38-convex - os=-bsd - ;; - cray | j90) - basic_machine=j90-cray - os=-unicos - ;; - craynv) - basic_machine=craynv-cray - os=-unicosmp - ;; - cr16 | cr16-*) - basic_machine=cr16-unknown - os=-elf - ;; - crds | unos) - basic_machine=m68k-crds - ;; - crisv32 | crisv32-* | etraxfs*) - basic_machine=crisv32-axis - ;; - cris | cris-* | etrax*) - basic_machine=cris-axis - ;; - crx) - basic_machine=crx-unknown - os=-elf - ;; - da30 | da30-*) - basic_machine=m68k-da30 - ;; - decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) - basic_machine=mips-dec - ;; - decsystem10* | dec10*) - basic_machine=pdp10-dec - os=-tops10 - ;; - decsystem20* | dec20*) - basic_machine=pdp10-dec - os=-tops20 - ;; - delta | 3300 | motorola-3300 | motorola-delta \ - | 3300-motorola | delta-motorola) - basic_machine=m68k-motorola - ;; - delta88) - basic_machine=m88k-motorola - os=-sysv3 - ;; - dicos) - basic_machine=i686-pc - os=-dicos - ;; - djgpp) - basic_machine=i586-pc - os=-msdosdjgpp - ;; - dpx20 | dpx20-*) - basic_machine=rs6000-bull - os=-bosx - ;; - dpx2* | dpx2*-bull) - basic_machine=m68k-bull - os=-sysv3 - ;; - e500v[12]) - basic_machine=powerpc-unknown - os=$os"spe" - ;; - e500v[12]-*) - basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` - os=$os"spe" - ;; - ebmon29k) - basic_machine=a29k-amd - os=-ebmon - ;; - elxsi) - basic_machine=elxsi-elxsi - os=-bsd - ;; - encore | umax | mmax) - basic_machine=ns32k-encore - ;; - es1800 | OSE68k | ose68k | ose | OSE) - basic_machine=m68k-ericsson - os=-ose - ;; - fx2800) - basic_machine=i860-alliant - ;; - genix) - basic_machine=ns32k-ns - ;; - gmicro) - basic_machine=tron-gmicro - os=-sysv - ;; - go32) - basic_machine=i386-pc - os=-go32 - ;; - h3050r* | hiux*) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - h8300hms) - basic_machine=h8300-hitachi - os=-hms - ;; - h8300xray) - basic_machine=h8300-hitachi - os=-xray - ;; - h8500hms) - basic_machine=h8500-hitachi - os=-hms - ;; - harris) - basic_machine=m88k-harris - os=-sysv3 - ;; - hp300-*) - basic_machine=m68k-hp - ;; - hp300bsd) - basic_machine=m68k-hp - os=-bsd - ;; - hp300hpux) - basic_machine=m68k-hp - os=-hpux - ;; - hp3k9[0-9][0-9] | hp9[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hp9k2[0-9][0-9] | hp9k31[0-9]) - basic_machine=m68000-hp - ;; - hp9k3[2-9][0-9]) - basic_machine=m68k-hp - ;; - hp9k6[0-9][0-9] | hp6[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hp9k7[0-79][0-9] | hp7[0-79][0-9]) - basic_machine=hppa1.1-hp - ;; - hp9k78[0-9] | hp78[0-9]) - # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp - ;; - hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) - # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp - ;; - hp9k8[0-9][13679] | hp8[0-9][13679]) - basic_machine=hppa1.1-hp - ;; - hp9k8[0-9][0-9] | hp8[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hppa-next) - os=-nextstep3 - ;; - hppaosf) - basic_machine=hppa1.1-hp - os=-osf - ;; - hppro) - basic_machine=hppa1.1-hp - os=-proelf - ;; - i370-ibm* | ibm*) - basic_machine=i370-ibm - ;; - i*86v32) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv32 - ;; - i*86v4*) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv4 - ;; - i*86v) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv - ;; - i*86sol2) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-solaris2 - ;; - i386mach) - basic_machine=i386-mach - os=-mach - ;; - i386-vsta | vsta) - basic_machine=i386-unknown - os=-vsta - ;; - iris | iris4d) - basic_machine=mips-sgi - case $os in - -irix*) + os=cnk + ;; + solaris1 | solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + solaris) + os=solaris2 + ;; + unixware*) + os=sysv4.2uw + ;; + gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # es1800 is here to avoid being matched by es* (a different OS) + es1800*) + os=ose + ;; + # Some version numbers need modification + chorusos*) + os=chorusos + ;; + isc) + os=isc2.2 + ;; + sco6) + os=sco5v6 + ;; + sco5) + os=sco3.2v5 + ;; + sco4) + os=sco3.2v4 + ;; + sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + ;; + sco3.2v[4-9]* | sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + ;; + scout) + # Don't match below + ;; + sco*) + os=sco3.2v2 + ;; + psos*) + os=psos + ;; + # Now accept the basic system types. + # The portable systems comes first. + # Each alternative MUST end in a * to match a version number. + # sysv* is not here because it comes later, after sysvr4. + gnu* | bsd* | mach* | minix* | genix* | ultrix* | irix* \ + | *vms* | esix* | aix* | cnk* | sunos | sunos[34]*\ + | hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \ + | sym* | kopensolaris* | plan9* \ + | amigaos* | amigados* | msdos* | newsos* | unicos* | aof* \ + | aos* | aros* | cloudabi* | sortix* \ + | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \ + | clix* | riscos* | uniplus* | iris* | isc* | rtu* | xenix* \ + | knetbsd* | mirbsd* | netbsd* \ + | bitrig* | openbsd* | solidbsd* | libertybsd* \ + | ekkobsd* | kfreebsd* | freebsd* | riscix* | lynxos* \ + | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \ + | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \ + | udi* | eabi* | lites* | ieee* | go32* | aux* | hcos* \ + | chorusrdb* | cegcc* | glidix* \ + | cygwin* | msys* | pe* | moss* | proelf* | rtems* \ + | midipix* | mingw32* | mingw64* | linux-gnu* | linux-android* \ + | linux-newlib* | linux-musl* | linux-uclibc* \ + | uxpv* | beos* | mpeix* | udk* | moxiebox* \ + | interix* | uwin* | mks* | rhapsody* | darwin* \ + | openstep* | oskit* | conix* | pw32* | nonstopux* \ + | storm-chaos* | tops10* | tenex* | tops20* | its* \ + | os2* | vos* | palmos* | uclinux* | nucleus* \ + | morphos* | superux* | rtmk* | windiss* \ + | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ + | skyos* | haiku* | rdos* | toppers* | drops* | es* \ + | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ + | midnightbsd*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + qnx*) + case $cpu in + x86 | i*86) ;; *) - os=-irix4 + os=nto-$os ;; esac ;; - isi68 | isi) - basic_machine=m68k-isi - os=-sysv - ;; - leon-*|leon[3-9]-*) - basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` - ;; - m68knommu) - basic_machine=m68k-unknown - os=-linux - ;; - m68knommu-*) - basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux - ;; - m88k-omron*) - basic_machine=m88k-omron - ;; - magnum | m3230) - basic_machine=mips-mips - os=-sysv - ;; - merlin) - basic_machine=ns32k-utek - os=-sysv - ;; - microblaze*) - basic_machine=microblaze-xilinx - ;; - mingw64) - basic_machine=x86_64-pc - os=-mingw64 - ;; - mingw32) - basic_machine=i686-pc - os=-mingw32 - ;; - mingw32ce) - basic_machine=arm-unknown - os=-mingw32ce - ;; - miniframe) - basic_machine=m68000-convergent - ;; - *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; - mips3*-*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` - ;; - mips3*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown - ;; - monitor) - basic_machine=m68k-rom68k - os=-coff - ;; - morphos) - basic_machine=powerpc-unknown - os=-morphos - ;; - moxiebox) - basic_machine=moxie-unknown - os=-moxiebox - ;; - msdos) - basic_machine=i386-pc - os=-msdos - ;; - ms1-*) - basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` - ;; - msys) - basic_machine=i686-pc - os=-msys - ;; - mvs) - basic_machine=i370-ibm - os=-mvs - ;; - nacl) - basic_machine=le32-unknown - os=-nacl - ;; - ncr3000) - basic_machine=i486-ncr - os=-sysv4 - ;; - netbsd386) - basic_machine=i386-unknown - os=-netbsd - ;; - netwinder) - basic_machine=armv4l-rebel - os=-linux - ;; - news | news700 | news800 | news900) - basic_machine=m68k-sony - os=-newsos - ;; - news1000) - basic_machine=m68030-sony - os=-newsos - ;; - news-3600 | risc-news) - basic_machine=mips-sony - os=-newsos - ;; - necv70) - basic_machine=v70-nec - os=-sysv - ;; - next | m*-next ) - basic_machine=m68k-next - case $os in - -nextstep* ) - ;; - -ns2*) - os=-nextstep2 + hiux*) + os=hiuxwe2 + ;; + nto-qnx*) + ;; + nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + sim | xray | os68k* | v88r* \ + | windows* | osx | abug | netware* | os9* \ + | macos* | mpw* | magic* | mmixware* | mon960* | lnews*) + ;; + linux-dietlibc) + os=linux-dietlibc + ;; + linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + lynx*178) + os=lynxos178 + ;; + lynx*5) + os=lynxos5 + ;; + lynx*) + os=lynxos + ;; + mac*) + os=`echo "$os" | sed -e 's|mac|macos|'` + ;; + opened*) + os=openedition + ;; + os400*) + os=os400 + ;; + sunos5*) + os=`echo "$os" | sed -e 's|sunos5|solaris2|'` + ;; + sunos6*) + os=`echo "$os" | sed -e 's|sunos6|solaris3|'` + ;; + wince*) + os=wince + ;; + utek*) + os=bsd + ;; + dynix*) + os=bsd + ;; + acis*) + os=aos + ;; + atheos*) + os=atheos + ;; + syllable*) + os=syllable + ;; + 386bsd) + os=bsd + ;; + ctix* | uts*) + os=sysv + ;; + nova*) + os=rtmk-nova + ;; + ns2) + os=nextstep2 + ;; + nsk*) + os=nsk + ;; + # Preserve the version number of sinix5. + sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + sinix*) + os=sysv4 + ;; + tpf*) + os=tpf + ;; + triton*) + os=sysv3 + ;; + oss*) + os=sysv3 + ;; + svr4*) + os=sysv4 + ;; + svr3) + os=sysv3 + ;; + sysvr4) + os=sysv4 + ;; + # This must come after sysvr4. + sysv*) + ;; + ose*) + os=ose + ;; + *mint | mint[0-9]* | *MiNT | MiNT[0-9]*) + os=mint + ;; + zvmoe) + os=zvmoe + ;; + dicos*) + os=dicos + ;; + pikeos*) + # Until real need of OS specific support for + # particular features comes up, bare metal + # configurations are quite functional. + case $cpu in + arm*) + os=eabi ;; *) - os=-nextstep3 + os=elf ;; esac ;; - nh3000) - basic_machine=m68k-harris - os=-cxux - ;; - nh[45]000) - basic_machine=m88k-harris - os=-cxux - ;; - nindy960) - basic_machine=i960-intel - os=-nindy - ;; - mon960) - basic_machine=i960-intel - os=-mon960 - ;; - nonstopux) - basic_machine=mips-compaq - os=-nonstopux - ;; - np1) - basic_machine=np1-gould - ;; - neo-tandem) - basic_machine=neo-tandem - ;; - nse-tandem) - basic_machine=nse-tandem - ;; - nsr-tandem) - basic_machine=nsr-tandem - ;; - nsx-tandem) - basic_machine=nsx-tandem - ;; - op50n-* | op60c-*) - basic_machine=hppa1.1-oki - os=-proelf - ;; - openrisc | openrisc-*) - basic_machine=or32-unknown - ;; - os400) - basic_machine=powerpc-ibm - os=-os400 - ;; - OSE68000 | ose68000) - basic_machine=m68000-ericsson - os=-ose - ;; - os68k) - basic_machine=m68k-none - os=-os68k - ;; - pa-hitachi) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - paragon) - basic_machine=i860-intel - os=-osf - ;; - parisc) - basic_machine=hppa-unknown - os=-linux - ;; - parisc-*) - basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux - ;; - pbd) - basic_machine=sparc-tti - ;; - pbb) - basic_machine=m68k-tti - ;; - pc532 | pc532-*) - basic_machine=ns32k-pc532 - ;; - pc98) - basic_machine=i386-pc - ;; - pc98-*) - basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentium | p5 | k5 | k6 | nexgen | viac3) - basic_machine=i586-pc - ;; - pentiumpro | p6 | 6x86 | athlon | athlon_*) - basic_machine=i686-pc - ;; - pentiumii | pentium2 | pentiumiii | pentium3) - basic_machine=i686-pc - ;; - pentium4) - basic_machine=i786-pc - ;; - pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) - basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentiumpro-* | p6-* | 6x86-* | athlon-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentium4-*) - basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pn) - basic_machine=pn-gould - ;; - power) basic_machine=power-ibm - ;; - ppc | ppcbe) basic_machine=powerpc-unknown - ;; - ppc-* | ppcbe-*) - basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppcle | powerpclittle) - basic_machine=powerpcle-unknown - ;; - ppcle-* | powerpclittle-*) - basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppc64) basic_machine=powerpc64-unknown - ;; - ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppc64le | powerpc64little) - basic_machine=powerpc64le-unknown - ;; - ppc64le-* | powerpc64little-*) - basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ps2) - basic_machine=i386-ibm - ;; - pw32) - basic_machine=i586-unknown - os=-pw32 - ;; - rdos | rdos64) - basic_machine=x86_64-pc - os=-rdos - ;; - rdos32) - basic_machine=i386-pc - os=-rdos - ;; - rom68k) - basic_machine=m68k-rom68k - os=-coff - ;; - rm[46]00) - basic_machine=mips-siemens - ;; - rtpc | rtpc-*) - basic_machine=romp-ibm - ;; - s390 | s390-*) - basic_machine=s390-ibm - ;; - s390x | s390x-*) - basic_machine=s390x-ibm - ;; - sa29200) - basic_machine=a29k-amd - os=-udi - ;; - sb1) - basic_machine=mipsisa64sb1-unknown - ;; - sb1el) - basic_machine=mipsisa64sb1el-unknown - ;; - sde) - basic_machine=mipsisa32-sde - os=-elf - ;; - sei) - basic_machine=mips-sei - os=-seiux - ;; - sequent) - basic_machine=i386-sequent - ;; - sh) - basic_machine=sh-hitachi - os=-hms - ;; - sh5el) - basic_machine=sh5le-unknown - ;; - sh64) - basic_machine=sh64-unknown - ;; - sparclite-wrs | simso-wrs) - basic_machine=sparclite-wrs - os=-vxworks - ;; - sps7) - basic_machine=m68k-bull - os=-sysv2 - ;; - spur) - basic_machine=spur-unknown - ;; - st2000) - basic_machine=m68k-tandem - ;; - stratus) - basic_machine=i860-stratus - os=-sysv4 - ;; - strongarm-* | thumb-*) - basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - sun2) - basic_machine=m68000-sun - ;; - sun2os3) - basic_machine=m68000-sun - os=-sunos3 - ;; - sun2os4) - basic_machine=m68000-sun - os=-sunos4 - ;; - sun3os3) - basic_machine=m68k-sun - os=-sunos3 - ;; - sun3os4) - basic_machine=m68k-sun - os=-sunos4 - ;; - sun4os3) - basic_machine=sparc-sun - os=-sunos3 - ;; - sun4os4) - basic_machine=sparc-sun - os=-sunos4 - ;; - sun4sol2) - basic_machine=sparc-sun - os=-solaris2 - ;; - sun3 | sun3-*) - basic_machine=m68k-sun - ;; - sun4) - basic_machine=sparc-sun - ;; - sun386 | sun386i | roadrunner) - basic_machine=i386-sun - ;; - sv1) - basic_machine=sv1-cray - os=-unicos - ;; - symmetry) - basic_machine=i386-sequent - os=-dynix - ;; - t3e) - basic_machine=alphaev5-cray - os=-unicos - ;; - t90) - basic_machine=t90-cray - os=-unicos - ;; - tile*) - basic_machine=$basic_machine-unknown - os=-linux-gnu - ;; - tx39) - basic_machine=mipstx39-unknown - ;; - tx39el) - basic_machine=mipstx39el-unknown - ;; - toad1) - basic_machine=pdp10-xkl - os=-tops20 - ;; - tower | tower-32) - basic_machine=m68k-ncr - ;; - tpf) - basic_machine=s390x-ibm - os=-tpf - ;; - udi29k) - basic_machine=a29k-amd - os=-udi - ;; - ultra3) - basic_machine=a29k-nyu - os=-sym1 - ;; - v810 | necv810) - basic_machine=v810-nec - os=-none - ;; - vaxv) - basic_machine=vax-dec - os=-sysv - ;; - vms) - basic_machine=vax-dec - os=-vms - ;; - vpp*|vx|vx-*) - basic_machine=f301-fujitsu - ;; - vxworks960) - basic_machine=i960-wrs - os=-vxworks - ;; - vxworks68) - basic_machine=m68k-wrs - os=-vxworks - ;; - vxworks29k) - basic_machine=a29k-wrs - os=-vxworks - ;; - wasm32) - basic_machine=wasm32-unknown - ;; - w65*) - basic_machine=w65-wdc - os=-none - ;; - w89k-*) - basic_machine=hppa1.1-winbond - os=-proelf - ;; - xbox) - basic_machine=i686-pc - os=-mingw32 - ;; - xps | xps100) - basic_machine=xps100-honeywell - ;; - xscale-* | xscalee[bl]-*) - basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` - ;; - ymp) - basic_machine=ymp-cray - os=-unicos - ;; - z8k-*-coff) - basic_machine=z8k-unknown - os=-sim - ;; - z80-*-coff) - basic_machine=z80-unknown - os=-sim + nacl*) + ;; + ios) ;; none) - basic_machine=none-none - os=-none - ;; - -# Here we handle the default manufacturer of certain CPU types. It is in -# some cases the only manufacturer, in others, it is the most popular. - w89k) - basic_machine=hppa1.1-winbond - ;; - op50n) - basic_machine=hppa1.1-oki - ;; - op60c) - basic_machine=hppa1.1-oki - ;; - romp) - basic_machine=romp-ibm - ;; - mmix) - basic_machine=mmix-knuth - ;; - rs6000) - basic_machine=rs6000-ibm - ;; - vax) - basic_machine=vax-dec - ;; - pdp10) - # there are many clones, so DEC is not a safe bet - basic_machine=pdp10-unknown - ;; - pdp11) - basic_machine=pdp11-dec - ;; - we32k) - basic_machine=we32k-att - ;; - sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) - basic_machine=sh-unknown - ;; - sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) - basic_machine=sparc-sun - ;; - cydra) - basic_machine=cydra-cydrome - ;; - orion) - basic_machine=orion-highlevel - ;; - orion105) - basic_machine=clipper-highlevel - ;; - mac | mpw | mac-mpw) - basic_machine=m68k-apple - ;; - pmac | pmac-mpw) - basic_machine=powerpc-apple - ;; - *-unknown) - # Make sure to match an already-canonicalized machine name. + ;; + *-eabi) ;; *) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 - exit 1 - ;; -esac - -# Here we canonicalize certain aliases for manufacturers. -case $basic_machine in - *-digital*) - basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` - ;; - *-commodore*) - basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` - ;; - *) - ;; -esac - -# Decode manufacturer-specific aliases for certain operating systems. - -if [ x"$os" != x"" ] -then -case $os in - # First match some system type aliases - # that might get confused with valid system types. - # -solaris* is a basic system type, with this one exception. - -auroraux) - os=-auroraux - ;; - -solaris1 | -solaris1.*) - os=`echo $os | sed -e 's|solaris1|sunos4|'` - ;; - -solaris) - os=-solaris2 - ;; - -svr4*) - os=-sysv4 - ;; - -unixware*) - os=-sysv4.2uw - ;; - -gnu/linux*) - os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` - ;; - # First accept the basic system types. - # The portable systems comes first. - # Each alternative MUST END IN A *, to match a version number. - # -sysv* is not here because it comes later, after sysvr4. - -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ - | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ - | -sym* | -kopensolaris* | -plan9* \ - | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ - | -aos* | -aros* | -cloudabi* | -sortix* \ - | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ - | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ - | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ - | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ - | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \ - | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ - | -linux-newlib* | -linux-musl* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ - | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ - | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ - | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ - | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ - | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ - | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ - | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox*) - # Remember, each alternative MUST END IN *, to match a version number. - ;; - -qnx*) - case $basic_machine in - x86-* | i*86-*) - ;; - *) - os=-nto$os - ;; - esac - ;; - -nto-qnx*) - ;; - -nto*) - os=`echo $os | sed -e 's|nto|nto-qnx|'` - ;; - -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ - | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ - | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) - ;; - -mac*) - os=`echo $os | sed -e 's|mac|macos|'` - ;; - -linux-dietlibc) - os=-linux-dietlibc - ;; - -linux*) - os=`echo $os | sed -e 's|linux|linux-gnu|'` - ;; - -sunos5*) - os=`echo $os | sed -e 's|sunos5|solaris2|'` - ;; - -sunos6*) - os=`echo $os | sed -e 's|sunos6|solaris3|'` - ;; - -opened*) - os=-openedition - ;; - -os400*) - os=-os400 - ;; - -wince*) - os=-wince - ;; - -osfrose*) - os=-osfrose - ;; - -osf*) - os=-osf - ;; - -utek*) - os=-bsd - ;; - -dynix*) - os=-bsd - ;; - -acis*) - os=-aos - ;; - -atheos*) - os=-atheos - ;; - -syllable*) - os=-syllable - ;; - -386bsd) - os=-bsd - ;; - -ctix* | -uts*) - os=-sysv - ;; - -nova*) - os=-rtmk-nova - ;; - -ns2 ) - os=-nextstep2 - ;; - -nsk*) - os=-nsk - ;; - # Preserve the version number of sinix5. - -sinix5.*) - os=`echo $os | sed -e 's|sinix|sysv|'` - ;; - -sinix*) - os=-sysv4 - ;; - -tpf*) - os=-tpf - ;; - -triton*) - os=-sysv3 - ;; - -oss*) - os=-sysv3 - ;; - -svr4) - os=-sysv4 - ;; - -svr3) - os=-sysv3 - ;; - -sysvr4) - os=-sysv4 - ;; - # This must come after -sysvr4. - -sysv*) - ;; - -ose*) - os=-ose - ;; - -es1800*) - os=-ose - ;; - -xenix) - os=-xenix - ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) - os=-mint - ;; - -aros*) - os=-aros - ;; - -zvmoe) - os=-zvmoe - ;; - -dicos*) - os=-dicos - ;; - -nacl*) - ;; - -ios) - ;; - -none) - ;; - *) - # Get rid of the `-' at the beginning of $os. - os=`echo $os | sed 's/[^-]*-//'` - echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 exit 1 ;; esac @@ -1572,264 +1525,265 @@ # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. -case $basic_machine in +case $cpu-$vendor in score-*) - os=-elf + os=elf ;; spu-*) - os=-elf + os=elf ;; *-acorn) - os=-riscix1.2 + os=riscix1.2 ;; arm*-rebel) - os=-linux + os=linux ;; arm*-semi) - os=-aout + os=aout ;; c4x-* | tic4x-*) - os=-coff + os=coff ;; c8051-*) - os=-elf + os=elf + ;; + clipper-intergraph) + os=clix ;; hexagon-*) - os=-elf + os=elf ;; tic54x-*) - os=-coff + os=coff ;; tic55x-*) - os=-coff + os=coff ;; tic6x-*) - os=-coff + os=coff ;; # This must come before the *-dec entry. pdp10-*) - os=-tops20 + os=tops20 ;; pdp11-*) - os=-none + os=none ;; *-dec | vax-*) - os=-ultrix4.2 + os=ultrix4.2 ;; m68*-apollo) - os=-domain + os=domain ;; i386-sun) - os=-sunos4.0.2 + os=sunos4.0.2 ;; m68000-sun) - os=-sunos3 + os=sunos3 ;; m68*-cisco) - os=-aout + os=aout ;; mep-*) - os=-elf + os=elf ;; mips*-cisco) - os=-elf + os=elf ;; mips*-*) - os=-elf + os=elf ;; or32-*) - os=-coff + os=coff ;; *-tti) # must be before sparc entry or we get the wrong os. - os=-sysv3 + os=sysv3 ;; sparc-* | *-sun) - os=-sunos4.1.1 + os=sunos4.1.1 ;; pru-*) - os=-elf + os=elf ;; *-be) - os=-beos - ;; - *-haiku) - os=-haiku + os=beos ;; *-ibm) - os=-aix + os=aix ;; *-knuth) - os=-mmixware + os=mmixware ;; *-wec) - os=-proelf + os=proelf ;; *-winbond) - os=-proelf + os=proelf ;; *-oki) - os=-proelf + os=proelf ;; *-hp) - os=-hpux + os=hpux ;; *-hitachi) - os=-hiux + os=hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) - os=-sysv + os=sysv ;; *-cbm) - os=-amigaos + os=amigaos ;; *-dg) - os=-dgux + os=dgux ;; *-dolphin) - os=-sysv3 + os=sysv3 ;; m68k-ccur) - os=-rtu + os=rtu ;; m88k-omron*) - os=-luna - ;; - *-next ) - os=-nextstep + os=luna + ;; + *-next) + os=nextstep ;; *-sequent) - os=-ptx + os=ptx ;; *-crds) - os=-unos + os=unos ;; *-ns) - os=-genix + os=genix ;; i370-*) - os=-mvs - ;; - *-next) - os=-nextstep3 + os=mvs ;; *-gould) - os=-sysv + os=sysv ;; *-highlevel) - os=-bsd + os=bsd ;; *-encore) - os=-bsd + os=bsd ;; *-sgi) - os=-irix + os=irix ;; *-siemens) - os=-sysv4 + os=sysv4 ;; *-masscomp) - os=-rtu + os=rtu ;; f30[01]-fujitsu | f700-fujitsu) - os=-uxpv + os=uxpv ;; *-rom68k) - os=-coff + os=coff ;; *-*bug) - os=-coff + os=coff ;; *-apple) - os=-macos + os=macos ;; *-atari*) - os=-mint + os=mint + ;; + *-wrs) + os=vxworks ;; *) - os=-none + os=none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. -vendor=unknown -case $basic_machine in - *-unknown) +case $vendor in + unknown) case $os in - -riscix*) + riscix*) vendor=acorn ;; - -sunos*) + sunos*) vendor=sun ;; - -cnk*|-aix*) + cnk*|-aix*) vendor=ibm ;; - -beos*) + beos*) vendor=be ;; - -hpux*) + hpux*) vendor=hp ;; - -mpeix*) + mpeix*) vendor=hp ;; - -hiux*) + hiux*) vendor=hitachi ;; - -unos*) + unos*) vendor=crds ;; - -dgux*) + dgux*) vendor=dg ;; - -luna*) + luna*) vendor=omron ;; - -genix*) + genix*) vendor=ns ;; - -mvs* | -opened*) + clix*) + vendor=intergraph + ;; + mvs* | opened*) vendor=ibm ;; - -os400*) + os400*) vendor=ibm ;; - -ptx*) + ptx*) vendor=sequent ;; - -tpf*) + tpf*) vendor=ibm ;; - -vxsim* | -vxworks* | -windiss*) + vxsim* | vxworks* | windiss*) vendor=wrs ;; - -aux*) + aux*) vendor=apple ;; - -hms*) + hms*) vendor=hitachi ;; - -mpw* | -macos*) + mpw* | macos*) vendor=apple ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + *mint | mint[0-9]* | *MiNT | MiNT[0-9]*) vendor=atari ;; - -vos*) + vos*) vendor=stratus ;; esac - basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac -echo $basic_machine$os +echo "$cpu-$vendor-$os" exit # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" diff --git a/build-aux/depcomp b/build-aux/depcomp index 30379e2..65cbf70 100755 --- a/build-aux/depcomp +++ b/build-aux/depcomp @@ -1,9 +1,9 @@ -#!/bin/sh +#! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2016-01-11.22; # UTC - -# Copyright (C) 1999-2017 Free Software Foundation, Inc. +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -783,7 +783,7 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" diff --git a/build-aux/install-sh b/build-aux/install-sh index 0360b79..8175c64 100755 --- a/build-aux/install-sh +++ b/build-aux/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2016-01-11.22; # UTC +scriptversion=2018-03-11.20; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -271,15 +271,18 @@ fi dst=$dst_arg - # If destination is a directory, append the input filename; won't work - # if double slashes aren't ignored. + # If destination is a directory, append the input filename. if test -d "$dst"; then if test "$is_target_a_directory" = never; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst - dst=$dstdir/`basename "$src"` + dstbase=`basename "$src"` + case $dst in + */) dst=$dst$dstbase;; + *) dst=$dst/$dstbase;; + esac dstdir_status=0 else dstdir=`dirname "$dst"` @@ -287,6 +290,11 @@ dstdir_status=$? fi fi + + case $dstdir in + */) dstdirslash=$dstdir;; + *) dstdirslash=$dstdir/;; + esac obsolete_mkdir_used=false @@ -324,34 +332,43 @@ # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) + # Note that $RANDOM variable is not portable (e.g. dash); Use it + # here however when possible just to lower collision chance. tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - + + trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 + + # Because "mkdir -p" follows existing symlinks and we likely work + # directly in world-writeable /tmp, make sure that the '$tmpdir' + # directory is successfully created first before we actually test + # 'mkdir -p' feature. if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + $mkdirprog $mkdir_mode "$tmpdir" && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` + test_tmpdir="$tmpdir/a" + ls_ld_tmpdir=`ls -ld "$test_tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi - rmdir "$tmpdir/d" "$tmpdir" + rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null fi trap '' 0;; esac;; @@ -427,8 +444,8 @@ else # Make a couple of temp file names in the proper directory. - dsttmp=$dstdir/_inst.$$_ - rmtmp=$dstdir/_rm.$$_ + dsttmp=${dstdirslash}_inst.$$_ + rmtmp=${dstdirslash}_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 @@ -493,7 +510,7 @@ done # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" diff --git a/build-aux/ltmain.sh b/build-aux/ltmain.sh index 30be9c8..7f3523d 100644 --- a/build-aux/ltmain.sh +++ b/build-aux/ltmain.sh @@ -2124,7 +2124,7 @@ # a configuration failure hint, and exit. func_fatal_configuration () { - func__fatal_error ${1+"$@"} \ + func_fatal_error ${1+"$@"} \ "See the $PACKAGE documentation for more information." \ "Fatal configuration error." } diff --git a/build-aux/missing b/build-aux/missing index b7e571e..625aeb1 100755 --- a/build-aux/missing +++ b/build-aux/missing @@ -1,9 +1,9 @@ -#!/bin/sh +#! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2016-01-11.22; # UTC - -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -101,9 +101,9 @@ exit $st fi -perl_URL=http://www.perl.org/ -flex_URL=http://flex.sourceforge.net/ -gnu_software_URL=http://www.gnu.org/software +perl_URL=https://www.perl.org/ +flex_URL=https://github.com/westes/flex +gnu_software_URL=https://www.gnu.org/software program_details () { @@ -207,7 +207,7 @@ exit $st # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" diff --git a/build-aux/test-driver b/build-aux/test-driver index de1e61d..b8521a4 100755 --- a/build-aux/test-driver +++ b/build-aux/test-driver @@ -1,9 +1,9 @@ -#!/bin/sh +#! /bin/sh # test-driver - basic testsuite driver script. -scriptversion=2016-01-11.22; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 2011-2017 Free Software Foundation, Inc. +# Copyright (C) 2011-2018 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -140,7 +140,7 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" diff --git a/config.h.in b/config.h.in index 6bccb61..32d2140 100644 --- a/config.h.in +++ b/config.h.in @@ -9,9 +9,6 @@ # define _FORTIFY_SOURCE 2 #endif - -/* GETTEXT package name */ -#undef GETTEXT_PACKAGE /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H diff --git a/configure b/configure index ee85410..9779dbc 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libvirt-glib 2.0.0. +# Generated by GNU Autoconf 2.69 for libvirt-glib 3.0.0. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='libvirt-glib' PACKAGE_TARNAME='libvirt-glib' -PACKAGE_VERSION='2.0.0' -PACKAGE_STRING='libvirt-glib 2.0.0' +PACKAGE_VERSION='3.0.0' +PACKAGE_STRING='libvirt-glib 3.0.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -629,6 +629,7 @@ # include #endif" +enable_nls=yes ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS @@ -680,42 +681,13 @@ GTKDOC_REBASE GTKDOC_CHECK_PATH GTKDOC_CHECK -ALL_LINGUAS -INTLTOOL_PERL -GMSGFMT +HAVE_GNU_GETTEXT_TOOLS_FALSE +HAVE_GNU_GETTEXT_TOOLS_TRUE +ENABLE_NLS_FALSE +ENABLE_NLS_TRUE +MSGMERGE MSGFMT -MSGMERGE XGETTEXT -INTLTOOL_POLICY_RULE -INTLTOOL_SERVICE_RULE -INTLTOOL_THEME_RULE -INTLTOOL_SCHEMAS_RULE -INTLTOOL_CAVES_RULE -INTLTOOL_XML_NOMERGE_RULE -INTLTOOL_XML_RULE -INTLTOOL_KBD_RULE -INTLTOOL_XAM_RULE -INTLTOOL_UI_RULE -INTLTOOL_SOUNDLIST_RULE -INTLTOOL_SHEET_RULE -INTLTOOL_SERVER_RULE -INTLTOOL_PONG_RULE -INTLTOOL_OAF_RULE -INTLTOOL_PROP_RULE -INTLTOOL_KEYS_RULE -INTLTOOL_DIRECTORY_RULE -INTLTOOL_DESKTOP_RULE -intltool__v_merge_options_0 -intltool__v_merge_options_ -INTLTOOL_V_MERGE_OPTIONS -INTLTOOL__v_MERGE_0 -INTLTOOL__v_MERGE_ -INTLTOOL_V_MERGE -INTLTOOL_EXTRACT -INTLTOOL_MERGE -INTLTOOL_UPDATE -USE_NLS -GETTEXT_PACKAGE LIBXML2_LIBS LIBXML2_CFLAGS GIO2_LIBS @@ -764,7 +736,6 @@ AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE -am__quote am__include DEPDIR OBJEXT @@ -780,6 +751,7 @@ LIBVIRT_GLIB_MICRO_VERSION LIBVIRT_GLIB_MINOR_VERSION LIBVIRT_GLIB_MAJOR_VERSION +GLIB2_VERSION_SYMBOL GLIB2_REQUIRED LIBVIRT_REQUIRED host_os @@ -854,7 +826,8 @@ PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR -SHELL' +SHELL +am__quote' ac_subst_files='' ac_user_opts=' enable_option_checking @@ -1447,7 +1420,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libvirt-glib 2.0.0 to adapt to many kinds of systems. +\`configure' configures libvirt-glib 3.0.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1517,7 +1490,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libvirt-glib 2.0.0:";; + short | recursive ) echo "Configuration of libvirt-glib 3.0.0:";; esac cat <<\_ACEOF @@ -1537,7 +1510,7 @@ optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --enable-werror Use -Werror (if supported) - --disable-nls do not use Native Language Support + --enable-nls NLS [default=yes] --enable-gtk-doc use gtk-doc to build documentation [[default=no]] --enable-gtk-doc-html build documentation in html format [[default=yes]] --enable-gtk-doc-pdf build documentation in pdf format [[default=no]] @@ -1671,7 +1644,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libvirt-glib configure 2.0.0 +libvirt-glib configure 3.0.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1949,7 +1922,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libvirt-glib $as_me 2.0.0, which was +It was created by libvirt-glib $as_me 3.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2330,7 +2303,7 @@ ac_config_headers="$ac_config_headers config.h" -am__api_version='1.15' +am__api_version='1.16' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2816,7 +2789,7 @@ # Define the identity of the package. PACKAGE='libvirt-glib' - VERSION='2.0.0' + VERSION='3.0.0' cat >>confdefs.h <<_ACEOF @@ -2846,8 +2819,8 @@ # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: -# -# +# +# mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The @@ -2898,7 +2871,7 @@ Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . +that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM @@ -3023,6 +2996,7 @@ LIBVIRT_REQUIRED=1.2.5 GLIB2_REQUIRED=2.38.0 + GLIB2_VERSION_SYMBOL="GLIB_VERSION_2_38" GOBJECT_INTROSPECTION_REQUIRED=1.36.0 LIBXML2_REQUIRED=2.0.0 @@ -3928,45 +3902,45 @@ ac_config_commands="$ac_config_commands depfiles" - -am_make=${MAKE-make} -cat > confinc << 'END' +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' am__doit: - @echo this is the am__doit target + @echo this is the am__doit target >confinc.out .PHONY: am__doit END -# If we don't find an include directive, just comment out the code. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 -$as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in #( + '0:this is the am__doit target') : + case $s in #( + BSD) : + am__include='.include' am__quote='"' ;; #( + *) : + am__include='include' am__quote='' ;; +esac ;; #( + *) : + ;; esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD - ;; - esac -fi - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 -$as_echo "$_am_result" >&6; } -rm -f confinc confmf + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +$as_echo "${_am_result}" >&6; } # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : @@ -13858,70 +13832,32 @@ fi - GETTEXT_PACKAGE=libvirt-glib - - -cat >>confdefs.h <<_ACEOF -#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" -_ACEOF - - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 -$as_echo_n "checking whether NLS is requested... " >&6; } - # Check whether --enable-nls was given. + + # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then : - enableval=$enable_nls; USE_NLS=$enableval -else - USE_NLS=yes -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 -$as_echo "$USE_NLS" >&6; } - - - - -case "$am__api_version" in - 1.01234) - as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5 - ;; - *) - ;; -esac - -INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` -INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` -INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` -if test -n "0.35.0"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.35.0" >&5 -$as_echo_n "checking for intltool >= 0.35.0... " >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5 -$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } - test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || - as_fn_error $? "Your intltool is too old. You need intltool 0.35.0 or later." "$LINENO" 5 -fi - -# Extract the first word of "intltool-update", so it can be a program name with args. -set dummy intltool-update; ac_word=$2 + enableval=$enable_nls; +fi + + + + # Extract the first word of "xgettext", so it can be a program name with args. +set dummy xgettext; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_INTLTOOL_UPDATE+:} false; then : +if ${ac_cv_prog_XGETTEXT+:} false; then : $as_echo_n "(cached) " >&6 else - case $INTLTOOL_UPDATE in - [\\/]* | ?:[\\/]*) - ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + if test -n "$XGETTEXT"; then + ac_cv_prog_XGETTEXT="$XGETTEXT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext" + ac_cv_prog_XGETTEXT="xgettext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -13929,39 +13865,37 @@ done IFS=$as_save_IFS - ;; -esac -fi -INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE -if test -n "$INTLTOOL_UPDATE"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_UPDATE" >&5 -$as_echo "$INTLTOOL_UPDATE" >&6; } + test -z "$ac_cv_prog_XGETTEXT" && ac_cv_prog_XGETTEXT="no" +fi +fi +XGETTEXT=$ac_cv_prog_XGETTEXT +if test -n "$XGETTEXT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 +$as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi -# Extract the first word of "intltool-merge", so it can be a program name with args. -set dummy intltool-merge; ac_word=$2 + # Extract the first word of "msgfmt", so it can be a program name with args. +set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_INTLTOOL_MERGE+:} false; then : +if ${ac_cv_prog_MSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else - case $INTLTOOL_MERGE in - [\\/]* | ?:[\\/]*) - ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + if test -n "$MSGFMT"; then + ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext" + ac_cv_prog_MSGFMT="msgfmt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -13969,39 +13903,37 @@ done IFS=$as_save_IFS - ;; -esac -fi -INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE -if test -n "$INTLTOOL_MERGE"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_MERGE" >&5 -$as_echo "$INTLTOOL_MERGE" >&6; } + test -z "$ac_cv_prog_MSGFMT" && ac_cv_prog_MSGFMT="no" +fi +fi +MSGFMT=$ac_cv_prog_MSGFMT +if test -n "$MSGFMT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 +$as_echo "$MSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi -# Extract the first word of "intltool-extract", so it can be a program name with args. -set dummy intltool-extract; ac_word=$2 + # Extract the first word of "msgmerge", so it can be a program name with args. +set dummy msgmerge; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_INTLTOOL_EXTRACT+:} false; then : +if ${ac_cv_prog_MSGMERGE+:} false; then : $as_echo_n "(cached) " >&6 else - case $INTLTOOL_EXTRACT in - [\\/]* | ?:[\\/]*) - ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + if test -n "$MSGMERGE"; then + ac_cv_prog_MSGMERGE="$MSGMERGE" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext" + ac_cv_prog_MSGMERGE="msgmerge" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -14009,234 +13941,10 @@ done IFS=$as_save_IFS - ;; -esac -fi -INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT -if test -n "$INTLTOOL_EXTRACT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_EXTRACT" >&5 -$as_echo "$INTLTOOL_EXTRACT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then - as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5 -fi - -if test -z "$AM_DEFAULT_VERBOSITY"; then - AM_DEFAULT_VERBOSITY=1 -fi - - -INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' -INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' -INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' - - - - -INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' -intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' -intltool__v_merge_options_0='-q' - - - - - INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' - INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' -else - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.$$RANDOM && mkdir $$_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u $$_it_tmp_dir $< $@ && rmdir $$_it_tmp_dir' -fi - INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# Check the gettext tools to make sure they are GNU -# Extract the first word of "xgettext", so it can be a program name with args. -set dummy xgettext; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_XGETTEXT+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $XGETTEXT in - [\\/]* | ?:[\\/]*) - ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -XGETTEXT=$ac_cv_path_XGETTEXT -if test -n "$XGETTEXT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 -$as_echo "$XGETTEXT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -# Extract the first word of "msgmerge", so it can be a program name with args. -set dummy msgmerge; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_MSGMERGE+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $MSGMERGE in - [\\/]* | ?:[\\/]*) - ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -MSGMERGE=$ac_cv_path_MSGMERGE + test -z "$ac_cv_prog_MSGMERGE" && ac_cv_prog_MSGMERGE="no" +fi +fi +MSGMERGE=$ac_cv_prog_MSGMERGE if test -n "$MSGMERGE"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 $as_echo "$MSGMERGE" >&6; } @@ -14246,165 +13954,32 @@ fi -# Extract the first word of "msgfmt", so it can be a program name with args. -set dummy msgfmt; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_MSGFMT+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $MSGFMT in - [\\/]* | ?:[\\/]*) - ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking msgfmt is GNU tool" >&5 +$as_echo_n "checking msgfmt is GNU tool... " >&6; } + if $MSGFMT --version >/dev/null 2>&1 && $MSGFMT --version | grep -q 'GNU gettext'; then + msgfmt_is_gnu=yes + else + msgfmt_is_gnu=no fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -MSGFMT=$ac_cv_path_MSGFMT -if test -n "$MSGFMT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 -$as_echo "$MSGFMT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -# Extract the first word of "gmsgfmt", so it can be a program name with args. -set dummy gmsgfmt; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_GMSGFMT+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $GMSGFMT in - [\\/]* | ?:[\\/]*) - ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" - ;; -esac -fi -GMSGFMT=$ac_cv_path_GMSGFMT -if test -n "$GMSGFMT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 -$as_echo "$GMSGFMT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then - as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5 -fi -xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" -mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" -mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" -if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then - as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5 -fi - -# Extract the first word of "perl", so it can be a program name with args. -set dummy perl; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_INTLTOOL_PERL+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $INTLTOOL_PERL in - [\\/]* | ?:[\\/]*) - ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL -if test -n "$INTLTOOL_PERL"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_PERL" >&5 -$as_echo "$INTLTOOL_PERL" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -if test -z "$INTLTOOL_PERL"; then - as_fn_error $? "perl not found" "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5 -$as_echo_n "checking for perl >= 5.8.1... " >&6; } -$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 -if test $? -ne 0; then - as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5 -else - IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 -$as_echo "$IT_PERL_VERSION" >&6; } -fi -if test "x" != "xno-xml"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5 -$as_echo_n "checking for XML::Parser... " >&6; } - if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 -$as_echo "ok" >&6; } - else - as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5 - fi -fi - -# Substitute ALL_LINGUAS so we can use it in po/Makefile - - - + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $msgfmt_is_gnu" >&5 +$as_echo "$msgfmt_is_gnu" >&6; } + if test "x$enable_nls" = "xyes"; then + ENABLE_NLS_TRUE= + ENABLE_NLS_FALSE='#' +else + ENABLE_NLS_TRUE='#' + ENABLE_NLS_FALSE= +fi + + if test "x$XGETTEXT" != "xno" && test "x$MSGFMT" != "xno" && \ + test "x$MSGMERGE" != "xno" && test "x$msgfmt_is_gnu" != "xno"; then + HAVE_GNU_GETTEXT_TOOLS_TRUE= + HAVE_GNU_GETTEXT_TOOLS_FALSE='#' +else + HAVE_GNU_GETTEXT_TOOLS_TRUE='#' + HAVE_GNU_GETTEXT_TOOLS_FALSE= +fi @@ -15135,7 +14710,7 @@ fi -ac_config_files="$ac_config_files Makefile libvirt-glib/Makefile libvirt-gconfig/Makefile libvirt-gconfig/tests/Makefile libvirt-gobject/Makefile examples/Makefile vapi/Makefile docs/Makefile docs/libvirt-glib/Makefile docs/libvirt-glib/version.xml docs/libvirt-gobject/Makefile docs/libvirt-gconfig/Makefile po/Makefile.in tests/Makefile libvirt-glib-1.0.pc libvirt-gconfig-1.0.pc libvirt-gobject-1.0.pc libvirt-glib.spec mingw-libvirt-glib.spec" +ac_config_files="$ac_config_files Makefile libvirt-glib/Makefile libvirt-gconfig/Makefile libvirt-gconfig/tests/Makefile libvirt-gobject/Makefile examples/Makefile vapi/Makefile docs/Makefile docs/libvirt-glib/Makefile docs/libvirt-glib/version.xml docs/libvirt-gobject/Makefile docs/libvirt-gconfig/Makefile po/Makefile tests/Makefile libvirt-glib-1.0.pc libvirt-gconfig-1.0.pc libvirt-gobject-1.0.pc libvirt-glib.spec mingw-libvirt-glib.spec" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -15270,10 +14845,14 @@ as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi - - ac_config_commands="$ac_config_commands po/stamp-it" - - +if test -z "${ENABLE_NLS_TRUE}" && test -z "${ENABLE_NLS_FALSE}"; then + as_fn_error $? "conditional \"ENABLE_NLS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${HAVE_GNU_GETTEXT_TOOLS_TRUE}" && test -z "${HAVE_GNU_GETTEXT_TOOLS_FALSE}"; then + as_fn_error $? "conditional \"HAVE_GNU_GETTEXT_TOOLS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${HAVE_GTK_DOC_TRUE}" && test -z "${HAVE_GTK_DOC_FALSE}"; then as_fn_error $? "conditional \"HAVE_GTK_DOC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -15715,7 +15294,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libvirt-glib $as_me 2.0.0, which was +This file was extended by libvirt-glib $as_me 3.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15785,7 +15364,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libvirt-glib config.status 2.0.0 +libvirt-glib config.status 3.0.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -15904,7 +15483,7 @@ # # INIT-COMMANDS # -AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" # The HP-UX ksh and POSIX shell print the target directory to stdout @@ -16216,14 +15795,13 @@ "docs/libvirt-glib/version.xml") CONFIG_FILES="$CONFIG_FILES docs/libvirt-glib/version.xml" ;; "docs/libvirt-gobject/Makefile") CONFIG_FILES="$CONFIG_FILES docs/libvirt-gobject/Makefile" ;; "docs/libvirt-gconfig/Makefile") CONFIG_FILES="$CONFIG_FILES docs/libvirt-gconfig/Makefile" ;; - "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; + "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;; "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; "libvirt-glib-1.0.pc") CONFIG_FILES="$CONFIG_FILES libvirt-glib-1.0.pc" ;; "libvirt-gconfig-1.0.pc") CONFIG_FILES="$CONFIG_FILES libvirt-gconfig-1.0.pc" ;; "libvirt-gobject-1.0.pc") CONFIG_FILES="$CONFIG_FILES libvirt-gobject-1.0.pc" ;; "libvirt-glib.spec") CONFIG_FILES="$CONFIG_FILES libvirt-glib.spec" ;; "mingw-libvirt-glib.spec") CONFIG_FILES="$CONFIG_FILES mingw-libvirt-glib.spec" ;; - "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac @@ -16855,29 +16433,35 @@ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in #( + *\'*) : + eval set x "$CONFIG_FILES" ;; #( + *) : + set x $CONFIG_FILES ;; #( + *) : + ;; +esac shift - for mf + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf do # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line + am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`$as_dirname -- "$mf" || -$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$mf" : 'X\(//\)[^/]' \| \ - X"$mf" : 'X\(//\)$' \| \ - X"$mf" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$mf" | + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$am_mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -16895,53 +16479,48 @@ q } s/.*/./; q'` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`$as_dirname -- "$file" || -$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$file" : 'X\(//\)[^/]' \| \ - X"$file" : 'X\(//\)$' \| \ - X"$file" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } - /^X\(\/\/\)[^/].*/{ + /^X\/\(\/\/\)$/{ s//\1/ q } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ + /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` - as_dir=$dirpart/$fdir; as_fn_mkdir_p - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? done + if test $am_rc -ne 0; then + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. Try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk } ;; "libtool":C) @@ -17490,26 +17069,6 @@ chmod +x "$ofile" ;; - "po/stamp-it":C) - if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then - as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5 - fi - rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp" - >"po/stamp-it.tmp" - sed '/^#/d - s/^[[].*] *// - /^[ ]*$/d - '"s|^| $ac_top_srcdir/|" \ - "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES" - - sed '/^POTFILES =/,/[^\\]$/ { - /^POTFILES =/!d - r po/POTFILES - } - ' "po/Makefile.in" >"po/Makefile" - rm -f "po/Makefile.tmp" - mv "po/stamp-it.tmp" "po/stamp-it" - ;; esac done # for ac_tag diff --git a/configure.ac b/configure.ac index dc743bb..f55482c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(libvirt-glib, 2.0.0) +AC_INIT(libvirt-glib, 3.0.0) AC_CONFIG_SRCDIR(libvirt-glib/libvirt-glib-main.c) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) @@ -13,6 +13,8 @@ AC_SUBST([LIBVIRT_REQUIRED]) dnl used in the .spec file GLIB2_REQUIRED=2.38.0 AC_SUBST([GLIB2_REQUIRED]) dnl used in the .spec file +GLIB2_VERSION_SYMBOL="GLIB_VERSION_2_38" +AC_SUBST([GLIB2_VERSION_SYMBOL]) dnl sets glib deprecations GOBJECT_INTROSPECTION_REQUIRED=1.36.0 LIBXML2_REQUIRED=2.0.0 @@ -112,10 +114,8 @@ 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 +218,7 @@ 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/docs/Makefile.in b/docs/Makefile.in index 400243a..a89708b 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -90,12 +90,13 @@ subdir = docs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \ - $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/manywarnings.m4 \ + $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/virt-compile-warnings.m4 \ - $(top_srcdir)/m4/virt-gettext.m4 $(top_srcdir)/m4/warnings.m4 \ + $(top_srcdir)/m4/virt-nls.m4 $(top_srcdir)/m4/warnings.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -138,7 +139,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -187,7 +188,6 @@ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ @@ -218,14 +218,13 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GIO2_CFLAGS = @GIO2_CFLAGS@ GIO2_LIBS = @GIO2_LIBS@ GLIB2_CFLAGS = @GLIB2_CFLAGS@ GLIB2_LIBS = @GLIB2_LIBS@ GLIB2_REQUIRED = @GLIB2_REQUIRED@ +GLIB2_VERSION_SYMBOL = @GLIB2_VERSION_SYMBOL@ GLIB_MKENUMS = @GLIB_MKENUMS@ -GMSGFMT = @GMSGFMT@ GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@ GOBJECT2_LIBS = @GOBJECT2_LIBS@ GREP = @GREP@ @@ -243,14 +242,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@ INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@ INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@ @@ -308,7 +299,6 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -USE_NLS = @USE_NLS@ VAPIGEN = @VAPIGEN@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ @@ -348,8 +338,6 @@ install_sh = @install_sh@ installed_test_metadir = @installed_test_metadir@ installed_testdir = @installed_testdir@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -390,8 +378,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -508,7 +496,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff --git a/docs/libvirt-gconfig/Libvirt-gconfig-sections.txt b/docs/libvirt-gconfig/Libvirt-gconfig-sections.txt index 9384092..f0fa8db 100644 --- a/docs/libvirt-gconfig/Libvirt-gconfig-sections.txt +++ b/docs/libvirt-gconfig/Libvirt-gconfig-sections.txt @@ -331,6 +331,40 @@
+libvirt-gconfig-domain-capabilities +GVirConfigDomainCapabilities +GVirConfigDomainCapabilities +GVirConfigDomainCapabilitiesClass +gvir_config_domain_capabilities_new +gvir_config_domain_capabilities_new_from_xml +gvir_config_domain_capabilities_get_os +GVirConfigDomainCapabilitiesPrivate + +GVIR_CONFIG_DOMAIN_CAPABILITIES +GVIR_CONFIG_DOMAIN_CAPABILITIES_CLASS +GVIR_CONFIG_DOMAIN_CAPABILITIES_GET_CLASS +GVIR_CONFIG_IS_DOMAIN_CAPABILITIES +GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES +gvir_config_domain_capabilities_get_type +
+ +
+libvirt-gconfig-domain-capabilities-os +GVirConfigDomainCapabilitiesOs +GVirConfigDomainCapabilitiesOs +GVirConfigDomainCapabilitiesOsClass +gvir_config_domain_capabilities_os_get_firmwares +GVirConfigDomainCapabilitiesOsPrivate + +GVIR_CONFIG_DOMAIN_CAPABILITIES_OS +GVIR_CONFIG_DOMAIN_CAPABILITIES_OS_CLASS +GVIR_CONFIG_DOMAIN_CAPABILITIES_OS_GET_CLASS +GVIR_CONFIG_IS_DOMAIN_CAPABILITIES_OS +GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES_OS +gvir_config_domain_capabilities_os_get_type +
+ +
libvirt-gconfig-domain-channel GVirConfigDomainChannel GVirConfigDomainChannel @@ -1091,6 +1125,7 @@ GVirConfigDomainOsType GVirConfigDomainOsSmBiosMode GVirConfigDomainOsBootDevice +GVirConfigDomainOsFirmware gvir_config_domain_os_new gvir_config_domain_os_new_from_xml gvir_config_domain_os_set_os_type @@ -1109,6 +1144,8 @@ gvir_config_domain_os_set_smbios_mode gvir_config_domain_os_enable_boot_menu gvir_config_domain_os_bios_enable_serial +gvir_config_domain_os_get_firmware +gvir_config_domain_os_set_firmware GVirConfigDomainOsPrivate GVIR_CONFIG_DOMAIN_OS @@ -1801,6 +1838,8 @@ gvir_config_storage_vol_target_set_compat gvir_config_storage_vol_target_set_format gvir_config_storage_vol_target_set_permissions +GVirConfigStorageVolTargetFeatures +gvir_config_storage_vol_target_set_features GVirConfigStorageVolTargetPrivate GVIR_CONFIG_IS_STORAGE_VOL_TARGET diff --git a/docs/libvirt-gconfig/Libvirt-gconfig.types b/docs/libvirt-gconfig/Libvirt-gconfig.types index ef994e6..0bc6ef0 100644 --- a/docs/libvirt-gconfig/Libvirt-gconfig.types +++ b/docs/libvirt-gconfig/Libvirt-gconfig.types @@ -12,6 +12,8 @@ gvir_config_domain_address_get_type gvir_config_domain_address_pci_get_type gvir_config_domain_address_usb_get_type +gvir_config_domain_capabilities_get_type +gvir_config_domain_capabilities_os_get_type gvir_config_domain_channel_get_type gvir_config_domain_chardev_get_type gvir_config_domain_chardev_source_get_type diff --git a/docs/libvirt-gconfig/Makefile.am b/docs/libvirt-gconfig/Makefile.am index 6a3df37..7d02354 100644 --- a/docs/libvirt-gconfig/Makefile.am +++ b/docs/libvirt-gconfig/Makefile.am @@ -34,6 +34,9 @@ GTKDOC_LIBS = \ $(GOBJECT2_LIBS) \ $(LIBXML2_LIBS) \ - $(top_builddir)/libvirt-gconfig/libvirt-gconfig-1.0.la + $(top_builddir)/libvirt-glib/libvirt-glib-1.0.la \ + $(top_builddir)/libvirt-gconfig/libvirt-gconfig-1.0.la \ + $(top_builddir)/libvirt-gobject/libvirt-gobject-1.0.la \ + $(NULL) include $(top_srcdir)/gtk-doc.make diff --git a/docs/libvirt-gconfig/Makefile.in b/docs/libvirt-gconfig/Makefile.in index 3fa0441..19fb6ae 100644 --- a/docs/libvirt-gconfig/Makefile.in +++ b/docs/libvirt-gconfig/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,6 +15,24 @@ @SET_MAKE@ # -*- mode: makefile -*- +# +# gtk-doc.make - make rules for gtk-doc +# Copyright (C) 2003 James Henstridge +# 2004-2007 Damon Chaplin +# 2007-2017 Stefan Sauer +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . #################################### # Everything below here is generic # @@ -96,12 +114,13 @@ subdir = docs/libvirt-gconfig ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \ - $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/manywarnings.m4 \ + $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/virt-compile-warnings.m4 \ - $(top_srcdir)/m4/virt-gettext.m4 $(top_srcdir)/m4/warnings.m4 \ + $(top_srcdir)/m4/virt-nls.m4 $(top_srcdir)/m4/warnings.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -133,7 +152,6 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/gtk-doc.make DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ @@ -164,14 +182,13 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GIO2_CFLAGS = @GIO2_CFLAGS@ GIO2_LIBS = @GIO2_LIBS@ GLIB2_CFLAGS = @GLIB2_CFLAGS@ GLIB2_LIBS = @GLIB2_LIBS@ GLIB2_REQUIRED = @GLIB2_REQUIRED@ +GLIB2_VERSION_SYMBOL = @GLIB2_VERSION_SYMBOL@ GLIB_MKENUMS = @GLIB_MKENUMS@ -GMSGFMT = @GMSGFMT@ GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@ GOBJECT2_LIBS = @GOBJECT2_LIBS@ GREP = @GREP@ @@ -189,14 +206,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@ INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@ INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@ @@ -254,7 +263,6 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -USE_NLS = @USE_NLS@ VAPIGEN = @VAPIGEN@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ @@ -294,8 +302,6 @@ install_sh = @install_sh@ installed_test_metadir = @installed_test_metadir@ installed_testdir = @installed_testdir@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -337,7 +343,10 @@ GTKDOC_LIBS = \ $(GOBJECT2_LIBS) \ $(LIBXML2_LIBS) \ - $(top_builddir)/libvirt-gconfig/libvirt-gconfig-1.0.la + $(top_builddir)/libvirt-glib/libvirt-glib-1.0.la \ + $(top_builddir)/libvirt-gconfig/libvirt-gconfig-1.0.la \ + $(top_builddir)/libvirt-gobject/libvirt-gobject-1.0.la \ + $(NULL) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -355,6 +364,7 @@ TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) SETUP_FILES = \ $(content_files) \ + $(expand_content_files) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE)-sections.txt \ $(DOC_MODULE)-overrides.txt @@ -379,11 +389,42 @@ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt -CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp +CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) gtkdoc-check.test +@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = +@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp +@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = +@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp + +#### setup #### +GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_@AM_V@) +GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_@AM_DEFAULT_V@) +GTK_DOC_V_SETUP_0 = @echo " DOC Preparing build"; + +#### scan #### +GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_@AM_V@) +GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_@AM_DEFAULT_V@) +GTK_DOC_V_SCAN_0 = @echo " DOC Scanning header files"; +GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_@AM_V@) +GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_@AM_DEFAULT_V@) +GTK_DOC_V_INTROSPECT_0 = @echo " DOC Introspecting gobjects"; + +#### xml #### +GTK_DOC_V_XML = $(GTK_DOC_V_XML_@AM_V@) +GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_@AM_DEFAULT_V@) +GTK_DOC_V_XML_0 = @echo " DOC Building XML"; + +#### html #### +GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_@AM_V@) +GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_@AM_DEFAULT_V@) +GTK_DOC_V_HTML_0 = @echo " DOC Building HTML"; +GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_@AM_V@) +GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_@AM_DEFAULT_V@) +GTK_DOC_V_XREF_0 = @echo " DOC Fixing cross-references"; + +#### pdf #### +GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_@AM_V@) +GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_@AM_DEFAULT_V@) +GTK_DOC_V_PDF_0 = @echo " DOC Building PDF"; all: all-am .SUFFIXES: @@ -404,8 +445,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/gtk-doc.make $(am__empty): @@ -430,7 +471,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -465,6 +509,7 @@ dist-hook check-am: all-am check: check-am +@ENABLE_GTK_DOC_FALSE@all-local: all-am: Makefile all-local installdirs: install: install-am @@ -584,111 +629,113 @@ .PRECIOUS: Makefile -@ENABLE_GTK_DOC_TRUE@all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) -@ENABLE_GTK_DOC_FALSE@all-local: +gtkdoc-check.test: Makefile + $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \ + echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \ + chmod +x $@ + +all-gtk-doc: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) +.PHONY: all-gtk-doc + +@ENABLE_GTK_DOC_TRUE@all-local: all-gtk-doc docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) $(REPORT_FILES): sgml-build.stamp -#### setup #### - setup-build.stamp: - -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - echo ' DOC Preparing build'; \ - files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ - if test "x$$files" != "x" ; then \ - for file in $$files ; do \ - test -f $(abs_srcdir)/$$file && \ - cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ - done; \ - fi; \ + -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + destdir=`dirname $(abs_builddir)/$$file`; \ + test -d "$$destdir" || mkdir -p "$$destdir"; \ + test -f $(abs_srcdir)/$$file && \ + cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ + done; \ + fi; \ fi - @touch setup-build.stamp - -#### scan #### - -scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo ' DOC Scanning header files' - @_source_dir='' ; \ + $(AM_V_at)touch setup-build.stamp + +scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB) + $(GTK_DOC_V_SCAN)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ - _source_dir="$${_source_dir} --source-dir=$$i" ; \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ - echo " DOC Introspecting gobjects"; \ - scanobj_options=""; \ - gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ - if test "x$(V)" = "x1"; then \ - scanobj_options="--verbose"; \ - fi; \ + $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$$?" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ fi; \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ - gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ - done \ + for i in $(SCANOBJ_FILES) ; do \ + test -f $$i || touch $$i ; \ + done \ fi - @touch scan-build.stamp + $(AM_V_at)touch scan-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true -#### xml #### - -sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) - @echo ' DOC Building XML' - @_source_dir='' ; \ +sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent + $(GTK_DOC_V_XML)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ - _source_dir="$${_source_dir} --source-dir=$$i" ; \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) - @touch sgml-build.stamp + $(AM_V_at)touch sgml-build.stamp sgml.stamp: sgml-build.stamp @true -#### html #### - -html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo ' DOC Building HTML' - @rm -rf html - @mkdir html - @mkhtml_options=""; \ +$(DOC_MAIN_SGML_FILE): sgml-build.stamp + @true + +xml/gtkdocentities.ent: Makefile + $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + ) > $@ + +html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) + $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \ + mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkhtml_options="$$mkhtml_options --verbose"; \ fi; \ fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) -@test "x$(HTML_IMAGES)" = "x" || \ for file in $(HTML_IMAGES) ; do \ - if test -f $(abs_srcdir)/$$file ; then \ - cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ - fi; \ - if test -f $(abs_builddir)/$$file ; then \ - cp $(abs_builddir)/$$file $(abs_builddir)/html; \ - fi; \ + test -f $(abs_srcdir)/$$file && cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + test -f $(abs_builddir)/$$file && cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + test -f $$file && cp $$file $(abs_builddir)/html; \ done; - @echo ' DOC Fixing cross-references' - @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) - @touch html-build.stamp - -#### pdf #### - -pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo ' DOC Building PDF' - @rm -f $(DOC_MODULE).pdf - @mkpdf_options=""; \ + $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + $(AM_V_at)touch html-build.stamp + +pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) + $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \ + mkpdf_options=""; \ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkpdf_options="$$mkpdf_options --verbose"; \ fi; \ @@ -703,22 +750,28 @@ done; \ fi; \ gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) - @touch pdf-build.stamp + $(AM_V_at)touch pdf-build.stamp ############## clean-local: @rm -f *~ *.bak @rm -rf .libs + @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \ + rm -f $(DOC_MODULE).types; \ + fi + @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \ + rm -f $(DOC_MODULE)-sections.txt; \ + fi distclean-local: @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ + rm -f $(SETUP_FILES) $(DOC_MODULE).types; \ fi -maintainer-clean-local: clean +maintainer-clean-local: @rm -rf xml html install-data-local: @@ -754,12 +807,14 @@ # # Require gtk-doc when making dist # -@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: -@ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc: -@ENABLE_GTK_DOC_FALSE@ @echo "*** gtk-doc must be installed and enabled in order to make dist" -@ENABLE_GTK_DOC_FALSE@ @false - -dist-hook: dist-check-gtkdoc dist-hook-local +@HAVE_GTK_DOC_TRUE@dist-check-gtkdoc: docs +@HAVE_GTK_DOC_FALSE@dist-check-gtkdoc: +@HAVE_GTK_DOC_FALSE@ @echo "*** gtk-doc is needed to run 'make dist'. ***" +@HAVE_GTK_DOC_FALSE@ @echo "*** gtk-doc was not found when 'configure' ran. ***" +@HAVE_GTK_DOC_FALSE@ @echo "*** please install gtk-doc and rerun 'configure'. ***" +@HAVE_GTK_DOC_FALSE@ @false + +dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local @mkdir $(distdir)/html @cp ./html/* $(distdir)/html @-cp ./$(DOC_MODULE).pdf $(distdir)/ diff --git a/docs/libvirt-gconfig/html/GVirConfigCapabilities.html b/docs/libvirt-gconfig/html/GVirConfigCapabilities.html index 178e70e..b6aa75c 100644 --- a/docs/libvirt-gconfig/html/GVirConfigCapabilities.html +++ b/docs/libvirt-gconfig/html/GVirConfigCapabilities.html @@ -8,7 +8,7 @@ - + @@ -66,7 +66,7 @@ -GList * +GList * gvir_config_capabilities_get_guests () @@ -100,7 +100,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirConfigObject
         ╰── GVirConfigCapabilities
 
@@ -119,8 +119,8 @@

gvir_config_capabilities_new_from_xml ()

GVirConfigCapabilities *
-gvir_config_capabilities_new_from_xml (const gchar *xml,
-                                       GError **error);
+gvir_config_capabilities_new_from_xml (const gchar *xml, + GError **error);

@@ -137,12 +137,12 @@

gvir_config_capabilities_get_guests ()

-
GList *
+
GList *
 gvir_config_capabilities_get_guests (GVirConfigCapabilities *caps);

Gets the list of guest capabilities.

Returns

-

a newly allocated GList of GVirConfigCapabilitiesGuest.

+

a newly allocated GList of GVirConfigCapabilitiesGuest.

[element-type LibvirtGConfig.CapabilitiesGuest][transfer full]

@@ -171,6 +171,6 @@
+
Generated by GTK-Doc V1.29 diff --git a/docs/libvirt-gconfig/html/GVirConfigDomain.html b/docs/libvirt-gconfig/html/GVirConfigDomain.html index 376d53f..eac4976 100644 --- a/docs/libvirt-gconfig/html/GVirConfigDomain.html +++ b/docs/libvirt-gconfig/html/GVirConfigDomain.html @@ -8,7 +8,7 @@ - + @@ -120,7 +120,7 @@ -guint64 +guint64 gvir_config_domain_get_memory () @@ -136,7 +136,7 @@ -guint64 +guint64 gvir_config_domain_get_current_memory () @@ -152,7 +152,7 @@ -guint64 +guint64 gvir_config_domain_get_vcpus () @@ -168,7 +168,7 @@ -GStrv +GStrv gvir_config_domain_get_features () @@ -255,7 +255,7 @@ -GList * +GList * gvir_config_domain_get_devices () @@ -271,7 +271,7 @@ -gboolean +gboolean gvir_config_domain_set_custom_xml_ns_children () @@ -279,7 +279,7 @@ -gboolean +gboolean gvir_config_domain_set_custom_xml () @@ -287,7 +287,7 @@ -gchar * +gchar * gvir_config_domain_get_custom_xml () @@ -330,46 +330,46 @@ -guint64 +guint64 current-memory Read / Write -gchar * +gchar * description Read / Write -GStrv +GStrv features Read / Write -guint64 +guint64 memory Read / Write -gchar * +gchar * name Read / Write -gchar * +gchar * title Read / Write -gchar * +gchar * uuid Read / Write -guint64 +guint64 vcpu Read / Write @@ -413,7 +413,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirConfigObject
         ╰── GVirConfigDomain
 
@@ -426,8 +426,8 @@

gvir_config_domain_new_from_xml ()

GVirConfigDomain *
-gvir_config_domain_new_from_xml (const gchar *xml,
-                                 GError **error);
+gvir_config_domain_new_from_xml (const gchar *xml, + GError **error);

@@ -556,7 +556,7 @@

gvir_config_domain_get_memory ()

-
guint64
+
guint64
 gvir_config_domain_get_memory (GVirConfigDomain *domain);

Parameters

@@ -583,7 +583,7 @@

gvir_config_domain_set_memory ()

void
 gvir_config_domain_set_memory (GVirConfigDomain *domain,
-                               guint64 memory);
+ guint64 memory);

Sets the maximum amount of RAM allocated to domain in kilobytes (i.e. blocks of 1024 bytes).

@@ -613,7 +613,7 @@

gvir_config_domain_get_current_memory ()

-
guint64
+
guint64
 gvir_config_domain_get_current_memory (GVirConfigDomain *domain);

Parameters

@@ -640,7 +640,7 @@

gvir_config_domain_set_current_memory ()

void
 gvir_config_domain_set_current_memory (GVirConfigDomain *domain,
-                                       guint64 memory);
+ guint64 memory);

Sets the current amount of RAM allocated to domain in kilobytes (i.e. blocks of 1024 bytes). This can be set to less than the maximum domain @@ -674,7 +674,7 @@


gvir_config_domain_get_vcpus ()

-
guint64
+
guint64
 gvir_config_domain_get_vcpus (GVirConfigDomain *domain);

@@ -682,12 +682,12 @@

gvir_config_domain_set_vcpus ()

void
 gvir_config_domain_set_vcpus (GVirConfigDomain *domain,
-                              guint64 vcpu_count);
+ guint64 vcpu_count);

gvir_config_domain_get_features ()

-
GStrv
+
GStrv
 gvir_config_domain_get_features (GVirConfigDomain *domain);

Parameters

@@ -707,7 +707,7 @@

Returns

The returned list should be freed with -g_strfreev() when no longer needed.

+g_strfreev() when no longer needed.

[transfer full]

@@ -716,7 +716,7 @@

gvir_config_domain_set_features ()

void
 gvir_config_domain_set_features (GVirConfigDomain *domain,
-                                 const GStrv features);
+ const GStrv features);

@@ -743,7 +743,7 @@

Returns

A GVirConfigDomainClock. The returned -object should be unreffed with g_object_unref() when no longer needed.

+object should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -801,7 +801,7 @@

Returns

A GVirConfigDomainOs. The returned -object should be unreffed with g_object_unref() when no longer needed.

+object should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -906,7 +906,7 @@

gvir_config_domain_set_devices ()

void
 gvir_config_domain_set_devices (GVirConfigDomain *domain,
-                                GList *devices);
+ GList *devices);

Parameters

@@ -940,12 +940,12 @@

gvir_config_domain_get_devices ()

-
GList *
+
GList *
 gvir_config_domain_get_devices (GVirConfigDomain *domain);

Gets the list of devices attached to domain . The returned list should -be freed with g_list_free(), after its elements have been unreffed with -g_object_unref().

+be freed with g_list_free(), after its elements have been unreffed with +g_object_unref().

Parameters

@@ -963,7 +963,7 @@

Returns

-

a newly allocated GList of GVirConfigDomainDevice.

+

a newly allocated GList of GVirConfigDomainDevice.

[element-type LibvirtGConfig.DomainDevice][transfer full]

@@ -978,30 +978,30 @@

gvir_config_domain_set_custom_xml_ns_children ()

-
gboolean
+
gboolean
 gvir_config_domain_set_custom_xml_ns_children
                                (GVirConfigDomain *domain,
-                                const gchar *xml,
-                                const gchar *ns,
-                                const gchar *ns_uri,
-                                GError **error);
+ const gchar *xml, + const gchar *ns, + const gchar *ns_uri, + GError **error);

gvir_config_domain_set_custom_xml ()

-
gboolean
+
gboolean
 gvir_config_domain_set_custom_xml (GVirConfigDomain *domain,
-                                   const gchar *xml,
-                                   const gchar *ns,
-                                   const gchar *ns_uri,
-                                   GError **error);
+ const gchar *xml, + const gchar *ns, + const gchar *ns_uri, + GError **error);

gvir_config_domain_get_custom_xml ()

-
gchar *
+
gchar *
 gvir_config_domain_get_custom_xml (GVirConfigDomain *domain,
-                                   const gchar *ns_uri);
+ const gchar *ns_uri);

@@ -1028,7 +1028,7 @@

Returns

A GVirConfigDomainCpu. The returned object -should be unreffed with g_object_unref() when no longer needed.

+should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -1286,7 +1286,7 @@

Property Details

The “current-memory” property

-
  “current-memory”           guint64
+
  “current-memory”           guint64

Current Guest Memory (in kilobytes).

Flags: Read / Write

Default value: 0

@@ -1294,7 +1294,7 @@

The “description” property

-
  “description”              gchar *
+
  “description”              gchar *

Some human readable description (could be anything).

Flags: Read / Write

Default value: NULL

@@ -1302,14 +1302,14 @@

The “features” property

-
  “features”                 GStrv
+
  “features”                 GStrv

Hypervisor Features.

Flags: Read / Write


The “memory” property

-
  “memory”                   guint64
+
  “memory”                   guint64

Maximum Guest Memory (in kilobytes).

Flags: Read / Write

Default value: 0

@@ -1317,7 +1317,7 @@

The “name” property

-
  “name”                     gchar *
+
  “name”                     gchar *

Domain Name.

Flags: Read / Write

Default value: NULL

@@ -1325,7 +1325,7 @@

The “title” property

-
  “title”                    gchar *
+
  “title”                    gchar *

A short description - title - of the domain.

Flags: Read / Write

Default value: NULL

@@ -1333,7 +1333,7 @@

The “uuid” property

-
  “uuid”                     gchar *
+
  “uuid”                     gchar *

Domain UUID.

Flags: Read / Write

Default value: NULL

@@ -1341,7 +1341,7 @@

The “vcpu” property

-
  “vcpu”                     guint64
+
  “vcpu”                     guint64

Maximum Number of Guest Virtual CPUs.

Flags: Read / Write

Default value: 1

@@ -1349,6 +1349,6 @@
+
Generated by GTK-Doc V1.29
diff --git a/docs/libvirt-gconfig/html/GVirConfigDomainSnapshot.html b/docs/libvirt-gconfig/html/GVirConfigDomainSnapshot.html index b8ad85e..6f38e8c 100644 --- a/docs/libvirt-gconfig/html/GVirConfigDomainSnapshot.html +++ b/docs/libvirt-gconfig/html/GVirConfigDomainSnapshot.html @@ -8,7 +8,7 @@ - + @@ -166,7 +166,7 @@
- - - + @@ -454,32 +454,32 @@ - + - + - + - + - + - +
-GList * +GList * gvir_config_domain_snapshot_get_disks () @@ -208,7 +208,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirConfigObject
         ╰── GVirConfigDomainSnapshot
 
@@ -228,8 +228,8 @@

gvir_config_domain_snapshot_new_from_xml ()

GVirConfigDomainSnapshot *
 gvir_config_domain_snapshot_new_from_xml
-                               (const gchar *xml,
-                                GError **error);
+ (const gchar *xml, + GError **error);

@@ -335,7 +335,7 @@

Returns

A GVirConfigDomain. The returned object -should be unreffed with g_object_unref() when no longer needed.

+should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -344,7 +344,7 @@

gvir_config_domain_snapshot_set_disks ()

void
 gvir_config_domain_snapshot_set_disks (GVirConfigDomainSnapshot *snapshot,
-                                       GList *disks);
+ GList *disks);

Parameters

@@ -378,12 +378,12 @@

gvir_config_domain_snapshot_get_disks ()

-
GList *
+
GList *
 gvir_config_domain_snapshot_get_disks (GVirConfigDomainSnapshot *snapshot);

Gets the list of disks attached to snapshot . The returned list should -be freed with g_list_free(), after its elements have been unreffed with -g_object_unref().

+be freed with g_list_free(), after its elements have been unreffed with +g_object_unref().

Parameters

@@ -401,7 +401,7 @@

Returns

-

a newly allocated GList of GVirConfigDomainSnapshotDisk.

+

a newly allocated GList of GVirConfigDomainSnapshotDisk.

[element-type LibvirtGConfig.DomainSnapshotDisk][transfer full]

@@ -522,6 +522,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gconfig/html/GVirConfigInterface.html b/docs/libvirt-gconfig/html/GVirConfigInterface.html index 73b1cd6..5b0cd4c 100644 --- a/docs/libvirt-gconfig/html/GVirConfigInterface.html +++ b/docs/libvirt-gconfig/html/GVirConfigInterface.html @@ -8,7 +8,7 @@ - + @@ -84,7 +84,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirConfigObject
         ╰── GVirConfigInterface
 
@@ -103,8 +103,8 @@

gvir_config_interface_new_from_xml ()

GVirConfigInterface *
-gvir_config_interface_new_from_xml (const gchar *xml,
-                                    GError **error);
+gvir_config_interface_new_from_xml (const gchar *xml, + GError **error);
@@ -131,6 +131,6 @@
+
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gconfig/html/GVirConfigNetwork.html b/docs/libvirt-gconfig/html/GVirConfigNetwork.html index 680bcdb..417c5f5 100644 --- a/docs/libvirt-gconfig/html/GVirConfigNetwork.html +++ b/docs/libvirt-gconfig/html/GVirConfigNetwork.html @@ -8,7 +8,7 @@ - + @@ -84,7 +84,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirConfigObject
         ╰── GVirConfigNetwork
 
@@ -103,8 +103,8 @@

gvir_config_network_new_from_xml ()

GVirConfigNetwork *
-gvir_config_network_new_from_xml (const gchar *xml,
-                                  GError **error);
+gvir_config_network_new_from_xml (const gchar *xml, + GError **error);
@@ -131,6 +131,6 @@
+
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gconfig/html/GVirConfigNetworkFilter.html b/docs/libvirt-gconfig/html/GVirConfigNetworkFilter.html index 67cb5c6..bc00516 100644 --- a/docs/libvirt-gconfig/html/GVirConfigNetworkFilter.html +++ b/docs/libvirt-gconfig/html/GVirConfigNetworkFilter.html @@ -8,7 +8,7 @@ - + @@ -84,7 +84,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirConfigObject
         ╰── GVirConfigNetworkFilter
 
@@ -104,8 +104,8 @@

gvir_config_network_filter_new_from_xml ()

GVirConfigNetworkFilter *
 gvir_config_network_filter_new_from_xml
-                               (const gchar *xml,
-                                GError **error);
+ (const gchar *xml, + GError **error);
@@ -132,6 +132,6 @@
+
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gconfig/html/GVirConfigNodeDevice.html b/docs/libvirt-gconfig/html/GVirConfigNodeDevice.html index 033f1c5..a183936 100644 --- a/docs/libvirt-gconfig/html/GVirConfigNodeDevice.html +++ b/docs/libvirt-gconfig/html/GVirConfigNodeDevice.html @@ -8,7 +8,7 @@ - + @@ -84,7 +84,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirConfigObject
         ╰── GVirConfigNodeDevice
 
@@ -103,8 +103,8 @@

gvir_config_node_device_new_from_xml ()

GVirConfigNodeDevice *
-gvir_config_node_device_new_from_xml (const gchar *xml,
-                                      GError **error);
+gvir_config_node_device_new_from_xml (const gchar *xml, + GError **error);
@@ -131,6 +131,6 @@
+
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gconfig/html/GVirConfigObject.html b/docs/libvirt-gconfig/html/GVirConfigObject.html index 3dee92f..44f5bcc 100644 --- a/docs/libvirt-gconfig/html/GVirConfigObject.html +++ b/docs/libvirt-gconfig/html/GVirConfigObject.html @@ -8,7 +8,7 @@ - + @@ -67,14 +67,14 @@ - - + +gchar * @@ -137,7 +137,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirConfigObject
         ├── GVirConfigCapabilitiesCpuFeature
         ├── GVirConfigCapabilitiesCpu
@@ -151,6 +151,8 @@
         ├── GVirConfigCapabilitiesHost
         ├── GVirConfigCapabilitiesHostSecModel
         ├── GVirConfigDomainAddress
+        ├── GVirConfigDomainCapabilities
+        ├── GVirConfigDomainCapabilitiesOs
         ├── GVirConfigDomainDevice
         ├── GVirConfigDomainChardevSource
         ├── GVirConfigDomainClock
@@ -186,7 +188,7 @@
 

gvir_config_object_new ()

GVirConfigObject *
-gvir_config_object_new (GType type,
+gvir_config_object_new (GType type,
                         const char *root_name,
                         const char *schema);
@@ -194,29 +196,29 @@

gvir_config_object_new_from_xml ()

GVirConfigObject *
-gvir_config_object_new_from_xml (GType type,
+gvir_config_object_new_from_xml (GType type,
                                  const char *root_name,
                                  const char *schema,
-                                 const gchar *xml,
-                                 GError **error);
+ const gchar *xml, + GError **error);

gvir_config_object_validate ()

void
 gvir_config_object_validate (GVirConfigObject *config,
-                             GError **err);
+ GError **err);

gvir_config_object_to_xml ()

-
gchar *
+
gchar *
 gvir_config_object_to_xml (GVirConfigObject *config);

gvir_config_object_get_schema ()

-
const gchar *
+
const gchar *
 gvir_config_object_get_schema (GVirConfigObject *config);
@@ -253,14 +255,14 @@

The “node” property

-
  “node”                     gpointer
+
  “node”                     gpointer

The XML node this config object corresponds to.

Flags: Read / Write / Construct Only


The “schema” property

-
  “schema”                   gchar *
+
  “schema”                   gchar *

The doc RNG schema.

Flags: Read / Write / Construct Only

Default value: NULL

@@ -268,6 +270,6 @@
+
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gconfig/html/GVirConfigSecret.html b/docs/libvirt-gconfig/html/GVirConfigSecret.html index 192b059..2dbf48a 100644 --- a/docs/libvirt-gconfig/html/GVirConfigSecret.html +++ b/docs/libvirt-gconfig/html/GVirConfigSecret.html @@ -8,7 +8,7 @@ - + @@ -84,7 +84,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirConfigObject
         ╰── GVirConfigSecret
 
@@ -103,8 +103,8 @@

gvir_config_secret_new_from_xml ()

GVirConfigSecret *
-gvir_config_secret_new_from_xml (const gchar *xml,
-                                 GError **error);
+gvir_config_secret_new_from_xml (const gchar *xml, + GError **error);
@@ -131,6 +131,6 @@
+
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gconfig/html/GVirConfigStoragePool.html b/docs/libvirt-gconfig/html/GVirConfigStoragePool.html index 0586cdf..6158ee8 100644 --- a/docs/libvirt-gconfig/html/GVirConfigStoragePool.html +++ b/docs/libvirt-gconfig/html/GVirConfigStoragePool.html @@ -8,7 +8,7 @@ - + @@ -58,7 +58,7 @@ @@ -173,12 +173,12 @@

Functions

gvir_error_new ()

-
GError *
-gvir_error_new (GQuark domain,
-                gint code,
-                const gchar *format,
+
GError *
+gvir_error_new (GQuark domain,
+                gint code,
+                const gchar *format,
                 ...);
-

Creates a new GError with the given domain +

Creates a new GError with the given domain and code , and a message formatted with format @@ -217,17 +217,17 @@

Returns

-

a new GError

+

a new GError


gvir_error_new_literal ()

-
GError *
-gvir_error_new_literal (GQuark domain,
-                        gint code,
-                        const gchar *message);
-

Creates a new GError; unlike gvir_error_new(), message +

GError *
+gvir_error_new_literal (GQuark domain,
+                        gint code,
+                        const gchar *message);
+

Creates a new GError; unlike gvir_error_new(), message is not a printf()-style format string. Use this function if message @@ -262,18 +262,18 @@

Returns

-

a new GError

+

a new GError


gvir_error_new_valist ()

-
GError *
-gvir_error_new_valist (GQuark domain,
-                       gint code,
-                       const gchar *format,
+
GError *
+gvir_error_new_valist (GQuark domain,
+                       gint code,
+                       const gchar *format,
                        va_list args);
-

Creates a new GError with the given domain +

Creates a new GError with the given domain and code , and a message formatted with format @@ -312,21 +312,21 @@

Returns

-

a new GError

+

a new GError


gvir_set_error ()

void
-gvir_set_error (GError **error,
-                GQuark domain,
-                gint code,
-                const gchar *format,
+gvir_set_error (GError **error,
+                GQuark domain,
+                gint code,
+                const gchar *format,
                 ...);

If error is NULL this does nothing. Otherwise it -creates a new GError with the given domain +creates a new GError with the given domain and code , and a message formatted with format @@ -375,13 +375,13 @@

gvir_set_error_literal ()

void
-gvir_set_error_literal (GError **error,
-                        GQuark domain,
-                        gint code,
-                        const gchar *message);
+gvir_set_error_literal (GError **error, + GQuark domain, + gint code, + const gchar *message);

If error is NULL this does nothing. Otherwise it -creates a new GError and stores it in error +creates a new GError and stores it in error ; unlike gvir_set_error(), message is not a printf()-style @@ -426,14 +426,14 @@

gvir_set_error_valist ()

void
-gvir_set_error_valist (GError **error,
-                       GQuark domain,
-                       gint code,
-                       const gchar *format,
+gvir_set_error_valist (GError **error,
+                       GQuark domain,
+                       gint code,
+                       const gchar *format,
                        va_list args);

If error is NULL this does nothing. Otherwise it -creates a new GError with the given domain +creates a new GError with the given domain and code , and a message formatted with format @@ -482,14 +482,14 @@

gvir_critical ()

void
-gvir_critical (const gchar *format,
+gvir_critical (const gchar *format,
                ...);

gvir_warning ()

void
-gvir_warning (const gchar *format,
+gvir_warning (const gchar *format,
               ...);
@@ -498,6 +498,6 @@
+
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-glib/html/Libvirt-glib-Event-loop.html b/docs/libvirt-glib/html/Libvirt-glib-Event-loop.html index 4d1b7f6..c44c40c 100644 --- a/docs/libvirt-glib/html/Libvirt-glib-Event-loop.html +++ b/docs/libvirt-glib/html/Libvirt-glib-Event-loop.html @@ -8,7 +8,7 @@ - + @@ -73,7 +73,7 @@

To enable use of the GMain event loop glue, the gvir_event_register() should be invoked. Once this is done, it is mandatory to have the default GMain event loop run by a thread in the application, usually the primary -thread, eg by using gtk_main() or g_application_run()

+thread, eg by using gtk_main() or g_application_run()

Example 3. Registering for events with a GTK application

@@ -116,10 +116,10 @@ 8
@@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-glib/html/Libvirt-glib-Library-initialization.html b/docs/libvirt-glib/html/Libvirt-glib-Library-initialization.html index c579ccc..67c803c 100644 --- a/docs/libvirt-glib/html/Libvirt-glib-Library-initialization.html +++ b/docs/libvirt-glib/html/Libvirt-glib-Library-initialization.html @@ -8,7 +8,7 @@ - + @@ -59,7 +59,7 @@ @@ -165,13 +165,13 @@

gvir_init_check ()

-
gboolean
+
gboolean
 gvir_init_check (int *argc,
                  char ***argv,
-                 GError **err);
+ GError **err);

This function does the same work as gvir_init() with only a single change: It does not terminate the program if the Libvirt GLib library -can't be initialized. Instead it returns FALSE on failure.

+can't be initialized. Instead it returns FALSE on failure.

This way the application can fall back to some other mode of operation.

@@ -193,7 +193,7 @@
@@ -208,8 +208,8 @@

Returns

-

TRUE if the library was successfully initialized, -FALSE otherwise

+

TRUE if the library was successfully initialized, +FALSE otherwise

@@ -218,6 +218,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-glib/html/annotation-glossary.html b/docs/libvirt-glib/html/annotation-glossary.html index a19e576..35f70f2 100644 --- a/docs/libvirt-glib/html/annotation-glossary.html +++ b/docs/libvirt-glib/html/annotation-glossary.html @@ -7,7 +7,7 @@ - + @@ -51,6 +51,6 @@

Don't free data after the code is done.

+
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-glib/html/api-index-full.html b/docs/libvirt-glib/html/api-index-full.html index da62cfc..00516cb 100644 --- a/docs/libvirt-glib/html/api-index-full.html +++ b/docs/libvirt-glib/html/api-index-full.html @@ -8,7 +8,7 @@ - + @@ -81,6 +81,6 @@
+
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-glib/html/ch01.html b/docs/libvirt-glib/html/ch01.html index ebdcdf6..c22d0ae 100644 --- a/docs/libvirt-glib/html/ch01.html +++ b/docs/libvirt-glib/html/ch01.html @@ -8,7 +8,7 @@ - + @@ -35,6 +35,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-glib/html/index.html b/docs/libvirt-glib/html/index.html index 9c800e5..faccef8 100644 --- a/docs/libvirt-glib/html/index.html +++ b/docs/libvirt-glib/html/index.html @@ -6,7 +6,7 @@ - + @@ -34,6 +34,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-glib/html/object-tree.html b/docs/libvirt-glib/html/object-tree.html index fae696e..0ea06cc 100644 --- a/docs/libvirt-glib/html/object-tree.html +++ b/docs/libvirt-glib/html/object-tree.html @@ -8,7 +8,7 @@ - + @@ -27,6 +27,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gobject/Libvirt-gobject-sections.txt b/docs/libvirt-gobject/Libvirt-gobject-sections.txt index 2009d1d..282702e 100644 --- a/docs/libvirt-gobject/Libvirt-gobject-sections.txt +++ b/docs/libvirt-gobject/Libvirt-gobject-sections.txt @@ -70,6 +70,9 @@ gvir_connection_restore_domain_from_file gvir_connection_restore_domain_from_file_async gvir_connection_restore_domain_from_file_finish +gvir_connection_get_domain_capabilities +gvir_connection_get_domain_capabilities_async +gvir_connection_get_domain_capabilities_finish GVIR_CONNECTION GVIR_CONNECTION_CLASS diff --git a/docs/libvirt-gobject/Makefile.am b/docs/libvirt-gobject/Makefile.am index c068a96..f54c389 100644 --- a/docs/libvirt-gobject/Makefile.am +++ b/docs/libvirt-gobject/Makefile.am @@ -36,6 +36,9 @@ $(LIBVIRT_LIBS) \ $(GOBJECT2_LIBS) \ $(GIO2_LIBS) \ - $(top_builddir)/libvirt-gobject/libvirt-gobject-1.0.la + $(top_builddir)/libvirt-glib/libvirt-glib-1.0.la \ + $(top_builddir)/libvirt-gconfig/libvirt-gconfig-1.0.la \ + $(top_builddir)/libvirt-gobject/libvirt-gobject-1.0.la \ + $(NULL) include $(top_srcdir)/gtk-doc.make diff --git a/docs/libvirt-gobject/Makefile.in b/docs/libvirt-gobject/Makefile.in index 52f33ec..9f67c09 100644 --- a/docs/libvirt-gobject/Makefile.in +++ b/docs/libvirt-gobject/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,6 +15,24 @@ @SET_MAKE@ # -*- mode: makefile -*- +# +# gtk-doc.make - make rules for gtk-doc +# Copyright (C) 2003 James Henstridge +# 2004-2007 Damon Chaplin +# 2007-2017 Stefan Sauer +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . #################################### # Everything below here is generic # @@ -96,12 +114,13 @@ subdir = docs/libvirt-gobject ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \ - $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/manywarnings.m4 \ + $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/virt-compile-warnings.m4 \ - $(top_srcdir)/m4/virt-gettext.m4 $(top_srcdir)/m4/warnings.m4 \ + $(top_srcdir)/m4/virt-nls.m4 $(top_srcdir)/m4/warnings.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -133,7 +152,6 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/gtk-doc.make DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ @@ -164,14 +182,13 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GIO2_CFLAGS = @GIO2_CFLAGS@ GIO2_LIBS = @GIO2_LIBS@ GLIB2_CFLAGS = @GLIB2_CFLAGS@ GLIB2_LIBS = @GLIB2_LIBS@ GLIB2_REQUIRED = @GLIB2_REQUIRED@ +GLIB2_VERSION_SYMBOL = @GLIB2_VERSION_SYMBOL@ GLIB_MKENUMS = @GLIB_MKENUMS@ -GMSGFMT = @GMSGFMT@ GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@ GOBJECT2_LIBS = @GOBJECT2_LIBS@ GREP = @GREP@ @@ -189,14 +206,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@ INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@ INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@ @@ -254,7 +263,6 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -USE_NLS = @USE_NLS@ VAPIGEN = @VAPIGEN@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ @@ -294,8 +302,6 @@ install_sh = @install_sh@ installed_test_metadir = @installed_test_metadir@ installed_testdir = @installed_testdir@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -339,7 +345,10 @@ $(LIBVIRT_LIBS) \ $(GOBJECT2_LIBS) \ $(GIO2_LIBS) \ - $(top_builddir)/libvirt-gobject/libvirt-gobject-1.0.la + $(top_builddir)/libvirt-glib/libvirt-glib-1.0.la \ + $(top_builddir)/libvirt-gconfig/libvirt-gconfig-1.0.la \ + $(top_builddir)/libvirt-gobject/libvirt-gobject-1.0.la \ + $(NULL) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -357,6 +366,7 @@ TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) SETUP_FILES = \ $(content_files) \ + $(expand_content_files) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE)-sections.txt \ $(DOC_MODULE)-overrides.txt @@ -381,11 +391,42 @@ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt -CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp +CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) gtkdoc-check.test +@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = +@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp +@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = +@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp + +#### setup #### +GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_@AM_V@) +GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_@AM_DEFAULT_V@) +GTK_DOC_V_SETUP_0 = @echo " DOC Preparing build"; + +#### scan #### +GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_@AM_V@) +GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_@AM_DEFAULT_V@) +GTK_DOC_V_SCAN_0 = @echo " DOC Scanning header files"; +GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_@AM_V@) +GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_@AM_DEFAULT_V@) +GTK_DOC_V_INTROSPECT_0 = @echo " DOC Introspecting gobjects"; + +#### xml #### +GTK_DOC_V_XML = $(GTK_DOC_V_XML_@AM_V@) +GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_@AM_DEFAULT_V@) +GTK_DOC_V_XML_0 = @echo " DOC Building XML"; + +#### html #### +GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_@AM_V@) +GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_@AM_DEFAULT_V@) +GTK_DOC_V_HTML_0 = @echo " DOC Building HTML"; +GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_@AM_V@) +GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_@AM_DEFAULT_V@) +GTK_DOC_V_XREF_0 = @echo " DOC Fixing cross-references"; + +#### pdf #### +GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_@AM_V@) +GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_@AM_DEFAULT_V@) +GTK_DOC_V_PDF_0 = @echo " DOC Building PDF"; all: all-am .SUFFIXES: @@ -406,8 +447,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/gtk-doc.make $(am__empty): @@ -432,7 +473,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -467,6 +511,7 @@ dist-hook check-am: all-am check: check-am +@ENABLE_GTK_DOC_FALSE@all-local: all-am: Makefile all-local installdirs: install: install-am @@ -586,111 +631,113 @@ .PRECIOUS: Makefile -@ENABLE_GTK_DOC_TRUE@all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) -@ENABLE_GTK_DOC_FALSE@all-local: +gtkdoc-check.test: Makefile + $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \ + echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \ + chmod +x $@ + +all-gtk-doc: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) +.PHONY: all-gtk-doc + +@ENABLE_GTK_DOC_TRUE@all-local: all-gtk-doc docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) $(REPORT_FILES): sgml-build.stamp -#### setup #### - setup-build.stamp: - -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - echo ' DOC Preparing build'; \ - files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ - if test "x$$files" != "x" ; then \ - for file in $$files ; do \ - test -f $(abs_srcdir)/$$file && \ - cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ - done; \ - fi; \ + -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + destdir=`dirname $(abs_builddir)/$$file`; \ + test -d "$$destdir" || mkdir -p "$$destdir"; \ + test -f $(abs_srcdir)/$$file && \ + cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ + done; \ + fi; \ fi - @touch setup-build.stamp - -#### scan #### - -scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo ' DOC Scanning header files' - @_source_dir='' ; \ + $(AM_V_at)touch setup-build.stamp + +scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB) + $(GTK_DOC_V_SCAN)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ - _source_dir="$${_source_dir} --source-dir=$$i" ; \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ - echo " DOC Introspecting gobjects"; \ - scanobj_options=""; \ - gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ - if test "x$(V)" = "x1"; then \ - scanobj_options="--verbose"; \ - fi; \ + $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$$?" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ fi; \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ - gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ - done \ + for i in $(SCANOBJ_FILES) ; do \ + test -f $$i || touch $$i ; \ + done \ fi - @touch scan-build.stamp + $(AM_V_at)touch scan-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true -#### xml #### - -sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) - @echo ' DOC Building XML' - @_source_dir='' ; \ +sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent + $(GTK_DOC_V_XML)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ - _source_dir="$${_source_dir} --source-dir=$$i" ; \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) - @touch sgml-build.stamp + $(AM_V_at)touch sgml-build.stamp sgml.stamp: sgml-build.stamp @true -#### html #### - -html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo ' DOC Building HTML' - @rm -rf html - @mkdir html - @mkhtml_options=""; \ +$(DOC_MAIN_SGML_FILE): sgml-build.stamp + @true + +xml/gtkdocentities.ent: Makefile + $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + ) > $@ + +html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) + $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \ + mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkhtml_options="$$mkhtml_options --verbose"; \ fi; \ fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) -@test "x$(HTML_IMAGES)" = "x" || \ for file in $(HTML_IMAGES) ; do \ - if test -f $(abs_srcdir)/$$file ; then \ - cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ - fi; \ - if test -f $(abs_builddir)/$$file ; then \ - cp $(abs_builddir)/$$file $(abs_builddir)/html; \ - fi; \ + test -f $(abs_srcdir)/$$file && cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + test -f $(abs_builddir)/$$file && cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + test -f $$file && cp $$file $(abs_builddir)/html; \ done; - @echo ' DOC Fixing cross-references' - @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) - @touch html-build.stamp - -#### pdf #### - -pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo ' DOC Building PDF' - @rm -f $(DOC_MODULE).pdf - @mkpdf_options=""; \ + $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + $(AM_V_at)touch html-build.stamp + +pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) + $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \ + mkpdf_options=""; \ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkpdf_options="$$mkpdf_options --verbose"; \ fi; \ @@ -705,22 +752,28 @@ done; \ fi; \ gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) - @touch pdf-build.stamp + $(AM_V_at)touch pdf-build.stamp ############## clean-local: @rm -f *~ *.bak @rm -rf .libs + @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \ + rm -f $(DOC_MODULE).types; \ + fi + @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \ + rm -f $(DOC_MODULE)-sections.txt; \ + fi distclean-local: @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ + rm -f $(SETUP_FILES) $(DOC_MODULE).types; \ fi -maintainer-clean-local: clean +maintainer-clean-local: @rm -rf xml html install-data-local: @@ -756,12 +809,14 @@ # # Require gtk-doc when making dist # -@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: -@ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc: -@ENABLE_GTK_DOC_FALSE@ @echo "*** gtk-doc must be installed and enabled in order to make dist" -@ENABLE_GTK_DOC_FALSE@ @false - -dist-hook: dist-check-gtkdoc dist-hook-local +@HAVE_GTK_DOC_TRUE@dist-check-gtkdoc: docs +@HAVE_GTK_DOC_FALSE@dist-check-gtkdoc: +@HAVE_GTK_DOC_FALSE@ @echo "*** gtk-doc is needed to run 'make dist'. ***" +@HAVE_GTK_DOC_FALSE@ @echo "*** gtk-doc was not found when 'configure' ran. ***" +@HAVE_GTK_DOC_FALSE@ @echo "*** please install gtk-doc and rerun 'configure'. ***" +@HAVE_GTK_DOC_FALSE@ @false + +dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local @mkdir $(distdir)/html @cp ./html/* $(distdir)/html @-cp ./$(DOC_MODULE).pdf $(distdir)/ diff --git a/docs/libvirt-gobject/html/GVirConnection.html b/docs/libvirt-gobject/html/GVirConnection.html index 7ce7993..7df59da 100644 --- a/docs/libvirt-gobject/html/GVirConnection.html +++ b/docs/libvirt-gobject/html/GVirConnection.html @@ -8,7 +8,7 @@ - + @@ -52,7 +52,7 @@ - + + + + + + + + + + + + @@ -509,7 +533,7 @@ +gchar * @@ -528,22 +552,22 @@ - + - + - + - +
-gchar * +gchar * gvir_config_object_to_xml ()
const gchar * +const gchar * gvir_config_object_get_schema () @@ -99,13 +99,13 @@ Read / Write / Construct Only
gpointergpointer node Read / Write / Construct Only
-gchar * schema Read / Write / Construct Only
-guint64 +guint64 gvir_config_storage_pool_get_allocation () @@ -74,7 +74,7 @@
-guint64 +guint64 gvir_config_storage_pool_get_available () @@ -90,7 +90,7 @@
-guint64 +guint64 gvir_config_storage_pool_get_capacity () @@ -214,7 +214,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirConfigObject
         ╰── GVirConfigStoragePool
 
@@ -233,13 +233,13 @@

gvir_config_storage_pool_new_from_xml ()

GVirConfigStoragePool *
-gvir_config_storage_pool_new_from_xml (const gchar *xml,
-                                       GError **error);
+gvir_config_storage_pool_new_from_xml (const gchar *xml, + GError **error);

gvir_config_storage_pool_get_allocation ()

-
guint64
+
guint64
 gvir_config_storage_pool_get_allocation
                                (GVirConfigStoragePool *pool);

Gets the total storage allocation for the pool.

@@ -269,12 +269,12 @@
void
 gvir_config_storage_pool_set_allocation
                                (GVirConfigStoragePool *pool,
-                                guint64 allocation);
+ guint64 allocation);

gvir_config_storage_pool_get_available ()

-
guint64
+
guint64
 gvir_config_storage_pool_get_available
                                (GVirConfigStoragePool *pool);

Gets the free space available for allocating new volumes in the pool.

@@ -304,12 +304,12 @@
void
 gvir_config_storage_pool_set_available
                                (GVirConfigStoragePool *pool,
-                                guint64 available);
+ guint64 available);

gvir_config_storage_pool_get_capacity ()

-
guint64
+
guint64
 gvir_config_storage_pool_get_capacity (GVirConfigStoragePool *pool);

Gets the total storage capacity for the pool.

@@ -337,7 +337,7 @@

gvir_config_storage_pool_set_capacity ()

void
 gvir_config_storage_pool_set_capacity (GVirConfigStoragePool *pool,
-                                       guint64 capacity);
+ guint64 capacity);

@@ -655,6 +655,6 @@
+
Generated by GTK-Doc V1.29 diff --git a/docs/libvirt-gconfig/html/GVirConfigStorageVol.html b/docs/libvirt-gconfig/html/GVirConfigStorageVol.html index 6f4d2f5..cdef754 100644 --- a/docs/libvirt-gconfig/html/GVirConfigStorageVol.html +++ b/docs/libvirt-gconfig/html/GVirConfigStorageVol.html @@ -8,7 +8,7 @@ - + @@ -124,7 +124,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirConfigObject
         ╰── GVirConfigStorageVol
 
@@ -143,8 +143,8 @@

gvir_config_storage_vol_new_from_xml ()

GVirConfigStorageVol *
-gvir_config_storage_vol_new_from_xml (const gchar *xml,
-                                      GError **error);
+gvir_config_storage_vol_new_from_xml (const gchar *xml, + GError **error);

@@ -152,7 +152,7 @@
void
 gvir_config_storage_vol_set_allocation
                                (GVirConfigStorageVol *vol,
-                                guint64 allocation);
+ guint64 allocation);

@@ -182,7 +182,7 @@

gvir_config_storage_vol_set_capacity ()

void
 gvir_config_storage_vol_set_capacity (GVirConfigStorageVol *vol,
-                                      guint64 capacity);
+ guint64 capacity);

@@ -253,6 +253,6 @@
+
Generated by GTK-Doc V1.29 diff --git a/docs/libvirt-gconfig/html/annotation-glossary.html b/docs/libvirt-gconfig/html/annotation-glossary.html index 8b400db..f3c0bee 100644 --- a/docs/libvirt-gconfig/html/annotation-glossary.html +++ b/docs/libvirt-gconfig/html/annotation-glossary.html @@ -7,7 +7,7 @@ - + @@ -51,6 +51,6 @@

Override the parsed C type with given type.

+
Generated by GTK-Doc V1.29 diff --git a/docs/libvirt-gconfig/html/api-index-full.html b/docs/libvirt-gconfig/html/api-index-full.html index 4b68523..9a867cb 100644 --- a/docs/libvirt-gconfig/html/api-index-full.html +++ b/docs/libvirt-gconfig/html/api-index-full.html @@ -8,7 +8,7 @@ - + @@ -235,6 +235,30 @@
+GVirConfigDomainCapabilities, struct in GVirConfigDomainCapabilities +
+
+
+GVirConfigDomainCapabilitiesClass, struct in GVirConfigDomainCapabilities +
+
+
+GVirConfigDomainCapabilitiesOs, struct in GVirConfigDomainCapabilitiesOs +
+
+
+GVirConfigDomainCapabilitiesOsClass, struct in GVirConfigDomainCapabilitiesOs +
+
+
+GVirConfigDomainCapabilitiesOsPrivate, struct in GVirConfigDomainCapabilitiesOs +
+
+
+GVirConfigDomainCapabilitiesPrivate, struct in GVirConfigDomainCapabilities +
+
+
GVirConfigDomainChannel, struct in GVirConfigDomainChannel
@@ -743,6 +767,10 @@
+GVirConfigDomainOsFirmware, enum in GVirConfigDomainOs +
+
+
GVirConfigDomainOsPrivate, struct in GVirConfigDomainOs
@@ -1163,6 +1191,10 @@
+GVirConfigStorageVolTargetFeatures, enum in GVirConfigStorageVolTarget +
+
+
GVirConfigStorageVolTargetPrivate, struct in GVirConfigStorageVolTarget
@@ -1411,6 +1443,22 @@
+gvir_config_domain_capabilities_get_os, function in GVirConfigDomainCapabilities +
+
+
+gvir_config_domain_capabilities_new, function in GVirConfigDomainCapabilities +
+
+
+gvir_config_domain_capabilities_new_from_xml, function in GVirConfigDomainCapabilities +
+
+
+gvir_config_domain_capabilities_os_get_firmwares, function in GVirConfigDomainCapabilitiesOs +
+
+
gvir_config_domain_channel_get_target_name, function in GVirConfigDomainChannel
@@ -2327,6 +2375,10 @@
+gvir_config_domain_os_get_firmware, function in GVirConfigDomainOs +
+
+
gvir_config_domain_os_get_machine, function in GVirConfigDomainOs
@@ -2355,6 +2407,10 @@
+gvir_config_domain_os_set_firmware, function in GVirConfigDomainOs +
+
+
gvir_config_domain_os_set_init, function in GVirConfigDomainOs
@@ -3256,6 +3312,10 @@
gvir_config_storage_vol_target_set_compat, function in GVirConfigStorageVolTarget +
+
+
+gvir_config_storage_vol_target_set_features, function in GVirConfigStorageVolTarget
@@ -3296,6 +3356,6 @@
+
Generated by GTK-Doc V1.29 diff --git a/docs/libvirt-gconfig/html/ch01.html b/docs/libvirt-gconfig/html/ch01.html index 3843b91..6678a99 100644 --- a/docs/libvirt-gconfig/html/ch01.html +++ b/docs/libvirt-gconfig/html/ch01.html @@ -8,7 +8,7 @@ - + @@ -59,6 +59,6 @@ +
Generated by GTK-Doc V1.29 diff --git a/docs/libvirt-gconfig/html/index.html b/docs/libvirt-gconfig/html/index.html index 5d522eb..8a95031 100644 --- a/docs/libvirt-gconfig/html/index.html +++ b/docs/libvirt-gconfig/html/index.html @@ -6,7 +6,7 @@ - + @@ -58,6 +58,6 @@ +
Generated by GTK-Doc V1.29 diff --git a/docs/libvirt-gconfig/html/object-tree.html b/docs/libvirt-gconfig/html/object-tree.html index de49913..60924d2 100644 --- a/docs/libvirt-gconfig/html/object-tree.html +++ b/docs/libvirt-gconfig/html/object-tree.html @@ -8,7 +8,7 @@ - + @@ -23,7 +23,7 @@

Object Hierarchy

-    GObject
+    GObject
     ├── GVirConfigObject
        ├── GVirConfigCapabilitiesCpuFeature
           ╰── GVirConfigDomainCpuFeature
@@ -42,6 +42,8 @@
        ├── GVirConfigDomainAddress
           ├── GVirConfigDomainAddressPci
           ╰── GVirConfigDomainAddressUsb
+       ├── GVirConfigDomainCapabilities
+       ├── GVirConfigDomainCapabilitiesOs
        ├── GVirConfigDomainDevice
           ├── GVirConfigDomainChardev
              ├── GVirConfigDomainChannel
@@ -108,6 +110,6 @@
 
+
Generated by GTK-Doc V1.29 diff --git a/docs/libvirt-glib/Makefile.am b/docs/libvirt-glib/Makefile.am index 186f8ff..e3445b9 100644 --- a/docs/libvirt-glib/Makefile.am +++ b/docs/libvirt-glib/Makefile.am @@ -36,7 +36,10 @@ $(LIBVIRT_LIBS) \ $(GLIB2_LIBS) \ $(GTHREAD2_LIBS) \ - $(top_builddir)/libvirt-glib/libvirt-glib-1.0.la + $(top_builddir)/libvirt-glib/libvirt-glib-1.0.la \ + $(top_builddir)/libvirt-gconfig/libvirt-gconfig-1.0.la \ + $(top_builddir)/libvirt-gobject/libvirt-gobject-1.0.la \ + $(NULL) include $(top_srcdir)/gtk-doc.make diff --git a/docs/libvirt-glib/Makefile.in b/docs/libvirt-glib/Makefile.in index 92affe0..7d0340e 100644 --- a/docs/libvirt-glib/Makefile.in +++ b/docs/libvirt-glib/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,6 +15,24 @@ @SET_MAKE@ # -*- mode: makefile -*- +# +# gtk-doc.make - make rules for gtk-doc +# Copyright (C) 2003 James Henstridge +# 2004-2007 Damon Chaplin +# 2007-2017 Stefan Sauer +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . #################################### # Everything below here is generic # @@ -96,12 +114,13 @@ subdir = docs/libvirt-glib ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \ - $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/manywarnings.m4 \ + $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/virt-compile-warnings.m4 \ - $(top_srcdir)/m4/virt-gettext.m4 $(top_srcdir)/m4/warnings.m4 \ + $(top_srcdir)/m4/virt-nls.m4 $(top_srcdir)/m4/warnings.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -134,7 +153,6 @@ $(top_srcdir)/gtk-doc.make DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ @@ -165,14 +183,13 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GIO2_CFLAGS = @GIO2_CFLAGS@ GIO2_LIBS = @GIO2_LIBS@ GLIB2_CFLAGS = @GLIB2_CFLAGS@ GLIB2_LIBS = @GLIB2_LIBS@ GLIB2_REQUIRED = @GLIB2_REQUIRED@ +GLIB2_VERSION_SYMBOL = @GLIB2_VERSION_SYMBOL@ GLIB_MKENUMS = @GLIB_MKENUMS@ -GMSGFMT = @GMSGFMT@ GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@ GOBJECT2_LIBS = @GOBJECT2_LIBS@ GREP = @GREP@ @@ -190,14 +207,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@ INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@ INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@ @@ -255,7 +264,6 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -USE_NLS = @USE_NLS@ VAPIGEN = @VAPIGEN@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ @@ -295,8 +303,6 @@ install_sh = @install_sh@ installed_test_metadir = @installed_test_metadir@ installed_testdir = @installed_testdir@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -340,7 +346,10 @@ $(LIBVIRT_LIBS) \ $(GLIB2_LIBS) \ $(GTHREAD2_LIBS) \ - $(top_builddir)/libvirt-glib/libvirt-glib-1.0.la + $(top_builddir)/libvirt-glib/libvirt-glib-1.0.la \ + $(top_builddir)/libvirt-gconfig/libvirt-gconfig-1.0.la \ + $(top_builddir)/libvirt-gobject/libvirt-gobject-1.0.la \ + $(NULL) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -358,6 +367,7 @@ TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) SETUP_FILES = \ $(content_files) \ + $(expand_content_files) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE)-sections.txt \ $(DOC_MODULE)-overrides.txt @@ -379,11 +389,42 @@ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt -CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp +CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) gtkdoc-check.test +@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = +@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp +@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = +@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp + +#### setup #### +GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_@AM_V@) +GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_@AM_DEFAULT_V@) +GTK_DOC_V_SETUP_0 = @echo " DOC Preparing build"; + +#### scan #### +GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_@AM_V@) +GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_@AM_DEFAULT_V@) +GTK_DOC_V_SCAN_0 = @echo " DOC Scanning header files"; +GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_@AM_V@) +GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_@AM_DEFAULT_V@) +GTK_DOC_V_INTROSPECT_0 = @echo " DOC Introspecting gobjects"; + +#### xml #### +GTK_DOC_V_XML = $(GTK_DOC_V_XML_@AM_V@) +GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_@AM_DEFAULT_V@) +GTK_DOC_V_XML_0 = @echo " DOC Building XML"; + +#### html #### +GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_@AM_V@) +GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_@AM_DEFAULT_V@) +GTK_DOC_V_HTML_0 = @echo " DOC Building HTML"; +GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_@AM_V@) +GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_@AM_DEFAULT_V@) +GTK_DOC_V_XREF_0 = @echo " DOC Fixing cross-references"; + +#### pdf #### +GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_@AM_V@) +GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_@AM_DEFAULT_V@) +GTK_DOC_V_PDF_0 = @echo " DOC Building PDF"; all: all-am .SUFFIXES: @@ -404,8 +445,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/gtk-doc.make $(am__empty): @@ -432,7 +473,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -467,6 +511,7 @@ dist-hook check-am: all-am check: check-am +@ENABLE_GTK_DOC_FALSE@all-local: all-am: Makefile all-local installdirs: install: install-am @@ -586,111 +631,113 @@ .PRECIOUS: Makefile -@ENABLE_GTK_DOC_TRUE@all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) -@ENABLE_GTK_DOC_FALSE@all-local: +gtkdoc-check.test: Makefile + $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \ + echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \ + chmod +x $@ + +all-gtk-doc: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) +.PHONY: all-gtk-doc + +@ENABLE_GTK_DOC_TRUE@all-local: all-gtk-doc docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) $(REPORT_FILES): sgml-build.stamp -#### setup #### - setup-build.stamp: - -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - echo ' DOC Preparing build'; \ - files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ - if test "x$$files" != "x" ; then \ - for file in $$files ; do \ - test -f $(abs_srcdir)/$$file && \ - cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ - done; \ - fi; \ + -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + destdir=`dirname $(abs_builddir)/$$file`; \ + test -d "$$destdir" || mkdir -p "$$destdir"; \ + test -f $(abs_srcdir)/$$file && \ + cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ + done; \ + fi; \ fi - @touch setup-build.stamp - -#### scan #### - -scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo ' DOC Scanning header files' - @_source_dir='' ; \ + $(AM_V_at)touch setup-build.stamp + +scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB) + $(GTK_DOC_V_SCAN)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ - _source_dir="$${_source_dir} --source-dir=$$i" ; \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ - echo " DOC Introspecting gobjects"; \ - scanobj_options=""; \ - gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ - if test "x$(V)" = "x1"; then \ - scanobj_options="--verbose"; \ - fi; \ + $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$$?" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ fi; \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ - gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ - done \ + for i in $(SCANOBJ_FILES) ; do \ + test -f $$i || touch $$i ; \ + done \ fi - @touch scan-build.stamp + $(AM_V_at)touch scan-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true -#### xml #### - -sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) - @echo ' DOC Building XML' - @_source_dir='' ; \ +sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent + $(GTK_DOC_V_XML)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ - _source_dir="$${_source_dir} --source-dir=$$i" ; \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) - @touch sgml-build.stamp + $(AM_V_at)touch sgml-build.stamp sgml.stamp: sgml-build.stamp @true -#### html #### - -html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo ' DOC Building HTML' - @rm -rf html - @mkdir html - @mkhtml_options=""; \ +$(DOC_MAIN_SGML_FILE): sgml-build.stamp + @true + +xml/gtkdocentities.ent: Makefile + $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + ) > $@ + +html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) + $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \ + mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkhtml_options="$$mkhtml_options --verbose"; \ fi; \ fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) -@test "x$(HTML_IMAGES)" = "x" || \ for file in $(HTML_IMAGES) ; do \ - if test -f $(abs_srcdir)/$$file ; then \ - cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ - fi; \ - if test -f $(abs_builddir)/$$file ; then \ - cp $(abs_builddir)/$$file $(abs_builddir)/html; \ - fi; \ + test -f $(abs_srcdir)/$$file && cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + test -f $(abs_builddir)/$$file && cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + test -f $$file && cp $$file $(abs_builddir)/html; \ done; - @echo ' DOC Fixing cross-references' - @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) - @touch html-build.stamp - -#### pdf #### - -pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo ' DOC Building PDF' - @rm -f $(DOC_MODULE).pdf - @mkpdf_options=""; \ + $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + $(AM_V_at)touch html-build.stamp + +pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) + $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \ + mkpdf_options=""; \ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkpdf_options="$$mkpdf_options --verbose"; \ fi; \ @@ -705,22 +752,28 @@ done; \ fi; \ gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) - @touch pdf-build.stamp + $(AM_V_at)touch pdf-build.stamp ############## clean-local: @rm -f *~ *.bak @rm -rf .libs + @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \ + rm -f $(DOC_MODULE).types; \ + fi + @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \ + rm -f $(DOC_MODULE)-sections.txt; \ + fi distclean-local: @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ + rm -f $(SETUP_FILES) $(DOC_MODULE).types; \ fi -maintainer-clean-local: clean +maintainer-clean-local: @rm -rf xml html install-data-local: @@ -756,12 +809,14 @@ # # Require gtk-doc when making dist # -@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: -@ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc: -@ENABLE_GTK_DOC_FALSE@ @echo "*** gtk-doc must be installed and enabled in order to make dist" -@ENABLE_GTK_DOC_FALSE@ @false - -dist-hook: dist-check-gtkdoc dist-hook-local +@HAVE_GTK_DOC_TRUE@dist-check-gtkdoc: docs +@HAVE_GTK_DOC_FALSE@dist-check-gtkdoc: +@HAVE_GTK_DOC_FALSE@ @echo "*** gtk-doc is needed to run 'make dist'. ***" +@HAVE_GTK_DOC_FALSE@ @echo "*** gtk-doc was not found when 'configure' ran. ***" +@HAVE_GTK_DOC_FALSE@ @echo "*** please install gtk-doc and rerun 'configure'. ***" +@HAVE_GTK_DOC_FALSE@ @false + +dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local @mkdir $(distdir)/html @cp ./html/* $(distdir)/html @-cp ./$(DOC_MODULE).pdf $(distdir)/ diff --git a/docs/libvirt-glib/html/Libvirt-glib-Error-reporting.html b/docs/libvirt-glib/html/Libvirt-glib-Error-reporting.html index 287c2c8..8d26621 100644 --- a/docs/libvirt-glib/html/Libvirt-glib-Error-reporting.html +++ b/docs/libvirt-glib/html/Libvirt-glib-Error-reporting.html @@ -8,7 +8,7 @@ - + @@ -51,7 +51,7 @@
-GError * +GError * gvir_error_new () @@ -59,7 +59,7 @@
-GError * +GError * gvir_error_new_literal () @@ -67,7 +67,7 @@
-GError * +GError * gvir_error_new_valist () @@ -156,10 +156,10 @@ { if (virDomainCreate(conn, xml, 0) &lt; 0) { gvir_set_error_literal(error, "Unable to start virtual machine"); - return FALSE; + return FALSE; } - return TRUE; + return TRUE; }
int main(int argc, char **argv) {
   ...setup...
-  GApplication *app = ...create some impl of GApplication...
+  GApplication *app = ...create some impl of GApplication...
   gvir_event_register();
   ...more setup...
-  g_application_run(app);
+  g_application_run(app);
   return 0;
 }
-gboolean +gboolean gvir_init_check () @@ -153,7 +153,7 @@

argv

Address of the

-argv parameter of main(), or NULL. Any options +argv parameter of main(), or NULL. Any options

understood by GTK+ are stripped before return.

[array length=argc][inout][allow-none][transfer none]

argv

Address of the

-argv parameter of main(), or NULL. Any options +argv parameter of main(), or NULL. Any options

understood by GTK+ are stripped before return.

[array length=argc][inout][allow-none][transfer none]
-gboolean +gboolean gvir_connection_open () @@ -60,7 +60,7 @@
-gboolean +gboolean gvir_connection_open_read_only () @@ -76,7 +76,7 @@
-gboolean +gboolean gvir_connection_open_finish () @@ -92,7 +92,7 @@
-gboolean +gboolean gvir_connection_open_read_only_finish () @@ -100,7 +100,7 @@
-gboolean +gboolean gvir_connection_is_open () @@ -108,7 +108,7 @@
-gboolean +gboolean gvir_connection_is_read_only () @@ -124,7 +124,7 @@
-gboolean +gboolean gvir_connection_fetch_domains () @@ -140,14 +140,14 @@
-gboolean +gboolean gvir_connection_fetch_domains_finish ()
const gchar * +const gchar * gvir_connection_get_uri () @@ -155,7 +155,7 @@
-gchar * +gchar * gvir_connection_get_hypervisor_name () @@ -163,7 +163,7 @@
-gulong +gulong gvir_connection_get_version () @@ -171,7 +171,7 @@
-GList * +GList * gvir_connection_get_domains () @@ -219,7 +219,7 @@
-gboolean +gboolean gvir_connection_fetch_interfaces () @@ -235,7 +235,7 @@
-gboolean +gboolean gvir_connection_fetch_interfaces_finish () @@ -243,7 +243,7 @@
-GList * +GList * gvir_connection_get_interfaces () @@ -267,7 +267,7 @@
-gboolean +gboolean gvir_connection_fetch_networks () @@ -283,7 +283,7 @@
-gboolean +gboolean gvir_connection_fetch_networks_finish () @@ -291,7 +291,7 @@
-GList * +GList * gvir_connection_get_networks () @@ -315,7 +315,7 @@
-GList * +GList * gvir_connection_get_network_filters () @@ -339,7 +339,7 @@
-GList * +GList * gvir_connection_get_node_devices () @@ -355,7 +355,7 @@
-GList * +GList * gvir_connection_get_secrets () @@ -371,7 +371,7 @@
-gboolean +gboolean gvir_connection_fetch_storage_pools () @@ -387,7 +387,7 @@
-gboolean +gboolean gvir_connection_fetch_storage_pools_finish () @@ -395,7 +395,7 @@
-GList * +GList * gvir_connection_get_storage_pools () @@ -467,7 +467,7 @@
-gboolean +gboolean gvir_connection_restore_domain_from_file () @@ -483,10 +483,34 @@
-gboolean +gboolean gvir_connection_restore_domain_from_file_finish () +
+GVirConfigDomainCapabilities * + +gvir_connection_get_domain_capabilities () +
+void + +gvir_connection_get_domain_capabilities_async () +
+GVirConfigDomainCapabilities * + +gvir_connection_get_domain_capabilities_finish ()
-gchar * uri Read / Write / Construct Only
void connection-closedRun FirstRun First
void connection-openedRun FirstRun First
void domain-addedRun FirstRun First
void domain-removedRun FirstRun First
@@ -552,7 +576,7 @@

Object Hierarchy

    GBoxed
     ╰── GVirNodeInfo
-    GObject
+    GObject
     ╰── GVirConnection
 
@@ -569,10 +593,10 @@

gvir_connection_open ()

-
gboolean
+
gboolean
 gvir_connection_open (GVirConnection *conn,
-                      GCancellable *cancellable,
-                      GError **err);
+ GCancellable *cancellable, + GError **err);

Parameters

@@ -599,19 +623,19 @@

gvir_connection_open_read_only ()

-
gboolean
+
gboolean
 gvir_connection_open_read_only (GVirConnection *conn,
-                                GCancellable *cancellable,
-                                GError **err);
+ GCancellable *cancellable, + GError **err);

gvir_connection_open_async ()

void
 gvir_connection_open_async (GVirConnection *conn,
-                            GCancellable *cancellable,
-                            GAsyncReadyCallback callback,
-                            gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

@@ -648,10 +672,10 @@

gvir_connection_open_finish ()

-
gboolean
+
gboolean
 gvir_connection_open_finish (GVirConnection *conn,
-                             GAsyncResult *result,
-                             GError **err);
+ GAsyncResult *result, + GError **err);

Parameters

@@ -680,9 +704,9 @@

gvir_connection_open_read_only_async ()

void
 gvir_connection_open_read_only_async (GVirConnection *conn,
-                                      GCancellable *cancellable,
-                                      GAsyncReadyCallback callback,
-                                      gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

@@ -719,10 +743,10 @@

gvir_connection_open_read_only_finish ()

-
gboolean
+
gboolean
 gvir_connection_open_read_only_finish (GVirConnection *conn,
-                                       GAsyncResult *result,
-                                       GError **err);
+ GAsyncResult *result, + GError **err);

Parameters

@@ -749,13 +773,13 @@

gvir_connection_is_open ()

-
gboolean
+
gboolean
 gvir_connection_is_open (GVirConnection *conn);

gvir_connection_is_read_only ()

-
gboolean
+
gboolean
 gvir_connection_is_read_only (GVirConnection *conn);

@@ -767,10 +791,10 @@

gvir_connection_fetch_domains ()

-
gboolean
+
gboolean
 gvir_connection_fetch_domains (GVirConnection *conn,
-                               GCancellable *cancellable,
-                               GError **err);
+ GCancellable *cancellable, + GError **err);

Use this method to fetch all domains managed by connection conn . Use e.g. gvir_connection_find_domain_by_id or @@ -804,9 +828,9 @@

gvir_connection_fetch_domains_async ()

void
 gvir_connection_fetch_domains_async (GVirConnection *conn,
-                                     GCancellable *cancellable,
-                                     GAsyncReadyCallback callback,
-                                     gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

@@ -843,10 +867,10 @@

gvir_connection_fetch_domains_finish ()

-
gboolean
+
gboolean
 gvir_connection_fetch_domains_finish (GVirConnection *conn,
-                                      GAsyncResult *result,
-                                      GError **err);
+ GAsyncResult *result, + GError **err);

Parameters

@@ -873,15 +897,15 @@

gvir_connection_get_uri ()

-
const gchar *
+
const gchar *
 gvir_connection_get_uri (GVirConnection *conn);

gvir_connection_get_hypervisor_name ()

-
gchar *
+
gchar *
 gvir_connection_get_hypervisor_name (GVirConnection *conn,
-                                     GError **err);
+ GError **err);

Get name of current hypervisor used.

Parameters

@@ -899,7 +923,7 @@
- + @@ -914,9 +938,9 @@

gvir_connection_get_version ()

-
gulong
+
gulong
 gvir_connection_get_version (GVirConnection *conn,
-                             GError **err);
+ GError **err);

Get version of current hypervisor used.

Parameters

@@ -934,7 +958,7 @@
- + @@ -949,7 +973,7 @@

gvir_connection_get_domains ()

-
GList *
+
GList *
 gvir_connection_get_domains (GVirConnection *conn);

Gets a list of the domains available through conn .

@@ -971,8 +995,8 @@

Returns

List -of GVirDomain. The returned list should be freed with g_list_free(), -after its elements have been unreffed with g_object_unref().

+of GVirDomain. The returned list should be freed with g_list_free(), +after its elements have been unreffed with g_object_unref().

[element-type LibvirtGObject.Domain][transfer full]

@@ -981,7 +1005,7 @@

gvir_connection_get_domain ()

GVirDomain *
 gvir_connection_get_domain (GVirConnection *conn,
-                            const gchar *uuid);
+ const gchar *uuid);

Parameters

err

return location for any GError

return location for any GError

 

err

return location for any GError

return location for any GError

 
@@ -1007,7 +1031,7 @@

Returns

the GVirDomain, or NULL. The returned -object should be unreffed with g_object_unref() when no longer needed.

+object should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -1016,7 +1040,7 @@

gvir_connection_find_domain_by_id ()

GVirDomain *
 gvir_connection_find_domain_by_id (GVirConnection *conn,
-                                   gint id);
+ gint id);

Parameters

@@ -1042,7 +1066,7 @@

Returns

the GVirDomain, or NULL. The returned -object should be unreffed with g_object_unref() when no longer needed.

+object should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -1051,7 +1075,7 @@

gvir_connection_find_domain_by_name ()

GVirDomain *
 gvir_connection_find_domain_by_name (GVirConnection *conn,
-                                     const gchar *name);
+ const gchar *name);

Parameters

@@ -1077,7 +1101,7 @@

Returns

the GVirDomain, or NULL. The returned -object should be unreffed with g_object_unref() when no longer needed.

+object should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -1087,7 +1111,7 @@
GVirDomain *
 gvir_connection_create_domain (GVirConnection *conn,
                                GVirConfigDomain *conf,
-                               GError **err);
+ GError **err);

Create the configuration file for a new persistent domain. The returned domain will initially be in the shutoff state.

@@ -1115,7 +1139,7 @@

Returns

the newly created domain, or NULL if an error -occurred. The returned object should be unreffed with g_object_unref() +occurred. The returned object should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -1126,8 +1150,8 @@
GVirDomain *
 gvir_connection_start_domain (GVirConnection *conn,
                               GVirConfigDomain *conf,
-                              guint flags,
-                              GError **err);
+ guint flags, + GError **err);

Start a new transient domain without persistent configuration. The returned domain will initially be running.

@@ -1155,7 +1179,7 @@

Returns

the newly created domain, or NULL if an error -occurred. The returned object should be unreffed with g_object_unref() +occurred. The returned object should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -1163,10 +1187,10 @@

gvir_connection_fetch_interfaces ()

-
gboolean
+
gboolean
 gvir_connection_fetch_interfaces (GVirConnection *conn,
-                                  GCancellable *cancellable,
-                                  GError **err);
+ GCancellable *cancellable, + GError **err);

Use this method to fetch information on all network interfaces managed by connection conn on host machine. Use @@ -1201,7 +1225,7 @@

Returns

-

TRUE on success, FALSE otherwise and err +

TRUE on success, FALSE otherwise and err is set.

@@ -1211,9 +1235,9 @@
void
 gvir_connection_fetch_interfaces_async
                                (GVirConnection *conn,
-                                GCancellable *cancellable,
-                                GAsyncReadyCallback callback,
-                                gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

@@ -1250,11 +1274,11 @@

gvir_connection_fetch_interfaces_finish ()

-
gboolean
+
gboolean
 gvir_connection_fetch_interfaces_finish
                                (GVirConnection *conn,
-                                GAsyncResult *result,
-                                GError **err);
+ GAsyncResult *result, + GError **err);

Parameters

@@ -1286,7 +1310,7 @@

gvir_connection_get_interfaces ()

-
GList *
+
GList *
 gvir_connection_get_interfaces (GVirConnection *conn);

Get a list of all the network interfaces managed by connection conn on @@ -1309,8 +1333,8 @@

Returns

List -of GVirInterface. The returned list should be freed with g_list_free(), -after its elements have been unreffed with g_object_unref().

+of GVirInterface. The returned list should be freed with g_list_free(), +after its elements have been unreffed with g_object_unref().

[element-type LibvirtGObject.Interface][transfer full]

@@ -1319,7 +1343,7 @@

gvir_connection_get_interface ()

GVirInterface *
 gvir_connection_get_interface (GVirConnection *conn,
-                               const gchar *name);
+ const gchar *name);

Get a particular interface which has name name .

@@ -1349,7 +1373,7 @@

A new reference to a GVirInterface, or NULL if no interface exists with name name . The returned object must be unreffed -using g_object_unref() once used.

+using g_object_unref() once used.

[transfer full]

@@ -1358,7 +1382,7 @@

gvir_connection_find_interface_by_mac ()

GVirInterface *
 gvir_connection_find_interface_by_mac (GVirConnection *conn,
-                                       const gchar *macaddr);
+ const gchar *macaddr);

Get a particular interface which has MAC address mac .

@@ -1388,17 +1412,17 @@

A new reference to a GVirInterface, or NULL if no interface exists with MAC address mac . The returned object must be -unreffed using g_object_unref() once used.

+unreffed using g_object_unref() once used.

[transfer full]


gvir_connection_fetch_networks ()

-
gboolean
+
gboolean
 gvir_connection_fetch_networks (GVirConnection *conn,
-                                GCancellable *cancellable,
-                                GError **err);
+ GCancellable *cancellable, + GError **err);

Use this method to fetch all networks managed by connection conn . Use e.g. gvir_connection_find_network_by_name or @@ -1432,9 +1456,9 @@

gvir_connection_fetch_networks_async ()

void
 gvir_connection_fetch_networks_async (GVirConnection *conn,
-                                      GCancellable *cancellable,
-                                      GAsyncReadyCallback callback,
-                                      gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

@@ -1471,10 +1495,10 @@

gvir_connection_fetch_networks_finish ()

-
gboolean
+
gboolean
 gvir_connection_fetch_networks_finish (GVirConnection *conn,
-                                       GAsyncResult *result,
-                                       GError **err);
+ GAsyncResult *result, + GError **err);

Parameters

@@ -1506,7 +1530,7 @@

gvir_connection_get_networks ()

-
GList *
+
GList *
 gvir_connection_get_networks (GVirConnection *conn);

Get a list of all the network networks available through conn .

@@ -1528,8 +1552,8 @@

Returns

List -of GVirNetwork. The returned list should be freed with g_list_free(), -after its elements have been unreffed with g_object_unref().

+of GVirNetwork. The returned list should be freed with g_list_free(), +after its elements have been unreffed with g_object_unref().

[element-type LibvirtGObject.Network][transfer full]

@@ -1538,7 +1562,7 @@

gvir_connection_get_network ()

GVirNetwork *
 gvir_connection_get_network (GVirConnection *conn,
-                             const gchar *uuid);
+ const gchar *uuid);

Get a particular network which has UUID uuid .

@@ -1568,7 +1592,7 @@

A new reference to a GVirNetwork, or NULL if no network exists with UUID uuid . The returned object must be unreffed using -g_object_unref() once used.

+g_object_unref() once used.

[transfer full]

@@ -1577,7 +1601,7 @@

gvir_connection_find_network_by_name ()

GVirNetwork *
 gvir_connection_find_network_by_name (GVirConnection *conn,
-                                      const gchar *name);
+ const gchar *name);

Get a particular network which has name name .

@@ -1607,14 +1631,14 @@

A new reference to a GVirNetwork, or NULL if no network exists with name name . The returned object must be unreffed using -g_object_unref() once used.

+g_object_unref() once used.

[transfer full]


gvir_connection_get_network_filters ()

-
GList *
+
GList *
 gvir_connection_get_network_filters (GVirConnection *conn);

@@ -1622,7 +1646,7 @@

gvir_connection_get_network_filter ()

GVirNetworkFilter *
 gvir_connection_get_network_filter (GVirConnection *conn,
-                                    const gchar *uuid);
+ const gchar *uuid);
@@ -1630,12 +1654,12 @@
GVirNetworkFilter *
 gvir_connection_find_network_filter_by_name
                                (GVirConnection *conn,
-                                const gchar *name);
+ const gchar *name);

gvir_connection_get_node_devices ()

-
GList *
+
GList *
 gvir_connection_get_node_devices (GVirConnection *conn);

@@ -1643,12 +1667,12 @@

gvir_connection_get_node_device ()

GVirNodeDevice *
 gvir_connection_get_node_device (GVirConnection *conn,
-                                 const gchar *name);
+ const gchar *name);

gvir_connection_get_secrets ()

-
GList *
+
GList *
 gvir_connection_get_secrets (GVirConnection *conn);

@@ -1656,15 +1680,15 @@

gvir_connection_get_secret ()

GVirSecret *
 gvir_connection_get_secret (GVirConnection *conn,
-                            const gchar *uuid);
+ const gchar *uuid);

gvir_connection_fetch_storage_pools ()

-
gboolean
+
gboolean
 gvir_connection_fetch_storage_pools (GVirConnection *conn,
-                                     GCancellable *cancellable,
-                                     GError **err);
+ GCancellable *cancellable, + GError **err);

Use this method to fetch all storage pools managed by connection conn . Use e.g. gvir_connection_find_storage_pool_by_name or @@ -1699,9 +1723,9 @@

void
 gvir_connection_fetch_storage_pools_async
                                (GVirConnection *conn,
-                                GCancellable *cancellable,
-                                GAsyncReadyCallback callback,
-                                gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

@@ -1738,11 +1762,11 @@

gvir_connection_fetch_storage_pools_finish ()

-
gboolean
+
gboolean
 gvir_connection_fetch_storage_pools_finish
                                (GVirConnection *conn,
-                                GAsyncResult *result,
-                                GError **err);
+ GAsyncResult *result, + GError **err);

Parameters

@@ -1769,7 +1793,7 @@

gvir_connection_get_storage_pools ()

-
GList *
+
GList *
 gvir_connection_get_storage_pools (GVirConnection *conn);

Gets a list of the storage pools available through conn .

@@ -1792,8 +1816,8 @@

Returns

List of GVirStoragePool. The returned list should be freed with -g_list_free(), after its elements have been unreffed with -g_object_unref().

+g_list_free(), after its elements have been unreffed with +g_object_unref().

[element-type LibvirtGObject.StoragePool][transfer full]

@@ -1802,7 +1826,7 @@

gvir_connection_get_storage_pool ()

GVirStoragePool *
 gvir_connection_get_storage_pool (GVirConnection *conn,
-                                  const gchar *uuid);
+ const gchar *uuid);

Parameters

@@ -1828,7 +1852,7 @@

Returns

the GVirStoragePool, or NULL. The returned -object should be unreffed with g_object_unref() when no longer needed.

+object should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -1838,7 +1862,7 @@
GVirStoragePool *
 gvir_connection_find_storage_pool_by_name
                                (GVirConnection *conn,
-                                const gchar *name);
+ const gchar *name);

Parameters

@@ -1864,7 +1888,7 @@

Returns

the GVirStoragePool, or NULL. The returned -object should be unreffed with g_object_unref() when no longer needed.

+object should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -1874,8 +1898,8 @@
GVirStoragePool *
 gvir_connection_create_storage_pool (GVirConnection *conn,
                                      GVirConfigStoragePool *conf,
-                                     guint flags,
-                                     GError **err);
+ guint flags, + GError **err);

Parameters

@@ -1902,7 +1926,7 @@ - + @@ -1911,8 +1935,8 @@

Returns

the newly created storage pool, or NULL if an -error occurred. The returned list should be freed with g_list_free(), -after its elements have been unreffed with g_object_unref().

+error occurred. The returned list should be freed with g_list_free(), +after its elements have been unreffed with g_object_unref().

[transfer full]

@@ -1921,7 +1945,7 @@

gvir_connection_get_stream ()

GVirStream *
 gvir_connection_get_stream (GVirConnection *conn,
-                            guint flags);
+ guint flags);

Parameters

err

return location for any GError

return location for any GError

 
@@ -1947,7 +1971,7 @@

Returns

a GVirStream stream, or NULL.The returned -object should be unreffed with g_object_unref() when no longer needed.

+object should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -1956,7 +1980,7 @@

gvir_connection_get_node_info ()

GVirNodeInfo *
 gvir_connection_get_node_info (GVirConnection *conn,
-                               GError **err);
+ GError **err);

Parameters

@@ -1973,7 +1997,7 @@ - + @@ -1982,7 +2006,7 @@

Returns

the info, or NULL if an error occurred. The -returned object should be unreffed with g_object_unref() when no longer +returned object should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -1992,7 +2016,7 @@

gvir_connection_get_capabilities ()

GVirConfigCapabilities *
 gvir_connection_get_capabilities (GVirConnection *conn,
-                                  GError **err);
+ GError **err);

Parameters

err

return location for any GError

return location for any GError

 
@@ -2009,7 +2033,7 @@ - + @@ -2018,7 +2042,7 @@

Returns

a GVirConfigCapabilities or NULL. The -returned object should be unreffed with g_object_unref() when no longer +returned object should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -2029,9 +2053,9 @@
void
 gvir_connection_get_capabilities_async
                                (GVirConnection *conn,
-                                GCancellable *cancellable,
-                                GAsyncReadyCallback callback,
-                                gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

err

return location for any GError

return location for any GError

 
@@ -2071,8 +2095,8 @@
GVirConfigCapabilities *
 gvir_connection_get_capabilities_finish
                                (GVirConnection *conn,
-                                GAsyncResult *result,
-                                GError **err);
+ GAsyncResult *result, + GError **err);

Parameters

@@ -2098,7 +2122,7 @@

Returns

a GVirConfigCapabilities or NULL. The -returned object should be unreffed with g_object_unref() when no longer +returned object should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -2106,13 +2130,13 @@

gvir_connection_restore_domain_from_file ()

-
gboolean
+
gboolean
 gvir_connection_restore_domain_from_file
                                (GVirConnection *conn,
-                                gchar *filename,
+                                gchar *filename,
                                 GVirConfigDomain *custom_conf,
-                                guint flags,
-                                GError **err);
+ guint flags, + GError **err);

Restores the domain saved with gvir_domain_save_to_file

Parameters

@@ -2157,12 +2181,12 @@
void
 gvir_connection_restore_domain_from_file_async
                                (GVirConnection *conn,
-                                gchar *filename,
+                                gchar *filename,
                                 GVirConfigDomain *custom_conf,
-                                guint flags,
-                                GCancellable *cancellable,
-                                GAsyncReadyCallback callback,
-                                gpointer user_data);
+ guint flags, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Asynchronous variant of gvir_connection_restore_domain_from_file

Parameters

@@ -2215,11 +2239,11 @@

gvir_connection_restore_domain_from_file_finish ()

-
gboolean
+
gboolean
 gvir_connection_restore_domain_from_file_finish
                                (GVirConnection *conn,
-                                GAsyncResult *result,
-                                GError **err);
+ GAsyncResult *result, + GError **err);

Finishes the operation started by gvir_restore_domain_from_file_async.

Parameters

@@ -2251,6 +2275,183 @@

Returns

TRUE if domain was restored successfully, FALSE otherwise.

+
+
+
+
+

gvir_connection_get_domain_capabilities ()

+
GVirConfigDomainCapabilities *
+gvir_connection_get_domain_capabilities
+                               (GVirConnection *conn,
+                                const gchar *emulatorbin,
+                                const gchar *arch,
+                                const gchar *machine,
+                                const gchar *virttype,
+                                guint flags,
+                                GError **err);
+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

conn

a GVirConnection

 

emulatorbin

path to emulator.

[allow-none]

arch

domain architecture.

[allow-none]

machine

machine type.

[allow-none]

virttype

virtualization type.

[allow-none]

flags

extra flags; not used yet, so callers should always pass 0

 

err

return location for any GError

 
+
+
+

Returns

+

a GVirConfigDomainCapabilities or NULL. +The return object should be unreffed with g_object_unref() when no longer +needed.

+

[transfer full]

+
+
+
+
+

gvir_connection_get_domain_capabilities_async ()

+
void
+gvir_connection_get_domain_capabilities_async
+                               (GVirConnection *conn,
+                                const gchar *emulatorbin,
+                                const gchar *arch,
+                                const gchar *machine,
+                                const gchar *virttype,
+                                guint flags,
+                                GCancellable *cancellable,
+                                GAsyncReadyCallback callback,
+                                gpointer user_data);
+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

conn

a GVirConnection

 

emulatorbin

path to emulator.

[allow-none]

arch

domain architecture.

[allow-none]

machine

machine type.

[allow-none]

virttype

virtualization type.

[allow-none]

flags

extra flags; not used yet, so callers should always pass 0

 

cancellable

cancellation object.

[allow-none][transfer none]

callback

completion callback.

[scope async]

user_data

opaque data for callback.

[closure]
+
+
+
+
+

gvir_connection_get_domain_capabilities_finish ()

+
GVirConfigDomainCapabilities *
+gvir_connection_get_domain_capabilities_finish
+                               (GVirConnection *conn,
+                                GAsyncResult *result,
+                                GError **err);
+
+

Parameters

+
+++++ + + + + + + + + + + + + +

conn

a GVirConnection

 

result

async method result.

[transfer none]
+
+
+

Returns

+

a GVirConfigDomainCapabilities or NULL. +The returned object should be unreffed with g_object_unref() when no +longer needed.

+

[transfer full]

@@ -2268,7 +2469,7 @@

The “uri” property

-
  “uri”                      gchar *
+
  “uri”                      gchar *

The connection URI.

Flags: Read / Write / Construct Only

Default value: NULL

@@ -2280,16 +2481,16 @@

The “connection-closed” signal

void
 user_function (GVirConnection *gvirconnection,
-               gpointer        user_data)
-

Flags: Run First

+ gpointer user_data) +

Flags: Run First


The “connection-opened” signal

void
 user_function (GVirConnection *gvirconnection,
-               gpointer        user_data)
-

Flags: Run First

+ gpointer user_data) +

Flags: Run First


@@ -2297,8 +2498,8 @@
void
 user_function (GVirConnection *gvirconnection,
                GVirDomain     *arg1,
-               gpointer        user_data)
-

Flags: Run First

+ gpointer user_data) +

Flags: Run First


@@ -2306,12 +2507,12 @@
void
 user_function (GVirConnection *gvirconnection,
                GVirDomain     *arg1,
-               gpointer        user_data)
-

Flags: Run First

+ gpointer user_data) +

Flags: Run First

+
Generated by GTK-Doc V1.29 diff --git a/docs/libvirt-gobject/html/GVirDomain.html b/docs/libvirt-gobject/html/GVirDomain.html index 30ce923..6a7ded0 100644 --- a/docs/libvirt-gobject/html/GVirDomain.html +++ b/docs/libvirt-gobject/html/GVirDomain.html @@ -8,7 +8,7 @@ - + @@ -43,14 +43,14 @@
const gchar * +const gchar * gvir_domain_get_name ()
const gchar * +const gchar * gvir_domain_get_uuid () @@ -58,7 +58,7 @@
-gint +gint gvir_domain_get_id () @@ -66,7 +66,7 @@
-gboolean +gboolean gvir_domain_start () @@ -82,7 +82,7 @@
-gboolean +gboolean gvir_domain_start_finish () @@ -90,7 +90,7 @@
-gboolean +gboolean gvir_domain_resume () @@ -106,7 +106,7 @@
-gboolean +gboolean gvir_domain_resume_finish () @@ -114,7 +114,7 @@
-gboolean +gboolean gvir_domain_wakeup () @@ -130,7 +130,7 @@
-gboolean +gboolean gvir_domain_wakeup_finish () @@ -138,7 +138,7 @@
-gboolean +gboolean gvir_domain_stop () @@ -146,7 +146,7 @@
-gboolean +gboolean gvir_domain_delete () @@ -154,7 +154,7 @@
-gboolean +gboolean gvir_domain_shutdown () @@ -162,7 +162,7 @@
-gboolean +gboolean gvir_domain_reboot () @@ -170,7 +170,7 @@
-gboolean +gboolean gvir_domain_save_to_file () @@ -186,7 +186,7 @@
-gboolean +gboolean gvir_domain_save_to_file_finish () @@ -226,7 +226,7 @@
-gboolean +gboolean gvir_domain_set_config () @@ -234,7 +234,7 @@
-gchar * +gchar * gvir_domain_screenshot () @@ -242,7 +242,7 @@
-gboolean +gboolean gvir_domain_open_console () @@ -250,7 +250,7 @@
-gboolean +gboolean gvir_domain_open_graphics () @@ -266,7 +266,7 @@
-gboolean +gboolean gvir_domain_suspend () @@ -274,7 +274,7 @@
-gboolean +gboolean gvir_domain_save () @@ -290,7 +290,7 @@
-gboolean +gboolean gvir_domain_save_finish () @@ -298,7 +298,7 @@
-gboolean +gboolean gvir_domain_get_persistent () @@ -306,7 +306,7 @@
-gboolean +gboolean gvir_domain_get_saved () @@ -314,7 +314,7 @@
-GList * +GList * gvir_domain_get_devices () @@ -322,7 +322,7 @@
-gboolean +gboolean gvir_domain_update_device () @@ -354,7 +354,7 @@
-gboolean +gboolean gvir_domain_fetch_snapshots () @@ -362,7 +362,7 @@
-GList * +GList * gvir_domain_get_snapshots () @@ -378,7 +378,7 @@
-gboolean +gboolean gvir_domain_fetch_snapshots_finish () @@ -386,7 +386,7 @@
-gboolean +gboolean gvir_domain_get_has_current_snapshot () @@ -394,7 +394,7 @@
-gboolean +gboolean gvir_domain_set_time () @@ -410,7 +410,7 @@
-gboolean +gboolean gvir_domain_set_time_finish () @@ -435,7 +435,7 @@ Read / Write / Construct Only
gbooleangboolean persistent Read
void pmsuspendedNo HooksNo Hooks
void resumedNo HooksNo Hooks
void startedNo HooksNo Hooks
void stoppedNo HooksNo Hooks
void suspendedNo HooksNo Hooks
void updatedNo HooksNo Hooks
@@ -535,7 +535,7 @@

Object Hierarchy

    GBoxed
     ╰── GVirDomainInfo
-    GObject
+    GObject
     ╰── GVirDomain
 
@@ -546,29 +546,29 @@

Functions

gvir_domain_get_name ()

-
const gchar *
+
const gchar *
 gvir_domain_get_name (GVirDomain *dom);

gvir_domain_get_uuid ()

-
const gchar *
+
const gchar *
 gvir_domain_get_uuid (GVirDomain *dom);

gvir_domain_get_id ()

-
gint
+
gint
 gvir_domain_get_id (GVirDomain *dom,
-                    GError **err);
+ GError **err);

gvir_domain_start ()

-
gboolean
+
gboolean
 gvir_domain_start (GVirDomain *dom,
-                   guint flags,
-                   GError **err);
+ guint flags, + GError **err);

Parameters

@@ -597,10 +597,10 @@

gvir_domain_start_async ()

void
 gvir_domain_start_async (GVirDomain *dom,
-                         guint flags,
-                         GCancellable *cancellable,
-                         GAsyncReadyCallback callback,
-                         gpointer user_data);
+ guint flags, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Asynchronous variant of gvir_domain_start.

Parameters

@@ -643,17 +643,17 @@

gvir_domain_start_finish ()

-
gboolean
+
gboolean
 gvir_domain_start_finish (GVirDomain *dom,
-                          GAsyncResult *result,
-                          GError **err);
+ GAsyncResult *result, + GError **err);

gvir_domain_resume ()

-
gboolean
+
gboolean
 gvir_domain_resume (GVirDomain *dom,
-                    GError **err);
+ GError **err);

Parameters

@@ -686,9 +686,9 @@

gvir_domain_resume_async ()

void
 gvir_domain_resume_async (GVirDomain *dom,
-                          GCancellable *cancellable,
-                          GAsyncReadyCallback callback,
-                          gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Asynchronous variant of gvir_domain_resume.

Parameters

@@ -726,18 +726,18 @@

gvir_domain_resume_finish ()

-
gboolean
+
gboolean
 gvir_domain_resume_finish (GVirDomain *dom,
-                           GAsyncResult *result,
-                           GError **err);
+ GAsyncResult *result, + GError **err);

gvir_domain_wakeup ()

-
gboolean
+
gboolean
 gvir_domain_wakeup (GVirDomain *dom,
-                    guint flags,
-                    GError **err);
+ guint flags, + GError **err);

Parameters

@@ -775,10 +775,10 @@

gvir_domain_wakeup_async ()

void
 gvir_domain_wakeup_async (GVirDomain *dom,
-                          guint flags,
-                          GCancellable *cancellable,
-                          GAsyncReadyCallback callback,
-                          gpointer user_data);
+ guint flags, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Asynchronous variant of gvir_domain_wakeup.

Parameters

@@ -821,18 +821,18 @@

gvir_domain_wakeup_finish ()

-
gboolean
+
gboolean
 gvir_domain_wakeup_finish (GVirDomain *dom,
-                           GAsyncResult *result,
-                           GError **err);
+ GAsyncResult *result, + GError **err);

gvir_domain_stop ()

-
gboolean
+
gboolean
 gvir_domain_stop (GVirDomain *dom,
-                  guint flags,
-                  GError **err);
+ guint flags, + GError **err);

Parameters

@@ -859,10 +859,10 @@

gvir_domain_delete ()

-
gboolean
+
gboolean
 gvir_domain_delete (GVirDomain *dom,
-                    guint flags,
-                    GError **err);
+ guint flags, + GError **err);

Parameters

@@ -889,10 +889,10 @@

gvir_domain_shutdown ()

-
gboolean
+
gboolean
 gvir_domain_shutdown (GVirDomain *dom,
-                      guint flags,
-                      GError **err);
+ guint flags, + GError **err);

Parameters

@@ -919,10 +919,10 @@

gvir_domain_reboot ()

-
gboolean
+
gboolean
 gvir_domain_reboot (GVirDomain *dom,
-                    guint flags,
-                    GError **err);
+ guint flags, + GError **err);

Parameters

@@ -949,12 +949,12 @@

gvir_domain_save_to_file ()

-
gboolean
+
gboolean
 gvir_domain_save_to_file (GVirDomain *dom,
-                          gchar *filename,
+                          gchar *filename,
                           GVirConfigDomain *custom_conf,
-                          guint flags,
-                          GError **err);
+ guint flags, + GError **err);

Parameters

@@ -997,12 +997,12 @@

gvir_domain_save_to_file_async ()

void
 gvir_domain_save_to_file_async (GVirDomain *dom,
-                                gchar *filename,
+                                gchar *filename,
                                 GVirConfigDomain *custom_conf,
-                                guint flags,
-                                GCancellable *cancellable,
-                                GAsyncReadyCallback callback,
-                                gpointer user_data);
+ guint flags, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Asynchronous variant of gvir_domain_save_to_file

Parameters

@@ -1055,10 +1055,10 @@

gvir_domain_save_to_file_finish ()

-
gboolean
+
gboolean
 gvir_domain_save_to_file_finish (GVirDomain *dom,
-                                 GAsyncResult *result,
-                                 GError **err);
+ GAsyncResult *result, + GError **err);

Finishes the operation started by gvir_domain_save_to_file_async.

Parameters

@@ -1097,7 +1097,7 @@

gvir_domain_get_info ()

GVirDomainInfo *
 gvir_domain_get_info (GVirDomain *dom,
-                      GError **err);
+ GError **err);

Parameters

@@ -1116,7 +1116,7 @@

Returns

the info. The returned structure should be -freed using g_boxed_free() with GVIR_TYPE_DOMAIN_INFO as the first argument +freed using g_boxed_free() with GVIR_TYPE_DOMAIN_INFO as the first argument when no longer needed.

[transfer full]

@@ -1126,9 +1126,9 @@

gvir_domain_get_info_async ()

void
 gvir_domain_get_info_async (GVirDomain *dom,
-                            GCancellable *cancellable,
-                            GAsyncReadyCallback callback,
-                            gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Asynchronous variant of gvir_domain_get_info.

Parameters

@@ -1168,8 +1168,8 @@

gvir_domain_get_info_finish ()

GVirDomainInfo *
 gvir_domain_get_info_finish (GVirDomain *dom,
-                             GAsyncResult *result,
-                             GError **err);
+ GAsyncResult *result, + GError **err);

Finishes the operation started by gvir_domain_get_info_async.

Parameters

@@ -1201,7 +1201,7 @@

Returns

the info. The returned object should be -unreffed with g_object_unref() when no longer needed.

+unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -1210,8 +1210,8 @@

gvir_domain_get_config ()

GVirConfigDomain *
 gvir_domain_get_config (GVirDomain *dom,
-                        guint flags,
-                        GError **err);
+ guint flags, + GError **err);

Parameters

@@ -1237,17 +1237,17 @@

Returns

the config. The returned object should be -unreffed with g_object_unref() when no longer needed.

+unreffed with g_object_unref() when no longer needed.

[transfer full]


gvir_domain_set_config ()

-
gboolean
+
gboolean
 gvir_domain_set_config (GVirDomain *domain,
                         GVirConfigDomain *conf,
-                        GError **err);
+ GError **err);

Resets configuration of an existing domain.

Note: If domain is already running, the new configuration will not take affect until domain reboots.

@@ -1286,12 +1286,12 @@

gvir_domain_screenshot ()

-
gchar *
+
gchar *
 gvir_domain_screenshot (GVirDomain *dom,
                         GVirStream *stream,
-                        guint monitor_id,
-                        guint flags,
-                        GError **err);
+ guint monitor_id, + guint flags, + GError **err);

Parameters

@@ -1329,12 +1329,12 @@

gvir_domain_open_console ()

-
gboolean
+
gboolean
 gvir_domain_open_console (GVirDomain *dom,
                           GVirStream *stream,
-                          const gchar *devname,
-                          guint flags,
-                          GError **err);
+ const gchar *devname, + guint flags, + GError **err);

Open a text console for the domain dom , connecting it to the stream stream @@ -1383,12 +1383,12 @@


gvir_domain_open_graphics ()

-
gboolean
+
gboolean
 gvir_domain_open_graphics (GVirDomain *dom,
-                           guint idx,
+                           guint idx,
                            int fd,
                            unsigned int flags,
-                           GError **err);
+ GError **err);

Open a connection to the local graphics display, connecting it to the socket pair file descriptor passed in as fd .

@@ -1434,9 +1434,9 @@

gvir_domain_open_graphics_fd ()

int
 gvir_domain_open_graphics_fd (GVirDomain *dom,
-                              guint idx,
+                              guint idx,
                               unsigned int flags,
-                              GError **err);
+ GError **err);

This will create a socket pair connected to the graphics backend of dom . One end of the socket will be returned on success, and the other end is handed to @@ -1481,9 +1481,9 @@


gvir_domain_suspend ()

-
gboolean
+
gboolean
 gvir_domain_suspend (GVirDomain *dom,
-                     GError **err);
+ GError **err);

Suspends an active domain, the process is frozen without further access to CPU resources and I/O but the memory used by the domain at the hypervisor level will stay allocated. Use gvir_domain_resume() to reactivate the domain.

@@ -1517,10 +1517,10 @@

gvir_domain_save ()

-
gboolean
+
gboolean
 gvir_domain_save (GVirDomain *dom,
                   unsigned int flags,
-                  GError **err);
+ GError **err);

Saves the state of the domain on disk and stops it. Use gvir_domain_start to restore the saved state of the domain. A saved domain can be restored even after shutdown/reboot of host machine.

@@ -1562,9 +1562,9 @@
void
 gvir_domain_save_async (GVirDomain *dom,
                         unsigned int flags,
-                        GCancellable *cancellable,
-                        GAsyncReadyCallback callback,
-                        gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Asynchronous variant of gvir_domain_save.

Parameters

@@ -1607,10 +1607,10 @@

gvir_domain_save_finish ()

-
gboolean
+
gboolean
 gvir_domain_save_finish (GVirDomain *dom,
-                         GAsyncResult *result,
-                         GError **err);
+ GAsyncResult *result, + GError **err);

Finishes the operation started by gvir_domain_save_async.

Parameters

@@ -1647,7 +1647,7 @@

gvir_domain_get_persistent ()

-
gboolean
+
gboolean
 gvir_domain_get_persistent (GVirDomain *dom);

Parameters

@@ -1672,7 +1672,7 @@

gvir_domain_get_saved ()

-
gboolean
+
gboolean
 gvir_domain_get_saved (GVirDomain *dom);

Parameters

@@ -1698,13 +1698,13 @@

gvir_domain_get_devices ()

-
GList *
+
GList *
 gvir_domain_get_devices (GVirDomain *domain,
-                         GError **err);
+ GError **err);

Gets the list of devices attached to domain . The returned list should -be freed with g_list_free(), after its elements have been unreffed with -g_object_unref().

+be freed with g_list_free(), after its elements have been unreffed with +g_object_unref().

Parameters

@@ -1730,18 +1730,18 @@

Returns

a newly -allocated GList of GVirDomainDevice.

+allocated GList of GVirDomainDevice.

[element-type LibvirtGObject.DomainDevice][transfer full]


gvir_domain_update_device ()

-
gboolean
+
gboolean
 gvir_domain_update_device (GVirDomain *dom,
                            GVirConfigDomainDevice *device,
-                           guint flags,
-                           GError **err);
+ guint flags, + GError **err);

Update the configuration of a device.

Parameters

@@ -1786,8 +1786,8 @@
GVirDomainSnapshot *
 gvir_domain_create_snapshot (GVirDomain *dom,
                              GVirConfigDomainSnapshot *custom_conf,
-                             guint flags,
-                             GError **err);
+ guint flags, + GError **err);

Parameters

@@ -1833,10 +1833,10 @@
void
 gvir_domain_create_snapshot_async (GVirDomain *dom,
                                    GVirConfigDomainSnapshot *custom_conf,
-                                   guint flags,
-                                   GCancellable *cancellable,
-                                   GAsyncReadyCallback callback,
-                                   gpointer user_data);
+ guint flags, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

@@ -1853,7 +1853,7 @@ - + @@ -1885,8 +1885,8 @@

gvir_domain_create_snapshot_finish ()

GVirDomainSnapshot *
 gvir_domain_create_snapshot_finish (GVirDomain *domain,
-                                    GAsyncResult *result,
-                                    GError **error);
+ GAsyncResult *result, + GError **error);

Parameters

custom_conf

Configuration of snapshot or NULL.

Configuration of snapshot or NULL.

[allow-none]
@@ -1923,11 +1923,11 @@

gvir_domain_fetch_snapshots ()

-
gboolean
+
gboolean
 gvir_domain_fetch_snapshots (GVirDomain *dom,
-                             guint list_flags,
-                             GCancellable *cancellable,
-                             GError **error);
+ guint list_flags, + GCancellable *cancellable, + GError **error);

Parameters

@@ -1954,7 +1954,7 @@ - + @@ -1962,13 +1962,13 @@

Returns

-

TRUE on success, FALSE otherwise.

+

TRUE on success, FALSE otherwise.


gvir_domain_get_snapshots ()

-
GList *
+
GList *
 gvir_domain_get_snapshots (GVirDomain *dom);

Parameters

@@ -1989,8 +1989,8 @@

Returns

A list of all the snapshots available for the given domain. The returned -list should be freed with g_list_free(), after its elements have been -unreffed with g_object_unref().

+list should be freed with g_list_free(), after its elements have been +unreffed with g_object_unref().

[element-type LibvirtGObject.DomainSnapshot][transfer full]

@@ -1999,10 +1999,10 @@

gvir_domain_fetch_snapshots_async ()

void
 gvir_domain_fetch_snapshots_async (GVirDomain *dom,
-                                   guint list_flags,
-                                   GCancellable *cancellable,
-                                   GAsyncReadyCallback callback,
-                                   gpointer user_data);
+ guint list_flags, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

error

Place-holder for error or NULL.

Place-holder for error or NULL.

[allow-none]
@@ -2044,10 +2044,10 @@

gvir_domain_fetch_snapshots_finish ()

-
gboolean
+
gboolean
 gvir_domain_fetch_snapshots_finish (GVirDomain *dom,
-                                    GAsyncResult *res,
-                                    GError **error);
+ GAsyncResult *res, + GError **error);

Parameters

@@ -2078,11 +2078,11 @@

gvir_domain_get_has_current_snapshot ()

-
gboolean
+
gboolean
 gvir_domain_get_has_current_snapshot (GVirDomain *dom,
-                                      guint flags,
-                                      gboolean *has_current_snapshot,
-                                      GError **error);
+ guint flags, + gboolean *has_current_snapshot, + GError **error);

Parameters

@@ -2104,13 +2104,13 @@ - + - + @@ -2118,21 +2118,21 @@

Returns

-

TRUE on success, FALSE otherwise.

+

TRUE on success, FALSE otherwise.


gvir_domain_set_time ()

-
gboolean
+
gboolean
 gvir_domain_set_time (GVirDomain *dom,
-                      GDateTime *date_time,
-                      guint flags,
-                      GError **err);
+ GDateTime *date_time, + guint flags, + GError **err);

This function tries to set guest time to the given value. The passed time must in UTC.

If date_time - is NULL, the time is reset using the domain's RTC.

+ is NULL, the time is reset using the domain's RTC.

Please note that some hypervisors may require guest agent to be configured and running in order for this function to work.

@@ -2151,7 +2151,7 @@
- + @@ -2161,7 +2161,7 @@ - + @@ -2169,7 +2169,7 @@

Returns

-

TRUE on success, FALSE otherwise.

+

TRUE on success, FALSE otherwise.


@@ -2177,11 +2177,11 @@

gvir_domain_set_time_async ()

void
 gvir_domain_set_time_async (GVirDomain *dom,
-                            GDateTime *date_time,
-                            guint flags,
-                            GCancellable *cancellable,
-                            GAsyncReadyCallback callback,
-                            gpointer user_data);
+ GDateTime *date_time, + guint flags, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Asynchronous variant of gvir_domain_set_time.

Parameters

@@ -2199,7 +2199,7 @@
- + @@ -2229,10 +2229,10 @@

gvir_domain_set_time_finish ()

-
gboolean
+
gboolean
 gvir_domain_set_time_finish (GVirDomain *dom,
-                             GAsyncResult *result,
-                             GError **err);
+ GAsyncResult *result, + GError **err);

Finishes the operation started by gvir_domain_set_time_async.

Parameters

@@ -2263,7 +2263,7 @@

Returns

-

TRUE on success, FALSE otherwise.

+

TRUE on success, FALSE otherwise.

@@ -2752,7 +2752,7 @@

The “persistent” property

-
  “persistent”               gboolean
+
  “persistent”               gboolean

If domain is persistent.

Flags: Read

Default value: TRUE

@@ -2764,52 +2764,52 @@

The “pmsuspended” signal

void
 user_function (GVirDomain *gvirdomain,
-               gpointer    user_data)
-

Flags: No Hooks

+ gpointer user_data) +

Flags: No Hooks


The “resumed” signal

void
 user_function (GVirDomain *gvirdomain,
-               gpointer    user_data)
-

Flags: No Hooks

+ gpointer user_data) +

Flags: No Hooks


The “started” signal

void
 user_function (GVirDomain *gvirdomain,
-               gpointer    user_data)
-

Flags: No Hooks

+ gpointer user_data) +

Flags: No Hooks


The “stopped” signal

void
 user_function (GVirDomain *gvirdomain,
-               gpointer    user_data)
-

Flags: No Hooks

+ gpointer user_data) +

Flags: No Hooks


The “suspended” signal

void
 user_function (GVirDomain *gvirdomain,
-               gpointer    user_data)
-

Flags: No Hooks

+ gpointer user_data) +

Flags: No Hooks


The “updated” signal

void
 user_function (GVirDomain *gvirdomain,
-               gpointer    user_data)
-

Flags: No Hooks

+ gpointer user_data) +

Flags: No Hooks

+
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gobject/html/GVirDomainSnapshot.html b/docs/libvirt-gobject/html/GVirDomainSnapshot.html index ed4b299..e19f1d3 100644 --- a/docs/libvirt-gobject/html/GVirDomainSnapshot.html +++ b/docs/libvirt-gobject/html/GVirDomainSnapshot.html @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@ -

has_current_snapshot

Will be set to TRUE if the given domain -has a current snapshot and to FALSE otherwise.

Will be set to TRUE if the given domain +has a current snapshot and to FALSE otherwise.

[out]

error

Place-holder for error or NULL.

Place-holder for error or NULL.

[allow-none]

date_time

the time to set as GDateTime.

the time to set as GDateTime.

[allow-none][transfer none]

err

Place-holder for error or NULL.

Place-holder for error or NULL.

[allow-none]

date_time

the time to set as GDateTime.

the time to set as GDateTime.

[allow-none][transfer none]
const gchar * +const gchar * gvir_domain_snapshot_get_name () @@ -58,7 +58,7 @@
-gboolean +gboolean gvir_domain_snapshot_delete () @@ -74,7 +74,7 @@
-gboolean +gboolean gvir_domain_snapshot_delete_finish () @@ -82,7 +82,7 @@
-gboolean +gboolean gvir_domain_snapshot_get_is_current () @@ -90,7 +90,7 @@
-gboolean +gboolean gvir_domain_snapshot_revert_to () @@ -106,7 +106,7 @@
-gboolean +gboolean gvir_domain_snapshot_revert_to_finish () @@ -114,7 +114,7 @@
-gboolean +gboolean gvir_domain_snapshot_set_config () @@ -160,7 +160,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirDomainSnapshot
 
@@ -171,7 +171,7 @@

Functions

gvir_domain_snapshot_get_name ()

-
const gchar *
+
const gchar *
 gvir_domain_snapshot_get_name (GVirDomainSnapshot *snapshot);

@@ -179,8 +179,8 @@

gvir_domain_snapshot_get_config ()

GVirConfigDomainSnapshot *
 gvir_domain_snapshot_get_config (GVirDomainSnapshot *snapshot,
-                                 guint flags,
-                                 GError **err);
+ guint flags, + GError **err);

Parameters

@@ -206,17 +206,17 @@

Returns

the config. The returned object should be -unreffed with g_object_unref() when no longer needed.

+unreffed with g_object_unref() when no longer needed.

[transfer full]


gvir_domain_snapshot_delete ()

-
gboolean
+
gboolean
 gvir_domain_snapshot_delete (GVirDomainSnapshot *snapshot,
-                             guint flags,
-                             GError **error);
+ guint flags, + GError **error);

Parameters

@@ -254,10 +254,10 @@

gvir_domain_snapshot_delete_async ()

void
 gvir_domain_snapshot_delete_async (GVirDomainSnapshot *snapshot,
-                                   guint flags,
-                                   GCancellable *cancellable,
-                                   GAsyncReadyCallback callback,
-                                   gpointer user_data);
+ guint flags, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

@@ -299,10 +299,10 @@

gvir_domain_snapshot_delete_finish ()

-
gboolean
+
gboolean
 gvir_domain_snapshot_delete_finish (GVirDomainSnapshot *snapshot,
-                                    GAsyncResult *res,
-                                    GError **error);
+ GAsyncResult *res, + GError **error);

Parameters

@@ -327,17 +327,17 @@

Returns

-

TRUE on success, FALSE otherwise.

+

TRUE on success, FALSE otherwise.


gvir_domain_snapshot_get_is_current ()

-
gboolean
+
gboolean
 gvir_domain_snapshot_get_is_current (GVirDomainSnapshot *snapshot,
-                                     guint flags,
-                                     gboolean *is_current,
-                                     GError **error);
+ guint flags, + gboolean *is_current, + GError **error);

Parameters

@@ -359,13 +359,13 @@ - + - + @@ -373,16 +373,16 @@

Returns

-

TRUE on success, FALSE otherwise.

+

TRUE on success, FALSE otherwise.


gvir_domain_snapshot_revert_to ()

-
gboolean
+
gboolean
 gvir_domain_snapshot_revert_to (GVirDomainSnapshot *snapshot,
-                                guint flags,
-                                GError **error);
+ guint flags, + GError **error);

Parameters

is_current

TRUE if the given snapshot is the current snapshot -of its domain, FALSE otherwise.

TRUE if the given snapshot is the current snapshot +of its domain, FALSE otherwise.

[out]

error

Place-holder for error or NULL.

Place-holder for error or NULL.

[allow-none]
@@ -423,10 +423,10 @@

gvir_domain_snapshot_revert_to_async ()

void
 gvir_domain_snapshot_revert_to_async (GVirDomainSnapshot *snapshot,
-                                      guint flags,
-                                      GCancellable *cancellable,
-                                      GAsyncReadyCallback callback,
-                                      gpointer user_data);
+ guint flags, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

@@ -468,10 +468,10 @@

gvir_domain_snapshot_revert_to_finish ()

-
gboolean
+
gboolean
 gvir_domain_snapshot_revert_to_finish (GVirDomainSnapshot *snapshot,
-                                       GAsyncResult *result,
-                                       GError **error);
+ GAsyncResult *result, + GError **error);

Parameters

@@ -496,16 +496,16 @@

Returns

-

TRUE on success, FALSE otherwise.

+

TRUE on success, FALSE otherwise.


gvir_domain_snapshot_set_config ()

-
gboolean
+
gboolean
 gvir_domain_snapshot_set_config (GVirDomainSnapshot *snapshot,
                                  GVirConfigDomainSnapshot *conf,
-                                 GError **error);
+ GError **error);

Updates the given snapshot's configuration according to the given GVirConfigDomainSnapshot.

@@ -529,7 +529,7 @@
- + @@ -537,7 +537,7 @@

Returns

-

TRUE if no error was reported, FALSE otherwise.

+

TRUE if no error was reported, FALSE otherwise.

@@ -628,6 +628,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gobject/html/GVirInterface.html b/docs/libvirt-gobject/html/GVirInterface.html index e587a40..b68742f 100644 --- a/docs/libvirt-gobject/html/GVirInterface.html +++ b/docs/libvirt-gobject/html/GVirInterface.html @@ -8,7 +8,7 @@ - + @@ -42,14 +42,14 @@ - - - -

error

Place-holder for error or NULL.

Place-holder for error or NULL.

[allow-none]
const gchar * +const gchar * gvir_interface_get_name ()
const gchar * +const gchar * gvir_interface_get_mac () @@ -84,7 +84,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirInterface
 
@@ -95,13 +95,13 @@

Functions

gvir_interface_get_name ()

-
const gchar *
+
const gchar *
 gvir_interface_get_name (GVirInterface *iface);

gvir_interface_get_mac ()

-
const gchar *
+
const gchar *
 gvir_interface_get_mac (GVirInterface *iface);

@@ -109,8 +109,8 @@

gvir_interface_get_config ()

GVirConfigInterface *
 gvir_interface_get_config (GVirInterface *iface,
-                           guint flags,
-                           GError **err);
+ guint flags, + GError **err);

Parameters

@@ -141,7 +141,7 @@

Returns

the config. The returned object should be -unreffed with g_object_unref() when no longer needed.

+unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -160,6 +160,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gobject/html/GVirManager.html b/docs/libvirt-gobject/html/GVirManager.html index ca89243..ba34239 100644 --- a/docs/libvirt-gobject/html/GVirManager.html +++ b/docs/libvirt-gobject/html/GVirManager.html @@ -8,7 +8,7 @@ - + @@ -67,7 +67,7 @@ - + - +
-GList * +GList * gvir_manager_get_connections () @@ -96,19 +96,19 @@
void connection-addedRun FirstRun First
void connection-removedRun FirstRun First

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirManager
 
@@ -139,13 +139,13 @@

gvir_manager_get_connections ()

-
GList *
+
GList *
 gvir_manager_get_connections (GVirManager *man);

Returns

the connections. -The returned list should be freed with g_list_free(), after its elements -have been unreffed with g_object_unref().

+The returned list should be freed with g_list_free(), after its elements +have been unreffed with g_object_unref().

[transfer full][element-type GVirConnection]

@@ -154,11 +154,11 @@

gvir_manager_find_connection_by_uri ()

GVirConnection *
 gvir_manager_find_connection_by_uri (GVirManager *man,
-                                     const gchar *uri);
+ const gchar *uri);

Returns

the connection,or NULL. The -returned object should be unreffed with g_object_unref() when no longer +returned object should be unreffed with g_object_unref() when no longer needed.

[transfer full][allow-none]

@@ -174,8 +174,8 @@
void
 user_function (GVirManager    *gvirmanager,
                GVirConnection *arg1,
-               gpointer        user_data)
-

Flags: Run First

+ gpointer user_data) +

Flags: Run First


@@ -183,12 +183,12 @@
void
 user_function (GVirManager    *gvirmanager,
                GVirConnection *arg1,
-               gpointer        user_data)
-

Flags: Run First

+ gpointer user_data) +

Flags: Run First

+
Generated by GTK-Doc V1.29 diff --git a/docs/libvirt-gobject/html/GVirNetwork.html b/docs/libvirt-gobject/html/GVirNetwork.html index 3953492..661ddb1 100644 --- a/docs/libvirt-gobject/html/GVirNetwork.html +++ b/docs/libvirt-gobject/html/GVirNetwork.html @@ -8,7 +8,7 @@ - + @@ -42,14 +42,14 @@
const gchar * +const gchar * gvir_network_get_name ()
const gchar * +const gchar * gvir_network_get_uuid () @@ -65,7 +65,7 @@
-GList * +GList * gvir_network_get_dhcp_leases () @@ -92,7 +92,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirNetwork
 
@@ -103,13 +103,13 @@

Functions

gvir_network_get_name ()

-
const gchar *
+
const gchar *
 gvir_network_get_name (GVirNetwork *network);

gvir_network_get_uuid ()

-
const gchar *
+
const gchar *
 gvir_network_get_uuid (GVirNetwork *network);

@@ -117,8 +117,8 @@

gvir_network_get_config ()

GVirConfigNetwork *
 gvir_network_get_config (GVirNetwork *network,
-                         guint flags,
-                         GError **err);
+ guint flags, + GError **err);

Parameters

@@ -149,18 +149,18 @@

Returns

the config. The returned object should be -unreffed with g_object_unref() when no longer needed.

+unreffed with g_object_unref() when no longer needed.

[transfer full]


gvir_network_get_dhcp_leases ()

-
GList *
+
GList *
 gvir_network_get_dhcp_leases (GVirNetwork *network,
                               const char *mac,
-                              guint flags,
-                              GError **err);
+ guint flags, + GError **err);

This function fetches leases info of guests in the specified network. If the optional parameter mac is specified, the returned list will contain only @@ -204,7 +204,7 @@

Returns

the list of network leases. Each object in the returned list should be unreffed -with g_object_unref() and the list itself using g_list_free, when no longer +with g_object_unref() and the list itself using g_list_free, when no longer needed.

[element-type LibvirtGObject.NetworkDHCPLease][transfer full]

@@ -224,6 +224,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gobject/html/GVirNetworkFilter.html b/docs/libvirt-gobject/html/GVirNetworkFilter.html index 7cb36bc..2faec8f 100644 --- a/docs/libvirt-gobject/html/GVirNetworkFilter.html +++ b/docs/libvirt-gobject/html/GVirNetworkFilter.html @@ -8,7 +8,7 @@ - + @@ -42,14 +42,14 @@ - -
const gchar * +const gchar * gvir_network_filter_get_name ()
const gchar * +const gchar * gvir_network_filter_get_uuid () @@ -84,7 +84,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirNetworkFilter
 
@@ -95,13 +95,13 @@

Functions

gvir_network_filter_get_name ()

-
const gchar *
+
const gchar *
 gvir_network_filter_get_name (GVirNetworkFilter *filter);

gvir_network_filter_get_uuid ()

-
const gchar *
+
const gchar *
 gvir_network_filter_get_uuid (GVirNetworkFilter *filter);

@@ -109,8 +109,8 @@

gvir_network_filter_get_config ()

GVirConfigNetworkFilter *
 gvir_network_filter_get_config (GVirNetworkFilter *filter,
-                                guint flags,
-                                GError **err);
+ guint flags, + GError **err);

Parameters

@@ -141,7 +141,7 @@

Returns

the config. The returned object should be -unreffed with g_object_unref() when no longer needed.

+unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -160,6 +160,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gobject/html/GVirNodeDevice.html b/docs/libvirt-gobject/html/GVirNodeDevice.html index ce9b82a..f99c9f4 100644 --- a/docs/libvirt-gobject/html/GVirNodeDevice.html +++ b/docs/libvirt-gobject/html/GVirNodeDevice.html @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@ -
const gchar * +const gchar * gvir_node_device_get_name () @@ -77,7 +77,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirNodeDevice
 
@@ -88,7 +88,7 @@

Functions

gvir_node_device_get_name ()

-
const gchar *
+
const gchar *
 gvir_node_device_get_name (GVirNodeDevice *device);

@@ -96,8 +96,8 @@

gvir_node_device_get_config ()

GVirConfigNodeDevice *
 gvir_node_device_get_config (GVirNodeDevice *device,
-                             guint flags,
-                             GError **err);
+ guint flags, + GError **err);

Parameters

@@ -128,7 +128,7 @@

Returns

the config. The returned object should be -unreffed with g_object_unref() when no longer needed.

+unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -147,6 +147,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gobject/html/GVirSecret.html b/docs/libvirt-gobject/html/GVirSecret.html index e0c5f1f..3efae47 100644 --- a/docs/libvirt-gobject/html/GVirSecret.html +++ b/docs/libvirt-gobject/html/GVirSecret.html @@ -8,7 +8,7 @@ - + @@ -42,14 +42,14 @@ - -
const gchar * +const gchar * gvir_secret_get_name ()
const gchar * +const gchar * gvir_secret_get_uuid () @@ -84,7 +84,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GVirSecret
 
@@ -95,13 +95,13 @@

Functions

gvir_secret_get_name ()

-
const gchar *
+
const gchar *
 gvir_secret_get_name (GVirSecret *secret);

gvir_secret_get_uuid ()

-
const gchar *
+
const gchar *
 gvir_secret_get_uuid (GVirSecret *secret);

@@ -109,8 +109,8 @@

gvir_secret_get_config ()

GVirConfigSecret *
 gvir_secret_get_config (GVirSecret *secret,
-                        guint flags,
-                        GError **err);
+ guint flags, + GError **err);

Parameters

@@ -141,7 +141,7 @@

Returns

the config. The returned object should be -unreffed with g_object_unref() when no longer needed.

+unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -160,6 +160,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gobject/html/GVirStoragePool.html b/docs/libvirt-gobject/html/GVirStoragePool.html index f727777..4cac87a 100644 --- a/docs/libvirt-gobject/html/GVirStoragePool.html +++ b/docs/libvirt-gobject/html/GVirStoragePool.html @@ -8,7 +8,7 @@ - + @@ -42,14 +42,14 @@ - -
const gchar * +const gchar * gvir_storage_pool_get_name ()
const gchar * +const gchar * gvir_storage_pool_get_uuid () @@ -57,7 +57,7 @@
-gboolean +gboolean gvir_storage_pool_get_active () @@ -65,7 +65,7 @@
-gboolean +gboolean gvir_storage_pool_get_persistent () @@ -89,7 +89,7 @@
-gboolean +gboolean gvir_storage_pool_refresh () @@ -105,7 +105,7 @@
-gboolean +gboolean gvir_storage_pool_refresh_finish () @@ -113,7 +113,7 @@
-GList * +GList * gvir_storage_pool_get_volumes () @@ -137,7 +137,7 @@
-gboolean +gboolean gvir_storage_pool_build () @@ -153,7 +153,7 @@
-gboolean +gboolean gvir_storage_pool_build_finish () @@ -161,7 +161,7 @@
-gboolean +gboolean gvir_storage_pool_undefine () @@ -177,7 +177,7 @@
-gboolean +gboolean gvir_storage_pool_undefine_finish () @@ -185,7 +185,7 @@
-gboolean +gboolean gvir_storage_pool_start () @@ -201,7 +201,7 @@
-gboolean +gboolean gvir_storage_pool_start_finish () @@ -209,7 +209,7 @@
-gboolean +gboolean gvir_storage_pool_stop () @@ -225,7 +225,7 @@
-gboolean +gboolean gvir_storage_pool_stop_finish () @@ -233,7 +233,7 @@
-gboolean +gboolean gvir_storage_pool_delete () @@ -249,7 +249,7 @@
-gboolean +gboolean gvir_storage_pool_delete_finish () @@ -257,7 +257,7 @@
-gboolean +gboolean gvir_storage_pool_get_autostart () @@ -265,7 +265,7 @@
-gboolean +gboolean gvir_storage_pool_set_autostart () @@ -307,7 +307,7 @@

Object Hierarchy

    GBoxed
     ╰── GVirStoragePoolInfo
-    GObject
+    GObject
     ╰── GVirStoragePool
 
@@ -318,25 +318,25 @@

Functions

gvir_storage_pool_get_name ()

-
const gchar *
+
const gchar *
 gvir_storage_pool_get_name (GVirStoragePool *pool);

gvir_storage_pool_get_uuid ()

-
const gchar *
+
const gchar *
 gvir_storage_pool_get_uuid (GVirStoragePool *pool);

gvir_storage_pool_get_active ()

-
gboolean
+
gboolean
 gvir_storage_pool_get_active (GVirStoragePool *pool);

gvir_storage_pool_get_persistent ()

-
gboolean
+
gboolean
 gvir_storage_pool_get_persistent (GVirStoragePool *pool);

@@ -344,8 +344,8 @@

gvir_storage_pool_get_config ()

GVirConfigStoragePool *
 gvir_storage_pool_get_config (GVirStoragePool *pool,
-                              guint flags,
-                              GError **err);
+ guint flags, + GError **err);

Parameters

@@ -376,7 +376,7 @@

Returns

the config. The returned object should be -unreffed with g_object_unref() when no longer needed.

+unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -385,7 +385,7 @@

gvir_storage_pool_get_info ()

GVirStoragePoolInfo *
 gvir_storage_pool_get_info (GVirStoragePool *pool,
-                            GError **err);
+ GError **err);

Parameters

@@ -411,17 +411,17 @@

Returns

the info. The returned pointer should be -freed using g_boxed_free() when no longer needed.

+freed using g_boxed_free() when no longer needed.

[transfer full]


gvir_storage_pool_refresh ()

-
gboolean
+
gboolean
 gvir_storage_pool_refresh (GVirStoragePool *pool,
-                           GCancellable *cancellable,
-                           GError **err);
+ GCancellable *cancellable, + GError **err);

Parameters

@@ -450,9 +450,9 @@

gvir_storage_pool_refresh_async ()

void
 gvir_storage_pool_refresh_async (GVirStoragePool *pool,
-                                 GCancellable *cancellable,
-                                 GAsyncReadyCallback callback,
-                                 gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

@@ -489,10 +489,10 @@

gvir_storage_pool_refresh_finish ()

-
gboolean
+
gboolean
 gvir_storage_pool_refresh_finish (GVirStoragePool *pool,
-                                  GAsyncResult *result,
-                                  GError **err);
+ GAsyncResult *result, + GError **err);

Parameters

@@ -519,7 +519,7 @@

gvir_storage_pool_get_volumes ()

-
GList *
+
GList *
 gvir_storage_pool_get_volumes (GVirStoragePool *pool);

Parameters

@@ -539,8 +539,8 @@

Returns

List of GVirStorageVol. The returned list should be freed with -g_list_free(), after its elements have been unreffed with -g_object_unref().

+g_list_free(), after its elements have been unreffed with +g_object_unref().

[element-type LibvirtGObject.StorageVol][transfer full]

@@ -549,7 +549,7 @@

gvir_storage_pool_get_volume ()

GVirStorageVol *
 gvir_storage_pool_get_volume (GVirStoragePool *pool,
-                              const gchar *name);
+ const gchar *name);

Parameters

@@ -575,7 +575,7 @@

Returns

the GVirStorageVol, or NULL. The -returned object should be unreffed with g_object_unref() when no longer +returned object should be unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -586,7 +586,7 @@
GVirStorageVol *
 gvir_storage_pool_create_volume (GVirStoragePool *pool,
                                  GVirConfigStorageVol *conf,
-                                 GError **err);
+ GError **err);

Parameters

@@ -617,17 +617,17 @@

Returns

the newly created volume. The returned object -should be unreffed with g_object_unref() when no longer needed.

+should be unreffed with g_object_unref() when no longer needed.

[transfer full]


gvir_storage_pool_build ()

-
gboolean
+
gboolean
 gvir_storage_pool_build (GVirStoragePool *pool,
-                         guint flags,
-                         GError **err);
+ guint flags, + GError **err);

Parameters

@@ -649,7 +649,7 @@ - + @@ -665,10 +665,10 @@

gvir_storage_pool_build_async ()

void
 gvir_storage_pool_build_async (GVirStoragePool *pool,
-                               guint flags,
-                               GCancellable *cancellable,
-                               GAsyncReadyCallback callback,
-                               gpointer user_data);
+ guint flags, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

err

return location for any GError

return location for any GError

 
@@ -710,10 +710,10 @@

gvir_storage_pool_build_finish ()

-
gboolean
+
gboolean
 gvir_storage_pool_build_finish (GVirStoragePool *pool,
-                                GAsyncResult *result,
-                                GError **err);
+ GAsyncResult *result, + GError **err);

Parameters

@@ -735,7 +735,7 @@ - + @@ -749,9 +749,9 @@

gvir_storage_pool_undefine ()

-
gboolean
+
gboolean
 gvir_storage_pool_undefine (GVirStoragePool *pool,
-                            GError **err);
+ GError **err);

Parameters

err

return location for any GError

return location for any GError

 
@@ -768,7 +768,7 @@ - + @@ -784,9 +784,9 @@

gvir_storage_pool_undefine_async ()

void
 gvir_storage_pool_undefine_async (GVirStoragePool *pool,
-                                  GCancellable *cancellable,
-                                  GAsyncReadyCallback callback,
-                                  gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

err

return location for any GError

return location for any GError

 
@@ -823,10 +823,10 @@

gvir_storage_pool_undefine_finish ()

-
gboolean
+
gboolean
 gvir_storage_pool_undefine_finish (GVirStoragePool *pool,
-                                   GAsyncResult *result,
-                                   GError **err);
+ GAsyncResult *result, + GError **err);

Parameters

@@ -848,7 +848,7 @@ - + @@ -862,10 +862,10 @@

gvir_storage_pool_start ()

-
gboolean
+
gboolean
 gvir_storage_pool_start (GVirStoragePool *pool,
-                         guint flags,
-                         GError **err);
+ guint flags, + GError **err);

Parameters

err

return location for any GError

return location for any GError

 
@@ -887,7 +887,7 @@ - + @@ -903,10 +903,10 @@

gvir_storage_pool_start_async ()

void
 gvir_storage_pool_start_async (GVirStoragePool *pool,
-                               guint flags,
-                               GCancellable *cancellable,
-                               GAsyncReadyCallback callback,
-                               gpointer user_data);
+ guint flags, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

err

return location for any GError

return location for any GError

 
@@ -948,10 +948,10 @@

gvir_storage_pool_start_finish ()

-
gboolean
+
gboolean
 gvir_storage_pool_start_finish (GVirStoragePool *pool,
-                                GAsyncResult *result,
-                                GError **err);
+ GAsyncResult *result, + GError **err);

Parameters

@@ -973,7 +973,7 @@ - + @@ -987,9 +987,9 @@

gvir_storage_pool_stop ()

-
gboolean
+
gboolean
 gvir_storage_pool_stop (GVirStoragePool *pool,
-                        GError **err);
+ GError **err);

Parameters

err

return location for any GError

return location for any GError

 
@@ -1006,7 +1006,7 @@ - + @@ -1022,9 +1022,9 @@

gvir_storage_pool_stop_async ()

void
 gvir_storage_pool_stop_async (GVirStoragePool *pool,
-                              GCancellable *cancellable,
-                              GAsyncReadyCallback callback,
-                              gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

err

return location for any GError

return location for any GError

 
@@ -1061,10 +1061,10 @@

gvir_storage_pool_stop_finish ()

-
gboolean
+
gboolean
 gvir_storage_pool_stop_finish (GVirStoragePool *pool,
-                               GAsyncResult *result,
-                               GError **err);
+ GAsyncResult *result, + GError **err);

Parameters

@@ -1086,7 +1086,7 @@ - + @@ -1100,10 +1100,10 @@

gvir_storage_pool_delete ()

-
gboolean
+
gboolean
 gvir_storage_pool_delete (GVirStoragePool *pool,
-                          guint flags,
-                          GError **err);
+ guint flags, + GError **err);

Parameters

err

return location for any GError

return location for any GError

 
@@ -1125,7 +1125,7 @@ - + @@ -1141,10 +1141,10 @@

gvir_storage_pool_delete_async ()

void
 gvir_storage_pool_delete_async (GVirStoragePool *pool,
-                                guint flags,
-                                GCancellable *cancellable,
-                                GAsyncReadyCallback callback,
-                                gpointer user_data);
+ guint flags, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Parameters

err

return location for any GError

return location for any GError

 
@@ -1186,10 +1186,10 @@

gvir_storage_pool_delete_finish ()

-
gboolean
+
gboolean
 gvir_storage_pool_delete_finish (GVirStoragePool *pool,
-                                 GAsyncResult *result,
-                                 GError **err);
+ GAsyncResult *result, + GError **err);

Parameters

@@ -1211,7 +1211,7 @@ - + @@ -1225,9 +1225,9 @@

gvir_storage_pool_get_autostart ()

-
gboolean
+
gboolean
 gvir_storage_pool_get_autostart (GVirStoragePool *pool,
-                                 GError **err);
+ GError **err);

Parameters

err

return location for any GError

return location for any GError

 
@@ -1244,7 +1244,7 @@ - + @@ -1258,10 +1258,10 @@

gvir_storage_pool_set_autostart ()

-
gboolean
+
gboolean
 gvir_storage_pool_set_autostart (GVirStoragePool *pool,
-                                 gboolean autostart,
-                                 GError **err);
+ gboolean autostart, + GError **err);

Sets whether or not storage pool pool is started automatically on boot.

@@ -1285,7 +1285,7 @@
- + @@ -1293,7 +1293,7 @@

Returns

-

TRUE on success, FALSE otherwise.

+

TRUE on success, FALSE otherwise.

@@ -1351,6 +1351,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gobject/html/GVirStorageVol.html b/docs/libvirt-gobject/html/GVirStorageVol.html index 52d01d3..cca35b2 100644 --- a/docs/libvirt-gobject/html/GVirStorageVol.html +++ b/docs/libvirt-gobject/html/GVirStorageVol.html @@ -8,7 +8,7 @@ - + @@ -42,14 +42,14 @@ - -

err

return location for any GError

return location for any GError

 

err

return location for any GError

return location for any GError

 
const gchar * +const gchar * gvir_storage_vol_get_name ()
const gchar * +const gchar * gvir_storage_vol_get_path () @@ -57,7 +57,7 @@
-gboolean +gboolean gvir_storage_vol_delete () @@ -81,7 +81,7 @@
-gboolean +gboolean gvir_storage_vol_resize () @@ -89,7 +89,7 @@
-gboolean +gboolean gvir_storage_vol_download () @@ -97,7 +97,7 @@
-gboolean +gboolean gvir_storage_vol_upload () @@ -153,7 +153,7 @@

Object Hierarchy

    GBoxed
     ╰── GVirStorageVolInfo
-    GObject
+    GObject
     ╰── GVirStorageVol
 
@@ -164,23 +164,23 @@

Functions

gvir_storage_vol_get_name ()

-
const gchar *
+
const gchar *
 gvir_storage_vol_get_name (GVirStorageVol *vol);

gvir_storage_vol_get_path ()

-
const gchar *
+
const gchar *
 gvir_storage_vol_get_path (GVirStorageVol *vol,
-                           GError **error);
+ GError **error);

gvir_storage_vol_delete ()

-
gboolean
+
gboolean
 gvir_storage_vol_delete (GVirStorageVol *vol,
-                         guint flags,
-                         GError **err);
+ guint flags, + GError **err);

Deletes the storage volume vol .

@@ -212,7 +212,7 @@

Returns

-

TRUE on success, FALSE otherwise

+

TRUE on success, FALSE otherwise


@@ -220,8 +220,8 @@

gvir_storage_vol_get_config ()

GVirConfigStorageVol *
 gvir_storage_vol_get_config (GVirStorageVol *vol,
-                             guint flags,
-                             GError **err);
+ guint flags, + GError **err);

Parameters

@@ -252,7 +252,7 @@

Returns

the config. The returned object should be -unreffed with g_object_unref() when no longer needed.

+unreffed with g_object_unref() when no longer needed.

[transfer full]

@@ -261,7 +261,7 @@

gvir_storage_vol_get_info ()

GVirStorageVolInfo *
 gvir_storage_vol_get_info (GVirStorageVol *vol,
-                           GError **err);
+ GError **err);

Parameters

@@ -287,18 +287,18 @@

Returns

the info. The returned object should be -unreffed with g_object_unref() when no longer needed.

+unreffed with g_object_unref() when no longer needed.

[transfer full]


gvir_storage_vol_resize ()

-
gboolean
+
gboolean
 gvir_storage_vol_resize (GVirStorageVol *vol,
-                         guint64 capacity,
-                         guint flags,
-                         GError **err);
+ guint64 capacity, + guint flags, + GError **err);

Changes the capacity of the storage volume vol to capacity .

@@ -336,19 +336,19 @@

Returns

-

TRUE success, FALSE otherwise

+

TRUE success, FALSE otherwise


gvir_storage_vol_download ()

-
gboolean
+
gboolean
 gvir_storage_vol_download (GVirStorageVol *vol,
                            GVirStream *stream,
-                           guint64 offset,
-                           guint64 length,
-                           guint flags,
-                           GError **err);
+ guint64 offset, + guint64 length, + guint flags, + GError **err);

Parameters

@@ -389,19 +389,19 @@

Returns

-

TRUE of success, FALSE otherwise

+

TRUE of success, FALSE otherwise


gvir_storage_vol_upload ()

-
gboolean
+
gboolean
 gvir_storage_vol_upload (GVirStorageVol *vol,
                          GVirStream *stream,
-                         guint64 offset,
-                         guint64 length,
-                         guint flags,
-                         GError **err);
+ guint64 offset, + guint64 length, + guint flags, + GError **err);

Parameters

@@ -442,7 +442,7 @@

Returns

-

TRUE of success, FALSE otherwise

+

TRUE of success, FALSE otherwise

@@ -542,6 +542,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gobject/html/GVirStream.html b/docs/libvirt-gobject/html/GVirStream.html index c25fe5e..a7bee8c 100644 --- a/docs/libvirt-gobject/html/GVirStream.html +++ b/docs/libvirt-gobject/html/GVirStream.html @@ -8,7 +8,7 @@ - + @@ -43,7 +43,7 @@
-gint +gint (*GVirStreamSinkFunc) () @@ -51,7 +51,7 @@
-gint +gint (*GVirStreamSourceFunc) () @@ -59,7 +59,7 @@
-gboolean +gboolean (*GVirStreamIOFunc) () @@ -67,7 +67,7 @@
-guint +guint gvir_stream_add_watch () @@ -75,7 +75,7 @@
-guint +guint gvir_stream_add_watch_full () @@ -83,7 +83,7 @@
-gssize +gssize gvir_stream_receive_all () @@ -91,7 +91,7 @@
-gssize +gssize gvir_stream_receive () @@ -99,7 +99,7 @@
-gssize +gssize gvir_stream_send_all () @@ -107,7 +107,7 @@
-gssize +gssize gvir_stream_send () @@ -147,8 +147,8 @@

Object Hierarchy

-
    GObject
-    ╰── GIOStream
+
    GObject
+    ╰── GIOStream
         ╰── GVirStream
 
@@ -159,11 +159,11 @@

Functions

GVirStreamSinkFunc ()

-
gint
+
gint
 (*GVirStreamSinkFunc) (GVirStream *stream,
-                       const gchar *buf,
-                       gsize nbytes,
-                       gpointer user_data);
+ const gchar *buf, + gsize nbytes, + gpointer user_data);

Parameters

@@ -205,11 +205,11 @@

GVirStreamSourceFunc ()

-
gint
+
gint
 (*GVirStreamSourceFunc) (GVirStream *stream,
-                         gchar *buf,
-                         gsize nbytes,
-                         gpointer user_data);
+ gchar *buf, + gsize nbytes, + gpointer user_data);

Parameters

@@ -251,19 +251,19 @@

GVirStreamIOFunc ()

-
gboolean
+
gboolean
 (*GVirStreamIOFunc) (GVirStream *stream,
                      GVirStreamIOCondition cond,
-                     gpointer opaque);
+ gpointer opaque);

gvir_stream_add_watch ()

-
guint
+
guint
 gvir_stream_add_watch (GVirStream *stream,
                        GVirStreamIOCondition cond,
                        GVirStreamIOFunc func,
-                       gpointer opaque);
+ gpointer opaque);

Adds a watch for stream to the mainloop

[skip]

@@ -308,13 +308,13 @@

gvir_stream_add_watch_full ()

-
guint
+
guint
 gvir_stream_add_watch_full (GVirStream *stream,
-                            gint priority,
+                            gint priority,
                             GVirStreamIOCondition cond,
                             GVirStreamIOFunc func,
-                            gpointer opaque,
-                            GDestroyNotify notify);
+ gpointer opaque, + GDestroyNotify notify);

Adds a watch for stream to the mainloop

[rename-to gvir_stream_add_watch]

@@ -369,12 +369,12 @@

gvir_stream_receive_all ()

-
gssize
+
gssize
 gvir_stream_receive_all (GVirStream *stream,
-                         GCancellable *cancellable,
+                         GCancellable *cancellable,
                          GVirStreamSinkFunc func,
-                         gpointer user_data,
-                         GError **error);
+ gpointer user_data, + GError **error);

Receive the entire data stream, sending the data to the requested data sink. This is simply a convenient alternative to virStreamRecv, for apps that do blocking-I/o.

@@ -410,7 +410,7 @@
- + @@ -424,12 +424,12 @@

gvir_stream_receive ()

-
gssize
+
gssize
 gvir_stream_receive (GVirStream *stream,
-                     gchar *buffer,
-                     gsize size,
-                     GCancellable *cancellable,
-                     GError **error);
+ gchar *buffer, + gsize size, + GCancellable *cancellable, + GError **error);

Receive data (up to size bytes) from a stream. On error -1 is returned and error @@ -439,7 +439,7 @@ . If more than size bytes have been received, the additional data will be returned in future calls to gvir_stream_receive().

-

If there is no data available, a G_IO_ERROR_WOULD_BLOCK error will be +

If there is no data available, a G_IO_ERROR_WOULD_BLOCK error will be returned.

Parameters

@@ -469,12 +469,12 @@
- + - + @@ -489,12 +489,12 @@

gvir_stream_send_all ()

-
gssize
+
gssize
 gvir_stream_send_all (GVirStream *stream,
-                      GCancellable *cancellable,
+                      GCancellable *cancellable,
                       GVirStreamSourceFunc func,
-                      gpointer user_data,
-                      GError **error);
+ gpointer user_data, + GError **error);

Send the entire data stream, sending the data to the requested data source. This is simply a convenient alternative to virStreamRecv, for apps that do blocking-I/o.

@@ -530,7 +530,7 @@
- + @@ -544,12 +544,12 @@

gvir_stream_send ()

-
gssize
+
gssize
 gvir_stream_send (GVirStream *stream,
-                  const gchar *buffer,
-                  gsize size,
-                  GCancellable *cancellable,
-                  GError **error);
+ const gchar *buffer, + gsize size, + GCancellable *cancellable, + GError **error);

Send data (up to size bytes) from a stream. On error -1 is returned and error @@ -559,7 +559,7 @@ . If more than size bytes have been sendd, the additional data will be returned in future calls to gvir_stream_send().

-

If there is no data available, a G_IO_ERROR_WOULD_BLOCK error will be +

If there is no data available, a G_IO_ERROR_WOULD_BLOCK error will be returned.

Parameters

@@ -588,12 +588,12 @@
- + - + @@ -654,6 +654,6 @@ +
Generated by GTK-Doc V1.29diff --git a/docs/libvirt-gobject/html/Libvirt-gobject.devhelp2 b/docs/libvirt-gobject/html/Libvirt-gobject.devhelp2 index 0e91a96..74bebc1 100644 --- a/docs/libvirt-gobject/html/Libvirt-gobject.devhelp2 +++ b/docs/libvirt-gobject/html/Libvirt-gobject.devhelp2 @@ -76,6 +76,9 @@ + + + diff --git a/docs/libvirt-gobject/html/annotation-glossary.html b/docs/libvirt-gobject/html/annotation-glossary.html index 2bd68f6..7ebd9b2 100644 --- a/docs/libvirt-gobject/html/annotation-glossary.html +++ b/docs/libvirt-gobject/html/annotation-glossary.html @@ -7,7 +7,7 @@ - + @@ -71,6 +71,6 @@

Override the parsed C type with given type.

+
Generated by GTK-Doc V1.29 diff --git a/docs/libvirt-gobject/html/api-index-full.html b/docs/libvirt-gobject/html/api-index-full.html index 779cbd9..a276f0d 100644 --- a/docs/libvirt-gobject/html/api-index-full.html +++ b/docs/libvirt-gobject/html/api-index-full.html @@ -8,7 +8,7 @@ - + @@ -26,11 +26,11 @@ API Index

M

-g_mutex_free, macro in libvirt-gobject-compat -
-
-
-g_mutex_new, macro in libvirt-gobject-compat +g_mutex_free, macro in libvirt-gobject-compat +
+
+
+g_mutex_new, macro in libvirt-gobject-compat

V

@@ -328,6 +328,18 @@
gvir_connection_get_domains, function in GVirConnection +
+
+
+gvir_connection_get_domain_capabilities, function in GVirConnection +
+
+
+gvir_connection_get_domain_capabilities_async, function in GVirConnection +
+
+
+gvir_connection_get_domain_capabilities_finish, function in GVirConnection
@@ -1012,6 +1024,6 @@
+
Generated by GTK-Doc V1.29 diff --git a/docs/libvirt-gobject/html/ch01.html b/docs/libvirt-gobject/html/ch01.html index a3fc468..7f124e3 100644 --- a/docs/libvirt-gobject/html/ch01.html +++ b/docs/libvirt-gobject/html/ch01.html @@ -8,7 +8,7 @@ - + @@ -62,6 +62,6 @@ +
Generated by GTK-Doc V1.29 diff --git a/docs/libvirt-gobject/html/index.html b/docs/libvirt-gobject/html/index.html index 8eb16ca..ebda9ab 100644 --- a/docs/libvirt-gobject/html/index.html +++ b/docs/libvirt-gobject/html/index.html @@ -6,7 +6,7 @@ - + @@ -61,6 +61,6 @@ +
Generated by GTK-Doc V1.29 diff --git a/docs/libvirt-gobject/html/object-tree.html b/docs/libvirt-gobject/html/object-tree.html index cba4102..6762190 100644 --- a/docs/libvirt-gobject/html/object-tree.html +++ b/docs/libvirt-gobject/html/object-tree.html @@ -8,7 +8,7 @@ - + @@ -23,7 +23,7 @@

Object Hierarchy

-    GObject
+    GObject
     ├── GVirConnection
     ├── GVirDomainDevice
        ├── GVirDomainDisk
@@ -39,7 +39,7 @@
     ├── GVirSecret
     ├── GVirStoragePool
     ├── GVirStorageVol
-    ╰── GIOStream
+    ╰── GIOStream
         ╰── GVirStream
     GBoxed
     ├── GVirDomainDiskStats
@@ -51,6 +51,6 @@
 
+
Generated by GTK-Doc V1.29 diff --git a/examples/Makefile.in b/examples/Makefile.in index 29956c6..29f99dc 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -92,12 +92,13 @@ subdir = examples ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \ - $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/manywarnings.m4 \ + $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/virt-compile-warnings.m4 \ - $(top_srcdir)/m4/virt-gettext.m4 $(top_srcdir)/m4/warnings.m4 \ + $(top_srcdir)/m4/virt-nls.m4 $(top_srcdir)/m4/warnings.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -142,7 +143,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/conn_test-conn-test.Po \ + ./$(DEPDIR)/event_test-event-test.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -192,7 +195,6 @@ $(top_srcdir)/build-aux/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ @@ -223,14 +225,13 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GIO2_CFLAGS = @GIO2_CFLAGS@ GIO2_LIBS = @GIO2_LIBS@ GLIB2_CFLAGS = @GLIB2_CFLAGS@ GLIB2_LIBS = @GLIB2_LIBS@ GLIB2_REQUIRED = @GLIB2_REQUIRED@ +GLIB2_VERSION_SYMBOL = @GLIB2_VERSION_SYMBOL@ GLIB_MKENUMS = @GLIB_MKENUMS@ -GMSGFMT = @GMSGFMT@ GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@ GOBJECT2_LIBS = @GOBJECT2_LIBS@ GREP = @GREP@ @@ -248,14 +249,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@ INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@ INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@ @@ -313,7 +306,6 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -USE_NLS = @USE_NLS@ VAPIGEN = @VAPIGEN@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ @@ -353,8 +345,6 @@ install_sh = @install_sh@ installed_test_metadir = @installed_test_metadir@ installed_testdir = @installed_testdir@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -428,8 +418,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -464,8 +454,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn_test-conn-test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_test-event-test.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn_test-conn-test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_test-event-test.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -574,7 +570,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -644,7 +643,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/conn_test-conn-test.Po + -rm -f ./$(DEPDIR)/event_test-event-test.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -690,7 +690,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/conn_test-conn-test.Po + -rm -f ./$(DEPDIR)/event_test-event-test.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -711,9 +712,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff --git a/examples/config-demo.py b/examples/config-demo.py index ab3bc77..8a1d293 100644 --- a/examples/config-demo.py +++ b/examples/config-demo.py @@ -1,6 +1,9 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 -from gi.repository import LibvirtGConfig; +import gi + +gi.require_version('LibvirtGConfig', '1.0') +from gi.repository import LibvirtGConfig domain = LibvirtGConfig.Domain.new() domain.set_virt_type(LibvirtGConfig.DomainVirtType.KVM) @@ -71,7 +74,7 @@ console.set_source(pty) domain.add_device(console) -print domain.to_xml() +print(domain.to_xml()) pool = LibvirtGConfig.StoragePool.new() @@ -84,7 +87,7 @@ perms = LibvirtGConfig.StoragePermissions.new() perms.set_owner(1001) perms.set_group(1005) -perms.set_mode(0744) +perms.set_mode(0o744) perms.set_label("virt_image_t") pool_target = LibvirtGConfig.StoragePoolTarget.new() @@ -92,7 +95,7 @@ pool_target.set_permissions(perms) pool.set_target(pool_target) -print pool.to_xml() +print(pool.to_xml()) vol = LibvirtGConfig.StorageVol.new() @@ -104,4 +107,4 @@ vol_target.set_permissions(perms) vol.set_target(vol_target) -print vol.to_xml() +print(vol.to_xml()) diff --git a/examples/event-test.py b/examples/event-test.py index 2b25e0a..9e1d909 100644 --- a/examples/event-test.py +++ b/examples/event-test.py @@ -1,11 +1,15 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 +import gi + +gi.require_version('Gtk', '3.0') from gi.repository import Gtk import libvirt import getopt import sys -from gi.repository import LibvirtGLib; +gi.require_version('LibvirtGLib', '1.0') +from gi.repository import LibvirtGLib def eventToString(event): eventStrings = ( "Added", @@ -15,25 +19,25 @@ "Resumed", "Stopped", "Saved", - "Restored" ); - return eventStrings[event]; + "Restored" ) + return eventStrings[event] def myDomainEventCallback1 (conn, dom, event, detail, opaque): - print "myDomainEventCallback1 EVENT: Domain %s(%s) %s" % (dom.name(), dom.ID(), eventToString(event)) + print("myDomainEventCallback1 EVENT: Domain %s(%s) %s" % (dom.name(), dom.ID(), eventToString(event))) def myDomainEventCallback2 (conn, dom, event, detail, opaque): - print "myDomainEventCallback2 EVENT: Domain %s(%s) %s" % (dom.name(), dom.ID(), eventToString(event)) + print("myDomainEventCallback2 EVENT: Domain %s(%s) %s" % (dom.name(), dom.ID(), eventToString(event))) def usage(): - print "usage: "+os.path.basename(sys.argv[0])+" [uri]" - print " uri will default to qemu:///system" + print("usage: "+os.path.basename(sys.argv[0])+" [uri]") + print(" uri will default to qemu:///system") def main(): try: opts, args = getopt.getopt(sys.argv[1:], "h", ["help"] ) - except getopt.GetoptError, err: + except getopt.GetoptError as err: # print help information and exit: - print str(err) # will print something like "option -a not recognized" + print(str(err)) # will print something like "option -a not recognized" usage() sys.exit(2) for o, a in opts: @@ -46,9 +50,9 @@ else: uri = "qemu:///system" - print "Using uri:" + uri + print("Using uri:" + uri) - LibvirtGLib.init(0, "") + LibvirtGLib.init() LibvirtGLib.event_register() vc = libvirt.open(uri) diff --git a/gtk-doc.make b/gtk-doc.make index 9841de4..7d9a27f 100644 --- a/gtk-doc.make +++ b/gtk-doc.make @@ -1,4 +1,22 @@ # -*- mode: makefile -*- +# +# gtk-doc.make - make rules for gtk-doc +# Copyright (C) 2003 James Henstridge +# 2004-2007 Damon Chaplin +# 2007-2017 Stefan Sauer +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . #################################### # Everything below here is generic # @@ -25,6 +43,7 @@ SETUP_FILES = \ $(content_files) \ + $(expand_content_files) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE)-sections.txt \ $(DOC_MODULE)-overrides.txt @@ -49,9 +68,13 @@ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt -CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) - -if ENABLE_GTK_DOC +gtkdoc-check.test: Makefile + $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \ + echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \ + chmod +x $@ + +CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) gtkdoc-check.test + if GTK_DOC_BUILD_HTML HTML_BUILD_STAMP=html-build.stamp else @@ -63,9 +86,11 @@ PDF_BUILD_STAMP= endif -all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) -else -all-local: +all-gtk-doc: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) +.PHONY: all-gtk-doc + +if ENABLE_GTK_DOC +all-local: all-gtk-doc endif docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) @@ -74,103 +99,135 @@ #### setup #### +GTK_DOC_V_SETUP=$(GTK_DOC_V_SETUP_@AM_V@) +GTK_DOC_V_SETUP_=$(GTK_DOC_V_SETUP_@AM_DEFAULT_V@) +GTK_DOC_V_SETUP_0=@echo " DOC Preparing build"; + setup-build.stamp: - -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - echo ' DOC Preparing build'; \ - files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ - if test "x$$files" != "x" ; then \ - for file in $$files ; do \ - test -f $(abs_srcdir)/$$file && \ - cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ - done; \ - fi; \ - fi - @touch setup-build.stamp - + -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + destdir=`dirname $(abs_builddir)/$$file`; \ + test -d "$$destdir" || mkdir -p "$$destdir"; \ + test -f $(abs_srcdir)/$$file && \ + cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ + done; \ + fi; \ + fi + $(AM_V_at)touch setup-build.stamp #### scan #### -scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo ' DOC Scanning header files' - @_source_dir='' ; \ +GTK_DOC_V_SCAN=$(GTK_DOC_V_SCAN_@AM_V@) +GTK_DOC_V_SCAN_=$(GTK_DOC_V_SCAN_@AM_DEFAULT_V@) +GTK_DOC_V_SCAN_0=@echo " DOC Scanning header files"; + +GTK_DOC_V_INTROSPECT=$(GTK_DOC_V_INTROSPECT_@AM_V@) +GTK_DOC_V_INTROSPECT_=$(GTK_DOC_V_INTROSPECT_@AM_DEFAULT_V@) +GTK_DOC_V_INTROSPECT_0=@echo " DOC Introspecting gobjects"; + +scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB) + $(GTK_DOC_V_SCAN)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ - _source_dir="$${_source_dir} --source-dir=$$i" ; \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ - echo " DOC Introspecting gobjects"; \ - scanobj_options=""; \ - gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ - if test "x$(V)" = "x1"; then \ - scanobj_options="--verbose"; \ - fi; \ + $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$$?" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ fi; \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ - gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ - done \ - fi - @touch scan-build.stamp + for i in $(SCANOBJ_FILES) ; do \ + test -f $$i || touch $$i ; \ + done \ + fi + $(AM_V_at)touch scan-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true #### xml #### -sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) - @echo ' DOC Building XML' - @_source_dir='' ; \ +GTK_DOC_V_XML=$(GTK_DOC_V_XML_@AM_V@) +GTK_DOC_V_XML_=$(GTK_DOC_V_XML_@AM_DEFAULT_V@) +GTK_DOC_V_XML_0=@echo " DOC Building XML"; + +sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent + $(GTK_DOC_V_XML)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ - _source_dir="$${_source_dir} --source-dir=$$i" ; \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) - @touch sgml-build.stamp + $(AM_V_at)touch sgml-build.stamp sgml.stamp: sgml-build.stamp @true +$(DOC_MAIN_SGML_FILE): sgml-build.stamp + @true + +xml/gtkdocentities.ent: Makefile + $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + ) > $@ + #### html #### -html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo ' DOC Building HTML' - @rm -rf html - @mkdir html - @mkhtml_options=""; \ +GTK_DOC_V_HTML=$(GTK_DOC_V_HTML_@AM_V@) +GTK_DOC_V_HTML_=$(GTK_DOC_V_HTML_@AM_DEFAULT_V@) +GTK_DOC_V_HTML_0=@echo " DOC Building HTML"; + +GTK_DOC_V_XREF=$(GTK_DOC_V_XREF_@AM_V@) +GTK_DOC_V_XREF_=$(GTK_DOC_V_XREF_@AM_DEFAULT_V@) +GTK_DOC_V_XREF_0=@echo " DOC Fixing cross-references"; + +html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) + $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \ + mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkhtml_options="$$mkhtml_options --verbose"; \ fi; \ fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) -@test "x$(HTML_IMAGES)" = "x" || \ for file in $(HTML_IMAGES) ; do \ - if test -f $(abs_srcdir)/$$file ; then \ - cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ - fi; \ - if test -f $(abs_builddir)/$$file ; then \ - cp $(abs_builddir)/$$file $(abs_builddir)/html; \ - fi; \ + test -f $(abs_srcdir)/$$file && cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + test -f $(abs_builddir)/$$file && cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + test -f $$file && cp $$file $(abs_builddir)/html; \ done; - @echo ' DOC Fixing cross-references' - @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) - @touch html-build.stamp + $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + $(AM_V_at)touch html-build.stamp #### pdf #### -pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo ' DOC Building PDF' - @rm -f $(DOC_MODULE).pdf - @mkpdf_options=""; \ +GTK_DOC_V_PDF=$(GTK_DOC_V_PDF_@AM_V@) +GTK_DOC_V_PDF_=$(GTK_DOC_V_PDF_@AM_DEFAULT_V@) +GTK_DOC_V_PDF_0=@echo " DOC Building PDF"; + +pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) + $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \ + mkpdf_options=""; \ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkpdf_options="$$mkpdf_options --verbose"; \ fi; \ @@ -185,22 +242,28 @@ done; \ fi; \ gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) - @touch pdf-build.stamp + $(AM_V_at)touch pdf-build.stamp ############## clean-local: @rm -f *~ *.bak @rm -rf .libs + @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \ + rm -f $(DOC_MODULE).types; \ + fi + @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \ + rm -f $(DOC_MODULE)-sections.txt; \ + fi distclean-local: @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ - fi - -maintainer-clean-local: clean + rm -f $(SETUP_FILES) $(DOC_MODULE).types; \ + fi + +maintainer-clean-local: @rm -rf xml html install-data-local: @@ -236,15 +299,17 @@ # # Require gtk-doc when making dist # -if ENABLE_GTK_DOC -dist-check-gtkdoc: +if HAVE_GTK_DOC +dist-check-gtkdoc: docs else dist-check-gtkdoc: - @echo "*** gtk-doc must be installed and enabled in order to make dist" + @echo "*** gtk-doc is needed to run 'make dist'. ***" + @echo "*** gtk-doc was not found when 'configure' ran. ***" + @echo "*** please install gtk-doc and rerun 'configure'. ***" @false endif -dist-hook: dist-check-gtkdoc dist-hook-local +dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local @mkdir $(distdir)/html @cp ./html/* $(distdir)/html @-cp ./$(DOC_MODULE).pdf $(distdir)/ diff --git a/libvirt-gconfig/Makefile.am b/libvirt-gconfig/Makefile.am index cfcc0e4..daa4239 100644 --- a/libvirt-gconfig/Makefile.am +++ b/libvirt-gconfig/Makefile.am @@ -26,6 +26,8 @@ libvirt-gconfig-domain-address.h \ libvirt-gconfig-domain-address-pci.h \ libvirt-gconfig-domain-address-usb.h \ + libvirt-gconfig-domain-capabilities.h \ + libvirt-gconfig-domain-capabilities-os.h \ libvirt-gconfig-domain-channel.h \ libvirt-gconfig-domain-chardev.h \ libvirt-gconfig-domain-chardev-source.h \ @@ -119,6 +121,8 @@ libvirt-gconfig-domain-address.c \ libvirt-gconfig-domain-address-pci.c \ libvirt-gconfig-domain-address-usb.c \ + libvirt-gconfig-domain-capabilities.c \ + libvirt-gconfig-domain-capabilities-os.c \ libvirt-gconfig-domain-channel.c \ libvirt-gconfig-domain-chardev.c \ libvirt-gconfig-domain-chardev-source.c \ @@ -201,9 +205,12 @@ 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 \ + -DGLIB_VERSION_MIN_REQUIRED=$(GLIB2_VERSION_SYMBOL) \ + -DGLIB_VERSION_MAX_ALLOWED=$(GLIB2_VERSION_SYMBOL) \ $(COVERAGE_CFLAGS) \ -I$(top_srcdir) \ -I$(top_builddir) \ diff --git a/libvirt-gconfig/Makefile.in b/libvirt-gconfig/Makefile.in index 823c0ba..3d5c096 100644 --- a/libvirt-gconfig/Makefile.in +++ b/libvirt-gconfig/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -95,12 +95,13 @@ subdir = libvirt-gconfig ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \ - $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/manywarnings.m4 \ + $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/virt-compile-warnings.m4 \ - $(top_srcdir)/m4/virt-gettext.m4 $(top_srcdir)/m4/warnings.m4 \ + $(top_srcdir)/m4/virt-nls.m4 $(top_srcdir)/m4/warnings.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -162,6 +163,8 @@ libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.lo \ libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.lo \ libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.lo \ + libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities.lo \ + libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities-os.lo \ libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.lo \ libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.lo \ libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.lo \ @@ -255,7 +258,93 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-feature.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-model.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-topology.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-arch.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-domain.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-feature.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-host-secmodel.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-host.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities-os.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spiceport.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-unix.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu-feature.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu-model.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk-driver.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-desktop.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-rdp.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-hostdev-pci.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-hostdev.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-filterref-parameter.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-filterref.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-power-management.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-host-certificates.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-host.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-passthrough.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot-disk.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-hpet.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-interface.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-main.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-object.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-secret.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.Plo \ + ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -301,7 +390,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -351,7 +440,6 @@ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ @@ -382,14 +470,13 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GIO2_CFLAGS = @GIO2_CFLAGS@ GIO2_LIBS = @GIO2_LIBS@ GLIB2_CFLAGS = @GLIB2_CFLAGS@ GLIB2_LIBS = @GLIB2_LIBS@ GLIB2_REQUIRED = @GLIB2_REQUIRED@ +GLIB2_VERSION_SYMBOL = @GLIB2_VERSION_SYMBOL@ GLIB_MKENUMS = @GLIB_MKENUMS@ -GMSGFMT = @GMSGFMT@ GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@ GOBJECT2_LIBS = @GOBJECT2_LIBS@ GREP = @GREP@ @@ -407,14 +494,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@ INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@ INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@ @@ -472,7 +551,6 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -USE_NLS = @USE_NLS@ VAPIGEN = @VAPIGEN@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ @@ -512,8 +590,6 @@ install_sh = @install_sh@ installed_test_metadir = @installed_test_metadir@ installed_testdir = @installed_testdir@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -559,6 +635,8 @@ libvirt-gconfig-domain-address.h \ libvirt-gconfig-domain-address-pci.h \ libvirt-gconfig-domain-address-usb.h \ + libvirt-gconfig-domain-capabilities.h \ + libvirt-gconfig-domain-capabilities-os.h \ libvirt-gconfig-domain-channel.h \ libvirt-gconfig-domain-chardev.h \ libvirt-gconfig-domain-chardev-source.h \ @@ -654,6 +732,8 @@ libvirt-gconfig-domain-address.c \ libvirt-gconfig-domain-address-pci.c \ libvirt-gconfig-domain-address-usb.c \ + libvirt-gconfig-domain-capabilities.c \ + libvirt-gconfig-domain-capabilities-os.c \ libvirt-gconfig-domain-channel.c \ libvirt-gconfig-domain-chardev.c \ libvirt-gconfig-domain-chardev-source.c \ @@ -740,9 +820,12 @@ $(GCONFIG_GENERATED_FILES) libvirt_gconfig_1_0_la_CFLAGS = \ + -DGETTEXT_PACKAGE="\"libvirt-glib\"" \ -DG_LOG_DOMAIN="\"Libvirt.GConfig\"" \ -DDATADIR="\"$(datadir)\"" \ -DLIBVIRT_GCONFIG_BUILD \ + -DGLIB_VERSION_MIN_REQUIRED=$(GLIB2_VERSION_SYMBOL) \ + -DGLIB_VERSION_MAX_ALLOWED=$(GLIB2_VERSION_SYMBOL) \ $(COVERAGE_CFLAGS) \ -I$(top_srcdir) \ -I$(top_builddir) \ @@ -811,8 +894,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -868,90 +951,98 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-feature.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-model.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-topology.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-arch.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-domain.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-feature.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-host-secmodel.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-host.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spiceport.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-unix.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu-feature.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu-model.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk-driver.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-desktop.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-rdp.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-hostdev-pci.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-hostdev.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-filterref-parameter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-filterref.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-power-management.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-host-certificates.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-host.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-passthrough.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot-disk.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-hpet.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-interface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-main.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-object.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-secret.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-feature.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-model.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-topology.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-arch.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-domain.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-feature.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-host-secmodel.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-host.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities-os.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spiceport.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-unix.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu-feature.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu-model.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk-driver.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-desktop.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-rdp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-hostdev-pci.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-hostdev.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-filterref-parameter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-filterref.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-power-management.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-host-certificates.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-host.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-passthrough.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot-disk.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-hpet.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-interface.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-main.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-object.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-secret.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -1092,6 +1183,20 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-address-usb.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.lo `test -f 'libvirt-gconfig-domain-address-usb.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-address-usb.c + +libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities.lo: libvirt-gconfig-domain-capabilities.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities.lo `test -f 'libvirt-gconfig-domain-capabilities.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-capabilities.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-capabilities.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities.lo `test -f 'libvirt-gconfig-domain-capabilities.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-capabilities.c + +libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities-os.lo: libvirt-gconfig-domain-capabilities-os.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities-os.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities-os.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities-os.lo `test -f 'libvirt-gconfig-domain-capabilities-os.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-capabilities-os.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities-os.Tpo $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities-os.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-gconfig-domain-capabilities-os.c' object='libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities-os.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities-os.lo `test -f 'libvirt-gconfig-domain-capabilities-os.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-capabilities-os.c libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.lo: libvirt-gconfig-domain-channel.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_gconfig_1_0_la_CFLAGS) $(CFLAGS) -MT libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.lo -MD -MP -MF $(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.Tpo -c -o libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.lo `test -f 'libvirt-gconfig-domain-channel.c' || echo '$(srcdir)/'`libvirt-gconfig-domain-channel.c @@ -1751,7 +1856,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1855,7 +1963,92 @@ mostlyclean-am distclean: distclean-recursive - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-feature.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-model.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-topology.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-arch.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-domain.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-feature.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-host-secmodel.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-host.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities-os.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spiceport.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-unix.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu-feature.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu-model.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk-driver.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-desktop.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-rdp.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-hostdev-pci.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-hostdev.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-filterref-parameter.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-filterref.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-power-management.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-host-certificates.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-host.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-passthrough.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot-disk.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-hpet.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-interface.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-main.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-object.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-secret.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1903,7 +2096,92 @@ installcheck-am: maintainer-clean: maintainer-clean-recursive - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-feature.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-model.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-topology.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-arch.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-domain.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-feature.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-host-secmodel.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-host.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities-os.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-capabilities.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spiceport.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-unix.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu-feature.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu-model.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk-driver.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-desktop.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-rdp.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-hostdev-pci.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-hostdev.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-filterref-parameter.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-filterref.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-power-management.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-host-certificates.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-host.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-passthrough.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot-disk.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-hpet.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-domain.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-interface.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-main.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-network.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-object.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-secret.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.Plo + -rm -f ./$(DEPDIR)/libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1928,23 +2206,23 @@ .MAKE: $(am__recursive_targets) all check check-am install install-am \ install-strip -.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ - check-am check-local clean clean-generic clean-libLTLIBRARIES \ - clean-libtool cscopelist-am ctags ctags-am distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-girDATA \ - install-html install-html-am install-info install-info-am \ - install-libLTLIBRARIES install-libvirt_gconfig_1_0_laHEADERS \ - install-man install-nodist_libvirt_gconfig_1_0_laHEADERS \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip install-typelibDATA installcheck installcheck-am \ - installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am uninstall-girDATA \ - uninstall-libLTLIBRARIES \ +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--depfiles check check-am check-local clean clean-generic \ + clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-girDATA install-html install-html-am \ + install-info install-info-am install-libLTLIBRARIES \ + install-libvirt_gconfig_1_0_laHEADERS install-man \ + install-nodist_libvirt_gconfig_1_0_laHEADERS install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + install-typelibDATA installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-girDATA uninstall-libLTLIBRARIES \ uninstall-libvirt_gconfig_1_0_laHEADERS \ uninstall-nodist_libvirt_gconfig_1_0_laHEADERS \ uninstall-typelibDATA diff --git a/libvirt-gconfig/libvirt-gconfig-domain-capabilities-os.c b/libvirt-gconfig/libvirt-gconfig-domain-capabilities-os.c new file mode 100644 index 0000000..98a1bff --- /dev/null +++ b/libvirt-gconfig/libvirt-gconfig-domain-capabilities-os.c @@ -0,0 +1,115 @@ +/* + * libvirt-gconfig-domain-capabilities-os.c: libvirt OS domain capabilities + * + * Copyright (C) 2019 Red Hat, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see + * . + */ + +#include + +#include "libvirt-gconfig/libvirt-gconfig.h" +#include "libvirt-gconfig/libvirt-gconfig-private.h" + +#define GVIR_CONFIG_DOMAIN_CAPABILITIES_OS_GET_PRIVATE(obj) \ + (G_TYPE_INSTANCE_GET_PRIVATE((obj), GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES_OS, GVirConfigDomainCapabilitiesOsPrivate)) + +struct _GVirConfigDomainCapabilitiesOsPrivate +{ + gboolean unused; +}; + +G_DEFINE_TYPE_WITH_PRIVATE(GVirConfigDomainCapabilitiesOs, gvir_config_domain_capabilities_os, GVIR_CONFIG_TYPE_OBJECT); + +static GList * +_gvir_config_domain_capabilities_os_get_firmwares(GVirConfigDomainCapabilitiesOs *os); + +static void gvir_config_domain_capabilities_os_class_init(GVirConfigDomainCapabilitiesOsClass *klass) +{ + klass->get_firmwares = _gvir_config_domain_capabilities_os_get_firmwares; +} + +static void gvir_config_domain_capabilities_os_init(GVirConfigDomainCapabilitiesOs *os) +{ + os->priv = GVIR_CONFIG_DOMAIN_CAPABILITIES_OS_GET_PRIVATE(os); +} + +static gboolean add_firmwares(xmlNodePtr node, gpointer opaque) +{ + GList **firmwares = opaque; + GVirConfigDomainOsFirmware firmware; + + if (node == NULL || node->children == NULL) + return TRUE; + + firmware = gvir_config_genum_get_value + (GVIR_CONFIG_TYPE_DOMAIN_OS_FIRMWARE, + (const gchar *)node->children->content, + GVIR_CONFIG_DOMAIN_OS_FIRMWARE_BIOS); + *firmwares = g_list_append(*firmwares, GINT_TO_POINTER(firmware)); + + return TRUE; +} + +static gboolean search_firmwares(xmlNodePtr node, gpointer opaque) +{ + const gchar *content; + + if (!g_str_equal(node->name, "enum")) + return TRUE; + + content = gvir_config_xml_get_attribute_content(node, "name"); + if (content == NULL) + return TRUE; + + if (!g_str_equal(content, "firmware")) + return TRUE; + + gvir_config_xml_foreach_child(node, + add_firmwares, + opaque); + + return TRUE; +} + +static GList * +_gvir_config_domain_capabilities_os_get_firmwares(GVirConfigDomainCapabilitiesOs *os) +{ + GList *firmwares = NULL; + + g_return_val_if_fail(GVIR_CONFIG_IS_DOMAIN_CAPABILITIES_OS(os), NULL); + + gvir_config_object_foreach_child(GVIR_CONFIG_OBJECT(os), + NULL, + search_firmwares, + &firmwares); + + return firmwares; +} + +/** + * gvir_config_domain_capabilities_os_get_firmwares: + * + * Gets the firmwares supported by @os. The returned list should be freed with + * g_list_free(). + * + * Returns: (element-type LibvirtGConfig.DomainOsFirmware) (transfer container): + * a newly allocated #GList of #GVirConfigDomainOsFirmware. + */ +GList * +gvir_config_domain_capabilities_os_get_firmwares(GVirConfigDomainCapabilitiesOs *os) +{ + return GVIR_CONFIG_DOMAIN_CAPABILITIES_OS_GET_CLASS(os)->get_firmwares(os); +} diff --git a/libvirt-gconfig/libvirt-gconfig-domain-capabilities-os.h b/libvirt-gconfig/libvirt-gconfig-domain-capabilities-os.h new file mode 100644 index 0000000..ce36be2 --- /dev/null +++ b/libvirt-gconfig/libvirt-gconfig-domain-capabilities-os.h @@ -0,0 +1,66 @@ +/* + * libvirt-gconfig-domain-capabilities-os.h: libvirt domain capabilities OS + * + * Copyright (C) 2019 Red Hat, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see + * . + */ + +#if !defined(__LIBVIRT_GCONFIG_H__) && !defined(LIBVIRT_GCONFIG_BUILD) +#error "Only can be included directly." +#endif + +#ifndef __LIBVIRT_GCONFIG_DOMAIN_CAPABILITIES_OS_H__ +#define __LIBVIRT_GCONFIG_DOMAIN_CAPABILITIES_OS_H__ + +G_BEGIN_DECLS + +#define GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES_OS (gvir_config_domain_capabilities_os_get_type ()) +#define GVIR_CONFIG_DOMAIN_CAPABILITIES_OS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES_OS, GVirConfigDomainCapabilitiesOs)) +#define GVIR_CONFIG_DOMAIN_CAPABILITIES_OS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES_OS, GVirConfigDomainCapabilitiesOsClass)) +#define GVIR_CONFIG_IS_DOMAIN_CAPABILITIES_OS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES_OS)) +#define GVIR_CONFIG_IS_DOMAIN_CAPABILITIES_OS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES_OS)) +#define GVIR_CONFIG_DOMAIN_CAPABILITIES_OS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES_OS, GVirConfigDomainCapabilitiesOsClass)) + +typedef struct _GVirConfigDomainCapabilitiesOs GVirConfigDomainCapabilitiesOs; +typedef struct _GVirConfigDomainCapabilitiesOsPrivate GVirConfigDomainCapabilitiesOsPrivate; +typedef struct _GVirConfigDomainCapabilitiesOsClass GVirConfigDomainCapabilitiesOsClass; + +struct _GVirConfigDomainCapabilitiesOs +{ + GVirConfigObject parent; + + GVirConfigDomainCapabilitiesOsPrivate *priv; + + /* Do not add fields to this struct */ +}; + +struct _GVirConfigDomainCapabilitiesOsClass +{ + GVirConfigObjectClass parent_class; + + GList *(*get_firmwares)(GVirConfigDomainCapabilitiesOs *os); + + gpointer padding[19]; +}; + +GType gvir_config_domain_capabilities_os_get_type(void); + +GList * +gvir_config_domain_capabilities_os_get_firmwares(GVirConfigDomainCapabilitiesOs *os); + +G_END_DECLS + +#endif /* __LIBVIRT_GCONFIG_DOMAIN_CAPABILITIES_OS_H__ */ diff --git a/libvirt-gconfig/libvirt-gconfig-domain-capabilities.c b/libvirt-gconfig/libvirt-gconfig-domain-capabilities.c new file mode 100644 index 0000000..906e7f0 --- /dev/null +++ b/libvirt-gconfig/libvirt-gconfig-domain-capabilities.c @@ -0,0 +1,94 @@ +/* + * libvirt-gconfig-domain-capabilities.c: libvirt domain capabilities configuration + * + * Copyright (C) 2019 Red Hat, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see + * . + */ + +#include + +#include "libvirt-gconfig/libvirt-gconfig.h" +#include "libvirt-gconfig/libvirt-gconfig-private.h" + +#define GVIR_CONFIG_DOMAIN_CAPABILITIES_GET_PRIVATE(obj) \ + (G_TYPE_INSTANCE_GET_PRIVATE((obj), GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES, GVirConfigDomainCapabilitiesPrivate)) + +struct _GVirConfigDomainCapabilitiesPrivate +{ + gboolean unused; +}; + +G_DEFINE_TYPE_WITH_PRIVATE(GVirConfigDomainCapabilities, gvir_config_domain_capabilities, GVIR_CONFIG_TYPE_OBJECT); + +static void +gvir_config_domain_capabilities_class_init(GVirConfigDomainCapabilitiesClass *klass G_GNUC_UNUSED) +{ +} + + +static void +gvir_config_domain_capabilities_init(GVirConfigDomainCapabilities *domain_caps) +{ + domain_caps->priv = GVIR_CONFIG_DOMAIN_CAPABILITIES_GET_PRIVATE(domain_caps); +} + + +GVirConfigDomainCapabilities * +gvir_config_domain_capabilities_new(void) +{ + GVirConfigObject *object; + + object = gvir_config_object_new(GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES, + "domainCapabilities", + DATADIR "/libvirt/schemas/domaincaps.rng"); + return GVIR_CONFIG_DOMAIN_CAPABILITIES(object); +} + +GVirConfigDomainCapabilities * +gvir_config_domain_capabilities_new_from_xml(const gchar *xml, + GError **error) +{ + GVirConfigObject *object; + + object = gvir_config_object_new_from_xml(GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES, + "domainCapabilities", + DATADIR "/libvirt/schemas/domaincaps.rng", + xml, error); + return GVIR_CONFIG_DOMAIN_CAPABILITIES(object); +} + +/** + * gvir_config_domain_capabilities_get_os: + * @domain_caps: a #GVirConfigDomainCapabilities + * + * Gets the @os associated with the @domain_caps. + * + * Returns: (transfer full): a new #GVirConfigDomainCapabilitiesOs. + */ +GVirConfigDomainCapabilitiesOs * +gvir_config_domain_capabilities_get_os(GVirConfigDomainCapabilities *domain_caps) +{ + GVirConfigObject *object; + + g_return_val_if_fail(GVIR_CONFIG_IS_DOMAIN_CAPABILITIES(domain_caps), NULL); + + object = gvir_config_object_get_child_with_type + (GVIR_CONFIG_OBJECT(domain_caps), + "os", + GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES_OS); + + return GVIR_CONFIG_DOMAIN_CAPABILITIES_OS(object); +} diff --git a/libvirt-gconfig/libvirt-gconfig-domain-capabilities.h b/libvirt-gconfig/libvirt-gconfig-domain-capabilities.h new file mode 100644 index 0000000..cbe7540 --- /dev/null +++ b/libvirt-gconfig/libvirt-gconfig-domain-capabilities.h @@ -0,0 +1,68 @@ +/* + * libvirt-gconfig-domain-capabilities.c: libvirt domain capabilities configuration + * + * Copyright (C) 2019 Red Hat, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see + * . + */ + +#if !defined(__LIBVIRT_GCONFIG_H__) && !defined(LIBVIRT_GCONFIG_BUILD) +#error "Only can be included directly." +#endif + +#ifndef __LIBVIRT_GCONFIG_DOMAIN_CAPABILITIES_H__ +#define __LIBVIRT_GCONFIG_DOMAIN_CAPABILITIES_H__ + +#include "libvirt-gconfig/libvirt-gconfig-domain-capabilities-os.h" + +G_BEGIN_DECLS + +#define GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES (gvir_config_domain_capabilities_get_type ()) +#define GVIR_CONFIG_DOMAIN_CAPABILITIES(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES, GVirConfigDomainCapabilities)) +#define GVIR_CONFIG_DOMAIN_CAPABILITIES_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES, GVirConfigDomainCapabilitiesClass)) +#define GVIR_CONFIG_IS_DOMAIN_CAPABILITIES(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES)) +#define GVIR_CONFIG_IS_DOMAIN_CAPABILITIES_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES)) +#define GVIR_CONFIG_DOMAIN_CAPABILITIES_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GVIR_CONFIG_TYPE_DOMAIN_CAPABILITIES, GVirConfigDomainCapabilitiesClass)) + +typedef struct _GVirConfigDomainCapabilities GVirConfigDomainCapabilities; +typedef struct _GVirConfigDomainCapabilitiesPrivate GVirConfigDomainCapabilitiesPrivate; +typedef struct _GVirConfigDomainCapabilitiesClass GVirConfigDomainCapabilitiesClass; + +struct _GVirConfigDomainCapabilities +{ + GVirConfigObject parent; + + GVirConfigDomainCapabilitiesPrivate *priv; + + /* Do not add fields to this struct */ +}; + +struct _GVirConfigDomainCapabilitiesClass +{ + GVirConfigObjectClass parent_class; + + gpointer padding[20]; +}; + +GType gvir_config_domain_capabilities_get_type(void); + +GVirConfigDomainCapabilities *gvir_config_domain_capabilities_new(void); +GVirConfigDomainCapabilities *gvir_config_domain_capabilities_new_from_xml(const gchar *xml, + GError **error); +GVirConfigDomainCapabilitiesOs *gvir_config_domain_capabilities_get_os(GVirConfigDomainCapabilities *domain_caps); + +G_END_DECLS + +#endif /* __LIBVIRT_GCONFIG_DOMAIN_CAPABILITIES_H__ */ diff --git a/libvirt-gconfig/libvirt-gconfig-domain-os.c b/libvirt-gconfig/libvirt-gconfig-domain-os.c index ecbf5b3..4bdbab2 100644 --- a/libvirt-gconfig/libvirt-gconfig-domain-os.c +++ b/libvirt-gconfig/libvirt-gconfig-domain-os.c @@ -328,3 +328,32 @@ xmlNewProp(os_type_node, (xmlChar*)"machine", (xmlChar*)machine); } + +void gvir_config_domain_os_set_firmware(GVirConfigDomainOs *os, GVirConfigDomainOsFirmware firmware) +{ + xmlNodePtr node; + const gchar *firmware_str; + + g_return_if_fail(GVIR_CONFIG_IS_DOMAIN_OS(os)); + + node = gvir_config_object_get_xml_node(GVIR_CONFIG_OBJECT(os)); + g_return_if_fail(node != NULL); + + firmware_str = gvir_config_genum_get_nick(GVIR_CONFIG_TYPE_DOMAIN_OS_FIRMWARE, + firmware); + g_return_if_fail(firmware_str != NULL); + + xmlNewProp(node, (xmlChar*)"firmware", (xmlChar*)firmware_str); +} + +GVirConfigDomainOsFirmware gvir_config_domain_os_get_firmware(GVirConfigDomainOs *os) +{ + g_return_val_if_fail(GVIR_CONFIG_IS_DOMAIN_OS(os), + GVIR_CONFIG_DOMAIN_OS_FIRMWARE_BIOS); + + return gvir_config_object_get_attribute_genum + (GVIR_CONFIG_OBJECT(os), + NULL, "firmware", + GVIR_CONFIG_TYPE_DOMAIN_OS_FIRMWARE, + GVIR_CONFIG_DOMAIN_OS_FIRMWARE_BIOS); +} diff --git a/libvirt-gconfig/libvirt-gconfig-domain-os.h b/libvirt-gconfig/libvirt-gconfig-domain-os.h index fe17dd4..f54fe87 100644 --- a/libvirt-gconfig/libvirt-gconfig-domain-os.h +++ b/libvirt-gconfig/libvirt-gconfig-domain-os.h @@ -77,6 +77,11 @@ GVIR_CONFIG_DOMAIN_OS_BOOT_DEVICE_NETWORK } GVirConfigDomainOsBootDevice; +typedef enum { + GVIR_CONFIG_DOMAIN_OS_FIRMWARE_BIOS, + GVIR_CONFIG_DOMAIN_OS_FIRMWARE_EFI +} GVirConfigDomainOsFirmware; + GType gvir_config_domain_os_get_type(void); GVirConfigDomainOs *gvir_config_domain_os_new(void); @@ -99,6 +104,9 @@ GVirConfigDomainOsSmBiosMode mode); void gvir_config_domain_os_enable_boot_menu(GVirConfigDomainOs *os, gboolean enable); void gvir_config_domain_os_bios_enable_serial(GVirConfigDomainOs *os, gboolean enable); +GVirConfigDomainOsFirmware gvir_config_domain_os_get_firmware(GVirConfigDomainOs *os); +void gvir_config_domain_os_set_firmware(GVirConfigDomainOs *os, + GVirConfigDomainOsFirmware firmware); G_END_DECLS diff --git a/libvirt-gconfig/libvirt-gconfig-domain-video.h b/libvirt-gconfig/libvirt-gconfig-domain-video.h index 973ba72..8431f6b 100644 --- a/libvirt-gconfig/libvirt-gconfig-domain-video.h +++ b/libvirt-gconfig/libvirt-gconfig-domain-video.h @@ -63,7 +63,8 @@ GVIR_CONFIG_DOMAIN_VIDEO_MODEL_XEN, GVIR_CONFIG_DOMAIN_VIDEO_MODEL_VBOX, GVIR_CONFIG_DOMAIN_VIDEO_MODEL_QXL, - GVIR_CONFIG_DOMAIN_VIDEO_MODEL_VIRTIO + GVIR_CONFIG_DOMAIN_VIDEO_MODEL_VIRTIO, + GVIR_CONFIG_DOMAIN_VIDEO_MODEL_BOCHS, } GVirConfigDomainVideoModel; GType gvir_config_domain_video_get_type(void); diff --git a/libvirt-gconfig/libvirt-gconfig-helpers.c b/libvirt-gconfig/libvirt-gconfig-helpers.c index 0314a72..e8f9664 100644 --- a/libvirt-gconfig/libvirt-gconfig-helpers.c +++ b/libvirt-gconfig/libvirt-gconfig-helpers.c @@ -293,7 +293,7 @@ xmlbuf = xmlBufferCreate(); if (xmlNodeDump(xmlbuf, node->doc, node, 0, 1) < 0) - return NULL; + xml = NULL; else xml = g_strndup((gchar *)xmlBufferContent(xmlbuf), xmlBufferLength(xmlbuf)); diff --git a/libvirt-gconfig/libvirt-gconfig-storage-vol-target.c b/libvirt-gconfig/libvirt-gconfig-storage-vol-target.c index 751c950..300d392 100644 --- a/libvirt-gconfig/libvirt-gconfig-storage-vol-target.c +++ b/libvirt-gconfig/libvirt-gconfig-storage-vol-target.c @@ -109,3 +109,17 @@ gvir_config_object_set_node_content(GVIR_CONFIG_OBJECT(target), "compat", compat); } + +void gvir_config_storage_vol_target_set_features(GVirConfigStorageVolTarget *target, + guint64 features) +{ + g_return_if_fail(GVIR_CONFIG_IS_STORAGE_VOL_TARGET(target)); + g_return_if_fail((features & ~GVIR_CONFIG_STORAGE_VOL_TARGET_FEATURE_LAZY_REFCOUNT) == 0); + + if ((features & GVIR_CONFIG_STORAGE_VOL_TARGET_FEATURE_LAZY_REFCOUNT) != 0) { + GVirConfigObject *features_node; + features_node = gvir_config_object_replace_child(GVIR_CONFIG_OBJECT(target), "features"); + gvir_config_object_set_node_content(features_node, "lazy_refcount", ""); + g_object_unref(features_node); + } +} diff --git a/libvirt-gconfig/libvirt-gconfig-storage-vol-target.h b/libvirt-gconfig/libvirt-gconfig-storage-vol-target.h index 2030e73..f1b5003 100644 --- a/libvirt-gconfig/libvirt-gconfig-storage-vol-target.h +++ b/libvirt-gconfig/libvirt-gconfig-storage-vol-target.h @@ -69,6 +69,12 @@ const char *format); void gvir_config_storage_vol_target_set_permissions(GVirConfigStorageVolTarget *target, GVirConfigStoragePermissions *perms); +typedef enum { + GVIR_CONFIG_STORAGE_VOL_TARGET_FEATURE_LAZY_REFCOUNT = 1 << 0 +} GVirConfigStorageVolTargetFeatures; + +void gvir_config_storage_vol_target_set_features(GVirConfigStorageVolTarget *target, + guint64 features); G_END_DECLS diff --git a/libvirt-gconfig/libvirt-gconfig.h b/libvirt-gconfig/libvirt-gconfig.h index 6462154..896b4f1 100644 --- a/libvirt-gconfig/libvirt-gconfig.h +++ b/libvirt-gconfig/libvirt-gconfig.h @@ -43,6 +43,8 @@ #include #include #include +#include +#include #include #include #include diff --git a/libvirt-gconfig/libvirt-gconfig.sym b/libvirt-gconfig/libvirt-gconfig.sym index 0ac8cbf..5caca73 100644 --- a/libvirt-gconfig/libvirt-gconfig.sym +++ b/libvirt-gconfig/libvirt-gconfig.sym @@ -772,4 +772,19 @@ gvir_config_domain_set_custom_xml_ns_children; } LIBVIRT_GCONFIG_0.2.4; +LIBVIRT_GCONFIG_3.0.0 { +global: + gvir_config_domain_capabilities_get_os; + gvir_config_domain_capabilities_get_type; + gvir_config_domain_capabilities_new; + gvir_config_domain_capabilities_new_from_xml; + gvir_config_domain_capabilities_os_get_firmwares; + gvir_config_domain_capabilities_os_get_type; + gvir_config_domain_os_firmware_get_type; + gvir_config_domain_os_get_firmware; + gvir_config_domain_os_set_firmware; + gvir_config_storage_vol_target_features_get_type; + gvir_config_storage_vol_target_set_features; +} LIBVIRT_GCONFIG_2.0.0; + # .... define new API here using predicted next version number .... diff --git a/libvirt-gconfig/tests/Makefile.in b/libvirt-gconfig/tests/Makefile.in index a653d55..03d7393 100644 --- a/libvirt-gconfig/tests/Makefile.in +++ b/libvirt-gconfig/tests/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -93,12 +93,13 @@ subdir = libvirt-gconfig/tests ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \ - $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/manywarnings.m4 \ + $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/virt-compile-warnings.m4 \ - $(top_srcdir)/m4/virt-gettext.m4 $(top_srcdir)/m4/warnings.m4 \ + $(top_srcdir)/m4/virt-nls.m4 $(top_srcdir)/m4/warnings.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -150,7 +151,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/test-capabilities-parse.Po \ + ./$(DEPDIR)/test-domain-create.Po \ + ./$(DEPDIR)/test-domain-parse.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -202,7 +206,6 @@ $(top_srcdir)/build-aux/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ @@ -233,14 +236,13 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GIO2_CFLAGS = @GIO2_CFLAGS@ GIO2_LIBS = @GIO2_LIBS@ GLIB2_CFLAGS = @GLIB2_CFLAGS@ GLIB2_LIBS = @GLIB2_LIBS@ GLIB2_REQUIRED = @GLIB2_REQUIRED@ +GLIB2_VERSION_SYMBOL = @GLIB2_VERSION_SYMBOL@ GLIB_MKENUMS = @GLIB_MKENUMS@ -GMSGFMT = @GMSGFMT@ GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@ GOBJECT2_LIBS = @GOBJECT2_LIBS@ GREP = @GREP@ @@ -258,14 +260,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@ INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@ INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@ @@ -323,7 +317,6 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -USE_NLS = @USE_NLS@ VAPIGEN = @VAPIGEN@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ @@ -363,8 +356,6 @@ install_sh = @install_sh@ installed_test_metadir = @installed_test_metadir@ installed_testdir = @installed_testdir@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -420,8 +411,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -460,9 +451,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-capabilities-parse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-domain-create.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-domain-parse.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-capabilities-parse.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-domain-create.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-domain-parse.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -543,7 +540,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -613,7 +613,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/test-capabilities-parse.Po + -rm -f ./$(DEPDIR)/test-domain-create.Po + -rm -f ./$(DEPDIR)/test-domain-parse.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -659,7 +661,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/test-capabilities-parse.Po + -rm -f ./$(DEPDIR)/test-domain-create.Po + -rm -f ./$(DEPDIR)/test-domain-parse.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -680,9 +684,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff --git a/libvirt-gconfig/tests/test-domain-create.c b/libvirt-gconfig/tests/test-domain-create.c index 79c242f..f8fd6d5 100644 --- a/libvirt-gconfig/tests/test-domain-create.c +++ b/libvirt-gconfig/tests/test-domain-create.c @@ -498,6 +498,7 @@ gvir_config_storage_vol_target_set_format(vol_target, "qcow2"); gvir_config_storage_vol_target_set_permissions(vol_target, perms); gvir_config_storage_vol_target_set_compat(vol_target, "1.1"); + gvir_config_storage_vol_target_set_features(vol_target, GVIR_CONFIG_STORAGE_VOL_TARGET_FEATURE_LAZY_REFCOUNT); g_object_unref(G_OBJECT(perms)); gvir_config_storage_vol_set_target(vol, vol_target); g_object_unref(G_OBJECT(vol_target)); diff --git a/libvirt-glib/Makefile.am b/libvirt-glib/Makefile.am index 12a390f..1cc145a 100644 --- a/libvirt-glib/Makefile.am +++ b/libvirt-glib/Makefile.am @@ -16,6 +16,9 @@ libvirt-glib-main.c libvirt_glib_1_0_la_CFLAGS = \ -DLIBVIRT_GLIB_BUILD \ + -DGLIB_VERSION_MIN_REQUIRED=$(GLIB2_VERSION_SYMBOL) \ + -DGLIB_VERSION_MAX_ALLOWED=$(GLIB2_VERSION_SYMBOL) \ + -DGETTEXT_PACKAGE="\"libvirt-glib\"" \ -DG_LOG_DOMAIN="\"Libvirt.GLib\"" \ -DLOCALEDIR="\"$(datadir)/locale\"" \ $(COVERAGE_CFLAGS) \ diff --git a/libvirt-glib/Makefile.in b/libvirt-glib/Makefile.in index 4629a7b..ef73cbb 100644 --- a/libvirt-glib/Makefile.in +++ b/libvirt-glib/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -95,12 +95,13 @@ subdir = libvirt-glib ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \ - $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/manywarnings.m4 \ + $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/virt-compile-warnings.m4 \ - $(top_srcdir)/m4/virt-gettext.m4 $(top_srcdir)/m4/warnings.m4 \ + $(top_srcdir)/m4/virt-nls.m4 $(top_srcdir)/m4/warnings.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -170,7 +171,11 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-error.Plo \ + ./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-event.Plo \ + ./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-main.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -222,7 +227,6 @@ $(top_srcdir)/build-aux/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ @@ -253,14 +257,13 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GIO2_CFLAGS = @GIO2_CFLAGS@ GIO2_LIBS = @GIO2_LIBS@ GLIB2_CFLAGS = @GLIB2_CFLAGS@ GLIB2_LIBS = @GLIB2_LIBS@ GLIB2_REQUIRED = @GLIB2_REQUIRED@ +GLIB2_VERSION_SYMBOL = @GLIB2_VERSION_SYMBOL@ GLIB_MKENUMS = @GLIB_MKENUMS@ -GMSGFMT = @GMSGFMT@ GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@ GOBJECT2_LIBS = @GOBJECT2_LIBS@ GREP = @GREP@ @@ -278,14 +281,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@ INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@ INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@ @@ -343,7 +338,6 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -USE_NLS = @USE_NLS@ VAPIGEN = @VAPIGEN@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ @@ -383,8 +377,6 @@ install_sh = @install_sh@ installed_test_metadir = @installed_test_metadir@ installed_testdir = @installed_testdir@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -421,6 +413,9 @@ libvirt_glib_1_0_la_CFLAGS = \ -DLIBVIRT_GLIB_BUILD \ + -DGLIB_VERSION_MIN_REQUIRED=$(GLIB2_VERSION_SYMBOL) \ + -DGLIB_VERSION_MAX_ALLOWED=$(GLIB2_VERSION_SYMBOL) \ + -DGETTEXT_PACKAGE="\"libvirt-glib\"" \ -DG_LOG_DOMAIN="\"Libvirt.GLib\"" \ -DLOCALEDIR="\"$(datadir)/locale\"" \ $(COVERAGE_CFLAGS) \ @@ -485,8 +480,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -542,9 +537,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-error.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-event.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-main.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-error.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-event.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-main.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -709,7 +710,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -784,7 +788,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-error.Plo + -rm -f ./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-event.Plo + -rm -f ./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-main.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -831,7 +837,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-error.Plo + -rm -f ./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-event.Plo + -rm -f ./$(DEPDIR)/libvirt_glib_1_0_la-libvirt-glib-main.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -853,22 +861,23 @@ .MAKE: check-am install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \ - clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-girDATA install-html install-html-am \ - install-info install-info-am install-libLTLIBRARIES \ - install-libvirt_glib_1_0_laHEADERS install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - install-typelibDATA installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-girDATA uninstall-libLTLIBRARIES \ - uninstall-libvirt_glib_1_0_laHEADERS uninstall-typelibDATA +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am \ + check-local clean clean-generic clean-libLTLIBRARIES \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-girDATA \ + install-html install-html-am install-info install-info-am \ + install-libLTLIBRARIES install-libvirt_glib_1_0_laHEADERS \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip install-typelibDATA installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-girDATA \ + uninstall-libLTLIBRARIES uninstall-libvirt_glib_1_0_laHEADERS \ + uninstall-typelibDATA .PRECIOUS: Makefile diff --git a/libvirt-glib/libvirt-glib-event.c b/libvirt-glib/libvirt-glib-event.c index f8227d6..4548aa6 100644 --- a/libvirt-glib/libvirt-glib-event.c +++ b/libvirt-glib/libvirt-glib-event.c @@ -110,7 +110,7 @@ virFreeCallback ff; }; -GMutex *eventlock = NULL; +static GMutex *eventlock = NULL; static int nextwatch = 1; static GPtrArray *handles; diff --git a/libvirt-glib.spec b/libvirt-glib.spec index 6dc6d2d..a9e1818 100644 --- a/libvirt-glib.spec +++ b/libvirt-glib.spec @@ -14,7 +14,7 @@ %define libvirt_version 1.2.5 Name: libvirt-glib -Version: 2.0.0 +Version: 3.0.0 Release: 1%{?dist} Summary: libvirt glib integration for events Group: Development/Libraries @@ -37,7 +37,7 @@ %if %{with_vala} BuildRequires: vala-tools %endif -BuildRequires: intltool +BuildRequires: gettext %package devel Group: Development/Libraries 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 @@ %if %{with_vala} BuildRequires: vala-tools %endif -BuildRequires: intltool +BuildRequires: gettext %package devel Group: Development/Libraries diff --git a/libvirt-gobject/Makefile.am b/libvirt-gobject/Makefile.am index 5e130ee..b03d8f5 100644 --- a/libvirt-gobject/Makefile.am +++ b/libvirt-gobject/Makefile.am @@ -66,9 +66,12 @@ 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 \ + -DGLIB_VERSION_MIN_REQUIRED=$(GLIB2_VERSION_SYMBOL) \ + -DGLIB_VERSION_MAX_ALLOWED=$(GLIB2_VERSION_SYMBOL) \ $(COVERAGE_CFLAGS) \ -I$(top_srcdir) \ -I$(top_builddir) \ diff --git a/libvirt-gobject/Makefile.in b/libvirt-gobject/Makefile.in index 659a0dd..f741c3a 100644 --- a/libvirt-gobject/Makefile.in +++ b/libvirt-gobject/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -95,12 +95,13 @@ subdir = libvirt-gobject ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \ - $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/manywarnings.m4 \ + $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/virt-compile-warnings.m4 \ - $(top_srcdir)/m4/virt-gettext.m4 $(top_srcdir)/m4/warnings.m4 \ + $(top_srcdir)/m4/virt-nls.m4 $(top_srcdir)/m4/warnings.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -192,7 +193,29 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-compat.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-connection.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-device.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-enums.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-input-stream.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-interface.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-main.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-manager.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network-dhcp-lease.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network-filter.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-node-device.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-output-stream.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-secret.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.Plo \ + ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-stream.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -246,7 +269,6 @@ $(top_srcdir)/build-aux/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ @@ -277,14 +299,13 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GIO2_CFLAGS = @GIO2_CFLAGS@ GIO2_LIBS = @GIO2_LIBS@ GLIB2_CFLAGS = @GLIB2_CFLAGS@ GLIB2_LIBS = @GLIB2_LIBS@ GLIB2_REQUIRED = @GLIB2_REQUIRED@ +GLIB2_VERSION_SYMBOL = @GLIB2_VERSION_SYMBOL@ GLIB_MKENUMS = @GLIB_MKENUMS@ -GMSGFMT = @GMSGFMT@ GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@ GOBJECT2_LIBS = @GOBJECT2_LIBS@ GREP = @GREP@ @@ -302,14 +323,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@ INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@ INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@ @@ -367,7 +380,6 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -USE_NLS = @USE_NLS@ VAPIGEN = @VAPIGEN@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ @@ -407,8 +419,6 @@ install_sh = @install_sh@ installed_test_metadir = @installed_test_metadir@ installed_testdir = @installed_testdir@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -499,9 +509,12 @@ $(GOBJECT_GENERATED_FILES) libvirt_gobject_1_0_la_CFLAGS = \ + -DGETTEXT_PACKAGE="\"libvirt-glib\"" \ -DG_LOG_DOMAIN="\"Libvirt.GObject\"" \ -DDATADIR="\"$(datadir)\"" \ -DLIBVIRT_GOBJECT_BUILD \ + -DGLIB_VERSION_MIN_REQUIRED=$(GLIB2_VERSION_SYMBOL) \ + -DGLIB_VERSION_MAX_ALLOWED=$(GLIB2_VERSION_SYMBOL) \ $(COVERAGE_CFLAGS) \ -I$(top_srcdir) \ -I$(top_builddir) \ @@ -588,8 +601,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -645,27 +658,33 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-compat.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-connection.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-device.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-enums.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-input-stream.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-interface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-main.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-manager.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network-dhcp-lease.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network-filter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-node-device.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-output-stream.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-secret.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-stream.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-compat.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-connection.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-device.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-enums.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-input-stream.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-interface.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-main.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-manager.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network-dhcp-lease.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network-filter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-node-device.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-output-stream.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-secret.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-stream.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -977,7 +996,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1055,7 +1077,27 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-compat.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-connection.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-device.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-enums.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-input-stream.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-interface.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-main.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-manager.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network-dhcp-lease.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network-filter.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-node-device.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-output-stream.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-secret.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-stream.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1103,7 +1145,27 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-compat.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-connection.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-device.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-disk.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-interface.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain-snapshot.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-domain.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-enums.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-input-stream.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-interface.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-main.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-manager.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network-dhcp-lease.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network-filter.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-network.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-node-device.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-output-stream.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-secret.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-pool.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-storage-vol.Plo + -rm -f ./$(DEPDIR)/libvirt_gobject_1_0_la-libvirt-gobject-stream.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1127,22 +1189,22 @@ .MAKE: all check check-am install install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \ - clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-girDATA install-html install-html-am \ - install-info install-info-am install-libLTLIBRARIES \ - install-libvirt_gobject_1_0_laHEADERS install-man \ - install-nodist_libvirt_gobject_1_0_laHEADERS install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - install-typelibDATA installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-girDATA uninstall-libLTLIBRARIES \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am \ + check-local clean clean-generic clean-libLTLIBRARIES \ + clean-libtool cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-girDATA \ + install-html install-html-am install-info install-info-am \ + install-libLTLIBRARIES install-libvirt_gobject_1_0_laHEADERS \ + install-man install-nodist_libvirt_gobject_1_0_laHEADERS \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-typelibDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-girDATA uninstall-libLTLIBRARIES \ uninstall-libvirt_gobject_1_0_laHEADERS \ uninstall-nodist_libvirt_gobject_1_0_laHEADERS \ uninstall-typelibDATA diff --git a/libvirt-gobject/libvirt-gobject-connection.c b/libvirt-gobject/libvirt-gobject-connection.c index c48d51b..8e7bf5e 100644 --- a/libvirt-gobject/libvirt-gobject-connection.c +++ b/libvirt-gobject/libvirt-gobject-connection.c @@ -1999,7 +1999,7 @@ GVirConfigStoragePool *conf, guint flags, GError **err) { - const gchar *xml; + gchar *xml; virStoragePoolPtr handle; GVirConnectionPrivate *priv; @@ -2012,7 +2012,9 @@ g_return_val_if_fail(xml != NULL, NULL); priv = conn->priv; - if (!(handle = virStoragePoolDefineXML(priv->conn, xml, flags))) { + handle = virStoragePoolDefineXML(priv->conn, xml, flags); + g_free(xml); + if (!handle) { gvir_set_error_literal(err, GVIR_CONNECTION_ERROR, flags, _("Failed to create storage pool")); @@ -2076,6 +2078,174 @@ } /** + * gvir_connection_get_domain_capabilities: + * @conn: a #GVirConnection + * @emulatorbin: (allow-none): path to emulator + * @arch: (allow-none): domain architecture + * @machine: (allow-none): machine type + * @virttype: (allow-none): virtualization type + * @flags: extra flags; not used yet, so callers should always pass 0 + * @err: return location for any #GError + * + * Return value: (transfer full): a #GVirConfigDomainCapabilities or NULL. + * The return object should be unreffed with g_object_unref() when no longer + * needed. + */ +GVirConfigDomainCapabilities * +gvir_connection_get_domain_capabilities(GVirConnection *conn, + const gchar *emulatorbin, + const gchar *arch, + const gchar *machine, + const gchar *virttype, + guint flags, + GError **err) +{ + GVirConfigDomainCapabilities *domain_caps; + gchar *domain_caps_xml; + + g_return_val_if_fail(GVIR_IS_CONNECTION(conn), NULL); + g_return_val_if_fail(err == NULL || *err == NULL, NULL); + g_return_val_if_fail(conn->priv->conn, NULL); + + domain_caps_xml = virConnectGetDomainCapabilities(conn->priv->conn, + emulatorbin, + arch, + machine, + virttype, + flags); + if (domain_caps_xml == NULL) { + gvir_set_error_literal(err, GVIR_CONNECTION_ERROR, + 0, + _("Unable to get domain capabilities")); + return NULL; + } + + domain_caps = gvir_config_domain_capabilities_new_from_xml(domain_caps_xml, err); + free(domain_caps_xml); + + return domain_caps; +} + +typedef struct { + gchar *emulatorbin; + gchar *arch; + gchar *machine; + gchar *virttype; + guint flags; +} GetDomainCapabilitiesData; + +static void get_domain_capabilities_data_free(GetDomainCapabilitiesData *data) +{ + g_free(data->emulatorbin); + g_free(data->arch); + g_free(data->machine); + g_free(data->virttype); + g_slice_free(GetDomainCapabilitiesData, data); +} + +static void +gvir_connection_get_domain_capabilities_helper(GTask *task, + gpointer object, + gpointer task_data G_GNUC_UNUSED, + GCancellable *cancellable G_GNUC_UNUSED) +{ + GVirConnection *conn = GVIR_CONNECTION(object); + GetDomainCapabilitiesData *data; + GError *err = NULL; + GVirConfigDomainCapabilities *domain_caps; + + data = (GetDomainCapabilitiesData *)task_data; + + domain_caps = gvir_connection_get_domain_capabilities(conn, + data->emulatorbin, + data->arch, + data->machine, + data->virttype, + data->flags, + &err); + if (domain_caps == NULL) { + g_task_return_error(task, err); + + return; + } + + g_task_return_pointer(task, domain_caps, g_object_unref); +} + +/** + * gvir_connection_get_domain_capabilities_async: + * @conn: a #GVirConnection + * @emulatorbin: (allow-none): path to emulator + * @arch: (allow-none): domain architecture + * @machine: (allow-none): machine type + * @virttype: (allow-none): virtualization type + * @flags: extra flags; not used yet, so callers should always pass 0 + * @cancellable: (allow-none)(transfer none): cancellation object + * @callback: (scope async): completion callback + * @user_data: (closure): opaque data for callback + */ +void gvir_connection_get_domain_capabilities_async(GVirConnection *conn, + const gchar *emulatorbin, + const gchar *arch, + const gchar *machine, + const gchar *virttype, + guint flags, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data) +{ + GTask *task; + GetDomainCapabilitiesData *data; + + g_return_if_fail(GVIR_IS_CONNECTION(conn)); + g_return_if_fail((cancellable == NULL) || G_IS_CANCELLABLE(cancellable)); + + data = g_slice_new0(GetDomainCapabilitiesData); + data->emulatorbin = g_strdup(emulatorbin); + data->arch = g_strdup(arch); + data->machine = g_strdup(machine); + data->virttype = g_strdup(virttype); + data->flags = flags; + + task = g_task_new(G_OBJECT(conn), + cancellable, + callback, + user_data); + g_task_set_source_tag(task, + gvir_connection_get_domain_capabilities_async); + g_task_set_task_data(task, + data, + (GDestroyNotify)get_domain_capabilities_data_free); + g_task_run_in_thread(task, + gvir_connection_get_domain_capabilities_helper); + g_object_unref(task); +} + +/** + * gvir_connection_get_domain_capabilities_finish: + * @conn: a #GVirConnection + * @result: (transfer none): async method result + * + * Return value: (transfer full): a #GVirConfigDomainCapabilities or NULL. + * The returned object should be unreffed with g_object_unref() when no + * longer needed. + */ +GVirConfigDomainCapabilities * +gvir_connection_get_domain_capabilities_finish(GVirConnection *conn, + GAsyncResult *result, + GError **err) +{ + g_return_val_if_fail(GVIR_IS_CONNECTION(conn), NULL); + g_return_val_if_fail(g_task_is_valid(result, G_OBJECT(conn)), + NULL); + g_return_val_if_fail(g_task_get_source_tag(G_TASK(result)) == + gvir_connection_get_domain_capabilities_async, + NULL); + + return g_task_propagate_pointer(G_TASK(result), err); +} + +/** * gvir_connection_get_capabilities: * @conn: a #GVirConnection * @err: return location for any #GError @@ -2175,7 +2345,7 @@ NULL); g_return_val_if_fail(g_task_get_source_tag(G_TASK(result)) == gvir_connection_get_capabilities_async, - FALSE); + NULL); return g_task_propagate_pointer(G_TASK(result), err); } diff --git a/libvirt-gobject/libvirt-gobject-connection.h b/libvirt-gobject/libvirt-gobject-connection.h index f3d2cb8..9557fde 100644 --- a/libvirt-gobject/libvirt-gobject-connection.h +++ b/libvirt-gobject/libvirt-gobject-connection.h @@ -255,6 +255,28 @@ gvir_connection_restore_domain_from_file_finish(GVirConnection *conn, GAsyncResult *result, GError **err); + +GVirConfigDomainCapabilities *gvir_connection_get_domain_capabilities(GVirConnection *conn, + const gchar *emulatorbin, + const gchar *arch, + const gchar *machine, + const gchar *virttype, + guint flags, + GError **err); +void gvir_connection_get_domain_capabilities_async(GVirConnection *conn, + const gchar *emulatorbin, + const gchar *arch, + const gchar *machine, + const gchar *virttype, + guint flags, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +GVirConfigDomainCapabilities * +gvir_connection_get_domain_capabilities_finish(GVirConnection *conn, + GAsyncResult *result, + GError **err); + G_END_DECLS #endif /* __LIBVIRT_GOBJECT_CONNECTION_H__ */ diff --git a/libvirt-gobject/libvirt-gobject-network-dhcp-lease.c b/libvirt-gobject/libvirt-gobject-network-dhcp-lease.c index 9c40288..1824138 100644 --- a/libvirt-gobject/libvirt-gobject-network-dhcp-lease.c +++ b/libvirt-gobject/libvirt-gobject-network-dhcp-lease.c @@ -121,7 +121,6 @@ "The lease handle", G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | - G_PARAM_PRIVATE | G_PARAM_STATIC_STRINGS)); } diff --git a/libvirt-gobject/libvirt-gobject.sym b/libvirt-gobject/libvirt-gobject.sym index fe5bffe..703a58e 100644 --- a/libvirt-gobject/libvirt-gobject.sym +++ b/libvirt-gobject/libvirt-gobject.sym @@ -311,4 +311,12 @@ gvir_domain_set_time_finish; } LIBVIRT_GOBJECT_0.2.2; + +LIBVIRT_GOBJECT_3.0.0 { + global: + gvir_connection_get_domain_capabilities; + gvir_connection_get_domain_capabilities_async; + gvir_connection_get_domain_capabilities_finish; +} LIBVIRT_GOBJECT_0.2.3; + # .... define new API here using predicted next version number .... diff --git a/m4/gtk-doc.m4 b/m4/gtk-doc.m4 new file mode 100644 index 0000000..2d12f01 --- /dev/null +++ b/m4/gtk-doc.m4 @@ -0,0 +1,113 @@ +# -*- mode: autoconf -*- +# +# gtk-doc.m4 - configure macro to check for gtk-doc +# Copyright (C) 2003 James Henstridge +# 2007-2017 Stefan Sauer +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# As a special exception, the above copyright owner gives unlimited +# permission to copy, distribute and modify the configure scripts that +# are the output of Autoconf when processing the Macro. You need not +# follow the terms of the GNU General Public License when using or +# distributing such scripts, even though portions of the text of the +# Macro appear in them. The GNU General Public License (GPL) does govern +# all other use of the material that constitutes the Autoconf Macro. + +# serial 2 + +dnl Usage: +dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) +AC_DEFUN([GTK_DOC_CHECK], +[ + AC_REQUIRE([PKG_PROG_PKG_CONFIG]) + AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first + AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first + + ifelse([$1],[],[gtk_doc_requires="gtk-doc"],[gtk_doc_requires="gtk-doc >= $1"]) + AC_MSG_CHECKING([for gtk-doc]) + PKG_CHECK_EXISTS([$gtk_doc_requires],[have_gtk_doc=yes],[have_gtk_doc=no]) + AC_MSG_RESULT($have_gtk_doc) + + if test "$have_gtk_doc" = "no"; then + AC_MSG_WARN([ + You will not be able to create source packages with 'make dist' + because $gtk_doc_requires is not found.]) + fi + + dnl check for tools we added during development + dnl Use AC_CHECK_PROG to avoid the check target using an absolute path that + dnl may not be writable by the user. Currently, automake requires that the + dnl test name must end in '.test'. + dnl https://bugzilla.gnome.org/show_bug.cgi?id=701638 + AC_CHECK_PROG([GTKDOC_CHECK],[gtkdoc-check],[gtkdoc-check.test]) + AC_PATH_PROG([GTKDOC_CHECK_PATH],[gtkdoc-check]) + AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true]) + AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf]) + + dnl for overriding the documentation installation directory + AC_ARG_WITH([html-dir], + AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, + [with_html_dir='${datadir}/gtk-doc/html']) + HTML_DIR="$with_html_dir" + AC_SUBST([HTML_DIR]) + + dnl enable/disable documentation building + AC_ARG_ENABLE([gtk-doc], + AS_HELP_STRING([--enable-gtk-doc], + [use gtk-doc to build documentation [[default=no]]]),, + [enable_gtk_doc=no]) + + AC_MSG_CHECKING([whether to build gtk-doc documentation]) + AC_MSG_RESULT($enable_gtk_doc) + + if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then + AC_MSG_ERROR([ + You must have $gtk_doc_requires installed to build documentation for + $PACKAGE_NAME. Please install gtk-doc or disable building the + documentation by adding '--disable-gtk-doc' to '[$]0'.]) + fi + + dnl don't check for glib if we build glib + if test "x$PACKAGE_NAME" != "xglib"; then + dnl don't fail if someone does not have glib + PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0,,[:]) + fi + + dnl enable/disable output formats + AC_ARG_ENABLE([gtk-doc-html], + AS_HELP_STRING([--enable-gtk-doc-html], + [build documentation in html format [[default=yes]]]),, + [enable_gtk_doc_html=yes]) + AC_ARG_ENABLE([gtk-doc-pdf], + AS_HELP_STRING([--enable-gtk-doc-pdf], + [build documentation in pdf format [[default=no]]]),, + [enable_gtk_doc_pdf=no]) + + if test -z "$GTKDOC_MKPDF"; then + enable_gtk_doc_pdf=no + fi + + if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 + fi + AC_SUBST([AM_DEFAULT_VERBOSITY]) + + AM_CONDITIONAL([HAVE_GTK_DOC], [test x$have_gtk_doc = xyes]) + AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes]) + AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes]) + AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes]) + AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"]) + AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"]) +]) diff --git a/m4/intltool.m4 b/m4/intltool.m4 deleted file mode 100644 index c25b7b1..0000000 --- a/m4/intltool.m4 +++ /dev/null @@ -1,212 +0,0 @@ -## intltool.m4 - Configure intltool for the target system. -*-Shell-script-*- -## Copyright (C) 2001 Eazel, Inc. -## Author: Maciej Stachowiak -## Kenneth Christiansen -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, but -## WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -## General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -## -## As a special exception to the GNU General Public License, if you -## distribute this file as part of a program that contains a -## configuration script generated by Autoconf, you may include it under -## the same distribution terms that you use for the rest of that program. - -dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) -# serial 42 IT_PROG_INTLTOOL -AC_DEFUN([IT_PROG_INTLTOOL], [ -AC_PREREQ([2.50])dnl -AC_REQUIRE([AM_NLS])dnl - -case "$am__api_version" in - 1.[01234]) - AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool]) - ;; - *) - ;; -esac - -INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` -INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` -INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` -if test -n "$1"; then - AC_MSG_CHECKING([for intltool >= $1]) - AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) - test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || - AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) -fi - -AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update]) -AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge]) -AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract]) -if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then - AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) -fi - -if test -z "$AM_DEFAULT_VERBOSITY"; then - AM_DEFAULT_VERBOSITY=1 -fi -AC_SUBST([AM_DEFAULT_VERBOSITY]) - -INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' -INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' -INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;' -AC_SUBST(INTLTOOL_V_MERGE) -AC_SUBST(INTLTOOL__v_MERGE_) -AC_SUBST(INTLTOOL__v_MERGE_0) - -INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' -intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' -intltool__v_merge_options_0='-q' -AC_SUBST(INTLTOOL_V_MERGE_OPTIONS) -AC_SUBST(intltool__v_merge_options_) -AC_SUBST(intltool__v_merge_options_0) - - INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@' - INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@' -else - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir' -fi - INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - -_IT_SUBST(INTLTOOL_DESKTOP_RULE) -_IT_SUBST(INTLTOOL_DIRECTORY_RULE) -_IT_SUBST(INTLTOOL_KEYS_RULE) -_IT_SUBST(INTLTOOL_PROP_RULE) -_IT_SUBST(INTLTOOL_OAF_RULE) -_IT_SUBST(INTLTOOL_PONG_RULE) -_IT_SUBST(INTLTOOL_SERVER_RULE) -_IT_SUBST(INTLTOOL_SHEET_RULE) -_IT_SUBST(INTLTOOL_SOUNDLIST_RULE) -_IT_SUBST(INTLTOOL_UI_RULE) -_IT_SUBST(INTLTOOL_XAM_RULE) -_IT_SUBST(INTLTOOL_KBD_RULE) -_IT_SUBST(INTLTOOL_XML_RULE) -_IT_SUBST(INTLTOOL_XML_NOMERGE_RULE) -_IT_SUBST(INTLTOOL_CAVES_RULE) -_IT_SUBST(INTLTOOL_SCHEMAS_RULE) -_IT_SUBST(INTLTOOL_THEME_RULE) -_IT_SUBST(INTLTOOL_SERVICE_RULE) -_IT_SUBST(INTLTOOL_POLICY_RULE) - -# Check the gettext tools to make sure they are GNU -AC_PATH_PROG(XGETTEXT, xgettext) -AC_PATH_PROG(MSGMERGE, msgmerge) -AC_PATH_PROG(MSGFMT, msgfmt) -AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) -if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then - AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) -fi -xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" -mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" -mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" -if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then - AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) -fi - -AC_PATH_PROG(INTLTOOL_PERL, perl) -if test -z "$INTLTOOL_PERL"; then - AC_MSG_ERROR([perl not found]) -fi -AC_MSG_CHECKING([for perl >= 5.8.1]) -$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 -if test $? -ne 0; then - AC_MSG_ERROR([perl 5.8.1 is required for intltool]) -else - IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` - AC_MSG_RESULT([$IT_PERL_VERSION]) -fi -if test "x$2" != "xno-xml"; then - AC_MSG_CHECKING([for XML::Parser]) - if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then - AC_MSG_RESULT([ok]) - else - AC_MSG_ERROR([XML::Parser perl module is required for intltool]) - fi -fi - -# Substitute ALL_LINGUAS so we can use it in po/Makefile -AC_SUBST(ALL_LINGUAS) - -IT_PO_SUBDIR([po]) - -]) - - -# IT_PO_SUBDIR(DIRNAME) -# --------------------- -# All po subdirs have to be declared with this macro; the subdir "po" is -# declared by IT_PROG_INTLTOOL. -# -AC_DEFUN([IT_PO_SUBDIR], -[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. -dnl -dnl The following CONFIG_COMMANDS should be executed at the very end -dnl of config.status. -AC_CONFIG_COMMANDS_PRE([ - AC_CONFIG_COMMANDS([$1/stamp-it], [ - if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then - AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.]) - fi - rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp" - >"$1/stamp-it.tmp" - [sed '/^#/d - s/^[[].*] *// - /^[ ]*$/d - '"s|^| $ac_top_srcdir/|" \ - "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES" - ] - [sed '/^POTFILES =/,/[^\\]$/ { - /^POTFILES =/!d - r $1/POTFILES - } - ' "$1/Makefile.in" >"$1/Makefile"] - rm -f "$1/Makefile.tmp" - mv "$1/stamp-it.tmp" "$1/stamp-it" - ]) -])dnl -]) - -# _IT_SUBST(VARIABLE) -# ------------------- -# Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST -# -AC_DEFUN([_IT_SUBST], -[ -AC_SUBST([$1]) -m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) -] -) - -# deprecated macros -AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL]) -# A hint is needed for aclocal from Automake <= 1.9.4: -# AC_DEFUN([AC_PROG_INTLTOOL], ...) - diff --git a/m4/introspection.m4 b/m4/introspection.m4 new file mode 100644 index 0000000..d89c3d9 --- /dev/null +++ b/m4/introspection.m4 @@ -0,0 +1,96 @@ +dnl -*- mode: autoconf -*- +dnl Copyright 2009 Johan Dahlin +dnl +dnl This file is free software; the author(s) gives unlimited +dnl permission to copy and/or distribute it, with or without +dnl modifications, as long as this notice is preserved. +dnl + +# serial 1 + +m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL], +[ + AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first + AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first + AC_BEFORE([LT_INIT],[$0])dnl setup libtool first + + dnl enable/disable introspection + m4_if([$2], [require], + [dnl + enable_introspection=yes + ],[dnl + AC_ARG_ENABLE(introspection, + AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]], + [Enable introspection for this build]),, + [enable_introspection=auto]) + ])dnl + + AC_MSG_CHECKING([for gobject-introspection]) + + dnl presence/version checking + AS_CASE([$enable_introspection], + [no], [dnl + found_introspection="no (disabled, use --enable-introspection to enable)" + ],dnl + [yes],[dnl + PKG_CHECK_EXISTS([gobject-introspection-1.0],, + AC_MSG_ERROR([gobject-introspection-1.0 is not installed])) + PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], + found_introspection=yes, + AC_MSG_ERROR([You need to have gobject-introspection >= $1 installed to build AC_PACKAGE_NAME])) + ],dnl + [auto],[dnl + PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], found_introspection=yes, found_introspection=no) + dnl Canonicalize enable_introspection + enable_introspection=$found_introspection + ],dnl + [dnl + AC_MSG_ERROR([invalid argument passed to --enable-introspection, should be one of @<:@no/auto/yes@:>@]) + ])dnl + + AC_MSG_RESULT([$found_introspection]) + + INTROSPECTION_SCANNER= + INTROSPECTION_COMPILER= + INTROSPECTION_GENERATE= + INTROSPECTION_GIRDIR= + INTROSPECTION_TYPELIBDIR= + if test "x$found_introspection" = "xyes"; then + INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0` + INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` + INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` + INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` + INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" + INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` + INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` + INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection + fi + AC_SUBST(INTROSPECTION_SCANNER) + AC_SUBST(INTROSPECTION_COMPILER) + AC_SUBST(INTROSPECTION_GENERATE) + AC_SUBST(INTROSPECTION_GIRDIR) + AC_SUBST(INTROSPECTION_TYPELIBDIR) + AC_SUBST(INTROSPECTION_CFLAGS) + AC_SUBST(INTROSPECTION_LIBS) + AC_SUBST(INTROSPECTION_MAKEFILE) + + AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes") +]) + + +dnl Usage: +dnl GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version]) + +AC_DEFUN([GOBJECT_INTROSPECTION_CHECK], +[ + _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1]) +]) + +dnl Usage: +dnl GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version]) + + +AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE], +[ + _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require]) +]) diff --git a/m4/pkg.m4 b/m4/pkg.m4 new file mode 100644 index 0000000..d8549a4 --- /dev/null +++ b/m4/pkg.m4 @@ -0,0 +1,343 @@ +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# serial 11 (pkg-config-0.29.1) + +dnl Copyright © 2004 Scott James Remnant . +dnl Copyright © 2012-2015 Dan Nicholson +dnl +dnl This program is free software; you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation; either version 2 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, but +dnl WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program; if not, write to the Free Software +dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +dnl 02111-1307, USA. +dnl +dnl As a special exception to the GNU General Public License, if you +dnl distribute this file as part of a program that contains a +dnl configuration script generated by Autoconf, you may include it under +dnl the same distribution terms that you use for the rest of that +dnl program. + +dnl PKG_PREREQ(MIN-VERSION) +dnl ----------------------- +dnl Since: 0.29 +dnl +dnl Verify that the version of the pkg-config macros are at least +dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's +dnl installed version of pkg-config, this checks the developer's version +dnl of pkg.m4 when generating configure. +dnl +dnl To ensure that this macro is defined, also add: +dnl m4_ifndef([PKG_PREREQ], +dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) +dnl +dnl See the "Since" comment for each macro you use to see what version +dnl of the macros you require. +m4_defun([PKG_PREREQ], +[m4_define([PKG_MACROS_VERSION], [0.29.1]) +m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, + [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) +])dnl PKG_PREREQ + +dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) +dnl ---------------------------------- +dnl Since: 0.16 +dnl +dnl Search for the pkg-config tool and set the PKG_CONFIG variable to +dnl first found in the path. Checks that the version of pkg-config found +dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is +dnl used since that's the first version where most current features of +dnl pkg-config existed. +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) +m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) +AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi +fi[]dnl +])dnl PKG_PROG_PKG_CONFIG + +dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +dnl ------------------------------------------------------------------- +dnl Since: 0.18 +dnl +dnl Check to see whether a particular set of modules exists. Similar to +dnl PKG_CHECK_MODULES(), but does not set variables or print errors. +dnl +dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +dnl only at the first occurence in configure.ac, so if the first place +dnl it's called might be skipped (such as if it is within an "if", you +dnl have to call PKG_CHECK_EXISTS manually +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_default([$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + +dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +dnl --------------------------------------------- +dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting +dnl pkg_failed based on the result. +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes ], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])dnl _PKG_CONFIG + +dnl _PKG_SHORT_ERRORS_SUPPORTED +dnl --------------------------- +dnl Internal check to see if pkg-config supports short errors. +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])dnl _PKG_SHORT_ERRORS_SUPPORTED + + +dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND]) +dnl -------------------------------------------------------------- +dnl Since: 0.4.0 +dnl +dnl Note that if there is a possibility the first call to +dnl PKG_CHECK_MODULES might not happen, you should be sure to include an +dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +pkg_failed=no +AC_MSG_CHECKING([for $1]) + +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + +if test $pkg_failed = yes; then + AC_MSG_RESULT([no]) + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + + m4_default([$4], [AC_MSG_ERROR( +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT])[]dnl + ]) +elif test $pkg_failed = untried; then + AC_MSG_RESULT([no]) + m4_default([$4], [AC_MSG_FAILURE( +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +_PKG_TEXT + +To get pkg-config, see .])[]dnl + ]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + $3 +fi[]dnl +])dnl PKG_CHECK_MODULES + + +dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND]) +dnl --------------------------------------------------------------------- +dnl Since: 0.29 +dnl +dnl Checks for existence of MODULES and gathers its build flags with +dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags +dnl and VARIABLE-PREFIX_LIBS from --libs. +dnl +dnl Note that if there is a possibility the first call to +dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to +dnl include an explicit call to PKG_PROG_PKG_CONFIG in your +dnl configure.ac. +AC_DEFUN([PKG_CHECK_MODULES_STATIC], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +_save_PKG_CONFIG=$PKG_CONFIG +PKG_CONFIG="$PKG_CONFIG --static" +PKG_CHECK_MODULES($@) +PKG_CONFIG=$_save_PKG_CONFIG[]dnl +])dnl PKG_CHECK_MODULES_STATIC + + +dnl PKG_INSTALLDIR([DIRECTORY]) +dnl ------------------------- +dnl Since: 0.27 +dnl +dnl Substitutes the variable pkgconfigdir as the location where a module +dnl should install pkg-config .pc files. By default the directory is +dnl $libdir/pkgconfig, but the default can be changed by passing +dnl DIRECTORY. The user can override through the --with-pkgconfigdir +dnl parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +])dnl PKG_INSTALLDIR + + +dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) +dnl -------------------------------- +dnl Since: 0.27 +dnl +dnl Substitutes the variable noarch_pkgconfigdir as the location where a +dnl module should install arch-independent pkg-config .pc files. By +dnl default the directory is $datadir/pkgconfig, but the default can be +dnl changed by passing DIRECTORY. The user can override through the +dnl --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +])dnl PKG_NOARCH_INSTALLDIR + + +dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, +dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +dnl ------------------------------------------- +dnl Since: 0.28 +dnl +dnl Retrieves the value of the pkg-config variable for the given module. +AC_DEFUN([PKG_CHECK_VAR], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl + +_PKG_CONFIG([$1], [variable="][$3]["], [$2]) +AS_VAR_COPY([$1], [pkg_cv_][$1]) + +AS_VAR_IF([$1], [""], [$5], [$4])dnl +])dnl PKG_CHECK_VAR + +dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES, +dnl [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND], +dnl [DESCRIPTION], [DEFAULT]) +dnl ------------------------------------------ +dnl +dnl Prepare a "--with-" configure option using the lowercase +dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and +dnl PKG_CHECK_MODULES in a single macro. +AC_DEFUN([PKG_WITH_MODULES], +[ +m4_pushdef([with_arg], m4_tolower([$1])) + +m4_pushdef([description], + [m4_default([$5], [build with ]with_arg[ support])]) + +m4_pushdef([def_arg], [m4_default([$6], [auto])]) +m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes]) +m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no]) + +m4_case(def_arg, + [yes],[m4_pushdef([with_without], [--without-]with_arg)], + [m4_pushdef([with_without],[--with-]with_arg)]) + +AC_ARG_WITH(with_arg, + AS_HELP_STRING(with_without, description[ @<:@default=]def_arg[@:>@]),, + [AS_TR_SH([with_]with_arg)=def_arg]) + +AS_CASE([$AS_TR_SH([with_]with_arg)], + [yes],[PKG_CHECK_MODULES([$1],[$2],$3,$4)], + [auto],[PKG_CHECK_MODULES([$1],[$2], + [m4_n([def_action_if_found]) $3], + [m4_n([def_action_if_not_found]) $4])]) + +m4_popdef([with_arg]) +m4_popdef([description]) +m4_popdef([def_arg]) + +])dnl PKG_WITH_MODULES + +dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES, +dnl [DESCRIPTION], [DEFAULT]) +dnl ----------------------------------------------- +dnl +dnl Convenience macro to trigger AM_CONDITIONAL after PKG_WITH_MODULES +dnl check._[VARIABLE-PREFIX] is exported as make variable. +AC_DEFUN([PKG_HAVE_WITH_MODULES], +[ +PKG_WITH_MODULES([$1],[$2],,,[$3],[$4]) + +AM_CONDITIONAL([HAVE_][$1], + [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"]) +])dnl PKG_HAVE_WITH_MODULES + +dnl PKG_HAVE_DEFINE_WITH_MODULES(VARIABLE-PREFIX, MODULES, +dnl [DESCRIPTION], [DEFAULT]) +dnl ------------------------------------------------------ +dnl +dnl Convenience macro to run AM_CONDITIONAL and AC_DEFINE after +dnl PKG_WITH_MODULES check. HAVE_[VARIABLE-PREFIX] is exported as make +dnl and preprocessor variable. +AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES], +[ +PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4]) + +AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"], + [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])]) +])dnl PKG_HAVE_DEFINE_WITH_MODULES 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 . +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: 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/LINGUAS b/po/LINGUAS deleted file mode 100644 index 265ad73..0000000 --- a/po/LINGUAS +++ /dev/null @@ -1,95 +0,0 @@ -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 diff --git a/po/Makefile.am b/po/Makefile.am new file mode 100644 index 0000000..729de3f --- /dev/null +++ b/po/Makefile.am @@ -0,0 +1,111 @@ +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) + +MAINTAINERCLEANFILES = $(POTFILE) $(POFILES) $(GMOFILES) + +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) + +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-mini-po + $(MAKE) update-gmo + +$(POTFILE): POTFILES $(POTFILE_DEPS) + $(XGETTEXT) -o $@-t $(XGETTEXT_ARGS) \ + --files-from=$(abs_srcdir)/POTFILES + $(SED) $(SED_PO_FIXUP_ARGS) < $@-t > $@ + rm -f $@-t + +$(srcdir)/%.po: $(srcdir)/%.mini.po $(POTFILE) + $(MSGMERGE) --no-fuzzy-matching $< $(POTFILE) | \ + $(SED) $(SED_PO_FIXUP_ARGS) > $@ + +$(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/Makefile.in b/po/Makefile.in new file mode 100644 index 0000000..ea279e3 --- /dev/null +++ b/po/Makefile.in @@ -0,0 +1,603 @@ +# Makefile.in generated by automake 1.16.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2018 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = po +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \ + $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/virt-compile-warnings.m4 \ + $(top_srcdir)/m4/virt-nls.m4 $(top_srcdir)/m4/warnings.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AS = @AS@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +COVERAGE_CFLAGS = @COVERAGE_CFLAGS@ +COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@ +COV_FLAGS = @COV_FLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +CYGWIN_EXTRA_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ +CYGWIN_EXTRA_LIBADD = @CYGWIN_EXTRA_LIBADD@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GIO2_CFLAGS = @GIO2_CFLAGS@ +GIO2_LIBS = @GIO2_LIBS@ +GLIB2_CFLAGS = @GLIB2_CFLAGS@ +GLIB2_LIBS = @GLIB2_LIBS@ +GLIB2_REQUIRED = @GLIB2_REQUIRED@ +GLIB2_VERSION_SYMBOL = @GLIB2_VERSION_SYMBOL@ +GLIB_MKENUMS = @GLIB_MKENUMS@ +GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@ +GOBJECT2_LIBS = @GOBJECT2_LIBS@ +GREP = @GREP@ +GTHREAD2_CFLAGS = @GTHREAD2_CFLAGS@ +GTHREAD2_LIBS = @GTHREAD2_LIBS@ +GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ +GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ +GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ +GTKDOC_MKPDF = @GTKDOC_MKPDF@ +GTKDOC_REBASE = @GTKDOC_REBASE@ +HTML_DIR = @HTML_DIR@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@ +INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@ +INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@ +INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@ +INTROSPECTION_LIBS = @INTROSPECTION_LIBS@ +INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@ +INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@ +INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBVIRT_CFLAGS = @LIBVIRT_CFLAGS@ +LIBVIRT_GLIB_MAJOR_VERSION = @LIBVIRT_GLIB_MAJOR_VERSION@ +LIBVIRT_GLIB_MICRO_VERSION = @LIBVIRT_GLIB_MICRO_VERSION@ +LIBVIRT_GLIB_MINOR_VERSION = @LIBVIRT_GLIB_MINOR_VERSION@ +LIBVIRT_GLIB_VERSION = @LIBVIRT_GLIB_VERSION@ +LIBVIRT_GLIB_VERSION_INFO = @LIBVIRT_GLIB_VERSION_INFO@ +LIBVIRT_GLIB_VERSION_NUMBER = @LIBVIRT_GLIB_VERSION_NUMBER@ +LIBVIRT_LIBS = @LIBVIRT_LIBS@ +LIBVIRT_REQUIRED = @LIBVIRT_REQUIRED@ +LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ +LIBXML2_LIBS = @LIBXML2_LIBS@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MINGW_EXTRA_LDFLAGS = @MINGW_EXTRA_LDFLAGS@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VAPIGEN = @VAPIGEN@ +VERSION = @VERSION@ +WARN_CFLAGS = @WARN_CFLAGS@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +installed_test_metadir = @installed_test_metadir@ +installed_testdir = @installed_testdir@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +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) +MAINTAINERCLEANFILES = $(POTFILE) $(POFILES) $(GMOFILES) +EXTRA_DIST = \ + POTFILES \ + $(POTFILE) \ + $(POFILES) \ + $(GMOFILES) + +@HAVE_GNU_GETTEXT_TOOLS_TRUE@XGETTEXT_ARGS = \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ --default-domain=$(DOMAIN) \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ --from-code=utf-8 \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ --add-comments=TRANSLATORS: \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ --keyword=_ --keyword=N_ \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ --copyright-holder='$(COPYRIGHT_HOLDER)' \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ --package-name="$(PACKAGE_NAME)" \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ --package-version="$(PACKAGE_VERSION)" \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ --msgid-bugs-address="$(MSGID_BUGS_ADDRESS)" \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ --directory=$(top_srcdir) \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ $(NULL) + +@HAVE_GNU_GETTEXT_TOOLS_TRUE@SED_PO_FIXUP_ARGS = \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ -e "s|text/plain; charset=CHARSET|text/plain; charset=UTF-8|g" \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ -e "s|SOME DESCRIPTIVE TITLE|Libvirt package strings|g" \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ -e "s|Copyright (C) YEAR|Copyright (C) $$(date +'%Y')|" \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ $(NULL) + + +# Cannot use 'localedir' since this conflicts with autoconf. +@ENABLE_NLS_TRUE@langinstdir = $(datadir)/locale +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu po/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu po/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) +@ENABLE_NLS_FALSE@install-data-hook: +@ENABLE_NLS_FALSE@uninstall-hook: +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-data-hook +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) uninstall-hook +.MAKE: install-am install-data-am install-strip uninstall-am + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-data-hook install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-hook + +.PRECIOUS: Makefile + + +@HAVE_GNU_GETTEXT_TOOLS_TRUE@update-po: $(POFILES) + +@HAVE_GNU_GETTEXT_TOOLS_TRUE@update-gmo: $(GMOFILES) + +@HAVE_GNU_GETTEXT_TOOLS_TRUE@update-mini-po: $(POTFILE) +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ for lang in $(LANGS); do \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ echo "Minimizing $$lang content" && \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ $(MSGMERGE) --no-location --no-fuzzy-matching --sort-output \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ $(srcdir)/$$lang.po $(POTFILE) | \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ $(SED) $(SED_PO_FIXUP_ARGS) | \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ $(PERL) $(top_srcdir)/build-aux/minimize-po.pl > \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ $(srcdir)/$$lang.mini.po ; \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ done + +@HAVE_GNU_GETTEXT_TOOLS_TRUE@push-pot: $(POTFILE) +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ zanata push --push-type=source + +@HAVE_GNU_GETTEXT_TOOLS_TRUE@pull-po: $(POTFILE) +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ zanata pull --create-skeletons +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ $(MAKE) update-mini-po +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ $(MAKE) update-gmo + +@HAVE_GNU_GETTEXT_TOOLS_TRUE@$(POTFILE): POTFILES $(POTFILE_DEPS) +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ $(XGETTEXT) -o $@-t $(XGETTEXT_ARGS) \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ --files-from=$(abs_srcdir)/POTFILES +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ $(SED) $(SED_PO_FIXUP_ARGS) < $@-t > $@ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ rm -f $@-t + +@HAVE_GNU_GETTEXT_TOOLS_TRUE@$(srcdir)/%.po: $(srcdir)/%.mini.po $(POTFILE) +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ $(MSGMERGE) --no-fuzzy-matching $< $(POTFILE) | \ +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ $(SED) $(SED_PO_FIXUP_ARGS) > $@ + +@HAVE_GNU_GETTEXT_TOOLS_TRUE@$(srcdir)/%.gmo: $(srcdir)/%.po +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ rm -f $@ $@-t +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ $(MSGFMT) -c -o $@-t $< +@HAVE_GNU_GETTEXT_TOOLS_TRUE@ mv $@-t $@ + +@HAVE_GNU_GETTEXT_TOOLS_TRUE@.PRECIOUS: $(POTFILE) $(POFILES) + +@ENABLE_NLS_TRUE@install-data-hook: $(GMOFILES) +@ENABLE_NLS_TRUE@ mkdir -p $(DESTDIR)$(langinstdir) +@ENABLE_NLS_TRUE@ for lang in $(LANGS); do \ +@ENABLE_NLS_TRUE@ d=$(DESTDIR)$(langinstdir)/$$lang/LC_MESSAGES; \ +@ENABLE_NLS_TRUE@ mkdir -p $$d; \ +@ENABLE_NLS_TRUE@ install -m 0644 $(srcdir)/$$lang.gmo $$d/$(DOMAIN).mo; \ +@ENABLE_NLS_TRUE@ done + +@ENABLE_NLS_TRUE@uninstall-hook: +@ENABLE_NLS_TRUE@ for lang in $(LANGS); do \ +@ENABLE_NLS_TRUE@ d=$(DESTDIR)$(langinstdir)/$$lang/LC_MESSAGES; \ +@ENABLE_NLS_TRUE@ rm -f $$d/$(DOMAIN).mo; \ +@ENABLE_NLS_TRUE@ done + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/po/Makefile.in.in b/po/Makefile.in.in deleted file mode 100644 index fcd2c3b..0000000 --- a/po/Makefile.in.in +++ /dev/null @@ -1,221 +0,0 @@ -# Makefile for program source directory in GNU NLS utilities package. -# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper -# Copyright (C) 2004-2008 Rodney Dawes -# -# This file may be copied and used freely without restrictions. It may -# be used in projects which are not available under a GNU Public License, -# but which still want to provide support for the GNU gettext functionality. -# -# - Modified by Owen Taylor to use GETTEXT_PACKAGE -# instead of PACKAGE and to look for po2tbl in ./ not in intl/ -# -# - Modified by jacob berkman to install -# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize -# -# - Modified by Rodney Dawes for use with intltool -# -# We have the following line for use by intltoolize: -# INTLTOOL_MAKEFILE - -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -PACKAGE = @PACKAGE@ -VERSION = @VERSION@ - -SHELL = @SHELL@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -top_builddir = @top_builddir@ -VPATH = @srcdir@ - -prefix = @prefix@ -exec_prefix = @exec_prefix@ -datadir = @datadir@ -datarootdir = @datarootdir@ -libdir = @libdir@ -localedir = @localedir@ -subdir = po -install_sh = @install_sh@ -# Automake >= 1.8 provides @mkdir_p@. -# Until it can be supposed, use the safe fallback: -mkdir_p = $(install_sh) -d - -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ - -GMSGFMT = @GMSGFMT@ -MSGFMT = @MSGFMT@ -XGETTEXT = @XGETTEXT@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -MSGMERGE = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist -GENPOT = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot - -ALL_LINGUAS = @ALL_LINGUAS@ - -PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi) - -USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi) - -USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done) - -POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done) - -DISTFILES = Makefile.in.in POTFILES.in $(POFILES) -EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS - -POTFILES = \ -# This comment gets stripped out - -CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done) - -.SUFFIXES: -.SUFFIXES: .po .pox .gmo .mo .msg .cat - -AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -INTLTOOL_V_MSGFMT = $(INTLTOOL__v_MSGFMT_$(V)) -INTLTOOL__v_MSGFMT_= $(INTLTOOL__v_MSGFMT_$(AM_DEFAULT_VERBOSITY)) -INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@; - -.po.pox: - $(MAKE) $(GETTEXT_PACKAGE).pot - $(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox - -.po.mo: - $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $< - -.po.gmo: - $(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \ - && rm -f $$file && $(GMSGFMT) -o $$file $< - -.po.cat: - sed -f ../intl/po2msg.sed < $< > $*.msg \ - && rm -f $@ && gencat $@ $*.msg - - -all: all-@USE_NLS@ - -all-yes: $(CATALOGS) -all-no: - -$(GETTEXT_PACKAGE).pot: $(POTFILES) - $(GENPOT) - -install: install-data -install-data: install-data-@USE_NLS@ -install-data-no: all -install-data-yes: all - linguas="$(USE_LINGUAS)"; \ - for lang in $$linguas; do \ - dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \ - $(mkdir_p) $$dir; \ - if test -r $$lang.gmo; then \ - $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ - echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \ - else \ - $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ - echo "installing $(srcdir)/$$lang.gmo as" \ - "$$dir/$(GETTEXT_PACKAGE).mo"; \ - fi; \ - if test -r $$lang.gmo.m; then \ - $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \ - echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \ - else \ - if test -r $(srcdir)/$$lang.gmo.m ; then \ - $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \ - $$dir/$(GETTEXT_PACKAGE).mo.m; \ - echo "installing $(srcdir)/$$lang.gmo.m as" \ - "$$dir/$(GETTEXT_PACKAGE).mo.m"; \ - else \ - true; \ - fi; \ - fi; \ - done - -# Empty stubs to satisfy archaic automake needs -dvi info ctags tags CTAGS TAGS ID: - -# Define this as empty until I found a useful application. -install-exec installcheck: - -uninstall: - linguas="$(USE_LINGUAS)"; \ - for lang in $$linguas; do \ - rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ - rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ - done - -check: all $(GETTEXT_PACKAGE).pot - rm -f missing notexist - srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m - if [ -r missing -o -r notexist ]; then \ - exit 1; \ - fi - -mostlyclean: - rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp - rm -f .intltool-merge-cache - -clean: mostlyclean - -distclean: clean - rm -f Makefile Makefile.in POTFILES stamp-it - rm -f *.mo *.msg *.cat *.cat.m *.gmo - -maintainer-clean: distclean - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - rm -f Makefile.in.in - -distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) -dist distdir: $(DISTFILES) - dists="$(DISTFILES)"; \ - extra_dists="$(EXTRA_DISTFILES)"; \ - for file in $$extra_dists; do \ - test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \ - done; \ - for file in $$dists; do \ - test -f $$file || file="$(srcdir)/$$file"; \ - ln $$file $(distdir) 2> /dev/null \ - || cp -p $$file $(distdir); \ - done - -update-po: Makefile - $(MAKE) $(GETTEXT_PACKAGE).pot - tmpdir=`pwd`; \ - linguas="$(USE_LINGUAS)"; \ - for lang in $$linguas; do \ - echo "$$lang:"; \ - result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \ - if $$result; then \ - if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ - rm -f $$tmpdir/$$lang.new.po; \ - else \ - if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ - :; \ - else \ - echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ - rm -f $$tmpdir/$$lang.new.po; \ - exit 1; \ - fi; \ - fi; \ - else \ - echo "msgmerge for $$lang.gmo failed!"; \ - rm -f $$tmpdir/$$lang.new.po; \ - fi; \ - done - -Makefile POTFILES: stamp-it - @if test ! -f $@; then \ - rm -f stamp-it; \ - $(MAKE) stamp-it; \ - fi - -stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ - $(SHELL) ./config.status - -# Tell versions [3.59,3.63) of GNU make not to export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/po/POTFILES b/po/POTFILES new file mode 100644 index 0000000..335ec67 --- /dev/null +++ b/po/POTFILES @@ -0,0 +1,4 @@ +libvirt-gconfig/libvirt-gconfig-helpers.c +libvirt-gconfig/libvirt-gconfig-object.c +libvirt-gobject/libvirt-gobject-connection.c +libvirt-gobject/libvirt-gobject-stream.c diff --git a/po/POTFILES.in b/po/POTFILES.in deleted file mode 100644 index 335ec67..0000000 --- a/po/POTFILES.in +++ /dev/null @@ -1,4 +0,0 @@ -libvirt-gconfig/libvirt-gconfig-helpers.c -libvirt-gconfig/libvirt-gconfig-object.c -libvirt-gobject/libvirt-gobject-connection.c -libvirt-gobject/libvirt-gobject-stream.c diff --git a/po/af.gmo b/po/af.gmo new file mode 100644 index 0000000..091e5c6 Binary files /dev/null and b/po/af.gmo differ diff --git a/po/af.po b/po/af.po index 9dd2a27..3212ba4 100644 --- a/po/af.po +++ b/po/af.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:19+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Afrikaans (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/am.gmo b/po/am.gmo new file mode 100644 index 0000000..04b12a0 Binary files /dev/null and b/po/am.gmo differ diff --git a/po/am.po b/po/am.po index 2cccccb..43bff45 100644 --- a/po/am.po +++ b/po/am.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:19+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Amharic (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/anp.gmo b/po/anp.gmo new file mode 100644 index 0000000..1a81e53 Binary files /dev/null and b/po/anp.gmo differ diff --git a/po/anp.po b/po/anp.po index 2cc1fe5..6fd4ac1 100644 --- a/po/anp.po +++ b/po/anp.po @@ -1,13 +1,13 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR , YEAR. # -# Translators: msgid "" msgstr "" -"Project-Id-Version: libvirt-glib\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-11-26 12:38+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: Angika\n" @@ -16,137 +16,141 @@ "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" +"X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/ar.gmo b/po/ar.gmo new file mode 100644 index 0000000..2b1cf9b Binary files /dev/null and b/po/ar.gmo differ diff --git a/po/ar.po b/po/ar.po index d6541cb..7dcd601 100644 --- a/po/ar.po +++ b/po/ar.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:19+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/libvirt-glib/" @@ -20,135 +20,139 @@ "&& 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 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/as.gmo b/po/as.gmo new file mode 100644 index 0000000..d93e317 Binary files /dev/null and b/po/as.gmo differ diff --git a/po/as.po b/po/as.po index 5eae6b4..140efef 100644 --- a/po/as.po +++ b/po/as.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:19+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Assamese (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/ast.gmo b/po/ast.gmo new file mode 100644 index 0000000..5b05f14 Binary files /dev/null and b/po/ast.gmo differ diff --git a/po/ast.po b/po/ast.po index 2ccc1a3..7a16123 100644 --- a/po/ast.po +++ b/po/ast.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:19+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Asturian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/bal.gmo b/po/bal.gmo new file mode 100644 index 0000000..a8f7cab Binary files /dev/null and b/po/bal.gmo differ diff --git a/po/bal.po b/po/bal.po index 7a0b0fd..1de1022 100644 --- a/po/bal.po +++ b/po/bal.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:19+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Balochi (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/be.gmo b/po/be.gmo new file mode 100644 index 0000000..9d4202d Binary files /dev/null and b/po/be.gmo differ diff --git a/po/be.po b/po/be.po index d6815a5..445b6f8 100644 --- a/po/be.po +++ b/po/be.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:19+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -20,135 +20,139 @@ "%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 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/bg.gmo b/po/bg.gmo new file mode 100644 index 0000000..3c03aa7 Binary files /dev/null and b/po/bg.gmo differ diff --git a/po/bg.po b/po/bg.po index 5c4a4ab..e59ffd2 100644 --- a/po/bg.po +++ b/po/bg.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:19+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/bn.gmo b/po/bn.gmo new file mode 100644 index 0000000..48eba50 Binary files /dev/null and b/po/bn.gmo differ diff --git a/po/bn.po b/po/bn.po index b08bf7d..a757f33 100644 --- a/po/bn.po +++ b/po/bn.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:19+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Bengali (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/bn_IN.gmo b/po/bn_IN.gmo new file mode 100644 index 0000000..cc156f0 Binary files /dev/null and b/po/bn_IN.gmo differ diff --git a/po/bn_IN.po b/po/bn_IN.po index 672cc19..f351078 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:19+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/libvirt-" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/bo.gmo b/po/bo.gmo new file mode 100644 index 0000000..bfbeff3 Binary files /dev/null and b/po/bo.gmo differ diff --git a/po/bo.po b/po/bo.po index 7e69539..95e86d2 100644 --- a/po/bo.po +++ b/po/bo.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:19+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Tibetan (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/br.gmo b/po/br.gmo new file mode 100644 index 0000000..190e153 Binary files /dev/null and b/po/br.gmo differ diff --git a/po/br.po b/po/br.po index b199030..45f4728 100644 --- a/po/br.po +++ b/po/br.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:19+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Breton (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/brx.gmo b/po/brx.gmo new file mode 100644 index 0000000..18973c9 Binary files /dev/null and b/po/brx.gmo differ diff --git a/po/brx.po b/po/brx.po index c073eaf..e4006da 100644 --- a/po/brx.po +++ b/po/brx.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:19+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Bodo (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/bs.gmo b/po/bs.gmo new file mode 100644 index 0000000..80e9977 Binary files /dev/null and b/po/bs.gmo differ diff --git a/po/bs.po b/po/bs.po index 4133fbf..dfbada8 100644 --- a/po/bs.po +++ b/po/bs.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:19+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -20,135 +20,139 @@ "%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 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/ca.gmo b/po/ca.gmo new file mode 100644 index 0000000..b526159 Binary files /dev/null and b/po/ca.gmo differ diff --git a/po/ca.po b/po/ca.po index 0f31d2c..210d328 100644 --- a/po/ca.po +++ b/po/ca.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 , 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-11-26 12:38+0000\n" "PO-Revision-Date: 2017-12-17 03:08+0000\n" "Last-Translator: Robert Antoni Buj Gelonch \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/libvirt-glib/" @@ -22,137 +22,141 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "Cap document XML per analitzar sintàcticament" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "No es pot analitzar sintàcticament" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: 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»" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "No es pot obrir %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "La creació de la reserva de l'emmagatzematge ha fallat" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "No es pot obtenir la informació del node" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "No es poden obtenir les capacitats" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "No es pot restaurar el domini" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: libvirt-gobject/libvirt-gobject-stream.c:347 msgid "virStreamRecv call would block" msgstr "La crida a virStreamRecv podria bloquejar" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "No es pot realitzar RecvAll" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "No es pot realitzar SendAll" diff --git a/po/cs.gmo b/po/cs.gmo new file mode 100644 index 0000000..e6cfb4b Binary files /dev/null and b/po/cs.gmo differ diff --git a/po/cs.po b/po/cs.po index f87f49e..b5f5f31 100644 --- a/po/cs.po +++ b/po/cs.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 , 2016. #zanata -# Zdenek , 2018. #zanata +# Pavel Borecki , 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 \n" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-11-26 12:38+0000\n" +"PO-Revision-Date: 2018-11-27 06:44+0000\n" +"Last-Translator: Pavel Borecki \n" "Language-Team: Czech (http://www.transifex.com/projects/p/libvirt-glib/" "language/cs/)\n" "Language: cs\n" @@ -21,135 +21,139 @@ "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 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" -msgstr "Žádný XML dokument k parsování" +msgstr "Žádný XML dokument ke zpracování" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" -msgstr "Nelze parsovat konfiguraci" +msgstr "Nedaří se zpracovat nastavení" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" -msgstr "XML data nemají uzel '%s'" +msgstr "XML data nemají uzel „%s“" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: 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" +msgstr "S tímto objektem nastavení není spojen žádný XML dokument" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 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" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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" +msgstr "Nedaří se vytvořit RNG parser pro %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:233 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" -msgstr "Nelze parsovat RNG %s" +msgstr "Nedaří se zpracovat RNG %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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" +msgstr "Nedaří se vytvořit ověření kontextu RNG %s" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:255 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" -msgstr "Nelze ověřit dokument" +msgstr "Dokument se nedaří ověřit" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" -msgstr "Spojení %s je již navázáno" +msgstr "Spojení %s už je navázáno" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" -msgstr "Nelze otevřít %s" +msgstr "Nedaří se otevřít %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: libvirt-gobject/libvirt-gobject-connection.c:464 msgid "Unable to get connection URI" -msgstr "Nelze získat URI připojení" +msgstr "Nedaří se 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 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" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1079 msgid "Unable to get hypervisor version" -msgstr "Nepodařilo se získat verzi hypervizora" +msgstr "Nepodařilo se získat verzi hypervizoru" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1394 -#: ../libvirt-gobject/libvirt-gobject-connection.c:1449 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "Nepodařilo se načíst seznam rozhraní" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "Nepodařilo se načíst seznam sítí" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" -msgstr "Nepodařilo se vytvořit úložný prostor" +msgstr "Nepodařilo se vytvořit fond úložišť" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "Nepodařilo se získat informace o uzlu" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" -msgstr "Nepodařilo se získat schopnosti" +msgstr "Nepodařilo se získat možnosti" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "Nepodařilo se obnovit doménu" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: libvirt-gobject/libvirt-gobject-stream.c:347 msgid "virStreamRecv call would block" msgstr "Volání virStreamRecv by blokovalo" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 +#: 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" +msgstr "Obdržena chyba virStreamRecv v %s" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "Nepodařilo se provést RecvAll" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "Nepodařilo se provést SendAll" diff --git a/po/cy.gmo b/po/cy.gmo new file mode 100644 index 0000000..f2e7648 Binary files /dev/null and b/po/cy.gmo differ diff --git a/po/cy.po b/po/cy.po index 90223f4..3b2c5ac 100644 --- a/po/cy.po +++ b/po/cy.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Welsh (http://www.transifex.com/projects/p/libvirt-glib/" @@ -20,135 +20,139 @@ "11) ? 2 : 3;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/da.gmo b/po/da.gmo new file mode 100644 index 0000000..05c3c30 Binary files /dev/null and b/po/da.gmo differ diff --git a/po/da.po b/po/da.po index dd23eda..6fbbf48 100644 --- a/po/da.po +++ b/po/da.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Danish (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/de.gmo b/po/de.gmo new file mode 100644 index 0000000..8094454 Binary files /dev/null and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po index 33b3225..9bf4d1b 100644 --- a/po/de.po +++ b/po/de.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: German (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/de_CH.gmo b/po/de_CH.gmo new file mode 100644 index 0000000..32dfdc1 Binary files /dev/null and b/po/de_CH.gmo differ diff --git a/po/de_CH.po b/po/de_CH.po index 228f1be..0cf2757 100644 --- a/po/de_CH.po +++ b/po/de_CH.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/el.gmo b/po/el.gmo new file mode 100644 index 0000000..01f947b Binary files /dev/null and b/po/el.gmo differ diff --git a/po/el.po b/po/el.po index 1550b1b..5f5120a 100644 --- a/po/el.po +++ b/po/el.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Greek (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/en_GB.gmo b/po/en_GB.gmo new file mode 100644 index 0000000..d0c94c3 Binary files /dev/null and b/po/en_GB.gmo differ diff --git a/po/en_GB.po b/po/en_GB.po index 7bffea2..161798c 100644 --- a/po/en_GB.po +++ b/po/en_GB.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 , 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" @@ -20,135 +20,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "No XML document to parse" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "Unable to parse configuration" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "XML data has no '%s' node" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: 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 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "Unable to validate doc" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "Unable to open %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1394 +#: libvirt-gobject/libvirt-gobject-connection.c:1449 msgid "Failed to create domain" msgstr "Failed to create domain" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "Failed to create storage pool" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "Unable to get node info" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "Unable to get capabilities" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "Unable to restore domain" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: libvirt-gobject/libvirt-gobject-stream.c:347 msgid "virStreamRecv call would block" msgstr "virStreamRecv call would block" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "Unable to perform RecvAll" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "virStreamSend call would block" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "Unable to perform SendAll" diff --git a/po/eo.gmo b/po/eo.gmo new file mode 100644 index 0000000..077f4f6 Binary files /dev/null and b/po/eo.gmo differ diff --git a/po/eo.po b/po/eo.po index 4528217..90dc0fb 100644 --- a/po/eo.po +++ b/po/eo.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/es.gmo b/po/es.gmo new file mode 100644 index 0000000..84da3eb Binary files /dev/null and b/po/es.gmo differ diff --git a/po/es.po b/po/es.po index 94d9a06..ead39b5 100644 --- a/po/es.po +++ b/po/es.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 , 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-11-26 12:38+0000\n" "PO-Revision-Date: 2016-08-07 06:44+0000\n" "Last-Translator: Máximo Castañeda Riloba \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/libvirt-glib/" @@ -21,136 +21,140 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "No hay ningún documento XML que analizar" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "No se pudo analizar la configuración" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: 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»" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "No se puede abrir %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "No se pudo obtener la lista de interfaces" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "No se pudo obtener la lista de redes" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "Falló al crear el grupo de almacenamiento" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "No se puede obtener la información del nodo" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "No se pudieron obtener las capacidades" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "No se puede restaurar el dominio" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: libvirt-gobject/libvirt-gobject-stream.c:347 msgid "virStreamRecv call would block" msgstr "La llamada a virStreamRecv sería bloqueante" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "No se puede realizar RecvAll" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "No se puede realizar SendAll" diff --git a/po/et.gmo b/po/et.gmo new file mode 100644 index 0000000..31bafe9 Binary files /dev/null and b/po/et.gmo differ diff --git a/po/et.po b/po/et.po index a1c6034..693be75 100644 --- a/po/et.po +++ b/po/et.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Estonian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/eu.gmo b/po/eu.gmo new file mode 100644 index 0000000..5567e34 Binary files /dev/null and b/po/eu.gmo differ diff --git a/po/eu.po b/po/eu.po index e732e06..09b51d0 100644 --- a/po/eu.po +++ b/po/eu.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Basque (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/fa.gmo b/po/fa.gmo new file mode 100644 index 0000000..ac24c55 Binary files /dev/null and b/po/fa.gmo differ diff --git a/po/fa.po b/po/fa.po index 03a2d4c..bed4df6 100644 --- a/po/fa.po +++ b/po/fa.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Persian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/fi.gmo b/po/fi.gmo new file mode 100644 index 0000000..5ae1c29 Binary files /dev/null and b/po/fi.gmo differ diff --git a/po/fi.po b/po/fi.po index 7f76620..fca25b3 100644 --- a/po/fi.po +++ b/po/fi.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: # Jiri Grönroos , 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-11-26 12:38+0000\n" "PO-Revision-Date: 2017-03-26 10:27+0000\n" "Last-Translator: Jiri Grönroos \n" "Language-Team: Finnish (http://www.transifex.com/projects/p/libvirt-glib/" @@ -20,135 +20,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: 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 +#: 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 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/fr.gmo b/po/fr.gmo new file mode 100644 index 0000000..4395325 Binary files /dev/null and b/po/fr.gmo differ diff --git a/po/fr.po b/po/fr.po index f5a8978..8ff83c7 100644 --- a/po/fr.po +++ b/po/fr.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 , 2013 # Jean-Baptiste Holcroft , 2016. #zanata +# Jean-Baptiste Holcroft , 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-11-26 12:38+0000\n" +"PO-Revision-Date: 2019-01-21 08:05+0000\n" "Last-Translator: Jean-Baptiste Holcroft \n" "Language-Team: French (http://www.transifex.com/projects/p/libvirt-glib/" "language/fr/)\n" @@ -21,135 +22,139 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "Aucun document XML à analyser" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "Impossible d'analyser la configuration" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: 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 »" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" -msgstr "" +msgstr "Aucun schéma XML associé avec cet objet de configuration" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "Impossible d'ouvrir %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "Impossible de récupérer la liste des interfaces" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "Échec de la création du pool de stockage" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "Impossible d'obtenir les informations sur le nœud" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "Impossible d'obtenir les capacités" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "Impossible de restaurer le domaine" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: libvirt-gobject/libvirt-gobject-stream.c:347 msgid "virStreamRecv call would block" msgstr "L'appel à virStreamRecv serait bloquant" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "Impossible d'exécuter RecvAll" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "Impossible d'exécuter SendAll" diff --git a/po/gl.gmo b/po/gl.gmo new file mode 100644 index 0000000..6c5b1dc Binary files /dev/null and b/po/gl.gmo differ diff --git a/po/gl.po b/po/gl.po index c077303..c04fed5 100644 --- a/po/gl.po +++ b/po/gl.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Galician (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/gu.gmo b/po/gu.gmo new file mode 100644 index 0000000..fc30d1d Binary files /dev/null and b/po/gu.gmo differ diff --git a/po/gu.po b/po/gu.po index f859c06..4123f3b 100644 --- a/po/gu.po +++ b/po/gu.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Gujarati (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/he.gmo b/po/he.gmo new file mode 100644 index 0000000..6ce9154 Binary files /dev/null and b/po/he.gmo differ diff --git a/po/he.po b/po/he.po index 036847b..1470a97 100644 --- a/po/he.po +++ b/po/he.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/hi.gmo b/po/hi.gmo new file mode 100644 index 0000000..0bd9675 Binary files /dev/null and b/po/hi.gmo differ diff --git a/po/hi.po b/po/hi.po index 67e2db8..9a0b7a0 100644 --- a/po/hi.po +++ b/po/hi.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 , 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/libvirt-glib/" @@ -21,135 +21,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "विश्लेषण करने के लिए कोई XML दस्तावेज़ उपल्बध नहीं " -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "विन्यास के विश्लेषण कर पाने में असमर्थ" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "XML data का कोई '%s' नोड नहीं है" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: 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 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "डॉक को अभिप्रमाणित करने में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "कनेक्शन %s पहले से ही खुला है" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "%s को खोल पाने में असमर्थ " -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "हाइपरविज़र का नाम प्राप्त करने में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "संग्रहण पूल का निर्माण करने में असफल" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "नोड की जानकारी प्राप्त करने में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "सक्षमता प्राप्त करने में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "डोमेन पुन: स्थापित करने में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: libvirt-gobject/libvirt-gobject-stream.c:347 msgid "virStreamRecv call would block" msgstr "virStreamRecv का कॉल रोक देता" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 +#: 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 त्रुटि पाया" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "RecvAll के कार्यान्वयन में असमर्थ" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "virStreamSend का कॉल रोक देता" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "SendAll के कार्यान्वयन में असमर्थ" diff --git a/po/hr.gmo b/po/hr.gmo new file mode 100644 index 0000000..e1029de Binary files /dev/null and b/po/hr.gmo differ diff --git a/po/hr.po b/po/hr.po index 9f44ad1..00da3e1 100644 --- a/po/hr.po +++ b/po/hr.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:20+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -20,135 +20,139 @@ "%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 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/hu.gmo b/po/hu.gmo new file mode 100644 index 0000000..174e3a9 Binary files /dev/null and b/po/hu.gmo differ diff --git a/po/hu.po b/po/hu.po index daba024..f012767 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Hungarian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/ia.gmo b/po/ia.gmo new file mode 100644 index 0000000..76f6ff3 Binary files /dev/null and b/po/ia.gmo differ diff --git a/po/ia.po b/po/ia.po index 150dfe2..d5fd324 100644 --- a/po/ia.po +++ b/po/ia.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/id.gmo b/po/id.gmo new file mode 100644 index 0000000..c6bc3b8 Binary files /dev/null and b/po/id.gmo differ diff --git a/po/id.po b/po/id.po index 314ff45..0738eda 100644 --- a/po/id.po +++ b/po/id.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/ilo.gmo b/po/ilo.gmo new file mode 100644 index 0000000..35a3647 Binary files /dev/null and b/po/ilo.gmo differ diff --git a/po/ilo.po b/po/ilo.po index df1c4d7..520f60d 100644 --- a/po/ilo.po +++ b/po/ilo.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Iloko (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/is.gmo b/po/is.gmo new file mode 100644 index 0000000..daea1f2 Binary files /dev/null and b/po/is.gmo differ diff --git a/po/is.po b/po/is.po index 8947917..615c6b5 100644 --- a/po/is.po +++ b/po/is.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/it.gmo b/po/it.gmo new file mode 100644 index 0000000..457e67b Binary files /dev/null and b/po/it.gmo differ diff --git a/po/it.po b/po/it.po index c3e756b..aee66c9 100644 --- a/po/it.po +++ b/po/it.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Italian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/ja.gmo b/po/ja.gmo new file mode 100644 index 0000000..d5f08bd Binary files /dev/null and b/po/ja.gmo differ diff --git a/po/ja.po b/po/ja.po index 0cd5c63..9a87666 100644 --- a/po/ja.po +++ b/po/ja.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 , 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/libvirt-glib/" @@ -21,135 +21,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "構文解析する XML ドキュメントがありません" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "設定を構文解析できません" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "XML データに '%s' ノードがありません" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: 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 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "ドキュメントを検証できません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "すでに接続 %s が開かれています" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "%s を開けません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "ハイパーバイザーの名前を取得できません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "ストレージプールの作成に失敗しました" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "ノード情報を取得できません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "ケイパビリティを取得できません" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "ドメインを復元できません" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: libvirt-gobject/libvirt-gobject-stream.c:347 msgid "virStreamRecv call would block" msgstr "virStreamRecv の呼び出しがブロックされます" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 +#: 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 エラーが発生しました" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "RecvAll を実行できません" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "virStreamSend の呼び出しがブロックされます" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "SendAll を実行できません" diff --git a/po/ka.gmo b/po/ka.gmo new file mode 100644 index 0000000..27a7160 Binary files /dev/null and b/po/ka.gmo differ diff --git a/po/ka.po b/po/ka.po index 772842c..d261c59 100644 --- a/po/ka.po +++ b/po/ka.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Georgian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/kk.gmo b/po/kk.gmo new file mode 100644 index 0000000..d7ee825 Binary files /dev/null and b/po/kk.gmo differ diff --git a/po/kk.po b/po/kk.po index 1f243d9..54a870d 100644 --- a/po/kk.po +++ b/po/kk.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Kazakh (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/km.gmo b/po/km.gmo new file mode 100644 index 0000000..03571f4 Binary files /dev/null and b/po/km.gmo differ diff --git a/po/km.po b/po/km.po index c18995a..32aa999 100644 --- a/po/km.po +++ b/po/km.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Khmer (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/kn.gmo b/po/kn.gmo new file mode 100644 index 0000000..1f982eb Binary files /dev/null and b/po/kn.gmo differ diff --git a/po/kn.po b/po/kn.po index 6f698fc..58744e3 100644 --- a/po/kn.po +++ b/po/kn.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Kannada (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/ko.gmo b/po/ko.gmo new file mode 100644 index 0000000..cdf340a Binary files /dev/null and b/po/ko.gmo differ diff --git a/po/ko.po b/po/ko.po index d0fb895..f3570c9 100644 --- a/po/ko.po +++ b/po/ko.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Korean (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/kw.gmo b/po/kw.gmo new file mode 100644 index 0000000..2d3fdf2 Binary files /dev/null and b/po/kw.gmo differ diff --git a/po/kw.po b/po/kw.po index 6c5755a..4209c41 100644 --- a/po/kw.po +++ b/po/kw.po @@ -1,13 +1,13 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR , YEAR. # -# Translators: msgid "" msgstr "" -"Project-Id-Version: libvirt-glib\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-11-26 12:38+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: Cornish\n" @@ -17,137 +17,141 @@ "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" +"X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/kw@kkcor.gmo b/po/kw@kkcor.gmo new file mode 100644 index 0000000..e1598f4 Binary files /dev/null and b/po/kw@kkcor.gmo differ diff --git a/po/kw@kkcor.po b/po/kw@kkcor.po index 5a7bee3..2ff0a25 100644 --- a/po/kw@kkcor.po +++ b/po/kw@kkcor.po @@ -1,13 +1,13 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR , YEAR. # -# Translators: msgid "" msgstr "" -"Project-Id-Version: libvirt-glib\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-11-26 12:38+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: Cornish (Common Orthography)\n" @@ -17,137 +17,141 @@ "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" +"X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/kw@uccor.gmo b/po/kw@uccor.gmo new file mode 100644 index 0000000..1d222f2 Binary files /dev/null and b/po/kw@uccor.gmo differ diff --git a/po/kw@uccor.po b/po/kw@uccor.po index 939eee2..96c33d1 100644 --- a/po/kw@uccor.po +++ b/po/kw@uccor.po @@ -1,13 +1,13 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR , YEAR. # -# Translators: msgid "" msgstr "" -"Project-Id-Version: libvirt-glib\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-11-26 12:38+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: Cornish (Unified Orthography)\n" @@ -17,137 +17,141 @@ "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" +"X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/kw_GB.gmo b/po/kw_GB.gmo new file mode 100644 index 0000000..72046ac Binary files /dev/null and b/po/kw_GB.gmo differ diff --git a/po/kw_GB.po b/po/kw_GB.po index 295c291..7cc6bbf 100644 --- a/po/kw_GB.po +++ b/po/kw_GB.po @@ -1,153 +1,157 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR , YEAR. # -# Translators: msgid "" msgstr "" -"Project-Id-Version: libvirt-glib\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-11-26 12:38+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: Cornish (United Kingdom)\n" -"Language: kw-GB\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" +"X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/ky.gmo b/po/ky.gmo new file mode 100644 index 0000000..5824e7b Binary files /dev/null and b/po/ky.gmo differ diff --git a/po/ky.po b/po/ky.po index 115f6f5..b322546 100644 --- a/po/ky.po +++ b/po/ky.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Kirgyz (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/libvirt-glib.pot b/po/libvirt-glib.pot new file mode 100644 index 0000000..5538583 --- /dev/null +++ b/po/libvirt-glib.pot @@ -0,0 +1,155 @@ +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: libvirt-glib 3.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-11-26 12:38+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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:2020 +msgid "Failed to create storage pool" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2063 +msgid "Unable to get node info" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 +msgid "Unable to get capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2395 +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.gmo b/po/lt.gmo new file mode 100644 index 0000000..34ff352 Binary files /dev/null and b/po/lt.gmo differ diff --git a/po/lt.po b/po/lt.po index 63c318a..33b3d51 100644 --- a/po/lt.po +++ b/po/lt.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Lithuanian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -20,135 +20,139 @@ "%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/lv.gmo b/po/lv.gmo new file mode 100644 index 0000000..3ca31fd Binary files /dev/null and b/po/lv.gmo differ diff --git a/po/lv.po b/po/lv.po index 1005787..917380c 100644 --- a/po/lv.po +++ b/po/lv.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Latvian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -20,135 +20,139 @@ "2);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/mai.gmo b/po/mai.gmo new file mode 100644 index 0000000..e82a1d3 Binary files /dev/null and b/po/mai.gmo differ diff --git a/po/mai.po b/po/mai.po index 34df6e5..e367aae 100644 --- a/po/mai.po +++ b/po/mai.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:21+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Maithili (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/mk.gmo b/po/mk.gmo new file mode 100644 index 0000000..2e0ade0 Binary files /dev/null and b/po/mk.gmo differ diff --git a/po/mk.po b/po/mk.po index 3fbfb3b..99632a7 100644 --- a/po/mk.po +++ b/po/mk.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:22+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "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 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/ml.gmo b/po/ml.gmo new file mode 100644 index 0000000..2061e67 Binary files /dev/null and b/po/ml.gmo differ diff --git a/po/ml.po b/po/ml.po index a8c8114..29bcd51 100644 --- a/po/ml.po +++ b/po/ml.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:22+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/mn.gmo b/po/mn.gmo new file mode 100644 index 0000000..1f6f8e1 Binary files /dev/null and b/po/mn.gmo differ diff --git a/po/mn.po b/po/mn.po index 9d6a13b..b857aab 100644 --- a/po/mn.po +++ b/po/mn.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:22+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Mongolian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/mr.gmo b/po/mr.gmo new file mode 100644 index 0000000..083bf48 Binary files /dev/null and b/po/mr.gmo differ diff --git a/po/mr.po b/po/mr.po index 17fb3f1..f0e83ee 100644 --- a/po/mr.po +++ b/po/mr.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:22+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Marathi (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/ms.gmo b/po/ms.gmo new file mode 100644 index 0000000..b5ded3f Binary files /dev/null and b/po/ms.gmo differ diff --git a/po/ms.po b/po/ms.po index 0552c6e..240788b 100644 --- a/po/ms.po +++ b/po/ms.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:22+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Malay (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/nb.gmo b/po/nb.gmo new file mode 100644 index 0000000..f916e30 Binary files /dev/null and b/po/nb.gmo differ diff --git a/po/nb.po b/po/nb.po index baa33e8..8140880 100644 --- a/po/nb.po +++ b/po/nb.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:22+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/libvirt-" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/nds.gmo b/po/nds.gmo new file mode 100644 index 0000000..715ca94 Binary files /dev/null and b/po/nds.gmo differ diff --git a/po/nds.po b/po/nds.po index 8333566..301b8a2 100644 --- a/po/nds.po +++ b/po/nds.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:22+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Low German (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/ne.gmo b/po/ne.gmo new file mode 100644 index 0000000..67e81d7 Binary files /dev/null and b/po/ne.gmo differ diff --git a/po/ne.po b/po/ne.po index b66dedc..26b8eb5 100644 --- a/po/ne.po +++ b/po/ne.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:22+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Nepali (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/nl.gmo b/po/nl.gmo new file mode 100644 index 0000000..ac3f2c5 Binary files /dev/null and b/po/nl.gmo differ diff --git a/po/nl.po b/po/nl.po index aa5a999..492f7f9 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:22+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/nn.gmo b/po/nn.gmo new file mode 100644 index 0000000..0f6dd7c Binary files /dev/null and b/po/nn.gmo differ diff --git a/po/nn.po b/po/nn.po index d1b31b0..516a230 100644 --- a/po/nn.po +++ b/po/nn.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:22+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/nso.gmo b/po/nso.gmo new file mode 100644 index 0000000..71bb63a Binary files /dev/null and b/po/nso.gmo differ diff --git a/po/nso.po b/po/nso.po index 15d1740..82cecd3 100644 --- a/po/nso.po +++ b/po/nso.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:22+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Northern Sotho (http://www.transifex.com/projects/p/libvirt-" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/or.gmo b/po/or.gmo new file mode 100644 index 0000000..947de69 Binary files /dev/null and b/po/or.gmo differ diff --git a/po/or.po b/po/or.po index 7eba353..2ffff42 100644 --- a/po/or.po +++ b/po/or.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:22+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Oriya (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/pa.gmo b/po/pa.gmo new file mode 100644 index 0000000..abd0f2d Binary files /dev/null and b/po/pa.gmo differ diff --git a/po/pa.po b/po/pa.po index c4e5849..dc306f8 100644 --- a/po/pa.po +++ b/po/pa.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:22+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/pl.gmo b/po/pl.gmo new file mode 100644 index 0000000..3fd0b7b Binary files /dev/null and b/po/pl.gmo differ diff --git a/po/pl.po b/po/pl.po index 7ac3ce2..0302478 100644 --- a/po/pl.po +++ b/po/pl.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 , 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-11-26 12:38+0000\n" "PO-Revision-Date: 2017-12-05 12:29+0000\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish (http://www.transifex.com/projects/p/libvirt-glib/" @@ -26,135 +26,139 @@ "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "Brak dokumentu XML do przetworzenia" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "Nie można przetworzyć konfiguracji" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: 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”" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "Nie można otworzyć %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "Pobranie listy interfejsów się nie powiodło" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "Pobranie listy sieci się nie powiodło" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "Utworzenie puli pamięci masowej się nie powiodło" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "Nie można uzyskać informacji o węźle" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "Nie można uzyskać możliwości" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "Nie można przywrócić domeny" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: libvirt-gobject/libvirt-gobject-stream.c:347 msgid "virStreamRecv call would block" msgstr "Wywołanie virStreamRecv spowodowałoby zablokowanie" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "Nie można wykonać RecvAll" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "Nie można wykonać SendAll" diff --git a/po/pt.gmo b/po/pt.gmo new file mode 100644 index 0000000..01f45d7 Binary files /dev/null and b/po/pt.gmo differ diff --git a/po/pt.po b/po/pt.po index f8943b4..d70ee54 100644 --- a/po/pt.po +++ b/po/pt.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:22+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo new file mode 100644 index 0000000..70e69c6 Binary files /dev/null and b/po/pt_BR.gmo differ diff --git a/po/pt_BR.po b/po/pt_BR.po index e4333de..d70bf94 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.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 , 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:23+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -20,135 +20,139 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "Nenhum documento XML para analisar" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "Não foi possível ler a configuração" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: 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'" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "Não foi possível abrir %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: 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 +#: 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 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1520 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "Falha na criação do storage pool" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "Não foi possível buscar informações do nó" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "Não foi possível buscar as capacidades" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "Não foi possível restaurar o domínio" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: libvirt-gobject/libvirt-gobject-stream.c:347 msgid "virStreamRecv call would block" msgstr "A chamada a virStreamRecv bloquearia" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "Não foi possível realizar um RecvAll" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: 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 +#: 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.gmo b/po/ro.gmo new file mode 100644 index 0000000..b529783 Binary files /dev/null and b/po/ro.gmo differ diff --git a/po/ro.po b/po/ro.po index dba9b7f..35b7b21 100644 --- a/po/ro.po +++ b/po/ro.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:23+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -20,135 +20,139 @@ "2:1));\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/ru.gmo b/po/ru.gmo new file mode 100644 index 0000000..e80daf5 Binary files /dev/null and b/po/ru.gmo differ diff --git a/po/ru.po b/po/ru.po index 4ecb86d..92ce338 100644 --- a/po/ru.po +++ b/po/ru.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: # 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" +"Project-Id-Version: libvirt-glib 2.0.0\n" +"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n" +"POT-Creation-Date: 2019-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:23+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Russian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -21,135 +21,139 @@ "%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 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "Невозможно открыть %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/si.gmo b/po/si.gmo new file mode 100644 index 0000000..0f0a6ea Binary files /dev/null and b/po/si.gmo differ diff --git a/po/si.po b/po/si.po index 3909fc1..a93910e 100644 --- a/po/si.po +++ b/po/si.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:23+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Sinhala (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/sk.gmo b/po/sk.gmo new file mode 100644 index 0000000..af0e469 Binary files /dev/null and b/po/sk.gmo differ diff --git a/po/sk.po b/po/sk.po index 4af0d2a..8408e09 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:23+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Slovak (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "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 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/sl.gmo b/po/sl.gmo new file mode 100644 index 0000000..546d085 Binary files /dev/null and b/po/sl.gmo differ diff --git a/po/sl.po b/po/sl.po index 85a17b3..d03b732 100644 --- a/po/sl.po +++ b/po/sl.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:23+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -20,135 +20,139 @@ "%100==4 ? 2 : 3);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/sq.gmo b/po/sq.gmo new file mode 100644 index 0000000..8fb6ae6 Binary files /dev/null and b/po/sq.gmo differ diff --git a/po/sq.po b/po/sq.po index 515c763..d1bbfc5 100644 --- a/po/sq.po +++ b/po/sq.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:23+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/sr.gmo b/po/sr.gmo new file mode 100644 index 0000000..26f7c36 Binary files /dev/null and b/po/sr.gmo differ diff --git a/po/sr.po b/po/sr.po index 71f7439..2a78830 100644 --- a/po/sr.po +++ b/po/sr.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:23+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -20,135 +20,139 @@ "%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 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/sr@latin.gmo b/po/sr@latin.gmo new file mode 100644 index 0000000..b5da0e0 Binary files /dev/null and b/po/sr@latin.gmo differ diff --git a/po/sr@latin.po b/po/sr@latin.po index 0082928..b4dff41 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:23+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/libvirt-" @@ -20,135 +20,139 @@ "%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 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/sv.gmo b/po/sv.gmo new file mode 100644 index 0000000..be08e03 Binary files /dev/null and b/po/sv.gmo differ diff --git a/po/sv.po b/po/sv.po index 5d79c83..65f2ad8 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:23+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/ta.gmo b/po/ta.gmo new file mode 100644 index 0000000..4f690a3 Binary files /dev/null and b/po/ta.gmo differ diff --git a/po/ta.po b/po/ta.po index a47d5a0..4473ba2 100644 --- a/po/ta.po +++ b/po/ta.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:23+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Tamil (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/te.gmo b/po/te.gmo new file mode 100644 index 0000000..07562c2 Binary files /dev/null and b/po/te.gmo differ diff --git a/po/te.po b/po/te.po index 9ce04a5..6f44743 100644 --- a/po/te.po +++ b/po/te.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:24+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Telugu (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/tg.gmo b/po/tg.gmo new file mode 100644 index 0000000..92d1072 Binary files /dev/null and b/po/tg.gmo differ diff --git a/po/tg.po b/po/tg.po index d2a1cf6..d84263c 100644 --- a/po/tg.po +++ b/po/tg.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:24+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Tajik (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/th.gmo b/po/th.gmo new file mode 100644 index 0000000..3453d56 Binary files /dev/null and b/po/th.gmo differ diff --git a/po/th.po b/po/th.po index 54cd4ed..2a0aa8d 100644 --- a/po/th.po +++ b/po/th.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:24+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Thai (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/tr.gmo b/po/tr.gmo new file mode 100644 index 0000000..1138ff8 Binary files /dev/null and b/po/tr.gmo differ diff --git a/po/tr.po b/po/tr.po index b638820..3818718 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:24+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/tw.gmo b/po/tw.gmo new file mode 100644 index 0000000..e986b45 Binary files /dev/null and b/po/tw.gmo differ diff --git a/po/tw.po b/po/tw.po index bdc7710..39099d8 100644 --- a/po/tw.po +++ b/po/tw.po @@ -1,13 +1,13 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR , YEAR. # -# Translators: msgid "" msgstr "" -"Project-Id-Version: libvirt-glib\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-11-26 12:38+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: Twi\n" @@ -16,137 +16,141 @@ "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" +"X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/uk.gmo b/po/uk.gmo new file mode 100644 index 0000000..56171e8 Binary files /dev/null and b/po/uk.gmo differ diff --git a/po/uk.po b/po/uk.po index bd37f63..7f56000 100644 --- a/po/uk.po +++ b/po/uk.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 , 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-11-26 12:38+0000\n" "PO-Revision-Date: 2017-12-06 12:39+0000\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/libvirt-glib/" @@ -23,135 +23,139 @@ "%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 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "Немає документа XML для обробки" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "Не вдалося обробити налаштування" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "У даних XML немає вузла «%s»" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "З цим об’єктом налаштування не пов’язано жодної схеми XML" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: 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 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "Не вдалося перевірити документи" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "З’єднання %s вже відкрито" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "Не вдалося відкрити %s" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "Не вдалося отримати список доменів" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "Не вдалося отримати назву гіпервізора" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "Не вдалося отримати список інтерфейсів" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "Не вдалося отримати список мереж" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "Не вдалося створити резервне сховище" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "Не вдалося отримати дані щодо вузла" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "Не вдалося отримати список можливостей" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "Не вдалося відновити домен" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: libvirt-gobject/libvirt-gobject-stream.c:347 msgid "virStreamRecv call would block" msgstr "Виклик virStreamRecv заблокується" -#: ../libvirt-gobject/libvirt-gobject-stream.c:350 -#: ../libvirt-gobject/libvirt-gobject-stream.c:466 +#: 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" -#: ../libvirt-gobject/libvirt-gobject-stream.c:415 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "Не вдалося виконати RecvAll" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "Виклик virStreamSend заблокується" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "Не вдалося виконати SendAll" diff --git a/po/ur.gmo b/po/ur.gmo new file mode 100644 index 0000000..adcc26b Binary files /dev/null and b/po/ur.gmo differ diff --git a/po/ur.po b/po/ur.po index 0a5ad02..c0b2459 100644 --- a/po/ur.po +++ b/po/ur.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:24+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Urdu (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/vi.gmo b/po/vi.gmo new file mode 100644 index 0000000..7032cb6 Binary files /dev/null and b/po/vi.gmo differ diff --git a/po/vi.po b/po/vi.po index c37c9d8..f5933b7 100644 --- a/po/vi.po +++ b/po/vi.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:24+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/wba.gmo b/po/wba.gmo new file mode 100644 index 0000000..ddaff70 Binary files /dev/null and b/po/wba.gmo differ diff --git a/po/wba.po b/po/wba.po index 552d513..720dab4 100644 --- a/po/wba.po +++ b/po/wba.po @@ -1,152 +1,156 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR , YEAR. # -# Translators: msgid "" msgstr "" -"Project-Id-Version: libvirt-glib\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-11-26 12:38+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" -"Language-Team: wba\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 3.6.2\n" +"X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/yo.gmo b/po/yo.gmo new file mode 100644 index 0000000..26ed670 Binary files /dev/null and b/po/yo.gmo differ diff --git a/po/yo.po b/po/yo.po index 0b6c0b7..15c7e5e 100644 --- a/po/yo.po +++ b/po/yo.po @@ -1,13 +1,13 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# Libvirt package strings. +# Copyright (C) 2019 The Libvirt authors +# This file is distributed under the same license as the libvirt-glib package. +# FIRST AUTHOR , YEAR. # -# Translators: msgid "" msgstr "" -"Project-Id-Version: libvirt-glib\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-11-26 12:38+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: Yoruba\n" @@ -16,137 +16,141 @@ "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" +"X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo new file mode 100644 index 0000000..f173f2d Binary files /dev/null and b/po/zh_CN.gmo differ diff --git a/po/zh_CN.po b/po/zh_CN.po index 318fca5..921a579 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:24+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/libvirt-" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/zh_HK.gmo b/po/zh_HK.gmo new file mode 100644 index 0000000..0990466 Binary files /dev/null and b/po/zh_HK.gmo differ diff --git a/po/zh_HK.po b/po/zh_HK.po index e295ce6..05c2761 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:24+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/zh_TW.gmo b/po/zh_TW.gmo new file mode 100644 index 0000000..9eb76a6 Binary files /dev/null and b/po/zh_TW.gmo differ diff --git a/po/zh_TW.po b/po/zh_TW.po index 5518788..96008c6 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:24+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/libvirt-" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/po/zu.gmo b/po/zu.gmo new file mode 100644 index 0000000..5655592 Binary files /dev/null and b/po/zu.gmo differ diff --git a/po/zu.po b/po/zu.po index b793fa2..8276a41 100644 --- a/po/zu.po +++ b/po/zu.po @@ -1,13 +1,13 @@ -# 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: 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-11-26 12:38+0000\n" "PO-Revision-Date: 2014-12-17 12:25+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Zulu (http://www.transifex.com/projects/p/libvirt-glib/" @@ -19,135 +19,139 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Zanata 4.6.2\n" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:141 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:141 msgid "No XML document to parse" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:149 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:149 msgid "Unable to parse configuration" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-helpers.c:157 +#: libvirt-gconfig/libvirt-gconfig-helpers.c:157 #, c-format msgid "XML data has no '%s' node" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:206 +#: libvirt-gconfig/libvirt-gconfig-object.c:206 msgid "No XML document associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:214 +#: libvirt-gconfig/libvirt-gconfig-object.c:214 msgid "No XML schema associated with this config object" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:223 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:233 #, c-format msgid "Unable to parse RNG %s" msgstr "" -#: ../libvirt-gconfig/libvirt-gconfig-object.c:245 +#: 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 +#: libvirt-gconfig/libvirt-gconfig-object.c:255 msgid "Unable to validate doc" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:438 +#: libvirt-gobject/libvirt-gobject-connection.c:438 #, c-format msgid "Connection %s is already open" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:453 +#: libvirt-gobject/libvirt-gobject-connection.c:453 #, c-format msgid "Unable to open %s" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:464 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:742 msgid "Failed to fetch list of domains" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:833 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1041 msgid "Unable to get hypervisor name" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1079 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-connection.c:1520 msgid "Failed to fetch list of interfaces" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:1777 +#: libvirt-gobject/libvirt-gobject-connection.c:1777 msgid "Failed to fetch list of networks" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2018 +#: libvirt-gobject/libvirt-gobject-connection.c:2020 msgid "Failed to create storage pool" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2061 +#: libvirt-gobject/libvirt-gobject-connection.c:2063 msgid "Unable to get node info" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2101 +#: libvirt-gobject/libvirt-gobject-connection.c:2119 +msgid "Unable to get domain capabilities" +msgstr "" + +#: libvirt-gobject/libvirt-gobject-connection.c:2271 msgid "Unable to get capabilities" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-connection.c:2225 +#: libvirt-gobject/libvirt-gobject-connection.c:2395 msgid "Unable to restore domain" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:347 +#: 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 +#: 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 +#: libvirt-gobject/libvirt-gobject-stream.c:415 msgid "Unable to perform RecvAll" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:463 +#: libvirt-gobject/libvirt-gobject-stream.c:463 msgid "virStreamSend call would block" msgstr "" -#: ../libvirt-gobject/libvirt-gobject-stream.c:531 +#: libvirt-gobject/libvirt-gobject-stream.c:531 msgid "Unable to perform SendAll" msgstr "" diff --git a/tests/Makefile.in b/tests/Makefile.in index 6951eb0..cd546c8 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -125,12 +125,13 @@ subdir = tests ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \ - $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/manywarnings.m4 \ + $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/virt-compile-warnings.m4 \ - $(top_srcdir)/m4/virt-gettext.m4 $(top_srcdir)/m4/warnings.m4 \ + $(top_srcdir)/m4/virt-nls.m4 $(top_srcdir)/m4/warnings.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -139,6 +140,17 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +am__EXEEXT_1 = test-gconfig$(EXEEXT) test-events$(EXEEXT) +am__EXEEXT_2 = $(am__EXEEXT_1) +@ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__EXEEXT_3 = $(am__EXEEXT_2) +@ENABLE_INSTALLED_TESTS_TRUE@am__EXEEXT_4 = $(am__EXEEXT_1) +am__installdirs = "$(DESTDIR)$(installed_testdir)" \ + "$(DESTDIR)$(installed_testdir)" \ + "$(DESTDIR)$(installed_testdir)" \ + "$(DESTDIR)$(installed_test_metadir)" \ + "$(DESTDIR)$(installed_testdir)" +@ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__EXEEXT_5 = $(am__EXEEXT_2) +PROGRAMS = $(installed_test_PROGRAMS) $(noinst_PROGRAMS) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -166,18 +178,7 @@ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } -am__installdirs = "$(DESTDIR)$(installed_testdir)" \ - "$(DESTDIR)$(installed_testdir)" \ - "$(DESTDIR)$(installed_testdir)" \ - "$(DESTDIR)$(installed_test_metadir)" \ - "$(DESTDIR)$(installed_testdir)" LTLIBRARIES = $(installed_test_LTLIBRARIES) $(noinst_LTLIBRARIES) -am__EXEEXT_1 = test-gconfig$(EXEEXT) test-events$(EXEEXT) -am__EXEEXT_2 = $(am__EXEEXT_1) -@ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__EXEEXT_3 = $(am__EXEEXT_2) -@ENABLE_INSTALLED_TESTS_TRUE@am__EXEEXT_4 = $(am__EXEEXT_1) -@ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__EXEEXT_5 = $(am__EXEEXT_2) -PROGRAMS = $(installed_test_PROGRAMS) $(noinst_PROGRAMS) test_events_SOURCES = test-events.c test_events_OBJECTS = test-events.$(OBJEXT) test_events_LDADD = $(LDADD) @@ -214,7 +215,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/test-events.Po \ + ./$(DEPDIR)/test-gconfig.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -444,7 +447,6 @@ $(top_srcdir)/build-aux/test-driver DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ @@ -475,14 +477,13 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GIO2_CFLAGS = @GIO2_CFLAGS@ GIO2_LIBS = @GIO2_LIBS@ GLIB2_CFLAGS = @GLIB2_CFLAGS@ GLIB2_LIBS = @GLIB2_LIBS@ GLIB2_REQUIRED = @GLIB2_REQUIRED@ +GLIB2_VERSION_SYMBOL = @GLIB2_VERSION_SYMBOL@ GLIB_MKENUMS = @GLIB_MKENUMS@ -GMSGFMT = @GMSGFMT@ GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@ GOBJECT2_LIBS = @GOBJECT2_LIBS@ GREP = @GREP@ @@ -500,14 +501,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@ INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@ INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@ @@ -565,7 +558,6 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -USE_NLS = @USE_NLS@ VAPIGEN = @VAPIGEN@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ @@ -605,8 +597,6 @@ install_sh = @install_sh@ installed_test_metadir = @installed_test_metadir@ installed_testdir = @installed_testdir@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -716,8 +706,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/build-aux/glib-tap.mk $(am__empty): @@ -729,63 +719,6 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): - -clean-checkLTLIBRARIES: - -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES) - @list='$(check_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -install-installed_testLTLIBRARIES: $(installed_test_LTLIBRARIES) - @$(NORMAL_INSTALL) - @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \ - list2=; for p in $$list; do \ - if test -f $$p; then \ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ - test -z "$$list2" || { \ - echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(installed_testdir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(installed_testdir)"; \ - } - -uninstall-installed_testLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(installed_testdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(installed_testdir)/$$f"; \ - done - -clean-installed_testLTLIBRARIES: - -test -z "$(installed_test_LTLIBRARIES)" || rm -f $(installed_test_LTLIBRARIES) - @list='$(installed_test_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) - @list='$(noinst_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ @@ -854,6 +787,63 @@ echo " rm -f" $$list; \ rm -f $$list +clean-checkLTLIBRARIES: + -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES) + @list='$(check_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +install-installed_testLTLIBRARIES: $(installed_test_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(installed_testdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(installed_testdir)"; \ + } + +uninstall-installed_testLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(installed_testdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(installed_testdir)/$$f"; \ + done + +clean-installed_testLTLIBRARIES: + -test -z "$(installed_test_LTLIBRARIES)" || rm -f $(installed_test_LTLIBRARIES) + @list='$(installed_test_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + test-events$(EXEEXT): $(test_events_OBJECTS) $(test_events_DEPENDENCIES) $(EXTRA_test_events_DEPENDENCIES) @rm -f test-events$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_events_OBJECTS) $(test_events_LDADD) $(LIBS) @@ -903,8 +893,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-events.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gconfig.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-events.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gconfig.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -1150,7 +1146,7 @@ fi; \ $$success || exit 1 -check-TESTS: +check-TESTS: $(check_PROGRAMS) $(check_LTLIBRARIES) $(check_SCRIPTS) $(check_DATA) @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @@ -1160,7 +1156,7 @@ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; -recheck: all $(check_LTLIBRARIES) $(check_PROGRAMS) $(check_SCRIPTS) $(check_DATA) +recheck: all $(check_PROGRAMS) $(check_LTLIBRARIES) $(check_SCRIPTS) $(check_DATA) @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ @@ -1200,7 +1196,10 @@ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1231,12 +1230,12 @@ fi; \ done check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS) \ + $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_LTLIBRARIES) \ $(check_SCRIPTS) $(check_DATA) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am -all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) +all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) $(DATA) installdirs: for dir in "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_test_metadir)" "$(DESTDIR)$(installed_testdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -1287,7 +1286,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/test-events.Po + -rm -f ./$(DEPDIR)/test-gconfig.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1336,7 +1336,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/test-events.Po + -rm -f ./$(DEPDIR)/test-gconfig.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1361,16 +1362,17 @@ .MAKE: all check check-am install install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ - clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \ - clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \ - clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-installed_testLTLIBRARIES \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ + check-am clean clean-checkLTLIBRARIES clean-checkPROGRAMS \ + clean-generic clean-installed_testLTLIBRARIES \ + clean-installed_testPROGRAMS clean-libtool \ + clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-installed_testLTLIBRARIES \ install-installed_testPROGRAMS install-installed_testSCRIPTS \ install-installed_test_metaDATA install-man \ install-nobase_installed_testDATA install-pdf install-pdf-am \ diff --git a/tests/test-gconfig.c b/tests/test-gconfig.c index 3328297..b707325 100644 --- a/tests/test-gconfig.c +++ b/tests/test-gconfig.c @@ -215,9 +215,11 @@ gvir_config_domain_os_set_os_type(os, GVIR_CONFIG_DOMAIN_OS_TYPE_HVM); gvir_config_domain_os_set_arch(os, "x86_64"); gvir_config_domain_os_set_machine(os, "q35"); + gvir_config_domain_os_set_firmware(os, GVIR_CONFIG_DOMAIN_OS_FIRMWARE_EFI); g_assert_cmpint(gvir_config_domain_os_get_os_type(os), ==, GVIR_CONFIG_DOMAIN_OS_TYPE_HVM); g_assert_cmpstr(gvir_config_domain_os_get_arch(os), ==, "x86_64"); g_assert_cmpstr(gvir_config_domain_os_get_machine(os), ==, "q35"); + g_assert_cmpint(gvir_config_domain_os_get_firmware(os), ==, GVIR_CONFIG_DOMAIN_OS_FIRMWARE_EFI); devices = g_list_append(devices, GINT_TO_POINTER(GVIR_CONFIG_DOMAIN_OS_BOOT_DEVICE_CDROM)); devices = g_list_append(devices, @@ -233,6 +235,8 @@ g_assert(os != NULL); g_assert_cmpstr(gvir_config_domain_os_get_arch(os), ==, "x86_64"); g_assert_cmpint(gvir_config_domain_os_get_os_type(os), ==, GVIR_CONFIG_DOMAIN_OS_TYPE_HVM); + g_assert_cmpstr(gvir_config_domain_os_get_machine(os), ==, "q35"); + g_assert_cmpint(gvir_config_domain_os_get_firmware(os), ==, GVIR_CONFIG_DOMAIN_OS_FIRMWARE_EFI); domain_os_check_boot_devices(os); g_object_unref(G_OBJECT(os)); @@ -790,6 +794,37 @@ g_free(xml); } +static void test_domain_capabilities_os(void) +{ + GVirConfigDomainCapabilities *domain_caps; + GVirConfigDomainCapabilitiesOs *os; + GList *firmwares, *l; + gsize i; + GVirConfigDomainOsFirmware expected_firmwares[] = {GVIR_CONFIG_DOMAIN_OS_FIRMWARE_BIOS, + GVIR_CONFIG_DOMAIN_OS_FIRMWARE_EFI}; + GError *error = NULL; + gchar *xml; + + xml = load_xml("gconfig-domain-capabilities-os.xml"); + + domain_caps = gvir_config_domain_capabilities_new_from_xml(xml, &error); + g_assert_no_error(error); + + os = gvir_config_domain_capabilities_get_os(domain_caps); + g_assert_nonnull(os); + + firmwares = gvir_config_domain_capabilities_os_get_firmwares(os); + g_assert_nonnull(firmwares); + + for (l = firmwares, i = 0; l != NULL; l = l->next, i++) + g_assert_cmpint(GPOINTER_TO_INT(l->data), ==, expected_firmwares[i]); + + + g_list_free(firmwares); + g_object_unref(os); + g_object_unref(domain_caps); + g_free(xml); +} int main(int argc, char **argv) { @@ -824,6 +859,8 @@ test_domain_device_pci_hostdev); g_test_add_func("/libvirt-gconfig/domain-device-unknown", test_domain_device_unknown); + g_test_add_func("/libvirt-gconfig/domain-capabilities-os", + test_domain_capabilities_os); return g_test_run(); } diff --git a/tests/xml/gconfig-domain-capabilities-os.xml b/tests/xml/gconfig-domain-capabilities-os.xml new file mode 100644 index 0000000..7e813c6 --- /dev/null +++ b/tests/xml/gconfig-domain-capabilities-os.xml @@ -0,0 +1,23 @@ + + + + bios + efi + + + /usr/share/edk2/ovmf/OVMF_CODE.fd + /usr/share/edk2/aarch64/QEMU_EFI-pflash.raw + + rom + pflash + + + yes + no + + + no + + + + diff --git a/tests/xml/gconfig-domain-os.xml b/tests/xml/gconfig-domain-os.xml index 56af776..690024d 100644 --- a/tests/xml/gconfig-domain-os.xml +++ b/tests/xml/gconfig-domain-os.xml @@ -1,5 +1,5 @@ - + hvm diff --git a/vapi/Makefile.in b/vapi/Makefile.in index 3ce40f9..2ca90d7 100644 --- a/vapi/Makefile.in +++ b/vapi/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -91,12 +91,13 @@ subdir = vapi ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \ - $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/manywarnings.m4 \ + $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/virt-compile-warnings.m4 \ - $(top_srcdir)/m4/virt-gettext.m4 $(top_srcdir)/m4/warnings.m4 \ + $(top_srcdir)/m4/virt-nls.m4 $(top_srcdir)/m4/warnings.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -157,7 +158,6 @@ am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ @@ -188,14 +188,13 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GIO2_CFLAGS = @GIO2_CFLAGS@ GIO2_LIBS = @GIO2_LIBS@ GLIB2_CFLAGS = @GLIB2_CFLAGS@ GLIB2_LIBS = @GLIB2_LIBS@ GLIB2_REQUIRED = @GLIB2_REQUIRED@ +GLIB2_VERSION_SYMBOL = @GLIB2_VERSION_SYMBOL@ GLIB_MKENUMS = @GLIB_MKENUMS@ -GMSGFMT = @GMSGFMT@ GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@ GOBJECT2_LIBS = @GOBJECT2_LIBS@ GREP = @GREP@ @@ -213,14 +212,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ -INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ -INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ -INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@ INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@ INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@ @@ -278,7 +269,6 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -USE_NLS = @USE_NLS@ VAPIGEN = @VAPIGEN@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ @@ -318,8 +308,6 @@ install_sh = @install_sh@ installed_test_metadir = @installed_test_metadir@ installed_testdir = @installed_testdir@ -intltool__v_merge_options_ = @intltool__v_merge_options_@ -intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -375,8 +363,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -421,7 +409,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \

error

GError for error reporting, or NULL to ignore.

GError for error reporting, or NULL to ignore.

 

cancellable

a GCancellable or NULL.

a GCancellable or NULL.

[allow-none]

error

GError for error reporting, or NULL to ignore.

GError for error reporting, or NULL to ignore.

 

error

GError for error reporting, or NULL to ignore.

GError for error reporting, or NULL to ignore.

 

cancellable

a GCancellable or NULL.

a GCancellable or NULL.

[allow-none]

error

GError for error reporting, or NULL to ignore.

GError for error reporting, or NULL to ignore.