]> git.draconx.ca Git - cdecl99.git/blob - po/en.po
Use gperf to implement command selection.
[cdecl99.git] / po / en.po
1 # English translations for cdecl99 package.
2 # This file is put in the public domain.
3 # Nick Bowler <nbowler@draconx.ca>, 2021.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: cdecl99 0.1\n"
8 "Report-Msgid-Bugs-To: nbowler@draconx.ca\n"
9 "POT-Creation-Date: 2021-03-01 23:36-0500\n"
10 "PO-Revision-Date: 2021-03-01 23:41-0500\n"
11 "Last-Translator: Nick Bowler <nbowler@draconx.ca>\n"
12 "Language-Team: English\n"
13 "Language: en\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: src/execute.gperf:97
20 #, c-format
21 msgid "unknown command %.*s\n"
22 msgstr ""
23
24 #: src/execute.gperf:101
25 msgid "Try \"help\" for a list of possible commands."
26 msgstr "Try “help” for a list of possible commands."
27
28 #: src/commands.h:12
29 msgid "Print this list of commands"
30 msgstr ""
31
32 #: src/commands.h:13
33 msgid "Construct a C declaration"
34 msgstr ""
35
36 #: src/commands.h:14
37 msgid "Simplify a C declaration"
38 msgstr ""
39
40 #: src/commands.h:15
41 msgid "Construct a C type name"
42 msgstr ""
43
44 #: src/commands.h:16
45 msgid "Explain a C declaration"
46 msgstr ""
47
48 #: src/commands.h:17
49 msgid "Quit the program"
50 msgstr ""
51
52 #: src/cdecl99.c:71
53 #, c-format
54 msgid "Usage: %s [options]\n"
55 msgstr ""
56
57 #: src/cdecl99.c:73
58 #, c-format
59 msgid "Try %s --help for more information.\n"
60 msgstr ""
61
62 #: src/cdecl99.c:88
63 #, c-format
64 msgid "  -%c, --%s=%s"
65 msgstr ""
66
67 #: src/cdecl99.c:92
68 #, c-format
69 msgid "  -%c, --%s"
70 msgstr ""
71
72 #: src/cdecl99.c:142
73 msgid ""
74 "This is \"cdecl99\": a command-line tool for parsing and constructing\n"
75 "complicated C declarations."
76 msgstr ""
77 "This is “cdecl99”: a command-line tool for parsing and constructing\n"
78 "complicated C declarations."
79
80 #: src/cdecl99.c:146
81 msgid "Options:"
82 msgstr ""
83
84 #: src/cdecl99.c:164
85 msgid "For more information, see the cdecl99(1) man page."
86 msgstr ""
87
88 #. TRANSLATORS: Please add *another line* indicating where users should
89 #. report translation bugs.
90 #.
91 #: src/cdecl99.c:171
92 #, c-format
93 msgid "Report bugs to <%s>.\n"
94 msgstr ""
95
96 #: src/cdecl99.c:301
97 #, c-format
98 msgid "%s: excess command-line arguments:"
99 msgstr ""
100
101 #: src/options.h:52
102 msgctxt "execute"
103 msgid "COMMAND"
104 msgstr ""
105
106 #: src/options.h:53
107 msgctxt "file"
108 msgid "FILE"
109 msgstr ""
110
111 #: src/options.h:57
112 msgctxt "quiet"
113 msgid "Suppress the welcome message."
114 msgstr ""
115
116 #: src/options.h:59
117 msgctxt "batch"
118 msgid ""
119 "Run in batch mode.  Commands are executed as normal but\n"
120 "prompts are not printed."
121 msgstr ""
122
123 #: src/options.h:62
124 msgctxt "interactive"
125 msgid "Run in interactive mode.  This is the default."
126 msgstr ""
127
128 #: src/options.h:64
129 msgctxt "file"
130 msgid "Read commands from FILE instead of standard input."
131 msgstr ""
132
133 #: src/options.h:66
134 msgctxt "execute"
135 msgid ""
136 "Execute COMMAND as if it were entered at the prompt.\n"
137 "This option can be specified multiple times."
138 msgstr ""
139
140 #: src/options.h:69
141 msgctxt "version"
142 msgid "Print a version message and then exit."
143 msgstr ""
144
145 #: src/options.h:71
146 msgctxt "help"
147 msgid "Print this message and then exit."
148 msgstr ""
149
150 #: lib/getopt.c:278
151 #, c-format
152 msgid "%s: option '%s%s' is ambiguous\n"
153 msgstr ""
154
155 #: lib/getopt.c:284
156 #, c-format
157 msgid "%s: option '%s%s' is ambiguous; possibilities:"
158 msgstr ""
159
160 #: lib/getopt.c:319
161 #, c-format
162 msgid "%s: unrecognized option '%s%s'\n"
163 msgstr ""
164
165 #: lib/getopt.c:345
166 #, c-format
167 msgid "%s: option '%s%s' doesn't allow an argument\n"
168 msgstr ""
169
170 #: lib/getopt.c:360
171 #, c-format
172 msgid "%s: option '%s%s' requires an argument\n"
173 msgstr ""
174
175 #: lib/getopt.c:621
176 #, c-format
177 msgid "%s: invalid option -- '%c'\n"
178 msgstr ""
179
180 #: lib/getopt.c:636 lib/getopt.c:682
181 #, c-format
182 msgid "%s: option requires an argument -- '%c'\n"
183 msgstr ""
184
185 #: src/commands.c:48 src/errors.lst:1
186 msgid "failed to allocate memory"
187 msgstr ""
188
189 #: src/errors.lst:2
190 msgid "syntax error"
191 msgstr ""