mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 10:52:22 +00:00
Print hex values with '0x' prefix and octal with '0' in debug messages
Seeing a log message saying 'flags=93' is ambiguous & confusing unless you happen to know that libvirt always prints flags as hex. Change our debug messages so that they always add a '0x' prefix when printing flags, and '0' prefix when printing mode. A few other misc places gain a '0x' prefix in error messages too. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
b482925c22
commit
32d6c7386d
8
cfg.mk
8
cfg.mk
@ -284,11 +284,11 @@ sc_avoid_write:
|
|||||||
|
|
||||||
# In debug statements, print flags as bitmask and mode_t as octal.
|
# In debug statements, print flags as bitmask and mode_t as octal.
|
||||||
sc_flags_debug:
|
sc_flags_debug:
|
||||||
@prohibit='\<mode=%[0-9.]*[diux]' \
|
@prohibit='\<mode=%[0-9.]*[diuxo]' \
|
||||||
halt='use %o to debug mode_t values' \
|
halt='use \"0%o\" to debug mode_t values' \
|
||||||
$(_sc_search_regexp)
|
$(_sc_search_regexp)
|
||||||
@prohibit='[Ff]lags=%[0-9.]*l*[diou]' \
|
@prohibit='[Ff]lags=%[0-9.]*l*[dioux]' \
|
||||||
halt='use %x to debug flag values' \
|
halt='use \"0x%x\" to debug flag values' \
|
||||||
$(_sc_search_regexp)
|
$(_sc_search_regexp)
|
||||||
|
|
||||||
# Prefer 'unsigned int flags', along with checks for unknown flags.
|
# Prefer 'unsigned int flags', along with checks for unknown flags.
|
||||||
|
4
po/af.po
4
po/af.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/am.po
4
po/am.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/ar.po
4
po/ar.po
@ -13343,12 +13343,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/as.po
12
po/as.po
@ -13546,14 +13546,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr "মাউণ্ট %s কেৱল-পঢ়িব পৰা কৰিবলৈ ব্যৰ্থ"
|
msgstr "মাউণ্ট %s কেৱল-পঢ়িব পৰা কৰিবলৈ ব্যৰ্থ"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s ধৰণ %s ত %s মাউণ্ট কৰিবলে ব্যৰ্থ"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s ধৰণ %s ত %s মাউণ্ট কৰিবলে ব্যৰ্থ"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/be.po
4
po/be.po
@ -13256,12 +13256,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/bg.po
4
po/bg.po
@ -13347,12 +13347,12 @@ msgstr "Неуспешно записване на домейн %s в %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Неуспешно записване на домейн %s в %s"
|
msgstr "Неуспешно записване на домейн %s в %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Неуспешно записване на домейн %s в %s"
|
msgstr "Неуспешно записване на домейн %s в %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/bn.po
4
po/bn.po
@ -13342,12 +13342,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/bn_IN.po
12
po/bn_IN.po
@ -13480,14 +13480,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s-কে devpts-এ মাউন্ট করতে ব্যর্থ"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s-কে devpts-এ মাউন্ট করতে ব্যর্থ"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
4
po/bo.po
4
po/bo.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/br.po
4
po/br.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/bs.po
4
po/bs.po
@ -13344,12 +13344,12 @@ msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
|
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
|
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/ca.po
12
po/ca.po
@ -13335,14 +13335,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "No s'ha pogut desar el domini %s a %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "No es pot obtenir informació de disc"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
4
po/cs.po
4
po/cs.po
@ -13368,12 +13368,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Nepodařilo se uložit doménu %s do %s"
|
msgstr "Nepodařilo se uložit doménu %s do %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Nepodařilo se uložit paměť domény %s do %s"
|
msgstr "Nepodařilo se uložit paměť domény %s do %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/cy.po
4
po/cy.po
@ -13353,12 +13353,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/da.po
4
po/da.po
@ -13347,12 +13347,12 @@ msgstr "Kunne ikke gemme domæne %s til %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Kunne ikke gemme domæne %s til %s"
|
msgstr "Kunne ikke gemme domæne %s til %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Kunne ikke gemme domæne %s til %s"
|
msgstr "Kunne ikke gemme domæne %s til %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/de.po
12
po/de.po
@ -13761,14 +13761,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "Anschließen von %s in %s Typ %s fehlgeschlagen"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "Anschließen von %s in %s Typ %s fehlgeschlagen"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/el.po
4
po/el.po
@ -13516,12 +13516,12 @@ msgstr "Αποτυχία fork ως δαίμονα: %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Αποτυχία fork ως δαίμονα: %s"
|
msgstr "Αποτυχία fork ως δαίμονα: %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Αποτυχία fork ως δαίμονα: %s"
|
msgstr "Αποτυχία fork ως δαίμονα: %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13695,12 +13695,12 @@ msgstr "Failed to make mount %s readonly"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to mount %s on %s type %s flags=%x opts=%s"
|
msgstr "Failed to mount %s on %s type %s flags=%x opts=%s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to mount %s on %s type %s flags=%x opts=%s"
|
msgstr "Failed to mount %s on %s type %s flags=%x opts=%s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/eo.po
4
po/eo.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/es.po
12
po/es.po
@ -13828,14 +13828,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "No se pudo montar %s en %s tipo %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "No se pudo montar %s en %s tipo %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
4
po/et.po
4
po/et.po
@ -13342,12 +13342,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/eu.po
4
po/eu.po
@ -13342,12 +13342,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/fa.po
4
po/fa.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/fi.po
4
po/fi.po
@ -13350,12 +13350,12 @@ msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
|
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
|
msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/fr.po
4
po/fr.po
@ -13507,12 +13507,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Impossible d'enregistrer le domaine %s dans %s"
|
msgstr "Impossible d'enregistrer le domaine %s dans %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Impossible de vider l'espace mémoire du domaine %s dans %s"
|
msgstr "Impossible de vider l'espace mémoire du domaine %s dans %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/gl.po
4
po/gl.po
@ -13352,12 +13352,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/gu.po
12
po/gu.po
@ -13510,14 +13510,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr "ફક્ત વાંચી શકાય તેવી માઉન્ટ %s ને બનાવવામાં નિષ્ફળતા"
|
msgstr "ફક્ત વાંચી શકાય તેવી માઉન્ટ %s ને બનાવવામાં નિષ્ફળતા"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s પ્રકાર %s પર %s ને માઉન્ટ કરવામાં નિષ્ફળ"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s પ્રકાર %s પર %s ને માઉન્ટ કરવામાં નિષ્ફળ"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
4
po/he.po
4
po/he.po
@ -13342,12 +13342,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/hi.po
12
po/hi.po
@ -13537,14 +13537,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s प्रकार %s पर %s को माउंट करने में विफल "
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s प्रकार %s पर %s को माउंट करने में विफल "
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
4
po/hr.po
4
po/hr.po
@ -13256,12 +13256,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/hu.po
4
po/hu.po
@ -13346,12 +13346,12 @@ msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
|
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
|
msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/ia.po
4
po/ia.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/id.po
4
po/id.po
@ -13340,12 +13340,12 @@ msgstr "Gagal menyimpan domain %s ke %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Gagal menyimpan domain %s ke %s"
|
msgstr "Gagal menyimpan domain %s ke %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Gagal menyimpan domain %s ke %s"
|
msgstr "Gagal menyimpan domain %s ke %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/is.po
4
po/is.po
@ -13342,12 +13342,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/it.po
12
po/it.po
@ -13427,14 +13427,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "Impossibile montare devpts su %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "Impossibile montare devpts su %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
12
po/ja.po
12
po/ja.po
@ -13758,14 +13758,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr "%s の読み取り専用マウントに失敗しました"
|
msgstr "%s の読み取り専用マウントに失敗しました"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s を %s に %s 形式でマウントできませんでした"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s を %s に %s 形式でマウントできませんでした"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
4
po/ka.po
4
po/ka.po
@ -13342,12 +13342,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/kk.po
4
po/kk.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/km.po
4
po/km.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/kn.po
12
po/kn.po
@ -13668,14 +13668,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s ಅನ್ನು, %s ನಲ್ಲಿ (ಬಗೆ %s) ಏರಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s ಅನ್ನು, %s ನಲ್ಲಿ (ಬಗೆ %s) ಏರಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
12
po/ko.po
12
po/ko.po
@ -13525,14 +13525,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s 유형 %s (%s)에 devfs를 마운트 실패했습니다 "
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "장치 %s를 %s로 %s에 마운트하는데 실패했습니다 "
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
4
po/kw.po
4
po/kw.po
@ -13256,12 +13256,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13256,12 +13256,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13256,12 +13256,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13256,12 +13256,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/ky.po
4
po/ky.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13254,12 +13254,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/lt.po
4
po/lt.po
@ -13343,12 +13343,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/lv.po
4
po/lv.po
@ -13343,12 +13343,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/mk.po
4
po/mk.po
@ -13347,12 +13347,12 @@ msgstr "Не успеав да го зачувам доменот %s во %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Не успеав да го зачувам доменот %s во %s"
|
msgstr "Не успеав да го зачувам доменот %s во %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Не успеав да го зачувам доменот %s во %s"
|
msgstr "Не успеав да го зачувам доменот %s во %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/ml.po
12
po/ml.po
@ -13583,14 +13583,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s, %s-ല് (തരം %s) മൌണ്ട് ചെയ്യുന്നതില് പരാജയം"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s, %s-ല് (തരം %s) മൌണ്ട് ചെയ്യുന്നതില് പരാജയം"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
4
po/mn.po
4
po/mn.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/mr.po
4
po/mr.po
@ -13533,12 +13533,12 @@ msgstr "माउंट %s फक्तवाचनीय करण्यास
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "%s ला, %s प्रकार %s flags=%x वरील माउंट करण्यास अपयशी"
|
msgstr "%s ला, %s प्रकार %s flags=%x वरील माउंट करण्यास अपयशी"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "%s ला %s flags=%x वरील पुन्हा माउंट करण्यास अपयशी"
|
msgstr "%s ला %s flags=%x वरील पुन्हा माउंट करण्यास अपयशी"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/ms.po
4
po/ms.po
@ -13298,12 +13298,12 @@ msgstr "gagal untuk mendapatkan domain '%s'"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "gagal untuk mendapatkan domain '%s'"
|
msgstr "gagal untuk mendapatkan domain '%s'"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "gagal untuk mendapatkan domain '%s'"
|
msgstr "gagal untuk mendapatkan domain '%s'"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/nb.po
4
po/nb.po
@ -13335,12 +13335,12 @@ msgstr "Kunne ikke lagre domenet %s til %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Kunne ikke lagre domenet %s til %s"
|
msgstr "Kunne ikke lagre domenet %s til %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Kunne ikke lagre domenet %s til %s"
|
msgstr "Kunne ikke lagre domenet %s til %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/ne.po
4
po/ne.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/nl.po
12
po/nl.po
@ -13471,14 +13471,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "devpts aankoppelen op %s mislukte"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "devpts aankoppelen op %s mislukte"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
4
po/nn.po
4
po/nn.po
@ -13342,12 +13342,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13342,12 +13342,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/or.po
4
po/or.po
@ -13466,12 +13466,12 @@ msgstr "%s କୁ କେବଳ ପଠନୀୟ ଭାବରେ ସ୍ଥାପ
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "%s କୁ %s ଉପରେ %s ପ୍ରକାର ପତାକାକୁ ସ୍ଥାପନ କରିବାରେ ବିଫଳ=%x"
|
msgstr "%s କୁ %s ଉପରେ %s ପ୍ରକାର ପତାକାକୁ ସ୍ଥାପନ କରିବାରେ ବିଫଳ=%x"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "%s କୁ %s ଫ୍ଲାଗଗୁଡ଼ିକ ଉପରେ ପୁନଃସ୍ଥାପନ କରିବାରେ ବିଫଳ=%x"
|
msgstr "%s କୁ %s ଫ୍ଲାଗଗୁଡ଼ିକ ଉପରେ ପୁନଃସ୍ଥାପନ କରିବାରେ ବିଫଳ=%x"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/pa.po
12
po/pa.po
@ -13478,14 +13478,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s ਨੂੰ %s ਉੱਪਰ ਕਿਸਮ %s ਮਾਊਂਟ ਕਰਨ ਵਿੱਚ ਫੇਲ"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s ਨੂੰ %s ਉੱਪਰ ਕਿਸਮ %s ਮਾਊਂਟ ਕਰਨ ਵਿੱਚ ਫੇਲ"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
12
po/pl.po
12
po/pl.po
@ -13478,14 +13478,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "Zamontowanie devpts w %s się nie powiodło"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "Zamontowanie devpts w %s się nie powiodło"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
4
po/pt.po
4
po/pt.po
@ -13309,12 +13309,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Não foi possível gravar o domínio %s em %s"
|
msgstr "Não foi possível gravar o domínio %s em %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Não foi possível gravar o 'core' do domínio %s em %s"
|
msgstr "Não foi possível gravar o 'core' do domínio %s em %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/pt_BR.po
12
po/pt_BR.po
@ -13738,14 +13738,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr "Incapaz de transformar o volume %s em somente leitura"
|
msgstr "Incapaz de transformar o volume %s em somente leitura"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "Falha ao montar %s no %s tipo %s "
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "Falha ao montar %s no %s tipo %s "
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
4
po/ro.po
4
po/ro.po
@ -13343,12 +13343,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
8
po/ru.po
8
po/ru.po
@ -13717,13 +13717,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Не удалось смонтировать %s в %s (тип %s, флаги=%x, параметры)"
|
msgstr "Не удалось смонтировать %s в %s (тип %s, флаги=%x, параметры)"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "Не удалось смонтировать %s в %s (тип %s, флаги=%x, параметры)"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
4
po/si.po
4
po/si.po
@ -13342,12 +13342,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/sk.po
4
po/sk.po
@ -13342,12 +13342,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/sl.po
4
po/sl.po
@ -13343,12 +13343,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/sq.po
4
po/sq.po
@ -13259,12 +13259,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/sr.po
4
po/sr.po
@ -13440,12 +13440,12 @@ msgstr "Неуспело креирање уверења ауторизациј
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Неуспело чување домена %s у %s"
|
msgstr "Неуспело чување домена %s у %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Неуспело чување домена %s у %s"
|
msgstr "Неуспело чување домена %s у %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13440,12 +13440,12 @@ msgstr "Neuspelo kreiranje uverenja autorizacije"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Neuspelo čuvanje domena %s u %s"
|
msgstr "Neuspelo čuvanje domena %s u %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Neuspelo čuvanje domena %s u %s"
|
msgstr "Neuspelo čuvanje domena %s u %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/sv.po
12
po/sv.po
@ -13402,14 +13402,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "Misslyckades att spara domän %s till %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "Misslyckades att få diskinformation"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
4
po/ta.po
4
po/ta.po
@ -13724,12 +13724,12 @@ msgstr "%s ஐ வாசிக்க மட்டுமானதாக மாற
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "வகை %3$s flags=%4$x %2$s இல் %1$s ஐ மவுன்ட் செய்தல் தோல்வியடைந்தது"
|
msgstr "வகை %3$s flags=%4$x %2$s இல் %1$s ஐ மவுன்ட் செய்தல் தோல்வியடைந்தது"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "%2$s flags=%3$x இல் %1$s ஐ மவுன்ட் செய்தல் தோல்வியடைந்தது"
|
msgstr "%2$s flags=%3$x இல் %1$s ஐ மவுன்ட் செய்தல் தோல்வியடைந்தது"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
12
po/te.po
12
po/te.po
@ -13438,14 +13438,14 @@ msgid "Failed to make mount %s readonly"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s ను %s రకం %s పైన మౌంట్ చేయుటకు విఫలమైంది"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr "%s ను %s రకం %s పైన మౌంట్ చేయుటకు విఫలమైంది"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
#, c-format
|
#, c-format
|
||||||
|
4
po/tg.po
4
po/tg.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/th.po
4
po/th.po
@ -13342,12 +13342,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/tr.po
4
po/tr.po
@ -13342,12 +13342,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/tw.po
4
po/tw.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/uk.po
4
po/uk.po
@ -14194,12 +14194,12 @@ msgstr "Не вдалося зробити змонтований %s прида
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Не вдалося змонтувати %s до %s, тип %s, прапорці=%x"
|
msgstr "Не вдалося змонтувати %s до %s, тип %s, прапорці=%x"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Не вдалося повторно змонтувати %s до %s, прапорці=%x"
|
msgstr "Не вдалося повторно змонтувати %s до %s, прапорці=%x"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/ur.po
4
po/ur.po
@ -13342,12 +13342,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/vi.po
4
po/vi.po
@ -13504,12 +13504,12 @@ msgstr "Thất bại khi tạo ủy nhiệm xác thực"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Thất bại khi lắp devpts trên %s"
|
msgstr "Thất bại khi lắp devpts trên %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Thất bại khi lắp devpts trên %s"
|
msgstr "Thất bại khi lắp devpts trên %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/yo.po
4
po/yo.po
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13438,12 +13438,12 @@ msgstr "让挂载 %s 成为只读失败"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "在 %s 类型 %s flags=%x 中挂载 %s 失败"
|
msgstr "在 %s 类型 %s flags=%x 中挂载 %s 失败"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "在%s flags=%x 中重新挂载 %s 失败"
|
msgstr "在%s flags=%x 中重新挂载 %s 失败"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13255,12 +13255,12 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -13360,12 +13360,12 @@ msgstr "無法將區域 %s 存至 %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "無法將區域 %s 存至 %s"
|
msgstr "無法將區域 %s 存至 %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "無法將區域 %s 存至 %s"
|
msgstr "無法將區域 %s 存至 %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
4
po/zu.po
4
po/zu.po
@ -13342,12 +13342,12 @@ msgstr "Failed to save domain %s to %s"
|
|||||||
|
|
||||||
#: src/lxc/lxc_container.c:990
|
#: src/lxc/lxc_container.c:990
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to mount %s on %s type %s flags=%x"
|
msgid "Failed to mount %s on %s type %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1000
|
#: src/lxc/lxc_container.c:1000
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid "Failed to re-mount %s on %s flags=%x"
|
msgid "Failed to re-mount %s on %s flags=0x%x"
|
||||||
msgstr "Failed to save domain %s to %s"
|
msgstr "Failed to save domain %s to %s"
|
||||||
|
|
||||||
#: src/lxc/lxc_container.c:1035
|
#: src/lxc/lxc_container.c:1035
|
||||||
|
@ -214,7 +214,7 @@ virAdmConnectOpen(const char *name, unsigned int flags)
|
|||||||
if (virAdmInitialize() < 0)
|
if (virAdmInitialize() < 0)
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
VIR_DEBUG("flags=%x", flags);
|
VIR_DEBUG("flags=0x%x", flags);
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
if (!(conn = virAdmConnectNew()))
|
if (!(conn = virAdmConnectNew()))
|
||||||
@ -711,7 +711,7 @@ virAdmConnectListServers(virAdmConnectPtr conn,
|
|||||||
{
|
{
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
VIR_DEBUG("conn=%p, servers=%p, flags=%x", conn, servers, flags);
|
VIR_DEBUG("conn=%p, servers=%p, flags=0x%x", conn, servers, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -749,7 +749,7 @@ virAdmConnectLookupServer(virAdmConnectPtr conn,
|
|||||||
{
|
{
|
||||||
virAdmServerPtr ret = NULL;
|
virAdmServerPtr ret = NULL;
|
||||||
|
|
||||||
VIR_DEBUG("conn=%p, name=%s, flags=%x", conn, NULLSTR(name), flags);
|
VIR_DEBUG("conn=%p, name=%s, flags=0x%x", conn, NULLSTR(name), flags);
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
virCheckAdmConnectGoto(conn, cleanup);
|
virCheckAdmConnectGoto(conn, cleanup);
|
||||||
@ -791,7 +791,7 @@ virAdmServerGetThreadPoolParameters(virAdmServerPtr srv,
|
|||||||
{
|
{
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
VIR_DEBUG("srv=%p, params=%p, nparams=%p, flags=%x",
|
VIR_DEBUG("srv=%p, params=%p, nparams=%p, flags=0x%x",
|
||||||
srv, params, nparams, flags);
|
srv, params, nparams, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
@ -828,7 +828,7 @@ virAdmServerSetThreadPoolParameters(virAdmServerPtr srv,
|
|||||||
int nparams,
|
int nparams,
|
||||||
unsigned int flags)
|
unsigned int flags)
|
||||||
{
|
{
|
||||||
VIR_DEBUG("srv=%p, params=%p, nparams=%x, flags=%x",
|
VIR_DEBUG("srv=%p, params=%p, nparams=%d, flags=0x%x",
|
||||||
srv, params, nparams, flags);
|
srv, params, nparams, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
@ -870,7 +870,7 @@ virAdmServerListClients(virAdmServerPtr srv,
|
|||||||
{
|
{
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
VIR_DEBUG("srv=%p, clients=%p, flags=%x", srv, clients, flags);
|
VIR_DEBUG("srv=%p, clients=%p, flags=0x%x", srv, clients, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -908,7 +908,7 @@ virAdmServerLookupClient(virAdmServerPtr srv,
|
|||||||
{
|
{
|
||||||
virAdmClientPtr ret = NULL;
|
virAdmClientPtr ret = NULL;
|
||||||
|
|
||||||
VIR_DEBUG("srv=%p, id=%llu, flags=%x", srv, id, flags);
|
VIR_DEBUG("srv=%p, id=%llu, flags=0x%x", srv, id, flags);
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
virCheckAdmServerGoto(srv, error);
|
virCheckAdmServerGoto(srv, error);
|
||||||
@ -955,7 +955,7 @@ virAdmClientGetInfo(virAdmClientPtr client,
|
|||||||
{
|
{
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
VIR_DEBUG("client=%p, params=%p, nparams=%p, flags=%x",
|
VIR_DEBUG("client=%p, params=%p, nparams=%p, flags=0x%x",
|
||||||
client, params, nparams, flags);
|
client, params, nparams, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
@ -986,7 +986,7 @@ int virAdmClientClose(virAdmClientPtr client,
|
|||||||
{
|
{
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
VIR_DEBUG("client=%p, flags=%x", client, flags);
|
VIR_DEBUG("client=%p, flags=0x%x", client, flags);
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
virCheckAdmClientGoto(client, error);
|
virCheckAdmClientGoto(client, error);
|
||||||
@ -1026,7 +1026,7 @@ virAdmServerGetClientLimits(virAdmServerPtr srv,
|
|||||||
{
|
{
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
VIR_DEBUG("srv=%p, flags=%x", srv, flags);
|
VIR_DEBUG("srv=%p, flags=0x%x", srv, flags);
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
virCheckAdmServerGoto(srv, error);
|
virCheckAdmServerGoto(srv, error);
|
||||||
@ -1065,7 +1065,7 @@ virAdmServerSetClientLimits(virAdmServerPtr srv,
|
|||||||
{
|
{
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
VIR_DEBUG("srv=%p, params=%p, nparams=%d, flags=%x", srv, params, nparams,
|
VIR_DEBUG("srv=%p, params=%p, nparams=%d, flags=0x%x", srv, params, nparams,
|
||||||
flags);
|
flags);
|
||||||
VIR_TYPED_PARAMS_DEBUG(params, nparams);
|
VIR_TYPED_PARAMS_DEBUG(params, nparams);
|
||||||
|
|
||||||
@ -1110,7 +1110,7 @@ virAdmConnectGetLoggingOutputs(virAdmConnectPtr conn,
|
|||||||
{
|
{
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
VIR_DEBUG("conn=%p, flags=%x", conn, flags);
|
VIR_DEBUG("conn=%p, flags=0x%x", conn, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
virCheckAdmConnectReturn(conn, -1);
|
virCheckAdmConnectReturn(conn, -1);
|
||||||
@ -1151,7 +1151,7 @@ virAdmConnectGetLoggingFilters(virAdmConnectPtr conn,
|
|||||||
{
|
{
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
VIR_DEBUG("conn=%p, flags=%x", conn, flags);
|
VIR_DEBUG("conn=%p, flags=0x%x", conn, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
virCheckAdmConnectReturn(conn, -1);
|
virCheckAdmConnectReturn(conn, -1);
|
||||||
@ -1190,7 +1190,7 @@ virAdmConnectSetLoggingOutputs(virAdmConnectPtr conn,
|
|||||||
{
|
{
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
VIR_DEBUG("conn=%p, outputs=%s, flags=%x", conn, outputs, flags);
|
VIR_DEBUG("conn=%p, outputs=%s, flags=0x%x", conn, outputs, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
virCheckAdmConnectReturn(conn, -1);
|
virCheckAdmConnectReturn(conn, -1);
|
||||||
@ -1228,7 +1228,7 @@ virAdmConnectSetLoggingFilters(virAdmConnectPtr conn,
|
|||||||
{
|
{
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
VIR_DEBUG("conn=%p, flags=%x", conn, flags);
|
VIR_DEBUG("conn=%p, flags=0x%x", conn, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
virCheckAdmConnectReturn(conn, -1);
|
virCheckAdmConnectReturn(conn, -1);
|
||||||
|
@ -205,7 +205,7 @@ virDomainSnapshotCreateXML(virDomainPtr domain,
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DOMAIN_DEBUG(domain, "xmlDesc=%s, flags=%x", xmlDesc, flags);
|
VIR_DOMAIN_DEBUG(domain, "xmlDesc=%s, flags=0x%x", xmlDesc, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -261,7 +261,7 @@ virDomainSnapshotGetXMLDesc(virDomainSnapshotPtr snapshot,
|
|||||||
unsigned int flags)
|
unsigned int flags)
|
||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
VIR_DEBUG("snapshot=%p, flags=%x", snapshot, flags);
|
VIR_DEBUG("snapshot=%p, flags=0x%x", snapshot, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -335,7 +335,7 @@ virDomainSnapshotNum(virDomainPtr domain, unsigned int flags)
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DOMAIN_DEBUG(domain, "flags=%x", flags);
|
VIR_DOMAIN_DEBUG(domain, "flags=0x%x", flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -417,7 +417,7 @@ virDomainSnapshotListNames(virDomainPtr domain, char **names, int nameslen,
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DOMAIN_DEBUG(domain, "names=%p, nameslen=%d, flags=%x",
|
VIR_DOMAIN_DEBUG(domain, "names=%p, nameslen=%d, flags=0x%x",
|
||||||
names, nameslen, flags);
|
names, nameslen, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
@ -500,7 +500,7 @@ virDomainListAllSnapshots(virDomainPtr domain, virDomainSnapshotPtr **snaps,
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DOMAIN_DEBUG(domain, "snaps=%p, flags=%x", snaps, flags);
|
VIR_DOMAIN_DEBUG(domain, "snaps=%p, flags=0x%x", snaps, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -570,7 +570,7 @@ virDomainSnapshotNumChildren(virDomainSnapshotPtr snapshot, unsigned int flags)
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DEBUG("snapshot=%p, flags=%x", snapshot, flags);
|
VIR_DEBUG("snapshot=%p, flags=0x%x", snapshot, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -655,7 +655,7 @@ virDomainSnapshotListChildrenNames(virDomainSnapshotPtr snapshot,
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DEBUG("snapshot=%p, names=%p, nameslen=%d, flags=%x",
|
VIR_DEBUG("snapshot=%p, names=%p, nameslen=%d, flags=0x%x",
|
||||||
snapshot, names, nameslen, flags);
|
snapshot, names, nameslen, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
@ -741,7 +741,7 @@ virDomainSnapshotListAllChildren(virDomainSnapshotPtr snapshot,
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DEBUG("snapshot=%p, snaps=%p, flags=%x", snapshot, snaps, flags);
|
VIR_DEBUG("snapshot=%p, snaps=%p, flags=0x%x", snapshot, snaps, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -785,7 +785,7 @@ virDomainSnapshotLookupByName(virDomainPtr domain,
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DOMAIN_DEBUG(domain, "name=%s, flags=%x", name, flags);
|
VIR_DOMAIN_DEBUG(domain, "name=%s, flags=0x%x", name, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -823,7 +823,7 @@ virDomainHasCurrentSnapshot(virDomainPtr domain, unsigned int flags)
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DOMAIN_DEBUG(domain, "flags=%x", flags);
|
VIR_DOMAIN_DEBUG(domain, "flags=0x%x", flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -864,7 +864,7 @@ virDomainSnapshotCurrent(virDomainPtr domain,
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DOMAIN_DEBUG(domain, "flags=%x", flags);
|
VIR_DOMAIN_DEBUG(domain, "flags=0x%x", flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -906,7 +906,7 @@ virDomainSnapshotGetParent(virDomainSnapshotPtr snapshot,
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DEBUG("snapshot=%p, flags=%x", snapshot, flags);
|
VIR_DEBUG("snapshot=%p, flags=0x%x", snapshot, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -944,7 +944,7 @@ virDomainSnapshotIsCurrent(virDomainSnapshotPtr snapshot,
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DEBUG("snapshot=%p, flags=%x", snapshot, flags);
|
VIR_DEBUG("snapshot=%p, flags=0x%x", snapshot, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -983,7 +983,7 @@ virDomainSnapshotHasMetadata(virDomainSnapshotPtr snapshot,
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DEBUG("snapshot=%p, flags=%x", snapshot, flags);
|
VIR_DEBUG("snapshot=%p, flags=0x%x", snapshot, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -1054,7 +1054,7 @@ virDomainRevertToSnapshot(virDomainSnapshotPtr snapshot,
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DEBUG("snapshot=%p, flags=%x", snapshot, flags);
|
VIR_DEBUG("snapshot=%p, flags=0x%x", snapshot, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
@ -1111,7 +1111,7 @@ virDomainSnapshotDelete(virDomainSnapshotPtr snapshot,
|
|||||||
{
|
{
|
||||||
virConnectPtr conn;
|
virConnectPtr conn;
|
||||||
|
|
||||||
VIR_DEBUG("snapshot=%p, flags=%x", snapshot, flags);
|
VIR_DEBUG("snapshot=%p, flags=0x%x", snapshot, flags);
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user