Version 1.19.54.

This commit is contained in:
Richard W.M. Jones
2012-10-29 15:13:15 +00:00
parent dd09744432
commit e6f8a589ee
20 changed files with 3210 additions and 2598 deletions

8
BUGS
View File

@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
Last updated: 2012-10-19
Last updated: 2012-10-29
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -77,9 +77,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
696451 NEW https://bugzilla.redhat.com/show_bug.cgi?id=696451
libguestfs: unknown filesystem label SWAP-sda2
696484 NEW https://bugzilla.redhat.com/show_bug.cgi?id=696484
[RFE] virt-v2v show the warning info after convert rhel4u8 guest if comment a line of swap in the fstab
700342 NEW https://bugzilla.redhat.com/show_bug.cgi?id=700342
virt-inspector resports unknown filesystem UUID
@@ -224,6 +221,9 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
866994 NEW https://bugzilla.redhat.com/show_bug.cgi?id=866994
tgz-out causes memory leak in guestfsd
869179 NEW https://bugzilla.redhat.com/show_bug.cgi?id=869179
libguestfs fail to startup on latest rhel7 tree
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
guestfish's list splitting does not recognize internal quoting

View File

@@ -20,7 +20,7 @@
# freeform string.
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [19])
m4_define([libguestfs_release], [53])
m4_define([libguestfs_release], [54])
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: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\n"
"PO-Revision-Date: 2012-10-14 12:24+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@@ -52,7 +52,7 @@ msgstr ""
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -60,7 +60,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: failed to create handle\n"
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -88,7 +88,7 @@ msgid ""
msgstr ""
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -152,7 +152,7 @@ msgstr ""
" -x Trace libguestfs API calls\n"
"For more information, see the manpage %s(1).\n"
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2644,7 +2644,7 @@ msgstr ""
msgid "use 'list-events' to list event handlers\n"
msgstr ""
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2693,38 +2693,38 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr ""
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
msgstr ""
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr ""
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr ""
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr ""
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr ""
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2737,50 +2737,50 @@ msgid ""
"\n"
msgstr ""
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr ""
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr ""
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr ""
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr ""
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr ""
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr ""
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr ""
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr ""
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr ""
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2788,19 +2788,19 @@ msgid ""
" help\n"
msgstr ""
#: fish/fish.c:1197
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
" quit\n"
msgstr ""
#: fish/fish.c:1202
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr ""
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2808,31 +2808,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr ""
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr ""
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
"or run \"inspect-os\" command)\n"
msgstr ""
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -3852,11 +3852,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -3864,34 +3864,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "

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: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\n"
"PO-Revision-Date: 2012-10-14 12:24+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Spanish <trans-es@lists.fedoraproject.org>\n"
@@ -53,7 +53,7 @@ msgstr ""
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -61,7 +61,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: falló al crear manipulador\n"
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -105,7 +105,7 @@ msgstr ""
"Para más información, consultar página del manual %s(1).\n"
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -169,7 +169,7 @@ msgstr ""
" -x Rastrea llamados API de libguestfs\n"
"Para obtener mayor información, consulte la página man %s(1).\n"
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2714,7 +2714,7 @@ msgstr ""
msgid "use 'list-events' to list event handlers\n"
msgstr ""
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2763,12 +2763,12 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID no era un número: %s\n"
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
@@ -2776,29 +2776,29 @@ msgstr ""
"%s: remote: $GUESTFISH_PID debe estar definido con el PID del proceso "
"remoto\n"
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: sólo puede ofrecerse un parámetro -f\n"
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr ""
"%s: no es posible utilizar al mismo tiempo las opciones --listen y --remote\n"
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: parámetros extra de la línea de comando con marca --listen\n"
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr ""
"%s no es posible utilizar al mismo tiempo las opciones --listen y --file\n"
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2820,51 +2820,51 @@ msgstr ""
" 'quit' para abandonar la shell\n"
"\n"
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr ""
"%s: los argumentos del comando no están separados por un espacio en blanco\n"
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: cuota simple no finalizada\n"
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: error interno analizando cadena en '%s'\n"
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: demasiados argumentos\n"
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr "%s: secuencia no válida en la cadena (empezando en el offset %d)\n"
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: doble cuota no finalizada\n"
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: comando vacío en la línea de comando\n"
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr "muestra una lista de comandos o asistencia sobre un comando"
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr "salir de guestfish"
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2875,7 +2875,7 @@ msgstr ""
" help cmd\n"
" help\n"
#: fish/fish.c:1197
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2884,12 +2884,12 @@ msgstr ""
"quit - abandonar guestfish\n"
" quit\n"
#: fish/fish.c:1202
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr "%s comando no conocido, utilice -h para listar todos los comandos\n"
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2900,17 +2900,17 @@ msgstr ""
"Para obtener una lista de comandos: guestfish -h\n"
"Para obtener la documentación completa: man guestfish\n"
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr "%s:%d: libguestfs: error: %s\n"
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "Cuota problemática en la cadena \"%s\"\n"
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
@@ -2919,7 +2919,7 @@ msgstr ""
"%s: para utilizar letras de unidad Windows, debe inspeccionar el huésped "
"(opción \"-i\"o ejecute el comando \"inspect-os\")\n"
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
@@ -2929,7 +2929,7 @@ msgstr ""
"disponibles ejecute:\n"
" inspect-get-drive-mappings %s\n"
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -4028,11 +4028,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -4040,34 +4040,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "

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: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\n"
"PO-Revision-Date: 2012-10-14 12:24+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Gujarati <trans-gu@lists.fedoraproject.org>\n"
@@ -52,7 +52,7 @@ msgstr ""
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -60,7 +60,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: હેન્ડલ ને બનાવવાનું નિષ્ફળ\n"
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -88,7 +88,7 @@ msgid ""
msgstr ""
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -135,7 +135,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2573,7 +2573,7 @@ msgstr ""
msgid "use 'list-events' to list event handlers\n"
msgstr ""
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2622,38 +2622,38 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID એ નંબર ન હતો: %s\n"
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
msgstr "%s: દૂરસ્થ: $GUESTFISH_PID એ દૂરસ્થ પ્રક્રિયાનાં PID ને સુયોજિત કરવુ જ પડશે\n"
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: ફક્ત એક -f પરિમાણને આપી શકાય છે\n"
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: સરખા સમયે --listen અને --remote વિકલ્પોને વાપરી શકાતા નથી\n"
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: --listen ફ્લેગ સાથે આદેશ વાક્ય પર વધારાનાં પરિમાણો\n"
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: સરખા સમયે --listen અને --file વિકલ્પોને વાપરી શકાતુ નથી\n"
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2666,50 +2666,50 @@ msgid ""
"\n"
msgstr ""
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: આદેશ દલીલો એ ખાલી જગ્યા દ્દારા અલગ થયેલ નથી\n"
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: અંત ન આવેલ એક અવતરણ ચિહ્ન\n"
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: આંતરિક ભૂલ '%s' પર શબ્દમાળાનું પદચ્છેદન કરી રહી છે\n"
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: ઘણીબધી દલીલો છે\n"
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr ""
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: અંત ન બમણા અવતરણચિહ્નો \n"
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: આદેશ વાક્ય પર ખાલી આદેશ\n"
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr "આદેશોની યાદીને દર્શાવો અથવા આદેશ પર મદદ "
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr "guestfish માંથી બહાર નીકળો"
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2720,7 +2720,7 @@ msgstr ""
" help cmd\n"
" મદદ\n"
#: fish/fish.c:1197
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2729,12 +2729,12 @@ msgstr ""
"quit - guestfish માંથી બહાર નીકળો\n"
" બહાર નીકળો\n"
#: fish/fish.c:1202
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr "%s: આદેશ જાણીતો નથી, બધા આદેશોની યાદી માટે -h ને વાપરો\n"
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2742,31 +2742,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr ""
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "શબ્દમાળા \"%s\" માં દૂર થતો અવતરણચિહ્ન\n"
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
"or run \"inspect-os\" command)\n"
msgstr ""
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -3791,11 +3791,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -3803,34 +3803,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "

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: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\n"
"PO-Revision-Date: 2012-10-14 12:24+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Hindi <indlinux-hindi@lists.sourceforge.net>\n"
@@ -52,7 +52,7 @@ msgstr ""
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -60,7 +60,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: नियंत्रण बनाने में विफल\n"
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -88,7 +88,7 @@ msgid ""
msgstr ""
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -135,7 +135,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2573,7 +2573,7 @@ msgstr ""
msgid "use 'list-events' to list event handlers\n"
msgstr ""
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2622,39 +2622,39 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID was not a number: %s\n"
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
msgstr ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: only one -f parameter can be given\n"
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: cannot use --listen and --remote options at the same time\n"
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: extra parameters on the command line with --listen flag\n"
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: cannot use --listen and --file options at the same time\n"
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2667,50 +2667,50 @@ msgid ""
"\n"
msgstr ""
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: कमांड तर्क खाली स्थान से अलग नहीं\n"
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: unterminated single quote\n"
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: internal error parsing string at '%s'\n"
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: too many arguments\n"
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr ""
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: unterminated double quote\n"
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: empty command on command line\n"
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr "कमांड पर मदद या कमांड की सूची दिखाएँ"
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr "quit guestfish"
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2721,21 +2721,21 @@ msgstr ""
" help cmd\n"
" help\n"
#: fish/fish.c:1197
#, c-format
msgid ""
"quit - quit guestfish\n"
" quit\n"
msgstr ""
"quit - quit guestfish\n"
" quit\n"
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
" quit\n"
msgstr ""
"quit - quit guestfish\n"
" quit\n"
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr "%s: command not known, use -h to list all commands\n"
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2743,31 +2743,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr ""
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "स्ट्रिंग में \"%s\" रवअवे उद्धरण\n"
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
"or run \"inspect-os\" command)\n"
msgstr ""
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -3789,11 +3789,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -3801,34 +3801,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "

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: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\n"
"PO-Revision-Date: 2012-10-14 12:24+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Kannada (http://www.transifex.com/projects/p/fedora/language/"
@@ -52,7 +52,7 @@ msgstr ""
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -60,7 +60,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: ಹ್ಯಾಂಡಲ್ ಅನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ\n"
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -88,7 +88,7 @@ msgid ""
msgstr ""
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -135,7 +135,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2577,7 +2577,7 @@ msgstr ""
msgid "use 'list-events' to list event handlers\n"
msgstr ""
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2626,38 +2626,38 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID ಒಂದು ಸಂಖ್ಯೆಯಾಗಿಲ್ಲ: %s\n"
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
msgstr "%s: remote: $GUESTFISH_PID ಅನ್ನು ದೂರಸ್ಥ ಪ್ರಕ್ರಿಯೆಯ PID ಗೆ ಹೊಂದಿಸಬೇಕು\n"
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: ಕೇವಲ ಒಂದು -f ನಿಯತಾಂಕವನ್ನು ಒದಗಿಸಬಹುದು\n"
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: --listen ಹಾಗು --remote ಆಯ್ಕೆಗಳನ್ನು ಒಟ್ಟಿಗೆ ಬಳಸುವಂತಿಲ್ಲ\n"
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: --listen ಫ್ಲಾಗ್‌ಗಾಗಿ ಆಜ್ಞಾ ಸಾಲಿನಲ್ಲಿ ಹೆಚ್ಚುವರಿ ನಿಯತಾಂಕಗಳು\n"
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: --listen ಹಾಗು --file ಆಯ್ಕೆಗಳನ್ನು ಒಟ್ಟಿಗೆ ಬಳಸುವಂತಿಲ್ಲ\n"
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2670,50 +2670,50 @@ msgid ""
"\n"
msgstr ""
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: ಆಜ್ಞೆಯ ಆರ್ಗುಮೆಂಟ್‌ಗಳ ನಡುವೆ ಖಾಲಿ ಜಾಗಗಳು ಇರುವಂತಿಲ್ಲ\n"
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: ಅಂತ್ಯಗೊಳಿಸದೆ ಇರುವ ಒಂದೆ ಒಂದು ಉದ್ಧರಣ ಚಿಹ್ನೆ(ಕೋಟ್)\n"
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: '%s' ನಲ್ಲಿ ವಾಕ್ಯವನ್ನು ಪಾರ್ಸ್ ಮಾಡುವಲ್ಲಿ ಆಂತರಿಕ ದೋಷ\n"
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: ಅಗತ್ಯಕ್ಕಿಂತಲೂ ಹೆಚ್ಚು ಚರಪರಿಮಾಣಗಳು (ಆರ್ಗ್ಯೂಮೆಂಟ್)\n"
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr ""
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: ಅಂತ್ಯಗೊಳಿಸದೆ ಇರುವ ಜೋಡಿ ಉದ್ಧರಣ ಚಿಹ್ನೆ(ಕೋಟ್)\n"
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: ಆಜ್ಞಾ ಸಾಲಿನಲ್ಲಿ ಯಾವುದೆ ಆಜ್ಞೆ ಇಲ್ಲ\n"
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr "ಆಜ್ಞೆಗಳ ಒಂದು ಪಟ್ಟಿಯನ್ನು ತೋರಿಸು ಅಥವ ಒಂದು ಆಜ್ಞೆಯ ನೆರವನ್ನು ತೋರಿಸು"
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr "guestfish ಇಂದ ನಿರ್ಗಮಿಸು"
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2724,7 +2724,7 @@ msgstr ""
" help cmd\n"
" help\n"
#: fish/fish.c:1197
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2733,12 +2733,12 @@ msgstr ""
"quit - guestfish ಇಂದ ನಿರ್ಗಮಿಸು \n"
" quit\n"
#: fish/fish.c:1202
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr "%s: ಆಜ್ಞೆಯು ತಿಳಿದಿಲ್ಲ, ಎಲ್ಲಾ ಆಜ್ಞೆಗಳ ಪಟ್ಟಿಯನ್ನು ತೋರಿಸಲು -h ಉಪಯೋಗಿಸಿ\n"
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2746,31 +2746,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr ""
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "\"%s\" ಎಂಬ ವಾಕ್ಯದಲ್ಲಿ ರನ್‌ಅವೆ ಕೋಟ್\n"
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
"or run \"inspect-os\" command)\n"
msgstr ""
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -3796,11 +3796,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -3808,34 +3808,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "

