summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-04-16 14:57:33 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-04-16 14:57:33 +0100
commit79f5720d2ccab820c90b7516f3fbf5e3dcbe9c8f (patch)
tree8b863c8d18c28d4b00b3eb12bcec41fd1e7d1d9b
parent340ff70c1e28aa0ceb2f45918dabafc8fd7134d3 (diff)
downloadlibguestfs-79f5720d2ccab820c90b7516f3fbf5e3dcbe9c8f.tar.gz
libguestfs-79f5720d2ccab820c90b7516f3fbf5e3dcbe9c8f.tar.xz
libguestfs-79f5720d2ccab820c90b7516f3fbf5e3dcbe9c8f.zip
Version 1.11.1.1.11.1
-rw-r--r--BUGS23
-rw-r--r--configure.ac2
-rw-r--r--po-docs/libguestfs-docs.pot4
-rw-r--r--po/es.po233
-rw-r--r--po/gu.po229
-rw-r--r--po/hi.po229
-rw-r--r--po/kn.po229
-rw-r--r--po/libguestfs.pot214
-rw-r--r--po/ml.po229
-rw-r--r--po/mr.po229
-rw-r--r--po/nl.po221
-rw-r--r--po/or.po229
-rw-r--r--po/pa.po238
-rw-r--r--po/pl.po238
-rw-r--r--po/ta.po229
-rw-r--r--po/te.po229
-rw-r--r--po/uk.po238
17 files changed, 1773 insertions, 1470 deletions
diff --git a/BUGS b/BUGS
index 4c2d2ee9..4054b778 100644
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
-Last updated: 2011-04-12 20:14:20
+Last updated: 2011-04-16 14:15:10
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -41,9 +41,15 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
693359 NEW https://bugzilla.redhat.com/show_bug.cgi?id=693359
virt-cat and virt-edit don't handle case sensitive NTFS paths properly
+695881 NEW https://bugzilla.redhat.com/show_bug.cgi?id=695881
+ virt-make-fs generates qemu-img command line containing decimal point: "qemu-img: Invalid image size specified!"
+
563450 NEW https://bugzilla.redhat.com/show_bug.cgi?id=563450
list-devices returns devices of different types out of order
+696445 NEW https://bugzilla.redhat.com/show_bug.cgi?id=696445
+ Backport virt-inspector for virt-v2v
+
547488 NEW https://bugzilla.redhat.com/show_bug.cgi?id=547488
guestfish cannot tab complete filenames that contain spaces
@@ -155,6 +161,12 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
688062 NEW https://bugzilla.redhat.com/show_bug.cgi?id=688062
fish: add luks-open mapped device to tab completion list
+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
+
672491 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=672491
RFE: guestfs_last_errno should be exposed in perl bindings
@@ -164,9 +176,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
627835 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=627835
libguestfs protocol loses synchronization if you 'upload' before mounting disks
-695138 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=695138
- Remove dependency on gfs2-utils
-
539746 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=539746
launch fails when run inside a Xen guest, when no non-PV kernels are installed
@@ -252,9 +261,6 @@ You can help by testing the fixes.
599464 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=599464
mkfs-b does not support vfat/ntfs
-599503 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=599503
- document that mkmountpoint and umount-all cannot be mixed
-
602592 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=602592
[RFE] expose guestfs_close in perl bindings
@@ -339,6 +345,9 @@ These bugs are in the VERIFIED state.
677616 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=677616
appliance doesn't include augeas device_map lens
+695138 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=695138
+ Remove dependency on gfs2-utils
+
627833 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=627833
get-e2uuid should use blkid instead of "tune2fs -l" to get filesystem UUID
diff --git a/configure.ac b/configure.ac
index 599ca1b3..627e6e48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# major/minor/release must be numbers
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [11])
-m4_define([libguestfs_release], [0])
+m4_define([libguestfs_release], [1])
# extra can be any string
m4_define([libguestfs_extra], [])
diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot
index 9fcdc655..76bcabc4 100644
--- a/po-docs/libguestfs-docs.pot
+++ b/po-docs/libguestfs-docs.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: libguestfs 1.11.0\n"
+"Project-Id-Version: libguestfs 1.11.1\n"
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2011-04-12 20:14+0200\n"
+"POT-Creation-Date: 2011-04-16 13:40+0200\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"
diff --git a/po/es.po b/po/es.po
index 8e0724e5..43a84bc7 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-04-12 20:13+0100\n"
+"POT-Creation-Date: 2011-04-16 13:40+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: Héctor Daniel Cabrera <logan@fedoraproject.org>\n"
"Language-Team: Fedora Spanish <trans-es@lists.fedoraproject.org>\n"
@@ -20,14 +20,14 @@ msgstr ""
"X-Poedit-Language: Spanish\n"
"X-Poedit-Country: ARGENTINA\n"
-#: cat/virt-cat.c:55 cat/virt-filesystems.c:97 cat/virt-ls.c:56 df/main.c:68
-#: fish/fish.c:96 fuse/guestmount.c:907 inspector/virt-inspector.c:70
-#: rescue/virt-rescue.c:57
+#: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
+#: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
+#: rescue/virt-rescue.c:59
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Intente con `%s --help' para más información.\n"
-#: cat/virt-cat.c:59
+#: cat/virt-cat.c:61
#, fuzzy, c-format
msgid ""
"%s: display files in a virtual machine\n"
@@ -68,21 +68,21 @@ msgstr ""
" -v|--verbose Mensajes detallados\n"
" -V|--version Muestra la versión y finaliza\n"
-#: cat/virt-cat.c:115 cat/virt-filesystems.c:200 cat/virt-ls.c:121
-#: df/domains.c:428 df/main.c:134 fish/fish.c:219 fuse/guestmount.c:1023
-#: inspector/virt-inspector.c:130 rescue/virt-rescue.c:131
+#: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
+#: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
+#: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
#, c-format
msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: falló al crear manipulador\n"
-#: cat/virt-cat.c:137 cat/virt-filesystems.c:254 cat/virt-ls.c:143
-#: df/main.c:158 fish/fish.c:289 fuse/guestmount.c:1073
-#: inspector/virt-inspector.c:152 rescue/virt-rescue.c:155
+#: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
+#: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
+#: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
#, c-format
msgid "%s: unknown long option: %s (%d)\n"
msgstr "%s: opción extensa desconocida: %s (%d)\n"
-#: cat/virt-filesystems.c:101
+#: cat/virt-filesystems.c:103
#, fuzzy, c-format
msgid ""
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
@@ -140,13 +140,13 @@ msgstr ""
" -v|--verbose Mensajes detallados\n"
" -V|--version Muestra la versión y finaliza\n"
-#: cat/virt-filesystems.c:316 df/main.c:253
+#: cat/virt-filesystems.c:318 df/main.c:255
#, fuzzy, c-format
msgid "%s: you cannot use -h and --csv options together.\n"
msgstr ""
"virt-df: no es posible utilizar las opciones -h y --csv en forma simultánea\n"
-#: cat/virt-ls.c:60
+#: cat/virt-ls.c:62
#, fuzzy, c-format
msgid ""
"%s: list files in a virtual machine\n"
@@ -219,7 +219,7 @@ msgstr "guestfish: no se pudo conectar a libvirt (código %d, dominio %d): %s\n"
msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
msgstr "virt-df: ignorando {name}, posee demasiados discos ({c} > {max})"
-#: df/main.c:72
+#: df/main.c:74
#, fuzzy, c-format
msgid ""
"%s: display free space on virtual filesystems\n"
@@ -263,53 +263,53 @@ msgstr ""
" -v|--verbose Mensajes detallados\n"
" -V|--version Muestra la versión y finaliza\n"
-#: df/main.c:265
+#: df/main.c:267
#, c-format
msgid "%s: compiled without support for libvirt.\n"
msgstr ""
-#: df/output.c:49
+#: df/output.c:50
#, fuzzy
msgid "VirtualMachine"
msgstr "Máquina virtual"
-#: df/output.c:50
+#: df/output.c:51
msgid "Filesystem"
msgstr "Sistema de archivos"
-#: df/output.c:53
+#: df/output.c:54
msgid "1K-blocks"
msgstr "Bloques de 1K"
-#: df/output.c:55
+#: df/output.c:56
msgid "Size"
msgstr "Tamaño"
-#: df/output.c:56
+#: df/output.c:57
msgid "Used"
msgstr "Utilizado"
-#: df/output.c:57
+#: df/output.c:58
msgid "Available"
msgstr "Disponible"
-#: df/output.c:58
+#: df/output.c:59
msgid "Use%"
msgstr "Utilización%"
-#: df/output.c:60
+#: df/output.c:61
msgid "Inodes"
msgstr "Inodos"
-#: df/output.c:61
+#: df/output.c:62
msgid "IUsed"
msgstr "Iutilizados"
-#: df/output.c:62
+#: df/output.c:63
msgid "IFree"
msgstr "Ilibres"
-#: df/output.c:63
+#: df/output.c:64
msgid "IUse%"
msgstr "UtilizaciónI%"
@@ -1965,7 +1965,7 @@ msgstr "%s: demasiados argumentos\n"
msgid "%s: unknown command\n"
msgstr "%s: comando desconocido\n"
-#: fish/config.c:73 fish/config.c:112
+#: fish/config.c:74 fish/config.c:113
#, fuzzy, c-format
msgid "%s: %s: line %d: error parsing configuration file: %s\n"
msgstr "%s: error interno analizando cadena en '%s'\n"
@@ -2101,12 +2101,12 @@ msgstr ""
" -V|--version Muestra la versión y finaliza\n"
"Para mayor información, vea la página man %s(1).\n"
-#: fish/fish.c:256
+#: fish/fish.c:243
#, 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:263
+#: fish/fish.c:250
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
@@ -2114,40 +2114,40 @@ msgstr ""
"%s: remote: $GUESTFISH_PID debe estar definido con el PID del proceso "
"remoto\n"
-#: fish/fish.c:313
+#: fish/fish.c:300
#, 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:468
+#: fish/fish.c:455
#, 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:476
+#: fish/fish.c:463
#, 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:482
+#: fish/fish.c:469
#, 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:540
+#: fish/fish.c:527
#, c-format
msgid "guestfish: could not access termcap or terminfo database.\n"
msgstr ""
"guestfish: no es posible acceder a la base de datos termcap o terminfo.\n"
-#: fish/fish.c:544
+#: fish/fish.c:531
#, c-format
msgid "guestfish: terminal type \"%s\" not defined.\n"
msgstr "guestfish: el tipo de terminal \"%s\" no ha sido definido.\n"
-#: fish/fish.c:632
+#: fish/fish.c:619
#, fuzzy, c-format
msgid ""
"\n"
@@ -2169,46 +2169,46 @@ msgstr ""
" 'quit' para abandonar la shell\n"
"\n"
-#: fish/fish.c:776
+#: fish/fish.c:763
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: doble cuota no finalizada\n"
-#: fish/fish.c:782 fish/fish.c:799
+#: fish/fish.c:769 fish/fish.c:786
#, 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:793
+#: fish/fish.c:780
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: cuota simple no finalizada\n"
-#: fish/fish.c:823
+#: fish/fish.c:810
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: error interno analizando cadena en '%s'\n"
-#: fish/fish.c:840
+#: fish/fish.c:827
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: demasiados argumentos\n"
-#: fish/fish.c:908
+#: fish/fish.c:895
#, 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:1054
+#: fish/fish.c:1041
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:1056
+#: fish/fish.c:1043
msgid "quit guestfish"
msgstr "salir de guestfish"
-#: fish/fish.c:1067
+#: fish/fish.c:1054
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2219,7 +2219,7 @@ msgstr ""
" help cmd\n"
" help\n"
-#: fish/fish.c:1075
+#: fish/fish.c:1062
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2228,12 +2228,12 @@ msgstr ""
"quit - abandonar guestfish\n"
" quit\n"
-#: fish/fish.c:1080
+#: fish/fish.c:1067
#, 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:1096
+#: fish/fish.c:1083
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2244,31 +2244,31 @@ msgstr ""
"Para obtener una lista de comandos: guestfish -h\n"
"Para obtener la documentación completa: man guestfish\n"
-#: fish/fish.c:1253
+#: fish/fish.c:1240
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "Cuota problemática en la cadena \"%s\"\n"
-#: fish/fish.c:1451
+#: fish/fish.c:1438
#, 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:1457
+#: fish/fish.c:1444
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
-#: fish/fish.c:1471
+#: fish/fish.c:1458
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
-#: fish/fish.c:1490
+#: fish/fish.c:1477
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -2370,7 +2370,7 @@ msgstr "Sistema operativo: %s\n"
msgid "%s mounted on %s\n"
msgstr "%s montado en %s\n"
-#: fish/keys.c:52
+#: fish/keys.c:53
#, c-format
msgid "Enter key or passphrase (\"%s\"): "
msgstr "Ingrese la llave o la frase de acceso (\"%s\"): "
@@ -2380,12 +2380,12 @@ msgstr "Ingrese la llave o la frase de acceso (\"%s\"): "
msgid "use 'lcd directory' to change local directory\n"
msgstr "utilice 'lcd directorio' para modificar el directorio local\n"
-#: fish/man.c:34
+#: fish/man.c:35
#, c-format
msgid "use 'man' without parameters to open the manual\n"
msgstr "Utilice 'man' sin parámetros para abrir el manual\n"
-#: fish/man.c:53
+#: fish/man.c:54
#, c-format
msgid "the external 'man' program failed\n"
msgstr "falló el programa externo ''man'\n"
@@ -2593,7 +2593,7 @@ msgstr "no"
msgid "use 'time command [args...]'\n"
msgstr "utilice 'time comando [args...]'\n"
-#: fuse/guestmount.c:911
+#: fuse/guestmount.c:912
#, fuzzy, c-format
msgid ""
"%s: FUSE module for libguestfs\n"
@@ -2643,18 +2643,18 @@ msgstr ""
" -v|--verbose Mensajes detallados\n"
" -V|--version Muestra la versión y finaliza\n"
-#: fuse/guestmount.c:1142
+#: fuse/guestmount.c:1130
#, fuzzy, c-format
msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
msgstr "%s: debe poseer al menos una opción -a, y al menos una opción -m\n"
-#: fuse/guestmount.c:1150
+#: fuse/guestmount.c:1138
#, c-format
msgid "%s: you must specify a mountpoint in the host filesystem\n"
msgstr ""
"%s: debe indicar un punto de montaje en el sistema de archivos del equipo\n"
-#: inspector/virt-inspector.c:74
+#: inspector/virt-inspector.c:76
#, fuzzy, c-format
msgid ""
"%s: display information about a virtual machine\n"
@@ -2695,7 +2695,7 @@ msgstr ""
" -v|--verbose Mensajes detallados\n"
" -V|--version Muestra la versión y finaliza\n"
-#: inspector/virt-inspector.c:261
+#: inspector/virt-inspector.c:263
#, fuzzy, c-format
msgid ""
"%s: no operating system could be detected inside this disk image.\n"
@@ -2723,17 +2723,17 @@ msgstr ""
"mayor cantidad de información acerca de la imagen de disco que le sea "
"posible.\n"
-#: inspector/virt-inspector.c:286
+#: inspector/virt-inspector.c:288
#, c-format
msgid "%s: XML write error at \"%s\": %m\n"
msgstr ""
-#: inspector/virt-inspector.c:298
+#: inspector/virt-inspector.c:300
#, c-format
msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
msgstr ""
-#: inspector/virt-inspector.c:306
+#: inspector/virt-inspector.c:308
#, c-format
msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
msgstr ""
@@ -2874,7 +2874,7 @@ msgstr "{path} no coincide con el patrón augeas"
msgid "{filename}: could not read initrd format"
msgstr "{filename}: no es posible leer formato initrd"
-#: rescue/virt-rescue.c:61
+#: rescue/virt-rescue.c:63
#, fuzzy, c-format
msgid ""
"%s: Run a rescue shell on a virtual machine\n"
@@ -2919,12 +2919,12 @@ msgstr ""
" -v|--verbose Mensajes detallados\n"
" -V|--version Muestra la versión y finaliza\n"
-#: rescue/virt-rescue.c:178
+#: rescue/virt-rescue.c:180
#, fuzzy, c-format
msgid "%s: could not parse memory size '%s'\n"
msgstr "no se pudo analizar el tamaño de arranque"
-#: rescue/virt-rescue.c:417
+#: rescue/virt-rescue.c:419
#, fuzzy, c-format
msgid "%s: unknown child exit status (%d)\n"
msgstr "%s: opción extensa desconocida: %s (%d)\n"
@@ -2957,6 +2957,26 @@ msgstr ""
msgid "external command failed, see earlier error messages"
msgstr "falló el comando externo, vea mensajes de errores anteriores"
+#: src/dbdump.c:87
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of header"
+msgstr "salida inesperada del comando 'du'"
+
+#: src/dbdump.c:100 src/dbdump.c:112
+#, fuzzy
+msgid "unexpected line from db_dump command, no space prefix"
+msgstr "salida inesperada del comando 'du'"
+
+#: src/dbdump.c:129
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of data"
+msgstr "salida inesperada del comando 'du'"
+
+#: src/dbdump.c:210
+#, fuzzy
+msgid "unexpected non-hex digits in output of db_dump command"
+msgstr "salida inesperada del comando 'du'"
+
#: src/filearch.c:153
#, c-format
msgid "size of %s unreasonable (%<PRIi64> bytes)"
@@ -2968,52 +2988,51 @@ msgid ""
"compiled without PCRE or libmagic libraries"
msgstr ""
-#: src/guestfs.c:177
+#: src/guestfs.c:178
#, c-format
msgid "guestfs_close: called twice on the same handle\n"
msgstr "guestfs_close: llamado dos veces en la misma manipulación\n"
-#: src/guestfs.c:302
+#: src/guestfs.c:333
#, c-format
msgid "warning: %s"
msgstr ""
-#: src/guestfs.c:361
+#: src/guestfs.c:392
#, c-format
msgid "libguestfs: error: %s\n"
msgstr "libguestfs: error: %s\n"
-#: src/guestfs.c:908
+#: src/guestfs.c:939
#, c-format
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:489 src/inspect.c:1183 src/inspect.c:2901 src/inspect.c:2944
-#: src/inspect.c:2994 src/inspect.c:3038
-#, c-format
-msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+#: src/inspect.c:263
+msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1217
-#, fuzzy
-msgid "could not parse /etc/fstab or empty file"
-msgstr "no se pudo analizar el tamaño de arranque"
-
-#: src/inspect.c:1432
-#, c-format
-msgid "cannot resolve Windows %%SYSTEMROOT%%"
-msgstr "no es posible resolver %%SYSTEMROOT%% de Windows"
+#: src/inspect.c:279
+msgid "not a Windows guest, or CurrentControlSet could not be determined"
+msgstr ""
-#: src/inspect.c:1914 src/inspect.c:1927
+#: src/inspect.c:517
#, fuzzy, c-format
-msgid "could not parse integer in version number: %s"
-msgstr "no se pudo analizar el tamaño de arranque"
+msgid "%s: temporary directory not found"
+msgstr "%s: no es posible crear directorio temporal"
-#: src/inspect.c:2023
+#: src/inspect.c:533 src/inspect_fs.c:470 src/inspect_fs.c:514
+#: src/inspect_fs_unix.c:170 src/inspect_fs_unix.c:511
+#: src/inspect_fs_unix.c:753
+#, c-format
+msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+msgstr ""
+
+#: src/inspect.c:570
msgid "no inspection data: call guestfs_inspect_os first"
msgstr "no existen datos de inspección: invoque primero a guestfs_inspect_os"
-#: src/inspect.c:2035
+#: src/inspect.c:582
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3022,29 +3041,31 @@ msgstr ""
"%s: no se ha encontrado un dispositivo raíz: sólo invoque esta función con "
"un dispositivo raíz previamente obtenido mediante guestfs_inspect_os"
-#: src/inspect.c:2175
-msgid "not a Windows guest, or systemroot could not be determined"
-msgstr ""
-
-#: src/inspect.c:2191
-msgid "not a Windows guest, or CurrentControlSet could not be determined"
+#: src/inspect.c:592 src/inspect_apps.c:617
+msgid ""
+"inspection API not available since this version of libguestfs was compiled "
+"without PCRE or hivex libraries"
msgstr ""
-#: src/inspect.c:2518 src/inspect.c:2540 src/inspect.c:2565
-#, fuzzy
-msgid "unexpected end of output from db_dump command"
-msgstr "salida inesperada del comando 'du'"
+#: src/inspect_fs.c:326 src/inspect_fs.c:339
+#, fuzzy, c-format
+msgid "could not parse integer in version number: %s"
+msgstr "no se pudo analizar el tamaño de arranque"
-#: src/inspect.c:3003
+#: src/inspect_fs.c:479
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:3066
-msgid ""
-"inspection API not available since this version of libguestfs was compiled "
-"without PCRE or hivex libraries"
-msgstr ""
+#: src/inspect_fs_unix.c:545
+#, fuzzy
+msgid "could not parse /etc/fstab or empty file"
+msgstr "no se pudo analizar el tamaño de arranque"
+
+#: src/inspect_fs_windows.c:112
+#, c-format
+msgid "cannot resolve Windows %%SYSTEMROOT%%"
+msgstr "no es posible resolver %%SYSTEMROOT%% de Windows"
#: src/launch.c:98
msgid "command line cannot be altered after qemu subprocess launched"
diff --git a/po/gu.po b/po/gu.po
index 0426924c..dd0ce3f2 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -8,7 +8,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: 2011-04-12 20:13+0100\n"
+"POT-Creation-Date: 2011-04-16 13:40+0100\n"
"PO-Revision-Date: 2010-02-02 13:45+0530\n"
"Last-Translator: Sweta Kothari <swkothar@redhat.com>\n"
"Language-Team: Gujarati\n"
@@ -19,14 +19,14 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-#: cat/virt-cat.c:55 cat/virt-filesystems.c:97 cat/virt-ls.c:56 df/main.c:68
-#: fish/fish.c:96 fuse/guestmount.c:907 inspector/virt-inspector.c:70
-#: rescue/virt-rescue.c:57
+#: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
+#: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
+#: rescue/virt-rescue.c:59
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "વધારે જાણકારી માટે `%s --help' નો પ્રયત્ન કરો.\n"
-#: cat/virt-cat.c:59
+#: cat/virt-cat.c:61
#, fuzzy, c-format
msgid ""
"%s: display files in a virtual machine\n"
@@ -66,21 +66,21 @@ msgstr ""
" -v|--verbose વર્બોસ સંદેશાઓages\n"
" -V|--version આવૃત્તિને દર્શાવોsઅને બહાર નીકળોexit\n"
-#: cat/virt-cat.c:115 cat/virt-filesystems.c:200 cat/virt-ls.c:121
-#: df/domains.c:428 df/main.c:134 fish/fish.c:219 fuse/guestmount.c:1023
-#: inspector/virt-inspector.c:130 rescue/virt-rescue.c:131
+#: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
+#: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
+#: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
#, c-format
msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: હેન્ડલ ને બનાવવાનું નિષ્ફળ\n"
-#: cat/virt-cat.c:137 cat/virt-filesystems.c:254 cat/virt-ls.c:143
-#: df/main.c:158 fish/fish.c:289 fuse/guestmount.c:1073
-#: inspector/virt-inspector.c:152 rescue/virt-rescue.c:155
+#: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
+#: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
+#: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
#, c-format
msgid "%s: unknown long option: %s (%d)\n"
msgstr "%s: અજ્ઞાત લાંબો વિકલ્પ: %s (%d)\n"
-#: cat/virt-filesystems.c:101
+#: cat/virt-filesystems.c:103
#, fuzzy, c-format
msgid ""
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
@@ -137,12 +137,12 @@ msgstr ""
" -v|--verbose વર્બોસ સંદેશાઓages\n"
" -V|--version આવૃત્તિને દર્શાવોsઅને બહાર નીકળોexit\n"
-#: cat/virt-filesystems.c:316 df/main.c:253
+#: cat/virt-filesystems.c:318 df/main.c:255
#, fuzzy, c-format
msgid "%s: you cannot use -h and --csv options together.\n"
msgstr "%s: સરખા સમયે --listen અને --file વિકલ્પોને વાપરી શકાતુ નથી\n"
-#: cat/virt-ls.c:60
+#: cat/virt-ls.c:62
#, fuzzy, c-format
msgid ""
"%s: list files in a virtual machine\n"
@@ -214,7 +214,7 @@ msgstr ""
msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
msgstr ""
-#: df/main.c:72
+#: df/main.c:74
#, fuzzy, c-format
msgid ""
"%s: display free space on virtual filesystems\n"
@@ -257,53 +257,53 @@ msgstr ""
" -v|--verbose વર્બોસ સંદેશાઓages\n"
" -V|--version આવૃત્તિને દર્શાવોsઅને બહાર નીકળોexit\n"
-#: df/main.c:265
+#: df/main.c:267
#, c-format
msgid "%s: compiled without support for libvirt.\n"
msgstr ""
-#: df/output.c:49
+#: df/output.c:50
msgid "VirtualMachine"
msgstr ""
-#: df/output.c:50
+#: df/output.c:51
#, fuzzy
msgid "Filesystem"
msgstr "ફાઇલસિસ્ટમને બનાવો"
-#: df/output.c:53
+#: df/output.c:54
msgid "1K-blocks"
msgstr ""
-#: df/output.c:55
+#: df/output.c:56
msgid "Size"
msgstr ""
-#: df/output.c:56
+#: df/output.c:57
msgid "Used"
msgstr ""
-#: df/output.c:57
+#: df/output.c:58
msgid "Available"
msgstr ""
-#: df/output.c:58
+#: df/output.c:59
msgid "Use%"
msgstr ""
-#: df/output.c:60
+#: df/output.c:61
msgid "Inodes"
msgstr ""
-#: df/output.c:61
+#: df/output.c:62
msgid "IUsed"
msgstr ""
-#: df/output.c:62
+#: df/output.c:63
msgid "IFree"
msgstr ""
-#: df/output.c:63
+#: df/output.c:64
msgid "IUse%"
msgstr ""
@@ -1967,7 +1967,7 @@ msgstr "%s: ઘણીબધી દલીલો છે\n"
msgid "%s: unknown command\n"
msgstr "%s: અજ્ઞાત આદેશ\n"
-#: fish/config.c:73 fish/config.c:112
+#: fish/config.c:74 fish/config.c:113
#, fuzzy, c-format
msgid "%s: %s: line %d: error parsing configuration file: %s\n"
msgstr "%s: આંતરિક ભૂલ '%s' પર શબ્દમાળાનું પદચ્છેદન કરી રહી છે\n"
@@ -2088,48 +2088,48 @@ msgstr ""
" -V|--version આવૃત્તિને દર્શાવો અને બહાર નીકળો\n"
"વધારે જાણકારી માટે, મુખ્યપાનું %s(1) ને જુઓ.\n"
-#: fish/fish.c:256
+#: fish/fish.c:243
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID એ નંબર ન હતો: %s\n"
-#: fish/fish.c:263
+#: fish/fish.c:250
#, 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:313
+#: fish/fish.c:300
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: ફક્ત એક -f પરિમાણને આપી શકાય છે\n"
-#: fish/fish.c:468
+#: fish/fish.c:455
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: સરખા સમયે --listen અને --remote વિકલ્પોને વાપરી શકાતા નથી\n"
-#: fish/fish.c:476
+#: fish/fish.c:463
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: --listen ફ્લેગ સાથે આદેશ વાક્ય પર વધારાનાં પરિમાણો\n"
-#: fish/fish.c:482
+#: fish/fish.c:469
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: સરખા સમયે --listen અને --file વિકલ્પોને વાપરી શકાતુ નથી\n"
-#: fish/fish.c:540
+#: fish/fish.c:527
#, c-format
msgid "guestfish: could not access termcap or terminfo database.\n"
msgstr ""
-#: fish/fish.c:544
+#: fish/fish.c:531
#, c-format
msgid "guestfish: terminal type \"%s\" not defined.\n"
msgstr ""
-#: fish/fish.c:632
+#: fish/fish.c:619
#, fuzzy, c-format
msgid ""
"\n"
@@ -2149,45 +2149,45 @@ msgstr ""
" શેલને બહાર નીકળવા માટે 'quit'\n"
"\n"
-#: fish/fish.c:776
+#: fish/fish.c:763
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: અંત ન બમણા અવતરણચિહ્નો \n"
-#: fish/fish.c:782 fish/fish.c:799
+#: fish/fish.c:769 fish/fish.c:786
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: આદેશ દલીલો એ ખાલી જગ્યા દ્દારા અલગ થયેલ નથી\n"
-#: fish/fish.c:793
+#: fish/fish.c:780
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: અંત ન આવેલ એક અવતરણ ચિહ્ન\n"
-#: fish/fish.c:823
+#: fish/fish.c:810
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: આંતરિક ભૂલ '%s' પર શબ્દમાળાનું પદચ્છેદન કરી રહી છે\n"
-#: fish/fish.c:840
+#: fish/fish.c:827
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: ઘણીબધી દલીલો છે\n"
-#: fish/fish.c:908
+#: fish/fish.c:895
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: આદેશ વાક્ય પર ખાલી આદેશ\n"
-#: fish/fish.c:1054
+#: fish/fish.c:1041
msgid "display a list of commands or help on a command"
msgstr "આદેશોની યાદીને દર્શાવો અથવા આદેશ પર મદદ "
-#: fish/fish.c:1056
+#: fish/fish.c:1043
msgid "quit guestfish"
msgstr "guestfish માંથી બહાર નીકળો"
-#: fish/fish.c:1067
+#: fish/fish.c:1054
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2198,7 +2198,7 @@ msgstr ""
" help cmd\n"
" મદદ\n"
-#: fish/fish.c:1075
+#: fish/fish.c:1062
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2207,12 +2207,12 @@ msgstr ""
"quit - guestfish માંથી બહાર નીકળો\n"
" બહાર નીકળો\n"
-#: fish/fish.c:1080
+#: fish/fish.c:1067
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr "%s: આદેશ જાણીતો નથી, બધા આદેશોની યાદી માટે -h ને વાપરો\n"
-#: fish/fish.c:1096
+#: fish/fish.c:1083
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2220,31 +2220,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
-#: fish/fish.c:1253
+#: fish/fish.c:1240
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "શબ્દમાળા \"%s\" માં દૂર થતો અવતરણચિહ્ન\n"
-#: fish/fish.c:1451
+#: fish/fish.c:1438
#, 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:1457
+#: fish/fish.c:1444
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
-#: fish/fish.c:1471
+#: fish/fish.c:1458
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
-#: fish/fish.c:1490
+#: fish/fish.c:1477
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -2340,7 +2340,7 @@ msgstr ""
msgid "%s mounted on %s\n"
msgstr "માઉન્ટબિંદુઓને બતાવો"
-#: fish/keys.c:52
+#: fish/keys.c:53
#, c-format
msgid "Enter key or passphrase (\"%s\"): "
msgstr ""
@@ -2350,12 +2350,12 @@ msgstr ""
msgid "use 'lcd directory' to change local directory\n"
msgstr "સ્થાનિય ડિરેક્ટરીને બદલવા માટે 'lcd directory' ને વાપરો\n"
-#: fish/man.c:34
+#: fish/man.c:35
#, c-format
msgid "use 'man' without parameters to open the manual\n"
msgstr ""
-#: fish/man.c:53
+#: fish/man.c:54
#, fuzzy, c-format
msgid "the external 'man' program failed\n"
msgstr "બહારનો આદેશ નિષ્ફળ: %s"
@@ -2544,7 +2544,7 @@ msgstr ""
msgid "use 'time command [args...]'\n"
msgstr "'time command [args...]' ને વાપરો\n"
-#: fuse/guestmount.c:911
+#: fuse/guestmount.c:912
#, fuzzy, c-format
msgid ""
"%s: FUSE module for libguestfs\n"
@@ -2593,17 +2593,17 @@ msgstr ""
" -v|--verbose વર્બોસ સંદેશાઓages\n"
" -V|--version આવૃત્તિને દર્શાવોsઅને બહાર નીકળોexit\n"
-#: fuse/guestmount.c:1142
+#: fuse/guestmount.c:1130
#, fuzzy, c-format
msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
msgstr "%s: ઓછામાં ઓછુ એક -a અને -m વિકલ્પ પર હોવુ જ જોઇએ\n"
-#: fuse/guestmount.c:1150
+#: fuse/guestmount.c:1138
#, c-format
msgid "%s: you must specify a mountpoint in the host filesystem\n"
msgstr "%s: યજમાન ફાઇલસિસ્ટમમાં માઉન્ટબિંદુને સ્પષ્ટ કરવુ જ પડશે\n"
-#: inspector/virt-inspector.c:74
+#: inspector/virt-inspector.c:76
#, fuzzy, c-format
msgid ""
"%s: display information about a virtual machine\n"
@@ -2643,7 +2643,7 @@ msgstr ""
" -v|--verbose વર્બોસ સંદેશાઓages\n"
" -V|--version આવૃત્તિને દર્શાવોsઅને બહાર નીકળોexit\n"
-#: inspector/virt-inspector.c:261
+#: inspector/virt-inspector.c:263
#, c-format
msgid ""
"%s: no operating system could be detected inside this disk image.\n"
@@ -2660,17 +2660,17 @@ msgid ""
"information about the disk image as possible.\n"
msgstr ""
-#: inspector/virt-inspector.c:286
+#: inspector/virt-inspector.c:288
#, c-format
msgid "%s: XML write error at \"%s\": %m\n"
msgstr ""
-#: inspector/virt-inspector.c:298
+#: inspector/virt-inspector.c:300
#, c-format
msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
msgstr ""
-#: inspector/virt-inspector.c:306
+#: inspector/virt-inspector.c:308
#, c-format
msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
msgstr ""
@@ -2794,7 +2794,7 @@ msgstr "ભાતને બંધબેસતા વાક્યોને પા
msgid "{filename}: could not read initrd format"
msgstr ""
-#: rescue/virt-rescue.c:61
+#: rescue/virt-rescue.c:63
#, fuzzy, c-format
msgid ""
"%s: Run a rescue shell on a virtual machine\n"
@@ -2838,12 +2838,12 @@ msgstr ""
" -v|--verbose વર્બોસ સંદેશાઓages\n"
" -V|--version આવૃત્તિને દર્શાવોsઅને બહાર નીકળોexit\n"
-#: rescue/virt-rescue.c:178
+#: rescue/virt-rescue.c:180
#, fuzzy, c-format
msgid "%s: could not parse memory size '%s'\n"
msgstr "વિશિષ્ટ માપ '%s' નું પદચ્છેદન કરી શકાતુ નથી\n"
-#: rescue/virt-rescue.c:417
+#: rescue/virt-rescue.c:419
#, fuzzy, c-format
msgid "%s: unknown child exit status (%d)\n"
msgstr "%s: અજ્ઞાત લાંબો વિકલ્પ: %s (%d)\n"
@@ -2875,6 +2875,26 @@ msgstr ""
msgid "external command failed, see earlier error messages"
msgstr "guestfs_launch નિષ્ફળ, પહેલાનાં ભૂલ સંદેશાઓને જૂઓ"
+#: src/dbdump.c:87
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of header"
+msgstr "ફાઇલનો અનિચ્છનીય અંત જ્યારે ડિમન માંથી વાંચી રહ્યા હોય"
+
+#: src/dbdump.c:100 src/dbdump.c:112
+#, fuzzy
+msgid "unexpected line from db_dump command, no space prefix"
+msgstr "ફાઇલનો અનિચ્છનીય અંત જ્યારે ડિમન માંથી વાંચી રહ્યા હોય"
+
+#: src/dbdump.c:129
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of data"
+msgstr "ફાઇલનો અનિચ્છનીય અંત જ્યારે ડિમન માંથી વાંચી રહ્યા હોય"
+
+#: src/dbdump.c:210
+#, fuzzy
+msgid "unexpected non-hex digits in output of db_dump command"
+msgstr "ફાઇલનો અનિચ્છનીય અંત જ્યારે ડિમન માંથી વાંચી રહ્યા હોય"
+
#: src/filearch.c:153
#, c-format
msgid "size of %s unreasonable (%<PRIi64> bytes)"
@@ -2886,80 +2906,81 @@ msgid ""
"compiled without PCRE or libmagic libraries"
msgstr ""
-#: src/guestfs.c:177
+#: src/guestfs.c:178
#, c-format
msgid "guestfs_close: called twice on the same handle\n"
msgstr "guestfs_close: એજ હેન્ડલ પર બે વાર બોલાવેલ છે\n"
-#: src/guestfs.c:302
+#: src/guestfs.c:333
#, c-format
msgid "warning: %s"
msgstr ""
-#: src/guestfs.c:361
+#: src/guestfs.c:392
#, c-format
msgid "libguestfs: error: %s\n"
msgstr "libguestfs: ભૂલ: %s\n"
-#: src/guestfs.c:908
+#: src/guestfs.c:939
#, c-format
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:489 src/inspect.c:1183 src/inspect.c:2901 src/inspect.c:2944
-#: src/inspect.c:2994 src/inspect.c:3038
-#, c-format
-msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+#: src/inspect.c:263
+msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1217
-#, fuzzy
-msgid "could not parse /etc/fstab or empty file"
-msgstr "વિશિષ્ટ માપ '%s' નું પદચ્છેદન કરી શકાતુ નથી\n"
-
-#: src/inspect.c:1432
-#, c-format
-msgid "cannot resolve Windows %%SYSTEMROOT%%"
+#: src/inspect.c:279
+msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
-#: src/inspect.c:1914 src/inspect.c:1927
+#: src/inspect.c:517
#, fuzzy, c-format
-msgid "could not parse integer in version number: %s"
-msgstr "વિશિષ્ટ માપ '%s' નું પદચ્છેદન કરી શકાતુ નથી\n"
+msgid "%s: temporary directory not found"
+msgstr "%s: કામચલાઉ ડિરેક્ટરીને બનાવી શકાતી નથી"
-#: src/inspect.c:2023
+#: src/inspect.c:533 src/inspect_fs.c:470 src/inspect_fs.c:514
+#: src/inspect_fs_unix.c:170 src/inspect_fs_unix.c:511
+#: src/inspect_fs_unix.c:753
+#, c-format
+msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+msgstr ""
+
+#: src/inspect.c:570
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:2035
+#: src/inspect.c:582
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:2175
-msgid "not a Windows guest, or systemroot could not be determined"
-msgstr ""
-
-#: src/inspect.c:2191
-msgid "not a Windows guest, or CurrentControlSet could not be determined"
+#: src/inspect.c:592 src/inspect_apps.c:617
+msgid ""
+"inspection API not available since this version of libguestfs was compiled "
+"without PCRE or hivex libraries"
msgstr ""
-#: src/inspect.c:2518 src/inspect.c:2540 src/inspect.c:2565
-#, fuzzy
-msgid "unexpected end of output from db_dump command"
-msgstr "ફાઇલનો અનિચ્છનીય અંત જ્યારે ડિમન માંથી વાંચી રહ્યા હોય"
+#: src/inspect_fs.c:326 src/inspect_fs.c:339
+#, fuzzy, c-format
+msgid "could not parse integer in version number: %s"
+msgstr "વિશિષ્ટ માપ '%s' નું પદચ્છેદન કરી શકાતુ નથી\n"
-#: src/inspect.c:3003
+#: src/inspect_fs.c:479
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:3066
-msgid ""
-"inspection API not available since this version of libguestfs was compiled "
-"without PCRE or hivex libraries"
+#: src/inspect_fs_unix.c:545
+#, fuzzy
+msgid "could not parse /etc/fstab or empty file"
+msgstr "વિશિષ્ટ માપ '%s' નું પદચ્છેદન કરી શકાતુ નથી\n"
+
+#: src/inspect_fs_windows.c:112
+#, c-format
+msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
#: src/launch.c:98
diff --git a/po/hi.po b/po/hi.po
index 06f34a9b..b31a3318 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master.libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-04-12 20:13+0100\n"
+"POT-Creation-Date: 2011-04-16 13:40+0100\n"
"PO-Revision-Date: 2010-02-16 12:57+0530\n"
"Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
"Language-Team: Hindi <Red Hat>\n"
@@ -22,14 +22,14 @@ msgstr ""
"\n"
"\n"
-#: cat/virt-cat.c:55 cat/virt-filesystems.c:97 cat/virt-ls.c:56 df/main.c:68
-#: fish/fish.c:96 fuse/guestmount.c:907 inspector/virt-inspector.c:70
-#: rescue/virt-rescue.c:57
+#: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
+#: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
+#: rescue/virt-rescue.c:59
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "अधिक सूचना के लिए `%s --help' आजमाएँ.\n"
-#: cat/virt-cat.c:59
+#: cat/virt-cat.c:61
#, fuzzy, c-format
msgid ""
"%s: display files in a virtual machine\n"
@@ -69,21 +69,21 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: cat/virt-cat.c:115 cat/virt-filesystems.c:200 cat/virt-ls.c:121
-#: df/domains.c:428 df/main.c:134 fish/fish.c:219 fuse/guestmount.c:1023
-#: inspector/virt-inspector.c:130 rescue/virt-rescue.c:131
+#: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
+#: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
+#: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
#, c-format
msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: नियंत्रण बनाने में विफल\n"
-#: cat/virt-cat.c:137 cat/virt-filesystems.c:254 cat/virt-ls.c:143
-#: df/main.c:158 fish/fish.c:289 fuse/guestmount.c:1073
-#: inspector/virt-inspector.c:152 rescue/virt-rescue.c:155
+#: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
+#: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
+#: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
#, c-format
msgid "%s: unknown long option: %s (%d)\n"
msgstr "%s: unknown long option: %s (%d)\n"
-#: cat/virt-filesystems.c:101
+#: cat/virt-filesystems.c:103
#, fuzzy, c-format
msgid ""
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
@@ -140,12 +140,12 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: cat/virt-filesystems.c:316 df/main.c:253
+#: cat/virt-filesystems.c:318 df/main.c:255
#, fuzzy, c-format
msgid "%s: you cannot use -h and --csv options together.\n"
msgstr "%s: cannot use --listen and --file options at the same time\n"
-#: cat/virt-ls.c:60
+#: cat/virt-ls.c:62
#, fuzzy, c-format
msgid ""
"%s: list files in a virtual machine\n"
@@ -217,7 +217,7 @@ msgstr ""
msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
msgstr ""
-#: df/main.c:72
+#: df/main.c:74
#, fuzzy, c-format
msgid ""
"%s: display free space on virtual filesystems\n"
@@ -260,53 +260,53 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: df/main.c:265
+#: df/main.c:267
#, c-format
msgid "%s: compiled without support for libvirt.\n"
msgstr ""
-#: df/output.c:49
+#: df/output.c:50
msgid "VirtualMachine"
msgstr ""
-#: df/output.c:50
+#: df/output.c:51
#, fuzzy
msgid "Filesystem"
msgstr "फाइलसिस्टम बनाएँ"
-#: df/output.c:53
+#: df/output.c:54
msgid "1K-blocks"
msgstr ""
-#: df/output.c:55
+#: df/output.c:56
msgid "Size"
msgstr ""
-#: df/output.c:56
+#: df/output.c:57
msgid "Used"
msgstr ""
-#: df/output.c:57
+#: df/output.c:58
msgid "Available"
msgstr ""
-#: df/output.c:58
+#: df/output.c:59
msgid "Use%"
msgstr ""
-#: df/output.c:60
+#: df/output.c:61
msgid "Inodes"
msgstr ""
-#: df/output.c:61
+#: df/output.c:62
msgid "IUsed"
msgstr ""
-#: df/output.c:62
+#: df/output.c:63
msgid "IFree"
msgstr ""
-#: df/output.c:63
+#: df/output.c:64
msgid "IUse%"
msgstr ""
@@ -1969,7 +1969,7 @@ msgstr "%s: too many arguments\n"
msgid "%s: unknown command\n"
msgstr "%s: अज्ञात कमांड\n"
-#: fish/config.c:73 fish/config.c:112
+#: fish/config.c:74 fish/config.c:113
#, fuzzy, c-format
msgid "%s: %s: line %d: error parsing configuration file: %s\n"
msgstr "%s: internal error parsing string at '%s'\n"
@@ -2090,49 +2090,49 @@ msgstr ""
" -V|--version Display version and exit\n"
"For more information, see the manpage %s(1).\n"
-#: fish/fish.c:256
+#: fish/fish.c:243
#, 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:263
+#: fish/fish.c:250
#, 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:313
+#: fish/fish.c:300
#, 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:468
+#: fish/fish.c:455
#, 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:476
+#: fish/fish.c:463
#, 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:482
+#: fish/fish.c:469
#, 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:540
+#: fish/fish.c:527
#, c-format
msgid "guestfish: could not access termcap or terminfo database.\n"
msgstr ""
-#: fish/fish.c:544
+#: fish/fish.c:531
#, c-format
msgid "guestfish: terminal type \"%s\" not defined.\n"
msgstr ""
-#: fish/fish.c:632
+#: fish/fish.c:619
#, fuzzy, c-format
msgid ""
"\n"
@@ -2152,45 +2152,45 @@ msgstr ""
" 'quit' को शेल को छोड़ने के लिए\n"
"\n"
-#: fish/fish.c:776
+#: fish/fish.c:763
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: unterminated double quote\n"
-#: fish/fish.c:782 fish/fish.c:799
+#: fish/fish.c:769 fish/fish.c:786
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: कमांड तर्क खाली स्थान से अलग नहीं\n"
-#: fish/fish.c:793
+#: fish/fish.c:780
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: unterminated single quote\n"
-#: fish/fish.c:823
+#: fish/fish.c:810
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: internal error parsing string at '%s'\n"
-#: fish/fish.c:840
+#: fish/fish.c:827
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: too many arguments\n"
-#: fish/fish.c:908
+#: fish/fish.c:895
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: empty command on command line\n"
-#: fish/fish.c:1054
+#: fish/fish.c:1041
msgid "display a list of commands or help on a command"
msgstr "कमांड पर मदद या कमांड की सूची दिखाएँ"
-#: fish/fish.c:1056
+#: fish/fish.c:1043
msgid "quit guestfish"
msgstr "quit guestfish"
-#: fish/fish.c:1067
+#: fish/fish.c:1054
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2201,7 +2201,7 @@ msgstr ""
" help cmd\n"
" help\n"
-#: fish/fish.c:1075
+#: fish/fish.c:1062
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2210,12 +2210,12 @@ msgstr ""
"quit - quit guestfish\n"
" quit\n"
-#: fish/fish.c:1080
+#: fish/fish.c:1067
#, 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:1096
+#: fish/fish.c:1083
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2223,31 +2223,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
-#: fish/fish.c:1253
+#: fish/fish.c:1240
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "स्ट्रिंग में \"%s\" रवअवे उद्धरण\n"
-#: fish/fish.c:1451
+#: fish/fish.c:1438
#, 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:1457
+#: fish/fish.c:1444
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
-#: fish/fish.c:1471
+#: fish/fish.c:1458
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
-#: fish/fish.c:1490
+#: fish/fish.c:1477
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -2343,7 +2343,7 @@ msgstr ""
msgid "%s mounted on %s\n"
msgstr "आरोहबिंदु दिखाएँ"
-#: fish/keys.c:52
+#: fish/keys.c:53
#, c-format
msgid "Enter key or passphrase (\"%s\"): "
msgstr ""
@@ -2353,12 +2353,12 @@ msgstr ""
msgid "use 'lcd directory' to change local directory\n"
msgstr "'lcd directory' का उपयोग स्थानीय निर्देशिका में बदलने के लिए करें\n"
-#: fish/man.c:34
+#: fish/man.c:35
#, c-format
msgid "use 'man' without parameters to open the manual\n"
msgstr ""
-#: fish/man.c:53
+#: fish/man.c:54
#, fuzzy, c-format
msgid "the external 'man' program failed\n"
msgstr "बाहरी कमांड विफल: %s"
@@ -2547,7 +2547,7 @@ msgstr ""
msgid "use 'time command [args...]'\n"
msgstr "use 'time command [args...]'\n"
-#: fuse/guestmount.c:911
+#: fuse/guestmount.c:912
#, fuzzy, c-format
msgid ""
"%s: FUSE module for libguestfs\n"
@@ -2596,17 +2596,17 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: fuse/guestmount.c:1142
+#: fuse/guestmount.c:1130
#, fuzzy, c-format
msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
msgstr "%s: must have at least one -a and at least one -m option\n"
-#: fuse/guestmount.c:1150
+#: fuse/guestmount.c:1138
#, c-format
msgid "%s: you must specify a mountpoint in the host filesystem\n"
msgstr "%s: तुम्हें मेजबान फाइल सिस्टम में कोई माउंटप्वाइंट को जरूर निर्दिष्ट करना चाहिए\n"
-#: inspector/virt-inspector.c:74
+#: inspector/virt-inspector.c:76
#, fuzzy, c-format
msgid ""
"%s: display information about a virtual machine\n"
@@ -2646,7 +2646,7 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: inspector/virt-inspector.c:261
+#: inspector/virt-inspector.c:263
#, c-format
msgid ""
"%s: no operating system could be detected inside this disk image.\n"
@@ -2663,17 +2663,17 @@ msgid ""
"information about the disk image as possible.\n"
msgstr ""
-#: inspector/virt-inspector.c:286
+#: inspector/virt-inspector.c:288
#, c-format
msgid "%s: XML write error at \"%s\": %m\n"
msgstr ""
-#: inspector/virt-inspector.c:298
+#: inspector/virt-inspector.c:300
#, c-format
msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
msgstr ""
-#: inspector/virt-inspector.c:306
+#: inspector/virt-inspector.c:308
#, fuzzy, c-format
msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
msgstr "xmlNewTextWriterFilename: XML राइटर बनाने में विफल\n"
@@ -2797,7 +2797,7 @@ msgstr "किसी प्रारूप से मेल खाता पं
msgid "{filename}: could not read initrd format"
msgstr ""
-#: rescue/virt-rescue.c:61
+#: rescue/virt-rescue.c:63
#, fuzzy, c-format
msgid ""
"%s: Run a rescue shell on a virtual machine\n"
@@ -2841,12 +2841,12 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: rescue/virt-rescue.c:178
+#: rescue/virt-rescue.c:180
#, fuzzy, c-format
msgid "%s: could not parse memory size '%s'\n"
msgstr "आकार विशिष्टता '%s' विश्लेषित नहीं कर सका\n"
-#: rescue/virt-rescue.c:417
+#: rescue/virt-rescue.c:419
#, fuzzy, c-format
msgid "%s: unknown child exit status (%d)\n"
msgstr "%s: unknown long option: %s (%d)\n"
@@ -2878,6 +2878,26 @@ msgstr ""
msgid "external command failed, see earlier error messages"
msgstr "guestfs_launch विफल, पहले की त्रुटि संदेश देखें"
+#: src/dbdump.c:87
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of header"
+msgstr "डेमॉन से पढ़ने के दौरान फाइल का अप्रत्याशित अंत"
+
+#: src/dbdump.c:100 src/dbdump.c:112
+#, fuzzy
+msgid "unexpected line from db_dump command, no space prefix"
+msgstr "डेमॉन से पढ़ने के दौरान फाइल का अप्रत्याशित अंत"
+
+#: src/dbdump.c:129
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of data"
+msgstr "डेमॉन से पढ़ने के दौरान फाइल का अप्रत्याशित अंत"
+
+#: src/dbdump.c:210
+#, fuzzy
+msgid "unexpected non-hex digits in output of db_dump command"
+msgstr "डेमॉन से पढ़ने के दौरान फाइल का अप्रत्याशित अंत"
+
#: src/filearch.c:153
#, c-format
msgid "size of %s unreasonable (%<PRIi64> bytes)"
@@ -2889,80 +2909,81 @@ msgid ""
"compiled without PCRE or libmagic libraries"
msgstr ""
-#: src/guestfs.c:177
+#: src/guestfs.c:178
#, c-format
msgid "guestfs_close: called twice on the same handle\n"
msgstr "guestfs_close: called twice on the same handle\n"
-#: src/guestfs.c:302
+#: src/guestfs.c:333
#, c-format
msgid "warning: %s"
msgstr ""
-#: src/guestfs.c:361
+#: src/guestfs.c:392
#, c-format
msgid "libguestfs: error: %s\n"
msgstr "libguestfs: error: %s\n"
-#: src/guestfs.c:908
+#: src/guestfs.c:939
#, c-format
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:489 src/inspect.c:1183 src/inspect.c:2901 src/inspect.c:2944
-#: src/inspect.c:2994 src/inspect.c:3038
-#, c-format
-msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+#: src/inspect.c:263
+msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1217
-#, fuzzy
-msgid "could not parse /etc/fstab or empty file"
-msgstr "आकार विशिष्टता '%s' विश्लेषित नहीं कर सका\n"
-
-#: src/inspect.c:1432
-#, c-format
-msgid "cannot resolve Windows %%SYSTEMROOT%%"
+#: src/inspect.c:279
+msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
-#: src/inspect.c:1914 src/inspect.c:1927
+#: src/inspect.c:517
#, fuzzy, c-format
-msgid "could not parse integer in version number: %s"
-msgstr "आकार विशिष्टता '%s' विश्लेषित नहीं कर सका\n"
+msgid "%s: temporary directory not found"
+msgstr "%s: को अस्थायी निर्देशिका नहीं बना सकता है"
-#: src/inspect.c:2023
+#: src/inspect.c:533 src/inspect_fs.c:470 src/inspect_fs.c:514
+#: src/inspect_fs_unix.c:170 src/inspect_fs_unix.c:511
+#: src/inspect_fs_unix.c:753
+#, c-format
+msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+msgstr ""
+
+#: src/inspect.c:570
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:2035
+#: src/inspect.c:582
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:2175
-msgid "not a Windows guest, or systemroot could not be determined"
-msgstr ""
-
-#: src/inspect.c:2191
-msgid "not a Windows guest, or CurrentControlSet could not be determined"
+#: src/inspect.c:592 src/inspect_apps.c:617
+msgid ""
+"inspection API not available since this version of libguestfs was compiled "
+"without PCRE or hivex libraries"
msgstr ""
-#: src/inspect.c:2518 src/inspect.c:2540 src/inspect.c:2565
-#, fuzzy
-msgid "unexpected end of output from db_dump command"
-msgstr "डेमॉन से पढ़ने के दौरान फाइल का अप्रत्याशित अंत"
+#: src/inspect_fs.c:326 src/inspect_fs.c:339
+#, fuzzy, c-format
+msgid "could not parse integer in version number: %s"
+msgstr "आकार विशिष्टता '%s' विश्लेषित नहीं कर सका\n"
-#: src/inspect.c:3003
+#: src/inspect_fs.c:479
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:3066
-msgid ""
-"inspection API not available since this version of libguestfs was compiled "
-"without PCRE or hivex libraries"
+#: src/inspect_fs_unix.c:545
+#, fuzzy
+msgid "could not parse /etc/fstab or empty file"
+msgstr "आकार विशिष्टता '%s' विश्लेषित नहीं कर सका\n"
+
+#: src/inspect_fs_windows.c:112
+#, c-format
+msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
#: src/launch.c:98
diff --git a/po/kn.po b/po/kn.po
index ec5bcda3..359e85c8 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: libguestfs 1.0.83\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-04-12 20:13+0100\n"
+"POT-Creation-Date: 2011-04-16 13:40+0100\n"
"PO-Revision-Date: 2010-02-24 11:56+0530\n"
"Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
"Language-Team: kn-IN <>\n"
@@ -18,14 +18,14 @@ msgstr ""
"X-Generator: Lokalize 1.0\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: cat/virt-cat.c:55 cat/virt-filesystems.c:97 cat/virt-ls.c:56 df/main.c:68
-#: fish/fish.c:96 fuse/guestmount.c:907 inspector/virt-inspector.c:70
-#: rescue/virt-rescue.c:57
+#: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
+#: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
+#: rescue/virt-rescue.c:59
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "ಹೆಚ್ಚಿನ ಮಾಹಿತಿಗಾಗಿ `%s -help' ಅನ್ನು ಪ್ರಯತ್ನಿಸಿ .\n"
-#: cat/virt-cat.c:59
+#: cat/virt-cat.c:61
#, fuzzy, c-format
msgid ""
"%s: display files in a virtual machine\n"
@@ -66,21 +66,21 @@ msgstr ""
" -v|--verbose ವರ್ಬೋಸ್ ಸಂದೇಶಗಳು\n"
" -V|--version ಆವೃತ್ತಿಯನ್ನು ತೋರಿಸಿ ನಿರ್ಗಮಿಸು\n"
-#: cat/virt-cat.c:115 cat/virt-filesystems.c:200 cat/virt-ls.c:121
-#: df/domains.c:428 df/main.c:134 fish/fish.c:219 fuse/guestmount.c:1023
-#: inspector/virt-inspector.c:130 rescue/virt-rescue.c:131
+#: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
+#: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
+#: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
#, c-format
msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: ಹ್ಯಾಂಡಲ್ ಅನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ\n"
-#: cat/virt-cat.c:137 cat/virt-filesystems.c:254 cat/virt-ls.c:143
-#: df/main.c:158 fish/fish.c:289 fuse/guestmount.c:1073
-#: inspector/virt-inspector.c:152 rescue/virt-rescue.c:155
+#: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
+#: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
+#: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
#, c-format
msgid "%s: unknown long option: %s (%d)\n"
msgstr "%s: ಗೊತ್ತಿರದ ಉದ್ದನೆಯ ಆಯ್ಕೆ: %s (%d)\n"
-#: cat/virt-filesystems.c:101
+#: cat/virt-filesystems.c:103
#, fuzzy, c-format
msgid ""
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
@@ -138,12 +138,12 @@ msgstr ""
" -v|--verbose ವರ್ಬೋಸ್ ಸಂದೇಶಗಳು\n"
" -V|--version ಆವೃತ್ತಿಯನ್ನು ತೋರಿಸಿ ನಿರ್ಗಮಿಸು\n"
-#: cat/virt-filesystems.c:316 df/main.c:253
+#: cat/virt-filesystems.c:318 df/main.c:255
#, fuzzy, c-format
msgid "%s: you cannot use -h and --csv options together.\n"
msgstr "%s: --listen ಹಾಗು --file ಆಯ್ಕೆಗಳನ್ನು ಒಟ್ಟಿಗೆ ಬಳಸುವಂತಿಲ್ಲ\n"
-#: cat/virt-ls.c:60
+#: cat/virt-ls.c:62
#, fuzzy, c-format
msgid ""
"%s: list files in a virtual machine\n"
@@ -216,7 +216,7 @@ msgstr ""
msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
msgstr ""
-#: df/main.c:72
+#: df/main.c:74
#, fuzzy, c-format
msgid ""
"%s: display free space on virtual filesystems\n"
@@ -260,53 +260,53 @@ msgstr ""
" -v|--verbose ವರ್ಬೋಸ್ ಸಂದೇಶಗಳು\n"
" -V|--version ಆವೃತ್ತಿಯನ್ನು ತೋರಿಸಿ ನಿರ್ಗಮಿಸು\n"
-#: df/main.c:265
+#: df/main.c:267
#, c-format
msgid "%s: compiled without support for libvirt.\n"
msgstr ""
-#: df/output.c:49
+#: df/output.c:50
msgid "VirtualMachine"
msgstr ""
-#: df/output.c:50
+#: df/output.c:51
#, fuzzy
msgid "Filesystem"
msgstr "ಕಡತವ್ಯವಸ್ಥೆಯನ್ನು ರಚಿಸು"
-#: df/output.c:53
+#: df/output.c:54
msgid "1K-blocks"
msgstr ""
-#: df/output.c:55
+#: df/output.c:56
msgid "Size"
msgstr ""
-#: df/output.c:56
+#: df/output.c:57
msgid "Used"
msgstr ""
-#: df/output.c:57
+#: df/output.c:58
msgid "Available"
msgstr ""
-#: df/output.c:58
+#: df/output.c:59
msgid "Use%"
msgstr ""
-#: df/output.c:60
+#: df/output.c:61
msgid "Inodes"
msgstr ""
-#: df/output.c:61
+#: df/output.c:62
msgid "IUsed"
msgstr ""
-#: df/output.c:62
+#: df/output.c:63
msgid "IFree"
msgstr ""
-#: df/output.c:63
+#: df/output.c:64
msgid "IUse%"
msgstr ""
@@ -1973,7 +1973,7 @@ msgstr "%s: ಅಗತ್ಯಕ್ಕಿಂತಲೂ ಹೆಚ್ಚು ಚರ
msgid "%s: unknown command\n"
msgstr "%s: ಗೊತ್ತಿರದ ಉದ್ದನೆಯ ಆಯ್ಕೆ: %s (%d)\n"
-#: fish/config.c:73 fish/config.c:112
+#: fish/config.c:74 fish/config.c:113
#, fuzzy, c-format
msgid "%s: %s: line %d: error parsing configuration file: %s\n"
msgstr "%s: '%s' ನಲ್ಲಿ ವಾಕ್ಯವನ್ನು ಪಾರ್ಸ್ ಮಾಡುವಲ್ಲಿ ಆಂತರಿಕ ದೋಷ\n"
@@ -2094,48 +2094,48 @@ msgstr ""
" -V|--version Display version and exit\n"
"For more information, see the manpage %s(1).\n"
-#: fish/fish.c:256
+#: fish/fish.c:243
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID ಒಂದು ಸಂಖ್ಯೆಯಾಗಿಲ್ಲ: %s\n"
-#: fish/fish.c:263
+#: fish/fish.c:250
#, 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:313
+#: fish/fish.c:300
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: ಕೇವಲ ಒಂದು -f ನಿಯತಾಂಕವನ್ನು ಒದಗಿಸಬಹುದು\n"
-#: fish/fish.c:468
+#: fish/fish.c:455
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: --listen ಹಾಗು --remote ಆಯ್ಕೆಗಳನ್ನು ಒಟ್ಟಿಗೆ ಬಳಸುವಂತಿಲ್ಲ\n"
-#: fish/fish.c:476
+#: fish/fish.c:463
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: --listen ಫ್ಲಾಗ್‌ಗಾಗಿ ಆಜ್ಞಾ ಸಾಲಿನಲ್ಲಿ ಹೆಚ್ಚುವರಿ ನಿಯತಾಂಕಗಳು\n"
-#: fish/fish.c:482
+#: fish/fish.c:469
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: --listen ಹಾಗು --file ಆಯ್ಕೆಗಳನ್ನು ಒಟ್ಟಿಗೆ ಬಳಸುವಂತಿಲ್ಲ\n"
-#: fish/fish.c:540
+#: fish/fish.c:527
#, c-format
msgid "guestfish: could not access termcap or terminfo database.\n"
msgstr ""
-#: fish/fish.c:544
+#: fish/fish.c:531
#, c-format
msgid "guestfish: terminal type \"%s\" not defined.\n"
msgstr ""
-#: fish/fish.c:632
+#: fish/fish.c:619
#, fuzzy, c-format
msgid ""
"\n"
@@ -2155,45 +2155,45 @@ msgstr ""
" ಶೆಲ್‌ನಿಂದ ನಿರ್ಗಮಿಸಲು 'quit' ಅನ್ನು ಬಳಸಿ\n"
"\n"
-#: fish/fish.c:776
+#: fish/fish.c:763
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: ಅಂತ್ಯಗೊಳಿಸದೆ ಇರುವ ಜೋಡಿ ಉದ್ಧರಣ ಚಿಹ್ನೆ(ಕೋಟ್)\n"
-#: fish/fish.c:782 fish/fish.c:799
+#: fish/fish.c:769 fish/fish.c:786
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: ಆಜ್ಞೆಯ ಆರ್ಗುಮೆಂಟ್‌ಗಳ ನಡುವೆ ಖಾಲಿ ಜಾಗಗಳು ಇರುವಂತಿಲ್ಲ\n"
-#: fish/fish.c:793
+#: fish/fish.c:780
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: ಅಂತ್ಯಗೊಳಿಸದೆ ಇರುವ ಒಂದೆ ಒಂದು ಉದ್ಧರಣ ಚಿಹ್ನೆ(ಕೋಟ್)\n"
-#: fish/fish.c:823
+#: fish/fish.c:810
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: '%s' ನಲ್ಲಿ ವಾಕ್ಯವನ್ನು ಪಾರ್ಸ್ ಮಾಡುವಲ್ಲಿ ಆಂತರಿಕ ದೋಷ\n"
-#: fish/fish.c:840
+#: fish/fish.c:827
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: ಅಗತ್ಯಕ್ಕಿಂತಲೂ ಹೆಚ್ಚು ಚರಪರಿಮಾಣಗಳು (ಆರ್ಗ್ಯೂಮೆಂಟ್)\n"
-#: fish/fish.c:908
+#: fish/fish.c:895
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: ಆಜ್ಞಾ ಸಾಲಿನಲ್ಲಿ ಯಾವುದೆ ಆಜ್ಞೆ ಇಲ್ಲ\n"
-#: fish/fish.c:1054
+#: fish/fish.c:1041
msgid "display a list of commands or help on a command"
msgstr "ಆಜ್ಞೆಗಳ ಒಂದು ಪಟ್ಟಿಯನ್ನು ತೋರಿಸು ಅಥವ ಒಂದು ಆಜ್ಞೆಯ ನೆರವನ್ನು ತೋರಿಸು"
-#: fish/fish.c:1056
+#: fish/fish.c:1043
msgid "quit guestfish"
msgstr "guestfish ಇಂದ ನಿರ್ಗಮಿಸು"
-#: fish/fish.c:1067
+#: fish/fish.c:1054
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2204,7 +2204,7 @@ msgstr ""
" help cmd\n"
" help\n"
-#: fish/fish.c:1075
+#: fish/fish.c:1062
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2213,12 +2213,12 @@ msgstr ""
"quit - guestfish ಇಂದ ನಿರ್ಗಮಿಸು \n"
" quit\n"
-#: fish/fish.c:1080
+#: fish/fish.c:1067
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr "%s: ಆಜ್ಞೆಯು ತಿಳಿದಿಲ್ಲ, ಎಲ್ಲಾ ಆಜ್ಞೆಗಳ ಪಟ್ಟಿಯನ್ನು ತೋರಿಸಲು -h ಉಪಯೋಗಿಸಿ\n"
-#: fish/fish.c:1096
+#: fish/fish.c:1083
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2226,31 +2226,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
-#: fish/fish.c:1253
+#: fish/fish.c:1240
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "\"%s\" ಎಂಬ ವಾಕ್ಯದಲ್ಲಿ ರನ್‌ಅವೆ ಕೋಟ್\n"
-#: fish/fish.c:1451
+#: fish/fish.c:1438
#, 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:1457
+#: fish/fish.c:1444
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
-#: fish/fish.c:1471
+#: fish/fish.c:1458
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
-#: fish/fish.c:1490
+#: fish/fish.c:1477
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -2346,7 +2346,7 @@ msgstr ""
msgid "%s mounted on %s\n"
msgstr "ಆರೋಹಣಾತಾಣವನ್ನು ತೋರಿಸು"
-#: fish/keys.c:52
+#: fish/keys.c:53
#, c-format
msgid "Enter key or passphrase (\"%s\"): "
msgstr ""
@@ -2356,12 +2356,12 @@ msgstr ""
msgid "use 'lcd directory' to change local directory\n"
msgstr "ಸ್ಥಳೀಯ ಕೋಶವನ್ನು ಬದಲಾಯಿಸಲು 'lcd directory' ಅನ್ನು ಬಳಸಿ\n"
-#: fish/man.c:34
+#: fish/man.c:35
#, c-format
msgid "use 'man' without parameters to open the manual\n"
msgstr ""
-#: fish/man.c:53
+#: fish/man.c:54
#, fuzzy, c-format
msgid "the external 'man' program failed\n"
msgstr "ಬಾಹ್ಯ ಆಜ್ಞೆಯು ವಿಫಲಗೊಂಡಿದೆ: %s"
@@ -2554,7 +2554,7 @@ msgstr ""
msgid "use 'time command [args...]'\n"
msgstr "'time command [args...]' ಅನ್ನು ಬಳಸು\n"
-#: fuse/guestmount.c:911
+#: fuse/guestmount.c:912
#, fuzzy, c-format
msgid ""
"%s: FUSE module for libguestfs\n"
@@ -2604,17 +2604,17 @@ msgstr ""
" -v|--verbose ವರ್ಬೋಸ್ ಸಂದೇಶಗಳು\n"
" -V|--version ಆವೃತ್ತಿಯನ್ನು ತೋರಿಸಿ ನಿರ್ಗಮಿಸು\n"
-#: fuse/guestmount.c:1142
+#: fuse/guestmount.c:1130
#, fuzzy, c-format
msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
msgstr "%s: ಕನಿಷ್ಟ ಒಂದು -a ಹಾಗು ಕನಿಷ್ಟ ಒಂದು -m ಆಯ್ಕೆಯನ್ನು ಹೊಂದಿರಬೇಕು\n"
-#: fuse/guestmount.c:1150
+#: fuse/guestmount.c:1138
#, c-format
msgid "%s: you must specify a mountpoint in the host filesystem\n"
msgstr "%s: ಆತಿಥೇಯ ಕಡತವ್ಯವಸ್ಥೆಯಲ್ಲಿ ಒಂದು ಆರೋಹಣಾ ತಾಣವನ್ನು ನೀವು ಸೂಚಿಸಬೇಕು\n"
-#: inspector/virt-inspector.c:74
+#: inspector/virt-inspector.c:76
#, fuzzy, c-format
msgid ""
"%s: display information about a virtual machine\n"
@@ -2655,7 +2655,7 @@ msgstr ""
" -v|--verbose ವರ್ಬೋಸ್ ಸಂದೇಶಗಳು\n"
" -V|--version ಆವೃತ್ತಿಯನ್ನು ತೋರಿಸಿ ನಿರ್ಗಮಿಸು\n"
-#: inspector/virt-inspector.c:261
+#: inspector/virt-inspector.c:263
#, c-format
msgid ""
"%s: no operating system could be detected inside this disk image.\n"
@@ -2672,17 +2672,17 @@ msgid ""
"information about the disk image as possible.\n"
msgstr ""
-#: inspector/virt-inspector.c:286
+#: inspector/virt-inspector.c:288
#, c-format
msgid "%s: XML write error at \"%s\": %m\n"
msgstr ""
-#: inspector/virt-inspector.c:298
+#: inspector/virt-inspector.c:300
#, c-format
msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
msgstr ""
-#: inspector/virt-inspector.c:306
+#: inspector/virt-inspector.c:308
#, fuzzy, c-format
msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
msgstr "xmlNewTextWriterFilename: XML ಬರಹಗಾರನನ್ನು ರಚಿಸಲು ವಿಫಲಗೊಂಡಿದೆ\n"
@@ -2806,7 +2806,7 @@ msgstr "ಒಂದು ವಿನ್ಯಾಸಕ್ಕೆ ತಾಳೆಯಾಗು
msgid "{filename}: could not read initrd format"
msgstr ""
-#: rescue/virt-rescue.c:61
+#: rescue/virt-rescue.c:63
#, fuzzy, c-format
msgid ""
"%s: Run a rescue shell on a virtual machine\n"
@@ -2851,12 +2851,12 @@ msgstr ""
" -v|--verbose ವರ್ಬೋಸ್ ಸಂದೇಶಗಳು\n"
" -V|--version ಆವೃತ್ತಿಯನ್ನು ತೋರಿಸಿ ನಿರ್ಗಮಿಸು\n"
-#: rescue/virt-rescue.c:178
+#: rescue/virt-rescue.c:180
#, fuzzy, c-format
msgid "%s: could not parse memory size '%s'\n"
msgstr "ಗಾತ್ರದ ವಿಶಿಷ್ಟತೆ '%s' ಅನ್ನು ಪಾರ್ಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ \n"
-#: rescue/virt-rescue.c:417
+#: rescue/virt-rescue.c:419
#, fuzzy, c-format
msgid "%s: unknown child exit status (%d)\n"
msgstr "%s: ಗೊತ್ತಿರದ ಉದ್ದನೆಯ ಆಯ್ಕೆ: %s (%d)\n"
@@ -2888,6 +2888,26 @@ msgstr ""
msgid "external command failed, see earlier error messages"
msgstr "guestfs_launch ವಿಫಲಗೊಂಡಿದೆ, ಹಿಂದಿನ ದೋಷ ಸಂದೇಶಗಳನ್ನು ನೋಡಿ"
+#: src/dbdump.c:87
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of header"
+msgstr "ಡೀಮನ್‌ನಿಂದ ಓದುವಾಗ ಕಡತದ ಅನಿರೀಕ್ಷಿತ ಅಂತ್ಯವು ಕಂಡುಬಂದಿಲ್ಲ"
+
+#: src/dbdump.c:100 src/dbdump.c:112
+#, fuzzy
+msgid "unexpected line from db_dump command, no space prefix"
+msgstr "ಡೀಮನ್‌ನಿಂದ ಓದುವಾಗ ಕಡತದ ಅನಿರೀಕ್ಷಿತ ಅಂತ್ಯವು ಕಂಡುಬಂದಿಲ್ಲ"
+
+#: src/dbdump.c:129
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of data"
+msgstr "ಡೀಮನ್‌ನಿಂದ ಓದುವಾಗ ಕಡತದ ಅನಿರೀಕ್ಷಿತ ಅಂತ್ಯವು ಕಂಡುಬಂದಿಲ್ಲ"
+
+#: src/dbdump.c:210
+#, fuzzy
+msgid "unexpected non-hex digits in output of db_dump command"
+msgstr "ಡೀಮನ್‌ನಿಂದ ಓದುವಾಗ ಕಡತದ ಅನಿರೀಕ್ಷಿತ ಅಂತ್ಯವು ಕಂಡುಬಂದಿಲ್ಲ"
+
#: src/filearch.c:153
#, c-format
msgid "size of %s unreasonable (%<PRIi64> bytes)"
@@ -2899,80 +2919,81 @@ msgid ""
"compiled without PCRE or libmagic libraries"
msgstr ""
-#: src/guestfs.c:177
+#: src/guestfs.c:178
#, c-format
msgid "guestfs_close: called twice on the same handle\n"
msgstr "guestfs_close: ಒಂದೇ ಹ್ಯಾಂಡಲ್‌ನಲ್ಲಿ ಎರಡು ಬಾರಿ ಕರೆಲಾಗಿದೆ\n"
-#: src/guestfs.c:302
+#: src/guestfs.c:333
#, c-format
msgid "warning: %s"
msgstr ""
-#: src/guestfs.c:361
+#: src/guestfs.c:392
#, c-format
msgid "libguestfs: error: %s\n"
msgstr "libguestfs: ದೋಷ: %s\n"
-#: src/guestfs.c:908
+#: src/guestfs.c:939
#, c-format
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:489 src/inspect.c:1183 src/inspect.c:2901 src/inspect.c:2944
-#: src/inspect.c:2994 src/inspect.c:3038
-#, c-format
-msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+#: src/inspect.c:263
+msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1217
-#, fuzzy
-msgid "could not parse /etc/fstab or empty file"
-msgstr "ಗಾತ್ರದ ವಿಶಿಷ್ಟತೆ '%s' ಅನ್ನು ಪಾರ್ಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ \n"
-
-#: src/inspect.c:1432
-#, c-format
-msgid "cannot resolve Windows %%SYSTEMROOT%%"
+#: src/inspect.c:279
+msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
-#: src/inspect.c:1914 src/inspect.c:1927
+#: src/inspect.c:517
#, fuzzy, c-format
-msgid "could not parse integer in version number: %s"
-msgstr "ಗಾತ್ರದ ವಿಶಿಷ್ಟತೆ '%s' ಅನ್ನು ಪಾರ್ಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ \n"
+msgid "%s: temporary directory not found"
+msgstr "%s: ಒಂದು ತಾತ್ಕಾಲಿಕ ಕೋಶವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
-#: src/inspect.c:2023
+#: src/inspect.c:533 src/inspect_fs.c:470 src/inspect_fs.c:514
+#: src/inspect_fs_unix.c:170 src/inspect_fs_unix.c:511
+#: src/inspect_fs_unix.c:753
+#, c-format
+msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+msgstr ""
+
+#: src/inspect.c:570
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:2035
+#: src/inspect.c:582
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:2175
-msgid "not a Windows guest, or systemroot could not be determined"
-msgstr ""
-
-#: src/inspect.c:2191
-msgid "not a Windows guest, or CurrentControlSet could not be determined"
+#: src/inspect.c:592 src/inspect_apps.c:617
+msgid ""
+"inspection API not available since this version of libguestfs was compiled "
+"without PCRE or hivex libraries"
msgstr ""
-#: src/inspect.c:2518 src/inspect.c:2540 src/inspect.c:2565
-#, fuzzy
-msgid "unexpected end of output from db_dump command"
-msgstr "ಡೀಮನ್‌ನಿಂದ ಓದುವಾಗ ಕಡತದ ಅನಿರೀಕ್ಷಿತ ಅಂತ್ಯವು ಕಂಡುಬಂದಿಲ್ಲ"
+#: src/inspect_fs.c:326 src/inspect_fs.c:339
+#, fuzzy, c-format
+msgid "could not parse integer in version number: %s"
+msgstr "ಗಾತ್ರದ ವಿಶಿಷ್ಟತೆ '%s' ಅನ್ನು ಪಾರ್ಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ \n"
-#: src/inspect.c:3003
+#: src/inspect_fs.c:479
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:3066
-msgid ""
-"inspection API not available since this version of libguestfs was compiled "
-"without PCRE or hivex libraries"
+#: src/inspect_fs_unix.c:545
+#, fuzzy
+msgid "could not parse /etc/fstab or empty file"
+msgstr "ಗಾತ್ರದ ವಿಶಿಷ್ಟತೆ '%s' ಅನ್ನು ಪಾರ್ಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ \n"
+
+#: src/inspect_fs_windows.c:112
+#, c-format
+msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
#: src/launch.c:98
diff --git a/po/libguestfs.pot b/po/libguestfs.pot
index e07ba17f..76248886 100644
--- a/po/libguestfs.pot
+++ b/po/libguestfs.pot
@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: libguestfs 1.11.0\n"
+"Project-Id-Version: libguestfs 1.11.1\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-04-12 20:13+0100\n"
+"POT-Creation-Date: 2011-04-16 13:40+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,14 +18,14 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cat/virt-cat.c:55 cat/virt-filesystems.c:97 cat/virt-ls.c:56 df/main.c:68
-#: fish/fish.c:96 fuse/guestmount.c:907 inspector/virt-inspector.c:70
-#: rescue/virt-rescue.c:57
+#: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
+#: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
+#: rescue/virt-rescue.c:59
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr ""
-#: cat/virt-cat.c:59
+#: cat/virt-cat.c:61
#, c-format
msgid ""
"%s: display files in a virtual machine\n"
@@ -47,21 +47,21 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
-#: cat/virt-cat.c:115 cat/virt-filesystems.c:200 cat/virt-ls.c:121
-#: df/domains.c:428 df/main.c:134 fish/fish.c:219 fuse/guestmount.c:1023
-#: inspector/virt-inspector.c:130 rescue/virt-rescue.c:131
+#: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
+#: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
+#: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
#, c-format
msgid "guestfs_create: failed to create handle\n"
msgstr ""
-#: cat/virt-cat.c:137 cat/virt-filesystems.c:254 cat/virt-ls.c:143
-#: df/main.c:158 fish/fish.c:289 fuse/guestmount.c:1073
-#: inspector/virt-inspector.c:152 rescue/virt-rescue.c:155
+#: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
+#: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
+#: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
#, c-format
msgid "%s: unknown long option: %s (%d)\n"
msgstr ""
-#: cat/virt-filesystems.c:101
+#: cat/virt-filesystems.c:103
#, c-format
msgid ""
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
@@ -100,12 +100,12 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
-#: cat/virt-filesystems.c:316 df/main.c:253
+#: cat/virt-filesystems.c:318 df/main.c:255
#, c-format
msgid "%s: you cannot use -h and --csv options together.\n"
msgstr ""
-#: cat/virt-ls.c:60
+#: cat/virt-ls.c:62
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
@@ -159,7 +159,7 @@ msgstr ""
msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
msgstr ""
-#: df/main.c:72
+#: df/main.c:74
#, c-format
msgid ""
"%s: display free space on virtual filesystems\n"
@@ -184,52 +184,52 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
-#: df/main.c:265
+#: df/main.c:267
#, c-format
msgid "%s: compiled without support for libvirt.\n"
msgstr ""
-#: df/output.c:49
+#: df/output.c:50
msgid "VirtualMachine"
msgstr ""
-#: df/output.c:50
+#: df/output.c:51
msgid "Filesystem"
msgstr ""
-#: df/output.c:53
+#: df/output.c:54
msgid "1K-blocks"
msgstr ""
-#: df/output.c:55
+#: df/output.c:56
msgid "Size"
msgstr ""
-#: df/output.c:56
+#: df/output.c:57
msgid "Used"
msgstr ""
-#: df/output.c:57
+#: df/output.c:58
msgid "Available"
msgstr ""
-#: df/output.c:58
+#: df/output.c:59
msgid "Use%"
msgstr ""
-#: df/output.c:60
+#: df/output.c:61
msgid "Inodes"
msgstr ""
-#: df/output.c:61
+#: df/output.c:62
msgid "IUsed"
msgstr ""
-#: df/output.c:62
+#: df/output.c:63
msgid "IFree"
msgstr ""
-#: df/output.c:63
+#: df/output.c:64
msgid "IUse%"
msgstr ""
@@ -1835,7 +1835,7 @@ msgstr ""
msgid "%s: unknown command\n"
msgstr ""
-#: fish/config.c:73 fish/config.c:112
+#: fish/config.c:74 fish/config.c:113
#, c-format
msgid "%s: %s: line %d: error parsing configuration file: %s\n"
msgstr ""
@@ -1925,48 +1925,48 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
-#: fish/fish.c:256
+#: fish/fish.c:243
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr ""
-#: fish/fish.c:263
+#: fish/fish.c:250
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
msgstr ""
-#: fish/fish.c:313
+#: fish/fish.c:300
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr ""
-#: fish/fish.c:468
+#: fish/fish.c:455
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr ""
-#: fish/fish.c:476
+#: fish/fish.c:463
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr ""
-#: fish/fish.c:482
+#: fish/fish.c:469
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr ""
-#: fish/fish.c:540
+#: fish/fish.c:527
#, c-format
msgid "guestfish: could not access termcap or terminfo database.\n"
msgstr ""
-#: fish/fish.c:544
+#: fish/fish.c:531
#, c-format
msgid "guestfish: terminal type \"%s\" not defined.\n"
msgstr ""
-#: fish/fish.c:632
+#: fish/fish.c:619
#, c-format
msgid ""
"\n"
@@ -1979,45 +1979,45 @@ msgid ""
"\n"
msgstr ""
-#: fish/fish.c:776
+#: fish/fish.c:763
#, c-format
msgid "%s: unterminated double quote\n"
msgstr ""
-#: fish/fish.c:782 fish/fish.c:799
+#: fish/fish.c:769 fish/fish.c:786
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr ""
-#: fish/fish.c:793
+#: fish/fish.c:780
#, c-format
msgid "%s: unterminated single quote\n"
msgstr ""
-#: fish/fish.c:823
+#: fish/fish.c:810
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr ""
-#: fish/fish.c:840
+#: fish/fish.c:827
#, c-format
msgid "%s: too many arguments\n"
msgstr ""
-#: fish/fish.c:908
+#: fish/fish.c:895
#, c-format
msgid "%s: empty command on command line\n"
msgstr ""
-#: fish/fish.c:1054
+#: fish/fish.c:1041
msgid "display a list of commands or help on a command"
msgstr ""
-#: fish/fish.c:1056
+#: fish/fish.c:1043
msgid "quit guestfish"
msgstr ""
-#: fish/fish.c:1067
+#: fish/fish.c:1054
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2025,19 +2025,19 @@ msgid ""
" help\n"
msgstr ""
-#: fish/fish.c:1075
+#: fish/fish.c:1062
#, c-format
msgid ""
"quit - quit guestfish\n"
" quit\n"
msgstr ""
-#: fish/fish.c:1080
+#: fish/fish.c:1067
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr ""
-#: fish/fish.c:1096
+#: fish/fish.c:1083
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2045,31 +2045,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
-#: fish/fish.c:1253
+#: fish/fish.c:1240
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr ""
-#: fish/fish.c:1451
+#: fish/fish.c:1438
#, 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:1457
+#: fish/fish.c:1444
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
-#: fish/fish.c:1471
+#: fish/fish.c:1458
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
-#: fish/fish.c:1490
+#: fish/fish.c:1477
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -2165,7 +2165,7 @@ msgstr ""
msgid "%s mounted on %s\n"
msgstr ""
-#: fish/keys.c:52
+#: fish/keys.c:53
#, c-format
msgid "Enter key or passphrase (\"%s\"): "
msgstr ""
@@ -2175,12 +2175,12 @@ msgstr ""
msgid "use 'lcd directory' to change local directory\n"
msgstr ""
-#: fish/man.c:34
+#: fish/man.c:35
#, c-format
msgid "use 'man' without parameters to open the manual\n"
msgstr ""
-#: fish/man.c:53
+#: fish/man.c:54
#, c-format
msgid "the external 'man' program failed\n"
msgstr ""
@@ -2365,7 +2365,7 @@ msgstr ""
msgid "use 'time command [args...]'\n"
msgstr ""
-#: fuse/guestmount.c:911
+#: fuse/guestmount.c:912
#, c-format
msgid ""
"%s: FUSE module for libguestfs\n"
@@ -2396,17 +2396,17 @@ msgid ""
" -x|--trace Trace guestfs API calls\n"
msgstr ""
-#: fuse/guestmount.c:1142
+#: fuse/guestmount.c:1130
#, c-format
msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
msgstr ""
-#: fuse/guestmount.c:1150
+#: fuse/guestmount.c:1138
#, c-format
msgid "%s: you must specify a mountpoint in the host filesystem\n"
msgstr ""
-#: inspector/virt-inspector.c:74
+#: inspector/virt-inspector.c:76
#, c-format
msgid ""
"%s: display information about a virtual machine\n"
@@ -2428,7 +2428,7 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
-#: inspector/virt-inspector.c:261
+#: inspector/virt-inspector.c:263
#, c-format
msgid ""
"%s: no operating system could be detected inside this disk image.\n"
@@ -2445,17 +2445,17 @@ msgid ""
"information about the disk image as possible.\n"
msgstr ""
-#: inspector/virt-inspector.c:286
+#: inspector/virt-inspector.c:288
#, c-format
msgid "%s: XML write error at \"%s\": %m\n"
msgstr ""
-#: inspector/virt-inspector.c:298
+#: inspector/virt-inspector.c:300
#, c-format
msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
msgstr ""
-#: inspector/virt-inspector.c:306
+#: inspector/virt-inspector.c:308
#, c-format
msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
msgstr ""
@@ -2578,7 +2578,7 @@ msgstr ""
msgid "{filename}: could not read initrd format"
msgstr ""
-#: rescue/virt-rescue.c:61
+#: rescue/virt-rescue.c:63
#, c-format
msgid ""
"%s: Run a rescue shell on a virtual machine\n"
@@ -2604,12 +2604,12 @@ msgid ""
"For more information, see the manpage %s(1).\n"
msgstr ""
-#: rescue/virt-rescue.c:178
+#: rescue/virt-rescue.c:180
#, c-format
msgid "%s: could not parse memory size '%s'\n"
msgstr ""
-#: rescue/virt-rescue.c:417
+#: rescue/virt-rescue.c:419
#, c-format
msgid "%s: unknown child exit status (%d)\n"
msgstr ""
@@ -2640,6 +2640,22 @@ msgstr ""
msgid "external command failed, see earlier error messages"
msgstr ""
+#: src/dbdump.c:87
+msgid "unexpected end of output from db_dump command before end of header"
+msgstr ""
+
+#: src/dbdump.c:100 src/dbdump.c:112
+msgid "unexpected line from db_dump command, no space prefix"
+msgstr ""
+
+#: src/dbdump.c:129
+msgid "unexpected end of output from db_dump command before end of data"
+msgstr ""
+
+#: src/dbdump.c:210
+msgid "unexpected non-hex digits in output of db_dump command"
+msgstr ""
+
#: src/filearch.c:153
#, c-format
msgid "size of %s unreasonable (%<PRIi64> bytes)"
@@ -2651,78 +2667,80 @@ msgid ""
"compiled without PCRE or libmagic libraries"
msgstr ""
-#: src/guestfs.c:177
+#: src/guestfs.c:178
#, c-format
msgid "guestfs_close: called twice on the same handle\n"
msgstr ""
-#: src/guestfs.c:302
+#: src/guestfs.c:333
#, c-format
msgid "warning: %s"
msgstr ""
-#: src/guestfs.c:361
+#: src/guestfs.c:392
#, c-format
msgid "libguestfs: error: %s\n"
msgstr ""
-#: src/guestfs.c:908
+#: src/guestfs.c:939
#, c-format
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:489 src/inspect.c:1183 src/inspect.c:2901 src/inspect.c:2944
-#: src/inspect.c:2994 src/inspect.c:3038
-#, c-format
-msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+#: src/inspect.c:263
+msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1217
-msgid "could not parse /etc/fstab or empty file"
+#: src/inspect.c:279
+msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
-#: src/inspect.c:1432
+#: src/inspect.c:517
#, c-format
-msgid "cannot resolve Windows %%SYSTEMROOT%%"
+msgid "%s: temporary directory not found"
msgstr ""
-#: src/inspect.c:1914 src/inspect.c:1927
+#: src/inspect.c:533 src/inspect_fs.c:470 src/inspect_fs.c:514
+#: src/inspect_fs_unix.c:170 src/inspect_fs_unix.c:511
+#: src/inspect_fs_unix.c:753
#, c-format
-msgid "could not parse integer in version number: %s"
+msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:2023
+#: src/inspect.c:570
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:2035
+#: src/inspect.c:582
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:2175
-msgid "not a Windows guest, or systemroot could not be determined"
-msgstr ""
-
-#: src/inspect.c:2191
-msgid "not a Windows guest, or CurrentControlSet could not be determined"
+#: src/inspect.c:592 src/inspect_apps.c:617
+msgid ""
+"inspection API not available since this version of libguestfs was compiled "
+"without PCRE or hivex libraries"
msgstr ""
-#: src/inspect.c:2518 src/inspect.c:2540 src/inspect.c:2565
-msgid "unexpected end of output from db_dump command"
+#: src/inspect_fs.c:326 src/inspect_fs.c:339
+#, c-format
+msgid "could not parse integer in version number: %s"
msgstr ""
-#: src/inspect.c:3003
+#: src/inspect_fs.c:479
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:3066
-msgid ""
-"inspection API not available since this version of libguestfs was compiled "
-"without PCRE or hivex libraries"
+#: src/inspect_fs_unix.c:545
+msgid "could not parse /etc/fstab or empty file"
+msgstr ""
+
+#: src/inspect_fs_windows.c:112
+#, c-format
+msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
#: src/launch.c:98
diff --git a/po/ml.po b/po/ml.po
index e0931962..26a0237c 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master.libguestfs.ml\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-04-12 20:13+0100\n"
+"POT-Creation-Date: 2011-04-16 13:40+0100\n"
"PO-Revision-Date: 2010-02-02 18:35+0530\n"
"Last-Translator: Ani Peter | അനി പീറ്റര്‍ <apeter@redhat.com>\n"
"Language-Team: Swathanthra Malayalam Computing | സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ് <smc-"
@@ -18,14 +18,14 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cat/virt-cat.c:55 cat/virt-filesystems.c:97 cat/virt-ls.c:56 df/main.c:68
-#: fish/fish.c:96 fuse/guestmount.c:907 inspector/virt-inspector.c:70
-#: rescue/virt-rescue.c:57
+#: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
+#: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
+#: rescue/virt-rescue.c:59
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "കൂടുതല്‍ വിവരങ്ങള്‍ക്കായി `%s --help' ശ്രമിക്കുക.\n"
-#: cat/virt-cat.c:59
+#: cat/virt-cat.c:61
#, fuzzy, c-format
msgid ""
"%s: display files in a virtual machine\n"
@@ -65,21 +65,21 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: cat/virt-cat.c:115 cat/virt-filesystems.c:200 cat/virt-ls.c:121
-#: df/domains.c:428 df/main.c:134 fish/fish.c:219 fuse/guestmount.c:1023
-#: inspector/virt-inspector.c:130 rescue/virt-rescue.c:131
+#: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
+#: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
+#: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
#, c-format
msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: ഹാന്‍ഡില്‍ ഉണ്ടാക്കുന്നതില്‍ പരാജയപ്പെട്ടു\n"
-#: cat/virt-cat.c:137 cat/virt-filesystems.c:254 cat/virt-ls.c:143
-#: df/main.c:158 fish/fish.c:289 fuse/guestmount.c:1073
-#: inspector/virt-inspector.c:152 rescue/virt-rescue.c:155
+#: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
+#: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
+#: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
#, c-format
msgid "%s: unknown long option: %s (%d)\n"
msgstr "%s: അപരിചിതമായ ലോങ് ഉപാധി: %s (%d)\n"
-#: cat/virt-filesystems.c:101
+#: cat/virt-filesystems.c:103
#, fuzzy, c-format
msgid ""
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
@@ -136,12 +136,12 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: cat/virt-filesystems.c:316 df/main.c:253
+#: cat/virt-filesystems.c:318 df/main.c:255
#, fuzzy, c-format
msgid "%s: you cannot use -h and --csv options together.\n"
msgstr "%s: ഒരേ സമയത്തു് --listen, --file എന്നീ ഉപാധികള്‍ ഉപയോഗിക്കുവാന്‍ സാധ്യമല്ല\n"
-#: cat/virt-ls.c:60
+#: cat/virt-ls.c:62
#, fuzzy, c-format
msgid ""
"%s: list files in a virtual machine\n"
@@ -213,7 +213,7 @@ msgstr ""
msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
msgstr ""
-#: df/main.c:72
+#: df/main.c:74
#, fuzzy, c-format
msgid ""
"%s: display free space on virtual filesystems\n"
@@ -256,53 +256,53 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: df/main.c:265
+#: df/main.c:267
#, c-format
msgid "%s: compiled without support for libvirt.\n"
msgstr ""
-#: df/output.c:49
+#: df/output.c:50
msgid "VirtualMachine"
msgstr ""
-#: df/output.c:50
+#: df/output.c:51
#, fuzzy
msgid "Filesystem"
msgstr "ഒരു ഫയല്‍സിസ്റ്റം ഉണ്ടാക്കുക"
-#: df/output.c:53
+#: df/output.c:54
msgid "1K-blocks"
msgstr ""
-#: df/output.c:55
+#: df/output.c:56
msgid "Size"
msgstr ""
-#: df/output.c:56
+#: df/output.c:57
msgid "Used"
msgstr ""
-#: df/output.c:57
+#: df/output.c:58
msgid "Available"
msgstr ""
-#: df/output.c:58
+#: df/output.c:59
msgid "Use%"
msgstr ""
-#: df/output.c:60
+#: df/output.c:61
msgid "Inodes"
msgstr ""
-#: df/output.c:61
+#: df/output.c:62
msgid "IUsed"
msgstr ""
-#: df/output.c:62
+#: df/output.c:63
msgid "IFree"
msgstr ""
-#: df/output.c:63
+#: df/output.c:64
msgid "IUse%"
msgstr ""
@@ -1971,7 +1971,7 @@ msgstr "%s: അനവധി ആര്‍ഗ്യുമെന്റുകള്
msgid "%s: unknown command\n"
msgstr "%s: അപരിചിതമായ കമാന്‍ഡ്\n"
-#: fish/config.c:73 fish/config.c:112
+#: fish/config.c:74 fish/config.c:113
#, fuzzy, c-format
msgid "%s: %s: line %d: error parsing configuration file: %s\n"
msgstr "%s: '%s'-ല്‍ സ്ട്രിങ് പാഴ്സ് ചെയ്യുമ്പോള്‍ ഇന്റേര്‍ണല്‍ പിശക്\n"
@@ -2092,48 +2092,48 @@ msgstr ""
" -V|--version Display version and exit\n"
"For more information, see the manpage %s(1).\n"
-#: fish/fish.c:256
+#: fish/fish.c:243
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID ഒരു നംബറല്ല: %s\n"
-#: fish/fish.c:263
+#: fish/fish.c:250
#, 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:313
+#: fish/fish.c:300
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: ഒരു -f പരാമീറ്റര്‍ മാത്രമേ പാടുള്ളൂ\n"
-#: fish/fish.c:468
+#: fish/fish.c:455
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: ഒരേ സമയത്തു് --listen, --remote എന്നീ ഉപാധികള്‍ ഉപയോഗിക്കുവാന്‍ സാധ്യമല്ല\n"
-#: fish/fish.c:476
+#: fish/fish.c:463
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: --listen ഫ്ലാഗിനൊപ്പം കമാന്‍ഡ് ലൈനില്‍ അധികമായ പരാമീറ്ററുകള്‍\n"
-#: fish/fish.c:482
+#: fish/fish.c:469
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: ഒരേ സമയത്തു് --listen, --file എന്നീ ഉപാധികള്‍ ഉപയോഗിക്കുവാന്‍ സാധ്യമല്ല\n"
-#: fish/fish.c:540
+#: fish/fish.c:527
#, c-format
msgid "guestfish: could not access termcap or terminfo database.\n"
msgstr ""
-#: fish/fish.c:544
+#: fish/fish.c:531
#, c-format
msgid "guestfish: terminal type \"%s\" not defined.\n"
msgstr ""
-#: fish/fish.c:632
+#: fish/fish.c:619
#, fuzzy, c-format
msgid ""
"\n"
@@ -2153,45 +2153,45 @@ msgstr ""
" ഷെല്ലില്‍ നിന്നും പുറത്തു് കടക്കുന്നതിനായി 'quit'\n"
"\n"
-#: fish/fish.c:776
+#: fish/fish.c:763
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: അപൂര്‍ണ്ണമായ ഡബിള്‍ കോട്ട്\n"
-#: fish/fish.c:782 fish/fish.c:799
+#: fish/fish.c:769 fish/fish.c:786
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: കമാന്‍ഡ് ആര്‍ഗ്യുമെന്റുകള്‍ വൈറ്റ്സ്പെയിസ് ഉപയോഗിച്ചു് വേര്‍തിരിച്ചിട്ടില്ല\n"
-#: fish/fish.c:793
+#: fish/fish.c:780
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: അപൂര്‍ണ്ണമായ സിംഗിള്‍ കോട്ട്\n"
-#: fish/fish.c:823
+#: fish/fish.c:810
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: '%s'-ല്‍ സ്ട്രിങ് പാഴ്സ് ചെയ്യുമ്പോള്‍ ഇന്റേര്‍ണല്‍ പിശക്\n"
-#: fish/fish.c:840
+#: fish/fish.c:827
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: അനവധി ആര്‍ഗ്യുമെന്റുകള്‍\n"
-#: fish/fish.c:908
+#: fish/fish.c:895
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: കമാന്‍ഡ് ലൈനില്‍ കാലിയായ കമാന്‍ഡ്\n"
-#: fish/fish.c:1054
+#: fish/fish.c:1041
msgid "display a list of commands or help on a command"
msgstr "കമാന്‍ഡുകളുടെ ഒരു പട്ടിക അല്ലെങ്കില്‍ ഒരു കമാന്‍ഡിനുള്ള സഹായം കാണിക്കുക"
-#: fish/fish.c:1056
+#: fish/fish.c:1043
msgid "quit guestfish"
msgstr "guestfish-ല്‍ നിന്നും പുറത്തു് കടക്കുക"
-#: fish/fish.c:1067
+#: fish/fish.c:1054
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2202,7 +2202,7 @@ msgstr ""
" help cmd\n"
" help\n"
-#: fish/fish.c:1075
+#: fish/fish.c:1062
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2211,12 +2211,12 @@ msgstr ""
"quit - quit guestfish\n"
" quit\n"
-#: fish/fish.c:1080
+#: fish/fish.c:1067
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr "%s: കമാന്‍ഡ് അപരിചിതം, എല്ലാ കമാന്‍ഡുകളും ലഭ്യമാക്കുന്നതിനായി -h ഉപയോഗിക്കുക\n"
-#: fish/fish.c:1096
+#: fish/fish.c:1083
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2224,31 +2224,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
-#: fish/fish.c:1253
+#: fish/fish.c:1240
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "Runaway quote in string \"%s\"\n"
-#: fish/fish.c:1451
+#: fish/fish.c:1438
#, 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:1457
+#: fish/fish.c:1444
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
-#: fish/fish.c:1471
+#: fish/fish.c:1458
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
-#: fish/fish.c:1490
+#: fish/fish.c:1477
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -2344,7 +2344,7 @@ msgstr ""
msgid "%s mounted on %s\n"
msgstr "മൌണ്ട് പോയിന്റുകള്‍ കാണിക്കുക"
-#: fish/keys.c:52
+#: fish/keys.c:53
#, c-format
msgid "Enter key or passphrase (\"%s\"): "
msgstr ""
@@ -2354,12 +2354,12 @@ msgstr ""
msgid "use 'lcd directory' to change local directory\n"
msgstr "ലോക്കല്‍ ഡയറക്ടറി മാറ്റുന്നതിനായി 'lcd directory' ഉപയോഗിക്കുക\n"
-#: fish/man.c:34
+#: fish/man.c:35
#, c-format
msgid "use 'man' without parameters to open the manual\n"
msgstr ""
-#: fish/man.c:53
+#: fish/man.c:54
#, fuzzy, c-format
msgid "the external 'man' program failed\n"
msgstr "എക്സ്റ്റേണല്‍ കമാന്‍ഡ് പരാജയപ്പെട്ടു: %s"
@@ -2549,7 +2549,7 @@ msgstr ""
msgid "use 'time command [args...]'\n"
msgstr "'time command [args...]' ഉപയോഗിക്കുക\n"
-#: fuse/guestmount.c:911
+#: fuse/guestmount.c:912
#, fuzzy, c-format
msgid ""
"%s: FUSE module for libguestfs\n"
@@ -2598,17 +2598,17 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: fuse/guestmount.c:1142
+#: fuse/guestmount.c:1130
#, fuzzy, c-format
msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
msgstr "%s: കുറഞ്ഞതു് ഒരു -a ഉപാധിയും ഒരു -m ഉപാധിയും ആവശ്യമുണ്ടു്\n"
-#: fuse/guestmount.c:1150
+#: fuse/guestmount.c:1138
#, c-format
msgid "%s: you must specify a mountpoint in the host filesystem\n"
msgstr "%s: ഹോസ്റ്റ് ഫയല്‍സിസ്റ്റത്തില്‍ ഒരു മൌണ്ട് പോയിന്റ് നല്‍കണം\n"
-#: inspector/virt-inspector.c:74
+#: inspector/virt-inspector.c:76
#, fuzzy, c-format
msgid ""
"%s: display information about a virtual machine\n"
@@ -2648,7 +2648,7 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: inspector/virt-inspector.c:261
+#: inspector/virt-inspector.c:263
#, c-format
msgid ""
"%s: no operating system could be detected inside this disk image.\n"
@@ -2665,17 +2665,17 @@ msgid ""
"information about the disk image as possible.\n"
msgstr ""
-#: inspector/virt-inspector.c:286
+#: inspector/virt-inspector.c:288
#, c-format
msgid "%s: XML write error at \"%s\": %m\n"
msgstr ""
-#: inspector/virt-inspector.c:298
+#: inspector/virt-inspector.c:300
#, c-format
msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
msgstr ""
-#: inspector/virt-inspector.c:306
+#: inspector/virt-inspector.c:308
#, c-format
msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
msgstr ""
@@ -2799,7 +2799,7 @@ msgstr "ഒരു മാതൃകയ്ക്കു് ചേരുന്ന വ
msgid "{filename}: could not read initrd format"
msgstr ""
-#: rescue/virt-rescue.c:61
+#: rescue/virt-rescue.c:63
#, fuzzy, c-format
msgid ""
"%s: Run a rescue shell on a virtual machine\n"
@@ -2843,12 +2843,12 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: rescue/virt-rescue.c:178
+#: rescue/virt-rescue.c:180
#, fuzzy, c-format
msgid "%s: could not parse memory size '%s'\n"
msgstr "വ്യാപ്തിയുടെ വിവരണം '%s' പാഴ്സ് ചെയ്യുവാന്‍ സാധ്യമായില്ല\n"
-#: rescue/virt-rescue.c:417
+#: rescue/virt-rescue.c:419
#, fuzzy, c-format
msgid "%s: unknown child exit status (%d)\n"
msgstr "%s: അപരിചിതമായ ലോങ് ഉപാധി: %s (%d)\n"
@@ -2880,6 +2880,26 @@ msgstr ""
msgid "external command failed, see earlier error messages"
msgstr "guestfs_launch പരാജയപ്പെട്ടു, മുമ്പുള്ള പിശക് സന്ദേശങ്ങള്‍ കാണുക"
+#: src/dbdump.c:87
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of header"
+msgstr "ഡെമണില്‍ നിന്നും വായിക്കുമ്പോള്‍ അപ്രതീക്ഷിതമായി ഫയല്‍ അവസാനിച്ചിരിക്കുന്നു"
+
+#: src/dbdump.c:100 src/dbdump.c:112
+#, fuzzy
+msgid "unexpected line from db_dump command, no space prefix"
+msgstr "ഡെമണില്‍ നിന്നും വായിക്കുമ്പോള്‍ അപ്രതീക്ഷിതമായി ഫയല്‍ അവസാനിച്ചിരിക്കുന്നു"
+
+#: src/dbdump.c:129
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of data"
+msgstr "ഡെമണില്‍ നിന്നും വായിക്കുമ്പോള്‍ അപ്രതീക്ഷിതമായി ഫയല്‍ അവസാനിച്ചിരിക്കുന്നു"
+
+#: src/dbdump.c:210
+#, fuzzy
+msgid "unexpected non-hex digits in output of db_dump command"
+msgstr "ഡെമണില്‍ നിന്നും വായിക്കുമ്പോള്‍ അപ്രതീക്ഷിതമായി ഫയല്‍ അവസാനിച്ചിരിക്കുന്നു"
+
#: src/filearch.c:153
#, c-format
msgid "size of %s unreasonable (%<PRIi64> bytes)"
@@ -2891,80 +2911,81 @@ msgid ""
"compiled without PCRE or libmagic libraries"
msgstr ""
-#: src/guestfs.c:177
+#: src/guestfs.c:178
#, c-format
msgid "guestfs_close: called twice on the same handle\n"
msgstr "guestfs_close: ഒരേ ഹാന്‍ഡിലില്‍ രണ്ടു് തവണ വിളിച്ചിരിക്കുന്നു\n"
-#: src/guestfs.c:302
+#: src/guestfs.c:333
#, c-format
msgid "warning: %s"
msgstr ""
-#: src/guestfs.c:361
+#: src/guestfs.c:392
#, c-format
msgid "libguestfs: error: %s\n"
msgstr "libguestfs: പിശക്: %s\n"
-#: src/guestfs.c:908
+#: src/guestfs.c:939
#, c-format
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:489 src/inspect.c:1183 src/inspect.c:2901 src/inspect.c:2944
-#: src/inspect.c:2994 src/inspect.c:3038
-#, c-format
-msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+#: src/inspect.c:263
+msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1217
-#, fuzzy
-msgid "could not parse /etc/fstab or empty file"
-msgstr "വ്യാപ്തിയുടെ വിവരണം '%s' പാഴ്സ് ചെയ്യുവാന്‍ സാധ്യമായില്ല\n"
-
-#: src/inspect.c:1432
-#, c-format
-msgid "cannot resolve Windows %%SYSTEMROOT%%"
+#: src/inspect.c:279
+msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
-#: src/inspect.c:1914 src/inspect.c:1927
+#: src/inspect.c:517
#, fuzzy, c-format
-msgid "could not parse integer in version number: %s"
-msgstr "വ്യാപ്തിയുടെ വിവരണം '%s' പാഴ്സ് ചെയ്യുവാന്‍ സാധ്യമായില്ല\n"
+msgid "%s: temporary directory not found"
+msgstr "%s: താല്‍ക്കാലിക ഡയറക്ടറി ഉണ്ടാക്കുവാന്‍ സാധ്യമല്ല"
-#: src/inspect.c:2023
+#: src/inspect.c:533 src/inspect_fs.c:470 src/inspect_fs.c:514
+#: src/inspect_fs_unix.c:170 src/inspect_fs_unix.c:511
+#: src/inspect_fs_unix.c:753
+#, c-format
+msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+msgstr ""
+
+#: src/inspect.c:570
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:2035
+#: src/inspect.c:582
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:2175
-msgid "not a Windows guest, or systemroot could not be determined"
-msgstr ""
-
-#: src/inspect.c:2191
-msgid "not a Windows guest, or CurrentControlSet could not be determined"
+#: src/inspect.c:592 src/inspect_apps.c:617
+msgid ""
+"inspection API not available since this version of libguestfs was compiled "
+"without PCRE or hivex libraries"
msgstr ""
-#: src/inspect.c:2518 src/inspect.c:2540 src/inspect.c:2565
-#, fuzzy
-msgid "unexpected end of output from db_dump command"
-msgstr "ഡെമണില്‍ നിന്നും വായിക്കുമ്പോള്‍ അപ്രതീക്ഷിതമായി ഫയല്‍ അവസാനിച്ചിരിക്കുന്നു"
+#: src/inspect_fs.c:326 src/inspect_fs.c:339
+#, fuzzy, c-format
+msgid "could not parse integer in version number: %s"
+msgstr "വ്യാപ്തിയുടെ വിവരണം '%s' പാഴ്സ് ചെയ്യുവാന്‍ സാധ്യമായില്ല\n"
-#: src/inspect.c:3003
+#: src/inspect_fs.c:479
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:3066
-msgid ""
-"inspection API not available since this version of libguestfs was compiled "
-"without PCRE or hivex libraries"
+#: src/inspect_fs_unix.c:545
+#, fuzzy
+msgid "could not parse /etc/fstab or empty file"
+msgstr "വ്യാപ്തിയുടെ വിവരണം '%s' പാഴ്സ് ചെയ്യുവാന്‍ സാധ്യമായില്ല\n"
+
+#: src/inspect_fs_windows.c:112
+#, c-format
+msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
#: src/launch.c:98
diff --git a/po/mr.po b/po/mr.po
index b5d2f1dc..09b5d103 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: mr\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-04-12 20:13+0100\n"
+"POT-Creation-Date: 2011-04-16 13:40+0100\n"
"PO-Revision-Date: 2010-02-03 19:10+0530\n"
"Last-Translator: Sandeep Shedmake <sshedmak@redhat.com>\n"
"Language-Team: Marathi <fedora-trans-mr@redhat.com>\n"
@@ -19,14 +19,14 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-#: cat/virt-cat.c:55 cat/virt-filesystems.c:97 cat/virt-ls.c:56 df/main.c:68
-#: fish/fish.c:96 fuse/guestmount.c:907 inspector/virt-inspector.c:70
-#: rescue/virt-rescue.c:57
+#: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
+#: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
+#: rescue/virt-rescue.c:59
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "अधिक माहितीसाठी `%s --help' वापरून पहा.\n"
-#: cat/virt-cat.c:59
+#: cat/virt-cat.c:61
#, fuzzy, c-format
msgid ""
"%s: display files in a virtual machine\n"
@@ -66,21 +66,21 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: cat/virt-cat.c:115 cat/virt-filesystems.c:200 cat/virt-ls.c:121
-#: df/domains.c:428 df/main.c:134 fish/fish.c:219 fuse/guestmount.c:1023
-#: inspector/virt-inspector.c:130 rescue/virt-rescue.c:131
+#: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
+#: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
+#: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
#, c-format
msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: हँडल निर्माण करण्यास अशक्य\n"
-#: cat/virt-cat.c:137 cat/virt-filesystems.c:254 cat/virt-ls.c:143
-#: df/main.c:158 fish/fish.c:289 fuse/guestmount.c:1073
-#: inspector/virt-inspector.c:152 rescue/virt-rescue.c:155
+#: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
+#: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
+#: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
#, c-format
msgid "%s: unknown long option: %s (%d)\n"
msgstr "%s: अपरिचीत लाँग पर्याय: %s (%d)\n"
-#: cat/virt-filesystems.c:101
+#: cat/virt-filesystems.c:103
#, fuzzy, c-format
msgid ""
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
@@ -137,12 +137,12 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: cat/virt-filesystems.c:316 df/main.c:253
+#: cat/virt-filesystems.c:318 df/main.c:255
#, fuzzy, c-format
msgid "%s: you cannot use -h and --csv options together.\n"
msgstr "%s: --listen व --file पर्यायचा वापर एकाचवेळी करणे अशक्य\n"
-#: cat/virt-ls.c:60
+#: cat/virt-ls.c:62
#, fuzzy, c-format
msgid ""
"%s: list files in a virtual machine\n"
@@ -214,7 +214,7 @@ msgstr ""
msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
msgstr ""
-#: df/main.c:72
+#: df/main.c:74
#, fuzzy, c-format
msgid ""
"%s: display free space on virtual filesystems\n"
@@ -257,53 +257,53 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: df/main.c:265
+#: df/main.c:267
#, c-format
msgid "%s: compiled without support for libvirt.\n"
msgstr ""
-#: df/output.c:49
+#: df/output.c:50
msgid "VirtualMachine"
msgstr ""
-#: df/output.c:50
+#: df/output.c:51
#, fuzzy
msgid "Filesystem"
msgstr "फाइलप्रणाली निर्माण करा"
-#: df/output.c:53
+#: df/output.c:54
msgid "1K-blocks"
msgstr ""
-#: df/output.c:55
+#: df/output.c:56
msgid "Size"
msgstr ""
-#: df/output.c:56
+#: df/output.c:57
msgid "Used"
msgstr ""
-#: df/output.c:57
+#: df/output.c:58
msgid "Available"
msgstr ""
-#: df/output.c:58
+#: df/output.c:59
msgid "Use%"
msgstr ""
-#: df/output.c:60
+#: df/output.c:61
msgid "Inodes"
msgstr ""
-#: df/output.c:61
+#: df/output.c:62
msgid "IUsed"
msgstr ""
-#: df/output.c:62
+#: df/output.c:63
msgid "IFree"
msgstr ""
-#: df/output.c:63
+#: df/output.c:64
msgid "IUse%"
msgstr ""
@@ -1967,7 +1967,7 @@ msgstr "%s: खूप जास्त घटके आढळले\n"
msgid "%s: unknown command\n"
msgstr "%s: अपरिचीत आदेश\n"
-#: fish/config.c:73 fish/config.c:112
+#: fish/config.c:74 fish/config.c:113
#, fuzzy, c-format
msgid "%s: %s: line %d: error parsing configuration file: %s\n"
msgstr "%s: '%s' येथील अक्षरसंच वाचतेवेळी आंतरीक त्रुटी आढळली\n"
@@ -2088,48 +2088,48 @@ msgstr ""
" -V|--version Display version and exit\n"
"For more information, see the manpage %s(1).\n"
-#: fish/fish.c:256
+#: fish/fish.c:243
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID क्रमांक प्रमाणे आढळले नाही: %s\n"
-#: fish/fish.c:263
+#: fish/fish.c:250
#, 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:313
+#: fish/fish.c:300
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: फक्त एकच -f घटक दिले जाऊ शकते\n"
-#: fish/fish.c:468
+#: fish/fish.c:455
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: --listen व --remote पर्याय एकाच वेळी वापरणे अशक्य\n"
-#: fish/fish.c:476
+#: fish/fish.c:463
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: --listen फ्लॅगसह आदेश ओळीवरील अगाऊ घटके\n"
-#: fish/fish.c:482
+#: fish/fish.c:469
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: --listen व --file पर्यायचा वापर एकाचवेळी करणे अशक्य\n"
-#: fish/fish.c:540
+#: fish/fish.c:527
#, c-format
msgid "guestfish: could not access termcap or terminfo database.\n"
msgstr ""
-#: fish/fish.c:544
+#: fish/fish.c:531
#, c-format
msgid "guestfish: terminal type \"%s\" not defined.\n"
msgstr ""
-#: fish/fish.c:632
+#: fish/fish.c:619
#, fuzzy, c-format
msgid ""
"\n"
@@ -2149,45 +2149,45 @@ msgstr ""
" शेल पासून बाहेर पडण्यासाठी 'quit' करा\n"
"\n"
-#: fish/fish.c:776
+#: fish/fish.c:763
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: न ओळखलेले डबल क्वोट\n"
-#: fish/fish.c:782 fish/fish.c:799
+#: fish/fish.c:769 fish/fish.c:786
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: आदेश घटके वाईटस्पेस द्वारे विभाजीत नाही\n"
-#: fish/fish.c:793
+#: fish/fish.c:780
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: न ओळखलेले सींगल क्वोट\n"
-#: fish/fish.c:823
+#: fish/fish.c:810
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: '%s' येथील अक्षरसंच वाचतेवेळी आंतरीक त्रुटी आढळली\n"
-#: fish/fish.c:840
+#: fish/fish.c:827
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: खूप जास्त घटके आढळले\n"
-#: fish/fish.c:908
+#: fish/fish.c:895
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: आदेश ओळवर रिकामे आदेश आढळले\n"
-#: fish/fish.c:1054
+#: fish/fish.c:1041
msgid "display a list of commands or help on a command"
msgstr "आदेश सूची किंवा आदेशकरीता मदत दाखवा"
-#: fish/fish.c:1056
+#: fish/fish.c:1043
msgid "quit guestfish"
msgstr "guestfish पासून बाहेर पडा"
-#: fish/fish.c:1067
+#: fish/fish.c:1054
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2198,7 +2198,7 @@ msgstr ""
" help cmd\n"
" help\n"
-#: fish/fish.c:1075
+#: fish/fish.c:1062
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2207,12 +2207,12 @@ msgstr ""
"quit - guestfish पासून बाहेर पडा\n"
" quit\n"
-#: fish/fish.c:1080
+#: fish/fish.c:1067
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr "%s: आदेश परिचीत नाही, सर्व आदेश दाखवण्यासाठी -h याचा वापर करा\n"
-#: fish/fish.c:1096
+#: fish/fish.c:1083
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2220,31 +2220,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
-#: fish/fish.c:1253
+#: fish/fish.c:1240
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "\"%s\" अक्षरमाळामध्ये रनअव्हे शब्द आढळले\n"
-#: fish/fish.c:1451
+#: fish/fish.c:1438
#, 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:1457
+#: fish/fish.c:1444
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
-#: fish/fish.c:1471
+#: fish/fish.c:1458
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
-#: fish/fish.c:1490
+#: fish/fish.c:1477
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -2340,7 +2340,7 @@ msgstr ""
msgid "%s mounted on %s\n"
msgstr "माऊंटपॉईंट्स् दाखवा"
-#: fish/keys.c:52
+#: fish/keys.c:53
#, c-format
msgid "Enter key or passphrase (\"%s\"): "
msgstr ""
@@ -2350,12 +2350,12 @@ msgstr ""
msgid "use 'lcd directory' to change local directory\n"
msgstr "स्थानीय डिरेक्ट्री बदलण्यासाठी 'lcd directory' याचा वापर करा\n"
-#: fish/man.c:34
+#: fish/man.c:35
#, c-format
msgid "use 'man' without parameters to open the manual\n"
msgstr ""
-#: fish/man.c:53
+#: fish/man.c:54
#, fuzzy, c-format
msgid "the external 'man' program failed\n"
msgstr "बाहेरील आदेश अपयशी: %s"
@@ -2544,7 +2544,7 @@ msgstr ""
msgid "use 'time command [args...]'\n"
msgstr "'time command [args...]' याचा वापर करा\n"
-#: fuse/guestmount.c:911
+#: fuse/guestmount.c:912
#, fuzzy, c-format
msgid ""
"%s: FUSE module for libguestfs\n"
@@ -2593,17 +2593,17 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: fuse/guestmount.c:1142
+#: fuse/guestmount.c:1130
#, fuzzy, c-format
msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
msgstr "%s: किमान एक -a व किमान एक -m पर्याय असायला हवे\n"
-#: fuse/guestmount.c:1150
+#: fuse/guestmount.c:1138
#, c-format
msgid "%s: you must specify a mountpoint in the host filesystem\n"
msgstr "%s: यजमान फाइलप्रणालीत तुम्ही माऊंटपॉईंट निर्देशीत करायला हवे\n"
-#: inspector/virt-inspector.c:74
+#: inspector/virt-inspector.c:76
#, fuzzy, c-format
msgid ""
"%s: display information about a virtual machine\n"
@@ -2643,7 +2643,7 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: inspector/virt-inspector.c:261
+#: inspector/virt-inspector.c:263
#, c-format
msgid ""
"%s: no operating system could be detected inside this disk image.\n"
@@ -2660,17 +2660,17 @@ msgid ""
"information about the disk image as possible.\n"
msgstr ""
-#: inspector/virt-inspector.c:286
+#: inspector/virt-inspector.c:288
#, c-format
msgid "%s: XML write error at \"%s\": %m\n"
msgstr ""
-#: inspector/virt-inspector.c:298
+#: inspector/virt-inspector.c:300
#, c-format
msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
msgstr ""
-#: inspector/virt-inspector.c:306
+#: inspector/virt-inspector.c:308
#, fuzzy, c-format
msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
msgstr "xmlNewTextWriterFilename: XML राईटर निर्माण करण्यास अपयशी\n"
@@ -2794,7 +2794,7 @@ msgstr "साचा प्रमाणे जुळणारे ओळी प
msgid "{filename}: could not read initrd format"
msgstr ""
-#: rescue/virt-rescue.c:61
+#: rescue/virt-rescue.c:63
#, fuzzy, c-format
msgid ""
"%s: Run a rescue shell on a virtual machine\n"
@@ -2838,12 +2838,12 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: rescue/virt-rescue.c:178
+#: rescue/virt-rescue.c:180
#, fuzzy, c-format
msgid "%s: could not parse memory size '%s'\n"
msgstr "आकार संरचना '%s' वाचणे अशक्य\n"
-#: rescue/virt-rescue.c:417
+#: rescue/virt-rescue.c:419
#, fuzzy, c-format
msgid "%s: unknown child exit status (%d)\n"
msgstr "%s: अपरिचीत लाँग पर्याय: %s (%d)\n"
@@ -2875,6 +2875,26 @@ msgstr ""
msgid "external command failed, see earlier error messages"
msgstr "guestfs_launch अपयशी, पूर्वीचे त्रुटी संदेश पहा"
+#: src/dbdump.c:87
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of header"
+msgstr "डिमन पासून वाचतेवेळी फाइल अनपेक्षीतपणे समाप्त झाले"
+
+#: src/dbdump.c:100 src/dbdump.c:112
+#, fuzzy
+msgid "unexpected line from db_dump command, no space prefix"
+msgstr "डिमन पासून वाचतेवेळी फाइल अनपेक्षीतपणे समाप्त झाले"
+
+#: src/dbdump.c:129
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of data"
+msgstr "डिमन पासून वाचतेवेळी फाइल अनपेक्षीतपणे समाप्त झाले"
+
+#: src/dbdump.c:210
+#, fuzzy
+msgid "unexpected non-hex digits in output of db_dump command"
+msgstr "डिमन पासून वाचतेवेळी फाइल अनपेक्षीतपणे समाप्त झाले"
+
#: src/filearch.c:153
#, c-format
msgid "size of %s unreasonable (%<PRIi64> bytes)"
@@ -2886,80 +2906,81 @@ msgid ""
"compiled without PCRE or libmagic libraries"
msgstr ""
-#: src/guestfs.c:177
+#: src/guestfs.c:178
#, c-format
msgid "guestfs_close: called twice on the same handle\n"
msgstr "guestfs_close: एकाच हँडलवर दोनवेळा कॉल केले\n"
-#: src/guestfs.c:302
+#: src/guestfs.c:333
#, c-format
msgid "warning: %s"
msgstr ""
-#: src/guestfs.c:361
+#: src/guestfs.c:392
#, c-format
msgid "libguestfs: error: %s\n"
msgstr "libguestfs: त्रुटी: %s\n"
-#: src/guestfs.c:908
+#: src/guestfs.c:939
#, c-format
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:489 src/inspect.c:1183 src/inspect.c:2901 src/inspect.c:2944
-#: src/inspect.c:2994 src/inspect.c:3038
-#, c-format
-msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+#: src/inspect.c:263
+msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1217
-#, fuzzy
-msgid "could not parse /etc/fstab or empty file"
-msgstr "आकार संरचना '%s' वाचणे अशक्य\n"
-
-#: src/inspect.c:1432
-#, c-format
-msgid "cannot resolve Windows %%SYSTEMROOT%%"
+#: src/inspect.c:279
+msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
-#: src/inspect.c:1914 src/inspect.c:1927
+#: src/inspect.c:517
#, fuzzy, c-format
-msgid "could not parse integer in version number: %s"
-msgstr "आकार संरचना '%s' वाचणे अशक्य\n"
+msgid "%s: temporary directory not found"
+msgstr "%s: तात्पुर्ती डिरेक्ट्री निर्माण करणे अशक्य"
-#: src/inspect.c:2023
+#: src/inspect.c:533 src/inspect_fs.c:470 src/inspect_fs.c:514
+#: src/inspect_fs_unix.c:170 src/inspect_fs_unix.c:511
+#: src/inspect_fs_unix.c:753
+#, c-format
+msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+msgstr ""
+
+#: src/inspect.c:570
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:2035
+#: src/inspect.c:582
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:2175
-msgid "not a Windows guest, or systemroot could not be determined"
-msgstr ""
-
-#: src/inspect.c:2191
-msgid "not a Windows guest, or CurrentControlSet could not be determined"
+#: src/inspect.c:592 src/inspect_apps.c:617
+msgid ""
+"inspection API not available since this version of libguestfs was compiled "
+"without PCRE or hivex libraries"
msgstr ""
-#: src/inspect.c:2518 src/inspect.c:2540 src/inspect.c:2565
-#, fuzzy
-msgid "unexpected end of output from db_dump command"
-msgstr "डिमन पासून वाचतेवेळी फाइल अनपेक्षीतपणे समाप्त झाले"
+#: src/inspect_fs.c:326 src/inspect_fs.c:339
+#, fuzzy, c-format
+msgid "could not parse integer in version number: %s"
+msgstr "आकार संरचना '%s' वाचणे अशक्य\n"
-#: src/inspect.c:3003
+#: src/inspect_fs.c:479
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:3066
-msgid ""
-"inspection API not available since this version of libguestfs was compiled "
-"without PCRE or hivex libraries"
+#: src/inspect_fs_unix.c:545
+#, fuzzy
+msgid "could not parse /etc/fstab or empty file"
+msgstr "आकार संरचना '%s' वाचणे अशक्य\n"
+
+#: src/inspect_fs_windows.c:112
+#, c-format
+msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
#: src/launch.c:98
diff --git a/po/nl.po b/po/nl.po
index 72636003..83644754 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: libguestfs 1.5.4\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-04-12 20:13+0100\n"
+"POT-Creation-Date: 2011-04-16 13:40+0100\n"
"PO-Revision-Date: 2010-09-02 15:28+0200\n"
"Last-Translator: Geert Warrink <geert.warrink@onsnet.nu>\n"
"Language-Team: Fedora\n"
@@ -18,14 +18,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Virtaal 0.6.1\n"
-#: cat/virt-cat.c:55 cat/virt-filesystems.c:97 cat/virt-ls.c:56 df/main.c:68
-#: fish/fish.c:96 fuse/guestmount.c:907 inspector/virt-inspector.c:70
-#: rescue/virt-rescue.c:57
+#: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
+#: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
+#: rescue/virt-rescue.c:59
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Probeer `%s --help' voor meer informatie\n"
-#: cat/virt-cat.c:59
+#: cat/virt-cat.c:61
#, fuzzy, c-format
msgid ""
"%s: display files in a virtual machine\n"
@@ -65,21 +65,21 @@ msgstr ""
" -v|--verbose Breedsprakige boodschappen\n"
" -V|--version Laat versie zien en sluit af\n"
-#: cat/virt-cat.c:115 cat/virt-filesystems.c:200 cat/virt-ls.c:121
-#: df/domains.c:428 df/main.c:134 fish/fish.c:219 fuse/guestmount.c:1023
-#: inspector/virt-inspector.c:130 rescue/virt-rescue.c:131
+#: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
+#: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
+#: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
#, c-format
msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: hendel aanmaken mislukte\n"
-#: cat/virt-cat.c:137 cat/virt-filesystems.c:254 cat/virt-ls.c:143
-#: df/main.c:158 fish/fish.c:289 fuse/guestmount.c:1073
-#: inspector/virt-inspector.c:152 rescue/virt-rescue.c:155
+#: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
+#: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
+#: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
#, c-format
msgid "%s: unknown long option: %s (%d)\n"
msgstr "%s: onbekende lange optie: %s (%d)\n"
-#: cat/virt-filesystems.c:101
+#: cat/virt-filesystems.c:103
#, fuzzy, c-format
msgid ""
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
@@ -136,12 +136,12 @@ msgstr ""
" -v|--verbose Breedsprakige boodschappen\n"
" -V|--version Laat versie zien en sluit af\n"
-#: cat/virt-filesystems.c:316 df/main.c:253
+#: cat/virt-filesystems.c:318 df/main.c:255
#, fuzzy, c-format
msgid "%s: you cannot use -h and --csv options together.\n"
msgstr "virt-df: kan -h en -csv opties niet tezamen gebruiken\n"
-#: cat/virt-ls.c:60
+#: cat/virt-ls.c:62
#, fuzzy, c-format
msgid ""
"%s: list files in a virtual machine\n"
@@ -213,7 +213,7 @@ msgstr "guestfish: kon niet verbinden met libvirt (code %d, domein %d): %s\n"
msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
msgstr ""
-#: df/main.c:72
+#: df/main.c:74
#, fuzzy, c-format
msgid ""
"%s: display free space on virtual filesystems\n"
@@ -256,53 +256,53 @@ msgstr ""
" -v|--verbose Breedsprakige boodschappen\n"
" -V|--version Laat versie zien en sluit af\n"
-#: df/main.c:265
+#: df/main.c:267
#, c-format
msgid "%s: compiled without support for libvirt.\n"
msgstr ""
-#: df/output.c:49
+#: df/output.c:50
#, fuzzy
msgid "VirtualMachine"
msgstr "Virtuele machine"
-#: df/output.c:50
+#: df/output.c:51
msgid "Filesystem"
msgstr "Bestandssysteem"
-#: df/output.c:53
+#: df/output.c:54
msgid "1K-blocks"
msgstr "1K-blokken"
-#: df/output.c:55
+#: df/output.c:56
msgid "Size"
msgstr "Grootte"
-#: df/output.c:56
+#: df/output.c:57
msgid "Used"
msgstr "Gebruikt"
-#: df/output.c:57
+#: df/output.c:58
msgid "Available"
msgstr "Beschikbaar"
-#: df/output.c:58
+#: df/output.c:59
msgid "Use%"
msgstr "Gebruik%"
-#: df/output.c:60
+#: df/output.c:61
msgid "Inodes"
msgstr "Inodes"
-#: df/output.c:61
+#: df/output.c:62
msgid "IUsed"
msgstr "IUsed"
-#: df/output.c:62
+#: df/output.c:63
msgid "IFree"
msgstr "IFree"
-#: df/output.c:63
+#: df/output.c:64
msgid "IUse%"
msgstr "IUse%"
@@ -1956,7 +1956,7 @@ msgstr "%s: teveel argumenten\n"
msgid "%s: unknown command\n"
msgstr "%s: onbekend commando\n"
-#: fish/config.c:73 fish/config.c:112
+#: fish/config.c:74 fish/config.c:113
#, fuzzy, c-format
msgid "%s: %s: line %d: error parsing configuration file: %s\n"
msgstr "%s: interne fout bij ontleden van tekenreeks op '%s'\n"
@@ -2081,12 +2081,12 @@ msgstr ""
" -V|--version Laat versie zien en sluit af\n"
"Voor meer informatie, bekijk de man pagina %s(1).\n"
-#: fish/fish.c:256
+#: fish/fish.c:243
#, 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:263
+#: fish/fish.c:250
#, c-format
msgid ""
"%s: remote: $GUESTFISH_PID must be set to the PID of the remote process\n"
@@ -2094,40 +2094,40 @@ msgstr ""
"%s: remote: $GUESTFISH_PID moet ingesteld worden op de PID van het proces op "
"afstand\n"
-#: fish/fish.c:313
+#: fish/fish.c:300
#, 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:468
+#: fish/fish.c:455
#, 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:476
+#: fish/fish.c:463
#, 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:482
+#: fish/fish.c:469
#, 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:540
+#: fish/fish.c:527
#, c-format
msgid "guestfish: could not access termcap or terminfo database.\n"
msgstr ""
-#: fish/fish.c:544
+#: fish/fish.c:531
#, c-format
msgid "guestfish: terminal type \"%s\" not defined.\n"
msgstr ""
-#: fish/fish.c:632
+#: fish/fish.c:619
#, fuzzy, c-format
msgid ""
"\n"
@@ -2149,45 +2149,45 @@ msgstr ""
" 'quit' om de shell te verlaten\n"
"\n"
-#: fish/fish.c:776
+#: fish/fish.c:763
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: niet afgesloten dubbel aanhalingsteken\n"
-#: fish/fish.c:782 fish/fish.c:799
+#: fish/fish.c:769 fish/fish.c:786
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: commando argumenten niet gescheiden door spaties\n"
-#: fish/fish.c:793
+#: fish/fish.c:780
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: niet afgesloten enkel aanhalingsteken\n"
-#: fish/fish.c:823
+#: fish/fish.c:810
#, 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:840
+#: fish/fish.c:827
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: teveel argumenten\n"
-#: fish/fish.c:908
+#: fish/fish.c:895
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: leeg commando op commando regel\n"
-#: fish/fish.c:1054
+#: fish/fish.c:1041
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:1056
+#: fish/fish.c:1043
msgid "quit guestfish"
msgstr "sluit guestfish af"
-#: fish/fish.c:1067
+#: fish/fish.c:1054
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2198,7 +2198,7 @@ msgstr ""
" help cmd\n"
" help\n"
-#: fish/fish.c:1075
+#: fish/fish.c:1062
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2207,12 +2207,12 @@ msgstr ""
"quit - sluit guestfish af\n"
" quit\n"
-#: fish/fish.c:1080
+#: fish/fish.c:1067
#, 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:1096
+#: fish/fish.c:1083
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2223,31 +2223,31 @@ msgstr ""
"Voor een lijst commando's: guestfish -h\n"
"Voor complete documentatie: man guestfish\n"
-#: fish/fish.c:1253
+#: fish/fish.c:1240
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "Los aanhalingsteken in tekenreeks \"%s\"\n"
-#: fish/fish.c:1451
+#: fish/fish.c:1438
#, 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:1457
+#: fish/fish.c:1444
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
-#: fish/fish.c:1471
+#: fish/fish.c:1458
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
-#: fish/fish.c:1490
+#: fish/fish.c:1477
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -2345,7 +2345,7 @@ msgstr "Besturingssysteem: %s\n"
msgid "%s mounted on %s\n"
msgstr "%s aangekoppeld op %s\n"
-#: fish/keys.c:52
+#: fish/keys.c:53
#, c-format
msgid "Enter key or passphrase (\"%s\"): "
msgstr "Vul sleutel of wachtzin in (\"%s\"): "
@@ -2355,12 +2355,12 @@ msgstr "Vul sleutel of wachtzin in (\"%s\"): "
msgid "use 'lcd directory' to change local directory\n"
msgstr "gebruik 'lcd map' om de locale map te veranderen\n"
-#: fish/man.c:34
+#: fish/man.c:35
#, c-format
msgid "use 'man' without parameters to open the manual\n"
msgstr "gebruik 'man' zonder parameters om de manual te openen\n"
-#: fish/man.c:53
+#: fish/man.c:54
#, c-format
msgid "the external 'man' program failed\n"
msgstr "het externe 'man' programma mislukte\n"
@@ -2562,7 +2562,7 @@ msgstr "nee"
msgid "use 'time command [args...]'\n"
msgstr "gebruik 'time command [args...]'\n"
-#: fuse/guestmount.c:911
+#: fuse/guestmount.c:912
#, fuzzy, c-format
msgid ""
"%s: FUSE module for libguestfs\n"
@@ -2611,18 +2611,18 @@ msgstr ""
" -v|--verbose Breedsprakige boodschappen\n"
" -V|--version Laat versie zien en sluit af\n"
-#: fuse/guestmount.c:1142
+#: fuse/guestmount.c:1130
#, fuzzy, c-format
msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
msgstr "%s: moet tenminste een -a en tenminste een -m optie hebben\n"
-#: fuse/guestmount.c:1150
+#: fuse/guestmount.c:1138
#, c-format
msgid "%s: you must specify a mountpoint in the host filesystem\n"
msgstr ""
"%s: je moet een aankoppel punt in het host bestandssysteem specificeren\n"
-#: inspector/virt-inspector.c:74
+#: inspector/virt-inspector.c:76
#, fuzzy, c-format
msgid ""
"%s: display information about a virtual machine\n"
@@ -2662,7 +2662,7 @@ msgstr ""
" -v|--verbose Breedsprakige boodschappen\n"
" -V|--version Laat versie zien en sluit af\n"
-#: inspector/virt-inspector.c:261
+#: inspector/virt-inspector.c:263
#, fuzzy, c-format
msgid ""
"%s: no operating system could be detected inside this disk image.\n"
@@ -2687,17 +2687,17 @@ msgstr ""
"Als je denkt dat dit een fout is, moet je een bug rapport indienen\n"
"met inbegrip van zoveel mogelijk informatie over de schijf image.\n"
-#: inspector/virt-inspector.c:286
+#: inspector/virt-inspector.c:288
#, c-format
msgid "%s: XML write error at \"%s\": %m\n"
msgstr ""
-#: inspector/virt-inspector.c:298
+#: inspector/virt-inspector.c:300
#, c-format
msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
msgstr ""
-#: inspector/virt-inspector.c:306
+#: inspector/virt-inspector.c:308
#, c-format
msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
msgstr ""
@@ -2830,7 +2830,7 @@ msgstr "{path} komt niet overeen met augeas patroon"
msgid "{filename}: could not read initrd format"
msgstr "{filename}: kon initrd formaat niet lezen"
-#: rescue/virt-rescue.c:61
+#: rescue/virt-rescue.c:63
#, fuzzy, c-format
msgid ""
"%s: Run a rescue shell on a virtual machine\n"
@@ -2874,12 +2874,12 @@ msgstr ""
" -v|--verbose Breedsprakige boodschappen\n"
" -V|--version Laat versie zien en sluit af\n"
-#: rescue/virt-rescue.c:178
+#: rescue/virt-rescue.c:180
#, c-format
msgid "%s: could not parse memory size '%s'\n"
msgstr ""
-#: rescue/virt-rescue.c:417
+#: rescue/virt-rescue.c:419
#, fuzzy, c-format
msgid "%s: unknown child exit status (%d)\n"
msgstr "%s: onbekende lange optie: %s (%d)\n"
@@ -2913,6 +2913,26 @@ msgstr ""
msgid "external command failed, see earlier error messages"
msgstr "guestfs_launch mislukte, bekijk de eerdere fout boodschap"
+#: src/dbdump.c:87
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of header"
+msgstr "onverwachte output van 'du' commando"
+
+#: src/dbdump.c:100 src/dbdump.c:112
+#, fuzzy
+msgid "unexpected line from db_dump command, no space prefix"
+msgstr "onverwachte output van 'du' commando"
+
+#: src/dbdump.c:129
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of data"
+msgstr "onverwachte output van 'du' commando"
+
+#: src/dbdump.c:210
+#, fuzzy
+msgid "unexpected non-hex digits in output of db_dump command"
+msgstr "onverwachte output van 'du' commando"
+
#: src/filearch.c:153
#, c-format
msgid "size of %s unreasonable (%<PRIi64> bytes)"
@@ -2924,51 +2944,51 @@ msgid ""
"compiled without PCRE or libmagic libraries"
msgstr ""
-#: src/guestfs.c:177
+#: src/guestfs.c:178
#, c-format
msgid "guestfs_close: called twice on the same handle\n"
msgstr "guestfs_close: twee keer dezelfde hendel aangeroepen\n"
-#: src/guestfs.c:302
+#: src/guestfs.c:333
#, c-format
msgid "warning: %s"
msgstr ""
-#: src/guestfs.c:361
+#: src/guestfs.c:392
#, c-format
msgid "libguestfs: error: %s\n"
msgstr "libguestfs: foutr: %s\n"
-#: src/guestfs.c:908
+#: src/guestfs.c:939
#, c-format
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:489 src/inspect.c:1183 src/inspect.c:2901 src/inspect.c:2944
-#: src/inspect.c:2994 src/inspect.c:3038
-#, c-format
-msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+#: src/inspect.c:263
+msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1217
-msgid "could not parse /etc/fstab or empty file"
+#: src/inspect.c:279
+msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
-#: src/inspect.c:1432
-#, c-format
-msgid "cannot resolve Windows %%SYSTEMROOT%%"
-msgstr "Kan Windows %%SYSTEMROOT%% niet oplossen"
+#: src/inspect.c:517
+#, fuzzy, c-format
+msgid "%s: temporary directory not found"
+msgstr "%s: kan geen tijdelijke map aanmaken"
-#: src/inspect.c:1914 src/inspect.c:1927
+#: src/inspect.c:533 src/inspect_fs.c:470 src/inspect_fs.c:514
+#: src/inspect_fs_unix.c:170 src/inspect_fs_unix.c:511
+#: src/inspect_fs_unix.c:753
#, c-format
-msgid "could not parse integer in version number: %s"
+msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:2023
+#: src/inspect.c:570
msgid "no inspection data: call guestfs_inspect_os first"
msgstr "geen inspectie data: roep eerst guestfs_inspect_os aan"
-#: src/inspect.c:2035
+#: src/inspect.c:582
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -2977,30 +2997,31 @@ msgstr ""
"%s: root apparaat niet gevonden: roep deze functie alleen aan met een root "
"apparaat eerder teruggegeven door guestfs_inspect_os"
-#: src/inspect.c:2175
-msgid "not a Windows guest, or systemroot could not be determined"
+#: src/inspect.c:592 src/inspect_apps.c:617
+msgid ""
+"inspection API not available since this version of libguestfs was compiled "
+"without PCRE or hivex libraries"
msgstr ""
-#: src/inspect.c:2191
-msgid "not a Windows guest, or CurrentControlSet could not be determined"
+#: src/inspect_fs.c:326 src/inspect_fs.c:339
+#, c-format
+msgid "could not parse integer in version number: %s"
msgstr ""
-#: src/inspect.c:2518 src/inspect.c:2540 src/inspect.c:2565
-#, fuzzy
-msgid "unexpected end of output from db_dump command"
-msgstr "onverwachte output van 'du' commando"
-
-#: src/inspect.c:3003
+#: src/inspect_fs.c:479
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:3066
-msgid ""
-"inspection API not available since this version of libguestfs was compiled "
-"without PCRE or hivex libraries"
+#: src/inspect_fs_unix.c:545
+msgid "could not parse /etc/fstab or empty file"
msgstr ""
+#: src/inspect_fs_windows.c:112
+#, c-format
+msgid "cannot resolve Windows %%SYSTEMROOT%%"
+msgstr "Kan Windows %%SYSTEMROOT%% niet oplossen"
+
#: src/launch.c:98
msgid "command line cannot be altered after qemu subprocess launched"
msgstr ""
diff --git a/po/or.po b/po/or.po
index 5f0c1dcb..725b75a4 100644
--- a/po/or.po
+++ b/po/or.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master.or\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-04-12 20:13+0100\n"
+"POT-Creation-Date: 2011-04-16 13:40+0100\n"
"PO-Revision-Date: 2010-02-01 18:17+0530\n"
"Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n"
"Language-Team: Oriya <oriya-it@googlegroups.com>\n"
@@ -22,14 +22,14 @@ msgstr ""
"\n"
"\n"
-#: cat/virt-cat.c:55 cat/virt-filesystems.c:97 cat/virt-ls.c:56 df/main.c:68
-#: fish/fish.c:96 fuse/guestmount.c:907 inspector/virt-inspector.c:70
-#: rescue/virt-rescue.c:57
+#: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
+#: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
+#: rescue/virt-rescue.c:59
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "ଅଧିକ ସୂଚନା ପାଇଁ `%s --help' କୁ ଚେଷ୍ଟା କରନ୍ତୁ।\n"
-#: cat/virt-cat.c:59
+#: cat/virt-cat.c:61
#, fuzzy, c-format
msgid ""
"%s: display files in a virtual machine\n"
@@ -69,21 +69,21 @@ msgstr ""
" -v|--verbose ଭର୍ବୋଜ ସନ୍ଦେଶଗୁଡ଼ିକ\n"
" -V|--version ସଂସ୍କରଣ ଦର୍ଶାନ୍ତୁ ଏବଂ ପ୍ରସ୍ଥାନ କରନ୍ତୁ\n"
-#: cat/virt-cat.c:115 cat/virt-filesystems.c:200 cat/virt-ls.c:121
-#: df/domains.c:428 df/main.c:134 fish/fish.c:219 fuse/guestmount.c:1023
-#: inspector/virt-inspector.c:130 rescue/virt-rescue.c:131
+#: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
+#: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
+#: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
#, c-format
msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: ନିୟନ୍ତ୍ରଣ ପ୍ରସ୍ତୁତ କରିବାରେ ବିଫଳ ହୋଇଛି\n"
-#: cat/virt-cat.c:137 cat/virt-filesystems.c:254 cat/virt-ls.c:143
-#: df/main.c:158 fish/fish.c:289 fuse/guestmount.c:1073
-#: inspector/virt-inspector.c:152 rescue/virt-rescue.c:155
+#: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
+#: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
+#: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
#, c-format
msgid "%s: unknown long option: %s (%d)\n"
msgstr "%s: ଅଜଣା ଲମ୍ବା ବିକଳ୍ପ: %s (%d)\n"
-#: cat/virt-filesystems.c:101
+#: cat/virt-filesystems.c:103
#, fuzzy, c-format
msgid ""
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
@@ -140,12 +140,12 @@ msgstr ""
" -v|--verbose ଭର୍ବୋଜ ସନ୍ଦେଶଗୁଡ଼ିକ\n"
" -V|--version ସଂସ୍କରଣ ଦର୍ଶାନ୍ତୁ ଏବଂ ପ୍ରସ୍ଥାନ କରନ୍ତୁ\n"
-#: cat/virt-filesystems.c:316 df/main.c:253
+#: cat/virt-filesystems.c:318 df/main.c:255
#, fuzzy, c-format
msgid "%s: you cannot use -h and --csv options together.\n"
msgstr "%s: --listen ଏବଂ --file ବିକଳ୍ପଗୁଡ଼ିକୁ ଏକା ସମୟରେ ବ୍ୟବହାର କରିପାରିବେ ନାହିଁ\n"
-#: cat/virt-ls.c:60
+#: cat/virt-ls.c:62
#, fuzzy, c-format
msgid ""
"%s: list files in a virtual machine\n"
@@ -217,7 +217,7 @@ msgstr ""
msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
msgstr ""
-#: df/main.c:72
+#: df/main.c:74
#, fuzzy, c-format
msgid ""
"%s: display free space on virtual filesystems\n"
@@ -260,53 +260,53 @@ msgstr ""
" -v|--verbose ଭର୍ବୋଜ ସନ୍ଦେଶଗୁଡ଼ିକ\n"
" -V|--version ସଂସ୍କରଣ ଦର୍ଶାନ୍ତୁ ଏବଂ ପ୍ରସ୍ଥାନ କରନ୍ତୁ\n"
-#: df/main.c:265
+#: df/main.c:267
#, c-format
msgid "%s: compiled without support for libvirt.\n"
msgstr ""
-#: df/output.c:49
+#: df/output.c:50
msgid "VirtualMachine"
msgstr ""
-#: df/output.c:50
+#: df/output.c:51
#, fuzzy
msgid "Filesystem"
msgstr "ଗୋଟିଏ ଫାଇଲ ତନ୍ତ୍ର ତିଆରି କରନ୍ତୁ"
-#: df/output.c:53
+#: df/output.c:54
msgid "1K-blocks"
msgstr ""
-#: df/output.c:55
+#: df/output.c:56
msgid "Size"
msgstr ""
-#: df/output.c:56
+#: df/output.c:57
msgid "Used"
msgstr ""
-#: df/output.c:57
+#: df/output.c:58
msgid "Available"
msgstr ""
-#: df/output.c:58
+#: df/output.c:59
msgid "Use%"
msgstr ""
-#: df/output.c:60
+#: df/output.c:61
msgid "Inodes"
msgstr ""
-#: df/output.c:61
+#: df/output.c:62
msgid "IUsed"
msgstr ""
-#: df/output.c:62
+#: df/output.c:63
msgid "IFree"
msgstr ""
-#: df/output.c:63
+#: df/output.c:64
msgid "IUse%"
msgstr ""
@@ -1971,7 +1971,7 @@ msgstr "%s: ଅତ୍ୟଧିକ ସ୍ୱତନ୍ତ୍ରଚର\n"
msgid "%s: unknown command\n"
msgstr "%s: ଅଜଣା ନିର୍ଦ୍ଦେଶ\n"
-#: fish/config.c:73 fish/config.c:112
+#: fish/config.c:74 fish/config.c:113
#, fuzzy, c-format
msgid "%s: %s: line %d: error parsing configuration file: %s\n"
msgstr "%s: '%s' ରେ ଆଭ୍ୟନ୍ତରୀଣ ତ୍ରୁଟି ବିଶ୍ଳେଷଣ ବାକ୍ୟଖଣ୍ଡ\n"
@@ -2092,48 +2092,48 @@ msgstr ""
" -V|--version ସଂସ୍କରଣ ଦର୍ଶାନ୍ତୁ ଏବଂ ପ୍ରସ୍ଥାନ କରନ୍ତୁ\n"
"ଅଧିକ ସୂଚନା ପାଇଁ, man ପୃଷ୍ଠା ଦେଖନ୍ତୁ %s(1).\n"
-#: fish/fish.c:256
+#: fish/fish.c:243
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID ଗୋଟିଏ ସଂଖ୍ୟା ନୁହଁ: %s\n"
-#: fish/fish.c:263
+#: fish/fish.c:250
#, 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:313
+#: fish/fish.c:300
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: କେବଳ ଗୋଟିଏ -f ପ୍ରାଚଳ ଦିଆହୋଇଛି\n"
-#: fish/fish.c:468
+#: fish/fish.c:455
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: --listen ଏବଂ --remote ବିକଳ୍ପଗୁଡ଼ିକୁ ଏକ ସମୟରେ ବ୍ୟବହାର କରିପାରିବେ ନାହିଁ\n"
-#: fish/fish.c:476
+#: fish/fish.c:463
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: ନିର୍ଦ୍ଦେଶ ନାମାରେ --listen ସୂଚକ ସହିତ ଅତିରିକ୍ତ ପ୍ରଚଳଗୁଡ଼ିକ\n"
-#: fish/fish.c:482
+#: fish/fish.c:469
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: --listen ଏବଂ --file ବିକଳ୍ପଗୁଡ଼ିକୁ ଏକା ସମୟରେ ବ୍ୟବହାର କରିପାରିବେ ନାହିଁ\n"
-#: fish/fish.c:540
+#: fish/fish.c:527
#, c-format
msgid "guestfish: could not access termcap or terminfo database.\n"
msgstr ""
-#: fish/fish.c:544
+#: fish/fish.c:531
#, c-format
msgid "guestfish: terminal type \"%s\" not defined.\n"
msgstr ""
-#: fish/fish.c:632
+#: fish/fish.c:619
#, fuzzy, c-format
msgid ""
"\n"
@@ -2153,45 +2153,45 @@ msgstr ""
" 'quit' shellରୁ ପ୍ରସ୍ଥାନ କରିବା ପାଇଁ\n"
"\n"
-#: fish/fish.c:776
+#: fish/fish.c:763
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: ସମାପ୍ତ ହୋଇନଥିବା ଦ୍ୱିତୀୟ କୋଟ\n"
-#: fish/fish.c:782 fish/fish.c:799
+#: fish/fish.c:769 fish/fish.c:786
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: ନିର୍ଦ୍ଦେଶ ସ୍ୱତନ୍ତ୍ରଚରଗୁଡ଼ିକ ଖାଲିସ୍ଥାନ ଦ୍ୱାରା ପୃଥକ ହୋଇନାହିଁ\n"
-#: fish/fish.c:793
+#: fish/fish.c:780
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: ଅସମାପ୍ତ ଏକକ କୋଟ\n"
-#: fish/fish.c:823
+#: fish/fish.c:810
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: '%s' ରେ ଆଭ୍ୟନ୍ତରୀଣ ତ୍ରୁଟି ବିଶ୍ଳେଷଣ ବାକ୍ୟଖଣ୍ଡ\n"
-#: fish/fish.c:840
+#: fish/fish.c:827
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: ଅତ୍ୟଧିକ ସ୍ୱତନ୍ତ୍ରଚର\n"
-#: fish/fish.c:908
+#: fish/fish.c:895
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: ନିର୍ଦ୍ଦେଶ ନାମରେ ଖାଲି ନିର୍ଦ୍ଦେଶ\n"
-#: fish/fish.c:1054
+#: fish/fish.c:1041
msgid "display a list of commands or help on a command"
msgstr "ନିର୍ଦ୍ଦେଶମାନଙ୍କର ଗୋଟିଏ ତାଲିକା ଦର୍ଶାନ୍ତୁ ଅଥବା ଗୋଟିଏ ନିର୍ଦ୍ଦେଶରେ ସହାୟତା ଦେଖାନ୍ତୁ"
-#: fish/fish.c:1056
+#: fish/fish.c:1043
msgid "quit guestfish"
msgstr "guestfish ରୁ ପ୍ରସ୍ଥାନ କରନ୍ତୁ"
-#: fish/fish.c:1067
+#: fish/fish.c:1054
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2202,7 +2202,7 @@ msgstr ""
" ସହାୟତା cmd\n"
" ସହାୟତା\n"
-#: fish/fish.c:1075
+#: fish/fish.c:1062
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2211,13 +2211,13 @@ msgstr ""
"ପ୍ରସ୍ଥାନ କରନ୍ତୁ - guestfish ରୁ ପ୍ରସ୍ଥାନ କରନ୍ତୁ\n"
" ପ୍ରସ୍ଥାନ କରନ୍ତୁ\n"
-#: fish/fish.c:1080
+#: fish/fish.c:1067
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr ""
"%s: ନିର୍ଦ୍ଦେଶଟି ପରିଚିତ ନୁହଁ, ସମସ୍ତ ନିର୍ଦ୍ଦେଶଗୁଡ଼ିକୁ ତାଲିକାଭୁକ୍ତ କରିବା ପାଇଁ -h କୁ ବ୍ୟବହାର କରନ୍ତୁ\n"
-#: fish/fish.c:1096
+#: fish/fish.c:1083
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2225,31 +2225,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
-#: fish/fish.c:1253
+#: fish/fish.c:1240
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "ବାକ୍ୟଖଣ୍ଡ \"%s\" ରେ ପଳାୟନ ଟିପ୍ପଣୀ\n"
-#: fish/fish.c:1451
+#: fish/fish.c:1438
#, 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:1457
+#: fish/fish.c:1444
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
-#: fish/fish.c:1471
+#: fish/fish.c:1458
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
-#: fish/fish.c:1490
+#: fish/fish.c:1477
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -2345,7 +2345,7 @@ msgstr ""
msgid "%s mounted on %s\n"
msgstr "ସ୍ଥାପନ ବିନ୍ଦୁଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ"
-#: fish/keys.c:52
+#: fish/keys.c:53
#, c-format
msgid "Enter key or passphrase (\"%s\"): "
msgstr ""
@@ -2355,12 +2355,12 @@ msgstr ""
msgid "use 'lcd directory' to change local directory\n"
msgstr "ସ୍ଥାନୀୟ ଡିରେକ୍ଟୋରୀକୁ ପରିବର୍ତ୍ତନ କରିବା ପାଇଁ 'lcd directory' କୁ ବ୍ୟବହାର କରନ୍ତୁ\n"
-#: fish/man.c:34
+#: fish/man.c:35
#, c-format
msgid "use 'man' without parameters to open the manual\n"
msgstr ""
-#: fish/man.c:53
+#: fish/man.c:54
#, fuzzy, c-format
msgid "the external 'man' program failed\n"
msgstr "ବାହ୍ୟ ନିର୍ଦ୍ଦେଶ ବିଫଳ ହୋଇଛି: %s"
@@ -2549,7 +2549,7 @@ msgstr ""
msgid "use 'time command [args...]'\n"
msgstr "'time command [args...]' କୁ ବ୍ୟବହାର କରନ୍ତୁ\n"
-#: fuse/guestmount.c:911
+#: fuse/guestmount.c:912
#, fuzzy, c-format
msgid ""
"%s: FUSE module for libguestfs\n"
@@ -2598,17 +2598,17 @@ msgstr ""
" -v|--verbose ଭର୍ବୋଜ ସନ୍ଦେଶଗୁଡ଼ିକ\n"
" -V|--version ସଂସ୍କରଣ ଦର୍ଶାନ୍ତୁ ଏବଂ ପ୍ରସ୍ଥାନ କରନ୍ତୁ\n"
-#: fuse/guestmount.c:1142
+#: fuse/guestmount.c:1130
#, fuzzy, c-format
msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
msgstr "%s: ନିଶ୍ଚିତ ଭାବରେ ଗୋଟିଏ -a ଏବଂ ଅତିକମରେ ଗୋଟିଏ -m ବିକଳ୍ପ ଥିବା ଉଚିତ\n"
-#: fuse/guestmount.c:1150
+#: fuse/guestmount.c:1138
#, c-format
msgid "%s: you must specify a mountpoint in the host filesystem\n"
msgstr "%s: ଆପଣଙ୍କୁ ହୋଷ୍ଟ ଫାଇଲତନ୍ତ୍ରରେ ଗୋଟିଏ ସ୍ଥାପନ ବିନ୍ଦୁ ଉଲ୍ଲେଖ କରିବାକୁ ହେବ\n"
-#: inspector/virt-inspector.c:74
+#: inspector/virt-inspector.c:76
#, fuzzy, c-format
msgid ""
"%s: display information about a virtual machine\n"
@@ -2648,7 +2648,7 @@ msgstr ""
" -v|--verbose ଭର୍ବୋଜ ସନ୍ଦେଶଗୁଡ଼ିକ\n"
" -V|--version ସଂସ୍କରଣ ଦର୍ଶାନ୍ତୁ ଏବଂ ପ୍ରସ୍ଥାନ କରନ୍ତୁ\n"
-#: inspector/virt-inspector.c:261
+#: inspector/virt-inspector.c:263
#, c-format
msgid ""
"%s: no operating system could be detected inside this disk image.\n"
@@ -2665,17 +2665,17 @@ msgid ""
"information about the disk image as possible.\n"
msgstr ""
-#: inspector/virt-inspector.c:286
+#: inspector/virt-inspector.c:288
#, c-format
msgid "%s: XML write error at \"%s\": %m\n"
msgstr ""
-#: inspector/virt-inspector.c:298
+#: inspector/virt-inspector.c:300
#, c-format
msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
msgstr ""
-#: inspector/virt-inspector.c:306
+#: inspector/virt-inspector.c:308
#, c-format
msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
msgstr ""
@@ -2799,7 +2799,7 @@ msgstr "ଗୋଟିଏ ପ୍ରକାର ସହିତ ମେଳଖାଉଥି
msgid "{filename}: could not read initrd format"
msgstr ""
-#: rescue/virt-rescue.c:61
+#: rescue/virt-rescue.c:63
#, fuzzy, c-format
msgid ""
"%s: Run a rescue shell on a virtual machine\n"
@@ -2843,12 +2843,12 @@ msgstr ""
" -v|--verbose ଭର୍ବୋଜ ସନ୍ଦେଶଗୁଡ଼ିକ\n"
" -V|--version ସଂସ୍କରଣ ଦର୍ଶାନ୍ତୁ ଏବଂ ପ୍ରସ୍ଥାନ କରନ୍ତୁ\n"
-#: rescue/virt-rescue.c:178
+#: rescue/virt-rescue.c:180
#, fuzzy, c-format
msgid "%s: could not parse memory size '%s'\n"
msgstr "ଆକାର ବିଶେଷ ଦ୍ରଷ୍ଟବ୍ୟ '%s' କୁ ବିଶ୍ଳେଷଣ କରିପାରିଲା ନାହିଁ\n"
-#: rescue/virt-rescue.c:417
+#: rescue/virt-rescue.c:419
#, fuzzy, c-format
msgid "%s: unknown child exit status (%d)\n"
msgstr "%s: ଅଜଣା ଲମ୍ବା ବିକଳ୍ପ: %s (%d)\n"
@@ -2880,6 +2880,26 @@ msgstr ""
msgid "external command failed, see earlier error messages"
msgstr "guestfs_launch ବିଫଳ ହୋଇଛି, ପୂର୍ବର ତ୍ରୁଟି ସନ୍ଦେଶଗୁଡ଼ିକୁ ଦେଖନ୍ତୁ"
+#: src/dbdump.c:87
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of header"
+msgstr "ଫାଇଲର ଅପ୍ରତ୍ୟାଶିତ ସମାପ୍ତି ଯେତେବେଳେ ଡେମନରୁ ପଢ଼ୁଅଛି"
+
+#: src/dbdump.c:100 src/dbdump.c:112
+#, fuzzy
+msgid "unexpected line from db_dump command, no space prefix"
+msgstr "ଫାଇଲର ଅପ୍ରତ୍ୟାଶିତ ସମାପ୍ତି ଯେତେବେଳେ ଡେମନରୁ ପଢ଼ୁଅଛି"
+
+#: src/dbdump.c:129
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of data"
+msgstr "ଫାଇଲର ଅପ୍ରତ୍ୟାଶିତ ସମାପ୍ତି ଯେତେବେଳେ ଡେମନରୁ ପଢ଼ୁଅଛି"
+
+#: src/dbdump.c:210
+#, fuzzy
+msgid "unexpected non-hex digits in output of db_dump command"
+msgstr "ଫାଇଲର ଅପ୍ରତ୍ୟାଶିତ ସମାପ୍ତି ଯେତେବେଳେ ଡେମନରୁ ପଢ଼ୁଅଛି"
+
#: src/filearch.c:153
#, c-format
msgid "size of %s unreasonable (%<PRIi64> bytes)"
@@ -2891,80 +2911,81 @@ msgid ""
"compiled without PCRE or libmagic libraries"
msgstr ""
-#: src/guestfs.c:177
+#: src/guestfs.c:178
#, c-format
msgid "guestfs_close: called twice on the same handle\n"
msgstr "guestfs_close: ସମାନ ନିୟନ୍ତ୍ରଣରେ ଦୁଇଥର ଡ଼ାକିଥିଲା\n"
-#: src/guestfs.c:302
+#: src/guestfs.c:333
#, c-format
msgid "warning: %s"
msgstr ""
-#: src/guestfs.c:361
+#: src/guestfs.c:392
#, c-format
msgid "libguestfs: error: %s\n"
msgstr "libguestfs: ତ୍ରୁଟି: %s\n"
-#: src/guestfs.c:908
+#: src/guestfs.c:939
#, c-format
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:489 src/inspect.c:1183 src/inspect.c:2901 src/inspect.c:2944
-#: src/inspect.c:2994 src/inspect.c:3038
-#, c-format
-msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+#: src/inspect.c:263
+msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1217
-#, fuzzy
-msgid "could not parse /etc/fstab or empty file"
-msgstr "ଆକାର ବିଶେଷ ଦ୍ରଷ୍ଟବ୍ୟ '%s' କୁ ବିଶ୍ଳେଷଣ କରିପାରିଲା ନାହିଁ\n"
-
-#: src/inspect.c:1432
-#, c-format
-msgid "cannot resolve Windows %%SYSTEMROOT%%"
+#: src/inspect.c:279
+msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
-#: src/inspect.c:1914 src/inspect.c:1927
+#: src/inspect.c:517
#, fuzzy, c-format
-msgid "could not parse integer in version number: %s"
-msgstr "ଆକାର ବିଶେଷ ଦ୍ରଷ୍ଟବ୍ୟ '%s' କୁ ବିଶ୍ଳେଷଣ କରିପାରିଲା ନାହିଁ\n"
+msgid "%s: temporary directory not found"
+msgstr "%s: ଅସ୍ଥାୟୀ ଡିରେକ୍ଟୋରୀ ନିର୍ମାଣ କରିପାରିବେ ନାହିଁ"
-#: src/inspect.c:2023
+#: src/inspect.c:533 src/inspect_fs.c:470 src/inspect_fs.c:514
+#: src/inspect_fs_unix.c:170 src/inspect_fs_unix.c:511
+#: src/inspect_fs_unix.c:753
+#, c-format
+msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+msgstr ""
+
+#: src/inspect.c:570
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:2035
+#: src/inspect.c:582
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:2175
-msgid "not a Windows guest, or systemroot could not be determined"
-msgstr ""
-
-#: src/inspect.c:2191
-msgid "not a Windows guest, or CurrentControlSet could not be determined"
+#: src/inspect.c:592 src/inspect_apps.c:617
+msgid ""
+"inspection API not available since this version of libguestfs was compiled "
+"without PCRE or hivex libraries"
msgstr ""
-#: src/inspect.c:2518 src/inspect.c:2540 src/inspect.c:2565
-#, fuzzy
-msgid "unexpected end of output from db_dump command"
-msgstr "ଫାଇଲର ଅପ୍ରତ୍ୟାଶିତ ସମାପ୍ତି ଯେତେବେଳେ ଡେମନରୁ ପଢ଼ୁଅଛି"
+#: src/inspect_fs.c:326 src/inspect_fs.c:339
+#, fuzzy, c-format
+msgid "could not parse integer in version number: %s"
+msgstr "ଆକାର ବିଶେଷ ଦ୍ରଷ୍ଟବ୍ୟ '%s' କୁ ବିଶ୍ଳେଷଣ କରିପାରିଲା ନାହିଁ\n"
-#: src/inspect.c:3003
+#: src/inspect_fs.c:479
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:3066
-msgid ""
-"inspection API not available since this version of libguestfs was compiled "
-"without PCRE or hivex libraries"
+#: src/inspect_fs_unix.c:545
+#, fuzzy
+msgid "could not parse /etc/fstab or empty file"
+msgstr "ଆକାର ବିଶେଷ ଦ୍ରଷ୍ଟବ୍ୟ '%s' କୁ ବିଶ୍ଳେଷଣ କରିପାରିଲା ନାହିଁ\n"
+
+#: src/inspect_fs_windows.c:112
+#, c-format
+msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
#: src/launch.c:98
diff --git a/po/pa.po b/po/pa.po
index e8e584cf..b5c1af5d 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: libguestfs 1.0.81\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-04-12 20:13+0100\n"
+"POT-Creation-Date: 2011-04-16 13:40+0100\n"
"PO-Revision-Date: 2010-12-23 17:40+0530\n"
"Last-Translator: Jaswinder Singh <j.phulewala@gmail.com>\n"
"Language-Team: PLTG\n"
@@ -18,14 +18,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Virtaal 0.6.1\n"
-#: cat/virt-cat.c:55 cat/virt-filesystems.c:97 cat/virt-ls.c:56 df/main.c:68
-#: fish/fish.c:96 fuse/guestmount.c:907 inspector/virt-inspector.c:70
-#: rescue/virt-rescue.c:57
+#: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
+#: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
+#: rescue/virt-rescue.c:59
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "ਵਧੇਰੇ ਜਾਣਕਾਰੀ ਲਈ `%s --help' ਵਰਤੋ।\n"
-#: cat/virt-cat.c:59
+#: cat/virt-cat.c:61
#, c-format
msgid ""
"%s: display files in a virtual machine\n"
@@ -64,21 +64,21 @@ msgstr ""
" -x Trace libguestfs API calls\n"
"For more information, see the manpage %s(1)।\n"
-#: cat/virt-cat.c:115 cat/virt-filesystems.c:200 cat/virt-ls.c:121
-#: df/domains.c:428 df/main.c:134 fish/fish.c:219 fuse/guestmount.c:1023
-#: inspector/virt-inspector.c:130 rescue/virt-rescue.c:131
+#: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
+#: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
+#: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
#, c-format
msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: ਹੈਂਡਲ ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ\n"
-#: cat/virt-cat.c:137 cat/virt-filesystems.c:254 cat/virt-ls.c:143
-#: df/main.c:158 fish/fish.c:289 fuse/guestmount.c:1073
-#: inspector/virt-inspector.c:152 rescue/virt-rescue.c:155
+#: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
+#: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
+#: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
#, c-format
msgid "%s: unknown long option: %s (%d)\n"
msgstr "%s: unknown long option: %s (%d)\n"
-#: cat/virt-filesystems.c:101
+#: cat/virt-filesystems.c:103
#, c-format
msgid ""
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
@@ -151,12 +151,12 @@ msgstr ""
" -x Trace libguestfs API calls\n"
"For more information, see the manpage %s(1)।\n"
-#: cat/virt-filesystems.c:316 df/main.c:253
+#: cat/virt-filesystems.c:318 df/main.c:255
#, c-format
msgid "%s: you cannot use -h and --csv options together.\n"
msgstr "%s: ਤੁਸੀਂ -h ਅਤੇ --csv ਚੋਣਾਂ ਇਕੱਠੀਆਂ ਨਹੀਂ ਵਰਤ ਸਕਦੇ।\n"
-#: cat/virt-ls.c:60
+#: cat/virt-ls.c:62
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
@@ -229,7 +229,7 @@ msgstr "%s: ਨਾ-ਸਰਗਰਮ ਡੋਮੇਨਾਂ (ਕੋਡ %d, ਡੋ
msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
msgstr "%s: %s ਨੂੰ ਰੱਦ ਕਰ ਰਿਹਾ ਹੈ, ਇਸ ਵਿੱਚ ਬਹੁਤ ਸਾਰੀਆਂ ਡਿਸਕਾਂ (%zu > %d) ਹਨ"
-#: df/main.c:72
+#: df/main.c:74
#, c-format
msgid ""
"%s: display free space on virtual filesystems\n"
@@ -274,52 +274,52 @@ msgstr ""
" -x Trace libguestfs API calls\n"
"For more information, see the manpage %s(1)।\n"
-#: df/main.c:265
+#: df/main.c:267
#, c-format
msgid "%s: compiled without support for libvirt.\n"
msgstr "%s: libvirt ਲਈ ਸਹਿਯੋਗ ਤੋਂ ਬਿਨਾਂ ਕੰਪਾਈਲ ਕੀਤੀ ਹੈ।\n"
-#: df/output.c:49
+#: df/output.c:50
msgid "VirtualMachine"
msgstr "ਵਰਚੁਅਲ-ਮਸ਼ੀਨ"
-#: df/output.c:50
+#: df/output.c:51
msgid "Filesystem"
msgstr "ਫਾਇਲਸਿਸਟਮ"
-#: df/output.c:53
+#: df/output.c:54
msgid "1K-blocks"
msgstr "1K-ਬਲਾਕ"
-#: df/output.c:55
+#: df/output.c:56
msgid "Size"
msgstr "ਅਕਾਰ"
-#: df/output.c:56
+#: df/output.c:57
msgid "Used"
msgstr "ਵਰਤਿਆ ਗਿਆ"
-#: df/output.c:57
+#: df/output.c:58
msgid "Available"
msgstr "ਉਪਲੱਬਧ"
-#: df/output.c:58
+#: df/output.c:59
msgid "Use%"
msgstr "Use%"
-#: df/output.c:60
+#: df/output.c:61
msgid "Inodes"
msgstr "Inodes"
-#: df/output.c:61
+#: df/output.c:62
msgid "IUsed"
msgstr "IUsed"
-#: df/output.c:62
+#: df/output.c:63
msgid "IFree"
msgstr "IFree"
-#: df/output.c:63
+#: df/output.c:64
msgid "IUse%"
msgstr "IUse%"
@@ -1931,7 +1931,7 @@ msgstr "%s: ਚੋਣਵੇਂ ਆਰਗੂਮੈਂਟ \"%s\" ਦੋ ਵਾਰ
msgid "%s: unknown command\n"
msgstr "%s: ਅਣਜਾਣ ਕਮਾਂਡ\n"
-#: fish/config.c:73 fish/config.c:112
+#: fish/config.c:74 fish/config.c:113
#, fuzzy, c-format
msgid "%s: %s: line %d: error parsing configuration file: %s\n"
msgstr "%s: internal error parsing string at '%s'\n"
@@ -2063,49 +2063,49 @@ msgstr ""
" -x Echo each command before executing it\n"
"For more information, see the manpage %s(1)।\n"
-#: fish/fish.c:256
+#: fish/fish.c:243
#, 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:263
+#: fish/fish.c:250
#, 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:313
+#: fish/fish.c:300
#, 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:468
+#: fish/fish.c:455
#, 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:476
+#: fish/fish.c:463
#, 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:482
+#: fish/fish.c:469
#, 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:540
+#: fish/fish.c:527
#, c-format
msgid "guestfish: could not access termcap or terminfo database.\n"
msgstr "guestfish: termcap ਜਾਂ terminfo ਡਾਟਾਬੇਸ ਨੂੰ ਵਰਤ ਨਹੀਂ ਸਕਿਆ।\n"
-#: fish/fish.c:544
+#: fish/fish.c:531
#, c-format
msgid "guestfish: terminal type \"%s\" not defined.\n"
msgstr "guestfish: ਟਰਮੀਨਲ ਕਿਸਮ \"%s\" ਪਰਿਭਾਸ਼ਤ ਨਹੀਂ ਹੈ।\n"
-#: fish/fish.c:632
+#: fish/fish.c:619
#, c-format
msgid ""
"\n"
@@ -2126,45 +2126,45 @@ msgstr ""
" 'quit' to quit the shell\n"
"\n"
-#: fish/fish.c:776
+#: fish/fish.c:763
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: unterminated double quote\n"
-#: fish/fish.c:782 fish/fish.c:799
+#: fish/fish.c:769 fish/fish.c:786
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: ਕਮਾਂਡ ਆਰਗੂਮੈਂਟ ਸਪੇਸ ਨਾਲ ਵੱਖ ਨਹੀਂ ਕੀਤਾ\n"
-#: fish/fish.c:793
+#: fish/fish.c:780
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: unterminated single quote\n"
-#: fish/fish.c:823
+#: fish/fish.c:810
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: internal error parsing string at '%s'\n"
-#: fish/fish.c:840
+#: fish/fish.c:827
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: too many arguments\n"
-#: fish/fish.c:908
+#: fish/fish.c:895
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: empty command on command line\n"
-#: fish/fish.c:1054
+#: fish/fish.c:1041
msgid "display a list of commands or help on a command"
msgstr "ਕਮਾਂਡਾਂ ਦੀ ਸੂਚੀ ਜਾਂ ਕਮਾਂਡ ਬਾਰੇ ਸਹਾਇਤਾ ਵੇਖਾਓ"
-#: fish/fish.c:1056
+#: fish/fish.c:1043
msgid "quit guestfish"
msgstr "quit guestfish"
-#: fish/fish.c:1067
+#: fish/fish.c:1054
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2175,7 +2175,7 @@ msgstr ""
" help cmd\n"
" help\n"
-#: fish/fish.c:1075
+#: fish/fish.c:1062
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2184,12 +2184,12 @@ msgstr ""
"quit - quit guestfish\n"
" quit\n"
-#: fish/fish.c:1080
+#: fish/fish.c:1067
#, 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:1096
+#: fish/fish.c:1083
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2200,31 +2200,31 @@ msgstr ""
"ਕਮਾਂਡਾਂ ਦੀ ਸੂਚੀ ਲਈ: guestfish -h\n"
"ਮੁਕੰਮਲ ਦਸਤਾਵੇਜੀ ਲਈ: man guestfish\n"
-#: fish/fish.c:1253
+#: fish/fish.c:1240
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "ਸਤਰ \"%s\" ਵਿੱਚ ਗਲਤ ਸ਼ਬਦਾਵਲੀ ਹੈ\n"
-#: fish/fish.c:1451
+#: fish/fish.c:1438
#, 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:1457
+#: fish/fish.c:1444
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
-#: fish/fish.c:1471
+#: fish/fish.c:1458
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
-#: fish/fish.c:1490
+#: fish/fish.c:1477
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -2332,7 +2332,7 @@ msgstr "ਓਪਰੇਟਿੰਗ ਸਿਸਟਮ: %s\n"
msgid "%s mounted on %s\n"
msgstr "%s ਨੂੰ %s ਉੱਪਰ ਮਾਊਂਟ ਕੀਤਾ ਗਿਆ ਹੈ\n"
-#: fish/keys.c:52
+#: fish/keys.c:53
#, c-format
msgid "Enter key or passphrase (\"%s\"): "
msgstr "ਕੁੰਜੀ ਜਾਂ ਗੁਪਤਕੋਡ ਦਿਓ (\"%s\"): "
@@ -2342,12 +2342,12 @@ msgstr "ਕੁੰਜੀ ਜਾਂ ਗੁਪਤਕੋਡ ਦਿਓ (\"%s\"): "
msgid "use 'lcd directory' to change local directory\n"
msgstr "ਲੋਕਲ ਡਾਇਰੈਕਟਰੀ ਤਬਦੀਲ ਕਰਨ ਲਈ 'lcd directory' ਵਰਤੋ\n"
-#: fish/man.c:34
+#: fish/man.c:35
#, c-format
msgid "use 'man' without parameters to open the manual\n"
msgstr "ਦਸਤਾਵੇਜ ਖੋਲਣ ਲਈ ਪੈਰਾਮੀਟਰ ਤੋਂ ਬਿਨਾਂ 'man' ਵਰਤੋ\n"
-#: fish/man.c:53
+#: fish/man.c:54
#, c-format
msgid "the external 'man' program failed\n"
msgstr "ਬਾਹਰੀ 'man' ਪਰੋਗਰਾਮ ਫੇਲ ਹੋਇਆ\n"
@@ -2544,7 +2544,7 @@ msgstr "ਨਹੀਂ"
msgid "use 'time command [args...]'\n"
msgstr "use 'time command [args...]'\n"
-#: fuse/guestmount.c:911
+#: fuse/guestmount.c:912
#, fuzzy, c-format
msgid ""
"%s: FUSE module for libguestfs\n"
@@ -2599,17 +2599,17 @@ msgstr ""
" -V|--version Display version and exit\n"
" -x|--trace Trace guestfs API calls\n"
-#: fuse/guestmount.c:1142
+#: fuse/guestmount.c:1130
#, c-format
msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
msgstr "%s: ਸਾਡੇ ਕੋਲ ਘੱਟੋ-ਘੱਟ ਇੱਕ -a/-d ਅਤੇ ਘੱਟੋ-ਘੱਟ ਇੱਕ -m/-i ਚੋਣ ਹੋਣੀ ਜਰੂਰੀ ਹੈ\n"
-#: fuse/guestmount.c:1150
+#: fuse/guestmount.c:1138
#, c-format
msgid "%s: you must specify a mountpoint in the host filesystem\n"
msgstr "%s: ਤੁਹਾਨੂੰ ਹੋਸਟ ਫਾਇਲ-ਸਿਸਟਮ ਵਿੱਚ ਮਾਊਂਟਪੁਆਂਇਟ ਦੇਣਾ ਚਾਹੀਦਾ ਹੈ\n"
-#: inspector/virt-inspector.c:74
+#: inspector/virt-inspector.c:76
#, c-format
msgid ""
"%s: display information about a virtual machine\n"
@@ -2648,7 +2648,7 @@ msgstr ""
" -x Trace libguestfs API calls\n"
"For more information, see the manpage %s(1)।\n"
-#: inspector/virt-inspector.c:261
+#: inspector/virt-inspector.c:263
#, c-format
msgid ""
"%s: no operating system could be detected inside this disk image.\n"
@@ -2677,17 +2677,17 @@ msgstr ""
"If you feel this is an error, please file a bug report including as much\n"
"information about the disk image as possible.\n"
-#: inspector/virt-inspector.c:286
+#: inspector/virt-inspector.c:288
#, c-format
msgid "%s: XML write error at \"%s\": %m\n"
msgstr "%s: XML ਲਿਖਣ ਗਲਤੀ \"%s\" ਉੱਪਰ: %m\n"
-#: inspector/virt-inspector.c:298
+#: inspector/virt-inspector.c:300
#, c-format
msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
msgstr "%s: xmlOutputBufferCreateFd: stdout ਨੂੰ ਖੋਲਣ ਤੋਂ ਫੇਲ ਹੋਇਆ\n"
-#: inspector/virt-inspector.c:306
+#: inspector/virt-inspector.c:308
#, c-format
msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
msgstr "%s: xmlNewTextWriter: libxml2 ਰਾਈਟਰ ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ\n"
@@ -2820,7 +2820,7 @@ msgstr "{path} ਦਾ ਮੇਲ augeas ਪੈਟਰਨ ਨਾਲ ਨਹੀਂ
msgid "{filename}: could not read initrd format"
msgstr "{filename}: initrd ਫਾਰਮੈਟ ਪੜ ਨਹੀਂ ਸਕਿਆ"
-#: rescue/virt-rescue.c:61
+#: rescue/virt-rescue.c:63
#, fuzzy, c-format
msgid ""
"%s: Run a rescue shell on a virtual machine\n"
@@ -2866,12 +2866,12 @@ msgstr ""
" -x Trace libguestfs API calls\n"
"For more information, see the manpage %s(1)।\n"
-#: rescue/virt-rescue.c:178
+#: rescue/virt-rescue.c:180
#, c-format
msgid "%s: could not parse memory size '%s'\n"
msgstr "%s: ਮੈਮੋਰੀ ਅਕਾਰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਿਆ '%s'\n"
-#: rescue/virt-rescue.c:417
+#: rescue/virt-rescue.c:419
#, c-format
msgid "%s: unknown child exit status (%d)\n"
msgstr "%s: ਅਣਜਾਣ ਲੰਬਾ ਚੋਣ: (%d)\n"
@@ -2904,6 +2904,26 @@ msgstr "ਸੁਰੱਖਿਆ: ਕੈਸ਼ ਜੰਤਰ %s ਗਰੁੱਪ ਜਾ
msgid "external command failed, see earlier error messages"
msgstr "ਬਾਹਰੀ ਕਮਾਂਡ ਫੇਲ ਹੋਇਆ, ਪਿਛਲੇ ਗਲਤੀ ਸੁਨੇਹੇ ਵੇਖੋ"
+#: src/dbdump.c:87
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of header"
+msgstr "db_dump ਕਮਾਂਡ ਤੋਂ ਆਊਟਪੁੱਟ ਦਾ ਅਚਾਨਕ ਅੰਤ"
+
+#: src/dbdump.c:100 src/dbdump.c:112
+#, fuzzy
+msgid "unexpected line from db_dump command, no space prefix"
+msgstr "db_dump ਕਮਾਂਡ ਤੋਂ ਆਊਟਪੁੱਟ ਦਾ ਅਚਾਨਕ ਅੰਤ"
+
+#: src/dbdump.c:129
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of data"
+msgstr "db_dump ਕਮਾਂਡ ਤੋਂ ਆਊਟਪੁੱਟ ਦਾ ਅਚਾਨਕ ਅੰਤ"
+
+#: src/dbdump.c:210
+#, fuzzy
+msgid "unexpected non-hex digits in output of db_dump command"
+msgstr "db_dump ਕਮਾਂਡ ਤੋਂ ਆਊਟਪੁੱਟ ਦਾ ਅਚਾਨਕ ਅੰਤ"
+
#: src/filearch.c:153
#, c-format
msgid "size of %s unreasonable (%<PRIi64> bytes)"
@@ -2917,51 +2937,52 @@ msgstr ""
"ਫਾਇਲ-ਢਾਂਚਾ API ਉਪਲੱਬਧ ਨਹੀਂ ਕਿਉਂਕਿ libguestfs ਦਾ ਇਹ ਵਰਜਨ PCRE ਜਾਂ libmagic "
"ਲਾਇਬਰੇਰੀਆਂ ਤੋਂ ਬਿਨਾਂ ਕੰਪਾਈਲ ਕੀਤਾ ਹੈ"
-#: src/guestfs.c:177
+#: src/guestfs.c:178
#, c-format
msgid "guestfs_close: called twice on the same handle\n"
msgstr "guestfs_close: called twice on the same handle\n"
-#: src/guestfs.c:302
+#: src/guestfs.c:333
#, c-format
msgid "warning: %s"
msgstr ""
-#: src/guestfs.c:361
+#: src/guestfs.c:392
#, c-format
msgid "libguestfs: error: %s\n"
msgstr "libguestfs: error: %s\n"
-#: src/guestfs.c:908
+#: src/guestfs.c:939
#, c-format
msgid "<truncated, original size %zu bytes>"
msgstr "<ਘਟਾਇਆ, ਅਸਲੀ ਅਕਾਰ %zu ਬਾਈਟ>"
-#: src/inspect.c:489 src/inspect.c:1183 src/inspect.c:2901 src/inspect.c:2944
-#: src/inspect.c:2994 src/inspect.c:3038
-#, c-format
-msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
-msgstr "%s ਦਾ ਅਕਾਰ ਬੇਲੋੜਾ ਹੈ (%<PRIi64> ਬਾਈਟਾਂ)"
+#: src/inspect.c:263
+msgid "not a Windows guest, or systemroot could not be determined"
+msgstr "ਇੱਕ Windows ਗਿਸਟ ਨਹੀਂ ਹੈ, ਜਾਂ systemroot ਦਾ ਪਤਾ ਨਹੀਂ ਲਾਇਆ ਜਾ ਸਕਦਾ"
-#: src/inspect.c:1217
-msgid "could not parse /etc/fstab or empty file"
-msgstr "/etc/fstab ਜਾਂ ਖਾਲੀ ਫਾਇਲ ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਦਾ"
+#: src/inspect.c:279
+#, fuzzy
+msgid "not a Windows guest, or CurrentControlSet could not be determined"
+msgstr "ਇੱਕ Windows ਗਿਸਟ ਨਹੀਂ ਹੈ, ਜਾਂ systemroot ਦਾ ਪਤਾ ਨਹੀਂ ਲਾਇਆ ਜਾ ਸਕਦਾ"
-#: src/inspect.c:1432
-#, c-format
-msgid "cannot resolve Windows %%SYSTEMROOT%%"
-msgstr "Windows %%SYSTEMROOT%% ਨੂੰ ਰਿਜ਼ੌਲਵ ਨਹੀਂ ਕਰ ਸਕਦਾ"
+#: src/inspect.c:517
+#, fuzzy, c-format
+msgid "%s: temporary directory not found"
+msgstr "%s: ਆਰਜੀ ਡਾਇਰੈਕਟਰੀ ਨਹੀਂ ਬਣਾ ਸਕਿਆ"
-#: src/inspect.c:1914 src/inspect.c:1927
+#: src/inspect.c:533 src/inspect_fs.c:470 src/inspect_fs.c:514
+#: src/inspect_fs_unix.c:170 src/inspect_fs_unix.c:511
+#: src/inspect_fs_unix.c:753
#, c-format
-msgid "could not parse integer in version number: %s"
-msgstr "ਵਰਜਨ ਨੰਬਰ ਵਿੱਚ ਪੂਰਨਅੰਕ ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਿਆ: %s"
+msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+msgstr "%s ਦਾ ਅਕਾਰ ਬੇਲੋੜਾ ਹੈ (%<PRIi64> ਬਾਈਟਾਂ)"
-#: src/inspect.c:2023
+#: src/inspect.c:570
msgid "no inspection data: call guestfs_inspect_os first"
msgstr "ਕੋਈ ਪੜਤਾਲ ਡਾਟਾ ਨਹੀਂ ਹੈ: ਪਹਿਲਾਂ guestfs_inspect_os ਨੂੰ ਕਾਲ ਕਰੋ"
-#: src/inspect.c:2035
+#: src/inspect.c:582
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -2970,25 +2991,7 @@ msgstr ""
"%s: ਰੂਟ (root) ਜੰਤਰ ਨਹੀਂ ਲੱਭਿਆ: ਇਸ ਫੰਕਸ਼ਨ ਨੂੰ ਸਿਰਫ ਰੂਟ ਜੰਤਰ ਨਾਲ ਕਾਲ ਕਰੋ ਜੋ ਪਹਿਲਾਂ "
"guestfs_inspect_os ਦੁਆਰਾ ਦਿੱਤਾ ਗਿਆ ਸੀ"
-#: src/inspect.c:2175
-msgid "not a Windows guest, or systemroot could not be determined"
-msgstr "ਇੱਕ Windows ਗਿਸਟ ਨਹੀਂ ਹੈ, ਜਾਂ systemroot ਦਾ ਪਤਾ ਨਹੀਂ ਲਾਇਆ ਜਾ ਸਕਦਾ"
-
-#: src/inspect.c:2191
-#, fuzzy
-msgid "not a Windows guest, or CurrentControlSet could not be determined"
-msgstr "ਇੱਕ Windows ਗਿਸਟ ਨਹੀਂ ਹੈ, ਜਾਂ systemroot ਦਾ ਪਤਾ ਨਹੀਂ ਲਾਇਆ ਜਾ ਸਕਦਾ"
-
-#: src/inspect.c:2518 src/inspect.c:2540 src/inspect.c:2565
-msgid "unexpected end of output from db_dump command"
-msgstr "db_dump ਕਮਾਂਡ ਤੋਂ ਆਊਟਪੁੱਟ ਦਾ ਅਚਾਨਕ ਅੰਤ"
-
-#: src/inspect.c:3003
-#, c-format
-msgid "%s: file is empty"
-msgstr "%s: ਫਾਇਲ ਖਾਲੀ ਹੈ"
-
-#: src/inspect.c:3066
+#: src/inspect.c:592 src/inspect_apps.c:617
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
@@ -2996,6 +2999,25 @@ msgstr ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
+#: src/inspect_fs.c:326 src/inspect_fs.c:339
+#, c-format
+msgid "could not parse integer in version number: %s"
+msgstr "ਵਰਜਨ ਨੰਬਰ ਵਿੱਚ ਪੂਰਨਅੰਕ ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਿਆ: %s"
+
+#: src/inspect_fs.c:479
+#, c-format
+msgid "%s: file is empty"
+msgstr "%s: ਫਾਇਲ ਖਾਲੀ ਹੈ"
+
+#: src/inspect_fs_unix.c:545
+msgid "could not parse /etc/fstab or empty file"
+msgstr "/etc/fstab ਜਾਂ ਖਾਲੀ ਫਾਇਲ ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਦਾ"
+
+#: src/inspect_fs_windows.c:112
+#, c-format
+msgid "cannot resolve Windows %%SYSTEMROOT%%"
+msgstr "Windows %%SYSTEMROOT%% ਨੂੰ ਰਿਜ਼ੌਲਵ ਨਹੀਂ ਕਰ ਸਕਦਾ"
+
#: src/launch.c:98
msgid "command line cannot be altered after qemu subprocess launched"
msgstr "ਕਮਾਂਡ ਲਾਈਨ ਨੂੰ qemu ਅਧੀਨ-ਕਾਰਜ ਚਾਲੂ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਸੋਧਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ"
diff --git a/po/pl.po b/po/pl.po
index bbc62449..84a2eaa3 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: pl\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-04-12 20:13+0100\n"
+"POT-Creation-Date: 2011-04-16 13:40+0100\n"
"PO-Revision-Date: 2010-12-21 14:12+0100\n"
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
"Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n"
@@ -15,14 +15,14 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: cat/virt-cat.c:55 cat/virt-filesystems.c:97 cat/virt-ls.c:56 df/main.c:68
-#: fish/fish.c:96 fuse/guestmount.c:907 inspector/virt-inspector.c:70
-#: rescue/virt-rescue.c:57
+#: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
+#: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
+#: rescue/virt-rescue.c:59
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Należy spróbować \"%s --help\", aby uzyskać więcej informacji.\n"
-#: cat/virt-cat.c:59
+#: cat/virt-cat.c:61
#, c-format
msgid ""
"%s: display files in a virtual machine\n"
@@ -62,21 +62,21 @@ 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:115 cat/virt-filesystems.c:200 cat/virt-ls.c:121
-#: df/domains.c:428 df/main.c:134 fish/fish.c:219 fuse/guestmount.c:1023
-#: inspector/virt-inspector.c:130 rescue/virt-rescue.c:131
+#: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
+#: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
+#: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
#, c-format
msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: utworzenie programu obsługi nie powiodło się\n"
-#: cat/virt-cat.c:137 cat/virt-filesystems.c:254 cat/virt-ls.c:143
-#: df/main.c:158 fish/fish.c:289 fuse/guestmount.c:1073
-#: inspector/virt-inspector.c:152 rescue/virt-rescue.c:155
+#: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
+#: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
+#: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
#, c-format
msgid "%s: unknown long option: %s (%d)\n"
msgstr "%s: nieznana długa opcja: %s (%d)\n"
-#: cat/virt-filesystems.c:101
+#: cat/virt-filesystems.c:103
#, c-format
msgid ""
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
@@ -152,12 +152,12 @@ 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-filesystems.c:316 df/main.c:253
+#: cat/virt-filesystems.c:318 df/main.c:255
#, c-format
msgid "%s: you cannot use -h and --csv options together.\n"
msgstr "%s: nie można używać opcji -h oraz --csv jednocześnie.\n"
-#: cat/virt-ls.c:60
+#: cat/virt-ls.c:62
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
@@ -236,7 +236,7 @@ msgstr ""
msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
msgstr "%s: ignorowanie %s, posiada za dużo dysków (%zu > %d)"
-#: df/main.c:72
+#: df/main.c:74
#, c-format
msgid ""
"%s: display free space on virtual filesystems\n"
@@ -283,52 +283,52 @@ msgstr ""
" -x Śledzi wywołania API biblioteki libguestfs\n"
"Aby dowiedzieć się więcej, należy zobaczyć stronę podręcznika %s(1).\n"
-#: df/main.c:265
+#: df/main.c:267
#, c-format
msgid "%s: compiled without support for libvirt.\n"
msgstr "%s: skompilowano bez obsługi biblioteki libvirt.\n"
-#: df/output.c:49
+#: df/output.c:50
msgid "VirtualMachine"
msgstr "Maszyna wirtualna"
-#: df/output.c:50
+#: df/output.c:51
msgid "Filesystem"
msgstr "System plików"
-#: df/output.c:53
+#: df/output.c:54
msgid "1K-blocks"
msgstr "K-bloki"
-#: df/output.c:55
+#: df/output.c:56
msgid "Size"
msgstr "Rozmiar"
-#: df/output.c:56
+#: df/output.c:57
msgid "Used"
msgstr "Użyte"
-#: df/output.c:57
+#: df/output.c:58
msgid "Available"
msgstr "Dostępne"
-#: df/output.c:58
+#: df/output.c:59
msgid "Use%"
msgstr "Użycie%"
-#: df/output.c:60
+#: df/output.c:61
msgid "Inodes"
msgstr "I-węzły"
-#: df/output.c:61
+#: df/output.c:62
msgid "IUsed"
msgstr "IUżyte"
-#: df/output.c:62
+#: df/output.c:63
msgid "IFree"
msgstr "IWolne"
-#: df/output.c:63
+#: df/output.c:64
msgid "IUse%"
msgstr "IUżyte%"
@@ -1960,7 +1960,7 @@ msgstr "%s: opcjonalny parametr \"%s\" został podany dwa razy\n"
msgid "%s: unknown command\n"
msgstr "%s: nieznane polecenie\n"
-#: fish/config.c:73 fish/config.c:112
+#: fish/config.c:74 fish/config.c:113
#, fuzzy, c-format
msgid "%s: %s: line %d: error parsing configuration file: %s\n"
msgstr "%s: wewnętrzny błąd przetwarzania ciągu \"%s\"\n"
@@ -2098,50 +2098,50 @@ msgstr ""
" wykonaniem\n"
"Aby dowiedzieć się więcej, należy zobaczyć stronę podręcznika %s(1).\n"
-#: fish/fish.c:256
+#: fish/fish.c:243
#, 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:263
+#: fish/fish.c:250
#, 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:313
+#: fish/fish.c:300
#, 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:468
+#: fish/fish.c:455
#, 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:476
+#: fish/fish.c:463
#, 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:482
+#: fish/fish.c:469
#, 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:540
+#: fish/fish.c:527
#, c-format
msgid "guestfish: could not access termcap or terminfo database.\n"
msgstr ""
"guestfish: nie można uzyskać dostępu do bazy danych termcap lub terminfo.\n"
-#: fish/fish.c:544
+#: fish/fish.c:531
#, c-format
msgid "guestfish: terminal type \"%s\" not defined.\n"
msgstr "guestfish: typ terminala \"%s\" nie jest określony.\n"
-#: fish/fish.c:632
+#: fish/fish.c:619
#, c-format
msgid ""
"\n"
@@ -2162,45 +2162,45 @@ msgstr ""
" \"quit\", aby zakończyć powłokę\n"
"\n"
-#: fish/fish.c:776
+#: fish/fish.c:763
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: niezakończony podwójny cudzysłów\n"
-#: fish/fish.c:782 fish/fish.c:799
+#: fish/fish.c:769 fish/fish.c:786
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: parametry poleceń nie są oddzielone spacjami\n"
-#: fish/fish.c:793
+#: fish/fish.c:780
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: niezakończony pojedynczy cudzysłów\n"
-#: fish/fish.c:823
+#: fish/fish.c:810
#, 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:840
+#: fish/fish.c:827
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: za dużo parametrów\n"
-#: fish/fish.c:908
+#: fish/fish.c:895
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: puste polecenie wiersza poleceń\n"
-#: fish/fish.c:1054
+#: fish/fish.c:1041
msgid "display a list of commands or help on a command"
msgstr "wyświetla listę poleceń lub pomoc polecenia"
-#: fish/fish.c:1056
+#: fish/fish.c:1043
msgid "quit guestfish"
msgstr "kończy działanie programu guestfish"
-#: fish/fish.c:1067
+#: fish/fish.c:1054
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2211,7 +2211,7 @@ msgstr ""
" help polecenie\n"
" help\n"
-#: fish/fish.c:1075
+#: fish/fish.c:1062
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2220,14 +2220,14 @@ msgstr ""
"quit - kończy działanie programu guestfish\n"
" quit\n"
-#: fish/fish.c:1080
+#: fish/fish.c:1067
#, 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:1096
+#: fish/fish.c:1083
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2238,31 +2238,31 @@ msgstr ""
"Lista poleceń: guestfish -h\n"
"Pełna dokumentacja: man guestfish\n"
-#: fish/fish.c:1253
+#: fish/fish.c:1240
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "Cytat ucieczki w ciągu \"%s\"\n"
-#: fish/fish.c:1451
+#: fish/fish.c:1438
#, 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:1457
+#: fish/fish.c:1444
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
-#: fish/fish.c:1471
+#: fish/fish.c:1458
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
-#: fish/fish.c:1490
+#: fish/fish.c:1477
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -2374,7 +2374,7 @@ msgstr "System operacyjny: %s\n"
msgid "%s mounted on %s\n"
msgstr "%s zamontowano w %s\n"
-#: fish/keys.c:52
+#: fish/keys.c:53
#, c-format
msgid "Enter key or passphrase (\"%s\"): "
msgstr "Proszę podać klucz lub hasło (\"%s\"): "
@@ -2384,12 +2384,12 @@ msgstr "Proszę podać klucz lub hasło (\"%s\"): "
msgid "use 'lcd directory' to change local directory\n"
msgstr "należy użyć \"lcd katalog\", aby zmienić lokalny katalog\n"
-#: fish/man.c:34
+#: fish/man.c:35
#, c-format
msgid "use 'man' without parameters to open the manual\n"
msgstr "należy użyć \"man\" bez parametrów, aby otworzyć podręcznik\n"
-#: fish/man.c:53
+#: fish/man.c:54
#, c-format
msgid "the external 'man' program failed\n"
msgstr "zewnętrzny program \"man\" nie powiódł się\n"
@@ -2597,7 +2597,7 @@ msgstr "nie"
msgid "use 'time command [args...]'\n"
msgstr "należy użyć \"time polecenie [parametry...]\"\n"
-#: fuse/guestmount.c:911
+#: fuse/guestmount.c:912
#, fuzzy, c-format
msgid ""
"%s: FUSE module for libguestfs\n"
@@ -2654,18 +2654,18 @@ msgstr ""
" -V|--version Wyświetla wersję i kończy działanie\n"
" --trace Śledzi wywołania API biblioteki guestfs\n"
-#: fuse/guestmount.c:1142
+#: fuse/guestmount.c:1130
#, c-format
msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
msgstr ""
"%s: musi posiadać co najmniej jedną opcję -a/-d i co najmniej jedną -m/-i\n"
-#: fuse/guestmount.c:1150
+#: fuse/guestmount.c:1138
#, c-format
msgid "%s: you must specify a mountpoint in the host filesystem\n"
msgstr "%s: należy podać punkt montowania w systemie plików gospodarza\n"
-#: inspector/virt-inspector.c:74
+#: inspector/virt-inspector.c:76
#, c-format
msgid ""
"%s: display information about a virtual machine\n"
@@ -2705,7 +2705,7 @@ msgstr ""
" -x Śledzi wywołania API biblioteki libguestfs\n"
"Aby dowiedzieć się więcej, należy zobaczyć stronę podręcznika %s(1).\n"
-#: inspector/virt-inspector.c:261
+#: inspector/virt-inspector.c:263
#, c-format
msgid ""
"%s: no operating system could be detected inside this disk image.\n"
@@ -2733,19 +2733,19 @@ msgstr ""
"Jeśli jest to błąd, proszę wypełnić zgłoszenie błędu dołączając tak dużo "
"informacji o pliku obrazu, jak to tylko możliwe (w języku angielskim).\n"
-#: inspector/virt-inspector.c:286
+#: inspector/virt-inspector.c:288
#, c-format
msgid "%s: XML write error at \"%s\": %m\n"
msgstr "%s: błąd zapisu XML w \"%s\": %m\n"
-#: inspector/virt-inspector.c:298
+#: inspector/virt-inspector.c:300
#, c-format
msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
msgstr ""
"%s: xmlOutputBufferCreateFd: otwarcie standardowego wyjścia nie powiodło "
"się\n"
-#: inspector/virt-inspector.c:306
+#: inspector/virt-inspector.c:308
#, c-format
msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
msgstr ""
@@ -2879,7 +2879,7 @@ msgstr "{path} nie zgadza się ze wzorem Augeas"
msgid "{filename}: could not read initrd format"
msgstr "{filename}: nie można odczytać formatu initrd"
-#: rescue/virt-rescue.c:61
+#: rescue/virt-rescue.c:63
#, fuzzy, c-format
msgid ""
"%s: Run a rescue shell on a virtual machine\n"
@@ -2926,12 +2926,12 @@ msgstr ""
" -x Śledzi wywołania API biblioteki libguestfs\n"
"Aby dowiedzieć się więcej, należy zobaczyć stronę podręcznika %s(1).\n"
-#: rescue/virt-rescue.c:178
+#: rescue/virt-rescue.c:180
#, c-format
msgid "%s: could not parse memory size '%s'\n"
msgstr "%s: nie można przetworzyć rozmiaru pamięci \"%s\"\n"
-#: rescue/virt-rescue.c:417
+#: rescue/virt-rescue.c:419
#, c-format
msgid "%s: unknown child exit status (%d)\n"
msgstr "%s: nieznany stan wyjścia potomka (%d)\n"
@@ -2971,6 +2971,26 @@ msgstr ""
"zewnętrzne polecenie nie powiodło się, proszę zobaczyć wcześniejsze "
"komunikaty błędów"
+#: src/dbdump.c:87
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of header"
+msgstr "nieoczekiwany koniec wyjścia polecenia db_dump"
+
+#: src/dbdump.c:100 src/dbdump.c:112
+#, fuzzy
+msgid "unexpected line from db_dump command, no space prefix"
+msgstr "nieoczekiwany koniec wyjścia polecenia db_dump"
+
+#: src/dbdump.c:129
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of data"
+msgstr "nieoczekiwany koniec wyjścia polecenia db_dump"
+
+#: src/dbdump.c:210
+#, fuzzy
+msgid "unexpected non-hex digits in output of db_dump command"
+msgstr "nieoczekiwany koniec wyjścia polecenia db_dump"
+
#: src/filearch.c:153
#, c-format
msgid "size of %s unreasonable (%<PRIi64> bytes)"
@@ -2984,51 +3004,52 @@ msgstr ""
"API architektury plików jest niedostępne, ponieważ ta wersja biblioteki "
"libguestfs została skompilowana bez bibliotek PCRE lub libmagic"
-#: src/guestfs.c:177
+#: src/guestfs.c:178
#, c-format
msgid "guestfs_close: called twice on the same handle\n"
msgstr "guestfs_close: wywołano dwa razy w tym samym programie obsługującym\n"
-#: src/guestfs.c:302
+#: src/guestfs.c:333
#, c-format
msgid "warning: %s"
msgstr ""
-#: src/guestfs.c:361
+#: src/guestfs.c:392
#, c-format
msgid "libguestfs: error: %s\n"
msgstr "libguestfs: błąd: %s\n"
-#: src/guestfs.c:908
+#: src/guestfs.c:939
#, c-format
msgid "<truncated, original size %zu bytes>"
msgstr "<skrócone, pierwotny rozmiar %zu bajtów>"
-#: src/inspect.c:489 src/inspect.c:1183 src/inspect.c:2901 src/inspect.c:2944
-#: src/inspect.c:2994 src/inspect.c:3038
-#, c-format
-msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
-msgstr "rozmiar %s jest nierozsądnie duży (%<PRIi64> bajtów)"
+#: src/inspect.c:263
+msgid "not a Windows guest, or systemroot could not be determined"
+msgstr "nie jest gościem systemu Windows lub nie można określić systemroot"
-#: src/inspect.c:1217
-msgid "could not parse /etc/fstab or empty file"
-msgstr "nie można przetworzyć pliku /etc/fstab lub pustego pliku"
+#: src/inspect.c:279
+#, fuzzy
+msgid "not a Windows guest, or CurrentControlSet could not be determined"
+msgstr "nie jest gościem systemu Windows lub nie można określić systemroot"
-#: src/inspect.c:1432
-#, c-format
-msgid "cannot resolve Windows %%SYSTEMROOT%%"
-msgstr "nie można rozwiązać %%SYSTEMROOT%% systemu Windows"
+#: src/inspect.c:517
+#, fuzzy, c-format
+msgid "%s: temporary directory not found"
+msgstr "%s: nie można utworzyć katalogu tymczasowego"
-#: src/inspect.c:1914 src/inspect.c:1927
+#: src/inspect.c:533 src/inspect_fs.c:470 src/inspect_fs.c:514
+#: src/inspect_fs_unix.c:170 src/inspect_fs_unix.c:511
+#: src/inspect_fs_unix.c:753
#, c-format
-msgid "could not parse integer in version number: %s"
-msgstr "nie można przetworzyć liczby całkowitej w numerze wersji: %s"
+msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+msgstr "rozmiar %s jest nierozsądnie duży (%<PRIi64> bajtów)"
-#: src/inspect.c:2023
+#: src/inspect.c:570
msgid "no inspection data: call guestfs_inspect_os first"
msgstr "brak danych badania: najpierw należy wywołać guestfs_inspect_os"
-#: src/inspect.c:2035
+#: src/inspect.c:582
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3037,25 +3058,7 @@ msgstr ""
"%s: nie odnaleziono urządzenia root: należy wywoływać tę funkcję tylko z "
"urządzeniem root poprzednio zwróconym przez guestfs_inspect_os"
-#: src/inspect.c:2175
-msgid "not a Windows guest, or systemroot could not be determined"
-msgstr "nie jest gościem systemu Windows lub nie można określić systemroot"
-
-#: src/inspect.c:2191
-#, fuzzy
-msgid "not a Windows guest, or CurrentControlSet could not be determined"
-msgstr "nie jest gościem systemu Windows lub nie można określić systemroot"
-
-#: src/inspect.c:2518 src/inspect.c:2540 src/inspect.c:2565
-msgid "unexpected end of output from db_dump command"
-msgstr "nieoczekiwany koniec wyjścia polecenia db_dump"
-
-#: src/inspect.c:3003
-#, c-format
-msgid "%s: file is empty"
-msgstr "%s: plik jest pusty"
-
-#: src/inspect.c:3066
+#: src/inspect.c:592 src/inspect_apps.c:617
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
@@ -3063,6 +3066,25 @@ msgstr ""
"API badania jest niedostępne, ponieważ ta wersja biblioteki libguestfs "
"została skompilowana bez bibliotek PCRE lub hivex"
+#: src/inspect_fs.c:326 src/inspect_fs.c:339
+#, c-format
+msgid "could not parse integer in version number: %s"
+msgstr "nie można przetworzyć liczby całkowitej w numerze wersji: %s"
+
+#: src/inspect_fs.c:479
+#, c-format
+msgid "%s: file is empty"
+msgstr "%s: plik jest pusty"
+
+#: src/inspect_fs_unix.c:545
+msgid "could not parse /etc/fstab or empty file"
+msgstr "nie można przetworzyć pliku /etc/fstab lub pustego pliku"
+
+#: src/inspect_fs_windows.c:112
+#, c-format
+msgid "cannot resolve Windows %%SYSTEMROOT%%"
+msgstr "nie można rozwiązać %%SYSTEMROOT%% systemu Windows"
+
#: src/launch.c:98
msgid "command line cannot be altered after qemu subprocess launched"
msgstr ""
diff --git a/po/ta.po b/po/ta.po
index 0019efcc..9bd250e7 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: libguestfs 1.0.81\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-04-12 20:13+0100\n"
+"POT-Creation-Date: 2011-04-16 13:40+0100\n"
"PO-Revision-Date: 2010-01-29 13:38+0530\n"
"Last-Translator: I. Felix <ifelix@redhat.com>\n"
"Language-Team: ta_IN <kde-i18n-doc@kde.org>\n"
@@ -18,14 +18,14 @@ msgstr ""
"X-Generator: Lokalize 1.0\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: cat/virt-cat.c:55 cat/virt-filesystems.c:97 cat/virt-ls.c:56 df/main.c:68
-#: fish/fish.c:96 fuse/guestmount.c:907 inspector/virt-inspector.c:70
-#: rescue/virt-rescue.c:57
+#: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
+#: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
+#: rescue/virt-rescue.c:59
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "`%s --help' க்கான கூடுதல் தகவலுக்கு முயற்சிக்கவும்.\n"
-#: cat/virt-cat.c:59
+#: cat/virt-cat.c:61
#, fuzzy, c-format
msgid ""
"%s: display files in a virtual machine\n"
@@ -65,21 +65,21 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: cat/virt-cat.c:115 cat/virt-filesystems.c:200 cat/virt-ls.c:121
-#: df/domains.c:428 df/main.c:134 fish/fish.c:219 fuse/guestmount.c:1023
-#: inspector/virt-inspector.c:130 rescue/virt-rescue.c:131
+#: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
+#: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
+#: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
#, c-format
msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: ஹாண்டிலை உருவாக்க முடியவில்லை\n"
-#: cat/virt-cat.c:137 cat/virt-filesystems.c:254 cat/virt-ls.c:143
-#: df/main.c:158 fish/fish.c:289 fuse/guestmount.c:1073
-#: inspector/virt-inspector.c:152 rescue/virt-rescue.c:155
+#: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
+#: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
+#: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
#, c-format
msgid "%s: unknown long option: %s (%d)\n"
msgstr "%s: தெரியாத நீண்ட விருப்பம்: %s (%d)\n"
-#: cat/virt-filesystems.c:101
+#: cat/virt-filesystems.c:103
#, fuzzy, c-format
msgid ""
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
@@ -136,12 +136,12 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: cat/virt-filesystems.c:316 df/main.c:253
+#: cat/virt-filesystems.c:318 df/main.c:255
#, fuzzy, c-format
msgid "%s: you cannot use -h and --csv options together.\n"
msgstr "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
-#: cat/virt-ls.c:60
+#: cat/virt-ls.c:62
#, fuzzy, c-format
msgid ""
"%s: list files in a virtual machine\n"
@@ -213,7 +213,7 @@ msgstr ""
msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
msgstr ""
-#: df/main.c:72
+#: df/main.c:74
#, fuzzy, c-format
msgid ""
"%s: display free space on virtual filesystems\n"
@@ -256,53 +256,53 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: df/main.c:265
+#: df/main.c:267
#, c-format
msgid "%s: compiled without support for libvirt.\n"
msgstr ""
-#: df/output.c:49
+#: df/output.c:50
msgid "VirtualMachine"
msgstr ""
-#: df/output.c:50
+#: df/output.c:51
#, fuzzy
msgid "Filesystem"
msgstr "ஒரு கோப்புமுறையை செய்"
-#: df/output.c:53
+#: df/output.c:54
msgid "1K-blocks"
msgstr ""
-#: df/output.c:55
+#: df/output.c:56
msgid "Size"
msgstr ""
-#: df/output.c:56
+#: df/output.c:57
msgid "Used"
msgstr ""
-#: df/output.c:57
+#: df/output.c:58
msgid "Available"
msgstr ""
-#: df/output.c:58
+#: df/output.c:59
msgid "Use%"
msgstr ""
-#: df/output.c:60
+#: df/output.c:61
msgid "Inodes"
msgstr ""
-#: df/output.c:61
+#: df/output.c:62
msgid "IUsed"
msgstr ""
-#: df/output.c:62
+#: df/output.c:63
msgid "IFree"
msgstr ""
-#: df/output.c:63
+#: df/output.c:64
msgid "IUse%"
msgstr ""
@@ -1970,7 +1970,7 @@ msgstr "%s: அதிக விவாதங்கள்\n"
msgid "%s: unknown command\n"
msgstr "%s: தெரியாத கட்டளை\n"
-#: fish/config.c:73 fish/config.c:112
+#: fish/config.c:74 fish/config.c:113
#, fuzzy, c-format
msgid "%s: %s: line %d: error parsing configuration file: %s\n"
msgstr "%s: அகப்பிழையை '%s' சரத்தில் பகுக்கிறது\n"
@@ -2091,48 +2091,48 @@ msgstr ""
" -V|--version Display version and exit\n"
"For more information, see the manpage %s(1).\n"
-#: fish/fish.c:256
+#: fish/fish.c:243
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID ஆனது எண் இல்லை: %s\n"
-#: fish/fish.c:263
+#: fish/fish.c:250
#, 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:313
+#: fish/fish.c:300
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: ஒரே ஒரு -f அளவுரு கொடுக்கப்படலாம்\n"
-#: fish/fish.c:468
+#: fish/fish.c:455
#, 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:476
+#: fish/fish.c:463
#, 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:482
+#: fish/fish.c:469
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: --listen மற்றும் --file விருப்பங்களை அதே நேரத்தில் பயன்படுத்த முடியாது\n"
-#: fish/fish.c:540
+#: fish/fish.c:527
#, c-format
msgid "guestfish: could not access termcap or terminfo database.\n"
msgstr ""
-#: fish/fish.c:544
+#: fish/fish.c:531
#, c-format
msgid "guestfish: terminal type \"%s\" not defined.\n"
msgstr ""
-#: fish/fish.c:632
+#: fish/fish.c:619
#, fuzzy, c-format
msgid ""
"\n"
@@ -2152,45 +2152,45 @@ msgstr ""
" 'quit' to quit the shell\n"
"\n"
-#: fish/fish.c:776
+#: fish/fish.c:763
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: unterminated double quote\n"
-#: fish/fish.c:782 fish/fish.c:799
+#: fish/fish.c:769 fish/fish.c:786
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: கட்டளை விவாதங்கள் வொயிட்ஸ்பேஸ்ஸால் பிரிக்கப்படவில்லை\n"
-#: fish/fish.c:793
+#: fish/fish.c:780
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: unterminated single quote\n"
-#: fish/fish.c:823
+#: fish/fish.c:810
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: அகப்பிழையை '%s' சரத்தில் பகுக்கிறது\n"
-#: fish/fish.c:840
+#: fish/fish.c:827
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: அதிக விவாதங்கள்\n"
-#: fish/fish.c:908
+#: fish/fish.c:895
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: கட்டளை வரியில் காலியான கட்டளை\n"
-#: fish/fish.c:1054
+#: fish/fish.c:1041
msgid "display a list of commands or help on a command"
msgstr "கட்டளைகளின் ஒரு பட்டியலைக் காட்டு அல்லது ஒரு கட்டளையில் உதவு"
-#: fish/fish.c:1056
+#: fish/fish.c:1043
msgid "quit guestfish"
msgstr "guestfishஐ நிறுத்து"
-#: fish/fish.c:1067
+#: fish/fish.c:1054
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2201,7 +2201,7 @@ msgstr ""
" help cmd\n"
" help\n"
-#: fish/fish.c:1075
+#: fish/fish.c:1062
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2210,13 +2210,13 @@ msgstr ""
"quit - guestfishஐ நிறுத்து\n"
" quit\n"
-#: fish/fish.c:1080
+#: fish/fish.c:1067
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr ""
"%s: கட்டளை என்னவென்று தெரியவில்லை, அனைத்து கட்டளைகளையும் பட்டியலிட -hஐ பயன்படுத்து\n"
-#: fish/fish.c:1096
+#: fish/fish.c:1083
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2224,31 +2224,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
-#: fish/fish.c:1253
+#: fish/fish.c:1240
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "Runaway quote in string \"%s\"\n"
-#: fish/fish.c:1451
+#: fish/fish.c:1438
#, 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:1457
+#: fish/fish.c:1444
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
-#: fish/fish.c:1471
+#: fish/fish.c:1458
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
-#: fish/fish.c:1490
+#: fish/fish.c:1477
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -2344,7 +2344,7 @@ msgstr ""
msgid "%s mounted on %s\n"
msgstr "ஏற்ம்புள்ளிகளைக் காட்டு"
-#: fish/keys.c:52
+#: fish/keys.c:53
#, c-format
msgid "Enter key or passphrase (\"%s\"): "
msgstr ""
@@ -2354,12 +2354,12 @@ msgstr ""
msgid "use 'lcd directory' to change local directory\n"
msgstr "உள்ளமை அடைவை மாற்ற 'lcd அடைவை' பயன்படுத்து\n"
-#: fish/man.c:34
+#: fish/man.c:35
#, c-format
msgid "use 'man' without parameters to open the manual\n"
msgstr ""
-#: fish/man.c:53
+#: fish/man.c:54
#, fuzzy, c-format
msgid "the external 'man' program failed\n"
msgstr "அகக் கட்டளை தோல்வியுற்றது: %s"
@@ -2549,7 +2549,7 @@ msgstr ""
msgid "use 'time command [args...]'\n"
msgstr "'நேர கட்டளையைப் பயன்படுத்து [args...]'\n"
-#: fuse/guestmount.c:911
+#: fuse/guestmount.c:912
#, fuzzy, c-format
msgid ""
"%s: FUSE module for libguestfs\n"
@@ -2598,18 +2598,18 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: fuse/guestmount.c:1142
+#: fuse/guestmount.c:1130
#, fuzzy, c-format
msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
msgstr ""
"%s: விருப்பத்தில் குறைந்தபட்சம் ஒரு -a மற்றும் குறைந்தபட்சம் ஒரு -m ஐ பெற்றிருக்க வேண்டும்\n"
-#: fuse/guestmount.c:1150
+#: fuse/guestmount.c:1138
#, c-format
msgid "%s: you must specify a mountpoint in the host filesystem\n"
msgstr "%s: புரவல கோப்புமுறைமையில் ஒரு ஏறும்புள்ளியை நீங்கள் குறிப்பிட வேண்டும்\n"
-#: inspector/virt-inspector.c:74
+#: inspector/virt-inspector.c:76
#, fuzzy, c-format
msgid ""
"%s: display information about a virtual machine\n"
@@ -2649,7 +2649,7 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: inspector/virt-inspector.c:261
+#: inspector/virt-inspector.c:263
#, c-format
msgid ""
"%s: no operating system could be detected inside this disk image.\n"
@@ -2666,17 +2666,17 @@ msgid ""
"information about the disk image as possible.\n"
msgstr ""
-#: inspector/virt-inspector.c:286
+#: inspector/virt-inspector.c:288
#, c-format
msgid "%s: XML write error at \"%s\": %m\n"
msgstr ""
-#: inspector/virt-inspector.c:298
+#: inspector/virt-inspector.c:300
#, c-format
msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
msgstr ""
-#: inspector/virt-inspector.c:306
+#: inspector/virt-inspector.c:308
#, c-format
msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
msgstr ""
@@ -2800,7 +2800,7 @@ msgstr "திரும்பும் வரிகள் ஒரு பாணி
msgid "{filename}: could not read initrd format"
msgstr ""
-#: rescue/virt-rescue.c:61
+#: rescue/virt-rescue.c:63
#, fuzzy, c-format
msgid ""
"%s: Run a rescue shell on a virtual machine\n"
@@ -2844,12 +2844,12 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: rescue/virt-rescue.c:178
+#: rescue/virt-rescue.c:180
#, fuzzy, c-format
msgid "%s: could not parse memory size '%s'\n"
msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
-#: rescue/virt-rescue.c:417
+#: rescue/virt-rescue.c:419
#, fuzzy, c-format
msgid "%s: unknown child exit status (%d)\n"
msgstr "%s: தெரியாத நீண்ட விருப்பம்: %s (%d)\n"
@@ -2881,6 +2881,26 @@ msgstr ""
msgid "external command failed, see earlier error messages"
msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
+#: src/dbdump.c:87
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of header"
+msgstr "unexpected end of file when reading from daemon"
+
+#: src/dbdump.c:100 src/dbdump.c:112
+#, fuzzy
+msgid "unexpected line from db_dump command, no space prefix"
+msgstr "unexpected end of file when reading from daemon"
+
+#: src/dbdump.c:129
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of data"
+msgstr "unexpected end of file when reading from daemon"
+
+#: src/dbdump.c:210
+#, fuzzy
+msgid "unexpected non-hex digits in output of db_dump command"
+msgstr "unexpected end of file when reading from daemon"
+
#: src/filearch.c:153
#, c-format
msgid "size of %s unreasonable (%<PRIi64> bytes)"
@@ -2892,80 +2912,81 @@ msgid ""
"compiled without PCRE or libmagic libraries"
msgstr ""
-#: src/guestfs.c:177
+#: src/guestfs.c:178
#, c-format
msgid "guestfs_close: called twice on the same handle\n"
msgstr "guestfs_close: அதே ஹாண்டலில் இரண்டு முறை அழைக்கப்பட்டது\n"
-#: src/guestfs.c:302
+#: src/guestfs.c:333
#, c-format
msgid "warning: %s"
msgstr ""
-#: src/guestfs.c:361
+#: src/guestfs.c:392
#, c-format
msgid "libguestfs: error: %s\n"
msgstr "libguestfs: error: %s\n"
-#: src/guestfs.c:908
+#: src/guestfs.c:939
#, c-format
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:489 src/inspect.c:1183 src/inspect.c:2901 src/inspect.c:2944
-#: src/inspect.c:2994 src/inspect.c:3038
-#, c-format
-msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+#: src/inspect.c:263
+msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1217
-#, fuzzy
-msgid "could not parse /etc/fstab or empty file"
-msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
-
-#: src/inspect.c:1432
-#, c-format
-msgid "cannot resolve Windows %%SYSTEMROOT%%"
+#: src/inspect.c:279
+msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
-#: src/inspect.c:1914 src/inspect.c:1927
+#: src/inspect.c:517
#, fuzzy, c-format
-msgid "could not parse integer in version number: %s"
-msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
+msgid "%s: temporary directory not found"
+msgstr "%s: தற்காலிக அடைவை உருவாக்க முடியவில்லை"
-#: src/inspect.c:2023
+#: src/inspect.c:533 src/inspect_fs.c:470 src/inspect_fs.c:514
+#: src/inspect_fs_unix.c:170 src/inspect_fs_unix.c:511
+#: src/inspect_fs_unix.c:753
+#, c-format
+msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+msgstr ""
+
+#: src/inspect.c:570
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:2035
+#: src/inspect.c:582
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:2175
-msgid "not a Windows guest, or systemroot could not be determined"
-msgstr ""
-
-#: src/inspect.c:2191
-msgid "not a Windows guest, or CurrentControlSet could not be determined"
+#: src/inspect.c:592 src/inspect_apps.c:617
+msgid ""
+"inspection API not available since this version of libguestfs was compiled "
+"without PCRE or hivex libraries"
msgstr ""
-#: src/inspect.c:2518 src/inspect.c:2540 src/inspect.c:2565
-#, fuzzy
-msgid "unexpected end of output from db_dump command"
-msgstr "unexpected end of file when reading from daemon"
+#: src/inspect_fs.c:326 src/inspect_fs.c:339
+#, fuzzy, c-format
+msgid "could not parse integer in version number: %s"
+msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
-#: src/inspect.c:3003
+#: src/inspect_fs.c:479
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:3066
-msgid ""
-"inspection API not available since this version of libguestfs was compiled "
-"without PCRE or hivex libraries"
+#: src/inspect_fs_unix.c:545
+#, fuzzy
+msgid "could not parse /etc/fstab or empty file"
+msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
+
+#: src/inspect_fs_windows.c:112
+#, c-format
+msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
#: src/launch.c:98
diff --git a/po/te.po b/po/te.po
index dde3e283..72663f72 100644
--- a/po/te.po
+++ b/po/te.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master.libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-04-12 20:13+0100\n"
+"POT-Creation-Date: 2011-04-16 13:40+0100\n"
"PO-Revision-Date: 2010-01-27 20:03+0530\n"
"Last-Translator: Krishna Babu K <kkrothap@redhat.com>\n"
"Language-Team: Telugu <en@li.org>\n"
@@ -20,14 +20,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
"\n"
-#: cat/virt-cat.c:55 cat/virt-filesystems.c:97 cat/virt-ls.c:56 df/main.c:68
-#: fish/fish.c:96 fuse/guestmount.c:907 inspector/virt-inspector.c:70
-#: rescue/virt-rescue.c:57
+#: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
+#: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
+#: rescue/virt-rescue.c:59
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "అధిక సమాచారము కొరకు `%s --help' ప్రయత్నించండి\n"
-#: cat/virt-cat.c:59
+#: cat/virt-cat.c:61
#, fuzzy, c-format
msgid ""
"%s: display files in a virtual machine\n"
@@ -67,21 +67,21 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: cat/virt-cat.c:115 cat/virt-filesystems.c:200 cat/virt-ls.c:121
-#: df/domains.c:428 df/main.c:134 fish/fish.c:219 fuse/guestmount.c:1023
-#: inspector/virt-inspector.c:130 rescue/virt-rescue.c:131
+#: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
+#: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
+#: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
#, c-format
msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: సంభాలికను సృష్టించుటకు విఫలమైంది\n"
-#: cat/virt-cat.c:137 cat/virt-filesystems.c:254 cat/virt-ls.c:143
-#: df/main.c:158 fish/fish.c:289 fuse/guestmount.c:1073
-#: inspector/virt-inspector.c:152 rescue/virt-rescue.c:155
+#: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
+#: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
+#: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
#, c-format
msgid "%s: unknown long option: %s (%d)\n"
msgstr "%s: తెలియని long ఐచ్చికము: %s (%d)\n"
-#: cat/virt-filesystems.c:101
+#: cat/virt-filesystems.c:103
#, fuzzy, c-format
msgid ""
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
@@ -138,12 +138,12 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: cat/virt-filesystems.c:316 df/main.c:253
+#: cat/virt-filesystems.c:318 df/main.c:255
#, fuzzy, c-format
msgid "%s: you cannot use -h and --csv options together.\n"
msgstr "%s: ఒకే సమయంలో --listen మరియు --file ఐచ్చికాలను వుపయోగించలేము\n"
-#: cat/virt-ls.c:60
+#: cat/virt-ls.c:62
#, fuzzy, c-format
msgid ""
"%s: list files in a virtual machine\n"
@@ -215,7 +215,7 @@ msgstr ""
msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
msgstr ""
-#: df/main.c:72
+#: df/main.c:74
#, fuzzy, c-format
msgid ""
"%s: display free space on virtual filesystems\n"
@@ -258,53 +258,53 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: df/main.c:265
+#: df/main.c:267
#, c-format
msgid "%s: compiled without support for libvirt.\n"
msgstr ""
-#: df/output.c:49
+#: df/output.c:50
msgid "VirtualMachine"
msgstr ""
-#: df/output.c:50
+#: df/output.c:51
#, fuzzy
msgid "Filesystem"
msgstr "ఫైల్‌సిస్టమ్ చేయుము"
-#: df/output.c:53
+#: df/output.c:54
msgid "1K-blocks"
msgstr ""
-#: df/output.c:55
+#: df/output.c:56
msgid "Size"
msgstr ""
-#: df/output.c:56
+#: df/output.c:57
msgid "Used"
msgstr ""
-#: df/output.c:57
+#: df/output.c:58
msgid "Available"
msgstr ""
-#: df/output.c:58
+#: df/output.c:59
msgid "Use%"
msgstr ""
-#: df/output.c:60
+#: df/output.c:61
msgid "Inodes"
msgstr ""
-#: df/output.c:61
+#: df/output.c:62
msgid "IUsed"
msgstr ""
-#: df/output.c:62
+#: df/output.c:63
msgid "IFree"
msgstr ""
-#: df/output.c:63
+#: df/output.c:64
msgid "IUse%"
msgstr ""
@@ -1971,7 +1971,7 @@ msgstr "%s: చాలా యెక్కువ ఆర్గుమెంట్ల
msgid "%s: unknown command\n"
msgstr "%s: తెలియని ఆదేశము\n"
-#: fish/config.c:73 fish/config.c:112
+#: fish/config.c:74 fish/config.c:113
#, fuzzy, c-format
msgid "%s: %s: line %d: error parsing configuration file: %s\n"
msgstr "%s: '%s'వద్ద స్ట్రింగును పార్శ్ చేయుటలో అంతర్గత దోషము\n"
@@ -2092,48 +2092,48 @@ msgstr ""
" -V|--version Display version and exit\n"
"For more information, see the manpage %s(1).\n"
-#: fish/fish.c:256
+#: fish/fish.c:243
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID సంఖ్య కాదు: %s\n"
-#: fish/fish.c:263
+#: fish/fish.c:250
#, 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:313
+#: fish/fish.c:300
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: ఒక -f పారామితి మాత్రమే యివ్వగలము\n"
-#: fish/fish.c:468
+#: fish/fish.c:455
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: ఒకే సమయం వద్ద --listen మరియు --remote ఐచ్చికాలను వుపయోగించలేము\n"
-#: fish/fish.c:476
+#: fish/fish.c:463
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: --listen ఫ్లాగ్‌తో ఆదేశ వరుసపై అదనపు పారామితులు\n"
-#: fish/fish.c:482
+#: fish/fish.c:469
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: ఒకే సమయంలో --listen మరియు --file ఐచ్చికాలను వుపయోగించలేము\n"
-#: fish/fish.c:540
+#: fish/fish.c:527
#, c-format
msgid "guestfish: could not access termcap or terminfo database.\n"
msgstr ""
-#: fish/fish.c:544
+#: fish/fish.c:531
#, c-format
msgid "guestfish: terminal type \"%s\" not defined.\n"
msgstr ""
-#: fish/fish.c:632
+#: fish/fish.c:619
#, fuzzy, c-format
msgid ""
"\n"
@@ -2153,45 +2153,45 @@ msgstr ""
" 'quit' షెల్ నిష్క్రమించుటకు\n"
"\n"
-#: fish/fish.c:776
+#: fish/fish.c:763
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: మూయని డబుల్ కోట్\n"
-#: fish/fish.c:782 fish/fish.c:799
+#: fish/fish.c:769 fish/fish.c:786
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: వెట్‌స్పేస్ ద్వారా వేరుచేయబడిన కమాండ్ ఆర్గుమెంట్స్\n"
-#: fish/fish.c:793
+#: fish/fish.c:780
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: మూయని సింగిల్ కోట్\n"
-#: fish/fish.c:823
+#: fish/fish.c:810
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: '%s'వద్ద స్ట్రింగును పార్శ్ చేయుటలో అంతర్గత దోషము\n"
-#: fish/fish.c:840
+#: fish/fish.c:827
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: చాలా యెక్కువ ఆర్గుమెంట్లు\n"
-#: fish/fish.c:908
+#: fish/fish.c:895
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: ఆదేశ వరుసపై ఖాళీ ఆదేశము\n"
-#: fish/fish.c:1054
+#: fish/fish.c:1041
msgid "display a list of commands or help on a command"
msgstr "ఆదేశముల జాబితాను లేదా ఆదేశముపై సహాయమును ప్రదర్శించుము"
-#: fish/fish.c:1056
+#: fish/fish.c:1043
msgid "quit guestfish"
msgstr "guestfish నిష్క్రమించుము"
-#: fish/fish.c:1067
+#: fish/fish.c:1054
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2202,7 +2202,7 @@ msgstr ""
" help cmd\n"
" help\n"
-#: fish/fish.c:1075
+#: fish/fish.c:1062
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2211,12 +2211,12 @@ msgstr ""
"quit - guestfish నిష్క్రమించును\n"
" quit\n"
-#: fish/fish.c:1080
+#: fish/fish.c:1067
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr "%s: తెలియని ఆదేశము, అన్ని ఆదేశములను జాబితాచేయుటకు -h వుపయోగించుము\n"
-#: fish/fish.c:1096
+#: fish/fish.c:1083
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2224,31 +2224,31 @@ msgid ""
"For complete documentation: man guestfish\n"
msgstr ""
-#: fish/fish.c:1253
+#: fish/fish.c:1240
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "\"%s\" స్ట్రింగునందు రన్‌యెవే స్ట్రింగ్\n"
-#: fish/fish.c:1451
+#: fish/fish.c:1438
#, 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:1457
+#: fish/fish.c:1444
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
-#: fish/fish.c:1471
+#: fish/fish.c:1458
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
-#: fish/fish.c:1490
+#: fish/fish.c:1477
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -2344,7 +2344,7 @@ msgstr ""
msgid "%s mounted on %s\n"
msgstr "మౌంట్‌పాయింట్లను చూపుము"
-#: fish/keys.c:52
+#: fish/keys.c:53
#, c-format
msgid "Enter key or passphrase (\"%s\"): "
msgstr ""
@@ -2354,12 +2354,12 @@ msgstr ""
msgid "use 'lcd directory' to change local directory\n"
msgstr "స్థానిక డైరెక్టరీను మార్చుటకు 'lcd directory' వుపయోగించుము\n"
-#: fish/man.c:34
+#: fish/man.c:35
#, c-format
msgid "use 'man' without parameters to open the manual\n"
msgstr ""
-#: fish/man.c:53
+#: fish/man.c:54
#, fuzzy, c-format
msgid "the external 'man' program failed\n"
msgstr "బహిర్గత ఆదేశము విఫలమైంది: %s"
@@ -2548,7 +2548,7 @@ msgstr ""
msgid "use 'time command [args...]'\n"
msgstr "'time command [args...]' వుపయోగించుము\n"
-#: fuse/guestmount.c:911
+#: fuse/guestmount.c:912
#, fuzzy, c-format
msgid ""
"%s: FUSE module for libguestfs\n"
@@ -2597,17 +2597,17 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: fuse/guestmount.c:1142
+#: fuse/guestmount.c:1130
#, fuzzy, c-format
msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
msgstr "%s: తప్పక కనీసం వొక -a మరియు వొక -m ఐచ్చికాన్ని కలిగివుండాలి\n"
-#: fuse/guestmount.c:1150
+#: fuse/guestmount.c:1138
#, c-format
msgid "%s: you must specify a mountpoint in the host filesystem\n"
msgstr "%s:హోస్టు ఫైల్‌సిస్టమ్ నందు మీరు తప్పక వొక మౌంట్‌పాయింట్‌ను తెలుపవలెను\n"
-#: inspector/virt-inspector.c:74
+#: inspector/virt-inspector.c:76
#, fuzzy, c-format
msgid ""
"%s: display information about a virtual machine\n"
@@ -2647,7 +2647,7 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: inspector/virt-inspector.c:261
+#: inspector/virt-inspector.c:263
#, c-format
msgid ""
"%s: no operating system could be detected inside this disk image.\n"
@@ -2664,17 +2664,17 @@ msgid ""
"information about the disk image as possible.\n"
msgstr ""
-#: inspector/virt-inspector.c:286
+#: inspector/virt-inspector.c:288
#, c-format
msgid "%s: XML write error at \"%s\": %m\n"
msgstr ""
-#: inspector/virt-inspector.c:298
+#: inspector/virt-inspector.c:300
#, c-format
msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
msgstr ""
-#: inspector/virt-inspector.c:306
+#: inspector/virt-inspector.c:308
#, c-format
msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
msgstr ""
@@ -2798,7 +2798,7 @@ msgstr "మాదిరిని పోలిన వరుసలను తిప
msgid "{filename}: could not read initrd format"
msgstr ""
-#: rescue/virt-rescue.c:61
+#: rescue/virt-rescue.c:63
#, fuzzy, c-format
msgid ""
"%s: Run a rescue shell on a virtual machine\n"
@@ -2842,12 +2842,12 @@ msgstr ""
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
-#: rescue/virt-rescue.c:178
+#: rescue/virt-rescue.c:180
#, fuzzy, c-format
msgid "%s: could not parse memory size '%s'\n"
msgstr "పరిమాణ వివరణలను పార్శ్ చేయలేకపోయింది '%s'\n"
-#: rescue/virt-rescue.c:417
+#: rescue/virt-rescue.c:419
#, fuzzy, c-format
msgid "%s: unknown child exit status (%d)\n"
msgstr "%s: తెలియని long ఐచ్చికము: %s (%d)\n"
@@ -2879,6 +2879,26 @@ msgstr ""
msgid "external command failed, see earlier error messages"
msgstr "guestfs_launch విఫలమైంది, ముందలి దోషపు సందేశములను చూడుము"
+#: src/dbdump.c:87
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of header"
+msgstr "డెమోన్‌నుండి చదువునప్పుడు అనుకోని ఫైలు ముగింపు"
+
+#: src/dbdump.c:100 src/dbdump.c:112
+#, fuzzy
+msgid "unexpected line from db_dump command, no space prefix"
+msgstr "డెమోన్‌నుండి చదువునప్పుడు అనుకోని ఫైలు ముగింపు"
+
+#: src/dbdump.c:129
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of data"
+msgstr "డెమోన్‌నుండి చదువునప్పుడు అనుకోని ఫైలు ముగింపు"
+
+#: src/dbdump.c:210
+#, fuzzy
+msgid "unexpected non-hex digits in output of db_dump command"
+msgstr "డెమోన్‌నుండి చదువునప్పుడు అనుకోని ఫైలు ముగింపు"
+
#: src/filearch.c:153
#, c-format
msgid "size of %s unreasonable (%<PRIi64> bytes)"
@@ -2890,80 +2910,81 @@ msgid ""
"compiled without PCRE or libmagic libraries"
msgstr ""
-#: src/guestfs.c:177
+#: src/guestfs.c:178
#, c-format
msgid "guestfs_close: called twice on the same handle\n"
msgstr "guestfs_close: ఒకే సంభాలికపై రెండుసార్లు పిలువబడింది\n"
-#: src/guestfs.c:302
+#: src/guestfs.c:333
#, c-format
msgid "warning: %s"
msgstr ""
-#: src/guestfs.c:361
+#: src/guestfs.c:392
#, c-format
msgid "libguestfs: error: %s\n"
msgstr "libguestfs: దోషము: %s\n"
-#: src/guestfs.c:908
+#: src/guestfs.c:939
#, c-format
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:489 src/inspect.c:1183 src/inspect.c:2901 src/inspect.c:2944
-#: src/inspect.c:2994 src/inspect.c:3038
-#, c-format
-msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+#: src/inspect.c:263
+msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1217
-#, fuzzy
-msgid "could not parse /etc/fstab or empty file"
-msgstr "పరిమాణ వివరణలను పార్శ్ చేయలేకపోయింది '%s'\n"
-
-#: src/inspect.c:1432
-#, c-format
-msgid "cannot resolve Windows %%SYSTEMROOT%%"
+#: src/inspect.c:279
+msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
-#: src/inspect.c:1914 src/inspect.c:1927
+#: src/inspect.c:517
#, fuzzy, c-format
-msgid "could not parse integer in version number: %s"
-msgstr "పరిమాణ వివరణలను పార్శ్ చేయలేకపోయింది '%s'\n"
+msgid "%s: temporary directory not found"
+msgstr "%s: తాత్కాలిక డైరెక్టరీను సృష్టించలేదు"
-#: src/inspect.c:2023
+#: src/inspect.c:533 src/inspect_fs.c:470 src/inspect_fs.c:514
+#: src/inspect_fs_unix.c:170 src/inspect_fs_unix.c:511
+#: src/inspect_fs_unix.c:753
+#, c-format
+msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+msgstr ""
+
+#: src/inspect.c:570
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:2035
+#: src/inspect.c:582
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:2175
-msgid "not a Windows guest, or systemroot could not be determined"
-msgstr ""
-
-#: src/inspect.c:2191
-msgid "not a Windows guest, or CurrentControlSet could not be determined"
+#: src/inspect.c:592 src/inspect_apps.c:617
+msgid ""
+"inspection API not available since this version of libguestfs was compiled "
+"without PCRE or hivex libraries"
msgstr ""
-#: src/inspect.c:2518 src/inspect.c:2540 src/inspect.c:2565
-#, fuzzy
-msgid "unexpected end of output from db_dump command"
-msgstr "డెమోన్‌నుండి చదువునప్పుడు అనుకోని ఫైలు ముగింపు"
+#: src/inspect_fs.c:326 src/inspect_fs.c:339
+#, fuzzy, c-format
+msgid "could not parse integer in version number: %s"
+msgstr "పరిమాణ వివరణలను పార్శ్ చేయలేకపోయింది '%s'\n"
-#: src/inspect.c:3003
+#: src/inspect_fs.c:479
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:3066
-msgid ""
-"inspection API not available since this version of libguestfs was compiled "
-"without PCRE or hivex libraries"
+#: src/inspect_fs_unix.c:545
+#, fuzzy
+msgid "could not parse /etc/fstab or empty file"
+msgstr "పరిమాణ వివరణలను పార్శ్ చేయలేకపోయింది '%s'\n"
+
+#: src/inspect_fs_windows.c:112
+#, c-format
+msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
#: src/launch.c:98
diff --git a/po/uk.po b/po/uk.po
index 823f05e3..ce917a29 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -8,7 +8,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: 2011-04-12 20:13+0100\n"
+"POT-Creation-Date: 2011-04-16 13:40+0100\n"
"PO-Revision-Date: 2011-03-22 15:28+0000\n"
"Last-Translator: yurchor <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -19,14 +19,14 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
-#: cat/virt-cat.c:55 cat/virt-filesystems.c:97 cat/virt-ls.c:56 df/main.c:68
-#: fish/fish.c:96 fuse/guestmount.c:907 inspector/virt-inspector.c:70
-#: rescue/virt-rescue.c:57
+#: cat/virt-cat.c:57 cat/virt-filesystems.c:99 cat/virt-ls.c:58 df/main.c:70
+#: fish/fish.c:96 fuse/guestmount.c:908 inspector/virt-inspector.c:72
+#: rescue/virt-rescue.c:59
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Щоб дізнатися більше, віддайте команду «%s --help».\n"
-#: cat/virt-cat.c:59
+#: cat/virt-cat.c:61
#, c-format
msgid ""
"%s: display files in a virtual machine\n"
@@ -65,21 +65,21 @@ msgstr ""
" -x Трасувати виклики програмного інтерфейсу libguestfs\n"
"Щоб дізнатися більше, скористайтеся сторінкою довідника (man) %s(1).\n"
-#: cat/virt-cat.c:115 cat/virt-filesystems.c:200 cat/virt-ls.c:121
-#: df/domains.c:428 df/main.c:134 fish/fish.c:219 fuse/guestmount.c:1023
-#: inspector/virt-inspector.c:130 rescue/virt-rescue.c:131
+#: cat/virt-cat.c:117 cat/virt-filesystems.c:202 cat/virt-ls.c:123
+#: df/domains.c:428 df/main.c:136 fish/fish.c:219 fuse/guestmount.c:1024
+#: inspector/virt-inspector.c:132 rescue/virt-rescue.c:133
#, c-format
msgid "guestfs_create: failed to create handle\n"
msgstr "guestfs_create: не вдалося створити елемент керування\n"
-#: cat/virt-cat.c:137 cat/virt-filesystems.c:254 cat/virt-ls.c:143
-#: df/main.c:158 fish/fish.c:289 fuse/guestmount.c:1073
-#: inspector/virt-inspector.c:152 rescue/virt-rescue.c:155
+#: cat/virt-cat.c:139 cat/virt-filesystems.c:256 cat/virt-ls.c:145
+#: df/main.c:160 fish/fish.c:276 fuse/guestmount.c:1061
+#: inspector/virt-inspector.c:154 rescue/virt-rescue.c:157
#, c-format
msgid "%s: unknown long option: %s (%d)\n"
msgstr "%s: невідомий довгий запис параметра: %s (%d)\n"
-#: cat/virt-filesystems.c:101
+#: cat/virt-filesystems.c:103
#, c-format
msgid ""
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
@@ -156,12 +156,12 @@ msgstr ""
" -x Показати виклики програмного інтерфейсу libguestfs\n"
"Щоб дізнатися більше, ознайомтеся зі сторінкою довідника (man) %s(1).\n"
-#: cat/virt-filesystems.c:316 df/main.c:253
+#: cat/virt-filesystems.c:318 df/main.c:255
#, c-format
msgid "%s: you cannot use -h and --csv options together.\n"
msgstr "%s: не можна одночасно використовувати параметри -h та --csv.\n"
-#: cat/virt-ls.c:60
+#: cat/virt-ls.c:62
#, c-format
msgid ""
"%s: list files in a virtual machine\n"
@@ -238,7 +238,7 @@ msgstr ""
msgid "%s: ignoring %s, it has too many disks (%zu > %d)"
msgstr "%s: пропущено %s, там занадто багато дисків (%zu > %d)"
-#: df/main.c:72
+#: df/main.c:74
#, c-format
msgid ""
"%s: display free space on virtual filesystems\n"
@@ -284,52 +284,52 @@ msgstr ""
" -x Трасувати виклики програмного інтерфейсу libguestfs\n"
"Щоб дізнатися більше, ознайомтеся зі сторінкою довідника (man) %s(1).\n"
-#: df/main.c:265
+#: df/main.c:267
#, c-format
msgid "%s: compiled without support for libvirt.\n"
msgstr "%s: зібрано без підтримки libvirt.\n"
-#: df/output.c:49
+#: df/output.c:50
msgid "VirtualMachine"
msgstr "Віртуальна машина"
-#: df/output.c:50
+#: df/output.c:51
msgid "Filesystem"
msgstr "Файлова система"
-#: df/output.c:53
+#: df/output.c:54
msgid "1K-blocks"
msgstr "1кБ-блоків"
-#: df/output.c:55
+#: df/output.c:56
msgid "Size"
msgstr "Розмір"
-#: df/output.c:56
+#: df/output.c:57
msgid "Used"
msgstr "Використано"
-#: df/output.c:57
+#: df/output.c:58
msgid "Available"
msgstr "Доступно"
-#: df/output.c:58
+#: df/output.c:59
msgid "Use%"
msgstr "% використання"
-#: df/output.c:60
+#: df/output.c:61
msgid "Inodes"
msgstr "Inode-и"
-#: df/output.c:61
+#: df/output.c:62
msgid "IUsed"
msgstr "IВикористано"
-#: df/output.c:62
+#: df/output.c:63
msgid "IFree"
msgstr "IВільно"
-#: df/output.c:63
+#: df/output.c:64
msgid "IUse%"
msgstr "% IВикористання"
@@ -1981,7 +1981,7 @@ msgstr "%s: додатковий аргумент «%s» вказано двіч
msgid "%s: unknown command\n"
msgstr "%s: невідома команда\n"
-#: fish/config.c:73 fish/config.c:112
+#: fish/config.c:74 fish/config.c:113
#, fuzzy, c-format
msgid "%s: %s: line %d: error parsing configuration file: %s\n"
msgstr "%s: внутрішня помилка під час обробки рядка, «%s»\n"
@@ -2120,50 +2120,50 @@ msgstr ""
" -x Показувати кожну команду до її виконання\n"
"Щоб дізнатися більше, ознайомтеся зі сторінкою довідника (man) %s(1).\n"
-#: fish/fish.c:256
+#: fish/fish.c:243
#, c-format
msgid "%s: --listen=PID: PID was not a number: %s\n"
msgstr "%s: --listen=PID: PID не був числом: %s\n"
-#: fish/fish.c:263
+#: fish/fish.c:250
#, 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:313
+#: fish/fish.c:300
#, c-format
msgid "%s: only one -f parameter can be given\n"
msgstr "%s: можна вказувати лише один параметр -f\n"
-#: fish/fish.c:468
+#: fish/fish.c:455
#, c-format
msgid "%s: cannot use --listen and --remote options at the same time\n"
msgstr "%s: не можна одночасно використовувати параметри --listen і --remote\n"
-#: fish/fish.c:476
+#: fish/fish.c:463
#, c-format
msgid "%s: extra parameters on the command line with --listen flag\n"
msgstr "%s: зайві параметри у командному рядку з прапорцем --listen\n"
-#: fish/fish.c:482
+#: fish/fish.c:469
#, c-format
msgid "%s: cannot use --listen and --file options at the same time\n"
msgstr "%s: не можна одночасно використовувати параметри --listen і --file\n"
-#: fish/fish.c:540
+#: fish/fish.c:527
#, c-format
msgid "guestfish: could not access termcap or terminfo database.\n"
msgstr ""
"guestfish: не вдалося отримати доступ до бази даних termcap або terminfo.\n"
-#: fish/fish.c:544
+#: fish/fish.c:531
#, c-format
msgid "guestfish: terminal type \"%s\" not defined.\n"
msgstr "guestfish: тип термінала «%s» не визначено.\n"
-#: fish/fish.c:632
+#: fish/fish.c:619
#, c-format
msgid ""
"\n"
@@ -2185,45 +2185,45 @@ msgstr ""
" «quit», щоб вийти з оболонки\n"
"\n"
-#: fish/fish.c:776
+#: fish/fish.c:763
#, c-format
msgid "%s: unterminated double quote\n"
msgstr "%s: не виявлено завершальних подвійних лапок\n"
-#: fish/fish.c:782 fish/fish.c:799
+#: fish/fish.c:769 fish/fish.c:786
#, c-format
msgid "%s: command arguments not separated by whitespace\n"
msgstr "%s: аргументи команди не відокремлено пробілами\n"
-#: fish/fish.c:793
+#: fish/fish.c:780
#, c-format
msgid "%s: unterminated single quote\n"
msgstr "%s: не виявлено завершальних одинарних лапок\n"
-#: fish/fish.c:823
+#: fish/fish.c:810
#, c-format
msgid "%s: internal error parsing string at '%s'\n"
msgstr "%s: внутрішня помилка під час обробки рядка, «%s»\n"
-#: fish/fish.c:840
+#: fish/fish.c:827
#, c-format
msgid "%s: too many arguments\n"
msgstr "%s: занадто багато аргументів\n"
-#: fish/fish.c:908
+#: fish/fish.c:895
#, c-format
msgid "%s: empty command on command line\n"
msgstr "%s: порожня команда або командний рядок\n"
-#: fish/fish.c:1054
+#: fish/fish.c:1041
msgid "display a list of commands or help on a command"
msgstr "показати список команд або довідку щодо команди"
-#: fish/fish.c:1056
+#: fish/fish.c:1043
msgid "quit guestfish"
msgstr "вийти з guestfish"
-#: fish/fish.c:1067
+#: fish/fish.c:1054
#, c-format
msgid ""
"help - display a list of commands or help on a command\n"
@@ -2234,7 +2234,7 @@ msgstr ""
" help команда\n"
" help\n"
-#: fish/fish.c:1075
+#: fish/fish.c:1062
#, c-format
msgid ""
"quit - quit guestfish\n"
@@ -2243,13 +2243,13 @@ msgstr ""
"quit — завершити роботу guestfish\n"
" quit\n"
-#: fish/fish.c:1080
+#: fish/fish.c:1067
#, c-format
msgid "%s: command not known, use -h to list all commands\n"
msgstr ""
"%s: невідома команда, скористайтеся -h, щоб отримати список всіх команд\n"
-#: fish/fish.c:1096
+#: fish/fish.c:1083
#, c-format
msgid ""
"Did you mean to open a disk image? guestfish -a disk.img\n"
@@ -2260,31 +2260,31 @@ msgstr ""
"Отримати список команд: guestfish -h\n"
"Ознайомитися з документацією: man guestfish\n"
-#: fish/fish.c:1253
+#: fish/fish.c:1240
#, c-format
msgid "Runaway quote in string \"%s\"\n"
msgstr "У рядку «%s» не вистачає лапок\n"
-#: fish/fish.c:1451
+#: fish/fish.c:1438
#, 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:1457
+#: fish/fish.c:1444
#, c-format
msgid "%s: to use Windows drive letters, this must be a Windows guest\n"
msgstr ""
-#: fish/fish.c:1471
+#: fish/fish.c:1458
#, c-format
msgid ""
"%s: drive '%c:' not found. To list available drives do:\n"
" inspect-get-drive-mappings %s\n"
msgstr ""
-#: fish/fish.c:1490
+#: fish/fish.c:1477
#, c-format
msgid ""
"%s: to access '%c:', mount %s first. One way to do this is:\n"
@@ -2399,7 +2399,7 @@ msgstr "Операційна система: %s\n"
msgid "%s mounted on %s\n"
msgstr "%s змонтовано до %s\n"
-#: fish/keys.c:52
+#: fish/keys.c:53
#, c-format
msgid "Enter key or passphrase (\"%s\"): "
msgstr "Введіть ключ або пароль («%s»): "
@@ -2409,12 +2409,12 @@ msgstr "Введіть ключ або пароль («%s»): "
msgid "use 'lcd directory' to change local directory\n"
msgstr "скористайтеся командою «lcd каталог», щоб змінити локальний каталог\n"
-#: fish/man.c:34
+#: fish/man.c:35
#, c-format
msgid "use 'man' without parameters to open the manual\n"
msgstr "скористайтеся «man» без параметрів, щоб відкрити сторінку довідника\n"
-#: fish/man.c:53
+#: fish/man.c:54
#, c-format
msgid "the external 'man' program failed\n"
msgstr "спроба використання зовнішньої програми «man» зазнала невдачі\n"
@@ -2624,7 +2624,7 @@ msgstr "ні"
msgid "use 'time command [args...]'\n"
msgstr "скористайтеся командою «time команда [аргументи...]»\n"
-#: fuse/guestmount.c:911
+#: fuse/guestmount.c:912
#, fuzzy, c-format
msgid ""
"%s: FUSE module for libguestfs\n"
@@ -2681,19 +2681,19 @@ msgstr ""
" -V|--version Показати дані щодо версії і завершити роботу\n"
" -x|--trace Трасувати виклики програмного інтерфейсу guestfs\n"
-#: fuse/guestmount.c:1142
+#: fuse/guestmount.c:1130
#, c-format
msgid "%s: must have at least one -a/-d and at least one -m/-i option\n"
msgstr ""
"%s: слід вказати принаймні один параметр -a/-d і принаймні один параметр -m/-"
"i\n"
-#: fuse/guestmount.c:1150
+#: fuse/guestmount.c:1138
#, c-format
msgid "%s: you must specify a mountpoint in the host filesystem\n"
msgstr "%s: вам слід вказати точку монтування у основній файловій системі\n"
-#: inspector/virt-inspector.c:74
+#: inspector/virt-inspector.c:76
#, c-format
msgid ""
"%s: display information about a virtual machine\n"
@@ -2732,7 +2732,7 @@ msgstr ""
" -x Трасувати виклики програмного інтерфейсу libguestfs\n"
"Щоб дізнатися більше, скористайтеся сторінкою довідника (man) %s(1).\n"
-#: inspector/virt-inspector.c:261
+#: inspector/virt-inspector.c:263
#, c-format
msgid ""
"%s: no operating system could be detected inside this disk image.\n"
@@ -2762,17 +2762,17 @@ msgstr ""
"повідомлення про ваду,\n"
"додавши до нього максимум можливої інформації щодо образу диска.\n"
-#: inspector/virt-inspector.c:286
+#: inspector/virt-inspector.c:288
#, c-format
msgid "%s: XML write error at \"%s\": %m\n"
msgstr "%s: помилка запису XML у «%s»: %m\n"
-#: inspector/virt-inspector.c:298
+#: inspector/virt-inspector.c:300
#, c-format
msgid "%s: xmlOutputBufferCreateFd: failed to open stdout\n"
msgstr "%s: xmlOutputBufferCreateFd: не вдалося відкрити stdout\n"
-#: inspector/virt-inspector.c:306
+#: inspector/virt-inspector.c:308
#, c-format
msgid "%s: xmlNewTextWriter: failed to create libxml2 writer\n"
msgstr "%s: xmlNewTextWriter: не вдалося створити процес запису libxml2\n"
@@ -2909,7 +2909,7 @@ msgstr "{path} не відповідає шаблону augeas"
msgid "{filename}: could not read initrd format"
msgstr "{filename}: не вдалося прочитати формат initrd"
-#: rescue/virt-rescue.c:61
+#: rescue/virt-rescue.c:63
#, fuzzy, c-format
msgid ""
"%s: Run a rescue shell on a virtual machine\n"
@@ -2955,12 +2955,12 @@ msgstr ""
" -x Трасувати виклики програмного інтерфейсу libguestfs\n"
"Щоб дізнатися більше, ознайомтеся зі сторінкою довідника (man) %s(1).\n"
-#: rescue/virt-rescue.c:178
+#: rescue/virt-rescue.c:180
#, c-format
msgid "%s: could not parse memory size '%s'\n"
msgstr "%s: не вдалося обробити запис об’єму пам’яті «%s»\n"
-#: rescue/virt-rescue.c:417
+#: rescue/virt-rescue.c:419
#, c-format
msgid "%s: unknown child exit status (%d)\n"
msgstr ""
@@ -2998,6 +2998,26 @@ msgstr ""
"спроба виконання зовнішньої команди зазнала невдачі, ознайомтеся з "
"попередніми повідомленнями"
+#: src/dbdump.c:87
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of header"
+msgstr "неочікуване завершення даних, виведених командою db_dump"
+
+#: src/dbdump.c:100 src/dbdump.c:112
+#, fuzzy
+msgid "unexpected line from db_dump command, no space prefix"
+msgstr "неочікуване завершення даних, виведених командою db_dump"
+
+#: src/dbdump.c:129
+#, fuzzy
+msgid "unexpected end of output from db_dump command before end of data"
+msgstr "неочікуване завершення даних, виведених командою db_dump"
+
+#: src/dbdump.c:210
+#, fuzzy
+msgid "unexpected non-hex digits in output of db_dump command"
+msgstr "неочікуване завершення даних, виведених командою db_dump"
+
#: src/filearch.c:153
#, c-format
msgid "size of %s unreasonable (%<PRIi64> bytes)"
@@ -3011,51 +3031,52 @@ msgstr ""
"програмний інтерфейс file-architecture недоступний, оскільки цю версію "
"libguestfs було зібрано без підтримки бібліотеки PCRE або libmagic"
-#: src/guestfs.c:177
+#: src/guestfs.c:178
#, c-format
msgid "guestfs_close: called twice on the same handle\n"
msgstr "guestfs_close: викликано двічі для того самого елемента керування\n"
-#: src/guestfs.c:302
+#: src/guestfs.c:333
#, c-format
msgid "warning: %s"
msgstr ""
-#: src/guestfs.c:361
+#: src/guestfs.c:392
#, c-format
msgid "libguestfs: error: %s\n"
msgstr "libguestfs: помилка: %s\n"
-#: src/guestfs.c:908
+#: src/guestfs.c:939
#, c-format
msgid "<truncated, original size %zu bytes>"
msgstr "<скорочено, початковий розмір — %zu байтів>"
-#: src/inspect.c:489 src/inspect.c:1183 src/inspect.c:2901 src/inspect.c:2944
-#: src/inspect.c:2994 src/inspect.c:3038
-#, c-format
-msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
-msgstr "розмір %s неймовірно великий (%<PRIi64> байтів)"
+#: src/inspect.c:263
+msgid "not a Windows guest, or systemroot could not be determined"
+msgstr "не є гостьовою системою Windows або не вдалося визначити systemroot"
-#: src/inspect.c:1217
-msgid "could not parse /etc/fstab or empty file"
-msgstr "не вдалося обробити /etc/fstab або порожній файл"
+#: src/inspect.c:279
+#, fuzzy
+msgid "not a Windows guest, or CurrentControlSet could not be determined"
+msgstr "не є гостьовою системою Windows або не вдалося визначити systemroot"
-#: src/inspect.c:1432
-#, c-format
-msgid "cannot resolve Windows %%SYSTEMROOT%%"
-msgstr "не вдалося визначити %%SYSTEMROOT%% Windows"
+#: src/inspect.c:517
+#, fuzzy, c-format
+msgid "%s: temporary directory not found"
+msgstr "%s: не вдалося створити тимчасовий каталог"
-#: src/inspect.c:1914 src/inspect.c:1927
+#: src/inspect.c:533 src/inspect_fs.c:470 src/inspect_fs.c:514
+#: src/inspect_fs_unix.c:170 src/inspect_fs_unix.c:511
+#: src/inspect_fs_unix.c:753
#, c-format
-msgid "could not parse integer in version number: %s"
-msgstr "не вдалося обробити ціле число у номері версії: %s"
+msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
+msgstr "розмір %s неймовірно великий (%<PRIi64> байтів)"
-#: src/inspect.c:2023
+#: src/inspect.c:570
msgid "no inspection data: call guestfs_inspect_os first"
msgstr "немає даних для вивчення: спочатку виконайте виклик guestfs_inspect_os"
-#: src/inspect.c:2035
+#: src/inspect.c:582
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3065,25 +3086,7 @@ msgstr ""
"кореневого пристрою, дані якого раніше було повернуто функцією "
"guestfs_inspect_os"
-#: src/inspect.c:2175
-msgid "not a Windows guest, or systemroot could not be determined"
-msgstr "не є гостьовою системою Windows або не вдалося визначити systemroot"
-
-#: src/inspect.c:2191
-#, fuzzy
-msgid "not a Windows guest, or CurrentControlSet could not be determined"
-msgstr "не є гостьовою системою Windows або не вдалося визначити systemroot"
-
-#: src/inspect.c:2518 src/inspect.c:2540 src/inspect.c:2565
-msgid "unexpected end of output from db_dump command"
-msgstr "неочікуване завершення даних, виведених командою db_dump"
-
-#: src/inspect.c:3003
-#, c-format
-msgid "%s: file is empty"
-msgstr "%s: файл порожній"
-
-#: src/inspect.c:3066
+#: src/inspect.c:592 src/inspect_apps.c:617
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
@@ -3091,6 +3094,25 @@ msgstr ""
"програмний інтерфейс вивчення (inspection) недоступний, оскільки цю версію "
"libguestfs було зібрано без підтримки бібліотеки PCRE або hivex"
+#: src/inspect_fs.c:326 src/inspect_fs.c:339
+#, c-format
+msgid "could not parse integer in version number: %s"
+msgstr "не вдалося обробити ціле число у номері версії: %s"
+
+#: src/inspect_fs.c:479
+#, c-format
+msgid "%s: file is empty"
+msgstr "%s: файл порожній"
+
+#: src/inspect_fs_unix.c:545
+msgid "could not parse /etc/fstab or empty file"
+msgstr "не вдалося обробити /etc/fstab або порожній файл"
+
+#: src/inspect_fs_windows.c:112
+#, c-format
+msgid "cannot resolve Windows %%SYSTEMROOT%%"
+msgstr "не вдалося визначити %%SYSTEMROOT%% Windows"
+
#: src/launch.c:98
msgid "command line cannot be altered after qemu subprocess launched"
msgstr "не можна змінювати рядок команди після запуску підпроцесу qemu"