1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: hivex 1.3.1\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-08-26 11:21+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
24 "Welcome to hivexsh, the hivex interactive shell for examining\n"
25 "Windows Registry binary hive files.\n"
27 "Type: 'help' for help summary\n"
28 " 'quit' to quit the shell\n"
34 msgid "hivexsh: error getting parent of node %zu\n"
39 msgid "hivexsh: error getting node name of node %zx\n"
44 msgid "hivexsh: you must load a hive file first using 'load hivefile'\n"
49 msgid "hivexsh: unknown command '%s', use 'help' for help summary\n"
54 msgid "hivexsh: load: no hive file name given to load\n"
60 "hivexsh: failed to open hive file: %s: %m\n"
62 "If you think this file is a valid Windows binary hive file (_not_\n"
63 "a regedit *.reg file) then please run this command again using the\n"
64 "hivexsh option '-d' and attach the complete output _and_ the hive file\n"
65 "which fails into a bug report at https://bugzilla.redhat.com/\n"
69 #: sh/hivexsh.c:492 sh/hivexsh.c:601 sh/hivexsh.c:1067
71 msgid "hivexsh: '%s' command should not be given arguments\n"
77 "%s: %s: \\ characters in path are doubled - are you escaping the path "
78 "parameter correctly?\n"
83 msgid "hivexsh: cd: subkey '%s' not found\n"
89 "Navigate through the hive's keys using the 'cd' command, as if it\n"
90 "contained a filesystem, and use 'ls' to list the subkeys of the\n"
91 "current key. Full documentation is in the hivexsh(1) manual page.\n"
96 msgid "%s: %s: key not found\n"
99 #: sh/hivexsh.c:841 sh/hivexsh.c:945 sh/hivexsh.c:971 sh/hivexsh.c:1000
101 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
104 #: sh/hivexsh.c:846 sh/hivexsh.c:951 sh/hivexsh.c:977 sh/hivexsh.c:1006
106 msgid "%s: %s: integer out of range\n"
109 #: sh/hivexsh.c:868 sh/hivexsh.c:886
111 msgid "hivexsh: setval: unexpected end of input\n"
114 #: sh/hivexsh.c:907 sh/hivexsh.c:926
117 "hivexsh: string(utf16le): only 7 bit ASCII strings are supported for input\n"
122 msgid "hivexsh: setval: trailing garbage after hex string\n"
128 "hivexsh: setval: cannot parse value string, please refer to the man page "
129 "hivexsh(1) for help: %s\n"
134 msgid "hivexsh: del: the root node cannot be deleted\n"
139 msgid "%s: failed to write XML document\n"
144 msgid "hivexml: missing name of input file\n"
149 msgid "xmlNewTextWriterFilename: failed to create XML writer\n"