View File

@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: libguestfs 1.19.53\n"
"Project-Id-Version: libguestfs 1.19.54\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\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"
@@ -50,7 +50,7 @@ msgstr ""
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -58,7 +58,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr ""
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -86,7 +86,7 @@ msgid ""
msgstr ""
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -133,7 +133,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2571,7 +2571,7 @@ msgstr ""
msgid "use 'list-events' to list event handlers\n"
msgstr ""
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2620,38 +2620,38 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr ""
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
msgstr ""
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr ""
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr ""
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr ""
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr ""
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2664,50 +2664,50 @@ msgid ""
"\n"
msgstr ""
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr ""
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr ""
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr ""
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr ""
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr ""
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr ""
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr ""
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr ""
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr ""
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2715,19 +2715,19 @@ msgid ""
" help\n"
msgstr ""
#: fish/fish.c:1197
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
" quit\n"
msgstr ""
#: fish/fish.c:1202
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr ""
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2735,31 +2735,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr ""
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr ""
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
"or run \"inspect-os\" command)\n"
msgstr ""
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -3779,11 +3779,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -3791,34 +3791,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "

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: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\n"
"PO-Revision-Date: 2012-10-14 12:24+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Malayalam <discuss@lists.smc.org.in>\n"
@@ -51,7 +51,7 @@ msgstr ""
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -59,7 +59,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: ഹാന്‍ഡില്‍ ഉണ്ടാക്കുന്നതില്‍ പരാജയപ്പെട്ടു\n"
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -87,7 +87,7 @@ msgid ""
msgstr ""
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -134,7 +134,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2575,7 +2575,7 @@ msgstr ""
msgid "use 'list-events' to list event handlers\n"
msgstr ""
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2624,38 +2624,38 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID ഒരു നംബറല്ല: %s\n"
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
msgstr "%s: remote: റിമോട്ട് പ്രക്രിയയുടെ PID-ലേക്ക് $GUESTFISH_PID സജ്ജമാക്കേണം\n"
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: ഒരു -f പരാമീറ്റര്‍ മാത്രമേ പാടുള്ളൂ\n"
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: ഒരേ സമയത്തു് --listen, --remote എന്നീ ഉപാധികള്‍ ഉപയോഗിക്കുവാന്‍ സാധ്യമല്ല\n"
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: --listen ഫ്ലാഗിനൊപ്പം കമാന്‍ഡ് ലൈനില്‍ അധികമായ പരാമീറ്ററുകള്‍\n"
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: ഒരേ സമയത്തു് --listen, --file എന്നീ ഉപാധികള്‍ ഉപയോഗിക്കുവാന്‍ സാധ്യമല്ല\n"
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2668,50 +2668,50 @@ msgid ""
"\n"
msgstr ""
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: കമാന്‍ഡ് ആര്‍ഗ്യുമെന്റുകള്‍ വൈറ്റ്സ്പെയിസ് ഉപയോഗിച്ചു് വേര്‍തിരിച്ചിട്ടില്ല\n"
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: അപൂര്‍ണ്ണമായ സിംഗിള്‍ കോട്ട്\n"
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: '%s'-ല്‍ സ്ട്രിങ് പാഴ്സ് ചെയ്യുമ്പോള്‍ ഇന്റേര്‍ണല്‍ പിശക്\n"
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: അനവധി ആര്‍ഗ്യുമെന്റുകള്‍\n"
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr ""
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: അപൂര്‍ണ്ണമായ ഡബിള്‍ കോട്ട്\n"
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: കമാന്‍ഡ് ലൈനില്‍ കാലിയായ കമാന്‍ഡ്\n"
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr "കമാന്‍ഡുകളുടെ ഒരു പട്ടിക അല്ലെങ്കില്‍ ഒരു കമാന്‍ഡിനുള്ള സഹായം കാണിക്കുക"
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr "guestfish-ല്‍ നിന്നും പുറത്തു് കടക്കുക"
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2722,7 +2722,7 @@ msgstr ""
" help cmd\n"
" help\n"
#: fish/fish.c:1197
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2731,12 +2731,12 @@ msgstr ""
"quit - quit guestfish\n"
" quit\n"
#: fish/fish.c:1202
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr "%s: കമാന്‍ഡ് അപരിചിതം, എല്ലാ കമാന്‍ഡുകളും ലഭ്യമാക്കുന്നതിനായി -h ഉപയോഗിക്കുക\n"
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2744,31 +2744,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr ""
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "Runaway quote in string \"%s\"\n"
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
"or run \"inspect-os\" command)\n"
msgstr ""
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -3791,11 +3791,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -3803,34 +3803,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "

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: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\n"
"PO-Revision-Date: 2012-10-14 12:24+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Marathi (http://www.transifex.com/projects/p/fedora/language/"
@@ -53,7 +53,7 @@ msgstr ""
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -61,7 +61,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: हँडल निर्माण करण्यास अशक्य\n"
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -89,7 +89,7 @@ msgid ""
msgstr ""
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -153,7 +153,7 @@ msgstr ""
" -x libguestfs API कॉल्स् ट्रेस करा\n"
"अधिक माहितीकरीता, manpage %s(1) पहा.\n"
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2650,7 +2650,7 @@ msgstr ""
msgid "use 'list-events' to list event handlers\n"
msgstr ""
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2699,38 +2699,38 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID क्रमांक प्रमाणे आढळले नाही: %s\n"
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
msgstr "%s: रिमोट: $GUESTFISH_PID यांस रिमोट कार्याच्या PID करीता सेट केले पाहिजे\n"
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: फक्त एकच -f घटक दिले जाऊ शकते\n"
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: --listen व --remote पर्याय एकाच वेळी वापरणे अशक्य\n"
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: --listen फ्लॅगसह आदेश ओळीवरील अगाऊ घटके\n"
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: --listen व --file पर्यायचा वापर एकाचवेळी करणे अशक्य\n"
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2751,50 +2751,50 @@ msgstr ""
" शेलपासून बाहेर पडण्यासाठी 'quit'\n"
"\n"
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: आदेश घटके वाईटस्पेस द्वारे विभाजीत नाही\n"
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: न ओळखलेले सींगल क्वोट\n"
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: '%s' येथील अक्षरसंच वाचतेवेळी आंतरीक त्रुटी आढळली\n"
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: खूप जास्त घटके आढळले\n"
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr ""
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: न ओळखलेले डबल क्वोट\n"
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: आदेश ओळवर रिकामे आदेश आढळले\n"
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr "आदेश सूची किंवा आदेशकरीता मदत दाखवा"
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr "guestfish पासून बाहेर पडा"
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2805,7 +2805,7 @@ msgstr ""
" help cmd\n"
" help\n"
#: fish/fish.c:1197
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2814,12 +2814,12 @@ msgstr ""
"quit - guestfish पासून बाहेर पडा\n"
" quit\n"
#: fish/fish.c:1202
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr "%s: आदेश परिचीत नाही, सर्व आदेश दाखवण्यासाठी -h याचा वापर करा\n"
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2830,31 +2830,31 @@ msgstr ""
"आदेशांच्या सूचीकरीता: guestfish -h\n"
"संपूर्ण दस्तऐवजीकरणकरीता: man guestfish\n"
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr ""
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "\"%s\" अक्षरमाळामध्ये रनअव्हे शब्द आढळले\n"
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
"or run \"inspect-os\" command)\n"
msgstr ""
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -3918,11 +3918,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -3930,34 +3930,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "

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: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\n"
"PO-Revision-Date: 2012-10-14 12:24+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/fedora/language/"
@@ -56,7 +56,7 @@ msgstr "%s: analyseren van een schijf mislukte, zie fout(en) hierboven\n"
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -64,7 +64,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: hendel aanmaken mislukte\n"
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -108,7 +108,7 @@ msgstr ""
"Voor meer informatie, zie de manpagina %s(1).\n"
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -172,7 +172,7 @@ msgstr ""
" -x Trace libguestfs API calls\n"
"Voor meer informatie, zie de manpagina %s(1).\n"
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2737,7 +2737,7 @@ msgstr "delete-event: %s: zo'n event handler is niet bekend\n"
msgid "use 'list-events' to list event handlers\n"
msgstr "gebruik 'list-events' om event handlers te tonen\n"
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2786,12 +2786,12 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID was geen getal: %s\n"
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
@@ -2799,30 +2799,30 @@ msgstr ""
"%s: remote: $GUESTFISH_PID moet ingesteld worden op de PID van het proces op "
"afstand\n"
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: er kan slechts een -f parameter opgegeven worden\n"
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr ""
"%s: de --listen en --remote opties kunnen niet tegelijkertijd gebruikt "
"worden\n"
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: extra parameters op de commando regel met --listen vlag\n"
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr ""
"%s: de --listen en --file opties kunnen niet tegelijkertijd gebruikt worden\n"
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2843,50 +2843,50 @@ msgstr ""
" 'quit' om de shell af te sluiten\n"
"\n"
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: commando argumenten niet gescheiden door spaties\n"
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: niet afgesloten enkel aanhalingsteken\n"
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: interne fout bij ontleden van tekenreeks op '%s'\n"
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: teveel argumenten\n"
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr "%s: ongeldige escape volgorde in string (begint bij offset %d)\n"
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: niet afgesloten dubbel aanhalingsteken\n"
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: leeg commando op commando regel\n"
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr "laat een lijst van commando's of hulp over een commando zien"
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr "sluit guestfish af"
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2897,7 +2897,7 @@ msgstr ""
" help cmd\n"
" help\n"
#: fish/fish.c:1197
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2906,12 +2906,12 @@ msgstr ""
"quit - sluit guestfish af\n"
" quit\n"
#: fish/fish.c:1202
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr "%s: commando niet bekend, gebruik -h om alle commando's te tonen\n"
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2922,17 +2922,17 @@ msgstr ""
"Voor een lijst commando's: guestfish -h\n"
"Voor complete documentatie: man guestfish\n"
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr "%s:%d: libguestfs: fout: %s\n"
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "Los aanhalingsteken in tekenreeks \"%s\"\n"
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
@@ -2941,7 +2941,7 @@ msgstr ""
"%s: om Windows station letters te gebruiken, moet je de gast inspecteren (\"-"
"i\" optie of draai het \"inspect-os\" commando)\n"
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
@@ -2951,7 +2951,7 @@ msgstr ""
"je uit:\n"
" inspect-get-drive-mappings %s\n"
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -4170,11 +4170,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -4182,34 +4182,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "

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: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\n"
"PO-Revision-Date: 2012-10-14 12:24+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Oriya (http://www.transifex.com/projects/p/fedora/language/"
@@ -52,7 +52,7 @@ msgstr ""
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -60,7 +60,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: ନିୟନ୍ତ୍ରଣ ପ୍ରସ୍ତୁତ କରିବାରେ ବିଫଳ ହୋଇଛି\n"
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -88,7 +88,7 @@ msgid ""
msgstr ""
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -135,7 +135,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2574,7 +2574,7 @@ msgstr ""
msgid "use 'list-events' to list event handlers\n"
msgstr ""
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2623,38 +2623,38 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID ଗୋଟିଏ ସଂଖ୍ୟା ନୁହଁ: %s\n"
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
msgstr "%s: ସୁଦୂର: $GUESTFISH_PID ନିଶ୍ଚିତ ଭାବରେ PID ରେ ସୁଦୂର ପଦ୍ଧତିରେ ସେଟ ହୋଇଛି\n"
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: କେବଳ ଗୋଟିଏ -f ପ୍ରାଚଳ ଦିଆହୋଇଛି\n"
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: --listen ଏବଂ --remote ବିକଳ୍ପଗୁଡ଼ିକୁ ଏକ ସମୟରେ ବ୍ୟବହାର କରିପାରିବେ ନାହିଁ\n"
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: ନିର୍ଦ୍ଦେଶ ନାମାରେ --listen ସୂଚକ ସହିତ ଅତିରିକ୍ତ ପ୍ରଚଳଗୁଡ଼ିକ\n"
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: --listen ଏବଂ --file ବିକଳ୍ପଗୁଡ଼ିକୁ ଏକା ସମୟରେ ବ୍ୟବହାର କରିପାରିବେ ନାହିଁ\n"
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2667,50 +2667,50 @@ msgid ""
"\n"
msgstr ""
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: ନିର୍ଦ୍ଦେଶ ସ୍ୱତନ୍ତ୍ରଚରଗୁଡ଼ିକ ଖାଲିସ୍ଥାନ ଦ୍ୱାରା ପୃଥକ ହୋଇନାହିଁ\n"
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: ଅସମାପ୍ତ ଏକକ କୋଟ\n"
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: '%s' ରେ ଆଭ୍ୟନ୍ତରୀଣ ତ୍ରୁଟି ବିଶ୍ଳେଷଣ ବାକ୍ୟଖଣ୍ଡ\n"
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: ଅତ୍ୟଧିକ ସ୍ୱତନ୍ତ୍ରଚର\n"
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr ""
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: ସମାପ୍ତ ହୋଇନଥିବା ଦ୍ୱିତୀୟ କୋଟ\n"
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: ନିର୍ଦ୍ଦେଶ ନାମରେ ଖାଲି ନିର୍ଦ୍ଦେଶ\n"
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr "ନିର୍ଦ୍ଦେଶମାନଙ୍କର ଗୋଟିଏ ତାଲିକା ଦର୍ଶାନ୍ତୁ ଅଥବା ଗୋଟିଏ ନିର୍ଦ୍ଦେଶରେ ସହାୟତା ଦେଖାନ୍ତୁ"
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr "guestfish ରୁ ପ୍ରସ୍ଥାନ କରନ୍ତୁ"
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2721,7 +2721,7 @@ msgstr ""
" ସହାୟତା cmd\n"
" ସହାୟତା\n"
#: fish/fish.c:1197
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2730,13 +2730,13 @@ msgstr ""
"ପ୍ରସ୍ଥାନ କରନ୍ତୁ - guestfish ରୁ ପ୍ରସ୍ଥାନ କରନ୍ତୁ\n"
" ପ୍ରସ୍ଥାନ କରନ୍ତୁ\n"
#: fish/fish.c:1202
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr ""
"%s: ନିର୍ଦ୍ଦେଶଟି ପରିଚିତ ନୁହଁ, ସମସ୍ତ ନିର୍ଦ୍ଦେଶଗୁଡ଼ିକୁ ତାଲିକାଭୁକ୍ତ କରିବା ପାଇଁ -h କୁ ବ୍ୟବହାର କରନ୍ତୁ\n"
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2744,31 +2744,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr ""
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "ବାକ୍ୟଖଣ୍ଡ \"%s\" ରେ ପଳାୟନ ଟିପ୍ପଣୀ\n"
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
"or run \"inspect-os\" command)\n"
msgstr ""
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -3790,11 +3790,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -3802,34 +3802,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "

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: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\n"
"PO-Revision-Date: 2012-10-14 12:24+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Panjabi (Punjabi) <punjabi-users@lists.sf.net>\n"
@@ -52,7 +52,7 @@ msgstr ""
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -60,7 +60,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: ਹੈਂਡਲ ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ\n"
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -104,7 +104,7 @@ msgstr ""
"For more information, see the manpage %s(1).\n"
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -168,7 +168,7 @@ msgstr ""
" -x Trace libguestfs API calls\n"
"For more information, see the manpage %s(1)।\n"
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2662,7 +2662,7 @@ msgstr ""
msgid "use 'list-events' to list event handlers\n"
msgstr ""
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2711,38 +2711,38 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID ਇੱਕ ਨੰਬਰ ਨਹੀਂ ਸੀ: %s\n"
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
msgstr "%s: remote: $GUESTFISH_PID ਦਾ ਮੁੱਲ ਰਿਮੋਟ ਕਾਰਜ ਦਾ PID ਹੋਣਾ ਜਰੂਰੀ ਹੈ\n"
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: only one -f parameter can be given\n"
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: cannot use --listen and --remote options at the same time\n"
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: extra parameters on the command line with --listen flag\n"
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: cannot use --listen and --file options at the same time\n"
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2763,50 +2763,50 @@ msgstr ""
" 'quit' to quit the shell\n"
"\n"
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: ਕਮਾਂਡ ਆਰਗੂਮੈਂਟ ਸਪੇਸ ਨਾਲ ਵੱਖ ਨਹੀਂ ਕੀਤਾ\n"
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: unterminated single quote\n"
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: internal error parsing string at '%s'\n"
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: ਆਰਗੂਮੈਂਟ ਜਿਆਦਾ ਹਨ\n"
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr ""
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: unterminated double quote\n"
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: ਕਮਾਂਡ ਲਾਈਨ ਤੇ ਖਾਲੀ ਕਮਾਂਡ\n"
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr "ਕਮਾਂਡਾਂ ਦੀ ਸੂਚੀ ਜਾਂ ਕਮਾਂਡ ਬਾਰੇ ਸਹਾਇਤਾ ਵੇਖਾਓ"
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr "quit guestfish"
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2817,21 +2817,21 @@ msgstr ""
" help cmd\n"
" help\n"
#: fish/fish.c:1197
#, c-format
msgid ""
"quit - quit guestfish\n"
" quit\n"
msgstr ""
"quit - quit guestfish\n"
" quit\n"
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
" quit\n"
msgstr ""
"quit - quit guestfish\n"
" quit\n"
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr "%s: command not known, use -h to list all commands\n"
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2842,31 +2842,31 @@ msgstr ""
"ਕਮਾਂਡਾਂ ਦੀ ਸੂਚੀ ਲਈ: guestfish -h\n"
"ਮੁਕੰਮਲ ਦਸਤਾਵੇਜੀ ਲਈ: man guestfish\n"
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr ""
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "ਸਤਰ \"%s\" ਵਿੱਚ ਗਲਤ ਸ਼ਬਦਾਵਲੀ ਹੈ\n"
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
"or run \"inspect-os\" command)\n"
msgstr ""
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -3930,11 +3930,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -3942,34 +3942,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "

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: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\n"
"PO-Revision-Date: 2012-10-14 12:24+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n"
@@ -59,7 +59,7 @@ msgstr ""
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -67,7 +67,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: utworzenie programu obsługi się nie powiodło\n"
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -111,7 +111,7 @@ msgstr ""
"Aby dowiedzieć się więcej, należy zobaczyć stronę podręcznika %s(1).\n"
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -175,7 +175,7 @@ msgstr ""
" -x Śledzi wywołania API biblioteki libguestfs\n"
"Aby dowiedzieć się więcej, należy zobaczyć stronę podręcznika %s(1).\n"
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2751,7 +2751,7 @@ msgid "use 'list-events' to list event handlers\n"
msgstr ""
"należy użyć \"list-events\", aby wyświetlić listę programów obsługi zdarzeń\n"
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2800,39 +2800,39 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID nie był liczbą: %s\n"
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
msgstr ""
"%s: zdalnie: $GUESTFISH_PID musi być ustawiony na PID zdalnego procesu\n"
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: można podać tylko jeden parametr -f\n"
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: nie można używać opcji --listen i --remote w tym samym czasie\n"
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: dodatkowe parametry wiersza poleceń za pomocą flagi --listen\n"
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: nie można używać opcji --listen i --file w tym samym czasie\n"
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2853,51 +2853,51 @@ msgstr ""
" \"quit\", aby zakończyć powłokę\n"
"\n"
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: parametry poleceń nie są oddzielone spacjami\n"
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: niezakończony pojedynczy cudzysłów\n"
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: wewnętrzny błąd przetwarzania ciągu \"%s\"\n"
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: za dużo parametrów\n"
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr ""
"%s: nieprawidłowa sekwencja sterująca w ciągu (zaczyna się od offsetu %d)\n"
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: niezakończony podwójny cudzysłów\n"
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: puste polecenie wiersza poleceń\n"
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr "wyświetla listę poleceń lub pomoc polecenia"
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr "kończy działanie programu guestfish"
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2908,7 +2908,7 @@ msgstr ""
" help polecenie\n"
" help\n"
#: fish/fish.c:1197
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2917,14 +2917,14 @@ msgstr ""
"quit - kończy działanie programu guestfish\n"
" quit\n"
#: fish/fish.c:1202
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr ""
"%s: nieznane polecenie, należy użyć -h, aby wyświetlić listę wszystkich "
"poleceń\n"
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2935,17 +2935,17 @@ msgstr ""
"Lista poleceń: guestfish -h\n"
"Pełna dokumentacja: man guestfish\n"
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr "%s:%d: libguestfs: błąd: %s\n"
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "Cytat ucieczki w ciągu \"%s\"\n"
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
@@ -2954,7 +2954,7 @@ msgstr ""
"%s: należy zbadać gościa (opcja \"-i\" lub polecenie \"inspect-os\"), aby "
"użyć liter napędów systemu Windows\n"
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
@@ -2964,7 +2964,7 @@ msgstr ""
"wykonać:\n"
" inspect-get-drive-mappings %s\n"
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -4164,11 +4164,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -4176,34 +4176,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "

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: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\n"
"PO-Revision-Date: 2012-10-14 12:24+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Tamil <tamil-users@lists.fedoraproject.org>\n"
@@ -51,7 +51,7 @@ msgstr ""
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -59,7 +59,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: ஹாண்டிலை உருவாக்க முடியவில்லை\n"
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -87,7 +87,7 @@ msgid ""
msgstr ""
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -134,7 +134,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2573,7 +2573,7 @@ msgstr ""
msgid "use 'list-events' to list event handlers\n"
msgstr ""
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2622,38 +2622,38 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID ஆனது எண் இல்லை: %s\n"
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
msgstr "%s: remote: $GUESTFISH_PID க்கு தொலை செயற்பாட்டைPID க்கு அமை\n"
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: ஒரே ஒரு -f அளவுரு கொடுக்கப்படலாம்\n"
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: cannot use --listen and --remote options at the same time\n"
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: extra parameters on the command line with --listen flag\n"
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2666,50 +2666,50 @@ msgid ""
"\n"
msgstr ""
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: கட்டளை விவாதங்கள் வொயிட்ஸ்பேஸ்ஸால் பிரிக்கப்படவில்லை\n"
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: unterminated single quote\n"
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: அகப்பிழையை '%s' சரத்தில் பகுக்கிறது\n"
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: அதிக விவாதங்கள்\n"
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr ""
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: unterminated double quote\n"
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: கட்டளை வரியில் காலியான கட்டளை\n"
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr "கட்டளைகளின் ஒரு பட்டியலைக் காட்டு அல்லது ஒரு கட்டளையில் உதவு"
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr "guestfishஐ நிறுத்து"
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2720,7 +2720,7 @@ msgstr ""
" help cmd\n"
" help\n"
#: fish/fish.c:1197
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2729,13 +2729,13 @@ msgstr ""
"quit - guestfishஐ நிறுத்து\n"
" quit\n"
#: fish/fish.c:1202
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr ""
"%s: கட்டளை என்னவென்று தெரியவில்லை, அனைத்து கட்டளைகளையும் பட்டியலிட -hஐ பயன்படுத்து\n"
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2743,31 +2743,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr ""
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "Runaway quote in string \"%s\"\n"
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
"or run \"inspect-os\" command)\n"
msgstr ""
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -3790,11 +3790,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -3802,34 +3802,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "

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: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\n"
"PO-Revision-Date: 2012-10-14 12:24+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Telugu (http://www.transifex.com/projects/p/fedora/language/"
@@ -52,7 +52,7 @@ msgstr ""
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -60,7 +60,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: సంభాలికను సృష్టించుటకు విఫలమైంది\n"
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -88,7 +88,7 @@ msgid ""
msgstr ""
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -135,7 +135,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2573,7 +2573,7 @@ msgstr ""
msgid "use 'list-events' to list event handlers\n"
msgstr ""
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2622,38 +2622,38 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID సంఖ్య కాదు: %s\n"
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
msgstr "%s: remote: $GUESTFISH_PID అనునది రిమోట్ కార్యక్రమము యొక్క PIDకు అమర్చాలి\n"
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: ఒక -f పారామితి మాత్రమే యివ్వగలము\n"
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: ఒకే సమయం వద్ద --listen మరియు --remote ఐచ్చికాలను వుపయోగించలేము\n"
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: --listen ఫ్లాగ్‌తో ఆదేశ వరుసపై అదనపు పారామితులు\n"
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: ఒకే సమయంలో --listen మరియు --file ఐచ్చికాలను వుపయోగించలేము\n"
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2666,50 +2666,50 @@ msgid ""
"\n"
msgstr ""
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: వెట్‌స్పేస్ ద్వారా వేరుచేయబడిన కమాండ్ ఆర్గుమెంట్స్\n"
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: మూయని సింగిల్ కోట్\n"
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: '%s'వద్ద స్ట్రింగును పార్శ్ చేయుటలో అంతర్గత దోషము\n"
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: చాలా యెక్కువ ఆర్గుమెంట్లు\n"
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr ""
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: మూయని డబుల్ కోట్\n"
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: ఆదేశ వరుసపై ఖాళీ ఆదేశము\n"
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr "ఆదేశముల జాబితాను లేదా ఆదేశముపై సహాయమును ప్రదర్శించుము"
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr "guestfish నిష్క్రమించుము"
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2720,7 +2720,7 @@ msgstr ""
" help cmd\n"
" help\n"
#: fish/fish.c:1197
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2729,12 +2729,12 @@ msgstr ""
"quit - guestfish నిష్క్రమించును\n"
" quit\n"
#: fish/fish.c:1202
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr "%s: తెలియని ఆదేశము, అన్ని ఆదేశములను జాబితాచేయుటకు -h వుపయోగించుము\n"
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2742,31 +2742,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr ""
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "\"%s\" స్ట్రింగునందు రన్‌యెవే స్ట్రింగ్\n"
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
"or run \"inspect-os\" command)\n"
msgstr ""
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -3788,11 +3788,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -3800,34 +3800,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "

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: 2012-10-19 11:06+0100\n"
"POT-Creation-Date: 2012-10-29 15:19+0000\n"
"PO-Revision-Date: 2012-10-14 12:24+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -57,7 +57,7 @@ msgstr "%s: не вдалося проаналізувати диск. Вище
#: align/domains.c:351 align/scan.c:129 cat/virt-cat.c:121
#: cat/virt-filesystems.c:205 cat/virt-ls.c:190 df/domains.c:437 df/main.c:136
#: edit/virt-edit.c:143 fish/fish.c:233 format/format.c:137
#: edit/virt-edit.c:143 fish/fish.c:234 format/format.c:137
#: fuse/guestmount.c:208 inspector/virt-inspector.c:138
#: rescue/virt-rescue.c:146
#, c-format
@@ -65,7 +65,7 @@ msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: не вдалося створити елемент керування\n"
#: align/scan.c:66 cat/virt-cat.c:61 cat/virt-filesystems.c:102
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:103
#: cat/virt-ls.c:97 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:104
#: fuse/guestmount.c:100 inspector/virt-inspector.c:76 rescue/virt-rescue.c:63
#, c-format
msgid "Try `%s --help' for more information.\n"
@@ -109,7 +109,7 @@ msgstr ""
"З докладнішими даними можна ознайомитися на сторінці довідника (man) %s(1).\n"
#: align/scan.c:149 cat/virt-cat.c:143 cat/virt-filesystems.c:259
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:294
#: cat/virt-ls.c:240 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:295
#: format/format.c:189 fuse/guestmount.c:238 inspector/virt-inspector.c:162
#: rescue/virt-rescue.c:202
#, c-format
@@ -173,7 +173,7 @@ msgstr ""
" -x Трасувати виклики програмного інтерфейсу libguestfs\n"
"Щоб дізнатися більше, скористайтеся сторінкою довідника (man) %s(1).\n"
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1586
#: cat/virt-cat.c:355 edit/virt-edit.c:665 fish/fish.c:1711
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
@@ -2782,7 +2782,7 @@ msgstr ""
"щоб переглянути список обробників подій, скористайтеся командою «list-"
"events»\n"
#: fish/fish.c:107
#: fish/fish.c:108
#, c-format
msgid ""
"%s: guest filesystem shell\n"
@@ -2831,39 +2831,39 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
#: fish/fish.c:257
#: fish/fish.c:258
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID не був числом: %s\n"
#: fish/fish.c:264
#: fish/fish.c:265
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
msgstr ""
"%s: remote: для ідентифікатора віддаленого процесу має $GUESTFISH_PID\n"
#: fish/fish.c:318
#: fish/fish.c:319
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: можна вказувати лише один параметр -f\n"
#: fish/fish.c:490
#: fish/fish.c:491
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: не можна одночасно використовувати параметри --listen і --remote\n"
#: fish/fish.c:498
#: fish/fish.c:499
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: зайві параметри у командному рядку з прапорцем --listen\n"
#: fish/fish.c:504
#: fish/fish.c:505
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: не можна одночасно використовувати параметри --listen і --file\n"
#: fish/fish.c:663
#: fish/fish.c:668
#, c-format
msgid ""
"\n"
@@ -2885,51 +2885,51 @@ msgstr ""
" «quit», щоб вийти з оболонки\n"
"\n"
#: fish/fish.c:814 fish/fish.c:830
#: fish/fish.c:819 fish/fish.c:835
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: аргументи команди не відокремлено пробілами\n"
#: fish/fish.c:824
#: fish/fish.c:829
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: не виявлено завершальних одинарних лапок\n"
#: fish/fish.c:854
#: fish/fish.c:859
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: внутрішня помилка під час обробки рядка, «%s»\n"
#: fish/fish.c:871
#: fish/fish.c:876
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: занадто багато аргументів\n"
#: fish/fish.c:946
#: fish/fish.c:951
#, c-format
msgid "%s: invalid escape sequence in string (starting at offset %d)\n"
msgstr ""
"%s: некоректна керівна послідовність у рядку (починаючи з позиції %d)\n"
#: fish/fish.c:955
#: fish/fish.c:960
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: не виявлено завершальних подвійних лапок\n"
#: fish/fish.c:1020
#: fish/fish.c:1025
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: порожня команда або командний рядок\n"
#: fish/fish.c:1176
#: fish/fish.c:1181
msgid "display a list of commands or help on a command"
msgstr "показати список команд або довідку щодо команди"
#: fish/fish.c:1178
#: fish/fish.c:1183
msgid "quit guestfish"
msgstr "вийти з guestfish"
#: fish/fish.c:1189
#: fish/fish.c:1194
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2940,7 +2940,7 @@ msgstr ""
" help команда\n"
" help\n"
#: fish/fish.c:1197
#: fish/fish.c:1202
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2949,13 +2949,13 @@ msgstr ""
"quit — завершити роботу guestfish\n"
" quit\n"
#: fish/fish.c:1202
#: fish/fish.c:1207
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr ""
"%s: невідома команда, скористайтеся -h, щоб отримати список всіх команд\n"
#: fish/fish.c:1218
#: fish/fish.c:1223
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2966,17 +2966,17 @@ msgstr ""
"Отримати список команд: guestfish -h\n"
"Ознайомитися з документацією: man guestfish\n"
#: fish/fish.c:1227
#: fish/fish.c:1232
#, c-format
msgid "%s:%d: libguestfs: error: %s\n"
msgstr "%s:%d: libguestfs: помилка: %s\n"
#: fish/fish.c:1383
#: fish/fish.c:1388
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "У рядку «%s» не вистачає лапок\n"
#: fish/fish.c:1580
#: fish/fish.c:1705
#, c-format
msgid ""
"%s: to use Windows drive letters, you must inspect the guest (\"-i\" option "
@@ -2986,7 +2986,7 @@ msgstr ""
"гостьову систему (використати параметр \"-i\" або виконати команду \"inspect-"
"os\")\n"
#: fish/fish.c:1600
#: fish/fish.c:1725
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
@@ -2996,7 +2996,7 @@ msgstr ""
"команду\n"
" inspect-get-drive-mappings %s\n"
#: fish/fish.c:1619
#: fish/fish.c:1744
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -4245,11 +4245,11 @@ msgstr ""
msgid "error constructing libvirt XML at \"%s\""
msgstr ""
#: src/launch-libvirt.c:815
#: src/launch-libvirt.c:828
msgid "'iface' parameter is not supported by the libvirt attach-method"
msgstr ""
#: src/launch-libvirt.c:895
#: src/launch-libvirt.c:908
#, c-format
msgid ""
"could not auto-detect the format of '%s'\n"
@@ -4257,34 +4257,34 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1182
#: src/launch-libvirt.c:1195
#, c-format
msgid "qemu-img create: could not create snapshot over %s"
msgstr ""
#: src/launch-libvirt.c:1211
#: src/launch-libvirt.c:1224
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
#: src/launch-libvirt.c:1256
#: src/launch-libvirt.c:1269
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1288
#: src/launch-libvirt.c:1301
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1340
#: src/launch-libvirt.c:1353
msgid "could not attach disk to libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1374
#: src/launch-libvirt.c:1387
msgid "could not detach disk from libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1431
#: src/launch-libvirt.c:1444
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "