diff options
Diffstat (limited to 'po/libguestfs.pot')
-rw-r--r-- | po/libguestfs.pot | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/po/libguestfs.pot b/po/libguestfs.pot index d5f03116..420f61f5 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.16.27\n" +"Project-Id-Version: libguestfs 1.16.28\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2012-07-07 13:58+0100\n" +"POT-Creation-Date: 2012-07-10 13:19+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" @@ -20,7 +20,7 @@ msgstr "" #: align/scan.c:68 cat/virt-cat.c:61 cat/virt-filesystems.c:100 #: cat/virt-ls.c:99 df/main.c:70 edit/virt-edit.c:75 fish/fish.c:101 -#: fuse/guestmount.c:939 inspector/virt-inspector.c:78 rescue/virt-rescue.c:62 +#: fuse/guestmount.c:954 inspector/virt-inspector.c:78 rescue/virt-rescue.c:62 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" @@ -48,7 +48,7 @@ msgstr "" #: align/scan.c:127 cat/virt-cat.c:121 cat/virt-filesystems.c:203 #: cat/virt-ls.c:192 df/domains.c:431 df/main.c:136 edit/virt-edit.c:143 -#: fish/fish.c:226 format/format.c:136 fuse/guestmount.c:1055 +#: fish/fish.c:226 format/format.c:136 fuse/guestmount.c:1072 #: inspector/virt-inspector.c:140 rescue/virt-rescue.c:142 #, c-format msgid "guestfs_create: failed to create handle\n" @@ -56,7 +56,7 @@ msgstr "" #: align/scan.c:145 cat/virt-cat.c:143 cat/virt-filesystems.c:257 #: cat/virt-ls.c:242 df/main.c:160 edit/virt-edit.c:165 fish/fish.c:283 -#: format/format.c:188 fuse/guestmount.c:1092 inspector/virt-inspector.c:164 +#: format/format.c:188 fuse/guestmount.c:1116 inspector/virt-inspector.c:164 #: rescue/virt-rescue.c:179 #, c-format msgid "%s: unknown long option: %s (%d)\n" @@ -2775,7 +2775,7 @@ msgstr "" msgid "%s: cannot parse --lvm option (%s)\n" msgstr "" -#: fuse/guestmount.c:943 +#: fuse/guestmount.c:958 #, c-format msgid "" "%s: FUSE module for libguestfs\n" @@ -2798,6 +2798,7 @@ msgid "" " -m|--mount dev[:mnt[:opts]] Mount dev on mnt (if omitted, /)\n" " -n|--no-sync Don't autosync\n" " -o|--option opt Pass extra option to FUSE\n" +" --pid-file filename Write PID to filename\n" " -r|--ro Mount read-only\n" " --selinux Enable SELinux support\n" " -v|--verbose Verbose messages\n" @@ -2806,32 +2807,37 @@ msgid "" " -x|--trace Trace guestfs API calls\n" msgstr "" -#: fuse/guestmount.c:1162 +#: fuse/guestmount.c:1111 +#, c-format +msgid "%s: --pid-file must be an absolute path (in 1.16.x only)\n" +msgstr "" + +#: fuse/guestmount.c:1186 #, c-format msgid "%s: must have at least one -a/-d and at least one -m/-i option\n" msgstr "" -#: fuse/guestmount.c:1172 +#: fuse/guestmount.c:1196 #, c-format msgid "%s: --live is not compatible with --ro option\n" msgstr "" -#: fuse/guestmount.c:1179 +#: fuse/guestmount.c:1203 #, c-format msgid "%s: --live is not compatible with -i option\n" msgstr "" -#: fuse/guestmount.c:1194 +#: fuse/guestmount.c:1218 #, c-format msgid "%s: with --live, you must use exactly one -d option\n" msgstr "" -#: fuse/guestmount.c:1201 +#: fuse/guestmount.c:1225 #, c-format msgid "%s: --live is not compatible with -a option\n" msgstr "" -#: fuse/guestmount.c:1210 +#: fuse/guestmount.c:1234 #, c-format msgid "%s: you must specify a mountpoint in the host filesystem\n" msgstr "" |