diff -Nru language-pack-en-16.04+20160627/data/en/LC_MESSAGES/libidn.po language-pack-en-16.04+20161009/data/en/LC_MESSAGES/libidn.po --- language-pack-en-16.04+20160627/data/en/LC_MESSAGES/libidn.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en/LC_MESSAGES/libidn.po 2016-10-10 10:30:39.000000000 +0000 @@ -0,0 +1,315 @@ +# English translation for libidn +# Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005 +# This file is distributed under the same license as the libidn package. +# FIRST AUTHOR , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: libidn\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" +"PO-Revision-Date: 2006-01-22 04:46+0000\n" +"Last-Translator: Matthew Lange \n" +"Language-Team: English \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 10:54+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: lib/strerror-idna.c:82 lib/strerror-pr29.c:66 lib/strerror-punycode.c:66 +#: lib/strerror-stringprep.c:87 lib/strerror-tld.c:68 +msgid "Success" +msgstr "Success" + +#: lib/strerror-idna.c:86 lib/strerror-pr29.c:74 +msgid "String preparation failed" +msgstr "String preparation failed" + +#: lib/strerror-idna.c:90 +msgid "Punycode failed" +msgstr "Punycode failed" + +#: lib/strerror-idna.c:94 +msgid "Non-digit/letter/hyphen in input" +msgstr "Non-digit/letter/hyphen in input" + +#: lib/strerror-idna.c:98 +msgid "Forbidden leading or trailing minus sign (`-')" +msgstr "" + +#: lib/strerror-idna.c:102 +msgid "Output would be too large or too small" +msgstr "Output would be too large or too small" + +#: lib/strerror-idna.c:106 +msgid "Input does not start with ACE prefix (`xn--')" +msgstr "" + +#: lib/strerror-idna.c:110 +msgid "String not idempotent under ToASCII" +msgstr "" + +#: lib/strerror-idna.c:114 +msgid "Input already contain ACE prefix (`xn--')" +msgstr "" + +#: lib/strerror-idna.c:118 +msgid "Could not convert string in locale encoding" +msgstr "" + +#: lib/strerror-idna.c:122 lib/strerror-stringprep.c:134 lib/strerror-tld.c:80 +msgid "Cannot allocate memory" +msgstr "Cannot allocate memory" + +#: lib/strerror-idna.c:126 +msgid "System dlopen failed" +msgstr "System dlopen failed" + +#: lib/strerror-idna.c:130 lib/strerror-pr29.c:78 lib/strerror-punycode.c:82 +#: lib/strerror-stringprep.c:138 lib/strerror-tld.c:92 +msgid "Unknown error" +msgstr "Unknown error" + +#: lib/strerror-pr29.c:70 +msgid "String not idempotent under Unicode NFKC normalization" +msgstr "String not idempotent under Unicode NFKC normalization" + +#: lib/strerror-punycode.c:70 +msgid "Invalid input" +msgstr "Invalid input" + +#: lib/strerror-punycode.c:74 lib/strerror-stringprep.c:111 +msgid "Output would exceed the buffer space provided" +msgstr "Output would exceed the buffer space provided" + +#: lib/strerror-punycode.c:78 +msgid "String size limit exceeded" +msgstr "String size limit exceeded" + +#: lib/strerror-stringprep.c:91 +msgid "Forbidden unassigned code points in input" +msgstr "Forbidden unassigned code points in input" + +#: lib/strerror-stringprep.c:95 +msgid "Prohibited code points in input" +msgstr "Prohibited code points in input" + +#: lib/strerror-stringprep.c:99 +msgid "Conflicting bidirectional properties in input" +msgstr "Conflicting bidirectional properties in input" + +#: lib/strerror-stringprep.c:103 +msgid "Malformed bidirectional string" +msgstr "Malformed bidirectional string" + +#: lib/strerror-stringprep.c:107 +msgid "Prohibited bidirectional code points in input" +msgstr "Prohibited bidirectional code points in input" + +#: lib/strerror-stringprep.c:115 +msgid "Error in stringprep profile definition" +msgstr "Error in stringprep profile definition" + +#: lib/strerror-stringprep.c:119 +msgid "Flag conflict with profile" +msgstr "Flag conflict with profile" + +#: lib/strerror-stringprep.c:123 +msgid "Unknown profile" +msgstr "Unknown profile" + +#: lib/strerror-stringprep.c:126 +msgid "Could not convert string in locale encoding." +msgstr "" + +#: lib/strerror-stringprep.c:130 +msgid "Unicode normalization failed (internal error)" +msgstr "Unicode normalization failed (internal error)" + +#: lib/strerror-tld.c:72 +msgid "Code points prohibited by top-level domain" +msgstr "Code points prohibited by top-level domain" + +#: lib/strerror-tld.c:76 +msgid "Missing input" +msgstr "Missing input" + +#: lib/strerror-tld.c:84 +msgid "System iconv failed" +msgstr "" + +#: lib/strerror-tld.c:88 +msgid "No top-level domain found in input" +msgstr "No top-level domain found in input" + +#: src/idn.c:65 +#, c-format +msgid "Try `%s --help' for more information.\n" +msgstr "" + +#: src/idn.c:69 +#, c-format +msgid "Usage: %s [OPTION]... [STRINGS]...\n" +msgstr "" + +#: src/idn.c:72 +msgid "" +"Internationalized Domain Name (IDN) convert STRINGS, or standard input.\n" +"\n" +msgstr "" + +#: src/idn.c:76 +msgid "" +"Command line interface to the internationalized domain name library.\n" +"\n" +"All strings are expected to be encoded in the preferred charset used\n" +"by your locale. Use `--debug' to find out what this charset is. You\n" +"can override the charset used by setting environment variable CHARSET.\n" +"\n" +"To process a string that starts with `-', for example `-foo', use `--'\n" +"to signal the end of parameters, as in `idn --quiet -a -- -foo'.\n" +"\n" +"Mandatory arguments to long options are mandatory for short options too.\n" +msgstr "" + +#: src/idn.c:88 +msgid "" +" -h, --help Print help and exit\n" +" -V, --version Print version and exit\n" +msgstr "" + +#: src/idn.c:92 +msgid "" +" -s, --stringprep Prepare string according to nameprep profile\n" +" -d, --punycode-decode Decode Punycode\n" +" -e, --punycode-encode Encode Punycode\n" +" -a, --idna-to-ascii Convert to ACE according to IDNA (default mode)\n" +" -u, --idna-to-unicode Convert from ACE according to IDNA\n" +msgstr "" + +#: src/idn.c:99 +msgid "" +" --allow-unassigned Toggle IDNA AllowUnassigned flag (default off)\n" +" --usestd3asciirules Toggle IDNA UseSTD3ASCIIRules flag (default off)\n" +msgstr "" + +#: src/idn.c:103 +msgid "" +" --no-tld Don't check string for TLD specific rules\n" +" Only for --idna-to-ascii and --idna-to-unicode\n" +msgstr "" + +#: src/idn.c:107 +msgid "" +" -n, --nfkc Normalize string according to Unicode v3.2 NFKC\n" +msgstr "" + +#: src/idn.c:110 +msgid "" +" -p, --profile=STRING Use specified stringprep profile instead\n" +" Valid stringprep profiles: `Nameprep',\n" +" `iSCSI', `Nodeprep', `Resourceprep', \n" +" `trace', `SASLprep'\n" +msgstr "" + +#: src/idn.c:116 +msgid "" +" --debug Print debugging information\n" +" --quiet Silent operation\n" +msgstr "" + +#: src/idn.c:173 +#, c-format +msgid "only one of -s, -e, -d, -a, -u or -n can be specified" +msgstr "" + +#: src/idn.c:183 +#, c-format +msgid "Charset `%s'.\n" +msgstr "" + +#: src/idn.c:188 +#, c-format +msgid "" +"Type each input string on a line by itself, terminated by a newline " +"character.\n" +msgstr "" +"Type each input string on a line by itself, terminated by a newline " +"character.\n" + +#: src/idn.c:200 +#, c-format +msgid "input error" +msgstr "" + +#: src/idn.c:211 src/idn.c:274 src/idn.c:357 src/idn.c:434 src/idn.c:515 +#, c-format +msgid "could not convert from %s to UTF-8" +msgstr "" + +#: src/idn.c:219 src/idn.c:244 src/idn.c:281 src/idn.c:498 src/idn.c:527 +#: src/idn.c:551 +#, c-format +msgid "could not convert from UTF-8 to UCS-4" +msgstr "" + +#: src/idn.c:236 +#, c-format +msgid "stringprep_profile: %s" +msgstr "stringprep_profile: %s" + +#: src/idn.c:259 src/idn.c:302 src/idn.c:345 src/idn.c:503 src/idn.c:564 +#, c-format +msgid "could not convert from UTF-8 to %s" +msgstr "" + +#: src/idn.c:295 +#, c-format +msgid "punycode_encode: %s" +msgstr "punycode_encode: %s" + +#: src/idn.c:317 +#, c-format +msgid "malloc" +msgstr "malloc" + +#: src/idn.c:323 +#, c-format +msgid "punycode_decode: %s" +msgstr "punycode_decode: %s" + +#: src/idn.c:340 src/idn.c:364 src/idn.c:442 +#, c-format +msgid "could not convert from UCS-4 to UTF-8" +msgstr "" + +#: src/idn.c:381 +#, c-format +msgid "idna_to_ascii_4z: %s" +msgstr "idna_to_ascii_4z: %s" + +#: src/idn.c:395 +#, c-format +msgid "idna_to_unicode_8z4z (TLD): %s" +msgstr "idna_to_unicode_8z4z (TLD): %s" + +#: src/idn.c:409 src/idn.c:482 +#, c-format +msgid "tld_check_4z (position %lu): %s" +msgstr "" + +#: src/idn.c:412 src/idn.c:488 +#, c-format +msgid "tld_check_4z: %s" +msgstr "tld_check_4z: %s" + +#: src/idn.c:461 +#, c-format +msgid "idna_to_unicode_8z4z: %s" +msgstr "idna_to_unicode_8z4z: %s" + +#: src/idn.c:540 +#, c-format +msgid "could not do NFKC normalization" +msgstr "" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/apparmor-parser.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/apparmor-parser.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/apparmor-parser.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/apparmor-parser.po 2016-10-10 10:34:06.000000000 +0000 @@ -0,0 +1,23 @@ +# English (Australia) translation for apparmor +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the apparmor package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: apparmor\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-09-13 00:11-0700\n" +"PO-Revision-Date: 2015-05-20 12:41+0000\n" +"Last-Translator: Joel Addison \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 11:30+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: ../parser_interface.c:818 ../parser_interface.c:810 +#, c-format +msgid "unable to serialize profile %s\n" +msgstr "unable to serialise profile %s\n" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/bfd.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/bfd.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/bfd.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/bfd.po 2016-10-10 10:34:07.000000000 +0000 @@ -0,0 +1,718 @@ +# English (Australia) translation for binutils +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the binutils package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: binutils\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-02-10 09:42+1030\n" +"PO-Revision-Date: 2012-09-22 09:44+0000\n" +"Last-Translator: Jared Norris \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 10:33+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: bfd.c:464 +msgid "DSO missing from command line" +msgstr "" + +#: bfd.c:465 +msgid "File format not recognized" +msgstr "File format not recognised" + +#: coff-or32.c:216 +msgid "Unrecognized reloc" +msgstr "Unrecognised reloc" + +#: coff-rs6000.c:3571 coff64-rs6000.c:2109 +msgid "%B: symbol `%s' has unrecognized smclas %d" +msgstr "%B: symbol `%s' has unrecognised smclas %d" + +#: coff-tic4x.c:183 coff-tic54x.c:278 coff-tic80.c:439 +#, c-format +msgid "Unrecognized reloc type 0x%x" +msgstr "Unrecognised reloc type 0x%x" + +#: coffcode.h:2457 +#, c-format +msgid "Unrecognized TI COFF target id '0x%x'" +msgstr "Unrecognised TI COFF target id '0x%x'" + +#: coffcode.h:5060 +msgid "%B: Unrecognized storage class %d for %s symbol `%s'" +msgstr "%B: Unrecognised storage class %d for %s symbol `%s'" + +#: coffgen.c:177 elf.c:1143 +msgid "%B: unable to initialize compress status for section %s" +msgstr "" + +#: coffgen.c:200 elf.c:1153 +msgid "%B: unable to initialize decompress status for section %s" +msgstr "" + +#: dwarf2.c:1160 +#, c-format +msgid "Dwarf Error: Invalid or unhandled FORM value: %#x." +msgstr "" + +#: dwarf2.c:2330 +#, c-format +msgid "Dwarf Error: Unable to read alt ref %u." +msgstr "" + +#: elf-m10300.c:1026 +#, c-format +msgid "%s: Unsupported transition from %s to %s" +msgstr "" + +#: elf-m10300.c:1218 +msgid "%B: %s' accessed both as normal and thread local symbol" +msgstr "" + +#: elf-m10300.c:2177 +msgid "" +"%B: taking the address of protected function '%s' cannot be done when making " +"a shared library" +msgstr "" + +#: elf.c:3631 +msgid "%B: too many sections: %u" +msgstr "" + +#: elf.c:4748 +msgid "%B: TLS sections are not adjacent:" +msgstr "" + +#: elf.c:4755 +#, c-format +msgid "\t TLS: %A" +msgstr "" + +#: elf.c:4759 +#, c-format +msgid "\tnon-TLS: %A" +msgstr "" + +#. PR ld/16017: Do not generate ARM instructions for +#. the PLT if compiling for a thumb-only target. +#. +#. FIXME: We ought to be able to generate thumb PLT instructions... +#: elf32-arm.c:7696 +msgid "%B: Warning: thumb mode PLT generation not currently supported" +msgstr "" + +#: elf32-arm.c:12946 +msgid "error: %B: unable to merge virtualization attributes with %B" +msgstr "error: %B: unable to merge virtualisation attributes with %B" + +#: elf32-arm.c:13405 +#, c-format +msgid " [soft-float ABI]" +msgstr "" + +#: elf32-arm.c:13408 +#, c-format +msgid " [hard-float ABI]" +msgstr "" + +#: elf32-arm.c:14230 +#, c-format +msgid "error: required section '%s' not found in the linker script" +msgstr "" + +#: elf32-frv.c:3201 +msgid "%H: R_FRV_GETTLSOFF_RELAX not applied to a calll instruction\n" +msgstr "%H: R_FRV_GETTLSOFF_RELAX not applied to a call instruction\n" + +#: elf32-i386.c:3757 elf32-tilepro.c:2875 elf64-x86-64.c:4137 +#: elfxx-tilegx.c:3174 ../../binutils-release.git/bfd/elfnn-aarch64.c:6044 +msgid "%B: unrecognized relocation (0x%x) in section `%A'" +msgstr "%B: unrecognised relocation (0x%x) in section `%A'" + +#: elf32-m68hc1x.c:1152 +#, c-format +msgid "" +"XGATE address (%lx) is not within shared RAM(0xE000-0xFFFF), therefore you " +"must manually offset the address, and possibly manage the page, in your code." +msgstr "" + +#: elf32-m68hc1x.c:1225 +#, c-format +msgid "" +"S12 address (%lx) is not within shared RAM(0x2000-0x4000), therefore you " +"must manually offset the address in your code" +msgstr "" + +#: elf32-m68hc1x.c:1433 +#, c-format +msgid " [XGATE RAM offsetting]" +msgstr "" + +#: elf32-metag.c:1932 +msgid "" +"%B(%A+0x%lx): R_METAG_TLS_LE/IENONPIC relocation not permitted in shared " +"object" +msgstr "" + +#: elf32-msp430.c:834 elf32-msp430.c:1148 +msgid "Try enabling relaxation to avoid relocation truncations" +msgstr "" + +#: elf32-msp430.c:1355 +msgid "internal error: branch/jump to an odd address detected" +msgstr "" + +#: elf32-msp430.c:2351 +msgid "Warning: %B: Unknown MSPABI object attribute %d" +msgstr "" + +#: elf32-msp430.c:2442 +msgid "error: %B uses %s instructions but %B uses %s" +msgstr "" + +#: elf32-msp430.c:2454 +msgid "error: %B uses the %s code model whereas %B uses the %s code model" +msgstr "" + +#: elf32-msp430.c:2466 +msgid "error: %B uses the large code model but %B uses MSP430 instructions" +msgstr "" + +#: elf32-msp430.c:2476 +msgid "error: %B uses the %s data model whereas %B uses the %s data model" +msgstr "" + +#: elf32-msp430.c:2488 +msgid "error: %B uses the small code model but %B uses the %s data model" +msgstr "" + +#: elf32-msp430.c:2499 +msgid "error: %B uses the %s data model but %B only uses MSP430 instructions" +msgstr "" + +#: elf32-nds32.c:3306 +msgid "error: Can't find symbol: _SDA_BASE_." +msgstr "" + +#: elf32-nds32.c:4563 +msgid "%B: error: unknown relocation type %d." +msgstr "" + +#: elf32-nds32.c:5009 +#, c-format +msgid "%s: warning: cannot deal R_NDS32_25_ABS_RELA in shared mode." +msgstr "" + +#: elf32-nds32.c:5143 +msgid "%B: warning: unaligned access to GOT entry." +msgstr "" + +#: elf32-nds32.c:5185 +msgid "%B: warning: relocate SDA_BASE failed." +msgstr "" + +#: elf32-nds32.c:5206 +msgid "%B(%A): warning: unaligned small data access of type %d." +msgstr "" + +#: elf32-nds32.c:5970 +msgid "" +"%B: ISR vector size mismatch with previous modules, previous %u-byte, " +"current %u-byte" +msgstr "" + +#: elf32-nds32.c:6013 +msgid "%B: warning: Endian mismatch with previous modules." +msgstr "" + +#: elf32-nds32.c:6023 +msgid "" +"%B: warning: Older version of object file encountered, Please recompile with " +"current tool chain." +msgstr "" + +#: elf32-nds32.c:6101 +msgid "%B: error: ABI mismatch with previous modules." +msgstr "" + +#: elf32-nds32.c:6112 +msgid "%B: error: Instruction set mismatch with previous modules." +msgstr "" + +#: elf32-nds32.c:6136 +msgid "%B: warning: Incompatible elf-versions %s and %s." +msgstr "" + +#: elf32-nds32.c:6166 +#, c-format +msgid ": n1 instructions" +msgstr "" + +#: elf32-nds32.c:6169 +#, c-format +msgid ": n1h instructions" +msgstr "" + +#: elf32-nds32.c:8776 +msgid "%B: %s\n" +msgstr "" + +#: elf32-nds32.c:8449 +msgid "" +"%B(%A): warning: relax is suppressed for sections of alignment %d-bytes > 4-" +"byte." +msgstr "" + +#: elf32-nds32.c:4522 elf32-nds32.c:12037 +msgid "%B: error: Cannot set _ITB_BASE_" +msgstr "" + +#: elf32-nds32.c:12782 +msgid "%B: Nested OMIT_FP in %A." +msgstr "" + +#: elf32-nds32.c:12800 +msgid "%B: Unmatched OMIT_FP in %A." +msgstr "" + +#: elf32-nds32.c:14858 +msgid "Linker: cannot init ex9 hash table error \n" +msgstr "" + +#: elf32-nds32.c:15267 elf32-nds32.c:15281 +msgid "Linker: error cannot fixed ex9 relocation \n" +msgstr "" + +#: elf32-nds32.c:15491 +#, c-format +msgid "" +"%s: warning: unaligned small data access. For entry: {%d, %d, %d}, addr = 0x" +"%x, align = 0x%x." +msgstr "" + +#: elf32-nds32.c:15524 +msgid "%P%F: failed creating ex9.it %s hash table: %E\n" +msgstr "" + +#: elf32-nios2.c:3829 +#, c-format +msgid "" +"global pointer relative relocation at address 0x%08x when _gp not defined\n" +msgstr "" + +#: elf32-nios2.c:3848 +#, c-format +msgid "" +"Unable to reach %s (at 0x%08x) from the global pointer (at 0x%08x) because " +"the offset (%d) is out of the allowed range, -32678 to 32767.\n" +msgstr "" + +#: elf32-nios2.c:4369 +msgid "" +"%B(%A+0x%lx): R_NIOS2_TLS_LE16 relocation not permitted in shared object" +msgstr "" + +#: elf32-nios2.c:4497 +msgid "relocation out of range" +msgstr "" + +#: elf32-ppc.c:4393 +msgid "%P: %H: @local call to ifunc %s\n" +msgstr "" + +#. Uh oh, we didn't find the expected call. We +#. could just mark this symbol to exclude it +#. from tls optimization but it's safer to skip +#. the entire optimization. +#: elf32-ppc.c:5470 elf64-ppc.c:8632 +msgid "%H arg lost __tls_get_addr, TLS optimization disabled\n" +msgstr "%H arg lost __tls_get_addr, TLS optimisation disabled\n" + +#: elf32-ppc.c:9306 +msgid "" +"%B: the target (%s) of a %s relocation is in the wrong output section (%s)" +msgstr "" + +#: elf32-ppc.c:9487 +msgid "%P: %H: error: %s against `%s' not a multiple of %u\n" +msgstr "" + +#: elf32-rl78.c:1052 +msgid "Warning: RL78_SYM reloc with an unknown symbol" +msgstr "" + +#: elf32-rl78.c:1043 +msgid "RL78/G10 ABI conflict: cannot link G10 and non-G10 objects together" +msgstr "" + +#: elf32-rl78.c:1046 elf32-rl78.c:1049 +#, c-format +msgid "- %s is G10, %s is not" +msgstr "" + +#: elf32-rl78.c:1072 +#, c-format +msgid " [G10]" +msgstr "" + +#: elf32-sh.c:590 +msgid "%B: 0x%lx: warning: R_SH_USES points to unrecognized insn 0x%x" +msgstr "%B: 0x%lx: warning: R_SH_USES points to unrecognised insn 0x%x" + +#: elf32-v850.c:2478 +msgid "%B: Alignment mismatch with previous modules" +msgstr "" + +#: elf32-v850.c:2885 +#, c-format +msgid "unknown v850 architecture" +msgstr "" + +#: elf32-v850.c:2887 +#, c-format +msgid "v850 E3 architecture" +msgstr "" + +#: elf32-v850.c:2565 +#, c-format +msgid ", 8-byte data alignment" +msgstr "" + +#: elf32-v850.c:2901 +#, c-format +msgid "v850e3v5 architecture" +msgstr "" + +#: elf32-xgate.c:690 +#, c-format +msgid "cpu=XGATE]" +msgstr "" + +#: elf32-xgate.c:692 +#, c-format +msgid "error reading cpu type from elf private data" +msgstr "" + +#: elf64-hppa.c:3285 +msgid "%B(%A+0x%" +msgstr "" + +#: elf64-ppc.c:4944 +msgid "%P: symbol '%s' has invalid st_other for ABI version 1\n" +msgstr "" + +#: elf64-ppc.c:5170 +msgid "%P: .opd not allowed in ABI version %d\n" +msgstr "" + +#: elf64-ppc.c:5978 +msgid "%B uses unknown e_flags 0x%lx" +msgstr "" + +#: elf64-ppc.c:5985 +msgid "%B: ABI version %ld is not compatible with ABI version %ld output" +msgstr "" + +#: elf64-ppc.c:6012 +#, c-format +msgid " [abiv%ld]" +msgstr "" + +#: elf64-ppc.c:7262 +msgid "" +"%P: copy reloc against `%T' requires lazy plt linking; avoid setting " +"LD_BIND_NOW=1 or upgrade gcc\n" +msgstr "" + +#: elf64-ppc.c:8435 +msgid "%H __tls_get_addr lost arg, TLS optimization disabled\n" +msgstr "%H __tls_get_addr lost arg, TLS optimisation disabled\n" + +#: elf64-ppc.c:9130 +msgid "%P: %H: toc optimization is not supported for %s instruction.\n" +msgstr "" + +#: elf64-ppc.c:9358 +msgid "%P: %H: %s references optimized away TOC entry\n" +msgstr "" + +#: elf64-ppc.c:10670 +msgid "%P: cannot find opd entry toc for `%T'\n" +msgstr "" + +#: elf64-ppc.c:10884 elf64-ppc.c:11034 elf64-ppc.c:12838 +msgid "%P: linkage table error against `%T'\n" +msgstr "" + +#: elf64-ppc.c:12770 +#, c-format +msgid "" +"linker stubs in %u group%s\n" +" branch %lu\n" +" toc adjust %lu\n" +" long branch %lu\n" +" long toc adj %lu\n" +" plt call %lu\n" +" plt call toc %lu" +msgstr "" + +#: elf64-ppc.c:13475 +msgid "%P: %H: %s used with TLS symbol `%T'\n" +msgstr "" + +#: elf64-ppc.c:13476 +msgid "%P: %H: %s used with non-TLS symbol `%T'\n" +msgstr "" + +#: elf64-ppc.c:14105 +msgid "" +"%P: %H: call to `%T' lacks nop, can't restore toc; recompile with -fPIC\n" +msgstr "" + +#: elf64-ppc.c:14237 +msgid "%P: %B: unknown relocation type %d for `%T'\n" +msgstr "" + +#: elf64-ppc.c:14789 +msgid "%P: %H: %s for indirect function `%T' unsupported\n" +msgstr "" + +#: elf64-ppc.c:14896 +msgid "%P: %B: %s is not supported for `%T'\n" +msgstr "" + +#: elf64-ppc.c:15071 +msgid "%P: %H: unresolvable %s against `%T'\n" +msgstr "" + +#: elf64-ppc.c:15167 +msgid "%P: %H: %s against `%T': error %d\n" +msgstr "" + +#: elf64-x86-64.c:4901 +msgid "" +"%B: addend -0x%x in relocation %s against symbol `%s' at 0x%lx in section `" +"%A' is out of range" +msgstr "" + +#: elf64-x86-64.c:4909 +msgid "" +"%B: addend 0x%x in relocation %s against symbol `%s' at 0x%lx in section `" +"%A' is out of range" +msgstr "" + +#: elflink.c:5761 +msgid "%B: stack size specified and %s set" +msgstr "" + +#: elflink.c:5764 +msgid "%B: %s not absolute" +msgstr "" + +#: elflink.c:9585 +msgid "%B: No symbol version section for versioned symbol `%s'" +msgstr "" + +#: elflink.c:13261 +#, c-format +msgid "Unrecognized INPUT_SECTION_FLAG %s\n" +msgstr "Unrecognised INPUT_SECTION_FLAG %s\n" + +#: elfxx-mips.c:6087 +msgid "" +"%B: %A+0x%lx: Unsupported jump between ISA modes; consider recompiling with " +"interlinking enabled." +msgstr "" + +#: elfxx-mips.c:10676 elfxx-mips.c:11239 +msgid "%B: `%A' offset of %ld from `%A' beyond the range of ADDIUPC" +msgstr "" + +#: elfxx-mips.c:15205 +msgid "Warning: %B uses %s (set by %B), %B uses %s" +msgstr "" + +#: elfxx-mips.c:15192 +msgid "Warning: %B uses %s (set by %B), %B uses unknown floating point ABI %d" +msgstr "" + +#: elfxx-mips.c:15187 +msgid "Warning: %B uses unknown floating point ABI %d (set by %B), %B uses %s" +msgstr "" + +#: elfxx-mips.c:15182 +msgid "" +"Warning: %B uses unknown floating point ABI %d (set by %B), %B uses unknown " +"floating point ABI %d" +msgstr "" + +#: elfxx-mips.c:15223 +msgid "Warning: %B uses %s (set by %B), %B uses unknown MSA ABI %d" +msgstr "" + +#: elfxx-mips.c:15234 +msgid "Warning: %B uses unknown MSA ABI %d (set by %B), %B uses %s" +msgstr "" + +#: elfxx-mips.c:15242 +msgid "" +"Warning: %B uses unknown MSA ABI %d (set by %B), %B uses unknown MSA ABI %d" +msgstr "" + +#: ieee.c:292 +#, c-format +msgid "%s: unrecognized symbol `%s' flags 0x%x" +msgstr "%s: unrecognised symbol `%s' flags 0x%x" + +#: ihex.c:459 +msgid "%B:%u: unrecognized ihex type %u in Intel Hex file" +msgstr "%B:%u: unrecognised ihex type %u in Intel Hex file" + +#: mach-o.c:1918 +#, c-format +msgid "mach-o: there are too many sections (%d) maximum is 255,\n" +msgstr "" + +#: mach-o.c:1981 +msgid "" +"sorry: modtab, toc and extrefsyms are not yet implemented for dysymtab " +"commands." +msgstr "" + +#: mach-o.c:4748 +msgid "%B: unknown load command 0x%lx" +msgstr "" + +#: mmo.c:1251 +#, c-format +msgid "%s: invalid mmo file: initialization value for $255 is not `Main'\n" +msgstr "%s: invalid mmo file: initialisation value for $255 is not `Main'\n" + +#: mmo.c:3205 +#, c-format +msgid "%s: no initialized registers; section length 0\n" +msgstr "%s: no initialised registers; section length 0\n" + +#: mmo.c:3211 +#, c-format +msgid "%s: too many initialized registers; section length %ld\n" +msgstr "%s: too many initialised registers; section length %ld\n" + +#: mmo.c:3216 +#, c-format +msgid "" +"%s: invalid start address for initialized registers of length %ld: 0x%lx" +"%08lx\n" +msgstr "" +"%s: invalid start address for initialised registers of length %ld: 0x%lx" +"%08lx\n" + +#: elf32-nds32.c:13082 reloc.c:8032 +msgid "%X%P: %B(%A): relocation \"%R\" goes out of range\n" +msgstr "" + +#: vms-alpha.c:7749 +#, c-format +msgid " Linkage Pairs Reference Fixups:\n" +msgstr "" + +#: xcofflink.c:1486 +msgid "%B: symbol `%s' has unrecognized csect type %d" +msgstr "%B: symbol `%s' has unrecognised csect type %d" + +#: xcofflink.c:4053 +msgid "%B: loader reloc in unrecognized section `%s'" +msgstr "%B: loader reloc in unrecognised section `%s'" + +#: peigen.c:2023 pepigen.c:2023 pex64igen.c:2023 +#, c-format +msgid "%*.s Entry: " +msgstr "" + +#: peigen.c:2341 pepigen.c:2341 pex64igen.c:2341 +#, c-format +msgid "name: [val: %08lx len %d]: " +msgstr "" + +#: peigen.c:2054 pepigen.c:2054 pex64igen.c:2054 +#, c-format +msgid "" +msgstr "" + +#: peigen.c:2057 pepigen.c:2057 pex64igen.c:2057 +#, c-format +msgid "" +msgstr "" + +#: peigen.c:2376 pepigen.c:2376 pex64igen.c:2376 +#, c-format +msgid "ID: %#08lx" +msgstr "" + +#: peigen.c:2379 pepigen.c:2379 pex64igen.c:2379 +#, c-format +msgid ", Value: %#08lx\n" +msgstr "" + +#: peigen.c:2074 pepigen.c:2074 pex64igen.c:2074 +#, c-format +msgid "%*.s Leaf: Addr: %#08lx, Size: %#08lx, Codepage: %d\n" +msgstr "" + +#: peigen.c:2449 pepigen.c:2449 pex64igen.c:2449 +#, c-format +msgid " Table: Char: %d, Time: %08lx, Ver: %d/%d, Num Names: %d, IDs: %d\n" +msgstr "" + +#: peigen.c:2538 pepigen.c:2538 pex64igen.c:2538 +#, c-format +msgid "Corrupt .rsrc section detected!\n" +msgstr "" + +#: peigen.c:2562 pepigen.c:2562 pex64igen.c:2562 +#, c-format +msgid "" +"\n" +"WARNING: Extra data in .rsrc section - it will be ignored by Windows:\n" +msgstr "" + +#: peigen.c:3814 pepigen.c:3814 pex64igen.c:3814 +#, c-format +msgid ".rsrc merge failure: duplicate string resource: %d" +msgstr "" + +#: peigen.c:3949 pepigen.c:3949 pex64igen.c:3949 +msgid ".rsrc merge failure: multiple non-default manifests" +msgstr "" + +#: peigen.c:3967 pepigen.c:3967 pex64igen.c:3967 +msgid ".rsrc merge failure: a directory matches a leaf" +msgstr "" + +#: peigen.c:4009 pepigen.c:4009 pex64igen.c:4009 +msgid ".rsrc merge failure: duplicate leaf" +msgstr "" + +#: peigen.c:4011 pepigen.c:4011 pex64igen.c:4011 +#, c-format +msgid ".rsrc merge failure: duplicate leaf: %s" +msgstr "" + +#: peigen.c:4077 pepigen.c:4077 pex64igen.c:4077 +msgid ".rsrc merge failure: dirs with differing characteristics\n" +msgstr "" + +#: peigen.c:4084 pepigen.c:4084 pex64igen.c:4084 +msgid ".rsrc merge failure: differing directory versions\n" +msgstr "" + +#. Corrupted .rsrc section - cannot merge. +#: peigen.c:4201 pepigen.c:4201 pex64igen.c:4201 +#, c-format +msgid "%s: .rsrc merge failure: corrupt .rsrc section" +msgstr "" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/binutils.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/binutils.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/binutils.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/binutils.po 2016-10-10 10:34:04.000000000 +0000 @@ -0,0 +1,1523 @@ +# English (Australia) translation for binutils +# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 +# This file is distributed under the same license as the binutils package. +# FIRST AUTHOR , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: binutils\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-02-10 09:42+1030\n" +"PO-Revision-Date: 2011-09-24 06:17+0000\n" +"Last-Translator: Joel Addison \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 10:34+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: ar.c:300 +#, c-format +msgid " [D] - use zero for timestamps and uids/gids (default)\n" +msgstr "" + +#: ar.c:302 +#, c-format +msgid " [U] - use actual timestamps and uids/gids\n" +msgstr "" + +#: ar.c:309 +#, c-format +msgid " [U] - use actual timestamps and uids/gids (default)\n" +msgstr "" + +#: ar.c:328 +#, c-format +msgid " --plugin

- load the specified plugin\n" +msgstr " --plugin

- load the specified plug-in\n" + +#: ar.c:354 +#, c-format +msgid " --plugin Load the specified plugin\n" +msgstr " --plugin Load the specified plug-in\n" + +#: ar.c:358 +#, c-format +msgid "" +" -D Use zero for symbol map timestamp (default)\n" +" -U Use an actual symbol map timestamp\n" +msgstr "" + +#: ar.c:362 +#, c-format +msgid "" +" -D Use zero for symbol map timestamp\n" +" -U Use actual symbol map timestamp (default)\n" +msgstr "" + +#: ar.c:580 ar.c:640 nm.c:1737 +#, c-format +msgid "sorry - this program has been built without plugin support\n" +msgstr "sorry - this program has been built without plug-in support\n" + +#: ar.c:773 +msgid "`u' modifier ignored since `D' is the default (see `U')" +msgstr "" + +#: ar.c:948 +#, c-format +msgid "Cannot convert existing library %s to thin format" +msgstr "" + +#: ar.c:954 +#, c-format +msgid "Cannot convert existing thin library %s to normal format" +msgstr "" + +#: dlltool.c:3980 +#, c-format +msgid " -a --add-indirect Add dll indirects to export file.\n" +msgstr " -a --add-indirect Add DLL indirects to export file.\n" + +#: dlltool.c:3981 +#, c-format +msgid "" +" -D --dllname Name of input dll to put into interface lib.\n" +msgstr "" +" -D --dllname Name of input DLL to put into interface lib.\n" + +#: dllwrap.c:497 +#, c-format +msgid " --add-indirect Add dll indirects to export file.\n" +msgstr " --add-indirect Add DLL indirects to export file.\n" + +#: dllwrap.c:498 +#, c-format +msgid " --dllname Name of input dll to put into output lib.\n" +msgstr " --dllname Name of input DLL to put into output lib.\n" + +#: dwarf.c:472 +#, c-format +msgid "define new File Table entry\n" +msgstr "" + +#: dwarf.c:487 +msgid "DW_LNE_define_file: Bad opcode length\n" +msgstr "" + +#: dwarf.c:627 +msgid "" +msgstr "" + +#: dwarf.c:628 +msgid "" +msgstr "" + +#: dwarf.c:634 +#, c-format +msgid "DW_FORM_GNU_str_index offset too big: %s\n" +msgstr "" + +#: dwarf.c:636 +msgid "" +msgstr "" + +#: dwarf.c:640 +msgid "" +msgstr "" + +#: dwarf.c:647 +#, c-format +msgid "DW_FORM_GNU_str_index indirect offset too big: %s\n" +msgstr "" + +#: dwarf.c:649 +msgid "" +msgstr "" + +#: dwarf.c:661 +msgid "" +msgstr "" + +#: dwarf.c:665 +#, c-format +msgid "Offset into section %s too big: %s\n" +msgstr "" + +#. Report the missing single zero which ends the section. +#: dwarf.c:830 +msgid ".debug_abbrev section not zero terminated\n" +msgstr "" + +#: dwarf.c:1473 +msgid "corrupt attribute\n" +msgstr "" + +#: dwarf.c:1778 +#, c-format +msgid " (indexed string: 0x%s): %s" +msgstr "" + +#: dwarf.c:1786 +#, c-format +msgid " (alt indirect string, offset: 0x%s)" +msgstr "" + +#: dwarf.c:1809 +#, c-format +msgid " (addr_index: 0x%s): %s" +msgstr "" + +#: dwarf.c:1815 +#, c-format +msgid "Unrecognized form: %lu\n" +msgstr "Unrecognised form: %lu\n" + +#: dwarf.c:2117 +#, c-format +msgid " (location list)" +msgstr "" + +#: dwarf.c:2165 +#, c-format +msgid "\t[Abbrev Number: %ld" +msgstr "" + +#: dwarf.c:2440 +#, c-format +msgid " Abbrev Offset: 0x%s\n" +msgstr "" + +#: dwarf.c:2447 +#, c-format +msgid " Signature: 0x%s\n" +msgstr "" + +#: dwarf.c:2458 +#, c-format +msgid " Section contributions:\n" +msgstr "" + +#: dwarf.c:2459 +#, c-format +msgid " .debug_abbrev.dwo: 0x%s 0x%s\n" +msgstr "" + +#: dwarf.c:2462 +#, c-format +msgid " .debug_line.dwo: 0x%s 0x%s\n" +msgstr "" + +#: dwarf.c:2465 +#, c-format +msgid " .debug_loc.dwo: 0x%s 0x%s\n" +msgstr "" + +#: dwarf.c:2468 +#, c-format +msgid " .debug_str_offsets.dwo: 0x%s 0x%s\n" +msgstr "" + +#: dwarf.c:2560 +#, c-format +msgid " <%d><%lx>: Abbrev Number: 0\n" +msgstr "" + +#: dwarf.c:2570 +#, c-format +msgid "Bogus end-of-siblings marker detected at offset %lx in %s section\n" +msgstr "" + +#: dwarf.c:2928 +#, c-format +msgid "" +"\n" +" The Directory Table (offset 0x%lx):\n" +msgstr "" + +#: dwarf.c:2951 +#, c-format +msgid "" +"\n" +" The File Name Table (offset 0x%lx):\n" +msgstr "" + +#: dwarf.c:2977 +msgid "Corrupt file name table entry\n" +msgstr "" + +#: dwarf.c:2991 +#, c-format +msgid " No Line Number Statements.\n" +msgstr "" + +#: dwarf.c:2994 +#, c-format +msgid " Line Number Statements:\n" +msgstr "" + +#: dwarf.c:3454 +#, c-format +msgid "UNKNOWN (%u): length %d\n" +msgstr "" + +#: dwarf.c:3496 +#, c-format +msgid "" +"\n" +" [Use file table entry %d]\n" +msgstr "" + +#: dwarf.c:3502 +#, c-format +msgid "" +"\n" +" [Use directory table entry %d]\n" +msgstr "" + +#: dwarf.c:3706 +msgid "no info" +msgstr "" + +#: dwarf.c:3707 +msgid "type" +msgstr "" + +#: dwarf.c:3708 +msgid "variable" +msgstr "" + +#: dwarf.c:3709 +msgid "function" +msgstr "" + +#: dwarf.c:3710 +msgid "other" +msgstr "" + +#: dwarf.c:3711 +msgid "unused5" +msgstr "" + +#: dwarf.c:3712 +msgid "unused6" +msgstr "" + +#: dwarf.c:3713 +msgid "unused7" +msgstr "" + +#: dwarf.c:3802 +#, c-format +msgid "" +"\n" +" Offset Kind Name\n" +msgstr "" + +#: dwarf.c:3838 +msgid "s" +msgstr "" + +#: dwarf.c:3838 +msgid "g" +msgstr "" + +#: dwarf.c:4226 +#, c-format +msgid " DW_MACRO_GNU_define_indirect_alt - lineno : %d macro offset : 0x%lx\n" +msgstr "" + +#: dwarf.c:4234 +#, c-format +msgid " DW_MACRO_GNU_undef_indirect_alt - lineno : %d macro offset : 0x%lx\n" +msgstr "" + +#: dwarf.c:4240 +#, c-format +msgid " DW_MACRO_GNU_transparent_include_alt - offset : 0x%lx\n" +msgstr "" + +#: dwarf.c:4310 +#, c-format +msgid " Number TAG (0x%lx)\n" +msgstr "" + +#: dwarf.c:4548 +#, c-format +msgid "(base address selection entry)\n" +msgstr "" + +#: dwarf.c:4572 +#, c-format +msgid "Unknown location list entry type 0x%x.\n" +msgstr "" + +#: dwarf.c:4950 +#, c-format +msgid "" +"\n" +" Address Length\n" +msgstr "" +"\n" +" Address Length\n" + +#: dwarf.c:4952 +#, c-format +msgid "" +"\n" +" Address Length\n" +msgstr "" +"\n" +" Address Length\n" + +#: dwarf.c:5050 +#, c-format +msgid " For compilation unit at offset 0x%s:\n" +msgstr "" + +#: dwarf.c:5053 +#, c-format +msgid "\tIndex\tAddress\n" +msgstr "" + +#: dwarf.c:5060 +#, c-format +msgid "\t%d:\t" +msgstr "" + +#. This can happen when the file was compiled with -gsplit-debug +#. which removes references to range lists from the primary .o file. +#: dwarf.c:5146 +#, c-format +msgid "No range lists in .debug_info section.\n" +msgstr "" + +#: dwarf.c:6727 +msgid "Version 5 does not include inlined functions.\n" +msgstr "" + +#: dwarf.c:6729 +msgid "Version 6 does not include symbol attributes.\n" +msgstr "" + +#: dwarf.c:6907 +msgid "static" +msgstr "" + +#: dwarf.c:6907 +msgid "global" +msgstr "" + +#: dwarf.c:6945 dwarf.c:6956 +msgid "Internal error: out of space in the shndx pool.\n" +msgstr "" + +#: dwarf.c:7052 +#, c-format +msgid " Version: %d\n" +msgstr "" + +#: dwarf.c:7054 +#, c-format +msgid " Number of columns: %d\n" +msgstr "" + +#: dwarf.c:7055 +#, c-format +msgid " Number of used entries: %d\n" +msgstr "" + +#: dwarf.c:7056 +#, c-format +msgid "" +" Number of slots: %d\n" +"\n" +msgstr "" + +#: dwarf.c:7061 +#, c-format +msgid "Section %s too small for %d hash table entries\n" +msgstr "" + +#: dwarf.c:7088 +#, c-format +msgid " [%3d] Signature: 0x%s Sections: " +msgstr "" + +#: dwarf.c:7095 +#, c-format +msgid "Section %s too small for shndx pool\n" +msgstr "" + +#: dwarf.c:7143 +#, c-format +msgid "Section %s too small for offset and size tables\n" +msgstr "" + +#: dwarf.c:7150 +#, c-format +msgid " Offset table\n" +msgstr "" + +#: dwarf.c:7152 dwarf.c:7242 +msgid "signature" +msgstr "" + +#: dwarf.c:7152 dwarf.c:7242 +msgid "dwo_id" +msgstr "" + +#: dwarf.c:7208 dwarf.c:7265 +#, c-format +msgid " [%3d] 0x%s" +msgstr "" + +#: dwarf.c:7240 +#, c-format +msgid " Size table\n" +msgstr "" + +#: dwarf.c:6511 +#, c-format +msgid " Unsupported version\n" +msgstr "" + +#: dwarf.c:7530 dwarf.c:7600 +#, c-format +msgid "Unrecognized debug option '%s'\n" +msgstr "Unrecognised debug option '%s'\n" + +#: elfcomm.c:492 +#, c-format +msgid "" +"%s: the archive index is supposed to have %ld entries of %d bytes, but the " +"size is only %ld\n" +msgstr "" + +#: elfcomm.c:756 +msgid "Archive member uses long names, but no longname table found\n" +msgstr "" + +#: ieee.c:2463 +msgid "unrecognized C++ misc record" +msgstr "unrecognised C++ misc record" + +#: ieee.c:2612 +msgid "unrecognized C++ object spec" +msgstr "unrecognised C++ object spec" + +#: ieee.c:3107 +msgid "unrecognized C++ object overhead spec" +msgstr "unrecognised C++ object overhead spec" + +#: ieee.c:3255 +msgid "unrecognized C++ default type" +msgstr "unrecognised C++ default type" + +#: ieee.c:3369 +msgid "unrecognized C++ reference type" +msgstr "unrecognised C++ reference type" + +#. There is no place to record this information. +#: nlmconv.c:832 +#, c-format +msgid "%s: warning: shared libraries can not have uninitialized data" +msgstr "%s: warning: shared libraries can not have uninitialised data" + +#: nm.c:261 +#, c-format +msgid " --plugin NAME Load the specified plugin\n" +msgstr " --plugin NAME Load the specified plug-in\n" + +#: nm.c:1484 +#, c-format +msgid "Print width has not been initialized (%d)" +msgstr "Print width has not been initialised (%d)" + +#: objcopy.c:518 +#, c-format +msgid "" +" -I --input-target Assume input file is in format \n" +" -O --output-target Create an output file in format " +"\n" +" -B --binary-architecture Set output arch, when input is arch-less\n" +" -F --target Set both input and output format to " +"\n" +" --debugging Convert debugging information, if " +"possible\n" +" -p --preserve-dates Copy modified/access timestamps to the " +"output\n" +msgstr "" + +#: objcopy.c:526 objcopy.c:658 +#, c-format +msgid "" +" -D --enable-deterministic-archives\n" +" Produce deterministic output when " +"stripping archives (default)\n" +" -U --disable-deterministic-archives\n" +" Disable -D behavior\n" +msgstr "" + +#: objcopy.c:532 objcopy.c:664 +#, c-format +msgid "" +" -D --enable-deterministic-archives\n" +" Produce deterministic output when " +"stripping archives\n" +" -U --disable-deterministic-archives\n" +" Disable -D behavior (default)\n" +msgstr "" + +#: objcopy.c:509 +#, c-format +msgid "" +" -j --only-section Only copy section into the output\n" +" --add-gnu-debuglink= Add section .gnu_debuglink linking to " +"\n" +" -R --remove-section Remove section from the output\n" +" -S --strip-all Remove all symbol and relocation " +"information\n" +" -g --strip-debug Remove all debugging symbols & sections\n" +" --strip-dwo Remove all DWO sections\n" +" --strip-unneeded Remove all symbols not needed by " +"relocations\n" +" -N --strip-symbol Do not copy symbol \n" +" --strip-unneeded-symbol \n" +" Do not copy symbol unless needed " +"by\n" +" relocations\n" +" --only-keep-debug Strip everything but the debug " +"information\n" +" --extract-dwo Copy only DWO sections\n" +" --extract-symbol Remove section contents but keep symbols\n" +" -K --keep-symbol Do not strip symbol \n" +" --keep-file-symbols Do not strip file symbol(s)\n" +" --localize-hidden Turn all ELF hidden symbols into locals\n" +" -L --localize-symbol Force symbol to be marked as a " +"local\n" +" --globalize-symbol Force symbol to be marked as a " +"global\n" +" -G --keep-global-symbol Localize all symbols except \n" +" -W --weaken-symbol Force symbol to be marked as a " +"weak\n" +" --weaken Force all global symbols to be marked as " +"weak\n" +" -w --wildcard Permit wildcard in symbol comparison\n" +" -x --discard-all Remove all non-global symbols\n" +" -X --discard-locals Remove any compiler-generated symbols\n" +" -i --interleave [] Only copy N out of every bytes\n" +" --interleave-width Set N for --interleave\n" +" -b --byte Select byte in every interleaved " +"block\n" +" --gap-fill Fill gaps between sections with \n" +" --pad-to Pad the last section up to address " +"\n" +" --set-start Set the start address to \n" +" {--change-start|--adjust-start} \n" +" Add to the start address\n" +" {--change-addresses|--adjust-vma} \n" +" Add to LMA, VMA and start " +"addresses\n" +" {--change-section-address|--adjust-section-vma} {=|+|-}\n" +" Change LMA and VMA of section by " +"\n" +" --change-section-lma {=|+|-}\n" +" Change the LMA of section by " +"\n" +" --change-section-vma {=|+|-}\n" +" Change the VMA of section by " +"\n" +" {--[no-]change-warnings|--[no-]adjust-warnings}\n" +" Warn if a named section does not exist\n" +" --set-section-flags =\n" +" Set section 's properties to " +"\n" +" --add-section = Add section found in to " +"output\n" +" --dump-section = Dump the contents of section into " +"\n" +" --rename-section =[,] Rename section to \n" +" --long-section-names {enable|disable|keep}\n" +" Handle long section names in Coff " +"objects.\n" +" --change-leading-char Force output format's leading character " +"style\n" +" --remove-leading-char Remove leading character from global " +"symbols\n" +" --reverse-bytes= Reverse bytes at a time, in output " +"sections with content\n" +" --redefine-sym = Redefine symbol name to \n" +" --redefine-syms --redefine-sym for all symbol pairs \n" +" listed in \n" +" --srec-len Restrict the length of generated " +"Srecords\n" +" --srec-forceS3 Restrict the type of generated Srecords " +"to S3\n" +" --strip-symbols -N for all symbols listed in \n" +" --strip-unneeded-symbols \n" +" --strip-unneeded-symbol for all symbols " +"listed\n" +" in \n" +" --keep-symbols -K for all symbols listed in \n" +" --localize-symbols -L for all symbols listed in \n" +" --globalize-symbols --globalize-symbol for all in \n" +" --keep-global-symbols -G for all symbols listed in \n" +" --weaken-symbols -W for all symbols listed in \n" +" --alt-machine-code Use the target's 'th alternative " +"machine\n" +" --writable-text Mark the output text as writable\n" +" --readonly-text Make the output text write protected\n" +" --pure Mark the output file as demand paged\n" +" --impure Mark the output file as impure\n" +" --prefix-symbols Add to start of every symbol " +"name\n" +" --prefix-sections Add to start of every section " +"name\n" +" --prefix-alloc-sections \n" +" Add to start of every " +"allocatable\n" +" section name\n" +" --file-alignment Set PE file alignment to \n" +" --heap [,] Set PE reserve/commit heap to /\n" +" \n" +" --image-base

Set PE image base to
\n" +" --section-alignment Set PE section alignment to \n" +" --stack [,] Set PE reserve/commit stack to " +"/\n" +" \n" +" --subsystem [:]\n" +" Set PE subsystem to [& ]\n" +" --compress-debug-sections Compress DWARF debug sections using zlib\n" +" --decompress-debug-sections Decompress DWARF debug sections using " +"zlib\n" +" -v --verbose List all object files modified\n" +" @ Read options from \n" +" -V --version Display this program's version number\n" +" -h --help Display this output\n" +" --info List object formats & architectures " +"supported\n" +msgstr "" + +#: objcopy.c:651 +#, c-format +msgid "" +" -I --input-target= Assume input file is in format \n" +" -O --output-target= Create an output file in format " +"\n" +" -F --target= Set both input and output format to " +"\n" +" -p --preserve-dates Copy modified/access timestamps to the " +"output\n" +msgstr "" + +#: objcopy.c:634 +#, c-format +msgid "" +" -R --remove-section= Remove section from the output\n" +" -s --strip-all Remove all symbol and relocation " +"information\n" +" -g -S -d --strip-debug Remove all debugging symbols & sections\n" +" --strip-dwo Remove all DWO sections\n" +" --strip-unneeded Remove all symbols not needed by " +"relocations\n" +" --only-keep-debug Strip everything but the debug " +"information\n" +" -N --strip-symbol= Do not copy symbol \n" +" -K --keep-symbol= Do not strip symbol \n" +" --keep-file-symbols Do not strip file symbol(s)\n" +" -w --wildcard Permit wildcard in symbol comparison\n" +" -x --discard-all Remove all non-global symbols\n" +" -X --discard-locals Remove any compiler-generated symbols\n" +" -v --verbose List all object files modified\n" +" -V --version Display this program's version number\n" +" -h --help Display this output\n" +" --info List object formats & architectures " +"supported\n" +" -o Place stripped output into \n" +msgstr "" + +#: objcopy.c:741 +#, c-format +msgid "unrecognized section flag `%s'" +msgstr "unrecognised section flag `%s'" + +#: objcopy.c:872 +#, c-format +msgid "error: %s both copied and removed" +msgstr "" + +#: objcopy.c:878 +#, c-format +msgid "error: %s both sets and alters VMA" +msgstr "" + +#: objcopy.c:884 +#, c-format +msgid "error: %s both sets and alters LMA" +msgstr "" + +#: objcopy.c:1198 +#, c-format +msgid "error: section %s matches both remove and copy options" +msgstr "" + +#: objcopy.c:1711 +#, c-format +msgid "%s:%d: garbage found at end of line" +msgstr "%s:%d: rubbish found at end of line" + +#: objcopy.c:2138 +#, c-format +msgid "can't dump section '%s' - it does not exist" +msgstr "" + +#: objcopy.c:2146 +msgid "can't dump section - it has no contents" +msgstr "" + +#: objcopy.c:2154 +msgid "can't dump section - it is empty" +msgstr "" + +#: objcopy.c:2163 +msgid "could not open section dump file" +msgstr "" + +#: objcopy.c:2180 +msgid "could not retrieve section contents" +msgstr "" + +#: objcopy.c:2194 +#, c-format +msgid "%s: debuglink section already exists" +msgstr "" + +#: objdump.c:202 +#, c-format +msgid "" +" -a, --archive-headers Display archive header information\n" +" -f, --file-headers Display the contents of the overall file header\n" +" -p, --private-headers Display object format specific file header " +"contents\n" +" -P, --private=OPT,OPT... Display object format specific contents\n" +" -h, --[section-]headers Display the contents of the section headers\n" +" -x, --all-headers Display the contents of all headers\n" +" -d, --disassemble Display assembler contents of executable " +"sections\n" +" -D, --disassemble-all Display assembler contents of all sections\n" +" -S, --source Intermix source code with disassembly\n" +" -s, --full-contents Display the full contents of all sections " +"requested\n" +" -g, --debugging Display debug information in object file\n" +" -e, --debugging-tags Display debug information using ctags style\n" +" -G, --stabs Display (in raw form) any STABS info in the file\n" +" -W[lLiaprmfFsoRt] or\n" +" --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro," +"=frames,\n" +" =frames-interp,=str,=loc,=Ranges,=pubtypes,\n" +" =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n" +" =addr,=cu_index]\n" +" Display DWARF info in the file\n" +" -t, --syms Display the contents of the symbol table(s)\n" +" -T, --dynamic-syms Display the contents of the dynamic symbol table\n" +" -r, --reloc Display the relocation entries in the file\n" +" -R, --dynamic-reloc Display the dynamic relocation entries in the " +"file\n" +" @ Read options from \n" +" -v, --version Display this program's version number\n" +" -i, --info List object formats and architectures supported\n" +" -H, --help Display this information\n" +msgstr "" + +#: objdump.c:262 +#, c-format +msgid "" +" --dwarf-depth=N Do not display DIEs at depth N or greater\n" +" --dwarf-start=N Display DIEs starting with N, at the same " +"depth\n" +" or deeper\n" +" --dwarf-check Make additional dwarf internal consistency " +"checks. \n" +"\n" +msgstr "" + +#: objdump.c:3509 +#, c-format +msgid "In nested archive %s:\n" +msgstr "" + +#: objdump.c:3682 +msgid "unrecognized -E option" +msgstr "unrecognised -E option" + +#: objdump.c:3693 +#, c-format +msgid "unrecognized --endian type `%s'" +msgstr "unrecognised --endian type `%s'" + +#: od-macho.c:62 +#, c-format +msgid "" +"For Mach-O files:\n" +" header Display the file header\n" +" section Display the segments and sections commands\n" +" map Display the section map\n" +" load Display the load commands\n" +" dysymtab Display the dynamic symbol table\n" +" codesign Display code signature\n" +" seg_split_info Display segment split info\n" +msgstr "" + +#: od-macho.c:298 +msgid "Mach-O header:\n" +msgstr "" + +#: od-macho.c:299 +#, c-format +msgid " magic : %08lx\n" +msgstr "" + +#: od-macho.c:300 +#, c-format +msgid " cputype : %08lx (%s)\n" +msgstr "" + +#: od-macho.c:302 +#, c-format +msgid " cpusubtype: %08lx\n" +msgstr "" + +#: od-macho.c:303 +#, c-format +msgid " filetype : %08lx (%s)\n" +msgstr "" + +#: od-macho.c:306 +#, c-format +msgid " ncmds : %08lx (%lu)\n" +msgstr "" + +#: od-macho.c:274 +#, c-format +msgid " sizeofcmds: %08lx\n" +msgstr "" + +#: od-macho.c:308 +#, c-format +msgid " flags : %08lx (" +msgstr "" + +#: od-macho.c:310 +msgid ")\n" +msgstr "" + +#: od-macho.c:311 +#, c-format +msgid " reserved : %08x\n" +msgstr "" + +#: od-macho.c:330 +msgid "Segments and Sections:\n" +msgstr "" + +#: od-macho.c:331 +msgid " #: Segment name Section name Address\n" +msgstr "" + +#: od-macho.c:1073 od-macho.c:1080 od-macho.c:1154 od-macho.c:1206 +#, c-format +msgid " [bad block length]\n" +msgstr "" + +#: od-macho.c:1077 +#, c-format +msgid " %u index entries:\n" +msgstr "" + +#: od-macho.c:1090 +#, c-format +msgid " index entry %u: type: %08x, offset: %08x\n" +msgstr "" + +#: od-macho.c:1161 +#, c-format +msgid " version: %08x\n" +msgstr "" + +#: od-macho.c:1162 +#, c-format +msgid " flags: %08x\n" +msgstr "" + +#: od-macho.c:1163 +#, c-format +msgid " hash offset: %08x\n" +msgstr "" + +#: od-macho.c:1165 +#, c-format +msgid " ident offset: %08x (- %08x)\n" +msgstr "" + +#: od-macho.c:1167 +#, c-format +msgid " identity: %s\n" +msgstr "" + +#: od-macho.c:1168 +#, c-format +msgid " nbr special slots: %08x (at offset %08x)\n" +msgstr "" + +#: od-macho.c:1171 +#, c-format +msgid " nbr code slots: %08x\n" +msgstr "" + +#: od-macho.c:1172 +#, c-format +msgid " code limit: %08x\n" +msgstr "" + +#: od-macho.c:1173 +#, c-format +msgid " hash size: %02x\n" +msgstr "" + +#: od-macho.c:1174 +#, c-format +msgid " hash type: %02x (%s)\n" +msgstr "" + +#: od-macho.c:1177 +#, c-format +msgid " spare1: %02x\n" +msgstr "" + +#: od-macho.c:1178 +#, c-format +msgid " page size: %02x\n" +msgstr "" + +#: od-macho.c:1179 +#, c-format +msgid " spare2: %08x\n" +msgstr "" + +#: od-macho.c:1181 +#, c-format +msgid " scatter offset: %08x\n" +msgstr "" + +#: od-macho.c:1193 +#, c-format +msgid " [truncated block]\n" +msgstr "" + +#: od-macho.c:1201 +#, c-format +msgid " magic : %08x (%s)\n" +msgstr "" + +#: od-macho.c:1203 +#, c-format +msgid " length: %08x\n" +msgstr "" + +#: od-macho.c:1234 +msgid "cannot read code signature data" +msgstr "" + +#: od-macho.c:1262 +msgid "cannot read segment split info" +msgstr "" + +#: od-macho.c:1268 +msgid "segment split info is not nul terminated" +msgstr "" + +#: od-macho.c:1276 +#, c-format +msgid " 32 bit pointers:\n" +msgstr "" + +#: od-macho.c:1279 +#, c-format +msgid " 64 bit pointers:\n" +msgstr "" + +#: od-macho.c:1282 +#, c-format +msgid " PPC hi-16:\n" +msgstr "" + +#: od-macho.c:1285 +#, c-format +msgid " Unhandled location type %u\n" +msgstr "" + +#: od-xcoff.c:77 +#, c-format +msgid "" +"For XCOFF files:\n" +" header Display the file header\n" +" aout Display the auxiliary header\n" +" sections Display the section headers\n" +" syms Display the symbols table\n" +" relocs Display the relocation entries\n" +" lineno Display the line number entries\n" +" loader Display loader section\n" +" except Display exception table\n" +" typchk Display type-check section\n" +" traceback Display traceback tags\n" +" toc Display toc symbols\n" +" ldinfo Display loader info in core files\n" +msgstr "" + +#: od-xcoff.c:454 +#, c-format +msgid "warning: optional header size too large (> %d)\n" +msgstr "" + +#: od-xcoff.c:1737 +msgid "cannot read loader info table" +msgstr "" + +#: od-xcoff.c:1769 +#, c-format +msgid "" +"\n" +"ldinfo dump not supported in 32 bits environments\n" +msgstr "" + +#: od-xcoff.c:1787 +msgid "cannot core read header" +msgstr "" + +#: od-xcoff.c:1794 +#, c-format +msgid "Core header:\n" +msgstr "" + +#: od-xcoff.c:1795 +#, c-format +msgid " version: 0x%08x " +msgstr "" + +#: od-xcoff.c:1799 +#, c-format +msgid "(dumpx format - aix4.3 / 32 bits)" +msgstr "" + +#: od-xcoff.c:1802 +#, c-format +msgid "(dumpxx format - aix5.0 / 64 bits)" +msgstr "" + +#: od-xcoff.c:1805 +#, c-format +msgid "unknown format" +msgstr "" + +#: rddbg.c:87 +#, c-format +msgid "%s: no recognized debugging information" +msgstr "%s: no recognised debugging information" + +#: readelf.c:1482 readelf.c:1664 readelf.c:1672 +#, c-format +msgid "unrecognized: %-7lx" +msgstr "unrecognised: %-7lx" + +#: readelf.c:3484 +msgid ": architecture variant: " +msgstr "" + +#: readelf.c:3503 +msgid ": unknown" +msgstr "" + +#: readelf.c:3507 +msgid ": unknown extra flag bits also present" +msgstr "" + +#: readelf.c:3655 +#, c-format +msgid "" +" Options are:\n" +" -a --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" +" -h --file-header Display the ELF file header\n" +" -l --program-headers Display the program headers\n" +" --segments An alias for --program-headers\n" +" -S --section-headers Display the sections' header\n" +" --sections An alias for --section-headers\n" +" -g --section-groups Display the section groups\n" +" -t --section-details Display the section details\n" +" -e --headers Equivalent to: -h -l -S\n" +" -s --syms Display the symbol table\n" +" --symbols An alias for --syms\n" +" --dyn-syms Display the dynamic symbol table\n" +" -n --notes Display the core notes (if present)\n" +" -r --relocs Display the relocations (if present)\n" +" -u --unwind Display the unwind info (if present)\n" +" -d --dynamic Display the dynamic section (if present)\n" +" -V --version-info Display the version sections (if present)\n" +" -A --arch-specific Display architecture specific information (if any)\n" +" -c --archive-index Display the symbol/file index in an archive\n" +" -D --use-dynamic Use the dynamic section info when displaying " +"symbols\n" +" -x --hex-dump=\n" +" Dump the contents of section as " +"bytes\n" +" -p --string-dump=\n" +" Dump the contents of section as " +"strings\n" +" -R --relocated-dump=\n" +" Dump the contents of section as " +"relocated bytes\n" +" -w[lLiaprmfFsoRt] or\n" +" --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro," +"=frames,\n" +" =frames-interp,=str,=loc,=Ranges,=pubtypes,\n" +" =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n" +" =addr,=cu_index]\n" +" Display the contents of DWARF2 debug sections\n" +msgstr "" + +#: readelf.c:5052 +msgid "Section %d has invalid sh_entsize of %" +msgstr "" + +#: readelf.c:5054 +#, c-format +msgid "(Using the expected size of %d for the rest of this dump)\n" +msgstr "" + +#: readelf.c:8387 +#, c-format +msgid "Corrupt ARM compact model table entry: %x \n" +msgstr "" + +#: readelf.c:8390 +#, c-format +msgid " Compact model index: %d\n" +msgstr "" + +#: readelf.c:8415 +msgid "Unknown ARM compact model index encountered\n" +msgstr "" + +#: readelf.c:8416 +#, c-format +msgid " [reserved]\n" +msgstr "" + +#: readelf.c:8441 +#, c-format +msgid " [reserved (%d)]\n" +msgstr "" + +#: readelf.c:7534 +#, c-format +msgid "Unsupported architecture type %d encountered when decoding unwind table" +msgstr "" + +#: readelf.c:8493 +#, c-format +msgid "corrupt index table entry: %x\n" +msgstr "" + +#: readelf.c:7654 +#, c-format +msgid "" +"Unsupported architecture type %d encountered when processing unwind table" +msgstr "" + +#: readelf.c:8666 +#, c-format +msgid "" +"\n" +"The decoding of unwind sections for machine type %s is not currently " +"supported.\n" +msgstr "" + +#: readelf.c:8677 +#, c-format +msgid "NONE" +msgstr "" + +#: readelf.c:8702 +#, c-format +msgid "Interface Version: %s" +msgstr "" + +#: readelf.c:7768 +msgid ": %d" +msgstr "" + +#: readelf.c:10328 +msgid "Unhandled MSP430 reloc type found after SYM_DIFF reloc" +msgstr "" + +#: readelf.c:12751 +#, c-format +msgid "Unrecognized debug section: %s\n" +msgstr "Unrecognised debug section: %s\n" + +#: readelf.c:11512 +msgid "corrupt tag\n" +msgstr "" + +#: readelf.c:11810 +#, c-format +msgid "flag = %d, vendor = \n" +msgstr "" + +#: readelf.c:13207 +msgid "corrupt vendor attribute\n" +msgstr "" + +#: readelf.c:11892 +msgid "corrupt Tag_GNU_Power_ABI_Struct_Return" +msgstr "" + +#: readelf.c:13539 +#, c-format +msgid "Any MSA or not\n" +msgstr "" + +#: readelf.c:13542 +#, c-format +msgid "128-bit MSA\n" +msgstr "" + +#: readelf.c:13867 +#, c-format +msgid "MSP430\n" +msgstr "" + +#: readelf.c:13868 +#, c-format +msgid "MSP430X\n" +msgstr "" + +#: readelf.c:13880 readelf.c:13893 +#, c-format +msgid "Small\n" +msgstr "" + +#: readelf.c:13881 readelf.c:13894 +#, c-format +msgid "Large\n" +msgstr "" + +#: readelf.c:13895 +#, c-format +msgid "Restricted Large\n" +msgstr "" + +#: readelf.c:13901 +#, c-format +msgid " : " +msgstr "" + +#: readelf.c:15069 +msgid "NDS32 elf flags section" +msgstr "" + +#: readelf.c:15205 +msgid "NT_386_TLS (x86 TLS information)" +msgstr "" + +#: readelf.c:15207 +msgid "NT_386_IOPERM (x86 I/O permissions)" +msgstr "" + +#: readelf.c:15223 +msgid "NT_S390_LAST_BREAK (s390 last breaking event address)" +msgstr "" + +#: readelf.c:15225 +msgid "NT_S390_SYSTEM_CALL (s390 system call restart data)" +msgstr "" + +#: readelf.c:15227 +msgid "NT_S390_TDB (s390 transaction diagnostic block)" +msgstr "" + +#: readelf.c:15235 +msgid "NT_ARM_TLS (AArch TLS registers)" +msgstr "" + +#: readelf.c:15237 +msgid "NT_ARM_HW_BREAK (AArch hardware breakpoint registers)" +msgstr "" + +#: readelf.c:15239 +msgid "NT_ARM_HW_WATCH (AArch hardware watchpoint registers)" +msgstr "" + +#: readelf.c:15253 +msgid "NT_SIGINFO (siginfo_t data)" +msgstr "" + +#: readelf.c:15255 +msgid "NT_FILE (mapped files)" +msgstr "" + +#: readelf.c:15287 +#, c-format +msgid " Cannot decode 64-bit note in 32-bit build\n" +msgstr "" + +#: readelf.c:15295 +#, c-format +msgid " Malformed note - too short for header\n" +msgstr "" + +#: readelf.c:15304 +#, c-format +msgid " Malformed note - does not end with \\0\n" +msgstr "" + +#: readelf.c:15316 +#, c-format +msgid " Malformed note - too short for supplied file count\n" +msgstr "" + +#: readelf.c:15320 +#, c-format +msgid " Page size: " +msgstr "" + +#: readelf.c:15324 +#, c-format +msgid " %*s%*s%*s\n" +msgstr "" + +#: readelf.c:15325 +msgid "Start" +msgstr "" + +#: readelf.c:15326 +msgid "End" +msgstr "" + +#: readelf.c:15327 +msgid "Page Offset" +msgstr "" + +#: readelf.c:15335 +#, c-format +msgid " Malformed note - filenames end too early\n" +msgstr "" + +#: readelf.c:15453 +#, c-format +msgid " Version: " +msgstr "" + +#: readelf.c:15919 +#, c-format +msgid "" +"\n" +"Displaying notes found at file offset 0x%08lx with length 0x%08lx:\n" +msgstr "" + +#: readelf.c:15939 readelf.c:15968 +#, c-format +msgid "Corrupt note: only %d bytes remain, not enough for a full note\n" +msgstr "" + +#: readelf.c:15990 +#, c-format +msgid "note with invalid namesz and/or descsz found at offset 0x%lx\n" +msgstr "" + +#: readelf.c:15992 +#, c-format +msgid " type: 0x%lx, namesize: 0x%08lx, descsize: 0x%08lx\n" +msgstr "" + +#: readelf.c:16549 +#, c-format +msgid "Contents of binary %s at offset " +msgstr "" + +#: readelf.c:16574 +#, c-format +msgid "" +"%s: %ld bytes remain in the symbol table, but without corresponding entries " +"in the index table\n" +msgstr "" + +#: readelf.c:16680 +#, c-format +msgid "%s: contains corrupt thin archive: %s\n" +msgstr "" + +#: resbin.c:432 resbin.c:460 +msgid "dialog header" +msgstr "dialogue header" + +#: resbin.c:495 +msgid "dialog font point size" +msgstr "dialogue font point size" + +#: resbin.c:529 resbin.c:547 +msgid "dialog control" +msgstr "dialogue control" + +#: resbin.c:568 +msgid "dialog control end" +msgstr "dialogue control end" + +#: resbin.c:580 +msgid "dialog control data" +msgstr "dialogue control data" + +#. Complain and keep going, so compilers can invent new +#. cross-reference types. +#: stabs.c:1267 +msgid "unrecognized cross reference type" +msgstr "unrecognised cross reference type" + +#: stabs.c:2348 +msgid "unrecognized C++ abbreviation" +msgstr "unrecognised C++ abbreviation" + +#: stabs.c:3390 +#, c-format +msgid "Unrecognized XCOFF type %d\n" +msgstr "Unrecognised XCOFF type %d\n" + +#: stabs.c:5241 +#, c-format +msgid "Unrecognized demangle component %d\n" +msgstr "Unrecognised demangle component %d\n" + +#: stabs.c:5429 +#, c-format +msgid "Unrecognized demangled builtin type\n" +msgstr "Unrecognised demangled builtin type\n" + +#: version.c:36 +#, c-format +msgid "Copyright 2014 Free Software Foundation, Inc.\n" +msgstr "" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/bzr.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/bzr.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/bzr.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/bzr.po 2016-10-10 10:34:10.000000000 +0000 @@ -0,0 +1,433 @@ +# English (Australia) translation for bzr +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the bzr package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: bzr\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-07-27 12:45+0200\n" +"PO-Revision-Date: 2013-12-27 15:47+0000\n" +"Last-Translator: Jared Norris \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Launchpad-Export-Date: 2016-10-09 11:14+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: bzrlib/builtins.py:1262 +msgid "" +"The target branch will not have its working tree populated because this\n" +"is both expensive, and is not supported on remote file systems." +msgstr "" +"The target branch will not have its working tree populated because this\n" +"is both expensive and is not supported on remote file systems." + +#: bzrlib/builtins.py:2037 bzrlib/builtins.py:2155 bzrlib/builtins.py:3777 +msgid "The 2a format with experimental support for colocated branches.\n" +msgstr "The 2a format with experimental support for collocated branches.\n" + +#: bzrlib/builtins.py:3168 +msgid " Ignore everything but the \"debian\" toplevel directory::" +msgstr " Ignore everything but the \"debian\" top-level directory::" + +#: bzrlib/builtins.py:3170 +msgid "" +" bzr ignore \"RE:(?!debian/).*\"\n" +" \n" +" Ignore everything except the \"local\" toplevel directory,\n" +" but always ignore autosave files ending in ~, even under local/::\n" +" \n" +" bzr ignore \"*\"\n" +" bzr ignore \"!./local\"\n" +" bzr ignore \"!!*~\"" +msgstr "" +" bzr ignore \"RE:(?!debian/).*\"\n" +" \n" +" Ignore everything except the \"local\" top-level directory,\n" +" but always ignore autosave files ending in ~, even under local/::\n" +" \n" +" bzr ignore \"*\"\n" +" bzr ignore \"!./local\"\n" +" bzr ignore \"!!*~\"" + +#: bzrlib/builtins.py:3487 +msgid "" +" If you accidentially commit the wrong changes or make a spelling\n" +" mistake in the commit message say, you can use the uncommit command\n" +" to undo it. See ``bzr help uncommit`` for details." +msgstr "" +" If you accidentally commit the wrong changes or make a spelling\n" +" mistake in the commit message say, you can use the uncommit command\n" +" to undo it. See ``bzr help uncommit`` for details." + +#: bzrlib/builtins.py:3570 +#, python-format +msgid "Unrecognized bug %s. Commit refused." +msgstr "Unrecognised bug %s. Commit refused." + +#: bzrlib/builtins.py:4655 +msgid "" +"Use this if you want to try a different merge technique while resolving\n" +"conflicts. Some merge techniques are better than others, and remerge\n" +"lets you try different ones on different files." +msgstr "" +"Use this if you want to try a different merge technique while resolving\n" +"conflicts. Some merge techniques are better than others, and re-merge\n" +"lets you try different ones on different files." + +#: bzrlib/builtins.py:4659 +msgid "" +"The options for remerge have the same meaning and defaults as the ones for\n" +"merge. The difference is that remerge can (only) be run when there is a\n" +"pending merge, and it lets you specify particular files." +msgstr "" +"The options for re-merge have the same meaning and defaults as the ones for\n" +"merge. The difference is that re-merge can (only) be run when there is a\n" +"pending merge, and it lets you specify particular files." + +#: bzrlib/builtins.py:4691 +msgid "" +"Sorry, remerge only works after normal merges. Not cherrypicking or multi-" +"merges." +msgstr "" +"Sorry, re-merge only works after normal merges. Not cherrypicking or multi-" +"merges." + +#: bzrlib/builtins.py:5114 +msgid "" +"A plugin is an external component for Bazaar that extends the\n" +"revision control system, by adding or replacing code in Bazaar.\n" +"Plugins can do a variety of things, including overriding commands,\n" +"adding new commands, providing additional network transports and\n" +"customizing log output." +msgstr "" +"A plugin is an external component for Bazaar that extends the\n" +"revision control system, by adding or replacing code in Bazaar.\n" +"Plugins can do a variety of things, including overriding commands,\n" +"adding new commands, providing additional network transports and\n" +"customising log output." + +#: bzrlib/builtins.py:5445 +msgid "Canceled\n" +msgstr "Cancelled\n" + +#: bzrlib/builtins.py:5536 +msgid "" +"By default the server is a readonly server. Supplying --allow-writes " +"enables write access to the contents of the served directory and below. " +"Note that ``bzr serve`` does not perform authentication, so unless some form " +"of external authentication is arranged supplying this option leads to global " +"uncontrolled write access to your file system." +msgstr "" +"By default the server is a read-only server. Supplying --allow-writes " +"enables write access to the contents of the served directory and below. " +"Note that ``bzr serve`` does not perform authentication, so unless some form " +"of external authentication is arranged supplying this option leads to global " +"uncontrolled write access to your file system." + +#: bzrlib/builtins.py:5768 +msgid "" +"Both the submit branch and the public branch follow the usual behavior with\n" +"respect to --remember: If there is no default location set, the first send\n" +"will set it (use --no-remember to avoid setting it). After that, you can\n" +"omit the location to use the default. To change the default, use\n" +"--remember. The value will only be saved if the location can be accessed." +msgstr "" +"Both the submit branch and the public branch follow the usual behaviour " +"with\n" +"respect to --remember: If there is no default location set, the first send\n" +"will set it (use --no-remember to avoid setting it). After that, you can\n" +"omit the location to use the default. To change the default, use\n" +"--remember. The value will only be saved if the location can be accessed." + +#: bzrlib/builtins.py:6121 +msgid "Location fo the repository." +msgstr "Location of the repository." + +#: bzrlib/clean_tree.py:70 +msgid "Canceled" +msgstr "Cancelled" + +#: bzrlib/errors.py:646 +msgid "Path \"%(path)s\" is not unicode normalized" +msgstr "Path \"%(path)s\" is not unicode normalised" + +#: bzrlib/errors.py:2392 +msgid "Root class for inventory serialization errors" +msgstr "Root class for inventory serialisation errors" + +#: bzrlib/plugins/grep/cmds.py:87 +msgid "" +"Unversioned files are not searched unless explicitly specified on the\n" +"command line. Unversioned directores are not searched." +msgstr "" +"Unversioned files are not searched unless explicitly specified on the\n" +"command line. Unversioned directories are not searched at all." + +#: bzrlib/plugins/grep/cmds.py:109 +msgid "Show match in color. WHEN is never, always or auto." +msgstr "Show match in colour. WHEN is never, always or auto." + +#: bzrlib/plugins/grep/cmds.py:139 +msgid "" +"Write an ASCII NUL (\\0) separator between output lines rather than a " +"newline." +msgstr "" +"Write an ASCII NUL (\\0) separator between output lines rather than a new " +"line." + +#: bzrlib/plugins/launchpad/cmds.py:280 +msgid "" +"By default, the SUBMIT_BRANCH's review team will be requested to review\n" +"the merge proposal. This can be overriden by specifying --review (-R).\n" +"The parameter the launchpad account name of the desired reviewer. This\n" +"may optionally be followed by '=' and the review type. For example:" +msgstr "" +"By default, the SUBMIT_BRANCH's review team will be requested to review\n" +"the merge proposal. This can be overridden by specifying --review (-R).\n" +"The parameter the launchpad account name of the desired reviewer. This\n" +"may optionally be followed by '=' and the review type. For example:" + +#: bzrlib/reconcile.py:111 +#, python-format +msgid "%s cannot canonicalize CHKs." +msgstr "%s cannot canonicalise CHKs." + +#: dummy/help_topics/basic/detail.txt:12 +msgid "" +" bzr status summarize changes in working copy\n" +" bzr diff show detailed diffs" +msgstr "" +" bzr status summarise changes in working copy\n" +" bzr diff show detailed diffs" + +#: dummy/help_topics/checkouts/detail.txt:3 +msgid "" +"Checkouts are source trees that are connected to a branch, so that when\n" +"you commit in the source tree, the commit goes into that branch. They\n" +"allow you to use a simpler, more centralized workflow, ignoring some of\n" +"Bazaar's decentralized features until you want them. Using checkouts\n" +"with shared repositories is very similar to working with SVN or CVS, but\n" +"doesn't have the same restrictions. And using checkouts still allows\n" +"others working on the project to use whatever workflow they like." +msgstr "" +"Checkouts are source trees that are connected to a branch, so that when\n" +"you commit in the source tree, the commit goes into that branch. They\n" +"allow you to use a simpler, more centralised workflow, ignoring some of\n" +"Bazaar's decentralised features until you want them. Using checkouts\n" +"with shared repositories is very similar to working with SVN or CVS, but\n" +"doesn't have the same restrictions. And using checkouts still allows\n" +"others working on the project to use whatever workflow they like." + +#: dummy/help_topics/status-flags/detail.txt:12 +msgid "" +" + File versioned\n" +" - File unversioned\n" +" R File renamed\n" +" ? File unknown\n" +" X File nonexistent (and unknown to bzr)\n" +" C File has conflicts\n" +" P Entry for a pending merge (not a file)" +msgstr "" +" + File versioned\n" +" - File unversioned\n" +" R File renamed\n" +" ? File unknown\n" +" X File non-existent (and unknown to bzr)\n" +" C File has conflicts\n" +" P Entry for a pending merge (not a file)" + +#: en/help_topics/authentication.txt:19 +msgid "" +"The intent is to make this file as small as possible to minimize maintenance." +msgstr "" +"The intent is to make this file as small as possible to minimise maintenance." + +#: en/help_topics/authentication.txt:225 +msgid "" +"The ``password_encoding`` and ``verify_certificates`` fields are recognized " +"but\n" +"ignored in the actual implementation.\n" +msgstr "" +"The ``password_encoding`` and ``verify_certificates`` fields are recognised " +"but\n" +"ignored in the actual implementation.\n" + +#: en/help_topics/configuration.txt:31 +msgid "" +"* 0 = Standard SIGQUIT behavior (normally, exit with a core dump)\n" +"* 1 = Invoke breakin debugger (default)" +msgstr "" +"* 0 = Standard SIGQUIT behaviour (normally, exit with a core dump)\n" +"* 1 = Invoke breakin debugger (default)" + +#: en/help_topics/configuration.txt:49 +msgid "" +"* 0 = Standard behavior\n" +"* 1 = Launch debugger" +msgstr "" +"* 0 = Standard behaviour\n" +"* 1 = Launch debugger" + +#: en/help_topics/configuration.txt:236 +msgid "" +"A section header is a word enclosed in brackets that starts at the begining\n" +"of a line. A typical section header looks like this::" +msgstr "" +"A section header is a word enclosed in brackets that starts at the " +"beginning\n" +"of a line. A typical section header looks like this::" + +#: en/help_topics/configuration.txt:301 +msgid "" +"Some options are defined automatically inside a given section and can be\n" +"refered to in this section only. " +msgstr "" +"Some options are defined automatically inside a given section and can be\n" +"referred to in this section only. " + +#: en/help_topics/configuration.txt:356 +msgid "" +"``bazaar.conf`` allows two sections: ``[DEFAULT]`` and ``[ALIASES]``.\n" +"The default section contains the default\n" +"configuration options for all branches. The default section can be\n" +"overriden by providing a branch-specific section in ``locations.conf``." +msgstr "" +"``bazaar.conf`` allows two sections: ``[DEFAULT]`` and ``[ALIASES]``.\n" +"The default section contains the default\n" +"configuration options for all branches. The default section can be\n" +"overridden by providing a branch-specific section in ``locations.conf``." + +#: en/help_topics/configuration.txt:555 +msgid "" +":claws: Use Claws. This skips a dialog for attaching files.\n" +":evolution: Use Evolution.\n" +":kmail: Use KMail.\n" +":mutt: Use Mutt.\n" +":thunderbird: Use Mozilla Thunderbird or Icedove. For Thunderbird/Icedove " +"1.5,\n" +" this works around some bugs that xdg-email doesn't handle." +msgstr "" +":claws: Use Claws. This skips a dialogue for attaching files.\n" +":evolution: Use Evolution.\n" +":kmail: Use KMail.\n" +":mutt: Use Mutt.\n" +":thunderbird: Use Mozilla Thunderbird or Icedove. For Thunderbird/Icedove " +"1.5,\n" +" this works around some bugs that xdg-email doesn't handle." + +#: en/help_topics/configuration.txt:588 +msgid "" +"A publically-accessible version of this branch (implying that this version " +"is\n" +"not publically-accessible). Used (and set) by ``bzr send``." +msgstr "" +"A publicly-accessible version of this branch (implying that this version is\n" +"not publicly-accessible). Used (and set) by ``bzr send``." + +#: en/help_topics/configuration.txt:616 +msgid "" +"A Python unicode encoding name for text output from bzr, such as log\n" +"information. Values include: utf8, cp850, ascii, iso-8859-1. The default\n" +"is the terminal encoding prefered by the operating system." +msgstr "" +"A Python unicode encoding name for text output from bzr, such as log\n" +"information. Values include: utf8, cp850, ascii, iso-8859-1. The default\n" +"is the terminal encoding preferred by the operating system." + +#: en/help_topics/conflict-types.txt:137 en/help_topics/conflict-types.txt:185 +#: en/help_topics/conflict-types.txt:226 en/help_topics/conflict-types.txt:252 +#: en/help_topics/conflict-types.txt:291 en/help_topics/conflict-types.txt:326 +#: en/help_topics/conflict-types.txt:361 +msgid "``bzr resolve`` recognizes the following actions:" +msgstr "``bzr resolve`` recognises the following actions:" + +#: en/help_topics/conflict-types.txt:261 +msgid "" +"Note that when merging a directory deletion, if unversioned files are\n" +"present, they become potential orphans has they don't have a directory\n" +"parent anymore." +msgstr "" +"Note that when merging a directory deletion, if unversioned files are\n" +"present, they become potential orphans has they don't have a directory\n" +"parent any more." + +#: en/help_topics/content-filters.txt:16 +msgid "To generalize, there are two content formats supported by Bazaar:" +msgstr "To generalise, there are two content formats supported by Bazaar:" + +#: en/help_topics/content-filters.txt:65 +msgid "" +"Note: ``bzr commit`` does not implicitly apply write converters after\n" +"comitting files. If this makes sense for a given plugin providing\n" +"a content filter, the plugin can usually achieve this effect by using a\n" +"``start_commit`` or ``post_commit`` hook say. See :doc:`hooks-help`\n" +"for more information on hooks." +msgstr "" +"Note: ``bzr commit`` does not implicitly apply write converters after\n" +"committing files. If this makes sense for a given plugin providing\n" +"a content filter, the plugin can usually achieve this effect by using a\n" +"``start_commit`` or ``post_commit`` hook say. See :doc:`hooks-help`\n" +"for more information on hooks." + +#: en/help_topics/diverged-branches.txt:12 +msgid "" +"This situation commonly arises when using a centralized workflow with local\n" +"commits. If someone else has committed new work to the mainline since your\n" +"last pull and you have local commits that have not yet been pushed to the\n" +"mainline, then your local branch and the mainline have diverged." +msgstr "" +"This situation commonly arises when using a centralised workflow with local\n" +"commits. If someone else has committed new work to the mainline since your\n" +"last pull and you have local commits that have not yet been pushed to the\n" +"mainline, then your local branch and the mainline have diverged." + +#: en/help_topics/eol.txt:15 +msgid "" +"EOL conversion needs to be enabled for selected file patterns using\n" +"rules. See ``bzr help rules`` for general information on defining rules.\n" +"Currently, rules are only supported in $BZR_HOME/.bazaar/rules (or\n" +"%BZR_HOME%/bazaar/2.0/rules on Windows). Branch specific rules will be\n" +"supported in a future verison of Bazaar." +msgstr "" +"EOL conversion needs to be enabled for selected file patterns using\n" +"rules. See ``bzr help rules`` for general information on defining rules.\n" +"Currently, rules are only supported in $BZR_HOME/.bazaar/rules (or\n" +"%BZR_HOME%/bazaar/2.0/rules on Windows). Branch specific rules will be\n" +"supported in a future version of Bazaar." + +#: en/help_topics/eol.txt:119 +msgid "" +"Note: Bazaar's EOL conversion will convert the content of files but\n" +"never reject files because a given line ending or mixed line endings\n" +"are found. A precommit hook should be used if you wish to validate\n" +"(and not just convert) content before committing.\n" +msgstr "" +"Note: Bazaar's EOL conversion will convert the content of files but\n" +"never reject files because a given line ending or mixed line endings\n" +"are found. A pre-commit hook should be used if you wish to validate\n" +"(and not just convert) content before committing.\n" + +#: en/help_topics/hooks.txt:58 +msgid "" +"Called after new branch initialization completes. post_branch_init is\n" +"called with a bzrlib.branch.BranchInitHookParams. Note that init,\n" +"branch and checkout (both heavyweight and lightweight) will all\n" +"trigger this hook." +msgstr "" +"Called after new branch initialisation completes. post_branch_init is\n" +"called with a bzrlib.branch.BranchInitHookParams. Note that init,\n" +"branch and checkout (both heavyweight and lightweight) will all\n" +"trigger this hook." + +#: en/help_topics/hooks.txt:264 +msgid "" +"Invoked after a repository has been initialized. post_repo_init is\n" +"called with a bzrlib.controldir.RepoInitHookParams." +msgstr "" +"Invoked after a repository has been initialised. post_repo_init is\n" +"called with a bzrlib.controldir.RepoInitHookParams." diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/command-not-found.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/command-not-found.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/command-not-found.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/command-not-found.po 2016-10-10 10:34:06.000000000 +0000 @@ -0,0 +1,23 @@ +# English (Australia) translation for command-not-found +# Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 +# This file is distributed under the same license as the command-not-found package. +# FIRST AUTHOR , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: command-not-found\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2016-06-20 16:54+0000\n" +"PO-Revision-Date: 2012-05-31 23:00+0000\n" +"Last-Translator: Benjamin Donald-Wilson \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 11:21+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: ../CommandNotFound/CommandNotFound.py:289 +#, python-format +msgid "You will have to enable component called '%s'" +msgstr "You will have to enable the component called '%s'" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/ecryptfs-utils.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/ecryptfs-utils.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/ecryptfs-utils.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/ecryptfs-utils.po 2016-10-10 10:34:06.000000000 +0000 @@ -0,0 +1,18 @@ +# English (Australia) translation for ecryptfs-utils +# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 +# This file is distributed under the same license as the ecryptfs-utils package. +# FIRST AUTHOR , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: ecryptfs-utils\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2016-07-13 17:14+0000\n" +"PO-Revision-Date: 2012-12-25 13:35+0000\n" +"Last-Translator: Jared Norris \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 11:32+0000\n" +"X-Generator: Launchpad (build 18227)\n" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/gas.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/gas.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/gas.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/gas.po 2016-10-10 10:34:05.000000000 +0000 @@ -0,0 +1,3981 @@ +# English (Australia) translation for binutils +# Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 +# This file is distributed under the same license as the binutils package. +# FIRST AUTHOR , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: binutils\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-11-04 15:27+1030\n" +"PO-Revision-Date: 2012-09-22 09:57+0000\n" +"Last-Translator: Jared Norris \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 10:37+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: as.c:181 +#, c-format +msgid "unrecognized emulation name `%s'" +msgstr "unrecognised emulation name `%s'" + +#: as.c:322 +#, c-format +msgid "" +" --gdwarf-sections generate per-function section names for DWARF line " +"information\n" +msgstr "" + +#: as.c:392 +#, c-format +msgid " @FILE read options from FILE\n" +msgstr " @FILE read options from FILE\n" + +#: as.c:620 +#, c-format +msgid "unrecognized option -%c%s" +msgstr "unrecognised option -%c%s" + +#: as.c:629 +#, c-format +msgid "Copyright (C) 2014 Free Software Foundation, Inc.\n" +msgstr "" + +#: as.c:1338 +#, c-format +msgid "%d warning" +msgstr "" + +#: as.c:1340 +#, c-format +msgid "%d warnings" +msgstr "" + +#: as.c:1342 +#, c-format +msgid "%d error" +msgstr "" + +#: as.c:1344 +#, c-format +msgid "%d errors" +msgstr "" + +#: as.c:1349 +#, c-format +msgid "%s, treating warnings as errors" +msgstr "" + +#: as.c:1360 +#, c-format +msgid "%s, %s, generating bad object file\n" +msgstr "" + +#: config/atof-ieee.c:781 config/atof-vax.c:449 config/tc-arm.c:1135 +#: config/tc-ia64.c:11603 config/tc-tic30.c:1263 config/tc-tic4x.c:2588 +msgid "Unrecognized or unsupported floating point constant" +msgstr "Unrecognised or unsupported floating point constant" + +#: config/obj-aout.c:112 config/obj-coff.c:1382 +#, c-format +msgid "Symbol `%s' can not be both weak and common" +msgstr "Symbol `%s' cannot be both weak and common" + +#: config/obj-elf.c:807 +msgid "unrecognized .section attribute: want a,e,w,x,M,S,G,T" +msgstr "unrecognised .section attribute: want a,e,w,x,M,S,G,T" + +#: config/obj-elf.c:884 read.c:2943 +msgid "unrecognized section type" +msgstr "unrecognised section type" + +#: config/obj-elf.c:916 +msgid "unrecognized section attribute" +msgstr "unrecognised section attribute" + +#: config/obj-elf.c:1974 +#, c-format +msgid "symbol type \"%s\" is supported only by GNU and FreeBSD targets" +msgstr "" + +#: config/obj-elf.c:1997 +#, c-format +msgid "unrecognized symbol type \"%s\"" +msgstr "unrecognised symbol type \"%s\"" + +#: config/obj-elf.c:2263 ecoff.c:3592 +#, c-format +msgid "symbol `%s' can not be both weak and common" +msgstr "symbol `%s' cannot be both weak and common" + +#. make a temp string. +#: config/obj-macho.c:119 +#, c-format +msgid "the %s name '%s' is too long (maximum 16 characters)" +msgstr "" + +#: config/obj-macho.c:130 +#, c-format +msgid "expected a %s name followed by a `,'" +msgstr "" + +#: config/obj-macho.c:195 +#, c-format +msgid "cannot overide zerofill section type for `%s,%s'" +msgstr "" + +#: config/obj-macho.c:249 +#, c-format +msgid "failed to set flags for \"%s\": %s" +msgstr "" + +#: config/obj-macho.c:400 +msgid "unexpected section size information" +msgstr "" + +#: config/obj-macho.c:535 +msgid "align value not recognized, using size" +msgstr "" + +#: config/obj-macho.c:540 config/obj-macho.c:903 +#, c-format +msgid "Alignment (%lu) too large: 15 assumed." +msgstr "" + +#: config/obj-macho.c:606 +#, c-format +msgid "BFD is out of sync with GAS, unhandled well-known section type `%s'" +msgstr "" + +#: config/obj-macho.c:808 +#, c-format +msgid "%s is not used for the selected target" +msgstr "" + +#: config/obj-macho.c:873 +msgid "internal error: base section index out of range" +msgstr "" + +#: config/obj-macho.c:959 +#, c-format +msgid "internal error: bad file property ID %d" +msgstr "" + +#: config/obj-macho.c:967 +msgid "failed to set subsections by symbols" +msgstr "" + +#: config/obj-macho.c:1030 +#, c-format +msgid "'%s' previously declared as '%s'." +msgstr "" + +#: config/obj-macho.c:1082 config/obj-macho.c:1402 config/obj-macho.c:1486 +#, c-format +msgid "" +"'%s' can't be a weak_definition (currently only supported in sections of " +"type coalesced)" +msgstr "" + +#: config/obj-macho.c:1167 +msgid "use of .indirect_symbols requires `-dynamic'" +msgstr "" + +#: config/obj-macho.c:1184 +#, c-format +msgid "" +"attempt to add an indirect_symbol to a stub or reference section with a zero-" +"sized element at %s" +msgstr "" + +#: config/obj-macho.c:1214 +msgid "an .indirect_symbol must be in a symbol pointer or stub section." +msgstr "" + +#: config/obj-macho.c:1483 +#, c-format +msgid "'%s' can't be a weak_definition (since it is undefined)" +msgstr "" + +#: config/obj-macho.c:1489 +#, c-format +msgid "Non-global symbol: '%s' can't be a weak_definition." +msgstr "" + +#: config/obj-macho.c:1495 +#, c-format +msgid "internal error: [%s] unexpected code [%lx] in frob symbol" +msgstr "" + +#: config/obj-macho.c:1536 +#, c-format +msgid "unrecognized stab type '%c'" +msgstr "" + +#: config/obj-macho.c:1587 +#, c-format +msgid "`%s' can't be undefined in `%s' - `%s' {%s section}" +msgstr "" + +#: config/obj-macho.c:1595 +#, c-format +msgid "`%s' can't be undefined in `%s' {%s section} - `%s'" +msgstr "" + +#: config/obj-macho.c:1602 +#, c-format +msgid "`%s' and `%s' can't be undefined in `%s' - `%s'" +msgstr "" + +#: config/obj-macho.c:1804 +#, c-format +msgid "" +"the number of .indirect_symbols defined in section %s does not match the " +"number expected (%d defined, %d expected)" +msgstr "" + +#: config/obj-macho.c:1817 +#, c-format +msgid "internal error: failed to allocate %d indirectsymbol pointers" +msgstr "" + +#: config/tc-aarch64.c:339 +msgid "integer 32-bit register expected" +msgstr "" + +#: config/tc-aarch64.c:342 +msgid "integer 64-bit register expected" +msgstr "" + +#: config/tc-aarch64.c:345 +msgid "integer register expected" +msgstr "" + +#: config/tc-aarch64.c:348 +msgid "integer, zero or SP register expected" +msgstr "" + +#: config/tc-aarch64.c:351 +msgid "8-bit SIMD scalar register expected" +msgstr "" + +#: config/tc-aarch64.c:354 +msgid "16-bit SIMD scalar or floating-point half precision register expected" +msgstr "" + +#: config/tc-aarch64.c:358 +msgid "32-bit SIMD scalar or floating-point single precision register expected" +msgstr "" + +#: config/tc-aarch64.c:362 +msgid "64-bit SIMD scalar or floating-point double precision register expected" +msgstr "" + +#: config/tc-aarch64.c:366 +msgid "128-bit SIMD scalar or floating-point quad precision register expected" +msgstr "" + +#: config/tc-aarch64.c:370 +msgid "C0 - C15 expected" +msgstr "" + +#. any [BHSDQ]P FP +#: config/tc-aarch64.c:376 +msgid "SIMD scalar or floating-point register expected" +msgstr "" + +#. any V reg +#: config/tc-aarch64.c:379 +msgid "vector register expected" +msgstr "" + +#: config/tc-aarch64.c:382 +#, c-format +msgid "invalid register type %d" +msgstr "" + +#. Define some common error messages. +#: config/tc-aarch64.c:394 +msgid "SP not allowed here" +msgstr "" + +#: config/tc-aarch64.c:768 +#, c-format +msgid "bad size %d in vector width specifier" +msgstr "" + +#: config/tc-aarch64.c:801 +#, c-format +msgid "unexpected character `%c' in element size" +msgstr "" + +#: config/tc-aarch64.c:803 +msgid "missing element size" +msgstr "" + +#: config/tc-aarch64.c:810 +#, c-format +msgid "invalid element size %d and vector size combination %c" +msgstr "" + +#: config/tc-aarch64.c:918 +msgid "this type of register can't be indexed" +msgstr "" + +#: config/tc-aarch64.c:924 +msgid "index not allowed inside register list" +msgstr "" + +#. Indexed vector register expected. +#: config/tc-aarch64.c:946 +msgid "indexed vector register expected" +msgstr "" + +#: config/tc-aarch64.c:953 +msgid "invalid use of vector register" +msgstr "" + +#: config/tc-aarch64.c:1068 +msgid "invalid vector register in list" +msgstr "" + +#: config/tc-aarch64.c:1075 +msgid "invalid scalar register in list" +msgstr "" + +#: config/tc-aarch64.c:1088 +msgid "invalid range in vector register list" +msgstr "" + +#: config/tc-aarch64.c:1101 +msgid "type mismatch in vector register list" +msgstr "" + +#: config/tc-aarch64.c:1118 +msgid "end of vector register list not found" +msgstr "" + +#: config/tc-aarch64.c:1134 +msgid "constant expression required." +msgstr "" + +#: config/tc-aarch64.c:1144 +msgid "expected index" +msgstr "" + +#: config/tc-aarch64.c:1151 +msgid "too many registers in vector register list" +msgstr "" + +#: config/tc-aarch64.c:1156 +msgid "empty vector register list" +msgstr "" + +#: config/tc-aarch64.c:1827 config/tc-aarch64.c:5460 config/tc-arm.c:3526 +#: config/tc-arm.c:6942 +msgid "unrecognized relocation suffix" +msgstr "unrecognised relocation suffix" + +#: config/tc-aarch64.c:1829 +msgid "unimplemented relocation suffix" +msgstr "" + +#: config/tc-aarch64.c:2037 config/tc-aarch64.c:2271 +msgid "immediate operand required" +msgstr "" + +#: config/tc-aarch64.c:2045 +msgid "missing immediate expression" +msgstr "" + +#: config/tc-aarch64.c:2251 config/tc-aarch64.c:5311 +msgid "invalid floating-point constant" +msgstr "" + +#: config/tc-aarch64.c:2886 +msgid "shift operator expected" +msgstr "" + +#: config/tc-aarch64.c:2894 +msgid "invalid use of 'MSL'" +msgstr "" + +#: config/tc-aarch64.c:2903 +msgid "extending shift is not permitted" +msgstr "" + +#: config/tc-aarch64.c:2911 +msgid "'ROR' shift is not permitted" +msgstr "" + +#: config/tc-aarch64.c:2919 +msgid "only 'LSL' shift is permitted" +msgstr "" + +#: config/tc-aarch64.c:2929 +msgid "invalid shift for the register offset addressing mode" +msgstr "" + +#: config/tc-aarch64.c:2937 +msgid "invalid shift operator" +msgstr "" + +#: config/tc-aarch64.c:2966 +msgid "missing shift amount" +msgstr "" + +#: config/tc-aarch64.c:2973 +msgid "constant shift amount required" +msgstr "" + +#: config/tc-aarch64.c:2978 +msgid "shift amount out of range 0 to 63" +msgstr "" + +#: config/tc-aarch64.c:3027 +msgid "unexpected shift operator" +msgstr "" + +#: config/tc-aarch64.c:3063 +msgid "unexpected register in the immediate operand" +msgstr "" + +#: config/tc-aarch64.c:3088 +msgid "integer register expected in the extended/shifted operand register" +msgstr "" + +#: config/tc-aarch64.c:3123 config/tc-aarch64.c:3235 config/tc-aarch64.c:3354 +#: config/tc-aarch64.c:3494 config/tc-aarch64.c:3535 +msgid "unknown relocation modifier" +msgstr "" + +#: config/tc-aarch64.c:3130 config/tc-aarch64.c:3254 config/tc-aarch64.c:3361 +#: config/tc-aarch64.c:3501 config/tc-aarch64.c:3542 +msgid "this relocation modifier is not allowed on this instruction" +msgstr "" + +#: config/tc-aarch64.c:3262 config/tc-aarch64.c:3372 +msgid "invalid relocation expression" +msgstr "" + +#: config/tc-aarch64.c:3280 +msgid "invalid address" +msgstr "" + +#: config/tc-aarch64.c:3332 +msgid "invalid use of 32-bit register offset" +msgstr "" + +#: config/tc-aarch64.c:3338 +msgid "invalid use of 64-bit register offset" +msgstr "" + +#. [Xn],#expr +#: config/tc-aarch64.c:3383 config/tc-aarch64.c:3435 +msgid "invalid expression in the address" +msgstr "" + +#: config/tc-aarch64.c:3400 +msgid "register offset not allowed in pre-indexed addressing mode" +msgstr "" + +#: config/tc-aarch64.c:3426 +msgid "invalid 32-bit register offset" +msgstr "" + +#. Reject [Rn]! +#: config/tc-aarch64.c:3447 +msgid "missing offset in the pre-indexed address" +msgstr "" + +#: config/tc-aarch64.c:3693 +#, c-format +msgid "" +"system register name '%s' is deprecated and may be removed in a future " +"release" +msgstr "" + +#: config/tc-aarch64.c:3769 +msgid "immediate value out of range " +msgstr "" + +#: config/tc-aarch64.c:4274 +#, c-format +msgid "Info: " +msgstr "" + +#: config/tc-aarch64.c:4309 +#, c-format +msgid "%s at operand %d -- `%s'" +msgstr "" + +#: config/tc-aarch64.c:4315 +#, c-format +msgid "operand %d should be %s -- `%s'" +msgstr "" + +#: config/tc-aarch64.c:4321 +#, c-format +msgid "operand mismatch -- `%s'" +msgstr "" + +#. Print the hint. +#: config/tc-aarch64.c:4381 +msgid " did you mean this?" +msgstr "" + +#: config/tc-aarch64.c:4384 config/tc-aarch64.c:4411 +#, c-format +msgid " %s" +msgstr "" + +#: config/tc-aarch64.c:4389 +msgid " other valid variant(s):" +msgstr "" + +#: config/tc-aarch64.c:4419 +#, c-format +msgid "%s out of range %d to %d at operand %d -- `%s'" +msgstr "" + +#: config/tc-aarch64.c:4420 config/tc-aarch64.c:4424 config/tc-aarch64.c:5825 +msgid "immediate value" +msgstr "" + +#: config/tc-aarch64.c:4423 +#, c-format +msgid "%s expected to be %d at operand %d -- `%s'" +msgstr "" + +#: config/tc-aarch64.c:4430 +#, c-format +msgid "" +"invalid number of registers in the list; only 1 register is expected at " +"operand %d -- `%s'" +msgstr "" + +#: config/tc-aarch64.c:4434 +#, c-format +msgid "" +"invalid number of registers in the list; %d registers are expected at " +"operand %d -- `%s'" +msgstr "" + +#: config/tc-aarch64.c:4440 +#, c-format +msgid "immediate value should be a multiple of %d at operand %d -- `%s'" +msgstr "" + +#: config/tc-aarch64.c:4713 +msgid "bad vector arrangement type" +msgstr "" + +#: config/tc-aarch64.c:4818 +msgid "the specified relocation type is not allowed for MOVK" +msgstr "" + +#: config/tc-aarch64.c:4860 config/tc-aarch64.c:4870 +msgid "the specified relocation type is not allowed for 32-bit register" +msgstr "" + +#: config/tc-aarch64.c:5033 +msgid "comma expected between operands" +msgstr "" + +#: config/tc-aarch64.c:5127 +msgid "the top half of a 128-bit FP/SIMD register is expected" +msgstr "" + +#: config/tc-aarch64.c:5230 config/tc-aarch64.c:5251 +msgid "immediate zero expected" +msgstr "" + +#: config/tc-aarch64.c:5325 +msgid "shift not allowed for bitmask immediate" +msgstr "" + +#: config/tc-aarch64.c:5379 +msgid "can't mix relocation modifier with explicit shift" +msgstr "" + +#: config/tc-aarch64.c:5422 +msgid "invalid condition" +msgstr "" + +#: config/tc-aarch64.c:5447 +msgid "invalid pc-relative address" +msgstr "" + +#. Only permit "=value" in the literal load instructions. +#. The literal will be generated by programmer_friendly_fixup. +#: config/tc-aarch64.c:5455 +msgid "invalid use of \"=immediate\"" +msgstr "" + +#: config/tc-aarch64.c:5521 +msgid "the optional immediate offset can only be 0" +msgstr "" + +#: config/tc-aarch64.c:5536 config/tc-aarch64.c:5554 config/tc-aarch64.c:5571 +#: config/tc-aarch64.c:5590 config/tc-aarch64.c:5609 +msgid "invalid addressing mode" +msgstr "" + +#: config/tc-aarch64.c:5576 +msgid "relocation not allowed" +msgstr "" + +#: config/tc-aarch64.c:5619 +msgid "writeback value should be an immediate constant" +msgstr "" + +#: config/tc-aarch64.c:5630 +msgid "unknown or missing system register name" +msgstr "" + +#: config/tc-aarch64.c:5640 +msgid "unknown or missing PSTATE field name" +msgstr "" + +#: config/tc-aarch64.c:5664 +msgid "unknown or missing operation name" +msgstr "" + +#: config/tc-aarch64.c:5677 +msgid "the specified option is not accepted in ISB" +msgstr "" + +#: config/tc-aarch64.c:5745 +msgid "unexpected comma before the omitted optional operand" +msgstr "" + +#: config/tc-aarch64.c:5773 +msgid "unexpected characters following instruction" +msgstr "" + +#: config/tc-aarch64.c:6019 +#, c-format +msgid "unknown mnemonic `%s' -- `%s'" +msgstr "" + +#: config/tc-aarch64.c:6027 +#, c-format +msgid "unexpected comma after the mnemonic name `%s' -- `%s'" +msgstr "" + +#: config/tc-aarch64.c:6638 +msgid "immediate cannot be moved by a single instruction" +msgstr "" + +#: config/tc-aarch64.c:6893 +msgid "pc-relative load offset not word aligned" +msgstr "" + +#: config/tc-aarch64.c:6896 +msgid "pc-relative load offset out of range" +msgstr "" + +#: config/tc-aarch64.c:6908 +msgid "pc-relative address offset out of range" +msgstr "" + +#: config/tc-aarch64.c:6920 config/tc-aarch64.c:6935 +msgid "conditional branch target not word aligned" +msgstr "" + +#: config/tc-aarch64.c:6951 +msgid "branch target not word aligned" +msgstr "" + +#: config/tc-aarch64.c:7021 +msgid "unsigned value out of range" +msgstr "" + +#: config/tc-aarch64.c:7029 +msgid "signed value out of range" +msgstr "" + +#: config/tc-aarch64.c:7171 +#, c-format +msgid "unexpected %s fixup" +msgstr "" + +#: config/tc-aarch64.c:7270 +#, c-format +msgid "cannot do %u-byte relocation" +msgstr "" + +#: config/tc-aarch64.c:7727 +msgid "temporary switch for dumping" +msgstr "" + +#: config/tc-aarch64.c:7729 +msgid "output verbose error messages" +msgstr "" + +#: config/tc-aarch64.c:7731 +msgid "do not output verbose error messages" +msgstr "" + +#: config/tc-aarch64.c:8001 +#, c-format +msgid "missing abi name `%s'" +msgstr "" + +#: config/tc-aarch64.c:8012 +#, c-format +msgid "unknown abi `%s'\n" +msgstr "" + +#: config/tc-aarch64.c:8018 +msgid "\t specify for ABI " +msgstr "" + +#: config/tc-aarch64.c:8102 +#, c-format +msgid " AArch64-specific assembler options:\n" +msgstr "" + +#: config/tc-alpha.c:2980 +msgid "can not resolve expression" +msgstr "cannot resolve expression" + +#: config/tc-alpha.c:4455 +#, c-format +msgid "Bad RA (%d) register for .frame" +msgstr "" + +#: config/tc-alpha.c:4990 +#, c-format +msgid "Tried to .set unrecognized mode `%s'" +msgstr "Tried to .set unrecognised mode `%s'" + +#: config/tc-alpha.c:5689 +msgid "" +"VMS options:\n" +"-+\t\t\tencode (don't truncate) names longer than 64 characters\n" +"-H\t\t\tshow new symbol after hash truncation\n" +"-replace/-noreplace\tenable or disable the optimization of procedure calls\n" +msgstr "" +"VMS options:\n" +"-+\t\t\tencode (don't truncate) names longer than 64 characters\n" +"-H\t\t\tshow new symbol after hash truncation\n" +"-replace/-noreplace\tenable or disable the optimisation of procedure calls\n" + +#: config/tc-arm.c:808 +msgid "using " +msgstr "" + +#: config/tc-arm.c:2998 +#, c-format +msgid "unrecognized syntax mode \"%s\"" +msgstr "unrecognised syntax mode \"%s\"" + +#: config/tc-arm.c:3041 +msgid ".ref pseudo-op only available with -mccs flag." +msgstr "" + +#: config/tc-arm.c:3082 +msgid ".asmfunc repeated." +msgstr "" + +#: config/tc-arm.c:3086 +msgid ".asmfunc without function." +msgstr "" + +#: config/tc-arm.c:3092 +msgid ".asmfunc pseudo-op only available with -mccs flag." +msgstr "" + +#: config/tc-arm.c:3103 +msgid ".endasmfunc without a .asmfunc." +msgstr "" + +#: config/tc-arm.c:3107 +msgid ".endasmfunc without function." +msgstr "" + +#: config/tc-arm.c:3118 +msgid ".endasmfunc pseudo-op only available with -mccs flag." +msgstr "" + +#: config/tc-arm.c:3127 +msgid ".def pseudo-op only available with -mccs flag." +msgstr "" + +#: config/tc-arm.c:3285 +msgid "invalid type for literal pool" +msgstr "" + +#: config/tc-arm.c:6006 +msgid "unrecognized CPS flag" +msgstr "unrecognised CPS flag" + +#: config/tc-arm.c:6787 +msgid "only floating point zero is allowed as immediate value" +msgstr "" + +#: config/tc-arm.c:8267 +msgid "swp{b} use is obsoleted for ARMv8 and later" +msgstr "" + +#: config/tc-arm.c:8270 +msgid "swp{b} use is deprecated for ARMv6 and ARMv7" +msgstr "" + +#: config/tc-arm.c:8585 +msgid "This coprocessor register access is deprecated in ARMv8" +msgstr "" + +#: config/tc-arm.c:9376 config/tc-arm.c:12683 +msgid "setend use is deprecated for ARMv8" +msgstr "" + +#: config/tc-arm.c:11715 +msgid "r12 not allowed here" +msgstr "" + +#: config/tc-arm.c:11721 +msgid "base register written back, and overlaps one of transfer registers" +msgstr "" + +#: config/tc-arm.c:15584 config/tc-arm.c:17170 +msgid "invalid rounding mode" +msgstr "" + +#: config/tc-arm.c:16086 +msgid "Instruction form not available on this architecture." +msgstr "" + +#: config/tc-arm.c:16764 +msgid "bad element type for instruction" +msgstr "" + +#: config/tc-arm.c:18114 +msgid "Short branches, Undefined, SVC, LDM/STM" +msgstr "" + +#: config/tc-arm.c:18115 +msgid "Miscellaneous 16-bit instructions" +msgstr "" + +#: config/tc-arm.c:18116 +msgid "ADR" +msgstr "" + +#: config/tc-arm.c:18117 +msgid "Literal loads" +msgstr "" + +#: config/tc-arm.c:18118 +msgid "Hi-register ADD, MOV, CMP, BX, BLX using pc" +msgstr "" + +#: config/tc-arm.c:18119 +msgid "Hi-register ADD, MOV, CMP using pc" +msgstr "" + +#. NOTE: 0x00dd is not the real encoding, instead, it is the 'tvalue' +#. field in asm_opcode. 'tvalue' is used at the stage this check happen. +#: config/tc-arm.c:18122 +msgid "ADD/SUB sp, sp #imm" +msgstr "" + +#: config/tc-arm.c:18141 +msgid "IT blocks containing 32-bit Thumb instructions are deprecated in ARMv8" +msgstr "" + +#: config/tc-arm.c:18153 +#, c-format +msgid "" +"IT blocks containing 16-bit Thumb instructions of the following class are " +"deprecated in ARMv8: %s" +msgstr "" + +#: config/tc-arm.c:18166 +msgid "" +"IT blocks containing more than one conditional instruction are deprecated in " +"ARMv8" +msgstr "" + +#: config/tc-arm.c:18353 +#, c-format +msgid "cannot honor width suffix -- `%s'" +msgstr "cannot honour width suffix -- `%s'" + +#: config/tc-arm.c:22044 +msgid "attempt to recreate an unwind entry" +msgstr "" + +#: config/tc-arm.c:25880 +#, c-format +msgid "unknown floating point abi `%s'\n" +msgstr "unknown floating point ABI `%s'\n" + +#: config/tc-arm.c:25949 +msgid "\t\t\t TI CodeComposer Studio syntax compatibility mode" +msgstr "" + +#: config/tc-arm.c:26553 +#, c-format +msgid "unknown architecture extension `%s'\n" +msgstr "" + +#: config/tc-avr.c:512 +#, c-format +msgid "" +"AVR Assembler options:\n" +" -mmcu=[avr-name] select microcontroller variant\n" +" [avr-name] can be:\n" +" avr1 - classic AVR core without data RAM\n" +" avr2 - classic AVR core with up to 8K program memory\n" +" avr25 - classic AVR core with up to 8K program memory\n" +" plus the MOVW instruction\n" +" avr3 - classic AVR core with up to 64K program memory\n" +" avr31 - classic AVR core with up to 128K program memory\n" +" avr35 - classic AVR core with up to 64K program memory\n" +" plus the MOVW instruction\n" +" avr4 - enhanced AVR core with up to 8K program memory\n" +" avr5 - enhanced AVR core with up to 64K program memory\n" +" avr51 - enhanced AVR core with up to 128K program memory\n" +" avr6 - enhanced AVR core with up to 256K program memory\n" +" avrxmega2 - XMEGA, > 8K, < 64K FLASH, < 64K RAM\n" +" avrxmega3 - XMEGA, > 8K, <= 64K FLASH, > 64K RAM\n" +" avrxmega4 - XMEGA, > 64K, <= 128K FLASH, <= 64K RAM\n" +" avrxmega5 - XMEGA, > 64K, <= 128K FLASH, > 64K RAM\n" +" avrxmega6 - XMEGA, > 128K, <= 256K FLASH, <= 64K RAM\n" +" avrxmega7 - XMEGA, > 128K, <= 256K FLASH, > 64K RAM\n" +" avrtiny - AVR Tiny core with 16 gp registers\n" +msgstr "" + +#: config/tc-avr.c:525 +#, c-format +msgid "" +" -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n" +" -mno-skip-bug disable warnings for skipping two-word instructions\n" +" (default for avr4, avr5)\n" +" -mno-wrap reject rjmp/rcall instructions with 8K wrap-around\n" +" (default for avr3, avr5)\n" +" -mrmw accept Read-Modify-Write instructions\n" +" -mlink-relax generate relocations for linker relaxation\n" +msgstr "" + +#: config/tc-avr.c:907 +msgid "register name or number from 16 to 31 required" +msgstr "" + +#: config/tc-avr.c:1455 +#, c-format +msgid "operand out of range: 0x%lx" +msgstr "" + +#: config/tc-cris.c:3958 config/tc-ft32.c:583 config/tc-moxie.c:771 +msgid "" +"Semantics error. This type of operand can not be relocated, it must be an " +"assembly-time constant" +msgstr "" +"Semantics error. This type of operand cannot be relocated, it must be an " +"assembly-time constant" + +#: config/tc-d10v.c:216 +#, c-format +msgid "" +"D10V options:\n" +"-O Optimize. Will do some operations in parallel.\n" +"--gstabs-packing Pack adjacent short instructions together even\n" +" when --gstabs is specified. On by default.\n" +"--no-gstabs-packing If --gstabs is specified, do not pack adjacent\n" +" instructions together.\n" +msgstr "" +"D10V options:\n" +"-O Optimise. Will do some operations in parallel.\n" +"--gstabs-packing Pack adjacent short instructions together even\n" +" when --gstabs is specified. On by default.\n" +"--no-gstabs-packing If --gstabs is specified, do not pack adjacent\n" +" instructions together.\n" + +#: config/tc-dlx.c:712 +msgid "Can not set dlx_skip_hi16_flag" +msgstr "Cannot set dlx_skip_hi16_flag" + +#: config/tc-h8300.c:1056 +msgid "expected closing paren" +msgstr "expected closing bracket" + +#: config/tc-hppa.c:5719 +#, c-format +msgid "Immediates %d and %d will give undefined behavior." +msgstr "Immediates %d and %d will give undefined behaviour." + +#: config/tc-hppa.c:6843 +msgid "Unrecognized .LEVEL argument\n" +msgstr "Unrecognised .LEVEL argument\n" + +#: config/tc-i370.c:1927 config/tc-mn10200.c:896 config/tc-mn10300.c:1253 +#: config/tc-s390.c:1662 config/tc-v850.c:2328 +#, c-format +msgid "Unrecognized opcode: `%s'" +msgstr "Unrecognised opcode: `%s'" + +#: config/tc-i386.c:2331 +#, c-format +msgid "bad argument to %s_check directive." +msgstr "" + +#: config/tc-i386.c:2335 +#, c-format +msgid "missing argument for %s_check directive" +msgstr "" + +#: config/tc-i386.c:2609 config/tc-i386.c:2631 +#, c-format +msgid "can't hash %s: %s" +msgstr "" + +#: config/tc-i386.c:2927 +msgid "there are no pc-relative size relocations" +msgstr "" + +#: config/tc-i386.c:3504 config/tc-i386.c:3644 +#, c-format +msgid "invalid instruction `%s' after `%s'" +msgstr "" + +#: config/tc-i386.c:3510 +#, c-format +msgid "missing `lock' with `%s'" +msgstr "" + +#: config/tc-i386.c:3517 +#, c-format +msgid "instruction `%s' after `xacquire' not allowed" +msgstr "" + +#: config/tc-i386.c:3524 +#, c-format +msgid "memory destination needed for instruction `%s' after `xrelease'" +msgstr "" + +#: config/tc-i386.c:3667 +msgid "expecting valid branch instruction after `bnd'" +msgstr "" + +#: config/tc-i386.c:3672 +msgid "32-bit address isn't allowed in 64-bit MPX instructions." +msgstr "" + +#: config/tc-i386.c:3739 +#, c-format +msgid "instruction `%s' isn't supported in 16-bit mode." +msgstr "" + +#: config/tc-i386.c:4086 +#, c-format +msgid "unbalanced parenthesis in operand %d." +msgstr "unbalanced brackets in operand %d." + +#: config/tc-i386.c:4530 +msgid "mask, index, and destination registers should be distinct" +msgstr "" + +#: config/tc-i386.c:4545 +msgid "index and destination registers should be distinct" +msgstr "" + +#: config/tc-i386.c:5107 +msgid "constant doesn't fit in 4 bits" +msgstr "" + +#: config/tc-i386.c:5119 +#, c-format +msgid "unsupported instruction `%s'" +msgstr "" + +#: config/tc-i386.c:5126 +msgid "mask, index, and destination registers must be distinct" +msgstr "" + +#: config/tc-i386.c:5132 +msgid "unsupported broadcast" +msgstr "" + +#: config/tc-i386.c:5135 +msgid "broadcast not on source memory operand" +msgstr "" + +#: config/tc-i386.c:5138 +msgid "broadcast is needed for operand of such type" +msgstr "" + +#: config/tc-i386.c:5141 +msgid "unsupported masking" +msgstr "" + +#: config/tc-i386.c:5144 +msgid "mask not on destination operand" +msgstr "" + +#: config/tc-i386.c:5147 +msgid "default mask isn't allowed" +msgstr "" + +#: config/tc-i386.c:5150 +msgid "unsupported static rounding/sae" +msgstr "" + +#: config/tc-i386.c:5154 +msgid "RC/SAE operand must precede immediate operands" +msgstr "" + +#: config/tc-i386.c:5156 +msgid "RC/SAE operand must follow immediate operands" +msgstr "" + +#: config/tc-i386.c:5159 config/tc-metag.c:4788 config/tc-metag.c:5529 +#: config/tc-metag.c:5551 +msgid "invalid register operand" +msgstr "" + +#: config/tc-i386.c:7973 +#, c-format +msgid "Unsupported broadcast: `%s'" +msgstr "" + +#: config/tc-i386.c:7988 +#, c-format +msgid "`%s' can't be used for write mask" +msgstr "" + +#: config/tc-i386.c:8011 +#, c-format +msgid "invalid write mask `%s'" +msgstr "" + +#: config/tc-i386.c:8033 config/tc-i386.c:8678 +#, c-format +msgid "duplicated `%s'" +msgstr "" + +#: config/tc-i386.c:8043 +#, c-format +msgid "invalid zeroing-masking `%s'" +msgstr "" + +#: config/tc-i386.c:8056 +#, c-format +msgid "missing `}' in `%s'" +msgstr "" + +#. We don't know this one. +#: config/tc-i386.c:8064 +#, c-format +msgid "unknown vector operation: `%s'" +msgstr "" + +#: config/tc-i386.c:8691 +#, c-format +msgid "Missing '}': '%s'" +msgstr "" + +#: config/tc-i386.c:8697 +#, c-format +msgid "Junk after '}': '%s'" +msgstr "" + +#: config/tc-i386.c:10153 +#, c-format +msgid "invalid -moperand-check= option: `%s'" +msgstr "" + +#: config/tc-i386.c:10177 +#, c-format +msgid "invalid -mevexlig= option: `%s'" +msgstr "" + +#: config/tc-i386.c:10190 +#, c-format +msgid "invalid -mevexrcig= option: `%s'" +msgstr "" + +#: config/tc-i386.c:10199 +#, c-format +msgid "invalid -mevexwig= option: `%s'" +msgstr "" + +#: config/tc-i386.c:10214 +#, c-format +msgid "invalid -momit-lock-prefix= option: `%s'" +msgstr "" + +#: config/tc-i386.c:10355 +#, c-format +msgid "" +" -Q ignored\n" +" -V print assembler version number\n" +" -k ignored\n" +msgstr "" +" -Q ignored\n" +" -V print assembler version number\n" +" -k ignored\n" + +#: config/tc-i386.c:10360 +#, c-format +msgid "" +" -n Do not optimize code alignment\n" +" -q quieten some warnings\n" +msgstr "" +" -n Do not optimise code alignment\n" +" -q quieten some warnings\n" + +#: config/tc-i386.c:10364 +#, c-format +msgid " -s ignored\n" +msgstr " -s ignored\n" + +#: config/tc-i386.c:10373 +#, c-format +msgid " --divide do not treat `/' as a comment character\n" +msgstr " --divide do not treat `/' as a comment character\n" + +#: config/tc-i386.c:10376 +#, c-format +msgid " --divide ignored\n" +msgstr " --divide ignored\n" + +#: config/tc-i386.c:10386 +#, c-format +msgid " -mtune=CPU optimize for CPU, CPU is one of:\n" +msgstr " -mtune=CPU optimise for CPU, CPU is one of:\n" + +#: config/tc-i386.c:10394 +#, c-format +msgid "" +" -moperand-check=[none|error|warning]\n" +" check operand combinations for validity\n" +msgstr "" + +#: config/tc-i386.c:10400 +#, c-format +msgid "" +" -mevexlig=[128|256|512] encode scalar EVEX instructions with specific " +"vector\n" +" length\n" +msgstr "" + +#: config/tc-i386.c:10403 +#, c-format +msgid "" +" -mevexwig=[0|1] encode EVEX instructions with specific EVEX.W " +"value\n" +" for EVEX.W bit ignored instructions\n" +msgstr "" + +#: config/tc-i386.c:10406 +#, c-format +msgid "" +" -mevexrcig=[rne|rd|ru|rz]\n" +" encode EVEX instructions with specific EVEX.RC " +"value\n" +" for SAE-only ignored instructions\n" +msgstr "" + +#: config/tc-i386.c:10420 +#, c-format +msgid " -madd-bnd-prefix add BND prefix for all valid branches\n" +msgstr "" + +#: config/tc-i386.c:10425 +#, c-format +msgid " -mbig-obj generate big object files\n" +msgstr "" + +#: config/tc-i386.c:10428 +#, c-format +msgid "" +" -momit-lock-prefix=[no|yes]\n" +" strip all lock prefixes\n" +msgstr "" + +#: config/tc-i386.c:10707 +msgid "symbol size computation overflow" +msgstr "" + +#: config/tc-i386.c:10773 +#, c-format +msgid "can not do %d byte pc-relative relocation" +msgstr "cannot do %d byte pc-relative relocation" + +#: config/tc-i386.c:10791 +#, c-format +msgid "can not do %d byte relocation" +msgstr "cannot do %d byte relocation" + +#. SVR4 compatibility flags. +#: config/tc-i860.c:1141 +#, c-format +msgid "" +" -V\t\t\t print assembler version number\n" +" -Qy, -Qn\t\t ignored\n" +msgstr "" +" -V\t\t\t print assembler version number\n" +" -Qy, -Qn\t\t ignored\n" + +#: config/tc-i860.c:1400 +#, c-format +msgid "Unrecognized fix-up (0x%08lx)" +msgstr "Unrecognised fix-up (0x%08lx)" + +#: config/tc-i960.c:2344 +#, c-format +msgid "ignoring unrecognized .endian type `%s'" +msgstr "ignoring unrecognised .endian type `%s'" + +#: config/tc-ia64.c:1073 +msgid "expected ',' after section name" +msgstr "" + +#: config/tc-ia64.c:1108 +msgid "expected ',' after symbol name" +msgstr "" + +#: config/tc-ia64.c:1132 +msgid "expected ',' after symbol size" +msgstr "" + +#: config/tc-ia64.c:5048 +msgid "Unrecognized predicate relation type" +msgstr "Unrecognised predicate relation type" + +#: config/tc-ia64.c:5975 +msgid "stride must be a multiple of 64; lower 6 bits ignored" +msgstr "" + +#: config/tc-ia64.c:7116 +#, c-format +msgid "Unrecognized option '-x%s'" +msgstr "Unrecognised option '-x%s'" + +#: config/tc-ia64.c:9556 +#, c-format +msgid "Unrecognized dependency specifier %d\n" +msgstr "Unrecognised dependency specifier %d\n" + +#: config/tc-m32r.c:357 config/tc-sparc.c:648 +msgid "Unrecognized option following -K" +msgstr "Unrecognised option following -K" + +#: config/tc-m32r.c:390 +#, c-format +msgid " -O try to optimize code. Implies -parallel\n" +msgstr " -O try to optimise code. Implies -parallel\n" + +#: config/tc-m68hc11.c:416 +#, c-format +msgid "" +"Motorola 68HC11/68HC12/68HCS12 options:\n" +" -m68hc11 | -m68hc12 |\n" +" -m68hcs12 | -mm9s12x |\n" +" -mm9s12xg specify the processor [default %s]\n" +" -mshort use 16-bit int ABI (default)\n" +" -mlong use 32-bit int ABI\n" +" -mshort-double use 32-bit double ABI\n" +" -mlong-double use 64-bit double ABI (default)\n" +" --force-long-branches always turn relative branches into absolute ones\n" +" -S,--short-branches do not turn relative branches into absolute ones\n" +" when the offset is out of range\n" +" --strict-direct-mode do not turn the direct mode into extended mode\n" +" when the instruction does not support direct mode\n" +" --print-insn-syntax print the syntax of instruction in case of error\n" +" --print-opcodes print the list of instructions with syntax\n" +" --xgate-ramoffset offset ram addresses by 0xc000\n" +" --generate-example generate an example of each instruction\n" +" (used for testing)\n" +msgstr "" + +#: config/tc-m68hc11.c:561 +#, c-format +msgid "Option `%s' is not recognized." +msgstr "Option `%s' is not recognised." + +#: config/tc-m68hc11.c:748 +msgid "imm3" +msgstr "" + +#: config/tc-m68hc11.c:756 +msgid "RD" +msgstr "" + +#: config/tc-m68hc11.c:764 +msgid "RD,RS" +msgstr "" + +#: config/tc-m68hc11.c:772 +msgid "RI, #imm4" +msgstr "" + +#: config/tc-m68hc11.c:804 +msgid "RD, (RI,#offs5)" +msgstr "" + +#: config/tc-m68hc11.c:1016 +#, c-format +msgid "Instruction `%s' is not recognized." +msgstr "Instruction `%s' is not recognised." + +#: config/tc-m68hc11.c:1629 config/tc-m68hc11.c:1784 config/tc-xgate.c:1339 +#, c-format +msgid "Operand `%x' not recognized in fixup8." +msgstr "Operand `%x' not recognised in fixup8." + +#: config/tc-m68hc11.c:1677 config/tc-m68hc11.c:1708 +#, c-format +msgid "Operand `%x' not recognized in fixup16." +msgstr "Operand `%x' not recognised in fixup16." + +#: config/tc-m68hc11.c:2853 config/tc-m68hc11.c:3531 +#, c-format +msgid "Opcode `%s' is not recognized." +msgstr "Opcode `%s' is not recognised." + +#: config/tc-m68hc11.c:3439 +#, c-format +msgid "Failed to find a valid mode for `%s'." +msgstr "" + +#: config/tc-m68hc11.c:4220 config/tc-m68hc11.c:4277 +#, c-format +msgid "Subtype %d is not recognized." +msgstr "Subtype %d is not recognised." + +#: config/tc-m68hc11.c:4398 config/tc-xgate.c:674 +#, c-format +msgid "Value %ld too large for 9-bit PC-relative branch." +msgstr "" + +#: config/tc-m68hc11.c:4407 config/tc-xgate.c:691 +#, c-format +msgid "Value %ld too large for 10-bit PC-relative branch." +msgstr "" + +#: config/tc-m68hc11.c:4439 +#, c-format +msgid "Offset out of 9-bit range for movw/movb insn: %ld" +msgstr "" + +#: config/tc-m68hc11.c:4451 +#, c-format +msgid "Offset out of 16-bit range for movw/movb insn: %ld" +msgstr "" + +#: config/tc-m68hc11.c:4493 +msgid "Invalid directive" +msgstr "" + +#: config/tc-m68k.c:1165 +#, c-format +msgid "Can not do %d byte pc-relative relocation" +msgstr "Cannot do %d byte pc-relative relocation" + +#: config/tc-m68k.c:1167 +#, c-format +msgid "Can not do %d byte pc-relative pic relocation" +msgstr "Cannot do %d byte pc-relative pic relocation" + +#: config/tc-m68k.c:1172 +#, c-format +msgid "Can not do %d byte relocation" +msgstr "Cannot do %d byte relocation" + +#: config/tc-m68k.c:1174 +#, c-format +msgid "Can not do %d byte pic relocation" +msgstr "Cannot do %d byte pic relocation" + +#: config/tc-m68k.c:4331 +#, c-format +msgid "unrecognized default cpu `%s'" +msgstr "unrecognised default cpu `%s'" + +#: config/tc-m68k.c:5713 +#, c-format +msgid "%s: unrecognized processor name" +msgstr "%s: unrecognised processor name" + +#: config/tc-m68k.c:5780 +msgid "unrecognized fopt option" +msgstr "unrecognised fopt option" + +#: config/tc-m68k.c:5923 +#, c-format +msgid "option `%s' not recognized" +msgstr "option `%s' not recognised" + +#: config/tc-m68k.c:6402 +#, c-format +msgid "" +"Condition <%c%c> in structured control directive can not be encoded correctly" +msgstr "" +"Condition <%c%c> in structured control directive cannot be encoded correctly" + +#: config/tc-m68k.c:7455 +#, c-format +msgid "cpu `%s' unrecognized" +msgstr "cpu `%s' unrecognised" + +#: config/tc-m68k.c:7474 +#, c-format +msgid "architecture `%s' unrecognized" +msgstr "architecture `%s' unrecognised" + +#: config/tc-m68k.c:7495 +#, c-format +msgid "extension `%s' unrecognized" +msgstr "extension `%s' unrecognised" + +#: config/tc-m68k.c:7695 +msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly" +msgstr "68040 and 68851 specified; MMU instructions may assemble incorrectly" + +#: config/tc-m68k.c:7738 +#, c-format +msgid "" +"-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n" +"-pic, -k\t\tgenerate position independent code\n" +"-S\t\t\tturn jbsr into jsr\n" +"--pcrel never turn PC-relative branches into absolute jumps\n" +"--register-prefix-optional\n" +"\t\t\trecognize register names without prefix character\n" +"--bitwise-or\t\tdo not treat `|' as a comment character\n" +"--base-size-default-16\tbase reg without size is 16 bits\n" +"--base-size-default-32\tbase reg without size is 32 bits (default)\n" +"--disp-size-default-16\tdisplacement with unknown size is 16 bits\n" +"--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n" +msgstr "" +"-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n" +"-pic, -k\t\tgenerate position independent code\n" +"-S\t\t\tturn jbsr into jsr\n" +"--pcrel never turn PC-relative branches into absolute jumps\n" +"--register-prefix-optional\n" +"\t\t\trecognise register names without prefix character\n" +"--bitwise-or\t\tdo not treat `|' as a comment character\n" +"--base-size-default-16\tbase reg without size is 16 bits\n" +"--base-size-default-32\tbase reg without size is 32 bits (default)\n" +"--disp-size-default-16\tdisplacement with unknown size is 16 bits\n" +"--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n" + +#: config/tc-m68k.c:8137 +#, c-format +msgid "Adjusted signed .word (%#lx) overflows: `switch'-statement too large." +msgstr "" + +#: config/tc-mcore.c:1687 +#, c-format +msgid "" +"MCORE specific options:\n" +" -{no-}jsri2bsr\t {dis}able jsri to bsr transformation (def: dis)\n" +" -{no-}sifilter\t {dis}able silicon filter behavior (def: dis)\n" +" -cpu=[210|340] select CPU type\n" +" -EB assemble for a big endian system (default)\n" +" -EL assemble for a little endian system\n" +msgstr "" +"MCORE specific options:\n" +" -{no-}jsri2bsr\t {dis}able jsri to bsr transformation (def: dis)\n" +" -{no-}sifilter\t {dis}able silicon filter behaviour (def: dis)\n" +" -cpu=[210|340] select CPU type\n" +" -EB assemble for a big endian system (default)\n" +" -EL assemble for a little endian system\n" + +#: config/tc-mcore.c:2182 config/tc-microblaze.c:2428 config/tc-tic30.c:1386 +#, c-format +msgid "Can not do %d byte %srelocation" +msgstr "Cannot do %d byte %srelocation" + +#. There are no insns in the queue and a plus is present. +#. This is a syntax error. Let's not tolerate this. +#. We can relax this later if necessary. +#: config/tc-mep.c:1317 +msgid "Invalid use of parallelization operator." +msgstr "Invalid use of parallelisation operator." + +#: config/tc-metag.c:457 +msgid "no floating point unit specified" +msgstr "" + +#: config/tc-metag.c:722 +#, c-format +msgid "offset must be a multiple of %d" +msgstr "" + +#: config/tc-metag.c:738 config/tc-metag.c:4444 +msgid "offset and base must be from the same unit" +msgstr "" + +#: config/tc-metag.c:869 config/tc-metag.c:3168 config/tc-metag.c:3270 +msgid "invalid destination register" +msgstr "" + +#: config/tc-metag.c:885 config/tc-metag.c:903 config/tc-metag.c:1294 +#: config/tc-metag.c:1312 config/tc-metag.c:1532 config/tc-metag.c:3100 +#: config/tc-metag.c:3185 config/tc-metag.c:3287 +msgid "invalid memory operand" +msgstr "" + +#: config/tc-metag.c:940 config/tc-metag.c:3118 +msgid "invalid source register" +msgstr "" + +#: config/tc-metag.c:1025 +msgid "invalid destination unit" +msgstr "" + +#: config/tc-metag.c:1033 +msgid "mov cannot use RD port as destination" +msgstr "" + +#: config/tc-metag.c:1058 +msgid "invalid source unit" +msgstr "" + +#: config/tc-metag.c:1066 +msgid "source and address units must not be shared for this addressing mode" +msgstr "" + +#: config/tc-metag.c:1074 config/tc-metag.c:1678 +msgid "set can only use RD port as source" +msgstr "" + +#: config/tc-metag.c:1089 config/tc-metag.c:1190 config/tc-metag.c:1441 +#: config/tc-metag.c:1699 config/tc-metag.c:4054 +#, c-format +msgid "base unit must be one of %s" +msgstr "" + +#. We already tried to encode as an extended GET/SET. +#. Parsing as a standard GET/SET provides a smaller offset. +#: config/tc-metag.c:1110 config/tc-metag.c:1216 config/tc-metag.c:3131 +#: config/tc-metag.c:3198 config/tc-metag.c:3300 config/tc-metag.c:4581 +msgid "offset value out of range" +msgstr "" + +#: config/tc-metag.c:1170 +msgid "destination unit must be RD" +msgstr "" + +#: config/tc-metag.c:1280 +msgid "invalid destination register list" +msgstr "" + +#: config/tc-metag.c:1327 +msgid "invalid source register list" +msgstr "" + +#: config/tc-metag.c:1352 +msgid "register list must be even numbered" +msgstr "" + +#: config/tc-metag.c:1358 +msgid "register list must be from the same unit" +msgstr "" + +#: config/tc-metag.c:1381 +msgid "register list must not contain duplicates" +msgstr "" + +#: config/tc-metag.c:1638 +msgid "MDRD value must be between 1 and 8" +msgstr "" + +#: config/tc-metag.c:1729 +msgid "invalid destination memory operand" +msgstr "" + +#: config/tc-metag.c:1744 +msgid "invalid source memory operand" +msgstr "" + +#: config/tc-metag.c:1751 +#, c-format +msgid "address units must be one of %s" +msgstr "" + +#: config/tc-metag.c:1758 +msgid "base and offset must be from the same unit" +msgstr "" + +#: config/tc-metag.c:1766 +msgid "source and destination increment mode must agree" +msgstr "" + +#: config/tc-metag.c:2041 +msgid "" +"PC, CT, TR and TT are treated as if they are a single unit but operands must " +"be in different units" +msgstr "" + +#: config/tc-metag.c:2049 +msgid "source and destination register must be in different units" +msgstr "" + +#: config/tc-metag.c:2081 +#, c-format +msgid "register unit must be one of %s" +msgstr "" + +#: config/tc-metag.c:2168 +#, c-format +msgid "link register unit must be one of %s" +msgstr "" + +#: config/tc-metag.c:2174 +msgid "link register must be in a low numbered register" +msgstr "" + +#: config/tc-metag.c:2191 config/tc-metag.c:2715 config/tc-metag.c:2769 +msgid "target out of range" +msgstr "" + +#: config/tc-metag.c:2672 +msgid "invalid quickrot unit specified" +msgstr "" + +#: config/tc-metag.c:2687 +msgid "invalid quickrot register specified" +msgstr "" + +#: config/tc-metag.c:2741 +msgid "source register must be in the trigger unit" +msgstr "" + +#: config/tc-metag.c:2844 +msgid "Source registers must be in the same unit" +msgstr "" + +#: config/tc-metag.c:3555 config/tc-metag.c:3719 config/tc-metag.c:3987 +msgid "destination register should be even numbered" +msgstr "" + +#: config/tc-metag.c:3627 +msgid "comparison must be with register or #0" +msgstr "" + +#: config/tc-metag.c:3693 config/tc-metag.c:3758 +msgid "instruction cannot operate on pair values" +msgstr "" + +#: config/tc-metag.c:3704 +msgid "zero flag is not valid for this instruction" +msgstr "" + +#: config/tc-metag.c:3725 +msgid "source register should be even numbered" +msgstr "" + +#: config/tc-metag.c:3785 config/tc-metag.c:3794 +msgid "fraction bits value out of range" +msgstr "" + +#: config/tc-metag.c:3976 +msgid "simd instructions operate on pair values (L prefix)" +msgstr "" + +#: config/tc-metag.c:3994 +msgid "source registers should be even numbered" +msgstr "" + +#: config/tc-metag.c:4272 +#, c-format +msgid "expected ']', not %c in %s" +msgstr "" + +#: config/tc-metag.c:4391 +msgid "invalid register for memory access" +msgstr "" + +#: config/tc-metag.c:4504 config/tc-metag.c:4632 +msgid "unexpected end of line" +msgstr "" + +#: config/tc-metag.c:4551 +msgid "'H' modifier only valid for accumulator registers" +msgstr "" + +#: config/tc-metag.c:4604 +msgid "base unit must be either A0 or A1" +msgstr "" + +#: config/tc-metag.c:4677 config/tc-metag.c:5120 +msgid "invalid register" +msgstr "" + +#: config/tc-metag.c:4825 +msgid "could not parse template definition" +msgstr "" + +#: config/tc-metag.c:5012 +msgid "QUICKRoT 64-bit extension not applicable to this instruction" +msgstr "" + +#: config/tc-metag.c:5068 +msgid "invalid operands for cross-unit op" +msgstr "" + +#: config/tc-metag.c:5110 +msgid "missing flags: one of 'P', 'N' or 'Z' required" +msgstr "" + +#: config/tc-metag.c:5138 +msgid "'P', 'N' or 'Z' flags may only be specified when accumulating" +msgstr "" + +#: config/tc-metag.c:5159 +msgid "accumulator not a valid destination" +msgstr "" + +#: config/tc-metag.c:5169 config/tc-metag.c:5385 config/tc-metag.c:5569 +msgid "invalid immediate value" +msgstr "" + +#: config/tc-metag.c:5181 +msgid "immediate value not allowed when source & dest differ" +msgstr "" + +#: config/tc-metag.c:5213 +#, c-format +msgid "invalid register operand: %s" +msgstr "" + +#: config/tc-metag.c:5247 +msgid "QUICKRoT extension requires 4 registers" +msgstr "" + +#: config/tc-metag.c:5254 +msgid "invalid fourth register" +msgstr "" + +#: config/tc-metag.c:5261 +msgid "A0.2,A0.3,A1.2,A1.3 required for QUICKRoT register" +msgstr "" + +#: config/tc-metag.c:5289 +msgid "DSP RAM pointer in incorrect unit" +msgstr "" + +#: config/tc-metag.c:5335 +msgid "invalid register operand #1" +msgstr "" + +#: config/tc-metag.c:5349 +msgid "invalid register operand #2" +msgstr "" + +#: config/tc-metag.c:5413 +msgid "this instruction does not accept an immediate" +msgstr "" + +#: config/tc-metag.c:5433 +msgid "invalid register operand #3" +msgstr "" + +#: config/tc-metag.c:5445 +msgid "this instruction does not accept an accumulator" +msgstr "" + +#: config/tc-metag.c:5463 +msgid "invalid register operand #4" +msgstr "" + +#: config/tc-metag.c:5540 +msgid "invalid accumulator register" +msgstr "" + +#: config/tc-metag.c:5596 +msgid "conditional instruction cannot use G flag" +msgstr "" + +#: config/tc-metag.c:5607 +msgid "conditional instruction cannot use B flag" +msgstr "" + +#: config/tc-metag.c:5618 +msgid "conditional instruction cannot use R flag" +msgstr "" + +#: config/tc-metag.c:5727 +msgid "'L' modifier not valid for this instruction" +msgstr "" + +#: config/tc-metag.c:5859 +#, c-format +msgid "missing fpu name `%s'" +msgstr "" + +#: config/tc-metag.c:5870 +#, c-format +msgid "unknown fpu `%s'" +msgstr "" + +#: config/tc-metag.c:5885 +#, c-format +msgid "missing DSP name `%s'" +msgstr "" + +#: config/tc-metag.c:5896 +#, c-format +msgid "unknown DSP `%s'" +msgstr "" + +#: config/tc-metag.c:5914 +msgid "\t assemble for DSP architecture " +msgstr "" + +#: config/tc-metag.c:5952 +#, c-format +msgid " Meta specific command line options:\n" +msgstr "" + +#: config/tc-metag.c:6041 +msgid "premature end of floating point prefix" +msgstr "" + +#: config/tc-metag.c:6101 +msgid "unknown floating point prefix character" +msgstr "" + +#: config/tc-metag.c:6250 +#, c-format +msgid "unknown DSP prefix character %c %s" +msgstr "" + +#: config/tc-metag.c:6513 +#, c-format +msgid "instruction mnemonic too long: %s" +msgstr "" + +#: config/tc-metag.c:6568 +#, c-format +msgid "junk at end of line: \"%s\"" +msgstr "" + +#: config/tc-metag.c:6575 +#, c-format +msgid "failed to assemble instruction: \"%s\"" +msgstr "" + +#: config/tc-metag.c:6580 +#, c-format +msgid "unknown floating point mnemonic: \"%s\"" +msgstr "" + +#: config/tc-metag.c:6582 +#, c-format +msgid "unknown mnemonic: \"%s\"" +msgstr "" + +#: config/tc-metag.c:6633 +#, c-format +msgid "cannot assemble DSP instruction, DSP option not set: %s" +msgstr "" + +#: config/tc-metag.c:6640 +#, c-format +msgid "cannot assemble FPU instruction, FPU option not set: %s" +msgstr "" + +#: config/tc-microblaze.c:1715 +msgid "Symbol used as immediate for mbar instruction" +msgstr "" + +#: config/tc-microblaze.c:1721 +#, c-format +msgid "Immediate value for mbar > 32. using " +msgstr "" + +#. We know the abs value: Should never happen. +#: config/tc-microblaze.c:2209 +msgid "Absolute PC-relative value in relaxation code. Assembler error....." +msgstr "Absolute PC-relative value in relaxation code. Assembler error..." + +#: config/tc-microblaze.c:2296 +msgid "Incorrect fr_opcode value in frag. Internal error....." +msgstr "Incorrect fr_opcode value in frag. Internal error..." + +#. We know the abs value: Should never happen. +#: config/tc-microblaze.c:2303 +msgid "Absolute value in relaxation code. Assembler error....." +msgstr "Absolute value in relaxation code. Assembler error..." + +#: config/tc-mips.c:2030 +#, c-format +msgid "the %d-bit %s architecture does not support the `%s' extension" +msgstr "" + +#: config/tc-mips.c:2033 +#, c-format +msgid "the `%s' extension requires %s%d revision %d or greater" +msgstr "" + +#: config/tc-mips.c:2042 +#, c-format +msgid "the `%s' extension was removed in %s%d revision %d" +msgstr "" + +#: config/tc-mips.c:2051 +#, c-format +msgid "the `%s' extension requires 64-bit FPRs" +msgstr "" + +#: config/tc-mips.c:2869 config/tc-mips.c:15633 +#, c-format +msgid "unrecognized register name `%s'" +msgstr "" + +#: config/tc-mips.c:3096 +msgid "invalid register range" +msgstr "" + +#: config/tc-mips.c:3124 +msgid "vector element must be constant" +msgstr "" + +#: config/tc-mips.c:3134 +msgid "missing `]'" +msgstr "" + +#: config/tc-mips.c:3357 +#, c-format +msgid "internal: unknown operand type: %s %s" +msgstr "" + +#: config/tc-mips.c:3382 +#, c-format +msgid "internal: bad mips opcode (bits 0x%08lx doubly defined): %s %s" +msgstr "" + +#: config/tc-mips.c:3390 +#, c-format +msgid "internal: bad mips opcode (bits 0x%08lx undefined): %s %s" +msgstr "" + +#: config/tc-mips.c:3397 +#, c-format +msgid "internal: bad mips opcode (bits 0x%08lx defined): %s %s" +msgstr "" + +#: config/tc-mips.c:3441 +#, c-format +msgid "internal error: bad microMIPS opcode (incorrect length: %u): %s %s" +msgstr "" + +#: config/tc-mips.c:3449 +#, c-format +msgid "internal error: bad microMIPS opcode (opcode/length mismatch): %s %s" +msgstr "" + +#. Probably a memory allocation problem? Give up now. +#: config/tc-mips.c:3501 config/tc-mips.c:3592 +msgid "broken assembler, no assembly attempted" +msgstr "" + +#: config/tc-mips.c:3742 +#, c-format +msgid ".gnu_attribute %d,%d is incompatible with `%s'" +msgstr "" + +#: config/tc-mips.c:3749 +#, c-format +msgid ".gnu_attribute %d,%d requires `%s'" +msgstr "" + +#: config/tc-mips.c:3810 +#, c-format +msgid ".gnu_attribute %d,%d is no longer supported" +msgstr "" + +#: config/tc-mips.c:3819 +#, c-format +msgid ".gnu_attribute %d,%d is not a recognized floating-point ABI" +msgstr "" + +#: config/tc-mips.c:3832 +msgid "`gp=64' used with a 32-bit processor" +msgstr "" + +#: config/tc-mips.c:3835 +msgid "`gp=32' used with a 64-bit ABI" +msgstr "" + +#: config/tc-mips.c:3838 +msgid "`gp=64' used with a 32-bit ABI" +msgstr "" + +#: config/tc-mips.c:3845 +msgid "`fp=xx' used with a cpu lacking ldc1/sdc1 instructions" +msgstr "" + +#: config/tc-mips.c:3847 +msgid "`fp=xx' cannot be used with `singlefloat'" +msgstr "" + +#: config/tc-mips.c:3851 +msgid "`fp=64' used with a 32-bit fpu" +msgstr "" + +#: config/tc-mips.c:3855 +msgid "`fp=64' used with a 32-bit ABI" +msgstr "" + +#: config/tc-mips.c:3860 +msgid "`fp=32' used with a 64-bit ABI" +msgstr "" + +#: config/tc-mips.c:3862 +msgid "`fp=32' used with a MIPS R6 cpu" +msgstr "" + +#: config/tc-mips.c:3865 +msgid "Unknown size of floating point registers" +msgstr "" + +#: config/tc-mips.c:3870 +msgid "`nooddspreg` cannot be used with a 64-bit ABI" +msgstr "" + +#: config/tc-mips.c:3859 +#, c-format +msgid "`%s' can not be used with `%s'" +msgstr "" + +#: config/tc-mips.c:3882 +#, c-format +msgid "branch relaxation is not supported in `%s'" +msgstr "" + +#: config/tc-mips.c:3975 config/tc-mips.c:16513 +#, c-format +msgid "`%s' does not support legacy NaN" +msgstr "" + +#: config/tc-mips.c:4721 +#, c-format +msgid "operand %d out of range" +msgstr "" + +#: config/tc-mips.c:4729 +#, c-format +msgid "operand %d must be constant" +msgstr "" + +#: config/tc-mips.c:4786 +#, c-format +msgid "operand %d must be an immediate expression" +msgstr "" + +#: config/tc-mips.c:4905 config/tc-mips.c:4907 +#, c-format +msgid "float register should be even, was %d" +msgstr "" + +#: config/tc-mips.c:4920 +#, c-format +msgid "condition code register should be even for %s, was %d" +msgstr "" + +#: config/tc-mips.c:4925 +#, c-format +msgid "condition code register should be 0 or 4 for %s, was %d" +msgstr "" + +#: config/tc-mips.c:5234 +msgid "invalid performance register" +msgstr "" + +#: config/tc-mips.c:5330 +msgid "the source register must not be $0" +msgstr "" + +#: config/tc-mips.c:5575 +msgid "frame size specified twice" +msgstr "" + +#: config/tc-mips.c:5618 +#, c-format +msgid "operand %d must be an immediate" +msgstr "" + +#: config/tc-mips.c:5633 +msgid "invalid element selector" +msgstr "" + +#: config/tc-mips.c:5646 +#, c-format +msgid "operand %d must be scalar" +msgstr "" + +#: config/tc-mips.c:5806 +msgid "floating-point expression required" +msgstr "" + +#: config/tc-mips.c:5906 +#, c-format +msgid "cannot use `%s' in this section" +msgstr "" + +#: config/tc-mips.c:7047 +#, c-format +msgid "wrong size instruction in a %u-bit branch delay slot" +msgstr "" + +#: config/tc-mips.c:7782 +msgid "the source register must not be $31" +msgstr "" + +#: config/tc-mips.c:8212 +msgid "opcode not supported in the `insn32' mode" +msgstr "" + +#: config/tc-mips.c:8215 +#, c-format +msgid "unrecognized %d-bit version of microMIPS opcode" +msgstr "" + +#: config/tc-mips.c:8299 +msgid "" +"macro instruction expanded into multiple instructions in a branch delay slot" +msgstr "" + +#: config/tc-mips.c:8302 +msgid "macro instruction expanded into multiple instructions" +msgstr "" + +#: config/tc-mips.c:8306 +msgid "" +"macro instruction expanded into a wrong size instruction in a 16-bit branch " +"delay slot" +msgstr "" + +#: config/tc-mips.c:8308 +msgid "" +"macro instruction expanded into a wrong size instruction in a 32-bit branch " +"delay slot" +msgstr "" + +#: config/tc-mips.c:8772 config/tc-mips.c:9356 config/tc-mips.c:13326 +msgid "macro used $at after \".set noat\"" +msgstr "" + +#: config/tc-mips.c:8920 config/tc-mips.c:11671 config/tc-mips.c:12330 +#, c-format +msgid "number (0x%s) larger than 32 bits" +msgstr "" + +#: config/tc-mips.c:8940 +msgid "number larger than 64 bits" +msgstr "" + +#: config/tc-mips.c:9872 +#, c-format +msgid "BALIGN immediate not 0, 1, 2 or 3 (%lu)" +msgstr "" + +#. result is always true +#: config/tc-mips.c:9966 +#, c-format +msgid "branch %s is always true" +msgstr "" + +#: config/tc-mips.c:10182 config/tc-mips.c:10292 +msgid "divide by zero" +msgstr "" + +#: config/tc-mips.c:11015 config/tc-mips.c:11091 +#, c-format +msgid "opcode not supported in the `insn32' mode `%s'" +msgstr "" + +#: config/tc-mips.c:11059 config/tc-mips.c:11070 config/tc-mips.c:11203 +#: config/tc-mips.c:11214 +msgid "no .cprestore pseudo-op used in PIC code" +msgstr "" + +#: config/tc-mips.c:11064 config/tc-mips.c:11208 +msgid "no .frame pseudo-op used in PIC code" +msgstr "" + +#: config/tc-mips.c:11229 +msgid "non-PIC jump used in PIC library" +msgstr "" + +#: config/tc-mips.c:12156 +#, c-format +msgid "Unable to generate `%s' compliant code without mthc1" +msgstr "" + +#: config/tc-mips.c:12884 +#, c-format +msgid "instruction %s: result is always false" +msgstr "" + +#: config/tc-mips.c:13037 +#, c-format +msgid "instruction %s: result is always true" +msgstr "" + +#. FIXME: Check if this is one of the itbl macros, since they +#. are added dynamically. +#: config/tc-mips.c:13322 +#, c-format +msgid "macro %s not implemented yet" +msgstr "" + +#: config/tc-mips.c:13664 config/tc-mips.c:13726 config/tc-mips.c:13739 +#: config/tc-score.c:2691 config/tc-score.c:2737 +msgid "unrecognized opcode" +msgstr "unrecognised opcode" + +#: config/tc-mips.c:14077 +#, c-format +msgid "a different %s was already specified, is now %s" +msgstr "" + +#: config/tc-mips.c:14402 config/tc-mips.c:14460 +msgid "no compiled in support for 64 bit object file format" +msgstr "" + +#: config/tc-mips.c:14467 +#, c-format +msgid "invalid abi -mabi=%s" +msgstr "invalid ABI -mabi=%s" + +#: config/tc-mips.c:14507 +#, c-format +msgid "invalid NaN setting -mnan=%s" +msgstr "" + +#: config/tc-mips.c:14541 +msgid "-G not supported in this configuration" +msgstr "" + +#: config/tc-mips.c:14874 +msgid "PC-relative reference to a different section" +msgstr "" + +#: config/tc-mips.c:14946 +msgid "TLS relocation against a constant" +msgstr "" + +#: config/tc-mips.c:15022 +msgid "unsupported constant in relocation" +msgstr "" + +#: config/tc-mips.c:15062 config/tc-mips.c:15080 config/tc-mips.c:15140 +#, c-format +msgid "branch to misaligned address (%lx)" +msgstr "" + +#: config/tc-mips.c:15121 +#, c-format +msgid "PC-relative access to misaligned address (%lx)" +msgstr "" + +#: config/tc-mips.c:15283 +#, c-format +msgid "alignment too large, %d assumed" +msgstr "" + +#: config/tc-mips.c:15286 +msgid "alignment negative, 0 assumed" +msgstr "" + +#: config/tc-mips.c:15589 +#, c-format +msgid "unrecognized option \"%s\"" +msgstr "" + +#: config/tc-mips.c:15825 +#, c-format +msgid "tried to set unrecognized symbol: %s\n" +msgstr "" + +#: config/tc-mips.c:15898 +#, c-format +msgid ".module used with unrecognized symbol: %s\n" +msgstr "" + +#: config/tc-mips.c:15904 +msgid ".module is not permitted after generating code" +msgstr "" + +#: config/tc-mips.c:15964 config/tc-mips.c:16043 config/tc-mips.c:16147 +#: config/tc-mips.c:16177 config/tc-mips.c:16226 +#, c-format +msgid "%s not supported in MIPS16 mode" +msgstr "" + +#: config/tc-mips.c:16269 +#, c-format +msgid "unsupported use of %s" +msgstr "" + +#: config/tc-mips.c:16360 +msgid "unsupported use of .gpword" +msgstr "" + +#: config/tc-mips.c:16398 +msgid "unsupported use of .gpdword" +msgstr "" + +#: config/tc-mips.c:16430 +msgid "unsupported use of .ehword" +msgstr "" + +#: config/tc-mips.c:16517 +msgid "bad .nan directive" +msgstr "" + +#: config/tc-mips.c:18508 +msgid ".end symbol does not match .ent symbol" +msgstr "" + +#: config/tc-mips.c:18585 +msgid ".ent or .aent not in text section" +msgstr "" + +#: config/tc-mips.c:18678 +msgid "bad .mask/.fmask directive" +msgstr "" + +#: config/tc-mips.c:18968 +#, c-format +msgid "bad value (%s) for %s" +msgstr "" + +#: config/tc-mips.c:19039 +#, c-format +msgid "" +"-mips1\t\t\tgenerate MIPS ISA I instructions\n" +"-mips2\t\t\tgenerate MIPS ISA II instructions\n" +"-mips3\t\t\tgenerate MIPS ISA III instructions\n" +"-mips4\t\t\tgenerate MIPS ISA IV instructions\n" +"-mips5 generate MIPS ISA V instructions\n" +"-mips32 generate MIPS32 ISA instructions\n" +"-mips32r2 generate MIPS32 release 2 ISA instructions\n" +"-mips32r3 generate MIPS32 release 3 ISA instructions\n" +"-mips32r5 generate MIPS32 release 5 ISA instructions\n" +"-mips32r6 generate MIPS32 release 6 ISA instructions\n" +"-mips64 generate MIPS64 ISA instructions\n" +"-mips64r2 generate MIPS64 release 2 ISA instructions\n" +"-mips64r3 generate MIPS64 release 3 ISA instructions\n" +"-mips64r5 generate MIPS64 release 5 ISA instructions\n" +"-mips64r6 generate MIPS64 release 6 ISA instructions\n" +"-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n" +msgstr "" + +#: config/tc-mips.c:19101 +#, c-format +msgid "" +"-mmsa\t\t\tgenerate MSA instructions\n" +"-mno-msa\t\tdo not generate MSA instructions\n" +msgstr "" + +#: config/tc-mips.c:19104 +#, c-format +msgid "" +"-mxpa\t\t\tgenerate eXtended Physical Address (XPA) instructions\n" +"-mno-xpa\t\tdo not generate eXtended Physical Address (XPA) instructions\n" +msgstr "" + +#: config/tc-mips.c:19107 +#, c-format +msgid "" +"-mvirt\t\t\tgenerate Virtualization instructions\n" +"-mno-virt\t\tdo not generate Virtualization instructions\n" +msgstr "" + +#: config/tc-mips.c:19110 +#, c-format +msgid "" +"-minsn32\t\tonly generate 32-bit microMIPS instructions\n" +"-mno-insn32\t\tgenerate all microMIPS instructions\n" +msgstr "" + +#: config/tc-mips.c:19127 +#, c-format +msgid "" +"-mhard-float\t\tallow floating-point instructions\n" +"-msoft-float\t\tdo not allow floating-point instructions\n" +"-msingle-float\t\tonly allow 32-bit floating-point operations\n" +"-mdouble-float\t\tallow 32-bit and 64-bit floating-point operations\n" +"--[no-]construct-floats\t[dis]allow floating point values to be constructed\n" +"--[no-]relax-branch\t[dis]allow out-of-range branches to be relaxed\n" +"-mnan=ENCODING\t\tselect an IEEE 754 NaN encoding convention, either of:\n" +msgstr "" + +#: config/tc-mips.c:19143 +#, c-format +msgid "" +"-KPIC, -call_shared\tgenerate SVR4 position independent code\n" +"-call_nonpic\t\tgenerate non-PIC code that can operate with DSOs\n" +"-mvxworks-pic\t\tgenerate VxWorks position independent code\n" +"-non_shared\t\tdo not generate code that can operate with DSOs\n" +"-xgot\t\t\tassume a 32 bit GOT\n" +"-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n" +"-mshared, -mno-shared disable/enable .cpload optimization for\n" +" position dependent (non shared) code\n" +"-mabi=ABI\t\tcreate ABI conformant object file for:\n" +msgstr "" +"-KPIC, -call_shared\tgenerate SVR4 position independent code\n" +"-call_nonpic\t\tgenerate non-PIC code that can operate with DSOs\n" +"-mvxworks-pic\t\tgenerate VxWorks position independent code\n" +"-non_shared\t\tdo not generate code that can operate with DSOs\n" +"-xgot\t\t\tassume a 32 bit GOT\n" +"-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n" +"-mshared, -mno-shared disable/enable .cpload optimisation for\n" +" position dependent (non shared) code\n" +"-mabi=ABI\t\tcreate ABI conformant object file for:\n" + +#: config/tc-mmix.c:3562 +msgid "LOC to section unknown or indeterminable at first pass" +msgstr "" + +#: config/tc-moxie.c:328 config/tc-moxie.c:356 config/tc-moxie.c:447 +#: config/tc-moxie.c:489 +msgid "missing closing parenthesis" +msgstr "missing closing bracket (parenthesis)" + +#: config/tc-moxie.c:636 +#, c-format +msgid "" +" -EB assemble for a big endian system (default)\n" +" -EL assemble for a little endian system\n" +msgstr "" + +#: config/tc-msp430.c:1382 +msgid "MCU option requires a name\n" +msgstr "" + +#: config/tc-msp430.c:1420 +#, c-format +msgid "unrecognised argument to -mcpu option '%s'" +msgstr "" + +#: config/tc-msp430.c:1583 +#, c-format +msgid "" +"MSP430 options:\n" +" -mmcu= - select microcontroller type\n" +" -mcpu={430|430x|430xv2} - select microcontroller architecture\n" +msgstr "" + +#: config/tc-msp430.c:1594 +#, c-format +msgid " -ml - enable large code model\n" +msgstr "" + +#: config/tc-msp430.c:1596 +#, c-format +msgid " -mN - do not insert NOPs after changing interrupts (default)\n" +msgstr "" + +#: config/tc-msp430.c:1598 +#, c-format +msgid " -mn - insert a NOP after changing interrupts\n" +msgstr "" + +#: config/tc-msp430.c:1600 +#, c-format +msgid " -mY - do not warn about missing NOPs after changing interrupts\n" +msgstr "" + +#: config/tc-msp430.c:1602 +#, c-format +msgid " -my - warn about missing NOPs after changing interrupts (default)\n" +msgstr "" + +#: config/tc-msp430.c:1604 +#, c-format +msgid " -md - Force copying of data from ROM to RAM at startup\n" +msgstr "" + +#: config/tc-msp430.c:1782 config/tc-msp430.c:1960 config/tc-msp430.c:2069 +#, c-format +msgid "value 0x%x out of extended range." +msgstr "" + +#: config/tc-msp430.c:1865 +msgid "error: unsupported #foo() directive used on symbol" +msgstr "" + +#: config/tc-msp430.c:1966 config/tc-msp430.c:2075 +#, c-format +msgid "value out of range: 0x%x" +msgstr "" + +#: config/tc-msp430.c:2001 +#, c-format +msgid "Bad register name %s" +msgstr "" + +#: config/tc-msp430.c:2012 +msgid "cannot use indirect addressing with the PC" +msgstr "" + +#: config/tc-msp430.c:2210 config/tc-msp430.c:2345 config/tc-msp430.c:2382 +#: config/tc-msp430.c:2412 config/tc-msp430.c:3103 config/tc-msp430.c:3181 +#: config/tc-msp430.c:3264 +#, c-format +msgid "expected register as second argument of %s" +msgstr "" + +#: config/tc-msp430.c:2249 config/tc-msp430.c:2315 +#, c-format +msgid "index value too big for %s" +msgstr "" + +#: config/tc-msp430.c:2266 config/tc-msp430.c:2332 config/tc-msp430.c:2439 +#, c-format +msgid "unexpected addressing mode for %s" +msgstr "" + +#: config/tc-msp430.c:2352 config/tc-msp430.c:2389 config/tc-msp430.c:2419 +#, c-format +msgid "constant generator destination register found in %s" +msgstr "" + +#: config/tc-msp430.c:2396 config/tc-msp430.c:2426 +#, c-format +msgid "constant generator source register found in %s" +msgstr "" + +#: config/tc-msp430.c:2515 +msgid "no size modifier after period, .w assumed" +msgstr "" + +#: config/tc-msp430.c:2519 +#, c-format +msgid "unrecognised instruction size modifier .%c" +msgstr "" + +#: config/tc-msp430.c:2533 +#, c-format +msgid "junk found after instruction: %s.%s" +msgstr "" + +#: config/tc-msp430.c:2553 +#, c-format +msgid "instruction %s.a does not exist" +msgstr "" + +#: config/tc-msp430.c:2583 +#, c-format +msgid "instruction %s requires MSP430X mcu" +msgstr "" + +#: config/tc-msp430.c:2603 +#, c-format +msgid "unable to repeat %s insn" +msgstr "" + +#: config/tc-msp430.c:2622 +msgid "NOP inserted between two instructions that change interrupt state" +msgstr "" + +#: config/tc-msp430.c:2624 +msgid "" +"a NOP might be needed here because of successive changes in interrupt state" +msgstr "" + +#: config/tc-msp430.c:2766 config/tc-msp430.c:2865 config/tc-msp430.c:3474 +#: config/tc-msp430.c:3643 +msgid "repeat instruction used with non-register mode instruction" +msgstr "" + +#: config/tc-msp430.c:2841 config/tc-msp430.c:3188 config/tc-msp430.c:3599 +#, c-format +msgid "%s: attempt to rotate the PC register" +msgstr "" + +#: config/tc-msp430.c:3090 config/tc-msp430.c:3161 +#, c-format +msgid "expected #n as first argument of %s" +msgstr "" + +#: config/tc-msp430.c:3096 config/tc-msp430.c:3167 +#, c-format +msgid "expected constant expression for first argument of %s" +msgstr "" + +#: config/tc-msp430.c:3122 +msgid "Too many registers popped" +msgstr "" + +#: config/tc-msp430.c:3132 +msgid "Cannot use POPM to restore the SR register" +msgstr "" + +#: config/tc-msp430.c:3152 config/tc-msp430.c:3216 +#, c-format +msgid "repeat count cannot be used with %s" +msgstr "" + +#: config/tc-msp430.c:3174 +#, c-format +msgid "expected first argument of %s to be in the range 1-4" +msgstr "" + +#: config/tc-msp430.c:2493 +#, c-format +msgid "expected register as argument of %s" +msgstr "" + +#: config/tc-msp430.c:3234 +#, c-format +msgid "expected value of first argument of %s to fit into 20-bits" +msgstr "" + +#: config/tc-msp430.c:3253 +#, c-format +msgid "expected register name or constant as first argument of %s" +msgstr "" + +#: config/tc-msp430.c:3342 +msgid "expected constant value as argument to RPT" +msgstr "" + +#: config/tc-msp430.c:3348 +msgid "expected constant in the range 2..16" +msgstr "" + +#: config/tc-msp430.c:3363 +msgid "PC used as an argument to RPT" +msgstr "" + +#: config/tc-msp430.c:3369 +msgid "expected constant or register name as argument to RPT insn" +msgstr "" + +#: config/tc-msp430.c:3376 +msgid "Illegal emulated instruction " +msgstr "" + +#: config/tc-msp430.c:3628 +#, c-format +msgid "%s instruction does not accept a .b suffix" +msgstr "" + +#: config/tc-nds32.c:1934 +msgid "" +"\t Assemble for architecture \n" +"\t\t\t could be\n" +"\t\t\t v3, v3j, v3m, v3f, v3s, v2, v2j, v2f, v2s" +msgstr "" + +#: config/tc-nds32.c:1938 +msgid "" +"\t Assemble for baseline \n" +"\t\t\t could be v2, v3, v3m" +msgstr "" + +#: config/tc-nds32.c:1941 +msgid "" +"\t Specify a FPU configuration\n" +"\t\t\t \n" +"\t\t\t 0: 8 SP / 4 DP registers\n" +"\t\t\t 1: 16 SP / 8 DP registers\n" +"\t\t\t 2: 32 SP / 16 DP registers\n" +"\t\t\t 3: 32 SP / 32 DP registers" +msgstr "" + +#: config/tc-nds32.c:1947 +msgid "" +"\t Specify a abi version\n" +"\t\t\t could be v1, v2, v2fp, v2fpp" +msgstr "" + +#: config/tc-nds32.c:1978 +msgid "Multiply instructions support" +msgstr "" + +#: config/tc-nds32.c:1979 +msgid "Divide instructions support" +msgstr "" + +#: config/tc-nds32.c:1980 +msgid "16-bit extension" +msgstr "" + +#: config/tc-nds32.c:1981 +msgid "d0/d1 registers" +msgstr "" + +#: config/tc-nds32.c:1982 +msgid "Performance extension" +msgstr "" + +#: config/tc-nds32.c:1983 +msgid "Performance extension 2" +msgstr "" + +#: config/tc-nds32.c:1984 +msgid "String extension" +msgstr "" + +#: config/tc-nds32.c:1985 +msgid "Reduced Register configuration (GPR16) option" +msgstr "" + +#: config/tc-nds32.c:1986 +msgid "AUDIO ISA extension" +msgstr "" + +#: config/tc-nds32.c:1987 +msgid "FPU SP extension" +msgstr "" + +#: config/tc-nds32.c:1988 +msgid "FPU DP extension" +msgstr "" + +#: config/tc-nds32.c:1989 +msgid "FPU fused-multiply-add instructions" +msgstr "" + +#: config/tc-nds32.c:2026 +#, c-format +msgid "" +"\n" +" NDS32-specific assembler options:\n" +msgstr "" + +#: config/tc-nds32.c:2027 +#, c-format +msgid "" +" -O1,\t\t\t Optimize for performance\n" +" -Os\t\t\t Optimize for space\n" +msgstr "" + +#: config/tc-nds32.c:2030 +#, c-format +msgid "" +" -EL, -mel or -little Produce little endian output\n" +" -EB, -meb or -big Produce big endian output\n" +" -mpic\t\t\t Generate PIC\n" +" -mno-fp-as-gp-relax\t Suppress fp-as-gp relaxation for this file\n" +" -mb2bb-relax\t\t Back-to-back branch optimization\n" +" -mno-all-relax\t Suppress all relaxation for this file\n" +msgstr "" + +#: config/tc-nds32.c:2041 +#, c-format +msgid " -m%s%s\n" +msgstr "" + +#: config/tc-nds32.c:2048 +#, c-format +msgid " -m[no-]%-17sEnable/Disable %s\n" +msgstr "" + +#: config/tc-nds32.c:2052 +#, c-format +msgid " -mall-ext\t\t Turn on all extensions and instructions support\n" +msgstr "" + +#: config/tc-nds32.c:2367 +#, c-format +msgid "need PIC qualifier with symbol. '%s'" +msgstr "" + +#: config/tc-nds32.c:2402 +#, c-format +msgid "Operand is not a constant. `%s'" +msgstr "" + +#: config/tc-nds32.c:2490 +#, c-format +msgid "needs @GOT or @GOTOFF. %s" +msgstr "" + +#: config/tc-nds32.c:2971 +#, c-format +msgid "Duplicated pseudo-opcode %s." +msgstr "" + +#: config/tc-nds32.c:3021 +#, c-format +msgid "Too many argument. `%s'" +msgstr "" + +#. Logic here rejects the input arch name. +#: config/tc-nds32.c:3082 +#, c-format +msgid "unknown arch name `%s'\n" +msgstr "" + +#. Logic here rejects the input baseline. +#: config/tc-nds32.c:3101 +#, c-format +msgid "unknown baseline `%s'\n" +msgstr "" + +#. Logic here rejects the input FPU configuration. +#: config/tc-nds32.c:3124 +#, c-format +msgid "unknown FPU configuration `%s'\n" +msgstr "" + +#. Logic here rejects the input abi version. +#: config/tc-nds32.c:3148 +#, c-format +msgid "unknown ABI version`%s'\n" +msgstr "" + +#: config/tc-nds32.c:3753 +#, c-format +msgid "Different arguments of .vec_size are found, previous %d, current %d" +msgstr "" + +#: config/tc-nds32.c:3758 +#, c-format +msgid "Argument of .vec_size is expected 4 or 16, actual: %d." +msgstr "" + +#: config/tc-nds32.c:3762 +msgid "Argument of .vec_size is not a constant." +msgstr "" + +#: config/tc-nds32.c:4298 +#, c-format +msgid "Don't know how to handle this field. %s" +msgstr "" + +#: config/tc-nds32.c:4463 +#, c-format +msgid "instruction %s requires enabling performance extension" +msgstr "" + +#: config/tc-nds32.c:4471 +#, c-format +msgid "instruction %s requires enabling performance extension II" +msgstr "" + +#: config/tc-nds32.c:4479 +#, c-format +msgid "instruction %s requires enabling AUDIO extension" +msgstr "" + +#: config/tc-nds32.c:4487 +#, c-format +msgid "instruction %s requires enabling STRING extension" +msgstr "" + +#: config/tc-nds32.c:4496 +#, c-format +msgid "instruction %s requires enabling DIV & DX_REGS extension" +msgstr "" + +#: config/tc-nds32.c:4507 +#, c-format +msgid "instruction %s requires enabling FPU extension" +msgstr "" + +#: config/tc-nds32.c:4515 +#, c-format +msgid "instruction %s requires enabling FPU_SP extension" +msgstr "" + +#: config/tc-nds32.c:4527 config/tc-nds32.c:4547 +#, c-format +msgid "instruction %s requires enabling FPU_MAC extension" +msgstr "" + +#: config/tc-nds32.c:4535 +#, c-format +msgid "instruction %s requires enabling FPU_DP extension" +msgstr "" + +#: config/tc-nds32.c:4557 +#, c-format +msgid "instruction %s requires enabling DX_REGS extension" +msgstr "" + +#: config/tc-nds32.c:4748 +#, c-format +msgid "relax hint unrecognized instruction: line %d." +msgstr "" + +#: config/tc-nds32.c:4789 +#, c-format +msgid "Can not find match relax hint. line : %d" +msgstr "" + +#: config/tc-nds32.c:4969 +#, c-format +msgid "Internal error: Relax hint error. %s: %x" +msgstr "" + +#: config/tc-nds32.c:5041 +#, c-format +msgid "Internal error: Range error. %s" +msgstr "" + +#: config/tc-nds32.c:5123 +#, c-format +msgid "Not support instrcution %s in the baseline." +msgstr "" + +#: config/tc-nds32.c:5178 +#, c-format +msgid "Unrecognized opcode, %s." +msgstr "" + +#: config/tc-nds32.c:5181 +#, c-format +msgid "Incorrect syntax, %s." +msgstr "" + +#: config/tc-nds32.c:5175 +#, c-format +msgid "Unrecognized operand, %s." +msgstr "" + +#: config/tc-nds32.c:5187 +#, c-format +msgid "Operand out of range, %s." +msgstr "" + +#: config/tc-nds32.c:5190 +#, c-format +msgid "Prohibited register used for reduced-register, %s." +msgstr "" + +#: config/tc-nds32.c:5193 +#, c-format +msgid "Junk at end of line, %s." +msgstr "" + +#: config/tc-nds32.c:5855 +msgid "Addend to unresolved symbol is not on word boundary." +msgstr "" + +#. Should never here. +#: config/tc-nds32.c:6390 +msgid "Used FPU instructions requires enabling FPU extension" +msgstr "" + +#: config/tc-nds32.c:6580 +#, c-format +msgid "Internal error: Unknown fixup type %d (`%s')" +msgstr "" + +#: config/tc-nds32.c:6680 +msgid "need PIC qualifier with symbol." +msgstr "" + +#: config/tc-nios2.c:454 +msgid "expecting opcode string in self test mode" +msgstr "" + +#: config/tc-nios2.c:456 +#, c-format +msgid "assembly 0x%08x, expected %s" +msgstr "" + +#: config/tc-nios2.c:849 +msgid "branch offset out of range\n" +msgstr "" + +#: config/tc-nios2.c:850 +msgid "branch relaxation failed\n" +msgstr "" + +#: config/tc-nios2.c:891 +msgid "expecting conditional branch for relaxation\n" +msgstr "" + +#: config/tc-nios2.c:1146 +msgid "error checking for overflow - broken assembler" +msgstr "" + +#: config/tc-nios2.c:1162 +#, c-format +msgid "immediate value 0x%x truncated to 0x%x" +msgstr "" + +#: config/tc-nios2.c:1189 +#, c-format +msgid "call target address 0x%08x out of range 0x%08x to 0x%08x" +msgstr "" + +#: config/tc-nios2.c:1195 +#, c-format +msgid "branch offset %d out of range %d to %d" +msgstr "" + +#: config/tc-nios2.c:1205 +#, c-format +msgid "%s offset %d out of range %d to %d" +msgstr "" + +#: config/tc-nios2.c:1214 config/tc-nios2.c:1229 +#, c-format +msgid "immediate value %d out of range %d to %d" +msgstr "" + +#: config/tc-nios2.c:1219 config/tc-nios2.c:1224 +#, c-format +msgid "immediate value %u out of range %u to %u" +msgstr "" + +#: config/tc-nios2.c:1234 +#, c-format +msgid "custom instruction opcode %u out of range %u to %u" +msgstr "" + +#: config/tc-nios2.c:1239 +msgid "overflow in immediate argument" +msgstr "" + +#: config/tc-nios2.c:1311 +msgid "cannot create 64-bit relocation" +msgstr "" + +#: config/tc-nios2.c:1439 +#, c-format +msgid "internal error: broken opcode descriptor for `%s %s'\n" +msgstr "" + +#: config/tc-nios2.c:1488 +msgid "can't create relocation" +msgstr "" + +#: config/tc-nios2.c:1519 +#, c-format +msgid "unknown register %s" +msgstr "" + +#: config/tc-nios2.c:1527 +msgid "expecting control register" +msgstr "" + +#: config/tc-nios2.c:1529 +msgid "illegal use of control register" +msgstr "" + +#: config/tc-nios2.c:1531 +msgid "illegal use of coprocessor register" +msgstr "" + +#. Should never get here if we passed validation. +#: config/tc-nios2.c:1533 config/tc-nios2.c:1847 config/tc-nios2.c:1989 +#: config/tc-nios2.c:2057 +#, c-format +msgid "invalid register %s" +msgstr "" + +#: config/tc-nios2.c:1541 +msgid "" +"Register at (r1) can sometimes be corrupted by assembler optimizations.\n" +"Use .set noat to turn off those optimizations (and this warning)." +msgstr "" + +#: config/tc-nios2.c:1546 +msgid "" +"The debugger will corrupt bt (r25).\n" +"If you don't need to debug this code use .set nobreak to turn off this " +"warning." +msgstr "" + +#: config/tc-nios2.c:1550 +msgid "" +"The debugger will corrupt sstatus/ba (r30).\n" +"If you don't need to debug this code use .set nobreak to turn off this " +"warning." +msgstr "" + +#: config/tc-nios2.c:2998 config/tc-nios2.c:3022 +#, c-format +msgid "badly formed expression near %s" +msgstr "" + +#: config/tc-nios2.c:3127 +#, c-format +msgid "expecting %c near %s" +msgstr "" + +#. we cannot recover from this. +#: config/tc-nios2.c:3265 +#, c-format +msgid "unrecognized pseudo-instruction %s" +msgstr "" + +#. ??? Ideally we should do something other than as_fatal here as we can +#. continue to assemble. +#. However this function (actually the output_* functions) should not +#. have been called in the first place once an illegal instruction had +#. been encountered. +#: config/tc-nios2.c:2075 +msgid "Invalid instruction encountered, cannot recover. No assembly attempted." +msgstr "" + +#. Unrecognised instruction - error. +#: config/tc-nios2.c:3766 +#, c-format +msgid "unrecognised instruction %s" +msgstr "" + +#: config/tc-nios2.c:3886 +#, c-format +msgid "can't represent relocation type %s" +msgstr "" + +#: config/tc-nios2.c:4005 +#, c-format +msgid "Illegal operands: %%tls_ldo in %d-byte data field" +msgstr "" + +#: config/tc-nios2.c:4017 config/tc-nios2.c:4035 config/tc-nios2.c:4042 +#, c-format +msgid "Illegal operands: %%tls_ldo requires arguments in ()" +msgstr "" + +#: config/tc-nios2.c:4049 +#, c-format +msgid "Illegal operands: garbage after %%tls_ldo()" +msgstr "" + +#: config/tc-ns32k.c:1295 +#, c-format +msgid "Can not do %d byte pc-relative relocation for storage type %d" +msgstr "Cannot do %d byte pc-relative relocation for storage type %d" + +#: config/tc-ns32k.c:1298 +#, c-format +msgid "Can not do %d byte relocation for storage type %d" +msgstr "Cannot do %d byte relocation for storage type %d" + +#: config/tc-pdp11.c:1419 +#, c-format +msgid "Can not represent %s relocation in this object file format" +msgstr "Cannot represent %s relocation in this object file format" + +#: config/tc-ppc.c:1091 config/tc-ppc.c:1148 config/tc-ppc.c:1186 +msgid "the use of -mvle requires big endian." +msgstr "" + +#: config/tc-ppc.c:1129 config/tc-ppc.c:1150 +msgid "the use of -mvle requires -a32." +msgstr "" + +#: config/tc-ppc.c:1285 +#, c-format +msgid "" +"-mppc64, -m620 generate code for PowerPC 620/625/630\n" +"-mppc64bridge generate code for PowerPC 64, including bridge " +"insns\n" +"-mbooke generate code for 32-bit PowerPC BookE\n" +"-ma2 generate code for A2 architecture\n" +"-mpower4, -mpwr4 generate code for Power4 architecture\n" +"-mpower5, -mpwr5, -mpwr5x\n" +" generate code for Power5 architecture\n" +"-mpower6, -mpwr6 generate code for Power6 architecture\n" +"-mpower7, -mpwr7 generate code for Power7 architecture\n" +"-mpower8, -mpwr8 generate code for Power8 architecture\n" +"-mcell generate code for Cell Broadband Engine " +"architecture\n" +"-mcom generate code Power/PowerPC common instructions\n" +"-many generate code for any architecture (PWR/PWRX/PPC)\n" +msgstr "" + +#: config/tc-ppc.c:1291 +#, c-format +msgid "" +"-maltivec generate code for AltiVec\n" +"-mvsx generate code for Vector-Scalar (VSX) instructions\n" +"-mhtm generate code for Hardware Transactional Memory\n" +"-me300 generate code for PowerPC e300 family\n" +"-me500, -me500x2 generate code for Motorola e500 core complex\n" +"-me500mc, generate code for Freescale e500mc core complex\n" +"-me500mc64, generate code for Freescale e500mc64 core complex\n" +"-me5500, generate code for Freescale e5500 core complex\n" +"-me6500, generate code for Freescale e6500 core complex\n" +"-mspe generate code for Motorola SPE instructions\n" +"-mvle generate code for Freescale VLE instructions\n" +"-mtitan generate code for AppliedMicro Titan core complex\n" +"-mregnames Allow symbolic names for registers\n" +"-mno-regnames Do not allow symbolic names for registers\n" +msgstr "" + +#: config/tc-ppc.c:1321 +#, c-format +msgid "" +"-nops=count when aligning, more than COUNT nops uses a branch\n" +"-ppc476-workaround warn if emitting data to code sections\n" +msgstr "" + +#: config/tc-ppc.c:1348 +#, c-format +msgid "unknown default cpu = %s, os = %s" +msgstr "" + +#: config/tc-ppc.c:1376 +msgid "neither Power nor PowerPC opcodes were selected." +msgstr "" + +#: config/tc-ppc.c:2109 config/tc-ppc.c:3598 config/tc-ppc.c:7003 +msgid "data in executable section" +msgstr "" + +#: config/tc-ppc.c:2150 config/tc-ppc.c:5238 +msgid "expected comma after symbol-name: rest of line ignored." +msgstr "" + +#: config/tc-ppc.c:2183 config/tc-ppc.c:5274 +#, c-format +msgid "ignoring attempt to re-define symbol `%s'." +msgstr "" + +#: config/tc-ppc.c:2191 +#, c-format +msgid "length of .lcomm \"%s\" is already %ld. Not changed to %ld." +msgstr "" + +#: config/tc-ppc.c:2209 +msgid "common alignment not a power of 2" +msgstr "" + +#: config/tc-ppc.c:2251 +#, c-format +msgid "expected comma after name `%s' in .localentry directive" +msgstr "" + +#: config/tc-ppc.c:2261 +msgid "missing expression in .localentry directive" +msgstr "" + +#: config/tc-ppc.c:2275 +#, c-format +msgid ".localentry expression for `%s' is not a valid power of 2" +msgstr "" + +#: config/tc-ppc.c:2289 +#, c-format +msgid ".localentry expression for `%s' does not evaluate to a constant" +msgstr "" + +#: config/tc-ppc.c:2304 +msgid "missing expression in .abiversion directive" +msgstr "" + +#: config/tc-ppc.c:2313 +msgid ".abiversion expression does not evaluate to a constant" +msgstr "" + +#: config/tc-ppc.c:2365 +msgid "relocation cannot be done when using -mrelocatable" +msgstr "" + +#: config/tc-ppc.c:2645 +#, c-format +msgid "unrecognized opcode: `%s'" +msgstr "" + +#: config/tc-ppc.c:2845 +msgid "unimplemented toc32 expression modifier" +msgstr "" + +#: config/tc-ppc.c:2850 +msgid "unimplemented toc64 expression modifier" +msgstr "" + +#: config/tc-ppc.c:3193 +#, c-format +msgid "assuming %s on symbol" +msgstr "" + +#: config/tc-ppc.c:3978 +#, c-format +msgid "no known dwarf XCOFF section for flag 0x%08x\n" +msgstr "" + +#: config/tc-ppc.c:4105 +msgid "the XCOFF file format does not support arbitrary sections" +msgstr "" + +#: config/tc-ppc.c:5010 +msgid "no previous section to return to, ignored." +msgstr "" + +#: config/tc-ppc.c:5283 +#, c-format +msgid "length of .comm \"%s\" is already %ld. Not changed to %ld." +msgstr "" + +#. Section Contents +#. unknown +#: config/tc-ppc.c:5411 +msgid "unsupported section attribute -- 'a'" +msgstr "" + +#: config/tc-ppc.c:5687 +msgid "unrecognized symbol suffix" +msgstr "" + +#: config/tc-ppc.c:7077 +msgid "unable to resolve expression" +msgstr "" + +#: config/tc-rl78.c:215 +msgid "16-bit relocation used in 8-bit operand" +msgstr "" + +#: config/tc-rl78.c:219 +msgid "8-bit relocation used in 16-bit operand" +msgstr "" + +#: config/tc-rl78.c:369 +#, c-format +msgid " RL78 specific command line options:\n" +msgstr "" + +#: config/tc-rl78.c:371 +#, c-format +msgid " --mg10 Enable support for G10 variant\n" +msgstr "" + +#: config/tc-rl78.c:375 +#, c-format +msgid " --m32bit-doubles [default]\n" +msgstr "" + +#: config/tc-rl78.c:452 +#, c-format +msgid "%%%s() must be outermost term in expression" +msgstr "" + +#: config/tc-rl78.c:696 +#, c-format +msgid "%%hi16/%%lo16 only applies to .short or .hword" +msgstr "" + +#: config/tc-rl78.c:706 +#, c-format +msgid "%%hi8 only applies to .byte" +msgstr "" + +#: config/tc-rl78.c:1456 +#, c-format +msgid "value of %ld too large for 8-bit branch" +msgstr "" + +#: config/tc-rl78.c:1467 +#, c-format +msgid "value of %ld too large for 16-bit branch" +msgstr "" + +#: config/tc-rx.c:191 +#, c-format +msgid "unrecognised RX CPU type %s" +msgstr "" + +#: config/tc-rx.c:194 +#, c-format +msgid " --mcpu=\n" +msgstr "" + +#: config/tc-s390.c:1730 +#, c-format +msgid "Unrecognized opcode format: `%s'" +msgstr "Unrecognised opcode format: `%s'" + +#: config/tc-s390.c:2001 +msgid ".machinemode stack overflow" +msgstr "" + +#: config/tc-s390.c:2008 +msgid ".machinemode stack underflow" +msgstr "" + +#: config/tc-score.c:7829 +#, c-format +msgid " -O0\t\tassembler will not perform any optimizations\n" +msgstr " -O0\t\tassembler will not perform any optimisations\n" + +#: config/tc-sh.c:2695 config/tc-sh.c:2700 +msgid "invalid movx dsp register" +msgstr "invalid movx DSP register" + +#: config/tc-sh.c:2719 config/tc-sh.c:2724 +msgid "invalid movy dsp register" +msgstr "invalid movy DSP register" + +#: config/tc-sh.c:2734 +msgid "dsp immediate shift value not constant" +msgstr "DSP immediate shift value not constant" + +#: config/tc-sh.c:2840 +msgid "condition not followed by conditionalizable insn" +msgstr "condition not followed by conditionalisable insn" + +#: config/tc-sh.c:2850 +msgid "unrecognized characters at end of parallel processing insn" +msgstr "unrecognised characters at end of parallel processing insn" + +#: config/tc-sh.c:3329 +#, c-format +msgid "" +"SH options:\n" +"--little\t\tgenerate little endian code\n" +"--big\t\t\tgenerate big endian code\n" +"--relax\t\t\talter jump instructions for long displacements\n" +"--renesas\t\tdisable optimization with section symbol for\n" +"\t\t\tcompatibility with Renesas assembler.\n" +"--small\t\t\talign sections to 4 byte boundaries, not 16\n" +"--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n" +"--allow-reg-prefix\tallow '$' as a register name prefix.\n" +"--isa=[any\t\tuse most appropriate isa\n" +" | dsp same as '-dsp'\n" +" | fp" +msgstr "" +"SH options:\n" +"--little\t\tgenerate little endian code\n" +"--big\t\t\tgenerate big endian code\n" +"--relax\t\t\talter jump instructions for long displacements\n" +"--renesas\t\tdisable optimisation with section symbol for\n" +"\t\t\tcompatibility with Renesas assembler.\n" +"--small\t\t\talign sections to 4 byte boundaries, not 16\n" +"--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n" +"--allow-reg-prefix\tallow '$' as a register name prefix.\n" +"--isa=[any\t\tuse most appropriate isa\n" +" | dsp same as '-dsp'\n" +" | fp" + +#: config/tc-sh64.c:1498 config/tc-sh64.c:1510 +#, c-format +msgid "invalid operand, not a 11-bit signed value: %d" +msgstr "invalid operand, not an 11-bit signed value: %d" + +#: config/tc-sparc.c:1910 config/tc-sparc.c:1916 config/tc-sparc.c:1925 +msgid ": unrecognizable privileged register" +msgstr ": unrecognisable privileged register" + +#: config/tc-sparc.c:1948 config/tc-sparc.c:1954 config/tc-sparc.c:1963 +msgid ": unrecognizable hyperprivileged register" +msgstr ": unrecognisable hyperprivileged register" + +#: config/tc-sparc.c:1798 config/tc-sparc.c:1823 +msgid ": unrecognizable v9a or v9b ancillary state register" +msgstr ": unrecognisable v9a or v9b ancillary state register" + +#. %sys_tick and %sys_tick_cmpr are v9bnotv9a +#: config/tc-sparc.c:1811 +msgid ": unrecognizable v9a ancillary state register" +msgstr ": unrecognisable v9a ancillary state register" + +#: config/tc-sparc.c:2085 +msgid ": crypto immediate must be between 0 and 31" +msgstr "" + +#: config/tc-sparc.c:2094 +msgid ": expecting crypto immediate" +msgstr "" + +#: config/tc-sparc.c:2595 +msgid ": Instruction requires frs2 and frsd must be the same register" +msgstr "" + +#: config/tc-sparc.c:2925 +msgid ": Immediate value in cbcond is out of range." +msgstr "" + +#: config/tc-tic30.c:770 config/tc-tic30.c:1513 +#, c-format +msgid "Unbalanced parenthesis in %s operand." +msgstr "Unbalanced bracket (parenthesis) in %s operand." + +#: config/tc-tic54x.c:778 +#, c-format +msgid "Unrecognized struct/union tag '%s'" +msgstr "Unrecognised struct/union tag '%s'" + +#: config/tc-tic54x.c:897 +#, c-format +msgid "Unrecognized field type '%c'" +msgstr "Unrecognised field type '%c'" + +#: config/tc-tic54x.c:1503 +#, c-format +msgid "Unrecognized version '%s'" +msgstr "Unrecognised version '%s'" + +#: config/tc-tic54x.c:1832 config/tc-tic54x.c:2131 +#, c-format +msgid "Unrecognized section '%s'" +msgstr "Unrecognised section '%s'" + +#: config/tc-tic54x.c:1841 +msgid "Current section is unitialized, section name required for .clink" +msgstr "Current section is unitialised, section name required for .clink" + +#: config/tc-tic54x.c:2137 +msgid ".sblock may be used for initialized sections only" +msgstr ".sblock may be used for initialised sections only" + +#: config/tc-tic54x.c:3099 +#, c-format +msgid "Unbalanced parenthesis in operand %d" +msgstr "Unbalanced bracket (parenthesis) in operand %d" + +#: config/tc-tic54x.c:3574 +#, c-format +msgid "Unrecognized indirect address format \"%s\"" +msgstr "Unrecognised indirect address format \"%s\"" + +#: config/tc-tic54x.c:3651 config/tc-tic54x.c:3713 config/tc-tic54x.c:3741 +#, c-format +msgid "Unrecognized condition code \"%s\"" +msgstr "Unrecognised condition code \"%s\"" + +#: config/tc-tic54x.c:3766 +msgid "" +"Address mode *+ARx is not allowed in memory-mapped register addressing. " +"Resulting behavior is undefined." +msgstr "" +"Address mode *+ARx is not allowed in memory-mapped register addressing. " +"Resulting behaviour is undefined." + +#: config/tc-tic54x.c:3916 +#, c-format +msgid "Unrecognized status bit \"%s\"" +msgstr "Unrecognised status bit \"%s\"" + +#: config/tc-tic54x.c:4154 +#, c-format +msgid "Unrecognized instruction \"%s\"" +msgstr "Unrecognised instruction \"%s\"" + +#: config/tc-tic54x.c:4183 +#, c-format +msgid "Unrecognized operand list '%s' for instruction '%s'" +msgstr "Unrecognised operand list '%s' for instruction '%s'" + +#: config/tc-tic54x.c:4212 +#, c-format +msgid "Unrecognized parallel instruction \"%s\"" +msgstr "Unrecognised parallel instruction \"%s\"" + +#: config/tc-tic54x.c:4264 +#, c-format +msgid "Unrecognized parallel instruction combination \"%s || %s\"" +msgstr "Unrecognised parallel instruction combination \"%s || %s\"" + +#: config/tc-tic54x.c:4525 +msgid "Unrecognized substitution symbol function" +msgstr "Unrecognised substitution symbol function" + +#: config/tc-tic54x.c:4887 +#, c-format +msgid "Unrecognized parallel instruction '%s'" +msgstr "Unrecognised parallel instruction '%s'" + +#: config/tc-tic54x.c:4918 +#, c-format +msgid "" +"Instruction does not fit in available delay slots (%d-word insn, %d slots " +"left). Resulting behavior is undefined." +msgstr "" +"Instruction does not fit in available delay slots (%d-word insn, %d slots " +"left). Resulting behaviour is undefined." + +#: config/tc-tic54x.c:4928 +msgid "" +"Instructions which cause PC discontinuity are not allowed in a delay slot. " +"Resulting behavior is undefined." +msgstr "" +"Instructions which cause PC discontinuity are not allowed in a delay slot. " +"Resulting behaviour is undefined." + +#: config/tc-tic54x.c:4939 +#, c-format +msgid "'%s' is not repeatable. Resulting behavior is undefined." +msgstr "'%s' is not repeatable. Resulting behaviour is undefined." + +#: config/tc-tic54x.c:4943 +msgid "" +"Instructions using long offset modifiers or absolute addresses are not " +"repeatable. Resulting behavior is undefined." +msgstr "" +"Instructions using long offset modifiers or absolute addresses are not " +"repeatable. Resulting behaviour is undefined." + +#: config/tc-tilegx.c:142 +#, c-format +msgid "" +" -Q ignored\n" +" -V print assembler version number\n" +" -EB/-EL generate big-endian/little-endian code\n" +" --32/--64 generate 32bit/64bit code\n" +msgstr "" + +#: config/tc-v850.c:1548 +#, c-format +msgid " -mv850e2v4 Alias for -mv850e3v5\n" +msgstr "" + +#: config/tc-v850.c:1549 +#, c-format +msgid " -mv850e3v5 The code is targeted at the v850e3v5\n" +msgstr "" + +#: config/tc-v850.c:1556 +#, c-format +msgid " -mgcc-abi Mark the binary as using the old GCC ABI\n" +msgstr "" + +#: config/tc-v850.c:1557 +#, c-format +msgid "" +" -mrh850-abi Mark the binary as using the RH850 ABI " +"(default)\n" +msgstr "" + +#: config/tc-v850.c:1558 +#, c-format +msgid " -m8byte-align Mark the binary as using 64-bit alignment\n" +msgstr "" + +#: config/tc-v850.c:1559 +#, c-format +msgid "" +" -m4byte-align Mark the binary as using 32-bit alignment " +"(default)\n" +msgstr "" + +#: config/tc-v850.c:2046 +msgid "ctoff() is not supported by the rh850 ABI. Use -mgcc-abi instead" +msgstr "" + +#: config/tc-v850.c:2494 +#, c-format +msgid "AAARG -> unhandled constant reloc: %d" +msgstr "" + +#: config/tc-v850.c:2831 +msgid "invalid cache oparation name" +msgstr "" + +#: config/tc-v850.c:2836 +msgid "invalid pref oparation name" +msgstr "" + +#: config/tc-v850.c:2841 +msgid "invalid vector register name" +msgstr "" + +#: config/tc-v850.c:2910 +msgid "syntax error: vector register not expected" +msgstr "" + +#: config/tc-v850.c:2957 +msgid "displacement is too large" +msgstr "" + +#: config/tc-v850.c:3088 +msgid "loop: 32-bit displacement not supported" +msgstr "" + +#: config/tc-xgate.c:215 +msgid " architecture variant invalid" +msgstr "" + +#: config/tc-xgate.c:370 +#, c-format +msgid "" +"Freescale XGATE co-processor options:\n" +" -mshort use 16-bit int ABI (default)\n" +" -mlong use 32-bit int ABI\n" +" -mshort-double use 32-bit double ABI\n" +" -mlong-double use 64-bit double ABI (default)\n" +" --mxgate specify the processor variant[default %s]\n" +" --print-insn-syntax print the syntax of instruction in case of error\n" +" --print-opcodes print the list of instructions with syntax\n" +" --generate-example generate an example of each instruction" +msgstr "" + +#: config/tc-xgate.c:493 +msgid "opcode missing or not found on input line" +msgstr "" + +#: config/tc-xgate.c:498 +#, c-format +msgid "opcode %s not found in opcode hash table" +msgstr "" + +#: config/tc-xgate.c:511 +msgid "matching operands to opcode " +msgstr "" + +#: config/tc-xgate.c:549 +msgid ": processing macro, real opcode handle not found in hash" +msgstr "" + +#: config/tc-xgate.c:680 +#, c-format +msgid "Value %ld not aligned by 2 for 9-bit PC-relative branch." +msgstr "" + +#: config/tc-xgate.c:697 +#, c-format +msgid "Value %ld not aligned by 2 for 10-bit PC-relative branch." +msgstr "" + +#: config/tc-xgate.c:724 +msgid "Value out of 3-bit range." +msgstr "" + +#: config/tc-xgate.c:731 +msgid "Value out of 4-bit range." +msgstr "" + +#: config/tc-xgate.c:738 +msgid "Value out of 5-bit range." +msgstr "" + +#: config/tc-xgate.c:875 +msgid ":operand has too many bits" +msgstr "" + +#: config/tc-xgate.c:987 +msgid "unknown operand count" +msgstr "" + +#: config/tc-xgate.c:1230 config/tc-xgate.c:1242 +msgid ": expected register name r0-r7 " +msgstr "" + +#: config/tc-xgate.c:1278 +#, c-format +msgid ":operand value(%d) too big for constraint" +msgstr "" + +#: config/tc-xgate.c:1296 +msgid "you must use a hi/lo directive or 16-bit macro to load a 16-bit value." +msgstr "" + +#: config/tc-xgate.c:1309 +msgid ":unknown relocation constraint size" +msgstr "" + +#: config/tc-xgate.c:1316 +msgid ": expected register name ccr " +msgstr "" + +#: config/tc-xgate.c:1322 +msgid ": expected register name pc " +msgstr "" + +#: config/tc-xtensa.c:10244 +msgid "jump target out of range; no usable trampoline found" +msgstr "" + +#: config/tc-z80.c:516 config/tc-z80.c:522 +msgid "mismatched parentheses" +msgstr "mismatched brackets (parentheses)" + +#: config/tc-z80.c:1743 +msgid "parentheses ignored" +msgstr "brackets (parentheses) ignored" + +#: config/tc-z80.c:1948 read.c:3733 +#, c-format +msgid "junk at end of line, first unrecognized character is `%c'" +msgstr "junk at end of line, first unrecognised character is `%c'" + +#: ecoff.c:2711 +msgid "Unrecognized .type argument" +msgstr "Unrecognised .type argument" + +#: frags.c:115 +#, c-format +msgid "can't extend frag %lu chars" +msgstr "" + +#: listing.c:619 +#, c-format +msgid "unable to rebuffer file: %s\n" +msgstr "" + +#: read.c:701 +msgid "cannot change section or subsection inside .bundle_lock" +msgstr "" + +#: read.c:717 +#, c-format +msgid "" +".bundle_lock sequence at %u bytes but .bundle_align_mode limit is %u bytes" +msgstr "" + +#: read.c:726 +#, c-format +msgid "single instruction is %u bytes long but .bundle_align_mode limit is %u" +msgstr "" + +#: read.c:1371 +msgid ".bundle_lock with no matching .bundle_unlock" +msgstr "" + +#: read.c:1685 +msgid "symbol name not recognised in the current locale" +msgstr "" + +#: read.c:2406 +#, c-format +msgid "unrecognized .linkonce type `%s'" +msgstr "unrecognised .linkonce type `%s'" + +#: read.c:3007 +#, c-format +msgid "unrecognized section type `%s'" +msgstr "unrecognised section type `%s'" + +#: read.c:3035 +#, c-format +msgid "unrecognized section command `%s'" +msgstr "unrecognised section command `%s'" + +#: read.c:3736 +#, c-format +msgid "junk at end of line, first unrecognized character valued 0x%x" +msgstr "junk at end of line, first unrecognised character valued 0x%x" + +#: read.c:4128 +msgid "unrecognized reloc type" +msgstr "unrecognised reloc type" + +#: read.c:4547 +#, c-format +msgid "%s relocations do not fit in %u bytes\n" +msgstr "" + +#: read.c:6145 +#, c-format +msgid ".bundle_align_mode alignment too large (maximum %u)" +msgstr "" + +#: read.c:6150 +msgid "cannot change .bundle_align_mode inside .bundle_lock" +msgstr "" + +#: read.c:6164 +msgid ".bundle_lock is meaningless without .bundle_align_mode" +msgstr "" + +#: read.c:6185 +msgid ".bundle_unlock without preceding .bundle_lock" +msgstr "" + +#: read.c:6198 +#, c-format +msgid ".bundle_lock sequence is %u bytes, but bundle size only %u" +msgstr "" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/gnupg.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/gnupg.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/gnupg.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/gnupg.po 2016-10-10 10:34:09.000000000 +0000 @@ -0,0 +1,432 @@ +# English (Australia) translation for gnupg +# Copyright (c) 2006 Rosetta Contributors and Canonical Ltd 2006 +# This file is distributed under the same license as the gnupg package. +# FIRST AUTHOR , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: gnupg\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2015-12-20 08:53+0100\n" +"PO-Revision-Date: 2016-04-17 10:33+0000\n" +"Last-Translator: Joel Pickett \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 10:51+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: cipher/primegen.c:119 +#, c-format +msgid "can't gen prime with pbits=%u qbits=%u\n" +msgstr "can't generate prime with pbits=%u qbits=%u\n" + +#: cipher/rndegd.c:200 +msgid "" +"Please wait, entropy is being gathered. Do some work if it would\n" +"keep you from getting bored, because it will improve the quality\n" +"of the entropy.\n" +msgstr "" +"Please wait while entropy is being gathered. Do some work to help\n" +"improve the quality of the entropy and to prevent being bored.\n" + +#: cipher/rndlinux.c:134 +#, c-format +msgid "" +"\n" +"Not enough random bytes available. Please do some other work to give\n" +"the OS a chance to collect more entropy! (Need %d more bytes)\n" +msgstr "" +"\n" +"Not enough random bytes available. Please do some other work to give\n" +"the OS a chance to collect more entropy! (Need %d more bytes)\n" + +#: g10/app-openpgp.c:698 +#, c-format +msgid "failed to store the fingerprint: %s\n" +msgstr "could not store the fingerprint: %s\n" + +#: g10/app-openpgp.c:711 +#, c-format +msgid "failed to store the creation date: %s\n" +msgstr "could not store the creation date: %s\n" + +#: g10/app-openpgp.c:1150 +#, c-format +msgid "reading public key failed: %s\n" +msgstr "could not read public key: %s\n" + +#: g10/app-openpgp.c:2023 g10/card-util.c:108 +msgid "Reset Code not or not anymore available\n" +msgstr "Reset Code is not available any more.\n" + +#: g10/armor.c:383 +#, c-format +msgid "armor: %s\n" +msgstr "armour: %s\n" + +#: g10/armor.c:448 +msgid "invalid armor header: " +msgstr "invalid armour header: " + +#: g10/armor.c:459 +msgid "armor header: " +msgstr "armour header: " + +#: g10/armor.c:485 +msgid "unknown armor header: " +msgstr "unknown armour header: " + +#: g10/armor.c:681 +msgid "unexpected armor: " +msgstr "unexpected armour: " + +#: g10/armor.c:1292 +#, c-format +msgid "invalid armor: line longer than %d characters\n" +msgstr "invalid armour: line longer than %d characters\n" + +#: g10/armor.c:1296 +msgid "" +"quoted printable character in armor - probably a buggy MTA has been used\n" +msgstr "" +"quoted printable character in armour - probably a buggy MTA has been used\n" + +#: g10/encode.c:229 +#, c-format +msgid "using cipher %s\n" +msgstr "using cypher %s\n" + +#: g10/encode.c:506 +msgid "" +"unable to use the IDEA cipher for all of the keys you are encrypting to.\n" +msgstr "" +"unable to use the IDEA cypher for all of the keys you are encrypting to.\n" + +#: g10/encode.c:516 +#, c-format +msgid "" +"WARNING: forcing symmetric cipher %s (%d) violates recipient preferences\n" +msgstr "" +"WARNING: forcing symmetric cypher %s (%d) violates recipient preferences\n" + +#: g10/encode.c:699 +#, c-format +msgid "forcing symmetric cipher %s (%d) violates recipient preferences\n" +msgstr "forcing symmetric cypher %s (%d) violates recipient preferences\n" + +#: g10/encr-data.c:134 +msgid "" +"WARNING: message was encrypted with a weak key in the symmetric cipher.\n" +msgstr "" +"WARNING: message was encrypted with a weak key in the symmetric cypher.\n" + +#: g10/gpg.c:395 +msgid "encryption only with symmetric cipher" +msgstr "encryption only with symmetric cypher" + +#: g10/gpg.c:453 +msgid "create ascii armored output" +msgstr "create ASCII armoured output" + +#: g10/gpg.c:543 +msgid "use strict OpenPGP behavior" +msgstr "use strict OpenPGP behaviour" + +#: g10/gpg.c:821 g10/keyedit.c:2323 +msgid "Cipher: " +msgstr "Cypher: " + +#: g10/gpg.c:3027 +msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" +msgstr "encrypting a message in --pgp2 mode requires the IDEA cypher\n" + +#: g10/gpg.c:3091 g10/gpg.c:3115 +msgid "selected cipher algorithm is invalid\n" +msgstr "selected cypher algorithm is invalid\n" + +#: g10/gpg.c:3150 +msgid "invalid personal cipher preferences\n" +msgstr "invalid personal cypher preferences\n" + +#: g10/gpg.c:3238 +#, c-format +msgid "you may not use cipher algorithm `%s' while in %s mode\n" +msgstr "you may not use cypher algorithm `%s' while in %s mode\n" + +#: g10/gpg.c:3357 +#, c-format +msgid "failed to initialize the TrustDB: %s\n" +msgstr "failed to initialise the TrustDB: %s\n" + +#: g10/gpg.c:3743 +#, c-format +msgid "dearmoring failed: %s\n" +msgstr "dearmouring failed: %s\n" + +#: g10/gpg.c:3751 +#, c-format +msgid "enarmoring failed: %s\n" +msgstr "enarmouring failed: %s\n" + +#: g10/helptext.c:120 +msgid "please enter an optional but highly suggested email address" +msgstr "please enter an optional but highly suggested e-mail address" + +#: g10/helptext.c:146 +msgid "" +"When you sign a user ID on a key, you should first verify that the key\n" +"belongs to the person named in the user ID. It is useful for others to\n" +"know how carefully you verified this.\n" +"\n" +"\"0\" means you make no particular claim as to how carefully you verified " +"the\n" +" key.\n" +"\n" +"\"1\" means you believe the key is owned by the person who claims to own it\n" +" but you could not, or did not verify the key at all. This is useful " +"for\n" +" a \"persona\" verification, where you sign the key of a pseudonymous " +"user.\n" +"\n" +"\"2\" means you did casual verification of the key. For example, this " +"could\n" +" mean that you verified the key fingerprint and checked the user ID on " +"the\n" +" key against a photo ID.\n" +"\n" +"\"3\" means you did extensive verification of the key. For example, this " +"could\n" +" mean that you verified the key fingerprint with the owner of the key in\n" +" person, and that you checked, by means of a hard to forge document with " +"a\n" +" photo ID (such as a passport) that the name of the key owner matches " +"the\n" +" name in the user ID on the key, and finally that you verified (by " +"exchange\n" +" of email) that the email address on the key belongs to the key owner.\n" +"\n" +"Note that the examples given above for levels 2 and 3 are *only* examples.\n" +"In the end, it is up to you to decide just what \"casual\" and \"extensive" +"\"\n" +"mean to you when you sign other keys.\n" +"\n" +"If you don't know what the right answer is, answer \"0\"." +msgstr "" +"When you sign a user ID on a key, you should first verify that the key\n" +"belongs to the person named in the user ID. It is useful for others to\n" +"know how carefully you verified this.\n" +"\n" +"\"0\" means you make no particular claim as to how carefully you verified " +"the\n" +" key.\n" +"\n" +"\"1\" means you believe the key is owned by the person who claims to own it\n" +" but you could not, or did not verify the key at all. This is useful " +"for\n" +" a \"persona\" verification, where you sign the key of a pseudonymous " +"user.\n" +"\n" +"\"2\" means you did casual verification of the key. For example, this " +"could\n" +" mean that you verified the key fingerprint and checked the user ID on " +"the\n" +" key against a photo ID.\n" +"\n" +"\"3\" means you did extensive verification of the key. For example, this " +"could\n" +" mean that you verified the key fingerprint with the owner of the key in\n" +" person, and that you checked, by means of a hard to forge document with " +"a\n" +" photo ID (such as a passport) that the name of the key owner matches " +"the\n" +" name in the user ID on the key, and finally that you verified (by " +"exchange\n" +" of e-mail) that the e-mail address on the key belongs to the key owner.\n" +"\n" +"Note that the examples given above for levels 2 and 3 are *only* examples.\n" +"In the end, it is up to you to decide just what \"casual\" and \"extensive" +"\"\n" +"mean to you when you sign other keys.\n" +"\n" +"If you don't know what the right answer is, answer \"0\"." + +#: g10/helptext.c:213 +msgid "" +"This is a signature which binds the user ID to the key. It is\n" +"usually not a good idea to remove such a signature. Actually\n" +"GnuPG might not be able to use this key anymore. So do this\n" +"only if this self-signature is for some reason not valid and\n" +"a second one is available." +msgstr "" +"This is a signature which binds the user ID to the key. It is\n" +"usually not a good idea to remove such a signature. Actually\n" +"GnuPG might not be able to use this key any more. So do this\n" +"only if this self-signature is for some reason not valid and\n" +"a second one is available." + +#: g10/helptext.c:254 +msgid "" +"You should specify a reason for the certification. Depending on the\n" +"context you have the ability to choose from this list:\n" +" \"Key has been compromised\"\n" +" Use this if you have a reason to believe that unauthorized persons\n" +" got access to your secret key.\n" +" \"Key is superseded\"\n" +" Use this if you have replaced this key with a newer one.\n" +" \"Key is no longer used\"\n" +" Use this if you have retired this key.\n" +" \"User ID is no longer valid\"\n" +" Use this to state that the user ID should not longer be used;\n" +" this is normally used to mark an email address invalid.\n" +msgstr "" +"You should specify a reason for the certification. Depending on the\n" +"context you have the ability to choose from this list:\n" +" \"Key has been compromised\"\n" +" Use this if you have a reason to believe that unauthorised persons\n" +" got access to your secret key.\n" +" \"Key is superseded\"\n" +" Use this if you have replaced this key with a newer one.\n" +" \"Key is no longer used\"\n" +" Use this if you have retired this key.\n" +" \"User ID is no longer valid\"\n" +" Use this to state that the user ID should not longer be used;\n" +" this is normally used to mark an e-mail address invalid.\n" + +#: g10/import.c:101 +msgid "repair damage from the pks keyserver during import" +msgstr "repair damage from the PKS keyserver during import" + +#: g10/import.c:700 +#, c-format +msgid " \"%s\": preference for cipher algorithm %s\n" +msgstr " \"%s\": preference for cypher algorithm %s\n" + +#: g10/import.c:1243 +#, c-format +msgid "key %s: secret key with invalid cipher %d - skipped\n" +msgstr "key %s: secret key with invalid cypher %d - skipped\n" + +#: g10/keyedit.c:3309 +#, c-format +msgid "User ID \"%s\": already minimized\n" +msgstr "User ID \"%s\": already minimised\n" + +#: g10/keygen.c:271 +msgid "too many cipher preferences\n" +msgstr "too many cypher preferences\n" + +#: g10/keygen.c:1823 +msgid "" +"\n" +"You need a user ID to identify your key; the software constructs the user " +"ID\n" +"from the Real Name, Comment and Email Address in this form:\n" +" \"Heinrich Heine (Der Dichter) \"\n" +"\n" +msgstr "" +"\n" +"You need a user ID to identify your key; the software constructs the user " +"ID\n" +"from the Real Name, Comment and E-mail Address in this form:\n" +" \"Heinrich Heine (Der Dichter) \"\n" +"\n" + +#: g10/keygen.c:1856 +msgid "Email address: " +msgstr "E-mail address: " + +#: g10/keygen.c:1862 +msgid "Not a valid email address\n" +msgstr "Not a valid e-mail address\n" + +#: g10/keygen.c:1910 +msgid "Please don't put the email address into the real name or the comment\n" +msgstr "" +"Please don't put the e-mail address into the real name or the comment\n" + +#: g10/keygen.c:1936 +msgid "Change (N)ame, (C)omment, (E)mail or (Q)uit? " +msgstr "Change (N)ame, (C)omment, (E)-mail or (Q)uit? " + +#: g10/keygen.c:1937 +msgid "Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? " +msgstr "Change (N)ame, (C)omment, (E)-mail or (O)kay/(Q)uit? " + +#: g10/keygen.c:2034 +msgid "" +"We need to generate a lot of random bytes. It is a good idea to perform\n" +"some other action (type on the keyboard, move the mouse, utilize the\n" +"disks) during the prime generation; this gives the random number\n" +"generator a better chance to gain enough entropy.\n" +msgstr "" +"We need to generate a lot of random bytes. It is a good idea to perform\n" +"some other action (type on the keyboard, move the mouse, use the\n" +"disks) during the prime generation; this gives the random number\n" +"generator a better chance to gain enough entropy.\n" + +#: g10/keygen.c:2899 +msgid "Key generation canceled.\n" +msgstr "Key generation cancelled.\n" + +#: g10/keyring.c:1304 +msgid "WARNING: 2 files with confidential information exists.\n" +msgstr "WARNING: 2 files with confidential information exist.\n" + +#: g10/keyserver.c:81 +msgid "honor the preferred keyserver URL set on the key" +msgstr "honour the preferred keyserver URL set on the key" + +#: g10/keyserver.c:83 +msgid "honor the PKA record set on a key when retrieving keys" +msgstr "honour the PKA record set on a key when retrieving keys" + +#: g10/mainproc.c:568 +#, c-format +msgid "IDEA cipher unavailable, optimistically attempting to use %s instead\n" +msgstr "IDEA cypher unavailable, optimistically attempting to use %s instead\n" + +#: g10/misc.c:326 +#, c-format +msgid "WARNING: using experimental cipher algorithm %s\n" +msgstr "WARNING: using experimental cypher algorithm %s\n" + +#: g10/pubkey-enc.c:240 +#, c-format +msgid "cipher algorithm %d%s is unknown or disabled\n" +msgstr "cypher algorithm %d%s is unknown or disabled\n" + +#: g10/pubkey-enc.c:276 +#, c-format +msgid "WARNING: cipher algorithm %s not found in recipient preferences\n" +msgstr "WARNING: cypher algorithm %s not found in recipient preferences\n" + +#: g10/revoke.c:327 g10/revoke.c:550 +msgid "ASCII armored output forced.\n" +msgstr "ASCII armoured output forced.\n" + +#: g10/seskey.c:56 +#, c-format +msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" +msgstr "cannot avoid weak key for symmetric cypher; tried %d times!\n" + +#: util/errors.c:64 +msgid "unknown cipher algorithm" +msgstr "unknown cypher algorithm" + +#: util/errors.c:67 +msgid "invalid armor" +msgstr "invalid armour" + +#: util/errors.c:80 +msgid "unimplemented cipher algorithm" +msgstr "unimplemented cypher algorithm" + +#: util/errors.c:107 +msgid "canceled" +msgstr "cancelled" + +#: util/secmem.c:359 +msgid "operation is not possible without initialized secure memory\n" +msgstr "operation is not possible without initialised secure memory\n" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/gold.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/gold.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/gold.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/gold.po 2016-10-10 10:34:05.000000000 +0000 @@ -0,0 +1,1384 @@ +# English (Australia) translation for binutils +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the binutils package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: binutils\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-02-10 09:42+1030\n" +"PO-Revision-Date: 2011-11-19 00:08+0000\n" +"Last-Translator: Joel Addison \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 10:37+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: archive.cc:135 +#, c-format +msgid "script or expression reference to %s" +msgstr "" + +#: archive.cc:1277 +#, c-format +msgid "%s: lib groups: %u\n" +msgstr "" + +#: archive.cc:1279 +#, c-format +msgid "%s: total lib groups members: %u\n" +msgstr "" + +#: archive.cc:1281 +#, c-format +msgid "%s: loaded lib groups members: %u\n" +msgstr "" + +#: arm-reloc-property.cc:303 +#, c-format +msgid "invalid reloc %u" +msgstr "" + +#: arm-reloc-property.cc:316 +msgid "reloc " +msgstr "" + +#: arm-reloc-property.cc:316 +msgid "unimplemented reloc " +msgstr "" + +#: arm-reloc-property.cc:319 +msgid "dynamic reloc " +msgstr "" + +#: arm-reloc-property.cc:322 +msgid "private reloc " +msgstr "" + +#: arm-reloc-property.cc:325 +msgid "obsolete reloc " +msgstr "" + +#: arm.cc:1074 +msgid "** ARM cantunwind" +msgstr "" + +#: arm.cc:4037 +#, c-format +msgid "%s: Thumb BLX instruction targets thumb function '%s'." +msgstr "" + +#: arm.cc:4183 +msgid "conditional branch to PLT in THUMB-2 not supported yet." +msgstr "" + +#: arm.cc:5263 +msgid "PREL31 overflow in EXIDX_CANTUNWIND entry" +msgstr "" + +#. Something is wrong with this section. Better not touch it. +#: arm.cc:5509 +#, c-format +msgid "uneven .ARM.exidx section size in %s section %u" +msgstr "" + +#: arm.cc:5835 +msgid "Found non-EXIDX input sections in EXIDX output section" +msgstr "" + +#: arm.cc:5889 arm.cc:5893 +#, c-format +msgid "" +"unwinding may not work because EXIDX input section %u of %s is not in EXIDX " +"output section" +msgstr "" + +#: arm.cc:6179 +#, c-format +msgid "" +"cannot scan executable section %u of %s for Cortex-A8 erratum because it has " +"no mapping symbols." +msgstr "" + +#: arm.cc:6639 +#, c-format +msgid "EXIDX section %s(%u) links to invalid section %u in %s" +msgstr "" + +#: arm.cc:6648 +#, c-format +msgid "EXIDX sections %s(%u) and %s(%u) both link to text section%s(%u) in %s" +msgstr "" + +#: arm.cc:6662 +#, c-format +msgid "EXIDX section %s(%u) links to non-allocated section %s(%u) in %s" +msgstr "" + +#. I would like to make this an error but currently ld just ignores +#. this. +#: arm.cc:6672 +#, c-format +msgid "EXIDX section %s(%u) links to non-executable section %s(%u) in %s" +msgstr "" + +#: arm.cc:6756 +#, c-format +msgid "SHF_LINK_ORDER not set in EXIDX section %s of %s" +msgstr "" + +#: arm.cc:6789 +#, c-format +msgid "relocation section %u has invalid info %u" +msgstr "" + +#: arm.cc:6795 +#, c-format +msgid "section %u has multiple relocation sections %u and %u" +msgstr "" + +#: arm.cc:7155 +#, c-format +msgid "undefined or discarded local symbol %u from object %s in GOT" +msgstr "" + +#: arm.cc:7177 +#, c-format +msgid "undefined or discarded symbol %s in GOT" +msgstr "" + +#: arm.cc:7844 +#, c-format +msgid "requires unsupported dynamic reloc %s; recompile with -fPIC" +msgstr "" + +#: arm.cc:8725 +msgid "" +"unable to provide V4BX reloc interworking fix up; the target profile does " +"not support BX instruction" +msgstr "" + +#: arm.cc:8859 +#, c-format +msgid "cannot relocate %s in object file" +msgstr "" + +#: arm.cc:9333 arm.cc:9914 +#, c-format +msgid "relocation overflow in %s" +msgstr "" + +#: arm.cc:9341 arm.cc:9919 +#, c-format +msgid "unexpected opcode while processing relocation %s" +msgstr "" + +#: arm.cc:9564 +#, c-format +msgid "%s: unexpected %s in object file" +msgstr "" + +#: arm.cc:9899 +#, c-format +msgid "cannot handle %s in a relocatable link" +msgstr "" + +#: arm.cc:10003 +#, c-format +msgid "Source object %s has EABI version %d but output has EABI version %d." +msgstr "" + +#: arm.cc:10296 +#, c-format +msgid "%s: unknown CPU architecture" +msgstr "" + +#: arm.cc:10333 +#, c-format +msgid "%s: conflicting CPU architectures %d/%d" +msgstr "" + +#: arm.cc:10471 +#, c-format +msgid "%s has both the current and legacy Tag_MPextension_use attributes" +msgstr "" + +#: arm.cc:10499 +#, c-format +msgid "%s uses VFP register arguments, output does not" +msgstr "" + +#: arm.cc:10645 +#, c-format +msgid "conflicting architecture profiles %c/%c" +msgstr "" + +#. It's sometimes ok to mix different configs, so this is only +#. a warning. +#: arm.cc:10703 +#, c-format +msgid "%s: conflicting platform configuration" +msgstr "" + +#: arm.cc:10712 +#, c-format +msgid "%s: conflicting use of R9" +msgstr "" + +#: arm.cc:10725 +#, c-format +msgid "%s: SB relative addressing conflicts with use of R9" +msgstr "" + +#: arm.cc:10740 +#, c-format +msgid "" +"%s uses %u-byte wchar_t yet the output is to use %u-byte wchar_t; use of " +"wchar_t values across objects may fail" +msgstr "" + +#: arm.cc:10766 +#, c-format +msgid "" +"%s uses %s enums yet the output is to use %s enums; use of enum values " +"across objects may fail" +msgstr "" + +#: arm.cc:10782 +#, c-format +msgid "%s uses iWMMXt register arguments, output does not" +msgstr "" + +#: arm.cc:10803 +#, c-format +msgid "fp16 format mismatch between %s and output" +msgstr "" + +#: arm.cc:10849 +#, c-format +msgid "%s has has both the current and legacy Tag_MPextension_use attributes" +msgstr "" + +#: arm.cc:10895 arm.cc:10988 +#, c-format +msgid "%s: unknown mandatory EABI object attribute %d" +msgstr "" + +#: arm.cc:10899 arm.cc:10993 +#, c-format +msgid "%s: unknown EABI object attribute %d" +msgstr "" + +#: arm.cc:11345 +#, c-format +msgid "cannot handle branch to local %u in a merged section %s" +msgstr "" + +#: arm.cc:11425 target-reloc.h:390 +msgid "relocation refers to discarded section" +msgstr "" + +#. We cannot handle this now. +#: arm.cc:11589 +#, c-format +msgid "multiple SHT_ARM_EXIDX sections %s and %s in a non-relocatable link" +msgstr "" + +#: attributes.cc:410 +#, c-format +msgid "%s: must be processed by '%s' toolchain" +msgstr "" + +#: attributes.cc:418 +#, c-format +msgid "%s: object tag '%d, %s' is incompatible with tag '%d, %s'" +msgstr "" + +#: common.cc:352 output.cc:2432 output.cc:2531 +#, c-format +msgid "out of patch space in section %s; relink with --incremental-full" +msgstr "" + +#: cref.cc:398 +#, c-format +msgid "" +"\n" +"Cross Reference Table\n" +"\n" +msgstr "" + +#: cref.cc:399 +msgid "Symbol" +msgstr "" + +#: cref.cc:401 +msgid "File" +msgstr "" + +#: dwarf_reader.cc:454 +#, c-format +msgid "" +"%s: DWARF info may be corrupt; offsets in a range list entry are in " +"different sections" +msgstr "" + +#: dwarf_reader.cc:1513 +#, c-format +msgid "%s: corrupt debug info in %s" +msgstr "" + +#: ehframe.cc:381 +msgid "overflow in PLT unwind data; unwinding through PLT may fail" +msgstr "" + +#: errors.cc:179 +msgid "warning" +msgstr "" + +#: errors.cc:184 +msgid "error" +msgstr "" + +#: errors.cc:190 +#, c-format +msgid "%s: %s: undefined reference to '%s'\n" +msgstr "" + +#: errors.cc:194 +#, c-format +msgid "%s: %s: undefined reference to '%s', version '%s'\n" +msgstr "" + +#: errors.cc:198 +#, c-format +msgid "" +"%s: the vtable symbol may be undefined because the class is missing its key " +"function" +msgstr "" + +#: gdb-index.cc:369 +#, c-format +msgid "%s: --gdb-index currently supports only C and C++ languages" +msgstr "" + +#. The top level DIE should be one of the above. +#: gdb-index.cc:390 +#, c-format +msgid "%s: top level DIE is not DW_TAG_compile_unit or DW_TAG_type_unit" +msgstr "" + +#: gdb-index.cc:844 +#, c-format +msgid "" +"%s: DWARF info may be corrupt; low_pc and high_pc are in different sections" +msgstr "" + +#: gdb-index.cc:970 +#, c-format +msgid "%s: DWARF CUs: %u\n" +msgstr "" + +#: gdb-index.cc:972 +#, c-format +msgid "%s: DWARF CUs without pubnames/pubtypes: %u\n" +msgstr "" + +#: gdb-index.cc:974 +#, c-format +msgid "%s: DWARF TUs: %u\n" +msgstr "" + +#: gdb-index.cc:976 +#, c-format +msgid "%s: DWARF TUs without pubnames/pubtypes: %u\n" +msgstr "" + +#: gdb-index.h:149 +msgid "** gdb_index" +msgstr "" + +#: gold.cc:221 +msgid "linking with --incremental-full" +msgstr "" + +#: gold.cc:223 +msgid "restart link with --incremental-full" +msgstr "" + +#: i386.cc:1699 sparc.cc:2229 tilegx.cc:3209 x86_64.cc:2279 +#, c-format +msgid "%s: unsupported TLS reloc %u for IFUNC symbol" +msgstr "" + +#: incremental.cc:80 +msgid "** incremental_inputs" +msgstr "" + +#: incremental.cc:456 +#, c-format +msgid "%s: script file changed" +msgstr "" + +#: incremental.cc:2078 +msgid "COMDAT group has no signature" +msgstr "" + +#: incremental.cc:2084 +#, c-format +msgid "COMDAT group %s included twice in incremental link" +msgstr "" + +#: layout.cc:225 +#, c-format +msgid "%s: total free lists: %u\n" +msgstr "" + +#: layout.cc:227 +#, c-format +msgid "%s: total free list nodes: %u\n" +msgstr "" + +#: layout.cc:229 +#, c-format +msgid "%s: calls to Free_list::remove: %u\n" +msgstr "" + +#: layout.cc:231 layout.cc:235 +#, c-format +msgid "%s: nodes visited: %u\n" +msgstr "" + +#: layout.cc:233 +#, c-format +msgid "%s: calls to Free_list::allocate: %u\n" +msgstr "" + +#: layout.cc:946 +#, c-format +msgid "" +"Unable to create output section '%s' because it is not allowed by the " +"SECTIONS clause of the linker script" +msgstr "" + +#: layout.cc:2015 +msgid "" +"multiple '.interp' sections in input files may cause confusing PT_INTERP " +"segment" +msgstr "" + +#: layout.cc:2079 +#, c-format +msgid "%s: missing .note.GNU-stack section implies executable stack" +msgstr "" + +#: layout.cc:2091 +#, c-format +msgid "%s: requires executable stack" +msgstr "" + +#: layout.cc:2590 +#, c-format +msgid "unable to open --section-ordering-file file %s: %s" +msgstr "" + +#: layout.cc:3061 +#, c-format +msgid "unrecognized --build-id argument '%s'" +msgstr "unrecognised --build-id argument '%s'" + +#: layout.cc:3785 output.cc:4557 +#, c-format +msgid "out of patch space for section %s; relink with --incremental-full" +msgstr "" + +#: layout.cc:3794 output.cc:4565 +#, c-format +msgid "%s: section changed size; relink with --incremental-full" +msgstr "" + +#: layout.cc:4051 +msgid "out of patch space for symbol table; relink with --incremental-full" +msgstr "" + +#: layout.cc:4122 +msgid "" +"out of patch space for section header table; relink with --incremental-full" +msgstr "" + +#: layout.cc:4840 +msgid "read-only segment has dynamic relocations" +msgstr "" + +#: layout.cc:4843 +msgid "shared library text segment is not shareable" +msgstr "" + +#: merge.cc:604 +#, c-format +msgid "" +"%s: section %s contains incorrectly aligned strings; the alignment of those " +"strings won't be preserved" +msgstr "" + +#: merge.cc:726 +#, c-format +msgid "%s: %s input bytes: %zu\n" +msgstr "" + +#: merge.cc:728 +#, c-format +msgid "%s: %s input strings: %zu\n" +msgstr "" + +#: object.cc:2826 reloc.cc:870 +#, c-format +msgid "could not decompress section %s" +msgstr "" + +#: object.cc:3019 +msgid "function " +msgstr "" + +#: options.cc:174 +#, c-format +msgid "%s: supported emulations:" +msgstr "" + +#: options.cc:333 +#, c-format +msgid " Supported emulations:\n" +msgstr "" + +#: options.cc:476 +msgid "invalid argument to --section-start; must be SECTION=ADDRESS" +msgstr "" + +#: options.cc:489 +msgid "--section-start address missing" +msgstr "" + +#: options.cc:498 +#, c-format +msgid "--section-start argument %s is not a valid hex number" +msgstr "" + +#: options.cc:1217 +msgid "-pie and -static are incompatible" +msgstr "" + +#: options.cc:1227 +msgid "-F/--filter may not used without -shared" +msgstr "" + +#: options.cc:1229 +msgid "-f/--auxiliary may not be used without -shared" +msgstr "" + +#: options.cc:1261 +msgid "incremental linking is not compatible with -r" +msgstr "" + +#: options.cc:1263 +msgid "incremental linking is not compatible with --emit-relocs" +msgstr "" + +#: options.cc:1266 +msgid "incremental linking is not compatible with --plugin" +msgstr "" + +#: options.cc:1269 +msgid "ignoring --gc-sections for an incremental link" +msgstr "" + +#: options.cc:1274 +msgid "ignoring --icf for an incremental link" +msgstr "" + +#: options.cc:1279 +msgid "ignoring --compress-debug-sections for an incremental link" +msgstr "" + +#: options.cc:1361 +msgid "may not nest groups in libraries" +msgstr "" + +#: options.cc:1383 +msgid "may not nest libraries" +msgstr "" + +#: options.cc:1385 +msgid "may not nest libraries in groups" +msgstr "" + +#: options.cc:1397 +msgid "lib end without lib start" +msgstr "" + +#: options.h:641 options.h:1289 +msgid "Allow multiple definitions of symbols" +msgstr "" + +#: options.h:642 +msgid "Do not allow multiple definitions" +msgstr "" + +#: options.h:653 options.h:831 options.h:1197 options.h:1207 +msgid "Ignored" +msgstr "" + +#: options.h:653 +msgid "[ignored]" +msgstr "" + +#: options.h:669 +msgid "alias for -Bdynamic" +msgstr "" + +#: options.h:671 +msgid "alias for -Bstatic" +msgstr "" + +#: options.h:674 +msgid "Use group name lookup rules for shared library" +msgstr "" + +#: options.h:688 +msgid "Chunk size for '--build-id=tree'" +msgstr "" + +#: options.h:692 +msgid "" +"Minimum output file size for '--build-id=tree' to work differently than '--" +"build-id=sha1'" +msgstr "" + +#: options.h:716 +msgid "Output cross reference table" +msgstr "" + +#: options.h:717 +msgid "Do not output cross reference table" +msgstr "" + +#: options.h:720 +msgid "Use DT_INIT_ARRAY for all constructors (default)" +msgstr "" + +#: options.h:721 +msgid "Handle constructors as directed by compiler" +msgstr "" + +#: options.h:747 +msgid "Look for violations of the C++ One Definition Rule" +msgstr "" + +#: options.h:748 +msgid "Do not look for violations of the C++ One Definition Rule" +msgstr "" + +#: options.h:751 +msgid "Delete all local symbols" +msgstr "" + +#: options.h:779 +msgid "Export SYMBOL to dynamic symbol table" +msgstr "" + +#: options.h:782 +msgid "Link big-endian objects." +msgstr "" + +#: options.h:785 +msgid "Link little-endian objects." +msgstr "" + +#: options.h:791 +msgid "(ARM only) Do not warn about objects with incompatible enum sizes" +msgstr "" + +#: options.h:795 +msgid "Auxiliary filter for shared object symbol table" +msgstr "" + +#: options.h:796 options.h:800 +msgid "SHLIB" +msgstr "" + +#: options.h:799 +msgid "Filter for shared object symbol table" +msgstr "" + +#: options.h:810 +msgid "(ARM only) Fix binaries for Cortex-A8 erratum." +msgstr "" + +#: options.h:811 +msgid "(ARM only) Do not fix binaries for Cortex-A8 erratum." +msgstr "" + +#: options.h:814 +msgid "(ARM only) Fix binaries for ARM1176 erratum." +msgstr "" + +#: options.h:815 +msgid "(ARM only) Do not fix binaries for ARM1176 erratum." +msgstr "" + +#: options.h:818 +msgid "(ARM only) Merge exidx entries in debuginfo." +msgstr "" + +#: options.h:819 +msgid "(ARM only) Do not merge exidx entries in debuginfo." +msgstr "" + +#: options.h:822 +msgid "(ARM only) Rewrite BX rn as MOV pc, rn for ARMv4" +msgstr "" + +#: options.h:826 +msgid "(ARM only) Rewrite BX rn branch to ARMv4 interworking veneer" +msgstr "" + +#: options.h:834 +msgid "Generate .gdb_index section" +msgstr "" + +#: options.h:835 +msgid "Do not generate .gdb_index section" +msgstr "" + +#: options.h:838 +msgid "Enable STB_GNU_UNIQUE symbol binding (default)" +msgstr "" + +#: options.h:839 +msgid "Disable STB_GNU_UNIQUE symbol binding" +msgstr "" + +#: options.h:856 +msgid "" +"Do an incremental link if possible; otherwise, do a full link and prepare " +"output for incremental linking" +msgstr "" + +#: options.h:861 +msgid "Do a full link (default)" +msgstr "" + +#: options.h:864 +msgid "Do a full link and prepare output for incremental linking" +msgstr "" + +#: options.h:868 +msgid "Do an incremental link; exit if not possible" +msgstr "" + +#: options.h:871 +msgid "Set base file for incremental linking (default is output file)" +msgstr "" + +#: options.h:885 +msgid "Assume startup files unchanged (files preceding this option)" +msgstr "" + +#: options.h:889 +msgid "Amount of extra space to allocate for patches" +msgstr "" + +#: options.h:890 +msgid "PERCENT" +msgstr "" + +#: options.h:900 +msgid "Map whole files to memory (default on 64-bit hosts)" +msgstr "" + +#: options.h:901 +msgid "Map relevant file parts to memory (default on 32-bit hosts)" +msgstr "" + +#: options.h:904 +msgid "Keep files mapped across passes (default)" +msgstr "" + +#: options.h:905 +msgid "Release mapped files after each pass" +msgstr "" + +#: options.h:908 +msgid "Generate unwind information for PLT (default)" +msgstr "" + +#: options.h:909 +msgid "Do not generate unwind information for PLT" +msgstr "" + +#: options.h:918 +msgid "Enable text section reordering for GCC section names (default)" +msgstr "" + +#: options.h:920 +msgid "Disable text section reordering for GCC section names" +msgstr "" + +#: options.h:923 +msgid "Only search directories specified on the command line." +msgstr "" + +#: options.h:927 +msgid "Put read-only non-executable sections in their own segment" +msgstr "" + +#: options.h:931 +msgid "Set offset between executable and read-only segments" +msgstr "" + +#: options.h:932 +msgid "OFFSET" +msgstr "" + +#: options.h:935 +msgid "Set GNU linker emulation; obsolete" +msgstr "" + +#: options.h:938 +msgid "Map the output file for writing (default)." +msgstr "" + +#: options.h:939 +msgid "Do not map the output file for writing." +msgstr "" + +#: options.h:967 +msgid "Optimize output file size" +msgstr "Optimise output file size" + +#: options.h:973 options.h:982 +msgid "(ARM only) Ignore for backward compatibility" +msgstr "" + +#: options.h:985 +msgid "(PowerPC64 only) Align PLT call stubs to fit cache lines" +msgstr "" + +#: options.h:986 +msgid "[=P2ALIGN]" +msgstr "" + +#: options.h:989 +msgid "(PowerPC64 only) PLT call stubs should load r11" +msgstr "" + +#: options.h:990 +msgid "(PowerPC64 only) PLT call stubs should not load r11" +msgstr "" + +#: options.h:993 +msgid "(PowerPC64 only) PLT call stubs with load-load barrier" +msgstr "" + +#: options.h:994 +msgid "(PowerPC64 only) PLT call stubs without barrier" +msgstr "" + +#: options.h:1004 +msgid "Use posix_fallocate to reserve space in the output file (default)." +msgstr "" + +#: options.h:1006 +msgid "Use fallocate or ftruncate to reserve space." +msgstr "" + +#: options.h:1012 +msgid "Print default output format" +msgstr "" + +#: options.h:1027 +msgid "Synonym for -r" +msgstr "" + +#: options.h:1049 +msgid "Layout sections in the order specified." +msgstr "" + +#: options.h:1053 +msgid "Set address of section" +msgstr "" + +#: options.h:1053 +msgid "SECTION=ADDRESS" +msgstr "" + +#: options.h:1056 +msgid "Sort common symbols by alignment" +msgstr "" + +#: options.h:1057 +msgid "[={ascending,descending}]" +msgstr "" + +#: options.h:1060 +msgid "" +"Sort sections by name. '--no-text-reorder' will override '--sort-" +"section=name' for .text" +msgstr "" + +#: options.h:1062 +msgid "[none,name]" +msgstr "" + +#: options.h:1066 +msgid "Dynamic tag slots to reserve (default 5)" +msgstr "" + +#: options.h:1076 +msgid "Strip debug symbols that are unused by gdb (at least versions <= 7.4)" +msgstr "" + +#: options.h:1082 +msgid "" +"(ARM, PowerPC only) The maximum distance from instructions in a group of " +"sections to their stubs. Negative values mean stubs are always after " +"(PowerPC before) the group. 1 means use default size.\n" +msgstr "" + +#: options.h:1108 +msgid "" +"Identical Code Folding. '--icf=safe' Folds ctors, dtors and functions whose " +"pointers are definitely not taken." +msgstr "" + +#: options.h:1166 +msgid "Set the address of the rodata segment" +msgstr "" + +#: options.h:1169 +msgid "(PowerPC64 only) Optimize TOC code sequences" +msgstr "" + +#: options.h:1170 +msgid "(PowerPC64 only) Don't optimize TOC code sequences" +msgstr "" + +#: options.h:1173 +msgid "(PowerPC64 only) Sort TOC and GOT sections" +msgstr "" + +#: options.h:1174 +msgid "(PowerPC64 only) Don't sort TOC and GOT sections" +msgstr "" + +#: options.h:1180 +msgid "How to handle unresolved symbols" +msgstr "" + +#: options.h:1200 +msgid "Warn if the stack is executable" +msgstr "" + +#: options.h:1201 +msgid "Do not warn if the stack is executable (default)" +msgstr "" + +#: options.h:1204 +msgid "Don't warn about mismatched input files" +msgstr "" + +#: options.h:1214 +msgid "Warn if text segment is not shareable" +msgstr "" + +#: options.h:1215 +msgid "Do not warn if text segment is not shareable (default)" +msgstr "" + +#: options.h:1218 +msgid "Report unresolved symbols as warnings" +msgstr "" + +#: options.h:1222 +msgid "Report unresolved symbols as errors" +msgstr "" + +#: options.h:1226 +msgid "(ARM only) Do not warn about objects with incompatible wchar_t sizes" +msgstr "" + +#: options.h:1240 +msgid "Allow unused version in script (default)" +msgstr "" + +#: options.h:1241 +msgid "Do not allow unused version in script" +msgstr "" + +#: options.h:1254 +msgid "Start a library" +msgstr "" + +#: options.h:1256 +msgid "End a library " +msgstr "" + +#: options.h:1259 +msgid "Ignored for GCC linker option compatibility" +msgstr "" + +#: options.h:1275 +msgid "Mark DSO to be initialized first at runtime" +msgstr "Mark DSO to be initialised first at runtime" + +#: options.h:1320 +msgid "Do not permit relocations in read-only segments" +msgstr "" + +#: options.h:1321 options.h:1323 +msgid "Permit relocations in read-only segments (default)" +msgstr "" + +#: output.cc:1711 output.cc:1743 +msgid "out of patch space (GOT); relink with --incremental-full" +msgstr "" + +#: output.cc:4598 +#, c-format +msgid "dot moves backward in linker script from 0x%llx to 0x%llx" +msgstr "dot moves backwards in linker script from 0x%llx to 0x%llx" + +#: output.cc:4601 +#, c-format +msgid "address of section '%s' moves backward from 0x%llx to 0x%llx" +msgstr "address of section '%s' moves backwards from 0x%llx to 0x%llx" + +#: output.cc:4965 +#, c-format +msgid "%s: incremental base and output file name are the same" +msgstr "" + +#: output.cc:4972 +#, c-format +msgid "%s: stat: %s" +msgstr "" + +#: output.cc:4977 +#, c-format +msgid "%s: incremental base file is empty" +msgstr "" + +#: output.cc:5006 +#, c-format +msgid "%s: read failed: %s" +msgstr "" + +#: output.cc:5011 +#, c-format +msgid "%s: file too short: read only %lld of %lld bytes" +msgstr "" + +#: parameters.cc:221 +msgid "input file does not match -EB/EL option" +msgstr "" + +#: parameters.cc:231 +msgid "-Trodata-segment is meaningless without --rosegment" +msgstr "" + +#: parameters.cc:339 target-select.cc:199 +#, c-format +msgid "unrecognized output format %s" +msgstr "unrecognised output format %s" + +#: parameters.cc:352 +#, c-format +msgid "unrecognized emulation %s" +msgstr "" + +#: parameters.cc:375 +msgid "no supported target for -EB/-EL option" +msgstr "" + +#: plugin.cc:178 +#, c-format +msgid "%s: could not load plugin library: %s" +msgstr "" + +#: plugin.cc:852 +msgid "input files added by plug-ins in --incremental mode not supported yet" +msgstr "" + +#: powerpc.cc:856 +msgid "missing expected __tls_get_addr call" +msgstr "" + +#: powerpc.cc:1663 powerpc.cc:1865 +#, c-format +msgid "%s: ABI version %d is not compatible with ABI version %d output" +msgstr "" + +#: powerpc.cc:1697 powerpc.cc:1907 +#, c-format +msgid "%s: .opd invalid in abiv%d" +msgstr "" + +#: powerpc.cc:1765 +#, c-format +msgid "%s: unexpected reloc type %u in .opd section" +msgstr "" + +#: powerpc.cc:1776 +#, c-format +msgid "%s: .opd is not a regular array of opd entries" +msgstr "" + +#: powerpc.cc:1843 +#, c-format +msgid "%s: local symbol %d has invalid st_other for ABI version 1" +msgstr "" + +#: powerpc.cc:2420 +#, c-format +msgid "%s:%s exceeds group size" +msgstr "" + +#: powerpc.cc:2643 +#, c-format +msgid "%s:%s: branch in non-executable section, no long branch stub for you" +msgstr "" + +#: powerpc.cc:3966 +msgid "** glink" +msgstr "" + +#: powerpc.cc:4136 powerpc.cc:4500 +#, c-format +msgid "%s: linkage table error against `%s'" +msgstr "" + +#: powerpc.cc:4607 +msgid "** save/restore" +msgstr "" + +#: powerpc.cc:5289 +#, c-format +msgid "%s: unsupported reloc %u for IFUNC symbol" +msgstr "" + +#: powerpc.cc:6626 +msgid "__tls_get_addr call lacks marker reloc" +msgstr "" + +#: powerpc.cc:6772 +msgid "call lacks nop, can't restore toc; recompile with -fPIC" +msgstr "" + +#: powerpc.cc:7206 powerpc.cc:7230 +#, c-format +msgid "toc optimization is not supported for %#08x instruction" +msgstr "" + +#: powerpc.cc:7568 +msgid "relocation overflow" +msgstr "" + +#. Any target which wants to handle STB_LOOS, etc., needs to +#. define a resolve method. +#: resolve.cc:200 +#, c-format +msgid "unsupported symbol binding %d" +msgstr "" + +#: resolve.cc:458 +#, c-format +msgid "symbol '%s' used as both __thread and non-__thread" +msgstr "" + +#: resolve.cc:860 +msgid "COPY reloc" +msgstr "" + +#: resolve.cc:867 +msgid "linker script" +msgstr "" + +#: resolve.cc:871 +msgid "linker defined" +msgstr "" + +#: script-sections.cc:105 +#, c-format +msgid "section %s overflows end of region %s" +msgstr "" + +#: script-sections.cc:646 +msgid "Attempt to set a memory region for a non-output section" +msgstr "" + +#: script-sections.cc:952 script-sections.cc:3583 +msgid "dot may not move backward" +msgstr "dot may not move backwards" + +#: script-sections.cc:3095 +#, c-format +msgid "region '%.*s' already defined" +msgstr "" + +#: script-sections.cc:3914 +msgid "" +"creating a segment to contain the file and program headers outside of any " +"MEMORY region" +msgstr "" + +#: script-sections.cc:4110 +#, c-format +msgid "allocated section %s not in any segment" +msgstr "" + +#: script.cc:1508 +#, c-format +msgid "%s: SECTIONS seen after other input files; try -T/--script" +msgstr "" + +#. We have a match for both the global and local entries for a +#. version tag. That's got to be wrong. +#: script.cc:2212 +#, c-format +msgid "" +"'%s' appears as both a global and a local symbol for version '%s' in script" +msgstr "" + +#: script.cc:2239 +#, c-format +msgid "wildcard match appears in both version '%s' and '%s' in script" +msgstr "" + +#: script.cc:2244 +#, c-format +msgid "" +"wildcard match appears as both global and local in version '%s' in script" +msgstr "" + +#: script.cc:2329 +#, c-format +msgid "" +"using '%s' as version for '%s' which is also named in version '%s' in script" +msgstr "" + +#: script.cc:2427 +#, c-format +msgid "version script assignment of %s to symbol %s failed: symbol not defined" +msgstr "" + +#: script.cc:2689 +msgid "library name must be prefixed with -l" +msgstr "" + +#: script.cc:2909 +#, c-format +msgid "%s:%d:%d: invalid use of VERSION in input file" +msgstr "" + +#: script.cc:3025 +#, c-format +msgid "unrecognized version script language '%s'" +msgstr "" + +#: script.cc:3296 +#, c-format +msgid "%s:%d:%d: MEMORY region '%.*s' referred to outside of SECTIONS clause" +msgstr "" + +#: script.cc:3307 +#, c-format +msgid "%s:%d:%d: MEMORY region '%.*s' not declared" +msgstr "" + +#: script.cc:3352 +msgid "unknown MEMORY attribute" +msgstr "" + +#: script.cc:3382 +#, c-format +msgid "undefined memory region '%s' referenced in ORIGIN expression" +msgstr "" + +#: script.cc:3401 +#, c-format +msgid "undefined memory region '%s' referenced in LENGTH expression" +msgstr "" + +#: sparc.cc:4326 +#, c-format +msgid "%s: little endian elf flag set on BE object" +msgstr "" + +#: sparc.cc:4329 +#, c-format +msgid "%s: little endian elf flag clear on LE object" +msgstr "" + +#: symtab.cc:374 +#, c-format +msgid "Cannot export local symbol '%s'" +msgstr "" + +#: symtab.cc:3319 symtab.cc:3322 +#, c-format +msgid " %s from %s\n" +msgstr "" + +#: target-reloc.h:163 +msgid "internal" +msgstr "" + +#: target-reloc.h:166 +msgid "hidden" +msgstr "" + +#: target-reloc.h:169 +msgid "protected" +msgstr "" + +#: target-reloc.h:174 +#, c-format +msgid "%s symbol '%s' is not defined locally" +msgstr "" + +#: tilegx.cc:2074 x86_64.cc:1244 +msgid "out of patch space (PLT); relink with --incremental-full" +msgstr "" + +#: tilegx.cc:2724 x86_64.cc:1871 +msgid "TLS_DESC not yet supported for incremental linking" +msgstr "" + +#: tilegx.cc:2779 +msgid "TLS_DESC not yet supported for TILEGX" +msgstr "" + +#: tilegx.cc:3188 x86_64.cc:2257 +#, c-format +msgid "requires unsupported dynamic reloc %u; recompile with -fPIC" +msgstr "" + +#. This output is intended to follow the GNU standards. +#: version.cc:66 +#, c-format +msgid "Copyright 2014 Free Software Foundation, Inc.\n" +msgstr "" + +#: x86_64.cc:2222 +msgid "" +"requires dynamic R_X86_64_32 reloc which may overflow at runtime; recompile " +"with -fPIC" +msgstr "" + +#: x86_64.cc:2242 +#, c-format +msgid "" +"requires dynamic %s reloc against '%s' which may overflow at runtime; " +"recompile with -fPIC" +msgstr "" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/gprof.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/gprof.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/gprof.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/gprof.po 2016-10-10 10:34:06.000000000 +0000 @@ -0,0 +1,18 @@ +# English (Australia) translation for binutils +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the binutils package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: binutils\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-02-10 09:42+1030\n" +"PO-Revision-Date: 2014-08-03 09:39+0000\n" +"Last-Translator: Jared Norris \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 10:38+0000\n" +"X-Generator: Launchpad (build 18227)\n" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/grub.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/grub.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/grub.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/grub.po 2016-10-10 10:34:07.000000000 +0000 @@ -0,0 +1,5617 @@ +# English (Australia) translation for grub2 +# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 +# This file is distributed under the same license as the grub2 package. +# FIRST AUTHOR , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2016-10-06 21:56+0000\n" +"PO-Revision-Date: 2013-07-22 09:34+0000\n" +"Last-Translator: Jackson Doak \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 11:07+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: .pc/CVE-2015-8370.patch/grub-core/normal/auth.c:267 +#: grub-core/normal/auth.c:270 +msgid "Check whether user is in USERLIST." +msgstr "" + +#: .pc/acpihalt-opcodes-1.patch/grub-core/commands/acpihalt.c:310 +#: .pc/acpihalt-opcodes-2.patch/grub-core/commands/acpihalt.c:365 +#: .pc/arm64-set-correct-length-of-device-path-end-entry.patch/grub-core/loader/arm64/linux.c:358 +#: .pc/arm64-set-correct-length-of-device-path-end-entry.patch/grub-core/loader/arm64/linux.c:414 +#: .pc/arm64-set-correct-length-of-device-path-end-entry.patch/grub-core/loader/arm64/linux.c:433 +#: grub-core/commands/acpihalt.c:366 grub-core/kern/emu/misc.c:94 +#: grub-core/kern/emu/misc.c:104 grub-core/kern/emu/misc.c:132 +#: grub-core/kern/emu/mm.c:34 grub-core/kern/emu/mm.c:62 +#: grub-core/kern/mm.c:365 grub-core/lib/relocator.c:1270 +#: grub-core/lib/relocator.c:1427 grub-core/lib/relocator.c:1526 +#: grub-core/loader/arm/linux.c:421 grub-core/loader/arm/linux.c:480 +#: grub-core/loader/arm64/linux.c:358 grub-core/loader/arm64/linux.c:414 +#: grub-core/loader/arm64/linux.c:433 grub-core/loader/efi/chainloader.c:279 +#: grub-core/net/drivers/ieee1275/ofnet.c:290 grub-core/osdep/unix/dl.c:48 +#: grub-core/osdep/windows/dl.c:46 grub-core/script/lexer.c:156 +#: grub-core/script/lexer.c:181 +msgid "out of memory" +msgstr "" + +#: .pc/acpihalt-opcodes-1.patch/grub-core/commands/acpihalt.c:316 +#: .pc/acpihalt-opcodes-2.patch/grub-core/commands/acpihalt.c:371 +#: .pc/core_in_fs.patch/util/setup.c:722 .pc/core_in_fs.patch/util/setup.c:741 +#: .pc/disable_floppies.patch/grub-core/kern/emu/hostdisk.c:307 +#: .pc/hostfs_remove_ftm.patch/grub-core/kern/emu/hostfs.c:150 +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:538 +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:770 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:538 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:764 +#: .pc/probe-delimiter.patch/grub-core/disk/cryptodisk.c:577 +#: .pc/probe-delimiter.patch/grub-core/disk/cryptodisk.c:622 +#: grub-core/commands/acpihalt.c:372 grub-core/disk/cryptodisk.c:577 +#: grub-core/disk/cryptodisk.c:622 grub-core/kern/emu/hostdisk.c:307 +#: grub-core/kern/emu/hostfs.c:149 grub-core/osdep/linux/ofpath.c:148 +#: grub-core/osdep/linux/ofpath.c:362 grub-core/osdep/linux/ofpath.c:375 +#: util/glue-efi.c:80 util/glue-efi.c:94 util/grub-editenv.c:155 +#: util/grub-fstest.c:576 util/grub-mkrescue.c:538 util/grub-mkrescue.c:770 +#: util/grub-mount.c:507 util/grub-render-label.c:176 util/misc.c:119 +#: util/misc.c:143 util/setup.c:730 util/setup.c:749 +#, c-format +msgid "cannot read `%s': %s" +msgstr "" + +#: .pc/arm64-set-correct-length-of-device-path-end-entry.patch/grub-core/loader/arm64/linux.c:123 +#: grub-core/loader/arm64/linux.c:123 +msgid "" +"plain Image kernel not supported - rebuild with CONFIG_(U)EFI_STUB enabled" +msgstr "" + +#: .pc/arm64-set-correct-length-of-device-path-end-entry.patch/grub-core/loader/arm64/linux.c:224 +#: grub-core/loader/arm/linux.c:449 grub-core/loader/arm64/linux.c:224 +msgid "invalid device tree" +msgstr "" + +#. TRANSLATORS: DTB stands for device tree blob. +#: .pc/arm64-set-correct-length-of-device-path-end-entry.patch/grub-core/loader/arm64/linux.c:478 +#: grub-core/loader/arm/linux.c:518 grub-core/loader/arm64/linux.c:478 +msgid "Load DTB file." +msgstr "" + +#: .pc/blacklist_1440x900x32.patch/grub-core/video/i386/pc/vbe.c:1190 +#: grub-core/video/i386/pc/vbe.c:1199 +#, c-format +msgid " VBE info: version: %d.%d OEM software rev: %d.%d\n" +msgstr "" + +#: .pc/blacklist_1440x900x32.patch/grub-core/video/i386/pc/vbe.c:1197 +#: grub-core/video/i386/pc/vbe.c:1206 +#, c-format +msgid " total memory: %d KiB\n" +msgstr "" + +#: .pc/bootp_new_net_bootp6_command.patch/grub-core/net/bootp.c:310 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1045 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/bootp.c:341 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/bootp.c:341 +#: grub-core/net/bootp.c:1108 +msgid "four arguments expected" +msgstr "" + +#: .pc/bootp_new_net_bootp6_command.patch/grub-core/net/bootp.c:318 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1053 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/bootp.c:349 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1167 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1165 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1165 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1165 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/bootp.c:349 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1155 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1155 +#: grub-core/net/bootp.c:1116 grub-core/net/net.c:1164 +#, c-format +msgid "unrecognised network interface `%s'" +msgstr "" + +#: .pc/bootp_new_net_bootp6_command.patch/grub-core/net/bootp.c:321 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1056 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/bootp.c:352 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/bootp.c:352 +#: grub-core/net/bootp.c:1119 +msgid "no DHCP info found" +msgstr "" + +#: .pc/bootp_new_net_bootp6_command.patch/grub-core/net/bootp.c:324 +#: .pc/bootp_new_net_bootp6_command.patch/grub-core/net/bootp.c:336 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1059 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1071 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/bootp.c:355 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/bootp.c:367 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/bootp.c:355 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/bootp.c:367 +#: grub-core/net/bootp.c:1122 grub-core/net/bootp.c:1134 +msgid "no DHCP options found" +msgstr "" + +#: .pc/bootp_new_net_bootp6_command.patch/grub-core/net/bootp.c:343 +#: .pc/bootp_new_net_bootp6_command.patch/grub-core/net/bootp.c:353 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1078 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1088 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/bootp.c:374 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/bootp.c:384 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/bootp.c:374 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/bootp.c:384 +#: grub-core/net/bootp.c:1141 grub-core/net/bootp.c:1151 +#, c-format +msgid "no DHCP option %d found" +msgstr "" + +#: .pc/bootp_new_net_bootp6_command.patch/grub-core/net/bootp.c:413 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1148 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/bootp.c:444 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/bootp.c:444 +#: grub-core/net/bootp.c:1211 +#, c-format +msgid "unrecognised DHCP option format specification `%s'" +msgstr "" + +#: .pc/bootp_new_net_bootp6_command.patch/grub-core/net/bootp.c:437 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1172 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/bootp.c:468 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/bootp.c:468 +#: grub-core/net/bootp.c:1235 +msgid "no network card found" +msgstr "" + +#: .pc/bootp_new_net_bootp6_command.patch/grub-core/net/bootp.c:559 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1294 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1460 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/bootp.c:590 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:404 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:402 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:402 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:402 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/bootp.c:590 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:389 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:389 +#: grub-core/net/bootp.c:1357 grub-core/net/bootp.c:1523 +#: grub-core/net/net.c:389 +#, c-format +msgid "couldn't autoconfigure %s" +msgstr "" + +#: .pc/bootp_new_net_bootp6_command.patch/grub-core/net/bootp.c:573 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1475 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1481 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/bootp.c:604 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/bootp.c:604 +#: grub-core/net/bootp.c:1538 grub-core/net/bootp.c:1544 +msgid "[CARD]" +msgstr "" + +#: .pc/bootp_new_net_bootp6_command.patch/grub-core/net/bootp.c:574 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1476 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/bootp.c:605 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/bootp.c:605 +#: grub-core/net/bootp.c:1539 +msgid "perform a bootp autoconfiguration" +msgstr "" + +#: .pc/bootp_new_net_bootp6_command.patch/grub-core/net/bootp.c:576 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1478 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/bootp.c:607 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/bootp.c:607 +#: grub-core/net/bootp.c:1541 +msgid "VAR INTERFACE NUMBER DESCRIPTION" +msgstr "" + +#: .pc/bootp_new_net_bootp6_command.patch/grub-core/net/bootp.c:577 +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1479 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/bootp.c:608 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/bootp.c:608 +#: grub-core/net/bootp.c:1542 +msgid "" +"retrieve DHCP option and save it into VAR. If VAR is - then print the value." +msgstr "" + +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:562 +#: grub-core/net/bootp.c:625 +msgid "DHCPv6 packet size too small" +msgstr "" + +#: .pc/bootp_process_dhcpack_http_boot.patch/grub-core/net/bootp.c:1482 +#: grub-core/net/bootp.c:1545 +msgid "perform a DHCPv6 autoconfiguration" +msgstr "" + +#: .pc/btrfs-endian.patch/grub-core/fs/btrfs.c:584 +#: .pc/zfs-disk-matching.patch/grub-core/fs/zfs/zfs.c:1460 +#: .pc/zfs-embedded-data.patch/grub-core/fs/zfs/zfs.c:1462 +#: .pc/zfs-extensible-dataset-large-blocks.patch/grub-core/fs/zfs/zfs.c:1463 +#: .pc/zfs-hole-birth.patch/grub-core/fs/zfs/zfs.c:1460 +#: .pc/zfs-mzap-lookup-argument-types.patch/grub-core/fs/zfs/zfs.c:1460 +#: .pc/zfs-zap-lookup-truncation.patch/grub-core/fs/zfs/zfs.c:1463 +#: grub-core/fs/btrfs.c:584 grub-core/fs/zfs/zfs.c:1465 +msgid "couldn't find a necessary member device of multi-device filesystem" +msgstr "" + +#: .pc/btrfs-endian.patch/grub-core/fs/btrfs.c:1270 +#: .pc/btrfs-endian.patch/grub-core/fs/btrfs.c:1529 +#: .pc/zfs-disk-matching.patch/grub-core/fs/zfs/zfs.c:2766 +#: .pc/zfs-disk-matching.patch/grub-core/fs/zfs/zfs.c:4161 +#: .pc/zfs-embedded-data.patch/grub-core/fs/zfs/zfs.c:2770 +#: .pc/zfs-embedded-data.patch/grub-core/fs/zfs/zfs.c:4163 +#: .pc/zfs-extensible-dataset-large-blocks.patch/grub-core/fs/zfs/zfs.c:2826 +#: .pc/zfs-extensible-dataset-large-blocks.patch/grub-core/fs/zfs/zfs.c:4219 +#: .pc/zfs-hole-birth.patch/grub-core/fs/zfs/zfs.c:2768 +#: .pc/zfs-hole-birth.patch/grub-core/fs/zfs/zfs.c:4161 +#: .pc/zfs-mzap-lookup-argument-types.patch/grub-core/fs/zfs/zfs.c:2766 +#: .pc/zfs-mzap-lookup-argument-types.patch/grub-core/fs/zfs/zfs.c:4159 +#: .pc/zfs-zap-lookup-truncation.patch/grub-core/fs/zfs/zfs.c:2826 +#: .pc/zfs-zap-lookup-truncation.patch/grub-core/fs/zfs/zfs.c:4219 +#: grub-core/fs/bfs.c:720 grub-core/fs/bfs.c:916 grub-core/fs/btrfs.c:1270 +#: grub-core/fs/btrfs.c:1529 grub-core/fs/fat.c:870 grub-core/fs/fat.c:1138 +#: grub-core/fs/fshelp.c:117 grub-core/fs/fshelp.c:232 grub-core/fs/hfs.c:1151 +#: grub-core/fs/hfs.c:1277 grub-core/fs/jfs.c:431 grub-core/fs/minix.c:404 +#: grub-core/fs/minix.c:546 grub-core/fs/reiserfs.c:732 grub-core/fs/ufs.c:525 +#: grub-core/fs/ufs.c:664 grub-core/fs/zfs/zfs.c:2828 +#: grub-core/fs/zfs/zfs.c:4223 +msgid "not a directory" +msgstr "" + +#: .pc/btrfs-endian.patch/grub-core/fs/btrfs.c:1387 grub-core/fs/archelp.c:216 +#: grub-core/fs/archelp.c:277 grub-core/fs/bfs.c:771 grub-core/fs/btrfs.c:1387 +#: grub-core/fs/fshelp.c:146 grub-core/fs/jfs.c:729 grub-core/fs/minix.c:359 +#: grub-core/fs/ufs.c:454 +msgid "too deep nesting of symlinks" +msgstr "" + +#: .pc/btrfs-endian.patch/grub-core/fs/btrfs.c:1635 +#: .pc/zfs-disk-matching.patch/grub-core/fs/zfs/zfs.c:3726 +#: .pc/zfs-embedded-data.patch/grub-core/fs/zfs/zfs.c:3728 +#: .pc/zfs-extensible-dataset-large-blocks.patch/grub-core/fs/zfs/zfs.c:3784 +#: .pc/zfs-hole-birth.patch/grub-core/fs/zfs/zfs.c:3726 +#: .pc/zfs-mzap-lookup-argument-types.patch/grub-core/fs/zfs/zfs.c:3724 +#: .pc/zfs-zap-lookup-truncation.patch/grub-core/fs/zfs/zfs.c:3784 +#: grub-core/fs/bfs.c:941 grub-core/fs/btrfs.c:1635 grub-core/fs/fat.c:1027 +#: grub-core/fs/fshelp.c:230 grub-core/fs/hfs.c:1313 grub-core/fs/jfs.c:828 +#: grub-core/fs/zfs/zfs.c:3788 +msgid "not a regular file" +msgstr "" + +#: .pc/btrfs-endian.patch/grub-core/fs/btrfs.c:1729 +#: .pc/zfs-disk-matching.patch/grub-core/fs/zfs/zfs.c:4247 +#: .pc/zfs-embedded-data.patch/grub-core/fs/zfs/zfs.c:4249 +#: .pc/zfs-extensible-dataset-large-blocks.patch/grub-core/fs/zfs/zfs.c:4305 +#: .pc/zfs-hole-birth.patch/grub-core/fs/zfs/zfs.c:4247 +#: .pc/zfs-mzap-lookup-argument-types.patch/grub-core/fs/zfs/zfs.c:4245 +#: .pc/zfs-zap-lookup-truncation.patch/grub-core/fs/zfs/zfs.c:4305 +#: grub-core/fs/btrfs.c:1729 grub-core/fs/zfs/zfs.c:4309 +#: grub-core/partmap/msdos.c:400 +msgid "your core.img is unusually large. It won't fit in the embedding area" +msgstr "" + +#: .pc/check_blocklists_overlap_fix.patch/grub-core/commands/loadenv.c:39 +#: grub-core/commands/loadenv.c:39 +msgid "Skip signature-checking of the environment file." +msgstr "" + +#: .pc/check_blocklists_overlap_fix.patch/grub-core/commands/loadenv.c:458 +#: grub-core/commands/loadenv.c:449 +msgid "[-f FILE] [-s|--skip-sig] [variable_name_to_whitelist] [...]" +msgstr "" + +#: .pc/core_in_fs.patch/util/setup.c:452 util/setup.c:454 +#, c-format +msgid "" +"%s appears to contain a %s partition map and LDM which isn't known to be a " +"safe combination. Installing GRUB there could result in FILESYSTEM " +"DESTRUCTION if valuable data is overwritten by grub-setup (--skip-fs-probe " +"disables this check, use at your own risk)" +msgstr "" + +#: .pc/core_in_fs.patch/util/setup.c:470 util/setup.c:472 +msgid "" +"Attempting to install GRUB to a disk with multiple partition labels. This " +"is not supported yet." +msgstr "" + +#: .pc/core_in_fs.patch/util/setup.c:476 util/setup.c:478 +#, c-format +msgid "Partition style `%s' doesn't support embedding" +msgstr "" + +#: .pc/core_in_fs.patch/util/setup.c:483 util/setup.c:485 +#, c-format +msgid "File system `%s' doesn't support embedding" +msgstr "" + +#: .pc/core_in_fs.patch/util/setup.c:567 util/setup.c:569 +msgid "core.img version mismatch" +msgstr "" + +#: .pc/core_in_fs.patch/util/setup.c:600 util/setup.c:604 +msgid "" +"embedding is not possible, but this is required for RAID and LVM install" +msgstr "" + +#: .pc/core_in_fs.patch/util/setup.c:607 util/setup.c:611 +#, c-format +msgid "can't determine filesystem on %s" +msgstr "" + +#: .pc/core_in_fs.patch/util/setup.c:610 util/setup.c:614 +#, c-format +msgid "filesystem `%s' doesn't support blocklists" +msgstr "" + +#: .pc/core_in_fs.patch/util/setup.c:659 grub-core/osdep/linux/blocklist.c:88 +#: util/setup.c:667 +msgid "can't retrieve blocklists" +msgstr "" + +#. TRANSLATORS: The first %s is the file being looked at, the second %s is +#. the error message. +#: .pc/core_in_fs.patch/util/setup.c:696 +#: .pc/disable_floppies.patch/grub-core/kern/emu/hostdisk.c:152 +#: .pc/disable_floppies.patch/grub-core/kern/emu/hostdisk.c:262 +#: .pc/disable_floppies.patch/grub-core/kern/emu/hostdisk.c:434 +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:91 +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:93 +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:100 +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:516 +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:531 +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:535 +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:761 +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:765 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:531 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:535 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:755 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:759 +#: .pc/probe-delimiter.patch/grub-core/disk/cryptodisk.c:516 +#: .pc/probe_fusionio.patch/grub-core/osdep/linux/getroot.c:144 +#: .pc/probe_nvme.patch/grub-core/osdep/linux/getroot.c:144 +#: grub-core/disk/cryptodisk.c:516 grub-core/kern/emu/hostdisk.c:152 +#: grub-core/kern/emu/hostdisk.c:262 grub-core/kern/emu/hostdisk.c:434 +#: grub-core/osdep/bsd/getroot.c:92 grub-core/osdep/bsd/getroot.c:168 +#: grub-core/osdep/hurd/getroot.c:68 grub-core/osdep/linux/blocklist.c:65 +#: grub-core/osdep/linux/getroot.c:144 grub-core/osdep/linux/hostdisk.c:194 +#: grub-core/osdep/linux/hostdisk.c:419 grub-core/osdep/linux/ofpath.c:318 +#: grub-core/osdep/linux/ofpath.c:323 grub-core/osdep/linux/ofpath.c:358 +#: grub-core/osdep/linux/ofpath.c:371 grub-core/osdep/sun/getroot.c:110 +#: grub-core/osdep/windows/blocklist.c:98 grub-core/tests/video_checksum.c:279 +#: util/editenv.c:46 util/glue-efi.c:115 util/glue-efi.c:120 +#: util/glue-efi.c:130 util/grub-editenv.c:138 util/grub-editenv.c:192 +#: util/grub-file.c:83 util/grub-fstest.c:128 util/grub-fstest.c:568 +#: util/grub-install-common.c:91 util/grub-install-common.c:93 +#: util/grub-install-common.c:100 util/grub-install-common.c:516 +#: util/grub-menulst2cfg.c:53 util/grub-menulst2cfg.c:68 +#: util/grub-mkimage.c:275 util/grub-mklayout.c:497 util/grub-mklayout.c:509 +#: util/grub-mknetdir.c:130 util/grub-mknetdir.c:148 util/grub-mkrescue.c:531 +#: util/grub-mkrescue.c:535 util/grub-mkrescue.c:761 util/grub-mkrescue.c:765 +#: util/grub-mkstandalone.c:253 util/grub-mount.c:499 +#: util/grub-render-label.c:169 util/grub-script-check.c:175 +#: util/grub-syslinux2cfg.c:181 util/grub-syslinux2cfg.c:191 +#: util/grub-syslinux2cfg.c:212 util/grub-syslinux2cfg.c:228 util/misc.c:87 +#: util/misc.c:115 util/misc.c:139 util/render-label.c:76 +#: util/render-label.c:163 util/render-label.c:174 util/resolve.c:246 +#: util/setup.c:704 +#, c-format +msgid "cannot open `%s': %s" +msgstr "" + +#: .pc/core_in_fs.patch/util/setup.c:701 +#: .pc/disable_floppies.patch/grub-core/kern/emu/hostdisk.c:342 +#: grub-core/kern/emu/hostdisk.c:342 util/editenv.c:54 util/grub-editenv.c:197 +#: util/grub-fstest.c:191 util/grub-mkfont.c:793 util/misc.c:160 +#: util/misc.c:175 util/setup.c:709 +#, c-format +msgid "cannot write to `%s': %s" +msgstr "" + +#: .pc/core_in_fs.patch/util/setup.c:725 .pc/core_in_fs.patch/util/setup.c:745 +#: util/setup.c:733 util/setup.c:753 +msgid "blocklists are invalid" +msgstr "" + +#: .pc/core_in_fs.patch/util/setup.c:755 util/setup.c:763 +msgid "blocklists are incomplete" +msgstr "" + +#: .pc/default_grub_d.patch/grub-core/osdep/unix/config.c:137 +#: grub-core/osdep/aros/config.c:92 grub-core/osdep/unix/config.c:201 +#: grub-core/osdep/windows/config.c:55 +#, c-format +msgid "cannot open configuration file `%s': %s" +msgstr "" + +#: .pc/disable_floppies.patch/grub-core/kern/emu/hostdisk.c:270 +#: .pc/hostfs_remove_ftm.patch/grub-core/kern/emu/hostfs.c:143 +#: .pc/probe-delimiter.patch/grub-core/disk/cryptodisk.c:573 +#: .pc/probe-delimiter.patch/grub-core/disk/cryptodisk.c:618 +#: grub-core/disk/cryptodisk.c:573 grub-core/disk/cryptodisk.c:618 +#: grub-core/kern/emu/hostdisk.c:270 grub-core/kern/emu/hostfs.c:142 +#: grub-core/osdep/linux/hostdisk.c:453 util/grub-editenv.c:143 +#: util/grub-editenv.c:149 util/grub-fstest.c:320 util/misc.c:157 +#, c-format +msgid "cannot seek `%s': %s" +msgstr "" + +#: .pc/disable_floppies.patch/grub-core/kern/emu/hostdisk.c:458 +#: .pc/disable_floppies.patch/grub-core/kern/emu/hostdisk.c:473 +#: .pc/zfs-disk-matching.patch/grub-core/fs/zfs/zfs.c:3719 +#: .pc/zfs-embedded-data.patch/grub-core/fs/zfs/zfs.c:3721 +#: .pc/zfs-extensible-dataset-large-blocks.patch/grub-core/fs/zfs/zfs.c:3777 +#: .pc/zfs-hole-birth.patch/grub-core/fs/zfs/zfs.c:3719 +#: .pc/zfs-mzap-lookup-argument-types.patch/grub-core/fs/zfs/zfs.c:3717 +#: .pc/zfs-zap-lookup-truncation.patch/grub-core/fs/zfs/zfs.c:3777 +#: grub-core/commands/pcidump.c:109 grub-core/commands/pcidump.c:138 +#: grub-core/commands/setpci.c:183 grub-core/commands/setpci.c:214 +#: grub-core/fs/zfs/zfs.c:3781 grub-core/kern/emu/hostdisk.c:458 +#: grub-core/kern/emu/hostdisk.c:473 grub-core/kern/file.c:45 +#, c-format +msgid "missing `%c' symbol" +msgstr "" + +#. TRANSLATORS: Only one entry is ignored. However the suggestion +#. is to correct/delete the whole file. +#. device.map is a file indicating which +#. devices are available at boot time. Fedora populated it with +#. entries like (hd0,1) /dev/sda1 which would mean that every +#. partition is a separate disk for BIOS. Such entries were +#. inactive in GRUB due to its bug which is now gone. Without +#. this additional check these entries would be harmful now. +#. +#: .pc/disable_floppies.patch/grub-core/kern/emu/hostdisk.c:503 +#: grub-core/kern/emu/hostdisk.c:503 +#, c-format +msgid "" +"the device.map entry `%s' is invalid. Ignoring it. Please correct or delete " +"your device.map" +msgstr "" + +#. TRANSLATORS: device.map is a filename. Not to be translated. +#. device.map specifies disk correspondance overrides. Previously +#. one could create any kind of device name with this. Due to +#. some problems we decided to limit it to just a handful +#. possibilities. +#: .pc/disable_floppies.patch/grub-core/kern/emu/hostdisk.c:555 +#: grub-core/kern/emu/hostdisk.c:567 +#, c-format +msgid "" +"the drive name `%s' in device.map is incorrect. Using %s instead. Please use " +"the form [hfc]d[0-9]* (E.g. `hd0' or `cd')" +msgstr "" + +#: .pc/efidisk-device-path-helpers-for-efinet.patch/grub-core/disk/efi/efidisk.c:587 +#: .pc/ofdisk_add_sas_disks.patch/grub-core/disk/ieee1275/ofdisk.c:491 +#: grub-core/disk/arc/arcdisk.c:248 grub-core/disk/efi/efidisk.c:546 +#: grub-core/disk/i386/pc/biosdisk.c:483 grub-core/disk/i386/pc/biosdisk.c:528 +#: grub-core/disk/ieee1275/nand.c:193 grub-core/disk/ieee1275/ofdisk.c:567 +#, c-format +msgid "failure reading sector 0x%llx from `%s'" +msgstr "" + +#: .pc/efidisk-device-path-helpers-for-efinet.patch/grub-core/disk/efi/efidisk.c:608 +#: .pc/ofdisk_add_sas_disks.patch/grub-core/disk/ieee1275/ofdisk.c:511 +#: grub-core/disk/arc/arcdisk.c:284 grub-core/disk/efi/efidisk.c:567 +#: grub-core/disk/i386/pc/biosdisk.c:533 grub-core/disk/ieee1275/ofdisk.c:587 +#, c-format +msgid "failure writing sector 0x%llx to `%s'" +msgstr "" + +#: .pc/efinet-enable-hardware-filters-on-interface.patch/grub-core/net/drivers/efi/efinet.c:48 +#: .pc/efinet-enable-hardware-filters-on-interface.patch/grub-core/net/drivers/efi/efinet.c:60 +#: .pc/efinet-enable-hardware-filters-on-interface.patch/grub-core/net/drivers/efi/efinet.c:64 +#: .pc/efinet-enable-hardware-filters-on-interface.patch/grub-core/net/drivers/efi/efinet.c:76 +#: .pc/efinet-open-Simple-Network-Protocol-exclusively.patch/grub-core/net/drivers/efi/efinet.c:48 +#: .pc/efinet-open-Simple-Network-Protocol-exclusively.patch/grub-core/net/drivers/efi/efinet.c:60 +#: .pc/efinet-open-Simple-Network-Protocol-exclusively.patch/grub-core/net/drivers/efi/efinet.c:64 +#: .pc/efinet-open-Simple-Network-Protocol-exclusively.patch/grub-core/net/drivers/efi/efinet.c:76 +#: .pc/efinet-skip-virtual-devices-on-enumeration.patch/grub-core/net/drivers/efi/efinet.c:48 +#: .pc/efinet-skip-virtual-devices-on-enumeration.patch/grub-core/net/drivers/efi/efinet.c:60 +#: .pc/efinet-skip-virtual-devices-on-enumeration.patch/grub-core/net/drivers/efi/efinet.c:64 +#: .pc/efinet-skip-virtual-devices-on-enumeration.patch/grub-core/net/drivers/efi/efinet.c:76 +#: .pc/efinet_set_dns_from_uefi_proto.patch/grub-core/net/drivers/efi/efinet.c:49 +#: .pc/efinet_set_dns_from_uefi_proto.patch/grub-core/net/drivers/efi/efinet.c:61 +#: .pc/efinet_set_dns_from_uefi_proto.patch/grub-core/net/drivers/efi/efinet.c:65 +#: .pc/efinet_set_dns_from_uefi_proto.patch/grub-core/net/drivers/efi/efinet.c:77 +#: .pc/efinet_set_network_from_uefi_devpath.patch/grub-core/net/drivers/efi/efinet.c:48 +#: .pc/efinet_set_network_from_uefi_devpath.patch/grub-core/net/drivers/efi/efinet.c:60 +#: .pc/efinet_set_network_from_uefi_devpath.patch/grub-core/net/drivers/efi/efinet.c:64 +#: .pc/efinet_set_network_from_uefi_devpath.patch/grub-core/net/drivers/efi/efinet.c:76 +#: .pc/efinet_uefi_ipv6_pxe_support.patch/grub-core/net/drivers/efi/efinet.c:48 +#: .pc/efinet_uefi_ipv6_pxe_support.patch/grub-core/net/drivers/efi/efinet.c:60 +#: .pc/efinet_uefi_ipv6_pxe_support.patch/grub-core/net/drivers/efi/efinet.c:64 +#: .pc/efinet_uefi_ipv6_pxe_support.patch/grub-core/net/drivers/efi/efinet.c:76 +#: grub-core/net/drivers/efi/efinet.c:51 grub-core/net/drivers/efi/efinet.c:63 +#: grub-core/net/drivers/efi/efinet.c:67 grub-core/net/drivers/efi/efinet.c:79 +#: grub-core/net/drivers/emu/emunet.c:62 +#: grub-core/net/drivers/i386/pc/pxe.c:274 +#: grub-core/net/drivers/ieee1275/ofnet.c:75 +#: grub-core/net/drivers/uboot/ubootnet.c:62 +msgid "couldn't send network packet" +msgstr "" + +#: .pc/elf_bi_endian.patch/grub-core/kern/elf.c:43 +#: .pc/no_insmod_on_sb.patch/grub-core/kern/dl.c:212 grub-core/kern/dl.c:216 +#: grub-core/kern/elf.c:49 grub-core/kern/elfXX.c:196 +#: grub-core/loader/i386/bsdXX.c:46 grub-core/loader/ia64/efi/linux.c:376 +#: grub-core/loader/multiboot_elfxx.c:65 +msgid "invalid arch-independent ELF magic" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:257 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:251 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:251 +#: .pc/install_arm64_naming.patch/util/grub-install.c:251 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:251 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:251 +#: .pc/install_signed.patch/util/grub-install.c:240 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:239 +#: .pc/probe-delimiter.patch/util/grub-install.c:251 util/grub-install.c:256 +msgid "More than one install device?" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:270 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:264 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:264 +#: .pc/install_arm64_naming.patch/util/grub-install.c:264 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:264 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:264 +#: .pc/install_signed.patch/util/grub-install.c:253 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:252 +#: .pc/probe-delimiter.patch/util/grub-install.c:264 util/grub-install.c:269 +#, c-format +msgid "" +"install GRUB images under the directory DIR/%s instead of the %s directory" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:275 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:269 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:269 +#: .pc/install_arm64_naming.patch/util/grub-install.c:269 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:269 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:269 +#: .pc/install_signed.patch/util/grub-install.c:258 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:257 +#: .pc/probe-delimiter.patch/util/grub-install.c:269 +#: .pc/probe-delimiter.patch/util/grub-probe.c:712 util/grub-install.c:274 +#: util/grub-probe.c:710 +msgid "TARGET" +msgstr "" + +#. TRANSLATORS: "TARGET" as in "target platform". +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:277 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:271 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:271 +#: .pc/install_arm64_naming.patch/util/grub-install.c:271 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:271 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:271 +#: .pc/install_signed.patch/util/grub-install.c:260 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:259 +#: .pc/probe-delimiter.patch/util/grub-install.c:271 util/grub-install.c:276 +#, c-format +msgid "install GRUB for TARGET platform [default=%s]" +msgstr "" + +#. TRANSLATORS: "may break" doesn't just mean that option wouldn't have any +#. effect but that it will make the resulting install unbootable from HDD. +#. TRANSLATORS: The potential breakage isn't limited to floppies but it's +#. likely to make the install unbootable from HDD. +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:286 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:280 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:280 +#: .pc/install_arm64_naming.patch/util/grub-install.c:280 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:280 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:280 +#: .pc/install_signed.patch/util/grub-install.c:269 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:268 +#: .pc/probe-delimiter.patch/util/grub-install.c:280 util/grub-install.c:285 +#: util/grub-setup.c:94 +msgid "" +"make the drive also bootable as floppy (default for fdX devices). May break " +"on some BIOSes." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:289 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:283 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:283 +#: .pc/install_arm64_naming.patch/util/grub-install.c:283 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:283 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:283 +#: .pc/install_signed.patch/util/grub-install.c:272 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:271 +#: .pc/probe-delimiter.patch/util/grub-install.c:283 util/grub-install.c:288 +msgid "delete device map if it already exists" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:291 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:285 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:285 +#: .pc/install_arm64_naming.patch/util/grub-install.c:285 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:285 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:285 +#: .pc/install_signed.patch/util/grub-install.c:274 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:273 +#: .pc/probe-delimiter.patch/util/grub-install.c:285 util/grub-install.c:290 +#: util/grub-setup.c:87 +msgid "install even if problems are detected" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:293 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:287 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:287 +#: .pc/install_arm64_naming.patch/util/grub-install.c:287 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:287 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:287 +#: .pc/install_signed.patch/util/grub-install.c:276 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:275 +#: .pc/probe-delimiter.patch/util/grub-install.c:287 util/grub-install.c:292 +msgid "use identifier file even if UUID is available" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:295 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:289 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:289 +#: .pc/install_arm64_naming.patch/util/grub-install.c:289 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:289 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:289 +#: .pc/install_signed.patch/util/grub-install.c:278 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:277 +#: .pc/probe-delimiter.patch/util/grub-install.c:289 util/grub-install.c:294 +msgid "" +"disk module to use (biosdisk or native). This option is only available on " +"BIOS target." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:298 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:292 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:292 +#: .pc/install_arm64_naming.patch/util/grub-install.c:292 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:292 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:292 +#: .pc/install_signed.patch/util/grub-install.c:281 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:280 +#: .pc/probe-delimiter.patch/util/grub-install.c:292 util/grub-install.c:297 +msgid "" +"don't update the `boot-device'/`Boot*' NVRAM variables. This option is only " +"available on EFI and IEEE1275 targets." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:301 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:295 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:295 +#: .pc/install_arm64_naming.patch/util/grub-install.c:295 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:295 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:295 +#: .pc/install_signed.patch/util/grub-install.c:284 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:283 +#: .pc/probe-delimiter.patch/util/grub-install.c:295 util/grub-install.c:300 +#: util/grub-setup.c:89 +msgid "do not probe for filesystems in DEVICE" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:303 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:297 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:297 +#: .pc/install_arm64_naming.patch/util/grub-install.c:297 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:297 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:297 +#: .pc/install_signed.patch/util/grub-install.c:286 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:285 +#: .pc/probe-delimiter.patch/util/grub-install.c:297 util/grub-install.c:302 +msgid "do not install bootsector" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:305 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:299 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:299 +#: .pc/install_arm64_naming.patch/util/grub-install.c:299 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:299 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:299 +#: .pc/install_signed.patch/util/grub-install.c:288 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:287 +#: .pc/probe-delimiter.patch/util/grub-install.c:299 util/grub-install.c:304 +#: util/grub-setup.c:96 +msgid "" +"Do not apply any reed-solomon codes when embedding core.img. This option is " +"only available on x86 BIOS targets." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:312 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:306 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:306 +#: .pc/install_arm64_naming.patch/util/grub-install.c:306 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:306 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:306 +#: .pc/install_signed.patch/util/grub-install.c:295 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:294 +#: .pc/probe-delimiter.patch/util/grub-install.c:306 util/grub-install.c:311 +msgid "" +"the installation device is removable. This option is only available on EFI." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:314 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:308 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:308 +#: .pc/install_arm64_naming.patch/util/grub-install.c:308 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:308 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:308 +#: .pc/install_signed.patch/util/grub-install.c:297 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:296 +#: .pc/probe-delimiter.patch/util/grub-install.c:308 util/grub-install.c:313 +msgid "ID" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:315 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:309 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:309 +#: .pc/install_arm64_naming.patch/util/grub-install.c:309 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:309 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:309 +#: .pc/install_signed.patch/util/grub-install.c:298 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:297 +#: .pc/probe-delimiter.patch/util/grub-install.c:309 util/grub-install.c:314 +msgid "the ID of bootloader. This option is only available on EFI and Macs." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:317 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:311 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:311 +#: .pc/install_arm64_naming.patch/util/grub-install.c:311 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:311 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:311 +#: .pc/install_signed.patch/util/grub-install.c:300 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:299 +#: .pc/probe-delimiter.patch/util/grub-install.c:311 util/grub-install.c:316 +msgid "use DIR as the EFI System Partition root." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:319 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:313 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:313 +#: .pc/install_arm64_naming.patch/util/grub-install.c:313 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:313 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:313 +#: .pc/install_signed.patch/util/grub-install.c:302 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:301 +#: .pc/probe-delimiter.patch/util/grub-install.c:313 util/grub-install.c:318 +msgid "use DIR for PPC MAC install." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:320 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:314 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:314 +#: .pc/install_arm64_naming.patch/util/grub-install.c:314 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:314 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:314 +#: .pc/install_signed.patch/util/grub-install.c:303 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:302 +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:105 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:105 +#: .pc/probe-delimiter.patch/util/grub-install.c:314 util/grub-install.c:319 +#: util/grub-mkrescue.c:105 +msgid "use FILE as font for label" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:321 +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:322 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:315 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:316 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:315 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:316 +#: .pc/install_arm64_naming.patch/util/grub-install.c:315 +#: .pc/install_arm64_naming.patch/util/grub-install.c:316 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:315 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:316 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:315 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:316 +#: .pc/install_signed.patch/util/grub-install.c:304 +#: .pc/install_signed.patch/util/grub-install.c:305 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:303 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:304 +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:106 +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:107 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:106 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:107 +#: .pc/probe-delimiter.patch/util/grub-install.c:315 +#: .pc/probe-delimiter.patch/util/grub-install.c:316 +#: grub-core/term/gfxterm_background.c:182 util/grub-install.c:320 +#: util/grub-install.c:321 util/grub-mkrescue.c:106 util/grub-mkrescue.c:107 +#: util/grub-render-label.c:61 util/grub-render-label.c:63 +msgid "COLOR" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:321 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:315 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:315 +#: .pc/install_arm64_naming.patch/util/grub-install.c:315 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:315 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:315 +#: .pc/install_signed.patch/util/grub-install.c:304 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:303 +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:106 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:106 +#: .pc/probe-delimiter.patch/util/grub-install.c:315 util/grub-install.c:320 +#: util/grub-mkrescue.c:106 +msgid "use COLOR for label" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:322 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:316 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:316 +#: .pc/install_arm64_naming.patch/util/grub-install.c:316 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:316 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:316 +#: .pc/install_signed.patch/util/grub-install.c:305 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:304 +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:107 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:107 +#: .pc/probe-delimiter.patch/util/grub-install.c:316 util/grub-install.c:321 +#: util/grub-mkrescue.c:107 +msgid "use COLOR for label background" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:323 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:317 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:317 +#: .pc/install_arm64_naming.patch/util/grub-install.c:317 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:317 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:317 +#: .pc/install_signed.patch/util/grub-install.c:306 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:305 +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:109 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:109 +#: .pc/probe-delimiter.patch/util/grub-install.c:317 util/grub-install.c:322 +#: util/grub-mkrescue.c:109 +msgid "use STRING as product version" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:325 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:319 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:319 +#: .pc/install_arm64_naming.patch/util/grub-install.c:319 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:319 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:319 +#: .pc/probe-delimiter.patch/util/grub-install.c:319 util/grub-install.c:324 +msgid "" +"install an image usable with UEFI Secure Boot. This option is only available " +"on EFI and if the grub-efi-amd64-signed package is installed." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:329 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:323 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:323 +#: .pc/install_arm64_naming.patch/util/grub-install.c:323 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:323 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:323 +#: .pc/probe-delimiter.patch/util/grub-install.c:323 util/grub-install.c:328 +msgid "" +"do not install an image usable with UEFI Secure Boot, even if the system was " +"currently started using it. This option is only available on EFI." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:333 +#: util/grub-install.c:332 +msgid "" +"force installation to the removable media path also. This option is only " +"available on EFI." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:385 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:376 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:376 +#: .pc/install_arm64_naming.patch/util/grub-install.c:376 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:376 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:376 +#: .pc/install_signed.patch/util/grub-install.c:357 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:356 +#: .pc/probe-delimiter.patch/util/grub-install.c:376 util/grub-install.c:384 +msgid "[OPTION] [INSTALL_DEVICE]" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:386 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:377 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:377 +#: .pc/install_arm64_naming.patch/util/grub-install.c:377 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:377 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:377 +#: .pc/install_signed.patch/util/grub-install.c:358 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:357 +#: .pc/probe-delimiter.patch/util/grub-install.c:377 util/grub-install.c:385 +msgid "Install GRUB on your drive." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:387 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:378 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:378 +#: .pc/install_arm64_naming.patch/util/grub-install.c:378 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:378 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:378 +#: .pc/install_signed.patch/util/grub-install.c:359 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:358 +#: .pc/probe-delimiter.patch/util/grub-install.c:378 util/grub-install.c:386 +#, c-format +msgid "" +"INSTALL_DEVICE must be system device filename.\n" +"%s copies GRUB images into %s. On some platforms, it may also install GRUB " +"into the boot sector." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:590 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:581 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:581 +#: .pc/install_arm64_naming.patch/util/grub-install.c:575 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:575 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:575 +#: .pc/install_signed.patch/util/grub-install.c:556 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:555 +#: .pc/probe-delimiter.patch/util/grub-install.c:575 +#: grub-core/osdep/windows/hostdisk.c:489 util/grub-install.c:589 +msgid "couldn't retrieve random data" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:692 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:683 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:683 +#: .pc/install_arm64_naming.patch/util/grub-install.c:677 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:677 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:677 +#: .pc/install_signed.patch/util/grub-install.c:658 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:657 +#: .pc/probe-delimiter.patch/util/grub-install.c:677 util/grub-install.c:691 +#, c-format +msgid "the drive %s is defined multiple times in the device map %s" +msgstr "" + +#. TRANSLATORS: "stat" comes from the name of POSIX function. +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:793 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:784 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:784 +#: .pc/grub_legacy_0_based_partitions.patch/util/getroot.c:159 +#: .pc/grub_legacy_0_based_partitions.patch/util/getroot.c:161 +#: .pc/install_arm64_naming.patch/util/grub-install.c:778 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:778 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:778 +#: .pc/install_signed.patch/util/grub-install.c:759 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:758 +#: .pc/probe-delimiter.patch/util/grub-install.c:778 +#: grub-core/osdep/unix/getroot.c:543 grub-core/osdep/unix/hostdisk.c:66 +#: grub-core/osdep/unix/relpath.c:70 grub-core/osdep/unix/relpath.c:94 +#: util/getroot.c:159 util/getroot.c:161 util/grub-install.c:792 +#: util/grub-macbless.c:70 +#, c-format +msgid "cannot stat `%s': %s" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:856 +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:190 +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:538 +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:565 +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:606 +#: util/grub-install-common.c:190 util/grub-install-common.c:538 +#: util/grub-install-common.c:565 util/grub-install-common.c:613 +#: util/grub-install.c:855 +#, c-format +msgid "cannot open directory `%s': %s" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:884 +#: util/grub-install.c:883 +msgid "efi_suffix_upper not set" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:977 +#: util/grub-install.c:976 +msgid "Invalid to use both --removable and --force_extra_removable" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:987 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:889 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:889 +#: .pc/install_arm64_naming.patch/util/grub-install.c:883 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:883 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:883 +#: .pc/install_signed.patch/util/grub-install.c:863 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:862 +#: .pc/probe-delimiter.patch/util/grub-install.c:883 util/grub-install.c:986 +msgid "Unable to determine your platform. Use --target." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1000 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:902 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:902 +#: .pc/install_arm64_naming.patch/util/grub-install.c:896 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:896 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:896 +#: .pc/install_signed.patch/util/grub-install.c:876 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:875 +#: .pc/probe-delimiter.patch/util/grub-install.c:896 util/grub-install.c:999 +#, c-format +msgid "Installing for %s platform.\n" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1044 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:946 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:946 +#: .pc/install_arm64_naming.patch/util/grub-install.c:940 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:940 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:940 +#: .pc/install_signed.patch/util/grub-install.c:920 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:919 +#: .pc/probe-delimiter.patch/util/grub-install.c:940 util/grub-install.c:1043 +msgid "install device isn't specified" +msgstr "install device is not specified" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1085 +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1419 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:987 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1319 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:987 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1319 +#: .pc/install_arm64_naming.patch/util/grub-install.c:981 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1313 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:981 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1300 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:981 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1302 +#: .pc/install_signed.patch/util/grub-install.c:961 +#: .pc/install_signed.patch/util/grub-install.c:1293 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:960 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1292 +#: .pc/probe-delimiter.patch/util/grub-install.c:981 +#: .pc/probe-delimiter.patch/util/grub-install.c:1313 +#: .pc/probe-delimiter.patch/util/grub-probe.c:266 +#: grub-core/osdep/linux/ofpath.c:172 grub-core/osdep/unix/getroot.c:497 +#: grub-core/osdep/unix/getroot.c:521 grub-core/osdep/unix/relpath.c:49 +#: util/grub-install.c:1084 util/grub-install.c:1418 util/grub-probe.c:267 +#, c-format +msgid "failed to get canonical path of `%s'" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1156 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1058 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1058 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1052 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1052 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1052 +#: .pc/install_signed.patch/util/grub-install.c:1032 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1031 +#: .pc/probe-delimiter.patch/util/grub-install.c:1052 util/grub-install.c:1155 +msgid "cannot find EFI directory" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1159 +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1298 +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1343 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1061 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1198 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1243 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1061 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1198 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1243 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1055 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1192 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1237 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1055 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1179 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1224 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1055 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1181 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1226 +#: .pc/install_signed.patch/util/grub-install.c:1035 +#: .pc/install_signed.patch/util/grub-install.c:1172 +#: .pc/install_signed.patch/util/grub-install.c:1217 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1034 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1171 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1216 +#: .pc/probe-delimiter.patch/util/grub-install.c:1055 +#: .pc/probe-delimiter.patch/util/grub-install.c:1192 +#: .pc/probe-delimiter.patch/util/grub-install.c:1237 +#: .pc/probe-delimiter.patch/util/grub-probe.c:272 util/grub-install.c:1158 +#: util/grub-install.c:1297 util/grub-install.c:1342 util/grub-macbless.c:76 +#: util/grub-probe.c:273 +#, c-format +msgid "cannot find a device for %s (is /dev mounted?)" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1168 +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1306 +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1359 +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1453 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1070 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1206 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1259 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1353 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1070 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1206 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1259 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1353 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1064 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1200 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1253 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1347 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1064 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1187 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1240 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1334 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1064 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1189 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1242 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1336 +#: .pc/install_signed.patch/util/grub-install.c:1044 +#: .pc/install_signed.patch/util/grub-install.c:1180 +#: .pc/install_signed.patch/util/grub-install.c:1233 +#: .pc/install_signed.patch/util/grub-install.c:1327 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1043 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1179 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1232 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1326 +#: .pc/probe-delimiter.patch/util/grub-install.c:1064 +#: .pc/probe-delimiter.patch/util/grub-install.c:1200 +#: .pc/probe-delimiter.patch/util/grub-install.c:1253 +#: .pc/probe-delimiter.patch/util/grub-install.c:1347 +#: .pc/probe-delimiter.patch/util/grub-probe.c:314 util/grub-install.c:1167 +#: util/grub-install.c:1305 util/grub-install.c:1358 util/grub-install.c:1452 +#: util/grub-macbless.c:80 util/grub-probe.c:315 +#, c-format +msgid "cannot find a GRUB drive for %s. Check your device.map" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1186 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1088 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1088 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1082 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1082 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1082 +#: .pc/install_signed.patch/util/grub-install.c:1062 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1061 +#: .pc/probe-delimiter.patch/util/grub-install.c:1082 util/grub-install.c:1185 +#, c-format +msgid "%s doesn't look like an EFI partition.\n" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1234 +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1720 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1134 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1620 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1134 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1620 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1128 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1614 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1126 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1601 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1128 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1603 +#: .pc/install_signed.patch/util/grub-install.c:1098 +#: .pc/install_signed.patch/util/grub-install.c:1567 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1097 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1566 +#: .pc/probe-delimiter.patch/util/grub-install.c:1128 +#: .pc/probe-delimiter.patch/util/grub-install.c:1614 util/grub-install.c:1233 +#: util/grub-install.c:1719 +msgid "You've found a bug" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1320 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1220 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1220 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1214 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1201 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1203 +#: .pc/install_signed.patch/util/grub-install.c:1194 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1193 +#: .pc/probe-delimiter.patch/util/grub-install.c:1214 util/grub-install.c:1319 +#, c-format +msgid "filesystem on %s is neither HFS nor HFS+" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1388 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1288 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1288 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1282 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1269 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1271 +#: .pc/install_signed.patch/util/grub-install.c:1262 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1261 +#: .pc/probe-delimiter.patch/util/grub-install.c:1282 util/grub-install.c:1387 +#, c-format +msgid "" +"attempt to install to encrypted disk without cryptodisk enabled. Set `%s' in " +"file `%s'." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1525 +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1887 +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1987 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1425 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1787 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1887 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1425 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1787 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1887 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1419 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1781 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1881 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1406 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1768 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1868 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1408 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1770 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1870 +#: .pc/install_signed.patch/util/grub-install.c:1372 +#: .pc/install_signed.patch/util/grub-install.c:1734 +#: .pc/install_signed.patch/util/grub-install.c:1834 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1371 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1720 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1820 +#: .pc/probe-delimiter.patch/util/grub-install.c:1419 +#: .pc/probe-delimiter.patch/util/grub-install.c:1781 +#: .pc/probe-delimiter.patch/util/grub-install.c:1881 util/grub-install.c:1524 +#: util/grub-install.c:1886 util/grub-install.c:1986 +#, c-format +msgid "Can't create file: %s" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1602 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1502 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1502 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1496 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1483 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1485 +#: .pc/install_signed.patch/util/grub-install.c:1449 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1448 +#: .pc/probe-delimiter.patch/util/grub-install.c:1496 util/grub-install.c:1601 +msgid "no hints available for your platform. Expect reduced performance" +msgstr "" + +#. TRANSLATORS: This is a prefix in the log to indicate that usually +#. a command would be executed but due to an option was skipped. +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1804 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1704 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1704 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1698 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1685 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1687 +#: .pc/install_signed.patch/util/grub-install.c:1651 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1650 +#: .pc/probe-delimiter.patch/util/grub-install.c:1698 util/grub-install.c:1803 +msgid "NOT RUNNING: " +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1921 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1821 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1821 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1815 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1802 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1804 +#: .pc/install_signed.patch/util/grub-install.c:1768 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1754 +#: .pc/probe-delimiter.patch/util/grub-install.c:1815 util/grub-install.c:1920 +msgid "the chosen partition is not a PReP partition" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1926 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1826 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1826 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1820 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1807 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1809 +#: .pc/install_signed.patch/util/grub-install.c:1773 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1759 +#: .pc/probe-delimiter.patch/util/grub-install.c:1820 util/grub-install.c:1925 +msgid "failed to copy Grub to the PReP partition" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:1931 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1831 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1831 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1825 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1812 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1814 +#: .pc/install_signed.patch/util/grub-install.c:1778 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1764 +#: .pc/probe-delimiter.patch/util/grub-install.c:1825 util/grub-install.c:1930 +#, c-format +msgid "" +"the PReP partition is not empty. If you are sure you want to use it, run dd " +"to clear it: `%s'" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:2071 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:1965 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1965 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1959 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1946 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1948 +#: .pc/install_signed.patch/util/grub-install.c:1870 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1856 +#: .pc/probe-delimiter.patch/util/grub-install.c:1959 util/grub-install.c:2070 +msgid "EFI bootloader id isn't specified." +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:2120 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:2014 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:1994 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1988 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1975 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1977 +#: .pc/install_signed.patch/util/grub-install.c:1899 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1885 +#: .pc/probe-delimiter.patch/util/grub-install.c:1988 util/grub-install.c:2119 +msgid "WARNING: no platform-specific install was performed" +msgstr "" + +#: .pc/fix_disk-module_option_handling.patch/util/grub-install.c:2127 +#: .pc/grub-install-extra-removable.patch/util/grub-install.c:2021 +#: .pc/grub-install-pvxen-paths.patch/util/grub-install.c:2001 +#: .pc/install_arm64_naming.patch/util/grub-install.c:1995 +#: .pc/install_efi_ubuntu_flavours.patch/util/grub-install.c:1982 +#: .pc/install_powerpc_machtypes.patch/util/grub-install.c:1984 +#: .pc/install_signed.patch/util/grub-install.c:1906 +#: .pc/install_stage2_confusion.patch/util/grub-install.c:1892 +#: .pc/probe-delimiter.patch/util/grub-install.c:1995 util/grub-install.c:2126 +msgid "Installation finished. No error reported." +msgstr "" + +#. TRANSLATORS: This message kicks in during the detection of +#. which modules needs to be included in core image. This happens +#. in the case of degraded RAID and means that autodetection may +#. fail to include some of modules. It's an installation time +#. message, not runtime message. +#: .pc/fix_diskfilter_lv_name_dblfree.patch/grub-core/disk/diskfilter.c:341 +#: .pc/fix_diskfilter_lv_name_dblfree.patch/grub-core/disk/diskfilter.c:374 +#: .pc/probe-delimiter.patch/grub-core/disk/diskfilter.c:341 +#: .pc/probe-delimiter.patch/grub-core/disk/diskfilter.c:373 +#: grub-core/disk/diskfilter.c:341 grub-core/disk/diskfilter.c:374 +#, c-format +msgid "" +"Couldn't find physical volume `%s'. Some modules may be missing from core " +"image." +msgstr "" + +#: .pc/fix_diskfilter_lv_name_dblfree.patch/grub-core/disk/diskfilter.c:478 +#: .pc/probe-delimiter.patch/grub-core/disk/diskfilter.c:477 +#: grub-core/disk/diskfilter.c:478 +#, c-format +msgid "physical volume %s not found" +msgstr "" + +#: .pc/fix_diskfilter_lv_name_dblfree.patch/grub-core/disk/diskfilter.c:679 +#: .pc/fix_diskfilter_lv_name_dblfree.patch/grub-core/disk/diskfilter.c:689 +#: .pc/maybe_quiet.patch/grub-core/normal/menu.c:428 +#: .pc/probe-delimiter.patch/grub-core/disk/diskfilter.c:678 +#: .pc/probe-delimiter.patch/grub-core/disk/diskfilter.c:688 +#: .pc/quick_boot.patch/grub-core/normal/menu.c:428 +#: .pc/sleep_shift.patch/grub-core/normal/menu.c:428 +#: .pc/zfs-disk-matching.patch/grub-core/fs/zfs/zfs.c:1870 +#: .pc/zfs-embedded-data.patch/grub-core/fs/zfs/zfs.c:1872 +#: .pc/zfs-extensible-dataset-large-blocks.patch/grub-core/fs/zfs/zfs.c:1928 +#: .pc/zfs-hole-birth.patch/grub-core/fs/zfs/zfs.c:1870 +#: .pc/zfs-mzap-lookup-argument-types.patch/grub-core/fs/zfs/zfs.c:1870 +#: .pc/zfs-zap-lookup-truncation.patch/grub-core/fs/zfs/zfs.c:1928 +#: grub-core/commands/verify.c:632 grub-core/disk/diskfilter.c:679 +#: grub-core/disk/diskfilter.c:689 grub-core/fs/ntfs.c:404 +#: grub-core/fs/zfs/zfs.c:1930 grub-core/normal/menu.c:428 +#, c-format +msgid "module `%s' isn't loaded" +msgstr "" + +#: .pc/freebsd_debugflags_eperm.patch/grub-core/osdep/freebsd/hostdisk.c:72 +#: grub-core/osdep/freebsd/hostdisk.c:72 grub-core/osdep/linux/hostdisk.c:93 +msgid "unaligned device size" +msgstr "" + +#: .pc/gettext_quiet.patch/grub-core/gettext/gettext.c:85 +#: grub-core/gettext/gettext.c:85 +msgid "premature end of file" +msgstr "" + +#: .pc/grub_legacy_0_based_partitions.patch/util/getroot.c:404 +#: util/getroot.c:418 +#, c-format +msgid "disk does not exist, so falling back to partition device %s" +msgstr "" + +#: .pc/hostfs_remove_ftm.patch/grub-core/kern/emu/hostfs.c:77 +#: .pc/hostfs_remove_ftm.patch/grub-core/kern/emu/hostfs.c:110 +#: grub-core/kern/emu/hostfs.c:76 grub-core/kern/emu/hostfs.c:109 +#, c-format +msgid "can't open `%s': %s" +msgstr "" + +#: .pc/ieee1275-clear-reset.patch/grub-core/term/terminfo.c:184 +#: grub-core/term/terminfo.c:184 +#, c-format +msgid "unknown terminfo type `%s'" +msgstr "" + +#. TRANSLATORS: visually ordered UTF-8 is a non-compliant encoding +#. based on UTF-8 with right-to-left languages written in reverse. +#. Used on some terminals. Normal UTF-8 is refered as +#. "logically-ordered UTF-8" by opposition. +#: .pc/ieee1275-clear-reset.patch/grub-core/term/terminfo.c:663 +#: grub-core/term/terminfo.c:663 +msgid "visually-ordered UTF-8" +msgstr "" + +#: .pc/ieee1275-clear-reset.patch/grub-core/term/terminfo.c:666 +#: grub-core/term/terminfo.c:666 +msgid "Unknown encoding" +msgstr "" + +#: .pc/ieee1275-clear-reset.patch/grub-core/term/terminfo.c:670 +#: grub-core/term/terminfo.c:670 +msgid "Current terminfo types:" +msgstr "" + +#: .pc/ieee1275-clear-reset.patch/grub-core/term/terminfo.c:689 +#: grub-core/term/terminfo.c:689 +msgid "Terminal has specified geometry." +msgstr "" + +#: .pc/ieee1275-clear-reset.patch/grub-core/term/terminfo.c:732 +#: grub-core/term/terminfo.c:732 +msgid "incorrect terminal dimensions specification" +msgstr "" + +#: .pc/ieee1275-clear-reset.patch/grub-core/term/terminfo.c:762 +#: grub-core/term/terminfo.c:762 +#, c-format +msgid "terminal %s isn't found or it's not handled by terminfo" +msgstr "" + +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:121 +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:145 +#: util/grub-install-common.c:121 util/grub-install-common.c:145 +#, c-format +msgid "cannot copy `%s' to `%s': %s" +msgstr "" + +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:141 +#: util/grub-install-common.c:141 +#, c-format +msgid "can't compress `%s' to `%s'" +msgstr "" + +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:206 +#: util/grub-install-common.c:206 +#, c-format +msgid "cannot delete `%s': %s" +msgstr "" + +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:318 +#: util/grub-install-common.c:318 util/grub-mkimage.c:202 +msgid "grub-mkimage is compiled without XZ support" +msgstr "" + +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:326 +#: util/grub-install-common.c:326 util/grub-mkimage.c:210 +#, c-format +msgid "Unknown compression format %s" +msgstr "" + +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:389 +#: util/grub-install-common.c:389 +#, c-format +msgid "Unrecognized compression `%s'" +msgstr "" + +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:496 +#: util/grub-install-common.c:496 util/grub-mkimage.c:152 +#: util/grub-mkstandalone.c:96 +#, c-format +msgid "unknown target format %s\n" +msgstr "" + +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:798 +#: util/grub-install-common.c:822 +#, c-format +msgid "cannot find locale `%s'" +msgstr "" + +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:881 +#: util/grub-install-common.c:907 +#, c-format +msgid "%s doesn't exist. Please specify --target or --directory" +msgstr "" + +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:888 +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:891 +#: util/grub-install-common.c:914 util/grub-install-common.c:917 +#, c-format +msgid "invalid modinfo file `%s'" +msgstr "" + +#: .pc/install_locale_langpack.patch/util/grub-install-common.c:906 +#: util/grub-install-common.c:932 +#, c-format +msgid "Unknown platform `%s-%s'" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/grub-core/osdep/unix/platform.c:77 +#: grub-core/osdep/unix/platform.c:77 +#, c-format +msgid "" +"couldn't find IEEE1275 device path for %s.\n" +"You will have to set `boot-device' variable manually" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/grub-core/osdep/unix/platform.c:91 +#: .pc/install_powerpc_machtypes.patch/grub-core/osdep/unix/platform.c:99 +#: .pc/probe_fusionio.patch/grub-core/osdep/linux/getroot.c:573 +#: .pc/probe_fusionio.patch/grub-core/osdep/linux/getroot.c:643 +#: .pc/probe_nvme.patch/grub-core/osdep/linux/getroot.c:573 +#: .pc/probe_nvme.patch/grub-core/osdep/linux/getroot.c:643 +#: grub-core/osdep/linux/getroot.c:573 grub-core/osdep/linux/getroot.c:643 +#: grub-core/osdep/linux/hostdisk.c:126 grub-core/osdep/unix/getroot.c:253 +#: grub-core/osdep/unix/getroot.c:630 grub-core/osdep/unix/platform.c:91 +#: grub-core/osdep/unix/platform.c:99 +#, c-format +msgid "Unable to open stream from %s: %s" +msgstr "" + +#. TRANSLATORS: This message is shown when required executable `%s' +#. isn't found. +#: .pc/install_powerpc_machtypes.patch/grub-core/osdep/unix/platform.c:146 +#: .pc/install_powerpc_machtypes.patch/grub-core/osdep/unix/platform.c:183 +#: grub-core/osdep/unix/platform.c:146 grub-core/osdep/unix/platform.c:183 +#, c-format +msgid "%s: not found" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/grub-core/osdep/unix/platform.c:219 +#: grub-core/osdep/unix/platform.c:234 +#, c-format +msgid "" +"`nvsetenv' failed. \n" +"You will have to set `boot-device' variable manually. At the IEEE1275 " +"prompt, type:\n" +" %s\n" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/grub-core/osdep/unix/platform.c:234 +#: grub-core/osdep/unix/platform.c:250 +msgid "You will have to set `SystemPartition' and `OSLoader' manually." +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/grub-core/osdep/windows/platform.c:97 +#: grub-core/osdep/windows/platform.c:97 +msgid "Insufficient privileges to access firmware, assuming BIOS" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/grub-core/osdep/windows/platform.c:225 +#: grub-core/osdep/windows/platform.c:231 +msgid "no EFI routines are available when running in BIOS mode" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/grub-core/osdep/windows/platform.c:240 +#: grub-core/osdep/windows/platform.c:246 +msgid "unexpected EFI error" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/grub-core/osdep/windows/platform.c:315 +#: grub-core/osdep/windows/platform.c:321 +msgid "Couldn't find a free BootNNNN slot" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/grub-core/osdep/windows/platform.c:416 +#: grub-core/osdep/basic/no_platform.c:30 +#: grub-core/osdep/windows/platform.c:422 +msgid "no IEEE1275 routines are available for your platform" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/grub-core/osdep/windows/platform.c:423 +#: grub-core/osdep/basic/no_platform.c:45 +#: grub-core/osdep/windows/platform.c:429 +msgid "no SGI routines are available for your platform" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:30 +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:33 +#: include/grub/util/install.h:30 include/grub/util/install.h:33 +msgid "MODULES" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:31 +#: include/grub/util/install.h:31 +msgid "pre-load specified modules MODULES" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:34 +#: include/grub/util/install.h:34 +msgid "install only MODULES and their dependencies [default=all]" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:35 +#: include/grub/util/install.h:35 +msgid "THEMES" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:36 +#: include/grub/util/install.h:36 +#, c-format +msgid "install THEMES [default=%s]" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:37 +#: include/grub/util/install.h:37 +msgid "FONTS" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:38 +#: include/grub/util/install.h:38 +#, c-format +msgid "install FONTS [default=%s]" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:39 +#: include/grub/util/install.h:39 +msgid "LOCALES" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:40 +#: include/grub/util/install.h:40 +msgid "install only LOCALES [default=all]" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:43 +#: include/grub/util/install.h:43 +msgid "compress GRUB files [optional]" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:46 +#: include/grub/util/install.h:46 util/grub-mkimage.c:82 +msgid "choose the compression to use for core image" +msgstr "" + +#. TRANSLATORS: platform here isn't identifier. It can be translated. +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:49 +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:52 +#: include/grub/util/install.h:49 include/grub/util/install.h:52 +#: util/grub-mkimage.c:66 +#, c-format +msgid "use images and modules under DIR [default=%s/]" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:55 +#: include/grub/util/install.h:55 +#, c-format +msgid "use translations under DIR [default=%s]" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:58 +#: include/grub/util/install.h:58 +#, c-format +msgid "use themes under DIR [default=%s]" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:63 +#: include/grub/util/install.h:63 util/grub-mkimage.c:77 +msgid "embed FILE as public key for signature checking" +msgstr "" + +#: .pc/install_powerpc_machtypes.patch/include/grub/util/install.h:65 +#: .pc/probe-delimiter.patch/util/grub-probe.c:713 grub-core/kern/emu/main.c:96 +#: include/grub/util/install.h:65 util/grub-editenv.c:58 util/grub-fstest.c:525 +#: util/grub-glue-efi.c:58 util/grub-macbless.c:102 util/grub-mkfont.c:959 +#: util/grub-mkimage.c:83 util/grub-mklayout.c:56 util/grub-mount.c:459 +#: util/grub-probe.c:711 util/grub-render-label.c:74 +#: util/grub-script-check.c:52 util/grub-setup.c:90 util/grub-syslinux2cfg.c:78 +msgid "print verbose messages." +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:194 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:194 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:194 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:194 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:179 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:179 +#: grub-core/net/net.c:179 +msgid "timeout: could not resolve hardware address" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:569 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:567 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:567 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:567 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:548 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:548 +#: grub-core/net/net.c:557 +#, c-format +msgid "unresolvable address %s" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:615 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:613 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:613 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:613 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:594 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:594 +#: grub-core/net/net.c:603 +#, c-format +msgid "unrecognised network address `%s'" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:682 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:680 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:680 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:680 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:661 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:661 +#: grub-core/net/net.c:670 +msgid "destination unreachable" +msgstr "" + +#. TRANSLATORS: route loop is a condition when e.g. +#. to contact server A you need to go through B +#. and to contact B you need to go through A. +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:698 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:696 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:696 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:696 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:684 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:684 +#: grub-core/net/net.c:693 +msgid "route loop detected" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:714 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:712 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:712 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:712 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:700 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:700 +#: grub-core/net/net.c:709 +msgid "address not found" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:718 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:716 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:716 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:716 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:704 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:704 +#: grub-core/net/net.c:713 +msgid "you can't delete this address" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:790 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:806 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:788 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:804 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:788 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:804 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:788 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:804 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:776 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:792 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:776 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:792 +#: grub-core/net/net.c:785 grub-core/net/net.c:801 +#, c-format +msgid "Unsupported hw address type %d\n" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:827 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:825 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:825 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:825 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:813 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:813 +#: grub-core/net/net.c:822 +#, c-format +msgid "Unsupported address type %d\n" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1031 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1143 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1029 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1141 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1029 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1141 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1029 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1141 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1017 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1131 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1017 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1131 +#: grub-core/net/net.c:1026 grub-core/net/net.c:1140 +msgid "three arguments expected" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1037 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1035 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1035 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1035 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1023 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1023 +#: grub-core/net/net.c:1032 +msgid "card not found" +msgstr "" + +#. TRANSLATORS: it refers to the network address. +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1179 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1177 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1177 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1177 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1167 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1167 +#: grub-core/net/net.c:1176 +msgid "temporary" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1202 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1200 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1200 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1200 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1190 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1190 +#: grub-core/net/net.c:1199 +#, c-format +msgid "Unknown address type %d\n" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1310 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1308 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1308 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1308 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1298 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1298 +#: grub-core/net/net.c:1309 +msgid "no server is specified" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1363 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1361 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1361 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1361 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1351 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1351 +#: grub-core/kern/disk.c:236 grub-core/net/net.c:1429 +#, c-format +msgid "disk `%s' not found" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1569 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1567 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1566 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1566 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1557 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1595 +#: grub-core/net/net.c:1673 +#, c-format +msgid "timeout reading `%s'" +msgstr "" + +#. TRANSLATORS: HWADDRESS stands for +#. "hardware address". +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1693 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1691 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1690 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1690 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1681 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1719 +#: grub-core/net/net.c:1797 +msgid "SHORTNAME CARD ADDRESS [HWADDRESS]" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1694 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1692 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1691 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1691 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1682 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1720 +#: grub-core/net/net.c:1798 +msgid "Add a network address." +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1697 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1695 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1694 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1694 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1685 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1723 +#: grub-core/net/net.c:1801 +msgid "[CARD [HWADDRESS]]" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1698 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1696 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1695 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1695 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1686 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1724 +#: grub-core/net/net.c:1802 +msgid "Perform an IPV6 autoconfiguration" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1701 +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1708 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1699 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1706 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1698 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1705 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1698 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1705 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1689 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1696 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1727 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1734 +#: grub-core/net/net.c:1805 grub-core/net/net.c:1812 +msgid "SHORTNAME" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1702 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1700 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1699 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1699 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1690 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1728 +#: grub-core/net/net.c:1806 +msgid "Delete a network address." +msgstr "" + +#. TRANSLATORS: "gw" is a keyword. +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1705 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1703 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1702 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1702 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1693 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1731 +#: grub-core/net/net.c:1809 +msgid "SHORTNAME NET [INTERFACE| gw GATEWAY]" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1706 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1704 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1703 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1703 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1694 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1732 +#: grub-core/net/net.c:1810 +msgid "Add a network route." +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1709 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1707 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1706 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1706 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1697 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1735 +#: grub-core/net/net.c:1813 +msgid "Delete a network route." +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1711 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1709 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1708 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1708 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1699 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1737 +#: grub-core/net/net.c:1815 +msgid "list network routes" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1713 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1711 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1710 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1710 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1701 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1739 +#: grub-core/net/net.c:1817 +msgid "list network cards" +msgstr "" + +#: .pc/ip6_fix_routing_eb9f401f.patch/grub-core/net/net.c:1715 +#: .pc/ip6_send_router_solicitation_7c4b6b7b.patch/grub-core/net/net.c:1713 +#: .pc/net-ramp-up-interval.patch/grub-core/net/net.c:1712 +#: .pc/net-receive-packets-yield.patch/grub-core/net/net.c:1712 +#: .pc/net_add_grub_env_set_net_property.patch/grub-core/net/net.c:1703 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/net.c:1741 +#: grub-core/net/net.c:1819 +msgid "list network addresses" +msgstr "" + +#: .pc/linuxefi_debug.patch/grub-core/loader/i386/efi/linux.c:146 +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/efi/linux.c:159 +#: .pc/linuxefi_require_shim.patch/grub-core/loader/i386/efi/linux.c:159 +#: grub-core/loader/i386/efi/linux.c:159 +msgid "can't allocate initrd" +msgstr "" + +#: .pc/linuxefi_debug.patch/grub-core/loader/i386/efi/linux.c:210 +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/efi/linux.c:225 +#: .pc/linuxefi_require_shim.patch/grub-core/loader/i386/efi/linux.c:225 +#: grub-core/loader/i386/efi/linux.c:225 +msgid "cannot allocate kernel buffer" +msgstr "" + +#: .pc/linuxefi_debug.patch/grub-core/loader/i386/efi/linux.c:216 +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/efi/linux.c:231 +#: .pc/linuxefi_require_shim.patch/grub-core/loader/i386/efi/linux.c:231 +#: grub-core/loader/i386/efi/linux.c:231 +#, c-format +msgid "Can't read kernel %s" +msgstr "" + +#: .pc/linuxefi_debug.patch/grub-core/loader/i386/efi/linux.c:222 +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/efi/linux.c:237 +#: .pc/linuxefi_require_shim.patch/grub-core/loader/i386/efi/linux.c:237 +#: grub-core/loader/i386/efi/linux.c:237 +#, c-format +msgid "%s has invalid signature" +msgstr "" + +#: .pc/linuxefi_debug.patch/grub-core/loader/i386/efi/linux.c:251 +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/efi/linux.c:268 +#: .pc/linuxefi_require_shim.patch/grub-core/loader/i386/efi/linux.c:268 +#: grub-core/loader/i386/efi/linux.c:268 +msgid "invalid magic number" +msgstr "" + +#: .pc/linuxefi_debug.patch/grub-core/loader/i386/efi/linux.c:257 +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/efi/linux.c:274 +#: .pc/linuxefi_require_shim.patch/grub-core/loader/i386/efi/linux.c:274 +#: grub-core/loader/i386/efi/linux.c:274 +msgid "too many setup sectors" +msgstr "" + +#: .pc/linuxefi_debug.patch/grub-core/loader/i386/efi/linux.c:263 +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/efi/linux.c:280 +#: .pc/linuxefi_require_shim.patch/grub-core/loader/i386/efi/linux.c:280 +#: grub-core/loader/i386/efi/linux.c:280 +msgid "kernel too old" +msgstr "" + +#: .pc/linuxefi_debug.patch/grub-core/loader/i386/efi/linux.c:269 +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/efi/linux.c:286 +#: .pc/linuxefi_require_shim.patch/grub-core/loader/i386/efi/linux.c:286 +#: grub-core/loader/i386/efi/linux.c:286 +msgid "kernel doesn't support EFI handover" +msgstr "" + +#: .pc/linuxefi_debug.patch/grub-core/loader/i386/efi/linux.c:278 +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/efi/linux.c:295 +#: .pc/linuxefi_require_shim.patch/grub-core/loader/i386/efi/linux.c:295 +#: grub-core/loader/i386/efi/linux.c:295 +msgid "can't allocate cmdline" +msgstr "" + +#: .pc/linuxefi_debug.patch/grub-core/loader/i386/efi/linux.c:303 +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/efi/linux.c:323 +#: .pc/linuxefi_require_shim.patch/grub-core/loader/i386/efi/linux.c:323 +#: grub-core/loader/i386/efi/linux.c:323 +msgid "can't allocate kernel" +msgstr "" + +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/linux.c:509 +#: grub-core/loader/i386/bsd.c:1140 grub-core/loader/i386/linux.c:511 +#: grub-core/loader/i386/xnu.c:984 +msgid "Booting in blind mode" +msgstr "" + +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/linux.c:901 +#: grub-core/loader/i386/linux.c:938 +msgid "Legacy `ask' parameter no longer supported." +msgstr "" + +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/linux.c:917 +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/linux.c:927 +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/linux.c:957 +#: grub-core/loader/i386/linux.c:954 grub-core/loader/i386/linux.c:964 +#: grub-core/loader/i386/linux.c:994 +#, c-format +msgid "%s is deprecated. Use set gfxpayload=%s before linux command instead.\n" +msgstr "" + +#. TRANSLATORS: "x" has to be entered in, like an identifier, +#. so please don't use better Unicode codepoints. +#: .pc/linuxefi_non_sb_fallback.patch/grub-core/loader/i386/linux.c:940 +#: grub-core/loader/i386/linux.c:977 +#, c-format +msgid "" +"%s is deprecated. VGA mode %d isn't recognized. Use set " +"gfxpayload=WIDTHxHEIGHT[xDEPTH] before linux command instead.\n" +msgstr "" + +#. TRANSLATORS: it's command line prompt. +#: .pc/maybe_quiet.patch/grub-core/normal/main.c:387 +#: grub-core/normal/main.c:396 +msgid ">" +msgstr "" + +#. TRANSLATORS: it's command line prompt. +#: .pc/maybe_quiet.patch/grub-core/normal/main.c:390 +#: grub-core/normal/main.c:399 +msgid "grub>" +msgstr "" + +#: .pc/maybe_quiet.patch/grub-core/normal/menu.c:833 +#: .pc/quick_boot.patch/grub-core/normal/menu.c:838 +#: .pc/sleep_shift.patch/grub-core/normal/menu.c:814 +#: grub-core/normal/menu.c:862 +#, c-format +msgid "Booting `%s'" +msgstr "" + +#: .pc/maybe_quiet.patch/grub-core/normal/menu.c:845 +#: .pc/quick_boot.patch/grub-core/normal/menu.c:851 +#: .pc/sleep_shift.patch/grub-core/normal/menu.c:826 +#: grub-core/normal/menu.c:875 +#, c-format +msgid "Falling back to `%s'" +msgstr "" + +#: .pc/misc-fix-invalid-char-strtol.patch/grub-core/kern/misc.c:380 +#: .pc/misc-fix-invalid-char-strtol.patch/grub-core/kern/misc.c:436 +#: grub-core/kern/misc.c:380 grub-core/kern/misc.c:440 include/grub/misc.h:315 +#: include/grub/misc.h:324 +msgid "overflow is detected" +msgstr "" + +#: .pc/misc-fix-invalid-char-strtol.patch/grub-core/kern/misc.c:447 +#: grub-core/commands/i386/pc/play.c:147 grub-core/commands/i386/pc/play.c:156 +#: grub-core/kern/misc.c:451 grub-core/script/execute.c:137 +#: grub-core/script/execute.c:243 +msgid "unrecognized number" +msgstr "unrecognised number" + +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:97 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:97 +#: util/grub-mkfont.c:933 util/grub-mkrescue.c:97 util/grub-mkstandalone.c:48 +#: util/grub-kbdcomp.in:29 +msgid "save output in FILE [required]" +msgstr "" + +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:99 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:99 +#: util/grub-mkrescue.c:99 +msgid "save ROM images in DIR [optional]" +msgstr "" + +#. TRANSLATORS: xorriso is a program for creating ISOs and burning CDs. +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:102 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:102 +#: util/grub-mkrescue.c:102 +msgid "use FILE as xorriso [optional]" +msgstr "" + +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:108 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:108 +#: util/grub-mkrescue.c:108 +msgid "use STRING as product name" +msgstr "" + +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:110 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:110 +#: util/grub-mkrescue.c:110 +msgid "" +"enable sparc boot. Disables HFS+, APM, ARCS and boot as disk image for i386-" +"pc" +msgstr "" + +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:111 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:111 +#: util/grub-mkrescue.c:111 +msgid "" +"enable ARCS (big-endian mips machines, mostly SGI) boot. Disables HFS+, APM, " +"sparc64 and boot as disk image for i386-pc" +msgstr "" + +#. TRANSLATORS: it generates one single image which is bootable through any method. +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:124 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:124 +#: util/grub-mkrescue.c:124 +msgid "Make GRUB CD-ROM, disk, pendrive and floppy bootable image." +msgstr "" + +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:129 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:129 +#: util/grub-mkrescue.c:129 +#, c-format +msgid "" +"Generates a bootable CD/USB/floppy image. Arguments other than options to " +"this program are passed to xorriso, and indicate source files, source " +"directories, or any of the mkisofs options listed by the output of `%s'." +msgstr "" + +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:133 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:133 +#: util/grub-mkrescue.c:133 +msgid "Option -- switches to native xorriso command mode." +msgstr "" + +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:134 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:134 +#: util/grub-mkrescue.c:134 +msgid "Mail xorriso support requests to ." +msgstr "" + +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:230 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:230 +#: util/grub-mkrescue.c:230 util/grub-mkstandalone.c:114 +msgid "[OPTION] SOURCE..." +msgstr "" + +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:266 +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:309 +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:492 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:266 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:309 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:492 +#: util/grub-mkrescue.c:266 util/grub-mkrescue.c:309 util/grub-mkrescue.c:492 +#, c-format +msgid "enabling %s support ..." +msgstr "" + +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:393 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:393 +#: util/grub-mkfont.c:1179 util/grub-mkrescue.c:393 +#: util/grub-mkstandalone.c:305 util/grub-kbdcomp.in:70 +msgid "output file must be specified" +msgstr "" + +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:527 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:527 +#: util/grub-mkrescue.c:527 +msgid "" +"Your xorriso doesn't support `--grub2-boot-info'. Some features are " +"disabled. Please use xorriso 1.2.9 or later." +msgstr "" + +#: .pc/mkrescue_arm64_naming.patch/util/grub-mkrescue.c:554 +#: .pc/mkrescue_efi_modules.patch/util/grub-mkrescue.c:554 +#: util/grub-mkrescue.c:554 +msgid "" +"Your xorriso doesn't support `--grub2-boot-info'. Your core image is too " +"big. Boot as disk is disabled. Please use xorriso 1.2.9 or later." +msgstr "" + +#: .pc/net-ramp-up-interval.patch/grub-core/net/tftp.c:407 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/http.c:430 +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/tftp.c:408 +#: grub-core/net/http.c:443 grub-core/net/tftp.c:412 +#, c-format +msgid "time out opening `%s'" +msgstr "" + +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/http.c:105 +#: grub-core/net/http.c:105 +msgid "unsupported HTTP response" +msgstr "" + +#. TRANSLATORS: GRUB HTTP code is pretty young. So even perfectly +#. valid answers like 403 will trigger this very generic message. +#: .pc/net_read_bracketed_ipv6_addr.patch/grub-core/net/http.c:126 +#: grub-core/net/http.c:126 +#, c-format +msgid "unsupported HTTP error %d: %s" +msgstr "" + +#: .pc/no_insmod_on_sb.patch/grub-core/kern/dl.c:337 +#: grub-core/efiemu/loadcore.c:197 grub-core/efiemu/loadcore.c:234 +#: grub-core/kern/dl.c:341 grub-core/loader/i386/bsdXX.c:310 +#: util/grub-mkimagexx.c:1581 +msgid "no symbol table" +msgstr "" + +#: .pc/no_insmod_on_sb.patch/grub-core/kern/dl.c:373 +#: grub-core/efiemu/symbols.c:92 grub-core/kern/dl.c:377 +#, c-format +msgid "symbol `%s' not found" +msgstr "" + +#: .pc/no_insmod_on_sb.patch/grub-core/kern/dl.c:603 +#: grub-core/efiemu/loadcore.c:343 grub-core/kern/dl.c:607 +#: grub-core/loader/ia64/efi/linux.c:386 grub-core/loader/mips/linux.c:248 +#: grub-core/loader/multiboot_elfxx.c:72 +#: grub-core/loader/powerpc/ieee1275/linux.c:280 +#: grub-core/loader/sparc64/ieee1275/linux.c:320 +msgid "this ELF file is not of the right type" +msgstr "" + +#: .pc/probe-delimiter.patch/grub-core/disk/cryptodisk.c:39 +#: grub-core/disk/cryptodisk.c:39 +msgid "Mount by UUID." +msgstr "" + +#. TRANSLATORS: It's still restricted to cryptodisks only. +#: .pc/probe-delimiter.patch/grub-core/disk/cryptodisk.c:41 +#: grub-core/disk/cryptodisk.c:41 +msgid "Mount all." +msgstr "" + +#: .pc/probe-delimiter.patch/grub-core/disk/cryptodisk.c:42 +#: grub-core/disk/cryptodisk.c:42 +msgid "Mount all volumes with `boot' flag set." +msgstr "" + +#: .pc/probe-delimiter.patch/grub-core/disk/cryptodisk.c:1119 +#: grub-core/disk/cryptodisk.c:1120 +msgid "SOURCE|-u UUID|-a|-b" +msgstr "" + +#: .pc/probe-delimiter.patch/grub-core/disk/cryptodisk.c:1120 +#: grub-core/disk/cryptodisk.c:1121 +msgid "Mount a crypto device." +msgstr "" + +#: .pc/probe-delimiter.patch/util/grub-probe.c:392 +#: grub-core/commands/nativedisk.c:114 grub-core/commands/probe.c:118 +#: grub-core/commands/probe.c:124 util/grub-probe.c:393 +#, c-format +msgid "%s does not support UUIDs" +msgstr "" + +#: .pc/probe-delimiter.patch/util/grub-probe.c:404 +#: grub-core/commands/probe.c:139 grub-core/commands/probe.c:146 +#: util/grub-probe.c:405 +#, c-format +msgid "filesystem `%s' does not support labels" +msgstr "" + +#: .pc/probe-delimiter.patch/util/grub-probe.c:709 util/grub-probe.c:707 +msgid "given argument is a system device, not a path" +msgstr "" + +#. TRANSLATORS: There are many devices in device map. +#: .pc/probe-delimiter.patch/util/grub-probe.c:711 grub-core/kern/emu/main.c:93 +#: util/grub-probe.c:709 util/grub-setup.c:85 +#, c-format +msgid "use FILE as the device map [default=%s]" +msgstr "" + +#: .pc/probe-delimiter.patch/util/grub-probe.c:731 util/grub-probe.c:729 +msgid "print TARGET" +msgstr "" + +#: .pc/probe-delimiter.patch/util/grub-probe.c:732 util/grub-probe.c:730 +msgid "available targets:" +msgstr "" + +#: .pc/probe-delimiter.patch/util/grub-probe.c:797 util/grub-macbless.c:134 +#: util/grub-probe.c:795 +msgid "No path or device is specified.\n" +msgstr "" + +#: .pc/probe-delimiter.patch/util/grub-probe.c:813 util/grub-probe.c:811 +msgid "[OPTION]... [PATH|DEVICE]" +msgstr "" + +#: .pc/probe-delimiter.patch/util/grub-probe.c:814 util/grub-probe.c:812 +msgid "" +"Probe device information for a given path (or device, if the -d option is " +"given)." +msgstr "" + +#: .pc/probe-delimiter.patch/util/grub-probe.c:848 +#: grub-core/kern/emu/main.c:155 util/grub-macbless.c:141 +#: util/grub-mkrelpath.c:61 util/grub-probe.c:846 util/grub-script-check.c:75 +#: util/grub-setup.c:203 +#, c-format +msgid "Unknown extra argument `%s'." +msgstr "" + +#: .pc/probe_fusionio.patch/grub-core/osdep/linux/getroot.c:148 +#: .pc/probe_nvme.patch/grub-core/osdep/linux/getroot.c:148 +#: grub-core/osdep/linux/getroot.c:148 +#, c-format +msgid "ioctl RAID_VERSION error: %s" +msgstr "" + +#: .pc/probe_fusionio.patch/grub-core/osdep/linux/getroot.c:154 +#: .pc/probe_fusionio.patch/grub-core/osdep/linux/getroot.c:158 +#: .pc/probe_nvme.patch/grub-core/osdep/linux/getroot.c:154 +#: .pc/probe_nvme.patch/grub-core/osdep/linux/getroot.c:158 +#: grub-core/osdep/linux/getroot.c:154 grub-core/osdep/linux/getroot.c:158 +#, c-format +msgid "unsupported RAID version: %d.%d" +msgstr "" + +#: .pc/probe_fusionio.patch/grub-core/osdep/linux/getroot.c:163 +#: .pc/probe_nvme.patch/grub-core/osdep/linux/getroot.c:163 +#: grub-core/osdep/linux/getroot.c:163 +#, c-format +msgid "ioctl GET_ARRAY_INFO error: %s" +msgstr "" + +#: .pc/probe_fusionio.patch/grub-core/osdep/linux/getroot.c:172 +#: .pc/probe_nvme.patch/grub-core/osdep/linux/getroot.c:172 +#: grub-core/osdep/linux/getroot.c:172 +#, c-format +msgid "ioctl GET_DISK_INFO error: %s" +msgstr "" + +#: .pc/probe_fusionio.patch/grub-core/osdep/linux/getroot.c:966 +#: .pc/probe_nvme.patch/grub-core/osdep/linux/getroot.c:979 +#: grub-core/osdep/linux/getroot.c:993 +#, c-format +msgid "unknown kind of RAID device `%s'" +msgstr "" + +#: .pc/sleep_shift.patch/grub-core/commands/sleep.c:33 +#: grub-core/commands/sleep.c:33 +msgid "Allow to interrupt with ESC." +msgstr "" + +#: .pc/x32.patch/grub-core/kern/x86_64/dl.c:36 grub-core/kern/arm/dl.c:257 +#: grub-core/kern/arm64/dl.c:49 grub-core/kern/i386/dl.c:36 +#: grub-core/kern/ia64/dl.c:41 grub-core/kern/mips/dl.c:48 +#: grub-core/kern/powerpc/dl.c:36 grub-core/kern/sparc64/dl.c:36 +#: grub-core/kern/x86_64/dl.c:36 grub-core/loader/i386/bsd.c:1430 +#: grub-core/loader/i386/bsdXX.c:49 grub-core/loader/ia64/efi/linux.c:382 +#: grub-core/loader/mips/linux.c:298 grub-core/loader/multiboot.c:177 +#: grub-core/loader/multiboot_elfxx.c:69 +#: grub-core/loader/powerpc/ieee1275/linux.c:294 +#: grub-core/loader/sparc64/ieee1275/linux.c:331 +msgid "invalid arch-dependent ELF magic" +msgstr "" + +#: .pc/x32.patch/grub-core/kern/x86_64/dl.c:109 +#: grub-core/efiemu/i386/loadcore32.c:111 +#: grub-core/efiemu/i386/loadcore64.c:124 grub-core/kern/arm/dl.c:236 +#: grub-core/kern/arm64/dl.c:159 grub-core/kern/i386/dl.c:75 +#: grub-core/kern/ia64/dl.c:136 grub-core/kern/mips/dl.c:253 +#: grub-core/kern/powerpc/dl.c:161 grub-core/kern/sparc64/dl.c:179 +#: grub-core/kern/x86_64/dl.c:109 util/grub-mkimagexx.c:567 +#: util/grub-mkimagexx.c:685 util/grub-mkimagexx.c:748 +#: util/grub-mkimagexx.c:824 util/grub-mkimagexx.c:852 +#: util/grub-mkimagexx.c:947 util/grub-mkimagexx.c:1179 +#: util/grub-mkimagexx.c:1204 util/grub-mkimagexx.c:1242 +#, c-format +msgid "relocation 0x%x is not implemented yet" +msgstr "" + +#: .pc/zfs-disk-matching.patch/grub-core/fs/zfs/zfs.c:449 +#: .pc/zfs-embedded-data.patch/grub-core/fs/zfs/zfs.c:450 +#: .pc/zfs-extensible-dataset-large-blocks.patch/grub-core/fs/zfs/zfs.c:451 +#: .pc/zfs-hole-birth.patch/grub-core/fs/zfs/zfs.c:448 +#: .pc/zfs-mzap-lookup-argument-types.patch/grub-core/fs/zfs/zfs.c:448 +#: .pc/zfs-zap-lookup-truncation.patch/grub-core/fs/zfs/zfs.c:451 +#: grub-core/fs/zfs/zfs.c:453 +msgid "checksum verification failed" +msgstr "" + +#: debian/grub-extras/lua/grub_main.c:117 +msgid "Welcome to lua, press the escape key to exit." +msgstr "" + +#: debian/grub-extras/lua/grub_main.c:218 +msgid "[FILE]" +msgstr "" + +#: debian/grub-extras/lua/grub_main.c:219 +msgid "Run lua script FILE or start interactive lua shell" +msgstr "" + +#: grub-core/commands/boottime.c:36 +#: grub-core/commands/i386/coreboot/cb_timestamps.c:100 +msgid "No boot time statistics is available\n" +msgstr "" + +#: grub-core/commands/boottime.c:59 +msgid "Show boot time statistics." +msgstr "" + +#: grub-core/commands/configfile.c:81 +msgid "Load another config file but take only menu entries." +msgstr "" + +#: grub-core/commands/efi/efifwsetup.c:82 +msgid "Reboot into firmware setup menu." +msgstr "" + +#: grub-core/commands/eval.c:63 +msgid "STRING ..." +msgstr "" + +#: grub-core/commands/eval.c:64 +msgid "Evaluate arguments as GRUB commands" +msgstr "" + +#: grub-core/commands/file.c:39 +msgid "Check if FILE can be booted as i386 PAE Xen unprivileged guest kernel" +msgstr "" + +#: grub-core/commands/file.c:42 +msgid "Check if FILE can be booted as x86_64 Xen unprivileged guest kernel" +msgstr "" + +#: grub-core/commands/file.c:44 +msgid "Check if FILE can be used as Xen x86 privileged guest kernel" +msgstr "" + +#: grub-core/commands/file.c:46 +msgid "Check if FILE can be used as x86 multiboot kernel" +msgstr "" + +#: grub-core/commands/file.c:48 +msgid "Check if FILE can be used as x86 multiboot2 kernel" +msgstr "" + +#: grub-core/commands/file.c:50 +msgid "Check if FILE is ARM Linux" +msgstr "" + +#: grub-core/commands/file.c:52 +msgid "Check if FILE is ARM64 Linux" +msgstr "" + +#: grub-core/commands/file.c:54 +msgid "Check if FILE is IA64 Linux" +msgstr "" + +#: grub-core/commands/file.c:56 +msgid "Check if FILE is MIPS Linux" +msgstr "" + +#: grub-core/commands/file.c:58 +msgid "Check if FILE is MIPSEL Linux" +msgstr "" + +#: grub-core/commands/file.c:60 +msgid "Check if FILE is SPARC64 Linux" +msgstr "" + +#: grub-core/commands/file.c:62 +msgid "Check if FILE is POWERPC Linux" +msgstr "" + +#: grub-core/commands/file.c:64 +msgid "Check if FILE is x86 Linux" +msgstr "" + +#: grub-core/commands/file.c:66 +msgid "Check if FILE is x86 Linux supporting 32-bit protocol" +msgstr "" + +#: grub-core/commands/file.c:68 +msgid "Check if FILE is x86 kFreeBSD" +msgstr "" + +#: grub-core/commands/file.c:70 +msgid "Check if FILE is i386 kFreeBSD" +msgstr "" + +#: grub-core/commands/file.c:72 +msgid "Check if FILE is x86_64 kFreeBSD" +msgstr "" + +#: grub-core/commands/file.c:75 +msgid "Check if FILE is x86 kNetBSD" +msgstr "" + +#: grub-core/commands/file.c:77 +msgid "Check if FILE is i386 kNetBSD" +msgstr "" + +#: grub-core/commands/file.c:79 +msgid "Check if FILE is x86_64 kNetBSD" +msgstr "" + +#: grub-core/commands/file.c:82 +msgid "Check if FILE is i386 EFI file" +msgstr "" + +#: grub-core/commands/file.c:84 +msgid "Check if FILE is x86_64 EFI file" +msgstr "" + +#: grub-core/commands/file.c:86 +msgid "Check if FILE is IA64 EFI file" +msgstr "" + +#: grub-core/commands/file.c:88 +msgid "Check if FILE is ARM64 EFI file" +msgstr "" + +#: grub-core/commands/file.c:90 +msgid "Check if FILE is ARM EFI file" +msgstr "" + +#: grub-core/commands/file.c:92 +msgid "Check if FILE is hiberfil.sys in hibernated state" +msgstr "" + +#: grub-core/commands/file.c:94 +msgid "Check if FILE is x86_64 XNU (Mac OS X kernel)" +msgstr "" + +#: grub-core/commands/file.c:96 +msgid "Check if FILE is i386 XNU (Mac OS X kernel)" +msgstr "" + +#: grub-core/commands/file.c:98 +msgid "Check if FILE is XNU (Mac OS X kernel) hibernated image" +msgstr "" + +#: grub-core/commands/file.c:100 +msgid "Check if FILE is BIOS bootsector" +msgstr "" + +#: grub-core/commands/file.c:670 +msgid "OPTIONS FILE" +msgstr "" + +#: grub-core/commands/file.c:671 +msgid "Check if FILE is of specified type." +msgstr "" + +#: grub-core/commands/i386/cmosdump.c:58 +msgid "Show raw dump of the CMOS contents." +msgstr "" + +#: grub-core/commands/i386/cmostest.c:112 +msgid "Clear bit at BYTE:BIT in CMOS." +msgstr "" + +#. TRANSLATORS: A bit may be either set (1) or clear (0). +#: grub-core/commands/i386/cmostest.c:116 +msgid "Set bit at BYTE:BIT in CMOS." +msgstr "" + +#: grub-core/commands/i386/coreboot/cb_timestamps.c:112 +msgid "Show coreboot boot time statistics." +msgstr "" + +#: grub-core/commands/i386/coreboot/cbls.c:137 +msgid "List coreboot tables." +msgstr "" + +#: grub-core/commands/i386/cpuid.c:37 +msgid "Check if CPU supports Physical Address Extension." +msgstr "" + +#: grub-core/commands/i386/pc/hwmatch.c:139 +msgid "MATCHES-FILE CLASS" +msgstr "" + +#: grub-core/commands/i386/pc/hwmatch.c:140 +msgid "Match PCI devices." +msgstr "" + +#. TRANSLATORS: this refers to memory where ACPI tables are stored +#. and which can be used by OS once it loads ACPI tables. +#: grub-core/commands/lsmmap.c:35 +msgid "ACPI reclaimable RAM" +msgstr "" + +#. TRANSLATORS: this refers to memory which ACPI-compliant OS +#. is required to save accross hibernations. +#: grub-core/commands/lsmmap.c:38 +msgid "ACPI non-volatile storage RAM" +msgstr "" + +#: grub-core/commands/lsmmap.c:39 +msgid "faulty RAM (BadRAM)" +msgstr "" + +#: grub-core/commands/lsmmap.c:40 +msgid "RAM holding coreboot tables" +msgstr "" + +#: grub-core/commands/lsmmap.c:41 +msgid "RAM holding firmware code" +msgstr "" + +#: grub-core/commands/lsmmap.c:50 +#, c-format +msgid "base_addr = 0x%llx, length = 0x%llx, %s\n" +msgstr "" + +#: grub-core/commands/lsmmap.c:53 +#, c-format +msgid "base_addr = 0x%llx, length = 0x%llx, type = 0x%x\n" +msgstr "" + +#: grub-core/commands/macbless.c:225 +msgid "Bless FILE of HFS or HFS+ partition for intel macs." +msgstr "" + +#: grub-core/commands/macbless.c:229 +msgid "Bless DIR of HFS or HFS+ partition for PPC macs." +msgstr "" + +#: grub-core/commands/memrw.c:125 +msgid "Read 8-bit value from ADDR." +msgstr "" + +#: grub-core/commands/memrw.c:129 +msgid "Read 16-bit value from ADDR." +msgstr "" + +#: grub-core/commands/memrw.c:133 +msgid "Read 32-bit value from ADDR." +msgstr "" + +#: grub-core/commands/memrw.c:138 +msgid "Write 8-bit VALUE to ADDR." +msgstr "" + +#: grub-core/commands/memrw.c:142 +msgid "Write 16-bit VALUE to ADDR." +msgstr "" + +#: grub-core/commands/memrw.c:146 +msgid "Write 32-bit VALUE to ADDR." +msgstr "" + +#: grub-core/commands/menuentry.c:33 +msgid "List of users allowed to boot this entry." +msgstr "" + +#: grub-core/commands/menuentry.c:33 +msgid "USERNAME[,USERNAME]" +msgstr "" + +#: grub-core/commands/menuentry.c:36 +msgid "Keyboard key to quickly boot this entry." +msgstr "" + +#: grub-core/commands/menuentry.c:36 +msgid "KEYBOARD_KEY" +msgstr "" + +#: grub-core/commands/menuentry.c:38 +msgid "Use STRING as menu entry body." +msgstr "" + +#: grub-core/commands/menuentry.c:39 +msgid "Menu entry identifier." +msgstr "" + +#. TRANSLATORS: menu entry can either be bootable by anyone or only by +#. handful of users. By default when security is active only superusers can +#. boot a given menu entry. With --unrestricted (this option) +#. anyone can boot it. +#: grub-core/commands/menuentry.c:44 +msgid "This entry can be booted by any user." +msgstr "" + +#: grub-core/commands/menuentry.c:323 +msgid "Define a menu entry." +msgstr "" + +#. TRANSLATORS: this is module list header. Name +#. is module name, Ref Count is a reference counter +#. (how many modules or open descriptors use it). +#. Dependencies are the other modules it uses. +#. +#: grub-core/commands/minicmd.c:159 +msgid "Name\tRef Count\tDependencies\n" +msgstr "" + +#: grub-core/commands/minicmd.c:201 +msgid "ADDR [SIZE]" +msgstr "" + +#: grub-core/commands/minicmd.c:201 +msgid "Show memory contents." +msgstr "" + +#: grub-core/commands/mips/loongson/lsspd.c:42 +msgid "No CS5536 found" +msgstr "" + +#: grub-core/commands/mips/loongson/lsspd.c:45 +#, c-format +msgid "CS5536 at %d:%d.%d\n" +msgstr "" + +#. TRANSLATORS: System management bus is often used to access components like +#. RAM (info only, not data) or batteries. I/O space is where in memory +#. its ports are. +#: grub-core/commands/mips/loongson/lsspd.c:55 +#, c-format +msgid "System management bus controller I/O space is at 0x%x\n" +msgstr "" + +#. TRANSLATORS: it's shown in a report in a way +#. like number 1: ... number 2: ... +#. +#: grub-core/commands/mips/loongson/lsspd.c:66 +#, c-format +msgid "RAM slot number %d\n" +msgstr "" + +#: grub-core/commands/mips/loongson/lsspd.c:73 +#, c-format +msgid "Written SPD bytes: %d B.\n" +msgstr "" + +#: grub-core/commands/mips/loongson/lsspd.c:74 +#, c-format +msgid "Total flash size: %d B.\n" +msgstr "" + +#: grub-core/commands/mips/loongson/lsspd.c:79 +msgid "Memory type: DDR2." +msgstr "" + +#: grub-core/commands/mips/loongson/lsspd.c:83 +#, c-format +msgid "Part no: %s.\n" +msgstr "" + +#: grub-core/commands/mips/loongson/lsspd.c:86 +msgid "Memory type: Unknown." +msgstr "" + +#: grub-core/commands/mips/loongson/lsspd.c:97 +msgid "Print Memory information." +msgstr "" + +#: grub-core/commands/nativedisk.c:310 +msgid "[MODULE1 MODULE2 ...]" +msgstr "" + +#: grub-core/commands/nativedisk.c:311 +msgid "" +"Switch to native disk drivers. If no modules are specified default set (pata," +"ahci,usbms,ohci,uhci,ehci) is used" +msgstr "" + +#: grub-core/commands/parttool.c:40 +msgid "" +"Perform COMMANDS on partition.\n" +"Use `parttool PARTITION help' for the list of available commands." +msgstr "" + +#: grub-core/commands/parttool.c:123 +msgid "=VAL" +msgstr "" + +#: grub-core/commands/parttool.c:136 +#, c-format +msgid "Sorry, no parttool is available for %s\n" +msgstr "" + +#: grub-core/commands/parttool.c:277 grub-core/lib/arg.c:285 +#: grub-core/lib/arg.c:351 +#, c-format +msgid "unknown argument `%s'" +msgstr "" + +#. TRANSLATORS: it means that the string which +#. was supposed to be a password hash doesn't +#. have a correct format, not to password +#. mismatch. +#: grub-core/commands/password_pbkdf2.c:97 +#: grub-core/commands/password_pbkdf2.c:111 +#: grub-core/commands/password_pbkdf2.c:119 +#: grub-core/commands/password_pbkdf2.c:146 +#: grub-core/commands/password_pbkdf2.c:175 +msgid "invalid PBKDF2 password" +msgstr "" + +#: grub-core/commands/pcidump.c:39 grub-core/commands/setpci.c:69 +msgid "Select device by vendor and device IDs." +msgstr "" + +#: grub-core/commands/pcidump.c:40 grub-core/commands/setpci.c:70 +msgid "[vendor]:[device]" +msgstr "" + +#: grub-core/commands/pcidump.c:41 grub-core/commands/setpci.c:71 +msgid "Select device by its position on the bus." +msgstr "" + +#: grub-core/commands/pcidump.c:42 grub-core/commands/setpci.c:72 +msgid "[bus]:[slot][.func]" +msgstr "" + +#: grub-core/commands/pcidump.c:168 +msgid "[-s POSITION] [-d DEVICE]" +msgstr "" + +#: grub-core/commands/pcidump.c:169 +msgid "Show raw dump of the PCI configuration space." +msgstr "" + +#. TRANSLATORS: in regexp you can mark some +#. groups with parentheses. These groups are +#. then numbered and you can save some of +#. them in variables. In other programs +#. those components aree often referenced with +#. back slash, e.g. \1. Compare +#. sed -e 's,\([a-z][a-z]*\),lowercase=\1,g' +#. The whole matching component is saved in VARNAME, not its number. +#. +#: grub-core/commands/regexp.c:44 +msgid "Store matched component NUMBER in VARNAME." +msgstr "" + +#: grub-core/commands/search_wrap.c:47 +msgid "" +"First try the device HINT if currently running on IEEE1275. If HINT ends in " +"comma, also try subpartitions" +msgstr "" + +#: grub-core/commands/search_wrap.c:51 +msgid "" +"First try the device HINT if currently running on BIOS. If HINT ends in " +"comma, also try subpartitions" +msgstr "" + +#: grub-core/commands/search_wrap.c:55 +msgid "" +"First try the device HINT if direct hardware access is supported. If HINT " +"ends in comma, also try subpartitions" +msgstr "" + +#: grub-core/commands/search_wrap.c:59 +msgid "" +"First try the device HINT if currently running on EFI. If HINT ends in " +"comma, also try subpartitions" +msgstr "" + +#: grub-core/commands/search_wrap.c:63 +msgid "" +"First try the device HINT if currently running on ARC. If HINT ends in " +"comma, also try subpartitions" +msgstr "" + +#: grub-core/commands/search_wrap.c:204 +msgid "" +"Search devices by file, filesystem label or filesystem UUID. If --set is " +"specified, the first device found is set to a variable. If no variable name " +"is specified, `root' is used." +msgstr "" + +#: grub-core/commands/setpci.c:132 +#, c-format +msgid "Register %x of %x:%02x.%x is %x\n" +msgstr "" + +#: grub-core/commands/setpci.c:333 +msgid "[-s POSITION] [-d DEVICE] [-v VAR] REGISTER[=VALUE[:MASK]]" +msgstr "" + +#: grub-core/commands/syslinuxcfg.c:50 util/grub-syslinux2cfg.c:66 +msgid "root directory of the syslinux disk [default=/]." +msgstr "" + +#: grub-core/commands/syslinuxcfg.c:53 util/grub-syslinux2cfg.c:72 +msgid "" +"current directory of the syslinux [default is parent directory of input " +"file]." +msgstr "" + +#: grub-core/commands/syslinuxcfg.c:55 util/grub-syslinux2cfg.c:75 +msgid "assume input is an isolinux configuration file." +msgstr "" + +#: grub-core/commands/syslinuxcfg.c:56 util/grub-syslinux2cfg.c:76 +msgid "assume input is a pxelinux configuration file." +msgstr "" + +#: grub-core/commands/syslinuxcfg.c:57 util/grub-syslinux2cfg.c:77 +msgid "assume input is a syslinux configuration file." +msgstr "" + +#. TRANSLATORS: "syslinux config" means +#. "config as used by syslinux". +#: grub-core/commands/syslinuxcfg.c:186 +msgid "Execute syslinux config in same context" +msgstr "" + +#: grub-core/commands/syslinuxcfg.c:192 +msgid "Execute syslinux config in new context" +msgstr "" + +#: grub-core/commands/syslinuxcfg.c:198 +msgid "Execute syslinux config in same context taking only menu entries" +msgstr "" + +#: grub-core/commands/syslinuxcfg.c:204 +msgid "Execute syslinux config in new context taking only menu entries" +msgstr "" + +#: grub-core/commands/terminal.c:112 grub-core/commands/terminal.c:139 +#, c-format +msgid "terminal `%s' isn't found" +msgstr "" + +#: grub-core/commands/testspeed.c:35 +msgid "Specify size for each read operation" +msgstr "" + +#: grub-core/commands/testspeed.c:58 +msgid "invalid block size" +msgstr "" + +#: grub-core/commands/testspeed.c:80 +#, c-format +msgid "File size: %s\n" +msgstr "" + +#: grub-core/commands/testspeed.c:83 +#, c-format +msgid "Elapsed time: %d.%03d s \n" +msgstr "" + +#: grub-core/commands/testspeed.c:92 +#, c-format +msgid "Speed: %s \n" +msgstr "" + +#: grub-core/commands/testspeed.c:107 +msgid "[-s SIZE] FILENAME" +msgstr "" + +#: grub-core/commands/testspeed.c:108 +msgid "Test file read speed." +msgstr "" + +#: grub-core/commands/time.c:38 grub-core/script/execute.c:936 +msgid "no command is specified" +msgstr "" + +#: grub-core/commands/time.c:50 +#, c-format +msgid "Elapsed time: %d.%03d seconds \n" +msgstr "" + +#: grub-core/commands/time.c:61 +msgid "COMMAND [ARGS]" +msgstr "" + +#: grub-core/commands/time.c:62 +msgid "Measure time used by COMMAND" +msgstr "" + +#: grub-core/commands/tr.c:33 +msgid "Translate to upper case." +msgstr "" + +#: grub-core/commands/tr.c:34 +msgid "Translate to lower case." +msgstr "" + +#: grub-core/commands/tr.c:119 +msgid "[OPTIONS] [SET1] [SET2] [STRING]" +msgstr "" + +#: grub-core/commands/tr.c:120 +msgid "Translate SET1 characters to SET2 in STRING." +msgstr "" + +#: grub-core/commands/verify.c:44 +msgid "Skip signature-checking of the public key file." +msgstr "" + +#. TRANSLATORS: it's about GNUPG signatures. +#: grub-core/commands/verify.c:70 grub-core/commands/verify.c:80 +#: grub-core/commands/verify.c:85 grub-core/commands/verify.c:95 +#: grub-core/commands/verify.c:102 grub-core/commands/verify.c:106 +#: grub-core/commands/verify.c:113 grub-core/commands/verify.c:118 +#: grub-core/commands/verify.c:123 grub-core/commands/verify.c:127 +#: grub-core/commands/verify.c:267 grub-core/commands/verify.c:275 +#: grub-core/commands/verify.c:280 grub-core/commands/verify.c:288 +#: grub-core/commands/verify.c:319 grub-core/commands/verify.c:326 +#: grub-core/commands/verify.c:331 grub-core/commands/verify.c:341 +#: grub-core/commands/verify.c:457 grub-core/commands/verify.c:460 +#: grub-core/commands/verify.c:463 grub-core/commands/verify.c:466 +#: grub-core/commands/verify.c:473 grub-core/commands/verify.c:479 +#: grub-core/commands/verify.c:648 +msgid "bad signature" +msgstr "" + +#. TRANSLATORS: %08x is 32-bit key id. +#: grub-core/commands/verify.c:617 grub-core/commands/verify.c:740 +#, c-format +msgid "public key %08x not found" +msgstr "" + +#: grub-core/commands/verify.c:964 +msgid "[-s|--skip-sig] FILE SIGNATURE_FILE [PUBKEY_FILE]" +msgstr "" + +#: grub-core/commands/verify.c:965 +msgid "Verify detached signature." +msgstr "" + +#: grub-core/commands/verify.c:968 +msgid "[-s|--skip-sig] PUBKEY_FILE" +msgstr "" + +#: grub-core/commands/verify.c:969 +msgid "Add PUBKEY_FILE to trusted keys." +msgstr "" + +#: grub-core/commands/verify.c:973 +msgid "Show the list of trusted keys." +msgstr "" + +#: grub-core/commands/verify.c:975 +msgid "PUBKEY_ID" +msgstr "" + +#: grub-core/commands/verify.c:976 +msgid "Remove PUBKEY_ID from trusted keys." +msgstr "" + +#: grub-core/commands/videoinfo.c:61 +msgid "Text-only " +msgstr "" + +#. TRANSLATORS: "Direct color" is a mode when the color components +#. are written dirrectly into memory. +#: grub-core/commands/videoinfo.c:66 +#, c-format +msgid "Direct color, mask: %d/%d/%d/%d pos: %d/%d/%d/%d" +msgstr "" + +#. TRANSLATORS: In "paletted color" mode you write the index of the color +#. in the palette. Synonyms include "packed pixel". +#: grub-core/commands/videoinfo.c:78 +msgid "Paletted " +msgstr "" + +#: grub-core/commands/videoinfo.c:80 +msgid "YUV " +msgstr "" + +#. TRANSLATORS: "Planar" is the video memory where you have to write +#. in several different banks "plans" to control the different color +#. components of the same pixel. +#: grub-core/commands/videoinfo.c:85 +msgid "Planar " +msgstr "" + +#: grub-core/commands/videoinfo.c:87 +msgid "Hercules " +msgstr "" + +#: grub-core/commands/videoinfo.c:89 +msgid "CGA " +msgstr "" + +#. TRANSLATORS: Non-chain 4 is a 256-color planar +#. (unchained) video memory mode. +#: grub-core/commands/videoinfo.c:93 +msgid "Non-chain 4 " +msgstr "" + +#: grub-core/commands/videoinfo.c:95 +msgid "Monochrome " +msgstr "" + +#: grub-core/commands/videoinfo.c:97 +msgid "Unknown video mode " +msgstr "" + +#: grub-core/commands/videoinfo.c:111 +msgid " EDID checksum invalid" +msgstr "" + +#: grub-core/commands/videoinfo.c:116 +#, c-format +msgid " EDID version: %u.%u\n" +msgstr "" + +#: grub-core/commands/videoinfo.c:120 +#, c-format +msgid " Preferred mode: %ux%u\n" +msgstr "" + +#: grub-core/commands/videoinfo.c:123 +msgid " No preferred mode available\n" +msgstr "" + +#: grub-core/commands/videoinfo.c:146 grub-core/video/video.c:490 +#: grub-core/video/video.c:498 grub-core/video/video.c:509 +#: grub-core/video/video.c:520 grub-core/video/video.c:528 +#, c-format +msgid "invalid video mode specification `%s'" +msgstr "" + +#: grub-core/commands/videoinfo.c:168 +msgid "List of supported video modes:" +msgstr "" + +#: grub-core/commands/videoinfo.c:169 +msgid "Legend: mask/position=red/green/blue/reserved" +msgstr "" + +#: grub-core/commands/videoinfo.c:176 +#, c-format +msgid "Adapter `%s':\n" +msgstr "" + +#: grub-core/commands/videoinfo.c:180 +msgid " No info available" +msgstr "" + +#: grub-core/commands/videoinfo.c:198 +msgid " Failed to initialize video adapter" +msgstr "" + +#. TRANSLATORS: "x" has to be entered in, +#. like an identifier, so please don't +#. use better Unicode codepoints. +#: grub-core/commands/videoinfo.c:239 grub-core/commands/videoinfo.c:248 +msgid "[WxH[xD]]" +msgstr "" + +#. TRANSLATORS: "x" has to be entered in, +#. like an identifier, so please don't +#. use better Unicode codepoints. +#: grub-core/commands/videotest.c:225 +msgid "[WxH]" +msgstr "" + +#: grub-core/commands/xen/lsxen.c:80 grub-core/commands/xen/lsxen.c:82 +msgid "[DIR]" +msgstr "" + +#: grub-core/commands/xen/lsxen.c:81 grub-core/commands/xen/lsxen.c:83 +msgid "List Xen storage." +msgstr "" + +#. TRANSLATORS: GRUBUUID stands for "filesystem +#. UUID as used in GRUB". +#: grub-core/commands/xnu_uuid.c:110 +msgid "[-l] GRUBUUID [VARNAME]" +msgstr "" + +#: grub-core/commands/xnu_uuid.c:111 +msgid "" +"Transform 64-bit UUID to format suitable for XNU. If -l is given keep it " +"lowercase as done by blkid." +msgstr "" + +#: grub-core/disk/geli.c:75 +msgid "Couldn't load sha256" +msgstr "" + +#: grub-core/disk/geli.c:85 +msgid "Couldn't load sha512" +msgstr "" + +#: grub-core/disk/geli.c:219 +msgid "couldn't read ELI metadata" +msgstr "" + +#: grub-core/disk/geli.c:230 +msgid "wrong ELI magic or version" +msgstr "" + +#: grub-core/disk/geli.c:420 grub-core/disk/luks.c:317 +msgid "Attempting to decrypt master key..." +msgstr "" + +#: grub-core/disk/geli.c:426 grub-core/disk/luks.c:335 +#, c-format +msgid "Enter passphrase for %s%s%s (%s): " +msgstr "" + +#. TRANSLATORS: It's a cryptographic key slot: one element of an array +#. where each element is either empty or holds a key. +#: grub-core/disk/geli.c:515 grub-core/disk/luks.c:439 +#, c-format +msgid "Slot %d opened\n" +msgstr "" + +#: grub-core/disk/i386/pc/biosdisk.c:476 grub-core/disk/i386/pc/biosdisk.c:596 +#: grub-core/disk/scsi.c:725 +msgid "cannot write to CD-ROM" +msgstr "" + +#: grub-core/disk/i386/pc/biosdisk.c:509 grub-core/disk/i386/pc/biosdisk.c:519 +#: grub-core/kern/disk_common.c:37 +#, c-format +msgid "attempt to read or write outside of disk `%s'" +msgstr "" + +#: grub-core/disk/i386/pc/biosdisk.c:647 +msgid "" +"Native disk drivers are in use. Refusing to use firmware disk interface." +msgstr "" + +#. TRANSLATORS: it's a partition for embedding, +#. not a partition embed into something. GRUB +#. install tools put core.img into a place +#. usable for bootloaders (called generically +#. "embedding zone") and this operation is +#. called "embedding". +#: grub-core/disk/ldm.c:1015 +msgid "your LDM Embedding Partition is too small; embedding won't be possible" +msgstr "" + +#. TRANSLATORS: it's a partition for embedding, +#. not a partition embed into something. +#: grub-core/disk/ldm.c:1033 +msgid "this LDM has no Embedding Partition; embedding won't be possible" +msgstr "" + +#. TRANSLATORS: The disk is simply removed from the list of available ones, +#. not wiped, avoid to scare user. +#: grub-core/disk/loopback.c:45 +msgid "Delete the specified loopback drive." +msgstr "" + +#. TRANSLATORS: The file itself is not destroyed +#. or transformed into drive. +#: grub-core/disk/loopback.c:239 +msgid "Make a virtual drive from a file." +msgstr "" + +#: grub-core/efiemu/main.c:313 +msgid "Load and initialize EFI emulator." +msgstr "Load and initialise EFI emulator." + +#: grub-core/efiemu/main.c:317 +msgid "Finalize loading of EFI emulator." +msgstr "Finalise loading of EFI emulator." + +#: grub-core/font/font_cmd.c:52 +msgid "Loaded fonts:" +msgstr "" + +#: grub-core/fs/bfs.c:227 grub-core/kern/file.c:149 +msgid "attempt to read past the end of file" +msgstr "" + +#: grub-core/fs/fshelp.c:220 grub-core/fs/hfs.c:1134 grub-core/fs/minix.c:614 +#: grub-core/fs/ufs.c:654 grub-core/fs/ufs.c:750 grub-core/kern/fs.c:168 +#: grub-core/kern/fs.c:180 +#, c-format +msgid "invalid file name `%s'" +msgstr "" + +#: grub-core/fs/zfs/zfscrypt.c:292 +msgid "no decryption key available" +msgstr "" + +#: grub-core/fs/zfs/zfscrypt.c:304 +msgid "MAC verification failed" +msgstr "" + +#: grub-core/fs/zfs/zfscrypt.c:406 +msgid "Assume input is raw." +msgstr "" + +#: grub-core/fs/zfs/zfscrypt.c:407 +msgid "Assume input is hex." +msgstr "" + +#: grub-core/fs/zfs/zfscrypt.c:408 +msgid "Assume input is passphrase." +msgstr "" + +#: grub-core/fs/zfs/zfscrypt.c:430 util/grub-fstest.c:553 util/grub-mount.c:484 +msgid "Enter ZFS password: " +msgstr "" + +#: grub-core/fs/zfs/zfscrypt.c:469 +msgid "[-h|-p|-r] [FILE]" +msgstr "" + +#: grub-core/fs/zfs/zfscrypt.c:470 +msgid "Import ZFS wrapping key stored in FILE." +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:51 +msgid "Virtual device is removed" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:57 +msgid "Virtual device is faulted" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:63 +msgid "Virtual device is offline" +msgstr "" + +#. TRANSLATORS: degraded doesn't mean broken but that some of +#. component are missing but virtual device as whole is still usable. +#: grub-core/fs/zfs/zfsinfo.c:70 +msgid "Virtual device is degraded" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:73 +msgid "Virtual device is online" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:89 +msgid "Incorrect virtual device: no type available" +msgstr "" + +#. TRANSLATORS: The virtual devices form a tree (in graph-theoretical +#. sense). The nodes like mirror or raidz have children: member devices. +#. The "real" devices which actually store data are called "leafs" +#. (again borrowed from graph theory) and can be either disks +#. (or partitions) or files. +#: grub-core/fs/zfs/zfsinfo.c:105 +msgid "Leaf virtual device (file or disk)" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:113 +msgid "Bootpath: unavailable\n" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:115 +#, c-format +msgid "Bootpath: %s\n" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:120 +msgid "Path: unavailable" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:122 +#, c-format +msgid "Path: %s\n" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:127 +msgid "Devid: unavailable" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:129 +#, c-format +msgid "Devid: %s\n" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:146 +msgid "This VDEV is a mirror" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:151 +#, c-format +msgid "This VDEV is a RAIDZ%llu\n" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:156 +msgid "Incorrect VDEV" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:159 +#, c-format +msgid "VDEV with %d children\n" +msgstr "" + +#. TRANSLATORS: it's the element carying the number %d, not +#. total element number. And the number itself is fine, +#. only the element isn't. +#. +#: grub-core/fs/zfs/zfsinfo.c:175 +#, c-format +msgid "VDEV element number %d isn't correct\n" +msgstr "" + +#. TRANSLATORS: it's the element carying the number %d, not +#. total element number. This is used in enumeration +#. "Element number 1", "Element number 2", ... +#: grub-core/fs/zfs/zfsinfo.c:182 +#, c-format +msgid "VDEV element number %d:\n" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:191 +#, c-format +msgid "Unknown virtual device type: %s\n" +msgstr "" + +#. TRANSLATORS: Here we speak about ZFS pools it's semi-marketing, +#. semi-technical term by Sun/Oracle and should be translated in sync with +#. other ZFS-related software and documentation. +#: grub-core/fs/zfs/zfsinfo.c:252 +msgid "Pool state: active" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:253 +msgid "Pool state: exported" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:254 +msgid "Pool state: destroyed" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:255 +msgid "Pool state: reserved for hot spare" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:256 +msgid "Pool state: level 2 ARC device" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:257 +msgid "Pool state: uninitialized" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:258 +msgid "Pool state: unavailable" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:259 +msgid "Pool state: potentially active" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:304 +msgid "Pool name: unavailable" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:306 +#, c-format +msgid "Pool name: %s\n" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:311 +msgid "Pool GUID: unavailable" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:313 +#, c-format +msgid "Pool GUID: %016llx\n" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:318 +msgid "Unable to retrieve pool state" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:320 +msgid "Unrecognized pool state" +msgstr "" + +#. TRANSLATORS: There are undetermined number of virtual devices +#. in a device tree, not just one. +#. +#: grub-core/fs/zfs/zfsinfo.c:330 +msgid "No virtual device tree available" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:429 +msgid "Print ZFS info about DEVICE." +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:431 +msgid "FILESYSTEM [VARIABLE]" +msgstr "" + +#: grub-core/fs/zfs/zfsinfo.c:432 +msgid "Print ZFS-BOOTFSOBJ or store it into VARIABLE" +msgstr "" + +#. TRANSLATORS: at this position GRUB waits for the user to do an action +#. in remote debugger, namely to tell it to establish connection. +#: grub-core/gdb/gdb.c:48 +msgid "Now connect the remote debugger, please." +msgstr "" + +#. TRANSLATORS: GDB stub is a small part of +#. GDB functionality running on local host +#. which allows remote debugger to +#. connect to it. +#: grub-core/gdb/gdb.c:84 +msgid "Start GDB stub on given port" +msgstr "" + +#. TRANSLATORS: this refers to triggering +#. a breakpoint so that the user will land +#. into GDB. +#: grub-core/gdb/gdb.c:89 +msgid "Break into GDB" +msgstr "" + +#: grub-core/gdb/gdb.c:91 +msgid "Stop GDB stub" +msgstr "" + +#: grub-core/gfxmenu/gui_label.c:186 grub-core/normal/menu_text.c:184 +msgid "" +"Press enter to boot the selected OS, `e' to edit the commands before booting " +"or `c' for a command-line. ESC to return previous menu." +msgstr "" + +#: grub-core/gfxmenu/gui_label.c:190 grub-core/normal/menu_text.c:192 +msgid "" +"Press enter to boot the selected OS, `e' to edit the commands before booting " +"or `c' for a command-line." +msgstr "" + +#: grub-core/gfxmenu/gui_label.c:194 +msgid "enter: boot, `e': options, `c': cmd-line" +msgstr "" + +#: grub-core/gfxmenu/view.c:103 +msgid "GRUB Boot Menu" +msgstr "" + +#: grub-core/gnulib/argp-help.c:149 +#, c-format +msgid "ARGP_HELP_FMT: %s value is less than or equal to %s" +msgstr "" + +#: grub-core/gnulib/argp-help.c:222 +#, c-format +msgid "%.*s: ARGP_HELP_FMT parameter requires a value" +msgstr "" + +#: grub-core/gnulib/argp-help.c:228 +#, c-format +msgid "%.*s: ARGP_HELP_FMT parameter must be positive" +msgstr "" + +#: grub-core/gnulib/argp-help.c:237 +#, c-format +msgid "%.*s: Unknown ARGP_HELP_FMT parameter" +msgstr "" + +#: grub-core/gnulib/argp-help.c:249 +#, c-format +msgid "Garbage in ARGP_HELP_FMT: %s" +msgstr "" + +#: grub-core/gnulib/argp-help.c:1249 +msgid "" +"Mandatory or optional arguments to long options are also mandatory or " +"optional for any corresponding short options." +msgstr "" + +#: grub-core/gnulib/argp-help.c:1646 +msgid " or: " +msgstr "" + +#: grub-core/gnulib/argp-help.c:1658 +msgid " [OPTION...]" +msgstr "" + +#: grub-core/gnulib/argp-help.c:1685 +#, c-format +msgid "Try '%s --help' or '%s --usage' for more information.\n" +msgstr "" + +#: grub-core/gnulib/argp-help.c:1713 +#, c-format +msgid "Report bugs to %s.\n" +msgstr "" + +#: grub-core/gnulib/argp-help.c:1932 grub-core/gnulib/error.c:188 +msgid "Unknown system error" +msgstr "" + +#: grub-core/gnulib/argp-parse.c:81 +msgid "give this help list" +msgstr "" + +#: grub-core/gnulib/argp-parse.c:82 +msgid "give a short usage message" +msgstr "" + +#: grub-core/gnulib/argp-parse.c:83 util/grub-mkfont.c:943 +msgid "NAME" +msgstr "" + +#: grub-core/gnulib/argp-parse.c:83 +msgid "set the program name" +msgstr "" + +#: grub-core/gnulib/argp-parse.c:84 grub-core/kern/emu/main.c:97 +msgid "SECS" +msgstr "" + +#: grub-core/gnulib/argp-parse.c:85 +msgid "hang for SECS seconds (default 3600)" +msgstr "" + +#: grub-core/gnulib/argp-parse.c:142 +msgid "print program version" +msgstr "" + +#: grub-core/gnulib/argp-parse.c:159 +msgid "(PROGRAM ERROR) No version known!?" +msgstr "" + +#: grub-core/gnulib/argp-parse.c:612 +#, c-format +msgid "%s: Too many arguments\n" +msgstr "" + +#: grub-core/gnulib/argp-parse.c:755 +msgid "(PROGRAM ERROR) Option should have been recognized!?" +msgstr "" + +#: grub-core/gnulib/getopt.c:547 grub-core/gnulib/getopt.c:576 +#, c-format +msgid "%s: option '%s' is ambiguous; possibilities:" +msgstr "" + +#: grub-core/gnulib/getopt.c:624 grub-core/gnulib/getopt.c:628 +#, c-format +msgid "%s: option '--%s' doesn't allow an argument\n" +msgstr "" + +#: grub-core/gnulib/getopt.c:637 grub-core/gnulib/getopt.c:642 +#, c-format +msgid "%s: option '%c%s' doesn't allow an argument\n" +msgstr "" + +#: grub-core/gnulib/getopt.c:685 grub-core/gnulib/getopt.c:704 +#, c-format +msgid "%s: option '--%s' requires an argument\n" +msgstr "" + +#: grub-core/gnulib/getopt.c:742 grub-core/gnulib/getopt.c:745 +#, c-format +msgid "%s: unrecognized option '--%s'\n" +msgstr "" + +#: grub-core/gnulib/getopt.c:753 grub-core/gnulib/getopt.c:756 +#, c-format +msgid "%s: unrecognized option '%c%s'\n" +msgstr "" + +#: grub-core/gnulib/getopt.c:805 grub-core/gnulib/getopt.c:808 +#, c-format +msgid "%s: invalid option -- '%c'\n" +msgstr "" + +#: grub-core/gnulib/getopt.c:861 grub-core/gnulib/getopt.c:878 +#: grub-core/gnulib/getopt.c:1088 grub-core/gnulib/getopt.c:1106 +#, c-format +msgid "%s: option requires an argument -- '%c'\n" +msgstr "" + +#: grub-core/gnulib/getopt.c:934 grub-core/gnulib/getopt.c:950 +#, c-format +msgid "%s: option '-W %s' is ambiguous\n" +msgstr "" + +#: grub-core/gnulib/getopt.c:974 grub-core/gnulib/getopt.c:992 +#, c-format +msgid "%s: option '-W %s' doesn't allow an argument\n" +msgstr "" + +#: grub-core/gnulib/getopt.c:1013 grub-core/gnulib/getopt.c:1031 +#, c-format +msgid "%s: option '-W %s' requires an argument\n" +msgstr "" + +#: grub-core/gnulib/regcomp.c:131 grub-core/osdep/aros/hostdisk.c:515 +msgid "Success" +msgstr "" + +#: grub-core/gnulib/regcomp.c:134 +msgid "No match" +msgstr "" + +#: grub-core/gnulib/regcomp.c:137 +msgid "Invalid regular expression" +msgstr "" + +#: grub-core/gnulib/regcomp.c:140 +msgid "Invalid collation character" +msgstr "" + +#: grub-core/gnulib/regcomp.c:143 +msgid "Invalid character class name" +msgstr "" + +#: grub-core/gnulib/regcomp.c:146 +msgid "Trailing backslash" +msgstr "" + +#: grub-core/gnulib/regcomp.c:149 +msgid "Invalid back reference" +msgstr "" + +#: grub-core/gnulib/regcomp.c:152 +msgid "Unmatched [ or [^" +msgstr "" + +#: grub-core/gnulib/regcomp.c:155 +msgid "Unmatched ( or \\(" +msgstr "" + +#: grub-core/gnulib/regcomp.c:158 +msgid "Unmatched \\{" +msgstr "" + +#: grub-core/gnulib/regcomp.c:161 +msgid "Invalid content of \\{\\}" +msgstr "" + +#: grub-core/gnulib/regcomp.c:164 +msgid "Invalid range end" +msgstr "" + +#: grub-core/gnulib/regcomp.c:167 +msgid "Memory exhausted" +msgstr "" + +#: grub-core/gnulib/regcomp.c:170 +msgid "Invalid preceding regular expression" +msgstr "" + +#: grub-core/gnulib/regcomp.c:173 +msgid "Premature end of regular expression" +msgstr "" + +#: grub-core/gnulib/regcomp.c:176 +msgid "Regular expression too big" +msgstr "" + +#: grub-core/gnulib/regcomp.c:179 +msgid "Unmatched ) or \\)" +msgstr "" + +#: grub-core/gnulib/regcomp.c:553 +msgid "unknown regexp error" +msgstr "" + +#: grub-core/gnulib/regcomp.c:700 +msgid "No previous regular expression" +msgstr "" + +#: grub-core/hello/hello.c:36 +msgid "Hello World" +msgstr "" + +#: grub-core/hello/hello.c:45 +msgid "Say `Hello World'." +msgstr "" + +#: grub-core/io/gzio.c:397 grub-core/kern/file.c:203 +msgid "attempt to seek outside of the file" +msgstr "" + +#. TRANSLATORS: It's about given file having some strange format, not +#. complete lack of gzip support. +#: grub-core/io/gzio.c:1177 grub-core/io/gzio.c:1183 grub-core/io/gzio.c:1190 +msgid "unsupported gzip format" +msgstr "" + +#: grub-core/io/lzopio.c:511 +msgid "lzop file corrupted" +msgstr "" + +#: grub-core/io/xzio.c:276 +msgid "xz file corrupted or unsupported block options" +msgstr "" + +#: grub-core/kern/disk_common.c:25 +msgid "attempt to read or write outside of partition" +msgstr "" + +#: grub-core/kern/elf.c:66 +msgid "unrecognized ELF class" +msgstr "" + +#: grub-core/kern/emu/main.c:95 util/grub-setup.c:83 +#, c-format +msgid "use GRUB files in the directory DIR [default=%s]" +msgstr "" + +#: grub-core/kern/emu/main.c:97 +msgid "wait until a debugger will attach" +msgstr "" + +#: grub-core/kern/emu/main.c:169 +msgid "GRUB emulator." +msgstr "" + +#. TRANSLATORS: In this case GRUB tells user what he has to do. +#: grub-core/kern/emu/main.c:201 +#, c-format +msgid "Run `gdb %s %d', and set ARGS.HOLD to zero.\n" +msgstr "" + +#: grub-core/kern/emu/misc.c:47 +#, c-format +msgid "%s: warning:" +msgstr "" + +#: grub-core/kern/fs.c:120 +msgid "unknown filesystem" +msgstr "" + +#: grub-core/kern/mips/arc/init.c:273 grub-core/kern/mips/loongson/init.c:301 +msgid "Shutdown failed" +msgstr "" + +#: grub-core/kern/mips/arc/init.c:285 +msgid "Exit failed" +msgstr "" + +#: grub-core/kern/partition.c:51 grub-core/partmap/bsdlabel.c:108 +#, c-format +msgid "Discarding improperly nested partition (%s,%s,%s%d)" +msgstr "" + +#: grub-core/lib/arg.c:362 +#, c-format +msgid "missing mandatory option for `%s'" +msgstr "" + +#: grub-core/lib/arg.c:384 +#, c-format +msgid "the argument `%s' requires an integer" +msgstr "" + +#: grub-core/lib/arg.c:407 +#, c-format +msgid "" +"a value was assigned to the argument `%s' while it doesn't require an " +"argument" +msgstr "" + +#: grub-core/lib/backtrace.c:64 +msgid "Print backtrace." +msgstr "" + +#: grub-core/lib/i386/halt.c:77 +msgid "GRUB doesn't know how to halt this machine yet!" +msgstr "" + +#: grub-core/lib/legacy_parse.c:75 +msgid "Default server is ${net_default_server}" +msgstr "" + +#: grub-core/lib/legacy_parse.c:843 grub-core/video/colors.c:296 +#: grub-core/video/colors.c:305 grub-core/video/colors.c:311 +#: grub-core/video/colors.c:327 util/render-label.c:84 util/render-label.c:98 +#, c-format +msgid "invalid color specification `%s'" +msgstr "" + +#: grub-core/lib/mips/arc/reboot.c:32 grub-core/lib/mips/loongson/reboot.c:61 +msgid "Reboot failed" +msgstr "" + +#: grub-core/loader/arm/linux.c:242 +msgid "device tree must be supplied (see `devicetree' command)" +msgstr "" + +#: grub-core/loader/arm/linux.c:330 +msgid "invalid zImage" +msgstr "" + +#: grub-core/loader/efi/appleloader.c:231 +msgid "[OPTS]" +msgstr "" + +#. TRANSLATORS: This command is used on EFI to +#. switch to BIOS mode and boot the OS requiring +#. BIOS. +#: grub-core/loader/efi/appleloader.c:235 +msgid "Boot BIOS-based system." +msgstr "" + +#: grub-core/loader/i386/bsd.c:105 +msgid "Use CD-ROM as root." +msgstr "" + +#: grub-core/loader/i386/bsd.c:113 +msgid "Use compiled-in root device." +msgstr "" + +#: grub-core/loader/i386/bsd.c:167 +msgid "Suppress normal output (warnings remain)." +msgstr "" + +#: grub-core/loader/i386/bsd.c:482 grub-core/loader/i386/bsd.c:548 +msgid "name" +msgstr "" + +#: grub-core/loader/i386/bsd.c:482 grub-core/loader/i386/bsd.c:548 +msgid "type" +msgstr "" + +#: grub-core/loader/i386/bsd.c:482 grub-core/loader/i386/bsd.c:548 +msgid "addr" +msgstr "" + +#: grub-core/loader/i386/bsd.c:483 grub-core/loader/i386/bsd.c:549 +msgid "size" +msgstr "" + +#. TRANSLATORS: ramdisk isn't identifier, +#. it can be translated. +#: grub-core/loader/i386/bsd.c:2136 +msgid "Load kOpenBSD ramdisk." +msgstr "" + +#. TRANSLATORS: "payload" is a term used +#. by coreboot and must be translated in +#. sync with coreboot. If unsure, +#. let it untranslated. +#: grub-core/loader/i386/coreboot/chainloader.c:509 +msgid "Load another coreboot payload" +msgstr "" + +#: grub-core/loader/i386/pc/chainloader.c:286 +msgid "[--force|--bpb] FILE" +msgstr "" + +#: grub-core/loader/i386/pc/freedos.c:183 +msgid "Load FreeDOS kernel.sys." +msgstr "" + +#. TRANSLATORS: it's about guessing which GRUB disk +#. is which Plan9 disk. If your language has no +#. word "mapping" you can use another word which +#. means that the GRUBDEVICE and PLAN9DEVICE are +#. actually the same device, just named differently +#. in OS and GRUB. +#: grub-core/loader/i386/pc/plan9.c:58 +msgid "Override guessed mapping of Plan9 devices." +msgstr "" + +#: grub-core/loader/i386/pc/plan9.c:59 +msgid "GRUBDEVICE=PLAN9DEVICE" +msgstr "" + +#: grub-core/loader/i386/pc/plan9.c:579 +msgid "KERNEL ARGS" +msgstr "" + +#: grub-core/loader/i386/pc/plan9.c:579 +msgid "Load Plan9 kernel." +msgstr "" + +#: grub-core/loader/i386/pc/pxechainloader.c:161 +msgid "Load a PXE image." +msgstr "" + +#: grub-core/loader/i386/pc/truecrypt.c:226 +msgid "Load Truecrypt ISO." +msgstr "" + +#: grub-core/loader/i386/xen.c:542 grub-core/loader/i386/xen.c:608 +msgid "initrd already loaded" +msgstr "" + +#: grub-core/loader/i386/xen.c:702 +msgid "Load module." +msgstr "" + +#: grub-core/loader/i386/xnu.c:958 +msgid "Press any key to launch xnu" +msgstr "" + +#. TRANSLATORS: `device-properties' +#. is a variable name, +#. not a program. +#: grub-core/loader/i386/xnu.c:1113 +msgid "Load `device-properties' dump." +msgstr "" + +#: grub-core/loader/ia64/efi/linux.c:123 +msgid "Could not locate FPSWA driver" +msgstr "" + +#: grub-core/loader/ia64/efi/linux.c:131 +msgid "FPSWA protocol wasn't able to find the interface" +msgstr "" + +#: grub-core/loader/ia64/efi/linux.c:616 +msgid "No FPSWA found" +msgstr "" + +#: grub-core/loader/ia64/efi/linux.c:618 +#, c-format +msgid "FPSWA revision: %x\n" +msgstr "" + +#: grub-core/loader/ia64/efi/linux.c:627 +msgid "FILE [ARGS...]" +msgstr "" + +#: grub-core/loader/ia64/efi/linux.c:633 +msgid "Display FPSWA version." +msgstr "" + +#: grub-core/loader/multiboot.c:193 +msgid "WARNING: no console will be available to OS" +msgstr "" + +#: grub-core/loader/xnu.c:1404 grub-core/term/gfxterm_background.c:45 +msgid "Background image mode." +msgstr "" + +#. TRANSLATORS: This refers to background image mode (stretched or +#. in left-top corner). Note that GRUB will accept only original +#. keywords stretch and normal, not the translated ones. +#. So please put both in translation +#. e.g. stretch(=%STRETCH%)|normal(=%NORMAL%). +#. The percents mark the translated version. Since many people +#. may not know the word stretch or normal I recommend +#. putting the translation either here or in "Background image mode." +#. string. +#: grub-core/loader/xnu.c:1404 grub-core/term/gfxterm_background.c:55 +msgid "stretch|normal" +msgstr "" + +#. TRANSLATORS: ramdisk here isn't identifier. It can be translated. +#: grub-core/loader/xnu.c:1489 +msgid "Load XNU ramdisk. It will be available in OS as md0." +msgstr "" + +#: grub-core/loader/xnu.c:1498 +msgid "Load an image of hibernated XNU." +msgstr "" + +#: grub-core/mmap/mmap.c:539 +msgid "Declare memory regions as faulty (badram)." +msgstr "" + +#: grub-core/net/dns.c:450 +msgid "no DNS servers configured" +msgstr "" + +#: grub-core/net/dns.c:513 +msgid "domain name component is too long" +msgstr "" + +#: grub-core/net/dns.c:612 grub-core/net/dns.c:660 +msgid "no DNS record found" +msgstr "" + +#: grub-core/net/dns.c:620 +msgid "no DNS reply received" +msgstr "" + +#: grub-core/net/dns.c:676 +msgid "only ipv4" +msgstr "" + +#: grub-core/net/dns.c:680 +msgid "only ipv6" +msgstr "" + +#: grub-core/net/dns.c:684 +msgid "prefer ipv4" +msgstr "" + +#: grub-core/net/dns.c:688 +msgid "prefer ipv6" +msgstr "" + +#: grub-core/net/dns.c:721 +msgid "invalid argument" +msgstr "" + +#: grub-core/net/dns.c:753 +msgid "ADDRESS DNSSERVER" +msgstr "" + +#: grub-core/net/dns.c:754 +msgid "Perform a DNS lookup" +msgstr "" + +#: grub-core/net/dns.c:756 grub-core/net/dns.c:759 +msgid "DNSSERVER" +msgstr "" + +#: grub-core/net/dns.c:757 +msgid "Add a DNS server" +msgstr "" + +#: grub-core/net/dns.c:760 +msgid "Remove a DNS server" +msgstr "" + +#: grub-core/net/dns.c:762 +msgid "List DNS servers" +msgstr "" + +#: grub-core/net/net.c:1324 +msgid "mismatched [ in address" +msgstr "" + +#: grub-core/net/net.c:1334 grub-core/net/net.c:1363 +msgid "bad port number" +msgstr "" + +#: grub-core/net/tcp.c:663 +msgid "connection refused" +msgstr "" + +#: grub-core/net/tcp.c:666 +msgid "connection timeout" +msgstr "" + +#: grub-core/normal/color.c:90 +#, c-format +msgid "Warning: invalid foreground color `%s'\n" +msgstr "Warning: invalid foreground colour `%s'\n" + +#: grub-core/normal/color.c:96 +#, c-format +msgid "Warning: invalid background color `%s'\n" +msgstr "Warning: invalid background colour `%s'\n" + +#: grub-core/normal/datetime.c:25 +msgid "Sunday" +msgstr "" + +#: grub-core/normal/datetime.c:26 +msgid "Monday" +msgstr "" + +#: grub-core/normal/datetime.c:27 +msgid "Tuesday" +msgstr "" + +#: grub-core/normal/datetime.c:28 +msgid "Wednesday" +msgstr "" + +#: grub-core/normal/datetime.c:29 +msgid "Thursday" +msgstr "" + +#: grub-core/normal/datetime.c:30 +msgid "Friday" +msgstr "" + +#: grub-core/normal/datetime.c:31 +msgid "Saturday" +msgstr "" + +#: grub-core/normal/dyncmd.c:187 +msgid "module isn't loaded" +msgstr "" + +#: grub-core/normal/menu_text.c:170 +#, c-format +msgid "Use the %C and %C keys to select which entry is highlighted." +msgstr "" + +#. TRANSLATORS: that's the list of binary unit prefixes. +#: grub-core/normal/misc.c:38 +msgid "B" +msgstr "" + +#: grub-core/normal/misc.c:38 +msgid "KiB" +msgstr "" + +#: grub-core/normal/misc.c:38 +msgid "MiB" +msgstr "" + +#: grub-core/normal/misc.c:38 +msgid "GiB" +msgstr "" + +#: grub-core/normal/misc.c:38 +msgid "TiB" +msgstr "" + +#: grub-core/normal/misc.c:38 +msgid "PiB" +msgstr "" + +#. TRANSLATORS: that's the list of binary unit prefixes. +#: grub-core/normal/misc.c:40 +msgid "K" +msgstr "" + +#: grub-core/normal/misc.c:40 +msgid "M" +msgstr "" + +#: grub-core/normal/misc.c:40 +msgid "G" +msgstr "" + +#: grub-core/normal/misc.c:40 +msgid "T" +msgstr "" + +#: grub-core/normal/misc.c:40 +msgid "P" +msgstr "" + +#. TRANSLATORS: that's the list of binary unit prefixes. +#: grub-core/normal/misc.c:42 +msgid "B/s" +msgstr "" + +#: grub-core/normal/misc.c:42 +msgid "KiB/s" +msgstr "" + +#: grub-core/normal/misc.c:42 +msgid "MiB/s" +msgstr "" + +#: grub-core/normal/misc.c:42 +msgid "GiB/s" +msgstr "" + +#: grub-core/normal/misc.c:42 +msgid "TiB/s" +msgstr "" + +#: grub-core/normal/misc.c:42 +msgid "PiB/s" +msgstr "" + +#: grub-core/normal/misc.c:131 +#, c-format +msgid "- Label `%s'" +msgstr "" + +#: grub-core/normal/misc.c:171 +msgid "No known filesystem detected" +msgstr "" + +#: grub-core/normal/misc.c:174 +#, c-format +msgid " - Partition start at %llu%sKiB" +msgstr "" + +#: grub-core/normal/misc.c:178 +#, c-format +msgid " - Sector size %uB" +msgstr "" + +#: grub-core/normal/misc.c:182 +#, c-format +msgid " - Total size %llu%sKiB" +msgstr "" + +#. TRANSLATORS: Replace dot with appropriate decimal separator for +#. your language. +#: grub-core/normal/misc.c:186 +msgid ".5" +msgstr "" + +#. TRANSLATORS: This has to fit on one line. It's ok to include few +#. words but don't write poems. +#: grub-core/normal/term.c:84 +msgid "--MORE--" +msgstr "" + +#: grub-core/osdep/basic/compress.c:8 grub-core/osdep/basic/compress.c:14 +#: grub-core/osdep/basic/compress.c:20 +msgid "no compression is available for your platform" +msgstr "" + +#: grub-core/osdep/basic/no_platform.c:38 +msgid "no EFI routines are available for your platform" +msgstr "" + +#. TRANSLATORS: The OS itself may very well have a random +#. number generator but GRUB doesn't know how to access it. +#: grub-core/osdep/basic/random.c:42 +msgid "no random number generator is available for your OS" +msgstr "" + +#: grub-core/osdep/devmapper/getroot.c:75 +msgid "Failed to create `device-mapper' tree" +msgstr "" + +#: grub-core/osdep/devmapper/getroot.c:188 +#: grub-core/osdep/freebsd/getroot.c:202 +#, c-format +msgid "can't mount encrypted volume `%s': %s" +msgstr "" + +#. TRANSLATORS: geom is the name of (k)FreeBSD device framework. +#. Usually left untranslated. +#. +#: grub-core/osdep/freebsd/getroot.c:82 grub-core/osdep/freebsd/getroot.c:164 +#: grub-core/osdep/freebsd/getroot.c:258 grub-core/osdep/freebsd/getroot.c:316 +msgid "couldn't open geom" +msgstr "" + +#: grub-core/osdep/freebsd/getroot.c:182 grub-core/osdep/freebsd/getroot.c:277 +msgid "couldn't find geli consumer" +msgstr "" + +#: grub-core/osdep/freebsd/getroot.c:282 +msgid "couldn't retrieve geli UUID" +msgstr "" + +#. TRANSLATORS: geom is the name of (k)FreeBSD device framework. +#. Usually left untranslated. "part" is the identifier of one of its +#. classes. +#: grub-core/osdep/freebsd/getroot.c:325 +msgid "couldn't find geom `part' class" +msgstr "" + +#: grub-core/osdep/generic/blocklist.c:128 +msgid "failed to read the sectors of the core image" +msgstr "" + +#. TRANSLATORS: On GNU/Hurd, a "translator" is similar to a filesystem +#. mount, but handled by a userland daemon, whose invocation command line +#. is being fetched here. First %s is the file being looked at (for which +#. we are fetching the "translator" command line), second %s is the error +#. message. +#. +#: grub-core/osdep/hurd/getroot.c:79 +#, c-format +msgid "cannot get translator command line for path `%s': %s" +msgstr "" + +#: grub-core/osdep/hurd/getroot.c:82 +#, c-format +msgid "translator command line is empty for path `%s'" +msgstr "" + +#. TRANSLATORS: we expect to get something like +#. /hurd/foobar --option1 --option2=baz /dev/something +#. +#: grub-core/osdep/hurd/getroot.c:98 +#, c-format +msgid "" +"translator `%s' for path `%s' has several non-option words, at least `%s' " +"and `%s'" +msgstr "" + +#. TRANSLATORS: we expect to get something like +#. /hurd/foobar --option1 --option2=baz /dev/something +#. +#: grub-core/osdep/hurd/getroot.c:109 +#, c-format +msgid "" +"translator `%s' for path `%s' is given only options, cannot find device part" +msgstr "" + +#: grub-core/osdep/hurd/hostdisk.c:73 +#, c-format +msgid "Storage information for `%s' does not include type" +msgstr "" + +#: grub-core/osdep/hurd/hostdisk.c:75 +#, c-format +msgid "`%s' is not a local disk" +msgstr "" + +#: grub-core/osdep/hurd/hostdisk.c:78 +#, c-format +msgid "" +"Storage information for `%s' indicates neither a plain partition nor a plain " +"disk" +msgstr "" + +#: grub-core/osdep/linux/blocklist.c:81 grub-core/osdep/linux/blocklist.c:94 +#: grub-core/osdep/linux/blocklist.c:120 +#, c-format +msgid "can't retrieve blocklists: %s" +msgstr "" + +#: grub-core/osdep/linux/blocklist.c:84 +msgid "blocksize is not divisible by 512" +msgstr "" + +#: grub-core/osdep/linux/ofpath.c:134 +#, c-format +msgid "`obppath' not found in parent dirs of `%s', no IEEE1275 name discovery" +msgstr "" + +#: grub-core/osdep/linux/ofpath.c:532 +#, c-format +msgid "unknown device type %s\n" +msgstr "" + +#: grub-core/osdep/linux/ofpath.c:550 util/ieee1275/grub-ofpathname.c:39 +#, c-format +msgid "Usage: %s DEVICE\n" +msgstr "" + +#: grub-core/osdep/unix/exec.c:86 grub-core/osdep/unix/exec.c:172 +#: grub-core/osdep/unix/exec.c:217 +#, c-format +msgid "Unable to fork: %s" +msgstr "" + +#: grub-core/osdep/unix/exec.c:166 grub-core/osdep/unix/exec.c:211 +#, c-format +msgid "Unable to create pipe: %s" +msgstr "" + +#: grub-core/osdep/unix/getroot.c:418 grub-core/osdep/unix/getroot.c:472 +#: grub-core/osdep/unix/getroot.c:481 +msgid "cannot restore the original directory" +msgstr "" + +#: grub-core/osdep/unix/hostdisk.c:307 +#, c-format +msgid "cannot make temporary file: %s" +msgstr "" + +#: grub-core/osdep/unix/hostdisk.c:325 +#, c-format +msgid "cannot make temporary directory: %s" +msgstr "" + +#: grub-core/osdep/unix/platform.c:222 +#, c-format +msgid "" +"`nvram' failed. \n" +"You will have to set `boot-device' variable manually. At the IEEE1275 " +"prompt, type:\n" +" %s\n" +msgstr "" + +#. TRANSLATORS: canonical pathname is the +#. complete one e.g. /etc/fstab. It has +#. to contain `/' normally, if it doesn't +#. we're in trouble and throw this error. +#: grub-core/osdep/unix/relpath.c:87 +msgid "no `/' in canonical filename" +msgstr "" + +#: grub-core/osdep/windows/hostdisk.c:151 +msgid "cygwin_conv_path() failed" +msgstr "" + +#: grub-core/partmap/gpt.c:191 +msgid "" +"this GPT partition label contains no BIOS Boot Partition; embedding won't be " +"possible" +msgstr "" + +#: grub-core/partmap/gpt.c:196 +msgid "your BIOS Boot Partition is too small; embedding won't be possible" +msgstr "" + +#. TRANSLATORS: MBR gap and boot track is the same thing and is the space +#. between MBR and first partitition. If your language translates well only +#. "boot track", you can just use it everywhere. Next two messages are about +#. RAID controllers/software bugs which GRUB has to live with. Please spread +#. the message that these are bugs in other software and not merely +#. suboptimal behaviour. +#: grub-core/partmap/msdos.c:51 +#, c-format +msgid "" +"Sector %llu is already in use by raid controller `%s'; avoiding it. Please " +"ask the manufacturer not to store data in MBR gap" +msgstr "" + +#: grub-core/partmap/msdos.c:54 +#, c-format +msgid "" +"Sector %llu is already in use by the program `%s'; avoiding it. This " +"software may cause boot or other problems in future. Please ask its authors " +"not to store data in the boot track" +msgstr "" + +#: grub-core/partmap/msdos.c:384 +msgid "" +"other software is using the embedding area, and there is not enough room for " +"core.img. Such software is often trying to store data in a way that avoids " +"detection. We recommend you investigate" +msgstr "" + +#: grub-core/partmap/msdos.c:395 +msgid "" +"this msdos-style partition label has no post-MBR gap; embedding won't be " +"possible" +msgstr "" + +#: grub-core/partmap/msdos.c:404 +msgid "your embedding area is unusually small. core.img won't fit in it." +msgstr "" + +#: grub-core/parttool/msdospart.c:39 +msgid "Make partition active" +msgstr "" + +#: grub-core/parttool/msdospart.c:51 +msgid "not a primary partition" +msgstr "" + +#: grub-core/parttool/msdospart.c:69 +#, c-format +msgid "Partition %d is active now. \n" +msgstr "" + +#: grub-core/parttool/msdospart.c:74 +#, c-format +msgid "Cleared active flag on %d. \n" +msgstr "" + +#: grub-core/parttool/msdospart.c:87 +msgid "Change partition type" +msgstr "" + +#: grub-core/parttool/msdospart.c:88 +msgid "Set `hidden' flag in partition type" +msgstr "" + +#: grub-core/parttool/msdospart.c:130 +#, c-format +msgid "the partition type 0x%x isn't valid" +msgstr "" + +#. TRANSLATORS: In this case we're actually writing to the disk and actively +#. modifying partition type rather than just defining it. +#: grub-core/parttool/msdospart.c:137 +#, c-format +msgid "Setting partition type to 0x%x\n" +msgstr "" + +#. TRANSLATORS: 0 is a quantifier. "break" (similar to bash) +#. can be used e.g. to break 3 loops at once. +#. But asking it to break 0 loops makes no sense. +#: grub-core/script/execute.c:142 +msgid "can't break 0 loops" +msgstr "" + +#. TRANSLATORS: It's about not being +#. inside a function. "return" can be used only +#. in a function and this error occurs if it's used +#. anywhere else. +#: grub-core/script/execute.c:226 +msgid "not in function body" +msgstr "" + +#: grub-core/script/execute.c:370 +#, c-format +msgid "invalid variable name `%s'" +msgstr "" + +#: grub-core/script/main.c:55 grub-core/script/main.c:57 +#: grub-core/script/main.c:59 grub-core/script/main.c:67 +msgid "[NUM]" +msgstr "" + +#: grub-core/term/gfxterm_background.c:183 +msgid "Set background color for active terminal." +msgstr "" + +#: grub-core/term/i386/coreboot/cbmemc.c:119 +msgid "Show CBMEM console content." +msgstr "" + +#: grub-core/term/serial.c:63 +msgid "Set the base frequency." +msgstr "" + +#: grub-core/term/serial.c:64 +msgid "Enable/disable RTS/CTS." +msgstr "" + +#: grub-core/term/serial.c:218 +#, c-format +msgid "serial port `%s' isn't found" +msgstr "" + +#: grub-core/term/serial.c:250 +msgid "unsupported serial port flow control" +msgstr "" + +#. TRANSLATORS: We're speaking about bitmap images like +#. JPEG or PNG. +#: grub-core/video/bitmap.c:209 +#, c-format +msgid "bitmap file `%s' is of unsupported format" +msgstr "" + +#: grub-core/video/video.c:596 grub-core/video/video.c:760 +msgid "no suitable video mode found" +msgstr "" + +#: include/grub/crypto.h:403 +msgid "access denied" +msgstr "" + +#: util/editenv.c:63 +#, c-format +msgid "cannot rename the file %s to %s" +msgstr "" + +#. TRANSLATORS: "set" is a keyword. It's a summary of "set" subcommand. +#: util/grub-editenv.c:51 +msgid "set [NAME=VALUE ...]" +msgstr "" + +#. TRANSLATORS: "unset" is a keyword. It's a summary of "unset" subcommand. +#: util/grub-editenv.c:54 +msgid "unset [NAME ...]" +msgstr "" + +#: util/grub-editenv.c:116 +#, c-format +msgid "" +"If FILENAME is `-', the default value %s is used.\n" +"\n" +"There is no `delete' command; if you want to delete the whole environment\n" +"block, use `rm %s'." +msgstr "" + +#: util/grub-editenv.c:162 +msgid "invalid environment block" +msgstr "" + +#: util/grub-editenv.c:216 +#, c-format +msgid "invalid parameter %s" +msgstr "" + +#: util/grub-editenv.c:221 +msgid "environment block too small" +msgstr "" + +#: util/grub-fstest.c:107 +#, c-format +msgid "disk read fails at offset %lld, length %lld" +msgstr "" + +#: util/grub-fstest.c:210 +#, c-format +msgid "cannot open OS file `%s': %s" +msgstr "" + +#: util/grub-fstest.c:225 util/misc.c:172 +#, c-format +msgid "cannot write to the stdout: %s" +msgstr "" + +#: util/grub-fstest.c:280 util/grub-fstest.c:314 +#, c-format +msgid "OS file %s open error: %s" +msgstr "" + +#: util/grub-fstest.c:402 util/grub-mount.c:393 +#, c-format +msgid "`loopback' command fails: %s" +msgstr "" + +#: util/grub-fstest.c:413 util/grub-mount.c:403 +#, c-format +msgid "`cryptomount' command fails: %s" +msgstr "" + +#: util/grub-fstest.c:474 util/grub-fstest.c:478 +msgid "couldn't retrieve UUID" +msgstr "" + +#: util/grub-fstest.c:509 +msgid "cat FILE" +msgstr "" + +#: util/grub-fstest.c:509 +msgid "Copy FILE to standard output." +msgstr "" + +#: util/grub-fstest.c:511 +msgid "Show contents of FILE in hex." +msgstr "" + +#: util/grub-fstest.c:514 +msgid "xnu_uuid DEVICE" +msgstr "" + +#: util/grub-fstest.c:514 +msgid "Compute XNU UUID of the device." +msgstr "" + +#. TRANSLATORS: bitmaps are images like e.g. in JPEG. +#: util/grub-fstest.c:517 util/grub-fstest.c:518 util/grub-fstest.c:519 +#: util/grub-mkfont.c:935 util/grub-mkfont.c:948 util/grub-mkfont.c:949 +#: util/grub-mkpasswd-pbkdf2.c:46 util/grub-mkpasswd-pbkdf2.c:47 +#: util/grub-mkpasswd-pbkdf2.c:48 +msgid "NUM" +msgstr "" + +#: util/grub-fstest.c:519 +msgid "Specify the number of input files." +msgstr "" + +#: util/grub-fstest.c:521 util/grub-mount.c:455 +msgid "Mount crypto devices." +msgstr "" + +#. TRANSLATORS: "prompt" is a keyword. +#: util/grub-fstest.c:524 util/grub-mount.c:458 +msgid "FILE|prompt" +msgstr "" + +#: util/grub-fstest.c:524 util/grub-mount.c:458 +msgid "Load zfs crypto key." +msgstr "" + +#: util/grub-fstest.c:526 +msgid "Uncompress data." +msgstr "" + +#: util/grub-glue-efi.c:53 +msgid "set input filename for 32-bit part." +msgstr "" + +#: util/grub-glue-efi.c:55 +msgid "set input filename for 64-bit part." +msgstr "" + +#: util/grub-glue-efi.c:57 util/grub-mklayout.c:55 util/grub-render-label.c:71 +msgid "set output filename. Default is STDOUT" +msgstr "" + +#: util/grub-glue-efi.c:94 util/grub-mklayout.c:469 +#: util/grub-mkpasswd-pbkdf2.c:86 util/grub-render-label.c:131 +msgid "[OPTIONS]" +msgstr "" + +#: util/grub-glue-efi.c:95 +msgid "Glue 32-bit and 64-bit binary into Apple universal one." +msgstr "" + +#: util/grub-glue-efi.c:116 +msgid "Missing input file\n" +msgstr "" + +#: util/grub-macbless.c:99 +msgid "bless for x86-based macs" +msgstr "" + +#: util/grub-macbless.c:101 +msgid "bless for ppc-based macs" +msgstr "" + +#: util/grub-macbless.c:155 +msgid "--ppc PATH|--x86 FILE" +msgstr "" + +#: util/grub-macbless.c:156 +msgid "Mac-style bless on HFS or HFS+" +msgstr "" + +#: util/grub-menulst2cfg.c:44 +#, c-format +msgid "Usage: %s [INFILE [OUTFILE]]\n" +msgstr "" + +#: util/grub-mkdevicemap.c:103 +#, c-format +msgid "" +"Usage: %s [OPTION]...\n" +"\n" +"Generate a device map file automatically.\n" +"\n" +" -n, --no-floppy do not probe any floppy drive\n" +" -s, --probe-second-floppy probe the second floppy drive\n" +" -m, --device-map=FILE use FILE as the device map [default=%s]\n" +" -h, --help display this message and exit\n" +" -V, --version print version information and exit\n" +" -v, --verbose print verbose messages\n" +"\n" +"Report bugs to <%s>.\n" +msgstr "" + +#: util/grub-mkfont.c:153 +#, c-format +msgid "Freetype Error %d loading glyph 0x%x for U+0x%x%s" +msgstr "" + +#. TRANSLATORS: These qualifiers are used for cursive typography, +#. mainly Arabic. Note that the terms refer to the visual position +#. and not logical order and if used in left-to-right script then +#. leftmost is initial but with right-to-left script like Arabic +#. rightmost is the initial. +#: util/grub-mkfont.c:161 +msgid " (medial)" +msgstr "" + +#: util/grub-mkfont.c:162 +msgid " (leftmost)" +msgstr "" + +#: util/grub-mkfont.c:163 +msgid " (rightmost)" +msgstr "" + +#: util/grub-mkfont.c:480 +#, c-format +msgid "Out of range substitution (%d, %d)\n" +msgstr "" + +#. TRANSLATORS: "lookup" is taken directly from font specifications +#. which are formulated as "Under condition X replace LOOKUP with +#. SUBSTITUITION". " +#: util/grub-mkfont.c:505 +#, c-format +msgid "Out of range lookup: %d\n" +msgstr "" + +#: util/grub-mkfont.c:513 +#, c-format +msgid "Unsupported substitution type: %d\n" +msgstr "" + +#: util/grub-mkfont.c:519 +#, c-format +msgid "Unsupported substitution flag: 0x%x\n" +msgstr "" + +#: util/grub-mkfont.c:549 +#, c-format +msgid "Unsupported substitution specification: %d\n" +msgstr "" + +#. TRANSLATORS: most font transformations apply only to +#. some glyphs. Those glyphs are described as "coverage". +#. There are 2 coverage specifications: list and range. +#. This warning is thrown when another coverage specification +#. is detected. +#: util/grub-mkfont.c:580 +#, c-format +msgid "Unsupported coverage specification: %d\n" +msgstr "" + +#: util/grub-mkfont.c:619 +#, c-format +msgid "WARNING: unsupported font feature parameters: %x\n" +msgstr "" + +#. TRANSLATORS: It's gsub feature, not gsub font. +#: util/grub-mkfont.c:650 +#, c-format +msgid "Unknown gsub font feature 0x%x (%s)\n" +msgstr "" + +#. TRANSLATORS: some font files may have multiple faces (fonts). +#. This option is used to chose among them, the first face being '0'. +#. Rarely used. +#: util/grub-mkfont.c:939 +msgid "select face index" +msgstr "" + +#: util/grub-mkfont.c:940 +msgid "FROM-TO[,FROM-TO]" +msgstr "" + +#. TRANSLATORS: It refers to the range of characters in font. +#: util/grub-mkfont.c:942 +msgid "set font range" +msgstr "" + +#. TRANSLATORS: "family name" for font is just a generic name without suffix +#. like "Bold". +#: util/grub-mkfont.c:946 +msgid "set font family name" +msgstr "" + +#: util/grub-mkfont.c:947 +msgid "SIZE" +msgstr "" + +#: util/grub-mkfont.c:947 +msgid "set font size" +msgstr "" + +#: util/grub-mkfont.c:948 +msgid "set font descent" +msgstr "" + +#: util/grub-mkfont.c:949 +msgid "set font ascent" +msgstr "" + +#: util/grub-mkfont.c:950 +msgid "convert to bold font" +msgstr "" + +#: util/grub-mkfont.c:951 +msgid "force autohint" +msgstr "" + +#: util/grub-mkfont.c:952 +msgid "disable hinting" +msgstr "" + +#. TRANSLATORS: some fonts contain bitmap rendering for +#. some sizes. This option forces rerendering even if +#. pre-rendered bitmap is available. +#. +#: util/grub-mkfont.c:958 +msgid "ignore bitmap strikes when loading" +msgstr "" + +#. TRANSLATORS: It refers to the range of characters in font. +#: util/grub-mkfont.c:1056 util/grub-mkfont.c:1072 +msgid "invalid font range" +msgstr "" + +#: util/grub-mkfont.c:1148 +msgid "[OPTIONS] FONT_FILES" +msgstr "" + +#: util/grub-mkfont.c:1149 +msgid "Convert common font file formats into PF2" +msgstr "" + +#: util/grub-mkfont.c:1182 +msgid "FT_Init_FreeType fails" +msgstr "" + +#: util/grub-mkfont.c:1196 +#, c-format +msgid "can't open file %s, index %d: error %d" +msgstr "" + +#: util/grub-mkfont.c:1226 +#, c-format +msgid "can't set %dx%d font size: Freetype error %d: %s" +msgstr "" + +#: util/grub-mkimage.c:67 +#, c-format +msgid "set prefix directory [default=%s]" +msgstr "" + +#. TRANSLATORS: "memdisk" here isn't an identifier, it can be translated. +#. "embed" is a verb (command description). " +#: util/grub-mkimage.c:71 +msgid "" +"embed FILE as a memdisk image\n" +"Implies `-p (memdisk)/boot/grub' and overrides any prefix supplied " +"previously, but the prefix itself can be overridden by later options" +msgstr "" + +#: util/grub-mkimage.c:75 +msgid "embed FILE as an early config" +msgstr "" + +#. TRANSLATORS: NOTE is a name of segment. +#: util/grub-mkimage.c:79 +msgid "add NOTE segment for CHRP IEEE1275" +msgstr "" + +#: util/grub-mkimage.c:80 +msgid "output a generated image to FILE [default=stdout]" +msgstr "" + +#: util/grub-mkimage.c:81 +msgid "FORMAT" +msgstr "" + +#: util/grub-mkimage.c:101 util/grub-mkstandalone.c:62 +msgid "generate an image in FORMAT" +msgstr "" + +#: util/grub-mkimage.c:102 util/grub-mkstandalone.c:63 +msgid "available formats:" +msgstr "" + +#: util/grub-mkimage.c:235 +msgid "[OPTION]... [MODULES]" +msgstr "" + +#: util/grub-mkimage.c:236 +msgid "Make a bootable image of GRUB." +msgstr "" + +#: util/grub-mkimage.c:265 util/grub-mkstandalone.c:308 +msgid "Target format not specified (use the -O option)." +msgstr "" + +#: util/grub-mkimagexx.c:1382 +#, c-format +msgid "" +"`%s' is miscompiled: its start address is 0x%llx instead of 0x%llx: ld.gold " +"bug?" +msgstr "" + +#: util/grub-mklayout.c:53 +msgid "set input filename. Default is STDIN" +msgstr "" + +#. TRANSLATORS: scan identifier is keyboard key symbolic name. +#: util/grub-mklayout.c:307 +#, c-format +msgid "Unknown keyboard scan identifier %s\n" +msgstr "" + +#. TRANSLATORS: scan code is keyboard key numeric identifier. +#: util/grub-mklayout.c:411 +#, c-format +msgid "Unknown keyboard scan code 0x%02x\n" +msgstr "" + +#. TRANSLATORS: this error is triggered when input doesn't contain any +#. key descriptions. +#: util/grub-mklayout.c:431 +msgid "ERROR: no valid keyboard layout found. Check the input.\n" +msgstr "" + +#. TRANSLATORS: "one" is a shortcut for "keyboard layout". +#: util/grub-mklayout.c:471 +msgid "Generate GRUB keyboard layout from Linux console one." +msgstr "" + +#: util/grub-mknetdir.c:47 +msgid "root directory of TFTP server" +msgstr "" + +#: util/grub-mknetdir.c:49 +msgid "relative subdirectory on network server" +msgstr "" + +#: util/grub-mknetdir.c:88 +msgid "" +"Prepares GRUB network boot images at net_directory/subdir assuming " +"net_directory being TFTP root." +msgstr "" + +#: util/grub-mknetdir.c:143 +#, c-format +msgid "unsupported platform %s\n" +msgstr "" + +#. TRANSLATORS: First %s is replaced by platform name. Second one by filename. +#: util/grub-mknetdir.c:162 +#, c-format +msgid "" +"Netboot directory for %s created. Configure your DHCP server to point to %s\n" +msgstr "" + +#: util/grub-mkpasswd-pbkdf2.c:46 +msgid "Number of PBKDF2 iterations" +msgstr "" + +#: util/grub-mkpasswd-pbkdf2.c:47 +msgid "Length of generated hash" +msgstr "" + +#: util/grub-mkpasswd-pbkdf2.c:48 +msgid "Length of salt" +msgstr "" + +#: util/grub-mkpasswd-pbkdf2.c:87 +msgid "Generate PBKDF2 password hash." +msgstr "" + +#: util/grub-mkpasswd-pbkdf2.c:144 util/grub-mkpasswd-pbkdf2.c:151 +msgid "failure to read password" +msgstr "" + +#: util/grub-mkpasswd-pbkdf2.c:146 +msgid "Reenter password: " +msgstr "" + +#: util/grub-mkpasswd-pbkdf2.c:160 +msgid "passwords don't match" +msgstr "" + +#: util/grub-mkpasswd-pbkdf2.c:169 +msgid "couldn't retrieve random data for salt" +msgstr "" + +#: util/grub-mkpasswd-pbkdf2.c:184 +#, c-format +msgid "cryptographic error number %d" +msgstr "" + +#: util/grub-mkpasswd-pbkdf2.c:203 +#, c-format +msgid "PBKDF2 hash of your password is %s\n" +msgstr "" + +#: util/grub-mkrelpath.c:67 +msgid "No path is specified.\n" +msgstr "" + +#: util/grub-mkrelpath.c:78 +msgid "PATH" +msgstr "" + +#: util/grub-mkrelpath.c:79 +msgid "Transform a system filename into GRUB one." +msgstr "" + +#: util/grub-mkstandalone.c:115 +msgid "" +"Generate a standalone image (containing all modules) in the selected format" +msgstr "" + +#: util/grub-mkstandalone.c:115 +msgid "Graft point syntax (E.g. /boot/grub/grub.cfg=./grub.cfg) is accepted" +msgstr "" + +#: util/grub-mount.c:551 +msgid "IMAGE1 [IMAGE2 ...] MOUNTPOINT" +msgstr "" + +#: util/grub-mount.c:574 +msgid "need an image and mountpoint" +msgstr "" + +#: util/grub-render-label.c:60 +msgid "read text from FILE." +msgstr "" + +#: util/grub-render-label.c:62 +msgid "use COLOR for text" +msgstr "" + +#: util/grub-render-label.c:64 +msgid "use COLOR for background" +msgstr "" + +#. TRANSLATORS: The result is always stored to file and +#. never shown directly, so don't use "show" as synonym for render. Use "create" if +#. "render" doesn't translate directly. +#: util/grub-render-label.c:69 +msgid "set the label to render" +msgstr "" + +#: util/grub-render-label.c:73 +msgid "use FILE as font (PF2)." +msgstr "" + +#. TRANSLATORS: This file takes a text and creates a graphical representation of it, +#. putting the result into .disk_label file. The result is always stored to file and +#. never shown directly, so don't use "show" as synonym for render. Use "create" if +#. "render" doesn't translate directly. +#: util/grub-render-label.c:136 +msgid "Render Apple .disk_label." +msgstr "" + +#: util/grub-render-label.c:158 util/grub-syslinux2cfg.c:169 +msgid "Missing arguments\n" +msgstr "" + +#: util/grub-script-check.c:87 +msgid "[PATH]" +msgstr "" + +#: util/grub-script-check.c:88 +msgid "Checks GRUB script configuration file for syntax errors." +msgstr "" + +#: util/grub-script-check.c:207 +#, c-format +msgid "Syntax error at line %u\n" +msgstr "" + +#: util/grub-script-check.c:212 +#, c-format +msgid "Script `%s' contains no commands and will do nothing\n" +msgstr "" + +#: util/grub-setup.c:79 +#, c-format +msgid "use FILE as the boot image [default=%s]" +msgstr "" + +#: util/grub-setup.c:81 +#, c-format +msgid "use FILE as the core image [default=%s]" +msgstr "" + +#: util/grub-syslinux2cfg.c:64 +msgid "root directory as it will be seen on runtime [default=/]." +msgstr "" + +#: util/grub-syslinux2cfg.c:69 +msgid "" +"current directory of the syslinux as it will be seen on runtime [default is " +"parent directory of input file]." +msgstr "" + +#: util/grub-syslinux2cfg.c:74 +msgid "write output to FILE [default=stdout]." +msgstr "" + +#: util/grub-syslinux2cfg.c:148 +msgid "Transform syslinux config into GRUB one." +msgstr "" + +#: util/misc.c:93 +#, c-format +msgid "file `%s' is too big" +msgstr "" + +#: util/mkimage.c:823 util/mkimage.c:1234 +#, c-format +msgid "unknown compression %d\n" +msgstr "" + +#: util/mkimage.c:1245 +msgid "Decompressor is too big" +msgstr "" + +#: util/mkimage.c:1291 +#, c-format +msgid "core image is too big (0x%x > 0x%x)" +msgstr "" + +#: util/mkimage.c:1298 +#, c-format +msgid "kernel image is too big (0x%x > 0x%x)" +msgstr "" + +#: util/mkimage.c:1726 +msgid "" +"fwstart.img doesn't match the known good version. proceed at your own risk" +msgstr "" + +#: util/mkimage.c:1730 util/mkimage.c:1754 +msgid "firmware image is too big" +msgstr "" + +#: util/resolve.c:93 +#, c-format +msgid "invalid line format: %s" +msgstr "" + +#: util/grub-kbdcomp.in:24 +msgid "Usage: %s -o OUTPUT CKBMAP_ARGUMENTS...\\n" +msgstr "" + +#: util/grub-kbdcomp.in:25 +msgid "Make GRUB keyboard layout file." +msgstr "" + +#: util/grub-kbdcomp.in:27 util/grub-mkconfig.in:58 util/grub-reboot.in:49 +#: util/grub-set-default.in:51 +msgid "print this message and exit" +msgstr "" + +#: util/grub-kbdcomp.in:28 util/grub-mkconfig.in:59 util/grub-reboot.in:50 +#: util/grub-set-default.in:52 +msgid "print the version information and exit" +msgstr "" + +#: util/grub-kbdcomp.in:31 +msgid "%s generates a keyboard layout for GRUB using ckbcomp\\n" +msgstr "" + +#: util/grub-kbdcomp.in:33 util/grub-mkconfig.in:61 util/grub-reboot.in:60 +#: util/grub-set-default.in:58 +msgid "Report bugs to ." +msgstr "" + +#: util/grub-kbdcomp.in:41 util/grub-mkconfig.in:69 util/grub-reboot.in:68 +#: util/grub-set-default.in:66 +msgid "%s: option requires an argument -- `%s'\\n" +msgstr "" + +#: util/grub-mkconfig.in:54 +msgid "Usage: %s [OPTION]\\n" +msgstr "" + +#: util/grub-mkconfig.in:55 +msgid "Generate a grub config file" +msgstr "" + +#: util/grub-mkconfig.in:57 +msgid "output generated config to FILE [default=stdout]" +msgstr "" + +#: util/grub-mkconfig.in:94 util/grub-reboot.in:100 util/grub-set-default.in:98 +msgid "Unrecognized option `%s'\\n" +msgstr "" + +#: util/grub-mkconfig.in:125 +msgid "%s: You must run this as root\\n" +msgstr "" + +#: util/grub-mkconfig.in:134 +msgid "%s: Not found.\\n" +msgstr "" + +#: util/grub-mkconfig.in:253 +msgid "Generating grub configuration file ..." +msgstr "" + +#. TRANSLATORS: %s is replaced by filename +#: util/grub-mkconfig.in:290 +msgid "" +"Syntax errors are detected in generated GRUB config file.\n" +"Ensure that there are no errors in /etc/default/grub\n" +"and /etc/grub.d/* files or please file a bug report with\n" +"%s file attached." +msgstr "" + +#: util/grub-mkconfig.in:301 +msgid "done" +msgstr "" + +#: util/grub-mkconfig_lib.in:47 +msgid "Warning:" +msgstr "" + +#: util/grub-reboot.in:47 util/grub-set-default.in:47 +msgid "Usage: %s [OPTION] MENU_ENTRY\\n" +msgstr "" + +#: util/grub-reboot.in:48 +msgid "Set the default boot menu entry for GRUB, for the next boot only." +msgstr "" + +#: util/grub-reboot.in:51 util/grub-set-default.in:53 +msgid "" +"expect GRUB images under the directory DIR/%s instead of the %s directory" +msgstr "" + +#: util/grub-reboot.in:54 +msgid "" +"MENU_ENTRY is a number, a menu item title or a menu item identifier. Please " +"note that menu items in\n" +"submenus or sub-submenus require specifying the submenu components and then " +"the\n" +"menu item component. The titles should be separated using the greater-than\n" +"character (>) with no extra spaces. Depending on your shell some characters " +"including > may need escaping. More information about this is available\n" +"in the GRUB Manual in the section about the 'default' command. " +msgstr "" + +#: util/grub-reboot.in:106 util/grub-set-default.in:104 +msgid "More than one menu entry?" +msgstr "" + +#: util/grub-reboot.in:116 util/grub-set-default.in:114 +msgid "Menu entry not specified." +msgstr "" + +#: util/grub-set-default.in:48 +msgid "Set the default boot menu entry for GRUB." +msgstr "" + +#: util/grub-set-default.in:49 +msgid "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\\n" +msgstr "" + +#: util/grub-set-default.in:56 +msgid "MENU_ENTRY is a number, a menu item title or a menu item identifier." +msgstr "" + +#: util/grub.d/00_header.in:187 +msgid "" +"Requested serial terminal but GRUB_SERIAL_COMMAND is unspecified. Default " +"parameters will be used." +msgstr "" + +#: util/grub.d/00_header.in:278 +msgid "Found theme: %s\\n" +msgstr "" + +#: util/grub.d/00_header.in:314 +msgid "Found background: %s\\n" +msgstr "" + +#: util/grub.d/00_header.in:319 +msgid "Unsupported image format" +msgstr "" + +#: util/grub.d/00_header.in:344 +msgid "" +"Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is " +"no longer supported." +msgstr "" + +#: util/grub.d/10_hurd.in:48 +msgid "Found GNU Mach: %s" +msgstr "" + +#: util/grub.d/10_hurd.in:63 +msgid "Found Hurd module: %s" +msgstr "" + +#: util/grub.d/10_hurd.in:77 +msgid "Some Hurd stuff found, but not enough to boot." +msgstr "" + +#: util/grub.d/10_hurd.in:91 +msgid "%s, with Hurd %s (%s)" +msgstr "" + +#: util/grub.d/10_hurd.in:94 +msgid "%s, with Hurd %s" +msgstr "" + +#: util/grub.d/10_hurd.in:100 util/grub.d/10_kfreebsd.in:87 +#: util/grub.d/10_linux.in:128 util/grub.d/10_netbsd.in:113 +#: util/grub.d/20_linux_xen.in:107 util/grub.d/30_os-prober.in:310 +msgid "" +"Please don't use old title `%s' for GRUB_DEFAULT, use `%s' (for versions " +"before 2.00) or `%s' (for 2.00 or later)" +msgstr "" + +#. TRANSLATORS: %s is replaced with an OS name +#: util/grub.d/10_hurd.in:164 util/grub.d/10_kfreebsd.in:222 +#: util/grub.d/10_linux.in:340 util/grub.d/10_netbsd.in:168 +#: util/grub.d/30_os-prober.in:286 +msgid "Advanced options for %s" +msgstr "" + +#: util/grub.d/10_illumos.in:40 +msgid "Loading kernel of Illumos ..." +msgstr "" + +#: util/grub.d/10_kfreebsd.in:79 +msgid "%s, with kFreeBSD %s (%s)" +msgstr "" + +#: util/grub.d/10_kfreebsd.in:161 +msgid "Found kernel of FreeBSD: %s\\n" +msgstr "" + +#: util/grub.d/10_kfreebsd.in:210 +msgid "Found kernel module directory: %s\\n" +msgstr "" + +#: util/grub.d/10_linux.in:118 util/grub.d/10_linux.in:120 +msgid "%s, with Linux %s (%s)" +msgstr "" + +#: util/grub.d/10_linux.in:286 util/grub.d/20_linux_xen.in:215 +msgid "Found linux image: %s\\n" +msgstr "" + +#: util/grub.d/10_linux.in:323 util/grub.d/20_linux_xen.in:238 +msgid "Found initrd image: %s\\n" +msgstr "" + +#: util/grub.d/10_netbsd.in:105 +msgid "%s, with kernel %s (via %s, %s)" +msgstr "" + +#: util/grub.d/10_netbsd.in:158 +msgid "Found NetBSD kernel: %s\\n" +msgstr "" + +#: util/grub.d/10_windows.in:70 +msgid "Windows Vista/7 (loader)" +msgstr "" + +#: util/grub.d/10_windows.in:74 +msgid "Windows NT/2000/XP (loader)" +msgstr "" + +#: util/grub.d/10_windows.in:85 +msgid "Found %s on %s (%s)\\n" +msgstr "" + +#. TRANSLATORS: it refers to kernel architecture (32-bit) +#: util/grub.d/10_xnu.in:32 util/grub.d/30_os-prober.in:62 +msgid "(32-bit)" +msgstr "" + +#. TRANSLATORS: it refers to kernel architecture (64-bit) +#: util/grub.d/10_xnu.in:35 util/grub.d/30_os-prober.in:65 +msgid "(64-bit)" +msgstr "" + +#. TRANSLATORS: it refers on the OS residing on device %s +#: util/grub.d/10_xnu.in:38 util/grub.d/30_os-prober.in:68 +#: util/grub.d/30_os-prober.in:178 util/grub.d/30_os-prober.in:211 +#: util/grub.d/30_os-prober.in:258 util/grub.d/30_os-prober.in:327 +#: util/grub.d/30_uefi-firmware.in:39 +msgid "(on %s)" +msgstr "" + +#: util/grub.d/20_linux_xen.in:97 util/grub.d/20_linux_xen.in:99 +msgid "%s, with Xen %s and Linux %s (%s)" +msgstr "" + +#: util/grub.d/20_linux_xen.in:111 +msgid "%s, with Xen hypervisor" +msgstr "" + +#: util/grub.d/20_linux_xen.in:211 util/grub.d/20_linux_xen.in:255 +msgid "Xen hypervisor, version %s" +msgstr "" + +#. TRANSLATORS: %s is replaced with an OS name +#: util/grub.d/20_linux_xen.in:254 +msgid "Advanced options for %s (with Xen hypervisor)" +msgstr "" + +#: util/grub.d/30_os-prober.in:155 +msgid "Found %s on %s\\n" +msgstr "" + +#. TRANSLATORS: %s is replaced by OS name. +#: util/grub.d/30_os-prober.in:366 +msgid "%s is not yet supported by grub-mkconfig.\\n" +msgstr "" + +#: util/grub.d/30_uefi-firmware.in:37 +msgid "Adding boot menu entry for EFI firmware configuration\\n" +msgstr "" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/gst-plugins-good-1.0.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/gst-plugins-good-1.0.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/gst-plugins-good-1.0.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/gst-plugins-good-1.0.po 2016-10-10 10:34:05.000000000 +0000 @@ -0,0 +1,22 @@ +# English (Australia) translation for gst-plugins-good1.0 +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the gst-plugins-good1.0 package. +# FIRST AUTHOR , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: gst-plugins-good1.0\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2016-08-19 11:57+0300\n" +"PO-Revision-Date: 2016-04-17 10:37+0000\n" +"Last-Translator: Joel Pickett \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 11:51+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: sys/v4l2/gstv4l2sink.c:620 +msgid "Failed to allocated required memory." +msgstr "Failed to allocate required memory." diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/kbd.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/kbd.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/kbd.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/kbd.po 2016-10-10 10:34:07.000000000 +0000 @@ -0,0 +1,77 @@ +# English (Australia) translation for kbd +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the kbd package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: kbd\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-11-16 00:52+0400\n" +"PO-Revision-Date: 2013-06-22 06:25+0000\n" +"Last-Translator: Joel Addison \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 11:08+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: src/dumpkeys.c:168 +#, c-format +msgid "" +"Symbols recognized by %s:\n" +"(numeric value, symbol)\n" +"\n" +msgstr "" +"Symbols recognised by %s:\n" +"(numeric value, symbol)\n" +"\n" + +#: src/libkeymap/summary.c:142 +#, c-format +msgid "" +"\n" +"The following synonyms are recognized:\n" +"\n" +msgstr "" +"\n" +"The following synonyms are recognised:\n" +"\n" + +#: src/libkeymap/summary.c:149 +#, c-format +msgid "" +"\n" +"Recognized modifier names and their column numbers:\n" +msgstr "" +"\n" +"Recognised modifier names and their column numbers:\n" + +#: src/kbdinfo.c:123 +#, c-format +msgid "Error: Unrecognized action: %s\n" +msgstr "Error: Unrecognised action: %s\n" + +#: src/psffontop.c:312 +#, c-format +msgid "%s: Input file: trailing garbage\n" +msgstr "%s: Input file: trailing rubbish\n" + +#: src/setfont.c:288 +#, c-format +msgid "%s: font position 32 is nonblank\n" +msgstr "%s: font position 32 is non-blank\n" + +#: src/setleds.c:253 src/setmetamode.c:95 +#, c-format +msgid "" +"unrecognized argument: _%s_\n" +"\n" +msgstr "" +"unrecognised argument: _%s_\n" +"\n" + +#: src/vlock/username.c:57 +msgid "unrecognized user" +msgstr "unrecognised user" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/keystone.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/keystone.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/keystone.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/keystone.po 2016-10-10 10:34:07.000000000 +0000 @@ -0,0 +1,1331 @@ +# English (Australia) translations for keystone. +# Copyright (C) 2015 OpenStack Foundation +# This file is distributed under the same license as the keystone project. +# +# Translators: +# Tom Fifield , 2013 +# OpenStack Infra , 2015. #zanata +msgid "" +msgstr "" +"Project-Id-Version: keystone 8.0.0.0rc2.dev1\n" +"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" +"POT-Creation-Date: 2016-05-04 06:55+0000\n" +"PO-Revision-Date: 2015-04-15 08:12+0000\n" +"Last-Translator: openstackjenkins \n" +"Language-Team: English (Australia) (http://www.transifex.com/openstack/" +"keystone/language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 11:49+0000\n" +"X-Generator: Launchpad (build 18227)\n" +"Language: en_AU\n" +"Generated-By: Babel 2.1.1\n" + +#: keystone/exception.py:83 +#, python-format +msgid "" +"Expecting to find %(attribute)s in %(target)s - the server could not comply " +"with the request since it is either malformed or otherwise incorrect. The " +"client is assumed to be in error." +msgstr "" + +#: keystone/exception.py:92 +#, python-format +msgid "Cannot create an endpoint with an invalid URL: %(url)s" +msgstr "" + +#: keystone/exception.py:99 +#, python-format +msgid "%(detail)s" +msgstr "" + +#: keystone/exception.py:112 +msgid "" +"The 'expires_at' must not be before now. The server could not comply with " +"the request since it is either malformed or otherwise incorrect. The client " +"is assumed to be in error." +msgstr "" + +#: keystone/exception.py:137 +#, python-format +msgid "" +"The specified parent region %(parent_region_id)s would create a circular " +"region hierarchy." +msgstr "" + +#: keystone/exception.py:156 +#, python-format +msgid "" +"The password length must be less than or equal to %(size)i. The server could " +"not comply with the request because the password is invalid." +msgstr "" + +#: keystone/exception.py:162 +#, python-format +msgid "" +"Unable to delete region %(region_id)s because it or its child regions have " +"associated endpoints." +msgstr "" + +#: keystone/exception.py:167 +msgid "" +"The certificates you requested are not available. It is likely that this " +"server does not use PKI tokens otherwise this is the result of " +"misconfiguration." +msgstr "" + +#: keystone/exception.py:179 +msgid "(Disable insecure_debug mode to suppress these details.)" +msgstr "" + +#: keystone/exception.py:189 +#, python-format +msgid "%(message)s %(amendment)s" +msgstr "" + +#: keystone/exception.py:211 +#, python-format +msgid "Unable to find valid groups while using mapping %(mapping_id)s" +msgstr "" + +#: keystone/exception.py:239 +#, python-format +msgid "You are not authorized to perform the requested action: %(action)s" +msgstr "" + +#: keystone/exception.py:244 +#, python-format +msgid "" +"Could not change immutable attribute(s) '%(attributes)s' in target %(target)s" +msgstr "" + +#: keystone/exception.py:249 +#, python-format +msgid "" +"Group membership across backend boundaries is not allowed, group in question " +"is %(group_id)s, user is %(user_id)s" +msgstr "" + +#: keystone/exception.py:255 +#, python-format +msgid "" +"Invalid mix of entities for policy association - only Endpoint, Service or " +"Region+Service allowed. Request was - Endpoint: %(endpoint_id)s, Service: " +"%(service_id)s, Region: %(region_id)s" +msgstr "" + +#: keystone/exception.py:262 +#, python-format +msgid "Invalid domain specific configuration: %(reason)s" +msgstr "" + +#: keystone/exception.py:266 +#, python-format +msgid "Could not find: %(target)s" +msgstr "" + +#: keystone/exception.py:272 +#, python-format +msgid "Could not find endpoint: %(endpoint_id)s" +msgstr "" + +#: keystone/exception.py:284 +#, python-format +msgid "Could not find policy: %(policy_id)s" +msgstr "" + +#: keystone/exception.py:288 +msgid "Could not find policy association" +msgstr "" + +#: keystone/exception.py:292 +#, python-format +msgid "Could not find role: %(role_id)s" +msgstr "" + +#: keystone/exception.py:296 +#, python-format +msgid "%(prior_role_id)s does not imply %(implied_role_id)s" +msgstr "" + +#: keystone/exception.py:300 +#, python-format +msgid "%(role_id)s cannot be an implied roles" +msgstr "" + +#: keystone/exception.py:304 +#, python-format +msgid "" +"Could not find role assignment with role: %(role_id)s, user or group: " +"%(actor_id)s, project or domain: %(target_id)s" +msgstr "" + +#: keystone/exception.py:310 +#, python-format +msgid "Could not find region: %(region_id)s" +msgstr "" + +#: keystone/exception.py:314 +#, python-format +msgid "Could not find service: %(service_id)s" +msgstr "" + +#: keystone/exception.py:318 +#, python-format +msgid "Could not find domain: %(domain_id)s" +msgstr "" + +#: keystone/exception.py:322 +#, python-format +msgid "Could not find project: %(project_id)s" +msgstr "" + +#: keystone/exception.py:326 +#, python-format +msgid "Cannot create project with parent: %(project_id)s" +msgstr "" + +#: keystone/exception.py:330 +#, python-format +msgid "Could not find token: %(token_id)s" +msgstr "" + +#: keystone/exception.py:334 +#, python-format +msgid "Could not find user: %(user_id)s" +msgstr "" + +#: keystone/exception.py:338 +#, python-format +msgid "Could not find group: %(group_id)s" +msgstr "" + +#: keystone/exception.py:342 +#, python-format +msgid "Could not find mapping: %(mapping_id)s" +msgstr "" + +#: keystone/exception.py:346 +#, python-format +msgid "Could not find trust: %(trust_id)s" +msgstr "" + +#: keystone/exception.py:350 +#, python-format +msgid "No remaining uses for trust: %(trust_id)s" +msgstr "" + +#: keystone/exception.py:354 +#, python-format +msgid "Could not find credential: %(credential_id)s" +msgstr "" + +#: keystone/exception.py:358 +#, python-format +msgid "Could not find version: %(version)s" +msgstr "" + +#: keystone/exception.py:362 +#, python-format +msgid "Could not find Endpoint Group: %(endpoint_group_id)s" +msgstr "" + +#: keystone/exception.py:366 +#, python-format +msgid "Could not find Identity Provider: %(idp_id)s" +msgstr "" + +#: keystone/exception.py:370 +#, python-format +msgid "Could not find Service Provider: %(sp_id)s" +msgstr "" + +#: keystone/exception.py:374 +#, python-format +msgid "" +"Could not find federated protocol %(protocol_id)s for Identity Provider: " +"%(idp_id)s" +msgstr "" + +#: keystone/exception.py:385 +#, python-format +msgid "" +"Could not find %(group_or_option)s in domain configuration for domain " +"%(domain_id)s" +msgstr "" + +#: keystone/exception.py:403 +#, python-format +msgid "Conflict occurred attempting to store %(type)s - %(details)s" +msgstr "" + +#: keystone/exception.py:412 +msgid "An unexpected error prevented the server from fulfilling your request." +msgstr "" + +#: keystone/exception.py:415 +#, python-format +msgid "" +"An unexpected error prevented the server from fulfilling your request: " +"%(exception)s" +msgstr "" + +#: keystone/exception.py:433 +#, python-format +msgid "Unable to consume trust %(trust_id)s, unable to acquire lock." +msgstr "" + +#: keystone/exception.py:438 +msgid "" +"Expected signing certificates are not available on the server. Please check " +"Keystone configuration." +msgstr "" + +#: keystone/exception.py:449 +#, python-format +msgid "" +"Group %(group_id)s returned by mapping %(mapping_id)s was not found in the " +"backend." +msgstr "" + +#: keystone/exception.py:454 +#, python-format +msgid "Error while reading metadata file, %(reason)s" +msgstr "" + +#: keystone/exception.py:458 +#, python-format +msgid "" +"Local section in mapping %(mapping_id)s refers to a remote match that " +"doesn't exist (e.g. {0} in a local section)." +msgstr "" + +#: keystone/exception.py:464 +#, python-format +msgid "" +"Unexpected combination of grant attributes - User: %(user_id)s, Group: " +"%(group_id)s, Project: %(project_id)s, Domain: %(domain_id)s" +msgstr "" + +#: keystone/exception.py:478 +msgid "The service you have requested is no longer available on this server." +msgstr "" + +#: keystone/exception.py:490 +msgid "" +"No encryption keys found; run keystone-manage fernet_setup to bootstrap one." +msgstr "" + +#: keystone/exception.py:495 +#, python-format +msgid "" +"The Keystone domain-specific configuration has specified more than one SQL " +"driver (only one is permitted): %(source)s." +msgstr "" + +#: keystone/exception.py:502 +#, python-format +msgid "" +"%(mod_name)s doesn't provide database migrations. The migration repository " +"path at %(path)s doesn't exist or isn't a directory." +msgstr "" + +#: keystone/exception.py:509 +msgid "Token version is unrecognizable or unsupported." +msgstr "" + +#: keystone/exception.py:514 +#, python-format +msgid "" +"Unable to sign SAML assertion. It is likely that this server does not have " +"xmlsec1 installed, or this is the result of misconfiguration. Reason " +"%(reason)s" +msgstr "" + +#: keystone/exception.py:521 +msgid "" +"No Authorization headers found, cannot proceed with OAuth related calls, if " +"running under HTTPd or Apache, ensure WSGIPassAuthorization is set to On." +msgstr "" + +#: keystone/exception.py:528 +#, python-format +msgid "" +"Could not determine Identity Provider ID. The configuration option " +"%(issuer_attribute)s was not found in the request environment." +msgstr "" + +#: keystone/exception.py:536 +#, python-format +msgid "" +"The %s extension has been moved into keystone core and as such its " +"migrations are maintained by the main keystone database control. Use the " +"command: keystone-manage db_sync" +msgstr "" + +#: keystone/exception.py:544 +#, python-format +msgid "%(driver)s is not supported driver version" +msgstr "" + +#: keystone/notifications.py:232 +#, python-format +msgid "" +"%(event)s is not a valid notification event, must be one of: %(actions)s" +msgstr "" + +#: keystone/notifications.py:241 +#, python-format +msgid "Method not callable: %s" +msgstr "" + +#: keystone/assignment/controllers.py:146 +#: keystone/assignment/controllers.py:163 +#: keystone/assignment/controllers.py:182 +msgid "User roles not supported: tenant_id required" +msgstr "" + +#: keystone/assignment/controllers.py:570 +msgid "Specify one of domain or project" +msgstr "" + +#: keystone/assignment/controllers.py:578 +msgid "Specify one of user or group" +msgstr "" + +#: keystone/assignment/controllers.py:845 +msgid "" +"Combining effective and group filter will always result in an empty list." +msgstr "" + +#: keystone/assignment/controllers.py:850 +msgid "" +"Combining effective, domain and inherited filters will always result in an " +"empty list." +msgstr "" + +#: keystone/assignment/controllers.py:952 +msgid "scope.project.id must be specified if include_subtree is also specified" +msgstr "" + +#: keystone/assignment/core.py:77 +msgid "" +"Use of the identity driver config to automatically configure the same " +"assignment driver has been deprecated, in the \"O\" release, the assignment " +"driver will need to be expicitly configured if different than the default " +"(SQL)." +msgstr "" + +#: keystone/assignment/core.py:88 +#, python-format +msgid "" +"Attempted automatic driver selection for assignment based upon " +"[identity]\\driver option failed since driver %s is not found. Set " +"[assignment]/driver to a valid driver in keystone config." +msgstr "" + +#: keystone/assignment/core.py:179 +msgid "Must specify either domain or project" +msgstr "" + +#: keystone/assignment/core.py:848 +msgid "Cannot list assignments sourced from groups and filtered by user ID." +msgstr "" + +#: keystone/assignment/core.py:1518 +msgid "Update of `domain_id` is not allowed." +msgstr "" + +#: keystone/assignment/core.py:1743 +msgid "Domain specific roles are not supported in the V8 role driver" +msgstr "" + +#: keystone/assignment/V8_backends/sql.py:363 +#: keystone/assignment/backends/sql.py:213 +#, python-format +msgid "Unexpected assignment type encountered, %s" +msgstr "" + +#: keystone/auth/controllers.py:60 +#, python-format +msgid "" +"Direct import of auth plugin %(name)r is deprecated as of Liberty in favor " +"of its entrypoint from %(namespace)r and may be removed in N." +msgstr "" + +#: keystone/auth/controllers.py:121 +#, python-format +msgid "" +"Unable to reconcile identity attribute %(attribute)s as it has conflicting " +"values %(new)s and %(old)s" +msgstr "" + +#: keystone/auth/controllers.py:182 +msgid "Domain name cannot contain reserved characters." +msgstr "" + +#: keystone/auth/controllers.py:205 +msgid "Project name cannot contain reserved characters." +msgstr "" + +#: keystone/auth/controllers.py:644 +msgid "A project-scoped token is required to produce a service catalog." +msgstr "" + +#: keystone/auth/plugins/external.py:100 +msgid "auth_type is not Negotiate" +msgstr "" + +#: keystone/auth/plugins/mapped.py:246 +msgid "" +"Could not map user while setting ephemeral user identity. Either mapping " +"rules must specify user id/name or REMOTE_USER environment variable must be " +"set." +msgstr "" + +#: keystone/auth/plugins/oauth1.py:60 +msgid "Could not validate the access token" +msgstr "" + +#: keystone/auth/plugins/token.py:70 keystone/token/controllers.py:160 +msgid "rescope a scoped token" +msgstr "" + +#: keystone/auth/plugins/totp.py:96 +msgid "Invalid username or TOTP passcode" +msgstr "" + +#: keystone/catalog/controllers.py:215 +#, python-format +msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" +msgstr "" + +#: keystone/catalog/backends/sql.py:492 +msgid "Endpoint Group Project Association not found" +msgstr "" + +#: keystone/cmd/cli.py:173 +msgid "" +"Either --bootstrap-password argument or OS_BOOTSTRAP_PASSWORD must be set." +msgstr "" + +#: keystone/cmd/cli.py:586 +msgid "At least one option must be provided" +msgstr "" + +#: keystone/cmd/cli.py:593 +msgid "--all option cannot be mixed with other options" +msgstr "" + +#: keystone/cmd/cli.py:600 +#, python-format +msgid "Unknown domain '%(name)s' specified by --domain-name" +msgstr "" + +#: keystone/cmd/cli.py:679 keystone/tests/unit/test_cli.py:411 +msgid "At least one option must be provided, use either --all or --domain-name" +msgstr "" + +#: keystone/cmd/cli.py:685 keystone/tests/unit/test_cli.py:427 +msgid "The --all option cannot be used with the --domain-name option" +msgstr "" + +#: keystone/cmd/cli.py:710 keystone/tests/unit/test_cli.py:444 +#, python-format +msgid "" +"Invalid domain name: %(domain)s found in config file name: %(file)s - " +"ignoring this file." +msgstr "" + +#: keystone/cmd/cli.py:718 keystone/tests/unit/test_cli.py:385 +#, python-format +msgid "" +"Domain: %(domain)s already has a configuration defined - ignoring file: " +"%(file)s." +msgstr "" + +#: keystone/cmd/cli.py:732 +#, python-format +msgid "" +"Error parsing configuration file for domain: %(domain)s, file: %(file)s." +msgstr "" + +#: keystone/cmd/cli.py:765 +#, python-format +msgid "" +"To get a more detailed information on this error, re-run this command for " +"the specific domain, i.e.: keystone-manage domain_config_upload --domain-" +"name %s" +msgstr "" + +#: keystone/cmd/cli.py:803 +msgid "" +"Unable to access the keystone database, please check it is configured " +"correctly." +msgstr "" + +#: keystone/cmd/cli.py:866 +#, python-format +msgid "Error while parsing rules %(path)s: %(err)s" +msgstr "" + +#: keystone/cmd/cli.py:875 +#, python-format +msgid "Error while opening file %(path)s: %(err)s" +msgstr "" + +#: keystone/cmd/cli.py:885 +#, python-format +msgid "Error while parsing line: '%(line)s': %(err)s" +msgstr "" + +#: keystone/common/authorization.py:61 keystone/common/wsgi.py:67 +#, python-format +msgid "token reference must be a KeystoneToken type, got: %s" +msgstr "" + +#: keystone/common/controller.py:705 +msgid "Cannot change Domain ID" +msgstr "" + +#: keystone/common/controller.py:751 +msgid "" +"You have tried to create a resource using the admin token. As this token is " +"not within a domain you must explicitly include a domain for this resource " +"to belong to." +msgstr "" + +#: keystone/common/dependency.py:65 +#, python-format +msgid "Unregistered dependency: %(name)s for %(targets)s" +msgstr "" + +#: keystone/common/driver_hints.py:38 +msgid "" +"Cannot truncate a driver call without hints list as first parameter after " +"self " +msgstr "" + +#: keystone/common/json_home.py:76 +#, python-format +msgid "Unexpected status requested for JSON Home response, %s" +msgstr "" + +#: keystone/common/manager.py:82 +#, python-format +msgid "" +"Direct import of driver %(name)r is deprecated as of Liberty in favor of its " +"entrypoint from %(namespace)r and may be removed in N." +msgstr "" + +#: keystone/common/tokenless_auth.py:73 +msgid "Neither Project Domain ID nor Project Domain Name was provided." +msgstr "" + +#: keystone/common/tokenless_auth.py:165 +msgid "" +"User auth cannot be built due to missing either user id, or user name with " +"domain id, or user name with domain name." +msgstr "" + +#: keystone/common/utils.py:63 +msgid "" +"Length of transformable resource id > 64, which is max allowed characters" +msgstr "" + +#: keystone/common/wsgi.py:208 +msgid "Query string is not UTF-8 encoded" +msgstr "" + +#: keystone/common/wsgi.py:341 +#, python-format +msgid "%s field is required and cannot be empty" +msgstr "" + +#: keystone/common/wsgi.py:353 +#, python-format +msgid "%s field(s) cannot be empty" +msgstr "" + +#: keystone/common/kvs/core.py:88 +#, python-format +msgid "Lock Timeout occurred for key, %(target)s" +msgstr "" + +#: keystone/common/kvs/core.py:123 +#, python-format +msgid "KVS region %s is already configured. Cannot reconfigure." +msgstr "" + +#: keystone/common/kvs/core.py:166 +#, python-format +msgid "Key Value Store not configured: %s" +msgstr "" + +#: keystone/common/kvs/core.py:219 +msgid "`key_mangler` option must be a function reference" +msgstr "" + +#: keystone/common/kvs/core.py:376 +#, python-format +msgid "Lock key must match target key: %(lock)s != %(target)s" +msgstr "" + +#: keystone/common/kvs/core.py:380 +msgid "Must be called within an active lock context." +msgstr "" + +#: keystone/common/kvs/backends/memcached.py:68 +#, python-format +msgid "Maximum lock attempts on %s occurred." +msgstr "" + +#: keystone/common/kvs/backends/memcached.py:109 +#, python-format +msgid "" +"Backend `%(backend)s` is not a valid memcached backend. Valid backends: " +"%(backend_list)s" +msgstr "" + +#: keystone/common/kvs/backends/memcached.py:185 +msgid "`key_mangler` functions must be callable." +msgstr "" + +#: keystone/common/ldap/core.py:199 +#, python-format +msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" +msgstr "" + +#: keystone/common/ldap/core.py:1333 +#, python-format +msgid "ID attribute %(id_attr)s not found in LDAP object %(dn)s" +msgstr "" + +#: keystone/common/ldap/core.py:1557 +msgid "" +"Disabling an entity where the 'enable' attribute is ignored by configuration." +msgstr "" + +#: keystone/common/ldap/core.py:1655 +#, python-format +msgid "Member %(member)s is already a member of group %(group)s" +msgstr "" + +#: keystone/common/sql/core.py:413 +msgid "Duplicate Entry" +msgstr "" + +#: keystone/common/sql/core.py:429 +#, python-format +msgid "An unexpected error occurred when trying to store %s" +msgstr "" + +#: keystone/common/sql/migration_helpers.py:167 +msgid "Unable to downgrade schema" +msgstr "" + +#: keystone/common/sql/migration_helpers.py:185 +#: keystone/common/sql/migration_helpers.py:231 +#, python-format +msgid "%s extension does not exist." +msgstr "" + +#: keystone/common/validation/__init__.py:44 +#, python-format +msgid "" +"validated expected to find %(param_name)r in function signature for " +"%(func_name)r." +msgstr "" + +#: keystone/common/validation/validators.py:53 +#, python-format +msgid "Invalid input for field '%(path)s'. The value is '%(value)s'." +msgstr "" + +#: keystone/contrib/admin_crud/core.py:28 +msgid "" +"Remove admin_crud_extension from the paste pipeline, the admin_crud " +"extension is now always available. Updatethe [pipeline:admin_api] section in " +"keystone-paste.ini accordingly, as it will be removed in the O release." +msgstr "" + +#: keystone/contrib/ec2/controllers.py:80 keystone/contrib/s3/core.py:111 +#: keystone/contrib/s3/core.py:114 +msgid "Invalid EC2 signature." +msgstr "" + +#: keystone/contrib/ec2/controllers.py:83 +#: keystone/contrib/ec2/controllers.py:87 +#: keystone/contrib/ec2/controllers.py:125 +msgid "EC2 signature not supplied." +msgstr "" + +#: keystone/contrib/ec2/controllers.py:159 +msgid "User not valid for tenant." +msgstr "" + +#: keystone/contrib/ec2/controllers.py:260 +msgid "EC2 access key not found." +msgstr "" + +#: keystone/contrib/endpoint_filter/routers.py:29 +msgid "" +"Remove endpoint_filter_extension from the paste pipeline, the endpoint " +"filter extension is now always available. Update the [pipeline:api_v3] " +"section in keystone-paste.ini accordingly as it will be removed in the O " +"release." +msgstr "" + +#: keystone/contrib/federation/routers.py:27 +msgid "" +"Remove federation_extension from the paste pipeline, the federation " +"extension is now always available. Update the [pipeline:api_v3] section in " +"keystone-paste.ini accordingly, as it will be removed in the O release." +msgstr "" + +#: keystone/contrib/oauth1/routers.py:29 +msgid "" +"Remove oauth1_extension from the paste pipeline, the oauth1 extension is now " +"always available. Update the [pipeline:api_v3] section in keystone-paste.ini " +"accordingly, as it will be removed in the O release." +msgstr "" + +#: keystone/contrib/revoke/routers.py:27 +msgid "" +"Remove revoke_extension from the paste pipeline, the revoke extension is now " +"always available. Update the [pipeline:api_v3] section in keystone-paste.ini " +"accordingly, as it will be removed in the O release." +msgstr "" + +#: keystone/contrib/s3/core.py:82 +msgid "Credential signature mismatch" +msgstr "" + +#: keystone/contrib/simple_cert/routers.py:27 +msgid "" +"Remove simple_cert from the paste pipeline, the PKI and PKIz token providers " +"are now deprecated and simple_cert was only used insupport of these token " +"providers. Update the [pipeline:api_v3] section in keystone-paste.ini " +"accordingly, as it will be removed in the O release." +msgstr "" + +#: keystone/contrib/user_crud/core.py:28 +msgid "" +"Remove user_crud_extension from the paste pipeline, the user_crud extension " +"is now always available. Updatethe [pipeline:public_api] section in keystone-" +"paste.ini accordingly, as it will be removed in the O release." +msgstr "" + +#: keystone/endpoint_policy/core.py:264 +#, python-format +msgid "No policy is associated with endpoint %(endpoint_id)s." +msgstr "" + +#: keystone/federation/controllers.py:269 +msgid "Request must have an origin query parameter" +msgstr "" + +#: keystone/federation/controllers.py:278 +#, python-format +msgid "%(host)s is not a trusted dashboard host" +msgstr "" + +#: keystone/federation/controllers.py:309 +msgid "Missing entity ID from environment" +msgstr "" + +#: keystone/federation/controllers.py:357 +msgid "Use a project scoped token when attempting to create a SAML assertion" +msgstr "" + +#: keystone/federation/idp.py:486 +#, python-format +msgid "Cannot open certificate %(cert_file)s. Reason: %(reason)s" +msgstr "" + +#: keystone/federation/idp.py:552 +msgid "Ensure configuration option idp_entity_id is set." +msgstr "" + +#: keystone/federation/idp.py:555 +msgid "Ensure configuration option idp_sso_endpoint is set." +msgstr "" + +#: keystone/federation/idp.py:574 +msgid "" +"idp_contact_type must be one of: [technical, other, support, administrative " +"or billing." +msgstr "" + +#: keystone/federation/utils.py:234 +msgid "Federation token is expired" +msgstr "" + +#: keystone/federation/utils.py:286 +msgid "Could not find Identity Provider identifier in environment" +msgstr "" + +#: keystone/federation/utils.py:290 +msgid "" +"Incoming identity provider identifier not included among the accepted " +"identifiers." +msgstr "" + +#: keystone/federation/utils.py:585 +#, python-format +msgid "User type %s not supported" +msgstr "" + +#: keystone/federation/utils.py:605 +msgid "" +"Could not map any federated user properties to identity values. Check debug " +"logs or the mapping used for additional details." +msgstr "" + +#: keystone/federation/utils.py:629 +#, python-format +msgid "" +"Invalid rule: %(identity_value)s. Both 'groups' and 'domain' keywords must " +"be specified." +msgstr "" + +#: keystone/federation/utils.py:854 +#, python-format +msgid "Identity Provider %(idp)s is disabled" +msgstr "" + +#: keystone/federation/utils.py:862 +#, python-format +msgid "Service Provider %(sp)s is disabled" +msgstr "" + +#: keystone/federation/backends/sql.py:182 +#, python-format +msgid "Duplicate remote ID: %s" +msgstr "" + +#: keystone/federation/backends/sql.py:184 +#, python-format +msgid "Duplicate entry: %s" +msgstr "" + +#: keystone/identity/core.py:265 +#, python-format +msgid "Config API entity at /domains/%s/config" +msgstr "" + +#: keystone/identity/core.py:271 +#, python-format +msgid "" +"Exceeded attempts to register domain %(domain)s to use the SQL driver, the " +"last domain that appears to have had it is %(last_domain)s, giving up" +msgstr "" + +#: keystone/identity/core.py:450 keystone/identity/backends/ldap.py:62 +#: keystone/identity/backends/ldap.py:64 keystone/identity/backends/ldap.py:70 +#: keystone/identity/backends/ldap.py:72 keystone/identity/backends/sql.py:210 +#: keystone/identity/backends/sql.py:212 +msgid "Invalid user / password" +msgstr "" + +#: keystone/identity/core.py:928 keystone/resource/core.py:375 +msgid "" +"update of domain_id is deprecated as of Mitaka and will be removed in O." +msgstr "" + +#: keystone/identity/core.py:947 +msgid "Cannot change user ID" +msgstr "" + +#: keystone/identity/backends/ldap.py:35 +#, python-format +msgid "" +"%s for the LDAP identity backend has been deprecated in the Mitaka release " +"in favor of read-only identity LDAP access. It will be removed in the \"O\" " +"release." +msgstr "" + +#: keystone/identity/backends/ldap.py:106 +msgid "Cannot change user name" +msgstr "" + +#: keystone/identity/backends/ldap.py:214 keystone/identity/backends/sql.py:292 +#: keystone/identity/backends/sql.py:310 +#, python-format +msgid "User '%(user_id)s' not found in group '%(group_id)s'" +msgstr "" + +#: keystone/models/token_model.py:62 +msgid "Found invalid token: scoped to both project and domain." +msgstr "" + +#: keystone/oauth1/controllers.py:126 +msgid "Cannot list request tokens with a token issued via delegation." +msgstr "" + +#: keystone/oauth1/controllers.py:243 +msgid "Invalid signature" +msgstr "" + +#: keystone/oauth1/controllers.py:361 +msgid "Cannot authorize a request token with a token issued via delegation." +msgstr "" + +#: keystone/resource/controllers.py:94 +msgid "The creation of projects acting as domains is not allowed in v2." +msgstr "" + +#: keystone/resource/controllers.py:284 +msgid "" +"Cannot use parents_as_list and parents_as_ids query params at the same time." +msgstr "" + +#: keystone/resource/controllers.py:290 +msgid "" +"Cannot use subtree_as_list and subtree_as_ids query params at the same time." +msgstr "" + +#: keystone/resource/core.py:106 +#, python-format +msgid "Max hierarchy depth reached for %s branch." +msgstr "" + +#: keystone/resource/core.py:123 +msgid "Multiple domains are not supported" +msgstr "" + +#: keystone/resource/core.py:129 +msgid "only root projects are allowed to act as domains." +msgstr "" + +#: keystone/resource/core.py:152 +#, python-format +msgid "" +"Cannot create project, since its parent (%(domain_id)s) is acting as a " +"domain, but project's specified parent_id (%(parent_id)s) does not match " +"this domain_id." +msgstr "" + +#: keystone/resource/core.py:163 +#, python-format +msgid "" +"Cannot create project, since it specifies its owner as domain %(domain_id)s, " +"but specifies a parent in a different domain (%(parent_domain_id)s)." +msgstr "" + +#: keystone/resource/core.py:183 +#, python-format +msgid "cannot create a project in a branch containing a disabled project: %s" +msgstr "" + +#: keystone/resource/core.py:191 +#, python-format +msgid "" +"%(entity)s name cannot contain the following reserved characters: %(chars)s" +msgstr "" + +#: keystone/resource/core.py:201 +#, python-format +msgid "" +"it is not permitted to have two projects acting as domains with the same " +"name: %s" +msgstr "" + +#: keystone/resource/core.py:205 +#, python-format +msgid "" +"it is not permitted to have two projects within a domain with the same " +"name : %s" +msgstr "" + +#: keystone/resource/core.py:279 +#, python-format +msgid "Domain cannot be named %s" +msgstr "" + +#: keystone/resource/core.py:282 +#, python-format +msgid "Domain cannot have ID %s" +msgstr "" + +#: keystone/resource/core.py:304 +#, python-format +msgid "Cannot enable project %s since it has disabled parents" +msgstr "" + +#: keystone/resource/core.py:340 +msgid "Update of `parent_id` is not allowed." +msgstr "" + +#: keystone/resource/core.py:345 +msgid "Update of `is_domain` is not allowed." +msgstr "" + +#: keystone/resource/core.py:359 +msgid "Update of domain_id of projects acting as domains is not allowed." +msgstr "" + +#: keystone/resource/core.py:366 +msgid "Update of domain_id is only allowed for root projects." +msgstr "" + +#: keystone/resource/core.py:371 +msgid "Cannot update domain_id of a project that has children." +msgstr "" + +#: keystone/resource/core.py:396 +#, python-format +msgid "" +"Cannot disable project %(project_id)s since its subtree contains enabled " +"projects." +msgstr "" + +#: keystone/resource/core.py:443 +msgid "Cascade update is only allowed for enabled attribute." +msgstr "" + +#: keystone/resource/core.py:507 +#, python-format +msgid "" +"cannot delete an enabled project acting as a domain. Please disable the " +"project %s first." +msgstr "" + +#: keystone/resource/core.py:513 +#, python-format +msgid "" +"Cannot delete the project %s since it is not a leaf in the hierarchy. Use " +"the cascade option if you want to delete a whole subtree." +msgstr "" + +#: keystone/resource/core.py:526 +#, python-format +msgid "" +"Cannot delete project %(project_id)s since its subtree contains enabled " +"projects." +msgstr "" + +#: keystone/resource/core.py:554 +msgid "Project field is required and cannot be empty." +msgstr "" + +#: keystone/resource/core.py:795 +msgid "Cannot delete a domain that is enabled, please disable it first." +msgstr "" + +#: keystone/resource/core.py:1576 +#, python-format +msgid "" +"The value of group %(group)s specified in the config should be a dictionary " +"of options" +msgstr "" + +#: keystone/resource/core.py:1600 +#, python-format +msgid "" +"Option %(option)s found with no group specified while checking domain " +"configuration request" +msgstr "" + +#: keystone/resource/core.py:1607 +#, python-format +msgid "Group %(group)s is not supported for domain specific configurations" +msgstr "" + +#: keystone/resource/core.py:1614 +#, python-format +msgid "" +"Option %(option)s in group %(group)s is not supported for domain specific " +"configurations" +msgstr "" + +#: keystone/resource/core.py:1666 +msgid "An unexpected error occurred when retrieving domain configs" +msgstr "" + +#: keystone/resource/core.py:1745 keystone/resource/core.py:1828 +#: keystone/resource/core.py:1898 keystone/resource/config_backends/sql.py:76 +#, python-format +msgid "option %(option)s in group %(group)s" +msgstr "" + +#: keystone/resource/core.py:1748 keystone/resource/core.py:1833 +#: keystone/resource/core.py:1894 +#, python-format +msgid "group %(group)s" +msgstr "" + +#: keystone/resource/core.py:1750 +msgid "any options" +msgstr "" + +#: keystone/resource/core.py:1793 +#, python-format +msgid "" +"Trying to update option %(option)s in group %(group)s, so that, and only " +"that, option must be specified in the config" +msgstr "" + +#: keystone/resource/core.py:1798 +#, python-format +msgid "" +"Trying to update group %(group)s, so that, and only that, group must be " +"specified in the config" +msgstr "" + +#: keystone/resource/core.py:1807 +#, python-format +msgid "" +"request to update group %(group)s, but config provided contains group " +"%(group_other)s instead" +msgstr "" + +#: keystone/resource/core.py:1814 +#, python-format +msgid "" +"Trying to update option %(option)s in group %(group)s, but config provided " +"contains option %(option_other)s instead" +msgstr "" + +#: keystone/resource/core.py:2006 +#, python-format +msgid "Group %s not found in config" +msgstr "" + +#: keystone/resource/core.py:2016 +#, python-format +msgid "" +"Reading the default for option %(option)s in group %(group)s is not supported" +msgstr "" + +#: keystone/revoke/controllers.py:33 +#, python-format +msgid "invalid date format %s" +msgstr "" + +#: keystone/revoke/core.py:156 +msgid "" +"The revoke call must not have both domain_id and project_id. This is a bug " +"in the Keystone server. The current request is aborted." +msgstr "" + +#: keystone/server/eventlet.py:77 +msgid "" +"Running keystone via eventlet is deprecated as of Kilo in favor of running " +"in a WSGI server (e.g. mod_wsgi). Support for keystone under eventlet will " +"be removed in the \"M\"-Release." +msgstr "" + +#: keystone/server/eventlet.py:90 +#, python-format +msgid "Failed to start the %(name)s server" +msgstr "" + +#: keystone/token/controllers.py:372 +msgid "Tenant name cannot contain reserved characters." +msgstr "" + +#: keystone/token/controllers.py:392 +#, python-format +msgid "Project ID not found: %(t_id)s" +msgstr "" + +#: keystone/token/provider.py:269 keystone/token/provider.py:293 +msgid "No token in the request" +msgstr "" + +#: keystone/token/persistence/backends/kvs.py:132 +#, python-format +msgid "Unknown token version %s" +msgstr "" + +#: keystone/token/providers/common.py:496 +#, python-format +msgid "Invalid audit info data type: %(data)s (%(type)s)" +msgstr "" + +#: keystone/token/providers/common.py:560 +#: keystone/token/providers/common.py:587 +msgid "The configured token provider does not support bind authentication." +msgstr "" + +#: keystone/token/providers/common.py:665 +msgid "" +"Attempting to use OS-FEDERATION token with V2 Identity Service, use V3 " +"Authentication" +msgstr "" + +#: keystone/token/providers/fernet/token_formatters.py:102 +#, python-format +msgid "This is not a recognized Fernet token %s" +msgstr "" + +#: keystone/token/providers/fernet/token_formatters.py:198 +#, python-format +msgid "This is not a recognized Fernet payload version: %s" +msgstr "" + +#: keystone/trust/controllers.py:107 +#, python-format +msgid "role %s is not defined" +msgstr "" + +#: keystone/trust/controllers.py:131 +msgid "Redelegation allowed for delegated by trust only" +msgstr "" + +#: keystone/trust/controllers.py:164 +msgid "The authenticated user should match the trustor." +msgstr "" + +#: keystone/trust/controllers.py:169 +msgid "At least one role should be specified." +msgstr "" + +#: keystone/trust/core.py:58 +#, python-format +msgid "" +"Remaining redelegation depth of %(redelegation_depth)d out of allowed range " +"of [0..%(max_count)d]" +msgstr "" + +#: keystone/trust/core.py:67 +#, python-format +msgid "" +"Field \"remaining_uses\" is set to %(value)s while it must not be set in " +"order to redelegate a trust" +msgstr "" + +#: keystone/trust/core.py:78 +msgid "Requested expiration time is more than redelegated trust can provide" +msgstr "" + +#: keystone/trust/core.py:88 +msgid "Some of requested roles are not in redelegated trust" +msgstr "" + +#: keystone/trust/core.py:112 +msgid "One of the trust agents is disabled or deleted" +msgstr "" + +#: keystone/trust/core.py:131 +msgid "remaining_uses must be a positive integer or null." +msgstr "" + +#: keystone/trust/core.py:137 +#, python-format +msgid "" +"Requested redelegation depth of %(requested_count)d is greater than allowed " +"%(max_count)d" +msgstr "" + +#: keystone/trust/core.py:144 +msgid "remaining_uses must not be set if redelegation is allowed" +msgstr "" + +#: keystone/trust/core.py:154 +msgid "" +"Modifying \"redelegation_count\" upon redelegation is forbidden. Omitting " +"this parameter is advised." +msgstr "" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/language-selector.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/language-selector.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/language-selector.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/language-selector.po 2016-10-10 10:34:05.000000000 +0000 @@ -0,0 +1,48 @@ +# English (Australia) translation for language-selector +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the language-selector package. +# FIRST AUTHOR , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: language-selector\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-07-28 19:35+0000\n" +"PO-Revision-Date: 2014-05-29 06:37+0000\n" +"Last-Translator: Jared Norris \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Launchpad-Export-Date: 2016-10-09 11:13+0000\n" +"X-Generator: Launchpad (build 18227)\n" +"Language: \n" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:509 +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:718 +msgid "Software database is broken" +msgstr "The Software database is broken" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:510 +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:719 +msgid "" +"It is impossible to install or remove any software. Please use the package " +"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix " +"this issue at first." +msgstr "" +"It is impossible to install or remove any software. Please use the package " +"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix " +"this issue first." + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:613 +msgid "Failed to authorize to install packages." +msgstr "Failed to authorise to install packages." + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:671 +msgid "The language support is not installed completely" +msgstr "Language support is not installed completely" + +#: ../check-language-support:28 +msgid "check for the given package(s) only -- separate packagenames by comma" +msgstr "check for the given package(s) only -- separate package names by comma" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/ld.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/ld.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/ld.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/ld.po 2016-10-10 10:34:06.000000000 +0000 @@ -0,0 +1,55 @@ +# English (Australia) translation for binutils +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the binutils package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: binutils\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-02-10 09:42+1030\n" +"PO-Revision-Date: 2014-08-03 09:41+0000\n" +"Last-Translator: Jared Norris \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 10:38+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: emultempl/pe.em:495 +#, c-format +msgid "" +" --dynamicbase\t\t\t Image base address may be relocated using\n" +"\t\t\t\t address space layout randomization (ASLR)\n" +msgstr "" +" --dynamicbase\t\t\t Image base address may be relocated using\n" +"\t\t\t\t address space layout randomisation (ASLR)\n" + +#: ldlang.c:2770 +msgid "%B: file not recognized: %E\n" +msgstr "%B: file not recognised: %E\n" + +#: ldlang.c:2778 +msgid "%F%B: file not recognized: %E\n" +msgstr "%F%B: file not recognised: %E\n" + +#: lexsup.c:166 +msgid "Optimize output file" +msgstr "Optimise output file" + +#: lexsup.c:403 +msgid "Reduce code size by using target specific optimizations" +msgstr "Reduce code size by using target specific optimisations" + +#: lexsup.c:702 +msgid "%P: unrecognized option '%s'\n" +msgstr "%P: unrecognised option '%s'\n" + +#: lexsup.c:725 +msgid "%P%F: unrecognized -a option `%s'\n" +msgstr "%P%F: unrecognised -a option `%s'\n" + +#: lexsup.c:738 +msgid "%P%F: unrecognized -assert option `%s'\n" +msgstr "%P%F: unrecognised -assert option `%s'\n" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/libidn.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/libidn.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/libidn.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/libidn.po 2016-10-10 10:34:08.000000000 +0000 @@ -0,0 +1,69 @@ +# English (Australia) translation for libidn +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the libidn package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: libidn\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" +"PO-Revision-Date: 2016-04-17 10:29+0000\n" +"Last-Translator: Joel Pickett \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 10:54+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: lib/strerror-pr29.c:70 +msgid "String not idempotent under Unicode NFKC normalization" +msgstr "String not idempotent under Unicode NFKC normalisation" + +#: lib/strerror-stringprep.c:130 +msgid "Unicode normalization failed (internal error)" +msgstr "Unicode normalisation failed (internal error)" + +#: src/idn.c:72 +msgid "" +"Internationalized Domain Name (IDN) convert STRINGS, or standard input.\n" +"\n" +msgstr "" +"Internationalised Domain Name (IDN) convert STRINGS, or standard input.\n" +"\n" + +#: src/idn.c:76 +msgid "" +"Command line interface to the internationalized domain name library.\n" +"\n" +"All strings are expected to be encoded in the preferred charset used\n" +"by your locale. Use `--debug' to find out what this charset is. You\n" +"can override the charset used by setting environment variable CHARSET.\n" +"\n" +"To process a string that starts with `-', for example `-foo', use `--'\n" +"to signal the end of parameters, as in `idn --quiet -a -- -foo'.\n" +"\n" +"Mandatory arguments to long options are mandatory for short options too.\n" +msgstr "" +"Command line interface to the internationalised domain name library.\n" +"\n" +"All strings are expected to be encoded in the preferred charset used\n" +"by your locale. Use `--debug' to find out what this charset is. You\n" +"can override the charset used by setting environment variable CHARSET.\n" +"\n" +"To process a string that starts with `-', for example `-foo', use `--'\n" +"to signal the end of parameters, as in `idn --quiet -a -- -foo'.\n" +"\n" +"Mandatory arguments to long options are mandatory for short options too.\n" + +#: src/idn.c:107 +msgid "" +" -n, --nfkc Normalize string according to Unicode v3.2 NFKC\n" +msgstr "" +" -n, --nfkc Normalise string according to Unicode v3.2 NFKC\n" + +#: src/idn.c:540 +#, c-format +msgid "could not do NFKC normalization" +msgstr "could not do NFKC normalisation" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/libvirt.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/libvirt.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/libvirt.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/libvirt.po 2016-10-10 10:34:08.000000000 +0000 @@ -0,0 +1,20947 @@ +# English (Australia) translation for libvirt +# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 +# This file is distributed under the same license as the libvirt package. +# FIRST AUTHOR , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: libvirt\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2016-01-17 10:28+0800\n" +"PO-Revision-Date: 2014-09-21 13:37+0000\n" +"Last-Translator: Anthony Harrington \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 11:28+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: daemon/admin.c:68 daemon/remote.c:1503 src/locking/lock_daemon.c:748 +#: src/logging/log_daemon.c:608 +msgid "unable to init mutex" +msgstr "" + +#: daemon/libvirtd.c:235 +#, c-format +msgid "%s: error: unable to determine if daemon is running: %s\n" +msgstr "" + +#: daemon/libvirtd.c:480 +#, c-format +msgid "Too many (%u) FDs passed from caller" +msgstr "" + +#: daemon/libvirtd.c:626 +msgid "This libvirtd build does not support TLS" +msgstr "" + +#: daemon/libvirtd.c:962 +msgid "Driver state initialization failed" +msgstr "Driver state initialisation failed" + +#: daemon/libvirtd.c:1065 +#, c-format +msgid "Unable to migrate %s to %s" +msgstr "" + +#: daemon/libvirtd.c:1120 +#, c-format +msgid "" +"\n" +"Usage:\n" +" %s [options]\n" +"\n" +"Options:\n" +" -h | --help Display program help:\n" +" -v | --verbose Verbose messages.\n" +" -d | --daemon Run as a daemon & write PID file.\n" +" -l | --listen Listen for TCP/IP connections.\n" +" -t | --timeout Exit after timeout period.\n" +" -f | --config Configuration file.\n" +" -V | --version Display version information.\n" +" -p | --pid-file Change name of PID file.\n" +"\n" +"libvirt management daemon:\n" +msgstr "" + +#: daemon/libvirtd.c:1139 +#, c-format +msgid "" +"\n" +" Default paths:\n" +"\n" +" Configuration file (unless overridden by -f):\n" +" %s\n" +"\n" +" Sockets:\n" +" %s\n" +" %s\n" +"\n" +" TLS:\n" +" CA certificate: %s\n" +" Server certificate: %s\n" +" Server private key: %s\n" +"\n" +" PID file (unless overridden by -p):\n" +" %s/run/libvirtd.pid\n" +"\n" +msgstr "" + +#: daemon/libvirtd.c:1166 +msgid "" +"\n" +" Default paths:\n" +"\n" +" Configuration file (unless overridden by -f):\n" +" $XDG_CONFIG_HOME/libvirt/libvirtd.conf\n" +"\n" +" Sockets:\n" +" $XDG_RUNTIME_DIR/libvirt/libvirt-sock\n" +"\n" +" TLS:\n" +" CA certificate: $HOME/.pki/libvirt/cacert.pem\n" +" Server certificate: $HOME/.pki/libvirt/servercert.pem\n" +" Server private key: $HOME/.pki/libvirt/serverkey.pem\n" +"\n" +" PID file:\n" +" $XDG_RUNTIME_DIR/libvirt/libvirtd.pid\n" +"\n" +msgstr "" + +#: daemon/libvirtd.c:1222 src/locking/lock_daemon.c:1185 +#: src/logging/log_daemon.c:950 src/lxc/lxc_controller.c:2518 +#: src/network/leaseshelper.c:121 src/security/virt-aa-helper.c:1272 +#: src/util/iohelper.c:234 +#, c-format +msgid "%s: initialization failed\n" +msgstr "%s: initialisation failed\n" + +#: daemon/libvirtd.c:1319 src/locking/lock_daemon.c:1267 +#: src/logging/log_daemon.c:1032 +#, c-format +msgid "Can't load config file: %s: %s" +msgstr "" + +#: daemon/libvirtd.c:1281 src/locking/lock_daemon.c:1271 +#: src/logging/log_daemon.c:1029 +#, c-format +msgid "Can't load config file: %s" +msgstr "" + +#: daemon/libvirtd.c:1326 +msgid "Exiting due to failure to migrate profile" +msgstr "" + +#: daemon/libvirtd.c:1336 src/locking/lock_daemon.c:1273 +#: src/logging/log_daemon.c:1038 +msgid "Can't initialize logging" +msgstr "Can't initialise logging" + +#: daemon/libvirtd.c:1341 +msgid "Can't initialize access manager" +msgstr "" + +#: daemon/remote_dispatch.h:1302 src/remote/remote_driver.c:1633 +#: src/remote/remote_driver.c:1647 +#, c-format +msgid "Too many domains '%d' for limit '%d'" +msgstr "" + +#: daemon/remote.c:2020 +msgid "failed to copy security label" +msgstr "" + +#: daemon/remote.c:2338 src/remote/remote_driver.c:2217 +#, c-format +msgid "Too many IOThreads in info: %d for limit %d" +msgstr "" + +#: daemon/remote.c:4072 +#, c-format +msgid "domain event callback %d not registered" +msgstr "" + +#: daemon/remote.c:4602 +msgid "ncpus too large" +msgstr "" + +#: daemon/remote.c:4673 +msgid "maxerrors too large" +msgstr "" + +#: daemon/remote.c:4614 daemon/remote.c:4681 src/remote/remote_driver.c:6739 +#: src/remote/remote_driver.c:6805 +#, c-format +msgid "Too many domain snapshots '%d' for limit '%d'" +msgstr "" + +#: daemon/remote.c:4741 src/remote/remote_driver.c:3677 +#, c-format +msgid "Too many storage pools '%d' for limit '%d'" +msgstr "" + +#: daemon/remote.c:4803 src/remote/remote_driver.c:3743 +#, c-format +msgid "Too many storage volumes '%d' for limit '%d'" +msgstr "" + +#: daemon/remote_dispatch.h:1470 +#, c-format +msgid "Too many networks '%d' for limit '%d'" +msgstr "" + +#: daemon/remote_dispatch.h:1386 +#, c-format +msgid "Too many interfaces '%d' for limit '%d'" +msgstr "" + +#: daemon/remote.c:4978 src/remote/remote_driver.c:3447 +#, c-format +msgid "Too many node devices '%d' for limit '%d'" +msgstr "" + +#: daemon/remote.c:5036 src/remote/remote_driver.c:3512 +#, c-format +msgid "Too many network filters '%d' for limit '%d'" +msgstr "" + +#: daemon/remote_dispatch.h:1722 +#, c-format +msgid "Too many secrets '%d' for limit '%d'" +msgstr "" + +#: daemon/remote.c:4892 +#, c-format +msgid "Too many job stats '%d' for limit '%d'" +msgstr "" + +#: daemon/remote.c:4938 daemon/remote.c:4994 daemon/remote.c:5055 +#: daemon/remote.c:5125 daemon/remote.c:5185 daemon/remote.c:5242 +#: src/remote/remote_driver.c:6518 src/remote/remote_driver.c:6586 +#: src/remote/remote_driver.c:6670 src/remote/remote_driver.c:6758 +#: src/remote/remote_driver.c:6832 src/remote/remote_driver.c:6906 +#, c-format +msgid "Too many migration parameters '%d' for limit '%d'" +msgstr "" + +#: daemon/remote.c:5298 +#, c-format +msgid "Too many CPU models '%d' for limit '%d'" +msgstr "" + +#: daemon/remote.c:5451 +#, c-format +msgid "unsupported network event ID %d" +msgstr "" + +#: daemon/remote.c:5524 +#, c-format +msgid "network event callback %d not registered" +msgstr "" + +#: daemon/remote.c:5763 +#, c-format +msgid "qemu monitor event callback %d not registered" +msgstr "" + +#: daemon/remote.c:5842 +msgid "the result won't fit into REMOTE_NODE_MAX_CELLS" +msgstr "" + +#: daemon/remote.c:5966 src/remote/remote_driver.c:7170 +#, c-format +msgid "Number of leases is %d, which exceeds max limit: %d" +msgstr "" + +#: daemon/remote.c:6047 +#, c-format +msgid "Number of domain stats records is %d, which exceeds max limit: %d" +msgstr "" + +#: daemon/remote.c:6156 src/remote/remote_driver.c:7373 +#, c-format +msgid "Too many mountpoints in fsinfo: %d for limit %d" +msgstr "" + +#: daemon/remote.c:6181 +#, c-format +msgid "Too many disks in fsinfo: %zd for limit %d" +msgstr "" + +#: daemon/remote.c:6248 daemon/remote.c:6272 src/remote/remote_driver.c:7470 +#: src/remote/remote_driver.c:7497 +#, c-format +msgid "Number of interfaces, %d exceeds the max limit: %d" +msgstr "" + +#: daemon/remote_dispatch.h:1882 +msgid "maxnames > REMOTE_DOMAIN_LIST_MAX" +msgstr "" + +#: daemon/remote_dispatch.h:1949 daemon/remote_dispatch.h:2217 +msgid "maxnames > REMOTE_INTERFACE_LIST_MAX" +msgstr "" + +#: daemon/remote_dispatch.h:2016 daemon/remote_dispatch.h:2284 +msgid "maxnames > REMOTE_NETWORK_LIST_MAX" +msgstr "" + +#: daemon/remote_dispatch.h:2083 daemon/remote_dispatch.h:2485 +msgid "maxnames > REMOTE_STORAGE_POOL_LIST_MAX" +msgstr "" + +#: daemon/remote_dispatch.h:2150 +msgid "maxids > REMOTE_DOMAIN_LIST_MAX" +msgstr "" + +#: daemon/remote_dispatch.h:2351 +msgid "maxnames > REMOTE_NWFILTER_LIST_MAX" +msgstr "" + +#: daemon/remote_dispatch.h:2418 +msgid "maxuuids > REMOTE_SECRET_LIST_MAX" +msgstr "" + +#: daemon/remote_dispatch.h:11381 daemon/remote_dispatch.h:11457 +msgid "maxnames > REMOTE_DOMAIN_SNAPSHOT_LIST_MAX" +msgstr "" + +#: daemon/remote_dispatch.h:14417 +msgid "maxnames > REMOTE_NODE_DEVICE_LIST_MAX" +msgstr "" + +#: daemon/remote_dispatch.h:16036 +msgid "maxnames > REMOTE_STORAGE_VOL_LIST_MAX" +msgstr "" + +#: gnulib/lib/gai_strerror.c:71 +msgid "Request canceled" +msgstr "Request cancelled" + +#: gnulib/lib/gai_strerror.c:72 +msgid "Request not canceled" +msgstr "Request not cancelled" + +#: gnulib/lib/regcomp.c:135 +msgid "Success" +msgstr "" + +#: gnulib/lib/regcomp.c:138 +msgid "No match" +msgstr "" + +#: gnulib/lib/regcomp.c:141 +msgid "Invalid regular expression" +msgstr "" + +#: gnulib/lib/regcomp.c:144 +msgid "Invalid collation character" +msgstr "" + +#: gnulib/lib/regcomp.c:147 +msgid "Invalid character class name" +msgstr "" + +#: gnulib/lib/regcomp.c:150 +msgid "Trailing backslash" +msgstr "" + +#: gnulib/lib/regcomp.c:153 +msgid "Invalid back reference" +msgstr "" + +#: gnulib/lib/regcomp.c:156 +msgid "Unmatched [ or [^" +msgstr "" + +#: gnulib/lib/regcomp.c:159 +msgid "Unmatched ( or \\(" +msgstr "" + +#: gnulib/lib/regcomp.c:162 +msgid "Unmatched \\{" +msgstr "" + +#: gnulib/lib/regcomp.c:165 +msgid "Invalid content of \\{\\}" +msgstr "" + +#: gnulib/lib/regcomp.c:168 +msgid "Invalid range end" +msgstr "" + +#: gnulib/lib/regcomp.c:171 +msgid "Memory exhausted" +msgstr "" + +#: gnulib/lib/regcomp.c:174 +msgid "Invalid preceding regular expression" +msgstr "" + +#: gnulib/lib/regcomp.c:177 +msgid "Premature end of regular expression" +msgstr "" + +#: gnulib/lib/regcomp.c:180 +msgid "Regular expression too big" +msgstr "" + +#: gnulib/lib/regcomp.c:183 +msgid "Unmatched ) or \\)" +msgstr "" + +#: gnulib/lib/regcomp.c:687 +msgid "No previous regular expression" +msgstr "" + +#: src/access/viraccessdriverpolkit.c:86 +#, c-format +msgid "Policy kit denied action %s from " +msgstr "" + +#: src/access/viraccessdriverpolkit.c:93 +msgid "No UNIX process ID available" +msgstr "" + +#: src/access/viraccessdriverpolkit.c:98 +msgid "No UNIX process start time available" +msgstr "" + +#: src/access/viraccessdriverpolkit.c:103 +msgid "No UNIX caller UID available" +msgstr "" + +#: src/access/viraccessmanager.c:142 +#, c-format +msgid "Cannot find security driver '%s'" +msgstr "" + +#: src/bhyve/bhyve_command.c:135 src/bhyve/bhyve_command.c:510 +msgid "only nmdm console types are supported" +msgstr "" + +#: src/bhyve/bhyve_command.c:142 +msgid "only two serial ports are supported" +msgstr "" + +#: src/bhyve/bhyve_command.c:173 src/bhyve/bhyve_command.c:182 +#: src/bhyve/bhyve_command.c:391 +msgid "unsupported disk device" +msgstr "" + +#: src/bhyve/bhyve_command.c:188 +msgid "unsupported disk bus type" +msgstr "" + +#: src/bhyve/bhyve_command.c:195 src/bhyve/bhyve_command.c:398 +msgid "unsupported disk type" +msgstr "" + +#: src/bhyve/bhyve_command.c:204 +msgid "cdrom device without source path not supported" +msgstr "" + +#: src/bhyve/bhyve_command.c:257 +msgid "Installed bhyve binary does not support UTC clock" +msgstr "" + +#: src/bhyve/bhyve_command.c:369 +#, c-format +msgid "Custom loader requires explicit %s configuration" +msgstr "" + +#: src/bhyve/bhyve_command.c:533 +msgid "domain should have at least one disk defined" +msgstr "" + +#: src/bhyve/bhyve_device.c:50 +msgid "PCI bus 0 slot 1 is reserved for the implicit LPC PCI-ISA bridge" +msgstr "" + +#: src/bhyve/bhyve_driver.c:151 +msgid "Unable to get Capabilities" +msgstr "" + +#: src/bhyve/bhyve_driver.c:174 src/conf/virdomainobjlist.c:977 +#: src/libxl/libxl_driver.c:319 src/lxc/lxc_driver.c:148 +#: src/qemu/qemu_driver.c:219 src/test/test_driver.c:524 src/vz/vz_driver.c:727 +#: src/vz/vz_sdk.c:2344 src/vz/vz_utils.c:83 src/vz/vz_utils.c:113 +#, c-format +msgid "no domain with matching uuid '%s' (%s)" +msgstr "" + +#: src/bhyve/bhyve_driver.c:205 +#, c-format +msgid "Unexpected bhyve URI path '%s', try bhyve:///system" +msgstr "" + +#: src/bhyve/bhyve_driver.c:212 +msgid "bhyve state driver is not active" +msgstr "" + +#: src/bhyve/bhyve_driver.c:720 +#, c-format +msgid "Unsupported config type %s" +msgstr "" + +#: src/bhyve/bhyve_driver.c:847 +#, c-format +msgid "No domain with matching ID '%d'" +msgstr "" + +#: src/bhyve/bhyve_driver.c:1077 +msgid "no console devices available" +msgstr "" + +#: src/bhyve/bhyve_monitor.c:67 src/bhyve/bhyve_monitor.c:75 +msgid "Unable to query kqueue" +msgstr "" + +#: src/bhyve/bhyve_monitor.c:82 +#, c-format +msgid "event from unexpected proc %ju!=%ju" +msgstr "" + +#: src/bhyve/bhyve_monitor.c:90 +#, c-format +msgid "Guest %s got signal %d and crashed" +msgstr "" + +#: src/bhyve/bhyve_monitor.c:145 +msgid "Unable to create kqueue" +msgstr "" + +#: src/bhyve/bhyve_monitor.c:153 +msgid "Unable to register process kevent" +msgstr "" + +#: src/bhyve/bhyve_process.c:141 +msgid "Failed to build pidfile path" +msgstr "" + +#: src/bhyve/bhyve_process.c:148 +#, c-format +msgid "Cannot remove state PID file %s" +msgstr "" + +#: src/bhyve/bhyve_process.c:185 +#, c-format +msgid "Cannot write device.map '%s'" +msgstr "" + +#: src/bhyve/bhyve_process.c:276 src/bhyve/bhyve_process.c:316 +#, c-format +msgid "Invalid PID %d for VM" +msgstr "" + +#: src/bhyve/bhyve_process.c:346 src/bhyve/bhyve_process.c:445 +#, c-format +msgid "Unable to get kvm descriptor: %s" +msgstr "" + +#: src/bhyve/bhyve_process.c:355 +#, c-format +msgid "Unable to obtain information about pid: %d" +msgstr "" + +#: src/conf/capabilities.c:709 +msgid "any configuration" +msgstr "" + +#: src/conf/capabilities.c:716 +#, c-format +msgid "could not find capabilities for %s" +msgstr "" + +#: src/conf/capabilities.c:1100 +#, c-format +msgid "Cpu '%u' in node '%zu' is out of range of the provided bitmap" +msgstr "" + +#: src/conf/cpu_conf.c:171 +msgid "" +"'arch' element cannot be used inside 'cpu' element with 'match' attribute'" +msgstr "" + +#: src/conf/cpu_conf.c:187 +msgid "Attribute mode is only allowed for guest CPU" +msgstr "" + +#: src/conf/cpu_conf.c:194 +#, c-format +msgid "Invalid mode attribute '%s'" +msgstr "" + +#: src/conf/cpu_conf.c:238 src/conf/domain_conf.c:15781 +#, c-format +msgid "Unknown architecture %s" +msgstr "" + +#: src/conf/cpu_conf.c:258 +msgid "Invalid fallback attribute" +msgstr "" + +#: src/conf/cpu_conf.c:267 +#, c-format +msgid "vendor_id must be exactly %d characters long" +msgstr "" + +#: src/conf/cpu_conf.c:275 +msgid "vendor id is invalid" +msgstr "" + +#: src/conf/cpu_conf.c:381 src/conf/cpu_conf.c:609 +#, c-format +msgid "CPU feature '%s' specified more than once" +msgstr "" + +#: src/conf/cpu_conf.c:448 +#, c-format +msgid "Unexpected CPU mode %d" +msgstr "" + +#: src/conf/cpu_conf.c:534 +#, c-format +msgid "Unexpected CPU fallback value: %d" +msgstr "" + +#: src/conf/cpu_conf.c:671 +#, c-format +msgid "Target CPU mode %s does not match source %s" +msgstr "" + +#: src/conf/cpu_conf.c:701 +#, c-format +msgid "Target CPU vendor id %s does not match source %s" +msgstr "" + +#: src/conf/device_conf.c:41 +#, c-format +msgid "Invalid PCI address domain='0x%x', must be <= 0xFFFF" +msgstr "" + +#: src/conf/device_conf.c:49 +#, c-format +msgid "Invalid PCI address bus='0x%x', must be <= 0xFF" +msgstr "" + +#: src/conf/device_conf.c:57 +#, c-format +msgid "Invalid PCI address slot='0x%x', must be <= 0x1F" +msgstr "" + +#: src/conf/device_conf.c:65 +#, c-format +msgid "Invalid PCI address function=0x%x, must be <= 7" +msgstr "" + +#: src/conf/device_conf.c:73 +msgid "" +"Invalid PCI address 0000:00:00, at least one of domain, bus, or slot must be " +"> 0" +msgstr "" + +#: src/conf/device_conf.c:188 +#, c-format +msgid "unknown link state: %s" +msgstr "" + +#: src/conf/device_conf.c:198 +#, c-format +msgid "Unable to parse link speed: %s" +msgstr "" + +#: src/conf/domain_addr.c:124 +#, c-format +msgid "" +"PCI bus is not compatible with the device at %s. Device requires a standard " +"PCI slot, which is not provided by bus %.4x:%.2x" +msgstr "" + +#: src/conf/domain_addr.c:130 +#, c-format +msgid "" +"PCI bus is not compatible with the device at %s. Device requires a PCI " +"Express slot, which is not provided by bus %.4x:%.2x" +msgstr "" + +#: src/conf/domain_addr.c:139 +#, c-format +msgid "The device information for %s has no PCI connection types listed" +msgstr "" + +#: src/conf/domain_addr.c:149 +#, c-format +msgid "" +"PCI bus is not compatible with the device at %s. Device requires hot-plug " +"capability, which is not provided by bus %.4x:%.2x" +msgstr "" + +#: src/conf/domain_addr.c:176 src/conf/domain_addr.c:576 +msgid "No PCI buses available" +msgstr "" + +#: src/conf/domain_addr.c:181 +#, c-format +msgid "Invalid PCI address %s. Only PCI domain 0 is available" +msgstr "" + +#: src/conf/domain_addr.c:188 +#, c-format +msgid "Invalid PCI address %s. Only PCI buses up to %zu are available" +msgstr "" + +#: src/conf/domain_addr.c:206 +#, c-format +msgid "Invalid PCI address %s. slot must be >= %zu" +msgstr "" + +#: src/conf/domain_addr.c:212 +#, c-format +msgid "Invalid PCI address %s. slot must be <= %zu" +msgstr "" + +#: src/conf/domain_addr.c:218 +#, c-format +msgid "Invalid PCI address %s. function must be <= %u" +msgstr "" + +#: src/conf/domain_addr.c:297 +#, c-format +msgid "Invalid PCI controller model %d" +msgstr "" + +#: src/conf/domain_addr.c:332 +msgid "" +"Cannot automatically add a new PCI bus for a device requiring a slot other " +"than standard PCI." +msgstr "" + +#: src/conf/domain_addr.c:417 +#, c-format +msgid "" +"Attempted double use of PCI slot %s (may need \"multifunction='on'\" for " +"device on function 0)" +msgstr "" + +#: src/conf/domain_addr.c:428 +#, c-format +msgid "Attempted double use of PCI Address %s" +msgstr "" + +#: src/conf/domain_addr.c:432 +#, c-format +msgid "" +"Attempted double use of PCI Address %s (may need \"multifunction='on'\" for " +"device on function 0)" +msgstr "" + +#: src/conf/domain_addr.c:651 +msgid "No more available PCI slots" +msgstr "" + +#: src/conf/domain_addr.c:730 +#, c-format +msgid "The CCW devno '%s' is in use already " +msgstr "" + +#: src/conf/domain_addr.c:741 +msgid "There are no more free CCW devnos." +msgstr "" + +#: src/conf/domain_addr.c:877 +#, c-format +msgid "" +"virtio serial controller with index %u already exists in the address set" +msgstr "" + +#: src/conf/domain_addr.c:1046 +msgid "no virtio-serial controllers are available" +msgstr "" + +#: src/conf/domain_addr.c:1073 +msgid "Unable to find a free virtio-serial port" +msgstr "" + +#: src/conf/domain_addr.c:1099 +#, c-format +msgid "virtio-serial controller %u not available" +msgstr "" + +#: src/conf/domain_addr.c:1107 +#, c-format +msgid "Unable to find a free port on virtio-serial controller %u" +msgstr "" + +#: src/conf/domain_addr.c:1211 src/conf/domain_addr.c:1265 +#, c-format +msgid "virtio serial controller %u is missing" +msgstr "" + +#: src/conf/domain_addr.c:1219 src/conf/domain_addr.c:1273 +#, c-format +msgid "virtio serial controller %u does not have port %u" +msgstr "" + +#: src/conf/domain_addr.c:1227 +#, c-format +msgid "virtio serial port %u on controller %u is already occupied" +msgstr "" + +#: src/conf/domain_capabilities.c:118 +#, c-format +msgid "" +"integer overflow on %s. Please contact the libvirt development team at " +"libvir-list@redhat.com" +msgstr "" + +#: src/conf/domain_conf.c:910 +msgid "missing name for cipher" +msgstr "" + +#: src/conf/domain_conf.c:916 +#, c-format +msgid "%s is not a supported cipher name" +msgstr "" + +#: src/conf/domain_conf.c:922 +#, c-format +msgid "missing state for cipher named %s" +msgstr "" + +#: src/conf/domain_conf.c:928 +#, c-format +msgid "%s is not a supported cipher state" +msgstr "" + +#: src/conf/domain_conf.c:936 src/conf/domain_conf.c:948 +#, c-format +msgid "A domain definition can have no more than one cipher node with name %s" +msgstr "" + +#: src/conf/domain_conf.c:1111 +#, c-format +msgid "could not parse read bytes sec %s" +msgstr "" + +#: src/conf/domain_conf.c:1120 +#, c-format +msgid "could not parse write bytes sec %s" +msgstr "" + +#: src/conf/domain_conf.c:1129 +#, c-format +msgid "could not parse read iops sec %s" +msgstr "" + +#: src/conf/domain_conf.c:1138 +#, c-format +msgid "could not parse write iops sec %s" +msgstr "" + +#: src/conf/domain_conf.c:1175 +msgid "" +"memory hotplug tunables are not supported by this hypervisor " +"driver" +msgstr "" + +#: src/conf/domain_conf.c:1197 +msgid "memory devices are not supported by this driver" +msgstr "" + +#: src/conf/domain_conf.c:1409 +#, c-format +msgid "maxvcpus must not be less than current vcpus (%u < %zu)" +msgstr "" + +#: src/conf/domain_conf.c:1383 +#, c-format +msgid "vCPU '%u' is not present in domain definition" +msgstr "" + +#: src/conf/domain_conf.c:2520 +msgid "failed to populate iothreadids" +msgstr "" + +#: src/conf/domain_conf.c:2771 +msgid "failed to initialize domain condition" +msgstr "" + +#: src/conf/domain_conf.c:2909 src/conf/domain_conf.c:2938 +msgid "failed to wait for domain condition" +msgstr "" + +#: src/conf/domain_conf.c:3037 +msgid "transient domains do not have any persistent config" +msgstr "" + +#: src/libxl/libxl_driver.c:1476 +msgid "Get persistent config failed" +msgstr "" + +#: src/conf/domain_conf.c:3114 +msgid "" +"Flags 'VIR_DOMAIN_AFFECT_LIVE' and 'VIR_DOMAIN_AFFECT_CONFIG' are mutually " +"exclusive" +msgstr "" + +#: src/conf/domain_conf.c:3608 +#, c-format +msgid "Multiple '%s' controllers with index '%d'" +msgstr "" + +#: src/conf/domain_conf.c:3636 +#, c-format +msgid "Multiple panic devices with model '%s'" +msgstr "" + +#: src/conf/domain_conf.c:3675 +msgid "Total size of memory devices exceeds the total memory size" +msgstr "" + +#: src/conf/domain_conf.c:3683 +msgid "" +"Memory size must be specified via or in the configuration" +msgstr "" + +#: src/conf/domain_conf.c:3695 +msgid "both maximum memory size and memory slot count must be specified" +msgstr "" + +#: src/conf/domain_conf.c:3703 +msgid "" +"maximum memory size must be equal or greater than the actual memory size" +msgstr "" + +#: src/conf/domain_conf.c:3826 +#, c-format +msgid "timer %s doesn't support setting of timer tickpolicy" +msgstr "" + +#: src/conf/domain_conf.c:3838 +msgid "" +"setting of timer catchup policies is only supported with tickpolicy='catchup'" +msgstr "" + +#: src/conf/domain_conf.c:3846 +#, c-format +msgid "timer %s doesn't support setting of timer frequency" +msgstr "" + +#: src/conf/domain_conf.c:3854 +#, c-format +msgid "timer %s doesn't support setting of timer mode" +msgstr "" + +#: src/conf/domain_conf.c:3865 +#, c-format +msgid "timer %s doesn't support setting of timer track" +msgstr "" + +#: src/conf/domain_conf.c:4112 +msgid " element is currently supported only with 'rbd' disks" +msgstr "" + +#: src/conf/domain_conf.c:4119 +msgid " element is currently supported only with 'rbd' disks" +msgstr "" + +#: src/conf/domain_conf.c:4514 +#, c-format +msgid "disk '%s' improperly configured for a device='lun'" +msgstr "" + +#: src/conf/domain_conf.c:4151 +msgid "Cannot assign SCSI host device address" +msgstr "" + +#: src/conf/domain_conf.c:4165 +#, c-format +msgid "" +"SCSI host address controller='%u' bus='%u' target='%u' unit='%u' in use by a " +"SCSI disk" +msgstr "" + +#: src/conf/domain_conf.c:4888 +msgid "Cannot parse
'target' attribute" +msgstr "" + +#: src/conf/domain_conf.c:4974 +msgid "Cannot parse
'cssid' attribute" +msgstr "" + +#: src/conf/domain_conf.c:4980 +msgid "Cannot parse
'ssid' attribute" +msgstr "" + +#: src/conf/domain_conf.c:4986 +msgid "Cannot parse
'devno' attribute" +msgstr "" + +#: src/conf/domain_conf.c:4991 +#, c-format +msgid "" +"Invalid specification for virtio ccw address: cssid='%s' ssid='%s' devno='%s'" +msgstr "" + +#: src/conf/domain_conf.c:4999 +msgid "Invalid partial specification for virtio ccw address" +msgstr "" + +#: src/conf/domain_conf.c:5113 +msgid "Cannot parse
'reg' attribute" +msgstr "" + +#: src/conf/domain_conf.c:5177 +#, c-format +msgid "boot order '%s' used for more than one device" +msgstr "" + +#: src/conf/domain_conf.c:5209 +msgid "Cannot parse
'iobase' attribute" +msgstr "" + +#: src/conf/domain_conf.c:5216 +msgid "Cannot parse
'irq' attribute" +msgstr "" + +#: src/conf/domain_conf.c:5238 +#, c-format +msgid "invalid or missing dimm slot id '%s'" +msgstr "" + +#: src/conf/domain_conf.c:5247 +#, c-format +msgid "invalid or missing dimm base address '%s'" +msgstr "" + +#: src/conf/domain_conf.c:5400 +msgid "virtio-s390 bus doesn't have an address" +msgstr "" + +#: src/conf/domain_conf.c:5457 +#, c-format +msgid "Unknown startup policy '%s'" +msgstr "" + +#: src/conf/domain_conf.c:5691 +#, c-format +msgid "unknown protocol transport type '%s'" +msgstr "" + +#: src/conf/domain_conf.c:5702 +msgid "missing socket for unix transport" +msgstr "" + +#: src/conf/domain_conf.c:5709 +#, c-format +msgid "transport '%s' does not support socket attribute" +msgstr "" + +#: src/conf/domain_conf.c:5756 +msgid "more than one source addresses is specified for scsi hostdev" +msgstr "" + +#: src/conf/domain_conf.c:5765 +msgid "" +"'bus', 'target', and 'unit' must be specified for scsi hostdev source address" +msgstr "" + +#: src/conf/domain_conf.c:5772 +#, c-format +msgid "cannot parse bus '%s'" +msgstr "" + +#: src/conf/domain_conf.c:5779 +#, c-format +msgid "cannot parse target '%s'" +msgstr "" + +#: src/conf/domain_conf.c:5785 +#, c-format +msgid "cannot parse unit '%s'" +msgstr "" + +#: src/conf/domain_conf.c:5793 +msgid "more than one adapters is specified for scsi hostdev source" +msgstr "" + +#: src/conf/domain_conf.c:5799 +msgid "'adapter' must be specified for scsi hostdev source" +msgstr "" + +#: src/conf/domain_conf.c:5806 +#, c-format +msgid "unsupported element '%s' of scsi hostdev source" +msgstr "" + +#: src/conf/domain_conf.c:5816 +msgid "'adapter' and 'address' must be specified for scsi hostdev source" +msgstr "" + +#: src/conf/domain_conf.c:5843 +msgid "missing iSCSI hostdev source path name" +msgstr "" + +#: src/conf/domain_conf.c:5853 +msgid "missing the host address for the iSCSI hostdev" +msgstr "" + +#: src/conf/domain_conf.c:5858 +msgid "only one source host address may be specified for the iSCSI hostdev" +msgstr "" + +#: src/conf/domain_conf.c:5878 +#, c-format +msgid "hostdev invalid secret type '%s'" +msgstr "" + +#: src/conf/domain_conf.c:5906 +#, c-format +msgid "Unknown SCSI subsystem protocol '%s'" +msgstr "" + +#: src/conf/domain_conf.c:5965 src/conf/domain_conf.c:6196 +#, c-format +msgid "unknown host device source address type '%s'" +msgstr "" + +#: src/conf/domain_conf.c:5971 src/conf/domain_conf.c:6202 +msgid "missing source address type" +msgstr "" + +#: src/conf/domain_conf.c:5977 src/conf/domain_conf.c:6208 +msgid "Missing element in hostdev device" +msgstr "" + +#: src/conf/domain_conf.c:5984 +msgid "Setting startupPolicy is only allowed for USB devices" +msgstr "" + +#: src/conf/domain_conf.c:5992 +msgid "sgio is only supported for scsi host device" +msgstr "" + +#: src/conf/domain_conf.c:5998 +#, c-format +msgid "unknown sgio mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:6006 +msgid "rawio is only supported for scsi host device" +msgstr "" + +#: src/conf/domain_conf.c:6012 +#, c-format +msgid "unknown hostdev rawio setting '%s'" +msgstr "" + +#: src/conf/domain_conf.c:6028 +#, c-format +msgid "Unknown PCI device has been specified" +msgstr "" + +#: src/conf/domain_conf.c:6048 src/conf/domain_conf.c:6242 +#, c-format +msgid "address type='%s' not supported in hostdev interfaces" +msgstr "" + +#: src/conf/domain_conf.c:5592 +msgid "Missing network address" +msgstr "" + +#: src/conf/domain_conf.c:5609 +#, c-format +msgid "Failed to parse IP address: '%s'" +msgstr "" + +#: src/conf/domain_conf.c:6217 +msgid "Missing element in hostdev storage device" +msgstr "" + +#: src/conf/domain_conf.c:6225 +msgid "Missing element in hostdev character device" +msgstr "" + +#: src/conf/domain_conf.c:6233 +msgid "Missing element in hostdev net device" +msgstr "" + +#: src/conf/domain_conf.c:6236 +msgid "Domain hostdev device" +msgstr "" + +#: src/conf/domain_conf.c:6297 +#, c-format +msgid "Unknown disk name '%s' and no address specified" +msgstr "" + +#: src/conf/domain_conf.c:6332 +#, c-format +msgid "" +"using disk target name '%s' conflicts with SCSI host device address " +"controller='%u' bus='%u' target='%u' unit='%u" +msgstr "" + +#: src/conf/domain_conf.c:6404 +#, c-format +msgid "invalid security type '%s'" +msgstr "" + +#: src/conf/domain_conf.c:6432 +msgid "dynamic label type must use resource relabeling" +msgstr "dynamic label type must use resource relabelling" + +#: src/conf/domain_conf.c:6438 +msgid "resource relabeling is not compatible with 'none' label type" +msgstr "" + +#: src/conf/domain_conf.c:6453 +#, c-format +msgid "unsupported type='%s' to model 'none'" +msgstr "" + +#: src/conf/domain_conf.c:6548 src/conf/domain_conf.c:6663 +#, c-format +msgid "seclabel for model %s is already provided" +msgstr "" + +#: src/conf/domain_conf.c:6589 +msgid "missing security model in domain seclabel" +msgstr "" + +#: src/conf/domain_conf.c:6599 +msgid "missing security model when using multiple labels" +msgstr "" + +#: src/conf/domain_conf.c:6673 +msgid "label overrides require relabeling to be enabled at the domain level" +msgstr "" + +#: src/conf/domain_conf.c:6710 +#, c-format +msgid "Cannot specify a label if relabelling is turned off. model=%s" +msgstr "" + +#: src/conf/domain_conf.c:6826 +msgid "'pool' and 'volume' must be specified together for 'pool' type source" +msgstr "" + +#: src/conf/domain_conf.c:6834 +#, c-format +msgid "unknown source mode '%s' for volume type disk" +msgstr "" + +#: src/conf/domain_conf.c:6874 +msgid "missing network source protocol type" +msgstr "" + +#: src/conf/domain_conf.c:6899 src/util/virstoragefile.c:2314 +#, c-format +msgid "missing volume name or file name in gluster source path '%s'" +msgstr "" + +#: src/conf/domain_conf.c:6969 +msgid "missing disk backing store type" +msgstr "" + +#: src/conf/domain_conf.c:6976 +#, c-format +msgid "unknown disk backing store type '%s'" +msgstr "" + +#: src/conf/domain_conf.c:6982 +msgid "missing disk backing store format" +msgstr "" + +#: src/conf/domain_conf.c:6989 +#, c-format +msgid "unknown disk backing store format '%s'" +msgstr "" + +#: src/conf/domain_conf.c:6995 +msgid "missing disk backing store source" +msgstr "" + +#: src/conf/domain_conf.c:7188 +msgid "invalid geometry settings (cyls)" +msgstr "" + +#: src/conf/domain_conf.c:7195 +msgid "invalid geometry settings (heads)" +msgstr "" + +#: src/conf/domain_conf.c:7202 +msgid "invalid geometry settings (secs)" +msgstr "" + +#: src/conf/domain_conf.c:7211 +#, c-format +msgid "invalid translation value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7534 +#, c-format +msgid "invalid logical block size '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7544 +#, c-format +msgid "invalid physical block size '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7106 +#, c-format +msgid "unknown mirror job type '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7116 +#, c-format +msgid "unknown mirror backing store type '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7139 +msgid "mirror requires file name" +msgstr "" + +#: src/conf/domain_conf.c:7144 +msgid "mirror without type only supported by copy job" +msgstr "" + +#: src/conf/domain_conf.c:7155 +#, c-format +msgid "unknown mirror format value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7125 +msgid "mirror requires source element" +msgstr "" + +#: src/conf/domain_conf.c:7163 +#, c-format +msgid "unknown mirror ready state %s" +msgstr "" + +#: src/conf/domain_conf.c:6813 +msgid "total throughput limit must be an integer" +msgstr "" + +#: src/conf/domain_conf.c:6824 +msgid "read throughput limit must be an integer" +msgstr "" + +#: src/conf/domain_conf.c:6835 +msgid "write throughput limit must be an integer" +msgstr "" + +#: src/conf/domain_conf.c:6846 +msgid "total I/O operations limit must be an integer" +msgstr "" + +#: src/conf/domain_conf.c:6857 +msgid "read I/O operations limit must be an integer" +msgstr "" + +#: src/conf/domain_conf.c:6868 +msgid "write I/O operations limit must be an integer" +msgstr "" + +#: src/conf/domain_conf.c:7068 +msgid "total and read/write bytes_sec_max cannot be set at the same time" +msgstr "" + +#: src/conf/domain_conf.c:7078 +msgid "total and read/write iops_sec_max cannot be set at the same time" +msgstr "" + +#: src/conf/domain_conf.c:7606 +msgid "disk vendor is more than 8 characters" +msgstr "" + +#: src/conf/domain_conf.c:7612 +msgid "disk vendor is not printable string" +msgstr "" + +#: src/conf/domain_conf.c:7621 +msgid "disk product is more than 16 characters" +msgstr "" + +#: src/conf/domain_conf.c:7627 +msgid "disk product is not printable string" +msgstr "" + +#: src/conf/domain_conf.c:7641 +#, c-format +msgid "invalid secret type '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7121 +msgid "rawio or sgio can be used only with device='lun'" +msgstr "" + +#: src/conf/domain_conf.c:7726 +#, c-format +msgid "unknown disk rawio setting '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7735 +#, c-format +msgid "unknown disk sgio mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7768 +#, c-format +msgid "unknown disk tray status '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7775 +msgid "tray is only valid for cdrom and floppy" +msgstr "" + +#: src/conf/domain_conf.c:7783 +#, c-format +msgid "unknown disk removable status '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7273 +msgid "removable is only valid for usb disks" +msgstr "" + +#: src/conf/domain_conf.c:7361 +#, c-format +msgid "unknown disk copy_on_read mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7369 +#, c-format +msgid "unknown disk discard mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7378 +#, c-format +msgid "Invalid iothread attribute in disk driver element: %s" +msgstr "" + +#: src/conf/domain_conf.c:7280 +#, c-format +msgid "Setting disk %s is not allowed for disk of network type" +msgstr "" + +#: src/conf/domain_conf.c:7290 +msgid "Setting disk 'requisite' is allowed only for cdrom or floppy" +msgstr "" + +#: src/conf/domain_conf.c:7391 src/conf/domain_conf.c:8599 +#, c-format +msgid "unknown driver format value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7928 +#, c-format +msgid "missing element or attribute '%s'" +msgstr "" + +#: src/conf/domain_conf.c:7937 +#, c-format +msgid "Invalid value '%s' for element or attribute '%s'" +msgstr "" + +#: src/conf/domain_conf.c:8004 +msgid "size value too large" +msgstr "" + +#: src/conf/domain_conf.c:8221 +msgid "Multiple elements in controller definition not allowed" +msgstr "" + +#: src/conf/domain_conf.c:8230 +msgid "Multiple elements in controller definition not allowed" +msgstr "" + +#: src/conf/domain_conf.c:8256 +#, c-format +msgid "Malformed 'queues' value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:8262 +#, c-format +msgid "Malformed 'cmd_per_lun' value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:8268 +#, c-format +msgid "Malformed 'max_sectors' value %s'" +msgstr "" + +#: src/conf/domain_conf.c:8275 +#, c-format +msgid "Malformed 'ioeventfd' value %s'" +msgstr "" + +#: src/conf/domain_conf.c:8353 +msgid "pci-root and pcie-root controllers should not have an address" +msgstr "" + +#: src/conf/domain_conf.c:8359 +msgid "pci-root and pcie-root controllers should have index 0" +msgstr "" + +#: src/conf/domain_conf.c:8377 +#, c-format +msgid "Unknown PCI controller model name '%s'" +msgstr "" + +#: src/conf/domain_conf.c:8385 +#, c-format +msgid "Invalid chassisNr '%s' in PCI controller" +msgstr "" + +#: src/conf/domain_conf.c:7932 +#, c-format +msgid "PCI controller chassisNr '%s' out of range - must be 0-255" +msgstr "" + +#: src/conf/domain_conf.c:8402 +#, c-format +msgid "Invalid chassis '%s' in PCI controller" +msgstr "" + +#: src/conf/domain_conf.c:8409 +#, c-format +msgid "PCI controller chassis '%s' out of range - must be 0-255" +msgstr "" + +#: src/conf/domain_conf.c:8419 +#, c-format +msgid "Invalid port '%s' in PCI controller" +msgstr "" + +#: src/conf/domain_conf.c:8426 +#, c-format +msgid "PCI controller port '%s' out of range - must be 0-255" +msgstr "" + +#: src/conf/domain_conf.c:8607 +#, c-format +msgid "unknown filesystem write policy '%s'" +msgstr "" + +#: src/conf/domain_conf.c:8630 +msgid "missing 'usage' attribute for RAM filesystem" +msgstr "" + +#: src/conf/domain_conf.c:8635 +#, c-format +msgid "cannot parse usage '%s' for RAM filesystem" +msgstr "" + +#: src/conf/domain_conf.c:8722 src/conf/domain_conf.c:8946 +#, c-format +msgid "unknown trustGuestRxFilters value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:8743 +#, c-format +msgid "" +" element unsupported for type='%s' in interface's " +"element" +msgstr "" + +#: src/conf/domain_conf.c:8757 +#, c-format +msgid "Unknown mode '%s' in interface element" +msgstr "" + +#: src/conf/domain_conf.c:8788 +#, c-format +msgid "Unable to parse class id '%s'" +msgstr "" + +#: src/conf/domain_conf.c:8801 +msgid "" +"Missing element with bridge name in interface's element" +msgstr "" + +#: src/conf/domain_conf.c:8811 +#, c-format +msgid "" +"Invalid macTableManager setting '%s' in domain interface's element" +msgstr "" + +#: src/conf/domain_conf.c:9029 +#, c-format +msgid " element unsupported for " +msgstr "" + +#: src/lxc/lxc_native.c:448 src/vz/vz_sdk.c:932 src/vz/vz_sdk.c:942 +msgid "Domain interface" +msgstr "" + +#: src/conf/domain_conf.c:9082 +msgid "Invalid specification of multiple s in a single " +msgstr "" + +#: src/conf/domain_conf.c:9135 +#, c-format +msgid "expected unicast mac address, found multicast '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9178 +msgid "" +"Wrong or no 'type' attribute specified with . vhostuser requires the virtio-net* frontend" +msgstr "" + +#: src/conf/domain_conf.c:9187 +#, c-format +msgid "Type='%s' unsupported for " +msgstr "" + +#: src/conf/domain_conf.c:9192 +msgid "No 'type' attribute specified for " +msgstr "" + +#: src/conf/domain_conf.c:9200 +msgid "" +"No 'path' attribute specified with " +msgstr "" + +#: src/conf/domain_conf.c:9208 +msgid "" +"No 'mode' attribute specified with " +msgstr "" + +#: src/conf/domain_conf.c:9227 +msgid "" +"Wrong 'mode' attribute specified with " +msgstr "" + +#: src/conf/domain_conf.c:9281 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/conf/domain_conf.c:9287 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/conf/domain_conf.c:9294 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/conf/domain_conf.c:9325 +msgid "Unknown mode has been specified" +msgstr "" + +#: src/conf/domain_conf.c:9455 +#, c-format +msgid "'queues' attribute must be positive number: %s" +msgstr "" + +#: src/conf/domain_conf.c:9465 +#, c-format +msgid "unknown host csum mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9475 +#, c-format +msgid "unknown host gso mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9485 +#, c-format +msgid "unknown host tso4 mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9495 +#, c-format +msgid "unknown host tso6 mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9505 +#, c-format +msgid "unknown host ecn mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9515 +#, c-format +msgid "unknown host ufo mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9525 +#, c-format +msgid "unknown host mrg_rxbuf mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9535 +#, c-format +msgid "unknown guest csum mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9545 +#, c-format +msgid "unknown guest tso4 mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9555 +#, c-format +msgid "unknown guest tso6 mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9565 +#, c-format +msgid "unknown guest ecn mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9575 +#, c-format +msgid "unknown guest ufo mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9741 +#, c-format +msgid "unknown target type '%s' specified for character device" +msgstr "" + +#: src/conf/domain_conf.c:9799 +#, c-format +msgid "invalid channel state value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9979 src/conf/domain_conf.c:10118 +#, c-format +msgid "Invalid append attribute value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:9996 +msgid "Missing master path attribute for nmdm device" +msgstr "" + +#: src/conf/domain_conf.c:10002 +msgid "Missing slave path attribute for nmdm device" +msgstr "" + +#: src/conf/domain_conf.c:10099 +msgid "Missing source channel attribute for char device" +msgstr "" + +#: src/conf/domain_conf.c:10104 +msgid "Invalid character in source channel for char device" +msgstr "" + +#: src/conf/domain_conf.c:10279 src/qemu/qemu_command.c:9608 +msgid "usb-serial requires address of usb type" +msgstr "" + +#: src/conf/domain_conf.c:10453 +#, c-format +msgid "Unknown TPM frontend model '%s'" +msgstr "" + +#: src/conf/domain_conf.c:10466 +msgid "only one TPM backend is supported" +msgstr "" + +#: src/conf/domain_conf.c:10472 +msgid "missing TPM device backend" +msgstr "" + +#: src/conf/domain_conf.c:10478 +msgid "missing TPM device backend type" +msgstr "" + +#: src/conf/domain_conf.c:10484 +#, c-format +msgid "Unknown TPM backend type '%s'" +msgstr "" + +#: src/conf/domain_conf.c:10536 +#, c-format +msgid "unknown panic model '%s'" +msgstr "" + +#: src/conf/domain_conf.c:10624 +#, c-format +msgid "parallels containers don't support input bus %s" +msgstr "" + +#: src/conf/domain_conf.c:10633 +#, c-format +msgid "parallels bus does not support %s input device" +msgstr "" + +#: src/conf/domain_conf.c:10640 +msgid "Input devices are not supported by this virtualization driver." +msgstr "" + +#: src/conf/domain_conf.c:10678 +msgid "Missing evdev path for input device passthrough" +msgstr "" + +#: src/conf/domain_conf.c:11079 +#, c-format +msgid "Invalid fromConfig value: %s" +msgstr "" + +#: src/conf/domain_conf.c:11232 +#, c-format +msgid "cannot parse vnc WebSocket port %s" +msgstr "" + +#: src/conf/domain_conf.c:11243 src/qemu/qemu_parse_command.c:587 +#, c-format +msgid "unknown vnc display sharing policy '%s'" +msgstr "" + +#: src/conf/domain_conf.c:11425 +#, c-format +msgid "unknown default spice channel mode %s" +msgstr "" + +#: src/conf/domain_conf.c:11615 +msgid "spice filetransfer missing enable" +msgstr "" + +#: src/conf/domain_conf.c:11622 src/conf/domain_conf.c:11642 +#, c-format +msgid "unknown enable value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:11655 +msgid "spice mouse missing mode" +msgstr "" + +#: src/conf/domain_conf.c:11661 +#, c-format +msgid "unknown mouse mode value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:11760 +#, c-format +msgid "unknown codec type '%s'" +msgstr "" + +#: src/conf/domain_conf.c:11915 +msgid "missing RNG device model" +msgstr "" + +#: src/conf/domain_conf.c:11920 +#, c-format +msgid "unknown RNG model '%s'" +msgstr "" + +#: src/conf/domain_conf.c:11928 +msgid "invalid RNG rate bytes value" +msgstr "" + +#: src/conf/domain_conf.c:11935 +msgid "invalid RNG rate period value" +msgstr "" + +#: src/conf/domain_conf.c:11944 +msgid "only one RNG backend is supported" +msgstr "" + +#: src/conf/domain_conf.c:11950 +msgid "missing RNG device backend model" +msgstr "" + +#: src/conf/domain_conf.c:11956 +#, c-format +msgid "unknown RNG backend model '%s'" +msgstr "" + +#: src/conf/domain_conf.c:11299 +#, c-format +msgid "file '%s' is not a supported random source" +msgstr "" + +#: src/conf/domain_conf.c:11968 +msgid "missing EGD backend type" +msgstr "" + +#: src/conf/domain_conf.c:11978 +#, c-format +msgid "unknown backend type '%s' for egd" +msgstr "" + +#: src/conf/domain_conf.c:12041 +#, c-format +msgid "invalid autodeflate attribute value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:12048 +msgid "invalid statistics collection period" +msgstr "" + +#: src/conf/domain_conf.c:12113 +msgid "shmem element must contain 'name' attribute" +msgstr "" + +#: src/conf/domain_conf.c:12137 +#, c-format +msgid "invalid number of vectors for shmem: '%s'" +msgstr "" + +#: src/conf/domain_conf.c:12148 +#, c-format +msgid "invalid msi ioeventfd setting for shmem: '%s'" +msgstr "" + +#: src/conf/domain_conf.c:12160 +msgid "msi option is only supported with a server" +msgstr "" + +#: src/conf/domain_conf.c:12187 +msgid "XML does not contain expected 'bios' element" +msgstr "" + +#: src/conf/domain_conf.c:12217 +msgid "Invalid BIOS 'date' format" +msgstr "" + +#: src/conf/domain_conf.c:12249 +msgid "XML does not contain expected 'system' element" +msgstr "" + +#: src/conf/domain_conf.c:12270 +msgid "malformed uuid element" +msgstr "" + +#: src/conf/domain_conf.c:12528 +#, c-format +msgid "unknown accel3d value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:12537 +#, c-format +msgid "unknown accel2d value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:12608 +msgid "ram attribute only supported for type of qxl" +msgstr "" + +#: src/conf/domain_conf.c:12621 +#, c-format +msgid "cannot parse video vram '%s'" +msgstr "" + +#: src/conf/domain_conf.c:12642 +msgid "vgamem attribute only supported for type of qxl" +msgstr "" + +#: src/conf/domain_conf.c:12647 +#, c-format +msgid "cannot parse video vgamem '%s'" +msgstr "" + +#: src/conf/domain_conf.c:12721 +#, c-format +msgid "Unexpected hostdev mode %d" +msgstr "" + +#: src/conf/domain_conf.c:12746 +msgid "SCSI host device must use 'drive' address type" +msgstr "" + +#: src/conf/domain_conf.c:12878 +#, c-format +msgid "Cannot parse USB device version %s" +msgstr "" + +#: src/conf/domain_conf.c:12897 +#, c-format +msgid "Cannot parse USB Class code %s" +msgstr "" + +#: src/conf/domain_conf.c:12903 +#, c-format +msgid "Invalid USB Class code %s" +msgstr "" + +#: src/conf/domain_conf.c:12914 +#, c-format +msgid "Cannot parse USB vendor ID %s" +msgstr "" + +#: src/conf/domain_conf.c:12925 +#, c-format +msgid "Cannot parse USB product ID %s" +msgstr "" + +#: src/conf/domain_conf.c:12950 +msgid "Invalid allow value, either 'yes' or 'no'" +msgstr "" + +#: src/conf/domain_conf.c:12955 +msgid "Missing allow attribute for USB redirection filter" +msgstr "" + +#: src/conf/domain_conf.c:13027 +#, c-format +msgid "unknown %s action: %s" +msgstr "" + +#: src/conf/domain_conf.c:13047 +#, c-format +msgid "unknown PM state value %s" +msgstr "" + +#: src/conf/domain_conf.c:13151 +#, c-format +msgid "Invalid value of 'nodemask': %s" +msgstr "" + +#: src/conf/domain_conf.c:13181 +msgid "invalid value of memory device node" +msgstr "" + +#: src/conf/domain_conf.c:13214 +msgid "missing memory model" +msgstr "" + +#: src/conf/domain_conf.c:13220 +#, c-format +msgid "invalid memory model '%s'" +msgstr "" + +#: src/conf/domain_conf.c:13233 +msgid "missing element for device" +msgstr "" + +#: src/conf/domain_conf.c:13318 +#, c-format +msgid "unknown device type '%s'" +msgstr "" + +#: src/conf/domain_conf.c:13468 +msgid "(disk_definition)" +msgstr "" + +#: src/conf/domain_conf.c:13474 +#, c-format +msgid "expecting root element of 'disk', not '%s'" +msgstr "" + +#: src/conf/domain_conf.c:25073 +#, c-format +msgid "target '%s' duplicated for disk sources '%s' and '%s'" +msgstr "" + +#: src/conf/domain_conf.c:13941 +#, c-format +msgid "multiple devices matching mac address %s found" +msgstr "" + +#: src/conf/domain_conf.c:13962 +#, c-format +msgid "no device matching mac address %s found on %.4x:%.2x:%.2x.%.1x" +msgstr "" + +#: src/conf/domain_conf.c:13971 +#, c-format +msgid "no device matching mac address %s found" +msgstr "" + +#: src/conf/domain_conf.c:14135 +#, c-format +msgid "Unknown controller type %d" +msgstr "" + +#: src/conf/domain_conf.c:14143 +#, c-format +msgid "Could not find %s controller with index %d required for device" +msgstr "" + +#: src/conf/domain_conf.c:14150 +#, c-format +msgid "Device alias was not set for %s controller with index %d " +msgstr "" + +#: src/conf/domain_conf.c:14596 +msgid "Domain already contains a device with the same address" +msgstr "" + +#: src/conf/domain_conf.c:14767 +msgid "invalid value for boot menu timeout, must be in range [0,65535]" +msgstr "" + +#: src/conf/domain_conf.c:14799 +msgid "invalid value for rebootTimeout, must be in range [-1,65535]" +msgstr "" + +#: src/conf/domain_conf.c:14853 +msgid "invalid idmap start/target/count settings" +msgstr "" + +#: src/conf/domain_conf.c:14865 +msgid "You must map the root user of container" +msgstr "" + +#: src/conf/domain_conf.c:14902 +msgid "Missing 'id' attribute in element" +msgstr "" + +#: src/conf/domain_conf.c:14908 +#, c-format +msgid "invalid iothread 'id' value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:14939 +msgid "missing vcpu id in vcpupin" +msgstr "" + +#: src/conf/domain_conf.c:14945 +#, c-format +msgid "invalid setting for vcpu '%s'" +msgstr "" + +#: src/conf/domain_conf.c:15005 +msgid "missing iothread id in iothreadpin" +msgstr "" + +#: src/conf/domain_conf.c:15011 +#, c-format +msgid "invalid setting for iothread '%s'" +msgstr "" + +#: src/conf/domain_conf.c:15018 +msgid "zero is an invalid iothread id value" +msgstr "" + +#: src/conf/domain_conf.c:15024 +#, c-format +msgid "Cannot find 'iothread' : %u" +msgstr "" + +#: src/conf/domain_conf.c:15031 +msgid "missing cpuset for iothreadpin" +msgstr "" + +#: src/conf/domain_conf.c:14973 src/conf/domain_conf.c:15040 +#: src/conf/domain_conf.c:15085 src/conf/domain_conf.c:15556 +#, c-format +msgid "Invalid value of 'cpuset': %s" +msgstr "" + +#: src/conf/domain_conf.c:15047 +#, c-format +msgid "duplicate iothreadpin for same iothread '%u'" +msgstr "" + +#: src/conf/domain_conf.c:15076 +msgid "missing cpuset for emulatorpin" +msgstr "" + +#: src/conf/domain_conf.c:15238 +msgid "hugepage size can't be zero" +msgstr "" + +#: src/conf/domain_conf.c:15249 src/conf/numa_conf.c:183 +#: src/conf/numa_conf.c:248 +#, c-format +msgid "Invalid value of 'nodeset': %s" +msgstr "" + +#: src/conf/domain_conf.c:15278 +msgid "missing resource partition attribute" +msgstr "" + +#: src/conf/domain_conf.c:15334 +#, c-format +msgid "unknown readonly value: %s" +msgstr "" + +#: src/conf/domain_conf.c:15342 +#, c-format +msgid "unknown type value: %s" +msgstr "" + +#: src/conf/domain_conf.c:15368 +#, c-format +msgid "Missing attribute '%s' in element '%sched'" +msgstr "" + +#: src/conf/domain_conf.c:14563 +#, c-format +msgid "Invalid value of '%s': %s" +msgstr "" + +#: src/conf/domain_conf.c:15387 +msgid "Missing scheduler attribute" +msgstr "" + +#: src/conf/domain_conf.c:15393 +#, c-format +msgid "Invalid scheduler attribute: '%s'" +msgstr "" + +#: src/conf/domain_conf.c:15404 +msgid "Missing scheduler priority" +msgstr "" + +#: src/conf/domain_conf.c:15410 +msgid "Invalid value for element priority" +msgstr "" + +#: src/conf/domain_conf.c:15511 +msgid "maximum vcpus count must be an integer" +msgstr "" + +#: src/conf/domain_conf.c:15524 +msgid "current vcpus count must be an integer" +msgstr "" + +#: src/conf/domain_conf.c:15539 +#, c-format +msgid "Unsupported CPU placement mode '%s'" +msgstr "" + +#: src/conf/domain_conf.c:15756 +msgid "an os must be specified" +msgstr "" + +#: src/conf/domain_conf.c:15762 +#, c-format +msgid "unknown OS type '%s'" +msgstr "" + +#: src/conf/domain_conf.c:15845 +msgid "Domain title can't contain newlines" +msgstr "" + +#: src/conf/domain_conf.c:15872 +msgid "Failed to parse memory slot count" +msgstr "" + +#: src/conf/domain_conf.c:15880 +#, c-format +msgid "Invalid memory core dump attribute value '%s'" +msgstr "" + +#: src/conf/domain_conf.c:15887 +msgid "cannot extract hugepages nodes" +msgstr "" + +#: src/conf/domain_conf.c:15907 +#, c-format +msgid "nodeset attribute of hugepages of sizes %llu and %llu intersect" +msgstr "" + +#: src/conf/domain_conf.c:15915 +#, c-format +msgid "two master hugepages detected: %llu and %llu" +msgstr "" + +#: src/conf/domain_conf.c:15962 +#, c-format +msgid "duplicate blkio device path '%s'" +msgstr "" + +#: src/conf/domain_conf.c:15994 +#, c-format +msgid "invalid iothreads count '%s'" +msgstr "" + +#: src/conf/domain_conf.c:16016 +#, c-format +msgid "duplicate iothread id '%u' found" +msgstr "" + +#: src/conf/domain_conf.c:16032 +msgid "can't parse cputune shares value" +msgstr "" + +#: src/conf/domain_conf.c:16041 +msgid "can't parse cputune period value" +msgstr "" + +#: src/conf/domain_conf.c:16048 +msgid "Value of cputune period must be in range [1000, 1000000]" +msgstr "" + +#: src/conf/domain_conf.c:16056 +msgid "can't parse cputune quota value" +msgstr "" + +#: src/conf/domain_conf.c:16064 +msgid "Value of cputune quota must be in range [1000, 18446744073709551]" +msgstr "" + +#: src/conf/domain_conf.c:16103 +msgid "can't parse cputune emulator period value" +msgstr "" + +#: src/conf/domain_conf.c:16111 +msgid "Value of cputune emulator_period must be in range [1000, 1000000]" +msgstr "" + +#: src/conf/domain_conf.c:16119 +msgid "can't parse cputune emulator quota value" +msgstr "" + +#: src/conf/domain_conf.c:16127 +msgid "" +"Value of cputune emulator_quota must be in range [1000, 18446744073709551]" +msgstr "" + +#: src/conf/domain_conf.c:16143 +msgid "cannot extract emulatorpin nodes" +msgstr "" + +#: src/conf/domain_conf.c:16150 +msgid "only one emulatorpin is supported" +msgstr "" + +#: src/conf/domain_conf.c:16163 +msgid "cannot extract iothreadpin nodes" +msgstr "" + +#: src/conf/domain_conf.c:16175 +msgid "cannot extract vcpusched nodes" +msgstr "" + +#: src/conf/domain_conf.c:15210 +msgid "vcpusched attributes 'vcpus' must not overlap" +msgstr "" + +#: src/conf/domain_conf.c:16187 +msgid "cannot extract iothreadsched nodes" +msgstr "" + +#: src/conf/domain_conf.c:15227 +msgid "too many iothreadsched nodes in cputune" +msgstr "" + +#: src/conf/domain_conf.c:15248 +msgid "iothreadsched attribute 'iothreads' uses undefined iothread ids" +msgstr "" + +#: src/conf/domain_conf.c:15258 +msgid "iothreadsched attributes 'iothreads' must not overlap" +msgstr "" + +#: src/conf/domain_conf.c:16211 +msgid "Maximum CPUs greater than topology limit" +msgstr "" + +#: src/conf/domain_conf.c:16229 +msgid "CPU IDs in exceed the count" +msgstr "" + +#: src/conf/domain_conf.c:16247 +msgid "cannot extract resource nodes" +msgstr "" + +#: src/conf/domain_conf.c:16253 +msgid "only one resource element is supported" +msgstr "" + +#: src/conf/domain_conf.c:16269 +#, c-format +msgid "unexpected feature '%s'" +msgstr "" + +#: src/conf/domain_conf.c:16279 +#, c-format +msgid "unknown value for attribute eoi: '%s'" +msgstr "" + +#: src/conf/domain_conf.c:16302 src/conf/domain_conf.c:16322 +#, c-format +msgid "unknown state attribute '%s' of feature '%s'" +msgstr "" + +#: src/conf/domain_conf.c:16340 +#, c-format +msgid "malformed gic version: %s" +msgstr "" + +#: src/conf/domain_conf.c:16368 +#, c-format +msgid "unsupported HyperV Enlightenment feature: %s" +msgstr "" + +#: src/conf/domain_conf.c:16377 +#, c-format +msgid "missing 'state' attribute for HyperV Enlightenment feature '%s'" +msgstr "" + +#: src/conf/domain_conf.c:16385 +#, c-format +msgid "invalid value of state argument for HyperV Enlightenment feature '%s'" +msgstr "" + +#: src/conf/domain_conf.c:16411 +msgid "invalid HyperV spinlock retry count" +msgstr "" + +#: src/conf/domain_conf.c:16417 +msgid "HyperV spinlock retry count must be at least 4095" +msgstr "" + +#: src/conf/domain_conf.c:16470 +#, c-format +msgid "unsupported KVM feature: %s" +msgstr "" + +#: src/conf/domain_conf.c:16481 +#, c-format +msgid "missing 'state' attribute for KVM feature '%s'" +msgstr "" + +#: src/conf/domain_conf.c:16489 +#, c-format +msgid "invalid value of state argument for KVM feature '%s'" +msgstr "" + +#: src/conf/domain_conf.c:16515 +#, c-format +msgid "unexpected capability feature '%s'" +msgstr "" + +#: src/conf/domain_conf.c:16526 +#, c-format +msgid "unknown state attribute '%s' of feature capability '%s'" +msgstr "" + +#: src/conf/domain_conf.c:16599 +#, c-format +msgid "unknown clock adjustment '%s'" +msgstr "" + +#: src/conf/domain_conf.c:16630 +#, c-format +msgid "unknown clock basis '%s'" +msgstr "" + +#: src/conf/domain_conf.c:15607 +msgid "No data supplied for element" +msgstr "" + +#: src/conf/domain_conf.c:16711 src/conf/domain_conf.c:16720 +msgid "Can't add another USB controller: USB is disabled for this domain" +msgstr "" + +#: src/conf/domain_conf.c:16737 +msgid "No master USB controller specified" +msgstr "" + +#: src/conf/domain_conf.c:16933 +msgid "Can't add USB input device. USB bus is disabled" +msgstr "" + +#: src/conf/domain_conf.c:16990 +msgid "Only one primary video device is supported" +msgstr "" + +#: src/conf/domain_conf.c:17023 +msgid "Can't add host USB device: USB is disabled in this host" +msgstr "" + +#: src/conf/domain_conf.c:17102 +msgid "only a single TPM device is supported" +msgstr "" + +#: src/conf/domain_conf.c:17117 +msgid "only a single nvram device is supported" +msgstr "" + +#: src/conf/domain_conf.c:17141 +msgid "Can't add USB hub: USB is disabled for this domain" +msgstr "" + +#: src/conf/domain_conf.c:16338 +msgid "Can't add redirected USB device: USB is disabled for this domain" +msgstr "" + +#: src/conf/domain_conf.c:17171 +msgid "only one set of redirection filter rule is supported" +msgstr "" + +#: src/conf/domain_conf.c:17279 +msgid "uid and gid should be mapped both" +msgstr "" + +#: src/conf/domain_conf.c:17683 +#, c-format +msgid "Target device isa address %d:%d does not match source %d:%d" +msgstr "" + +#: src/conf/domain_conf.c:17696 +#, c-format +msgid "Target device dimm slot %u does not match source %u" +msgstr "" + +#: src/conf/domain_conf.c:16872 +#, c-format +msgid "Target device dimm base addres '%llx' does not match source '%llx'" +msgstr "" + +#: src/conf/domain_conf.c:17763 +#, c-format +msgid "Target disk wwn '%s' does not match source '%s'" +msgstr "" + +#: src/conf/domain_conf.c:17872 +#, c-format +msgid "Target network card mac %s does not match source %s" +msgstr "" + +#: src/conf/domain_conf.c:17953 +#, c-format +msgid "Target video card ram %u does not match source %u" +msgstr "" + +#: src/conf/domain_conf.c:17974 +#, c-format +msgid "Target video card vgamem %u does not match source %u" +msgstr "" + +#: src/conf/domain_conf.c:18061 +#, c-format +msgid "Target serial type %s does not match source %s" +msgstr "" + +#: src/conf/domain_conf.c:18087 +#, c-format +msgid "Target parallel port %d does not match source %d" +msgstr "" + +#: src/conf/domain_conf.c:18124 +msgid "" +"Changing device type to/from spicevmc would change default target channel " +"name" +msgstr "" + +#: src/conf/domain_conf.c:18203 +#, c-format +msgid "" +"Target balloon autodeflate attribute value '%s' does not match source '%s'" +msgstr "" + +#: src/conf/domain_conf.c:18223 +#, c-format +msgid "Target RNG model '%s' does not match source '%s'" +msgstr "" + +#: src/conf/domain_conf.c:18261 +#, c-format +msgid "Target redirected device bus %s does not match source %s" +msgstr "" + +#: src/conf/domain_conf.c:18272 +#, c-format +msgid "" +"Target redirected device source type %s does not match source device source " +"type %s" +msgstr "" + +#: src/conf/domain_conf.c:18298 +#, c-format +msgid "Target USB redirection filter rule count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18309 +msgid "Target USB Class code does not match source" +msgstr "" + +#: src/conf/domain_conf.c:18315 +msgid "Target USB vendor ID does not match source" +msgstr "" + +#: src/conf/domain_conf.c:18321 +msgid "Target USB product ID does not match source" +msgstr "" + +#: src/conf/domain_conf.c:18327 +msgid "Target USB version does not match source" +msgstr "" + +#: src/conf/domain_conf.c:18333 +#, c-format +msgid "Target USB allow '%s' does not match source '%s'" +msgstr "" + +#: src/conf/domain_conf.c:18353 +#, c-format +msgid "State of feature '%s' differs: source: '%s', destination: '%s'" +msgstr "" + +#: src/conf/domain_conf.c:18365 +#, c-format +msgid "State of APIC EOI differs: source: '%s', destination: '%s'" +msgstr "" + +#: src/conf/domain_conf.c:17528 +#, c-format +msgid "Source GIC version '%u' does not match destination '%u'" +msgstr "" + +#: src/conf/domain_conf.c:18394 +#, c-format +msgid "" +"State of HyperV enlightenment feature '%s' differs: source: '%s', " +"destination: '%s'" +msgstr "" + +#: src/conf/domain_conf.c:18409 +#, c-format +msgid "HyperV spinlock retry count differs: source: '%u', destination: '%u'" +msgstr "" + +#: src/conf/domain_conf.c:18442 +#, c-format +msgid "State of KVM feature '%s' differs: source: '%s', destination: '%s'" +msgstr "" + +#: src/conf/domain_conf.c:18468 +#, c-format +msgid "Target panic model '%s' does not match source '%s'" +msgstr "" + +#: src/conf/domain_conf.c:18484 +#, c-format +msgid "Target shared memory name '%s' does not match source '%s'" +msgstr "" + +#: src/conf/domain_conf.c:18491 +#, c-format +msgid "Target shared memory size '%llu' does not match source size '%llu'" +msgstr "" + +#: src/conf/domain_conf.c:18498 +msgid "Target shared memory server usage doesn't match source" +msgstr "" + +#: src/conf/domain_conf.c:18507 +msgid "Target shared memory MSI configuration doesn't match source" +msgstr "" + +#: src/conf/domain_conf.c:18522 +msgid "Target TPM device type doesn't match source" +msgstr "" + +#: src/conf/domain_conf.c:18528 +msgid "Target TPM device model doesn't match source" +msgstr "" + +#: src/conf/domain_conf.c:18541 +#, c-format +msgid "Target memory device model '%s' doesn't match source model '%s'" +msgstr "" + +#: src/conf/domain_conf.c:18550 +#, c-format +msgid "" +"Target memory device targetNode '%d' doesn't match source targetNode '%d'" +msgstr "" + +#: src/conf/domain_conf.c:18558 +#, c-format +msgid "" +"Target memory device size '%llu' doesn't match source memory device size " +"'%llu'" +msgstr "" + +#: src/conf/domain_conf.c:18576 +#, c-format +msgid "Target domain vCPU max %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18587 +#, c-format +msgid "State of vCPU '%zu' differs between source and destination definitions" +msgstr "" + +#: src/conf/domain_conf.c:18635 +#, c-format +msgid "Target domain name '%s' does not match source '%s'" +msgstr "" + +#: src/conf/domain_conf.c:18642 +#, c-format +msgid "Target domain max memory %lld does not match source %lld" +msgstr "" + +#: src/conf/domain_conf.c:18649 +#, c-format +msgid "Target domain current memory %lld does not match source %lld" +msgstr "" + +#: src/conf/domain_conf.c:18659 +#, c-format +msgid "Target domain memory slots count '%u' doesn't match source '%u'" +msgstr "" + +#: src/conf/domain_conf.c:18665 +#, c-format +msgid "Target maximum memory size '%llu' doesn't match source '%llu'" +msgstr "" + +#: src/conf/domain_conf.c:18675 +#, c-format +msgid "Target domain iothreads count %u does not match source %u" +msgstr "" + +#: src/conf/domain_conf.c:18697 +#, c-format +msgid "Target domain machine type %s does not match source %s" +msgstr "" + +#: src/conf/domain_conf.c:18733 +#, c-format +msgid "Target domain disk count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18744 +#, c-format +msgid "Target domain controller count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18757 +#, c-format +msgid "Target domain filesystem count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18769 +#, c-format +msgid "Target domain net card count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18781 +#, c-format +msgid "Target domain input device count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18793 +#, c-format +msgid "Target domain sound card count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18805 +#, c-format +msgid "Target domain video card count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18817 +#, c-format +msgid "Target domain host device count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18830 +#, c-format +msgid "Target domain smartcard count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18843 +#, c-format +msgid "Target domain serial port count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18856 +#, c-format +msgid "Target domain parallel port count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18869 +#, c-format +msgid "Target domain channel count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18882 +#, c-format +msgid "Target domain console count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18895 +#, c-format +msgid "Target domain hub device count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18907 +#, c-format +msgid "Target domain redirected devices count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18922 +#, c-format +msgid "Target domain USB redirection filter count %d does not match source %d" +msgstr "" + +#: src/conf/domain_conf.c:18962 +#, c-format +msgid "Target domain RNG device count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18973 +#, c-format +msgid "Target domain panic device count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:18985 +#, c-format +msgid "Target domain shared memory device count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:19000 +msgid "" +"Either both target and source domains or none of them must have TPM device " +"present" +msgstr "" + +#: src/conf/domain_conf.c:19007 +#, c-format +msgid "Target domain memory device count %zu does not match source %zu" +msgstr "" + +#: src/conf/domain_conf.c:19309 +#, c-format +msgid "cannot duplicate iothread_id '%u' in iothreadids" +msgstr "" + +#: src/conf/domain_conf.c:19365 +#, c-format +msgid "unexpected %s action: %d" +msgstr "" + +#: src/conf/domain_conf.c:19709 +#, c-format +msgid "unexpected disk backing store type %d" +msgstr "" + +#: src/conf/domain_conf.c:19717 +#, c-format +msgid "unexpected disk backing store format %d" +msgstr "" + +#: src/conf/domain_conf.c:19787 +#, c-format +msgid "Unexpected disk sgio mode '%d'" +msgstr "" + +#: src/conf/domain_conf.c:20101 +#, c-format +msgid "unexpected model name value %d" +msgstr "" + +#: src/conf/domain_conf.c:20351 +#, c-format +msgid "unexpected pci hostdev driver name type %d" +msgstr "" + +#: src/conf/domain_conf.c:20400 +msgid "PCI address Formatting failed" +msgstr "" + +#: src/conf/domain_conf.c:20755 +#, c-format +msgid "unexpected actual net type %d" +msgstr "" + +#: src/conf/domain_conf.c:21325 +#, c-format +msgid "unexpected codec type %d" +msgstr "" + +#: src/conf/domain_conf.c:23258 +#, c-format +msgid "unexpected feature %zu" +msgstr "" + +#: src/conf/domain_conf.c:23278 +#, c-format +msgid "Unexpected state of feature '%s'" +msgstr "" + +#: src/conf/domain_conf.c:22610 +#, c-format +msgid "boot order %d is already used by another device" +msgstr "" + +#: src/conf/domain_conf.c:23833 +msgid "Device configuration is not compatible: Domain has no USB bus support" +msgstr "" + +#: src/conf/domain_conf.c:23856 +#, c-format +msgid "" +"Attaching memory device with size '%llu' would exceed domain's maxMemory " +"config" +msgstr "" + +#: src/conf/domain_conf.c:23865 +#, c-format +msgid "Domain already has a disk with wwn '%s'" +msgstr "" + +#: src/conf/domain_conf.c:24258 +#, c-format +msgid "unable to visit backing chain file %s" +msgstr "" + +#: src/conf/domain_conf.c:24771 +#, c-format +msgid "Copying definition of '%d' type is not implemented yet." +msgstr "" + +#: src/conf/domain_conf.c:24862 +#, c-format +msgid "no device found with alias %s" +msgstr "" + +#: src/conf/domain_conf.c:23705 +#, c-format +msgid "source path not found for device='lun' using type='%d'" +msgstr "" + +#: src/conf/domain_conf.c:23727 +msgid "disk device='lun' for iSCSI is not supported with mode='direct'." +msgstr "" + +#: src/qemu/qemu_domain.c:5774 +msgid "disk device='lun' is only valid for block type disk source" +msgstr "" + +#: src/conf/domain_conf.c:24887 src/conf/domain_conf.c:24942 +#, c-format +msgid "unknown metadata type '%d'" +msgstr "" + +#: src/conf/domain_conf.c:24920 +msgid "Requested metadata element is not present" +msgstr "" + +#: src/conf/domain_conf.c:24966 +msgid "(metadata_xml)" +msgstr "" + +#: src/conf/domain_conf.c:23955 +#, c-format +msgid "Disks '%s' and '%s' have identical WWN" +msgstr "" + +#: src/conf/domain_conf.c:23965 +#, c-format +msgid "Disks '%s' and '%s' have identical serial" +msgstr "" + +#: src/conf/domain_event.c:591 +#, c-format +msgid "Class %s must derive from virDomainEvent" +msgstr "" + +#: src/conf/domain_event.c:2222 +#, c-format +msgid "failed to compile regex '%s': %s" +msgstr "" + +#: src/conf/interface_conf.c:1248 src/conf/node_device_conf.c:192 +#: src/conf/nwfilter_conf.c:3140 src/conf/storage_conf.c:1817 +#: src/libxl/libxl_driver.c:618 src/qemu/qemu_driver.c:636 +#: src/remote/remote_driver.c:1194 src/test/test_driver.c:390 +#: src/xen/xen_driver.c:479 +msgid "cannot initialize mutex" +msgstr "cannot initialise mutex" + +#: src/conf/netdev_bandwidth_conf.c:55 +#, c-format +msgid "could not convert bandwidth average value '%s'" +msgstr "" + +#: src/conf/netdev_bandwidth_conf.c:61 +msgid "Missing mandatory average or floor attributes" +msgstr "" + +#: src/conf/netdev_bandwidth_conf.c:67 +msgid "'peak' and 'burst' require 'average' attribute" +msgstr "" + +#: src/conf/netdev_bandwidth_conf.c:73 +#, c-format +msgid "could not convert bandwidth peak value '%s'" +msgstr "" + +#: src/conf/netdev_bandwidth_conf.c:80 +#, c-format +msgid "could not convert bandwidth burst value '%s'" +msgstr "" + +#: src/conf/netdev_bandwidth_conf.c:87 +#, c-format +msgid "could not convert bandwidth floor value '%s'" +msgstr "" + +#: src/conf/netdev_bandwidth_conf.c:173 +msgid "floor attribute isn't supported for network's bandwidth yet" +msgstr "" + +#: src/conf/netdev_bandwidth_conf.c:177 +msgid "floor attribute is supported only for interfaces of type network" +msgstr "" + +#: src/conf/netdev_bandwidth_conf.c:195 +msgid "'floor' attribute allowed only in element" +msgstr "" + +#: src/conf/netdev_vlan_conf.c:53 +msgid "" +"missing tag id - each must have at least one subelement" +msgstr "" + +#: src/conf/netdev_vlan_conf.c:69 +msgid "missing or invalid vlan tag id attribute" +msgstr "" + +#: src/conf/netdev_vlan_conf.c:74 +#, c-format +msgid "vlan tag id %lu too large (maximum 4095)" +msgstr "" + +#: src/conf/netdev_vlan_conf.c:80 +msgid "duplicate native vlan setting" +msgstr "" + +#: src/conf/netdev_vlan_conf.c:86 +#, c-format +msgid "Invalid \"nativeMode='%s'\" in vlan element" +msgstr "" + +#: src/conf/netdev_vlan_conf.c:111 +#, c-format +msgid "" +"invalid \"trunk='%s'\" in - trunk='yes' is required for more than one " +"vlan tag" +msgstr "" + +#: src/conf/netdev_vlan_conf.c:117 +msgid "" +"invalid configuration in - \"trunk='no'\" is not allowed with a " +"native vlan id" +msgstr "" + +#: src/conf/netdev_vlan_conf.c:124 +#, c-format +msgid "invalid \"trunk='%s'\" in - must be yes or no" +msgstr "" + +#: src/conf/netdev_vlan_conf.c:152 +msgid "missing vlan tag data" +msgstr "" + +#: src/conf/netdev_vlan_conf.c:165 +msgid "Bad value for nativeMode" +msgstr "" + +#: src/conf/netdev_vport_profile_conf.c:52 +#, c-format +msgid "unknown virtualport type %s" +msgstr "" + +#: src/conf/netdev_vport_profile_conf.c:59 +msgid "missing required virtualport type" +msgstr "" + +#: src/conf/netdev_vport_profile_conf.c:146 +msgid "cannot parse interfaceid parameter as a uuid" +msgstr "" + +#: src/conf/netdev_vport_profile_conf.c:169 +#: src/util/virnetdevvportprofile.c:183 +msgid "cannot generate a random uuid for interfaceid" +msgstr "" + +#: src/conf/network_conf.c:713 +msgid "NULL NetworkDef" +msgstr "" + +#: src/conf/network_conf.c:747 +msgid "network is not running" +msgstr "" + +#: src/conf/network_conf.c:754 +msgid "cannot change persistent config of a transient network" +msgstr "" + +#: src/conf/network_conf.c:875 +#, c-format +msgid "Missing 'start' attribute in dhcp range for network '%s'" +msgstr "" + +#: src/conf/network_conf.c:884 +#, c-format +msgid "Missing 'end' attribute in dhcp range for network '%s'" +msgstr "" + +#: src/conf/network_conf.c:920 +#, c-format +msgid "" +"Invalid to specify MAC address '%s' in network '%s' IPv6 static host " +"definition" +msgstr "" + +#: src/conf/network_conf.c:933 +#, c-format +msgid "expected unicast mac address, found multicast '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:945 +#, c-format +msgid "Invalid character '%c' in id '%s' of network '%s'" +msgstr "" + +#: src/conf/network_conf.c:954 +#, c-format +msgid "Cannot use host name '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:962 +#, c-format +msgid "Invalid IP address in static host definition for network '%s'" +msgstr "" + +#: src/conf/network_conf.c:972 +#, c-format +msgid "" +"At least one of name, mac, or ip attribute must be specified for static host " +"definition in network '%s' " +msgstr "" + +#: src/conf/network_conf.c:985 +#, c-format +msgid "" +"Static host definition in IPv6 network '%s' must have id or name attribute" +msgstr "" + +#: src/conf/network_conf.c:992 +#, c-format +msgid "" +"Static host definition in IPv4 network '%s' must have mac or name attribute" +msgstr "" + +#: src/conf/network_conf.c:1102 +#, c-format +msgid "Missing IP address in network '%s' DNS HOST record" +msgstr "" + +#: src/conf/network_conf.c:1109 +#, c-format +msgid "Invalid IP address in network '%s' DNS HOST record" +msgstr "" + +#: src/conf/network_conf.c:1125 src/conf/network_conf.c:1139 +#, c-format +msgid "Missing hostname in network '%s' DNS HOST record" +msgstr "" + +#: src/conf/network_conf.c:1146 +#, c-format +msgid "Missing ip and hostname in network '%s' DNS HOST record" +msgstr "" + +#: src/conf/network_conf.c:1187 +#, c-format +msgid "missing required service attribute in DNS SRV record of network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1194 +#, c-format +msgid "service attribute '%s' in network '%s' is too long, limit is %d bytes" +msgstr "" + +#: src/conf/network_conf.c:1201 +#, c-format +msgid "" +"invalid character in service attribute '%s' in DNS SRV record of network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1210 +#, c-format +msgid "" +"missing required protocol attribute in DNS SRV record '%s' of network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1218 +#, c-format +msgid "" +"invalid character in protocol attribute '%s' in DNS SRV record of network " +"'%s'" +msgstr "" + +#: src/conf/network_conf.c:1231 +#, c-format +msgid "" +"DNS SRV port attribute not permitted without target for service '%s' in " +"network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1238 +#, c-format +msgid "invalid DNS SRV port attribute for service '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1247 +#, c-format +msgid "" +"DNS SRV priority attribute not permitted without target for service '%s' in " +"network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1254 +#, c-format +msgid "Invalid DNS SRV priority attribute for service '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1263 +#, c-format +msgid "" +"DNS SRV weight attribute not permitted without target for service '%s' in " +"network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1270 +#, c-format +msgid "invalid DNS SRV weight attribute for service '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1295 +#, c-format +msgid "missing required name attribute in DNS TXT record of network %s" +msgstr "" + +#: src/conf/network_conf.c:1301 +#, c-format +msgid "prohibited character in DNS TXT record name '%s' of network %s" +msgstr "" + +#: src/conf/network_conf.c:1307 +#, c-format +msgid "" +"missing required value attribute in DNS TXT record named '%s' of network %s" +msgstr "" + +#: src/conf/network_conf.c:1314 +#, c-format +msgid "Missing required name or value in DNS TXT record of network %s" +msgstr "" + +#: src/conf/network_conf.c:1348 +#, c-format +msgid "Invalid dns forwardPlainNames setting '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1358 +#, c-format +msgid "invalid element found in of network %s" +msgstr "" + +#: src/conf/network_conf.c:1370 +#, c-format +msgid "Invalid forwarder IP address '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1382 +#, c-format +msgid "invalid element found in of network %s" +msgstr "" + +#: src/conf/network_conf.c:1402 +#, c-format +msgid "invalid element found in of network %s" +msgstr "" + +#: src/conf/network_conf.c:1422 +#, c-format +msgid "invalid element found in of network %s" +msgstr "" + +#: src/conf/network_conf.c:1476 +#, c-format +msgid "Missing required address attribute in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1482 +#, c-format +msgid "Invalid address '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1491 +#, c-format +msgid "Invalid netmask '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1499 +#, c-format +msgid "Invalid ULong value specified for prefix in definition of network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1513 +#, c-format +msgid "%s family specified for non-IPv4 address '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1520 +#, c-format +msgid "" +"Invalid netmask '%s' for address '%s' in network '%s' (both must be IPv4)" +msgstr "" + +#: src/conf/network_conf.c:1527 +#, c-format +msgid "Network '%s' IP address cannot have both a prefix and a netmask" +msgstr "" + +#: src/conf/network_conf.c:1533 +#, c-format +msgid "Invalid IPv4 prefix '%lu' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1540 +#, c-format +msgid "Family 'ipv6' specified for non-IPv6 address '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1546 +#, c-format +msgid "netmask not allowed for IPv6 address '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1552 +#, c-format +msgid "Invalid IPv6 prefix '%lu' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1558 +#, c-format +msgid "Unrecognized family '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1575 +#, c-format +msgid "Unsupported element in an IPv6 element in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1626 +msgid "Missing required name attribute in portgroup" +msgstr "" + +#: src/conf/network_conf.c:1639 +#, c-format +msgid "Invalid trustGuestRxFilters setting '%s' in portgroup" +msgstr "" + +#: src/conf/network_conf.c:1689 +#, c-format +msgid "" +"The element can only be used when 'mode' is 'nat' in network " +"%s" +msgstr "" + +#: src/conf/network_conf.c:1698 src/conf/network_conf.c:1864 +#, c-format +msgid "invalid
element found in of network %s" +msgstr "" + +#: src/conf/network_conf.c:1703 +#, c-format +msgid "" +"Only one
element is allowed in in in network %s" +msgstr "" + +#: src/conf/network_conf.c:1710 +#, c-format +msgid "" +"missing 'start' attribute in
element in in in " +"network %s" +msgstr "" + +#: src/conf/network_conf.c:1717 +#, c-format +msgid "" +"missing 'end' attribute in
element in in in " +"network %s" +msgstr "" + +#: src/conf/network_conf.c:1725 +#, c-format +msgid "Bad ipv4 start address '%s' in in in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1732 +#, c-format +msgid "Bad ipv4 end address '%s' in in in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1744 +#, c-format +msgid "Only start address '%s' specified in in in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1751 +#, c-format +msgid "Only end address '%s' specified in in in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:1762 +#, c-format +msgid "invalid element found in of network %s" +msgstr "" + +#: src/conf/network_conf.c:1767 +#, c-format +msgid "Only one element is allowed in in in network %s" +msgstr "" + +#: src/conf/network_conf.c:1775 +#, c-format +msgid "" +"Missing or invalid 'start' attribute in in in in " +"network %s" +msgstr "" + +#: src/conf/network_conf.c:1783 +#, c-format +msgid "" +"Missing or invalid 'end' attribute in in in in " +"network %s" +msgstr "" + +#: src/conf/network_conf.c:1844 +#, c-format +msgid "Unknown forward in network %s" +msgstr "" + +#: src/conf/network_conf.c:1856 +#, c-format +msgid "invalid element found in of network %s" +msgstr "" + +#: src/conf/network_conf.c:1872 +#, c-format +msgid "invalid element found in of network %s" +msgstr "" + +#: src/conf/network_conf.c:1880 +#, c-format +msgid "invalid element found in of network %s" +msgstr "" + +#: src/conf/network_conf.c:1885 +#, c-format +msgid "Only one element is allowed in of network %s" +msgstr "" + +#: src/conf/network_conf.c:1898 +#, c-format +msgid "" +"the 'dev' attribute cannot be used when
or sub-" +"elements are present in network %s" +msgstr "" + +#: src/conf/network_conf.c:1920 +#, c-format +msgid "" +"Missing required dev attribute in element of network %s" +msgstr "" + +#: src/conf/network_conf.c:1932 +#, c-format +msgid " must match first in network %s" +msgstr "" + +#: src/conf/network_conf.c:1965 +#, c-format +msgid "missing address type in network %s" +msgstr "" + +#: src/conf/network_conf.c:1972 +#, c-format +msgid "unknown address type '%s' in network %s" +msgstr "" + +#: src/conf/network_conf.c:2002 +#, c-format +msgid "unsupported address type '%s' in network %s" +msgstr "" + +#: src/conf/network_conf.c:2012 +#, c-format +msgid "Only one element is allowed in of network %s" +msgstr "" + +#: src/conf/network_conf.c:2022 +#, c-format +msgid "Missing required dev attribute in element of network '%s'" +msgstr "" + +#: src/conf/network_conf.c:2110 +#, c-format +msgid "Invalid ipv6 setting '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:2123 +#, c-format +msgid "Invalid trustGuestRxFilters setting '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:2138 +#, c-format +msgid "Invalid domain localOnly setting '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:2163 +#, c-format +msgid "Invalid delay value in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:2175 +#, c-format +msgid "Invalid macTableManager setting '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:2192 +#, c-format +msgid "Invalid multicast bridge mac address '%s' in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:2312 +#, c-format +msgid "unreachable static route gateway '%s' specified for network '%s'" +msgstr "" + +#: src/conf/network_conf.c:2362 +#, c-format +msgid "bridge name not allowed in %s mode (network '%s')" +msgstr "" + +#: src/conf/network_conf.c:2369 +#, c-format +msgid "bridge macTableManager setting not allowed in %s mode (network '%s')" +msgstr "" + +#: src/conf/network_conf.c:2386 +#, c-format +msgid "" +"A network with forward mode='%s' can specify a bridge name or a forward dev, " +"but not both (network '%s')" +msgstr "" + +#: src/conf/network_conf.c:2494 +#, c-format +msgid "Unknown forwardPlainNames type %d in network" +msgstr "" + +#: src/conf/network_conf.c:2812 +#, c-format +msgid "unexpected hostdev driver name type %d " +msgstr "" + +#: src/conf/network_conf.c:2891 +#, c-format +msgid "Unknown localOnly type %d in network" +msgstr "" + +#: src/conf/network_conf.c:3104 +msgid "(network status)" +msgstr "" + +#: src/conf/network_conf.c:3109 +msgid "Could not find any 'network' element in status file" +msgstr "" + +#: src/conf/network_conf.c:3148 +#, c-format +msgid "Malformed 'floor_sum' attribute: %s" +msgstr "" + +#: src/conf/network_conf.c:3430 +#, c-format +msgid "can't update '%s' section of network '%s'" +msgstr "" + +#: src/conf/network_conf.c:3437 +#, c-format +msgid "unrecognized network update command code %d" +msgstr "" + +#: src/conf/network_conf.c:3447 +#, c-format +msgid "unexpected element <%s>, expecting <%s>, while updating network '%s'" +msgstr "" + +#: src/conf/network_conf.c:3502 +#, c-format +msgid "" +"couldn't update dhcp host entry - no element found at index %d in " +"network '%s'" +msgstr "" + +#: src/conf/network_conf.c:3525 +#, c-format +msgid "couldn't update dhcp host entry - no element found in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:3544 +#, c-format +msgid "dhcp is supported only for a single %s address on each network" +msgstr "" + +#: src/conf/network_conf.c:3586 +msgid "" +"the address family of a host entry IP must match the address family of the " +"dhcp element's parent" +msgstr "" + +#: src/conf/network_conf.c:3609 +#, c-format +msgid "" +"couldn't locate an existing dhcp host entry with \"mac='%s'\" \"name='%s'\" " +"\"ip='%s'\" in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:3643 +#, c-format +msgid "" +"there is an existing dhcp host entry in network '%s' that matches \"\"" +msgstr "" + +#: src/conf/network_conf.c:3674 +#, c-format +msgid "couldn't locate a matching dhcp host entry in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:3720 +msgid "dhcp ranges cannot be modified, only added or deleted" +msgstr "" + +#: src/conf/network_conf.c:3731 +msgid "" +"the address family of a dhcp range must match the address family of the dhcp " +"element's parent" +msgstr "" + +#: src/conf/network_conf.c:3755 +#, c-format +msgid "" +"there is an existing dhcp range entry in network '%s' that matches \"\"" +msgstr "" + +#: src/conf/network_conf.c:3776 +#, c-format +msgid "couldn't locate a matching dhcp range entry in network '%s'" +msgstr "" + +#: src/conf/network_conf.c:3826 +msgid "forward interface entries cannot be modified, only added or deleted" +msgstr "" + +#: src/conf/network_conf.c:3835 +msgid "missing dev attribute in element" +msgstr "" + +#: src/conf/network_conf.c:3852 +#, c-format +msgid "" +"there is an existing interface entry in network '%s' that matches " +"\"\"" +msgstr "" + +#: src/conf/network_conf.c:3869 +#, c-format +msgid "" +"couldn't find an interface entry in network '%s' matching " +msgstr "" + +#: src/conf/network_conf.c:3878 +#, c-format +msgid "" +"unable to delete interface '%s' in network '%s'. It is currently being used " +"by %d domains." +msgstr "" + +#: src/conf/network_conf.c:3945 +#, c-format +msgid "" +"couldn't find a portgroup entry in network '%s' matching " +msgstr "" + +#: src/conf/network_conf.c:3953 +#, c-format +msgid "" +"there is an existing portgroup entry in network '%s' that matches " +"\"\"" +msgstr "" + +#: src/conf/network_conf.c:3967 +#, c-format +msgid "" +"a different portgroup entry in network '%s' is already set as the default. " +"Only one default is allowed." +msgstr "" + +#: src/conf/network_conf.c:4027 +msgid "DNS HOST records cannot be modified, only added or deleted" +msgstr "" + +#: src/conf/network_conf.c:4060 +#, c-format +msgid "" +"there is already at least one DNS HOST record with a matching field in " +"network %s" +msgstr "" + +#: src/conf/network_conf.c:4075 +#, c-format +msgid "couldn't locate a matching DNS HOST record in network %s" +msgstr "" + +#: src/conf/network_conf.c:4081 +#, c-format +msgid "multiple matching DNS HOST records were found in network %s" +msgstr "" + +#: src/conf/network_conf.c:4121 +msgid "DNS SRV records cannot be modified, only added or deleted" +msgstr "" + +#: src/conf/network_conf.c:4146 +#, c-format +msgid "" +"there is already at least one DNS SRV record matching all specified fields " +"in network %s" +msgstr "" + +#: src/conf/network_conf.c:4161 +#, c-format +msgid "couldn't locate a matching DNS SRV record in network %s" +msgstr "" + +#: src/conf/network_conf.c:4167 +#, c-format +msgid "" +"multiple DNS SRV records matching all specified fields were found in network " +"%s" +msgstr "" + +#: src/conf/network_conf.c:4205 +msgid "DNS TXT records cannot be modified, only added or deleted" +msgstr "" + +#: src/conf/network_conf.c:4225 +#, c-format +msgid "there is already a DNS TXT record with name '%s' in network %s" +msgstr "" + +#: src/conf/network_conf.c:4240 +#, c-format +msgid "couldn't locate a matching DNS TXT record in network %s" +msgstr "" + +#: src/conf/network_conf.c:4272 +msgid "network_update_xml" +msgstr "" + +#: src/conf/network_conf.c:4322 +msgid "can't update unrecognized section of network" +msgstr "" + +#: src/conf/networkcommon_conf.c:64 +#, c-format +msgid "%s: Missing required address attribute in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:72 +#, c-format +msgid "%s: Missing required gateway attribute in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:80 +#, c-format +msgid "%s: Bad network address '%s' in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:88 +#, c-format +msgid "%s: Bad gateway address '%s' in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:100 +#, c-format +msgid "%s: No family specified for non-IPv4 address '%s' in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:102 +#, c-format +msgid "%s: IPv4 family specified for non-IPv4 address '%s' in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:110 +#, c-format +msgid "%s: No family specified for non-IPv4 gateway '%s' in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:112 +#, c-format +msgid "%s: IPv4 family specified for non-IPv4 gateway '%s' in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:120 +#, c-format +msgid "%s: Bad netmask address '%s' in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:127 +#, c-format +msgid "%s: Invalid netmask '%s' for address '%s' (both must be IPv4)" +msgstr "" + +#: src/conf/networkcommon_conf.c:135 +#, c-format +msgid "%s: Route definition cannot have both a prefix and a netmask" +msgstr "" + +#: src/conf/networkcommon_conf.c:143 +#, c-format +msgid "%s: Invalid prefix %u specified in route definition, must be 0 - 32" +msgstr "" + +#: src/conf/networkcommon_conf.c:152 +#, c-format +msgid "%s: ipv6 family specified for non-IPv6 address '%s' in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:159 +#, c-format +msgid "" +"%s: Specifying netmask invalid for IPv6 address '%s' in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:166 +#, c-format +msgid "" +"%s: ipv6 specified for non-IPv6 gateway address '%s' in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:173 +#, c-format +msgid "%s: Invalid prefix %u specified in route definition, must be 0 - 128" +msgstr "" + +#: src/conf/networkcommon_conf.c:181 +#, c-format +msgid "%s: Unrecognized family '%s' in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:191 +#, c-format +msgid "" +"%s: Error converting address '%s' with netmask '%s' to network-address in " +"route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:201 +#, c-format +msgid "" +"%s: Error converting address '%s' with prefix %u to network-address in route " +"definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:210 +#, c-format +msgid "%s: Address '%s' in route definition is not a network address" +msgstr "" + +#: src/conf/networkcommon_conf.c:254 +#, c-format +msgid "%s: Invalid prefix specified in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:263 +#, c-format +msgid "%s: Invalid metric specified in route definition" +msgstr "" + +#: src/conf/networkcommon_conf.c:272 +#, c-format +msgid "%s: Invalid metric value, must be > 0 in route definition" +msgstr "" + +#: src/conf/node_device_conf.c:867 +#, c-format +msgid "invalid unique_id supplied for '%s'" +msgstr "" + +#: src/conf/node_device_conf.c:903 +#, c-format +msgid "no WWNN supplied for '%s', and auto-generation failed" +msgstr "" + +#: src/conf/node_device_conf.c:915 +#, c-format +msgid "no WWPN supplied for '%s', and auto-generation failed" +msgstr "" + +#: src/conf/node_device_conf.c:981 +msgid "missing network device feature name" +msgstr "" + +#: src/conf/node_device_conf.c:987 +#, c-format +msgid "unknown network device feature '%s'" +msgstr "" + +#: src/conf/node_device_conf.c:1151 +msgid "missing iommuGroup number attribute" +msgstr "" + +#: src/conf/node_device_conf.c:1157 +#, c-format +msgid "invalid iommuGroup number attribute '%s'" +msgstr "" + +#: src/conf/node_device_conf.c:1203 +msgid "mandatory attribute 'width' is missing or malformed" +msgstr "" + +#: src/conf/node_device_conf.c:1210 +#, c-format +msgid "malformed 'speed' attribute: %s" +msgstr "" + +#: src/conf/node_device_conf.c:1220 +#, c-format +msgid "malformed 'port' attribute: %s" +msgstr "" + +#: src/conf/node_device_conf.c:1435 +#, c-format +msgid "invalid NUMA node ID supplied for '%s'" +msgstr "" + +#: src/conf/numa_conf.c:99 +msgid "Cannot extract memnode nodes" +msgstr "" + +#: src/conf/numa_conf.c:109 +msgid "Per-node binding is not compatible with automatic NUMA placement." +msgstr "" + +#: src/conf/numa_conf.c:116 +msgid "Element 'memnode' is invalid without any guest NUMA cells" +msgstr "" + +#: src/conf/numa_conf.c:130 +msgid "Missing required cellid attribute in memnode element" +msgstr "" + +#: src/conf/numa_conf.c:136 +#, c-format +msgid "Invalid cellid attribute in memnode element: %s" +msgstr "" + +#: src/conf/numa_conf.c:144 +msgid "" +"Argument 'cellid' in memnode element must correspond to existing guest's " +"NUMA cell" +msgstr "" + +#: src/conf/numa_conf.c:153 +#, c-format +msgid "Multiple memnode elements with cellid %u" +msgstr "" + +#: src/conf/numa_conf.c:164 +msgid "Invalid mode attribute in memnode element" +msgstr "" + +#: src/conf/numa_conf.c:174 +msgid "Missing required nodeset attribute in memnode element" +msgstr "" + +#: src/conf/numa_conf.c:215 +msgid "only one numatune is supported" +msgstr "" + +#: src/conf/numa_conf.c:236 +#, c-format +msgid "Unsupported NUMA memory placement mode '%s'" +msgstr "" + +#: src/conf/numa_conf.c:440 +msgid "Advice from numad is needed in case of automatic numa placement" +msgstr "" + +#: src/conf/numa_conf.c:494 +#, c-format +msgid "Unsupported numatune mode '%d'" +msgstr "" + +#: src/conf/numa_conf.c:502 +#, c-format +msgid "Unsupported numatune placement '%d'" +msgstr "" + +#: src/conf/numa_conf.c:528 +msgid "nodeset for NUMA memory tuning must be set if 'placement' is 'static'" +msgstr "" + +#: src/conf/numa_conf.c:722 +#, c-format +msgid "Invalid 'id' attribute in NUMA cell: '%s'" +msgstr "" + +#: src/conf/numa_conf.c:729 +msgid "" +"Exactly one 'cell' element per guest NUMA cell allowed, non-contiguous " +"ranges or ranges not starting from 0 are not allowed" +msgstr "" + +#: src/conf/numa_conf.c:739 +#, c-format +msgid "Duplicate NUMA cell info for cell id '%u'" +msgstr "" + +#: src/conf/numa_conf.c:756 +#, c-format +msgid "NUMA cell %d has no vCPUs assigned" +msgstr "" + +#: src/conf/numa_conf.c:768 +#, c-format +msgid "NUMA cells %u and %zu have overlapping vCPU ids" +msgstr "" + +#: src/conf/numa_conf.c:782 +#, c-format +msgid "Invalid 'memAccess' attribute value '%s'" +msgstr "" + +#: src/conf/numa_conf.c:890 +#, c-format +msgid "Target NUMA node count '%zu' doesn't match source '%zu'" +msgstr "" + +#: src/conf/numa_conf.c:901 +#, c-format +msgid "Size of target NUMA node %zu (%llu) doesn't match source (%llu)" +msgstr "" + +#: src/conf/numa_conf.c:911 +#, c-format +msgid "Processor mask of target NUMA node %zu doesn't match source" +msgstr "" + +#: src/conf/nwfilter_conf.c:994 +msgid "ipset name is too long" +msgstr "" + +#: src/conf/nwfilter_conf.c:1000 +msgid "ipset name contains invalid characters" +msgstr "" + +#: src/conf/nwfilter_conf.c:1032 +msgid "malformed ipset flags" +msgstr "" + +#: src/conf/nwfilter_conf.c:2166 +#, c-format +msgid "" +"%s rule with port specification requires protocol specification with " +"protocol to be either one of tcp(6), udp(17), dccp(33), or sctp(132)" +msgstr "" + +#: src/conf/nwfilter_conf.c:2759 +msgid "(nwfilter_definition)" +msgstr "" + +#: src/conf/nwfilter_conf.c:3099 +#, c-format +msgid "filter '%s' already exists with uuid %s" +msgstr "" + +#: src/conf/nwfilter_params.c:427 +msgid "hash lookup resulted in NULL pointer" +msgstr "" + +#: src/conf/nwfilter_params.c:433 +#, c-format +msgid "Lookup of value at index %u resulted in a NULL pointer" +msgstr "" + +#: src/conf/nwfilter_params.c:574 +#, c-format +msgid "Could not get iterator index for iterator ID %u" +msgstr "" + +#: src/conf/nwfilter_params.c:584 +#, c-format +msgid "Could not get iterator index for (internal) iterator ID %u" +msgstr "" + +#: src/conf/nwfilter_params.c:1006 +msgid "Malformatted array index" +msgstr "" + +#: src/conf/nwfilter_params.c:1009 +msgid "Malformatted iterator id" +msgstr "" + +#: src/conf/nwfilter_params.c:1021 +#, c-format +msgid "Iterator ID exceeds maximum ID of %u" +msgstr "" + +#: src/conf/nwfilter_params.c:1034 +msgid "Malformatted variable" +msgstr "" + +#: src/conf/object_event.c:257 src/conf/object_event.c:284 +#, c-format +msgid "could not find event callback %d for deletion" +msgstr "" + +#: src/conf/object_event.c:591 +msgid "unable to initialize state mutex" +msgstr "unable to initialise state mutex" + +#: src/conf/object_event.c:640 +#, c-format +msgid "Class %s must derive from virObjectEvent" +msgstr "" + +#: src/conf/object_event.c:899 +msgid "could not initialize domain event timer" +msgstr "could not initialise domain event timer" + +#: src/conf/object_event.c:992 +#, c-format +msgid "event callback function %p not registered" +msgstr "" + +#: src/conf/object_event.c:1040 +#, c-format +msgid "event callback id %d not registered" +msgstr "" + +#: src/conf/secret_conf.c:143 +msgid "iSCSI usage specified, but target is missing" +msgstr "" + +#: src/conf/snapshot_conf.c:148 +#, c-format +msgid "unknown disk snapshot type '%s'" +msgstr "" + +#: src/conf/snapshot_conf.c:164 +#, c-format +msgid "unknown disk snapshot driver '%s'" +msgstr "" + +#: src/conf/snapshot_conf.c:165 +#, c-format +msgid "disk format '%s' lacks backing file support" +msgstr "" + +#: src/conf/snapshot_conf.c:177 +#, c-format +msgid "disk snapshot image path '%s' must be absolute" +msgstr "" + +#: src/conf/snapshot_conf.c:301 +#, c-format +msgid "unknown memory snapshot setting '%s'" +msgstr "" + +#: src/conf/snapshot_conf.c:308 +#, c-format +msgid "memory filename '%s' requires external snapshot" +msgstr "" + +#: src/conf/snapshot_conf.c:315 +msgid "external memory snapshots require a filename" +msgstr "" + +#: src/conf/snapshot_conf.c:328 +msgid "memory state cannot be saved with offline or disk-only snapshot" +msgstr "" + +#: src/conf/snapshot_conf.c:338 +#, c-format +msgid "memory snapshot file path (%s) must be absolute" +msgstr "" + +#: src/conf/snapshot_conf.c:460 +#, c-format +msgid "cannot generate external snapshot name for disk '%s' on a '%s' device" +msgstr "" + +#: src/conf/snapshot_conf.c:1251 +#, c-format +msgid "disk-only flag for snapshot %s requires disk-snapshot state" +msgstr "" + +#: src/conf/storage_conf.c:475 +msgid "element 'name' is mandatory for RBD pool" +msgstr "" + +#: src/conf/storage_conf.c:507 +msgid "missing storage pool host name" +msgstr "" + +#: src/conf/storage_conf.c:573 +#, c-format +msgid "Unknown pool adapter type '%s'" +msgstr "" + +#: src/conf/storage_conf.c:588 +#, c-format +msgid "unknown fc_host managed setting '%s'" +msgstr "" + +#: src/conf/storage_conf.c:611 +msgid "Missing scsi_host PCI address element" +msgstr "" + +#: src/conf/storage_conf.c:622 +msgid "Missing or invalid scsi adapter 'unique_id' value" +msgstr "" + +#: src/conf/storage_conf.c:646 +msgid "" +"Use of 'wwnn', 'wwpn', and 'parent' attributes requires use of the adapter " +"'type'" +msgstr "" + +#: src/conf/storage_conf.c:653 +msgid "Use of 'parent' element requires use of the adapter 'type'" +msgstr "" + +#: src/conf/storage_conf.c:673 +msgid "storage pool missing auth type" +msgstr "" + +#: src/conf/storage_conf.c:826 +msgid "storage pool missing type attribute" +msgstr "" + +#: src/conf/storage_conf.c:903 +msgid "missing storage pool source adapter" +msgstr "" + +#: src/conf/storage_conf.c:912 +msgid "'wwnn' and 'wwpn' must be specified for adapter type 'fchost'" +msgstr "" + +#: src/conf/storage_conf.c:925 +msgid "Either 'name' or 'parent' must be specified for the 'scsi_host' adapter" +msgstr "" + +#: src/conf/storage_conf.c:933 +msgid "" +"Both 'name' and 'parent' cannot be specified for the 'scsi_host' adapter" +msgstr "" + +#: src/conf/storage_conf.c:996 +#, c-format +msgid "unexpected root element <%s>, expecting " +msgstr "" + +#: src/conf/storage_conf.c:1321 +#, c-format +msgid "unknown volume type '%s'" +msgstr "" + +#: src/conf/storage_conf.c:1430 +#, c-format +msgid "unsupported feature %s" +msgstr "" + +#: src/conf/storage_conf.c:1465 +#, c-format +msgid "unexpected root element <%s>, expecting " +msgstr "" + +#: src/conf/storage_conf.c:1893 +msgid "(pool state)" +msgstr "" + +#: src/conf/storage_conf.c:1898 +msgid "Could not find any 'pool' element in state file" +msgstr "" + +#: src/conf/storage_conf.c:1908 +#, c-format +msgid "Storage pool state file '%s' does not match pool name '%s'" +msgstr "" + +#: src/conf/storage_conf.c:2278 +#, c-format +msgid "Cannot find '%s' in node device database" +msgstr "" + +#: src/conf/virchrdev.c:129 +#, c-format +msgid "Requested device '%s' is locked by lock file '%s' held by process %lld" +msgstr "" + +#: src/conf/virchrdev.c:158 +#, c-format +msgid "Couldn't create lock file for device '%s' in path '%s'" +msgstr "" + +#: src/conf/virchrdev.c:167 +#, c-format +msgid "Couldn't write to lock file for device '%s' in path '%s'" +msgstr "" + +#: src/conf/virchrdev.c:276 +msgid "Unable to init device stream mutex" +msgstr "" + +#: src/conf/virchrdev.c:356 +msgid "PTY device is not yet assigned" +msgstr "" + +#: src/conf/virdomainobjlist.c:266 +#, c-format +msgid "domain '%s' is already active" +msgstr "" + +#: src/conf/virdomainobjlist.c:272 +#, c-format +msgid "domain '%s' is already being started" +msgstr "" + +#: src/cpu/cpu.c:223 +msgid "invalid CPU definition stub" +msgstr "" + +#: src/cpu/cpu.c:279 src/cpu/cpu_x86.c:1479 +msgid "no guest CPU model specified" +msgstr "" + +#: src/cpu/cpu.c:551 +#, c-format +msgid "invalid CPU definition at index %zu" +msgstr "" + +#: src/cpu/cpu.c:556 +#, c-format +msgid "no CPU model specified at index %zu" +msgstr "" + +#: src/cpu/cpu.c:671 +#, c-format +msgid "cannot format %s CPU data" +msgstr "" + +#: src/cpu/cpu.c:717 +#, c-format +msgid "cannot parse %s CPU data" +msgstr "" + +#: src/cpu/cpu.c:768 +#, c-format +msgid "cannot find architecture %s" +msgstr "" + +#: src/cpu/cpu.c:776 +#, c-format +msgid "cannot find a driver for the architecture %s" +msgstr "" + +#: src/cpu/cpu.c:783 +#, c-format +msgid "CPU driver for %s has no CPU model support" +msgstr "" + +#: src/cpu/cpu_ppc64.c:685 src/cpu/cpu_x86.c:1751 +#, c-format +msgid "CPU model %s is not supported by hypervisor" +msgstr "" + +#: src/cpu/cpu_ppc64.c:110 +msgid "Host CPU does not support compatibility modes" +msgstr "" + +#: src/cpu/cpu_ppc64.c:120 +#, c-format +msgid "Unknown compatibility mode %s" +msgstr "" + +#: src/cpu/cpu_ppc64.c:362 +#, c-format +msgid "CPU model %s already defined" +msgstr "" + +#: src/cpu/cpu_ppc64.c:385 +#, c-format +msgid "Missing PVR information for CPU model %s" +msgstr "" + +#: src/cpu/cpu_ppc64.c:400 +#, c-format +msgid "Missing or invalid PVR value in CPU model %s" +msgstr "" + +#: src/cpu/cpu_ppc64.c:408 +#, c-format +msgid "Missing or invalid PVR mask in CPU model %s" +msgstr "" + +#: src/cpu/cpu_ppc64.c:540 src/cpu/cpu_x86.c:1498 +#, c-format +msgid "CPU arch %s does not match host arch" +msgstr "" + +#: src/cpu/cpu_ppc64.c:558 src/cpu/cpu_x86.c:1514 +#, c-format +msgid "host CPU vendor does not match required CPU vendor %s" +msgstr "" + +#: src/cpu/cpu_ppc64.c:613 +#, c-format +msgid "host CPU model does not match required CPU model %s" +msgstr "" + +#: src/cpu/cpu_ppc64.c:678 +#, c-format +msgid "Cannot find CPU model with PVR 0x%08x" +msgstr "" + +#: src/cpu/cpu_ppc64.c:773 src/cpu/cpu_x86.c:2578 +#, c-format +msgid "Unexpected CPU mode: %d" +msgstr "" + +#: src/cpu/cpu_x86.c:870 +#, c-format +msgid "Invalid cpuid[%zu] in %s feature" +msgstr "" + +#: src/cpu/cpu.c:700 +msgid "CPU data" +msgstr "" + +#: src/cpu/cpu.c:702 +msgid "cannot parse CPU data" +msgstr "" + +#: src/cpu/cpu_x86.c:1406 +msgid "no x86 CPU data found" +msgstr "" + +#: src/cpu/cpu_x86.c:1414 +#, c-format +msgid "failed to parse cpuid[%zu]" +msgstr "" + +#: src/cpu/cpu_x86.c:1533 +msgid "Host CPU provides forbidden features" +msgstr "" + +#: src/cpu/cpu_x86.c:1547 +msgid "Host CPU does not provide required features" +msgstr "" + +#: src/cpu/cpu_x86.c:1569 +msgid "Host CPU does not strictly match guest CPU: Extra features" +msgstr "" + +#: src/esx/esx_driver.c:669 src/esx/esx_driver.c:766 +#, c-format +msgid "Expecting '%s' to be a %s host but found a %s host" +msgstr "" + +#: src/esx/esx_driver.c:971 +#, c-format +msgid "" +"This host is managed by a vCenter with IP address %s, but a mismachting " +"vCenter '%s' (%s) has been specified" +msgstr "" +"This host is managed by a vCenter with IP address %s, but a mismatching " +"vCenter '%s' (%s) has been specified" + +#: src/esx/esx_driver.c:2445 +msgid "Screen cannot be selected" +msgstr "" + +#: src/esx/esx_driver.c:2456 +msgid "Screenshot feature is unsupported" +msgstr "" + +#: src/esx/esx_network_driver.c:165 +#, c-format +msgid "Could not find HostVirtualSwitch with UUID '%s'" +msgstr "" + +#: src/esx/esx_network_driver.c:231 +msgid "Different inbound and outbound bandwidth is unsupported" +msgstr "" + +#: src/esx/esx_network_driver.c:317 +msgid "" +"HostVirtualSwitch already exists, editing existing ones is not supported yet" +msgstr "" + +#: src/esx/esx_network_driver.c:325 +msgid "Cannot use predefined UUID" +msgstr "" + +#: src/esx/esx_network_driver.c:333 +#, c-format +msgid "Unsupported forward mode '%s'" +msgstr "" + +#: src/esx/esx_network_driver.c:348 +#, c-format +msgid "HostPortGroup with name '%s' exists already" +msgstr "" + +#: src/esx/esx_network_driver.c:381 +#, c-format +msgid "unsupported device type in network %s interface pool" +msgstr "" + +#: src/esx/esx_network_driver.c:403 +#, c-format +msgid "Could not find PhysicalNic with name '%s'" +msgstr "" + +#: src/esx/esx_network_driver.c:519 +#, c-format +msgid "Cannot undefine HostVirtualSwitch that has a '%s' port" +msgstr "" + +#: src/esx/esx_network_driver.c:532 src/esx/esx_network_driver.c:560 +#, c-format +msgid "Could not find HostPortGroup for key '%s'" +msgstr "" + +#: src/esx/esx_network_driver.c:705 +#, c-format +msgid "Could not find PhysicalNic with key '%s'" +msgstr "" + +#: src/esx/esx_network_driver.c:781 +#, c-format +msgid "Could not find HostPortGroup with key '%s'" +msgstr "" + +#: src/esx/esx_network_driver.c:833 +msgid "Cannot deactivate network autostart" +msgstr "" + +#: src/esx/esx_storage_backend_iscsi.c:64 +#: src/esx/esx_storage_backend_iscsi.c:113 +#: src/esx/esx_storage_backend_iscsi.c:209 +msgid "Unable to obtain iSCSI adapter" +msgstr "" + +#: src/esx/esx_storage_backend_iscsi.c:316 src/esx/esx_storage_driver.c:159 +#, c-format +msgid "Could not find storage pool with name '%s'" +msgstr "" + +#: src/esx/esx_storage_backend_iscsi.c:589 +#: src/esx/esx_storage_backend_iscsi.c:605 +msgid "iSCSI storage pool does not support volume creation" +msgstr "" + +#: src/esx/esx_storage_backend_iscsi.c:637 +#, c-format +msgid "Could not find volume with name: %s" +msgstr "" + +#: src/esx/esx_storage_backend_iscsi.c:692 +#, c-format +msgid "Could find volume with name: %s" +msgstr "" + +#: src/esx/esx_storage_backend_iscsi.c:738 +msgid "iSCSI storage pool does not support volume deletion" +msgstr "" + +#: src/esx/esx_storage_backend_iscsi.c:753 +msgid "iSCSI storage pool does not support volume wiping" +msgstr "" + +#: src/esx/esx_storage_backend_vmfs.c:725 +msgid "" +"QueryVirtualDiskUuid not available, cannot lookup storage volume by UUID" +msgstr "" + +#: src/esx/esx_storage_driver.c:187 +#, c-format +msgid "Could not find storage pool with uuid '%s'" +msgstr "" + +#: src/esx/esx_storage_driver.c:354 +#, c-format +msgid "Unexpected volume path format: %s" +msgstr "" + +#: src/esx/esx_storage_driver.c:380 +#, c-format +msgid "Could not find storage volume with key '%s'" +msgstr "" + +#: src/esx/esx_stream.c:182 +#, c-format +msgid "Could not complete transfer: %s (%d)" +msgstr "" + +#: src/esx/esx_stream.c:189 +#, c-format +msgid "Unexpected HTTP response code %lu" +msgstr "" + +#: src/esx/esx_stream.c:211 src/esx/esx_stream.c:265 +msgid "Stream is not open" +msgstr "" + +#: src/esx/esx_stream.c:216 +msgid "Not an upload stream" +msgstr "" + +#: src/esx/esx_stream.c:270 +msgid "Not a download stream" +msgstr "" + +#: src/esx/esx_stream.c:344 +msgid "Stream has untransferred data left" +msgstr "" + +#: src/esx/esx_stream.c:394 +msgid "Non-blocking streams are not supported yet" +msgstr "" + +#: src/esx/esx_util.c:147 +#, c-format +msgid "" +"Query parameter 'proxy' has unexpected port value '%s' (should be [1..65535])" +msgstr "" + +#: src/esx/esx_vi.c:306 +msgid "Could not initialize CURL" +msgstr "Could not initialise CURL" + +#: src/esx/esx_vi.c:360 +msgid "Could not initialize CURL mutex" +msgstr "Could not initialise CURL mutex" + +#: src/esx/esx_vi.c:388 +msgid "Download length it too large" +msgstr "" + +#: src/esx/esx_vi.c:563 +msgid "Cannot share uninitialized CURL handle" +msgstr "Cannot share uninitialised CURL handle" + +#: src/esx/esx_vi.c:578 +msgid "Could not initialize CURL (share)" +msgstr "Could not initialise CURL (share)" + +#: src/esx/esx_vi.c:595 +msgid "Could not initialize a CURL (share) mutex" +msgstr "Could not initialise a CURL (share) mutex" + +#: src/esx/esx_vi.c:618 +msgid "Cannot unshare uninitialized CURL handle" +msgstr "Cannot unshare uninitialised CURL handle" + +#: src/esx/esx_vi.c:721 +msgid "Trying to free MultiCURL object that is still in use" +msgstr "" + +#: src/esx/esx_vi.c:738 +msgid "Cannot add uninitialized CURL handle to a multi handle" +msgstr "" + +#: src/esx/esx_vi.c:744 +msgid "Cannot add CURL handle to a multi handle twice" +msgstr "" + +#: src/esx/esx_vi.c:753 +msgid "Could not initialize CURL (multi)" +msgstr "" + +#: src/esx/esx_vi.c:784 +msgid "Cannot remove uninitialized CURL handle from a multi handle" +msgstr "" + +#: src/esx/esx_vi.c:791 +msgid "" +"Cannot remove CURL handle from a multi handle when it wasn't added before" +msgstr "" + +#: src/esx/esx_vi.c:797 +msgid "CURL (multi) mismatch" +msgstr "" + +#: src/esx/esx_vi.c:832 src/esx/esx_vi.c:878 +#, c-format +msgid "Could not trigger socket action: %s (%d)" +msgstr "" + +#: src/esx/esx_vi.c:853 +msgid "Could not wait for transfer" +msgstr "" + +#: src/esx/esx_vi.c:904 +#, c-format +msgid "Could not wait for transfer: %s (%d)" +msgstr "" + +#: src/esx/esx_vi.c:925 +#, c-format +msgid "Could not transfer data: %s (%d)" +msgstr "" + +#: src/esx/esx_vi.c:1031 +msgid "Could not initialize session mutex" +msgstr "Could not initialise session mutex" + +#: src/esx/esx_vi.c:1049 +#, c-format +msgid "Could not parse VI API version '%s'" +msgstr "" + +#: src/esx/esx_vi.c:1056 src/esx/esx_vi.c:1072 src/esx/esx_vi.c:1083 +#: src/esx/esx_vi.c:1093 +#, c-format +msgid "Minimum supported %s version is %s but found version '%s'" +msgstr "" + +#: src/esx/esx_vi.c:1064 +#, c-format +msgid "Could not parse product version '%s'" +msgstr "" + +#: src/esx/esx_vi.c:1480 +#, c-format +msgid "" +"HTTP response code %d for call to '%s'. Fault is unknown, deserialization " +"failed" +msgstr "" +"HTTP response code %d for call to '%s'. Fault is unknown, deserialisation " +"failed" + +#: src/esx/esx_vi.c:4166 +#, c-format +msgid "Could not find physical NIC with name '%s'" +msgstr "" + +#: src/esx/esx_vi.c:4213 +#, c-format +msgid "Could not find physical NIC with MAC address '%s'" +msgstr "" + +#: src/esx/esx_vi.c:4307 +#, c-format +msgid "Could not find HostVirtualSwitch with name '%s'" +msgstr "" + +#: src/esx/esx_vi.c:4572 +msgid "Non-cancelable task is blocked by an unanswered question" +msgstr "Non-cancellable task is blocked by an unanswered question" + +#: src/esx/esx_vi.c:4807 +msgid "Unexpected product line" +msgstr "" + +#: src/esx/esx_vi.c:4825 +msgid "Unable to obtain hostInternetScsiHba" +msgstr "" + +#: src/esx/esx_vi.c:4843 +#, c-format +msgid "Could not find storage pool with name: %s" +msgstr "" + +#: src/esx/esx_vi.c:5034 +msgid "Target not found" +msgstr "" + +#: src/esx/esx_vi.c:5327 +#, c-format +msgid "Could not find %s" +msgstr "" + +#: src/esx/esx_vi_types.c:218 src/esx/esx_vi_types.c:233 +#, c-format +msgid "Call to %s for unexpected type '%s', expected '%s'" +msgstr "" + +#: src/fdstream.c:508 +msgid "Unable to set non-blocking mode" +msgstr "" + +#: src/fdstream.c:522 src/locking/lock_daemon.c:158 +#: src/locking/lock_daemon.c:207 src/logging/log_daemon.c:148 +#: src/logging/log_daemon.c:201 src/node_device/node_device_udev.c:1451 +#: src/qemu/qemu_capabilities.c:3879 src/util/vireventpoll.c:691 +#: src/util/virobject.c:224 +msgid "Unable to initialize mutex" +msgstr "Unable to initialise mutex" + +#: src/hyperv/hyperv_driver.c:162 +msgid "Could not initialize openwsman transport" +msgstr "Could not initialise openwsman transport" + +#: src/hyperv/hyperv_wmi.c:146 src/hyperv/hyperv_wmi.c:417 +msgid "Could not initialize options" +msgstr "Could not initialise options" + +#: src/hyperv/hyperv_wmi.c:207 +msgid "Could not deserialize pull response item" +msgstr "Could not deserialise pull response item" + +#: src/hyperv/hyperv_wmi.c:252 src/hyperv/hyperv_wmi.c:292 +msgid "Could not free deserialized data" +msgstr "Could not free deserialised data" + +#: src/interface/interface_backend_netcf.c:93 +msgid "failed to initialize netcf" +msgstr "" + +#: src/interface/interface_backend_netcf.c:110 +msgid "Attempt to close netcf state driver with open connections" +msgstr "" + +#: src/interface/interface_backend_netcf.c:137 +msgid "failed to re-init netcf" +msgstr "" + +#: src/interface/interface_backend_netcf.c:285 +#: src/interface/interface_backend_netcf.c:375 +#: src/interface/interface_backend_netcf.c:561 +#, c-format +msgid "failed to get number of host interfaces: %s%s%s" +msgstr "" + +#: src/interface/interface_backend_netcf.c:928 +msgid "interface is already running" +msgstr "" + +#: src/interface/interface_backend_netcf.c:980 +msgid "interface is not running" +msgstr "" + +#: src/interface/interface_backend_udev.c:152 +#, c-format +msgid "failed to get number of %s interfaces on host" +msgstr "" + +#: src/interface/interface_backend_udev.c:205 +#: src/interface/interface_backend_udev.c:334 +#, c-format +msgid "failed to get list of %s interfaces on host" +msgstr "" + +#: src/interface/interface_backend_udev.c:483 +#, c-format +msgid "failed to lookup interface with MAC address '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:508 +#, c-format +msgid "the MAC address '%s' matches multiple interfaces" +msgstr "" + +#: src/interface/interface_backend_udev.c:604 +#, c-format +msgid "Could not retrieve 'bonding/downdelay' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:609 +#, c-format +msgid "Could not parse 'bonding/downdelay' '%s' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:618 +#, c-format +msgid "Could not retrieve 'bonding/updelay' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:623 +#, c-format +msgid "Could not parse 'bonding/updelay' '%s' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:632 +#, c-format +msgid "Could not retrieve 'bonding/miimon' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:637 +#, c-format +msgid "Could not parse 'bonding/miimon' '%s' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:646 +#, c-format +msgid "Could not retrieve 'bonding/arp_interval' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:651 +#, c-format +msgid "Could not parse 'bonding/arp_interval' '%s' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:665 +#, c-format +msgid "Could not retrieve 'bonding/mode' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:671 +#, c-format +msgid "Invalid format for 'bonding/mode' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:676 +#, c-format +msgid "Unable to find correct value in 'bonding/mode' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:682 +#, c-format +msgid "Could not parse 'bonding/mode' '%s' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:695 +#, c-format +msgid "Could not retrieve 'bonding/arp_validate' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:701 +#, c-format +msgid "Invalid format for 'bonding/arp_validate' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:706 +#, c-format +msgid "Unable to find correct value in 'bonding/arp_validate' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:712 +#, c-format +msgid "Could not parse 'bonding/arp_validate' '%s' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:722 +#, c-format +msgid "Could not retrieve 'bonding/use_carrier' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:727 +#, c-format +msgid "Could not parse 'bonding/use_carrier' '%s' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:747 +#, c-format +msgid "Could not retrieve 'bonding/arp_ip_target' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:760 +#, c-format +msgid "Could not get slaves of bond '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:776 +#, c-format +msgid "Invalid enslaved interface name '%s' seen for bond '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:787 +#, c-format +msgid "" +"Could not get interface information for '%s', which is a enslaved in bond " +"'%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:828 +#, c-format +msgid "Could not retrieve 'bridge/forward_delay' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:839 +#, c-format +msgid "Could not retrieve 'bridge/stp_state' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:845 +#, c-format +msgid "Could not parse 'bridge/stp_state' '%s' for '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:858 +#, c-format +msgid "Invalid STP state value %d received for '%s'. Must be -1, 0, or 1." +msgstr "" + +#: src/interface/interface_backend_udev.c:877 +#, c-format +msgid "Could not get members of bridge '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:893 +#, c-format +msgid "" +"Could not get interface information for '%s', which is a member of bridge " +"'%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:936 +#: src/interface/interface_backend_udev.c:945 +#, c-format +msgid "failed to find the VID for the VLAN device '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:952 +#: src/interface/interface_backend_udev.c:960 +#, c-format +msgid "failed to find the real device for the VLAN device '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:1020 +#, c-format +msgid "Could not parse MTU value '%s'" +msgstr "" + +#: src/interface/interface_backend_udev.c:1172 +msgid "failed to create udev context" +msgstr "" + +#: src/interface/interface_backend_udev.c:1219 +msgid "failed to register udev interface driver" +msgstr "" + +#: src/internal.h:325 src/internal.h:347 +#, c-format +msgid "unsupported flags (0x%lx) in function %s" +msgstr "" + +#: src/internal.h:372 src/internal.h:396 +#, c-format +msgid "Flags '%s' and '%s' are mutually exclusive" +msgstr "" + +#: src/internal.h:422 src/internal.h:444 +#, c-format +msgid "Flag '%s' is required by flag '%s'" +msgstr "" + +#: src/internal.h:513 +#, c-format +msgid "read only access prevents %s" +msgstr "" + +#: src/libvirt.c:355 +msgid "libvirt.so is not safe to use from setuid programs" +msgstr "" + +#: src/libvirt.c:528 +msgid "A network driver is already registered" +msgstr "" + +#: src/libvirt.c:554 +msgid "A interface driver is already registered" +msgstr "" + +#: src/libvirt.c:580 +msgid "A storage driver is already registered" +msgstr "" + +#: src/libvirt.c:606 +msgid "A node device driver is already registered" +msgstr "" + +#: src/libvirt.c:632 +msgid "A secret driver is already registered" +msgstr "" + +#: src/libvirt.c:658 +msgid "A network filter driver is already registered" +msgstr "" + +#: src/libvirt.c:773 +#, c-format +msgid "Initialization of %s state driver failed: %s" +msgstr "" + +#: src/libvirt.c:783 +msgid "Unknown problem" +msgstr "" + +#: src/libvirt.c:925 +msgid "Expected a string for 'uri_default' config parameter" +msgstr "" + +#: src/libvirt.c:980 +msgid "An explicit URI must be provided when setuid" +msgstr "" + +#: src/libvirt-admin.c:125 +#, c-format +msgid "Unknown URI parameter '%s'" +msgstr "" + +#: src/libvirt-admin.c:133 +#, c-format +msgid "Unsupported URI scheme '%s'" +msgstr "" + +#: src/libvirt-admin.c:146 +#, c-format +msgid "Invalid URI path '%s', try '/system'" +msgstr "" + +#: src/libvirt-admin.c:166 +msgid "Expected a string for 'admin_uri_default' config parameter" +msgstr "" + +#: src/libvirt-admin.c:469 src/remote/remote_driver.c:7552 +#: src/vz/vz_driver.c:1602 +msgid "A close callback is already registered" +msgstr "" + +#: src/libvirt-admin.c:521 src/remote/remote_driver.c:7583 +#: src/vz/vz_driver.c:1626 +msgid "A different callback was requested" +msgstr "" + +#: src/libvirt-domain.c:388 +msgid "Invalid UUID" +msgstr "" + +#: src/libvirt-domain.c:1328 +#, c-format +msgid "dumpformat '%d' is not supported" +msgstr "" + +#: src/libvirt-domain.c:1405 src/libvirt-domain.c:9613 +#: src/libvirt-domain.c:9677 +#, c-format +msgid "stream must match connection of domain '%s'" +msgstr "" + +#: src/libvirt-domain.c:1807 +#, c-format +msgid "result too large: %llu" +msgstr "" + +#: src/libvirt-domain.c:1854 src/libvirt-domain.c:1907 +#: src/libvirt-domain.c:1970 +#, c-format +msgid "input too large: %lu" +msgstr "" + +#: src/libvirt-domain.c:2924 src/libvirt-domain.c:3182 +#: src/qemu/qemu_migration.c:5224 src/qemu/qemu_migration.c:5503 +msgid "finish step ignored that migration was cancelled" +msgstr "" + +#: src/libvirt-domain.c:3307 +msgid "Attempt to migrate guest to the same host" +msgstr "" + +#: src/libvirt-domain.c:3338 +msgid "Some parameters are not supported by migration protocol 2" +msgstr "" + +#: src/libvirt-domain.c:3387 +msgid "Some parameters are not supported by migration protocol 3" +msgstr "" + +#: src/libvirt-domain.c:3629 src/libvirt-domain.c:3859 +#: src/libvirt-domain.c:4051 src/libvirt-domain.c:4172 +msgid "offline migration is not supported by the source host" +msgstr "" + +#: src/libvirt-domain.c:3636 src/libvirt-domain.c:3866 +#: src/libvirt-domain.c:4058 src/qemu/qemu_migration.c:5727 +msgid "offline migration is not supported by the destination host" +msgstr "" + +#: src/libvirt-domain.c:4036 +msgid "use virDomainMigrateToURI3 for peer-to-peer migration" +msgstr "" + +#: src/libvirt-domain.c:4093 src/qemu/qemu_migration.c:5720 +msgid "" +"Migration APIs with extensible parameters are not supported but extended " +"parameters were passed" +msgstr "" + +#: src/libvirt-domain.c:4181 +msgid "p2p migration is not supported by the source host" +msgstr "" + +#: src/libvirt-domain.c:4189 +msgid "direct migration is not supported by the source host" +msgstr "" + +#: src/libvirt-domain.c:4759 src/libvirt-domain.c:4904 +#: src/libvirt-domain.c:5186 +msgid "conn must match stream connection" +msgstr "" + +#: src/libvirt-domain.c:5669 src/libvirt-domain.c:5810 +#, c-format +msgid "size must not exceed %zu" +msgstr "" + +#: src/libvirt-domain.c:7102 +#, c-format +msgid "nkeycodes must be <= %d" +msgstr "" + +#: src/libvirt-domain.c:7553 src/libvirt-domain.c:7754 +#, c-format +msgid "input too large: %d * %d" +msgstr "" + +#: src/libvirt-domain.c:8213 +msgid "metadata title can't contain newlines" +msgstr "" + +#: src/libvirt-domain.c:9350 +#, c-format +msgid "domain '%s' must match connection" +msgstr "" + +#: src/libvirt-domain.c:9359 +#, c-format +msgid "eventID must be less than %d" +msgstr "" + +#: src/libvirt-domain.c:10207 +msgid "use of flags requires a copy job" +msgstr "" + +#: src/libvirt-domain.c:10527 +#, c-format +msgid "fd %d must be a socket" +msgstr "" + +#: src/libvirt-domain.c:10537 src/libvirt-domain.c:10594 +msgid "fd passing is not supported by this connection" +msgstr "" + +#: src/libvirt-domain.c:10862 +msgid "ncpus must be 1 when start_cpu is -1" +msgstr "" + +#: src/libvirt-domain.c:10876 +#, c-format +msgid "input too large: %u * %u" +msgstr "" + +#: src/libvirt-domain.c:11591 +#, c-format +msgid "doms array in %s must contain at least one domain" +msgstr "" + +#: src/libvirt-domain.c:11611 +msgid "domains in 'doms' array must belong to a single connection" +msgstr "" + +#: src/libvirt-host.c:488 +#, c-format +msgid "cpuNum in %s only accepts %d as a negative value" +msgstr "" + +#: src/libvirt-host.c:575 +#, c-format +msgid "cellNum in %s only accepts %d as a negative value" +msgstr "" + +#: src/libvirt-lxc.c:239 +#, c-format +msgid "Cannot set context %s" +msgstr "" + +#: src/libvirt-lxc.c:245 +msgid "Support for SELinux is not enabled" +msgstr "" + +#: src/libvirt-lxc.c:251 +#, c-format +msgid "error changing profile to %s" +msgstr "" + +#: src/libvirt-lxc.c:257 +msgid "Support for AppArmor is not enabled" +msgstr "" + +#: src/libvirt-lxc.c:262 +#, c-format +msgid "Security model %s cannot be entered" +msgstr "" + +#: src/libvirt-network.c:378 src/libvirt-nwfilter.c:253 +#: src/libvirt-secret.c:260 src/libvirt-storage.c:455 +#, c-format +msgid "uuidstr in %s must be a valid UUID" +msgstr "" + +#: src/libvirt-network.c:1056 +#, c-format +msgid "network '%s' in %s must match connection" +msgstr "" + +#: src/libvirt-network.c:1066 src/libvirt-storage.c:2196 +#, c-format +msgid "eventID in %s must be less than %d" +msgstr "" + +#: src/libvirt-storage.c:1584 src/libvirt-storage.c:1658 +#, c-format +msgid "stream in %s must match connection of volume '%s'" +msgstr "" + +#: src/libvirt-storage.c:2047 +#, c-format +msgid "capacity in %s cannot be zero without 'delta' or 'shrink' flags set" +msgstr "" + +#: src/libvirt-qemu.c:145 +#, c-format +msgid "pid_value in %s is too large" +msgstr "" + +#: src/libvirt-qemu.c:285 +#, c-format +msgid "domain '%s' in %s must match connection" +msgstr "" + +#: src/locking/lock_daemon.c:218 +msgid "Missing defaultLockspace data from JSON file" +msgstr "" + +#: src/locking/lock_daemon.c:228 +msgid "Missing lockspaces data from JSON file" +msgstr "" + +#: src/locking/lock_daemon.c:234 +msgid "Malformed lockspaces data from JSON file" +msgstr "" + +#: src/locking/lock_daemon.c:256 src/logging/log_daemon.c:208 +#: src/logging/log_daemon.c:226 +msgid "Malformed daemon data from JSON file" +msgstr "" + +#: src/locking/lock_daemon.c:262 +msgid "Missing server data from JSON file" +msgstr "" + +#: src/locking/lock_daemon.c:765 src/locking/lock_daemon.c:772 +#: src/logging/log_daemon.c:625 src/logging/log_daemon.c:632 +#, c-format +msgid "Disallowing client %llu with uid %llu" +msgstr "" + +#: src/locking/lock_daemon.c:803 +msgid "Missing restricted data in JSON document" +msgstr "" + +#: src/locking/lock_daemon.c:808 +msgid "Missing ownerPid data in JSON document" +msgstr "" + +#: src/locking/lock_daemon.c:814 +msgid "Missing ownerId data in JSON document" +msgstr "" + +#: src/locking/lock_daemon.c:819 +msgid "Missing ownerName data in JSON document" +msgstr "" + +#: src/locking/lock_daemon.c:826 src/locking/lock_daemon.c:831 +msgid "Missing ownerUUID data in JSON document" +msgstr "" + +#: src/locking/lock_daemon.c:855 +msgid "Cannot set restricted data in JSON document" +msgstr "" + +#: src/locking/lock_daemon.c:860 +msgid "Cannot set ownerPid data in JSON document" +msgstr "" + +#: src/locking/lock_daemon.c:865 +msgid "Cannot set ownerId data in JSON document" +msgstr "" + +#: src/locking/lock_daemon.c:870 +msgid "Cannot set ownerName data in JSON document" +msgstr "" + +#: src/locking/lock_daemon.c:876 +msgid "Cannot set ownerUUID data in JSON document" +msgstr "" + +#: src/locking/lock_daemon.c:969 src/logging/log_daemon.c:756 +msgid "Missing magic data in JSON document" +msgstr "" + +#: src/locking/lock_daemon.c:1075 src/logging/log_daemon.c:841 +#, c-format +msgid "Unable to save state file %s" +msgstr "" + +#: src/locking/lock_daemon.c:1082 src/logging/log_daemon.c:848 +msgid "Unable to restart self" +msgstr "" + +#: src/locking/lock_daemon.c:1100 +#, c-format +msgid "" +"\n" +"Usage:\n" +" %s [options]\n" +"\n" +"Options:\n" +" -h | --help Display program help:\n" +" -v | --verbose Verbose messages.\n" +" -d | --daemon Run as a daemon & write PID file.\n" +" -t | --timeout Exit after timeout period.\n" +" -f | --config Configuration file.\n" +" -V | --version Display version information.\n" +" -p | --pid-file Change name of PID file.\n" +"\n" +"libvirt lock management daemon:\n" +msgstr "" + +#: src/locking/lock_daemon.c:1117 +#, c-format +msgid "" +"\n" +" Default paths:\n" +"\n" +" Configuration file (unless overridden by -f):\n" +" %s/libvirt/virtlockd.conf\n" +"\n" +" Sockets:\n" +" %s/run/libvirt/virtlockd-sock\n" +"\n" +" PID file (unless overridden by -p):\n" +" %s/run/virtlockd.pid\n" +"\n" +msgstr "" + +#: src/locking/lock_daemon.c:1134 +msgid "" +"\n" +" Default paths:\n" +"\n" +" Configuration file (unless overridden by -f):\n" +" $XDG_CONFIG_HOME/libvirt/virtlockd.conf\n" +"\n" +" Sockets:\n" +" $XDG_RUNTIME_DIR/libvirt/virtlockd-sock\n" +"\n" +" PID file:\n" +" $XDG_RUNTIME_DIR/libvirt/virtlockd.pid\n" +"\n" +msgstr "" + +#: src/locking/lock_daemon.c:1297 src/logging/log_daemon.c:1062 +msgid "Can't determine restart state file path" +msgstr "" + +#: src/locking/lock_daemon_dispatch.c:61 src/locking/lock_daemon_dispatch.c:119 +#: src/locking/lock_daemon_dispatch.c:168 +#: src/locking/lock_daemon_dispatch.c:217 +#: src/locking/lock_daemon_dispatch.c:272 +#: src/locking/lock_daemon_dispatch.c:319 +#: src/locking/lock_daemon_dispatch.c:369 +#: src/locking/lock_daemon_dispatch.c:406 +msgid "lock manager connection has been restricted" +msgstr "" + +#: src/locking/lock_daemon_dispatch.c:67 src/locking/lock_daemon_dispatch.c:125 +#: src/locking/lock_daemon_dispatch.c:174 +#: src/locking/lock_daemon_dispatch.c:223 +#: src/locking/lock_daemon_dispatch.c:278 +#: src/locking/lock_daemon_dispatch.c:325 +#: src/locking/lock_daemon_dispatch.c:375 +msgid "lock owner details have not been registered" +msgstr "" + +#: src/locking/lock_daemon_dispatch.c:73 src/locking/lock_daemon_dispatch.c:131 +#: src/locking/lock_daemon_dispatch.c:180 +#: src/locking/lock_daemon_dispatch.c:331 +#, c-format +msgid "Lockspace for path %s does not exist" +msgstr "" + +#: src/locking/lock_daemon_dispatch.c:229 +msgid "the default lockspace already exists" +msgstr "" + +#: src/locking/lock_daemon_dispatch.c:235 +#: src/locking/lock_daemon_dispatch.c:412 +#, c-format +msgid "Lockspace for path %s already exists" +msgstr "" + +#: src/locking/lock_driver_lockd.c:432 +#, c-format +msgid "Unexpected parameter %s for object" +msgstr "" + +#: src/locking/lock_driver_lockd.c:438 +msgid "Missing ID parameter for domain object" +msgstr "" + +#: src/locking/lock_driver_lockd.c:445 +msgid "Missing name parameter for domain object" +msgstr "" + +#: src/locking/lock_driver_lockd.c:450 +msgid "Missing UUID parameter for domain object" +msgstr "" + +#: src/locking/lock_driver_lockd.c:457 src/locking/lock_driver_lockd.c:587 +#, c-format +msgid "Unknown lock manager object type %d" +msgstr "" + +#: src/locking/lock_driver_lockd.c:488 +msgid "Unexpected parameters for disk resource" +msgstr "" + +#: src/locking/lock_driver_lockd.c:559 +msgid "Offset must be zero for this lock manager" +msgstr "" + +#: src/locking/lock_driver_lockd.c:568 +#, c-format +msgid "Unexpected parameter %s for lease resource" +msgstr "" + +#: src/locking/lock_driver_lockd.c:575 +msgid "Missing path or lockspace for lease resource" +msgstr "" + +#: src/locking/lock_driver_sanlock.c:210 +#, c-format +msgid "" +"Unable to create lockspace %s: parent directory does not exist or is not a " +"directory" +msgstr "" + +#: src/locking/lock_driver_sanlock.c:271 +#, c-format +msgid "Unable to initialize lockspace %s: error %d" +msgstr "Unable to initialise lockspace %s: error %d" + +#: src/locking/lock_driver_sanlock.c:275 +#, c-format +msgid "Unable to initialize lockspace %s" +msgstr "Unable to initialise lockspace %s" + +#: src/locking/lock_driver_sanlock.c:297 +#, c-format +msgid "cannot chmod '%s' to 0660" +msgstr "" + +#: src/locking/lock_driver_sanlock.c:316 +msgid "unable to use io_timeout with this version of sanlock" +msgstr "" + +#: src/locking/lock_driver_sanlock.c:443 +msgid "Sanlock plugin is not initialized" +msgstr "Sanlock plugin is not initialised" + +#: src/locking/lock_driver_sanlock.c:596 +#, c-format +msgid "MD5 hash '%s' unexpectedly larger than %d characters" +msgstr "" + +#: src/locking/lock_driver_sanlock.c:694 +#, c-format +msgid "Unable to initialize lease %s: error %d" +msgstr "Unable to initialise lease %s: error %d" + +#: src/locking/lock_driver_sanlock.c:698 +#, c-format +msgid "Unable to initialize lease %s" +msgstr "Unable to initialise lease %s" + +#: src/locking/lock_driver_sanlock.c:794 +#, c-format +msgid "Failure action %s is not supported by sanlock" +msgstr "" + +#: src/locking/lock_driver_sanlock.c:821 +#, c-format +msgid "Sanlock helper path is longer than %d: '%s'" +msgstr "" + +#: src/locking/lock_driver_sanlock.c:827 +#, c-format +msgid "Sanlock helper arguments are longer than %d: '%s'" +msgstr "" + +#: src/locking/lock_driver_sanlock.c:836 +#, c-format +msgid "Failed to register lock failure action: error %d" +msgstr "" + +#: src/locking/lock_driver_sanlock.c:840 +msgid "Failed to register lock failure action" +msgstr "" + +#: src/locking/lock_driver_sanlock.c:860 +msgid "sanlock is too old to support lock failure action" +msgstr "" + +#: src/locking/lock_manager.c:169 +msgid "Missing plugin initialization symbol 'virLockDriverImpl'" +msgstr "Missing plugin initialisation symbol 'virLockDriverImpl'" + +#: src/locking/sanlock_helper.c:22 +#, c-format +msgid "%s uri uuid action\n" +msgstr "" + +#: src/locking/sanlock_helper.c:31 +#, c-format +msgid "invalid failure action: '%s'\n" +msgstr "" + +#: src/locking/sanlock_helper.c:98 +#, c-format +msgid "unsupported failure action: '%s'\n" +msgstr "" + +#: src/logging/log_daemon.c:866 +#, c-format +msgid "" +"\n" +"Usage:\n" +" %s [options]\n" +"\n" +"Options:\n" +" -h | --help Display program help:\n" +" -v | --verbose Verbose messages.\n" +" -d | --daemon Run as a daemon & write PID file.\n" +" -t | --timeout Exit after timeout period.\n" +" -f | --config Configuration file.\n" +" -V | --version Display version information.\n" +" -p | --pid-file Change name of PID file.\n" +"\n" +"libvirt log management daemon:\n" +msgstr "" + +#: src/logging/log_daemon.c:883 +#, c-format +msgid "" +"\n" +" Default paths:\n" +"\n" +" Configuration file (unless overridden by -f):\n" +" %s/libvirt/virtlogd.conf\n" +"\n" +" Sockets:\n" +" %s/run/libvirt/virtlogd-sock\n" +"\n" +" PID file (unless overridden by -p):\n" +" %s/run/virtlogd.pid\n" +"\n" +msgstr "" + +#: src/logging/log_daemon.c:900 +msgid "" +"\n" +" Default paths:\n" +"\n" +" Configuration file (unless overridden by -f):\n" +" $XDG_CONFIG_HOME/libvirt/virtlogd.conf\n" +"\n" +" Sockets:\n" +" $XDG_RUNTIME_DIR/libvirt/virtlogd-sock\n" +"\n" +" PID file:\n" +" $XDG_RUNTIME_DIR/libvirt/virtlogd.pid\n" +"\n" +msgstr "" + +#: src/logging/log_daemon_dispatch.c:123 +#, c-format +msgid "Requested data len %llu is larger than maximum %d" +msgstr "" + +#: src/logging/log_handler.c:166 +msgid "Unable to read from log pipe" +msgstr "" + +#: src/logging/log_handler.c:230 +msgid "Missing 'path' field in JSON document" +msgstr "" + +#: src/logging/log_handler.c:236 +msgid "Missing 'driver' in JSON document" +msgstr "" + +#: src/logging/log_handler.c:244 +msgid "Missing 'domname' in JSON document" +msgstr "" + +#: src/logging/log_handler.c:252 +msgid "Missing 'domuuid' in JSON document" +msgstr "" + +#: src/logging/log_handler.c:257 +msgid "Malformed 'domuuid' in JSON document" +msgstr "" + +#: src/logging/log_handler.c:270 +msgid "Missing 'pipefd' in JSON document" +msgstr "" + +#: src/logging/log_handler.c:275 src/util/virlockspace.c:374 +msgid "Cannot enable close-on-exec flag" +msgstr "" + +#: src/logging/log_handler.c:310 +msgid "Missing files data from JSON file" +msgstr "" + +#: src/logging/log_handler.c:316 +msgid "Malformed files data from JSON file" +msgstr "" + +#: src/logging/log_handler.c:385 +#, c-format +msgid "Cannot open log file: '%s'" +msgstr "" + +#: src/logging/log_handler.c:393 +msgid "Cannot open fifo pipe" +msgstr "" + +#: src/logging/log_handler.c:467 +#, c-format +msgid "No open log file %s" +msgstr "" + +#: src/logging/log_handler.c:626 src/util/virlockspace.c:487 +msgid "Cannot disable close-on-exec flag" +msgstr "" + +#: src/logging/log_manager.c:191 src/remote/remote_driver.c:6095 +msgid "too many file descriptors received" +msgstr "" + +#: src/logging/log_manager.c:194 src/remote/remote_driver.c:6100 +msgid "no file descriptor received" +msgstr "" + +#: src/lxc/lxc_cgroup.c:233 +msgid "cannot get the path of MEMORY cgroup controller" +msgstr "" + +#: src/lxc/lxc_cgroup.c:498 src/qemu/qemu_cgroup.c:813 +#, c-format +msgid "Resource partition '%s' must start with '/'" +msgstr "" + +#: src/lxc/lxc_fuse.c:149 +#, c-format +msgid "Cannot open %s" +msgstr "" + +#: src/lxc/lxc_fuse.c:155 +msgid "fseek failed" +msgstr "" + +#: src/lxc/lxc_fuse.c:296 +msgid "fuse_loop failed" +msgstr "" + +#: src/lxc/lxc_fuse.c:320 +#, c-format +msgid "Cannot create %s" +msgstr "" + +#: src/lxc/lxc_hostdev.c:84 src/lxc/lxc_hostdev.c:98 +#, c-format +msgid "Unsupported hostdev type %s" +msgstr "" + +#: src/lxc/lxc_hostdev.c:107 +#, c-format +msgid "Unsupported hostdev mode %s" +msgstr "" + +#: src/lxc/lxc_native.c:207 +msgid "Missing lxc.rootfs configuration" +msgstr "" + +#: src/lxc/lxc_native.c:231 +#, c-format +msgid "can't convert relative size: '%s'" +msgstr "" + +#: src/lxc/lxc_native.c:243 +#, c-format +msgid "failed to convert size: '%s'" +msgstr "" + +#: src/lxc/lxc_native.c:290 +msgid "missing tmpfs size, set the size option" +msgstr "" + +#: src/lxc/lxc_native.c:485 +msgid "Missing 'link' attribute for NIC" +msgstr "" + +#: src/lxc/lxc_native.c:619 +#, c-format +msgid "Invalid CIDR address: '%s'" +msgstr "" + +#: src/lxc/lxc_native.c:696 +#, c-format +msgid "failed to parse int: '%s'" +msgstr "" + +#: src/lxc/lxc_native.c:737 +#, c-format +msgid "invalid lxc.id_map: '%s'" +msgstr "" + +#: src/lxc/lxc_native.c:825 src/lxc/lxc_native.c:961 +#, c-format +msgid "failed to parse integer: '%s'" +msgstr "" + +#: src/lxc/lxc_native.c:882 +#, c-format +msgid "invalid %s value: '%s'" +msgstr "" + +#: src/lxc/lxc_native.c:908 +#, c-format +msgid "failed to parse device weight: '%s'" +msgstr "" + +#: src/lxc/lxc_native.c:914 +#, c-format +msgid "failed to parse read_bps_device: '%s'" +msgstr "" + +#: src/lxc/lxc_native.c:921 +#, c-format +msgid "failed to parse write_bps_device: '%s'" +msgstr "" + +#: src/lxc/lxc_native.c:928 +#, c-format +msgid "failed to parse read_iops_device: '%s'" +msgstr "" + +#: src/lxc/lxc_native.c:935 +#, c-format +msgid "failed to parse write_iops_device: '%s'" +msgstr "" + +#: src/lxc/lxc_native.c:1057 +msgid "lxc.mount found, use lxc.mount.entry lines instead" +msgstr "" + +#: src/lxc/lxc_container.c:162 +#, c-format +msgid "Malformed ctrl-alt-del setting '%s'" +msgstr "" + +#: src/lxc/lxc_container.c:178 +msgid "Unable to clone to check reboot support" +msgstr "" + +#: src/lxc/lxc_container.c:218 +#, c-format +msgid "Expected a /dev path for '%s'" +msgstr "" + +#: src/lxc/lxc_container.c:328 +#, c-format +msgid "Cannot move fd %d out of the way" +msgstr "" + +#: src/lxc/lxc_container.c:346 +#, c-format +msgid "Cannot duplicate fd %d onto fd %d" +msgstr "" + +#: src/lxc/lxc_container.c:360 src/util/vircommand.c:592 +#: tools/virt-login-shell.c:278 +msgid "sysconf(_SC_OPEN_MAX) failed" +msgstr "" + +#: src/lxc/lxc_container.c:453 +msgid "setuid or setgid failed" +msgstr "" + +#: src/lxc/lxc_container.c:525 +#, c-format +msgid "Failed to set IP address '%s' on %s" +msgstr "" + +#: src/lxc/lxc_container.c:593 +#, c-format +msgid "Failed to unmount '%s' and could not detach subtree '%s'" +msgstr "" + +#: src/lxc/lxc_container.c:629 +#, c-format +msgid "Failed to access '%s'" +msgstr "" + +#: src/lxc/lxc_container.c:641 +#, c-format +msgid "Failed to resolve symlink at %s" +msgstr "" + +#: src/lxc/lxc_container.c:672 +msgid "Unexpected root filesystem without loop device" +msgstr "" + +#: src/lxc/lxc_container.c:678 +#, c-format +msgid "Unsupported root filesystem type %s" +msgstr "" + +#: src/lxc/lxc_container.c:756 +#, c-format +msgid "Failed to bind %s to new root %s" +msgstr "" + +#: src/lxc/lxc_container.c:774 +#, c-format +msgid "Failed to chdir into %s" +msgstr "" + +#: src/lxc/lxc_container.c:875 +#, c-format +msgid "Failed to make mount %s readonly" +msgstr "" + +#: src/lxc/lxc_container.c:984 +#, c-format +msgid "Failed to mount %s on %s type %s flags=%x" +msgstr "" + +#: src/lxc/lxc_container.c:994 +#, c-format +msgid "Failed to re-mount %s on %s flags=%x" +msgstr "" + +#: src/lxc/lxc_container.c:1029 +#, c-format +msgid "Failed to mount %s on /proc/meminfo" +msgstr "" + +#: src/lxc/lxc_container.c:1059 +msgid "Cannot create /dev" +msgstr "" + +#: src/lxc/lxc_container.c:1068 +#, c-format +msgid "Failed to mount %s on /dev" +msgstr "" + +#: src/lxc/lxc_container.c:1104 +#, c-format +msgid "Failed to mount %s on /dev/pts" +msgstr "" + +#: src/lxc/lxc_container.c:1121 +#, c-format +msgid "Failed to bind %s on to %s" +msgstr "" + +#: src/lxc/lxc_container.c:1145 +#, c-format +msgid "Failed to symlink device %s to %s" +msgstr "" + +#: src/lxc/lxc_container.c:1189 +#, c-format +msgid "Unable to stat bind target %s" +msgstr "" + +#: src/lxc/lxc_container.c:1195 +#, c-format +msgid "Unable to stat bind source %s" +msgstr "" + +#: src/lxc/lxc_container.c:1212 +#, c-format +msgid "Failed to create bind target %s" +msgstr "" + +#: src/lxc/lxc_container.c:1219 +#, c-format +msgid "Failed to close bind target %s" +msgstr "" + +#: src/lxc/lxc_container.c:1553 +#, c-format +msgid "Failed to mount directory %s as tmpfs" +msgstr "" + +#: src/lxc/lxc_container.c:1657 +#, c-format +msgid "Failed to create directory for '%s' dev '%s'" +msgstr "" + +#: src/lxc/lxc_container.c:2040 +#, c-format +msgid "Failed to add capability %s: %d" +msgstr "" + +#: src/lxc/lxc_container.c:2072 +#, c-format +msgid "Failed to remove capability %s: %d" +msgstr "" + +#: src/lxc/lxc_container.c:2080 +#, c-format +msgid "Unsupported capabilities policy: %s" +msgstr "" + +#: src/lxc/lxc_container.c:2154 +msgid "failed to attach the namespace" +msgstr "" + +#: src/lxc/lxc_container.c:2190 +msgid "At least one tty is required" +msgstr "" + +#: src/lxc/lxc_container.c:2233 +msgid "Failed to send continue signal to controller" +msgstr "" + +#: src/lxc/lxc_container.c:2298 src/lxc/lxc_controller.c:2739 +msgid "Unknown failure in libvirt_lxc startup" +msgstr "" + +#: src/lxc/lxc_container.c:2370 +msgid "Kernel doesn't support user namespace" +msgstr "" + +#: src/lxc/lxc_container.c:2407 +msgid "" +"Config askes for inherit net namespace as well as private network interfaces" +msgstr "" + +#: src/lxc/lxc_container.c:2471 +#, c-format +msgid "Failed to change owner of %s to %u:%u" +msgstr "" + +#: src/lxc/lxc_controller.c:330 +msgid "Unable to set console file descriptor non-blocking" +msgstr "" + +#: src/lxc/lxc_controller.c:342 +msgid "error sending continue signal to daemon" +msgstr "" + +#: src/lxc/lxc_controller.c:354 +#, c-format +msgid "expecting %zu veths, but got %zu" +msgstr "" + +#: src/lxc/lxc_controller.c:413 +#, c-format +msgid "expecting %zu consoles, but got %zu tty file handlers" +msgstr "" + +#: src/lxc/lxc_controller.c:484 src/lxc/lxc_controller.c:516 +msgid "An explicit disk format must be specified" +msgstr "" + +#: src/lxc/lxc_controller.c:565 src/util/virfile.c:762 +#, c-format +msgid "Cannot check NBD device %s pid" +msgstr "" + +#: src/lxc/lxc_controller.c:616 +#, c-format +msgid "fs format %s is not supported" +msgstr "" + +#: src/lxc/lxc_controller.c:642 +#, c-format +msgid "fs driver %s is not supported" +msgstr "" + +#: src/lxc/lxc_controller.c:670 +#, c-format +msgid "disk format %s is not supported" +msgstr "" + +#: src/lxc/lxc_controller.c:693 +#, c-format +msgid "Disk cache mode %s is not supported" +msgstr "" + +#: src/lxc/lxc_controller.c:707 +#, c-format +msgid "disk driver %s is not supported" +msgstr "" + +#: src/lxc/lxc_controller.c:1096 src/lxc/lxc_controller.c:1134 +msgid "Unable to remove epoll fd" +msgstr "" + +#: src/lxc/lxc_controller.c:1319 +msgid "Unable to watch epoll FD" +msgstr "" + +#: src/lxc/lxc_controller.c:1391 +#, c-format +msgid "unable write to %s" +msgstr "" + +#: src/lxc/lxc_controller.c:1479 +#, c-format +msgid "Failed to mount devfs on %s type %s (%s)" +msgstr "" + +#: src/lxc/lxc_controller.c:1575 src/lxc/lxc_controller.c:1653 +#: src/lxc/lxc_controller.c:1732 src/lxc/lxc_controller.c:1889 +#: src/lxc/lxc_driver.c:3880 src/lxc/lxc_driver.c:4069 +#: src/lxc/lxc_driver.c:4138 src/lxc/lxc_driver.c:4210 +#, c-format +msgid "Unable to access %s" +msgstr "" + +#: src/lxc/lxc_controller.c:1581 src/lxc/lxc_driver.c:4075 +#, c-format +msgid "USB source %s was not a character device" +msgstr "" + +#: src/lxc/lxc_controller.c:1590 src/lxc/lxc_driver.c:3705 +#, c-format +msgid "Unable to create %s" +msgstr "" + +#: src/lxc/lxc_controller.c:1598 src/lxc/lxc_controller.c:1678 +#: src/lxc/lxc_controller.c:1757 src/lxc/lxc_controller.c:1917 +#: src/lxc/lxc_driver.c:3720 +#, c-format +msgid "Unable to create device %s" +msgstr "" + +#: src/lxc/lxc_controller.c:1636 src/lxc/lxc_controller.c:1715 +msgid "Missing storage host block path" +msgstr "" + +#: src/lxc/lxc_controller.c:1660 +#, c-format +msgid "Storage source %s must be a block device" +msgstr "" + +#: src/lxc/lxc_controller.c:1667 src/lxc/lxc_controller.c:1746 +#, c-format +msgid "Failed to create directory for device %s" +msgstr "" + +#: src/lxc/lxc_controller.c:1739 +#, c-format +msgid "Storage source %s must be a character device" +msgstr "" + +#: src/lxc/lxc_controller.c:1791 src/lxc/lxc_controller.c:1819 +#: src/lxc/lxc_controller.c:1851 src/lxc/lxc_driver.c:4325 +#: src/lxc/lxc_driver.c:4716 +#, c-format +msgid "Unsupported host device mode %s" +msgstr "" + +#: src/lxc/lxc_controller.c:1874 src/lxc/lxc_driver.c:3868 +msgid "Can't setup disk for non-block device" +msgstr "" + +#: src/lxc/lxc_controller.c:1879 src/lxc/lxc_driver.c:3862 +msgid "Can't setup disk without media" +msgstr "" + +#: src/lxc/lxc_controller.c:1895 +#, c-format +msgid "Disk source %s must be a character/block device" +msgstr "" + +#: src/lxc/lxc_controller.c:2185 +msgid "Kernel does not support private devpts" +msgstr "" + +#: src/lxc/lxc_domain.c:238 +#, c-format +msgid "unsupported Namespace feature: %s" +msgstr "" + +#: src/lxc/lxc_domain.c:247 src/lxc/lxc_domain.c:263 +msgid "No lxc environment type specified" +msgstr "" + +#: src/lxc/lxc_domain.c:253 +#, c-format +msgid "Unknown LXC namespace source '%s'" +msgstr "" + +#: src/lxc/lxc_driver.c:730 +msgid "Cannot resize the max memory on an active domain" +msgstr "" + +#: src/lxc/lxc_driver.c:883 src/qemu/qemu_driver.c:9189 +msgid "" +"memory hard_limit tunable value must be lower than or equal to " +"swap_hard_limit" +msgstr "" + +#: src/lxc/lxc_driver.c:888 +#, c-format +msgid "unable to set memory %s tunable" +msgstr "" + +#: src/lxc/lxc_driver.c:1355 src/lxc/lxc_driver.c:3326 +#: src/lxc/lxc_driver.c:5108 src/lxc/lxc_process.c:410 +msgid "Init pid is not yet available" +msgstr "" + +#: src/lxc/lxc_driver.c:1603 src/qemu/qemu_driver.c:442 +msgid "Failed to initialize security drivers" +msgstr "Failed to initialise security drivers" + +#: src/lxc/lxc_driver.c:2254 src/qemu/qemu_driver.c:8682 +#, c-format +msgid "unknown parameter '%s'" +msgstr "" + +#: src/lxc/lxc_driver.c:2277 src/qemu/qemu_driver.c:8705 +#, c-format +msgid "unable to parse blkio device '%s' '%s'" +msgstr "" + +#: src/lxc/lxc_driver.c:2283 src/qemu/qemu_driver.c:8711 +#, c-format +msgid "invalid value '%s' for parameter '%s' of device '%s'" +msgstr "" + +#: src/lxc/lxc_driver.c:2324 src/qemu/qemu_driver.c:8754 +#, c-format +msgid "Unknown parameter %s" +msgstr "" + +#: src/lxc/lxc_driver.c:2491 src/lxc/lxc_driver.c:2514 +msgid "domain stats query failed" +msgstr "" + +#: src/lxc/lxc_driver.c:2708 src/qemu/qemu_driver.c:8940 +#, c-format +msgid "Unknown blkio parameter %s" +msgstr "" + +#: src/lxc/lxc_driver.c:3289 +#, c-format +msgid "signum value %d is out of range" +msgstr "" + +#: src/lxc/lxc_driver.c:3320 +msgid "Only the init process may be killed" +msgstr "" + +#: src/lxc/lxc_driver.c:3336 +#, c-format +msgid "Unable to send %d signal to process %d" +msgstr "" + +#: src/lxc/lxc_driver.c:3412 src/lxc/lxc_driver.c:3495 +msgid "Init process ID is not yet known" +msgstr "" + +#: src/lxc/lxc_driver.c:3427 src/lxc/lxc_driver.c:3510 +msgid "Container does not provide an initctl pipe" +msgstr "" + +#: src/lxc/lxc_driver.c:3440 src/lxc/lxc_driver.c:3523 +#, c-format +msgid "Unable to send SIGTERM to init pid %llu" +msgstr "" + +#: src/libxl/libxl_driver.c:3368 src/lxc/lxc_driver.c:3576 +#: src/qemu/qemu_driver.c:7693 +msgid "device is already in the domain configuration" +msgstr "" + +#: src/libxl/libxl_driver.c:3703 src/lxc/lxc_driver.c:3665 +#: src/qemu/qemu_driver.c:7856 src/qemu/qemu_driver.c:7880 +#: src/qemu/qemu_hotplug.c:1555 src/qemu/qemu_hotplug.c:4274 +#: src/qemu/qemu_hotplug.c:4321 src/qemu/qemu_hotplug.c:4364 +msgid "device not present in domain configuration" +msgstr "" + +#: src/lxc/lxc_driver.c:3752 src/vz/vz_sdk.c:1626 +#, c-format +msgid "Unexpected device type %d" +msgstr "" + +#: src/lxc/lxc_driver.c:3810 +#, c-format +msgid "Unable to remove device %s" +msgstr "" + +#: src/lxc/lxc_driver.c:3849 src/lxc/lxc_driver.c:3952 +#: src/lxc/lxc_driver.c:4383 src/lxc/lxc_driver.c:4566 +#: src/lxc/lxc_driver.c:4616 +msgid "Cannot attach disk until init PID is known" +msgstr "" + +#: src/lxc/lxc_driver.c:3855 src/lxc/lxc_driver.c:4312 +#: src/lxc/lxc_driver.c:4403 src/lxc/lxc_driver.c:4521 +#: src/lxc/lxc_driver.c:4581 src/lxc/lxc_driver.c:4631 +msgid "devices cgroup isn't mounted" +msgstr "" + +#: src/lxc/lxc_driver.c:3886 +#, c-format +msgid "Disk source %s must be a block device" +msgstr "" + +#: src/lxc/lxc_driver.c:3994 +msgid "Network device type is not supported" +msgstr "" + +#: src/lxc/lxc_driver.c:4055 +msgid "host USB device already exists" +msgstr "" + +#: src/lxc/lxc_driver.c:4126 src/lxc/lxc_driver.c:4198 +msgid "Missing storage block path" +msgstr "" + +#: src/lxc/lxc_driver.c:4132 src/lxc/lxc_driver.c:4204 +msgid "host device already exists" +msgstr "" + +#: src/lxc/lxc_driver.c:4145 src/lxc/lxc_driver.c:4217 +#, c-format +msgid "Hostdev source %s must be a block device" +msgstr "" + +#: src/lxc/lxc_driver.c:4269 src/lxc/lxc_driver.c:4290 +#: src/lxc/lxc_driver.c:4667 src/lxc/lxc_driver.c:4687 +#, c-format +msgid "Unsupported host device type %s" +msgstr "" + +#: src/lxc/lxc_driver.c:4306 src/lxc/lxc_driver.c:4703 +msgid "Cannot attach hostdev until init PID is known" +msgstr "" + +#: src/lxc/lxc_driver.c:4469 +msgid "Only bridged veth devices can be detached" +msgstr "" + +#: src/lxc/lxc_driver.c:4510 +msgid "usb device not found" +msgstr "" + +#: src/lxc/lxc_driver.c:4574 src/lxc/lxc_driver.c:4624 +#, c-format +msgid "hostdev %s not found" +msgstr "" + +#: src/lxc/lxc_driver.c:4935 +msgid "Unable to modify live devices" +msgstr "" + +#: src/lxc/lxc_driver.c:5190 +msgid "domain is not active" +msgstr "" + +#: src/lxc/lxc_driver.c:5432 src/qemu/qemu_driver.c:17660 +msgid "cgroup CPUACCT controller is not mounted" +msgstr "" + +#: src/lxc/lxc_process.c:421 src/lxc/lxc_process.c:447 +#, c-format +msgid "failed to open ns %s" +msgstr "" + +#: src/lxc/lxc_process.c:461 +msgid "'netns' namespace source can only be used with sharenet" +msgstr "" + +#: src/lxc/lxc_process.c:472 +#, c-format +msgid "failed to open netns %s" +msgstr "" + +#: src/lxc/lxc_process.c:754 +#, c-format +msgid "Unable to stat %s" +msgstr "" + +#: src/lxc/lxc_process.c:880 +msgid "Unable to kill all processes" +msgstr "" + +#: src/lxc/lxc_process.c:886 +msgid "Unable to thaw all processes" +msgstr "" + +#: src/lxc/lxc_process.c:900 +msgid "Some processes refused to die" +msgstr "" + +#: src/lxc/lxc_process.c:908 +#, c-format +msgid "Processes %d refused to die" +msgstr "" + +#: src/lxc/lxc_process.c:1069 +msgid "Failure while reading log output" +msgstr "" + +#: src/lxc/lxc_process.c:1090 +#, c-format +msgid "Out of space while reading log output: %s" +msgstr "" + +#: src/lxc/lxc_process.c:1105 +#, c-format +msgid "Timed out while reading log output: %s" +msgstr "" + +#: src/lxc/lxc_process.c:1125 +#, c-format +msgid "Unable to open log file %s" +msgstr "" + +#: src/lxc/lxc_process.c:1132 +#, c-format +msgid "Unable to seek log file %s to %llu" +msgstr "" + +#: src/lxc/lxc_process.c:1249 +msgid "At least one PTY console is required" +msgstr "" + +#: src/lxc/lxc_process.c:1454 +#, c-format +msgid "unexpected exit status %d" +msgstr "" + +#: src/lxc/lxc_process.c:1457 +msgid "terminated abnormally" +msgstr "" + +#: src/lxc/lxc_process.c:1471 +#, c-format +msgid "Failed to read pid file %s" +msgstr "" + +#: src/lxc/lxc_process.c:1525 src/lxc/lxc_process.c:1708 +#, c-format +msgid "No valid cgroup for machine %s" +msgstr "" + +#: src/libxl/libxl_domain.c:301 +#, c-format +msgid "multiple IP addresses not supported on device type %s" +msgstr "" + +#: src/libxl/libxl_domain.c:323 src/openvz/openvz_driver.c:123 +#: src/qemu/qemu_domain.c:2502 src/uml/uml_driver.c:424 +#: src/xen/xen_driver.c:340 src/xenapi/xenapi_driver.c:64 +#, c-format +msgid "hostdev mode 'capabilities' is not supported in %s" +msgstr "" + +#: src/libxl/libxl_domain.c:526 +#, c-format +msgid "Failed to restart VM '%s': %s" +msgstr "" + +#: src/libxl/libxl_domain.c:588 +msgid "Failed to create thread to handle domain shutdown" +msgstr "" + +#: src/libxl/libxl_domain.c:642 +#, c-format +msgid "Failed to open domain image file '%s'" +msgstr "" + +#: src/libxl/libxl_domain.c:914 +msgid "Failed to balloon domain0 memory" +msgstr "" + +#: src/libxl/libxl_driver.c:88 +msgid "Domain-0 does not support requested operation" +msgstr "" + +#: src/libxl/libxl_driver.c:555 +msgid "unable to get Domain-0 information from libxenlight" +msgstr "" + +#: src/libxl/libxl_driver.c:625 +msgid "VNC" +msgstr "" + +#: src/libxl/libxl_driver.c:633 src/qemu/qemu_driver.c:749 +msgid "migration" +msgstr "" + +#: src/libxl/libxl_driver.c:666 +#, c-format +msgid "failed to create state dir '%s': %s" +msgstr "" + +#: src/libxl/libxl_driver.c:673 +#, c-format +msgid "failed to create lib dir '%s': %s" +msgstr "" + +#: src/libxl/libxl_driver.c:680 +#, c-format +msgid "failed to create save dir '%s': %s" +msgstr "" + +#: src/libxl/libxl_driver.c:687 +#, c-format +msgid "failed to create dump dir '%s': %s" +msgstr "" + +#: src/libxl/libxl_driver.c:2341 +msgid "domain is inactive" +msgstr "" + +#: src/libxl/libxl_driver.c:2591 +msgid "parsing sxpr config failed" +msgstr "" + +#: src/libxl/libxl_driver.c:3019 +#, c-format +msgid "target pci device %.4x:%.2x:%.2x.%.1x already exists" +msgstr "" + +#: src/libxl/libxl_driver.c:3038 +#, c-format +msgid "libxenlight failed to attach pci device %.4x:%.2x:%.2x.%.1x" +msgstr "" + +#: src/libxl/libxl_driver.c:3231 src/libxl/libxl_driver.c:3345 +#, c-format +msgid "network device with mac %s already exists" +msgstr "" + +#: src/libxl/libxl_driver.c:3262 +msgid "libxenlight failed to attach network device" +msgstr "" + +#: src/libxl/libxl_driver.c:3318 +#, c-format +msgid "" +"target pci device %.4x:%.2x:%.2x.%.1x " +"already exists" +msgstr "" + +#: src/libxl/libxl_driver.c:3441 src/qemu/qemu_hotplug.c:3872 +#, c-format +msgid "cannot hot unplug multifunction PCI device: %.4x:%.2x:%.2x.%.1x" +msgstr "" + +#: src/libxl/libxl_driver.c:3453 +#, c-format +msgid "" +"libxenlight failed to detach pci device %.4x:%.2x:" +"%.2x.%.1x" +msgstr "" + +#: src/libxl/libxl_driver.c:3613 +msgid "libxenlight failed to detach network device" +msgstr "" + +#: src/libxl/libxl_capabilities.c:104 src/libxl/libxl_driver.c:4092 +msgid "libxl_get_numainfo failed" +msgstr "" + +#: src/libxl/libxl_driver.c:4525 src/qemu/qemu_driver.c:15629 +msgid "Active console session exists for this domain" +msgstr "" + +#: src/libxl/libxl_driver.c:4630 +msgid "unable to get numa affinity" +msgstr "" + +#: src/libxl/libxl_driver.c:4640 +#, c-format +msgid "Node %zu out of range" +msgstr "" + +#: src/libxl/libxl_driver.c:5549 +#, c-format +msgid "unsupported driver name '%s'" +msgstr "" + +#: src/libxl/libxl_driver.c:5682 +msgid "Domain-0 cannot be migrated" +msgstr "" + +#: src/libxl/libxl_driver.c:5854 src/openvz/openvz_driver.c:2476 +#, c-format +msgid "Migration failed. No domain on destination host with matching name '%s'" +msgstr "" + +#: src/libxl/libxl_capabilities.c:110 +msgid "libxl_get_cpu_topology failed" +msgstr "" + +#: src/libxl/libxl_capabilities.c:224 +msgid "Failed to get capabilities from libxenlight" +msgstr "" + +#: src/libxl/libxl_conf.c:188 +#, c-format +msgid "libxenlight failed to resolve security label '%s'" +msgstr "" + +#: src/libxl/libxl_conf.c:215 +msgid "unknown chrdev type" +msgstr "" + +#: src/libxl/libxl_conf.c:414 +#, c-format +msgid "emulator '%s' not found" +msgstr "" + +#: src/libxl/libxl_conf.c:421 +#, c-format +msgid "emulator '%s' is not executable" +msgstr "" + +#: src/libxl/libxl_conf.c:437 +msgid "Only one serial device is supported by libxl" +msgstr "" + +#: src/libxl/libxl_conf.c:447 +msgid "Parallel devices are not supported by libxl" +msgstr "" + +#: src/libxl/libxl_conf.c:462 +msgid "libxenlight supports only one input device" +msgstr "" + +#: src/libxl/libxl_conf.c:490 +msgid "Unknown input device type" +msgstr "" + +#: src/libxl/libxl_conf.c:559 +msgid "" +"This version of libxenlight does not support disk 'discard' option passing" +msgstr "" + +#: src/libxl/libxl_conf.c:730 src/libxl/libxl_conf.c:755 +#: src/libxl/libxl_conf.c:765 src/libxl/libxl_conf.c:777 +#, c-format +msgid "libxenlight does not support disk format %s with disk driver %s" +msgstr "" + +#: src/libxl/libxl_conf.c:822 src/libxl/libxl_conf.c:960 +msgid "this version of libxenlight does not support backend domain name" +msgstr "" + +#: src/libxl/libxl_conf.c:879 +msgid "" +"specifying a script is only supported with interface types bridge and " +"ethernet" +msgstr "" + +#: src/libxl/libxl_conf.c:949 +#, c-format +msgid "unsupported interface type %s" +msgstr "" + +#: src/libxl/libxl_conf.c:1513 +msgid "Unexpected type for 'autoballoon' setting" +msgstr "" + +#: src/libxl/libxl_conf.c:1336 +#, c-format +msgid "failed to create log dir '%s': %s" +msgstr "" + +#: src/libxl/libxl_conf.c:1343 +#, c-format +msgid "Failed to create log file '%s': %s" +msgstr "" + +#: src/libxl/libxl_conf.c:1368 +msgid "cannot create logger for libxenlight, disabling driver" +msgstr "" + +#: src/libxl/libxl_conf.c:1373 +msgid "" +"cannot initialize libxenlight context, probably not running in a Xen Dom0, " +"disabling driver" +msgstr "" + +#: src/libxl/libxl_conf.c:1379 +msgid "cannot version information from libxenlight, disabling driver" +msgstr "" + +#: src/libxl/libxl_conf.c:1389 +msgid "Unable to configure libxl's memory management parameters" +msgstr "" + +#: src/libxl/libxl_conf.c:1678 +msgid "Unexpected type for 'lock_manager' setting" +msgstr "" + +#: src/libxl/libxl_conf.c:1633 +msgid "videoram must be at least 16MB for VGA" +msgstr "" + +#: src/libxl/libxl_conf.c:1639 +msgid "videoram must be at least 8MB for VGA" +msgstr "" + +#: src/libxl/libxl_conf.c:1650 +msgid "videoram must be at least 8MB for CIRRUS" +msgstr "" + +#: src/libxl/libxl_conf.c:1656 +msgid "videoram must be at least 4MB for CIRRUS" +msgstr "" + +#: src/libxl/libxl_conf.c:1667 +msgid "videoram must be at least 128MB for QXL" +msgstr "" + +#: src/libxl/libxl_conf.c:1675 +#, c-format +msgid "video type %s is not supported by libxl" +msgstr "" + +#: src/libxl/libxl_migration.c:322 +msgid "Failed to accept migration connection" +msgstr "" + +#: src/libxl/libxl_migration.c:338 +msgid "Failed to create thread for receiving migration data" +msgstr "" + +#: src/libxl/libxl_migration.c:374 +msgid "Failed to send migration data to destination host" +msgstr "" + +#: src/libxl/libxl_migration.c:388 +msgid "domain has assigned host devices" +msgstr "" + +#: src/libxl/libxl_migration.c:555 src/openvz/openvz_driver.c:2346 +#, c-format +msgid "unable to parse URI: %s" +msgstr "" + +#: src/libxl/libxl_migration.c:562 src/openvz/openvz_driver.c:2353 +#: src/qemu/qemu_migration.c:4064 +#, c-format +msgid "missing host in migration URI: %s" +msgstr "" + +#: src/libxl/libxl_migration.c:587 +msgid "Fail to create socket for incoming migration" +msgstr "" + +#: src/libxl/libxl_migration.c:937 +msgid "Migration failed. Domain is not running on destination host" +msgstr "" + +#: src/libxl/libxl_migration.c:946 +msgid "Failed to unpause domain" +msgstr "" + +#: src/network/bridge_driver.c:175 +#, c-format +msgid "no network with matching uuid '%s' (%s)" +msgstr "" + +#: src/network/bridge_driver.c:517 +#, c-format +msgid "failed to open directory '%s'" +msgstr "" + +#: src/network/bridge_driver.c:538 +#, c-format +msgid "failed to stat network status file '%s'" +msgstr "" + +#: src/network/bridge_driver.c:557 +#, c-format +msgid "failed to write network status file '%s'" +msgstr "" + +#: src/network/bridge_driver.c:1024 +#, c-format +msgid "" +"Publicly routable address %s is prohibited. The version of dnsmasq on this " +"host (%d.%d) doesn't support the bind-dynamic option or use SO_BINDTODEVICE " +"on listening sockets, one of which is required for safe operation on a " +"publicly routable subnet (see CVE-2012-3411). You must either upgrade " +"dnsmasq, or use a private/local subnet range for this network (as described " +"in RFC1918/RFC3484/RFC4193)." +msgstr "" + +#: src/network/bridge_driver.c:1075 src/network/bridge_driver.c:1082 +#, c-format +msgid "Missing required 'service' attribute in SRV record of network '%s'" +msgstr "" + +#: src/network/bridge_driver.c:1131 +msgid "For IPv4, multiple DHCP definitions cannot be specified." +msgstr "" + +#: src/network/bridge_driver.c:1144 +#, c-format +msgid "" +"The version of dnsmasq on this host (%d.%d) doesn't adequately support IPv6 " +"dhcp range or dhcp host specification. Version %d.%d or later is required." +msgstr "" + +#: src/network/bridge_driver.c:1157 +msgid "For IPv6, multiple DHCP definitions cannot be specified." +msgstr "" + +#: src/network/bridge_driver.c:1345 +#, c-format +msgid "couldn't write dnsmasq config file '%s'" +msgstr "" + +#: src/network/bridge_driver.c:1186 src/network/bridge_driver.c:1592 +#, c-format +msgid "bridge '%s' has an invalid prefix" +msgstr "" + +#: src/network/bridge_driver.c:1931 +#, c-format +msgid "cannot write to %s to enable/disable IPv6 on bridge %s" +msgstr "" + +#: src/network/bridge_driver.c:2030 +#, c-format +msgid "network '%s' has an invalid netmask or IP address in route definition" +msgstr "" + +#: src/network/bridge_driver.c:2096 +#, c-format +msgid "network '%s' has no bridge name defined" +msgstr "" + +#: src/network/bridge_driver.c:2365 +#, c-format +msgid "Could not get Virtual functions on %s" +msgstr "" + +#: src/network/bridge_driver.c:2421 +#, c-format +msgid "No usable Vf's present on SRIOV PF %s" +msgstr "" + +#: src/network/bridge_driver.c:2623 +#, c-format +msgid "no network with matching uuid '%s'" +msgstr "" + +#: src/network/bridge_driver.c:2945 +#, c-format +msgid "Unsupported element in network %s with forward mode='%s'" +msgstr "" + +#: src/network/bridge_driver.c:2953 +#, c-format +msgid "Unsupported element in network %s with forward mode='%s'" +msgstr "" + +#: src/network/bridge_driver.c:2961 +#, c-format +msgid "Unsupported element in network %s with forward mode='%s'" +msgstr "" + +#: src/network/bridge_driver.c:2969 +#, c-format +msgid "Unsupported element in network %s with forward mode='%s'" +msgstr "" + +#: src/network/bridge_driver.c:2977 +#, c-format +msgid "" +"Unsupported network-wide element in network %s with forward " +"mode='%s'" +msgstr "" + +#: src/network/bridge_driver.c:3014 +#, c-format +msgid "" +"
, , and elements of in network %s are " +"mutually exclusive" +msgstr "" + +#: src/network/bridge_driver.c:3030 +msgid "" +"Multiple IPv4 dhcp sections found -- dhcp is supported only for a single " +"IPv4 address on each network" +msgstr "" + +#: src/network/bridge_driver.c:3043 +msgid "" +"Multiple IPv6 dhcp sections found -- dhcp is supported only for a single " +"IPv6 address on each network" +msgstr "" + +#: src/network/bridge_driver.c:3088 +#, c-format +msgid "" +"network '%s' has multiple default elements (%s and %s), but only " +"one default is allowed" +msgstr "" + +#: src/network/bridge_driver.c:3100 +#, c-format +msgid "multiple elements with the same name (%s) in network '%s'" +msgstr "" + +#: src/network/bridge_driver.c:3108 +#, c-format +msgid "" +"Unsupported element in network '%s' in portgroup '%s' with " +"forward mode='%s'" +msgstr "" + +#: src/network/bridge_driver.c:3123 +#, c-format +msgid "" +" element specified for network %s, whose type doesn't support vlan " +"configuration" +msgstr "" + +#: src/network/bridge_driver.c:3520 src/network/bridge_driver.c:4002 +#, c-format +msgid "network '%s' is not active" +msgstr "" + +#: src/network/bridge_driver.c:3739 +#, c-format +msgid "invalid json in file: %s" +msgstr "" + +#: src/network/bridge_driver.c:3745 src/util/virlease.c:94 +msgid "couldn't fetch array of leases" +msgstr "" + +#: src/network/bridge_driver.c:3755 src/util/virlease.c:102 +#: src/util/virlease.c:109 src/util/virlease.c:185 src/util/virlease.c:209 +msgid "failed to parse json" +msgstr "" + +#: src/network/bridge_driver.c:3763 +msgid "found lease without mac-address" +msgstr "" + +#: src/network/bridge_driver.c:3773 +msgid "found lease without expiry-time" +msgstr "" + +#: src/network/bridge_driver.c:3790 +msgid "found lease without ip-address" +msgstr "" + +#: src/network/bridge_driver.c:4103 +#, c-format +msgid "" +" not supported for network '%s' which uses a bridge " +"device" +msgstr "" + +#: src/network/bridge_driver.c:4153 +#, c-format +msgid "unrecognized driver name value %d in network '%s'" +msgstr "" + +#: src/network/bridge_driver.c:4177 +#, c-format +msgid "" +" not supported for network '%s' which uses an SR-IOV " +"Virtual Function via PCI passthrough" +msgstr "" + +#: src/network/bridge_driver.c:4228 +#, c-format +msgid "" +" not supported for network '%s' which uses a macvtap " +"device" +msgstr "" + +#: src/network/bridge_driver.c:4316 +#, c-format +msgid "" +"an interface connecting to network '%s' is requesting a vlan tag, but that " +"is not supported for this type of network" +msgstr "" + +#: src/network/bridge_driver.c:4322 +#, c-format +msgid "" +"an interface of type '%s' is requesting a vlan tag, but that is not " +"supported for this type of connection" +msgstr "" + +#: src/network/bridge_driver.c:4431 +#, c-format +msgid "" +"network '%s' uses a direct or hostdev mode, but has no forward dev and no " +"interface pool" +msgstr "" + +#: src/network/bridge_driver.c:4488 src/network/bridge_driver.c:4649 +msgid "the interface uses a hostdev mode, but has no hostdev" +msgstr "" + +#: src/network/bridge_driver.c:4506 src/network/bridge_driver.c:4665 +#, c-format +msgid "network '%s' doesn't have PCI device %04x:%02x:%02x.%x in use by domain" +msgstr "" + +#: src/network/bridge_driver.c:4523 +#, c-format +msgid "" +"network '%s' claims the PCI device at domain=%d bus=%d slot=%d function=%d " +"is already in use by a different domain" +msgstr "" + +#: src/network/bridge_driver.c:4610 +#, c-format +msgid "" +"network '%s' uses a direct/hostdev mode, but has no forward dev and no " +"interface pool" +msgstr "" + +#: src/network/bridge_driver.c:4747 +#, c-format +msgid "network '%s' doesn't have an IP address" +msgstr "" + +#: src/network/bridge_driver.c:4903 +#, c-format +msgid "" +"Invalid use of 'floor' on interface with MAC address %s - network '%s' has " +"no inbound QoS set" +msgstr "" + +#: src/network/bridge_driver.c:4927 +#, c-format +msgid "" +"Cannot plug '%s' interface into '%s' because it would overcommit 'peak' on " +"network '%s'" +msgstr "" + +#: src/network/bridge_driver.c:4938 +#, c-format +msgid "" +"Cannot plug '%s' interface into '%s' because it would overcommit 'average' " +"on network '%s'" +msgstr "" + +#: src/network/bridge_driver.c:4992 +msgid "Could not generate next class ID" +msgstr "" + +#: src/network/bridge_driver.c:5054 +#, c-format +msgid "Cannot set bandwidth on interface '%s' of type %d" +msgstr "" + +#: src/network/bridge_driver_linux.c:147 +#, c-format +msgid "Route address '%s' conflicts with IP address for '%s'" +msgstr "" + +#: src/network/leaseshelper.c:57 +#, c-format +msgid "%s: try --help for more details\n" +msgstr "" + +#: src/network/leaseshelper.c:59 +#, c-format +msgid "" +"Usage: %s add|old|del|init mac|clientid ip [hostname]\n" +"Designed for use with 'dnsmasq --dhcp-script'\n" +"Refer to man page of dnsmasq for more details'\n" +msgstr "" + +#: src/network/leaseshelper.c:153 +#, c-format +msgid "Unsupported action: %s\n" +msgstr "" + +#: src/network/leaseshelper.c:222 src/network/leaseshelper.c:241 +#: src/util/virlease.c:146 src/util/virlease.c:279 +msgid "failed to create json" +msgstr "" + +#: src/util/virlease.c:271 +#, c-format +msgid "Unable to convert lease expiry time to long long: %s" +msgstr "" + +#: src/util/virlease.c:86 +#, c-format +msgid "invalid json in file: %s, rewriting it" +msgstr "" + +#: src/network/leaseshelper.c:250 +msgid "empty json array" +msgstr "" + +#: src/node_device/node_device_driver.c:606 +#, c-format +msgid "no node device for '%s' with matching wwnn '%s' and wwpn '%s'" +msgstr "" + +#: src/node_device/node_device_hal.c:645 +#, c-format +msgid "DBus not available, disabling HAL driver: %s" +msgstr "" + +#: src/node_device/node_device_udev.c:1692 +#, c-format +msgid "Failed to initialize libpciaccess: %s" +msgstr "Failed to initialise libpciaccess: %s" + +#: src/node_device/node_device_udev.c:1715 +msgid "Failed to initialize mutex for driver" +msgstr "" + +#: src/util/virhostcpu.c:78 +msgid "Cannot obtain CPU count" +msgstr "" + +#: src/nodeinfo.c:104 +msgid "cannot obtain memory size" +msgstr "" + +#: src/util/virhostcpu.c:120 src/util/virhostcpu.c:822 +#, c-format +msgid "nparams in %s must be equal to %d" +msgstr "" + +#: src/util/virhostcpu.c:128 src/util/virhostcpu.c:161 +#: src/util/virhostmem.c:101 src/util/virhostmem.c:121 +#, c-format +msgid "sysctl failed for '%s'" +msgstr "" + +#: src/util/virhostcpu.c:146 src/util/virhostcpu.c:867 +#, c-format +msgid "Invalid cpuNum in %s" +msgstr "" + +#: src/util/virhostcpu.c:171 src/util/virhostmem.c:109 +#: src/util/virhostmem.c:127 +#, c-format +msgid "Field '%s' too long for destination" +msgstr "" + +#: src/util/virhostmem.c:88 src/util/virhostmem.c:186 +#, c-format +msgid "nparams in %s must be %d" +msgstr "" + +#: src/util/virhostcpu.c:374 +#, c-format +msgid "Socket %d can't be handled (max socket is %d)" +msgstr "" + +#: src/util/virhostcpu.c:429 +msgid "CPU socket topology has changed" +msgstr "" + +#: src/util/virhostcpu.c:444 +#, c-format +msgid "Core %d can't be handled (max core is %d)" +msgstr "" + +#: src/nodeinfo.c:578 src/nodeinfo.c:874 +#, c-format +msgid "problem closing %s" +msgstr "" + +#: src/util/virhostcpu.c:565 src/util/virhostcpu.c:586 +#: src/util/virhostcpu.c:612 +msgid "parsing cpu MHz from cpuinfo" +msgstr "" + +#: src/util/virhostcpu.c:742 +msgid "no CPUs found" +msgstr "" + +#: src/util/virhostcpu.c:791 +msgid "kernel cpu time field is too long for the destination" +msgstr "" + +#: src/util/virhostcpu.c:915 src/util/virhostmem.c:459 +#, c-format +msgid "failed to parse %s" +msgstr "" + +#: src/util/virhostcpu.c:998 src/util/virhostcpu.c:1005 +msgid "cannot obtain CPU freq" +msgstr "" + +#: src/util/virhostmem.c:279 +#, c-format +msgid "cellNum in %s must be less than or equal to %d" +msgstr "" + +#: src/util/virhostcpu.c:1091 +msgid "host cpu counting not supported on this node" +msgstr "" + +#: src/util/virhostcpu.c:1102 +msgid "host cpu counting not implemented on this platform" +msgstr "" + +#: src/util/virhostcpu.c:1141 +msgid "node present CPU map not implemented on this platform" +msgstr "" + +#: src/util/virhostcpu.c:1190 +msgid "node online CPU map not implemented on this platform" +msgstr "" + +#: src/util/virhostmem.c:337 src/util/virutil.c:1730 +#, c-format +msgid "failed to set %s" +msgstr "" + +#: src/util/virhostmem.c:367 +#, c-format +msgid "Parameter '%s' is not supported by this kernel" +msgstr "" + +#: src/util/virhostmem.c:414 +msgid "node set memory parameters not implemented on this platform" +msgstr "" + +#: src/util/virhostmem.c:609 +msgid "node get memory parameters not implemented on this platform" +msgstr "" + +#: src/util/virhostmem.c:634 src/util/virhostmem.c:651 +#: src/util/virhostmem.c:663 +msgid "Cannot determine free memory" +msgstr "" + +#: src/nodeinfo.c:1934 +msgid "sysctl failed for vm.stats.vm.v_page_count" +msgstr "" + +#: src/nodeinfo.c:1944 +msgid "sysctl failed for vm.stats.vm.v_free_count" +msgstr "" + +#: src/nodeinfo.c:254 +msgid "node cpu info not implemented on this platform" +msgstr "" + +#: src/util/virhostmem.c:789 +msgid "no suitable info found" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:582 +#, c-format +msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:890 +msgid "virNWFilterSnoopListDel failed" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1111 +msgid "pcap_create failed" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1119 +#, c-format +msgid "setup of pcap handle failed: %s" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1126 +#, c-format +msgid "pcap_compile: %s" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1132 +#, c-format +msgid "pcap_setfilter: %s" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1138 +#, c-format +msgid "pcap_setdirection: %s" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1173 +#, c-format +msgid "Instantiation of rules failed on interface '%s'" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1482 +#, c-format +msgid "interface '%s' failing; reopening" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1536 +#, c-format +msgid "Job submission failed on interface '%s'" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1653 +msgid "applyDHCPOnlyRules failed - spoofing not protected!" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1660 +#, c-format +msgid "virNWFilterDHCPSnoopReq: can't copy variables on if %s" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1670 +#, c-format +msgid "" +"virNWFilterDHCPSnoopReq ifname map failed on interface \"%s\" key \"%s\"" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1679 +#, c-format +msgid "virNWFilterDHCPSnoopReq req add failed on interface \"%s\" ifkey \"%s\"" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1691 +#, c-format +msgid "virNWFilterDHCPSnoopReq virThreadCreate failed on interface '%s'" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1703 +#, c-format +msgid "Activation of snoop request failed on interface '%s'" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1710 +#, c-format +msgid "Restoring of leases failed on interface '%s'" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1789 +msgid "lease file write failed" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1897 +#, c-format +msgid "mkdir(\"%s\")" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1902 +#, c-format +msgid "unlink(\"%s\")" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1907 +#, c-format +msgid "open(\"%s\")" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1927 +#, c-format +msgid "rename(\"%s\", \"%s\")" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1957 +#: src/nwfilter/nwfilter_dhcpsnoop.c:1966 +#, c-format +msgid "virNWFilterSnoopLeaseFileLoad lease file line %d corrupt" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1983 +#, c-format +msgid "virNWFilterSnoopLeaseFileLoad req add failed on interface \"%s\"" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:1991 +#, c-format +msgid "line %d corrupt ipaddr \"%s\"" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:2154 +#, c-format +msgid "ifkey \"%s\" has no req" +msgstr "" + +#: src/nwfilter/nwfilter_dhcpsnoop.c:2235 +msgid "libvirt was not compiled with libpcap and \"" +msgstr "" + +#: src/nwfilter/nwfilter_driver.c:219 +msgid "DBus matches could not be installed. Disabling nwfilter driver" +msgstr "" + +#: src/nwfilter/nwfilter_driver.c:541 +msgid "Can't define NWFilters in session mode" +msgstr "" + +#: src/nwfilter/nwfilter_ebiptables_driver.c:176 +#, c-format +msgid "Buffer too small to print variable '%s' into" +msgstr "" + +#: src/nwfilter/nwfilter_ebiptables_driver.c:287 +msgid "Buffer to small for ipset name" +msgstr "" + +#: src/nwfilter/nwfilter_ebiptables_driver.c:316 +msgid "Buffer too small for IPSETFLAGS type" +msgstr "" + +#: src/nwfilter/nwfilter_ebiptables_driver.c:1500 +#, c-format +msgid "Unexpected protocol %d" +msgstr "" + +#: src/nwfilter/nwfilter_ebiptables_driver.c:2432 +#, c-format +msgid "Unexpected rule protocol %d" +msgstr "" + +#: src/nwfilter/nwfilter_ebiptables_driver.c:2518 +msgid "unexpected protocol type" +msgstr "" + +#: src/nwfilter/nwfilter_ebiptables_driver.c:3739 +#, c-format +msgid "Call to utsname failed: %d" +msgstr "" + +#: src/nwfilter/nwfilter_ebiptables_driver.c:3745 +#, c-format +msgid "Could not determine kernel version from string %s" +msgstr "" + +#: src/nwfilter/nwfilter_ebiptables_driver.c:3767 +msgid "No output from iptables --version" +msgstr "" + +#: src/nwfilter/nwfilter_ebiptables_driver.c:3778 +#, c-format +msgid "Cannot parse version string '%s'" +msgstr "" + +#: src/nwfilter/nwfilter_gentech_driver.c:697 +#, c-format +msgid "filter '%s' learning value '%s' invalid." +msgstr "" + +#: src/nwfilter/nwfilter_gentech_driver.c:760 +#, c-format +msgid "" +"Cannot instantiate filter due to unresolvable variables or unavailable list " +"elements: %s" +msgstr "" + +#: src/nwfilter/nwfilter_gentech_driver.c:1157 +#, c-format +msgid "Failure while applying current filter on VM %s" +msgstr "" + +#: src/nwfilter/nwfilter_learnipaddr.c:154 +msgid "mutex initialization failed" +msgstr "mutex initialisation failed" + +#: src/openvz/openvz_conf.c:391 src/openvz/openvz_conf.c:438 +#: src/openvz/openvz_conf.c:460 +#, c-format +msgid "Could not read '%s' from config for container %d" +msgstr "" + +#: src/openvz/openvz_conf.c:399 +msgid "Unable to parse quota" +msgstr "" + +#: src/openvz/openvz_conf.c:445 +#, c-format +msgid "Could not parse barrier of '%s' from config for container %d" +msgstr "" + +#: src/openvz/openvz_conf.c:467 +#, c-format +msgid "Could not parse barrier and limit of '%s' from config for container %d" +msgstr "" + +#: src/openvz/openvz_driver.c:259 +msgid "Can't set soft limit without hard limit" +msgstr "" + +#: src/openvz/openvz_driver.c:300 +#, c-format +msgid "Hostname of '%s' is unset" +msgstr "" + +#: src/openvz/openvz_driver.c:1016 src/openvz/openvz_driver.c:1111 +msgid "Could not set disk quota" +msgstr "" + +#: src/openvz/openvz_driver.c:1039 src/openvz/openvz_driver.c:1138 +#: src/openvz/openvz_driver.c:1411 +msgid "Could not set number of vCPUs" +msgstr "" + +#: src/openvz/openvz_driver.c:1405 +msgid "Number of vCPUs should be >= 1" +msgstr "" + +#: src/openvz/openvz_driver.c:1766 +msgid "Can't parse limit from " +msgstr "" + +#: src/openvz/openvz_driver.c:1773 +msgid "Can't parse barrier from " +msgstr "" + +#: src/openvz/openvz_driver.c:1797 +#, c-format +msgid "Failed to set %s for %s: value too large" +msgstr "" + +#: src/openvz/openvz_driver.c:2063 +msgid "Can only modify disk quota" +msgstr "" + +#: src/openvz/openvz_driver.c:2073 +#, c-format +msgid "Can't modify device type '%s'" +msgstr "" + +#: src/openvz/openvz_driver.c:2487 +msgid "domain is not running on destination host" +msgstr "" + +#: src/openvz/openvz_util.c:47 +msgid "Can't determine page size" +msgstr "" + +#: src/vz/vz_driver.c:2900 +msgid "Can't initialize Parallels SDK" +msgstr "" + +#: src/vz/vz_driver.c:371 +#, c-format +msgid "Unexpected Virtuozzo URI path '%s', try vz:///system" +msgstr "" + +#: src/vz/vz_driver.c:764 +#, c-format +msgid "Unsupported OS type: %s" +msgstr "" + +#: src/vz/vz_driver.c:790 +msgid "Can't change domain configuration in managed save state" +msgstr "" + +#: src/vz/vz_driver.c:1074 +msgid "device attach needs VIR_DOMAIN_AFFECT_CONFIG flag to be set" +msgstr "" + +#: src/vz/vz_driver.c:1149 +msgid "Updates on a running domain need VIR_DOMAIN_AFFECT_LIVE flag" +msgstr "" + +#: src/vz/vz_driver.c:1102 +msgid "disk attach failed" +msgstr "" + +#: src/vz/vz_driver.c:1110 +msgid "network attach failed" +msgstr "" + +#: src/vz/vz_driver.c:1151 +msgid "device detach needs VIR_DOMAIN_AFFECT_CONFIG flag to be set" +msgstr "" + +#: src/vz/vz_driver.c:1179 +msgid "disk detach failed" +msgstr "" + +#: src/vz/vz_driver.c:1187 +msgid "network detach failed" +msgstr "" + +#: src/vz/vz_driver.c:2939 +msgid "Can't find prlctl command in the PATH env" +msgstr "" + +#: src/vz/vz_sdk.c:81 src/vz/vz_sdk.c:138 +#, c-format +msgid "%s %s" +msgstr "" + +#: src/vz/vz_sdk.c:1766 +msgid "Domain UUID is malformed or empty" +msgstr "" + +#: src/vz/vz_sdk.c:581 src/vz/vz_sdk.c:4334 +#, c-format +msgid "Unknown disk bus: %X" +msgstr "" + +#: src/vz/vz_sdk.c:1054 +#, c-format +msgid "Unknown adapter type: %X" +msgstr "" + +#: src/vz/vz_sdk.c:1188 +#, c-format +msgid "Unknown serial type: %X" +msgstr "" + +#: src/vz/vz_sdk.c:1124 +#, c-format +msgid "Unknown domain state: %X" +msgstr "" + +#: src/vz/vz_sdk.c:1472 +#, c-format +msgid "Unknown domain type: %X" +msgstr "" + +#: src/vz/vz_sdk.c:1500 +#, c-format +msgid "Unknown CPU mode: %X" +msgstr "" + +#: src/vz/vz_sdk.c:1291 +msgid "cannot initialize condition" +msgstr "" + +#: src/vz/vz_sdk.c:1811 +#, c-format +msgid "Unknown autostart mode: %X" +msgstr "" + +#: src/vz/vz_sdk.c:2316 +msgid "Can't change domain state." +msgstr "" + +#: src/vz/vz_sdk.c:2370 +msgid "titles are not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2376 +msgid "blkio parameters are not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2383 +msgid "changing balloon parameters is not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2390 +msgid "Memory size should be multiple of 1Mb." +msgstr "" + +#: src/vz/vz_sdk.c:2401 +msgid "Memory parameter is not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2408 +msgid "current vcpus must be equal to maxvcpus" +msgstr "" + +#: src/vz/vz_sdk.c:2414 +msgid "changing cpu placement mode is not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2425 +msgid "cputune is not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2435 +msgid "vcpupin cpumask differs from default cpumask" +msgstr "" + +#: src/vz/vz_sdk.c:2450 +msgid "numa parameters are not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2460 +msgid "" +"on_reboot, on_poweroff and on_crash parameters are not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2477 +msgid "changing OS parameters is not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2492 +msgid "changing OS type is not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2516 +msgid "changing emulator is not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2524 +msgid "changing features is not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2534 +msgid "changing clock parameters is not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2541 +msgid "Filesystems in VMs are not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2552 +msgid "changing devices parameters is not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2102 +msgid "changing input devices parameters is not supported by vz driver" +msgstr "" + +#: src/vz/vz_sdk.c:2213 +msgid "vz driver supports only one VNC per domain." +msgstr "" + +#: src/vz/vz_utils.c:524 +msgid "vz driver supports only VNC graphics." +msgstr "" + +#: src/vz/vz_utils.c:531 +msgid "vz driver doesn't support websockets for VNC graphics." +msgstr "" + +#: src/vz/vz_utils.c:539 +msgid "vz driver supports only \"en-us\" keymap for VNC graphics." +msgstr "" + +#: src/vz/vz_utils.c:546 +msgid "vz driver doesn't support exclusive share policy for VNC graphics." +msgstr "" + +#: src/vz/vz_sdk.c:2251 +msgid "vz driver doesn't support VNC graphics over unix sockets." +msgstr "" + +#: src/vz/vz_utils.c:554 +msgid "vz driver doesn't support given action in case of password change." +msgstr "" + +#: src/vz/vz_utils.c:561 +msgid "vz driver doesn't support setting password expire time." +msgstr "" + +#: src/vz/vz_utils.c:568 +msgid "vz driver doesn't support more than one listening VNC server per domain" +msgstr "" + +#: src/vz/vz_utils.c:576 +msgid "vz driver supports only address-based VNC listening" +msgstr "" + +#: src/vz/vz_sdk.c:2680 +msgid "Video adapters are not supported int containers." +msgstr "" + +#: src/vz/vz_sdk.c:2687 +msgid "vz driver supports only one video adapter." +msgstr "" + +#: src/vz/vz_sdk.c:2697 +msgid "vz driver supports only VGA video adapters." +msgstr "" + +#: src/vz/vz_sdk.c:2704 +msgid "vz driver doesn't support multihead video adapters." +msgstr "" + +#: src/vz/vz_sdk.c:2711 +msgid "vz driver doesn't support setting video acceleration parameters." +msgstr "" + +#: src/vz/vz_sdk.c:2723 +msgid "Specified character device type is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2730 +msgid "Specified character device target type is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2743 +msgid "Specified character device source type is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2750 +msgid "" +"Setting device info for character devices is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2757 +msgid "Setting security labels is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2790 +msgid "Specified network adapter type is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2797 +msgid "Interface backend parameters are not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2804 +msgid "Virtual network portgroups are not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2811 +msgid "Setting interface sndbuf is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2818 +msgid "Setting interface script is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2825 +msgid "Setting guest interface name is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2832 +msgid "Setting device info for network devices is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2839 +msgid "Setting network filter is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2846 +msgid "Setting network bandwidth is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2853 +msgid "Setting up vlans is not supported by vz driver." +msgstr "" + +#: src/vz/vz_utils.c:300 +msgid "Only hard disks and cdroms are supported by vz driver." +msgstr "" + +#: src/vz/vz_utils.c:308 +msgid "Setting disk block sizes is not supported by vz driver." +msgstr "" + +#: src/vz/vz_utils.c:321 +msgid "Setting disk io limits is not supported by vz driver yet." +msgstr "" + +#: src/vz/vz_utils.c:327 +msgid "Setting disk serial number is not supported by vz driver." +msgstr "" + +#: src/vz/vz_utils.c:333 +msgid "Setting disk wwn id is not supported by vz driver." +msgstr "" + +#: src/vz/vz_utils.c:340 +msgid "Setting disk vendor is not supported by vz driver." +msgstr "" + +#: src/vz/vz_utils.c:347 +msgid "Setting disk product id is not supported by vz driver." +msgstr "" + +#: src/vz/vz_utils.c:354 +msgid "Setting disk error policy is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2523 +msgid "Setting disk io mode is not supported by vz driver." +msgstr "" + +#: src/vz/vz_utils.c:369 +msgid "Disk copy_on_read is not supported by vz driver." +msgstr "" + +#: src/vz/vz_utils.c:376 +msgid "Setting up disk startup policy is not supported by vz driver." +msgstr "" + +#: src/vz/vz_utils.c:383 +msgid "Transient disks are not supported by vz driver." +msgstr "" + +#: src/vz/vz_utils.c:390 +msgid "Setting up disk discard parameter is not supported by vz driver." +msgstr "" + +#: src/vz/vz_utils.c:397 +msgid "Setting up disk io thread # is not supported by vz driver." +msgstr "" + +#: src/vz/vz_utils.c:406 +msgid "Only disk and block storage types are supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2580 +msgid "Only file based filesystems are supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2873 +msgid "Only ploop fs driver is supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2880 +msgid "Changing fs access mode is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2887 +msgid "Changing fs write policy is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2894 +msgid "Only ploop disk images are supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2615 +msgid "Setting readonly for filesystems is supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:2908 +msgid "Setting fs quotas is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:3027 +msgid "vz driver doesn't support specified serial source type." +msgstr "" + +#: src/vz/vz_sdk.c:3092 +msgid "Support only default gateway" +msgstr "" + +#: src/vz/vz_sdk.c:3100 +msgid "Support only one IPv4 default gateway" +msgstr "" + +#: src/vz/vz_sdk.c:3110 +msgid "Support only one IPv6 default gateway" +msgstr "" + +#: src/vz/vz_sdk.c:3119 +#, c-format +msgid "Unsupported address family %d Only IPv4 or IPv6 default gateway" +msgstr "" + +#: src/vz/vz_sdk.c:3255 +msgid "Specified network adapter model is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:3036 +msgid "network device cannot be attached" +msgstr "" + +#: src/vz/vz_sdk.c:3103 +msgid "network device cannot be detached" +msgstr "" + +#: src/vz/vz_sdk.c:3187 +#, c-format +msgid "" +"Invalid format of disk %s, vz driver supports only images in ploop format." +msgstr "" + +#: src/vz/vz_sdk.c:3200 +#, c-format +msgid "" +"Invalid format of disk %s, it should be either not set, or set to raw or " +"auto." +msgstr "" + +#: src/vz/vz_utils.c:237 +#, c-format +msgid "" +"Invalid drive address of disk %s, vz driver supports only one controller." +msgstr "" + +#: src/vz/vz_utils.c:244 +#, c-format +msgid "Invalid drive address of disk %s, vz driver supports only target 0." +msgstr "" + +#: src/vz/vz_utils.c:253 +#, c-format +msgid "" +"Invalid drive address of disk %s, vz driver supports only units 0-1 for IDE " +"bus." +msgstr "" + +#: src/vz/vz_sdk.c:3247 +#, c-format +msgid "" +"Invalid drive address of disk %s, vz driver supports only bus 0 for SCSI bus." +msgstr "" + +#: src/vz/vz_sdk.c:3258 +#, c-format +msgid "" +"Invalid drive address of disk %s, vz driver supports only bus 0 for SATA bus." +msgstr "" + +#: src/vz/vz_sdk.c:3446 src/vz/vz_utils.c:271 +msgid "Specified disk bus is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:3278 +#, c-format +msgid "" +"Invalid drive address of disk %s, vz driver supports only defaults address " +"to logical device name." +msgstr "" + +#: src/vz/vz_sdk.c:3303 +msgid "Specified disk cache mode is not supported by vz driver." +msgstr "" + +#: src/vz/vz_sdk.c:3905 +#, c-format +msgid "Unknown CPU mode: %s" +msgstr "" + +#: src/vz/vz_sdk.c:3676 src/vz/vz_sdk.c:3685 +msgid "Unsupported filesystem type." +msgstr "" + +#: src/vz/vz_sdk.c:4237 +msgid "Refusing to undefine while snapshots exist" +msgstr "" + +#: src/vz/vz_sdk.c:3949 +msgid "Timeout on waiting statistics event." +msgstr "" + +#: src/vz/vz_utils.h:38 +msgid "Can't parse prlctl output" +msgstr "" + +#: src/phyp/phyp_driver.c:170 src/phyp/phyp_driver.c:182 +#: src/phyp/phyp_driver.c:206 src/phyp/phyp_driver.c:219 +#: src/phyp/phyp_driver.c:715 src/phyp/phyp_driver.c:753 +msgid "unable to wait on libssh2 socket" +msgstr "" + +#: src/phyp/phyp_driver.c:1827 +msgid "" +"Possibly you don't have IBM Tools installed in your LPAR.Contact your " +"support to enable this feature." +msgstr "" +"Possibly you don't have IBM Tools installed in your LPAR. Contact your " +"support to enable this feature." + +#: src/phyp/phyp_driver.c:2471 +msgid "Only 'scsi_host' adapter is supported" +msgstr "" + +#: src/phyp/phyp_driver.c:3500 +msgid "" +"Field on the domain XML file is missing or has invalid value" +msgstr "" + +#: src/phyp/phyp_driver.c:3507 +msgid "Field on the domain XML file is missing or has invalid value" +msgstr "" + +#: src/qemu/qemu_agent.c:205 +#, c-format +msgid "Agent path %s too big for destination" +msgstr "" + +#: src/qemu/qemu_agent.c:240 src/qemu/qemu_monitor.c:371 +msgid "monitor socket did not show up" +msgstr "" + +#: src/qemu/qemu_agent.c:419 +#, c-format +msgid "Process %zu %p %p [[[%s]]][[[%s]]]" +msgstr "" + +#: src/qemu/qemu_agent.c:466 +msgid "Cannot check socket connection status" +msgstr "" + +#: src/qemu/qemu_agent.c:472 +msgid "Cannot connect to agent socket" +msgstr "" + +#: src/qemu/qemu_agent.c:734 src/qemu/qemu_monitor.c:810 +msgid "cannot initialize monitor condition" +msgstr "cannot initialise monitor condition" + +#: src/qemu/qemu_agent.c:899 +msgid "Guest agent not available for now" +msgstr "" + +#: src/qemu/qemu_agent.c:903 +msgid "Unable to wait on agent monitor condition" +msgstr "" + +#: src/qemu/qemu_agent.c:977 +msgid "Malformed return value" +msgstr "" + +#: src/qemu/qemu_agent.c:984 +#, c-format +msgid "Guest agent returned ID: %llu instead of %llu" +msgstr "" + +#: src/qemu/qemu_agent.c:1078 src/qemu/qemu_agent.c:1096 +#, c-format +msgid "unable to execute QEMU agent command '%s'" +msgstr "" + +#: src/qemu/qemu_agent.c:1082 +#, c-format +msgid "unable to execute QEMU agent command '%s': %s" +msgstr "" + +#: src/qemu/qemu_agent.c:1121 src/qemu/qemu_agent.c:1155 +msgid "Guest agent disappeared while executing command" +msgstr "" + +#: src/qemu/qemu_agent.c:1318 src/qemu/qemu_agent.c:1356 +#: src/qemu/qemu_agent.c:1748 +msgid "malformed return value" +msgstr "" + +#: src/qemu/qemu_agent.c:1408 +#, c-format +msgid "guest agent timeout '%d' is less than the minimum '%d'" +msgstr "" + +#: src/qemu/qemu_agent.c:1472 +msgid "guest-get-vcpus reply was missing return data" +msgstr "" + +#: src/qemu/qemu_agent.c:1478 +msgid "guest-get-vcpus return information was not an array" +msgstr "" + +#: src/qemu/qemu_agent.c:1493 +msgid "array element missing in guest-get-vcpus return value" +msgstr "" + +#: src/qemu/qemu_agent.c:1500 +msgid "'logical-id' missing in reply of guest-get-vcpus" +msgstr "" + +#: src/qemu/qemu_agent.c:1506 +msgid "'online' missing in reply of guest-get-vcpus" +msgstr "" + +#: src/qemu/qemu_agent.c:1513 +msgid "'can-offline' missing in reply of guest-get-vcpus" +msgstr "" + +#: src/qemu/qemu_agent.c:1674 +msgid "Invalid data provided by guest agent" +msgstr "" + +#: src/qemu/qemu_agent.c:1691 +msgid "guest agent reports less cpu than requested" +msgstr "" + +#: src/qemu/qemu_agent.c:1698 +msgid "Cannot offline enough CPUs" +msgstr "" + +#: src/qemu/qemu_agent.c:1793 +#, c-format +msgid "Time '%lld' is too big for guest agent" +msgstr "" + +#: src/qemu/qemu_agent.c:1844 +msgid "guest-get-fsinfo reply was missing return data" +msgstr "" + +#: src/qemu/qemu_agent.c:1850 +msgid "guest-get-fsinfo return information was not an array" +msgstr "" + +#: src/qemu/qemu_agent.c:1869 +#, c-format +msgid "array element '%zd' of '%zd' missing in guest-get-fsinfo return data" +msgstr "" + +#: src/qemu/qemu_agent.c:1881 +msgid "'mountpoint' missing in reply of guest-get-fsinfo" +msgstr "" + +#: src/qemu/qemu_agent.c:1889 +msgid "'name' missing in reply of guest-get-fsinfo" +msgstr "" + +#: src/qemu/qemu_agent.c:1896 +msgid "'type' missing in reply of guest-get-fsinfo" +msgstr "" + +#: src/qemu/qemu_agent.c:1902 +msgid "'disk' missing in reply of guest-get-fsinfo" +msgstr "" + +#: src/qemu/qemu_agent.c:1908 +msgid "guest-get-fsinfo 'disk' data was not an array" +msgstr "" + +#: src/qemu/qemu_agent.c:1930 +#, c-format +msgid "array element '%zd' of '%zd' missing in guest-get-fsinfo 'disk' data" +msgstr "" + +#: src/qemu/qemu_agent.c:1938 +msgid "'pci-controller' missing in guest-get-fsinfo 'disk' data" +msgstr "" + +#: src/qemu/qemu_agent.c:1947 +#, c-format +msgid "'%s' missing in guest-get-fsinfo 'disk' data" +msgstr "" + +#: src/qemu/qemu_agent.c:1956 +#, c-format +msgid "'%s' missing in guest-get-fsinfo 'pci-address' data" +msgstr "" + +#: src/qemu/qemu_agent.c:2039 +msgid "qemu agent didn't provide 'return' field" +msgstr "" + +#: src/qemu/qemu_agent.c:2045 +msgid "qemu agent didn't return an array of interfaces" +msgstr "" + +#: src/qemu/qemu_agent.c:2059 +msgid "qemu agent reply missing interface entry in array" +msgstr "" + +#: src/qemu/qemu_agent.c:2067 +msgid "qemu agent didn't provide 'name' field" +msgstr "" + +#: src/qemu/qemu_agent.c:2129 +msgid "qemu agent reply missing IP addr in array" +msgstr "" + +#: src/qemu/qemu_agent.c:2136 +#, c-format +msgid "qemu agent didn't provide 'ip-address-type' field for interface '%s'" +msgstr "" + +#: src/qemu/qemu_agent.c:2145 +#, c-format +msgid "unknown ip address type '%s'" +msgstr "" + +#: src/qemu/qemu_agent.c:2153 +#, c-format +msgid "qemu agent didn't provide 'ip-address' field for interface '%s'" +msgstr "" + +#: src/qemu/qemu_agent.c:2163 +msgid "malformed 'prefix' field" +msgstr "" + +#: src/qemu/qemu_capabilities.c:1286 +msgid "this qemu binary requires libvirt to be compiled with yajl" +msgstr "" + +#: src/qemu/qemu_capabilities.c:1395 +#, c-format +msgid "QEMU version >= 0.12.00 is required, but %d.%d.%d found" +msgstr "" + +#: src/qemu/qemu_capabilities.c:1406 +#, c-format +msgid "QEMU / QMP failed: %s" +msgstr "" + +#: src/qemu/qemu_capabilities.c:1410 +#, c-format +msgid "QEMU %u.%u.%u is too new for help parsing" +msgstr "" + +#: src/qemu/qemu_capabilities.c:1438 src/util/virdnsmasq.c:706 +#, c-format +msgid "cannot parse %s version number in '%.*s'" +msgstr "" + +#: src/qemu/qemu_capabilities.c:1801 +msgid "Malformed QEMU device list string, missing quote" +msgstr "" + +#: src/qemu/qemu_capabilities.c:1855 +msgid "Malformed QEMU device list string, missing '='" +msgstr "" + +#: src/qemu/qemu_capabilities.c:2416 +msgid "unable to probe for add-fd" +msgstr "" + +#: src/qemu/qemu_capabilities.c:2813 +#, c-format +msgid "unexpected root element <%s>, expecting " +msgstr "" + +#: src/qemu/qemu_capabilities.c:2821 +msgid "missing qemuctime in QEMU capabilities XML" +msgstr "" + +#: src/qemu/qemu_capabilities.c:2828 +msgid "missing selfctime in QEMU capabilities XML" +msgstr "" + +#: src/qemu/qemu_capabilities.c:2850 +msgid "missing flag name in QEMU capabilities cache" +msgstr "" + +#: src/qemu/qemu_capabilities.c:2866 src/qemu/qemu_capabilities.c:2872 +msgid "missing version in QEMU capabilities cache" +msgstr "" + +#: src/qemu/qemu_capabilities.c:2881 +msgid "missing arch in QEMU capabilities cache" +msgstr "" + +#: src/qemu/qemu_capabilities.c:2886 +#, c-format +msgid "unknown arch %s in QEMU capabilities cache" +msgstr "" + +#: src/qemu/qemu_capabilities.c:2893 +msgid "failed to parse qemu capabilities cpus" +msgstr "" + +#: src/qemu/qemu_capabilities.c:2905 +msgid "missing cpu name in QEMU capabilities cache" +msgstr "" + +#: src/qemu/qemu_capabilities.c:2915 +msgid "failed to parse qemu capabilities machines" +msgstr "" + +#: src/qemu/qemu_capabilities.c:2931 +msgid "missing machine name in QEMU capabilities cache" +msgstr "" + +#: src/qemu/qemu_capabilities.c:2940 +msgid "malformed machine cpu count in QEMU capabilities cache" +msgstr "" + +#: src/qemu/qemu_capabilities.c:3119 +#, c-format +msgid "Failed to save '%s' for '%s'" +msgstr "" + +#: src/qemu/qemu_capabilities.c:3156 src/qemu/qemu_capabilities.c:3228 +#, c-format +msgid "Unable to create directory '%s'" +msgstr "" + +#: src/qemu/qemu_capabilities.c:3241 +#, c-format +msgid "Unable to access cache '%s' for '%s'" +msgstr "" + +#: src/qemu/qemu_capabilities.c:3432 +#, c-format +msgid "Unknown QEMU arch %s" +msgstr "" + +#: src/qemu/qemu_capabilities.c:3692 +#, c-format +msgid "Failed to kill process %lld: %s" +msgstr "" + +#: src/qemu/qemu_capabilities.c:3721 +#, c-format +msgid "Failed to probe capabilities for %s: %s" +msgstr "" + +#: src/qemu/qemu_capabilities.c:3561 +msgid "unknown failure" +msgstr "" + +#: src/qemu/qemu_capabilities.c:3748 +#, c-format +msgid "Cannot check QEMU binary %s" +msgstr "" + +#: src/qemu/qemu_capabilities.c:3759 +#, c-format +msgid "QEMU binary %s is not executable" +msgstr "" + +#: src/qemu/qemu_cgroup.c:975 +msgid "Cannot setup cgroups until process is started" +msgstr "" + +#: src/qemu/qemu_cgroup.c:1076 src/qemu/qemu_process.c:2337 +#: src/qemu/qemu_process.c:4648 +msgid "cgroup cpu is required for scheduler tuning" +msgstr "" + +#: src/qemu/qemu_command.c:242 src/qemu/qemu_command.c:269 +#, c-format +msgid "file descriptor %d has not been transferred" +msgstr "" + +#: src/qemu/qemu_interface.c:334 +#, c-format +msgid "'%s' is not a suitable bridge helper" +msgstr "" + +#: src/qemu/qemu_interface.c:374 +#, c-format +msgid "%s: failed to communicate with bridge helper: %s%s" +msgstr "" + +#: src/qemu/qemu_interface.c:424 src/qemu/qemu_interface.c:515 +msgid "cannot use custom tap device in session mode" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2197 src/qemu/qemu_interface.c:521 +msgid "Missing bridge name" +msgstr "" + +#: src/qemu/qemu_command.c:533 +msgid "nested -object property arrays are not supported" +msgstr "" + +#: src/qemu/qemu_command.c:566 +msgid "NULL and OBJECT JSON types can't be converted to commandline string" +msgstr "" + +#: src/qemu/qemu_process.c:4593 +#, c-format +msgid "" +"PCI device %04x:%02x:%02x.%x allocated from network %s is already in use by " +"domain %s" +msgstr "" + +#: src/qemu/qemu_domain_address.c:52 +msgid "This QEMU doesn't support the LSI 53C895A SCSI controller" +msgstr "" + +#: src/qemu/qemu_domain_address.c:60 +msgid "This QEMU doesn't support virtio scsi controller" +msgstr "" + +#: src/qemu/qemu_command.c:878 +msgid "This QEMU doesn't support the LSI SAS1078 controller" +msgstr "" + +#: src/qemu/qemu_command.c:2586 src/qemu/qemu_domain_address.c:86 +#, c-format +msgid "Unsupported controller model: %s" +msgstr "" + +#: src/qemu/qemu_domain_address.c:99 +msgid "Unable to determine model for scsi controller" +msgstr "" + +#: src/qemu/qemu_alias.c:76 +msgid "Unable to determine device index for character device" +msgstr "" + +#: src/qemu/qemu_domain_address.c:188 +#, c-format +msgid "spapr-vio address %#llx already in use" +msgstr "" + +#: src/qemu/qemu_domain_address.c:520 +msgid "Bus 0 must be PCI for integrated PIIX3 USB or IDE controllers" +msgstr "" + +#: src/qemu/qemu_domain_address.c:578 +#, c-format +msgid "Inappropriate new pci controller index %zu not found in addrs" +msgstr "" + +#: src/qemu/qemu_domain_address.c:692 +msgid "PCI address 0:0:2.0 is in use, QEMU needs it for primary video" +msgstr "" + +#: src/qemu/qemu_domain_address.c:759 +msgid "Primary SATA controller must have PCI address 0:0:1f.2" +msgstr "" + +#: src/qemu/qemu_domain_address.c:883 +msgid "PCI address 0:0:1.0 is in use, QEMU needs it for primary video" +msgstr "" + +#: src/qemu/qemu_domain_address.c:899 +msgid "Primary video card must have PCI address 0:0:1.0" +msgstr "" + +#: src/qemu/qemu_domain_address.c:1504 +msgid "PCI bridges are not supported by this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:2386 +#, c-format +msgid "" +"failed to create PCI bridge on bus %d: too many devices with fixed addresses" +msgstr "" + +#: src/qemu/qemu_domain_address.c:1182 +#, c-format +msgid "virtio disk cannot have an address of type '%s'" +msgstr "" + +#: src/qemu/qemu_command.c:4223 src/qemu/qemu_domain_address.c:1249 +msgid "non-primary video device must be type of 'qxl'" +msgstr "" + +#: src/qemu/qemu_command.c:309 +#, c-format +msgid "" +"Device alias was not set for PCI controller with index %u required for " +"device at address %s" +msgstr "" + +#: src/qemu/qemu_command.c:320 +#, c-format +msgid "" +"Could not find PCI controller with index %u required for device at address %s" +msgstr "" + +#: src/qemu/qemu_command.c:345 +msgid "Multiple PCI buses are not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:396 +msgid "rombar and romfile are supported only for PCI devices" +msgstr "" + +#: src/qemu/qemu_command.c:2901 +msgid "rombar and romfile not supported in this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:2975 +#, c-format +msgid "%s no secret matches uuid '%s'" +msgstr "" + +#: src/qemu/qemu_command.c:2979 +#, c-format +msgid "%s no secret matches usage value '%s'" +msgstr "" + +#: src/qemu/qemu_command.c:2990 +#, c-format +msgid "could not get value of the secret for username '%s' using uuid '%s'" +msgstr "" + +#: src/qemu/qemu_command.c:2995 +#, c-format +msgid "" +"could not get value of the secret for username '%s' using usage value '%s'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:75 +#, c-format +msgid "Invalid transport/scheme '%s'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:85 +#, c-format +msgid "Invalid %s transport type '%s'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:107 +#, c-format +msgid "Invalid query parameter '%s'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:190 +#, c-format +msgid "invalid name '%s' for iSCSI disk" +msgstr "" + +#: src/qemu/qemu_command.c:453 src/storage/storage_backend_gluster.c:583 +#, c-format +msgid "failed to parse port number '%s'" +msgstr "" + +#: src/qemu/qemu_command.c:797 src/qemu/qemu_command.c:863 +#, c-format +msgid "protocol '%s' accepts only one host" +msgstr "" + +#: src/qemu/qemu_command.c:888 +msgid "socket attribute required for unix transport" +msgstr "" + +#: src/qemu/qemu_command.c:898 +#, c-format +msgid "nbd does not support transport '%s'" +msgstr "" + +#: src/qemu/qemu_command.c:929 +msgid "missing disk source for 'sheepdog' protocol" +msgstr "" + +#: src/qemu/qemu_command.c:944 +msgid "protocol 'sheepdog' accepts up to one host" +msgstr "" + +#: src/libxl/libxl_conf.c:595 src/qemu/qemu_command.c:953 +#: src/xenconfig/xen_xl.c:741 +#, c-format +msgid "':' not allowed in RBD source volume name '%s'" +msgstr "" + +#: src/qemu/qemu_command.c:1001 +#, c-format +msgid "Unexpected network protocol '%s'" +msgstr "" + +#: src/qemu/qemu_command.c:1105 +msgid "Only ide and scsi disk support wwn" +msgstr "" + +#: src/qemu/qemu_command.c:1113 +msgid "Only scsi disk supports vendor and product" +msgstr "" + +#: src/qemu/qemu_command.c:1122 +#, c-format +msgid "disk device='lun' is not supported for bus='%s'" +msgstr "" + +#: src/qemu/qemu_domain.c:5767 +#, c-format +msgid "disk device='lun' is not supported for protocol='%s'" +msgstr "" + +#: src/qemu/qemu_command.c:1132 +msgid "Setting wwn is not supported for lun device" +msgstr "" + +#: src/qemu/qemu_command.c:1137 +msgid "Setting vendor or product is not supported for lun device" +msgstr "" + +#: src/qemu/qemu_command.c:1164 +#, c-format +msgid "cannot use CCW address type for device '%s' using machine type '%s'" +msgstr "" + +#: src/qemu/qemu_command.c:1170 +msgid "CCW address type is not supported by this QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:1177 +msgid "virtio S390 address type is not supported by this QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:1400 +msgid "target must be 0 for controller fdc" +msgstr "" + +#: src/qemu/qemu_command.c:1259 +msgid "tray status 'open' is invalid for block type volume" +msgstr "" + +#: src/qemu/qemu_command.c:1260 +msgid "tray status 'open' is invalid for block type disk" +msgstr "" + +#: src/qemu/qemu_command.c:1461 +msgid "readonly ide disks are not supported" +msgstr "" + +#: src/qemu/qemu_command.c:1466 +msgid "readonly sata disks are not supported" +msgstr "" + +#: src/qemu/qemu_command.c:1499 +msgid "scsi-block 'lun' devices do not support the serial property" +msgstr "" + +#: src/qemu/qemu_command.c:1530 +msgid "" +"native I/O needs either no disk cache or directsync cache mode, QEMU will " +"fallback to aio=threads" +msgstr "" + +#: src/qemu/qemu_command.c:1547 +msgid "copy_on_read is not supported by this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:1558 +msgid "discard is not supported by this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:1633 src/qemu/qemu_driver.c:17241 +#: src/qemu/qemu_driver.c:17403 +msgid "block I/O throttling not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:1648 +msgid "" +"there are some block I/O throttling parameters that are not supported with " +"this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:4102 +#, c-format +msgid "block I/O throttle limit must be less than %llu using QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:1758 +msgid "IOThreads only available for virtio pci and virtio ccw disk" +msgstr "" + +#: src/qemu/qemu_command.c:1782 +#, c-format +msgid "Disk iothread '%u' not defined in iothreadid" +msgstr "" + +#: src/qemu/qemu_command.c:4232 +msgid "disk device='lun' is not supported by this QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:1815 src/qemu/qemu_command.c:1944 +msgid "target must be 0 for ide controller" +msgstr "" + +#: src/qemu/qemu_command.c:1822 +msgid "Setting wwn for ide disk is not supported by this QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:1849 +msgid "This QEMU doesn't support scsi-block for lun passthrough" +msgstr "" + +#: src/qemu/qemu_command.c:1858 +msgid "Setting wwn for scsi disk is not supported by this QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:1869 +msgid "Setting vendor or product for scsi disk is not supported by this QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:1901 +msgid "target must be 0 for controller model 'lsilogic'" +msgstr "" + +#: src/qemu/qemu_command.c:1914 +msgid "This QEMU doesn't support target greater than 7" +msgstr "" + +#: src/qemu/qemu_command.c:1922 +msgid "This QEMU only supports both bus and unit equal to 0" +msgstr "" + +#: src/qemu/qemu_command.c:1939 +msgid "bus must be 0 for ide controller" +msgstr "" + +#: src/qemu/qemu_command.c:2003 +msgid "unexpected address type for usb disk" +msgstr "" + +#: src/qemu/qemu_command.c:2008 +msgid "This QEMU doesn't support '-device usb-storage'" +msgstr "" + +#: src/qemu/qemu_command.c:2060 +msgid "" +"This QEMU doesn't support setting the removable flag of USB storage devices" +msgstr "" + +#: src/qemu/qemu_command.c:2251 +msgid "only supports passthrough accessmode" +msgstr "" + +#: src/qemu/qemu_command.c:2261 +msgid "filesystem writeout not supported" +msgstr "" + +#: src/qemu/qemu_command.c:2274 +msgid "readonly filesystem is not supported by this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:2522 +msgid "'queues' is only supported by virtio-scsi controller" +msgstr "" + +#: src/qemu/qemu_command.c:2527 +msgid "'cmd_per_lun' is only supported by virtio-scsi controller" +msgstr "" + +#: src/qemu/qemu_command.c:2532 +msgid "'max_sectors' is only supported by virtio-scsi controller" +msgstr "" + +#: src/qemu/qemu_command.c:2537 +msgid "'ioeventfd' is only supported by virtio-scsi controller" +msgstr "" + +#: src/qemu/qemu_command.c:2645 +msgid "wrong function called for pci-root/pcie-root" +msgstr "" + +#: src/qemu/qemu_command.c:2650 +#, c-format +msgid "index for pci controllers of model '%s' must be > 0" +msgstr "" + +#: src/qemu/qemu_command.c:2660 +msgid "autogenerated pci-bridge options not set" +msgstr "" + +#: src/qemu/qemu_command.c:2667 +#, c-format +msgid "unknown pci-bridge model name value %d" +msgstr "" + +#: src/qemu/qemu_command.c:2674 +#, c-format +msgid "PCI controller model name '%s' is not valid for a pci-bridge" +msgstr "" + +#: src/qemu/qemu_command.c:2681 +msgid "the pci-bridge controller is not supported in this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:2730 +msgid "autogenerated dmi-to-pci-bridge options not set" +msgstr "" + +#: src/qemu/qemu_command.c:2737 +#, c-format +msgid "unknown dmi-to-pci-bridge model name value %d" +msgstr "" + +#: src/qemu/qemu_command.c:2744 +#, c-format +msgid "PCI controller model name '%s' is not valid for a dmi-to-pci-bridge" +msgstr "" + +#: src/qemu/qemu_command.c:2751 +msgid "" +"the dmi-to-pci-bridge (i82801b11-bridge) controller is not supported in this " +"QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:2761 +msgid "autogenerated pcie-root-port options not set" +msgstr "" + +#: src/qemu/qemu_command.c:2767 +#, c-format +msgid "unknown pcie-root-port model name value %d" +msgstr "" + +#: src/qemu/qemu_command.c:2774 +#, c-format +msgid "PCI controller model name '%s' is not valid for a pcie-root-port" +msgstr "" + +#: src/qemu/qemu_command.c:2781 +msgid "" +"the pcie-root-port (ioh3420) controller is not supported in this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:2794 +msgid "autogenerated pcie-switch-upstream-port options not set" +msgstr "" + +#: src/qemu/qemu_command.c:2800 +#, c-format +msgid "unknown pcie-switch-upstream-port model name value %d" +msgstr "" + +#: src/qemu/qemu_command.c:2807 +#, c-format +msgid "" +"PCI controller model name '%s' is not valid for a pcie-switch-upstream-port" +msgstr "" + +#: src/qemu/qemu_command.c:2814 +msgid "" +"the pcie-switch-upstream-port (x3130-upstream) controller is not supported " +"in this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:2827 +msgid "autogenerated pcie-switch-downstream-port options not set" +msgstr "" + +#: src/qemu/qemu_command.c:2835 +#, c-format +msgid "unknown pcie-switch-downstream-port model name value %d" +msgstr "" + +#: src/qemu/qemu_command.c:2842 +#, c-format +msgid "" +"PCI controller model name '%s' is not valid for a pcie-switch-downstream-port" +msgstr "" + +#: src/qemu/qemu_command.c:2849 +msgid "" +"The pcie-switch-downstream-port (xio3130-downstream) controller is not " +"supported in this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:2907 +msgid "Only a single IDE controller is supported for this machine type" +msgstr "" + +#: src/qemu/qemu_command.c:2911 +msgid "IDE controllers are unsupported for this QEMU binary or machine type" +msgstr "" + +#: src/qemu/qemu_command.c:2917 +#, c-format +msgid "Unsupported controller type: %s" +msgstr "" + +#: src/qemu/qemu_command.c:3113 +#, c-format +msgid "" +"can't add memory backend for guest node '%d' as the guest has only '%zu' " +"NUMA nodes configured" +msgstr "" + +#: src/qemu/qemu_command.c:3189 src/qemu/qemu_command.c:7154 +#, c-format +msgid "Unable to find any usable hugetlbfs mount for %llu KiB" +msgstr "" + +#: src/qemu/qemu_command.c:3228 +msgid "Shared memory mapping is supported only with hugepages" +msgstr "" + +#: src/qemu/qemu_command.c:3267 +msgid "this qemu doesn't support the memory-backend-file object" +msgstr "" + +#: src/qemu/qemu_command.c:3273 +msgid "this qemu doesn't support the memory-backend-ram object" +msgstr "" + +#: src/qemu/qemu_command.c:3347 +msgid "memory device alias is not assigned" +msgstr "" + +#: src/qemu/qemu_command.c:3377 +msgid "missing alias for memory device" +msgstr "" + +#: src/qemu/qemu_command.c:5383 src/qemu/qemu_domain.c:3852 +msgid "invalid memory device type" +msgstr "" + +#: src/qemu/qemu_command.c:3475 +msgid "unrecognized virtio-net-pci 'tx' option" +msgstr "unrecognised virtio-net-pci 'tx' option" + +#: src/qemu/qemu_command.c:3596 src/xenconfig/xen_sxpr.c:1856 +#, c-format +msgid "scripts are not supported on interfaces of type %s" +msgstr "" + +#: src/qemu/qemu_command.c:3810 +#, c-format +msgid "memballoon unsupported with address type '%s'" +msgstr "" + +#: src/qemu/qemu_command.c:3822 +msgid "deflate-on-oom is not supported by this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:3851 +msgid "nvram address type must be spaprvio" +msgstr "" + +#: src/qemu/qemu_command.c:3914 +#, c-format +msgid "unsupported address type %s for virtio input device" +msgstr "" + +#: src/qemu/qemu_command.c:3923 +msgid "virtio-mouse is not supported by this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:3931 +msgid "virtio-tablet is not supported by this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:3939 +msgid "virtio-keyboard is not supported by this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:3947 +msgid "virtio-input-host is not supported by this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:4059 +msgid "usb-audio controller is not supported by this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:4068 +msgid "" +"The ich9-intel-hda audio controller is not supported in this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:4079 +#, c-format +msgid "sound card model '%s' is not supported by qemu" +msgstr "" + +#: src/qemu/qemu_command.c:6057 +msgid "virtio-gpu 3d acceleration is not supported" +msgstr "" + +#: src/qemu/qemu_command.c:4266 src/qemu/qemu_command.c:4419 +#, c-format +msgid "value for 'ram' must be less than '%u'" +msgstr "" + +#: src/qemu/qemu_command.c:4314 +msgid "value for 'vram' must be at least 1 MiB (1024 KiB)" +msgstr "" + +#: src/qemu/qemu_command.c:4541 +#, c-format +msgid "invalid PCI passthrough type '%s'" +msgstr "" + +#: src/qemu/qemu_command.c:4550 +#, c-format +msgid "" +"non-zero domain='%.4x' in host device PCI address not supported in this QEMU " +"binary" +msgstr "" + +#: src/qemu/qemu_command.c:8781 +msgid "USB redirection filter is not supported by this version of QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:8819 +msgid "USB redirection booting is not supported by this version of QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:6406 +msgid "This QEMU doesn't not support missing USB devices" +msgstr "" + +#: src/qemu/qemu_command.c:6505 +msgid "this qemu doesn't support 'readonly' for -drive" +msgstr "" + +#: src/qemu/qemu_command.c:4764 +msgid "" +"target must be 0 for scsi host device if its controller model is 'lsilogic'" +msgstr "" + +#: src/qemu/qemu_command.c:4771 +msgid "" +"unit must be not more than 7 for scsi host device if its controller model is " +"'lsilogic'" +msgstr "" + +#: src/qemu/qemu_command.c:4900 +msgid "append not supported in this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:4971 +msgid "spiceport not supported in this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:5401 +msgid "Cannot use slcp with devices other than console" +msgstr "" + +#: src/qemu/qemu_command.c:5458 +msgid "this qemu doesn't support the rng-random backend" +msgstr "" + +#: src/qemu/qemu_command.c:5473 +msgid "this qemu doesn't support the rng-egd backend" +msgstr "" + +#: src/qemu/qemu_command.c:5491 +msgid "unknown rng-random backend" +msgstr "" + +#: src/qemu/qemu_command.c:5537 +#, c-format +msgid "this qemu doesn't support RNG device type '%s'" +msgstr "" + +#: src/qemu/qemu_command.c:8998 +#, c-format +msgid "Could not open TPM device %s" +msgstr "" + +#: src/qemu/qemu_command.c:9012 +#, c-format +msgid "Could not open TPM device's cancel path %s" +msgstr "" + +#: src/qemu/qemu_command.c:9045 +#, c-format +msgid "The QEMU executable %s does not support TPM backend type %s" +msgstr "" + +#: src/qemu/qemu_command.c:8948 +#, c-format +msgid "The QEMU executable %s does not support TPM model %s" +msgstr "" + +#: src/qemu/qemu_command.c:6494 +#, c-format +msgid "" +"guest and host CPU are not compatible: %s; try using '%s-noTSX' CPU model" +msgstr "" + +#: src/qemu/qemu_command.c:6499 +#, c-format +msgid "guest and host CPU are not compatible: %s" +msgstr "" + +#: src/qemu/qemu_command.c:6506 +#, c-format +msgid "" +"guest CPU is not compatible with host CPU; try using '%s-noTSX' CPU model" +msgstr "" + +#: src/qemu/qemu_command.c:7550 +#, c-format +msgid "CPU mode '%s' is not supported by QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:6540 +#, c-format +msgid "CPU mode '%s' is only supported with kvm" +msgstr "" + +#: src/qemu/qemu_command.c:6550 +msgid "" +"QEMU binary does not support CPU host-passthrough for armv7l on aarch64 host" +msgstr "" + +#: src/qemu/qemu_command.c:6833 +msgid "the QEMU binary does not support kqemu" +msgstr "" + +#: src/qemu/qemu_command.c:6841 +msgid "the QEMU binary does not support kvm" +msgstr "" + +#: src/qemu/qemu_command.c:6852 +#, c-format +msgid "the QEMU binary does not support %s" +msgstr "" + +#: src/qemu/qemu_command.c:6872 +#, c-format +msgid "%s is not available with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:6947 src/qemu/qemu_command.c:7003 +msgid "dump-guest-core is not available with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:6954 src/qemu/qemu_command.c:7018 +msgid "disable shared memory is not available with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:6963 +msgid "key wrap support is not available with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:6990 +msgid "vmport is not available with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:7035 +msgid "gic-version option is available only for ARM virt machine" +msgstr "" + +#: src/qemu/qemu_command.c:7047 +msgid "gic-version option is not available with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:7130 +msgid "hugetlbfs filesystem is not mounted or disabled by administrator config" +msgstr "" + +#: src/qemu/qemu_command.c:7269 +msgid "Per-node memory binding is not supported with this QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:7278 +msgid "huge pages per NUMA node are not supported with this QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:7304 +#, c-format +msgid "hugepages: node %zd not found" +msgstr "" + +#: src/qemu/qemu_command.c:7328 +msgid "Shared memory mapping is not supported with this QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:7347 +msgid "disjoint NUMA cpu ranges are not supported with this QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:7436 +msgid "vnc graphics are not supported with this QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:7458 +msgid "vnc port must be in range [5900,65535]" +msgstr "" + +#: src/qemu/qemu_command.c:7475 +msgid "VNC WebSockets are not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:7494 +msgid "vnc display sharing policy is not supported with this QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:7595 +msgid "" +"spice TLS port set in XML configuration, but TLS is disabled in qemu.conf" +msgstr "" + +#: src/qemu/qemu_command.c:8552 +msgid "" +"spice secure channels set in XML configuration, but TLS port is not provided" +msgstr "" + +#: src/qemu/qemu_command.c:8563 +msgid "" +"spice insecure channels set in XML configuration, but plain port is not " +"provided" +msgstr "" + +#: src/qemu/qemu_command.c:8576 +msgid "" +"spice defaultMode secure requested in XML configuration but TLS port not " +"provided" +msgstr "" + +#: src/qemu/qemu_command.c:8585 +msgid "" +"spice defaultMode insecure requested in XML configuration but plain port not " +"provided" +msgstr "" + +#: src/qemu/qemu_command.c:7732 +msgid "This QEMU can't disable file transfers through spice" +msgstr "" + +#: src/qemu/qemu_command.c:7847 +msgid "Netdev support unavailable" +msgstr "" + +#: src/qemu/qemu_command.c:7872 +#, c-format +msgid "vhost-user type '%s' not supported" +msgstr "" + +#: src/qemu/qemu_command.c:7883 +msgid "multi-queue is not supported for vhost-user with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:7899 +msgid "Error generating NIC -device string" +msgstr "" + +#: src/qemu/qemu_command.c:7963 src/qemu/qemu_hotplug.c:949 +#, c-format +msgid "Multiqueue network is not supported for: %s" +msgstr "" + +#: src/qemu/qemu_command.c:7974 src/qemu/qemu_hotplug.c:960 +#, c-format +msgid "filterref is not supported for network interfaces of type %s" +msgstr "" + +#: src/qemu/qemu_command.c:7985 +#, c-format +msgid "Custom tap device path is not supported for: %s" +msgstr "" + +#: src/qemu/qemu_command.c:8406 +msgid "ivshmem device is not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:8421 +msgid "shmem size must be a power of two" +msgstr "" + +#: src/qemu/qemu_command.c:8426 +msgid "shmem size must be at least 1 MiB (1024 KiB)" +msgstr "" + +#: src/qemu/qemu_command.c:8448 +msgid "only 'pci' addresses are supported for the shared memory device" +msgstr "" + +#: src/qemu/qemu_command.c:8898 +msgid "ACPI must be enabled in order to use UEFI" +msgstr "" + +#: src/qemu/qemu_command.c:9213 +msgid "this qemu doesn't support passing readonly attribute" +msgstr "" + +#: src/qemu/qemu_command.c:9235 src/qemu/qemu_driver.c:9145 +#: src/qemu/qemu_driver.c:9278 +msgid "Memory tuning is not available in session mode" +msgstr "" + +#: src/qemu/qemu_command.c:9241 src/qemu/qemu_driver.c:8835 +#: src/qemu/qemu_driver.c:9042 +msgid "Block I/O tuning is not available in session mode" +msgstr "" + +#: src/qemu/qemu_command.c:9250 src/qemu/qemu_driver.c:8579 +#: src/qemu/qemu_driver.c:9886 src/qemu/qemu_driver.c:10228 +msgid "CPU tuning is not available in session mode" +msgstr "" + +#: src/qemu/qemu_command.c:7204 +msgid "memory locking not supported by QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:7229 +msgid "IOThreads not supported for this QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:5802 +msgid "qemu does not support more than one entry to Type 2 in SMBIOS table" +msgstr "" + +#: src/qemu/qemu_command.c:6107 +msgid "hpet timer is not supported" +msgstr "" + +#: src/qemu/qemu_command.c:6162 +msgid "setting ACPI S3 not supported" +msgstr "" + +#: src/qemu/qemu_command.c:6179 +msgid "setting ACPI S4 not supported" +msgstr "" + +#: src/qemu/qemu_command.c:6261 +msgid "reboot timeout is not supported by this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:6274 +msgid "splash timeout is not supported by this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:6317 +msgid "dtb is not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:6401 +msgid "64-bit PCI hole setting is only for root PCI controllers" +msgstr "" + +#: src/qemu/qemu_command.c:6408 +#, c-format +msgid "Setting the 64-bit PCI hole size is not supported for machine '%s'" +msgstr "" + +#: src/qemu/qemu_command.c:6414 +msgid "64-bit PCI hole size setting is not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:3030 +msgid "Multiple legacy USB controllers are not supported" +msgstr "" + +#: src/qemu/qemu_command.c:2122 +msgid "PowerPC pseries machines do not support floppy device" +msgstr "" + +#: src/qemu/qemu_command.c:10650 +msgid "sclp console requires QEMU to support -device" +msgstr "" + +#: src/qemu/qemu_command.c:8706 +msgid "sclp console requires QEMU to support s390-sclp" +msgstr "" + +#: src/qemu/qemu_command.c:9275 +msgid "only 1 graphics device of each type (sdl, vnc, spice) is supported" +msgstr "" + +#: src/qemu/qemu_command.c:4457 src/qemu/qemu_domain.c:2513 +msgid "value for 'vgamem' must be at least 1 MiB (1024 KiB)" +msgstr "" + +#: src/qemu/qemu_command.c:11041 src/qemu/qemu_hotplug.c:1392 +msgid "redirected devices are not supported by this QEMU" +msgstr "" + +#: src/qemu/qemu_command.c:5027 +msgid "" +"booting from assigned devices is only supported for PCI, USB and SCSI devices" +msgstr "" + +#: src/qemu/qemu_command.c:5037 +msgid "" +"booting from PCI devices assigned with VFIO is not supported with this " +"version of qemu" +msgstr "" + +#: src/qemu/qemu_command.c:5054 +msgid "" +"booting from assigned USB devices is not supported with this version of qemu" +msgstr "" + +#: src/qemu/qemu_command.c:5062 +msgid "" +"booting from assigned SCSI devices is not supported with this version of qemu" +msgstr "" + +#: src/qemu/qemu_command.c:5089 src/qemu/qemu_hotplug.c:1296 +msgid "VFIO PCI device assignment is not supported by this version of qemu" +msgstr "" + +#: src/qemu/qemu_command.c:5150 src/qemu/qemu_hotplug.c:2032 +msgid "SCSI passthrough is not supported by this version of qemu" +msgstr "" + +#: src/qemu/qemu_command.c:5595 +msgid "RNG device is missing alias" +msgstr "" + +#: src/qemu/qemu_command.c:3877 +msgid "nvram device is not supported by this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:3892 +msgid "nvram device is only supported for PPC64" +msgstr "" + +#: src/qemu/qemu_command.c:9542 +msgid "QEMU does not support seccomp sandboxes" +msgstr "" + +#: src/qemu/qemu_command.c:9140 +msgid "only i686 and x86_64 guests support panic device of model 'hyperv'" +msgstr "" + +#: src/qemu/qemu_command.c:9147 +msgid "setting the panic device address is not supported for model 'hyperv'" +msgstr "" + +#: src/qemu/qemu_command.c:9159 +msgid "only pSeries guests support panic device of model 'pseries'" +msgstr "" + +#: src/qemu/qemu_command.c:9166 +msgid "setting the panic device address is not supported for model 'pseries'" +msgstr "" + +#: src/qemu/qemu_command.c:11369 +msgid "the QEMU binary does not support the panic device" +msgstr "" + +#: src/qemu/qemu_command.c:9193 +msgid "panic is supported only with ISA address type" +msgstr "" + +#: src/qemu/qemu_command.c:9601 +msgid "usb-serial is not supported in this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:9620 +msgid "isa-serial requires address of isa type" +msgstr "" + +#: src/qemu/qemu_command.c:9631 +msgid "pci-serial is not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_command.c:9638 +msgid "pci-serial requires address of pci type" +msgstr "" + +#: src/qemu/qemu_parse_command.c:751 +#, c-format +msgid "pseries systems do not support ide devices '%s'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:839 +#, c-format +msgid "cannot parse cylinders value'%s'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:849 +#, c-format +msgid "cannot parse heads value'%s'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:859 +#, c-format +msgid "cannot parse sectors value'%s'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:871 +#, c-format +msgid "cannot parse translation value '%s'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:1447 +#, c-format +msgid "%s platform doesn't support CPU features'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:1477 +msgid "conflicting occurrences of kvmclock feature" +msgstr "" + +#: src/qemu/qemu_parse_command.c:1535 +#, c-format +msgid "unsupported HyperV Enlightenment feature '%s'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:1550 +#, c-format +msgid "HyperV feature '%s' should not have a value" +msgstr "" + +#: src/qemu/qemu_parse_command.c:1561 +msgid "missing HyperV spinlock retry count" +msgstr "" + +#: src/qemu/qemu_parse_command.c:1567 +msgid "cannot parse HyperV spinlock retry count" +msgstr "" + +#: src/qemu/qemu_parse_command.c:566 +#, c-format +msgid "cannot parse VNC WebSocket port '%s'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:596 +msgid "missing vnc sharing policy" +msgstr "" + +#: src/qemu/qemu_parse_command.c:2027 +#, c-format +msgid "Cannot assign address for device name '%s'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:2094 +msgid "cannot parse reboot-timeout value" +msgstr "" + +#: src/qemu/qemu_parse_command.c:2160 +msgid "aes-key-wrap is not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_parse_command.c:2173 +msgid "dea-key-wrap is not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_parse_command.c:2415 +#, c-format +msgid "invalid value for disable_s3 parameter: '%s'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:2432 +#, c-format +msgid "invalid value for disable_s4 parameter: '%s'" +msgstr "" + +#: src/qemu/qemu_parse_command.c:2451 +#, c-format +msgid "cannot parse nvram's address '%s'" +msgstr "" + +#: src/util/virfirmware.c:111 +#, c-format +msgid "Invalid --with-loader-nvram list: %s" +msgstr "" + +#: src/util/virfirmware.c:79 +#, c-format +msgid "Invalid nvram format: '%s'" +msgstr "" + +#: src/qemu/qemu_conf.c:533 +msgid "security_driver must be a list of strings" +msgstr "" + +#: src/qemu/qemu_conf.c:438 +#, c-format +msgid "Duplicate security driver %s" +msgstr "" + +#: src/qemu/qemu_conf.c:473 +#, c-format +msgid "%s: remote_websocket_port_min: port must be greater than or equal to %d" +msgstr "" + +#: src/qemu/qemu_conf.c:484 +#, c-format +msgid "" +"%s: remote_websocket_port_max: port must be between the minimal port and %d" +msgstr "" + +#: src/qemu/qemu_conf.c:492 +#, c-format +msgid "" +"%s: remote_websocket_port_min: min port must not be greater than max port" +msgstr "" + +#: src/qemu/qemu_conf.c:504 +#, c-format +msgid "%s: remote_display_port_min: port must be greater than or equal to %d" +msgstr "" + +#: src/qemu/qemu_conf.c:515 +#, c-format +msgid "" +"%s: remote_display_port_max: port must be between the minimal port and %d" +msgstr "" + +#: src/qemu/qemu_conf.c:523 +#, c-format +msgid "%s: remote_display_port_min: min port must not be greater than max port" +msgstr "" + +#: src/qemu/qemu_conf.c:532 +#, c-format +msgid "%s: migration_port_min: port must be greater than 0" +msgstr "" + +#: src/qemu/qemu_conf.c:542 +#, c-format +msgid "" +"%s: migration_port_max: port must be between the minimal port %d and 65535" +msgstr "" + +#: src/qemu/qemu_conf.c:740 +msgid "hugetlbfs_mount must be a list of strings" +msgstr "" + +#: src/qemu/qemu_conf.c:647 +#, c-format +msgid "Unknown stdio handler %s" +msgstr "" + +#: src/qemu/qemu_conf.c:673 +#, c-format +msgid "migration_host must not be the address of the local machine: %s" +msgstr "" + +#: src/qemu/qemu_conf.c:686 +#, c-format +msgid "migration_address must not be the address of the local machine: %s" +msgstr "" + +#: src/qemu/qemu_conf.c:854 +msgid "nvram must be a list of strings" +msgstr "" + +#: src/qemu/qemu_conf.c:868 +#, c-format +msgid "Unable to get minor number of device '%s'" +msgstr "" + +#: src/qemu/qemu_conf.c:963 +#, c-format +msgid "" +"sgio of shared disk 'pool=%s' 'volume=%s' conflicts with other active domains" +msgstr "" + +#: src/qemu/qemu_conf.c:969 +#, c-format +msgid "sgio of shared disk '%s' conflicts with other active domains" +msgstr "" + +#: src/qemu/qemu_conf.c:1320 +msgid "'sgio' is not supported for SCSI generic device yet " +msgstr "" + +#: src/qemu/qemu_conf.c:1365 +msgid "Snapshots are not yet supported with 'pool' volumes" +msgstr "" + +#: src/qemu/qemu_domain.c:1306 +msgid "Unable to init qemu driver mutexes" +msgstr "" + +#: src/qemu/qemu_domain.c:1346 +msgid "Unexpected QEMU agent still active during domain deletion" +msgstr "" + +#: src/qemu/qemu_domain.c:1677 +msgid "failed to parse list of disks marked for migration" +msgstr "" + +#: src/qemu/qemu_domain.c:1701 src/qemu/qemu_domain.c:1713 +msgid "failed to parse qemu device list" +msgstr "" + +#: src/qemu/qemu_domain.c:2263 +msgid "bootloader is not supported by QEMU" +msgstr "" + +#: src/qemu/qemu_domain.c:2519 +msgid "value for 'vgamem' must be power of two" +msgstr "" + +#: src/qemu/qemu_domain.c:2841 +#, c-format +msgid "cannot acquire state change lock (held by %s)" +msgstr "" + +#: src/qemu/qemu_domain.c:2852 +#, c-format +msgid "cannot acquire state change lock (held by %s) due to max_queued limit" +msgstr "" + +#: src/qemu/qemu_domain.c:2910 +#, c-format +msgid "unexpected async job %d" +msgstr "" + +#: src/qemu/qemu_domain.c:3586 +#, c-format +msgid "failed to truncate %s" +msgstr "" + +#: src/qemu/qemu_domain.c:3605 +#, c-format +msgid "failed to seek in log file %s" +msgstr "" + +#: src/qemu/qemu_domain.c:3636 +msgid "Unable to seek to end of domain logfile" +msgstr "" + +#: src/qemu/qemu_domain.c:3641 +msgid "Unable to write to domain logfile" +msgstr "" + +#: src/qemu/qemu_domain.c:3688 +msgid "Unable to read from log file" +msgstr "" + +#: src/qemu/qemu_domain.c:4547 src/qemu/qemu_domain.c:4557 +#: src/qemu/qemu_domain.c:4620 src/qemu/qemu_domain.c:4627 +#: src/qemu/qemu_domain.c:4634 src/qemu/qemu_domain.c:4641 +#: src/qemu/qemu_domain.c:4665 +#, c-format +msgid "cannot modify field '%s' of the disk" +msgstr "" + +#: src/qemu/qemu_domain.c:4688 src/qemu/qemu_domain.c:4696 +#, c-format +msgid "disk '%s' already in active block job" +msgstr "" + +#: src/qemu/qemu_domain.c:4846 +msgid "QEMU guest agent is not available due to an error" +msgstr "" + +#: src/qemu/qemu_domain.c:4855 +msgid "QEMU guest agent is not connected" +msgstr "" + +#: src/qemu/qemu_domain.c:4861 +msgid "QEMU guest agent is not configured" +msgstr "" + +#: src/qemu/qemu_domain.c:4919 +#, c-format +msgid "memory size of NUMA node '%zu' overflowed after alignment" +msgstr "" + +#: src/qemu/qemu_domain.c:4933 +msgid "initial memory size overflowed after alignment" +msgstr "" + +#: src/qemu/qemu_domain.c:4940 +msgid "maximum memory size overflowed after alignment" +msgstr "" + +#: src/qemu/qemu_domain.c:4952 +#, c-format +msgid "size of memory module '%zu' overflowed after alignment" +msgstr "" + +#: src/qemu/qemu_domain.c:5012 +msgid "block jobs not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_domain.c:5137 +#, c-format +msgid "memory device slot '%u' is already being used by another memory device" +msgstr "" + +#: src/qemu/qemu_domain.c:5146 +#, c-format +msgid "" +"memory device base '0x%llx' is already being used by another memory device" +msgstr "" + +#: src/qemu/qemu_domain.c:5164 +msgid "only 'dimm' addresses are supported for the pc-dimm device" +msgstr "" + +#: src/qemu/qemu_domain.c:3828 +msgid "target NUMA node needs to be specifed for memory device" +msgstr "" + +#: src/qemu/qemu_domain.c:5181 +#, c-format +msgid "memory device slot '%u' exceeds slots count '%u'" +msgstr "" + +#: src/qemu/qemu_domain.c:5238 +msgid "" +"cannot use/hotplug a memory device when domain 'maxMemory' is not defined" +msgstr "" + +#: src/qemu/qemu_domain.c:5248 +msgid "memory hotplug isn't supported by this QEMU binary" +msgstr "" + +#: src/qemu/qemu_domain.c:5259 +msgid "" +"At least one numa node has to be configured when enabling memory hotplug" +msgstr "" + +#: src/qemu/qemu_domain.c:5267 +#, c-format +msgid "memory device count '%u' exceeds slots count '%u'" +msgstr "" + +#: src/qemu/qemu_domain.c:5283 +msgid "memory device total size exceeds hotplug space" +msgstr "" + +#: src/qemu/qemu_driver.c:535 +#, c-format +msgid "Failed to fully read directory %s" +msgstr "" + +#: src/qemu/qemu_driver.c:714 +#, c-format +msgid "Failed to create channel target dir '%s': %s" +msgstr "" + +#: src/qemu/qemu_driver.c:720 +#, c-format +msgid "Failed to create nvram dir '%s': %s" +msgstr "" + +#: src/qemu/qemu_driver.c:735 +msgid "display" +msgstr "" + +#: src/qemu/qemu_driver.c:742 +msgid "webSocket" +msgstr "" + +#: src/qemu/qemu_driver.c:1860 src/qemu/qemu_driver.c:1918 +msgid "domain is pmsuspended" +msgstr "" + +#: src/qemu/qemu_driver.c:2108 +msgid "ACPI reboot is not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_driver.c:2114 +msgid "ACPI reboot is not supported without the JSON monitor" +msgstr "" + +#: src/qemu/qemu_driver.c:2334 +msgid "" +"initial memory size of a domain with NUMA nodes cannot be modified with this " +"API" +msgstr "" + +#: src/qemu/qemu_driver.c:2342 +msgid "cannot set initial memory size greater than the maximum memory size" +msgstr "" + +#: src/qemu/qemu_driver.c:2383 +msgid "" +"Unable to change memory of active domain without the balloon device and " +"guest OS balloon driver" +msgstr "" + +#: src/qemu/qemu_driver.c:2452 src/qemu/qemu_driver.c:2476 +msgid "Memory balloon model must be virtio to set the collection period" +msgstr "" + +#: src/qemu/qemu_driver.c:2463 +msgid "unable to set balloon driver collection period" +msgstr "" + +#: src/qemu/qemu_driver.c:2623 +msgid "Initial memory size too large" +msgstr "" + +#: src/qemu/qemu_driver.c:2629 +msgid "Current memory size too large" +msgstr "" + +#: src/qemu/qemu_driver.c:2642 +msgid "cpu count too large" +msgstr "" + +#: src/qemu/qemu_driver.c:2966 +#, c-format +msgid "Failed to open file '%s': couldn't determine fs type" +msgstr "" + +#: src/qemu/qemu_driver.c:2997 +#, c-format +msgid "Error from child process opening '%s'" +msgstr "" + +#: src/qemu/qemu_driver.c:3464 +#, c-format +msgid "Failed to remove managed save file '%s'" +msgstr "" + +#: src/qemu/qemu_driver.c:3487 +msgid "dump-guest-memory is not supported" +msgstr "" + +#: src/qemu/qemu_driver.c:3506 +#, c-format +msgid "unsupported dumpformat '%s' for this QEMU binary" +msgstr "" + +#: src/qemu/qemu_driver.c:3561 +#, c-format +msgid "unknown dumpformat '%d'" +msgstr "" + +#: src/qemu/qemu_driver.c:3574 +msgid "kdump-compressed format is only supported with memory-only dump" +msgstr "" + +#: src/qemu/qemu_driver.c:3592 +#, c-format +msgid "unable to close file %s" +msgstr "" + +#: src/qemu/qemu_driver.c:3805 src/qemu/qemu_driver.c:11145 +#: src/vbox/vbox_common.c:7288 +#, c-format +msgid "mkostemp(\"%s\") failed" +msgstr "" + +#: src/qemu/qemu_driver.c:4639 +#, c-format +msgid "failed to set cpuset.cpus in cgroup for id %d" +msgstr "" + +#: src/qemu/qemu_driver.c:4646 +#, c-format +msgid "failed to set cpu affinity for id %d" +msgstr "" + +#: src/qemu/qemu_driver.c:4808 +#, c-format +msgid "qemu didn't unplug vCPU '%u' properly" +msgstr "" + +#: src/qemu/qemu_driver.c:4721 +#, c-format +msgid "" +"requested vcpu count is greater than the count of enabled vcpus in the " +"domain: %d > %d" +msgstr "" + +#: src/qemu/qemu_driver.c:4877 +#, c-format +msgid "failed to set state of cpu %d via guest agent" +msgstr "" + +#: src/qemu/qemu_driver.c:4922 tools/virsh-domain.c:6444 +#, c-format +msgid "vcpu %d is out of range of live cpu count %d" +msgstr "" + +#: src/qemu/qemu_driver.c:5013 tools/virsh-domain.c:6448 +#, c-format +msgid "vcpu %d is out of range of persistent cpu count %d" +msgstr "" + +#: src/qemu/qemu_driver.c:5023 src/qemu/qemu_driver.c:5141 +msgid "Empty cpu list for pinning" +msgstr "" + +#: src/qemu/qemu_driver.c:5126 +msgid "failed to update vcpupin" +msgstr "" + +#: src/qemu/qemu_driver.c:5137 +#, c-format +msgid "failed to set cpuset.cpus in cgroup for vcpu %d" +msgstr "" + +#: src/qemu/qemu_driver.c:5145 +#, c-format +msgid "failed to set cpu affinity for vcpu %d" +msgstr "" + +#: src/qemu/qemu_driver.c:5327 +msgid "" +"Changing affinity for emulator thread dynamically is not allowed when CPU " +"placement is 'auto'" +msgstr "" + +#: src/qemu/qemu_driver.c:5153 +msgid "failed to set cpuset.cpus in cgroup for emulator threads" +msgstr "" + +#: src/qemu/qemu_driver.c:5364 +msgid "failed to set cpu affinity for emulator thread" +msgstr "" + +#: src/qemu/qemu_driver.c:5328 +msgid "" +"vCPU count provided by the guest agent can only be requested for live domains" +msgstr "" + +#: src/qemu/qemu_driver.c:5395 +msgid "cannot list IOThreads for an inactive domain" +msgstr "" + +#: src/qemu/qemu_driver.c:5402 src/qemu/qemu_driver.c:5901 +msgid "IOThreads not supported with this binary" +msgstr "" + +#: src/qemu/qemu_driver.c:5805 +msgid "" +"Changing affinity for IOThread dynamically is not allowed when CPU placement " +"is 'auto'" +msgstr "" + +#: src/qemu/qemu_driver.c:5600 +msgid "Empty iothread cpumap list for pinning" +msgstr "" + +#: src/qemu/qemu_driver.c:5610 src/qemu/qemu_process.c:2178 +#, c-format +msgid "iothread %d not found" +msgstr "" + +#: src/qemu/qemu_driver.c:5629 +#, c-format +msgid "failed to set cpuset.cpus in cgroup for iothread %d" +msgstr "" + +#: src/qemu/qemu_driver.c:5857 +#, c-format +msgid "failed to set cpu affinity for IOThread %d" +msgstr "" + +#: src/qemu/qemu_driver.c:5660 +#, c-format +msgid "iothreadid %d not found" +msgstr "" + +#: src/qemu/qemu_driver.c:5709 +#, c-format +msgid "an IOThread is already using iothread_id '%u'" +msgstr "" + +#: src/qemu/qemu_driver.c:5737 src/qemu/qemu_driver.c:5836 +#, c-format +msgid "got wrong number of IOThread ids from QEMU monitor. got %d, wanted %d" +msgstr "" + +#: src/qemu/qemu_driver.c:5756 +#, c-format +msgid "cannot find new IOThread '%u' in QEMU monitor." +msgstr "" + +#: src/qemu/qemu_driver.c:5812 +#, c-format +msgid "cannot find IOThread '%u' in iothreadids list" +msgstr "" + +#: src/qemu/qemu_driver.c:5884 +msgid "invalid value of 0 for iothread_id" +msgstr "" + +#: src/qemu/qemu_driver.c:5928 +#, c-format +msgid "cannot find IOThread '%u' in persistent iothreadids" +msgstr "" + +#: src/qemu/qemu_driver.c:6002 +#, c-format +msgid "cannot remove IOThread %u since it is being used by disk '%s'" +msgstr "" + +#: src/qemu/qemu_driver.c:7163 src/qemu/qemu_driver.c:14950 +#: src/qemu/qemu_migration.c:2310 +msgid "domain has active block job" +msgstr "" + +#: src/qemu/qemu_driver.c:7283 +msgid "cannot delete inactive domain with nvram" +msgstr "" + +#: src/qemu/qemu_driver.c:7289 +#, c-format +msgid "failed to remove nvram: %s" +msgstr "" + +#: src/qemu/qemu_driver.c:7433 +#, c-format +msgid "live attach of device '%s' is not supported" +msgstr "" + +#: src/qemu/qemu_driver.c:7467 +#, c-format +msgid "'%s' controller cannot be hot unplugged." +msgstr "" + +#: src/qemu/qemu_driver.c:7524 +#, c-format +msgid "live detach of device '%s' is not supported" +msgstr "" + +#: src/qemu/qemu_driver.c:7640 +#, c-format +msgid "live update of device '%s' is not supported" +msgstr "" + +#: src/qemu/qemu_driver.c:7722 src/qemu/qemu_driver.c:7742 +msgid "Target already exists" +msgstr "" + +#: src/qemu/qemu_driver.c:7755 +msgid "a device with the same address already exists " +msgstr "" + +#: src/qemu/qemu_driver.c:7768 +msgid "no free memory device slot available" +msgstr "" + +#: src/qemu/qemu_driver.c:7803 +#, c-format +msgid "persistent attach of device '%s' is not supported" +msgstr "" + +#: src/qemu/qemu_driver.c:7902 +msgid "no matching filesystem device was found" +msgstr "" + +#: src/qemu/qemu_driver.c:7913 +msgid "no matching RNG device was found" +msgstr "" + +#: src/qemu/qemu_driver.c:7924 +msgid "matching memory device was not found" +msgstr "" + +#: src/qemu/qemu_driver.c:7960 +#, c-format +msgid "persistent detach of device '%s' is not supported" +msgstr "" + +#: src/qemu/qemu_driver.c:8014 +#, c-format +msgid "cannot find existing graphics type '%s' device to modify" +msgstr "" + +#: src/qemu/qemu_driver.c:8059 +#, c-format +msgid "persistent update of device '%s' is not supported" +msgstr "" + +#: src/qemu/qemu_driver.c:9345 +msgid "change of nodeset for running domain requires strict numa mode" +msgstr "" + +#: src/qemu/qemu_driver.c:9439 +#, c-format +msgid "unsupported numatune mode: '%d'" +msgstr "" + +#: src/qemu/qemu_driver.c:9450 +#, c-format +msgid "Invalid nodeset of 'numatune': %s" +msgstr "" + +#: src/qemu/qemu_driver.c:9466 +msgid "NUMA tuning is not available in session mode" +msgstr "" + +#: src/qemu/qemu_driver.c:9472 +msgid "cgroup cpuset controller is not mounted" +msgstr "" + +#: src/qemu/qemu_driver.c:9480 +msgid "can't change numatune mode for running domain" +msgstr "" + +#: src/qemu/qemu_driver.c:9825 +#, c-format +msgid "value of '%s' is out of range [%lld, %lld]" +msgstr "" + +#: src/qemu/qemu_driver.c:10723 src/qemu/qemu_driver.c:10730 +#: src/qemu/qemu_driver.c:10899 +#, c-format +msgid "Can't find device %s" +msgstr "" + +#: src/qemu/qemu_driver.c:11010 +msgid "cannot get RSS for domain" +msgstr "" + +#: src/qemu/qemu_driver.c:11254 +#, c-format +msgid "failed to stat remote file '%s'" +msgstr "" + +#: src/qemu/qemu_driver.c:11368 +#, c-format +msgid "disk '%s' does not currently have a source assigned" +msgstr "" + +#: src/qemu/qemu_driver.c:11405 +#, c-format +msgid "failed to gather stats for disk '%s'" +msgstr "" + +#: src/qemu/qemu_driver.c:11413 +#, c-format +msgid "failed to query the maximum written offset of block device '%s'" +msgstr "" + +#: src/qemu/qemu_driver.c:12237 src/qemu/qemu_driver.c:12285 +msgid "missing domain name" +msgstr "" + +#: src/qemu/qemu_driver.c:12437 +msgid "" +"neither VFIO nor KVM device assignment is currently supported on this system" +msgstr "" + +#: src/qemu/qemu_driver.c:12446 +msgid "VFIO device assignment is currently not supported on this system" +msgstr "" + +#: src/qemu/qemu_driver.c:12454 +msgid "KVM device assignment is currently not supported on this system" +msgstr "" + +#: src/qemu/qemu_driver.c:12461 src/xen/xen_driver.c:2374 +#, c-format +msgid "unknown driver name '%s'" +msgstr "" + +#: src/qemu/qemu_driver.c:12904 src/qemu/qemu_driver.c:12958 +msgid "Compressed migration is not supported by QEMU binary" +msgstr "" + +#: src/qemu/qemu_driver.c:12999 src/qemu/qemu_driver.c:15917 +#: src/qemu/qemu_driver.c:16186 src/qemu/qemu_driver.c:16472 +#: src/qemu/qemu_driver.c:16659 src/qemu/qemu_migration.c:2127 +#: src/qemu/qemu_monitor.c:2121 tools/virsh-domain.c:2361 +#, c-format +msgid "bandwidth must be less than %llu" +msgstr "" + +#: src/qemu/qemu_driver.c:13230 +#, c-format +msgid "unknown image format of '%s' and format probing is disabled" +msgstr "" + +#: src/qemu/qemu_driver.c:13394 +#, c-format +msgid "" +"external inactive snapshots are not supported on 'network' disks using '%s' " +"protocol" +msgstr "" + +#: src/qemu/qemu_driver.c:13406 src/qemu/qemu_driver.c:13495 +#, c-format +msgid "external inactive snapshots are not supported on '%s' disks" +msgstr "" + +#: src/qemu/qemu_driver.c:13420 +msgid "external active snapshots are not supported on scsi passthrough devices" +msgstr "" + +#: src/qemu/qemu_driver.c:13457 +#, c-format +msgid "" +"external active snapshots are not supported on 'network' disks using '%s' " +"protocol" +msgstr "" + +#: src/qemu/qemu_driver.c:13470 +#, c-format +msgid "external active snapshots are not supported on '%s' disks" +msgstr "" + +#: src/qemu/qemu_driver.c:13545 +#, c-format +msgid "missing existing file for disk %s: %s" +msgstr "" + +#: src/qemu/qemu_driver.c:13602 +#, c-format +msgid "" +"internal inactive snapshots are not supported on 'network' disks using '%s' " +"protocol" +msgstr "" + +#: src/qemu/qemu_driver.c:13614 +#, c-format +msgid "internal inactive snapshots are not supported on '%s' disks" +msgstr "" + +#: src/qemu/qemu_driver.c:13642 +msgid "reuse is not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_driver.c:14011 +#, c-format +msgid "disk '%s' has an active block job" +msgstr "" + +#: src/qemu/qemu_driver.c:13719 +msgid "nothing selected for snapshot" +msgstr "" + +#: src/qemu/qemu_driver.c:13728 +msgid "" +"internal snapshots and checkpoints require all disks to be selected for " +"snapshot" +msgstr "" + +#: src/qemu/qemu_driver.c:13736 +msgid "" +"disk-only snapshots require at least one disk to be selected for snapshot" +msgstr "" + +#: src/qemu/qemu_driver.c:13748 +msgid "" +"mixing internal and external targets for a snapshot is not yet supported" +msgstr "" + +#: src/qemu/qemu_driver.c:13763 +msgid "atomic live snapshot of multiple disks is unsupported" +msgstr "" + +#: src/qemu/qemu_driver.c:13829 +#, c-format +msgid "failed to create image file '%s'" +msgstr "" + +#: src/qemu/qemu_driver.c:13957 +msgid "live disk snapshot not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_driver.c:14138 +msgid "Invalid snapshot image format specified in configuration file" +msgstr "" + +#: src/qemu/qemu_driver.c:14309 +#, c-format +msgid "invalid snapshot name '%s': name can't contain '/'" +msgstr "" + +#: src/qemu/qemu_driver.c:14317 +#, c-format +msgid "invalid snapshot name '%s': name can't start with '.'" +msgstr "" + +#: src/qemu/qemu_driver.c:14330 +msgid "live snapshot creation is supported only with external checkpoints" +msgstr "" + +#: src/qemu/qemu_driver.c:14347 +msgid "qemu doesn't support taking snapshots of PMSUSPENDED guests" +msgstr "" + +#: src/qemu/qemu_driver.c:14355 +#, c-format +msgid "Invalid domain state %s" +msgstr "" + +#: src/qemu/qemu_driver.c:14400 +msgid "internal snapshot of a running VM must include the memory state" +msgstr "" + +#: src/qemu/qemu_driver.c:14487 +#, c-format +msgid "unable to save metadata for snapshot %s" +msgstr "" + +#: src/qemu/qemu_driver.c:14973 +msgid "revert to external snapshot not supported yet" +msgstr "" + +#: src/qemu/qemu_driver.c:15215 +msgid "qemu doesn't support reversion of snapshot taken in PMSUSPENDED state" +msgstr "" + +#: src/qemu/qemu_driver.c:15223 +#, c-format +msgid "Invalid target domain state '%s'. Refusing snapshot reversion" +msgstr "" + +#: src/qemu/qemu_driver.c:15683 +#, c-format +msgid "cannot find channel %s" +msgstr "" + +#: src/qemu/qemu_driver.c:15690 +#, c-format +msgid "channel %s is not using a UNIX socket" +msgstr "" + +#: src/qemu/qemu_driver.c:15703 +msgid "Active channel stream exists for this domain" +msgstr "" + +#: src/qemu/qemu_driver.c:15730 +#, c-format +msgid "pivot of disk '%s' requires an active copy job" +msgstr "" + +#: src/qemu/qemu_driver.c:15754 +#, c-format +msgid "disk '%s' not ready for pivot yet" +msgstr "" + +#: src/qemu/qemu_driver.c:15843 +msgid "flag VIR_DOMAIN_BLOCK_REBASE_RELATIVE is valid only with non-null base" +msgstr "" + +#: src/qemu/qemu_driver.c:15863 +msgid "partial block pull not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_driver.c:15870 +msgid "" +"setting bandwidth at start of block pull not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_driver.c:15895 +msgid "this QEMU binary doesn't support relative block pull/rebase" +msgstr "" + +#: src/qemu/qemu_driver.c:15907 src/qemu/qemu_driver.c:16772 +msgid "can't keep relative backing relationship" +msgstr "" + +#: src/qemu/qemu_driver.c:15997 +#, c-format +msgid "another job on disk '%s' is still being ended" +msgstr "" + +#: src/qemu/qemu_driver.c:16111 +#, c-format +msgid "disk %s not found in the domain" +msgstr "" + +#: src/qemu/qemu_driver.c:16137 +#, c-format +msgid "bandwidth %llu cannot be represented in result" +msgstr "" + +#: src/qemu/qemu_driver.c:16291 +msgid "block copy is not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_driver.c:16300 +msgid "domain is not transient" +msgstr "" + +#: src/qemu/qemu_driver.c:16317 +#, c-format +msgid "shallow copy of disk '%s' into a raw file is not possible" +msgstr "" + +#: src/qemu/qemu_driver.c:16327 +msgid "non-file destination not supported yet" +msgstr "" + +#: src/qemu/qemu_driver.c:16338 +#, c-format +msgid "missing destination file for disk %s: %s" +msgstr "" + +#: src/qemu/qemu_driver.c:16345 +#, c-format +msgid "" +"external destination file for disk %s already exists and is not a block " +"device: %s" +msgstr "" + +#: src/qemu/qemu_driver.c:16352 +#, c-format +msgid "" +"blockdev flag requested for disk %s, but file '%s' is not a block device" +msgstr "" + +#: src/qemu/qemu_driver.c:16484 +msgid "Relative backing during copy not supported yet" +msgstr "" + +#: src/qemu/qemu_driver.c:16549 +#, c-format +msgid "bandwidth must be less than %llu bytes" +msgstr "" + +#: src/qemu/qemu_driver.c:16557 +msgid "granularity must be power of 2" +msgstr "" + +#: src/qemu/qemu_driver.c:16651 +msgid "online commit not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_driver.c:16674 +#, c-format +msgid "disk %s has no source file to be committed" +msgstr "" + +#: src/qemu/qemu_driver.c:16695 +msgid "active commit not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_driver.c:16701 +#, c-format +msgid "commit of '%s' active layer requires active flag" +msgstr "" + +#: src/qemu/qemu_driver.c:16707 +#, c-format +msgid "active commit requested but '%s' is not active" +msgstr "" + +#: src/qemu/qemu_driver.c:16714 +#, c-format +msgid "top '%s' in chain for '%s' has no backing file" +msgstr "" + +#: src/qemu/qemu_driver.c:16729 +#, c-format +msgid "base '%s' is not immediately below '%s' in chain for '%s'" +msgstr "" + +#: src/qemu/qemu_driver.c:16762 +msgid "this qemu doesn't support relative blockpull" +msgstr "" + +#: src/qemu/qemu_driver.c:17453 +#, c-format +msgid "block I/O throttle limit value must be less than %llu" +msgstr "" + +#: src/qemu/qemu_driver.c:17214 +msgid "total and read/write of bytes_sec_max cannot be set at the same time" +msgstr "" + +#: src/qemu/qemu_driver.c:17222 +msgid "total and read/write of iops_sec_max cannot be set at the same time" +msgstr "" + +#: src/qemu/qemu_driver.c:17230 +#, c-format +msgid "missing persistent configuration for disk '%s'" +msgstr "" + +#: src/qemu/qemu_driver.c:17249 +msgid "a block I/O throttling parameter is not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_driver.c:17677 +msgid "Saving live XML config failed" +msgstr "" + +#: src/qemu/qemu_driver.c:17439 +#, c-format +msgid "disk '%s' was not found in the domain config" +msgstr "" + +#: src/qemu/qemu_driver.c:17695 +msgid "Duration not supported. Use 0 for now" +msgstr "" + +#: src/qemu/qemu_driver.c:17703 +#, c-format +msgid "Unknown suspend target: %u" +msgstr "" + +#: src/qemu/qemu_driver.c:17729 +msgid "Unable to suspend domain due to missing system_wakeup monitor command" +msgstr "" + +#: src/qemu/qemu_driver.c:17739 +msgid "S3 state is disabled for this domain" +msgstr "" + +#: src/qemu/qemu_driver.c:17746 +msgid "S4 state is disabled for this domain" +msgstr "" + +#: src/qemu/qemu_driver.c:17796 +msgid "Unable to wake up domain due to missing system_wakeup monitor command" +msgstr "" + +#: src/qemu/qemu_driver.c:17946 +msgid "Specifying mount point is not supported for now" +msgstr "" + +#: src/qemu/qemu_driver.c:18205 +msgid "cannot set time: qemu doesn't support rtc-reset-reinjection command" +msgstr "" + +#: src/qemu/qemu_driver.c:18300 +msgid "specifying mountpoints is not supported" +msgstr "" + +#: src/bhyve/bhyve_driver.c:1597 src/bhyve/bhyve_driver.c:1604 +#: src/libxl/libxl_driver.c:6093 src/libxl/libxl_driver.c:6100 +#: src/qemu/qemu_driver.c:18380 +#, c-format +msgid "unknown virttype: %s" +msgstr "" + +#: src/bhyve/bhyve_driver.c:1611 src/libxl/libxl_driver.c:6107 +#: src/qemu/qemu_driver.c:18387 +#, c-format +msgid "unknown architecture: %s" +msgstr "" + +#: src/qemu/qemu_driver.c:18407 +#, c-format +msgid "architecture from emulator '%s' doesn't match given architecture '%s'" +msgstr "" + +#: src/qemu/qemu_driver.c:18417 +#, c-format +msgid "unable to find any emulator to serve '%s' architecture" +msgstr "" + +#: src/qemu/qemu_driver.c:18431 +#, c-format +msgid "the machine '%s' is not supported by emulator '%s'" +msgstr "" + +#: src/qemu/qemu_driver.c:19105 +#, c-format +msgid "Stats types bits 0x%x are not supported by this daemon" +msgstr "" + +#: src/qemu/qemu_driver.c:19381 +#, c-format +msgid "Unknown IP address data source %d" +msgstr "" + +#: src/libxl/libxl_driver.c:5947 src/qemu/qemu_driver.c:19409 +msgid "Network driver does not support DHCP lease query" +msgstr "" + +#: src/qemu/qemu_driver.c:19633 +msgid "cannot rename active domain" +msgstr "" + +#: src/qemu/qemu_driver.c:19639 +msgid "cannot rename a transient domain" +msgstr "" + +#: src/qemu/qemu_driver.c:19651 +msgid "domain has to be shutoff before renaming" +msgstr "" + +#: src/qemu/qemu_driver.c:19657 +msgid "cannot rename domain with snapshots" +msgstr "" + +#: src/conf/virdomainobjlist.c:385 +msgid "Can't rename domain to itself" +msgstr "" + +#: src/conf/virdomainobjlist.c:403 +#, c-format +msgid "domain with name '%s' already exists" +msgstr "" + +#: src/qemu/qemu_driver.c:19584 +#, c-format +msgid "cannot remove old domain config file %s" +msgstr "" + +#: src/qemu/qemu_hostdev.c:198 +msgid "host doesn't support passthrough of host PCI devices" +msgstr "" + +#: src/qemu/qemu_hostdev.c:208 +msgid "host doesn't support VFIO PCI passthrough" +msgstr "" + +#: src/qemu/qemu_hostdev.c:216 +msgid "host doesn't support legacy PCI passthrough" +msgstr "" + +#: src/qemu/qemu_hotplug.c:471 +#, c-format +msgid "'%s' controller cannot be hot plugged." +msgstr "" + +#: src/qemu/qemu_hotplug.c:825 +#, c-format +msgid "" +"No device with bus '%s' and target '%s'. cdrom and floppy device hotplug " +"isn't supported by libvirt" +msgstr "" + +#: src/qemu/qemu_hotplug.c:852 +msgid "disk device='lun' is not supported for usb bus" +msgstr "" + +#: src/qemu/qemu_hotplug.c:1057 +msgid "virtio-s390 net device cannot be hotplugged." +msgstr "" + +#: src/qemu/qemu_hotplug.c:1461 +msgid "attaching serial console is not supported" +msgstr "" + +#: src/qemu/qemu_hotplug.c:1467 +msgid "chardev already exists" +msgstr "" + +#: src/qemu/qemu_hotplug.c:1541 +msgid "detaching serial console is not supported" +msgstr "" + +#: src/qemu/qemu_hotplug.c:1609 +msgid "Unsupported address type for character device" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2054 +#, c-format +msgid "Unable to prepare scsi hostdev for iSCSI: %s" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2059 +#, c-format +msgid "Unable to prepare scsi hostdev: %s:%u:%u:%llu" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2206 +#, c-format +msgid "bridge %s doesn't exist" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2230 +#, c-format +msgid "unable to recover former state by adding port to bridge %s" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2254 +#, c-format +msgid "filters not supported on interfaces of type %s" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2266 +#, c-format +msgid "" +"failed to add new filter rules to '%s' - attempting to restore old rules" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2357 +#, c-format +msgid "cannot change config of '%s' network type" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2380 +#, c-format +msgid "cannot change network interface mac address from %s to %s" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2389 +#, c-format +msgid "cannot modify network device model from %s to %s" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2414 +msgid "cannot modify virtio network device driver attributes" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2428 +msgid "cannot modify network device script attribute" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2437 +msgid "cannot modify network device tap name" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2455 +msgid "cannot modify network device guest PCI address" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2464 +msgid "cannot modify network device alias" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2469 +msgid "cannot modify network device rom bar setting" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2474 +msgid "cannot modify network rom file" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2479 +msgid "cannot modify network device boot index setting" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2506 +#, c-format +msgid "cannot change network interface type to '%s'" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2647 +msgid "cannot change the number of listen addresses" +msgstr "" + +#: src/qemu/qemu_hotplug.c:2657 +msgid "cannot change the type of listen address" +msgstr "" + +#: src/qemu/qemu_hotplug.c:3501 +#, c-format +msgid "don't know how to remove a %s device" +msgstr "" + +#: src/qemu/qemu_hotplug.c:3381 +msgid "Unable to wait on unplug condition" +msgstr "" + +#: src/qemu/qemu_hotplug.c:3618 +msgid "device cannot be detached without a valid CCW address" +msgstr "" + +#: src/qemu/qemu_hotplug.c:3625 +msgid "device cannot be detached without a valid PCI address" +msgstr "" + +#: src/qemu/qemu_hotplug.c:3501 +#, c-format +msgid "disk '%s' is in an active block job" +msgstr "" + +#: src/qemu/qemu_hotplug.c:3800 +#, c-format +msgid "controller %s:%d not found" +msgstr "" + +#: src/qemu/qemu_hotplug.c:3812 +#, c-format +msgid "device with '%s' address cannot be detached" +msgstr "" + +#: src/qemu/qemu_hotplug.c:3819 +#, c-format +msgid "device with invalid '%s' address cannot be detached" +msgstr "" + +#: src/qemu/qemu_hotplug.c:4022 +#, c-format +msgid "host usb device vendor=0x%.4x product=0x%.4x not found" +msgstr "" + +#: src/qemu/qemu_hotplug.c:4031 +#, c-format +msgid "host scsi iSCSI path %s not found" +msgstr "" + +#: src/qemu/qemu_hotplug.c:4037 +#, c-format +msgid "host scsi device %s:%u:%u.%llu not found" +msgstr "" + +#: src/qemu/qemu_hotplug.c:4085 +msgid "device cannot be detached without a CCW address" +msgstr "" + +#: src/qemu/qemu_hotplug.c:4329 +msgid "alias not set for RNG device" +msgstr "" + +#: src/qemu/qemu_hotplug.c:4372 +msgid "alias for the memory device was not found" +msgstr "" + +#: src/qemu/qemu_migration.c:281 +#, c-format +msgid "cannot initialize cert object: %s" +msgstr "cannot initialise cert object: %s" + +#: src/qemu/qemu_migration.c:390 src/util/virnetdevopenvswitch.c:221 +#, c-format +msgid "Unable to run command to get OVS port data for interface %s" +msgstr "" + +#: src/qemu/qemu_migration.c:567 +msgid "Network migration data already present" +msgstr "" + +#: src/qemu/qemu_migration.c:983 +msgid "missing interface information" +msgstr "" + +#: src/qemu/qemu_migration.c:998 +msgid "missing vporttype attribute in migration data" +msgstr "" + +#: src/qemu/qemu_migration.c:1034 +#, c-format +msgid "Malformed nbd port '%s'" +msgstr "" + +#: src/qemu/qemu_migration.c:1053 +msgid "Malformed disk target" +msgstr "" + +#: src/qemu/qemu_migration.c:1062 +#, c-format +msgid "Malformed disk capacity: '%s'" +msgstr "" + +#: src/qemu/qemu_migration.c:1568 +#, c-format +msgid "malformed disk path: %s" +msgstr "" + +#: src/qemu/qemu_migration.c:1602 +#, c-format +msgid "cannot precreate storage for disk type '%s'" +msgstr "" + +#: src/qemu/qemu_migration.c:1629 +msgid "unable to create volume XML" +msgstr "" + +#: src/qemu/qemu_migration.c:1692 +#, c-format +msgid "unable to find disk by target: %s" +msgstr "" + +#: src/qemu/qemu_migration.c:1707 +msgid "" +"pre-creation of storage targets for incremental storage migration is not " +"supported" +msgstr "" + +#: src/qemu/qemu_migration.c:1859 src/qemu/qemu_migration.c:1910 +#: src/qemu/qemu_migration.c:1971 +#, c-format +msgid "migration of disk %s failed" +msgstr "" + +#: src/qemu/qemu_migration.c:2194 src/qemu/qemu_migration.c:2656 +#: src/qemu/qemu_migration.c:4742 +msgid "canceled by client" +msgstr "cancelled by client" + +#: src/qemu/qemu_migration.c:2241 +msgid "domain has assigned non-USB host devices" +msgstr "" + +#: src/qemu/qemu_migration.c:2293 +msgid "cannot migrate domain with I/O error" +msgstr "" + +#: src/qemu/qemu_migration.c:2261 +msgid "domain has an active block job" +msgstr "" + +#: src/qemu/qemu_migration.c:2327 +#, c-format +msgid "domain has CPU feature: %s" +msgstr "" + +#: src/qemu/qemu_migration.c:2341 +msgid "domain's dimm info lacks slot ID or base address" +msgstr "" + +#: src/qemu/qemu_migration.c:2384 +msgid "Migration may lead to data corruption if disks use cache != none" +msgstr "" + +#: src/qemu/qemu_migration.c:2392 +msgid "Compressed migration is not supported by target QEMU binary" +msgstr "" + +#: src/qemu/qemu_migration.c:2396 +msgid "Compressed migration is not supported by source QEMU binary" +msgstr "" + +#: src/qemu/qemu_migration.c:2437 +msgid "Auto-Converge is not supported by QEMU binary" +msgstr "" + +#: src/qemu/qemu_migration.c:2479 +msgid "rdma pinning migration is not supported by target QEMU binary" +msgstr "" + +#: src/qemu/qemu_migration.c:2483 +msgid "rdma pinning migration is not supported by source QEMU binary" +msgstr "" + +#: src/qemu/qemu_migration.c:2711 +msgid "failed due to I/O error" +msgstr "" + +#: src/qemu/qemu_migration.c:2886 +#, c-format +msgid "invalid tlsPort number: %s" +msgstr "" + +#: src/qemu/qemu_migration.c:2940 src/util/virnetdevopenvswitch.c:263 +#, c-format +msgid "Unable to run command to set OVS port data for interface %s" +msgstr "" + +#: src/qemu/qemu_migration.c:2963 +msgid "incoming RDMA migration is not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_migration.c:3163 +#, c-format +msgid "disk target %s not found" +msgstr "" + +#: src/qemu/qemu_migration.c:3171 +msgid "Selecting disks to migrate is not implemented for tunnelled migration" +msgstr "" + +#: src/qemu/qemu_migration.c:3177 +msgid "qemu does not support drive-mirror command" +msgstr "" + +#: src/qemu/qemu_migration.c:3210 src/qemu/qemu_migration.c:3590 +msgid "offline migration cannot handle non-shared storage" +msgstr "" + +#: src/qemu/qemu_migration.c:3216 src/qemu/qemu_migration.c:3596 +msgid "offline migration must be specified with the persistent flag set" +msgstr "" + +#: src/qemu/qemu_migration.c:3222 src/qemu/qemu_migration.c:3602 +msgid "tunnelled offline migration does not make sense" +msgstr "" + +#: src/qemu/qemu_migration.c:3380 +msgid "qemu isn't capable of IPv6" +msgstr "" + +#: src/qemu/qemu_migration.c:3385 +msgid "host isn't capable of IPv6" +msgstr "" + +#: src/qemu/qemu_migration.c:3699 src/qemu/qemu_migration.c:4995 +msgid "cannot start RDMA migration with no memory hard limit set" +msgstr "" + +#: src/qemu/qemu_migration.c:4050 src/qemu/qemu_migration.c:4981 +#, c-format +msgid "missing scheme in migration URI: %s" +msgstr "" + +#: src/qemu/qemu_migration.c:4058 src/vz/vz_driver.c:2526 +#, c-format +msgid "unsupported scheme %s in migration URI %s" +msgstr "" + +#: src/qemu/qemu_migration.c:4395 +msgid "poll failed in migration tunnel" +msgstr "" + +#: src/qemu/qemu_migration.c:4413 +msgid "failed to read from wakeup fd" +msgstr "" + +#: src/qemu/qemu_migration.c:4484 +msgid "Unable to make pipe" +msgstr "" + +#: src/qemu/qemu_migration.c:4522 +msgid "failed to wakeup migration tunnel" +msgstr "" + +#: src/qemu/qemu_migration.c:4578 +#, c-format +msgid "Unable to set FD %d blocking" +msgstr "" + +#: src/qemu/qemu_migration.c:4989 +msgid "outgoing RDMA migration is not supported with this QEMU binary" +msgstr "" + +#: src/qemu/qemu_migration.c:5651 +msgid "migration URI is not supported by tunnelled migration" +msgstr "" + +#: src/qemu/qemu_migration.c:5658 +msgid "listen address is not supported by tunnelled migration" +msgstr "" + +#: src/libxl/libxl_migration.c:823 src/qemu/qemu_migration.c:5679 +#, c-format +msgid "Failed to connect to remote libvirt URI %s: %s" +msgstr "" + +#: src/qemu/qemu_migration.c:6050 +#, c-format +msgid "Port profile Associate failed for %s" +msgstr "" + +#: src/qemu/qemu_monitor.c:123 +msgid "JSON monitor is required" +msgstr "" + +#: src/qemu/qemu_monitor.c:719 +msgid "early end of file from monitor, possible problem" +msgstr "" + +#: src/qemu/qemu_monitor.c:798 +msgid "Error notify callback must be supplied" +msgstr "" + +#: src/qemu/qemu_monitor.c:953 +msgid "Qemu monitor was closed" +msgstr "" + +#: src/qemu/qemu_monitor.c:1083 +msgid "Cannot determine balloon device path" +msgstr "" + +#: src/qemu/qemu_monitor.c:1118 +msgid "" +"Property 'guest-stats-polling-interval' not found on memory balloon driver." +msgstr "" + +#: src/qemu/qemu_monitor.c:1152 src/qemu/qemu_monitor.c:1188 +#, c-format +msgid "Failed to find QOM Object path for device '%s'" +msgstr "" + +#: src/qemu/qemu_monitor.c:1219 +msgid "Unable to unescape command" +msgstr "" + +#: src/qemu/qemu_monitor.c:1793 +#, c-format +msgid "unknown block IO status: %s" +msgstr "" + +#: src/qemu/qemu_monitor.c:1869 +msgid "text monitor doesn't support block stats for backing chain members" +msgstr "" + +#: src/qemu/qemu_monitor.c:2479 +msgid "fd and fdset must be valid" +msgstr "" + +#: src/qemu/qemu_monitor.c:2547 +msgid "JSON monitor should be using AddNetdev" +msgstr "" + +#: src/qemu/qemu_monitor.c:2578 +msgid "JSON monitor should be using RemoveNetdev" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:1088 +#, c-format +msgid "Human monitor command is not available to run %s" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:1355 +msgid "cpu information was missing an array element" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:1436 +msgid "info kvm reply missing 'enabled' field" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:1471 src/qemu/qemu_monitor_json.c:1495 +#: src/qemu/qemu_monitor_json.c:1504 +#, c-format +msgid "QOM Object '%s' has no property 'vgamem_mb'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:1480 +#, c-format +msgid "QOM Object '%s' has no property 'vram_size'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:1488 +#, c-format +msgid "QOM Object '%s' has no property 'ram_size'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:1691 +msgid "the guest hasn't updated any stats yet" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:1701 src/qemu/qemu_monitor_json.c:5457 +msgid "qom-get reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:2061 +msgid "query-block reply was missing device list" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:2073 src/qemu/qemu_monitor_json.c:2080 +msgid "query-block device entry was not in expected format" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:2494 +msgid "query-migrate-cache-size reply was missing 'return' data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:2785 +msgid "XBZRLE is active, but 'cache-size' data was missing" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:2794 +msgid "XBZRLE is active, but 'bytes' data was missing" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:2803 +msgid "XBZRLE is active, but 'pages' data was missing" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:2812 +msgid "XBZRLE is active, but 'cache-miss' data was missing" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:2821 +msgid "XBZRLE is active, but 'overflow' data was missing" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:2944 +msgid "missing dump guest memory capabilities" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:2950 +msgid "missing supported dump formats" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:2959 +msgid "missing entry in supported dump formats" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:2827 src/qemu/qemu_monitor_json.c:2837 +#: src/qemu/qemu_monitor_json.c:2847 +msgid "usb_add not supported in JSON mode" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:2857 src/qemu/qemu_monitor_json.c:2868 +#: src/qemu/qemu_monitor_json.c:2878 src/qemu/qemu_monitor_json.c:3395 +msgid "pci_add not supported in JSON mode" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:2887 +msgid "pci_del not supported in JSON mode" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3128 +msgid "missing return information" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3133 +msgid "incomplete return information" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3255 +msgid "query-rx-filter reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3260 +msgid "query -rx-filter return data missing array element" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3266 +msgid "Missing or invalid name in query-rx-filter response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3275 +msgid "Missing or invalid 'main-mac' in query-rx-filter response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3282 +msgid "Missing or invalid 'promiscuous' in query-rx-filter response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3289 +msgid "Missing or invalid 'broadcast-allowed' in query-rx-filter response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3298 +msgid "Missing or invalid 'unicast' in query-rx-filter response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3305 +msgid "Missing or invalid 'unicast-overflow' in query-rx-filter response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3312 +msgid "Missing or invalid 'unicast-table' array in query-rx-filter response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3322 +#, c-format +msgid "" +"Missing or invalid element %zu of 'unicast' list in query-rx-filter response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3328 +#, c-format +msgid "" +"invalid mac address '%s' in 'unicast-table' array in query-rx-filter response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3339 +msgid "Missing or invalid 'multicast' in query-rx-filter response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3346 +msgid "Missing or invalid 'multicast-overflow' in query-rx-filter response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3353 +msgid "Missing or invalid 'multicast-table' array in query-rx-filter response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3363 +#, c-format +msgid "" +"Missing or invalid element %zu of 'multicast' list in query-rx-filter " +"response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3369 +#, c-format +msgid "" +"invalid mac address '%s' in 'multicast-table' array in query-rx-filter " +"response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3380 +msgid "Missing or invalid 'vlan' in query-rx-filter response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3387 +msgid "Missing or invalid 'vlan-table' array in query-rx-filter response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3397 +#, c-format +msgid "" +"Missing or invalid element %zu of 'vlan-table' array in query-rx-filter " +"response" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3488 +msgid "character device information was missing label" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3514 +#, c-format +msgid "failed to add chardev '%s' info" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3404 +msgid "query-pci not supported in JSON mode" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:3957 +#, c-format +msgid "qemu block name '%s' doesn't match expected '%s'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4019 +#, c-format +msgid "unable to find backing name for device %s" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4108 src/qemu/qemu_monitor_text.c:2212 +#, c-format +msgid "keycode %zu is invalid: 0x%X" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4331 +#, c-format +msgid "Unexpected error: (%s) '%s'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4481 +#, c-format +msgid "block_io_throttle field '%s' missing in qemu's output" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4509 src/qemu/qemu_monitor_json.c:4516 +msgid "block_io_throttle device entry was not in expected format" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4527 +msgid "block_io_throttle inserted entry was not in expected format" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4713 +msgid "query-version reply was missing 'return' data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4719 +msgid "query-version reply was missing 'qemu' data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4725 +msgid "query-version reply was missing 'major' version" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4730 +msgid "query-version reply was missing 'minor' version" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4735 +msgid "query-version reply was missing 'micro' version" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4743 +msgid "query-version reply was missing 'package' version" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4783 +msgid "query-machines reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4789 +msgid "query-machines reply data was not an array" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4809 +msgid "query-machines reply data was missing 'name'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4819 +msgid "query-machines reply has malformed 'is-default' data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4826 +msgid "query-machines reply has malformed 'alias' data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4835 +msgid "query-machines reply has malformed 'cpu-max' data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4889 +msgid "query-cpu-definitions reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4895 +msgid "query-cpu-definitions reply data was not an array" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4909 +msgid "query-cpu-definitions reply data was missing 'name'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4953 +msgid "query-commands reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4959 +msgid "query-commands reply data was not an array" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:4973 +msgid "query-commands reply data was missing 'name'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5023 +msgid "query-events reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5029 +msgid "query-events reply data was not an array" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5043 +msgid "query-events reply data was missing 'name'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5103 +msgid "query-command-line-options reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5112 +msgid "query-command-line-options reply data was not an array" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5123 +msgid "query-command-line-options reply data was missing 'option'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5144 +msgid "query-command-line-options parameter data was not an array" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5159 +msgid "query-command-line-options parameter data was missing 'name'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5213 +msgid "query-kvm reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5220 +msgid "query-kvm replied unexpected data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5257 +msgid "qom-list-types reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5263 +msgid "qom-list-types reply data was not an array" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5277 +msgid "qom-list-types reply data was missing 'name'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5324 +msgid "qom-list reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5330 src/qemu/qemu_monitor_json.c:6519 +msgid "qom-list reply data was not an array" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5350 +msgid "qom-list reply data was missing 'name'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5360 +msgid "qom-list reply has malformed 'type' data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5449 +#, c-format +msgid "qom-get invalid object property type %d" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5512 +#, c-format +msgid "qom-set invalid object property type %d" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5568 +msgid "device-list-properties reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5574 +msgid "device-list-properties reply data was not an array" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5588 +msgid "device-list-properties reply data was missing 'name'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5628 +msgid "query-target reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5634 +msgid "query-target reply was missing arch data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5679 +msgid "missing migration capabilities" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5692 +msgid "missing entry in migration capabilities list" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:5698 +msgid "missing migration capability name" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6074 +#, c-format +msgid "%s reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6081 +#, c-format +msgid "%s reply data was not an array" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6096 +#, c-format +msgid "%s array element does not contain data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6224 +#, c-format +msgid "Hotplug unsupported for char device type '%s'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6228 +#, c-format +msgid "Hotplug unsupported for char device type '%d'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6279 +msgid "chardev-add reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6285 +msgid "chardev-add reply was missing pty path" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6379 +msgid "missing cpuid-register in CPU data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6384 +msgid "missing or invalid cpuid-input-eax in CPU data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6391 +msgid "missing or invalid features in CPU data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6407 +#, c-format +msgid "unknown CPU register '%s'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6211 src/qemu/qemu_monitor_json.c:6252 +#, c-format +msgid "%s CPU property did not return an array" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6572 +#, c-format +msgid "CPU definition retrieval isn't supported for '%s'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6633 +msgid "query-iothreads reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6639 +msgid "query-iothreads reply data was not an array" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6654 +msgid "query-iothreads reply data was missing 'id'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6669 +#, c-format +msgid "failed to find iothread id for '%s'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6677 +msgid "query-iothreads reply has malformed 'thread-id' data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6727 +msgid "query-memory-devices reply was missing return data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6733 +msgid "query-memory-devices reply data was not an array" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6743 +msgid "query-memory-devices reply data doesn't contain enum type discriminator" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6755 +msgid "query-memory-devices reply data doesn't contain enum data" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6762 +msgid "dimm memory info data is missing 'id'" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6772 +msgid "malformed/missing addr in dimm memory info" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6779 +msgid "malformed/missing slot in dimm memory info" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6786 +msgid "malformed/missing hotplugged in dimm memory info" +msgstr "" + +#: src/qemu/qemu_monitor_json.c:6794 +msgid "malformed/missing hotpluggable in dimm memory info" +msgstr "" + +#: src/qemu/qemu_monitor_text.c:897 +msgid "info blockstats reply was malformed" +msgstr "" + +#: src/qemu/qemu_monitor_text.c:917 +msgid "info blockstats entry was malformed" +msgstr "" + +#: src/qemu/qemu_monitor_text.c:929 +#, c-format +msgid "'info blockstats' contains malformed parameter '%s' value '%s'" +msgstr "" + +#: src/qemu/qemu_process.c:225 +#, c-format +msgid "Failed to set security context for agent for %s" +msgstr "" + +#: src/qemu/qemu_process.c:250 +msgid "guest crashed while connecting to the guest agent" +msgstr "" + +#: src/qemu/qemu_process.c:257 +#, c-format +msgid "Failed to clear security context for agent for %s" +msgstr "" + +#: src/qemu/qemu_process.c:1848 src/qemu/qemu_process.c:1946 +msgid "failed to format device alias for PTY retrieval" +msgstr "" + +#: src/qemu/qemu_process.c:2103 +msgid "process exited while connecting to monitor" +msgstr "" + +#: src/qemu/qemu_process.c:2160 +#, c-format +msgid "got wrong number of IOThread pids from QEMU monitor. got %d, wanted %zu" +msgstr "" + +#: src/qemu/qemu_process.c:2210 +msgid "Cannot setup CPU affinity until process is started" +msgstr "" + +#: src/qemu/qemu_process.c:2274 +msgid "missing alias for network device" +msgstr "" + +#: src/qemu/qemu_process.c:2336 +msgid "Cannot get bit from bitmap" +msgstr "" + +#: src/qemu/qemu_process.c:3485 +msgid "Could not create thread. QEMU initialization might be incomplete" +msgstr "Could not create thread. QEMU initialisation might be incomplete" + +#: src/qemu/qemu_process.c:3618 +msgid "" +"Auto allocation of spice TLS port requested but spice TLS is disabled in " +"qemu.conf" +msgstr "" + +#: src/qemu/qemu_process.c:3654 +msgid "Maximum CPUs greater than specified machine type limit" +msgstr "" + +#: src/qemu/qemu_process.c:3694 +msgid "host doesn't support paravirtual spinlocks" +msgstr "" + +#: src/qemu/qemu_process.c:3743 +msgid "host doesn't support invariant TSC" +msgstr "" + +#: src/qemu/qemu_process.c:3790 +#, c-format +msgid "unable to find any master var store for loader: %s" +msgstr "" + +#: src/qemu/qemu_process.c:3818 +#, c-format +msgid "Unable to read from file '%s'" +msgstr "" + +#: src/qemu/qemu_process.c:3825 +#, c-format +msgid "Unable to write to file '%s'" +msgstr "" + +#: src/qemu/qemu_process.c:3833 src/qemu/qemu_process.c:3839 +#, c-format +msgid "Unable to close file '%s'" +msgstr "" + +#: src/qemu/qemu_process.c:4295 +msgid "" +"QEMU does not support multiple listen addresses for one graphics device." +msgstr "" + +#: src/qemu/qemu_process.c:4256 +msgid "Raw I/O is not supported on this platform" +msgstr "" + +#: src/qemu/qemu_process.c:4302 +#, c-format +msgid "Cannot create directory '%s'" +msgstr "" + +#: src/qemu/qemu_process.c:4904 +msgid "Unable to set huge path in security driver" +msgstr "" + +#: src/qemu/qemu_process.c:4420 +msgid "" +"Domain requires KVM, but it is not available. Check that virtualization is " +"enabled in the host BIOS, and host configuration is setup to load the kvm " +"modules." +msgstr "" + +#: src/qemu/qemu_domain.c:2320 +msgid "Parameter 'min_guarantee' not supported by QEMU." +msgstr "" + +#: src/qemu/qemu_process.c:5111 +msgid "Process exited prior to exec" +msgstr "" + +#: src/remote/remote_driver.c:629 +#, c-format +msgid "Failed to parse value of URI component %s" +msgstr "" + +#: src/remote/remote_driver.c:720 +msgid "" +"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp|" +"libssh2)" +msgstr "" + +#: src/remote/remote_driver.c:741 +msgid "Only Unix socket URI transport is allowed in setuid mode" +msgstr "" + +#: src/remote/remote_driver.c:884 +msgid "GNUTLS support not available in this build" +msgstr "" + +#: src/remote/remote_driver.c:909 +msgid "" +"Connecting to session instance without socket path is not supported by the " +"libssh2 connection driver" +msgstr "" + +#: src/remote/remote_driver.c:988 +msgid "" +"Connecting to session instance without socket path is not supported by the " +"ssh connection driver" +msgstr "" + +#: src/remote/remote_driver.c:1756 +#, c-format +msgid "%s: too many parameters '%u' for limit '%d'" +msgstr "" + +#: src/remote/remote_driver.c:1765 +#, c-format +msgid "%s: too many parameters '%u' for nparams '%d'" +msgstr "" + +#: src/remote/remote_driver.c:1783 +#, c-format +msgid "%s: parameter %s too big for destination" +msgstr "" + +#: src/remote/remote_driver.c:1820 +#, c-format +msgid "%s: unknown parameter type: %d" +msgstr "" + +#: src/remote/remote_driver.c:1677 +msgid "returned number of disk errors exceeds limit" +msgstr "" + +#: src/remote/remote_driver.c:2287 +#, c-format +msgid "security label exceeds maximum: %zu" +msgstr "" + +#: src/remote/remote_driver.c:2404 +#, c-format +msgid "security model exceeds maximum: %zu" +msgstr "" + +#: src/remote/remote_driver.c:2413 +#, c-format +msgid "security doi exceeds maximum: %zu" +msgstr "" + +#: src/remote/remote_driver.c:2883 +#, c-format +msgid "nparams count exceeds maximum: %u > %u" +msgstr "" + +#: src/remote/remote_driver.c:2889 +#, c-format +msgid "ncpus count exceeds maximum: %u > %u" +msgstr "" + +#: src/remote/remote_driver.c:2914 +msgid "remoteDomainGetCPUStats: returned number of stats exceeds limit" +msgstr "" + +#: src/remote/remote_driver.c:6001 +#, c-format +msgid "Too many model names '%d' for limit '%d'" +msgstr "" + +#: src/remote/remote_driver.c:7252 +#, c-format +msgid "Number of stats entries is %d, which exceeds max limit: %d" +msgstr "" + +#: src/rpc/virkeepalive.c:143 +msgid "connection closed due to keepalive timeout" +msgstr "" + +#: src/rpc/virkeepalive.c:263 +#, c-format +msgid "keepalive interval %d too large" +msgstr "" + +#: src/rpc/virnetclient.c:533 +msgid "Unable to register async IO callback" +msgstr "" + +#: src/rpc/virnetclient.c:551 +msgid "Unable to enable keepalives without async IO support" +msgstr "" + +#: src/rpc/virnetclient.c:1906 +msgid "cannot initialize condition variable" +msgstr "cannot initialise condition variable" + +#: src/rpc/virnetclientstream.c:423 +msgid "NULL pointer encountered" +msgstr "" + +#: src/rpc/virnetdaemon.c:186 +#, c-format +msgid "Invalid server ID: %d" +msgstr "" + +#: src/rpc/virnetdaemon.c:268 +msgid "Cannot add more servers post-exec than there were pre-exec" +msgstr "" + +#: src/rpc/virnetdaemon.c:340 +msgid "Malformed servers data in JSON document" +msgstr "" + +#: src/rpc/virnetdaemon.c:535 +msgid "Libvirt" +msgstr "" + +#: src/rpc/virnetdaemon.c:536 +msgid "Virtual machines need to be saved" +msgstr "" + +#: src/rpc/virnetdaemon.c:772 +msgid "Not all servers restored, cannot run server" +msgstr "" + +#: src/rpc/virnetmessage.c:189 +msgid "Unable to decode header until len is received" +msgstr "" + +#: src/rpc/virnetsaslcontext.c:88 src/rpc/virnetsaslcontext.c:110 +#, c-format +msgid "failed to initialize SASL library: %d (%s)" +msgstr "failed to initialise SASL library: %d (%s)" + +#: src/rpc/virnetsaslcontext.c:155 +#, c-format +msgid "SASL client identity '%s' not allowed in whitelist" +msgstr "" + +#: src/rpc/virnetsocket.c:165 +msgid "Cannot get host interface addresses" +msgstr "" + +#: src/rpc/virnetsocket.c:192 +#, c-format +msgid "Cannot resolve ::1 address: %s" +msgstr "" + +#: src/rpc/virnetsocket.c:208 +msgid "Cannot check address family on this platform" +msgstr "" + +#: src/rpc/virnetsocket.c:649 +#, c-format +msgid "Cannot determine basename for binary '%s'" +msgstr "" + +#: src/rpc/virnetsocket.c:659 src/util/virpidfile.c:561 +#, c-format +msgid "Cannot create user runtime directory '%s'" +msgstr "" + +#: src/rpc/virnetsocket.c:669 +#, c-format +msgid "Unable to create lock '%s'" +msgstr "" + +#: src/rpc/virnetsocket.c:674 +#, c-format +msgid "Unable to lock '%s'" +msgstr "" + +#: src/rpc/virnetsocket.c:920 +msgid "Failed to parse port number" +msgstr "" + +#: src/rpc/virnetsocket.c:940 +#, c-format +msgid "Invalid host key verification method: '%s'" +msgstr "" + +#: src/rpc/virnetsocket.c:977 +#, c-format +msgid "Invalid authentication method: '%s'" +msgstr "" + +#: src/rpc/virnetsocket.c:1023 +msgid "libssh2 transport support was not enabled" +msgstr "" + +#: src/rpc/virnetsocket.c:1070 +msgid "Missing fd data in JSON document" +msgstr "" + +#: src/rpc/virnetsocket.c:1076 +msgid "Missing pid data in JSON document" +msgstr "" + +#: src/rpc/virnetsocket.c:1082 +msgid "Missing errfd data in JSON document" +msgstr "" + +#: src/rpc/virnetsocket.c:1087 +msgid "Missing isClient data in JSON document" +msgstr "" + +#: src/rpc/virnetsocket.c:1096 +msgid "Unable to get peer socket name" +msgstr "" + +#: src/rpc/virnetsocket.c:1120 +msgid "Unable to save socket state when SASL session is active" +msgstr "" + +#: src/rpc/virnetsocket.c:1127 +msgid "Unable to save socket state when TLS session is active" +msgstr "" + +#: src/rpc/virnetsocket.c:1149 +#, c-format +msgid "Cannot disable close-on-exec flag on socket %d" +msgstr "" + +#: src/rpc/virnetsocket.c:1156 +#, c-format +msgid "Cannot disable close-on-exec flag on pipe %d" +msgstr "" + +#: src/rpc/virnetsocket.c:1354 +msgid "Failed to get valid client socket identity" +msgstr "" + +#: src/rpc/virnetsocket.c:1360 +msgid "Failed to get valid client socket identity groups" +msgstr "" + +#: src/rpc/virnetsocket.c:1388 +msgid "Failed to get client socket PID" +msgstr "" + +#: src/rpc/virnetsocket.c:1430 +msgid "Unable to query peer security context" +msgstr "" + +#: src/rpc/virnetserver.c:406 +msgid "Missing min_workers data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:411 +msgid "Missing max_workers data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:416 +msgid "Missing priority_workers data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:421 +msgid "Missing max_clients data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:428 +msgid "Malformed max_anonymous_clients data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:436 +msgid "Missing keepaliveInterval data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:441 +msgid "Missing keepaliveCount data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:448 +msgid "Malformed mdnsGroupName data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:470 +msgid "Missing services data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:477 +msgid "Malformed services data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:486 +msgid "Missing service data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:503 +msgid "Missing clients data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:510 +msgid "Malformed clients data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:519 +msgid "Missing client data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:561 +msgid "Cannot set min_workers data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:567 +msgid "Cannot set max_workers data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:573 +msgid "Cannot set priority_workers data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:578 +msgid "Cannot set max_clients data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:584 +msgid "Cannot set max_anonymous_clients data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:589 +msgid "Cannot set keepaliveInterval data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:594 +msgid "Cannot set keepaliveCount data in JSON document" +msgstr "" + +#: src/rpc/virnetserver.c:608 +msgid "Cannot set mdnsGroupName data in JSON document" +msgstr "" + +#: src/rpc/virnetserverclient.c:479 src/rpc/virnetserverservice.c:342 +msgid "Missing auth field in JSON state document" +msgstr "" + +#: src/rpc/virnetserverclient.c:484 src/rpc/virnetserverservice.c:347 +msgid "Missing readonly field in JSON state document" +msgstr "" + +#: src/rpc/virnetserverclient.c:490 src/rpc/virnetserverservice.c:353 +msgid "Missing nrequests_client_max field in JSON state document" +msgstr "" + +#: src/rpc/virnetserverclient.c:496 +msgid "Missing sock field in JSON state document" +msgstr "" + +#: src/rpc/virnetserverclient.c:544 +msgid "Missing privateData field in JSON state document" +msgstr "" + +#: src/rpc/virnetservermdns.c:373 +#, c-format +msgid "Failed to add timer with timeout %lld" +msgstr "" + +#: src/rpc/virnetservermdns.c:615 +msgid "avahi not available at build time" +msgstr "" + +#: src/rpc/virnetserverservice.c:360 +msgid "Missing socks field in JSON state document" +msgstr "" + +#: src/rpc/virnetserverservice.c:366 +msgid "socks field in JSON was not an array" +msgstr "" + +#: src/rpc/virnetsshsession.c:316 +#, c-format +msgid "Failed to retrieve ssh host key: %s" +msgstr "" + +#: src/rpc/virnetsshsession.c:338 +msgid "" +"No user interaction callback provided: Can't verify the session host key" +msgstr "" + +#: src/rpc/virnetsshsession.c:353 +msgid "no suitable callback for host key verification" +msgstr "" + +#: src/rpc/virnetsshsession.c:363 +msgid "failed to calculate ssh host key hash" +msgstr "" + +#: src/rpc/virnetsshsession.c:380 +#, c-format +msgid "Accept SSH host key with hash '%s' for host '%s:%d' (%s/%s)?" +msgstr "" + +#: src/rpc/virnetsshsession.c:391 +msgid "failed to retrieve decision to accept host key" +msgstr "" + +#: src/rpc/virnetsshsession.c:405 +#, c-format +msgid "SSH host key for '%s' (%s) was not accepted" +msgstr "" + +#: src/rpc/virnetsshsession.c:429 +msgid "unsupported SSH key type" +msgstr "" + +#: src/rpc/virnetsshsession.c:456 +#, c-format +msgid "unable to add SSH host key for host '%s': %s" +msgstr "" + +#: src/rpc/virnetsshsession.c:471 +#, c-format +msgid "failed to write known_host file '%s': %s" +msgstr "" + +#: src/rpc/virnetsshsession.c:487 +#, c-format +msgid "" +"!!! SSH HOST KEY VERIFICATION FAILED !!!: Identity of host '%s:%d' differs " +"from stored identity. Please verify the new host key '%s' to avoid possible " +"man in the middle attack. The key is stored in '%s'." +msgstr "" + +#: src/rpc/virnetsshsession.c:498 +#, c-format +msgid "failed to validate SSH host key: %s" +msgstr "" + +#: src/rpc/virnetsshsession.c:503 +msgid "Unknown error value" +msgstr "" + +#: src/rpc/virnetsshsession.c:529 +msgid "Failed to connect to ssh agent" +msgstr "" + +#: src/rpc/virnetsshsession.c:535 +msgid "Failed to list ssh agent identities" +msgstr "" + +#: src/rpc/virnetsshsession.c:555 src/rpc/virnetsshsession.c:579 +#, c-format +msgid "failed to authenticate using SSH agent: %s" +msgstr "" + +#: src/rpc/virnetsshsession.c:567 +msgid "SSH Agent did not provide any authentication identity" +msgstr "" + +#: src/rpc/virnetsshsession.c:571 +msgid "All identities provided by the SSH Agent were rejected" +msgstr "" + +#: src/rpc/virnetsshsession.c:617 src/rpc/virnetsshsession.c:676 +#, c-format +msgid "authentication with private key '%s' has failed: %s" +msgstr "" + +#: src/rpc/virnetsshsession.c:626 +msgid "" +"No user interaction callback provided: Can't retrieve private key passphrase" +msgstr "" + +#: src/rpc/virnetsshsession.c:644 +msgid "no suitable method to retrieve key passphrase" +msgstr "" + +#: src/rpc/virnetsshsession.c:649 +#, c-format +msgid "Passphrase for key '%s'" +msgstr "" + +#: src/rpc/virnetsshsession.c:655 +msgid "failed to retrieve private key passphrase: callback has failed" +msgstr "" + +#: src/rpc/virnetsshsession.c:722 +msgid "Can't perform authentication: Authentication callback not provided" +msgstr "" + +#: src/rpc/virnetsshsession.c:734 +msgid "failed to retrieve password" +msgstr "" + +#: src/rpc/virnetsshsession.c:787 +msgid "" +"Can't perform keyboard-interactive authentication: Authentication callback " +"not provided " +msgstr "" + +#: src/rpc/virnetsshsession.c:803 +msgid "no suitable method to retrieve authentication credentials" +msgstr "" + +#: src/rpc/virnetsshsession.c:811 +msgid "failed to retrieve credentials" +msgstr "" + +#: src/rpc/virnetsshsession.c:828 src/rpc/virnetsshsession.c:835 +#, c-format +msgid "keyboard interactive authentication failed: %s" +msgstr "" + +#: src/rpc/virnetsshsession.c:856 src/rpc/virnetsshsession.c:970 +msgid "No authentication methods and credentials provided" +msgstr "" + +#: src/rpc/virnetsshsession.c:872 +#, c-format +msgid "couldn't retrieve authentication methods list: %s" +msgstr "" + +#: src/rpc/virnetsshsession.c:917 +msgid "No authentication methods supplied" +msgstr "" + +#: src/rpc/virnetsshsession.c:922 +msgid "" +"None of the requested authentication methods are supported by the server" +msgstr "" + +#: src/rpc/virnetsshsession.c:926 +msgid "" +"All provided authentication methods with credentials were rejected by the " +"server" +msgstr "" + +#: src/rpc/virnetsshsession.c:943 +#, c-format +msgid "failed to open ssh channel: %s" +msgstr "" + +#: src/rpc/virnetsshsession.c:951 +#, c-format +msgid "failed to execute command '%s': %s" +msgstr "" + +#: src/rpc/virnetsshsession.c:977 +msgid "No channel command provided" +msgstr "" + +#: src/rpc/virnetsshsession.c:984 +msgid "Hostname is needed for host key verification" +msgstr "" + +#: src/rpc/virnetsshsession.c:1062 src/rpc/virnetsshsession.c:1142 +msgid "Username must be provided for ssh agent authentication" +msgstr "" + +#: src/rpc/virnetsshsession.c:1101 +msgid "" +"Username and key file path must be provided for private key authentication" +msgstr "" + +#: src/rpc/virnetsshsession.c:1213 +#, c-format +msgid "unable to load knownhosts file '%s': %s" +msgstr "" + +#: src/rpc/virnetsshsession.c:1219 +#, c-format +msgid "known hosts file '%s' does not exist" +msgstr "" + +#: src/rpc/virnetsshsession.c:1258 +msgid "Failed to initialize libssh2 session" +msgstr "" + +#: src/rpc/virnetsshsession.c:1264 +msgid "Failed to initialize libssh2 known hosts table" +msgstr "" + +#: src/rpc/virnetsshsession.c:1270 +msgid "Failed to initialize libssh2 agent handle" +msgstr "" + +#: src/rpc/virnetsshsession.c:1302 +msgid "Invalid virNetSSHSessionPtr" +msgstr "" + +#: src/rpc/virnetsshsession.c:1318 +#, c-format +msgid "SSH session handshake failed: %s" +msgstr "" + +#: src/rpc/virnetsshsession.c:1363 src/rpc/virnetsshsession.c:1474 +#: src/rpc/virnetsshsession.c:1486 +#, c-format +msgid "Remote program terminated with non-zero code: %d" +msgstr "" + +#: src/rpc/virnetsshsession.c:1368 src/rpc/virnetsshsession.c:1478 +msgid "Tried to write socket in error state" +msgstr "" + +#: src/rpc/virnetsshsession.c:1439 +#, c-format +msgid "Remote command terminated with non-zero code: %d" +msgstr "" + +#: src/rpc/virnetsshsession.c:1511 +#, c-format +msgid "write failed: %s" +msgstr "" + +#: src/rpc/virnettlscontext.c:391 +msgid "" +"Client's Distinguished Name is not on the list of allowed clients " +"(tls_allowed_dn_list). Use 'certtool -i --infile clientcert.pem' to view " +"the Distinguished Name field in the client certificate, or run this daemon " +"with --verbose option." +msgstr "" + +#: src/rpc/virnettlscontext.c:507 src/rpc/virnettlscontext.c:1036 +msgid "Unable to initialize certificate" +msgstr "Unable to initialise certificate" + +#: src/rpc/virnettlscontext.c:557 +#, c-format +msgid "Unable to import CA certificate list %s" +msgstr "" + +#: src/rpc/virnettlscontext.c:741 +#, c-format +msgid "Unable to initialize diffie-hellman parameters: %s" +msgstr "Unable to initialise diffie-hellman parameters: %s" + +#: src/rpc/virnettlscontext.c:1203 +#, c-format +msgid "Failed to initialize TLS session: %s" +msgstr "Failed to initialise TLS session: %s" + +#: src/secret/secret_driver.c:182 +#, c-format +msgid "mkostemp('%s') failed" +msgstr "" + +#: src/security/security_apparmor.c:477 +#, c-format +msgid "cannot load AppArmor profile '%s'" +msgstr "cannot load AppArmour profile '%s'" + +#: src/security/security_apparmor.c:535 +msgid "error getting profile status" +msgstr "" + +#: src/security/security_dac.c:138 +msgid "DAC seclabel couldn't be determined" +msgstr "" + +#: src/security/security_dac.c:177 +msgid "DAC imagelabel couldn't be determined" +msgstr "" + +#: src/security/security_dac.c:314 src/security/security_dac.c:366 +#, c-format +msgid "unable to stat: %s" +msgstr "" + +#: src/security/security_dac.c:341 +#, c-format +msgid "unable to set user and group to '%ld:%ld' on '%s'" +msgstr "" + +#: src/security/security_dac.c:1352 +#, c-format +msgid "missing label for static security driver in domain %s" +msgstr "" + +#: src/security/security_dac.c:1364 +#, c-format +msgid "cannot generate dac user and group id for domain %s" +msgstr "" + +#: src/security/security_dac.c:1375 src/security/security_selinux.c:686 +#, c-format +msgid "unexpected security label type '%s'" +msgstr "" + +#: src/security/security_dac.c:1420 +#, c-format +msgid "unable to get uid and gid for PID %d via procfs" +msgstr "" + +#: src/security/security_dac.c:1449 +#, c-format +msgid "unable to get PID %d uid and gid via sysctl" +msgstr "" + +#: src/security/security_dac.c:1465 +msgid "Cannot get process uid and gid on this platform" +msgstr "" + +#: src/security/security_driver.c:79 +#, c-format +msgid "Security driver %s not enabled" +msgstr "" + +#: src/security/security_manager.c:183 +msgid "Security driver \"none\" cannot create confined guests" +msgstr "" + +#: src/security/security_manager.c:603 +msgid "Unconfined guests are not allowed on this host" +msgstr "" + +#: src/security/security_manager.c:702 +#, c-format +msgid "Unable to find security driver for model %s" +msgstr "" + +#: src/security/security_selinux.c:132 +#, c-format +msgid "Category range c%d-c%d too small" +msgstr "" + +#: src/security/security_selinux.c:198 src/security/security_selinux.c:342 +msgid "Unable to get current process SELinux context" +msgstr "" + +#: src/security/security_selinux.c:203 src/security/security_selinux.c:347 +#, c-format +msgid "Unable to parse current SELinux context '%s'" +msgstr "" + +#: src/security/security_selinux.c:236 src/security/security_selinux.c:243 +#: src/security/security_selinux.c:259 src/security/security_selinux.c:266 +#: src/security/security_selinux.c:273 +#, c-format +msgid "Cannot parse category in %s" +msgstr "" + +#: src/security/security_selinux.c:252 +msgid "No category range available" +msgstr "" + +#: src/security/security_selinux.c:302 +msgid "unable to allocate security context" +msgstr "" + +#: src/security/security_selinux.c:308 +#, c-format +msgid "unable to set security context range '%s'" +msgstr "" + +#: src/security/security_selinux.c:314 src/security/security_selinux.c:385 +msgid "Unable to format SELinux context" +msgstr "" + +#: src/security/security_selinux.c:355 +#, c-format +msgid "Unable to parse base SELinux context '%s'" +msgstr "" + +#: src/security/security_selinux.c:363 +#, c-format +msgid "Unable to set SELinux context user '%s'" +msgstr "" + +#: src/security/security_selinux.c:372 +#, c-format +msgid "Unable to set SELinux context role '%s'" +msgstr "" + +#: src/security/security_selinux.c:379 +#, c-format +msgid "Unable to set SELinux context MCS '%s'" +msgstr "" + +#: src/security/security_selinux.c:412 src/security/security_selinux.c:491 +msgid "cannot open SELinux label_handle" +msgstr "" + +#: src/security/security_selinux.c:426 +#, c-format +msgid "cannot read 'process' value from selinux lxc contexts file '%s'" +msgstr "" + +#: src/security/security_selinux.c:434 src/security/security_selinux.c:442 +#, c-format +msgid "cannot read 'file' value from selinux lxc contexts file '%s'" +msgstr "" + +#: src/security/security_selinux.c:473 +msgid "libselinux does not support LXC contexts path" +msgstr "" + +#: src/security/security_selinux.c:498 +#, c-format +msgid "cannot read SELinux virtual domain context file '%s'" +msgstr "" + +#: src/security/security_selinux.c:625 +msgid "unable to get selinux context range" +msgstr "" + +#: src/security/security_selinux.c:766 +#, c-format +msgid "MCS level for existing domain label %s already reserved" +msgstr "" + +#: src/security/security_selinux.c:2488 +#, c-format +msgid "cannot stat tap fd %d" +msgstr "" + +#: src/security/security_selinux.c:2494 +#, c-format +msgid "tap fd %d is not character device" +msgstr "" + +#: src/security/security_selinux.c:2504 +#, c-format +msgid "Unable to resolve link: %s" +msgstr "" + +#: src/security/security_selinux.c:2517 +#, c-format +msgid "cannot lookup default selinux label for tap fd %d" +msgstr "" + +#: src/security/security_selinux.c:2553 +#, c-format +msgid "unable to create selinux context for: %s" +msgstr "" + +#: src/security/virt-aa-helper.c:106 +#, c-format +msgid "" +"\n" +"%s [options] [< def.xml]\n" +"\n" +" Options:\n" +" -a | --add load profile\n" +" -c | --create create profile from template\n" +" -d | --dry-run dry run\n" +" -D | --delete unload and delete profile\n" +" -f | --add-file add file to profile\n" +" -F | --append-file append file to profile\n" +" -r | --replace reload profile\n" +" -R | --remove unload profile\n" +" -h | --help this help\n" +" -p | --probing [0|1] allow disk format probing\n" +" -u | --uuid uuid (profile name)\n" +"\n" +msgstr "" + +#: src/security/virt-aa-helper.c:626 +msgid "domain type is not defined" +msgstr "" + +#: src/security/virt-aa-helper.c:631 +msgid "os.type is not defined" +msgstr "" + +#: src/security/virt-aa-helper.c:671 +msgid "Failed to create XML config object" +msgstr "" + +#: src/security/virt-aa-helper.c:692 +msgid "unknown virtualization type" +msgstr "" + +#: src/security/virt-aa-helper.c:753 +msgid "skipped non-absolute path" +msgstr "" + +#: src/security/virt-aa-helper.c:760 +msgid "could not find realpath for disk" +msgstr "" + +#: src/security/virt-aa-helper.c:782 +msgid "skipped restricted file" +msgstr "" + +#: src/storage/storage_backend.c:230 +#, c-format +msgid "failed to clone files from '%s'" +msgstr "" + +#: src/storage/storage_backend.c:328 +msgid "metadata preallocation is not supported for block volumes" +msgstr "" + +#: src/storage/storage_backend.c:432 +#, c-format +msgid "cannot allocate %llu bytes in file '%s'" +msgstr "" + +#: src/storage/storage_backend.c:494 +msgid "metadata preallocation is not supported for raw volumes" +msgstr "" + +#: src/storage/storage_backend.c:501 +msgid "backing storage not supported for raw volumes" +msgstr "" + +#: src/storage/storage_backend.c:544 +msgid "Failed to get fs flags" +msgstr "" + +#: src/storage/storage_backend.c:549 +msgid "Failed to set NOCOW flag" +msgstr "" + +#: src/storage/storage_backend.c:589 +msgid "too many conflicts when generating a uuid" +msgstr "" + +#: src/storage/storage_backend.c:989 +#, c-format +msgid "lazy_refcounts not supported with compat level %s" +msgstr "" + +#: src/storage/storage_backend.c:1268 +msgid "metadata preallocation only available with qcow2" +msgstr "" + +#: src/storage/storage_backend.c:1273 +msgid "compatibility option only available with qcow2" +msgstr "" + +#: src/storage/storage_backend.c:1278 +msgid "format features only available with qcow2" +msgstr "" + +#: src/storage/storage_backend.c:1086 +msgid "missing input volume target path" +msgstr "" + +#: src/storage/storage_backend.c:1125 +msgid "metadata preallocation conflicts with backing store" +msgstr "" + +#: src/storage/storage_backend.c:1183 +msgid "metadata preallocation is not supported with qcow-create" +msgstr "" + +#: src/storage/storage_backend.c:1523 +#, c-format +msgid "missing backend for pool type %d (%s)" +msgstr "" + +#: src/storage/storage_backend.c:1551 +#, c-format +msgid "missing storage backend for network files using %s protocol" +msgstr "" + +#: src/storage/storage_backend.c:1556 +#, c-format +msgid "missing storage backend for '%s' storage" +msgstr "" + +#: src/storage/storage_backend.c:1706 +#, c-format +msgid "Volume path '%s' is a FIFO" +msgstr "" + +#: src/storage/storage_backend.c:1714 +#, c-format +msgid "Volume path '%s' is a socket" +msgstr "" + +#: src/storage/storage_backend.c:1779 +#, c-format +msgid "Cannot use volume path '%s'" +msgstr "" + +#: src/storage/storage_backend.c:1789 +#, c-format +msgid "unexpected type for file '%s'" +msgstr "" + +#: src/storage/storage_backend.c:1795 +#, c-format +msgid "unable to set blocking mode for '%s'" +msgstr "" + +#: src/storage/storage_backend.c:2364 +#, c-format +msgid "Failed to seek to the start in volume with path '%s'" +msgstr "" + +#: src/storage/storage_backend.c:2528 src/storage/storage_backend_rbd.c:1254 +#, c-format +msgid "unsupported algorithm %d" +msgstr "" + +#: src/storage/storage_backend.c:2602 +msgid "(gluster_cli_output)" +msgstr "" + +#: src/storage/storage_backend.c:2620 +msgid "failed to extract gluster volume name" +msgstr "" + +#: src/storage/storage_backend_disk.c:96 +#, c-format +msgid "invalid partition name '%s', expected '%s'" +msgstr "" + +#: src/storage/storage_backend_disk.c:365 +msgid "Failed to create disk pool geometry" +msgstr "" + +#: src/storage/storage_backend_disk.c:519 +msgid "Unrecognized disk label found, requires build" +msgstr "" + +#: src/storage/storage_backend_disk.c:522 +msgid "Unable to determine Partition Type, requires build --overwrite" +msgstr "" + +#: src/storage/storage_backend_disk.c:526 +msgid "Unknown Partition Type, requires build --overwrite" +msgstr "" + +#: src/storage/storage_backend_disk.c:529 +msgid "Error checking for disk label, failed to get disk partition information" +msgstr "" + +#: src/storage/storage_backend_disk.c:534 +msgid "Valid disk label already present, requires --overwrite" +msgstr "" + +#: src/storage/storage_backend_disk.c:846 +#, c-format +msgid "volume target path empty for source path '%s'" +msgstr "" + +#: src/storage/storage_backend_disk.c:1014 +#, c-format +msgid "cannot wipe extended partition '%s'" +msgstr "" + +#: src/storage/storage_backend_fs.c:294 src/test/test_driver.c:4142 +msgid "hostname must be specified for netfs sources" +msgstr "" + +#: src/storage/storage_backend_fs.c:304 +#: src/storage/storage_backend_gluster.c:509 +#: src/storage/storage_backend_iscsi.c:61 +#: src/storage/storage_backend_iscsi.c:190 +#: src/storage/storage_backend_iscsi.c:245 +#: src/storage/storage_backend_iscsi.c:336 src/storage/storage_driver.c:3348 +msgid "Expected exactly 1 host for the storage pool" +msgstr "" + +#: src/storage/storage_backend_fs.c:347 +msgid "expected exactly 1 host for the storage pool" +msgstr "" + +#: src/storage/storage_backend_fs.c:367 +msgid "expected exactly 1 device for the storage pool" +msgstr "" + +#: src/storage/storage_backend_fs.c:484 +#, c-format +msgid "Target '%s' is already mounted" +msgstr "" + +#: src/storage/storage_backend_fs.c:977 +#, c-format +msgid "cannot stat path '%s'" +msgstr "" + +#: src/storage/storage_backend_fs.c:1091 +#, c-format +msgid "volume name '%s' cannot contain '/'" +msgstr "" + +#: src/storage/storage_backend_fs.c:1103 +#, c-format +msgid "volume target path '%s' already exists" +msgstr "" + +#: src/storage/storage_backend_fs.c:1131 +msgid "backing storage not supported for directories volumes" +msgstr "" + +#: src/storage/storage_backend_fs.c:1246 +#, c-format +msgid "cannot remove directory '%s'" +msgstr "" + +#: src/storage/storage_backend_fs.c:1261 +#, c-format +msgid "removing block or network volumes is not supported: %s" +msgstr "" + +#: src/storage/storage_backend_fs.c:1389 +msgid "preallocate is only supported for raw type volume" +msgstr "" + +#: src/storage/storage_backend_fs.c:1571 +#, c-format +msgid "can't canonicalize path '%s'" +msgstr "" + +#: src/storage/storage_backend_gluster.c:84 +#, c-format +msgid "gluster pool name '%s' must not contain /" +msgstr "" + +#: src/storage/storage_backend_gluster.c:91 +#, c-format +msgid "gluster pool path '%s' must start with /" +msgstr "" + +#: src/storage/storage_backend_gluster.c:131 +#, c-format +msgid "failed to connect to %s" +msgstr "" + +#: src/storage/storage_backend_gluster.c:139 +#, c-format +msgid "failed to change to directory '%s' in '%s'" +msgstr "" + +#: src/storage/storage_backend_gluster.c:171 +#, c-format +msgid "unable to read '%s'" +msgstr "" + +#: src/storage/storage_backend_gluster.c:375 +#, c-format +msgid "cannot open path '%s' in '%s'" +msgstr "" + +#: src/storage/storage_backend_gluster.c:392 +#, c-format +msgid "failed to read directory '%s' in '%s'" +msgstr "" + +#: src/storage/storage_backend_gluster.c:398 +#, c-format +msgid "cannot statvfs path '%s' in '%s'" +msgstr "" + +#: src/storage/storage_backend_gluster.c:438 +#, c-format +msgid "removing of '%s' volumes is not supported by the gluster backend: %s" +msgstr "" + +#: src/storage/storage_backend_gluster.c:452 +#, c-format +msgid "cannot remove gluster volume file '%s'" +msgstr "" + +#: src/storage/storage_backend_gluster.c:466 +#, c-format +msgid "cannot remove gluster volume dir '%s'" +msgstr "" + +#: src/storage/storage_backend_gluster.c:499 +msgid "hostname must be specified for gluster sources" +msgstr "" + +#: src/storage/storage_backend_gluster.c:579 +msgid "Expected exactly 1 host for the gluster volume" +msgstr "" + +#: src/storage/storage_backend_gluster.c:620 +#, c-format +msgid "missing gluster volume name for path '%s'" +msgstr "" + +#: src/storage/storage_backend_gluster.c:603 +#, c-format +msgid "failed to set gluster volfile server '%s'" +msgstr "" + +#: src/storage/storage_backend_gluster.c:627 +#, c-format +msgid "failed to initialize gluster connection to server: '%s'" +msgstr "" + +#: src/storage/storage_backend_gluster.c:751 +#, c-format +msgid "failed to stat gluster path '%s'" +msgstr "" + +#: src/storage/storage_backend_gluster.c:765 +#, c-format +msgid "failed to read link of gluster file '%s'" +msgstr "" + +#: src/storage/storage_backend_iscsi.c:180 +msgid "hostname must be specified for iscsi sources" +msgstr "" + +#: src/storage/storage_backend_iscsi.c:289 +msgid "iscsi pool only supports 'chap' auth type" +msgstr "" + +#: src/storage/storage_backend_iscsi.c:295 +msgid "iscsi 'chap' authentication not supported for autostarted pools" +msgstr "" + +#: src/storage/storage_backend_iscsi.c:321 +#, c-format +msgid "could not get the value of the secret for username %s using uuid '%s'" +msgstr "" + +#: src/storage/storage_backend_iscsi.c:326 +#, c-format +msgid "" +"could not get the value of the secret for username %s using usage value '%s'" +msgstr "" + +#: src/storage/storage_backend_iscsi.c:336 +#: src/storage/storage_backend_rbd.c:100 +#, c-format +msgid "no secret matches uuid '%s'" +msgstr "" + +#: src/storage/storage_backend_iscsi.c:340 +#: src/storage/storage_backend_rbd.c:104 +#, c-format +msgid "no secret matches usage value '%s'" +msgstr "" + +#: src/storage/storage_backend_logical.c:296 +msgid "malformed volume allocation value" +msgstr "" + +#: src/storage/storage_backend_logical.c:599 +#, c-format +msgid "cannot find logical volume group name '%s'" +msgstr "" + +#: src/storage/storage_backend_logical.c:629 +#, c-format +msgid "cannot find any matching source devices for logical volume group '%s'" +msgstr "" + +#: src/storage/storage_backend_logical.c:1047 +#, c-format +msgid "logical volume '%s' is sparse, volume wipe not supported" +msgstr "" + +#: src/storage/storage_backend_rbd.c:77 +msgid "failed to initialize RADOS" +msgstr "" + +#: src/storage/storage_backend_rbd.c:83 +msgid "'ceph' authentication not supported for autostarted pools" +msgstr "" + +#: src/storage/storage_backend_rbd.c:117 +#, c-format +msgid "could not get the value of the secret for username '%s' using uuid '%s'" +msgstr "" + +#: src/storage/storage_backend_rbd.c:122 +#, c-format +msgid "" +"could not get the value of the secret for username '%s' using usage value " +"'%s'" +msgstr "" + +#: src/storage/storage_backend_rbd.c:135 +msgid "failed to decode the RADOS key" +msgstr "" + +#: src/storage/storage_backend_rbd.c:99 src/storage/storage_backend_rbd.c:106 +#: src/storage/storage_backend_rbd.c:119 src/storage/storage_backend_rbd.c:151 +#, c-format +msgid "failed to set RADOS option: %s" +msgstr "" + +#: src/storage/storage_backend_rbd.c:114 +msgid "failed to create the RADOS cluster" +msgstr "" + +#: src/storage/storage_backend_rbd.c:140 +msgid "received malformed monitor, check the XML definition" +msgstr "" + +#: src/storage/storage_backend_rbd.c:180 +#, c-format +msgid "failed to connect to the RADOS monitor on: %s" +msgstr "" + +#: src/storage/storage_backend_rbd.c:202 +#, c-format +msgid "failed to create the RBD IoCTX. Does the pool '%s' exist?" +msgstr "" + +#: src/storage/storage_backend_rbd.c:326 src/storage/storage_backend_rbd.c:503 +#: src/storage/storage_backend_rbd.c:1095 +#, c-format +msgid "failed to open the RBD image '%s'" +msgstr "" + +#: src/storage/storage_backend_rbd.c:333 +#, c-format +msgid "failed to stat the RBD image '%s'" +msgstr "" + +#: src/storage/storage_backend_rbd.c:403 +msgid "failed to stat the RADOS cluster" +msgstr "" + +#: src/storage/storage_backend_rbd.c:408 +#, c-format +msgid "failed to stat the RADOS pool '%s'" +msgstr "" + +#: src/storage/storage_backend_rbd.c:430 +msgid "A problem occurred while listing RBD images" +msgstr "" + +#: src/storage/storage_backend_rbd.c:523 +#, c-format +msgid "failed to verify if snapshot '%s/%s@%s' is protected" +msgstr "" + +#: src/storage/storage_backend_rbd.c:535 +#, c-format +msgid "failed to unprotect snapshot '%s/%s@%s'" +msgstr "" + +#: src/storage/storage_backend_rbd.c:546 +#, c-format +msgid "failed to remove snapshot '%s/%s@%s'" +msgstr "" + +#: src/storage/storage_backend_rbd.c:585 +msgid "This storage backend does not support zeroed removal of volumes" +msgstr "" + +#: src/storage/storage_backend_rbd.c:603 +#, c-format +msgid "failed to remove volume '%s/%s'" +msgstr "" + +#: src/storage/storage_backend_rbd.c:625 src/storage/storage_backend_rbd.c:677 +msgid "only RAW volumes are supported by this storage pool" +msgstr "" + +#: src/storage/storage_backend_rbd.c:671 src/storage/storage_driver.c:1902 +msgid "volume capacity required for this storage pool" +msgstr "" + +#: src/storage/storage_backend_rbd.c:695 +#, c-format +msgid "failed to create volume '%s/%s'" +msgstr "" + +#: src/storage/storage_backend_rbd.c:1101 +#, c-format +msgid "failed to resize the RBD image '%s'" +msgstr "" + +#: src/storage/storage_backend_scsi.c:182 +#, c-format +msgid "unable to use target path '%s' for dev '%s'" +msgstr "" + +#: src/storage/storage_backend_scsi.c:642 +#, c-format +msgid "Failed to find SCSI host with wwnn='%s', wwpn='%s'" +msgstr "" + +#: src/storage/storage_backend_scsi.c:676 +#, c-format +msgid "" +"Parent attribute '%s' does not match parent '%s' determined for the '%s' " +"wwnn/wwpn lookup." +msgstr "" + +#: src/storage/storage_backend_scsi.c:715 +#, c-format +msgid "parent '%s' specified for vHBA is not vport capable" +msgstr "" + +#: src/storage/storage_backend_scsi.c:744 +msgid "'parent' for vHBA not specified, and cannot find one on this host" +msgstr "" + +#: src/storage/storage_backend_scsi.c:835 +#, c-format +msgid "Failed to find fc_host for wwnn='%s' and wwpn='%s'" +msgstr "" + +#: src/storage/storage_backend_sheepdog.c:119 +msgid "Missing disk info when adding volume" +msgstr "" + +#: src/storage/storage_backend_sheepdog.c:240 +msgid "Sheepdog does not support encrypted volumes" +msgstr "" + +#: src/storage/storage_backend_sheepdog.c:274 +msgid "volume capacity required for this pool" +msgstr "" + +#: src/storage/storage_backend_zfs.c:150 +msgid "malformed volsize reported" +msgstr "" + +#: src/storage/storage_backend_zfs.c:414 +msgid "missing source devices" +msgstr "" + +#: src/storage/storage_driver.c:104 +#, c-format +msgid "Failed to initialize storage pool '%s': %s" +msgstr "Failed to initialise storage pool '%s': %s" + +#: src/storage/storage_driver.c:119 +#, c-format +msgid "Failed to restart storage pool '%s': %s" +msgstr "" + +#: src/storage/storage_driver.c:382 +#, c-format +msgid "no storage pool with matching uuid '%s'" +msgstr "" + +#: src/storage/storage_driver.c:621 src/storage/storage_driver.c:837 +#: src/storage/storage_driver.c:1026 src/storage/storage_driver.c:1167 +#: src/storage/storage_driver.c:1321 src/storage/storage_driver.c:2040 +#, c-format +msgid "no storage pool with matching uuid '%s' (%s)" +msgstr "" + +#: src/storage/storage_driver.c:847 src/storage/storage_driver.c:1115 +#, c-format +msgid "storage pool '%s' is still active" +msgstr "" + +#: src/storage/storage_driver.c:1580 +#, c-format +msgid "no storage vol with matching key %s" +msgstr "" + +#: src/storage/storage_driver.c:1670 +#, c-format +msgid "no storage vol with matching path '%s' (%s)" +msgstr "" + +#: src/storage/storage_driver.c:1715 +#, c-format +msgid "no storage pool with matching target path '%s'" +msgstr "" + +#: src/storage/storage_driver.c:1848 src/storage/storage_driver.c:2403 +#: src/storage/storage_driver.c:2477 src/storage/storage_driver.c:2581 +#, c-format +msgid "volume '%s' is still in use." +msgstr "" + +#: src/storage/storage_driver.c:1912 +#, c-format +msgid "'%s'" +msgstr "" + +#: src/storage/storage_driver.c:2242 +msgid "storage pool doesn't support volume download" +msgstr "" + +#: src/storage/storage_driver.c:2371 +msgid "Failed to create thread to handle pool refresh" +msgstr "" + +#: src/storage/storage_driver.c:2417 +msgid "storage pool doesn't support volume upload" +msgstr "" + +#: src/storage/storage_driver.c:2501 +msgid "can't shrink capacity below existing allocation" +msgstr "" + +#: src/storage/storage_driver.c:2509 +msgid "" +"Can't shrink capacity below current capacity unless shrink flag explicitly " +"specified" +msgstr "" + +#: src/storage/storage_driver.c:2519 +msgid "Not enough space left in storage pool" +msgstr "" + +#: src/storage/storage_driver.c:2525 +msgid "storage pool does not support changing of volume capacity" +msgstr "" + +#: src/storage/storage_driver.c:2567 +#, c-format +msgid "wiping algorithm %d not supported" +msgstr "" + +#: src/storage/storage_driver.c:2595 +msgid "storage pool doesn't support volume wiping" +msgstr "" + +#: src/storage/storage_driver.c:3079 src/storage/storage_driver.c:3113 +msgid "storage file backend not initialized" +msgstr "" + +#: src/storage/storage_driver.c:3085 +#, c-format +msgid "" +"storage file header reading is not supported for storage type %s (protocol: " +"%s)" +msgstr "" + +#: src/storage/storage_driver.c:3119 +#, c-format +msgid "" +"unique storage file identifier not implemented for storage type %s " +"(protocol: %s)'" +msgstr "" + +#: src/storage/storage_driver.c:3213 +#, c-format +msgid "Cannot access storage file '%s' (as uid:%u, gid:%u)" +msgstr "" + +#: src/storage/storage_driver.c:3219 +#, c-format +msgid "" +"Cannot access backing file '%s' of storage file '%s' (as uid:%u, gid:%u)" +msgstr "" + +#: src/storage/storage_driver.c:3233 +#, c-format +msgid "backing store for %s (%s) is self-referential" +msgstr "" + +#: src/storage/storage_driver.c:3373 +#, c-format +msgid "unexpected iscsi volume name '%s'" +msgstr "" + +#: src/storage/storage_driver.c:3445 src/vz/vz_sdk.c:4056 +#, c-format +msgid "storage pool '%s' containing volume '%s' is not active" +msgstr "" + +#: src/storage/storage_driver.c:3468 +msgid "disk source mode is only valid when storage pool is of iscsi type" +msgstr "" + +#: src/storage/storage_driver.c:3493 src/storage/storage_driver.c:3531 +msgid "'startupPolicy' is only valid for 'file' type volume" +msgstr "" + +#: src/storage/storage_driver.c:3519 +#, c-format +msgid "unexpected storage volume type '%s' for storage pool type '%s'" +msgstr "" + +#: src/storage/storage_driver.c:3577 +#, c-format +msgid "using '%s' pools for backing 'volume' disks isn't yet supported" +msgstr "" + +#: src/test/test_driver.c:253 +msgid "invalid transient" +msgstr "" + +#: src/test/test_driver.c:260 +msgid "invalid hasmanagedsave" +msgstr "" + +#: src/test/test_driver.c:269 +#, c-format +msgid "runstate '%d' out of range'" +msgstr "" + +#: src/test/test_driver.c:277 +msgid "invalid runstate" +msgstr "" + +#: src/test/test_driver.c:283 +msgid "transient domain cannot have runstate 'shutoff'" +msgstr "" + +#: src/test/test_driver.c:288 +msgid "domain with managedsave data can only have runstate 'shutoff'" +msgstr "" + +#: src/test/test_driver.c:673 +#, c-format +msgid "resolving %s filename" +msgstr "" + +#: src/test/test_driver.c:821 +msgid "more than one snapshot claims to be active" +msgstr "" + +#: src/test/test_driver.c:1155 +msgid "missing username in /node/auth/user field" +msgstr "" + +#: src/test/test_driver.c:1332 +msgid "authentication failed when asking for username" +msgstr "" + +#: src/test/test_driver.c:1350 +msgid "authentication failed when asking for password" +msgstr "" + +#: src/test/test_driver.c:1358 +msgid "authentication failed, see test XML for the correct username/password" +msgstr "" + +#: src/test/test_driver.c:2073 +#, c-format +msgid "incomplete metadata in '%s'" +msgstr "" + +#: src/test/test_driver.c:2163 +msgid "kdump-compressed format is not supported here" +msgstr "" + +#: src/test/test_driver.c:2310 +#, c-format +msgid "requested cpu amount exceeds maximum supported amount (%d > %d)" +msgstr "" + +#: src/test/test_driver.c:2323 src/test/test_driver.c:2332 +#, c-format +msgid "requested cpu amount exceeds maximum (%d > %d)" +msgstr "" + +#: src/test/test_driver.c:2527 +msgid "failed to update or add vcpupin" +msgstr "" + +#: src/test/test_driver.c:2927 +msgid "summary statistics are not supported yet" +msgstr "" + +#: src/test/test_driver.c:3638 +msgid "no transaction running, nothing to be committed." +msgstr "" + +#: src/test/test_driver.c:6478 +msgid "must respawn guest to start inactive snapshot" +msgstr "" + +#: src/uml/uml_conf.c:185 +msgid "vhostuser networking type not supported" +msgstr "" + +#: src/uml/uml_conf.c:200 +msgid "UDP networking type not supported" +msgstr "" + +#: src/uml/uml_conf.c:255 +msgid "hostdev networking type not supported" +msgstr "" + +#: src/uml/uml_conf.c:264 +msgid "interface script execution not supported by this driver" +msgstr "" + +#: src/uml/uml_driver.c:540 +msgid "cannot initialize inotify" +msgstr "cannot initialise inotify" + +#: src/uml/uml_driver.c:564 +#, c-format +msgid "Failed to create inotify watch on %s: %s" +msgstr "" + +#: src/util/iohelper.c:184 +#, c-format +msgid "unable to fsync %s" +msgstr "" + +#: src/util/viralloc.c:429 +#, c-format +msgid "out of bounds index - count %zu at %zu add %zu" +msgstr "" + +#: src/util/viraudit.c:62 +msgid "Unable to initialize audit layer" +msgstr "Unable to initialise audit layer" + +#: src/util/virauthconfig.c:137 +#, c-format +msgid "Missing item 'credentials' in group '%s' in '%s'" +msgstr "" + +#: src/util/virauthconfig.c:147 +#, c-format +msgid "Missing group 'credentials-%s' referenced from group '%s' in '%s'" +msgstr "" + +#: src/util/virbitmap.c:516 src/util/virbitmap.c:651 +#, c-format +msgid "Failed to parse bitmap '%s'" +msgstr "" + +#: src/util/virbuffer.c:327 +msgid "Invalid buffer API usage" +msgstr "" + +#: src/util/vircgroup.c:185 +msgid "Cannot open /proc/cgroups" +msgstr "" + +#: src/util/vircgroup.c:220 +msgid "Error while reading /proc/cgroups" +msgstr "" + +#: src/util/vircgroup.c:425 +#, c-format +msgid "Missing '/' separator in cgroup mount '%s'" +msgstr "" + +#: src/util/vircgroup.c:446 +#, c-format +msgid "Cannot stat %s" +msgstr "" + +#: src/util/vircgroup.c:564 src/util/virnetdevtap.c:116 +#: src/util/virstoragefile.c:1276 +#, c-format +msgid "Unable to open '%s'" +msgstr "" + +#: src/util/vircgroup.c:682 +#, c-format +msgid "Controller '%s' is not wanted, but '%s' is co-mounted" +msgstr "" + +#: src/util/vircgroup.c:707 +msgid "At least one cgroup controller is required" +msgstr "" + +#: src/util/vircgroup.c:754 src/util/vircgroup.c:2934 src/util/vircgroup.c:3025 +#, c-format +msgid "Path '%s' is not accessible" +msgstr "" + +#: src/util/vircgroup.c:761 +#, c-format +msgid "Path '%s' must be a block device" +msgstr "" + +#: src/util/vircgroup.c:793 +#, c-format +msgid "Invalid value '%s' for '%s'" +msgstr "" + +#: src/util/vircgroup.c:798 +#, c-format +msgid "Unable to write to '%s'" +msgstr "" + +#: src/util/vircgroup.c:828 +#, c-format +msgid "Unable to read from '%s'" +msgstr "" + +#: src/util/vircgroup.c:931 src/util/vircgroup.c:958 src/util/vircgroup.c:2291 +#: src/util/vircgroup.c:2329 src/util/vircgroup.c:2367 +#: src/util/vircgroup.c:2405 src/util/vircgroup.c:2443 +#, c-format +msgid "Unable to parse '%s' as an integer" +msgstr "" + +#: src/util/vircgroup.c:1084 +#, c-format +msgid "Failed to create controller %s for group" +msgstr "" + +#: src/util/vircgroup.c:1227 +#, c-format +msgid "Controller %d out of range" +msgstr "" + +#: src/util/vircgroup.c:1233 +#, c-format +msgid "Controller '%s' not mounted" +msgstr "" + +#: src/util/vircgroup.c:1222 +#, c-format +msgid "Cannot parse '%s' as an integer" +msgstr "" + +#: src/util/vircgroup.c:1315 +#, c-format +msgid "Partition path '%s' must start with '/'" +msgstr "" + +#: src/util/vircgroup.c:1464 +#, c-format +msgid "unexpected name value %d" +msgstr "" + +#: src/util/vircgroup.c:1816 +msgid "No controllers are mounted" +msgstr "" + +#: src/util/vircgroup.c:1822 +#, c-format +msgid "Controller '%s' is not mounted" +msgstr "" + +#: src/util/vircgroup.c:1829 +#, c-format +msgid "Controller '%s' is not enabled for group" +msgstr "" + +#: src/util/vircgroup.c:1904 +#, c-format +msgid "Cannot parse byte %sstat '%s'" +msgstr "" + +#: src/util/vircgroup.c:1914 +#, c-format +msgid "Sum of byte %sstat overflows" +msgstr "" + +#: src/util/vircgroup.c:1925 +#, c-format +msgid "Cannot parse %srequest stat '%s'" +msgstr "" + +#: src/util/vircgroup.c:1935 +#, c-format +msgid "Sum of %srequest stat overflows" +msgstr "" + +#: src/util/vircgroup.c:2004 +#, c-format +msgid "Cannot find byte stats for block device '%s'" +msgstr "" + +#: src/util/vircgroup.c:2011 +#, c-format +msgid "Cannot find request stats for block device '%s'" +msgstr "" + +#: src/util/vircgroup.c:2019 +#, c-format +msgid "Cannot find byte %sstats for block device '%s'" +msgstr "" + +#: src/util/vircgroup.c:2026 src/util/vircgroup.c:2040 +#, c-format +msgid "Cannot parse %sstat '%s'" +msgstr "" + +#: src/util/vircgroup.c:2033 +#, c-format +msgid "Cannot find request %sstats for block device '%s'" +msgstr "" + +#: src/util/vircgroup.c:2470 src/util/vircgroup.c:2569 +#: src/util/vircgroup.c:2631 +#, c-format +msgid "Memory '%llu' must be less than %llu" +msgstr "" + +#: src/util/vircgroup.c:3085 src/util/vircgroup.c:3185 +msgid "cpuacct parse error" +msgstr "" + +#: src/util/vircgroup.c:3164 +#, c-format +msgid "start_cpu %d larger than maximum of %d" +msgstr "" + +#: src/util/vircgroup.c:3241 src/util/vircgroup.c:3255 +msgid "unable to get cpu account" +msgstr "" + +#: src/util/vircgroup.c:3311 +#, c-format +msgid "cfs_period '%llu' must be in range (1000, 1000000)" +msgstr "" + +#: src/util/vircgroup.c:3356 +#, c-format +msgid "cfs_quota '%lld' must be in range (1000, %llu)" +msgstr "" + +#: src/util/vircgroup.c:3504 src/util/vircgroup.c:3514 src/util/virfile.c:1854 +#, c-format +msgid "Failed to read %s" +msgstr "" + +#: src/util/vircgroup.c:3526 +#, c-format +msgid "Failed to kill process %lu" +msgstr "" + +#: src/util/vircgroup.c:3731 +#, c-format +msgid "Could not find directory separator in %s" +msgstr "" + +#: src/util/vircgroup.c:3743 +msgid "Could not find any mounted controllers" +msgstr "" + +#: src/util/vircgroup.c:3791 +#, c-format +msgid "Cannot parse user stat '%s'" +msgstr "" + +#: src/util/vircgroup.c:3798 +#, c-format +msgid "Cannot parse sys stat '%s'" +msgstr "" + +#: src/util/vircgroup.c:3809 +msgid "Cannot determine system clock HZ" +msgstr "" + +#: src/util/vircgroup.c:3858 src/util/vircgroup.c:3889 +#, c-format +msgid "Unable to create directory %s" +msgstr "" + +#: src/util/vircgroup.c:3898 +#, c-format +msgid "Failed to bind cgroup '%s' on '%s'" +msgstr "" + +#: src/util/vircgroup.c:3914 +#, c-format +msgid "Unable to symlink directory %s to %s" +msgstr "" + +#: src/util/vircgroup.c:4034 +#, c-format +msgid "Unable to open dir '%s'" +msgstr "" + +#: src/util/vircgroup.c:4070 src/util/vircgroup.c:4082 +#: src/util/vircgroup.c:4091 src/util/vircgroup.c:4104 +#: src/util/vircgroup.c:4117 src/util/vircgroup.c:4128 +#: src/util/vircgroup.c:4143 src/util/vircgroup.c:4151 +#: src/util/vircgroup.c:4170 src/util/vircgroup.c:4187 +#: src/util/vircgroup.c:4206 src/util/vircgroup.c:4216 +#: src/util/vircgroup.c:4227 src/util/vircgroup.c:4240 +#: src/util/vircgroup.c:4254 src/util/vircgroup.c:4264 +#: src/util/vircgroup.c:4274 src/util/vircgroup.c:4285 +#: src/util/vircgroup.c:4295 src/util/vircgroup.c:4305 +#: src/util/vircgroup.c:4315 src/util/vircgroup.c:4325 +#: src/util/vircgroup.c:4335 src/util/vircgroup.c:4345 +#: src/util/vircgroup.c:4355 src/util/vircgroup.c:4365 +#: src/util/vircgroup.c:4375 src/util/vircgroup.c:4384 +#: src/util/vircgroup.c:4394 src/util/vircgroup.c:4404 +#: src/util/vircgroup.c:4414 src/util/vircgroup.c:4424 +#: src/util/vircgroup.c:4434 src/util/vircgroup.c:4444 +#: src/util/vircgroup.c:4454 src/util/vircgroup.c:4464 +#: src/util/vircgroup.c:4474 src/util/vircgroup.c:4484 +#: src/util/vircgroup.c:4494 src/util/vircgroup.c:4504 +#: src/util/vircgroup.c:4514 src/util/vircgroup.c:4524 +#: src/util/vircgroup.c:4533 src/util/vircgroup.c:4541 +#: src/util/vircgroup.c:4554 src/util/vircgroup.c:4566 +#: src/util/vircgroup.c:4579 src/util/vircgroup.c:4591 +#: src/util/vircgroup.c:4601 src/util/vircgroup.c:4611 +#: src/util/vircgroup.c:4621 src/util/vircgroup.c:4631 +#: src/util/vircgroup.c:4641 src/util/vircgroup.c:4650 +#: src/util/vircgroup.c:4659 src/util/vircgroup.c:4669 +#: src/util/vircgroup.c:4679 src/util/vircgroup.c:4688 +#: src/util/vircgroup.c:4698 src/util/vircgroup.c:4708 +#: src/util/vircgroup.c:4718 src/util/vircgroup.c:4729 +#: src/util/vircgroup.c:4740 src/util/vircgroup.c:4750 +#: src/util/vircgroup.c:4760 src/util/vircgroup.c:4771 +#: src/util/vircgroup.c:4793 src/util/vircgroup.c:4805 +#: src/util/vircgroup.c:4814 +msgid "Control groups not supported on this platform" +msgstr "" + +#: src/util/virclosecallbacks.c:118 +#, c-format +msgid "" +"Close callback for domain %s already registered with another connection %p" +msgstr "" + +#: src/util/virclosecallbacks.c:125 +#, c-format +msgid "Another close callback is already defined for domain %s" +msgstr "" + +#: src/util/virclosecallbacks.c:171 +#, c-format +msgid "Trying to remove mismatching close callback for domain %s" +msgstr "" + +#: src/util/vircommand.c:237 src/util/vircommand.c:255 +#, c-format +msgid "Cannot dup2() fd %d before passing it to the child" +msgstr "" + +#: src/util/vircommand.c:262 +#, c-format +msgid "Cannot set O_CLOEXEC on fd %d before passing it to the child" +msgstr "" + +#: src/util/vircommand.c:454 +#, c-format +msgid "Unexpected confirm code '%c' from parent" +msgstr "" + +#: src/util/vircommand.c:704 +#, c-format +msgid "unable to set SELinux security context '%s' for '%s'" +msgstr "" + +#: src/util/vircommand.c:717 +#, c-format +msgid "unable to set AppArmor profile '%s' for '%s'" +msgstr "" + +#: src/util/vircommand.c:2388 +#, c-format +msgid "command is already running as pid %lld" +msgstr "" + +#: src/util/vircommand.c:2395 +msgid "daemonized command cannot use virCommandRunAsync" +msgstr "daemonised command cannot use virCommandRunAsync" + +#: src/util/vircommand.c:2400 +#, c-format +msgid "daemonized command cannot set working directory %s" +msgstr "daemonised command cannot set working directory %s" + +#: src/util/vircommand.c:2406 +msgid "creation of pid file requires daemonized command" +msgstr "creation of pid file requires daemonised command" + +#: src/util/vircommand.c:2460 +msgid "Unable to create thread to process command's IO" +msgstr "" + +#: src/util/vircommand.c:2536 +msgid "Error while processing command's IO" +msgstr "" + +#: src/util/vircommand.c:2555 +#, c-format +msgid "Child process (%s) unexpected %s%s%s" +msgstr "" + +#: src/util/vircommand.c:2675 +msgid "Child quit during startup handshake" +msgstr "" + +#: src/util/vircommand.c:3099 +msgid "read error on pipe" +msgstr "" + +#: src/util/virconf.c:128 +#, c-format +msgid "%s:%d: %s" +msgstr "" + +#: src/util/vircrypto.c:67 +#, c-format +msgid "Unknown crypto hash %d" +msgstr "" + +#: src/util/vircrypto.c:75 +msgid "Unable to compute hash of data" +msgstr "" + +#: src/util/virdbus.c:93 src/util/virdbus.c:160 +msgid "Unable to run one time DBus initializer" +msgstr "" + +#: src/util/virdbus.c:108 +#, c-format +msgid "Unable to get DBus system bus connection: %s" +msgstr "" + +#: src/util/virdbus.c:166 +#, c-format +msgid "Unable to get DBus session bus connection: %s" +msgstr "" + +#: src/util/virdbus.c:332 src/util/virdbus.c:362 src/util/virdbus.c:394 +#, c-format +msgid "Signature '%s' too deeply nested" +msgstr "" + +#: src/util/virdbus.c:407 +#, c-format +msgid "Dict entry in signature '%s' must be a basic type" +msgstr "" + +#: src/util/virdbus.c:428 +#, c-format +msgid "Dict entry in signature '%s' is wrong size" +msgstr "" + +#: src/util/virdbus.c:437 +#, c-format +msgid "Unexpected signature '%s'" +msgstr "" + +#: src/util/virdbus.c:501 +msgid "DBus type too deeply nested" +msgstr "" + +#: src/util/virdbus.c:527 +msgid "DBus type stack is empty" +msgstr "" + +#: src/util/virdbus.c:595 +#, c-format +msgid "Cannot append basic type %s" +msgstr "" + +#: src/util/virdbus.c:656 +msgid "Cannot close container iterator" +msgstr "" + +#: src/util/virdbus.c:736 +#, c-format +msgid "" +"Got array ref but '%s' is not a single basic type or dict with matching key" +"+value type" +msgstr "" + +#: src/util/virdbus.c:773 src/util/virdbus.c:1076 +msgid "Missing variant type signature" +msgstr "" + +#: src/util/virdbus.c:829 +#, c-format +msgid "Unknown type '%x' in signature '%s'" +msgstr "" + +#: src/util/virdbus.c:943 src/util/virdbus.c:1154 +msgid "Not enough fields in message for signature" +msgstr "" + +#: src/util/virdbus.c:1037 +#, c-format +msgid "Got array ref but '%s' is not a single basic type / dict" +msgstr "" + +#: src/util/virdbus.c:1126 +#, c-format +msgid "Unknown type '%c' in signature '%s'" +msgstr "" + +#: src/util/virdbus.c:1162 +msgid "Too many fields in message for signature" +msgstr "" + +#: src/util/virdbus.c:1204 +#, c-format +msgid "No args present for signature %s" +msgstr "" + +#: src/util/virdbus.c:1710 +msgid "Reply message incorrect" +msgstr "" + +#: src/util/virdbus.c:1778 src/util/virdbus.c:1798 src/util/virdbus.c:1810 +#: src/util/virdbus.c:1823 src/util/virdbus.c:1832 src/util/virdbus.c:1840 +#: src/util/virdbus.c:1854 src/util/virdbus.c:1862 src/util/virdbus.c:1871 +#: src/util/virdbus.c:1880 +msgid "DBus support not compiled into this binary" +msgstr "" + +#: src/util/virdnsmasq.c:740 +#, c-format +msgid "Cannot check dnsmasq binary %s" +msgstr "" + +#: src/util/virdnsmasq.c:753 +#, c-format +msgid "dnsmasq binary %s is not executable" +msgstr "" + +#: src/util/virdnsmasq.c:763 +#, c-format +msgid "failed to run '%s --version': %s" +msgstr "" + +#: src/util/virdnsmasq.c:774 +#, c-format +msgid "failed to run '%s --help': %s" +msgstr "" + +#: src/util/virerror.c:285 tools/virsh-domain-monitor.c:49 +msgid "no error" +msgstr "" + +#: src/util/virerror.c:838 +#, c-format +msgid "internal error: %s" +msgstr "" + +#: src/util/virerror.c:904 +#, c-format +msgid "failed to serialize S-Expr: %s" +msgstr "failed to serialise S-Expr: %s" + +#: src/util/virerror.c:906 +msgid "failed to serialize S-Expr" +msgstr "failed to serialise S-Expr" + +#: src/util/virerror.c:952 +msgid "missing name information" +msgstr "" + +#: src/util/virerror.c:954 +#, c-format +msgid "missing name information in %s" +msgstr "" + +#: src/util/virerror.c:996 +#, c-format +msgid "operation forbidden: %s" +msgstr "" + +#: src/util/virerror.c:1096 +msgid "authentication cancelled" +msgstr "" + +#: src/util/virerror.c:1098 +#, c-format +msgid "authentication cancelled: %s" +msgstr "" + +#: src/util/virerror.c:1120 +msgid "this storage volume exists already" +msgstr "" + +#: src/util/virerror.c:1122 +#, c-format +msgid "storage volume %s exists already" +msgstr "" + +#: src/util/virerror.c:1306 +msgid "operation aborted" +msgstr "" + +#: src/util/virerror.c:1308 +#, c-format +msgid "operation aborted: %s" +msgstr "" + +#: src/util/virerror.c:1312 +msgid "metadata not found" +msgstr "" + +#: src/util/virerror.c:1314 +#, c-format +msgid "metadata not found: %s" +msgstr "" + +#: src/util/virerror.c:1318 +msgid "Unsafe migration" +msgstr "" + +#: src/util/virerror.c:1320 +#, c-format +msgid "Unsafe migration: %s" +msgstr "" + +#: src/util/virerror.c:1324 +msgid "numerical overflow" +msgstr "" + +#: src/util/virerror.c:1326 +#, c-format +msgid "numerical overflow: %s" +msgstr "" + +#: src/util/virerror.c:1330 +msgid "block copy still active" +msgstr "" + +#: src/util/virerror.c:1332 +#, c-format +msgid "block copy still active: %s" +msgstr "" + +#: src/util/virerror.c:1336 +msgid "Operation not supported" +msgstr "" + +#: src/util/virerror.c:1338 +#, c-format +msgid "Operation not supported: %s" +msgstr "" + +#: src/util/virerror.c:1342 +msgid "SSH transport error" +msgstr "" + +#: src/util/virerror.c:1344 +#, c-format +msgid "SSH transport error: %s" +msgstr "" + +#: src/util/virerror.c:1348 +msgid "Guest agent is not responding" +msgstr "" + +#: src/util/virerror.c:1350 +#, c-format +msgid "Guest agent is not responding: %s" +msgstr "" + +#: src/util/virerror.c:1354 +msgid "resource busy" +msgstr "" + +#: src/util/virerror.c:1356 +#, c-format +msgid "resource busy: %s" +msgstr "" + +#: src/util/virerror.c:1360 +msgid "access denied" +msgstr "" + +#: src/util/virerror.c:1362 +#, c-format +msgid "access denied: %s" +msgstr "" + +#: src/util/virerror.c:1366 +msgid "error from service" +msgstr "" + +#: src/util/virerror.c:1368 +#, c-format +msgid "error from service: %s" +msgstr "" + +#: src/util/virerror.c:1372 +msgid "the CPU is incompatible with host CPU" +msgstr "" + +#: src/util/virerror.c:1374 +#, c-format +msgid "the CPU is incompatible with host CPU: %s" +msgstr "" + +#: src/util/virerror.c:1378 +msgid "XML document failed to validate against schema" +msgstr "" + +#: src/util/virerror.c:1380 +#, c-format +msgid "XML document failed to validate against schema: %s" +msgstr "" + +#: src/util/virerror.c:1383 +msgid "migration successfully aborted" +msgstr "" + +#: src/util/virerror.h:85 +#, c-format +msgid "%s in %s must be NULL" +msgstr "" + +#: src/util/virerror.h:96 +#, c-format +msgid "%s in %s must not be NULL" +msgstr "" + +#: src/util/virerror.h:107 +#, c-format +msgid "string %s in %s must not be empty" +msgstr "" + +#: src/util/virerror.h:118 +#, c-format +msgid "%s in %s must be greater than zero" +msgstr "" + +#: src/util/virerror.h:129 +#, c-format +msgid "%s in %s must not be zero" +msgstr "" + +#: src/util/virerror.h:140 +#, c-format +msgid "%s in %s must be zero" +msgstr "" + +#: src/util/virerror.h:151 +#, c-format +msgid "%s in %s must be zero or greater" +msgstr "" + +#: src/util/virfile.c:210 +msgid "invalid use with no flags" +msgstr "" + +#: src/util/virfile.c:302 +msgid "virFileWrapperFd unsupported on this platform" +msgstr "" + +#: src/util/virfile.c:528 +msgid "invalid mode" +msgstr "" + +#: src/util/virfile.c:546 +#, c-format +msgid "cannot change permission of '%s'" +msgstr "" + +#: src/util/virfile.c:577 +msgid "Unable to open /dev/loop-control" +msgstr "" + +#: src/util/virfile.c:583 +msgid "Unable to get free loop device via ioctl" +msgstr "" + +#: src/util/virfile.c:789 +#, c-format +msgid "Cannot read directory %s" +msgstr "" + +#: src/util/virfile.c:799 +msgid "No free NBD devices" +msgstr "" + +#: src/util/virfile.c:811 +msgid "Failed to load nbd module: administratively prohibited" +msgstr "" + +#: src/util/virfile.c:820 +msgid "Failed to load nbd module" +msgstr "" + +#: src/util/virfile.c:847 +msgid "Unable to find 'qemu-nbd' binary in $PATH" +msgstr "" + +#: src/util/virfile.c:894 +#, c-format +msgid "Unable to associate file %s with loop device" +msgstr "" + +#: src/util/virfile.c:906 +#, c-format +msgid "Unable to associate file %s with NBD device" +msgstr "" + +#: src/util/virfile.c:948 +#, c-format +msgid "Cannot open dir '%s'" +msgstr "" + +#: src/util/virfile.c:949 +#, c-format +msgid "Cannot access '%s'" +msgstr "" + +#: src/util/virfile.c:960 +#, c-format +msgid "Cannot delete file '%s'" +msgstr "" + +#: src/util/virfile.c:973 +#, c-format +msgid "Cannot delete directory '%s'" +msgstr "" + +#: src/util/virfile.c:1508 +#, c-format +msgid "cannot resolve '%s' without starting directory" +msgstr "" + +#: src/util/virfile.c:1806 src/util/virfile.c:1813 +#, c-format +msgid "Cannot stat '%s'" +msgstr "" + +#: src/util/virfile.c:1893 +msgid "Unable to determine mount table on this platform" +msgstr "" + +#: src/util/virfile.c:2126 +#, c-format +msgid "child process failed to create file '%s'" +msgstr "" + +#: src/util/virfile.c:2138 +#, c-format +msgid "child process failed to force owner mode file '%s'" +msgstr "" + +#: src/util/virfile.c:2150 +msgid "child process failed to send fd to parent" +msgstr "" + +#: src/util/virfile.c:2205 +#, c-format +msgid "failed recvfd for child creating '%s'" +msgstr "" + +#: src/util/virfile.c:2716 +#, c-format +msgid "Unable to unlink path '%s'" +msgstr "" + +#: src/util/virfile.c:2813 +#, c-format +msgid "Unable to read directory '%s'" +msgstr "" + +#: src/util/virfile.c:3232 +msgid "Could not write to stream" +msgstr "" + +#: src/util/virfile.c:3357 +#, c-format +msgid "not a hugetlbfs mount: '%s'" +msgstr "" + +#: src/util/virfile.c:3382 +#, c-format +msgid "%s not found in %s" +msgstr "" + +#: src/util/virfile.c:3396 +#, c-format +msgid "Unable to parse %s %s" +msgstr "" + +#: src/util/virfirewall.c:168 +msgid "firewalld firewall backend requested, but service is not running" +msgstr "" + +#: src/util/virfirewall.c:192 +#, c-format +msgid "direct firewall backend requested, but %s is not available" +msgstr "" + +#: src/util/virfirewall.c:709 src/util/virfirewall.c:765 +#, c-format +msgid "Unknown firewall layer %d" +msgstr "" + +#: src/util/virfirewall.c:731 +#, c-format +msgid "Failed to apply firewall rules %s: %s" +msgstr "" + +#: src/util/virfirewall.c:855 +msgid "Unexpected firewall engine backend" +msgstr "" + +#: src/util/virfirewall.c:873 src/util/virfirewall.c:948 +msgid "Unable to create rule" +msgstr "" + +#: src/util/virfirewall.c:939 +msgid "Failed to initialize a valid firewall backend" +msgstr "" + +#: src/util/virhash.c:357 +msgid "Duplicate key" +msgstr "" + +#: src/util/virhostdev.c:105 +#, c-format +msgid "PCI device %s is in use by driver %s, domain %s" +msgstr "" + +#: src/util/virhostdev.c:111 +#, c-format +msgid "PCI device %s is in use" +msgstr "" + +#: src/util/virhostdev.c:179 src/util/virhostdev.c:201 +#, c-format +msgid "Failed to create state dir '%s'" +msgstr "" + +#: src/util/virhostdev.c:358 +#, c-format +msgid "" +"virtualport type %s is currently not supported on interfaces of type hostdev" +msgstr "" + +#: src/util/virhostdev.c:394 src/util/virhostdev.c:453 +msgid "" +"Interface type hostdev is currently supported on SR-IOV Virtual Functions " +"only" +msgstr "" + +#: src/util/virhostdev.c:408 +#, c-format +msgid "" +"direct setting of the vlan tag is not allowed for hostdev devices using %s " +"mode" +msgstr "" + +#: src/util/virnetdev.c:1757 +msgid "vlan trunking is not supported by SR-IOV network devices" +msgstr "" + +#: src/util/virnetdev.c:1746 +#, c-format +msgid "vlan can only be set for SR-IOV VFs, but %s is not a VF" +msgstr "" + +#: src/util/virhostdev.c:812 +#, c-format +msgid "Failed to allocate PCI device list: %s" +msgstr "" + +#: src/util/virhostdev.c:1144 +#, c-format +msgid "USB device %s is in use by driver %s, domain %s" +msgstr "" + +#: src/util/virhostdev.c:1150 +#, c-format +msgid "USB device %s is already in use" +msgstr "" + +#: src/util/virhostdev.c:1234 +#, c-format +msgid "" +"Multiple USB devices for %x:%x were found, but none of them is at bus:%u " +"device:%u" +msgstr "" + +#: src/util/virhostdev.c:1239 +#, c-format +msgid "Multiple USB devices for %x:%x, use
to specify one" +msgstr "" + +#: src/util/virhostdev.c:1353 +msgid "SCSI host device doesn't support managed mode" +msgstr "" + +#: src/util/virhostdev.c:1430 +#, c-format +msgid "SCSI device %s is already in use by other domain(s) as '%s'" +msgstr "" + +#: src/util/viridentity.c:66 +msgid "Cannot initialize thread local for current identity" +msgstr "" + +#: src/util/viridentity.c:118 +msgid "Unable to set thread local identity" +msgstr "" + +#: src/util/viridentity.c:177 +msgid "Unable to lookup SELinux process context" +msgstr "" + +#: src/util/viridentity.c:252 +msgid "Identity attribute is already set" +msgstr "" + +#: src/util/virinitctl.c:146 +#, c-format +msgid "Cannot open init control %s" +msgstr "" + +#: src/util/virinitctl.c:160 +#, c-format +msgid "Failed to send request to init control %s" +msgstr "" + +#: src/util/viriptables.c:724 +#, c-format +msgid "Invalid port range '%u-%u'." +msgstr "" + +#: src/util/viriscsi.c:521 +#, c-format +msgid "Failed to update '%s' of node mode for target '%s'" +msgstr "" + +#: src/util/virjson.c:146 src/util/virjson.c:244 src/util/virjson.c:262 +#, c-format +msgid "argument key '%s' must not have null value" +msgstr "" + +#: src/util/virjson.c:161 src/util/virjson.c:190 +#, c-format +msgid "argument key '%s' must not be negative" +msgstr "" + +#: src/util/virjson.c:1650 +#, c-format +msgid "cannot parse json %s: unterminated string/map/array" +msgstr "" + +#: src/util/virjson.c:1661 +#, c-format +msgid "cannot parse json %s: too many items present" +msgstr "" + +#: src/util/virkeyfile.c:98 +#, c-format +msgid "%s:%zu: %s '%s'" +msgstr "" + +#: src/util/virlockspace.c:141 +#, c-format +msgid "Unable to open/create resource %s" +msgstr "" + +#: src/util/virlockspace.c:163 src/util/virlockspace.c:210 +#: src/util/virlockspace.c:555 src/util/virlockspace.c:587 +#: src/util/virlockspace.c:639 +#, c-format +msgid "Lockspace resource '%s' is locked" +msgstr "" + +#: src/util/virlockspace.c:167 src/util/virlockspace.c:214 +#, c-format +msgid "Unable to acquire lock on '%s'" +msgstr "" + +#: src/util/virlockspace.c:195 +#, c-format +msgid "Unable to open resource %s" +msgstr "" + +#: src/util/virlockspace.c:253 src/util/virlockspace.c:306 +msgid "Unable to initialize lockspace mutex" +msgstr "" + +#: src/util/virlockspace.c:269 +#, c-format +msgid "Lockspace location %s exists, but is not a directory" +msgstr "" + +#: src/util/virlockspace.c:323 +msgid "Missing resources value in JSON document" +msgstr "" + +#: src/util/virlockspace.c:329 +msgid "Malformed resources value in JSON document" +msgstr "" + +#: src/util/virlockspace.c:347 +msgid "Missing resource name in JSON document" +msgstr "" + +#: src/util/virlockspace.c:358 +msgid "Missing resource path in JSON document" +msgstr "" + +#: src/util/virlockspace.c:368 +msgid "Missing resource fd in JSON document" +msgstr "" + +#: src/util/virlockspace.c:380 +msgid "Missing resource lockHeld in JSON document" +msgstr "" + +#: src/util/virlockspace.c:387 +msgid "Missing resource flags in JSON document" +msgstr "" + +#: src/util/virlockspace.c:394 +msgid "Missing resource owners in JSON document" +msgstr "" + +#: src/util/virlockspace.c:401 +msgid "Malformed owners value in JSON document" +msgstr "" + +#: src/util/virlockspace.c:418 +msgid "Malformed owner value in JSON document" +msgstr "" + +#: src/util/virlockspace.c:598 +#, c-format +msgid "Unable to delete lockspace resource %s" +msgstr "" + +#: src/util/virlockspace.c:676 +#, c-format +msgid "Lockspace resource '%s' is not locked" +msgstr "" + +#: src/util/virlockspace.c:688 +#, c-format +msgid "owner %lld does not hold the resource lock" +msgstr "" + +#: src/util/virnetdev.c:172 +msgid "Network device configuration is not supported on this platform" +msgstr "" + +#: src/util/virnetdev.c:258 src/util/virnetdev.c:292 +#, c-format +msgid "Cannot set interface MAC to %s on '%s'" +msgstr "" + +#: src/util/virnetdev.c:1142 +#, c-format +msgid "Error adding IP address to %s" +msgstr "" + +#: src/util/virnetdevip.c:381 +#, c-format +msgid "Error adding route to %s" +msgstr "" + +#: src/util/virnetdevip.c:270 +#, c-format +msgid "Error removing IP address from %s" +msgstr "" + +#: src/util/virnetdevip.c:485 +msgid "error reading DAD state information" +msgstr "" + +#: src/util/virnetdevip.c:499 +#, c-format +msgid "Duplicate Address Detection not finished in %d seconds" +msgstr "" + +#: src/util/virnetdevip.c:654 +msgid "Unable to wait for IPv6 DAD on this platform" +msgstr "" + +#: src/util/virnetdevip.c:686 +#, c-format +msgid "Unable to get IPv4 address for interface %s via ioctl" +msgstr "" + +#: src/util/virnetdevip.c:732 +#, c-format +msgid "Could not get interface list for '%s'" +msgstr "" + +#: src/util/virnetdevip.c:758 +#, c-format +msgid "no IP address found for interface '%s'" +msgstr "" + +#: src/util/virnetdevip.c:802 +msgid "Unable to get IP address on this platform" +msgstr "" + +#: src/util/virnetdev.c:1049 +#, c-format +msgid "could not get MAC address of interface %s" +msgstr "" + +#: src/util/virnetdev.c:1155 +msgid "Failed to get PCI Config Address String" +msgstr "" + +#: src/util/virnetdev.c:1160 +msgid "Failed to get PCI SYSFS file" +msgstr "" + +#: src/util/virnetdev.c:1316 +msgid "Unable to get virtual functions on this platform" +msgstr "" + +#: src/util/virnetdev.c:1324 +msgid "Unable to check virtual function status on this platform" +msgstr "" + +#: src/util/virnetdev.c:1334 +msgid "Unable to get virtual function index on this platform" +msgstr "" + +#: src/util/virnetdev.c:1343 +msgid "Unable to get physical function status on this platform" +msgstr "" + +#: src/util/virnetdev.c:1353 +msgid "Unable to get virtual function info on this platform" +msgstr "" + +#: src/util/virnetdev.c:1363 +msgid "Unable to get sysfs info on this platform" +msgstr "" + +#: src/util/virnetdev.c:1473 +#, c-format +msgid "Cannot set interface MAC/vlanid to %s/%d for ifname %s ifindex %d vf %d" +msgstr "" + +#: src/util/virnetdev.c:1522 +msgid "missing IFLA_VF_INFO in netlink response" +msgstr "" + +#: src/util/virnetdev.c:1533 +msgid "error parsing IFLA_VF_INFO" +msgstr "" + +#: src/util/virnetdev.c:1558 +#, c-format +msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response" +msgstr "" + +#: src/util/virnetdev.c:1612 +#, c-format +msgid "" +"Unable to configure VF %d of PF '%s' because the PF is not online. Please " +"change host network config to put the PF online." +msgstr "" + +#: src/util/virnetdev.c:1631 +#, c-format +msgid "Unable to preserve mac/vlan tag for pf = %s, vf = %d" +msgstr "" + +#: src/util/virnetdev.c:1684 +#, c-format +msgid "Cannot parse vlan tag from '%s'" +msgstr "" + +#: src/util/virnetlink.c:1055 +msgid "Unable to dump link info on this platform" +msgstr "" + +#: src/util/virnetdev.c:1822 +msgid "Unable to replace net config on this platform" +msgstr "" + +#: src/util/virnetdev.c:1833 +msgid "Unable to restore net config on this platform" +msgstr "" + +#: src/util/virnetdev.c:1879 src/util/virnetdev.c:1927 +#, c-format +msgid "unable to read: %s" +msgstr "" + +#: src/util/virnetdev.c:1886 src/util/virnetdev.c:1897 +#: src/util/virnetdev.c:1935 +#, c-format +msgid "Unable to parse: %s" +msgstr "" + +#: src/util/virnetdev.c:1992 src/util/virnetdev.c:2041 +#, c-format +msgid "Cannot add multicast MAC %s on '%s' interface" +msgstr "" + +#: src/util/virnetdev.c:2007 +msgid "Unable to add address to interface multicast list on this platform" +msgstr "" + +#: src/util/virnetdev.c:2056 +msgid "Unable to delete address from interface multicast list on this platform" +msgstr "" + +#: src/util/virnetdev.c:2077 +#, c-format +msgid "failed to parse multicast address from '%s'" +msgstr "" + +#: src/util/virnetdev.c:2086 +#, c-format +msgid "Failed to parse interface index from '%s'" +msgstr "" + +#: src/util/virnetdev.c:2097 +#, c-format +msgid "Failed to parse network device name from '%s'" +msgstr "" + +#: src/util/virnetdev.c:2105 src/util/virnetdev.c:2115 +#, c-format +msgid "Failed to parse users from '%s'" +msgstr "" + +#: src/util/virnetdev.c:2126 +#, c-format +msgid "Failed to parse MAC address from '%s'" +msgstr "" + +#: src/util/virnetdev.c:2400 +msgid "ethtool ioctl error" +msgstr "" + +#: src/util/virnetdevbandwidth.c:116 +msgid "filter creation API error" +msgstr "" + +#: src/util/virnetdevbandwidth.c:206 +msgid "Network bandwidth tuning is not available in session mode" +msgstr "" + +#: src/util/virnetdevbandwidth.c:213 +msgid "Unable to set bandwidth for interface because device name is unknown" +msgstr "" + +#: src/util/virnetdevbandwidth.c:551 src/util/virnetdevbandwidth.c:626 +#, c-format +msgid "Invalid class ID %d" +msgstr "" + +#: src/util/virnetdevbandwidth.c:559 +#, c-format +msgid "Bridge '%s' has no QoS set, therefore unable to set 'floor' on '%s'" +msgstr "" + +#: src/util/virnetdevbridge.c:253 +#, c-format +msgid "Unable to set bridge %s port %s %s to %s" +msgstr "" + +#: src/util/virnetdevbridge.c:281 +#, c-format +msgid "Unable to get bridge %s port %s %s" +msgstr "" + +#: src/util/virnetdevbridge.c:355 +msgid "Unable to get bridge port learning on this platform" +msgstr "" + +#: src/util/virnetdevbridge.c:366 +msgid "Unable to set bridge port learning on this platform" +msgstr "" + +#: src/util/virnetdevbridge.c:377 +msgid "Unable to get bridge port unicast_flood on this platform" +msgstr "" + +#: src/util/virnetdevbridge.c:388 +msgid "Unable to set bridge port unicast_flood on this platform" +msgstr "" + +#: src/util/virnetdevbridge.c:487 +#, c-format +msgid "error creating bridge interface %s" +msgstr "" + +#: src/util/virnetdevbridge.c:537 +msgid "Unable to create bridge device" +msgstr "" + +#: src/util/virnetdevbridge.c:630 +#, c-format +msgid "Unable to remove bridge %s" +msgstr "" + +#: src/util/virnetdevbridge.c:906 +#, c-format +msgid "Unable to set STP delay on %s" +msgstr "" + +#: src/util/virnetdevbridge.c:1026 +msgid "Unable to get bridge vlan_filtering on this platform" +msgstr "" + +#: src/util/virnetdevbridge.c:1036 +msgid "Unable to set bridge vlan_filtering on this platform" +msgstr "" + +#: src/util/virnetdevbridge.c:1135 +#, c-format +msgid "error adding fdb entry for %s" +msgstr "" + +#: src/util/virnetdevbridge.c:1172 +msgid "Unable to add/delete fdb entries on this platform" +msgstr "" + +#: src/util/virnetdevmacvlan.c:401 +#, c-format +msgid "error creating %s interface %s@%s (%s)" +msgstr "" + +#: src/util/virnetdevmacvlan.c:564 src/util/virnetdevtap.c:264 +#: src/util/virnetdevtap.c:380 +msgid "Multiqueue devices are not supported on this system" +msgstr "" + +#: src/util/virnetdevmacvlan.c:573 +msgid "unable to set vnet or multiqueue flags on macvtap" +msgstr "" + +#: src/util/virnetdevmidonet.c:57 +#, c-format +msgid "Unable to bind port %s to the virtual port %s" +msgstr "" + +#: src/util/virnetdevmidonet.c:90 +#, c-format +msgid "Unable to unbind the virtual port %s from Midonet" +msgstr "" + +#: src/util/virnetdevopenvswitch.c:154 +#, c-format +msgid "Unable to add port %s to OVS bridge %s" +msgstr "" + +#: src/util/virnetdevopenvswitch.c:188 +#, c-format +msgid "Unable to delete port %s from OVS" +msgstr "" + +#: src/util/virnetdevtap.c:70 src/util/virnetdevtap.c:122 +msgid "Unable to query tap interface name" +msgstr "" + +#: src/util/virnetdevtap.c:250 src/util/virnetdevtap.c:333 +#, c-format +msgid "Unable to open %s, is tun module loaded?" +msgstr "" + +#: src/util/virnetdevtap.c:393 +msgid "Unable to create tap device" +msgstr "" + +#: src/util/virnetdevtap.c:421 +#, c-format +msgid "Failed to generate new name for interface %s" +msgstr "" + +#: src/util/virnetdevtap.c:466 +#, c-format +msgid "Unable to remove tap device %s" +msgstr "" + +#: src/util/virnetdevtap.c:561 +#, c-format +msgid "Unable to use MAC address starting with reserved value 0xFE - '%s' - " +msgstr "" + +#: src/util/virnetdevveth.c:82 +msgid "No free veth devices available" +msgstr "" + +#: src/util/virnetdevveth.c:183 +#, c-format +msgid "Failed to allocate free veth pair after %d attempts" +msgstr "" + +#: src/util/virnetdevveth.c:221 +#, c-format +msgid "Failed to delete veth device %s" +msgstr "" + +#: src/util/virnetdevvportprofile.c:201 +#, c-format +msgid "missing %s in " +msgstr "" + +#: src/util/virnetdevvportprofile.c:258 +#, c-format +msgid "extra %s unsupported in " +msgstr "" + +#: src/util/virnetdevvportprofile.c:286 +#, c-format +msgid "attempt to merge virtualports with mismatched types (%s and %s)" +msgstr "" + +#: src/util/virnetdevvportprofile.c:301 +#, c-format +msgid "attempt to merge virtualports with mismatched managerids (%d and %d)" +msgstr "" + +#: src/util/virnetdevvportprofile.c:316 +#, c-format +msgid "attempt to merge virtualports with mismatched typeids (%d and %d)" +msgstr "" + +#: src/util/virnetdevvportprofile.c:331 +#, c-format +msgid "" +"attempt to merge virtualports with mismatched typeidversions (%d and %d)" +msgstr "" + +#: src/util/virnetdevvportprofile.c:350 +#, c-format +msgid "" +"attempt to merge virtualports with mismatched instanceids ('%s' and '%s')" +msgstr "" + +#: src/util/virnetdevvportprofile.c:370 +#, c-format +msgid "" +"attempt to merge virtualports with mismatched interfaceids ('%s' and '%s')" +msgstr "" + +#: src/util/virnetdevvportprofile.c:387 +#, c-format +msgid "" +"attempt to merge virtualports with mismatched profileids ('%s' and '%s')" +msgstr "" + +#: src/util/virnetdevvportprofile.c:396 +msgid "corrupted profileid string" +msgstr "" + +#: src/util/virnetdevvportprofile.c:575 +#, c-format +msgid "Could not find vf/instanceId %u/%s in netlink response" +msgstr "" + +#: src/util/virnetdevvportprofile.c:590 +msgid "error parsing IFLA_VF_PORT during error reporting" +msgstr "" + +#: src/util/virnetlink.c:141 +msgid "cannot allocate placeholder nlhandle for netlink" +msgstr "" + +#: src/util/virnetlink.c:249 src/util/virnetlink.c:756 +#: src/util/virnetlink.c:805 +#, c-format +msgid "invalid protocol argument: %d" +msgstr "" + +#: src/util/virnetlink.c:187 +#, c-format +msgid "cannot connect to netlink socket with protocol %d" +msgstr "" + +#: src/util/virnetlink.c:259 src/util/virnetlink.c:831 +msgid "cannot get netlink socket fd" +msgstr "" + +#: src/util/virnetlink.c:265 src/util/virnetlink.c:837 +msgid "cannot add netlink membership" +msgstr "" + +#: src/util/virnetlink.c:288 +msgid "error in poll call" +msgstr "" + +#: src/util/virnetlink.c:298 +msgid "nl_recv failed - returned 0 bytes" +msgstr "" + +#: src/util/virnetlink.c:497 +#, c-format +msgid "error destroying network device %s" +msgstr "" + +#: src/util/virnetlink.c:634 +msgid "nl_recv returned with error" +msgstr "" + +#: src/util/virnetlink.c:779 +msgid "netlink event service not running" +msgstr "" + +#: src/util/virnetlink.c:670 +msgid "cannot allocate nlhandle for virNetlinkEvent server" +msgstr "" + +#: src/util/virnetlink.c:843 +msgid "cannot set netlink socket nonblocking" +msgstr "" + +#: src/util/virnetlink.c:852 +msgid "Failed to add netlink event handle watch" +msgstr "" + +#: src/util/virnetlink.c:910 +msgid "Invalid NULL callback provided" +msgstr "" + +#: src/util/virnetlink.c:1016 +msgid "libnl was not available at build time" +msgstr "" + +#: src/util/virnetlink.c:1018 src/util/virpci.c:2739 +msgid "not supported on non-linux platforms" +msgstr "" + +#: src/util/virnodesuspend.c:222 +msgid "Failed to create thread to suspend the host" +msgstr "" + +#: src/util/virnodesuspend.c:332 +msgid "Cannot probe for supported suspend types" +msgstr "" + +#: src/util/virnuma.c:71 +msgid "Failed to query numad for the advisory nodeset" +msgstr "" + +#: src/util/virnuma.c:83 +msgid "numad is not available on this host" +msgstr "" + +#: src/util/virnuma.c:115 +#, c-format +msgid "NUMA node %d is out of range" +msgstr "" + +#: src/util/virnuma.c:184 src/util/virnuma.c:335 src/util/virnuma.c:363 +msgid "NUMA isn't available on this host" +msgstr "" + +#: src/util/virnuma.c:190 +msgid "Failed to request maximum NUMA node id" +msgstr "" + +#: src/util/virnuma.c:516 +#, c-format +msgid "NUMA node %d is not available" +msgstr "" + +#: src/util/virnuma.c:520 +#, c-format +msgid "page size %u is not available on node %d" +msgstr "" + +#: src/util/virnuma.c:525 +#, c-format +msgid "page size %u is not available" +msgstr "" + +#: src/util/virnuma.c:585 src/util/virnuma.c:604 +#, c-format +msgid "unable to parse: %s" +msgstr "" + +#: src/util/virnuma.c:745 +#, c-format +msgid "unable to open path: %s" +msgstr "" + +#: src/util/virnuma.c:851 +msgid "system pages pool can't be modified" +msgstr "" + +#: src/util/virnuma.c:865 src/util/virnuma.c:912 +#, c-format +msgid "invalid number '%s' in '%s'" +msgstr "" + +#: src/util/virnuma.c:899 +#, c-format +msgid "Unable to write to: %s" +msgstr "" + +#: src/util/virnuma.c:919 +#, c-format +msgid "Unable to allocate %llu pages. Allocated only %llu" +msgstr "" + +#: src/util/virnuma.c:941 src/util/virnuma.c:954 +msgid "page info is not supported on this platform" +msgstr "" + +#: src/util/virnuma.c:966 +msgid "page pool allocation is not supported on this platform" +msgstr "" + +#: src/util/virnuma.c:984 +#, c-format +msgid "NUMA node %zd is unavailable" +msgstr "" + +#: src/util/virnuma.c:1009 +msgid "Problem setting bit in bitmap" +msgstr "" + +#: src/util/virobject.c:133 +#, c-format +msgid "object size %zu of %s is smaller than parent class %zu" +msgstr "" + +#: src/util/virobject.c:214 +#, c-format +msgid "Class %s must derive from virObjectLockable" +msgstr "" + +#: src/util/virpci.c:273 +#, c-format +msgid "Invalid device %s driver file %s is not a symlink" +msgstr "" + +#: src/util/virpci.c:279 +#, c-format +msgid "Unable to resolve device %s driver symlink %s" +msgstr "" + +#: src/util/virpci.c:396 +#, c-format +msgid "Unusual value in %s/devices/%s/class: %s" +msgstr "" + +#: src/util/virpci.c:1012 +msgid "Attempting to use unknown stub driver" +msgstr "" + +#: src/util/virpci.c:1043 +#, c-format +msgid "Failed to load PCI stub module %s: administratively prohibited" +msgstr "" + +#: src/util/virpci.c:1048 +#, c-format +msgid "Failed to load PCI stub module %s" +msgstr "" + +#: src/util/virpci.c:1209 +#, c-format +msgid "No stub driver configured for PCI device %s" +msgstr "" + +#: src/util/virpci.c:1214 +#, c-format +msgid "Unknown stub driver configured for PCI device %s" +msgstr "" + +#: src/util/virpci.c:2025 +#, c-format +msgid "Found invalid device link '%s' in '%s'" +msgstr "" + +#: src/util/virpci.c:2177 src/util/virpci.c:2221 +#, c-format +msgid "Unable to resolve device %s iommu_group symlink %s" +msgstr "" + +#: src/util/virpci.c:2185 +#, c-format +msgid "device %s iommu_group symlink %s has invalid group number %s" +msgstr "" + +#: src/util/virpci.c:2215 +#, c-format +msgid "Invalid device %s iommu_group file %s is not a symlink" +msgstr "" + +#: src/util/virpci.c:2443 +#, c-format +msgid "Failed to resolve device link '%s'" +msgstr "" + +#: src/util/virpci.c:2531 +#, c-format +msgid "Unrecognized value in %s: %s" +msgstr "" + +#: src/util/virpci.c:2547 +#, c-format +msgid "Failed to get SRIOV function from device link '%s'" +msgstr "" + +#: src/util/virpci.c:2864 +#, c-format +msgid "pci device %s is not a PCI-Express device" +msgstr "" + +#: src/util/virpidfile.c:550 +msgid "No statedir specified" +msgstr "" + +#: src/util/virpolkit.c:128 tests/virpolkittest.c:259 +msgid "user cancelled authentication process" +msgstr "" + +#: src/util/virpolkit.c:125 tests/virpolkittest.c:224 +msgid "no agent is available to authenticate" +msgstr "" + +#: src/util/virpolkit.c:136 tests/virpolkittest.c:190 tests/virpolkittest.c:320 +msgid "access denied by policy" +msgstr "" + +#: src/util/virpolkit.c:232 +msgid "Details not supported with polkit v0" +msgstr "" + +#: src/util/virpolkit.c:324 +msgid "Polkit auth attempted, even though polkit is not available" +msgstr "" + +#: src/util/virportallocator.c:135 +#, c-format +msgid "Unknown family %d" +msgstr "" + +#: src/util/virportallocator.c:145 +msgid "Unable to open test socket" +msgstr "" + +#: src/util/virportallocator.c:155 +msgid "Unable to set IPV6_V6ONLY flag" +msgstr "" + +#: src/util/virportallocator.c:164 +#, c-format +msgid "Unable to bind to port %d" +msgstr "" + +#: src/util/virportallocator.c:201 +#, c-format +msgid "Failed to reserve port %zu" +msgstr "" + +#: src/util/virportallocator.c:211 +#, c-format +msgid "Unable to find an unused port in range '%s' (%d-%d)" +msgstr "" + +#: src/util/virportallocator.c:239 src/util/virportallocator.c:275 +#, c-format +msgid "Failed to release port %d" +msgstr "" + +#: src/util/virportallocator.c:268 +#, c-format +msgid "Failed to reserve port %d" +msgstr "" + +#: src/util/virprocess.c:104 +msgid "Namespaces are not supported on this platform." +msgstr "" + +#: src/util/virprocess.c:241 src/util/virprocess.c:251 +#, c-format +msgid "unable to wait for process %lld" +msgstr "" + +#: src/util/virprocess.c:273 +#, c-format +msgid "Child process (%lld) unexpected %s" +msgstr "" + +#: src/util/virprocess.c:385 src/util/virprocess.c:397 +#, c-format +msgid "Failed to terminate process %lld with SIG%s" +msgstr "" + +#: src/util/virprocess.c:696 +msgid "Expected at least one file descriptor" +msgstr "" + +#: src/util/virprocess.c:711 +msgid "Unable to join domain namespace" +msgstr "" + +#: src/util/virprocess.c:752 +#, c-format +msgid "cannot limit locked memory to %llu" +msgstr "" + +#: src/util/virprocess.c:759 +#, c-format +msgid "cannot limit locked memory of process %lld to %llu" +msgstr "" + +#: src/util/virprocess.c:778 src/util/virprocess.c:824 +#: src/util/virprocess.c:864 src/util/virprocess.c:912 src/util/virutil.c:2350 +#: src/util/virutil.c:2359 src/util/virutil.c:2367 src/util/virutil.c:2378 +#: src/util/virutil.c:2388 src/util/virutil.c:2396 src/util/virutil.c:2404 +#: src/util/virutil.c:2414 src/util/virutil.c:2423 src/util/virutil.c:2430 +msgid "Not supported on this platform" +msgstr "" + +#: src/util/virprocess.c:797 +msgid "cannot get locked memory limit" +msgstr "" + +#: src/util/virprocess.c:803 +#, c-format +msgid "cannot get locked memory limit of process %lld" +msgstr "" + +#: src/util/virprocess.c:842 +#, c-format +msgid "cannot limit number of subprocesses to %u" +msgstr "" + +#: src/util/virprocess.c:849 +#, c-format +msgid "cannot limit number of subprocesses of process %lld to %u" +msgstr "" + +#: src/util/virprocess.c:890 +#, c-format +msgid "cannot limit number of open files to %u" +msgstr "" + +#: src/util/virprocess.c:897 +#, c-format +msgid "cannot limit number of open files of process %lld to %u" +msgstr "" + +#: src/util/virprocess.c:946 src/util/virprocess.c:953 +#: src/util/virprocess.c:962 +#, c-format +msgid "Cannot find start time in %s" +msgstr "" + +#: src/util/virprocess.c:972 +#, c-format +msgid "Cannot parse start time %s in %s" +msgstr "" + +#: src/util/virprocess.c:1000 +msgid "Unable to query process ID start time" +msgstr "" + +#: src/util/virprocess.c:1038 +msgid "Kernel does not provide mount namespace" +msgstr "" + +#: src/util/virprocess.c:1044 +msgid "Unable to enter mount namespace" +msgstr "" + +#: src/util/virprocess.c:1080 +msgid "Cannot create pipe for child" +msgstr "" + +#: src/util/virprocess.c:1197 +msgid "Cannot get minimum scheduler priority value" +msgstr "" + +#: src/util/virprocess.c:1204 +msgid "Cannot get maximum scheduler priority value" +msgstr "" + +#: src/util/virprocess.c:1211 +#, c-format +msgid "Scheduler priority %d out of range [%d, %d]" +msgstr "" + +#: src/util/virprocess.c:1221 +#, c-format +msgid "Cannot set scheduler parameters for pid %d" +msgstr "" + +#: src/util/virprocess.c:1240 +msgid "Process CPU scheduling is not supported on this platform" +msgstr "" + +#: src/util/virrandom.c:216 +msgid "argument virt_type must not be NULL" +msgstr "" + +#: src/util/virrandom.c:233 +msgid "Unsupported virt type" +msgstr "" + +#: src/util/virrotatingfile.c:113 src/util/virrotatingfile.c:157 +#, c-format +msgid "Unable to open file: %s" +msgstr "" + +#: src/util/virrotatingfile.c:120 +#, c-format +msgid "Unable to determine current file offset: %s" +msgstr "" + +#: src/util/virrotatingfile.c:127 src/util/virrotatingfile.c:165 +#, c-format +msgid "Unable to determine current file inode: %s" +msgstr "" + +#: src/util/virrotatingfile.c:192 src/util/virrotatingfile.c:205 +#: src/vbox/vbox_common.c:4630 +#, c-format +msgid "Unable to delete file %s" +msgstr "" + +#: src/util/virrotatingfile.c:251 src/util/virrotatingfile.c:299 +#, c-format +msgid "Max backup %zu must be less than or equal to %d" +msgstr "" + +#: src/util/virrotatingfile.c:382 +#, c-format +msgid "Unable to remove %s" +msgstr "" + +#: src/util/virrotatingfile.c:403 +#, c-format +msgid "Unable to rename %s to %s" +msgstr "" + +#: src/util/virrotatingfile.c:472 +#, c-format +msgid "Unable to write to file %s" +msgstr "" + +#: src/util/virrotatingfile.c:534 src/util/virrotatingfile.c:547 +#, c-format +msgid "Unable to seek to inode %llu offset %llu" +msgstr "" + +#: src/util/virrotatingfile.c:590 +#, c-format +msgid "Unable to read from file %s" +msgstr "" + +#: src/util/virscsi.c:104 +#, c-format +msgid "Cannot parse adapter '%s'" +msgstr "" + +#: src/util/virsysinfo.c:278 src/util/virsysinfo.c:410 +#: src/util/virsysinfo.c:551 src/util/virsysinfo.c:566 +#, c-format +msgid "Failed to open %s" +msgstr "" + +#: src/util/virscsi.c:224 +#, c-format +msgid "SCSI device '%s': could not access %s" +msgstr "" + +#: src/util/virscsi.c:394 +#, c-format +msgid "Device %s already exists" +msgstr "" + +#: src/util/virsocketaddr.c:697 +#, c-format +msgid "NULL argument - %p %p" +msgstr "" + +#: src/util/virsocketaddr.c:708 +#, c-format +msgid "mismatch of address family in range %s - %s" +msgstr "" + +#: src/util/virsocketaddr.c:722 +#, c-format +msgid "mismatch of address family in range %s - %s for network %s" +msgstr "" + +#: src/util/virsocketaddr.c:732 +#, c-format +msgid "bad prefix %d for network %s when checking range %s - %s" +msgstr "" + +#: src/util/virsocketaddr.c:742 +#, c-format +msgid "range %s - %s is not entirely within network %s/%d" +msgstr "" + +#: src/util/virsocketaddr.c:754 +#, c-format +msgid "failed to construct broadcast or network address for network %s/%d" +msgstr "" + +#: src/util/virsocketaddr.c:769 +#, c-format +msgid "start of range %s - %s in network %s/%d is the network address" +msgstr "" + +#: src/util/virsocketaddr.c:777 +#, c-format +msgid "end of range %s - %s in network %s/%d is the broadcast address" +msgstr "" + +#: src/util/virsocketaddr.c:791 +#, c-format +msgid "failed to get IPv4 address for start or end of range %s - %s" +msgstr "" + +#: src/util/virsocketaddr.c:803 src/util/virsocketaddr.c:834 +#, c-format +msgid "range %s - %s is too large (> 65535)" +msgstr "" + +#: src/util/virsocketaddr.c:811 +#, c-format +msgid "range %s - %s is reversed " +msgstr "" + +#: src/util/virsocketaddr.c:822 +#, c-format +msgid "failed to get IPv6 address for start or end of range %s - %s" +msgstr "" + +#: src/util/virsocketaddr.c:842 +#, c-format +msgid "range %s - %s start larger than end" +msgstr "" + +#: src/util/virsocketaddr.c:849 +#, c-format +msgid "unsupported address family for range %s - %s, must be ipv4 or ipv6" +msgstr "" + +#: src/util/virstats.c:133 +msgid "Could not get interface list" +msgstr "" + +#: src/util/virstoragefile.c:944 +#, c-format +msgid "unknown storage file meta->format %d" +msgstr "" + +#: src/util/virstoragefile.c:1283 +#, c-format +msgid "Failed to pre-allocate space for file '%s'" +msgstr "" + +#: src/util/virstoragefile.c:1290 +#, c-format +msgid "Failed to truncate file '%s'" +msgstr "" + +#: src/util/virstoragefile.c:1296 +#, c-format +msgid "Unable to save '%s'" +msgstr "" + +#: src/util/virstoragefile.c:1377 +#, c-format +msgid "Unable to get LVM key for %s" +msgstr "" + +#: src/util/virstoragefile.c:1427 +#, c-format +msgid "Unable to get SCSI key for %s" +msgstr "" + +#: src/util/virstoragefile.c:1456 +#, c-format +msgid "requested target '%s' does not match target '%s'" +msgstr "" + +#: src/util/virstoragefile.c:1505 +#, c-format +msgid "requested backing store index %u is above '%s' in chain for '%s'" +msgstr "" + +#: src/util/virstoragefile.c:1563 +#, c-format +msgid "could not find backing store index %u in chain for '%s'" +msgstr "" + +#: src/util/virstoragefile.c:1569 +#, c-format +msgid "could not find image '%s' beneath '%s' in chain for '%s'" +msgstr "" + +#: src/util/virstoragefile.c:1574 +#, c-format +msgid "could not find image '%s' in chain for '%s'" +msgstr "" + +#: src/util/virstoragefile.c:1578 +#, c-format +msgid "could not find base image in chain for '%s'" +msgstr "" + +#: src/util/virstoragefile.c:1562 +msgid "missing auth secret uuid or usage attribute" +msgstr "" + +#: src/util/virstoragefile.c:1568 +msgid "either auth secret uuid or usage expected" +msgstr "" + +#: src/util/virstoragefile.c:1575 +msgid "invalid auth secret uuid" +msgstr "" + +#: src/util/virstoragefile.c:2259 +#, c-format +msgid "failed to parse backing file location '%s'" +msgstr "" + +#: src/util/virstoragefile.c:2275 src/util/virstoragefile.c:2591 +#, c-format +msgid "invalid backing protocol '%s'" +msgstr "" + +#: src/util/virstoragefile.c:2283 +#, c-format +msgid "invalid protocol transport type '%s'" +msgstr "" + +#: src/util/virstoragefile.c:2307 +msgid "missing volume name and path for gluster volume" +msgstr "" + +#: src/util/virstoragefile.c:2521 +#, c-format +msgid "missing remote information in '%s' for protocol nbd" +msgstr "" + +#: src/util/virstoragefile.c:2527 +#, c-format +msgid "missing unix socket path in nbd backing string %s" +msgstr "" + +#: src/util/virstoragefile.c:2538 +#, c-format +msgid "missing host name in nbd string '%s'" +msgstr "" + +#: src/util/virstoragefile.c:2548 +#, c-format +msgid "missing port in nbd string '%s'" +msgstr "" + +#: src/util/virstoragefile.c:2581 +#, c-format +msgid "invalid backing protocol string '%s'" +msgstr "" + +#: src/util/virstoragefile.c:2611 +#, c-format +msgid "backing store parser is not implemented for protocol %s" +msgstr "" + +#: src/util/virstoragefile.c:2624 +#, c-format +msgid "malformed backing store path for protocol %s" +msgstr "" + +#: src/util/virstoragefile.c:3157 +#, c-format +msgid "failed to open block device '%s'" +msgstr "" + +#: src/util/virstoragefile.c:3165 +#, c-format +msgid "failed to seek to end of '%s'" +msgstr "" + +#: src/util/virstoragefile.c:3323 +#, c-format +msgid "Failed to canonicalize path '%s'" +msgstr "" + +#: src/util/virstoragefile.c:3456 +msgid "" +"failed to resolve relative backing name: base image is not in backing chain" +msgstr "" + +#: src/util/virstoragefile.c:3491 +msgid "forbidden characters in 'compat' attribute" +msgstr "" + +#: src/util/virstring.c:861 +#, c-format +msgid "Error while compiling regular expression '%s': %s" +msgstr "" + +#: src/util/virstring.c:868 +#, c-format +msgid "Regular expression '%s' must have exactly 1 match group, not %zu" +msgstr "" + +#: src/util/virsysinfo.c:1374 +msgid "Target base board does not match source" +msgstr "" + +#: src/util/virsysinfo.c:1423 +#, c-format +msgid "Target sysinfo base board count '%zu' does not match source '%zu'" +msgstr "" + +#: src/util/virthreadjob.c:74 +#, c-format +msgid "cannot set worker name to %s" +msgstr "" + +#: src/util/virthreadjob.c:91 +#, c-format +msgid "cannot set current job to %s" +msgstr "" + +#: src/util/virthreadjob.c:117 +msgid "cannot reset current job" +msgstr "" + +#: src/util/virtime.c:346 +msgid "failed to get current system time" +msgstr "" + +#: src/util/virtime.c:353 +msgid "gmtime_r failed" +msgstr "" + +#: src/util/virtime.c:363 +msgid "mktime failed" +msgstr "" + +#: src/util/virtpm.c:65 +msgid "No usable sysfs TPM cancel file could be found" +msgstr "" + +#: src/util/virtpm.c:69 +#, c-format +msgid "TPM device path %s is invalid" +msgstr "" + +#: src/util/virtpm.c:73 +msgid "Missing TPM device path" +msgstr "" + +#: src/util/virtypedparam.c:112 +#, c-format +msgid "parameter '%s' occurs multiple times" +msgstr "" + +#: src/util/virtypedparam.c:123 +#, c-format +msgid "invalid type '%s' for parameter '%s', expected '%s'" +msgstr "" + +#: src/util/virtypedparam.c:136 +#, c-format +msgid "parameter '%s' not supported" +msgstr "" + +#: src/util/virtypedparam.c:205 src/util/virtypedparam.c:257 +#: src/util/virtypedparam.c:351 +#, c-format +msgid "unexpected type %d for field %s" +msgstr "" + +#: src/util/virtypedparam.c:277 +#, c-format +msgid "NULL value for field '%s'" +msgstr "" + +#: src/util/virtypedparam.c:293 +#, c-format +msgid "Invalid value for field '%s': expected int" +msgstr "" + +#: src/util/virtypedparam.c:301 +#, c-format +msgid "Invalid value for field '%s': expected unsigned int" +msgstr "" + +#: src/util/virtypedparam.c:310 +#, c-format +msgid "Invalid value for field '%s': expected long long" +msgstr "" + +#: src/util/virtypedparam.c:319 +#, c-format +msgid "Invalid value for field '%s': expected unsigned long long" +msgstr "" + +#: src/util/virtypedparam.c:328 +#, c-format +msgid "Invalid value for field '%s': expected double" +msgstr "" + +#: src/util/virtypedparam.c:341 +#, c-format +msgid "Invalid boolean value for field '%s'" +msgstr "" + +#: src/util/virtypedparam.c:391 +#, c-format +msgid "Parameter '%s' is not a string" +msgstr "" + +#: src/util/virtypedparam.c:532 +#, c-format +msgid "Invalid type '%s' requested for parameter '%s', actual type is '%s'" +msgstr "" + +#: src/util/viruri.c:163 +#, c-format +msgid "Unable to parse URI %s" +msgstr "" + +#: src/util/viruri.c:343 +#, c-format +msgid "" +"Malformed 'uri_aliases' config entry '%s', aliases may only contain 'a-Z, " +"0-9, _, -'" +msgstr "" + +#: src/util/virusb.c:270 +#, c-format +msgid "Did not find USB device bus:%u device:%u" +msgstr "" + +#: src/util/virusb.c:311 +#, c-format +msgid "Did not find USB device %x:%x bus:%u device:%u" +msgstr "" + +#: src/util/virusb.c:341 +#, c-format +msgid "dev->name buffer overflow: %.3d:%.3d" +msgstr "" + +#: src/util/virutil.c:173 +msgid "Unable to set socket reuse addr flag" +msgstr "" + +#: src/util/virutil.c:293 +#, c-format +msgid "invalid scale %llu" +msgstr "" + +#: src/util/virutil.c:309 src/util/virutil.c:334 +#, c-format +msgid "unknown suffix '%s'" +msgstr "" + +#: src/util/virutil.c:340 +#, c-format +msgid "value too large: %llu%s" +msgstr "" + +#: src/util/virutil.c:871 src/util/virutil.c:875 +#, c-format +msgid "Failed to find group record for gid '%u'" +msgstr "" + +#: src/util/virutil.c:1030 +#, c-format +msgid "Failed to parse user '%s'" +msgstr "" + +#: src/util/virutil.c:1110 +#, c-format +msgid "Failed to parse group '%s'" +msgstr "" + +#: src/util/virutil.c:1143 +#, c-format +msgid "cannot get group list for '%s'" +msgstr "" + +#: src/util/virutil.c:1182 +#, c-format +msgid "cannot change to '%u' group" +msgstr "" + +#: src/util/virutil.c:1190 +msgid "cannot set supplemental groups" +msgstr "" + +#: src/util/virutil.c:1197 +#, c-format +msgid "cannot change to uid to '%u'" +msgstr "" + +#: src/util/virutil.c:1305 +msgid "Unable to determine home directory" +msgstr "" + +#: src/util/virutil.c:1330 src/util/virutil.c:1345 +msgid "Unable to determine config directory" +msgstr "" + +#: src/util/virutil.c:1380 +msgid "virGetUserConfigDirectory is not available" +msgstr "" + +#: src/util/virutil.c:1389 +msgid "virGetUserCacheDirectory is not available" +msgstr "" + +#: src/util/virutil.c:1398 +msgid "virGetUserRuntimeDirectory is not available" +msgstr "" + +#: src/util/virutil.c:1447 +msgid "virGetGroupName is not available" +msgstr "" + +#: src/util/virutil.c:1509 +msgid "prctl failed to set KEEPCAPS" +msgstr "" + +#: src/util/virutil.c:1527 src/util/virutil.c:1559 +#, c-format +msgid "cannot apply process capabilities %d" +msgstr "" + +#: src/util/virutil.c:1538 +msgid "prctl failed to reset KEEPCAPS" +msgstr "" + +#: src/util/virutil.c:1647 +#, c-format +msgid "Malformed wwn: %s" +msgstr "" + +#: src/util/virutil.c:1696 +#, c-format +msgid "Unable to get device ID '%s'" +msgstr "" + +#: src/util/virutil.c:1722 src/util/virutil.c:1756 +msgid "unpriv_sgio is not supported by this kernel" +msgstr "" + +#: src/util/virutil.c:1768 +#, c-format +msgid "failed to parse value of %s" +msgstr "" + +#: src/util/virutil.c:1817 +#, c-format +msgid "unable to parse unique_id: %s" +msgstr "" + +#: src/util/virutil.c:1953 src/util/virutil.c:1960 +#, c-format +msgid "Invalid adapter name '%s' for SCSI pool" +msgstr "" + +#: src/util/virutil.c:1996 +#, c-format +msgid "Failed to find scsi_host using PCI '%s' and unique_id='%u'" +msgstr "" + +#: src/util/virutil.c:2148 +#, c-format +msgid "vport operation '%s' is not supported for host%d" +msgstr "" + +#: src/util/virutil.c:2464 +#, c-format +msgid "Failed to parse uid and gid from '%s'" +msgstr "" + +#: src/util/virxml.c:116 +#, c-format +msgid "'%s' value longer than %zu bytes" +msgstr "" + +#: src/util/virxml.c:914 +msgid "failed to convert the XML node tree" +msgstr "" + +#: src/util/virxml.c:1008 +msgid "Failed to copy XML node" +msgstr "" + +#: src/util/virxml.c:1071 +msgid "failed to validate prefix for a new XML namespace" +msgstr "" + +#: src/util/virxml.c:1077 +msgid "failed to create a new XML namespace" +msgstr "" + +#: src/util/virxml.c:1173 +#, c-format +msgid "Unable to create RNG parser for %s" +msgstr "" + +#: src/util/virxml.c:1185 +#, c-format +msgid "Unable to parse RNG %s: %s" +msgstr "" + +#: src/util/virxml.c:1193 +#, c-format +msgid "Unable to create RNG validation context %s" +msgstr "" + +#: src/util/virxml.c:1218 +#, c-format +msgid "" +"Unable to validate doc against %s\n" +"%s" +msgstr "" + +#: src/vbox/vbox_driver.c:89 +msgid "unable to initialize VirtualBox driver API" +msgstr "unable to initialise VirtualBox driver API" + +#: src/vbox/vbox_common.c:373 +msgid "Could not extract VirtualBox version" +msgstr "" + +#: src/vbox/vbox_common.c:1322 src/xenconfig/xen_common.c:1165 +#: src/xenconfig/xen_common.c:1180 src/xenconfig/xen_sxpr.c:1884 +#: src/xenconfig/xen_sxpr.c:1925 +msgid "Driver does not support setting multiple IP addresses" +msgstr "" + +#: src/vbox/vbox_common.c:1894 +#, c-format +msgid "could not set the memory size of the domain to: %llu Kb, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:1977 +#, c-format +msgid "failed no saving settings, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:4184 src/vbox/vbox_common.c:4318 +#, c-format +msgid "Unsupported device type %d" +msgstr "" + +#: src/vbox/vbox_common.c:4364 src/vbox/vbox_common.c:4563 +#: src/vbox/vbox_common.c:4671 src/vbox/vbox_common.c:4933 +#: src/vbox/vbox_common.c:4966 src/vbox/vbox_common.c:5083 +#: src/vbox/vbox_common.c:5239 src/vbox/vbox_common.c:6841 +#, c-format +msgid "Unable to open HardDisk, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:4371 +msgid "Unable to get disk children" +msgstr "" + +#: src/vbox/vbox_common.c:4382 +msgid "Unable to get childMedium location" +msgstr "" + +#: src/vbox/vbox_common.c:4389 +msgid "Unable to close disk children" +msgstr "" + +#: src/vbox/vbox_common.c:4398 src/vbox/vbox_common.c:4619 +#: src/vbox/vbox_common.c:4721 src/vbox/vbox_common.c:5051 +#: src/vbox/vbox_common.c:5246 +#, c-format +msgid "Unable to close HardDisk, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:4484 src/vbox/vbox_common.c:6760 +msgid "cannot get settings file path" +msgstr "" + +#: src/vbox/vbox_common.c:4493 src/vbox/vbox_common.c:6769 +msgid "cannot get machine name" +msgstr "" + +#: src/vbox/vbox_common.c:4503 src/vbox/vbox_common.c:6778 +msgid "Unable to get the machine location path" +msgstr "" + +#: src/vbox/vbox_common.c:4511 src/vbox/vbox_common.c:6784 +msgid "cannot create a vboxSnapshotXmlPtr" +msgstr "" + +#: src/vbox/vbox_common.c:4529 +msgid "Unable to remove Fake Disks" +msgstr "" + +#: src/vbox/vbox_common.c:4540 +msgid "" +"The read only disk number must be greater or equal to the read write disk " +"number" +msgstr "" + +#: src/vbox/vbox_common.c:4573 +msgid "Unable to get the read write medium id" +msgstr "" + +#: src/vbox/vbox_common.c:4582 +msgid "Unable to get the read write medium format" +msgstr "" + +#: src/vbox/vbox_common.c:4612 +msgid "Unable to add hard disk to media Registry" +msgstr "" + +#: src/vbox/vbox_common.c:4656 +msgid "Unable to know if disk is in media registry" +msgstr "" + +#: src/vbox/vbox_common.c:4681 +msgid "Unable to get hard disk id" +msgstr "" + +#: src/vbox/vbox_common.c:4690 +msgid "Unable to get hard disk format" +msgstr "" + +#: src/vbox/vbox_common.c:4702 +msgid "Unable to get parent hard disk" +msgstr "" + +#: src/vbox/vbox_common.c:4710 +#, c-format +msgid "Unable to get hard disk id, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:4744 +msgid "Unable to add hard disk to media registry" +msgstr "" + +#: src/vbox/vbox_common.c:4757 src/vbox/vbox_common.c:7033 +#, c-format +msgid "Unable to unregister machine, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:4777 +msgid "Unable to get medium location" +msgstr "" + +#: src/vbox/vbox_common.c:4789 src/vbox/vbox_common.c:7055 +#, c-format +msgid "Unable to delete medium, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:4798 src/vbox/vbox_common.c:7063 +#, c-format +msgid "Error while closing medium, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:4822 +msgid "Unable to close recursively all disks" +msgstr "" + +#: src/vbox/vbox_common.c:4891 +msgid "Unable to add the snapshot to the machine description" +msgstr "" + +#: src/vbox/vbox_common.c:4978 +msgid "Unable to get disk format" +msgstr "" + +#: src/vbox/vbox_common.c:4995 +msgid "Unable to get disk uuid" +msgstr "" + +#: src/vbox/vbox_common.c:5006 +msgid "Unable to get disk parent" +msgstr "" + +#: src/vbox/vbox_common.c:5018 src/vbox/vbox_common.c:5162 +#: src/vbox/vbox_common.c:6922 +msgid "Unable to add hard disk to the media registry" +msgstr "" + +#: src/vbox/vbox_common.c:5032 src/vbox/vbox_common.c:5173 +#: src/vbox/vbox_common.c:6933 src/vbox/vbox_common.c:6975 +#, c-format +msgid "Unable to find UUID %s" +msgstr "" + +#: src/vbox/vbox_common.c:5093 src/vbox/vbox_common.c:6849 +#, c-format +msgid "Unable to get hardDisk Id, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:5112 src/vbox/vbox_common.c:6868 +#, c-format +msgid "Unable to create HardDisk, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:5126 src/vbox/vbox_common.c:6883 +#, c-format +msgid "Error while creating diff storage, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:5142 src/vbox/vbox_common.c:6899 +#, c-format +msgid "Unable to get medium uuid, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:5191 src/vbox/vbox_common.c:6951 +#, c-format +msgid "Unable to close the new medium, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:5206 +msgid "Unable to get snapshot content" +msgstr "" + +#: src/vbox/vbox_common.c:5211 +msgid "Unable to save new snapshot xml file" +msgstr "" + +#: src/vbox/vbox_common.c:5257 src/vbox/vbox_common.c:7105 +msgid "Unable to serialize the machine description" +msgstr "" + +#: src/vbox/vbox_common.c:5265 src/vbox/vbox_common.c:7113 +#, c-format +msgid "Unable to open Machine, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:5273 src/vbox/vbox_common.c:7121 +#, c-format +msgid "Unable to register Machine, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:5586 +msgid "Could not get snapshot id" +msgstr "" + +#: src/vbox/vbox_common.c:5595 +msgid "could not get machine" +msgstr "" + +#: src/vbox/vbox_common.c:5603 +msgid "no medium attachments" +msgstr "" + +#: src/vbox/vbox_common.c:5615 src/vbox/vbox_common.c:5658 +#: src/vbox/vbox_common.c:5829 src/vbox/vbox_common.c:5871 +msgid "cannot get medium" +msgstr "" + +#: src/vbox/vbox_common.c:5666 +msgid "cannot get controller" +msgstr "" + +#: src/vbox/vbox_common.c:5677 +msgid "cannot get children disk" +msgstr "" + +#: src/vbox/vbox_common.c:5685 +msgid "cannot get snapshot ids" +msgstr "" + +#: src/vbox/vbox_common.c:5706 src/vbox/vbox_common.c:5898 +msgid "cannot get disk location" +msgstr "" + +#: src/vbox/vbox_common.c:5721 src/vbox/vbox_common.c:5911 +msgid "cannot get storage controller bus" +msgstr "" + +#: src/vbox/vbox_common.c:5727 src/vbox/vbox_common.c:5733 +#: src/vbox/vbox_common.c:5927 +msgid "cannot get medium attachment type" +msgstr "" + +#: src/vbox/vbox_common.c:5739 +msgid "cannot get medium attachment device" +msgstr "" + +#: src/vbox/vbox_common.c:5806 +msgid "cannot get machine" +msgstr "" + +#: src/vbox/vbox_common.c:5817 +msgid "cannot get medium attachments" +msgstr "" + +#: src/vbox/vbox_common.c:5879 +msgid "cannot get storage controller name" +msgstr "" + +#: src/vbox/vbox_common.c:5889 +msgid "cannot get storage controller" +msgstr "" + +#: src/vbox/vbox_common.c:5940 +msgid "cannot get medium attachment port" +msgstr "" + +#: src/vbox/vbox_common.c:5946 +msgid "cannot get device" +msgstr "" + +#: src/vbox/vbox_common.c:5952 +msgid "cannot get read only attribute" +msgstr "" + +#: src/vbox/vbox_common.c:6741 +msgid "Unable to get XML Desc of snapshot" +msgstr "" + +#: src/vbox/vbox_common.c:6751 +msgid "Unable to get a virDomainSnapshotDefPtr" +msgstr "" + +#: src/vbox/vbox_common.c:6791 +msgid "Unable to know if the snapshot is the current snapshot" +msgstr "" + +#: src/vbox/vbox_common.c:6824 +msgid "Cannot get hard disk by location" +msgstr "" + +#: src/vbox/vbox_common.c:6829 +msgid "The read only disk has no parent" +msgstr "" + +#: src/vbox/vbox_common.c:6964 +#, c-format +msgid "No such disk in media registry %s" +msgstr "" + +#: src/vbox/vbox_common.c:7000 src/vbox/vbox_common.c:7017 +#, c-format +msgid "Unable to find UUID for location %s" +msgstr "" + +#: src/vbox/vbox_common.c:7005 src/vbox/vbox_common.c:7022 +#, c-format +msgid "Unable to remove disk from media registry. uuid = %s" +msgstr "" + +#: src/vbox/vbox_common.c:7084 +#, c-format +msgid "Unable to remove snapshot %s" +msgstr "" + +#: src/vbox/vbox_common.c:7094 +msgid "Unable to get the snapshot to remove" +msgstr "" + +#: src/vbox/vbox_common.c:7185 +msgid "could not get snapshot children" +msgstr "" + +#: src/vbox/vbox_common.c:7190 +msgid "cannot delete metadata of a snapshot with children" +msgstr "" + +#: src/vbox/vbox_common.c:7250 +msgid "virDomainScreenshot don't support for current vbox version" +msgstr "" + +#: src/vbox/vbox_common.c:7417 +#, c-format +msgid "Could not get list of domains, rc=%08x" +msgstr "" + +#: src/vbox/vbox_common.c:7455 +msgid "could not get snapshot count for listed domains" +msgstr "" + +#: src/vbox/vbox_common.c:7691 +#, c-format +msgid "cannot translate keycode %u of %s codeset to xt keycode" +msgstr "" + +#: src/vbox/vbox_common.c:7710 +#, c-format +msgid "Unable to open VirtualBox session with domain %s" +msgstr "" + +#: src/vbox/vbox_common.c:7719 +#, c-format +msgid "Unable to get Console object for domain %s" +msgstr "" + +#: src/vbox/vbox_common.c:7728 +#, c-format +msgid "Unable to get Keyboard object for domain %s" +msgstr "" + +#: src/vbox/vbox_common.c:7738 +#, c-format +msgid "Unable to send keyboard scancodes for domain %s" +msgstr "" + +#: src/vbox/vbox_common.c:7753 +#, c-format +msgid "Unable to send keyboard scan codes to domain %s" +msgstr "" + +#: src/vbox/vbox_network.c:628 +#, c-format +msgid "Error while removing hostonly network interface, rc=%08x" +msgstr "" + +#: src/vbox/vbox_storage.c:462 +#, c-format +msgid "Could not create harddisk, rc=%08x" +msgstr "" + +#: src/vbox/vbox_storage.c:475 src/vbox/vbox_storage.c:484 +#, c-format +msgid "Could not create base storage, rc=%08x" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:74 +msgid "Cannot parse 'uuid' attribute" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:83 +msgid "Cannot parse 'location' attribute" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:99 +msgid "Cannot parse 'format' attribute" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:149 +msgid "Cannot create a vboxSnapshotXmlHardDisk" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:208 +msgid "Cannot parse 'uuid' attribute" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:217 +msgid "Cannot parse 'name' attribute" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:223 +msgid "Cannot parse 'timeStamp' attribute" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:235 +msgid "Cannot parse node" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:243 +msgid "Cannot parse node" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:263 +msgid "Cannot create a vboxSnapshotXmlSnapshotPtr" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:427 +msgid "Unable to add the snapshot hardware" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:438 +msgid "Unable to add the snapshot storageController" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:605 +msgid "Filepath is Null" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:615 src/vbox/vbox_snapshot_conf.c:1299 +#: src/vbox/vbox_snapshot_conf.c:1360 +msgid "Unable to parse the xml" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:626 +msgid "" +"Failed to register xml namespace 'http://www.innotek.de/VirtualBox-settings'" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:637 +msgid "Cannot parse node" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:644 +msgid "Cannot parse 'uuid' attribute" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:650 +msgid "Cannot parse 'name' attribute" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:663 +msgid "Cannot parse 'currentSnapshot' attribute" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:673 +msgid "Cannot parse 'snapshotFolder' attribute" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:686 +msgid "Cannot parse 'lastStateChange' attribute" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:694 +msgid "Cannot parse node" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:706 +msgid "Cannot parse node" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:715 +msgid "Cannot parse node" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:767 +msgid "Snapshot is Null" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:772 +msgid "Machine is Null" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:781 +msgid "" +"Unable to add this snapshot, there is already a snapshot linked to the " +"machine" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:791 +msgid "The machine has no snapshot and it should have it" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:797 src/vbox/vbox_snapshot_conf.c:1265 +#, c-format +msgid "Unable to find the snapshot %s" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:827 +msgid "Hard disk is null" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:832 +msgid "Media Registry is null" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:843 +msgid "Unable to get the parent disk" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:875 +msgid "machine is null" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:880 src/vbox/vbox_snapshot_conf.c:1259 +msgid "snapshotName is null" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:885 +msgid "the machine has no snapshot" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:891 +#, c-format +msgid "Unable to find the snapshot with name %s" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:896 +msgid "This snapshot has children, please delete theses snapshots before" +msgstr "This snapshot has children, please delete these snapshots first" + +#: src/vbox/vbox_snapshot_conf.c:904 +msgid "You are trying to remove a snapshot which does not exists" +msgstr "You are trying to remove a snapshot which does not exist" + +#: src/vbox/vbox_snapshot_conf.c:941 +msgid "Media registry is null" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:946 +msgid "Uuid is null" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:957 +#, c-format +msgid "Unable to find the hard disk with uuid %s" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:1013 src/vbox/vbox_snapshot_conf.c:1254 +msgid "Machine is null" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:1018 +msgid "Filepath is null" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:1035 src/vbox/vbox_snapshot_conf.c:1042 +#: src/vbox/vbox_snapshot_conf.c:1072 src/vbox/vbox_snapshot_conf.c:1077 +#: src/vbox/vbox_snapshot_conf.c:1086 src/vbox/vbox_snapshot_conf.c:1092 +#: src/vbox/vbox_snapshot_conf.c:1098 src/vbox/vbox_snapshot_conf.c:1103 +#: src/vbox/vbox_snapshot_conf.c:1124 +msgid "Error in xmlNewProp" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:1060 +msgid "Error in xmlAddPrevSibling" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:1144 +msgid "Unable to add media registry other media" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:1168 +msgid "Unable to add hardware machine" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:1181 +msgid "Unable to add extra data" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:1194 +msgid "Unable to add storage controller" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:1204 +msgid "Failed to serialize snapshot" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:1211 +msgid "Unable to save the xml" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:1293 src/vbox/vbox_snapshot_conf.c:1354 +msgid "filePath is null" +msgstr "" + +#: src/vbox/vbox_snapshot_conf.c:1488 +#, c-format +msgid "Unable to remove hard disk %s from media registry" +msgstr "" + +#: src/vmware/vmware_conf.c:244 +#, c-format +msgid "Invalid driver type: %d" +msgstr "" + +#: src/vmware/vmware_conf.c:250 +#, c-format +msgid "cannot find version pattern \"%s\"" +msgstr "" + +#: src/vmware/vmware_conf.c:256 +#, c-format +msgid "failed to parse %sversion" +msgstr "" + +#: src/vmware/vmware_conf.c:299 +msgid "invalid driver type for version detection" +msgstr "" + +#: src/vmware/vmware_driver.c:147 +#, c-format +msgid "" +"unexpected VMware URI path '%s', try vmwareplayer:///session, vmwarews:///" +"session or vmwarefusion:///session" +msgstr "" + +#: src/vmware/vmware_driver.c:172 +msgid "vmrun utility is missing" +msgstr "" + +#: src/vmware/vmware_driver.c:180 +#, c-format +msgid "unable to parse URI scheme '%s'" +msgstr "" + +#: src/vmware/vmware_driver.c:189 +#, c-format +msgid "unable to find valid requested VMware backend '%s'" +msgstr "" + +#: src/vmx/vmx.c:1369 +#, c-format +msgid "" +"Expecting VMX entry 'virtualHW.version' to be 4 or higher but found %lld" +msgstr "" + +#: src/vmx/vmx.c:2247 src/vmx/vmx.c:2330 src/vmx/vmx.c:2354 +#, c-format +msgid "" +"Invalid or not yet handled value '%s' for VMX entry '%s' for device type '%s'" +msgstr "" + +#: src/vmx/vmx.c:2622 +#, c-format +msgid "" +"Expecting VMX entry '%s' to be 'vlance' or 'vmxnet' or 'vmxnet3' or 'e1000e' " +"or 'e1000e' but found '%s'" +msgstr "" + +#: src/vmx/vmx.c:3204 +#, c-format +msgid "" +"Expecting domain XML entry 'vcpu' to be 1 or a multiple of 2 but found %d" +msgstr "" + +#: src/vmx/vmx.c:3498 +#, c-format +msgid "Invalid device type supplied: %s" +msgstr "" + +#: src/vmx/vmx.c:3506 +#, c-format +msgid "%s %s '%s' has unsupported type '%s', expecting '%s' or '%s'" +msgstr "" + +#: src/vmx/vmx.c:3526 +#, c-format +msgid "Unsupported bus type '%s' for %s" +msgstr "" + +#: src/vmx/vmx.c:3550 +#, c-format +msgid "%s %s '%s' has an unsupported type '%s'" +msgstr "" + +#: src/vmx/vmx.c:3566 +#, c-format +msgid "Image file for %s %s '%s' has unsupported suffix, expecting '%s'" +msgstr "" + +#: src/vmx/vmx.c:3682 +#, c-format +msgid "Only '%s' filesystem type is supported" +msgstr "" + +#: src/vmx/vmx.c:3727 +#, c-format +msgid "" +"Expecting domain XML entry 'devices/interface/model' to be 'vlance' or " +"'vmxnet' or 'vmxnet2' or 'vmxnet3' or 'e1000' or 'e1000e' but found '%s'" +msgstr "" + +#: src/xen/xen_driver.c:537 +#, c-format +msgid "Errored to create save dir '%s': %s" +msgstr "" + +#: src/xen/xen_hypervisor.c:595 +#, c-format +msgid "Unable to lock %zu bytes of memory" +msgstr "" + +#: src/xen/xen_hypervisor.c:611 +#, c-format +msgid "Unable to unlock %zu bytes of memory" +msgstr "" + +#: src/xen/xen_hypervisor.c:933 src/xen/xen_hypervisor.c:972 +#: src/xen/xen_hypervisor.c:1012 src/xen/xen_hypervisor.c:1052 +#, c-format +msgid "Unable to issue hypervisor ioctl %d" +msgstr "" + +#: src/xen/xen_hypervisor.c:1183 src/xen/xen_hypervisor.c:1245 +#: src/xen/xen_hypervisor.c:1349 +msgid "unsupported in dom interface < 5" +msgstr "" + +#: src/xen/xen_hypervisor.c:1299 src/xen/xen_hypervisor.c:1412 +#, c-format +msgid "Unknown scheduler %d" +msgstr "" + +#: src/xen/xen_hypervisor.c:1439 +msgid "block statistics not supported on this platform" +msgstr "" + +#: src/xen/xen_hypervisor.c:1464 +msgid "invalid path, should be vif.." +msgstr "" + +#: src/xen/xen_hypervisor.c:1469 +msgid "invalid path, vif should match this domain ID" +msgstr "" + +#: src/xen/xen_hypervisor.c:1870 src/xen/xen_hypervisor.c:1997 +#, c-format +msgid "Unable to issue hypervisor ioctl %lu" +msgstr "" + +#: src/xen/xen_hypervisor.c:2908 +msgid "cannot determine actual number of cells" +msgstr "" + +#: src/xen/xen_hypervisor.c:2923 +msgid "unsupported in sys interface < 4" +msgstr "" + +#: src/xen/xen_hypervisor.c:3037 +msgid "invalid cpumap_t size" +msgstr "" + +#: src/xen/xen_inotify.c:393 +msgid "initializing inotify" +msgstr "initialising inotify" + +#: src/xen/xend_internal.c:297 +msgid "failed to parse Xend response content length" +msgstr "" + +#: src/xen/xend_internal.c:303 +msgid "failed to parse Xend response return code" +msgstr "" + +#: src/xen/xend_internal.c:468 +#, c-format +msgid "Unexpected HTTP error code %d" +msgstr "" + +#: src/xen/xend_internal.c:1389 +msgid "Cannot save host domain" +msgstr "" + +#: src/xen/xend_internal.c:2035 +#, c-format +msgid "Domain %s is already running" +msgstr "" + +#: src/xen/xend_internal.c:2057 +#, c-format +msgid "Domain %s did not start" +msgstr "" + +#: src/xen/xm_internal.c:281 +msgid "xenXMConfigCacheRefresh: virHashAddEntry name" +msgstr "" + +#: src/xen/xm_internal.c:543 src/xen/xm_internal.c:587 +#, c-format +msgid "Memory %lu too small, min %lu" +msgstr "" + +#: src/xen/xm_internal.c:1438 +#, c-format +msgid "cannot check link /etc/xen/auto/%s points to config %s" +msgstr "" + +#: src/xenapi/xenapi_driver.c:203 +msgid "Failed to create XML conf object" +msgstr "" + +#: src/xenconfig/xen_common.c:272 +#, c-format +msgid "failed to store %lld to %s" +msgstr "" + +#: src/xenconfig/xen_common.c:680 +#, c-format +msgid "invalid vncdisplay value '%s'" +msgstr "" + +#: src/xenconfig/xen_common.c:906 +#, c-format +msgid "rate %s too big for destination" +msgstr "" + +#: src/xenconfig/xen_common.c:1373 src/xenconfig/xen_common.c:1382 +#: src/xenconfig/xen_sxpr.c:2419 src/xenconfig/xen_sxpr.c:2428 +msgid "unsupported clock adjustment='reset'" +msgstr "" + +#: src/xenconfig/xen_common.c:1390 src/xenconfig/xen_common.c:1407 +#: src/xenconfig/xen_sxpr.c:2436 src/xenconfig/xen_sxpr.c:2452 +#, c-format +msgid "unsupported clock offset='%s'" +msgstr "" + +#: src/xenconfig/xen_sxpr.c:347 +#, c-format +msgid "Failed to compile regular expression '%s': %s" +msgstr "" + +#: src/xenconfig/xen_sxpr.c:354 +#, c-format +msgid "Invalid rate '%s' specified" +msgstr "" + +#: src/xenconfig/xen_sxpr.c:360 +#, c-format +msgid "Failed to parse rate '%s'" +msgstr "" + +#: src/xenconfig/xen_sxpr.c:499 src/xenconfig/xen_xm.c:218 +#, c-format +msgid "Unknown driver type %s" +msgstr "" + +#: src/xenconfig/xen_sxpr.c:1230 +#, c-format +msgid "Invalid value of 'cpumask': %s" +msgstr "" + +#: src/xenconfig/xen_sxpr.c:1301 src/xenconfig/xen_sxpr.c:1333 +#, c-format +msgid "unknown localtime offset %s" +msgstr "" + +#: src/xenconfig/xen_xl.c:465 +msgid "multiple USB devices not supported" +msgstr "" + +#: tools/libvirt-guests.sh.in:100 +#, sh-format +msgid "Unable to connect to libvirt currently. Retrying .. $i" +msgstr "" + +#: tools/libvirt-guests.sh.in:103 +#, sh-format +msgid "Can't connect to $uri. Skipping." +msgstr "" + +#: tools/libvirt-guests.sh.in:267 tools/libvirt-guests.sh.in:316 +#, sh-format +msgid "Starting shutdown on guest: $name" +msgstr "" + +#: tools/libvirt-guests.sh.in:274 +#, sh-format +msgid "Waiting for guest %s to shut down, %d seconds left\\n" +msgstr "" + +#: tools/libvirt-guests.sh.in:277 +#, sh-format +msgid "Waiting for guest %s to shut down\\n" +msgstr "" + +#: tools/libvirt-guests.sh.in:299 +#, sh-format +msgid "Shutdown of guest $name failed to complete in time." +msgstr "" + +#: tools/libvirt-guests.sh.in:301 tools/libvirt-guests.sh.in:366 +#, sh-format +msgid "Shutdown of guest $name complete." +msgstr "" + +#: tools/libvirt-guests.sh.in:340 +#, sh-format +msgid "Failed to determine state of guest: $guest. Not tracking it anymore." +msgstr "" + +#: tools/libvirt-guests.sh.in:383 +#, sh-format +msgid "Waiting for %d guests to shut down, %d seconds left\\n" +msgstr "" + +#: tools/libvirt-guests.sh.in:386 +#, sh-format +msgid "Waiting for %d guests to shut down\\n" +msgstr "" + +#: tools/libvirt-guests.sh.in:411 +#, sh-format +msgid "Timeout expired while shutting down domains" +msgstr "" + +#: tools/libvirt-guests.sh.in:438 +msgid "SHUTDOWN_TIMEOUT must be equal or greater than 0" +msgstr "" + +#: tools/libvirt-guests.sh.in:475 +#, sh-format +msgid "Not suspending transient guests on URI: $uri: " +msgstr "" + +#: tools/libvirt-guests.sh.in:486 +#, sh-format +msgid "Failed to list persistent guests on $uri" +msgstr "" + +#: tools/libvirt-guests.sh.in:493 +msgid "Failed to list transient guests" +msgstr "" + +#: tools/virsh.c:112 tools/virt-admin.c:133 +#, c-format +msgid "Disconnected from %s due to I/O error" +msgstr "" + +#: tools/virsh.c:115 tools/virt-admin.c:136 +#, c-format +msgid "Disconnected from %s due to end of file" +msgstr "" + +#: tools/virsh.c:118 tools/virt-admin.c:139 +#, c-format +msgid "Disconnected from %s due to keepalive timeout" +msgstr "" + +#: tools/virsh.c:192 +msgid "Cannot setup keepalive on connection as requested, disconnecting" +msgstr "" + +#: tools/virsh.c:199 +msgid "Failed to setup keepalive on connection\n" +msgstr "" + +#: tools/virsh.c:227 tools/virsh.c:484 +msgid "Failed to disconnect from the hypervisor" +msgstr "" + +#: tools/virsh.c:229 tools/virsh.c:486 tools/virt-admin.c:195 +msgid "One or more references were leaked after disconnect from the hypervisor" +msgstr "" + +#: tools/virsh.c:248 tools/virt-admin.c:172 +msgid "Unable to register disconnect callback" +msgstr "" + +#: tools/virsh.c:525 +#, c-format +msgid "" +"\n" +"%s [options]... []\n" +"%s [options]... [args...]\n" +"\n" +" options:\n" +" -c | --connect=URI hypervisor connection URI\n" +" -d | --debug=NUM debug level [0-4]\n" +" -e | --escape set escape sequence for console\n" +" -h | --help this help\n" +" -k | --keepalive-interval=NUM\n" +" keepalive interval in seconds, 0 for disable\n" +" -K | --keepalive-count=NUM\n" +" number of possible missed keepalive messages\n" +" -l | --log=FILE output logging to file\n" +" -q | --quiet quiet mode\n" +" -r | --readonly connect readonly\n" +" -t | --timing print timing information\n" +" -v short version\n" +" -V long version\n" +" --version[=TYPE] version, TYPE is short or long (default short)\n" +" commands (non interactive mode):\n" +"\n" +msgstr "" + +#: tools/virsh.c:765 tools/virt-admin.c:1168 +#, c-format +msgid "option %s takes a numeric argument" +msgstr "" + +#: tools/virsh.c:770 tools/virt-admin.c:1173 +#, c-format +msgid "ignoring debug level %d out of range [%d-%d]" +msgstr "" + +#: tools/virsh.c:795 tools/virsh.c:811 +#, c-format +msgid "Invalid value for option %s" +msgstr "" + +#: tools/virsh.c:802 tools/virsh.c:818 +#, c-format +msgid "option %s requires a positive integer argument" +msgstr "" + +#: tools/virsh.c:853 tools/virt-admin.c:1205 +#, c-format +msgid "option '-%c'/'--%s' requires an argument" +msgstr "" + +#: tools/virsh.c:856 tools/virt-admin.c:1208 +#, c-format +msgid "option '-%c' requires an argument" +msgstr "" + +#: tools/virsh.c:862 tools/virt-admin.c:1214 +#, c-format +msgid "unsupported option '%s'. See --help." +msgstr "" + +#: tools/virsh.c:865 tools/virt-admin.c:1217 +msgid "unknown option" +msgstr "" + +#: tools/virsh.c:972 tools/virt-admin.c:1371 +msgid "Failed to initialize mutex" +msgstr "Failed to initialise mutex" + +#: tools/virsh.c:977 tools/virt-admin.c:1376 +msgid "Failed to initialize libvirt" +msgstr "Failed to initialise libvirt" + +#: tools/virsh.c:1002 +#, c-format +msgid "" +"Welcome to %s, the virtualization interactive terminal.\n" +"\n" +msgstr "" +"Welcome to %s, the virtualisation interactive terminal.\n" +"\n" + +#: tools/virsh-domain-monitor.c:50 +msgid "unspecified error" +msgstr "" + +#: tools/virsh-domain-monitor.c:51 +msgid "no space" +msgstr "" + +#: tools/virsh-domain-monitor.c:95 +msgid "Failed to retrieve domain XML" +msgstr "" + +#: tools/virsh-domain-monitor.c:100 +msgid "Couldn't parse domain XML" +msgstr "" + +#: tools/virsh-domain-monitor.c:139 +msgid "monitor failure" +msgstr "" + +#: tools/virsh-domain-monitor.c:140 +msgid "internal (locking) error" +msgstr "" + +#: tools/virsh-domain-monitor.c:159 +msgid "pmsuspended" +msgstr "" + +#: tools/virsh-domain-monitor.c:182 +msgid "migration canceled" +msgstr "migration cancelled" + +#: tools/virsh-domain-monitor.c:183 +msgid "save canceled" +msgstr "save cancelled" + +#: tools/virsh-domain-monitor.c:184 +msgid "event wakeup" +msgstr "" + +#: tools/virsh-domain-monitor.c:205 +msgid "creating snapshot" +msgstr "" + +#: tools/virsh-domain-monitor.c:207 +msgid "starting up" +msgstr "" + +#: tools/virsh-domain-monitor.c:233 +msgid "panicked" +msgstr "" + +#: tools/virsh-domain-monitor.c:284 +msgid "Get memory statistics for a running domain." +msgstr "" + +#: tools/virsh-domain-monitor.c:294 +msgid "period in seconds to set collection" +msgstr "" + +#: tools/virsh-domain-monitor.c:340 +#, c-format +msgid "Invalid collection period value '%d'" +msgstr "" + +#: tools/virsh-domain-monitor.c:346 +msgid "Unable to change balloon collection period." +msgstr "" + +#: tools/virsh-domain-monitor.c:447 +msgid "Get the summary of block devices for a domain." +msgstr "" + +#: tools/virsh-domain-monitor.c:460 +msgid "additionally display the type and device value" +msgstr "" + +#: tools/virsh-domain-monitor.c:505 +msgid "Device" +msgstr "" + +#: tools/virsh-domain-monitor.c:565 +msgid "list all domain virtual interfaces" +msgstr "" + +#: tools/virsh-domain-monitor.c:566 +msgid "Get the summary of virtual interfaces for a domain." +msgstr "" + +#: tools/virsh-domain-monitor.c:610 +msgid "Interface" +msgstr "" + +#: tools/virsh-domain-monitor.c:611 +msgid "Model" +msgstr "" + +#: tools/virsh-domain-monitor.c:611 +msgid "MAC" +msgstr "" + +#: tools/virsh-domain-monitor.c:732 +msgid "Failed to extract interface information" +msgstr "" + +#: tools/virsh-domain-monitor.c:738 +#, c-format +msgid "Interface (mac: %s) not found." +msgstr "" + +#: tools/virsh-domain-monitor.c:740 +#, c-format +msgid "Interface (dev: %s) not found." +msgstr "" + +#: tools/virsh-domain-monitor.c:947 +#, c-format +msgid "Failed to get block stats for domain '%s' device '%s'" +msgstr "" + +#: tools/virsh-domain-monitor.c:1083 +msgid "Show errors on block devices" +msgstr "" + +#: tools/virsh-domain-monitor.c:1086 +msgid "Show block device errors" +msgstr "" + +#: tools/virsh-domain-monitor.c:1122 +msgid "No errors found\n" +msgstr "" + +#: tools/virsh-domain-monitor.c:1335 +msgid "domain time" +msgstr "" + +#: tools/virsh-domain-monitor.c:1338 +msgid "Gets or sets the domain's system time" +msgstr "" + +#: tools/virsh-domain-monitor.c:1347 +msgid "set to the time of the host running virsh" +msgstr "" + +#: tools/virsh-domain-monitor.c:1351 +msgid "print domain's time in human readable form" +msgstr "" + +#: tools/virsh-domain-monitor.c:1355 +msgid "instead of setting given time, synchronize from domain's RTC" +msgstr "" + +#: tools/virsh-domain-monitor.c:1359 +msgid "time to set" +msgstr "" + +#: tools/virsh-domain-monitor.c:1422 +#, c-format +msgid "Time: %s" +msgstr "" + +#: tools/virsh-domain-monitor.c:1424 +#, c-format +msgid "Time: %lld" +msgstr "" + +#: tools/virsh-domain-monitor.c:1550 +msgid "Failed to list domains" +msgstr "" + +#: tools/virsh-domain-monitor.c:1622 +msgid "Failed to get domain persistence info" +msgstr "" + +#: tools/virsh-domain-monitor.c:1634 +msgid "Failed to get domain state" +msgstr "" + +#: tools/virsh-domain-monitor.c:1654 +msgid "Failed to get domain autostart state" +msgstr "" + +#: tools/virsh-domain-monitor.c:1667 +msgid "Failed to check for managed save image" +msgstr "" + +#: tools/virsh-domain-monitor.c:1679 +msgid "Failed to get snapshot count" +msgstr "" + +#: tools/virsh-domain-monitor.c:1734 +msgid "list transient domains" +msgstr "" + +#: tools/virsh-domain-monitor.c:1738 +msgid "list persistent domains" +msgstr "" + +#: tools/virsh-domain-monitor.c:1742 +msgid "list domains with existing snapshot" +msgstr "" + +#: tools/virsh-domain-monitor.c:1746 +msgid "list domains without a snapshot" +msgstr "" + +#: tools/virsh-domain-monitor.c:1750 +msgid "list domains in running state" +msgstr "" + +#: tools/virsh-domain-monitor.c:1754 +msgid "list domains in paused state" +msgstr "" + +#: tools/virsh-domain-monitor.c:1758 +msgid "list domains in shutoff state" +msgstr "" + +#: tools/virsh-domain-monitor.c:1762 +msgid "list domains in other states" +msgstr "" + +#: tools/virsh-domain-monitor.c:1766 +msgid "list domains with autostart enabled" +msgstr "" + +#: tools/virsh-domain-monitor.c:1770 +msgid "list domains with autostart disabled" +msgstr "" + +#: tools/virsh-domain-monitor.c:1774 +msgid "list domains with managed save state" +msgstr "" + +#: tools/virsh-domain-monitor.c:1778 +msgid "list domains without managed save" +msgstr "" + +#: tools/virsh-domain-monitor.c:1782 tools/virsh-network.c:637 +msgid "list uuid's only" +msgstr "" + +#: tools/virsh-domain-monitor.c:1786 +msgid "list domain names only" +msgstr "" + +#: tools/virsh-domain-monitor.c:1790 tools/virsh-network.c:645 +msgid "list table (default)" +msgstr "" + +#: tools/virsh-domain-monitor.c:1794 +msgid "mark inactive domains with managed save state" +msgstr "" + +#: tools/virsh-domain-monitor.c:1798 +msgid "show domain title" +msgstr "" + +#: tools/virsh-network.c:680 +msgid "Only one argument from --table, --name and --uuid may be specified." +msgstr "" + +#: tools/virsh-domain-monitor.c:1864 +msgid "Title" +msgstr "" + +#: tools/virsh-domain-monitor.c:1912 tools/virsh-domain-monitor.c:1918 +msgid "Failed to get domain's UUID" +msgstr "" + +#: tools/virsh-domain-monitor.c:1939 +msgid "get statistics about one or multiple domains" +msgstr "" + +#: tools/virsh-domain-monitor.c:1942 +msgid "Gets statistics about one or more (or all) domains" +msgstr "" + +#: tools/virsh-domain-monitor.c:1950 +msgid "report domain state" +msgstr "" + +#: tools/virsh-domain-monitor.c:1954 +msgid "report domain physical cpu usage" +msgstr "" + +#: tools/virsh-domain-monitor.c:1958 +msgid "report domain balloon statistics" +msgstr "" + +#: tools/virsh-domain-monitor.c:1962 +msgid "report domain virtual cpu information" +msgstr "" + +#: tools/virsh-domain-monitor.c:1966 +msgid "report domain network interface information" +msgstr "" + +#: tools/virsh-domain-monitor.c:1970 +msgid "report domain block device statistics" +msgstr "" + +#: tools/virsh-domain-monitor.c:1978 +msgid "list only active domains" +msgstr "" + +#: tools/virsh-domain-monitor.c:1982 +msgid "list only inactive domains" +msgstr "" + +#: tools/virsh-domain-monitor.c:1986 +msgid "list only persistent domains" +msgstr "" + +#: tools/virsh-domain-monitor.c:1990 +msgid "list only transient domains" +msgstr "" + +#: tools/virsh-domain-monitor.c:1994 +msgid "list only running domains" +msgstr "" + +#: tools/virsh-domain-monitor.c:1998 +msgid "list only paused domains" +msgstr "" + +#: tools/virsh-domain-monitor.c:2002 +msgid "list only shutoff domains" +msgstr "" + +#: tools/virsh-domain-monitor.c:2006 +msgid "list only domains in other states" +msgstr "" + +#: tools/virsh-domain-monitor.c:2010 +msgid "do not pretty-print the fields" +msgstr "" + +#: tools/virsh-domain-monitor.c:2014 +msgid "enforce requested stats parameters" +msgstr "" + +#: tools/virsh-domain-monitor.c:2018 +msgid "add backing chain information to block stats" +msgstr "" + +#: tools/virsh-domain-monitor.c:2023 +msgid "list of domains to get stats for" +msgstr "" + +#: tools/virsh-domain-monitor.c:2164 tools/virsh-domain-monitor.c:2165 +msgid "Get network interfaces' addresses for a running domain" +msgstr "" + +#: tools/virsh-domain-monitor.c:2174 +msgid "network interface name" +msgstr "" + +#: tools/virsh-domain-monitor.c:2178 +msgid "display full fields" +msgstr "" + +#: tools/virsh-domain-monitor.c:2182 +msgid "address source: 'lease' or 'agent'" +msgstr "" + +#: tools/virsh-domain-monitor.c:2213 +#, c-format +msgid "Unknown data source '%s'" +msgstr "" + +#: tools/virsh-domain-monitor.c:2219 +msgid "Failed to query for interfaces addresses" +msgstr "" + +#: tools/virsh-domain-monitor.c:2224 tools/virsh-network.c:1358 +msgid "Protocol" +msgstr "" + +#: tools/virsh-domain-monitor.c:2224 +msgid "Address" +msgstr "" + +#: tools/virsh-domain-monitor.c:2225 +msgid "-------------------------------------------------" +msgstr "" + +#: tools/virsh-domain-monitor.c:2226 +msgid "------------------------------" +msgstr "" + +#: tools/virsh-domain.c:73 +msgid "make live change persistent" +msgstr "" + +#: tools/virsh-domain.c:184 +msgid "blocked" +msgstr "" + +#: tools/virsh-domain.c:322 +msgid "target bus of disk device" +msgstr "" + +#: tools/virsh-domain.c:334 +msgid "IOThread to be used by supported device" +msgstr "" + +#: tools/virsh-domain.c:362 +msgid "wwn of disk device" +msgstr "" + +#: tools/virsh-domain.c:366 +msgid "needs rawio capability" +msgstr "" + +#: tools/virsh-domain.c:374 +msgid "use multifunction pci under specified address" +msgstr "" + +#: tools/virsh-domain.c:378 +msgid "print XML document rather than attach the disk" +msgstr "" + +#: tools/virsh-domain.c:708 +msgid "expecting a pci:0000.00.00.00 or ccw:00.0.0000 address." +msgstr "" + +#: tools/virsh-domain.c:834 +msgid "print XML document rather than attach the interface" +msgstr "" + +#: tools/virsh-domain.c:838 +msgid "libvirt will automatically detach/attach the device from/to host" +msgstr "" + +#: tools/virsh-domain.c:852 +#, c-format +msgid "field '%s' is malformed" +msgstr "" + +#: tools/virsh-domain.c:870 +#, c-format +msgid "Rate string '%s' has too many fields" +msgstr "" + +#: tools/virsh-domain.c:939 tools/virsh-domain.c:3287 +msgid "either inbound average or floor is mandatory" +msgstr "" + +#: tools/virsh-domain.c:952 tools/virsh-domain.c:3330 +msgid "outbound floor is unsupported yet" +msgstr "" + +#: tools/virsh-domain.c:980 +#, c-format +msgid "cannot parse pci address '%s' for network interface" +msgstr "" + +#: tools/virsh-domain.c:1215 +msgid "total max in bytes" +msgstr "" + +#: tools/virsh-domain.c:1223 +msgid "read max in bytes" +msgstr "" + +#: tools/virsh-domain.c:1231 +msgid "write max in bytes" +msgstr "" + +#: tools/virsh-domain.c:1240 +msgid "total I/O operations max" +msgstr "" + +#: tools/virsh-domain.c:1248 +msgid "read I/O operations max" +msgstr "" + +#: tools/virsh-domain.c:1256 +msgid "write I/O operations max" +msgstr "" + +#: tools/virsh-domain.c:1264 +msgid "I/O size in bytes" +msgstr "" + +#: tools/virsh-domain.c:1489 +msgid "IO Weight" +msgstr "" + +#: tools/virsh-domain.c:1497 +msgid "" +"per-device read I/O limit per second, in the form of /path/to/device," +"read_iops_sec,..." +msgstr "" + +#: tools/virsh-domain.c:1501 +msgid "" +"per-device write I/O limit per second, in the form of /path/to/device," +"write_iops_sec,..." +msgstr "" + +#: tools/virsh-domain.c:1505 +msgid "" +"per-device bytes read per second, in the form of /path/to/device," +"read_bytes_sec,..." +msgstr "" + +#: tools/virsh-domain.c:1509 +msgid "" +"per-device bytes wrote per second, in the form of /path/to/device," +"write_bytes_sec,..." +msgstr "" + +#: tools/virsh-domain.c:1875 +#, c-format +msgid "failed to query job for disk %s" +msgstr "" + +#: tools/virsh-domain.c:1917 +#, c-format +msgid "failed to abort job for disk '%s'" +msgstr "" + +#: tools/virsh-domain.c:1946 +msgid "Start a block commit operation." +msgstr "" + +#: tools/virsh-domain.c:1949 +msgid "Commit changes from a snapshot down to its backing image." +msgstr "" + +#: tools/virsh-domain.c:1959 tools/virsh-domain.c:2491 +#: tools/virsh-domain.c:2735 +msgid "fully-qualified path of disk" +msgstr "" + +#: tools/virsh-domain.c:1963 tools/virsh-domain.c:2191 +#: tools/virsh-domain.c:2739 +msgid "bandwidth limit in MiB/s" +msgstr "" + +#: tools/virsh-domain.c:1967 +msgid "path of base file to commit into (default bottom of chain)" +msgstr "" + +#: tools/virsh-domain.c:1971 +msgid "use backing file of top as base" +msgstr "" + +#: tools/virsh-domain.c:1975 +msgid "path of top file to commit from (default top of chain)" +msgstr "" + +#: tools/virsh-domain.c:1979 +msgid "trigger two-stage active commit of top file" +msgstr "" + +#: tools/virsh-domain.c:1983 +msgid "delete files that were successfully committed" +msgstr "" + +#: tools/virsh-domain.c:1987 +msgid "wait for job to complete (with --active, wait for job to sync)" +msgstr "" + +#: tools/virsh-domain.c:1992 tools/virsh-domain.c:2215 +#: tools/virsh-domain.c:2751 +msgid "with --wait, display the progress" +msgstr "" + +#: tools/virsh-domain.c:1996 tools/virsh-domain.c:2219 +msgid "implies --wait, abort if copy exceeds timeout (in seconds)" +msgstr "" + +#: tools/virsh-domain.c:2000 +msgid "implies --active --wait, pivot when commit is synced" +msgstr "" + +#: tools/virsh-domain.c:2004 +msgid "implies --active --wait, quit when commit is synced" +msgstr "" + +#: tools/virsh-domain.c:2008 tools/virsh-domain.c:2231 +#: tools/virsh-domain.c:2759 +msgid "with --wait, don't wait for cancel to finish" +msgstr "" + +#: tools/virsh-domain.c:2012 tools/virsh-domain.c:2763 +msgid "keep the backing chain relatively referenced" +msgstr "" + +#: tools/virsh-domain.c:2079 +msgid "" +"--verbose requires at least one of --timeout, --wait, --pivot, or --keep-" +"overlay" +msgstr "" + +#: tools/virsh-domain.c:2085 +msgid "" +"--async requires at least one of --timeout, --wait, --pivot, or --keep-" +"overlay" +msgstr "" + +#: tools/virsh-domain.c:2098 +msgid "Block commit" +msgstr "" + +#: tools/virsh-domain.c:2107 +msgid "Active Block Commit started" +msgstr "" + +#: tools/virsh-domain.c:2109 +msgid "Block Commit started" +msgstr "" + +#: tools/virsh-domain.c:2121 +msgid "Commit aborted" +msgstr "" + +#: tools/virsh-domain.c:2126 +msgid "Commit failed" +msgstr "" + +#: tools/virsh-domain.c:2139 tools/virsh-domain.c:2447 +#, c-format +msgid "failed to pivot job for disk %s" +msgstr "" + +#: tools/virsh-domain.c:2143 tools/virsh-domain.c:2451 +msgid "Successfully pivoted" +msgstr "" + +#: tools/virsh-domain.c:2146 tools/virsh-domain.c:2454 +#, c-format +msgid "failed to finish job for disk %s" +msgstr "" + +#: tools/virsh-domain.c:2150 +msgid "Commit complete, overlay image kept" +msgstr "" + +#: tools/virsh-domain.c:2152 +msgid "Now in synchronized phase" +msgstr "" + +#: tools/virsh-domain.c:2155 +msgid "Commit complete" +msgstr "" + +#: tools/virsh-domain.c:2170 +msgid "Start a block copy operation." +msgstr "" + +#: tools/virsh-domain.c:2173 +msgid "Copy a disk backing image chain to dest." +msgstr "" + +#: tools/virsh-domain.c:2183 +msgid "fully-qualified path of source disk" +msgstr "" + +#: tools/virsh-domain.c:2187 +msgid "path of the copy to create" +msgstr "" + +#: tools/virsh-domain.c:2195 +msgid "make the copy share a backing chain" +msgstr "" + +#: tools/virsh-domain.c:2199 +msgid "reuse existing destination" +msgstr "" + +#: tools/virsh-domain.c:2207 +msgid "copy destination is block device instead of regular file" +msgstr "" + +#: tools/virsh-domain.c:2211 +msgid "wait for job to reach mirroring phase" +msgstr "" + +#: tools/virsh-domain.c:2223 +msgid "implies --wait, pivot when mirroring starts" +msgstr "" + +#: tools/virsh-domain.c:2227 +msgid "implies --wait, quit when mirroring starts" +msgstr "" + +#: tools/virsh-domain.c:2235 +msgid "filename containing XML description of the copy destination" +msgstr "" + +#: tools/virsh-domain.c:2239 +msgid "format of the destination file" +msgstr "" + +#: tools/virsh-domain.c:2243 +msgid "power-of-two granularity to use during the copy" +msgstr "" + +#: tools/virsh-domain.c:2247 +msgid "maximum amount of in-flight data during the copy" +msgstr "" + +#: tools/virsh-domain.c:2318 +msgid "need either --dest or --xml" +msgstr "" + +#: tools/virsh-domain.c:2324 +msgid "" +"--verbose requires at least one of --timeout, --wait, --pivot, or --finish" +msgstr "" + +#: tools/virsh-domain.c:2330 +msgid "" +"--async requires at least one of --timeout, --wait, --pivot, or --finish" +msgstr "" + +#: tools/virsh-domain.c:2340 tools/virsh-domain.c:2529 +msgid "Block Copy" +msgstr "" + +#: tools/virsh-domain.c:2419 +msgid "Block Copy started" +msgstr "" + +#: tools/virsh-domain.c:2430 +msgid "Copy aborted" +msgstr "" + +#: tools/virsh-domain.c:2435 +msgid "Copy failed" +msgstr "" + +#: tools/virsh-domain.c:2458 +msgid "Successfully copied" +msgstr "" + +#: tools/virsh-domain.c:2460 +msgid "Now in mirroring phase" +msgstr "" + +#: tools/virsh-domain.c:2478 +msgid "Manage active block operations" +msgstr "" + +#: tools/virsh-domain.c:2481 +msgid "Query, adjust speed, or cancel active block operations." +msgstr "" + +#: tools/virsh-domain.c:2495 +msgid "abort the active job on the specified disk" +msgstr "" + +#: tools/virsh-domain.c:2499 +msgid "implies --abort; request but don't wait for job end" +msgstr "" + +#: tools/virsh-domain.c:2503 +msgid "implies --abort; conclude and pivot a copy or commit job" +msgstr "" + +#: tools/virsh-domain.c:2507 +msgid "get active job information for the specified disk" +msgstr "" + +#: tools/virsh-domain.c:2486 +msgid "with --info, get bandwidth in bytes rather than MiB/s" +msgstr "" + +#: tools/virsh-domain.c:2515 +msgid "implies --info; output details rather than human summary" +msgstr "" + +#: tools/virsh-domain.c:2519 +msgid "set the bandwidth limit in MiB/s" +msgstr "" + +#: tools/virsh-domain.c:2527 tools/virsh-domain.c:2537 +msgid "Unknown job" +msgstr "" + +#: tools/virsh-domain.c:2528 tools/virsh-domain.c:2810 +msgid "Block Pull" +msgstr "" + +#: tools/virsh-domain.c:2530 +msgid "Block Commit" +msgstr "" + +#: tools/virsh-domain.c:2531 +msgid "Active Block Commit" +msgstr "" + +#: tools/virsh-domain.c:2589 +#, c-format +msgid "overflow in converting %ld MiB/s to bytes\n" +msgstr "" + +#: tools/virsh-domain.c:2598 +#, c-format +msgid "No current block job for %s" +msgstr "" + +#: tools/virsh-domain.c:2604 +#, c-format +msgid "" +" type=%s\n" +" bandwidth=%lu\n" +" cur=%llu\n" +" end=%llu\n" +msgstr "" + +#: tools/virsh-domain.c:2613 +#, c-format +msgid " Bandwidth limit: %llu bytes/s (%-.3lf %s/s)" +msgstr "" + +#: tools/virsh-domain.c:2743 +msgid "path of backing file in chain for a partial pull" +msgstr "" + +#: tools/virsh-domain.c:2747 +msgid "wait for job to finish" +msgstr "" + +#: tools/virsh-domain.c:2755 +msgid "with --wait, abort if pull exceeds timeout (in seconds)" +msgstr "" + +#: tools/virsh-domain.c:2829 +msgid "Block Pull started" +msgstr "" + +#: tools/virsh-domain.c:2840 +msgid "Pull aborted" +msgstr "" + +#: tools/virsh-domain.c:2845 +msgid "Pull failed" +msgstr "" + +#: tools/virsh-domain.c:2851 +msgid "Pull complete" +msgstr "" + +#: tools/virsh-domain.c:2886 +msgid "New size of the block device, as scaled integer (default KiB)" +msgstr "" + +#: tools/virsh-domain.c:2948 +msgid "force console connection (disconnect already connected sessions)" +msgstr "" + +#: tools/virsh-domain.c:2952 +msgid "only connect if safe console handling is supported" +msgstr "" + +#: tools/virsh-domain.c:2977 +msgid "Cannot run interactive console without a controlling TTY" +msgstr "" + +#: tools/virsh-domain.c:3146 +#, c-format +msgid "interface (%s: %s) not found" +msgstr "" + +#: tools/virsh-domain.c:3206 +msgid "get/set parameters of a virtual interface" +msgstr "" + +#: tools/virsh-domain.c:3209 +msgid "Get/set parameters of a domain's virtual interface." +msgstr "" + +#: tools/virsh-domain.c:3280 +#, c-format +msgid "inbound rate larger than maximum %u" +msgstr "" + +#: tools/virsh-domain.c:3320 +#, c-format +msgid "outbound rate larger than maximum %u" +msgstr "" + +#: tools/virsh-domain.c:3356 +msgid "Unable to get number of interface parameters" +msgstr "" + +#: tools/virsh-domain.c:3369 +msgid "Unable to get interface parameters" +msgstr "" + +#: tools/virsh-domain.c:3394 +msgid "Unable to set interface parameters" +msgstr "" + +#: tools/virsh-domain.c:3442 +msgid "suspend a domain gracefully using power management functions" +msgstr "" + +#: tools/virsh-domain.c:3446 +msgid "" +"Suspends a running domain using guest OS's power management. (Note: This " +"requires a guest agent configured and running in the guest OS)." +msgstr "" + +#: tools/virsh-domain.c:3465 +msgid "duration in seconds" +msgstr "" + +#: tools/virsh-domain.c:3501 +#, c-format +msgid "Domain %s could not be suspended" +msgstr "" + +#: tools/virsh-domain.c:3506 +#, c-format +msgid "Domain %s successfully suspended" +msgstr "" + +#: tools/virsh-domain.c:3522 +msgid "wakeup a domain from pmsuspended state" +msgstr "" + +#: tools/virsh-domain.c:3525 +msgid "Wakeup a domain that was previously suspended by power management." +msgstr "" + +#: tools/virsh-domain.c:3548 +#, c-format +msgid "Domain %s could not be woken up" +msgstr "" + +#: tools/virsh-domain.c:3553 +#, c-format +msgid "Domain %s successfully woken up" +msgstr "" + +#: tools/virsh-domain.c:3584 +msgid "" +"remove associated storage volumes (comma separated list of targets or source " +"paths) (see domblklist)" +msgstr "" + +#: tools/virsh-domain.c:3589 +msgid "remove all associated storage volumes (use with caution)" +msgstr "" + +#: tools/virsh-domain.c:3593 +msgid "" +"delete snapshots associated with volume(s), requires --remove-all-storage " +"(must be supported by storage driver)" +msgstr "" + +#: tools/virsh-domain.c:3598 +msgid "wipe data on the removed volumes" +msgstr "" + +#: tools/virsh-domain.c:3606 +msgid "remove nvram file, if inactive" +msgstr "" + +#: tools/virsh-domain.c:3666 +msgid "" +"'--wipe-storage' requires '--storage ' or '--remove-all-storage'" +msgstr "" + +#: tools/virsh-domain.c:3744 +msgid "Storage volume deletion is supported only on stopped domains" +msgstr "" + +#: tools/virsh-domain.c:3751 +msgid "Specified both --storage and --remove-all-storage" +msgstr "" + +#: tools/virsh-domain.c:3756 +msgid "Could not retrieve domain XML description" +msgstr "" + +#: tools/virsh-domain.c:3814 +#, c-format +msgid "Missing storage volume name for disk '%s'" +msgstr "" + +#: tools/virsh-domain.c:3822 +#, c-format +msgid "Storage pool '%s' for volume '%s' not found." +msgstr "" + +#: tools/virsh-domain.c:3837 +#, c-format +msgid "" +"Storage volume '%s'(%s) is not managed by libvirt. Remove it manually.\n" +msgstr "" + +#: tools/virsh-domain.c:3857 +#, c-format +msgid "Volume '%s' was not found in domain's definition.\n" +msgstr "" + +#: tools/virsh-domain.c:3927 +#, c-format +msgid "Wiping volume '%s'(%s) ... " +msgstr "" + +#: tools/virsh-domain.c:3931 +msgid "Failed! Volume not removed." +msgstr "" + +#: tools/virsh-domain.c:3935 +msgid "Done.\n" +msgstr "" + +#: tools/virsh-domain.c:3941 +#, c-format +msgid "Failed to remove storage volume '%s'(%s)" +msgstr "" + +#: tools/virsh-domain.c:3945 +#, c-format +msgid "Volume '%s'(%s) removed.\n" +msgstr "" + +#: tools/virsh-domain.c:4020 tools/virsh-domain.c:7575 +msgid "pass file descriptors N,M,... to the guest" +msgstr "" + +#: tools/virsh-domain.c:4044 +#, c-format +msgid "Unable to split FD list '%s'" +msgstr "" + +#: tools/virsh-domain.c:4051 +#, c-format +msgid "Unable to parse FD number '%s'" +msgstr "" + +#: tools/virsh-domain.c:4055 +msgid "Unable to allocate FD list" +msgstr "" + +#: tools/virsh-domain.c:4190 tools/virsh-domain.c:4632 +msgid "display the progress of save" +msgstr "" + +#: tools/virsh-domain.c:4402 +msgid "Save" +msgstr "" + +#: tools/virsh-domain.c:4407 +#, c-format +msgid "" +"\n" +"Domain %s saved to %s\n" +msgstr "" + +#: tools/virsh-domain.c:4422 +msgid "Dump XML of domain information for a saved state file to stdout." +msgstr "" + +#: tools/virsh-domain.c:4537 +msgid "--running and --paused are mutually exclusive" +msgstr "" + +#: tools/virsh-domain.c:4709 +msgid "Managedsave" +msgstr "" + +#: tools/virsh-domain.c:4714 +#, c-format +msgid "" +"\n" +"Domain %s state saved by libvirt\n" +msgstr "" + +#: tools/virsh-domain.c:4765 +#, c-format +msgid "Removed managedsave image for domain %s" +msgstr "Removed managed save image for domain %s" + +#: tools/virsh-domain.c:5112 +msgid "avoid file system cache when dumping" +msgstr "" + +#: tools/virsh-domain.c:5120 +msgid "display the progress of dump" +msgstr "" + +#: tools/virsh-domain.c:5124 +msgid "dump domain's memory only" +msgstr "" + +#: tools/virsh-domain.c:5128 +msgid "specify the format of memory-only dump" +msgstr "" + +#: tools/virsh-domain.c:5172 +msgid "--format only works with --memory-only" +msgstr "" + +#: tools/virsh-domain.c:5186 +#, c-format +msgid "" +"format '%s' is not supported, expecting 'kdump-zlib', 'kdump-lzo', 'kdump-" +"snappy' or 'elf'" +msgstr "" + +#: tools/virsh-domain.c:5249 +msgid "Dump" +msgstr "" + +#: tools/virsh-domain.c:5254 +#, c-format +msgid "" +"\n" +"Domain %s dumped to %s\n" +msgstr "" + +#: tools/virsh-domain.c:5409 +msgid "set the user password inside the domain" +msgstr "" + +#: tools/virsh-domain.c:5412 +msgid "changes the password of the specified user inside the domain" +msgstr "" + +#: tools/virsh-domain.c:5422 +msgid "the username" +msgstr "" + +#: tools/virsh-domain.c:5427 +msgid "the new password" +msgstr "" + +#: tools/virsh-domain.c:5431 +msgid "the password is already encrypted" +msgstr "" + +#: tools/virsh-domain.c:5461 +#, c-format +msgid "Password set successfully for %s in %s" +msgstr "" + +#: tools/virsh-domain.c:5524 tools/virsh-domain.c:5609 +msgid "shutdown mode: acpi|agent|initctl|signal|paravirt" +msgstr "" + +#: tools/virsh-domain.c:5544 tools/virsh-domain.c:5628 +msgid "Cannot parse mode string" +msgstr "" + +#: tools/virsh-domain.c:5562 +#, c-format +msgid "" +"Unknown mode %s value, expecting 'acpi', 'agent', 'initctl', 'signal', or " +"'paravirt'" +msgstr "" + +#: tools/virsh-domain.c:5646 +#, c-format +msgid "" +"Unknown mode %s value, expecting 'acpi', 'agent', 'initctl', 'signal' or " +"'paravirt'" +msgstr "" + +#: tools/virsh-domain.c:5728 +msgid "return statistics of a recently completed job" +msgstr "" + +#: tools/virsh-domain.c:5739 +msgid "Completed" +msgstr "" + +#: tools/virsh-domain.c:5741 +msgid "Cancelled" +msgstr "" + +#: tools/virsh-domain.c:5811 +msgid "Optional flags are not supported by the daemon" +msgstr "" + +#: tools/virsh-domain.c:5838 +msgid "Time elapsed w/o network:" +msgstr "" + +#: tools/virsh-domain.c:5870 +msgid "Memory bandwidth:" +msgstr "" + +#: tools/virsh-domain.c:5878 +msgid "Dirty rate:" +msgstr "" + +#: tools/virsh-domain.c:5886 +msgid "Iteration:" +msgstr "" + +#: tools/virsh-domain.c:5905 +msgid "File bandwidth:" +msgstr "" + +#: tools/virsh-domain.c:5914 +msgid "Constant pages:" +msgstr "" + +#: tools/virsh-domain.c:5921 +msgid "Normal pages:" +msgstr "" + +#: tools/virsh-domain.c:5929 +msgid "Normal data:" +msgstr "" + +#: tools/virsh-domain.c:5939 +msgid "Total downtime:" +msgstr "" + +#: tools/virsh-domain.c:5942 +msgid "Expected downtime:" +msgstr "" + +#: tools/virsh-domain.c:5951 +msgid "Downtime w/o network:" +msgstr "" + +#: tools/virsh-domain.c:5958 +msgid "Setup time:" +msgstr "" + +#: tools/virsh-domain.c:5966 +msgid "Compression cache:" +msgstr "" + +#: tools/virsh-domain.c:5974 +msgid "Compressed data:" +msgstr "" + +#: tools/virsh-domain.c:5981 +msgid "Compressed pages:" +msgstr "" + +#: tools/virsh-domain.c:5988 +msgid "Compression cache misses:" +msgstr "" + +#: tools/virsh-domain.c:5995 +msgid "Compression overflows:" +msgstr "" + +#: tools/virsh-domain.c:6069 +msgid "get maximum count of vcpus" +msgstr "" + +#: tools/virsh-domain.c:6080 +msgid "retrieve vcpu count from the guest instead of the hypervisor" +msgstr "" + +#: tools/virsh-domain.c:6125 +msgid "Failed to retrieve vCPU count from the guest" +msgstr "" + +#: tools/virsh-domain.c:6153 +msgid "Failed to retrieve maximum vcpu count" +msgstr "" + +#: tools/virsh-domain.c:6159 +msgid "Failed to retrieve current vcpu count" +msgstr "" + +#: tools/virsh-domain.c:6271 tools/virsh-host.c:676 +msgid "return human readable output" +msgstr "" + +#: tools/virsh-domain.c:6343 +#, c-format +msgid "%s (out of %d)" +msgstr "" + +#: tools/virsh-domain.c:6490 +#, c-format +msgid "Invalid cpulist '%s'" +msgstr "" + +#: tools/virsh-domain.c:6495 +#, c-format +msgid "CPU %d in cpulist '%s' exceed the maxcpu %d" +msgstr "" + +#: tools/virsh-domain.c:6545 +msgid "vcpupin: Missing vCPU number in pin mode." +msgstr "" + +#: tools/virsh-domain.c:6432 +msgid "cannot get vcpupin for offline domain" +msgstr "" + +#: tools/virsh-domain.c:6434 +msgid "cannot get vcpupin for transient domain" +msgstr "" + +#: tools/virsh-domain.c:6586 +msgid "control or query domain emulator affinity" +msgstr "" + +#: tools/virsh-domain.c:6589 +msgid "Pin domain emulator threads to host physical CPUs." +msgstr "" + +#: tools/virsh-domain.c:6659 +msgid "emulator:" +msgstr "" + +#: tools/virsh-domain.c:6714 +msgid "modify cpu state in the guest" +msgstr "" + +#: tools/virsh-domain.c:6754 +msgid "Can't set 0 processors for a VM" +msgstr "" + +#: tools/virsh-domain.c:6866 +msgid "view domain IOThreads" +msgstr "" + +#: tools/virsh-domain.c:6869 +msgid "Returns basic information about the domain IOThreads." +msgstr "" + +#: tools/virsh-domain.c:6910 +msgid "Unable to get domain IOThreads information" +msgstr "" + +#: tools/virsh-domain.c:6915 +msgid "No IOThreads found for the domain" +msgstr "" + +#: tools/virsh-domain.c:6920 +msgid "IOThread ID" +msgstr "" + +#: tools/virsh-domain.c:6941 +msgid "control domain IOThread affinity" +msgstr "" + +#: tools/virsh-domain.c:6944 +msgid "Pin domain IOThreads to host physical CPUs." +msgstr "" + +#: tools/virsh-domain.c:6954 +msgid "IOThread ID number" +msgstr "" + +#: tools/virsh-domain.c:6959 +msgid "host cpu number(s) to set" +msgstr "" + +#: tools/virsh-domain.c:7023 +msgid "add an IOThread to the guest domain" +msgstr "" + +#: tools/virsh-domain.c:7026 +msgid "Add an IOThread to the guest domain." +msgstr "" + +#: tools/virsh-domain.c:7036 +msgid "iothread for the new IOThread" +msgstr "" + +#: tools/virsh-domain.c:7069 tools/virsh-domain.c:7134 +#, c-format +msgid "Invalid IOThread id value: '%d'" +msgstr "" + +#: tools/virsh-domain.c:7088 +msgid "delete an IOThread from the guest domain" +msgstr "" + +#: tools/virsh-domain.c:7091 +msgid "Delete an IOThread from the guest domain." +msgstr "" + +#: tools/virsh-domain.c:7101 +msgid "iothread_id for the IOThread to delete" +msgstr "" + +#: tools/virsh-domain.c:7165 +msgid "report error if CPUs are incompatible" +msgstr "" + +#: tools/virsh-domain.c:7263 +msgid "Show features that are part of the CPU model type" +msgstr "" + +#: tools/virsh-domain.c:7267 +msgid "Do not include features that block migration" +msgstr "" + +#: tools/virsh-domain.c:7364 +msgid "show domain cpu statistics" +msgstr "" + +#: tools/virsh-domain.c:7367 +msgid "Display per-CPU and total statistics about the domain's CPUs" +msgstr "" + +#: tools/virsh-domain.c:7376 +msgid "Show total statistics only" +msgstr "" + +#: tools/virsh-domain.c:7380 +msgid "Show statistics from this CPU" +msgstr "" + +#: tools/virsh-domain.c:7384 +msgid "Number of shown CPUs at most" +msgstr "" + +#: tools/virsh-domain.c:7429 +msgid "Invalid value for start CPU" +msgstr "" + +#: tools/virsh-domain.c:7439 +msgid "Invalid value for number of CPUs to show" +msgstr "" + +#: tools/virsh-domain.c:7466 +#, c-format +msgid "Only %d CPUs available to show\n" +msgstr "" + +#: tools/virsh-domain.c:7475 +msgid "No per-CPU stats available" +msgstr "" + +#: tools/virsh-domain.c:7515 +msgid "No total stats available" +msgstr "" + +#: tools/virsh-domain.c:7527 +msgid "Total:\n" +msgstr "" + +#: tools/virsh-domain.c:7539 +#, c-format +msgid "Failed to retrieve CPU statistics for domain '%s'" +msgstr "" + +#: tools/virsh-domain.c:7579 tools/virsh-domain.c:7657 +msgid "validate the XML against the schema" +msgstr "" + +#: tools/virsh-domain.c:7715 +msgid "terminate gracefully" +msgstr "" + +#: tools/virsh-domain.c:7756 +msgid "show or set domain's description or title" +msgstr "" + +#: tools/virsh-domain.c:7759 +msgid "Allows to show or modify description or title of a domain." +msgstr "" + +#: tools/virsh-domain.c:7766 tools/virsh-domain.c:7937 +msgid "modify/get running state" +msgstr "" + +#: tools/virsh-domain.c:7767 tools/virsh-domain.c:7938 +msgid "modify/get persistent configuration" +msgstr "" + +#: tools/virsh-domain.c:7768 tools/virsh-domain.c:7939 +msgid "modify/get current state configuration" +msgstr "" + +#: tools/virsh-domain.c:7771 +msgid "modify/get the title instead of description" +msgstr "" + +#: tools/virsh-domain.c:7775 +msgid "open an editor to modify the description" +msgstr "" + +#: tools/virsh-domain.c:7779 +msgid "message" +msgstr "" + +#: tools/virsh-domain.c:7834 +msgid "Failed to collect new description/title" +msgstr "" + +#: tools/virsh-domain.c:7871 +msgid "Domain title not changed\n" +msgstr "" + +#: tools/virsh-domain.c:7872 +msgid "Domain description not changed\n" +msgstr "" + +#: tools/virsh-domain.c:7884 +msgid "Failed to set new domain title" +msgstr "" + +#: tools/virsh-domain.c:7885 +msgid "Failed to set new domain description" +msgstr "" + +#: tools/virsh-domain.c:7889 +msgid "Domain title updated successfully" +msgstr "" + +#: tools/virsh-domain.c:7890 +msgid "Domain description updated successfully" +msgstr "" + +#: tools/virsh-domain.c:7901 +#, c-format +msgid "No title for domain: %s" +msgstr "" + +#: tools/virsh-domain.c:7902 +#, c-format +msgid "No description for domain: %s" +msgstr "" + +#: tools/virsh-domain.c:7922 +msgid "show or set domain's custom XML metadata" +msgstr "" + +#: tools/virsh-domain.c:7925 +msgid "Shows or modifies the XML metadata of a domain." +msgstr "" + +#: tools/virsh-domain.c:7935 +msgid "URI of the namespace" +msgstr "" + +#: tools/virsh-domain.c:7942 +msgid "use an editor to change the metadata" +msgstr "" + +#: tools/virsh-domain.c:7946 +msgid "key to be used as a namespace identifier" +msgstr "" + +#: tools/virsh-domain.c:7950 +msgid "new metadata to set" +msgstr "" + +#: tools/virsh-domain.c:7954 +msgid "remove the metadata corresponding to an uri" +msgstr "" + +#: tools/virsh-domain.c:8015 +msgid "namespace key is required when modifying metadata" +msgstr "" + +#: tools/virsh-domain.c:8025 +msgid "Metadata removed" +msgstr "" + +#: tools/virsh-domain.c:8027 tools/virsh-domain.c:8043 +msgid "Metadata modified" +msgstr "" + +#: tools/virsh-domain.c:8033 +msgid "Metadata not changed" +msgstr "" + +#: tools/virsh-domain.c:8198 +msgid "Send signals to processes" +msgstr "" + +#: tools/virsh-domain.c:8201 +msgid "Send signals to processes in the guest" +msgstr "" + +#: tools/virsh-domain.c:8211 +msgid "the process ID" +msgstr "" + +#: tools/virsh-domain.c:8216 +msgid "the signal number or name" +msgstr "" + +#: tools/virsh-domain.c:8284 +#, c-format +msgid "malformed signal name: %s" +msgstr "" + +#: tools/virsh-domain.c:8320 +msgid "new memory size, as scaled integer (default KiB)" +msgstr "" + +#: tools/virsh-domain.c:8401 +msgid "new maximum memory size, as scaled integer (default KiB)" +msgstr "" + +#: tools/virsh-domain.c:8484 +msgid "Max memory, as scaled integer (default KiB)" +msgstr "" + +#: tools/virsh-domain.c:8488 +msgid "Memory during contention, as scaled integer (default KiB)" +msgstr "" + +#: tools/virsh-domain.c:8492 +msgid "Max memory plus swap, as scaled integer (default KiB)" +msgstr "" + +#: tools/virsh-domain.c:8496 +msgid "Min guaranteed memory, as scaled integer (default KiB)" +msgstr "" + +#: tools/virsh-domain.c:8574 +#, c-format +msgid "Unable to parse integer parameter %s" +msgstr "" + +#: tools/virsh-domain.c:8615 +msgid "unlimited" +msgstr "" + +#: tools/virsh-domain.c:8771 +msgid "Get or set numa parameters" +msgstr "" + +#: tools/virsh-domain.c:8774 +msgid "" +"Get or set the current numa parameters for a guest domain.\n" +" To get the numa parameters use following command: \n" +"\n" +" virsh # numatune " +msgstr "" + +#: tools/virsh-domain.c:8786 +msgid "" +"NUMA mode, one of strict, preferred and interleave \n" +"or a number from the virDomainNumatuneMemMode enum" +msgstr "" + +#: tools/virsh-domain.c:8791 +msgid "NUMA node selections to set" +msgstr "" + +#: tools/virsh-domain.c:8844 +#, c-format +msgid "Invalid mode: %s" +msgstr "" + +#: tools/virsh-domain.c:8870 +msgid "Unable to get numa parameters" +msgstr "" + +#: tools/virsh-domain.c:8900 +msgid "Unable to change numa parameters" +msgstr "" + +#: tools/virsh-domain.c:8925 +msgid "pretty-print any qemu monitor protocol output" +msgstr "" + +#: tools/virsh-domain.c:8966 +msgid "--hmp and --pretty are not compatible" +msgstr "" + +#: tools/virsh-domain.c:9055 +msgid "QEMU Monitor Events" +msgstr "" + +#: tools/virsh-domain.c:9058 +msgid "Listen for QEMU Monitor Events" +msgstr "" + +#: tools/virsh-domain.c:9066 +msgid "filter by domain name, id or uuid" +msgstr "" + +#: tools/virsh-domain.c:9070 +msgid "filter by event name" +msgstr "" + +#: tools/virsh-domain.c:9074 +msgid "pretty-print any JSON output" +msgstr "" + +#: tools/virsh-domain.c:9078 tools/virsh-domain.c:12645 +#: tools/virsh-network.c:1199 tools/virsh-pool.c:2020 +msgid "loop until timeout or interrupt, rather than one-shot" +msgstr "" + +#: tools/virsh-domain.c:9082 tools/virsh-domain.c:12649 +#: tools/virsh-network.c:1203 tools/virsh-pool.c:2024 +msgid "timeout seconds" +msgstr "" + +#: tools/virsh-domain.c:9086 +msgid "treat event as a regex rather than literal filter" +msgstr "" + +#: tools/virsh-domain.c:9090 +msgid "treat event case-insensitively" +msgstr "" + +#: tools/virsh-domain.c:9094 tools/virsh-domain.c:12657 +#: tools/virsh-network.c:1211 tools/virsh-pool.c:2032 +msgid "show timestamp for each printed event" +msgstr "" + +#: tools/virsh-domain.c:9139 tools/virsh-domain.c:12747 +#: tools/virsh-network.c:1265 tools/virsh-pool.c:2091 +msgid "event loop interrupted\n" +msgstr "" + +#: tools/virsh-domain.c:9142 tools/virsh-domain.c:12750 +#: tools/virsh-network.c:1268 tools/virsh-pool.c:2094 +msgid "event loop timed out\n" +msgstr "" + +#: tools/virsh-domain.c:9149 tools/virsh-domain.c:12757 +#: tools/virsh-network.c:1275 tools/virsh-pool.c:2101 +#, c-format +msgid "events received: %d\n" +msgstr "" + +#: tools/virsh-domain.c:9217 +msgid "QEMU Guest Agent Command" +msgstr "" + +#: tools/virsh-domain.c:9220 +msgid "Run an arbitrary qemu guest agent command; use at your own risk" +msgstr "" + +#: tools/virsh-domain.c:9230 +msgid "timeout seconds. must be positive." +msgstr "" + +#: tools/virsh-domain.c:9234 +msgid "execute command without waiting for timeout" +msgstr "" + +#: tools/virsh-domain.c:9238 +msgid "execute command without timeout" +msgstr "" + +#: tools/virsh-domain.c:9242 +msgid "pretty-print the output" +msgstr "" + +#: tools/virsh-domain.c:9289 +msgid "timeout must be positive" +msgstr "" + +#: tools/virsh-domain.c:9303 +msgid "timeout, async and block options are exclusive" +msgstr "" + +#: tools/virsh-domain.c:9340 +msgid "LXC Guest Enter Namespace" +msgstr "" + +#: tools/virsh-domain.c:9343 +msgid "Run an arbitrary command in a lxc guest namespace; use at your own risk" +msgstr "" + +#: tools/virsh-domain.c:9352 +msgid "Do not change process security label" +msgstr "" + +#: tools/virsh-domain.c:9357 +msgid "command to run" +msgstr "" + +#: tools/virsh-domain.c:9388 tools/virsh-domain.c:9394 +#, c-format +msgid "%s: %d: failed to allocate argv" +msgstr "" + +#: tools/virsh-domain.c:9404 +msgid "Failed to allocate security model" +msgstr "" + +#: tools/virsh-domain.c:9408 +msgid "Failed to allocate security label" +msgstr "" + +#: tools/virsh-domain.c:9506 +msgid "provide XML suitable for migrations" +msgstr "" + +#: tools/virsh-domain.c:9698 +msgid "rename a domain" +msgstr "" + +#: tools/virsh-domain.c:9711 +msgid "new domain name" +msgstr "" + +#: tools/virsh-domain.c:9832 +msgid "" +"connection URI of the destination host as seen from the client(normal " +"migration) or source(p2p migration)" +msgstr "" +"connection URI of the destination host as seen from the client (normal " +"migration) or source (p2p migration)" + +#: tools/virsh-domain.c:9837 +msgid "offline migration" +msgstr "" + +#: tools/virsh-domain.c:9877 +msgid "prevent any configuration changes to domain until migration ends" +msgstr "" + +#: tools/virsh-domain.c:9881 +msgid "force migration even if it may be unsafe" +msgstr "" + +#: tools/virsh-domain.c:9889 +msgid "compress repeated pages during live migration" +msgstr "" + +#: tools/virsh-domain.c:9893 +msgid "force convergence during live migration" +msgstr "" + +#: tools/virsh-domain.c:9897 +msgid "support memory pinning during RDMA live migration" +msgstr "" + +#: tools/virsh-domain.c:9901 +msgid "abort on soft errors during migration" +msgstr "" + +#: tools/virsh-domain.c:9917 +msgid "graphics URI to be used for seamless graphics migration" +msgstr "" + +#: tools/virsh-domain.c:9921 +msgid "listen address that destination should bind to for incoming migration" +msgstr "" + +#: tools/virsh-domain.c:9946 +msgid "comma separated list of disks to be migrated" +msgstr "" + +#: tools/virsh-domain.c:10128 +#, c-format +msgid "cannot read file '%s'" +msgstr "" + +#: tools/virsh-domain.c:10366 +msgid "Migration" +msgstr "" + +#: tools/virsh-domain.c:10436 +msgid "get/set compression cache size" +msgstr "" + +#: tools/virsh-domain.c:10439 +msgid "" +"Get/set size of the cache (in bytes) used for compressing repeatedly " +"transferred memory pages during live migration." +msgstr "" + +#: tools/virsh-domain.c:10450 +msgid "requested size of the cache (in bytes) used for compression" +msgstr "" + +#: tools/virsh-domain.c:10480 +#, c-format +msgid "Compression cache: %.3lf %s" +msgstr "" + +#: tools/virsh-domain.c:10496 +msgid "" +"Set the maximum migration bandwidth (in MiB/s) for a domain which is being " +"migrated to another host." +msgstr "" + +#: tools/virsh-domain.c:10507 +msgid "migration bandwidth limit in MiB/s" +msgstr "" + +#: tools/virsh-domain.c:10543 +msgid "Get the maximum migration bandwidth (in MiB/s) for a domain." +msgstr "" + +#: tools/virsh-domain.c:10622 +msgid "domain display connection URI" +msgstr "" + +#: tools/virsh-domain.c:10625 +msgid "Output the IP address and port number for the graphical display." +msgstr "" + +#: tools/virsh-domain.c:10635 +msgid "includes the password into the connection URI if available" +msgstr "" + +#: tools/virsh-domain.c:10639 +msgid "select particular graphical display (e.g. \"vnc\", \"spice\", \"rdp\")" +msgstr "" + +#: tools/virsh-domain.c:10829 +msgid "Failed to create display URI" +msgstr "" + +#: tools/virsh-domain.c:10844 +#, c-format +msgid "No graphical display with type '%s' found" +msgstr "" + +#: tools/virsh-domain.c:10846 +msgid "No graphical display found" +msgstr "" + +#: tools/virsh-domain.c:10908 +msgid "Failed to get VNC port. Is this domain using VNC?" +msgstr "" + +#: tools/virsh-domain.c:11003 +msgid "print the domain's hostname" +msgstr "" + +#: tools/virsh-domain.c:11377 +#, c-format +msgid "No interface found whose type is %s" +msgstr "" + +#: tools/virsh-domain.c:11404 +#, c-format +msgid "" +"Domain has multiple interfaces matching MAC address %s. You must use detach-" +"device and specify the device pci address to remove it." +msgstr "" + +#: tools/virsh-domain.c:11417 +#, c-format +msgid "No interface with MAC address %s was found" +msgstr "" + +#: tools/virsh-domain.c:11592 +#, c-format +msgid "No disk found whose source path or target is %s" +msgstr "" + +#: tools/virsh-domain.c:11636 +#, c-format +msgid "The disk device '%s' is not removable" +msgstr "" + +#: tools/virsh-domain.c:11680 +#, c-format +msgid "The disk device '%s' doesn't have media" +msgstr "" + +#: tools/virsh-domain.c:11688 +msgid "New disk media source was not specified" +msgstr "" + +#: tools/virsh-domain.c:11700 +#, c-format +msgid "The disk device '%s' already has media" +msgstr "" + +#: tools/virsh-domain.c:11721 +msgid "Failed to allocate new source node" +msgstr "" + +#: tools/virsh-domain.c:11880 +msgid "skip validation of the XML against the schema" +msgstr "" + +#: tools/virsh-domain.c:11941 tools/virsh-network.c:1122 +#: tools/virsh-pool.c:1899 +msgid "Defined" +msgstr "" + +#: tools/virsh-domain.c:11942 tools/virsh-network.c:1123 +#: tools/virsh-pool.c:1900 +msgid "Undefined" +msgstr "" + +#: tools/virsh-domain.c:11943 tools/virsh-network.c:1124 +#: tools/virsh-pool.c:1901 +msgid "Started" +msgstr "" + +#: tools/virsh-domain.c:11944 +msgid "Suspended" +msgstr "" + +#: tools/virsh-domain.c:11945 +msgid "Resumed" +msgstr "" + +#: tools/virsh-domain.c:11946 tools/virsh-network.c:1125 +#: tools/virsh-pool.c:1902 +msgid "Stopped" +msgstr "" + +#: tools/virsh-domain.c:11947 tools/virsh-domain.c:12005 +msgid "Shutdown" +msgstr "" + +#: tools/virsh-domain.c:11948 +msgid "PMSuspended" +msgstr "" + +#: tools/virsh-domain.c:11949 tools/virsh-domain.c:12007 +msgid "Crashed" +msgstr "" + +#: tools/virsh-domain.c:11961 +msgid "Added" +msgstr "" + +#: tools/virsh-domain.c:11962 +msgid "Updated" +msgstr "" + +#: tools/virsh-domain.c:11963 tools/virsh-domain.c:11970 +msgid "Renamed" +msgstr "" + +#: tools/virsh-domain.c:11969 +msgid "Removed" +msgstr "" + +#: tools/virsh-domain.c:11975 +msgid "Booted" +msgstr "" + +#: tools/virsh-domain.c:11976 tools/virsh-domain.c:11985 +#: tools/virsh-domain.c:11998 tools/virsh-domain.c:12008 +msgid "Migrated" +msgstr "" + +#: tools/virsh-domain.c:11977 tools/virsh-domain.c:11988 +msgid "Restored" +msgstr "" + +#: tools/virsh-domain.c:11964 tools/virsh-domain.c:11978 +#: tools/virsh-domain.c:11989 tools/virsh-domain.c:11999 +#: tools/virsh-domain.c:12011 +msgid "Snapshot" +msgstr "" + +#: tools/virsh-domain.c:11979 +msgid "Event wakeup" +msgstr "" + +#: tools/virsh-domain.c:11984 +msgid "Paused" +msgstr "" + +#: tools/virsh-domain.c:11986 +msgid "I/O Error" +msgstr "" + +#: tools/virsh-domain.c:11987 +msgid "Watchdog" +msgstr "" + +#: tools/virsh-domain.c:11990 +msgid "API error" +msgstr "" + +#: tools/virsh-domain.c:11997 +msgid "Unpaused" +msgstr "" + +#: tools/virsh-domain.c:12006 +msgid "Destroyed" +msgstr "" + +#: tools/virsh-domain.c:12009 +msgid "Saved" +msgstr "" + +#: tools/virsh-domain.c:12016 +msgid "Finished" +msgstr "" + +#: tools/virsh-domain.c:12021 +msgid "Memory" +msgstr "" + +#: tools/virsh-domain.c:12022 +msgid "Disk" +msgstr "" + +#: tools/virsh-domain.c:12027 +msgid "Panicked" +msgstr "" + +#: tools/virsh-domain.c:12070 tools/virsh-domain.c:12088 +msgid "none" +msgstr "" + +#: tools/virsh-domain.c:12071 tools/virsh-domain.c:12089 +msgid "pause" +msgstr "" + +#: tools/virsh-domain.c:12072 +msgid "reset" +msgstr "" + +#: tools/virsh-domain.c:12073 +msgid "poweroff" +msgstr "" + +#: tools/virsh-domain.c:12075 +msgid "debug" +msgstr "" + +#: tools/virsh-domain.c:12076 +msgid "inject-nmi" +msgstr "" + +#: tools/virsh-domain.c:12090 +msgid "report" +msgstr "" + +#: tools/virsh-domain.c:12102 +msgid "connect" +msgstr "" + +#: tools/virsh-domain.c:12103 +msgid "initialize" +msgstr "" + +#: tools/virsh-domain.c:12104 +msgid "disconnect" +msgstr "" + +#: tools/virsh-domain.c:12116 +msgid "IPv4" +msgstr "" + +#: tools/virsh-domain.c:12117 +msgid "IPv6" +msgstr "" + +#: tools/virsh-domain.c:12118 tools/virt-admin.c:61 +msgid "unix" +msgstr "" + +#: tools/virsh-domain.c:12130 +msgid "completed" +msgstr "" + +#: tools/virsh-domain.c:12132 +msgid "canceled" +msgstr "" + +#: tools/virsh-domain.c:12133 +msgid "ready" +msgstr "" + +#: tools/virsh-domain.c:12145 +msgid "changed" +msgstr "" + +#: tools/virsh-domain.c:12146 +msgid "dropped" +msgstr "" + +#: tools/virsh-domain.c:12158 +msgid "opened" +msgstr "" + +#: tools/virsh-domain.c:12159 +msgid "closed" +msgstr "" + +#: tools/virsh-domain.c:12232 +#, c-format +msgid "event '%s' for domain %s\n" +msgstr "" + +#: tools/virsh-domain.c:12247 +#, c-format +msgid "event 'lifecycle' for domain %s: %s %s\n" +msgstr "" + +#: tools/virsh-domain.c:12262 +#, c-format +msgid "event 'rtc-change' for domain %s: %lld\n" +msgstr "" + +#: tools/virsh-domain.c:12276 +#, c-format +msgid "event 'watchdog' for domain %s: %s\n" +msgstr "" + +#: tools/virsh-domain.c:12292 +#, c-format +msgid "event 'io-error' for domain %s: %s (%s) %s\n" +msgstr "" + +#: tools/virsh-domain.c:12313 +#, c-format +msgid "" +"event 'graphics' for domain %s: %s local[%s %s %s] remote[%s %s %s] %s\n" +msgstr "" + +#: tools/virsh-domain.c:12343 +#, c-format +msgid "event 'io-error-reason' for domain %s: %s (%s) %s due to %s\n" +msgstr "" + +#: tools/virsh-domain.c:12363 +#, c-format +msgid "event '%s' for domain %s: %s for %s %s\n" +msgstr "" + +#: tools/virsh-domain.c:12383 +#, c-format +msgid "event 'disk-change' for domain %s disk %s: %s -> %s: %s\n" +msgstr "" + +#: tools/virsh-domain.c:12402 +#, c-format +msgid "event 'tray-change' for domain %s disk %s: %s\n" +msgstr "" + +#: tools/virsh-domain.c:12428 +#, c-format +msgid "event 'balloon-change' for domain %s: %lluKiB\n" +msgstr "" + +#: tools/virsh-domain.c:12442 +#, c-format +msgid "event 'device-removed' for domain %s: %s\n" +msgstr "" + +#: tools/virsh-domain.c:12456 +#, c-format +msgid "event 'device-added' for domain %s: %s\n" +msgstr "" + +#: tools/virsh-domain.c:12473 +#, c-format +msgid "event 'tunable' for domain %s:\n" +msgstr "" + +#: tools/virsh-domain.c:12489 +msgid "connected" +msgstr "" + +#: tools/virsh-domain.c:12490 +msgid "disconnected" +msgstr "" + +#: tools/virsh-domain.c:12496 +msgid "domain started" +msgstr "" + +#: tools/virsh-domain.c:12497 +msgid "channel event" +msgstr "" + +#: tools/virsh-domain.c:12499 +msgid "unsupported value" +msgstr "" + +#: tools/virsh-domain.c:12509 +#, c-format +msgid "event 'agent-lifecycle' for domain %s: state: '%s' reason: '%s'\n" +msgstr "" + +#: tools/virsh-domain.c:12622 +msgid "Domain Events" +msgstr "" + +#: tools/virsh-domain.c:12625 +msgid "List event types, or wait for domain events to occur" +msgstr "" + +#: tools/virsh-domain.c:12633 +msgid "filter by domain name, id, or uuid" +msgstr "" + +#: tools/virsh-domain.c:12637 tools/virsh-network.c:1195 +#: tools/virsh-pool.c:2016 +msgid "which event type to wait for" +msgstr "" + +#: tools/virsh-domain.c:12641 +msgid "wait for all events instead of just one type" +msgstr "" + +#: tools/virsh-domain.c:12653 tools/virsh-network.c:1207 +#: tools/virsh-pool.c:2028 +msgid "list valid event types" +msgstr "" + +#: tools/virsh-domain.c:12691 tools/virsh-network.c:1243 +#: tools/virsh-pool.c:2068 +#, c-format +msgid "unknown event type %s" +msgstr "" + +#: tools/virsh-domain.c:12696 +msgid "one of --list, --all, or event type is required" +msgstr "" + +#: tools/virsh-domain.c:12782 +msgid "Change media of CD or floppy drive" +msgstr "" + +#: tools/virsh-domain.c:12785 +msgid "Change media of CD or floppy drive." +msgstr "" + +#: tools/virsh-domain.c:12795 +msgid "Fully-qualified path or target of disk device" +msgstr "" + +#: tools/virsh-domain.c:12799 +msgid "source of the media" +msgstr "" + +#: tools/virsh-domain.c:12803 +msgid "Eject the media" +msgstr "" + +#: tools/virsh-domain.c:12807 +msgid "Insert the media" +msgstr "" + +#: tools/virsh-domain.c:12811 +msgid "Update the media" +msgstr "" + +#: tools/virsh-domain.c:12813 +msgid "" +"can be either or both of --live and --config, depends on implementation " +"hypervisor driver" +msgstr "" + +#: tools/virsh-domain.c:12816 +msgid "alter live configuration of running domain" +msgstr "" + +#: tools/virsh-domain.c:12817 +msgid "alter persistent configuration, effect observed on next boot" +msgstr "" + +#: tools/virsh-domain.c:12821 +msgid "force media changing" +msgstr "" + +#: tools/virsh-domain.c:12825 +msgid "print XML document rather than change media" +msgstr "" + +#: tools/virsh-domain.c:12829 +msgid "source media is a block device" +msgstr "" + +#: tools/virsh-domain.c:12875 +msgid "Successfully ejected media." +msgstr "" + +#: tools/virsh-domain.c:12881 +msgid "Successfully inserted media." +msgstr "" + +#: tools/virsh-domain.c:12887 +msgid "Successfully updated media." +msgstr "" + +#: tools/virsh-domain.c:12924 +#, c-format +msgid "Failed to complete action %s on media" +msgstr "" + +#: tools/virsh-domain.c:12943 tools/virsh-domain.c:12946 +msgid "Invoke fstrim on domain's mounted filesystems." +msgstr "" + +#: tools/virsh-domain.c:12955 +msgid "Just a hint to ignore contiguous free ranges smaller than this (Bytes)" +msgstr "" + +#: tools/virsh-domain.c:12960 +msgid "which mount point to trim" +msgstr "" + +#: tools/virsh-domain.c:12983 +msgid "Unable to invoke fstrim" +msgstr "" + +#: tools/virsh-domain.c:12996 tools/virsh-domain.c:12999 +msgid "Freeze domain's mounted filesystems." +msgstr "" + +#: tools/virsh-domain.c:13008 +msgid "mountpoint path to be frozen" +msgstr "" + +#: tools/virsh-domain.c:13026 tools/virsh-domain.c:13079 +#, c-format +msgid "%s: %d: failed to allocate mountpoints" +msgstr "" + +#: tools/virsh-domain.c:13035 +msgid "Unable to freeze filesystems" +msgstr "" + +#: tools/virsh-domain.c:13039 +#, c-format +msgid "Froze %d filesystem(s)\n" +msgstr "" + +#: tools/virsh-domain.c:13049 tools/virsh-domain.c:13052 +msgid "Thaw domain's mounted filesystems." +msgstr "" + +#: tools/virsh-domain.c:13061 +msgid "mountpoint path to be thawed" +msgstr "" + +#: tools/virsh-domain.c:13088 +msgid "Unable to thaw filesystems" +msgstr "" + +#: tools/virsh-domain.c:13092 +#, c-format +msgid "Thawed %d filesystem(s)\n" +msgstr "" + +#: tools/virsh-domain.c:13102 tools/virsh-domain.c:13105 +msgid "Get information of domain's mounted filesystems." +msgstr "" + +#: tools/virsh-domain.c:13128 +msgid "Unable to get filesystem information" +msgstr "" + +#: tools/virsh-domain.c:13132 +msgid "No filesystems are mounted in the domain" +msgstr "" + +#: tools/virsh-domain.c:13138 +msgid "Mountpoint" +msgstr "" + +#: tools/virsh-edit.c:110 +msgid "The XML configuration was changed by another user." +msgstr "" + +#: tools/virsh-edit.c:118 +msgid "Failed." +msgstr "" + +#: tools/virsh-host.c:77 +msgid "domain capabilities" +msgstr "" + +#: tools/virsh-host.c:80 +msgid "Returns capabilities of emulator with respect to host and libvirt." +msgstr "" + +#: tools/virsh-host.c:88 +msgid "virtualization type (/domain/@type)" +msgstr "" + +#: tools/virsh-host.c:92 +msgid "path to emulator binary (/domain/devices/emulator)" +msgstr "" + +#: tools/virsh-host.c:96 +msgid "domain architecture (/domain/os/type/@arch)" +msgstr "" + +#: tools/virsh-host.c:100 +msgid "machine type (/domain/os/type/@machine)" +msgstr "" + +#: tools/virsh-host.c:126 +msgid "failed to get emulator capabilities" +msgstr "" + +#: tools/virsh-host.c:267 +msgid "NUMA free pages" +msgstr "" + +#: tools/virsh-host.c:270 +msgid "display available free pages for the NUMA cell." +msgstr "" + +#: tools/virsh-host.c:282 tools/virsh-host.c:476 +msgid "page size (in kibibytes)" +msgstr "" + +#: tools/virsh-host.c:286 +msgid "show free pages for all NUMA cells" +msgstr "" + +#: tools/virsh-host.c:334 +msgid "unable to parse node capabilities" +msgstr "" + +#: tools/virsh-host.c:347 +msgid "could not get information about supported page sizes" +msgstr "" + +#: tools/virsh-host.c:359 +#, c-format +msgid "unable to parse page size: %s" +msgstr "" + +#: tools/virsh-host.c:399 +#, c-format +msgid "unable to parse numa node id: %s" +msgstr "" + +#: tools/virsh-host.c:409 +#, c-format +msgid "Node %d:\n" +msgstr "" + +#: tools/virsh-host.c:417 +msgid "missing cellno argument" +msgstr "" + +#: tools/virsh-host.c:426 +msgid "cell number must be non-negative integer or -1" +msgstr "" + +#: tools/virsh-host.c:431 +msgid "missing pagesize argument" +msgstr "" + +#: tools/virsh-host.c:465 +msgid "Manipulate pages pool size" +msgstr "" + +#: tools/virsh-host.c:468 +msgid "Allocate or free some pages in the pool for NUMA cell." +msgstr "" + +#: tools/virsh-host.c:481 +msgid "page count" +msgstr "" + +#: tools/virsh-host.c:489 +msgid "instead of setting new pool size add pages to it" +msgstr "" + +#: tools/virsh-host.c:493 +msgid "set on all NUMA cells" +msgstr "" + +#: tools/virsh-host.c:664 +msgid "node cpu map" +msgstr "" + +#: tools/virsh-host.c:667 +msgid "" +"Displays the node's total number of CPUs, the number of online CPUs and the " +"list of online CPUs." +msgstr "" + +#: tools/virsh-host.c:693 +msgid "Unable to get cpu map" +msgstr "" + +#: tools/virsh-host.c:697 +msgid "CPUs present:" +msgstr "" + +#: tools/virsh-host.c:698 +msgid "CPUs online:" +msgstr "" + +#: tools/virsh-host.c:700 +msgid "CPU map:" +msgstr "" + +#: tools/virsh-host.c:770 +msgid "intr:" +msgstr "" + +#: tools/virsh-host.c:955 +msgid "Suspend duration in seconds, at least 60" +msgstr "" + +#: tools/virsh-host.c:1095 +msgid "CPU models" +msgstr "" + +#: tools/virsh-host.c:1098 +msgid "Get the CPU models for an arch." +msgstr "" + +#: tools/virsh-host.c:1107 +msgid "architecture" +msgstr "" + +#: tools/virsh-host.c:1126 +msgid "failed to get CPU model names" +msgstr "" + +#: tools/virsh-host.c:1186 tools/virt-admin.c:283 +#, c-format +msgid "Compiled against library: libvirt %d.%d.%d\n" +msgstr "" + +#: tools/virsh-host.c:1198 tools/virt-admin.c:295 +#, c-format +msgid "Using library: libvirt %d.%d.%d\n" +msgstr "" + +#: tools/virsh-host.c:1244 +msgid "Get or set node memory parameters" +msgstr "" + +#: tools/virsh-host.c:1245 +msgid "" +"Get or set node memory parameters\n" +" To get the memory parameters, use following command: \n" +"\n" +" virsh # node-memory-tune" +msgstr "" + +#: tools/virsh-host.c:1254 +msgid "number of pages to scan before the shared memory service goes to sleep" +msgstr "" + +#: tools/virsh-host.c:1259 +msgid "" +"number of millisecs the shared memory service should sleep before next scan" +msgstr "" + +#: tools/virsh-host.c:1264 +msgid "Specifies if pages from different numa nodes can be merged" +msgstr "" + +#: tools/virsh-host.c:1332 +msgid "Shared memory:\n" +msgstr "" + +#: tools/virsh-interface.c:220 +msgid "Failed to list interfaces" +msgstr "" + +#: tools/virsh-interface.c:510 +msgid "" +"define an inactive persistent physical host interface or modify an existing " +"persistent one from an XML file" +msgstr "" + +#: tools/virsh-interface.c:514 +msgid "Define or modify a persistent physical host interface." +msgstr "" + +#: tools/virsh-interface.c:675 +msgid "" +"create a snapshot of current interfaces settings, which can be later " +"committed (iface-commit) or restored (iface-rollback)" +msgstr "" + +#: tools/virsh-interface.c:1089 +msgid "Multiple interfaces attached to bridge" +msgstr "" + +#: tools/virsh-network.c:186 +msgid "" +"define an inactive persistent virtual network or modify an existing " +"persistent one from an XML file" +msgstr "" + +#: tools/virsh-network.c:190 +msgid "Define or modify a persistent virtual network." +msgstr "" + +#: tools/virsh-network.c:285 +msgid "network information of an inactive domain" +msgstr "" + +#: tools/virsh-network.c:460 +msgid "Failed to list networks" +msgstr "" + +#: tools/virsh-network.c:472 +msgid "Failed to get the number of active networks" +msgstr "" + +#: tools/virsh-network.c:481 +msgid "Failed to get the number of inactive networks" +msgstr "" + +#: tools/virsh-network.c:542 +msgid "Failed to get network persistence info" +msgstr "" + +#: tools/virsh-network.c:554 +msgid "Failed to get network autostart state" +msgstr "" + +#: tools/virsh-network.c:621 +msgid "list persistent networks" +msgstr "" + +#: tools/virsh-network.c:625 +msgid "list transient networks" +msgstr "" + +#: tools/virsh-network.c:629 +msgid "list networks with autostart enabled" +msgstr "" + +#: tools/virsh-network.c:633 +msgid "list networks with autostart disabled" +msgstr "" + +#: tools/virsh-network.c:641 +msgid "list network names only" +msgstr "" + +#: tools/virsh-network.c:716 +msgid "Failed to get network's UUID" +msgstr "" + +#: tools/virsh-network.c:811 +msgid "undefine a persistent network" +msgstr "" + +#: tools/virsh-network.c:814 +msgid "Undefine the configuration for a persistent network." +msgstr "" + +#: tools/virsh-network.c:850 +msgid "update parts of an existing network's configuration" +msgstr "" + +#: tools/virsh-network.c:863 +msgid "type of update (add-first, add-last (add), delete, or modify)" +msgstr "" + +#: tools/virsh-network.c:868 +msgid "which section of network configuration to update" +msgstr "" + +#: tools/virsh-network.c:873 +msgid "" +"name of file containing xml (or, if it starts with '<', the complete xml " +"element itself) to add/modify, or to be matched for search" +msgstr "" + +#: tools/virsh-network.c:878 +msgid "which parent object to search through" +msgstr "" + +#: tools/virsh-network.c:880 +msgid "affect next network startup" +msgstr "" + +#: tools/virsh-network.c:881 +msgid "affect running network" +msgstr "" + +#: tools/virsh-network.c:882 +msgid "affect current state of network" +msgstr "" + +#: tools/virsh-network.c:927 +#, c-format +msgid "unrecognized command name '%s'" +msgstr "" + +#: tools/virsh-network.c:937 +#, c-format +msgid "unrecognized section name '%s'" +msgstr "" + +#: tools/virsh-network.c:974 +#, c-format +msgid "Failed to update network %s" +msgstr "" + +#: tools/virsh-network.c:981 +msgid "persistent config and live state" +msgstr "" + +#: tools/virsh-network.c:983 tools/virsh-network.c:989 +msgid "persistent config" +msgstr "" + +#: tools/virsh-network.c:985 tools/virsh-network.c:987 +msgid "live state" +msgstr "" + +#: tools/virsh-network.c:992 +#, c-format +msgid "Updated network %s %s" +msgstr "" + +#: tools/virsh-network.c:1092 +#, c-format +msgid "Network %s XML configuration not changed.\n" +msgstr "" + +#: tools/virsh-network.c:1101 +#, c-format +msgid "Network %s XML configuration edited.\n" +msgstr "" + +#: tools/virsh-network.c:1165 +#, c-format +msgid "%s: event 'lifecycle' for network %s: %s\n" +msgstr "" + +#: tools/virsh-network.c:1169 +#, c-format +msgid "event 'lifecycle' for network %s: %s\n" +msgstr "" + +#: tools/virsh-network.c:1180 +msgid "Network Events" +msgstr "" + +#: tools/virsh-network.c:1183 +msgid "List event types, or wait for network events to occur" +msgstr "" + +#: tools/virsh-network.c:1191 +msgid "filter by network name or uuid" +msgstr "" + +#: tools/virsh-network.c:1239 tools/virsh-pool.c:2060 +msgid "either --list or event type is required" +msgstr "" + +#: tools/virsh-network.c:1295 +msgid "print lease info for a given network" +msgstr "" + +#: tools/virsh-network.c:1298 +msgid "Print lease info for a given network" +msgstr "" + +#: tools/virsh-network.c:1350 +#, c-format +msgid "Failed to get leases info for %s" +msgstr "" + +#: tools/virsh-network.c:1358 +msgid "Expiry Time" +msgstr "" + +#: tools/virsh-network.c:1359 +msgid "IP address" +msgstr "" + +#: tools/virsh-network.c:1359 +msgid "Hostname" +msgstr "" + +#: tools/virsh-network.c:1359 +msgid "Client ID or DUID" +msgstr "" + +#: tools/virsh-nodedev.c:111 tools/virsh-nodedev.c:523 +msgid "device name or wwn pair in 'wwnn,wwpn' format" +msgstr "" + +#: tools/virsh-nodedev.c:132 tools/virsh-nodedev.c:545 +#, c-format +msgid "Malformed device value '%s'" +msgstr "" + +#: tools/virsh-nodedev.c:294 +msgid "Failed to get capability numbers of the device" +msgstr "" + +#: tools/virsh-nodedev.c:302 +msgid "Failed to get capability names of the device" +msgstr "" + +#: tools/virsh-nodedev.c:380 +msgid "capability names, separated by comma" +msgstr "" + +#: tools/virsh-nodedev.c:402 +msgid "Options --tree and --cap are incompatible" +msgstr "" + +#: tools/virsh-nodedev.c:411 +msgid "Invalid capability type" +msgstr "" + +#: tools/virsh-nodedev.c:581 +msgid "detach node device from its device driver" +msgstr "" + +#: tools/virsh-nodedev.c:584 +msgid "Detach node device from its device driver before assigning to a domain." +msgstr "" + +#: tools/virsh-nodedev.c:598 +msgid "pci device assignment backend driver (e.g. 'vfio' or 'kvm')" +msgstr "" + +#: tools/virsh-nodedev.c:618 tools/virsh-nodedev.c:677 +#: tools/virsh-nodedev.c:727 +#, c-format +msgid "Could not find matching device '%s'" +msgstr "" + +#: tools/virsh-nodedev.c:634 +#, c-format +msgid "Device %s detached\n" +msgstr "" + +#: tools/virsh-nodedev.c:636 +#, c-format +msgid "Failed to detach device %s" +msgstr "" + +#: tools/virsh-nwfilter.c:275 +msgid "Failed to list node filters" +msgstr "" + +#: tools/virsh-nwfilter.c:285 +msgid "Failed to count network filters" +msgstr "" + +#: tools/virsh-pool.c:44 +msgid "build the pool as normal" +msgstr "" + +#: tools/virsh-pool.c:102 +msgid "auth type to be used for underlying storage" +msgstr "" + +#: tools/virsh-pool.c:106 +msgid "auth username to be used for underlying storage" +msgstr "" + +#: tools/virsh-pool.c:110 +msgid "auth secret usage to be used for underlying storage" +msgstr "" + +#: tools/virsh-pool.c:114 +msgid "adapter name to be used for underlying storage" +msgstr "" + +#: tools/virsh-pool.c:118 +msgid "adapter wwnn to be used for underlying storage" +msgstr "" + +#: tools/virsh-pool.c:122 +msgid "adapter wwpn to be used for underlying storage" +msgstr "" + +#: tools/virsh-pool.c:126 +msgid "adapter parent to be used for underlying storage" +msgstr "" + +#: tools/virsh-pool.c:467 +msgid "" +"define an inactive persistent storage pool or modify an existing persistent " +"one from an XML file" +msgstr "" + +#: tools/virsh-pool.c:471 +msgid "Define or modify a persistent storage pool." +msgstr "" + +#: tools/virsh-pool.c:854 +msgid "Failed to list pools" +msgstr "" + +#: tools/virsh-pool.c:864 +msgid "Filtering using --type is not supported by this libvirt" +msgstr "" + +#: tools/virsh-pool.c:873 +msgid "Failed to get the number of active pools " +msgstr "" + +#: tools/virsh-pool.c:882 +msgid "Failed to get the number of inactive pools" +msgstr "" + +#: tools/virsh-pool.c:943 +msgid "Failed to get pool persistence info" +msgstr "" + +#: tools/virsh-pool.c:955 +msgid "Failed to get pool autostart state" +msgstr "" + +#: tools/virsh-pool.c:1041 +msgid "list transient pools" +msgstr "" + +#: tools/virsh-pool.c:1045 +msgid "list persistent pools" +msgstr "" + +#: tools/virsh-pool.c:1049 +msgid "list pools with autostart enabled" +msgstr "" + +#: tools/virsh-pool.c:1053 +msgid "list pools with autostart disabled" +msgstr "" + +#: tools/virsh-pool.c:1057 +msgid "only list pool of specified type(s) (if supported)" +msgstr "" + +#: tools/virsh-pool.c:1127 +#, c-format +msgid "Invalid pool type '%s'" +msgstr "" + +#: tools/virsh-pool.c:1870 +#, c-format +msgid "Pool %s XML configuration not changed.\n" +msgstr "" + +#: tools/virsh-pool.c:1879 +#, c-format +msgid "Pool %s XML configuration edited.\n" +msgstr "" + +#: tools/virsh-secret.c:395 +msgid "Failed to list node secrets" +msgstr "" + +#: tools/virsh-secret.c:404 +msgid "Filtering is not supported by this libvirt" +msgstr "" + +#: tools/virsh-secret.c:410 +msgid "Failed to count secrets" +msgstr "" + +#: tools/virsh-secret.c:481 +msgid "list ephemeral secrets" +msgstr "" + +#: tools/virsh-secret.c:485 +msgid "list non-ephemeral secrets" +msgstr "" + +#: tools/virsh-secret.c:489 +msgid "list private secrets" +msgstr "" + +#: tools/virsh-secret.c:493 +msgid "list non-private secrets" +msgstr "" + +#: tools/virsh-secret.c:532 +msgid "Failed to get uuid of secret" +msgstr "" + +#: tools/virsh-snapshot.c:153 tools/virsh-snapshot.c:351 +msgid "reuse any existing external files" +msgstr "" + +#: tools/virsh-snapshot.c:157 tools/virsh-snapshot.c:355 +msgid "quiesce guest's file systems" +msgstr "" + +#: tools/virsh-snapshot.c:161 tools/virsh-snapshot.c:359 +msgid "require atomic operation" +msgstr "" + +#: tools/virsh-snapshot.c:163 tools/virsh-snapshot.c:361 +msgid "take a live snapshot" +msgstr "" + +#: tools/virsh-snapshot.c:257 +#, c-format +msgid "unable to parse memspec: %s" +msgstr "" + +#: tools/virsh-snapshot.c:365 +msgid "memory attributes: [file=]name[,snapshot=type]" +msgstr "" + +#: tools/virsh-snapshot.c:390 +msgid "--print-xml is incompatible with --no-metadata" +msgstr "" + +#: tools/virsh-snapshot.c:821 +msgid "unable to perform snapshot filtering" +msgstr "" + +#: tools/virsh-snapshot.c:851 +msgid "snapshot information" +msgstr "" + +#: tools/virsh-snapshot.c:854 +msgid "Returns basic information about a snapshot." +msgstr "" + +#: tools/virsh-snapshot.c:865 +msgid "info on current snapshot" +msgstr "" + +#: tools/virsh-snapshot.c:897 +msgid "Domain:" +msgstr "" + +#: tools/virsh-snapshot.c:913 +msgid "Current:" +msgstr "" + +#: tools/virsh-snapshot.c:929 tools/virsh-snapshot.c:955 +msgid "unexpected problem reading snapshot xml" +msgstr "" + +#: tools/virsh-snapshot.c:958 +msgid "Location:" +msgstr "" + +#: tools/virsh-snapshot.c:959 +msgid "external" +msgstr "" + +#: tools/virsh-snapshot.c:959 +msgid "internal" +msgstr "" + +#: tools/virsh-snapshot.c:964 +msgid "Parent:" +msgstr "" + +#: tools/virsh-snapshot.c:982 +msgid "Children:" +msgstr "" + +#: tools/virsh-snapshot.c:987 +msgid "Descendants:" +msgstr "" + +#: tools/virsh-snapshot.c:998 +msgid "Metadata:" +msgstr "" + +#: tools/virsh-snapshot.c:1217 +msgid "failed to collect snapshot list" +msgstr "" + +#: tools/virsh-snapshot.c:1427 +msgid "list only snapshots that are not leaves (with children)" +msgstr "" + +#: tools/virsh-snapshot.c:1435 +msgid "list only snapshots that have no metadata managed by libvirt" +msgstr "" + +#: tools/virsh-snapshot.c:1439 +msgid "filter by snapshots taken while inactive" +msgstr "" + +#: tools/virsh-snapshot.c:1443 +msgid "filter by snapshots taken while active (system checkpoints)" +msgstr "" + +#: tools/virsh-snapshot.c:1447 +msgid "filter by disk-only snapshots" +msgstr "" + +#: tools/virsh-snapshot.c:1451 +msgid "filter by internal snapshots" +msgstr "" + +#: tools/virsh-snapshot.c:1455 +msgid "filter by external snapshots" +msgstr "" + +#: tools/virsh-snapshot.c:1472 +msgid "list snapshot names only" +msgstr "" + +#: tools/virsh-snapshot.c:1517 +#, c-format +msgid "--%s and --tree are mutually exclusive" +msgstr "" + +#: tools/virsh-snapshot.c:1546 +msgid "--descendants requires either --from or --current" +msgstr "" + +#: tools/virsh-volume.c:89 +#, c-format +msgid "pool '%s' is not active" +msgstr "" + +#: tools/virsh-volume.c:138 +#, c-format +msgid "Requested volume '%s' is not in pool '%s'" +msgstr "" + +#: tools/virsh-volume.c:176 +msgid "size of the vol, as scaled integer (default bytes)" +msgstr "" + +#: tools/virsh-volume.c:180 +msgid "initial allocation size, as scaled integer (default bytes)" +msgstr "" + +#: tools/virsh-volume.c:184 +msgid "file format type raw,bochs,qcow,qcow2,qed,vmdk" +msgstr "" + +#: tools/virsh-volume.c:196 tools/virsh-volume.c:384 tools/virsh-volume.c:451 +#: tools/virsh-volume.c:564 +msgid "preallocate metadata (for qcow2 instead of full allocation)" +msgstr "" + +#: tools/virsh-volume.c:455 tools/virsh-volume.c:568 +msgid "use btrfs COW lightweight copy" +msgstr "" + +#: tools/virsh-volume.c:642 +msgid "upload file contents to a volume" +msgstr "" + +#: tools/virsh-volume.c:645 +msgid "Upload file contents to a volume" +msgstr "" + +#: tools/virsh-volume.c:704 tools/virsh-volume.c:804 +msgid "cannot create a new stream" +msgstr "" + +#: tools/virsh-volume.c:745 +msgid "download volume contents to a file" +msgstr "" + +#: tools/virsh-volume.c:748 +msgid "Download volume contents to a file" +msgstr "" + +#: tools/virsh-volume.c:860 +msgid "" +"delete snapshots associated with volume (must be supported by storage driver)" +msgstr "" + +#: tools/virsh-volume.c:910 +msgid "perform selected wiping algorithm" +msgstr "" + +#: tools/virsh-volume.c:938 +#, c-format +msgid "Unsupported algorithm '%s'" +msgstr "" + +#: tools/virsh-volume.c:967 +msgid "network" +msgstr "" + +#: tools/virsh-volume.c:968 +msgid "netdir" +msgstr "" + +#: tools/virsh-volume.c:1050 +msgid "resize a vol" +msgstr "" + +#: tools/virsh-volume.c:1053 +msgid "Resizes a storage volume." +msgstr "" + +#: tools/virsh-volume.c:1063 +msgid "new capacity for the vol, as scaled integer (default bytes)" +msgstr "" + +#: tools/virsh-volume.c:1068 +msgid "allocate the new capacity, rather than leaving it sparse" +msgstr "" + +#: tools/virsh-volume.c:1072 +msgid "use capacity as a delta to current size, rather than the new size" +msgstr "" + +#: tools/virsh-volume.c:1076 +msgid "allow the resize to shrink the volume" +msgstr "" + +#: tools/virsh-volume.c:1110 +msgid "negative size requires --shrink" +msgstr "" + +#: tools/virsh-volume.c:1125 +#, c-format +msgid "Size of volume '%s' successfully changed by %s\n" +msgstr "" + +#: tools/virsh-volume.c:1126 +#, c-format +msgid "Size of volume '%s' successfully changed to %s\n" +msgstr "" + +#: tools/virsh-volume.c:1131 +#, c-format +msgid "Failed to change size of volume '%s' by %s\n" +msgstr "" + +#: tools/virsh-volume.c:1132 +#, c-format +msgid "Failed to change size of volume '%s' to %s\n" +msgstr "" + +#: tools/virsh-volume.c:1247 +msgid "Failed to list volumes" +msgstr "" + +#: tools/virt-admin.c:165 +msgid "Failed to reconnect to the admin server" +msgstr "" + +#: tools/virt-admin.c:167 +msgid "Failed to connect to the admin server" +msgstr "" + +#: tools/virt-admin.c:175 +msgid "Reconnected to the admin server" +msgstr "" + +#: tools/virt-admin.c:355 +msgid "Connected to the admin server" +msgstr "" + +#: tools/virt-admin.c:193 +msgid "Failed to disconnect from the admin server" +msgstr "" + +#: tools/virt-admin.c:226 +msgid "print the admin server URI" +msgstr "" + +#: tools/virt-admin.c:261 +msgid "Display the system and also the daemon version information." +msgstr "" + +#: tools/virt-admin.c:323 +msgid "daemon's admin server connection URI" +msgstr "" + +#: tools/virt-admin.c:330 +msgid "connect to daemon's admin server" +msgstr "" + +#: tools/virt-admin.c:333 +msgid "Connect to a daemon's administrating server." +msgstr "" + +#: tools/virt-admin.c:1084 +#, c-format +msgid "" +"\n" +"%s [options]... []\n" +"%s [options]... [args...]\n" +"\n" +" options:\n" +" -c | --connect=URI daemon admin connection URI\n" +" -d | --debug=NUM debug level [0-4]\n" +" -h | --help this help\n" +" -l | --log=FILE output logging to file\n" +" -q | --quiet quiet mode\n" +" -v short version\n" +" -V long version\n" +" --version[=TYPE] version, TYPE is short or long (default short)\n" +" commands (non interactive mode):\n" +"\n" +msgstr "" + +#: tools/virt-admin.c:1125 +#, c-format +msgid "Virt-admin command line tool of libvirt %s\n" +msgstr "" + +#: tools/virt-admin.c:1128 +msgid "Compiled with support for:" +msgstr "" + +#: tools/virt-admin.c:1397 +#, c-format +msgid "" +"Welcome to %s, the administrating virtualization interactive terminal.\n" +"\n" +msgstr "" + +#: tools/virt-host-validate-common.c:70 +#, c-format +msgid "%6s: Checking %-60s: " +msgstr "" + +#: tools/virt-host-validate-common.c:92 tools/virt-host-validate-common.c:94 +msgid "PASS" +msgstr "" + +#: tools/virt-host-validate-common.c:99 +msgid "FAIL" +msgstr "" + +#: tools/virt-host-validate-common.c:100 +msgid "WARN" +msgstr "" + +#: tools/virt-host-validate-common.c:101 +msgid "NOTE" +msgstr "" + +#: tools/virt-host-validate-common.c:268 +#, c-format +msgid "for Linux >= %d.%d.%d" +msgstr "" + +#: tools/virt-host-validate-common.c:456 +msgid "for device assignment IOMMU support" +msgstr "" + +#: tools/virt-host-validate-common.c:494 +msgid "if IOMMU is enabled by kernel" +msgstr "" + +#: tools/virt-host-validate-lxc.c:33 +msgid "Upgrade to a kernel supporting namespaces" +msgstr "" + +#: tools/virt-host-validate-lxc.c:38 +msgid "IPC namespace support is required" +msgstr "" + +#: tools/virt-host-validate-lxc.c:43 +msgid "Mount namespace support is required" +msgstr "" + +#: tools/virt-host-validate-lxc.c:48 +msgid "PID namespace support is required" +msgstr "" + +#: tools/virt-host-validate-lxc.c:53 +msgid "UTS namespace support is required" +msgstr "" + +#: tools/virt-host-validate-lxc.c:58 +msgid "Network namespace support is recommended" +msgstr "" + +#: tools/virt-host-validate-lxc.c:63 +msgid "User namespace support is recommended" +msgstr "" + +#: tools/virt-host-validate-qemu.c:46 +msgid "" +"Check that the 'kvm-intel' or 'kvm-amd' modules are loaded & the BIOS has " +"enabled virtualization" +msgstr "" + +#: tools/virt-host-validate-qemu.c:80 +msgid "" +"Check /dev/kvm is world writable or you are in a group that is allowed to " +"access it" +msgstr "" + +#: tools/virt-host-validate-qemu.c:68 +msgid "" +"Only emulated CPUs are available, performance will be significantly limited" +msgstr "" + +#: tools/virt-host-validate-qemu.c:89 +msgid "Load the 'vhost_net' module to improve performance of virtio networking" +msgstr "" + +#: tools/virt-host-validate-qemu.c:95 +msgid "Load the 'tun' module to enable networking for QEMU guests" +msgstr "" + +#: tools/virt-host-validate.c:44 +#, c-format +msgid "" +"\n" +"syntax: %s [OPTIONS] [HVTYPE]\n" +"\n" +" Hypervisor types:\n" +"\n" +" - qemu\n" +" - lxc\n" +"\n" +" Options:\n" +" -h, --help Display command line help\n" +" -v, --version Display command version\n" +" -q, --quiet Don't display progress information\n" +"\n" +msgstr "" + +#: tools/virt-host-validate.c:107 +#, c-format +msgid "%s: too many command line arguments\n" +msgstr "" + +#: tools/virt-host-validate.c:134 +#, c-format +msgid "%s: unsupported hypervisor name %s\n" +msgstr "" + +#: tools/virt-login-shell.c:66 tools/virt-login-shell.c:121 +msgid "shell must be a list of strings" +msgstr "" + +#: tools/virt-login-shell.c:89 +#, c-format +msgid "%s not matched against 'allowed_users' in %s" +msgstr "" + +#: tools/virt-login-shell.c:148 +#, c-format +msgid "" +"\n" +"Usage:\n" +" %s [option]\n" +"\n" +"Options:\n" +" -h | --help Display program help\n" +" -V | --version Display program version\n" +"\n" +"libvirt login shell\n" +msgstr "" + +#: tools/virt-login-shell.c:190 +#, c-format +msgid "Failed to initialize libvirt error handling" +msgstr "" + +#: tools/virt-login-shell.c:223 +#, c-format +msgid "%s takes no options" +msgstr "" + +#: tools/virt-login-shell.c:228 +#, c-format +msgid "%s must be run by non root users" +msgstr "" + +#: tools/virt-login-shell.c:269 +#, c-format +msgid "Can't create %s container: %s" +msgstr "" + +#: tools/virt-login-shell.c:304 +#, c-format +msgid "Unable to chdir(%s)" +msgstr "" + +#: tools/virt-login-shell.c:376 +#, c-format +msgid "Unable to exec shell %s" +msgstr "" + +#: tools/vsh.c:433 +msgid "print help for this function" +msgstr "" + +#: tools/vsh.c:858 tools/vsh.c:885 tools/vsh.c:946 tools/vsh.c:1084 +#: tools/vsh.c:1111 +#, c-format +msgid "Numeric value '%s' for <%s> option is malformed or out of range" +msgstr "" + +#: tools/vsh.c:1049 +msgid "Mandatory option not present" +msgstr "" + +#: tools/vsh.c:1051 +msgid "Option argument is empty" +msgstr "" + +#: tools/vsh.c:1054 +#, c-format +msgid "Failed to get option '%s': %s" +msgstr "" + +#: tools/vsh.c:1696 +#, c-format +msgid "Numeric value '%u' for <%s> option is malformed or out of range" +msgstr "" + +#: tools/vsh.c:1751 +#, c-format +msgid "unimplemented parameter type %d" +msgstr "" + +#: tools/vsh.c:1908 +msgid "unable to make terminal raw: console isn't a tty" +msgstr "" + +#: tools/vsh.c:2035 +#, c-format +msgid "failed to create pipe: %s" +msgstr "" + +#: tools/vsh.c:2093 +#, c-format +msgid "failed to determine loop exit status: %s" +msgstr "" + +#: tools/vsh.c:2284 +msgid "Try again?" +msgstr "" + +#: tools/vsh.c:2291 +msgid "y - yes, start editor again" +msgstr "" + +#: tools/vsh.c:2292 +msgid "n - no, throw away my changes" +msgstr "" + +#: tools/vsh.c:2297 +msgid "i - turn off validation and try to redefine again" +msgstr "" + +#: tools/vsh.c:2303 +msgid "f - force, try to redefine again" +msgstr "" + +#: tools/vsh.c:2304 +msgid "? - print this help" +msgstr "" + +#: tools/vsh.c:2324 +msgid "This function is not supported on WIN32 platform" +msgstr "" + +#: tools/vsh.c:2348 +#, c-format +msgid "mkostemps: failed to create temporary file: %s" +msgstr "" + +#: tools/vsh.c:2527 +msgid "Failed to complete tree listing" +msgstr "" + +#: tools/vsh.c:2855 +#, c-format +msgid "Bad $%s value." +msgstr "" + +#: tools/vsh.c:2858 +#, c-format +msgid "$%s value should be between 0 and %d" +msgstr "" + +#: tools/vsh.c:2975 +msgid "VSH_DEBUG not set with a valid numeric value" +msgstr "" + +#: tools/vsh.c:3007 +msgid "client hooks cannot be NULL" +msgstr "" + +#: tools/vsh.c:3012 +msgid "command groups and command set cannot both be NULL" +msgstr "" + +#: tools/vsh.c:3031 +msgid "command groups and command are both NULL run vshInit before reloading" +msgstr "" + +#: tools/vsh.h:474 +#, c-format +msgid "Options --%s and --%s are mutually exclusive" +msgstr "" + +#: tools/vsh.h:526 +#, c-format +msgid "Option --%s is required by option --%s" +msgstr "" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/lightdm.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/lightdm.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/lightdm.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/lightdm.po 2016-10-10 10:34:05.000000000 +0000 @@ -0,0 +1,18 @@ +# English (Australia) translation for lightdm +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the lightdm package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: lightdm\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2016-08-12 07:14+0000\n" +"PO-Revision-Date: 2016-08-12 23:45+0000\n" +"Last-Translator: Joel Pickett \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-10-09 11:49+0000\n" +"X-Generator: Launchpad (build 18227)\n" diff -Nru language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/NetworkManager.po language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/NetworkManager.po --- language-pack-en-16.04+20160627/data/en_AU/LC_MESSAGES/NetworkManager.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-en-16.04+20161009/data/en_AU/LC_MESSAGES/NetworkManager.po 2016-10-10 10:34:08.000000000 +0000 @@ -0,0 +1,7250 @@ +# English (Australia) translation for network-manager +# Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 +# This file is distributed under the same license as the network-manager package. +# FIRST AUTHOR , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: network-manager\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2016-09-27 15:09+0000\n" +"PO-Revision-Date: 2014-01-31 16:35+0000\n" +"Last-Translator: Joel Pickett \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Launchpad-Export-Date: 2016-10-09 11:17+0000\n" +"X-Generator: Launchpad (build 18227)\n" + +#: ../clients/cli/agent.c:39 +#, c-format +msgid "" +"Usage: nmcli agent { COMMAND | help }\n" +"\n" +"COMMAND := { secret | polkit | all }\n" +"\n" +msgstr "" + +#: ../clients/cli/agent.c:47 +#, c-format +msgid "" +"Usage: nmcli agent secret { help }\n" +"\n" +"Runs nmcli as NetworkManager secret agent. When NetworkManager requires\n" +"a password it asks registered agents for it. This command keeps nmcli " +"running\n" +"and if a password is required asks the user for it.\n" +"\n" +msgstr "" + +#: ../clients/cli/agent.c:57 +#, c-format +msgid "" +"Usage: nmcli agent polkit { help }\n" +"\n" +"Registers nmcli as a polkit action for the user session.\n" +"When a polkit daemon requires an authorization, nmcli asks the user and " +"gives\n" +"the response back to polkit.\n" +"\n" +msgstr "" + +#: ../clients/cli/agent.c:67 +#, c-format +msgid "" +"Usage: nmcli agent all { help }\n" +"\n" +"Runs nmcli as both NetworkManager secret and a polkit agent.\n" +"\n" +msgstr "" + +#: ../clients/cli/agent.c:149 +#, c-format +msgid "nmcli successfully registered as a NetworkManager's secret agent.\n" +msgstr "" + +#: ../clients/cli/agent.c:151 +#, c-format +msgid "Error: secret agent initialization failed" +msgstr "" + +#: ../clients/cli/agent.c:166 +#, c-format +msgid "Error: polkit agent initialization failed: %s" +msgstr "" + +#: ../clients/cli/agent.c:174 +#, c-format +msgid "nmcli successfully registered as a polkit agent.\n" +msgstr "" + +#: ../clients/cli/agent.c:239 +#, c-format +msgid "Error: 'agent' command '%s' is not valid." +msgstr "" + +#: ../clients/cli/common.c:376 ../clients/cli/common.c:438 +#, c-format +msgid "invalid prefix '%s'; <1-%d> allowed" +msgstr "" + +#: ../clients/cli/common.c:384 +#, c-format +msgid "invalid IP address: %s" +msgstr "" + +#: ../clients/cli/common.c:450 +#, c-format +msgid "" +"the second component of route ('%s') is neither a next hop address nor a " +"metric" +msgstr "" + +#: ../clients/cli/common.c:460 +#, c-format +msgid "invalid metric '%s'" +msgstr "" + +#: ../clients/cli/common.c:469 +#, c-format +msgid "invalid route: %s" +msgstr "" + +#: ../clients/cli/common.c:481 +msgid "default route cannot be added (NetworkManager handles it by itself)" +msgstr "" + +#: ../clients/cli/common.c:535 +msgid "yes (guessed)" +msgstr "" + +#: ../clients/cli/common.c:537 +msgid "no (guessed)" +msgstr "" + +#: ../clients/cli/common.c:626 +msgid "The dialing request timed out" +msgstr "The dialling request timed out" + +#: ../clients/cli/common.c:629 +msgid "The dialing attempt failed" +msgstr "The dialling attempt failed" + +#: ../clients/cli/common.c:632 +msgid "Modem initialization failed" +msgstr "Modem initialisation failed" + +#: ../clients/cli/common.c:713 +msgid "DCB or FCoE setup failed" +msgstr "" + +#: ../clients/cli/common.c:716 +msgid "teamd control failed" +msgstr "" + +#: ../clients/cli/common.c:719 +msgid "Modem failed or no longer available" +msgstr "" + +#: ../clients/cli/common.c:722 +msgid "Modem now ready and available" +msgstr "" + +#: ../clients/cli/common.c:725 +msgid "SIM PIN was incorrect" +msgstr "" + +#: ../clients/cli/common.c:728 +msgid "New connection activation was enqueued" +msgstr "" + +#: ../clients/cli/common.c:731 +msgid "The device's parent changed" +msgstr "" + +#: ../clients/cli/common.c:734 +msgid "The device parent's management changed" +msgstr "" + +#: ../clients/cli/common.c:780 +#, c-format +msgid "invalid priority map '%s'" +msgstr "" + +#: ../clients/cli/common.c:787 ../clients/cli/common.c:793 +#, c-format +msgid "priority '%s' is not valid (<0-%ld>)" +msgstr "" + +#: ../clients/cli/common.c:860 +#, c-format +msgid "'%s' is not a valid team configuration or file name." +msgstr "" + +#: ../clients/cli/common.c:962 +#, c-format +msgid "Error: openconnect failed: %s\n" +msgstr "" + +#: ../clients/cli/common.c:969 +#, c-format +msgid "Error: openconnect failed with status %d\n" +msgstr "" + +#: ../clients/cli/common.c:971 +#, c-format +msgid "Error: openconnect failed with signal %d\n" +msgstr "" + +#: ../clients/cli/common.c:1049 +#, c-format +msgid "" +"Warning: password for '%s' not given in 'passwd-file' and nmcli cannot ask " +"without '--ask' option.\n" +msgstr "" + +#. define some prompts for connection editor +#: ../clients/cli/connections.c:41 +msgid "Setting name? " +msgstr "" + +#: ../clients/cli/connections.c:42 +msgid "Property name? " +msgstr "" + +#: ../clients/cli/connections.c:43 +msgid "Enter connection type: " +msgstr "" + +#. define some other prompts +#: ../clients/cli/connections.c:46 +msgid "Connection type: " +msgstr "" + +#: ../clients/cli/connections.c:47 +msgid "VPN type: " +msgstr "" + +#: ../clients/cli/connections.c:48 +msgid "Master: " +msgstr "" + +#: ../clients/cli/connections.c:49 +msgid "Connection (name, UUID, or path): " +msgstr "" + +#: ../clients/cli/connections.c:50 +msgid "VPN connection (name, UUID, or path): " +msgstr "" + +#: ../clients/cli/connections.c:51 +msgid "Connection(s) (name, UUID, or path): " +msgstr "" + +#: ../clients/cli/connections.c:52 +msgid "Connection(s) (name, UUID, path or apath): " +msgstr "" + +#: ../clients/cli/connections.c:53 +msgid "Tunnel mode: " +msgstr "" + +#: ../clients/cli/connections.c:54 +msgid "MACVLAN mode: " +msgstr "" + +#. 5 +#: ../clients/cli/connections.c:64 +msgid "AUTOCONNECT-PRIORITY" +msgstr "" + +#. 11 +#: ../clients/cli/connections.c:70 +msgid "ACTIVE-PATH" +msgstr "" + +#: ../clients/cli/connections.c:254 +#, c-format +msgid "" +"Usage: nmcli connection { COMMAND | help }\n" +"\n" +"COMMAND := { show | up | down | add | modify | edit | delete | monitor | " +"reload | load }\n" +"\n" +" show [--active] [--order ]\n" +" show [--active] [id | uuid | path | apath] ...\n" +"\n" +" up [[id | uuid | path] ] [ifname ] [ap ] [passwd-file " +"]\n" +"\n" +" down [id | uuid | path | apath] ...\n" +"\n" +" add COMMON_OPTIONS TYPE_SPECIFIC_OPTIONS SLAVE_OPTIONS IP_OPTIONS [-- " +"([+|-]. )+]\n" +"\n" +" modify [--temporary] [id | uuid | path] ([+|-]. " +")+\n" +"\n" +" clone [--temporary] [id | uuid | path ] \n" +"\n" +" edit [id | uuid | path] \n" +" edit [type ] [con-name ]\n" +"\n" +" delete [id | uuid | path] \n" +"\n" +" monitor [id | uuid | path] ...\n" +"\n" +" reload\n" +"\n" +" load [ ... ]\n" +"\n" +" import [--temporary] type file \n" +"\n" +" export [id | uuid | path] []\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:276 +#, c-format +msgid "" +"Usage: nmcli connection show { ARGUMENTS | help }\n" +"\n" +"ARGUMENTS := [--active] [--order ]\n" +"\n" +"List in-memory and on-disk connection profiles, some of which may also be\n" +"active if a device is using that connection profile. Without a parameter, " +"all\n" +"profiles are listed. When --active option is specified, only the active\n" +"profiles are shown. --order allows custom connection ordering (see manual " +"page).\n" +"\n" +"ARGUMENTS := [--active] [id | uuid | path | apath] ...\n" +"\n" +"Show details for specified connections. By default, both static " +"configuration\n" +"and active connection data are displayed. It is possible to filter the " +"output\n" +"using global '--fields' option. Refer to the manual page for more " +"information.\n" +"When --active option is specified, only the active profiles are taken into\n" +"account. Use global --show-secrets option to reveal associated secrets as " +"well.\n" +msgstr "" + +#: ../clients/cli/connections.c:297 +#, c-format +msgid "" +"Usage: nmcli connection up { ARGUMENTS | help }\n" +"\n" +"ARGUMENTS := [id | uuid | path] [ifname ] [ap ] [nsp " +"] [passwd-file ]\n" +"\n" +"Activate a connection on a device. The profile to activate is identified by " +"its\n" +"name, UUID or D-Bus path.\n" +"\n" +"ARGUMENTS := ifname [ap ] [nsp ] [passwd-file ]\n" +"\n" +"Activate a device with a connection. The connection profile is selected\n" +"automatically by NetworkManager.\n" +"\n" +"ifname - specifies the device to active the connection on\n" +"ap - specifies AP to connect to (only valid for Wi-Fi)\n" +"nsp - specifies NSP to connect to (only valid for WiMAX)\n" +"passwd-file - file with password(s) required to activate the connection\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:318 +#, c-format +msgid "" +"Usage: nmcli connection down { ARGUMENTS | help }\n" +"\n" +"ARGUMENTS := [id | uuid | path | apath] ...\n" +"\n" +"Deactivate a connection from a device (without preventing the device from\n" +"further auto-activation). The profile to deactivate is identified by its " +"name,\n" +"UUID or D-Bus path.\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:330 +#, c-format +msgid "" +"Usage: nmcli connection add { ARGUMENTS | help }\n" +"\n" +"ARGUMENTS := COMMON_OPTIONS TYPE_SPECIFIC_OPTIONS SLAVE_OPTIONS IP_OPTIONS " +"[-- ([+|-]. )+]\n" +"\n" +" COMMON_OPTIONS:\n" +" type \n" +" ifname | \"*\"\n" +" [con-name ]\n" +" [autoconnect yes|no]\n" +" [save yes|no]\n" +" [master ]\n" +" [slave-type ]\n" +"\n" +" TYPE_SPECIFIC_OPTIONS:\n" +" ethernet: [mac ]\n" +" [cloned-mac ]\n" +" [mtu ]\n" +"\n" +" wifi: ssid \n" +" [mac ]\n" +" [cloned-mac ]\n" +" [mtu ]\n" +" [mode infrastructure|ap|adhoc]\n" +"\n" +" wimax: [mac ]\n" +" [nsp ]\n" +"\n" +" pppoe: username \n" +" [password ]\n" +" [service ]\n" +" [mtu ]\n" +" [mac ]\n" +"\n" +" gsm: apn \n" +" [user ]\n" +" [password ]\n" +"\n" +" cdma: [user ]\n" +" [password ]\n" +"\n" +" infiniband: [mac ]\n" +" [mtu ]\n" +" [transport-mode datagram | connected]\n" +" [parent ]\n" +" [p-key ]\n" +"\n" +" bluetooth: [addr ]\n" +" [bt-type panu|dun-gsm|dun-cdma]\n" +"\n" +" vlan: dev \n" +" id \n" +" [flags ]\n" +" [ingress ]\n" +" [egress ]\n" +" [mtu ]\n" +"\n" +" bond: [mode balance-rr (0) | active-backup (1) | balance-xor (2) " +"| broadcast (3) |\n" +" 802.3ad (4) | balance-tlb (5) | balance-alb " +"(6)]\n" +" [primary ]\n" +" [miimon ]\n" +" [downdelay ]\n" +" [updelay ]\n" +" [arp-interval ]\n" +" [arp-ip-target ]\n" +" [lacp-rate slow (0) | fast (1)]\n" +"\n" +" bond-slave: master \n" +"\n" +" team: [config |]\n" +"\n" +" team-slave: master \n" +" [config |]\n" +"\n" +" bridge: [stp yes|no]\n" +" [priority ]\n" +" [forward-delay <2-30>]\n" +" [hello-time <1-10>]\n" +" [max-age <6-40>]\n" +" [ageing-time <0-1000000>]\n" +" [multicast-snooping yes|no]\n" +" [mac ]\n" +"\n" +" bridge-slave: master \n" +" [priority <0-63>]\n" +" [path-cost <1-65535>]\n" +" [hairpin yes|no]\n" +"\n" +" vpn: vpn-type vpnc|openvpn|pptp|openconnect|openswan|libreswan|" +"ssh|l2tp|iodine|...\n" +" [user ]\n" +"\n" +" olpc-mesh: ssid \n" +" [channel <1-13>]\n" +" [dhcp-anycast ]\n" +"\n" +" adsl: username \n" +" protocol pppoa|pppoe|ipoatm\n" +" [password ]\n" +" [encapsulation vcmux|llc]\n" +"\n" +" tun: mode tun|tap\n" +" [owner ]\n" +" [group ]\n" +" [pi yes|no]\n" +" [vnet-hdr yes|no]\n" +" [multi-queue yes|no]\n" +"\n" +" ip-tunnel: mode ipip|gre|sit|isatap|vti|ip6ip6|ipip6|ip6gre|vti6\n" +" remote \n" +" [local ]\n" +" [dev ]\n" +"\n" +" macvlan: dev \n" +" mode vepa|bridge|private|passthru|source\n" +" [tap yes|no]\n" +"\n" +" vxlan: id \n" +" remote \n" +" [local ]\n" +" [dev ]\n" +" [source-port-min <0-65535>]\n" +" [source-port-max <0-65535>]\n" +" [destination-port <0-65535>]\n" +"\n" +" SLAVE_OPTIONS:\n" +" bridge: [priority <0-63>]\n" +" [path-cost <1-65535>]\n" +" [hairpin yes|no]\n" +"\n" +" team: [config |]\n" +"\n" +" IP_OPTIONS:\n" +" [ip4 ] [gw4 ]\n" +" [ip6 ] [gw6 ]\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:442 +#, c-format +msgid "" +"Usage: nmcli connection modify { ARGUMENTS | help }\n" +"\n" +"ARGUMENTS := [id | uuid | path] ([+|-]. )+\n" +"\n" +"Modify one or more properties of the connection profile.\n" +"The profile is identified by its name, UUID or D-Bus path. For multi-valued\n" +"properties you can use optional '+' or '-' prefix to the property name.\n" +"The '+' sign allows appending items instead of overwriting the whole value.\n" +"The '-' sign allows removing selected items instead of the whole value.\n" +"\n" +"Examples:\n" +"nmcli con mod home-wifi wifi.ssid rakosnicek\n" +"nmcli con mod em1-1 ipv4.method manual ipv4.addr \"192.168.1.2/24, " +"10.10.1.5/8\"\n" +"nmcli con mod em1-1 +ipv4.dns 8.8.4.4\n" +"nmcli con mod em1-1 -ipv4.dns 1\n" +"nmcli con mod em1-1 -ipv6.addr \"abbe::cafe/56\"\n" +"nmcli con mod bond0 +bond.options mii=500\n" +"nmcli con mod bond0 -bond.options downdelay\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:465 +#, c-format +msgid "" +"Usage: nmcli connection clone { ARGUMENTS | help }\n" +"\n" +"ARGUMENTS := [--temporary] [id | uuid | path] \n" +"\n" +"Clone an existing connection profile. The newly created connection will be\n" +"the exact copy of the , except the uuid property (will be generated) " +"and\n" +"id (provided as argument).\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:477 +#, c-format +msgid "" +"Usage: nmcli connection edit { ARGUMENTS | help }\n" +"\n" +"ARGUMENTS := [id | uuid | path] \n" +"\n" +"Edit an existing connection profile in an interactive editor.\n" +"The profile is identified by its name, UUID or D-Bus path\n" +"\n" +"ARGUMENTS := [type ] [con-name ]\n" +"\n" +"Add a new connection profile in an interactive editor.\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:492 +#, c-format +msgid "" +"Usage: nmcli connection delete { ARGUMENTS | help }\n" +"\n" +"ARGUMENTS := [id | uuid | path] \n" +"\n" +"Delete a connection profile.\n" +"The profile is identified by its name, UUID or D-Bus path.\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:503 +#, c-format +msgid "" +"Usage: nmcli connection monitor { ARGUMENTS | help }\n" +"\n" +"ARGUMENTS := [id | uuid | path] ...\n" +"\n" +"Monitor connection profile activity.\n" +"This command prints a line whenever the specified connection changes.\n" +"Monitors all connection profiles in case none is specified.\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:515 +#, c-format +msgid "" +"Usage: nmcli connection reload { help }\n" +"\n" +"Reload all connection files from disk.\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:523 +#, c-format +msgid "" +"Usage: nmcli connection load { ARGUMENTS | help }\n" +"\n" +"ARGUMENTS := [...]\n" +"\n" +"Load/reload one or more connection files from disk. Use this after manually\n" +"editing a connection file to ensure that NetworkManager is aware of its " +"latest\n" +"state.\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:535 +#, c-format +msgid "" +"Usage: nmcli connection import { ARGUMENTS | help }\n" +"\n" +"ARGUMENTS := [--temporary] type file \n" +"\n" +"Import an external/foreign configuration as a NetworkManager connection " +"profile.\n" +"The type of the input file is specified by type option.\n" +"Only VPN configurations are supported at the moment. The configuration\n" +"is imported by NetworkManager VPN plugins.\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:548 +#, c-format +msgid "" +"Usage: nmcli connection export { ARGUMENTS | help }\n" +"\n" +"ARGUMENTS := [id | uuid | path] []\n" +"\n" +"Export a connection. Only VPN connections are supported at the moment.\n" +"The data are directed to standard output or to a file if a name is given.\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:726 +#, c-format +msgid "Error updating secrets for %s: %s\n" +msgstr "" + +#: ../clients/cli/connections.c:746 +msgid "Connection profile details" +msgstr "" + +#: ../clients/cli/connections.c:758 ../clients/cli/connections.c:1151 +#, c-format +msgid "Error: 'connection show': %s" +msgstr "" + +#: ../clients/cli/connections.c:1139 +msgid "Activate connection details" +msgstr "" + +#: ../clients/cli/connections.c:1375 +#, c-format +msgid "invalid field '%s'; allowed fields: %s and %s, or %s,%s" +msgstr "" + +#: ../clients/cli/connections.c:1390 ../clients/cli/connections.c:1398 +#, c-format +msgid "'%s' has to be alone" +msgstr "" + +#. Add headers +#: ../clients/cli/connections.c:1616 +msgid "NetworkManager active profiles" +msgstr "" + +#: ../clients/cli/connections.c:1617 +msgid "NetworkManager connection profiles" +msgstr "" + +#: ../clients/cli/connections.c:1678 +#, c-format +msgid "Error: %s - no such connection profile." +msgstr "" + +#: ../clients/cli/connections.c:1959 +#, c-format +msgid "" +"Connection successfully activated (master waiting for slaves) (D-Bus active " +"path: %s)\n" +msgstr "" + +#: ../clients/cli/connections.c:2214 +#, c-format +msgid "failed to read passwd-file '%s': %s" +msgstr "" + +#: ../clients/cli/connections.c:2226 +#, c-format +msgid "missing colon in 'password' entry '%s'" +msgstr "" + +#: ../clients/cli/connections.c:2234 +#, c-format +msgid "missing dot in 'password' entry '%s'" +msgstr "" + +#: ../clients/cli/connections.c:2247 +#, c-format +msgid "invalid setting name in 'password' entry '%s'" +msgstr "" + +#: ../clients/cli/connections.c:2303 +#, c-format +msgid "unknown device '%s'." +msgstr "" + +#: ../clients/cli/connections.c:2308 +msgid "neither a valid connection nor device given" +msgstr "" + +#: ../clients/cli/connections.c:2391 +#, c-format +msgid "Error: Connection '%s' does not exist." +msgstr "" + +#: ../clients/cli/connections.c:2451 +msgid "preparing" +msgstr "" + +#: ../clients/cli/connections.c:2472 +#, c-format +msgid "Connection '%s' (%s) successfully deleted.\n" +msgstr "" + +#: ../clients/cli/connections.c:2488 +#, c-format +msgid "Connection '%s' successfully deactivated (D-Bus active path: %s)\n" +msgstr "" + +#: ../clients/cli/connections.c:2559 ../clients/cli/connections.c:10387 +#: ../clients/cli/connections.c:10586 +#, c-format +msgid "Error: No connection specified." +msgstr "" + +#: ../clients/cli/connections.c:2591 +#, c-format +msgid "Error: '%s' is not an active connection.\n" +msgstr "" + +#: ../clients/cli/connections.c:2592 ../clients/cli/connections.c:10416 +#, c-format +msgid "Error: not all active connections found." +msgstr "" + +#: ../clients/cli/connections.c:2601 +#, c-format +msgid "Error: no active connection provided." +msgstr "" + +#: ../clients/cli/connections.c:2943 ../clients/cli/utils.c:648 +#, c-format +msgid "'%s' not among [%s]" +msgstr "" + +#: ../clients/cli/connections.c:3020 +#, c-format +msgid "Error: '%s': '%s' is not a valid %s MAC address." +msgstr "" + +#. Ask for optional arguments +#: ../clients/cli/connections.c:3021 ../clients/cli/connections.c:3553 +#: ../clients/tui/nm-editor-utils.c:163 ../libnm-core/nm-connection.c:1743 +#: ../libnm-glib/nm-device.c:1871 ../libnm/nm-device.c:1822 +msgid "InfiniBand" +msgstr "" + +#: ../clients/cli/connections.c:3021 ../clients/tui/nm-editor-utils.c:146 +#: ../libnm-glib/nm-device.c:1859 ../libnm/nm-device.c:1810 +msgid "Ethernet" +msgstr "" + +#: ../clients/cli/connections.c:3041 +#, c-format +msgid "Error: 'mtu': '%s' is not a valid MTU." +msgstr "" + +#: ../clients/cli/connections.c:3057 +#, c-format +msgid "Error: 'parent': '%s' is not a valid interface name." +msgstr "" + +#: ../clients/cli/connections.c:3078 +#, c-format +msgid "Error: 'p-key': '%s' is not a valid InfiniBand P_KEY." +msgstr "" + +#: ../clients/cli/connections.c:3093 +#, c-format +msgid "Error: '%s' is not a valid UID/GID." +msgstr "" + +#: ../clients/cli/connections.c:3137 +#, c-format +msgid "Error: '%s': '%s' is not a valid %s %s." +msgstr "" + +#: ../clients/cli/connections.c:3150 +msgid "Wi-Fi mode" +msgstr "" + +#: ../clients/cli/connections.c:3159 +msgid "InfiniBand transport mode" +msgstr "" + +#: ../clients/cli/connections.c:3171 +msgid "ADSL protocol" +msgstr "" + +#: ../clients/cli/connections.c:3182 +msgid "ADSL encapsulation" +msgstr "" + +#: ../clients/cli/connections.c:3191 +msgid "TUN device mode" +msgstr "" + +#: ../clients/cli/connections.c:3204 +#, c-format +msgid "Error: 'flags': '%s' is not valid; use <0-7>." +msgstr "" + +#: ../clients/cli/connections.c:3226 +#, c-format +msgid "Error: '%s': '%s' is not valid; %s " +msgstr "" + +#: ../clients/cli/connections.c:3404 +#, c-format +msgid "Warning: master='%s' doesn't refer to any existing profile.\n" +msgstr "" + +#: ../clients/cli/connections.c:3429 +#, c-format +msgid "Error: '%s': '%s' is not valid; use <%u-%u>." +msgstr "" + +#. Ask for optional arguments. +#: ../clients/cli/connections.c:3485 +#, c-format +msgid "There is %d optional argument for '%s' connection type.\n" +msgid_plural "There are %d optional arguments for '%s' connection type.\n" +msgstr[0] "" +msgstr[1] "" + +#: ../clients/cli/connections.c:3488 +#, c-format +msgid "Do you want to provide it? %s" +msgid_plural "Do you want to provide them? %s" +msgstr[0] "" +msgstr[1] "" + +#. Ask for optional arguments +#: ../clients/cli/connections.c:3505 +msgid "ethernet" +msgstr "" + +#: ../clients/cli/connections.c:3510 ../clients/cli/connections.c:3558 +#: ../clients/cli/connections.c:3692 ../clients/cli/connections.c:3771 +msgid "MTU [auto]: " +msgstr "" + +#: ../clients/cli/connections.c:3521 ../clients/cli/connections.c:3569 +#: ../clients/cli/connections.c:3664 ../clients/cli/connections.c:3703 +#: ../clients/cli/connections.c:4089 +msgid "MAC [none]: " +msgstr "" + +#: ../clients/cli/connections.c:3532 +msgid "Cloned MAC [none]: " +msgstr "" + +#: ../clients/cli/connections.c:3580 +#, c-format +msgid "Transport mode %s" +msgstr "" + +#: ../clients/cli/connections.c:3593 +msgid "Parent interface [none]: " +msgstr "" + +#: ../clients/cli/connections.c:3604 +msgid "P_KEY [none]: " +msgstr "" + +#: ../clients/cli/connections.c:3614 +#, c-format +msgid "Error: 'p-key' is mandatory when 'parent' is specified.\n" +msgstr "" + +#. Ask for optional arguments +#: ../clients/cli/connections.c:3631 ../clients/tui/nm-editor-utils.c:154 +#: ../libnm-glib/nm-device.c:1861 ../libnm/nm-device.c:1812 +msgid "Wi-Fi" +msgstr "" + +#: ../clients/cli/connections.c:3639 ../clients/cli/connections.c:6192 +#, c-format +msgid "Mode %s" +msgstr "" + +#. Ask for optional 'wimax' arguments. +#: ../clients/cli/connections.c:3659 ../libnm-glib/nm-device.c:1867 +#: ../libnm/nm-device.c:1818 +msgid "WiMAX" +msgstr "" + +#. Ask for optional 'pppoe' arguments. +#: ../clients/cli/connections.c:3682 +msgid "PPPoE" +msgstr "" + +#: ../clients/cli/connections.c:3686 ../clients/cli/connections.c:3724 +#: ../clients/cli/connections.c:4211 +msgid "Password [none]: " +msgstr "" + +#: ../clients/cli/connections.c:3688 +msgid "Service [none]: " +msgstr "" + +#. Ask for optional 'gsm' or 'cdma' arguments. +#: ../clients/cli/connections.c:3718 +msgid "mobile broadband" +msgstr "" + +#: ../clients/cli/connections.c:3722 ../clients/cli/connections.c:4161 +msgid "Username [none]: " +msgstr "" + +#. Ask for optional 'bluetooth' arguments. +#: ../clients/cli/connections.c:3737 +msgid "bluetooth" +msgstr "" + +#: ../clients/cli/connections.c:3744 +#, c-format +msgid "Bluetooth type %s" +msgstr "" + +#: ../clients/cli/connections.c:3750 +#, c-format +msgid "Error: 'bt-type': '%s' is not a valid bluetooth type.\n" +msgstr "" + +#: ../clients/cli/connections.c:3782 +msgid "VLAN flags (<0-7>) [none]: " +msgstr "" + +#: ../clients/cli/connections.c:3793 +msgid "Ingress priority maps [none]: " +msgstr "" + +#: ../clients/cli/connections.c:3804 +msgid "Egress priority maps [none]: " +msgstr "" + +#: ../clients/cli/connections.c:3815 +msgid "Bonding mode [balance-rr]: " +msgstr "" + +#. Ask for optional 'bond' arguments. +#: ../clients/cli/connections.c:3831 +msgid "bond" +msgstr "" + +#: ../clients/cli/connections.c:3853 +msgid "Bonding primary interface [none]: " +msgstr "" + +#: ../clients/cli/connections.c:3856 +#, c-format +msgid "Error: 'primary': '%s' is not a valid interface name.\n" +msgstr "" + +#: ../clients/cli/connections.c:3864 +#, c-format +msgid "Bonding monitoring mode %s" +msgstr "" + +#: ../clients/cli/connections.c:3870 +#, c-format +msgid "Error: '%s' is not a valid monitoring mode; use '%s' or '%s'.\n" +msgstr "" + +#: ../clients/cli/connections.c:3879 +msgid "Bonding miimon [100]: " +msgstr "" + +#: ../clients/cli/connections.c:3882 +#, c-format +msgid "Error: 'miimon': '%s' is not a valid number <0-%u>.\n" +msgstr "" + +#: ../clients/cli/connections.c:3890 +msgid "Bonding downdelay [0]: " +msgstr "" + +#: ../clients/cli/connections.c:3893 +#, c-format +msgid "Error: 'downdelay': '%s' is not a valid number <0-%u>.\n" +msgstr "" + +#: ../clients/cli/connections.c:3901 +msgid "Bonding updelay [0]: " +msgstr "" + +#: ../clients/cli/connections.c:3904 +#, c-format +msgid "Error: 'updelay': '%s' is not a valid number <0-%u>.\n" +msgstr "" + +#: ../clients/cli/connections.c:3913 +msgid "Bonding arp-interval [0]: " +msgstr "" + +#: ../clients/cli/connections.c:3916 +#, c-format +msgid "Error: 'arp-interval': '%s' is not a valid number <0-%u>.\n" +msgstr "" + +#. FIXME: verify the string +#: ../clients/cli/connections.c:3924 +msgid "Bonding arp-ip-target [none]: " +msgstr "" + +#: ../clients/cli/connections.c:3931 +msgid "LACP rate ('slow' or 'fast') [slow]: " +msgstr "" + +#: ../clients/cli/connections.c:3937 +#, c-format +msgid "Error: 'lacp_rate': '%s' is invalid ('slow' or 'fast').\n" +msgstr "" + +#: ../clients/cli/connections.c:3960 +msgid "Team JSON configuration [none]: " +msgstr "" + +#: ../clients/cli/connections.c:3977 +msgid "team" +msgstr "" + +#: ../clients/cli/connections.c:3983 +msgid "team-slave" +msgstr "" + +#. Ask for optional 'bridge' arguments. +#: ../clients/cli/connections.c:3995 +msgid "bridge" +msgstr "" + +#: ../clients/cli/connections.c:4001 +#, c-format +msgid "Enable STP %s" +msgstr "" + +#: ../clients/cli/connections.c:4006 +#, c-format +msgid "Error: 'stp': %s.\n" +msgstr "" + +#: ../clients/cli/connections.c:4014 +msgid "STP priority [32768]: " +msgstr "" + +#: ../clients/cli/connections.c:4018 +#, c-format +msgid "Error: 'priority': '%s' is not a valid number <0-%d>.\n" +msgstr "" + +#: ../clients/cli/connections.c:4026 +msgid "Forward delay [15]: " +msgstr "" + +#: ../clients/cli/connections.c:4030 +#, c-format +msgid "Error: 'forward-delay': '%s' is not a valid number <2-30>.\n" +msgstr "" + +#: ../clients/cli/connections.c:4039 +msgid "Hello time [2]: " +msgstr "" + +#: ../clients/cli/connections.c:4043 +#, c-format +msgid "Error: 'hello-time': '%s' is not a valid number <1-10>.\n" +msgstr "" + +#: ../clients/cli/connections.c:4051 +msgid "Max age [20]: " +msgstr "" + +#: ../clients/cli/connections.c:4055 +#, c-format +msgid "Error: 'max-age': '%s' is not a valid number <6-40>.\n" +msgstr "" + +#: ../clients/cli/connections.c:4063 +msgid "MAC address ageing time [300]: " +msgstr "" + +#: ../clients/cli/connections.c:4067 +#, c-format +msgid "Error: 'ageing-time': '%s' is not a valid number <0-1000000>.\n" +msgstr "" + +#: ../clients/cli/connections.c:4076 +#, c-format +msgid "Enable IGMP snooping %s" +msgstr "" + +#: ../clients/cli/connections.c:4081 +#, c-format +msgid "Error: 'multicast-snooping': %s.\n" +msgstr "" + +#. Ask for optional 'bridge-slave' arguments. +#: ../clients/cli/connections.c:4108 +msgid "bridge-slave" +msgstr "" + +#: ../clients/cli/connections.c:4113 +msgid "Bridge port priority [32]: " +msgstr "" + +#: ../clients/cli/connections.c:4126 +msgid "Bridge port STP path cost [100]: " +msgstr "" + +#: ../clients/cli/connections.c:4140 +#, c-format +msgid "Hairpin %s" +msgstr "" + +#: ../clients/cli/connections.c:4145 +#, c-format +msgid "Error: 'hairpin': %s.\n" +msgstr "" + +#. Ask for optional 'olpc' arguments. +#: ../clients/cli/connections.c:4172 ../libnm-glib/nm-device.c:1865 +#: ../libnm/nm-device.c:1816 +msgid "OLPC Mesh" +msgstr "" + +#: ../clients/cli/connections.c:4177 +msgid "OLPC Mesh channel [1]: " +msgstr "" + +#: ../clients/cli/connections.c:4180 +#, c-format +msgid "Error: 'channel': '%s' is not a valid number <1-13>.\n" +msgstr "" + +#: ../clients/cli/connections.c:4188 +msgid "DHCP anycast MAC address [none]: " +msgstr "" + +#. Ask for optional 'adsl' arguments. +#: ../clients/cli/connections.c:4207 ../libnm-glib/nm-device.c:1881 +#: ../libnm/nm-device.c:1832 +msgid "ADSL" +msgstr "" + +#: ../clients/cli/connections.c:4215 +#, c-format +msgid "ADSL encapsulation %s" +msgstr "" + +#. Ask for optional 'macvlan' arguments. +#: ../clients/cli/connections.c:4233 +msgid "macvlan" +msgstr "" + +#: ../clients/cli/connections.c:4239 +#, c-format +msgid "Tap %s" +msgstr "" + +#: ../clients/cli/connections.c:4244 +#, c-format +msgid "Error: 'tap': %s.\n" +msgstr "" + +#. Ask for optional 'vxlan' arguments. +#: ../clients/cli/connections.c:4260 ../libnm-glib/nm-device.c:1885 +#: ../libnm/nm-device.c:1836 +msgid "VXLAN" +msgstr "" + +#: ../clients/cli/connections.c:4265 ../clients/cli/connections.c:4589 +msgid "Parent device [none]: " +msgstr "" + +#: ../clients/cli/connections.c:4270 ../clients/cli/connections.c:4594 +#, c-format +msgid "Error: 'dev': '%s' is neither UUID nor interface name.\n" +msgstr "" + +#: ../clients/cli/connections.c:4279 +msgid "Local address [none]: " +msgstr "" + +#: ../clients/cli/connections.c:4284 +#, c-format +msgid "Error: 'local': '%s' is not a valid IP address.\n" +msgstr "" + +#: ../clients/cli/connections.c:4293 +msgid "Minimum source port [0]: " +msgstr "" + +#: ../clients/cli/connections.c:4297 +#, c-format +msgid "Error: 'source-port-min': '%s' is not a valid number <0-65535>.\n" +msgstr "" + +#: ../clients/cli/connections.c:4306 +msgid "Maximum source port [0]: " +msgstr "" + +#: ../clients/cli/connections.c:4310 +#, c-format +msgid "Error: 'source-port-max': '%s' is not a valid number <0-65535>.\n" +msgstr "" + +#: ../clients/cli/connections.c:4319 +msgid "Destination port [8472]: " +msgstr "" + +#: ../clients/cli/connections.c:4323 +#, c-format +msgid "Error: 'destination-port': '%s' is not a valid number <0-65535>.\n" +msgstr "" + +#: ../clients/cli/connections.c:4362 +msgid "IPv4 address (IP[/plen]) [none]: " +msgstr "" + +#: ../clients/cli/connections.c:4364 +msgid "IPv6 address (IP[/plen]) [none]: " +msgstr "" + +#: ../clients/cli/connections.c:4378 +#, c-format +msgid " Address successfully added: %s\n" +msgstr "" + +#: ../clients/cli/connections.c:4380 +#, c-format +msgid " Warning: address already present: %s\n" +msgstr "" + +#: ../clients/cli/connections.c:4382 +#, c-format +msgid " Warning: ignoring garbage at the end: '%s'\n" +msgstr "" + +#: ../clients/cli/connections.c:4384 ../clients/cli/connections.c:5593 +#: ../clients/cli/connections.c:5640 ../clients/cli/connections.c:6562 +#: ../clients/cli/connections.c:6595 +msgid "Error: " +msgstr "" + +#: ../clients/cli/connections.c:4404 +msgid "IPv4 gateway [none]: " +msgstr "" + +#: ../clients/cli/connections.c:4407 +msgid "IPv6 gateway [none]: " +msgstr "" + +#: ../clients/cli/connections.c:4427 +#, c-format +msgid "Error: invalid gateway address '%s'\n" +msgstr "" + +#. Ask for IP addresses +#: ../clients/cli/connections.c:4440 +#, c-format +msgid "Do you want to add IP addresses? %s" +msgstr "" + +#: ../clients/cli/connections.c:4448 +#, c-format +msgid "Press to finish adding addresses.\n" +msgstr "" + +#. Ask for optional 'tun' arguments. +#: ../clients/cli/connections.c:4492 ../libnm-glib/nm-device.c:1889 +#: ../libnm/nm-device.c:1840 +msgid "Tun" +msgstr "" + +#: ../clients/cli/connections.c:4497 +msgid "User ID [none]: " +msgstr "" + +#: ../clients/cli/connections.c:4510 +msgid "Group ID [none]: " +msgstr "" + +#: ../clients/cli/connections.c:4524 +#, c-format +msgid "Enable PI %s" +msgstr "" + +#: ../clients/cli/connections.c:4529 +#, c-format +msgid "Error: 'pi': %s.\n" +msgstr "" + +#: ../clients/cli/connections.c:4537 +#, c-format +msgid "Enable VNET header %s" +msgstr "" + +#: ../clients/cli/connections.c:4542 +#, c-format +msgid "Error: 'vnet-hdr': %s.\n" +msgstr "" + +#: ../clients/cli/connections.c:4550 +#, c-format +msgid "Enable multi queue %s" +msgstr "" + +#: ../clients/cli/connections.c:4555 +#, c-format +msgid "Error: 'multi-queue': %s.\n" +msgstr "" + +#. Ask for optional 'ip-tunnel' arguments. +#: ../clients/cli/connections.c:4569 +msgid "IP Tunnel" +msgstr "" + +#: ../clients/cli/connections.c:4574 +msgid "Local endpoint [none]: " +msgstr "" + +#: ../clients/cli/connections.c:4580 +#, c-format +msgid "Error: 'local': '%s' is not valid; must be an IP address\n" +msgstr "" + +#: ../clients/cli/connections.c:4646 ../clients/cli/connections.c:10180 +#, c-format +msgid "Error: . argument is missing." +msgstr "" + +#: ../clients/cli/connections.c:4651 +#, c-format +msgid "Error: value for '%s' is missing." +msgstr "" + +#: ../clients/cli/connections.c:4669 +#, c-format +msgid "Error: invalid . '%s'." +msgstr "" + +#: ../clients/cli/connections.c:4677 +#, c-format +msgid "Error: invalid or not allowed setting '%s': %s." +msgstr "" + +#: ../clients/cli/connections.c:4688 +#, c-format +msgid "Error: don't know how to create '%s' setting." +msgstr "" + +#: ../clients/cli/connections.c:4698 +#, c-format +msgid "Error: invalid property '%s': %s." +msgstr "" + +#: ../clients/cli/connections.c:4710 +#, c-format +msgid "Error: failed to modify %s.%s: %s." +msgstr "" + +#: ../clients/cli/connections.c:4729 +#, c-format +msgid "Error: failed to remove a value from %s.%s: %s." +msgstr "" + +#: ../clients/cli/connections.c:4763 +#, c-format +msgid "" +"Warning: 'type' is ignored. Use 'nmcli connection add \"%s\" ...' instead." +msgstr "" + +#: ../clients/cli/connections.c:4771 +msgid "Error: redundant 'master' option." +msgstr "" + +#: ../clients/cli/connections.c:4784 +msgid "Error: 'master' is required." +msgstr "" + +#: ../clients/cli/connections.c:4938 +#, c-format +msgid "Error: 'parent': not valid without 'p-key'." +msgstr "" + +#: ../clients/cli/connections.c:4993 ../clients/cli/connections.c:5960 +msgid "SSID: " +msgstr "" + +#: ../clients/cli/connections.c:4996 ../clients/cli/connections.c:5963 +msgid "Error: 'ssid' is required." +msgstr "" + +#: ../clients/cli/connections.c:5060 +msgid "WiMAX NSP name: " +msgstr "" + +#: ../clients/cli/connections.c:5063 +msgid "Error: 'nsp' is required." +msgstr "" + +#: ../clients/cli/connections.c:5115 +msgid "PPPoE username: " +msgstr "" + +#: ../clients/cli/connections.c:5118 ../clients/cli/connections.c:6030 +msgid "Error: 'username' is required." +msgstr "" + +#: ../clients/cli/connections.c:5187 +msgid "APN: " +msgstr "" + +#: ../clients/cli/connections.c:5190 +msgid "Error: 'apn' is required." +msgstr "" + +#: ../clients/cli/connections.c:5248 +msgid "Bluetooth device address: " +msgstr "" + +#: ../clients/cli/connections.c:5251 +msgid "Error: 'addr' is required." +msgstr "" + +#: ../clients/cli/connections.c:5292 +#, c-format +msgid "Error: 'bt-type': '%s' not valid; use [%s, %s (%s), %s]." +msgstr "" + +#: ../clients/cli/connections.c:5336 +msgid "VLAN parent device or connection UUID: " +msgstr "" + +#: ../clients/cli/connections.c:5339 ../clients/cli/connections.c:6101 +msgid "Error: 'dev' is required." +msgstr "" + +#: ../clients/cli/connections.c:5343 +msgid "VLAN ID <0-4094>: " +msgstr "" + +#: ../clients/cli/connections.c:5346 ../clients/cli/connections.c:6417 +msgid "Error: 'id' is required." +msgstr "" + +#: ../clients/cli/connections.c:5352 +#, c-format +msgid "Error: 'id': '%s' is not valid; use <0-4094>." +msgstr "" + +#: ../clients/cli/connections.c:5362 ../clients/cli/connections.c:6109 +#, c-format +msgid "Error: 'dev': '%s' is neither UUID, interface name, nor MAC." +msgstr "" + +#: ../clients/cli/connections.c:5494 +#, c-format +msgid "Error: 'mode': %s." +msgstr "" + +#: ../clients/cli/connections.c:5503 +#, c-format +msgid "Error: 'primary': '%s' is not a valid interface name." +msgstr "" + +#: ../clients/cli/connections.c:5726 +#, c-format +msgid "Error: 'stp': %s." +msgstr "" + +#: ../clients/cli/connections.c:5735 +#, c-format +msgid "Error: 'multicast-snooping': %s." +msgstr "" + +#: ../clients/cli/connections.c:5854 +#, c-format +msgid "Error: 'hairpin': %s." +msgstr "" + +#: ../clients/cli/connections.c:5905 +msgid "Error: 'vpn-type' is required." +msgstr "" + +#: ../clients/cli/connections.c:5913 +#, c-format +msgid "Warning: 'vpn-type': %s not known.\n" +msgstr "" + +#: ../clients/cli/connections.c:5976 +#, c-format +msgid "Error: 'channel': '%s' is not valid; use <1-13>." +msgstr "" + +#: ../clients/cli/connections.c:6027 +msgid "Username: " +msgstr "" + +#: ../clients/cli/connections.c:6036 +#, c-format +msgid "Protocol %s" +msgstr "" + +#: ../clients/cli/connections.c:6039 +msgid "Error: 'protocol' is required." +msgstr "" + +#: ../clients/cli/connections.c:6098 +msgid "MACVLAN parent device or connection UUID: " +msgstr "" + +#: ../clients/cli/connections.c:6118 ../clients/cli/connections.c:6198 +#: ../clients/cli/connections.c:6300 +msgid "Error: 'mode' is required." +msgstr "" + +#: ../clients/cli/connections.c:6124 +msgid "Error: 'mode' is not valid." +msgstr "" + +#: ../clients/cli/connections.c:6137 +#, c-format +msgid "Error: 'tap': %s." +msgstr "" + +#: ../clients/cli/connections.c:6223 +#, c-format +msgid "Error: 'pi': %s." +msgstr "" + +#: ../clients/cli/connections.c:6234 +#, c-format +msgid "Error: 'vnet-hdr': %s." +msgstr "" + +#: ../clients/cli/connections.c:6245 +#, c-format +msgid "Error: 'multi-queue': %s." +msgstr "" + +#: ../clients/cli/connections.c:6314 +#, c-format +msgid "Error: 'mode': '%s' is not valid, use one of %s" +msgstr "" + +#: ../clients/cli/connections.c:6320 +msgid "Remote endpoint: " +msgstr "" + +#: ../clients/cli/connections.c:6323 ../clients/cli/connections.c:6425 +msgid "Error: 'remote' is required." +msgstr "" + +#: ../clients/cli/connections.c:6330 +#, c-format +msgid "Error: 'remote': '%s' is not valid; must be an IP address" +msgstr "" + +#: ../clients/cli/connections.c:6344 +#, c-format +msgid "Error: 'local': '%s' is not valid; must be an IP address" +msgstr "" + +#: ../clients/cli/connections.c:6353 ../clients/cli/connections.c:6448 +#, c-format +msgid "Error: 'dev': '%s' is neither UUID nor interface name." +msgstr "" + +#: ../clients/cli/connections.c:6414 +msgid "VXLAN ID: " +msgstr "" + +#: ../clients/cli/connections.c:6422 +msgid "Remote: " +msgstr "" + +#: ../clients/cli/connections.c:6431 +#, c-format +msgid "Error: 'id': '%s' is not valid; use <0-16777215>." +msgstr "" + +#: ../clients/cli/connections.c:6457 +#, c-format +msgid "Error: 'remote': '%s' is not a valid IP address" +msgstr "" + +#: ../clients/cli/connections.c:6466 +#, c-format +msgid "Error: 'local': '%s' is not a valid IP address" +msgstr "" + +#: ../clients/cli/connections.c:6475 +#, c-format +msgid "Error: 'source-port-min': %s is not valid; use <0-65535>." +msgstr "" + +#: ../clients/cli/connections.c:6484 +#, c-format +msgid "Error: 'source-port-max': %s is not valid; use <0-65535>." +msgstr "" + +#: ../clients/cli/connections.c:6493 +#, c-format +msgid "Error: 'destination-port': %s is not valid; use <0-65535>." +msgstr "" + +#: ../clients/cli/connections.c:6533 +#, c-format +msgid "Error: '%s' is not a valid connection type." +msgstr "" + +#: ../clients/cli/connections.c:6574 +#, c-format +msgid "Error: IPv4 gateway specified without IPv4 addresses" +msgstr "" + +#: ../clients/cli/connections.c:6578 +#, c-format +msgid "Error: multiple IPv4 gateways specified" +msgstr "" + +#: ../clients/cli/connections.c:6582 +#, c-format +msgid "Error: Invalid IPv4 gateway '%s'" +msgstr "" + +#: ../clients/cli/connections.c:6607 +#, c-format +msgid "Error: IPv6 gateway specified without IPv6 addresses" +msgstr "" + +#: ../clients/cli/connections.c:6611 +#, c-format +msgid "Error: multiple IPv6 gateways specified" +msgstr "" + +#: ../clients/cli/connections.c:6615 +#, c-format +msgid "Error: Invalid IPv6 gateway '%s'" +msgstr "" + +#: ../clients/cli/connections.c:6663 ../clients/cli/connections.c:10219 +#, c-format +msgid "Error: Failed to add '%s' connection: %s" +msgstr "" + +#: ../clients/cli/connections.c:6668 +#, c-format +msgid "Connection '%s' (%s) successfully added.\n" +msgstr "" + +#: ../clients/cli/connections.c:6947 ../clients/cli/connections.c:10674 +#, c-format +msgid "Error: 'type' argument is required." +msgstr "" + +#: ../clients/cli/connections.c:6955 +#, c-format +msgid "Error: invalid connection type; %s." +msgstr "" + +#: ../clients/cli/connections.c:6964 ../clients/cli/devices.c:2144 +#, c-format +msgid "Error: 'autoconnect': %s." +msgstr "" + +#: ../clients/cli/connections.c:6974 +#, c-format +msgid "Error: 'save': %s." +msgstr "" + +#: ../clients/cli/connections.c:6991 +msgid "Interface name [*]: " +msgstr "" + +#: ../clients/cli/connections.c:6996 +#, c-format +msgid "Error: 'ifname' argument is required." +msgstr "" + +#: ../clients/cli/connections.c:6998 +#, c-format +msgid "Error: mandatory 'ifname' not seen before '%s'." +msgstr "" + +#: ../clients/cli/connections.c:7007 +#, c-format +msgid "Error: 'ifname': '%s' is not a valid interface nor '*'." +msgstr "" + +#: ../clients/cli/connections.c:8031 +#, c-format +msgid "['%s' setting values]\n" +msgstr "" + +#. TRANSLATORS: do not translate command names and keywords before :: +#. * However, you should translate terms enclosed in <>. +#. +#: ../clients/cli/connections.c:8113 +#, c-format +msgid "" +"---[ Main menu ]---\n" +"goto [ | ] :: go to a setting or property\n" +"remove [.] | :: remove setting or reset property " +"value\n" +"set [. ] :: set property value\n" +"describe [.] :: describe property\n" +"print [all | [.]] :: print the connection\n" +"verify [all | fix] :: verify the connection\n" +"save [persistent|temporary] :: save the connection\n" +"activate [] [/|] :: activate the connection\n" +"back :: go one level up (back)\n" +"help/? [] :: print this help\n" +"nmcli :: nmcli configuration\n" +"quit :: exit nmcli\n" +msgstr "" + +#: ../clients/cli/connections.c:8140 +#, c-format +msgid "" +"goto [.] | :: enter setting/property for editing\n" +"\n" +"This command enters into a setting or property for editing it.\n" +"\n" +"Examples: nmcli> goto connection\n" +" nmcli connection> goto secondaries\n" +" nmcli> goto ipv4.addresses\n" +msgstr "" + +#: ../clients/cli/connections.c:8147 +#, c-format +msgid "" +"remove [.] :: remove setting or reset property value\n" +"\n" +"This command removes an entire setting from the connection, or if a " +"property\n" +"is given, resets that property to the default value.\n" +"\n" +"Examples: nmcli> remove wifi-sec\n" +" nmcli> remove eth.mtu\n" +msgstr "" + +#: ../clients/cli/connections.c:8154 +#, c-format +msgid "" +"set [. ] :: set property value\n" +"\n" +"This command sets property value.\n" +"\n" +"Example: nmcli> set con.id My connection\n" +msgstr "" + +#: ../clients/cli/connections.c:8159 +#, c-format +msgid "" +"describe [.] :: describe property\n" +"\n" +"Shows property description. You can consult nm-settings(5) manual page to " +"see all NM settings and properties.\n" +msgstr "" + +#: ../clients/cli/connections.c:8164 +#, c-format +msgid "" +"print [all] :: print setting or connection values\n" +"\n" +"Shows current property or the whole connection.\n" +"\n" +"Example: nmcli ipv4> print all\n" +msgstr "" + +#: ../clients/cli/connections.c:8169 +#, c-format +msgid "" +"verify [all | fix] :: verify setting or connection validity\n" +"\n" +"Verifies whether the setting or connection is valid and can be saved later.\n" +"It indicates invalid values on error. Some errors may be fixed " +"automatically\n" +"by 'fix' option.\n" +"\n" +"Examples: nmcli> verify\n" +" nmcli> verify fix\n" +" nmcli bond> verify\n" +msgstr "" + +#: ../clients/cli/connections.c:8178 +#, c-format +msgid "" +"save [persistent|temporary] :: save the connection\n" +"\n" +"Sends the connection profile to NetworkManager that either will save it\n" +"persistently, or will only keep it in memory. 'save' without an argument\n" +"means 'save persistent'.\n" +"Note that once you save the profile persistently those settings are saved\n" +"across reboot or restart. Subsequent changes can also be temporary or\n" +"persistent, but any temporary changes will not persist across reboot or\n" +"restart. If you want to fully remove the persistent connection, the " +"connection\n" +"profile must be deleted.\n" +msgstr "" + +#: ../clients/cli/connections.c:8189 +#, c-format +msgid "" +"activate [] [/|] :: activate the connection\n" +"\n" +"Activates the connection.\n" +"\n" +"Available options:\n" +" - device the connection will be activated on\n" +"/| - AP (Wi-Fi) or NSP (WiMAX) (prepend with / when is not " +"specified)\n" +msgstr "" + +#: ../clients/cli/connections.c:8196 ../clients/cli/connections.c:8355 +#, c-format +msgid "" +"back :: go to upper menu level\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:8199 +#, c-format +msgid "" +"help/? [] :: help for the nmcli commands\n" +"\n" +msgstr "" + +#: ../clients/cli/connections.c:8202 +#, c-format +msgid "" +"nmcli [ ] :: nmcli configuration\n" +"\n" +"Configures nmcli. The following options are available:\n" +"status-line yes | no [default: no]\n" +"save-confirmation yes | no [default: yes]\n" +"show-secrets yes | no [default: no]\n" +"prompt-color | <0-8> [default: 0]\n" +"%s\n" +"Examples: nmcli> nmcli status-line yes\n" +" nmcli> nmcli save-confirmation no\n" +" nmcli> nmcli prompt-color 3\n" +msgstr "" + +#: ../clients/cli/connections.c:8224 ../clients/cli/connections.c:8361 +#, c-format +msgid "" +"quit :: exit nmcli\n" +"\n" +"This command exits nmcli. When the connection being edited is not saved, the " +"user is asked to confirm the action.\n" +msgstr "" + +#: ../clients/cli/connections.c:8229 ../clients/cli/connections.c:8366 +#: ../clients/cli/connections.c:8790 ../clients/cli/connections.c:9738 +#, c-format +msgid "Unknown command: '%s'\n" +msgstr "" + +#. TRANSLATORS: do not translate command names and keywords before :: +#. * However, you should translate terms enclosed in <>. +#. +#: ../clients/cli/connections.c:8295 +#, c-format +msgid "" +"---[ Property menu ]---\n" +"set [] :: set new value\n" +"add [] :: add new option to the property\n" +"change :: change current value\n" +"remove [ |