diff options
Diffstat (limited to 'po/libguestfs.pot')
-rw-r--r-- | po/libguestfs.pot | 41 |
1 files changed, 24 insertions, 17 deletions
diff --git a/po/libguestfs.pot b/po/libguestfs.pot index 148a5d97..d0e91f1d 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.11.9\n" +"Project-Id-Version: libguestfs 1.11.10\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-06-04 22:42+0100\n" +"POT-Creation-Date: 2011-06-10 15:29+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" @@ -2901,65 +2901,72 @@ msgid "" "check_for_daemon_cancellation_or_eof: read 0x%x from daemon, expected 0x%x\n" msgstr "" -#: src/proto.c:599 src/proto.c:662 -msgid "unexpected end of file when reading from daemon" +#: src/proto.c:543 +msgid "" +"This usually means the libguestfs appliance failed to start up. Please\n" +"enable debugging (LIBGUESTFS_DEBUG=1) and rerun the command, then look at\n" +"the debug messages output prior to this error.\n" +msgstr "" + +#: src/proto.c:549 +msgid "See earlier debug messages.\n" msgstr "" -#: src/proto.c:620 +#: src/proto.c:639 #, c-format msgid "received magic signature from guestfsd, but in state %d" msgstr "" -#: src/proto.c:639 +#: src/proto.c:658 #, c-format msgid "message length (%u) > maximum possible size (%d)" msgstr "" -#: src/proto.c:791 +#: src/proto.c:810 #, c-format msgid "guestfs___send: state %d != BUSY" msgstr "" -#: src/proto.c:815 +#: src/proto.c:834 msgid "xdr_guestfs_message_header failed" msgstr "" -#: src/proto.c:824 +#: src/proto.c:843 msgid "dispatch failed to marshal args" msgstr "" -#: src/proto.c:951 +#: src/proto.c:970 #, c-format msgid "send_file_chunk: state %d != READY" msgstr "" -#: src/proto.c:967 +#: src/proto.c:986 #, c-format msgid "xdr_guestfs_chunk failed (buf = %p, buflen = %zu)" msgstr "" -#: src/proto.c:1117 +#: src/proto.c:1136 #, c-format msgid "%s: error in chunked encoding" msgstr "" -#: src/proto.c:1144 +#: src/proto.c:1163 msgid "write to daemon socket" msgstr "" -#: src/proto.c:1167 +#: src/proto.c:1186 msgid "receive_file_data: parse error in reply callback" msgstr "" -#: src/proto.c:1172 +#: src/proto.c:1191 msgid "receive_file_data: unexpected flag received when reading file chunks" msgstr "" -#: src/proto.c:1180 +#: src/proto.c:1199 msgid "failed to parse file chunk" msgstr "" -#: src/proto.c:1189 +#: src/proto.c:1208 msgid "file receive cancelled by daemon" msgstr "" |