]> git.draconx.ca Git - slotifier.git/blob - po/en.po
Initial commit
[slotifier.git] / po / en.po
1 # English "translation" for slotifier.
2 # This file is put in the public domain.
3 # Nick Bowler <nbowler@draconx.ca>, 2018
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: slotifier 0\n"
8 "Report-Msgid-Bugs-To: nbowler@draconx.ca\n"
9 "POT-Creation-Date: 2018-12-20 15:42-0500\n"
10 "PO-Revision-Date: 2018-12-20 15:52-0500\n"
11 "Language-Team: \n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16 "X-Generator: Poedit 2.1.1\n"
17 "Last-Translator: Nick Bowler <nbowler@draconx.ca>\n"
18 "Language: en\n"
19
20 #: lib/getopt.c:547 lib/getopt.c:576
21 #, c-format
22 msgid "%s: option '%s' is ambiguous; possibilities:"
23 msgstr ""
24
25 #: lib/getopt.c:624 lib/getopt.c:628
26 #, c-format
27 msgid "%s: option '--%s' doesn't allow an argument\n"
28 msgstr ""
29
30 #: lib/getopt.c:637 lib/getopt.c:642
31 #, c-format
32 msgid "%s: option '%c%s' doesn't allow an argument\n"
33 msgstr ""
34
35 #: lib/getopt.c:685 lib/getopt.c:704
36 #, c-format
37 msgid "%s: option '--%s' requires an argument\n"
38 msgstr ""
39
40 #: lib/getopt.c:742 lib/getopt.c:745
41 #, c-format
42 msgid "%s: unrecognized option '--%s'\n"
43 msgstr ""
44
45 #: lib/getopt.c:753 lib/getopt.c:756
46 #, c-format
47 msgid "%s: unrecognized option '%c%s'\n"
48 msgstr ""
49
50 #: lib/getopt.c:805 lib/getopt.c:808
51 #, c-format
52 msgid "%s: invalid option -- '%c'\n"
53 msgstr ""
54
55 #: lib/getopt.c:861 lib/getopt.c:878 lib/getopt.c:1088 lib/getopt.c:1106
56 #, c-format
57 msgid "%s: option requires an argument -- '%c'\n"
58 msgstr ""
59
60 #: lib/getopt.c:934 lib/getopt.c:950
61 #, c-format
62 msgid "%s: option '-W %s' is ambiguous\n"
63 msgstr ""
64
65 #: lib/getopt.c:974 lib/getopt.c:992
66 #, c-format
67 msgid "%s: option '-W %s' doesn't allow an argument\n"
68 msgstr ""
69
70 #: lib/getopt.c:1013 lib/getopt.c:1031
71 #, c-format
72 msgid "%s: option '-W %s' requires an argument\n"
73 msgstr ""
74
75 #: src/slotifier.c:76
76 #, c-format
77 msgid "Usage: %s [options] [-o filename] filename\n"
78 msgstr ""
79
80 #: src/slotifier.c:78
81 #, c-format
82 msgid "Try %s --help for more information.\n"
83 msgstr ""
84
85 #: src/slotifier.c:87
86 msgid ""
87 "This is \"slotifier\": a tool to convert overlapping drill hits in Excellon\n"
88 "drill files to G85 drill slots."
89 msgstr ""
90 "This is “slotifier”: a tool to convert overlapping drill hits in Excellon\n"
91 "drill files to G85 drill slots."
92
93 #: src/slotifier.c:91
94 msgid "Options:"
95 msgstr ""
96
97 #: src/slotifier.c:98
98 msgid "FILE"
99 msgstr ""
100
101 #: src/slotifier.c:101
102 #, c-format
103 msgid "  -%c, --%s=%s"
104 msgstr ""
105
106 #: src/slotifier.c:104
107 #, c-format
108 msgid "  -%c, --%s"
109 msgstr ""
110
111 #: src/slotifier.c:114
112 msgid "Output to FILE, instead of standard output."
113 msgstr ""
114
115 #: src/slotifier.c:117
116 msgid "Increase verbosity (can be specified more than once)."
117 msgstr ""
118
119 #: src/slotifier.c:120
120 msgid "Print a version message and then exit."
121 msgstr ""
122
123 #: src/slotifier.c:123
124 msgid "Print this message and then exit."
125 msgstr ""
126
127 #: src/slotifier.c:145
128 msgid "For more information, see the slotifier(1) man page."
129 msgstr ""
130
131 #: src/slotifier.c:148
132 #, c-format
133 msgid "Report bugs to <%s>."
134 msgstr ""
135
136 #: src/slotifier.c:206 src/slotifier.c:211
137 #, c-format
138 msgid "%s: failed to allocate memory\n"
139 msgstr ""
140
141 #: src/slotifier.c:238
142 #, c-format
143 msgid "%s: fatal error searching holes\n"
144 msgstr ""
145
146 #: src/slotifier.c:289
147 #, c-format
148 msgid "%s: merged %zu hole into slot (%.4f,%.4f)-(%.4f,%.4f)\n"
149 msgid_plural "%s: merged %zu holes into slot (%.4f,%.4f)-(%.4f,%.4f)\n"
150 msgstr[0] ""
151 msgstr[1] ""
152
153 #: src/slotifier.c:306
154 #, c-format
155 msgid "%s: hole at (%.4f,%.4f) not merged\n"
156 msgstr ""
157
158 #: src/slotifier.c:327
159 #, c-format
160 msgid "%s: failed to build search tree\n"
161 msgstr ""
162
163 #: src/slotifier.c:395
164 #, c-format
165 msgid "%s: error: must specify a filename\n"
166 msgstr ""
167
168 #: src/slotifier.c:402
169 #, c-format
170 msgid "%s: error: excess command-line arguments\n"
171 msgstr ""
172
173 #: src/slotifier.c:420
174 #, c-format
175 msgid "%s: %s: error: not a drill file\n"
176 msgstr ""