Version 1.27.60.

This commit is contained in:
Richard W.M. Jones
2014-10-08 15:44:01 +01:00
parent 6d0f46bacb
commit 1e9b707e9b
20 changed files with 2080 additions and 2023 deletions

26
BUGS
View File

@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
Last updated: 2014-10-07
Last updated: 2014-10-08
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -407,6 +407,9 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1146832 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1146832
virt-v2v fail to convert guest with disk type volume
1150298 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1150298
ARM 32 bit on Ubuntu: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
guestfish's list splitting does not recognize internal quoting
@@ -437,7 +440,10 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1145916 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1145916
virt-v2v fails to convert win7 guest
(139 bugs)
1147313 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1147313
virt-v2v cmd with option --qemu-boot doesn't work: "qemu-system-x86_64: command not found"
(141 bugs)
--------------------------------------------------
Bugs in MODIFIED, POST or ON_QA state are fixed.
@@ -452,6 +458,9 @@ You can help by testing the fixes.
1149640 POST https://bugzilla.redhat.com/show_bug.cgi?id=1149640
hardcoded el7 disttag in BR makes build fail on ppc64le
1150475 POST https://bugzilla.redhat.com/show_bug.cgi?id=1150475
Exporting 2+ disk guest to RHEV, only one disk shows after import
1053847 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1053847
Recommended default clock/timer settings
@@ -482,9 +491,6 @@ You can help by testing the fixes.
1091856 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1091856
scrub-file can't handle link file
1099284 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1099284
typo errors in man pages
1113020 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1113020
Support virt-sparsify option to allow specifying temporary file or block device
@@ -530,10 +536,7 @@ You can help by testing the fixes.
1147065 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1147065
regression setting root password with virt-builder/virt-customize
1147313 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1147313
virt-v2v cmd with option --qemu-boot doesn't work: "qemu-system-x86_64: command not found"
(30 bugs)
(29 bugs)
--------------------------------------------------
These bugs are in the VERIFIED state.
@@ -571,6 +574,9 @@ These bugs are in the VERIFIED state.
1099105 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1099105
libguestfs Requires: /lib64/libldif-2.4.so.2 missing from openldap-2.4.39-6.el6.x86_64
1099284 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1099284
typo errors in man pages
1099332 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1099332
typo errors in man pages
@@ -646,6 +652,6 @@ These bugs are in the VERIFIED state.
1146815 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1146815
virt-v2v prints warning: /files/etc/fstab/8/spec references unknown device "cdrom"
(36 bugs)
(37 bugs)
End of BUGS file.

View File

@@ -26,7 +26,7 @@
# freeform string.
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [27])
m4_define([libguestfs_release], [59])
m4_define([libguestfs_release], [60])
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
AC_CONFIG_AUX_DIR([build-aux])

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 13:30+0100\n"
"POT-Creation-Date: 2014-10-08 15:38+0100\n"
"PO-Revision-Date: 2014-10-07 12:23+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@@ -65,7 +65,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -91,7 +91,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -101,7 +101,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -113,7 +113,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -228,7 +228,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -278,7 +278,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -542,7 +542,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -605,19 +605,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -654,19 +654,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -674,19 +674,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -703,47 +703,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -785,7 +787,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -940,11 +942,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -996,7 +998,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1034,7 +1036,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1077,7 +1079,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1088,7 +1090,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1148,7 +1150,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1261,11 +1263,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1291,7 +1293,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1315,7 +1317,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1323,7 +1325,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1338,7 +1340,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1347,7 +1349,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1355,11 +1357,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1430,7 +1432,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1446,15 +1448,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1497,11 +1499,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1688,7 +1690,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1756,7 +1758,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1796,7 +1798,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1826,7 +1828,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1838,15 +1840,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1894,7 +1896,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2280,7 +2282,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2290,7 +2292,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2477,7 +2479,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2485,31 +2487,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2521,7 +2523,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2587,7 +2589,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2599,15 +2601,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2619,7 +2621,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2627,7 +2629,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2845,10 +2847,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2927,23 +2930,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""

179
po/es.po
View File

@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 13:30+0100\n"
"POT-Creation-Date: 2014-10-08 15:38+0100\n"
"PO-Revision-Date: 2014-10-07 12:23+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/libguestfs/"
@@ -67,7 +67,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -93,7 +93,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -103,7 +103,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -115,7 +115,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -230,7 +230,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -280,7 +280,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -544,7 +544,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -607,19 +607,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -656,19 +656,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -676,19 +676,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -705,47 +705,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -787,7 +789,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -942,11 +944,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -998,7 +1000,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1036,7 +1038,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1079,7 +1081,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1090,7 +1092,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1150,7 +1152,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1263,11 +1265,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1293,7 +1295,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1317,7 +1319,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1325,7 +1327,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1340,7 +1342,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1349,7 +1351,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1357,11 +1359,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1432,7 +1434,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1448,15 +1450,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1499,11 +1501,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1690,7 +1692,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1758,7 +1760,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1798,7 +1800,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1828,7 +1830,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1840,15 +1842,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1896,7 +1898,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2282,7 +2284,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2292,7 +2294,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2479,7 +2481,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2487,31 +2489,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2523,7 +2525,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2589,7 +2591,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2601,15 +2603,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2621,7 +2623,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2629,7 +2631,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2847,10 +2849,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2929,23 +2932,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""

