X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=po%2Fhivex.pot;h=38c76c129b99d8d9daab22a60d7baf1456164608;hb=be89eeaad2929155d4ab1a721bdb6e3b55ceab0c;hp=5788e9e6f0903a53618b4c06666843590b9dc14d;hpb=9790f4d500c441c43ca9d05adee6e637792b1fab;p=hivex.git diff --git a/po/hivex.pot b/po/hivex.pot index 5788e9e..38c76c1 100644 --- a/po/hivex.pot +++ b/po/hivex.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: hivex 1.1.0\n" +"Project-Id-Version: hivex 1.2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-02-19 16:48+0000\n" +"POT-Creation-Date: 2010-08-27 09:50+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,22 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: hivex/hivexml.c:70 -#, c-format -msgid "%s: failed to write XML document\n" -msgstr "" - -#: hivex/hivexml.c:101 -#, c-format -msgid "hivexml: missing name of input file\n" -msgstr "" - -#: hivex/hivexml.c:120 -#, c-format -msgid "xmlNewTextWriterFilename: failed to create XML writer\n" -msgstr "" - -#: hivex/hivexsh.c:149 +#: sh/hivexsh.c:149 #, c-format msgid "" "\n" @@ -43,32 +28,32 @@ msgid "" "\n" msgstr "" -#: hivex/hivexsh.c:263 +#: sh/hivexsh.c:263 #, c-format msgid "hivexsh: error getting parent of node %zu\n" msgstr "" -#: hivex/hivexsh.c:273 +#: sh/hivexsh.c:273 #, c-format msgid "hivexsh: error getting node name of node %zx\n" msgstr "" -#: hivex/hivexsh.c:412 +#: sh/hivexsh.c:412 #, c-format msgid "hivexsh: you must load a hive file first using 'load hivefile'\n" msgstr "" -#: hivex/hivexsh.c:433 +#: sh/hivexsh.c:433 #, c-format msgid "hivexsh: unknown command '%s', use 'help' for help summary\n" msgstr "" -#: hivex/hivexsh.c:443 +#: sh/hivexsh.c:443 #, c-format msgid "hivexsh: load: no hive file name given to load\n" msgstr "" -#: hivex/hivexsh.c:459 +#: sh/hivexsh.c:459 #, c-format msgid "" "hivexsh: failed to open hive file: %s: %m\n" @@ -80,24 +65,24 @@ msgid "" "\n" msgstr "" -#: hivex/hivexsh.c:492 hivex/hivexsh.c:601 hivex/hivexsh.c:1063 +#: sh/hivexsh.c:492 sh/hivexsh.c:601 sh/hivexsh.c:1067 #, c-format msgid "hivexsh: '%s' command should not be given arguments\n" msgstr "" -#: hivex/hivexsh.c:534 +#: sh/hivexsh.c:534 #, c-format msgid "" "%s: %s: \\ characters in path are doubled - are you escaping the path " "parameter correctly?\n" msgstr "" -#: hivex/hivexsh.c:572 +#: sh/hivexsh.c:572 #, c-format msgid "hivexsh: cd: subkey '%s' not found\n" msgstr "" -#: hivex/hivexsh.c:590 +#: sh/hivexsh.c:590 #, c-format msgid "" "Navigate through the hive's keys using the 'cd' command, as if it\n" @@ -105,47 +90,60 @@ msgid "" "current key. Full documentation is in the hivexsh(1) manual page.\n" msgstr "" -#: hivex/hivexsh.c:665 +#: sh/hivexsh.c:665 #, c-format msgid "%s: %s: key not found\n" msgstr "" -#: hivex/hivexsh.c:841 hivex/hivexsh.c:945 hivex/hivexsh.c:969 -#: hivex/hivexsh.c:998 +#: sh/hivexsh.c:841 sh/hivexsh.c:945 sh/hivexsh.c:971 sh/hivexsh.c:1000 #, c-format msgid "%s: %s: invalid integer parameter (%s returned %d)\n" msgstr "" -#: hivex/hivexsh.c:846 hivex/hivexsh.c:950 hivex/hivexsh.c:975 -#: hivex/hivexsh.c:1003 +#: sh/hivexsh.c:846 sh/hivexsh.c:951 sh/hivexsh.c:977 sh/hivexsh.c:1006 #, c-format msgid "%s: %s: integer out of range\n" msgstr "" -#: hivex/hivexsh.c:868 hivex/hivexsh.c:886 +#: sh/hivexsh.c:868 sh/hivexsh.c:886 #, c-format msgid "hivexsh: setval: unexpected end of input\n" msgstr "" -#: hivex/hivexsh.c:907 hivex/hivexsh.c:926 +#: sh/hivexsh.c:907 sh/hivexsh.c:926 #, c-format msgid "" "hivexsh: string(utf16le): only 7 bit ASCII strings are supported for input\n" msgstr "" -#: hivex/hivexsh.c:1033 +#: sh/hivexsh.c:1037 #, c-format msgid "hivexsh: setval: trailing garbage after hex string\n" msgstr "" -#: hivex/hivexsh.c:1040 +#: sh/hivexsh.c:1044 #, c-format msgid "" "hivexsh: setval: cannot parse value string, please refer to the man page " "hivexsh(1) for help: %s\n" msgstr "" -#: hivex/hivexsh.c:1069 +#: sh/hivexsh.c:1073 #, c-format msgid "hivexsh: del: the root node cannot be deleted\n" msgstr "" + +#: xml/hivexml.c:70 +#, c-format +msgid "%s: failed to write XML document\n" +msgstr "" + +#: xml/hivexml.c:101 +#, c-format +msgid "hivexml: missing name of input file\n" +msgstr "" + +#: xml/hivexml.c:120 +#, c-format +msgid "xmlNewTextWriterFilename: failed to create XML writer\n" +msgstr ""