]> git.draconx.ca Git - cdecl99.git/blob - po/en.po
Use the newly-minted option generator script from dxcommon.
[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>, 2011.
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-02-26 00:33-0500\n"
10 "PO-Revision-Date: 2011-09-13 21:54-0400\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 #: lib/getopt.c:278
20 #, c-format
21 msgid "%s: option '%s%s' is ambiguous\n"
22 msgstr ""
23
24 #: lib/getopt.c:284
25 #, c-format
26 msgid "%s: option '%s%s' is ambiguous; possibilities:"
27 msgstr ""
28
29 #: lib/getopt.c:319
30 #, c-format
31 msgid "%s: unrecognized option '%s%s'\n"
32 msgstr ""
33
34 #: lib/getopt.c:345
35 #, c-format
36 msgid "%s: option '%s%s' doesn't allow an argument\n"
37 msgstr ""
38
39 #: lib/getopt.c:360
40 #, c-format
41 msgid "%s: option '%s%s' requires an argument\n"
42 msgstr ""
43
44 #: lib/getopt.c:621
45 #, c-format
46 msgid "%s: invalid option -- '%c'\n"
47 msgstr ""
48
49 #: lib/getopt.c:636 lib/getopt.c:682
50 #, c-format
51 msgid "%s: option requires an argument -- '%c'\n"
52 msgstr ""
53
54 #: src/cdecl99.c:71
55 #, c-format
56 msgid "Usage: %s [options]\n"
57 msgstr ""
58
59 #: src/cdecl99.c:73
60 #, c-format
61 msgid "Try %s --help for more information.\n"
62 msgstr ""
63
64 #: src/cdecl99.c:88
65 #, c-format
66 msgid "  -%c, --%s=%s"
67 msgstr ""
68
69 #: src/cdecl99.c:92
70 #, c-format
71 msgid "  -%c, --%s"
72 msgstr ""
73
74 #: src/cdecl99.c:123
75 msgid ""
76 "This is \"cdecl99\": a command-line tool for parsing and constructing\n"
77 "complicated C declarations."
78 msgstr ""
79 "This is “cdecl99”: a command-line tool for parsing and constructing\n"
80 "complicated C declarations."
81
82 #: src/cdecl99.c:127
83 msgid "Options:"
84 msgstr ""
85
86 #: src/cdecl99.c:154
87 msgid "For more information, see the cdecl99(1) man page."
88 msgstr ""
89
90 #. TRANSLATORS: Please add *another line* indicating where users should
91 #. report translation bugs.
92 #.
93 #: src/cdecl99.c:161
94 #, c-format
95 msgid "Report bugs to <%s>.\n"
96 msgstr ""
97
98 #: src/cdecl99.c:186 src/errors.lst:1
99 msgid "failed to allocate memory"
100 msgstr ""
101
102 #: src/cdecl99.c:490
103 #, c-format
104 msgid "%s: excess command-line arguments:"
105 msgstr ""
106
107 #: src/options.h:52
108 msgctxt "execute"
109 msgid "COMMAND"
110 msgstr ""
111
112 #: src/options.h:53
113 msgctxt "file"
114 msgid "FILE"
115 msgstr ""
116
117 #: src/options.h:57
118 msgctxt "quiet"
119 msgid "Suppress the welcome message."
120 msgstr ""
121
122 #: src/options.h:59
123 msgctxt "batch"
124 msgid ""
125 "Run in batch mode.  Commands are executed as normal but\n"
126 "prompts are not printed."
127 msgstr ""
128
129 #: src/options.h:62
130 msgctxt "interactive"
131 msgid "Run in interactive mode.  This is the default."
132 msgstr ""
133
134 #: src/options.h:64
135 msgctxt "file"
136 msgid "Read commands from FILE instead of standard input."
137 msgstr ""
138
139 #: src/options.h:66
140 msgctxt "execute"
141 msgid ""
142 "Execute COMMAND as if it were entered at the prompt.\n"
143 "This option can be specified multiple times."
144 msgstr ""
145
146 #: src/options.h:69
147 msgctxt "version"
148 msgid "Print a version message and then exit."
149 msgstr ""
150
151 #: src/options.h:71
152 msgctxt "help"
153 msgid "Print this message and then exit."
154 msgstr ""
155
156 #: src/errors.lst:2
157 msgid "syntax error"
158 msgstr ""