179
po/gu.po
View File

@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 13:30+0100\n"
"POT-Creation-Date: 2014-10-08 15:38+0100\n"
"PO-Revision-Date: 2014-10-07 12:23+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Gujarati (http://www.transifex.com/projects/p/libguestfs/"
@@ -66,7 +66,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -92,7 +92,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -102,7 +102,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -114,7 +114,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -229,7 +229,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -279,7 +279,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -543,7 +543,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -606,19 +606,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -655,19 +655,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -675,19 +675,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -704,47 +704,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -786,7 +788,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -941,11 +943,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -997,7 +999,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1035,7 +1037,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1078,7 +1080,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1089,7 +1091,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1149,7 +1151,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1262,11 +1264,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1292,7 +1294,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1316,7 +1318,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1324,7 +1326,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1339,7 +1341,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1348,7 +1350,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1356,11 +1358,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1431,7 +1433,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1447,15 +1449,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1498,11 +1500,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1689,7 +1691,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1757,7 +1759,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1797,7 +1799,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1827,7 +1829,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1839,15 +1841,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1895,7 +1897,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2281,7 +2283,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2291,7 +2293,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2478,7 +2480,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2486,31 +2488,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2522,7 +2524,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2588,7 +2590,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2600,15 +2602,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2620,7 +2622,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2628,7 +2630,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2846,10 +2848,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2928,23 +2931,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""

179
po/hi.po
View File

@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 13:30+0100\n"
"POT-Creation-Date: 2014-10-08 15:38+0100\n"
"PO-Revision-Date: 2014-10-07 12:23+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/libguestfs/"
@@ -66,7 +66,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -92,7 +92,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -102,7 +102,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -114,7 +114,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -229,7 +229,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -279,7 +279,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -543,7 +543,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -606,19 +606,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -655,19 +655,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -675,19 +675,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -704,47 +704,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -786,7 +788,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -941,11 +943,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -997,7 +999,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1035,7 +1037,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1078,7 +1080,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1089,7 +1091,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1149,7 +1151,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1262,11 +1264,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1292,7 +1294,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1316,7 +1318,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1324,7 +1326,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1339,7 +1341,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1348,7 +1350,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1356,11 +1358,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1431,7 +1433,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1447,15 +1449,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1498,11 +1500,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1689,7 +1691,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1757,7 +1759,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1797,7 +1799,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1827,7 +1829,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1839,15 +1841,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1895,7 +1897,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2281,7 +2283,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2291,7 +2293,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2478,7 +2480,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2486,31 +2488,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2522,7 +2524,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2588,7 +2590,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2600,15 +2602,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2620,7 +2622,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2628,7 +2630,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2846,10 +2848,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2928,23 +2931,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""

179
po/kn.po
View File

@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 13:30+0100\n"
"POT-Creation-Date: 2014-10-08 15:38+0100\n"
"PO-Revision-Date: 2014-10-07 12:23+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Kannada (http://www.transifex.com/projects/p/libguestfs/"
@@ -65,7 +65,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -91,7 +91,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -101,7 +101,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -113,7 +113,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -228,7 +228,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -278,7 +278,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -542,7 +542,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -605,19 +605,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -654,19 +654,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -674,19 +674,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -703,47 +703,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -785,7 +787,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -940,11 +942,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -996,7 +998,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1034,7 +1036,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1077,7 +1079,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1088,7 +1090,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1148,7 +1150,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1261,11 +1263,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1291,7 +1293,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1315,7 +1317,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1323,7 +1325,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1338,7 +1340,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1347,7 +1349,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1355,11 +1357,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1430,7 +1432,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1446,15 +1448,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1497,11 +1499,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1688,7 +1690,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1756,7 +1758,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1796,7 +1798,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1826,7 +1828,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1838,15 +1840,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1894,7 +1896,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2280,7 +2282,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2290,7 +2292,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2477,7 +2479,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2485,31 +2487,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2521,7 +2523,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2587,7 +2589,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2599,15 +2601,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2619,7 +2621,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2627,7 +2629,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2845,10 +2847,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2927,23 +2930,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""

View File

@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: libguestfs 1.27.59\n"
"Project-Id-Version: libguestfs 1.27.60\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 15:26+0100\n"
"POT-Creation-Date: 2014-10-08 15:42+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -64,7 +64,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -90,7 +90,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -100,7 +100,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -112,7 +112,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -227,7 +227,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -277,7 +277,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -541,7 +541,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -604,19 +604,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -653,19 +653,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -673,19 +673,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -702,47 +702,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -784,7 +786,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -939,11 +941,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -995,7 +997,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1033,7 +1035,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1076,7 +1078,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1087,7 +1089,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1147,7 +1149,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1260,11 +1262,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1290,7 +1292,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1314,7 +1316,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1322,7 +1324,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1337,7 +1339,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1346,7 +1348,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1354,11 +1356,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1429,7 +1431,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1445,15 +1447,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1496,11 +1498,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1687,7 +1689,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1755,7 +1757,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1795,7 +1797,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1825,7 +1827,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1837,15 +1839,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1893,7 +1895,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2279,7 +2281,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2289,7 +2291,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2476,7 +2478,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2484,31 +2486,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2520,7 +2522,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2586,7 +2588,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2598,15 +2600,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2618,7 +2620,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2626,7 +2628,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2844,10 +2846,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2926,23 +2929,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""

