Version 1.21.39.

This commit is contained in:
Richard W.M. Jones
2013-05-15 13:00:09 +01:00
parent e70927a5e5
commit ef199cf66e
20 changed files with 19833 additions and 19058 deletions

10
BUGS
View File

@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
Last updated: 2013-05-11
Last updated: 2013-05-15
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -281,6 +281,12 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
960522 NEW https://bugzilla.redhat.com/show_bug.cgi?id=960522
libguestfs is not built for F18 ppc64
962113 NEW https://bugzilla.redhat.com/show_bug.cgi?id=962113
Disable libguestfs block drivers which are not supported by RHEL 7 qemu + libvirt
962866 NEW https://bugzilla.redhat.com/show_bug.cgi?id=962866
virt-filesystems command fails with error "libguestfs: error: supermin-helper exited with error status 1."
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
guestfish's list splitting does not recognize internal quoting
@@ -299,7 +305,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
803643 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=803643
inspect-is-multipart return false when inspection results should be true
(93 bugs)
(95 bugs)
--------------------------------------------------
Bugs in MODIFIED, POST or ON_QA state are fixed.

View File

@@ -20,7 +20,7 @@
# freeform string.
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [21])
m4_define([libguestfs_release], [38])
m4_define([libguestfs_release], [39])
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: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+0100\n"
"PO-Revision-Date: 2013-04-11 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@@ -3711,193 +3711,213 @@ msgstr ""
msgid "unexpected non-hex digits in output of db_dump command"
msgstr ""
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr ""
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr ""
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr ""
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr ""
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr ""
@@ -4199,43 +4219,49 @@ msgstr ""
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "

142
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: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+0100\n"
"PO-Revision-Date: 2013-04-11 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Spanish <trans-es@lists.fedoraproject.org>\n"
@@ -3838,193 +3838,213 @@ msgstr "línea no esperada desde el comando db_dump, sin prefijo de espacio"
msgid "unexpected non-hex digits in output of db_dump command"
msgstr "dígitos no-hex inesperados en el resultado del comando db_dump"
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr ""
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr "el parámetro %s está vacío o contiene caracteres no permitidos"
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr ""
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr ""
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr ""
@@ -4331,43 +4351,49 @@ msgstr ""
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "

142
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: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+0100\n"
"PO-Revision-Date: 2013-04-11 13:31+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Gujarati <trans-gu@lists.fedoraproject.org>\n"
@@ -3670,193 +3670,213 @@ msgstr ""
msgid "unexpected non-hex digits in output of db_dump command"
msgstr ""
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr ""
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr ""
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr ""
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr ""
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr ""
@@ -4158,43 +4178,49 @@ msgstr ""
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "

142
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: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+0100\n"
"PO-Revision-Date: 2013-04-11 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Hindi <indlinux-hindi@lists.sourceforge.net>\n"
@@ -3668,193 +3668,213 @@ msgstr ""
msgid "unexpected non-hex digits in output of db_dump command"
msgstr ""
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr ""
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr ""
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr ""
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr ""
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr ""
@@ -4156,43 +4176,49 @@ msgstr ""
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "

142
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: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+0100\n"
"PO-Revision-Date: 2013-04-11 13:31+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Kannada (http://www.transifex.com/projects/p/fedora/language/"
@@ -3675,193 +3675,213 @@ msgstr ""
msgid "unexpected non-hex digits in output of db_dump command"
msgstr ""
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr ""
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr ""
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr ""
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr ""
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr ""
@@ -4163,43 +4183,49 @@ msgstr ""
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "

View File

@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: libguestfs 1.21.38\n"
"Project-Id-Version: libguestfs 1.21.39\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+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"
@@ -3658,193 +3658,213 @@ msgstr ""
msgid "unexpected non-hex digits in output of db_dump command"
msgstr ""
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr ""
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr ""
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr ""
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr ""
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr ""
@@ -4146,43 +4166,49 @@ msgstr ""
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "

142
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: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+0100\n"
"PO-Revision-Date: 2013-04-11 13:31+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Malayalam <discuss@lists.smc.org.in>\n"
@@ -3670,193 +3670,213 @@ msgstr ""
msgid "unexpected non-hex digits in output of db_dump command"
msgstr ""
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr ""
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr ""
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr ""
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr ""
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr ""
@@ -4158,43 +4178,49 @@ msgstr ""
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "

142
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: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+0100\n"
"PO-Revision-Date: 2013-04-11 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Marathi (http://www.transifex.com/projects/p/fedora/language/"
@@ -3758,193 +3758,213 @@ msgstr ""
msgid "unexpected non-hex digits in output of db_dump command"
msgstr ""
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr ""
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr "%s घटक रिकामे आहे किंवा अस्वीकार्य अक्षरे समाविष्टीत आहे"
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr ""
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr ""
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr ""
@@ -4248,43 +4268,49 @@ msgstr ""
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "

142
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: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+0100\n"
"PO-Revision-Date: 2013-04-11 13:31+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/fedora/language/"
@@ -3938,195 +3938,215 @@ msgstr "onverwachte regel van db_dump commando, geen spatie prefix"
msgid "unexpected non-hex digits in output of db_dump command"
msgstr "onverwachte niet-hex tekens in output van db_dump commando"
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr "voor apparaat '/dev/null' moet het formaat 'raw' zijn"
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr "%s parameter is leeg of bevat niet geoorloofde karakters"
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr "label parameter is leeg, te lang of bevat niet toegestane karakters"
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr "'label' is vereist bij het hotpluggen van stations"
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
"bestandsnaam kan geen ':' (dubbelepunt) karakter bevatten. Dit is een "
"beperking van qemu."
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr "schijf met label '%s' werd niet gevonden"
@@ -4434,43 +4454,49 @@ msgstr "fout bij het construeren van libvirt XML op \"%s\""
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr "realpath: kon '%s' niet converteren naar een absoluut pad"
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr "kon libvirt domein niet vernietigen"
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr "%s: interne fout bij formuleren van foutboodschap"
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr "kon schijf niet koppelen aan libvirt domein"
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr "kon schijf niet loskoppelen van libvirt domein"
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "

142
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: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+0100\n"
"PO-Revision-Date: 2013-04-11 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Oriya (http://www.transifex.com/projects/p/fedora/language/"
@@ -3669,193 +3669,213 @@ msgstr ""
msgid "unexpected non-hex digits in output of db_dump command"
msgstr ""
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr ""
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr ""
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr ""
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr ""
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr ""
@@ -4157,43 +4177,49 @@ msgstr ""
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "

142
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: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+0100\n"
"PO-Revision-Date: 2013-04-11 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Panjabi (Punjabi) <punjabi-users@lists.sf.net>\n"
@@ -3754,193 +3754,213 @@ msgstr ""
msgid "unexpected non-hex digits in output of db_dump command"
msgstr ""
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr ""
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr "%s ਪੈਰਾਮੀਟਰ ਖਾਲੀ ਹੈ ਜਾਂ ਇਸ ਵਿੱਚ ਨਾ-ਮਨਜੂਰ ਅੱਖਰ ਹਨ"
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr ""
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr ""
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr ""
@@ -4244,43 +4264,49 @@ msgstr ""
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "

142
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: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+0100\n"
"PO-Revision-Date: 2013-04-11 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n"
@@ -3956,194 +3956,214 @@ msgstr ""
msgid "unexpected non-hex digits in output of db_dump command"
msgstr "nieoczekiwane nieszesnastkowe cyfry w wyjściu polecenia db_dump "
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr ""
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr "parametr %s jest pusty lub zawiera niedozwolone znaki"
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr ""
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr ""
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
"nazwa pliku nie może zawierać \":\" (dwukropka). To jest ograniczenie QEMU."
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr ""
@@ -4454,43 +4474,49 @@ msgstr ""
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr "niemożna dołączyć dysku do domeny biblioteki libvirt"
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr "nie można odłączyć dysku od domeny biblioteki libvirt"
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "

142
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: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+0100\n"
"PO-Revision-Date: 2013-04-11 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Tamil <tamil-users@lists.fedoraproject.org>\n"
@@ -3669,193 +3669,213 @@ msgstr ""
msgid "unexpected non-hex digits in output of db_dump command"
msgstr ""
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr ""
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr ""
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr ""
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr ""
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr ""
@@ -4157,43 +4177,49 @@ msgstr ""
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "

142
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: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+0100\n"
"PO-Revision-Date: 2013-04-11 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Telugu (http://www.transifex.com/projects/p/fedora/language/"
@@ -3667,193 +3667,213 @@ msgstr ""
msgid "unexpected non-hex digits in output of db_dump command"
msgstr ""
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr ""
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr ""
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr ""
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr ""
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr ""
@@ -4155,43 +4175,49 @@ msgstr ""
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "

142
po/uk.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: 2013-05-11 15:50+0100\n"
"POT-Creation-Date: 2013-05-15 10:05+0100\n"
"PO-Revision-Date: 2013-04-11 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -4005,196 +4005,216 @@ msgstr ""
msgid "unexpected non-hex digits in output of db_dump command"
msgstr "неочікувані не шістнадцяткові цифри у виводі команди db_dump"
#: src/drives.c:151
msgid "gluster: you cannot specify a username with this protocol"
#: src/drives.c:152
msgid "curl: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:155
msgid "gluster: you cannot specify a secret with this protocol"
#: src/drives.c:157
msgid "curl: you must specify exactly one server"
msgstr ""
#: src/drives.c:161
msgid "gluster: you must specify exactly one server"
#: src/drives.c:163
msgid "curl: only tcp transport is supported"
msgstr ""
#: src/drives.c:168
msgid "gluster: port number must be specified"
msgid "curl: pathname should not be an empty string"
msgstr ""
#: src/drives.c:173
msgid "curl: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:195
msgid "gluster: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:199
msgid "gluster: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:205
msgid "gluster: you must specify exactly one server"
msgstr ""
#: src/drives.c:212
msgid "gluster: port number must be specified"
msgstr ""
#: src/drives.c:217
msgid "gluster: volume name parameter should not be an empty string"
msgstr ""
#: src/drives.c:207
#: src/drives.c:251
msgid "nbd: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:211
#: src/drives.c:255
msgid "nbd: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:216
#: src/drives.c:260
msgid "nbd: you must specify exactly one server"
msgstr ""
#: src/drives.c:243
#: src/drives.c:287
msgid "rbd: you must specify one or more servers"
msgstr ""
#: src/drives.c:250
#: src/drives.c:294
msgid "rbd: only tcp transport is supported"
msgstr ""
#: src/drives.c:254
#: src/drives.c:298
msgid "rbd: port number must be specified"
msgstr ""
#: src/drives.c:260
#: src/drives.c:304
msgid "rbd: image name parameter should not be an empty string"
msgstr ""
#: src/drives.c:265
#: src/drives.c:309
msgid "rbd: image name must begin with a '/'"
msgstr ""
#: src/drives.c:289
#: src/drives.c:333
msgid "sheepdog: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:293
#: src/drives.c:337
msgid "sheepdog: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:300
#: src/drives.c:344
msgid "sheepdog: only tcp transport is supported"
msgstr ""
#: src/drives.c:304
#: src/drives.c:348
msgid "sheepdog: port number must be specified"
msgstr ""
#: src/drives.c:310
#: src/drives.c:354
msgid "sheepdog: volume parameter should not be an empty string"
msgstr ""
#: src/drives.c:315
#: src/drives.c:359
msgid "sheepdog: volume parameter must begin with a '/'"
msgstr ""
#: src/drives.c:337
#: src/drives.c:381
msgid "ssh: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:342
#: src/drives.c:386
msgid "ssh: you must specify exactly one server"
msgstr ""
#: src/drives.c:348
#: src/drives.c:392
msgid "ssh: only tcp transport is supported"
msgstr ""
#: src/drives.c:353
#: src/drives.c:397
msgid "ssh: pathname should not be an empty string"
msgstr ""
#: src/drives.c:358
msgid "sheepdog: pathname must begin with a '/'"
#: src/drives.c:402
msgid "ssh: pathname must begin with a '/'"
msgstr ""
#: src/drives.c:363
#: src/drives.c:407
msgid "ssh: username should not be an empty string"
msgstr ""
#: src/drives.c:385
#: src/drives.c:429
msgid "iscsi: you cannot specify a username with this protocol"
msgstr ""
#: src/drives.c:390
#: src/drives.c:434
msgid "iscsi: you cannot specify a secret with this protocol"
msgstr ""
#: src/drives.c:395
#: src/drives.c:439
msgid "iscsi: you must specify exactly one server"
msgstr ""
#: src/drives.c:401
#: src/drives.c:445
msgid "iscsi: only tcp transport is supported"
msgstr ""
#: src/drives.c:406
#: src/drives.c:450
msgid "iscsi: target name should not be an empty string"
msgstr ""
#: src/drives.c:411
#: src/drives.c:455
msgid "iscsi: target string must begin with a '/'"
msgstr ""
#: src/drives.c:439
#: src/drives.c:483
msgid "for device '/dev/null', format must be 'raw'"
msgstr "для пристрою /dev/null слід вказувати формат raw"
#: src/drives.c:709
#: src/drives.c:753
msgid "missing Unix domain socket path"
msgstr ""
#: src/drives.c:721
#: src/drives.c:765
#, c-format
msgid "invalid port number '%s'"
msgstr ""
#: src/drives.c:728
#: src/drives.c:772
#, c-format
msgid "invalid hostname '%s'"
msgstr ""
#: src/drives.c:739
#: src/drives.c:783
#, c-format
msgid "invalid hostname or server string '%s'"
msgstr ""
#: src/drives.c:817 src/drives.c:823
#: src/drives.c:861 src/drives.c:867
#, c-format
msgid "%s parameter is empty or contains disallowed characters"
msgstr "параметр %s є порожнім або містить заборонені до використання символи"
#: src/drives.c:829
#: src/drives.c:873
msgid "label parameter is empty, too long, or contains disallowed characters"
msgstr ""
"параметр мітки є порожнім, занадто довгим або містить заборонені символи"
#: src/drives.c:836
#: src/drives.c:880
msgid "you cannot specify a server with file-backed disks"
msgstr ""
#: src/drives.c:841
#: src/drives.c:885
msgid "you cannot specify a username with file-backed disks"
msgstr ""
#: src/drives.c:846
#: src/drives.c:890
msgid "you cannot specify a secret with file-backed disks"
msgstr ""
#: src/drives.c:911
#: src/drives.c:990
#, c-format
msgid "unknown protocol '%s'"
msgstr ""
#: src/drives.c:929 src/drives.c:1048
#: src/drives.c:1008 src/drives.c:1127
msgid "the current backend does not support hotplugging drives"
msgstr ""
#: src/drives.c:935
#: src/drives.c:1014
msgid "'label' is required when hotplugging drives"
msgstr "для інтерактивного з’єднання дисків слід вказати «label»"
#: src/drives.c:1003
#: src/drives.c:1082
msgid ""
"filename cannot contain ':' (colon) character. This is a limitation of qemu."
msgstr ""
"у назві файла не повинно бути символів «:» (двокрапок). Це обмеження, що "
"накладається qemu."
#: src/drives.c:1033
#: src/drives.c:1112
#, c-format
msgid "disk with label '%s' not found"
msgstr "диска з міткою «%s» не знайдено"
@@ -4508,43 +4528,49 @@ msgstr "помилка під час спроби побудувати XML дл
msgid "'iface' parameter is not supported by the libvirt backend"
msgstr ""
#: src/launch-libvirt.c:1190
#: src/launch-libvirt.c:1164
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: src/launch-libvirt.c:1202
msgid ""
"could not auto-detect the format.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1201
#: src/launch-libvirt.c:1213
msgid ""
"could not auto-detect the format when using a non-file protocol.\n"
"If the format is known, pass the format to libguestfs, eg. using the\n"
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1581
#: src/launch-libvirt.c:1593
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr "realpath: не вдалося перетворити «%s» на абсолютний шлях"
#: src/launch-libvirt.c:1654
#: src/launch-libvirt.c:1672
msgid "could not destroy libvirt domain"
msgstr "не вдалося знищити домен libvirt"
#: src/launch-libvirt.c:1686
#: src/launch-libvirt.c:1704
#, c-format
msgid "%s: internal error forming error message"
msgstr "%s: внутрішня помилка формування повідомлення щодо помилки"
#: src/launch-libvirt.c:1744
#: src/launch-libvirt.c:1762
msgid "could not attach disk to libvirt domain"
msgstr "не вдалося долучити диск до домену libvirt"
#: src/launch-libvirt.c:1773
#: src/launch-libvirt.c:1791
msgid "could not detach disk from libvirt domain"
msgstr "не вдалося від’єднати диск від домену libvirt"
#: src/launch-libvirt.c:1819
#: src/launch-libvirt.c:1837
#, c-format
msgid ""
"libvirt backend is not available because this version of libguestfs was "