179
po/ml.po
View File

@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 13:30+0100\n"
"POT-Creation-Date: 2014-10-08 15:38+0100\n"
"PO-Revision-Date: 2014-10-07 12:23+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Malayalam (http://www.transifex.com/projects/p/libguestfs/"
@@ -65,7 +65,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -91,7 +91,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -101,7 +101,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -113,7 +113,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -228,7 +228,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -278,7 +278,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -542,7 +542,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -605,19 +605,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -654,19 +654,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -674,19 +674,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -703,47 +703,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -785,7 +787,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -940,11 +942,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -996,7 +998,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1034,7 +1036,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1077,7 +1079,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1088,7 +1090,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1148,7 +1150,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1261,11 +1263,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1291,7 +1293,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1315,7 +1317,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1323,7 +1325,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1338,7 +1340,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1347,7 +1349,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1355,11 +1357,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1430,7 +1432,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1446,15 +1448,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1497,11 +1499,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1688,7 +1690,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1756,7 +1758,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1796,7 +1798,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1826,7 +1828,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1838,15 +1840,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1894,7 +1896,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2280,7 +2282,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2290,7 +2292,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2477,7 +2479,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2485,31 +2487,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2521,7 +2523,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2587,7 +2589,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2599,15 +2601,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2619,7 +2621,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2627,7 +2629,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2845,10 +2847,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2927,23 +2930,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""

179
po/mr.po
View File

@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 13:30+0100\n"
"POT-Creation-Date: 2014-10-08 15:38+0100\n"
"PO-Revision-Date: 2014-10-07 12:23+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Marathi (http://www.transifex.com/projects/p/libguestfs/"
@@ -66,7 +66,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -92,7 +92,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -102,7 +102,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -114,7 +114,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -229,7 +229,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -279,7 +279,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -543,7 +543,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -606,19 +606,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -655,19 +655,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -675,19 +675,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -704,47 +704,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -786,7 +788,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -941,11 +943,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -997,7 +999,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1035,7 +1037,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1078,7 +1080,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1089,7 +1091,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1149,7 +1151,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1262,11 +1264,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1292,7 +1294,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1316,7 +1318,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1324,7 +1326,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1339,7 +1341,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1348,7 +1350,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1356,11 +1358,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1431,7 +1433,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1447,15 +1449,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1498,11 +1500,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1689,7 +1691,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1757,7 +1759,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1797,7 +1799,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1827,7 +1829,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1839,15 +1841,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1895,7 +1897,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2281,7 +2283,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2291,7 +2293,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2478,7 +2480,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2486,31 +2488,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2522,7 +2524,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2588,7 +2590,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2600,15 +2602,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2620,7 +2622,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2628,7 +2630,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2846,10 +2848,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2928,23 +2931,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""

179
po/nl.po
View File

@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 13:30+0100\n"
"POT-Creation-Date: 2014-10-08 15:38+0100\n"
"PO-Revision-Date: 2014-10-07 12:23+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/libguestfs/"
@@ -67,7 +67,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -93,7 +93,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -103,7 +103,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -115,7 +115,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -230,7 +230,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -280,7 +280,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -544,7 +544,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -607,19 +607,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -656,19 +656,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -676,19 +676,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -705,47 +705,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -787,7 +789,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -942,11 +944,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -998,7 +1000,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1036,7 +1038,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1079,7 +1081,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1090,7 +1092,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1150,7 +1152,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1263,11 +1265,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1293,7 +1295,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1317,7 +1319,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1325,7 +1327,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1340,7 +1342,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1349,7 +1351,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1357,11 +1359,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1432,7 +1434,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1448,15 +1450,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1499,11 +1501,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1690,7 +1692,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1758,7 +1760,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1798,7 +1800,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1828,7 +1830,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1840,15 +1842,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1896,7 +1898,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2282,7 +2284,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2292,7 +2294,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2479,7 +2481,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2487,31 +2489,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2523,7 +2525,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2589,7 +2591,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2601,15 +2603,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2621,7 +2623,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2629,7 +2631,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2847,10 +2849,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2929,23 +2932,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""

179
po/or.po
View File

@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 13:30+0100\n"
"POT-Creation-Date: 2014-10-08 15:38+0100\n"
"PO-Revision-Date: 2014-10-07 12:23+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Oriya (http://www.transifex.com/projects/p/libguestfs/"
@@ -65,7 +65,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -91,7 +91,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -101,7 +101,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -113,7 +113,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -228,7 +228,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -278,7 +278,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -542,7 +542,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -605,19 +605,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -654,19 +654,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -674,19 +674,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -703,47 +703,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -785,7 +787,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -940,11 +942,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -996,7 +998,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1034,7 +1036,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1077,7 +1079,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1088,7 +1090,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1148,7 +1150,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1261,11 +1263,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1291,7 +1293,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1315,7 +1317,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1323,7 +1325,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1338,7 +1340,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1347,7 +1349,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1355,11 +1357,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1430,7 +1432,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1446,15 +1448,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1497,11 +1499,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1688,7 +1690,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1756,7 +1758,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1796,7 +1798,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1826,7 +1828,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1838,15 +1840,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1894,7 +1896,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2280,7 +2282,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2290,7 +2292,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2477,7 +2479,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2485,31 +2487,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2521,7 +2523,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2587,7 +2589,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2599,15 +2601,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2619,7 +2621,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2627,7 +2629,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2845,10 +2847,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2927,23 +2930,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""

179
po/pa.po
View File

@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 13:30+0100\n"
"POT-Creation-Date: 2014-10-08 15:38+0100\n"
"PO-Revision-Date: 2014-10-07 12:23+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/"
@@ -66,7 +66,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -92,7 +92,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -102,7 +102,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -114,7 +114,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -229,7 +229,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -279,7 +279,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -543,7 +543,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -606,19 +606,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -655,19 +655,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -675,19 +675,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -704,47 +704,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -786,7 +788,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -941,11 +943,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -997,7 +999,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1035,7 +1037,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1078,7 +1080,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1089,7 +1091,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1149,7 +1151,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1262,11 +1264,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1292,7 +1294,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1316,7 +1318,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1324,7 +1326,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1339,7 +1341,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1348,7 +1350,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1356,11 +1358,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1431,7 +1433,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1447,15 +1449,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1498,11 +1500,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1689,7 +1691,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1757,7 +1759,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1797,7 +1799,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1827,7 +1829,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1839,15 +1841,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1895,7 +1897,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2281,7 +2283,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2291,7 +2293,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2478,7 +2480,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2486,31 +2488,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2522,7 +2524,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2588,7 +2590,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2600,15 +2602,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2620,7 +2622,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2628,7 +2630,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2846,10 +2848,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2928,23 +2931,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""

179
po/pl.po
View File

@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 13:30+0100\n"
"POT-Creation-Date: 2014-10-08 15:38+0100\n"
"PO-Revision-Date: 2014-10-07 12:23+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/libguestfs/"
@@ -69,7 +69,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -95,7 +95,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -105,7 +105,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -117,7 +117,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -232,7 +232,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -282,7 +282,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -546,7 +546,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -609,19 +609,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -658,19 +658,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -678,19 +678,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -707,47 +707,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -789,7 +791,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -944,11 +946,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -1000,7 +1002,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1038,7 +1040,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1081,7 +1083,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1092,7 +1094,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1152,7 +1154,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1265,11 +1267,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1295,7 +1297,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1319,7 +1321,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1327,7 +1329,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1342,7 +1344,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1351,7 +1353,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1359,11 +1361,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1434,7 +1436,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1450,15 +1452,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1501,11 +1503,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1692,7 +1694,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1760,7 +1762,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1800,7 +1802,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1830,7 +1832,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1842,15 +1844,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1898,7 +1900,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2284,7 +2286,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2294,7 +2296,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2481,7 +2483,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2489,31 +2491,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2525,7 +2527,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2591,7 +2593,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2603,15 +2605,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2623,7 +2625,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2631,7 +2633,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2849,10 +2851,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2931,23 +2934,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""

179
po/ta.po
View File

@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 13:30+0100\n"
"POT-Creation-Date: 2014-10-08 15:38+0100\n"
"PO-Revision-Date: 2014-10-07 12:23+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Tamil (http://www.transifex.com/projects/p/libguestfs/"
@@ -65,7 +65,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -91,7 +91,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -101,7 +101,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -113,7 +113,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -228,7 +228,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -278,7 +278,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -542,7 +542,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -605,19 +605,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -654,19 +654,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -674,19 +674,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -703,47 +703,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -785,7 +787,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -940,11 +942,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -996,7 +998,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1034,7 +1036,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1077,7 +1079,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1088,7 +1090,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1148,7 +1150,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1261,11 +1263,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1291,7 +1293,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1315,7 +1317,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1323,7 +1325,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1338,7 +1340,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1347,7 +1349,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1355,11 +1357,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1430,7 +1432,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1446,15 +1448,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1497,11 +1499,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1688,7 +1690,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1756,7 +1758,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1796,7 +1798,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1826,7 +1828,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1838,15 +1840,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1894,7 +1896,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2280,7 +2282,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2290,7 +2292,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2477,7 +2479,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2485,31 +2487,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2521,7 +2523,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2587,7 +2589,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2599,15 +2601,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2619,7 +2621,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2627,7 +2629,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2845,10 +2847,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2927,23 +2930,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""

179
po/te.po
View File

@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 13:30+0100\n"
"POT-Creation-Date: 2014-10-08 15:38+0100\n"
"PO-Revision-Date: 2014-10-07 12:23+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Telugu (http://www.transifex.com/projects/p/libguestfs/"
@@ -65,7 +65,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -91,7 +91,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -101,7 +101,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -113,7 +113,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -228,7 +228,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -278,7 +278,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -542,7 +542,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -605,19 +605,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -654,19 +654,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -674,19 +674,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -703,47 +703,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -785,7 +787,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -940,11 +942,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -996,7 +998,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1034,7 +1036,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1077,7 +1079,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1088,7 +1090,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1148,7 +1150,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1261,11 +1263,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1291,7 +1293,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1315,7 +1317,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1323,7 +1325,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1338,7 +1340,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1347,7 +1349,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1355,11 +1357,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1430,7 +1432,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1446,15 +1448,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1497,11 +1499,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1688,7 +1690,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1756,7 +1758,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1796,7 +1798,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1826,7 +1828,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1838,15 +1840,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1894,7 +1896,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2280,7 +2282,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2290,7 +2292,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2477,7 +2479,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2485,31 +2487,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2521,7 +2523,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2587,7 +2589,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2599,15 +2601,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2619,7 +2621,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2627,7 +2629,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2845,10 +2847,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2927,23 +2930,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""

179
po/uk.po
View File

@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2014-10-07 13:30+0100\n"
"POT-Creation-Date: 2014-10-08 15:38+0100\n"
"PO-Revision-Date: 2014-10-07 12:23+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/libguestfs/"
@@ -67,7 +67,7 @@ msgid ""
"guest to partition this extra space if you want."
msgstr ""
#: ../mllib/common_utils.ml:266
#: ../mllib/common_utils.ml:272
msgid "%s"
msgstr ""
@@ -93,7 +93,7 @@ msgid ""
"this out through the RHEV-M user interface."
msgstr ""
#: ../v2v/cmdline.ml:101 ../v2v/cmdline.ml:57
#: ../v2v/cmdline.ml:100 ../v2v/cmdline.ml:56
msgid "%s option used more than once on the command line"
msgstr ""
@@ -103,7 +103,7 @@ msgid ""
"manually after conversion."
msgstr ""
#: ../mllib/common_utils.ml:262
#: ../mllib/common_utils.ml:268
msgid "%s: %s"
msgstr ""
@@ -115,7 +115,7 @@ msgstr ""
msgid "%s: %s (ignored)\n"
msgstr ""
#: ../mllib/common_utils.ml:264
#: ../mllib/common_utils.ml:270
msgid "%s: %s: %s"
msgstr ""
@@ -230,7 +230,7 @@ msgstr ""
msgid "%s: cannot output to a character device or /dev/null\n"
msgstr ""
#: ../v2v/cmdline.ml:185
#: ../v2v/cmdline.ml:187
msgid ""
"%s: convert a guest to use KVM\n"
"\n"
@@ -280,7 +280,7 @@ msgstr ""
msgid "%s: empty --expand option"
msgstr ""
#: ../mllib/common_utils.ml:233
#: ../mllib/common_utils.ml:239
msgid "%s: error: %s"
msgstr ""
@@ -544,7 +544,7 @@ msgstr ""
msgid "%s: virt-resize is not installed (or does not work)\n"
msgstr ""
#: ../mllib/common_utils.ml:249
#: ../mllib/common_utils.ml:255
msgid "%s: warning: %s"
msgstr ""
@@ -607,19 +607,19 @@ msgstr ""
msgid "--format parameter must appear before -a parameter"
msgstr ""
#: ../v2v/cmdline.ml:309
#: ../v2v/cmdline.ml:311
msgid "--no-copy and '-o glance' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:321
#: ../v2v/cmdline.ml:323
msgid "--no-copy and '-o libvirt' cannot be used at the same time"
msgstr ""
#: ../v2v/cmdline.ml:94
#: ../v2v/cmdline.ml:93
msgid "--no-trim: %s: mountpoint does not begin with '/'"
msgstr ""
#: ../v2v/cmdline.ml:92
#: ../v2v/cmdline.ml:91
msgid "--no-trim: empty mountpoint"
msgstr ""
@@ -656,19 +656,19 @@ msgstr ""
msgid "--tmp prebuilt:file: %s: file format is not qcow2"
msgstr ""
#: ../v2v/cmdline.ml:307
#: ../v2v/cmdline.ml:309
msgid "--vmtype option cannot be used with '-o glance'"
msgstr ""
#: ../v2v/cmdline.ml:319
#: ../v2v/cmdline.ml:321
msgid "--vmtype option cannot be used with '-o libvirt'"
msgstr ""
#: ../v2v/cmdline.ml:333
#: ../v2v/cmdline.ml:335
msgid "--vmtype option cannot be used with '-o local'"
msgstr ""
#: ../v2v/cmdline.ml:344
#: ../v2v/cmdline.ml:346
msgid "--vmtype option cannot be used with '-o null'"
msgstr ""
@@ -676,19 +676,19 @@ msgstr ""
msgid "-i disk: invalid input filename (%s)"
msgstr ""
#: ../v2v/cmdline.ml:305
#: ../v2v/cmdline.ml:307
msgid "-o glance: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:301
#: ../v2v/cmdline.ml:303
msgid "-o glance: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:303
#: ../v2v/cmdline.ml:305
msgid "-o glance: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:317
#: ../v2v/cmdline.ml:319
msgid "-o libvirt: --qemu-boot option cannot be used in this output mode"
msgstr ""
@@ -705,47 +705,49 @@ msgid ""
"v2v(1) section \"OUTPUT TO LIBVIRT\""
msgstr ""
#: ../v2v/cmdline.ml:331
#: ../v2v/cmdline.ml:333
msgid "-o local: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:326
#: ../v2v/cmdline.ml:328
msgid "-o local: output directory was not specified, use '-os /dir'"
msgstr ""
#: ../v2v/cmdline.ml:342
#: ../v2v/cmdline.ml:344
msgid "-o null: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:338
#: ../v2v/cmdline.ml:340
msgid "-o null: -oc option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:340
#: ../v2v/cmdline.ml:342
msgid "-o null: -os option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:357
#: ../v2v/cmdline.ml:359
msgid "-o rhev: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:355
#: ../v2v/cmdline.ml:357
msgid "-o rhev: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:364
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: --qemu-boot option cannot be used in this output mode"
msgstr ""
#: ../v2v/cmdline.ml:366
msgid "-o vdsm: either --vdsm-image-uuid or --vdsm-vm-uuid was not specified"
#: ../v2v/cmdline.ml:368
msgid ""
"-o vdsm: either --vdsm-image-uuid, --vdsm-vol-uuid or --vdsm-vm-uuid was not "
"specified"
msgstr ""
#: ../v2v/cmdline.ml:362
#: ../v2v/cmdline.ml:364
msgid "-o vdsm: output storage was not specified, use '-os'"
msgstr ""
#: ../v2v/cmdline.ml:349 ../v2v/cmdline.ml:328
#: ../v2v/cmdline.ml:351 ../v2v/cmdline.ml:330
msgid "-os %s: output directory does not exist or is not a directory"
msgstr ""
@@ -787,7 +789,7 @@ msgstr ""
msgid "Attach data disk/ISO during install"
msgstr ""
#: ../v2v/cmdline.ml:164
#: ../v2v/cmdline.ml:166
msgid "Boot in qemu (-o qemu only)"
msgstr ""
@@ -942,11 +944,11 @@ msgstr ""
msgid "DIR"
msgstr ""
#: ../v2v/output_vdsm.ml:84
#: ../v2v/output_vdsm.ml:83
msgid "Data Domain"
msgstr ""
#: ../v2v/cmdline.ml:143 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
#: ../v2v/cmdline.ml:145 ../sparsify/cmdline.ml:73 ../resize/resize.ml:190
msgid "Debug GC and memory allocations"
msgstr ""
@@ -998,7 +1000,7 @@ msgstr ""
#. ../customize/customize_main.ml:108
#. ../builder/cmdline.ml:158
#. ../builder/cmdline.ml:157
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:152 ../sysprep/main.ml:151
#: ../v2v/cmdline.ml:178 ../sysprep/main.ml:152 ../sysprep/main.ml:151
msgid "Display version and exit"
msgstr ""
@@ -1036,7 +1038,7 @@ msgstr ""
msgid "Don't print the summary"
msgstr ""
#: ../v2v/cmdline.ml:156
#: ../v2v/cmdline.ml:158
msgid "Don't trim selected mounts"
msgstr ""
@@ -1079,7 +1081,7 @@ msgstr ""
#. ../customize/customize_main.ml:106
#. ../builder/cmdline.ml:156
#. ../builder/cmdline.ml:155
#: ../v2v/cmdline.ml:174 ../sysprep/main.ml:150 ../sysprep/main.ml:149
#: ../v2v/cmdline.ml:176 ../sysprep/main.ml:150 ../sysprep/main.ml:149
msgid "Enable debugging messages"
msgstr ""
@@ -1090,7 +1092,7 @@ msgstr ""
#. ../resize/resize.ml:218
#. ../customize/customize_main.ml:110
#. ../builder/cmdline.ml:159
#: ../v2v/cmdline.ml:179 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
#: ../v2v/cmdline.ml:181 ../sysprep/main.ml:153 ../sparsify/cmdline.ml:88
msgid "Enable tracing of libguestfs calls"
msgstr ""
@@ -1150,7 +1152,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/output_rhev.ml:167
#: ../v2v/output_rhev.ml:164
msgid "Export Storage Domain"
msgstr ""
@@ -1263,11 +1265,11 @@ msgstr ""
msgid "HOSTNAME"
msgstr ""
#: ../v2v/cmdline.ml:167
#: ../v2v/cmdline.ml:169
msgid "How to choose root filesystem"
msgstr ""
#: ../mllib/common_utils.ml:237
#: ../mllib/common_utils.ml:243
msgid ""
"If reporting bugs, run %s with debugging enabled and include the complete "
"output:\n"
@@ -1293,7 +1295,7 @@ msgid ""
"%!"
msgstr ""
#: ../v2v/cmdline.ml:151
#: ../v2v/cmdline.ml:153
msgid "Input format (for -i disk)"
msgstr ""
@@ -1317,7 +1319,7 @@ msgstr ""
msgid "Installing packages: %s"
msgstr ""
#: ../v2v/cmdline.ml:155
#: ../v2v/cmdline.ml:157
msgid "Just write the metadata"
msgstr ""
@@ -1325,7 +1327,7 @@ msgstr ""
msgid "Key: %s\n"
msgstr ""
#: ../v2v/cmdline.ml:159 ../v2v/cmdline.ml:149
#: ../v2v/cmdline.ml:161 ../v2v/cmdline.ml:151
msgid "Libvirt URI"
msgstr ""
@@ -1340,7 +1342,7 @@ msgstr ""
#. ../resize/resize.ml:197
#. ../customize/customize_main.ml:98
#. ../builder/cmdline.ml:139
#: ../v2v/cmdline.ml:152 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
#: ../v2v/cmdline.ml:154 ../sysprep/main.ml:141 ../sparsify/cmdline.ml:78
msgid "List long options"
msgstr ""
@@ -1349,7 +1351,7 @@ msgid "List supported operations"
msgstr ""
#. ../builder/cmdline.ml:140
#: ../v2v/cmdline.ml:153 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
#: ../v2v/cmdline.ml:155 ../sparsify/cmdline.ml:79 ../resize/resize.ml:202
msgid "Make output machine readable"
msgstr ""
@@ -1357,11 +1359,11 @@ msgstr ""
msgid "Making directory: %s"
msgstr ""
#: ../v2v/cmdline.ml:142
#: ../v2v/cmdline.ml:144
msgid "Map bridge 'in' to 'out'"
msgstr ""
#: ../v2v/cmdline.ml:154
#: ../v2v/cmdline.ml:156
msgid "Map network 'in' to 'out'"
msgstr ""
@@ -1432,7 +1434,7 @@ msgstr ""
msgid "Opening the source %s"
msgstr ""
#: ../v2v/cmdline.ml:173
#: ../v2v/cmdline.ml:175
msgid "Output VM UUID"
msgstr ""
@@ -1448,15 +1450,15 @@ msgstr ""
msgid "Output format (default: raw)"
msgstr ""
#: ../v2v/cmdline.ml:169
msgid "Output image UUID"
#: ../v2v/cmdline.ml:171
msgid "Output image UUID(s)"
msgstr ""
#: ../builder/builder.ml:701
msgid "Output size"
msgstr ""
#: ../v2v/cmdline.ml:171
#: ../v2v/cmdline.ml:173
msgid "Output vol UUID(s)"
msgstr ""
@@ -1499,11 +1501,11 @@ msgstr ""
msgid "Print info about template cache"
msgstr ""
#: ../v2v/cmdline.ml:163
#: ../v2v/cmdline.ml:165
msgid "Print source and stop"
msgstr ""
#: ../v2v/cmdline.ml:165 ../sparsify/cmdline.ml:81
#: ../v2v/cmdline.ml:167 ../sparsify/cmdline.ml:81
msgid "Quiet output"
msgstr ""
@@ -1690,7 +1692,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
#: ../v2v/cmdline.ml:161
#: ../v2v/cmdline.ml:163
msgid "Rename guest when converting"
msgstr ""
@@ -1758,7 +1760,7 @@ msgstr ""
msgid "SELinux relabelling"
msgstr ""
#: ../v2v/cmdline.ml:145
#: ../v2v/cmdline.ml:147
msgid "Save overlay files"
msgstr ""
@@ -1798,7 +1800,7 @@ msgstr ""
msgid "Set format (default: auto)"
msgstr ""
#: ../v2v/cmdline.ml:148
#: ../v2v/cmdline.ml:150
msgid "Set input mode (default: libvirt)"
msgstr ""
@@ -1828,7 +1830,7 @@ msgstr ""
msgid "Set number of vCPUs"
msgstr ""
#: ../v2v/cmdline.ml:158
#: ../v2v/cmdline.ml:160
msgid "Set output allocation mode"
msgstr ""
@@ -1840,15 +1842,15 @@ msgstr ""
msgid "Set output filename"
msgstr ""
#: ../v2v/cmdline.ml:160
#: ../v2v/cmdline.ml:162
msgid "Set output format"
msgstr ""
#: ../v2v/cmdline.ml:157
#: ../v2v/cmdline.ml:159
msgid "Set output mode (default: libvirt)"
msgstr ""
#: ../v2v/cmdline.ml:162
#: ../v2v/cmdline.ml:164
msgid "Set output storage location"
msgstr ""
@@ -1896,7 +1898,7 @@ msgstr ""
msgid "Set user password"
msgstr ""
#: ../v2v/cmdline.ml:178
#: ../v2v/cmdline.ml:180
msgid "Set vmtype (for RHEV)"
msgstr ""
@@ -2282,7 +2284,7 @@ msgid ""
"\\Windows\\CurrentVersion\\Uninstall\\%s' does not contain an '%s' key"
msgstr ""
#: ../v2v/output_rhev.ml:186
#: ../v2v/output_rhev.ml:183
msgid ""
"cannot write files to the NFS server as %d:%d, even though we appear to be "
"running as root. This probably means the NFS client or idmapd is not "
@@ -2292,7 +2294,7 @@ msgid ""
"otherwise RHEV-M will not be able to import the VM."
msgstr ""
#: ../v2v/output_rhev.ml:188
#: ../v2v/output_rhev.ml:185
msgid ""
"cannot write files to the NFS server as %d:%d. You might want to stop virt-"
"v2v (^C) and rerun it as root."
@@ -2479,7 +2481,7 @@ msgstr ""
msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?"
msgstr ""
#: ../mllib/common_utils.ml:279
#: ../mllib/common_utils.ml:285
msgid "exception: %s"
msgstr ""
@@ -2487,31 +2489,31 @@ msgstr ""
msgid "expecting XML expression to return an integer (expression: %s)"
msgstr ""
#: ../v2v/cmdline.ml:263
#: ../v2v/cmdline.ml:265
msgid "expecting a disk image (filename) on the command line"
msgstr ""
#: ../v2v/cmdline.ml:284
#: ../v2v/cmdline.ml:286
msgid "expecting a libvirt XML file name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:275
#: ../v2v/cmdline.ml:277
msgid "expecting a libvirt guest name on the command line"
msgstr ""
#: ../v2v/cmdline.ml:293
#: ../v2v/cmdline.ml:295
msgid "expecting an OVA file name on the command line"
msgstr ""
#: ../mllib/common_utils.ml:451
#: ../mllib/common_utils.ml:457
msgid "external command '%s' exited with error %d"
msgstr ""
#: ../mllib/common_utils.ml:453
#: ../mllib/common_utils.ml:459
msgid "external command '%s' killed by signal %d"
msgstr ""
#: ../mllib/common_utils.ml:455
#: ../mllib/common_utils.ml:461
msgid "external command '%s' stopped by signal %d"
msgstr ""
@@ -2523,7 +2525,7 @@ msgstr ""
msgid "extra parameter on the command line"
msgstr ""
#: ../mllib/common_utils.ml:270
#: ../mllib/common_utils.ml:276
msgid "failure: %s"
msgstr ""
@@ -2589,7 +2591,7 @@ msgstr ""
msgid "hostname could not be set for this type of guest"
msgstr ""
#: ../v2v/output_vdsm.ml:94
#: ../v2v/output_vdsm.ml:96
msgid "image directory (%s) does not exist or is not a directory"
msgstr ""
@@ -2601,15 +2603,15 @@ msgstr ""
msgid "in the libvirt XML metadata, <name> is missing or empty"
msgstr ""
#: ../mllib/common_utils.ml:277
#: ../mllib/common_utils.ml:283
msgid "internal error: Not_found exception was thrown"
msgstr ""
#: ../mllib/common_utils.ml:274
#: ../mllib/common_utils.ml:280
msgid "internal error: assertion failed at %s, line %d, char %d"
msgstr ""
#: ../mllib/common_utils.ml:272
#: ../mllib/common_utils.ml:278
msgid "internal error: invalid argument: %s"
msgstr ""
@@ -2621,7 +2623,7 @@ msgstr ""
msgid "internal error: qemu-img did not create overlay with backing file"
msgstr ""
#: ../v2v/cmdline.ml:71
#: ../v2v/cmdline.ml:70
msgid "invalid --bridge or --network parameter"
msgstr ""
@@ -2629,7 +2631,7 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""
#: ../mllib/common_utils.ml:268
#: ../mllib/common_utils.ml:274
msgid "libguestfs error: %s"
msgstr ""
@@ -2847,10 +2849,11 @@ msgstr ""
msgid "subprocess signalled or stopped by signal %d"
msgstr ""
#: ../v2v/output_vdsm.ml:80
#: ../v2v/output_vdsm.ml:79
msgid ""
"the number of '--vdsm-vol-uuid' parameters passed on the command line has to "
"match the number of guest disk images (for this guest: %d)"
"the number of '--vdsm-image-uuid' and '--vdsm-vol-uuid' parameters passed on "
"the command line has to match the number of guest disk images (for this "
"guest: %d)"
msgstr ""
#: ../v2v/lib_ovf.ml:164
@@ -2929,23 +2932,23 @@ msgstr ""
msgid "unknown --align-first option: use never|always|auto"
msgstr ""
#: ../v2v/cmdline.ml:129
#: ../v2v/cmdline.ml:128
msgid "unknown --root option: %s"
msgstr ""
#: ../v2v/cmdline.ml:240
#: ../v2v/cmdline.ml:242
msgid "unknown --vmtype option, must be \"server\" or \"desktop\""
msgstr ""
#: ../v2v/cmdline.ml:64
#: ../v2v/cmdline.ml:63
msgid "unknown -i option: %s"
msgstr ""
#: ../v2v/cmdline.ml:111
#: ../v2v/cmdline.ml:110
msgid "unknown -o option: %s"
msgstr ""
#: ../v2v/cmdline.ml:119
#: ../v2v/cmdline.ml:118
msgid "unknown -oa option: %s"
msgstr ""