1 # Translation catalog description file (pot-style)
6 "Project-Id-Version: FlexCat\n"
7 "Report-Msgid-Bugs-To: https://github.com/adtools/flexcat\n"
8 "POT-Creation-Date: 2014-02-18 11:52+0100\n"
9 "PO-Revision-Date: 2014-02-21 09:32+0000\n"
10 "Last-Translator: Jens Maus <mail@jens-maus.de>\n"
11 "Language-Team: LANGUAGE <LL@li.org>\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Catalog-Name: FlexCat\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 msgctxt "MSG_USAGE_HEAD (0//)"
23 msgctxt "MSG_USAGE (1//)"
25 " CDFILE Catalog description file to scan\n"
26 " CTFILE Catalog translation file to scan\n"
27 " POFILE Catalog translation in PO-style format\n"
28 " CATALOG Catalog file to create\n"
29 " NEWCTFILE Catalog translation file to create\n"
30 " SOURCES Sources to create; must be something like SFILE=SDFILE,\n"
31 " where SFILE is a source file and SDFILE is a source\n"
33 " WARNCTGAPS Warn about identifiers missing in translation\n"
34 " NOOPTIM Do not skip unchanged strings in translation/description\n"
35 " FILL Fill missing identifiers with original text\n"
36 " FLUSH Flush memory after the catalog is created\n"
37 " NOBEEP No DisplayBeep() on errors and warnings\n"
38 " QUIET No warnings\n"
39 " NOLANGTOLOWER Prevent #language name from being lowercased\n"
40 " NOBUFFEREDIO Disable I/O buffers\n"
41 " MODIFIED Create catalog only if description/translation have changed\n"
42 " COPYMSGNEW Copy ***NEW*** markers over from old translation\n"
43 " OLDMSGNEW Custom marker in old translation\n"
44 " CODESET Codeset to force in output file (e.g. 'UTF-8')\n"
45 " VERSION Force a certain version to be used during catalog generation\n"
46 " REVISION Force a certain revision to be used during catalog generation\n"
47 " NOAUTODATE no operation - kept for compatibility\n"
48 " NOSPACES no operation - kept for compatibility"
49 msgstr " CDFILE Catalog description file to scan\n CTFILE Catalog translation file to scan\n POFILE Catalog translation in PO-style format\n CATALOG Catalog file to create\n NEWCTFILE Catalog translation file to create\n SOURCES Sources to create; must be something like SFILE=SDFILE,\n where SFILE is a source file and SDFILE is a source\n description file\n WARNCTGAPS Warn about identifiers missing in translation\n NOOPTIM Do not skip unchanged strings in translation/description\n FILL Fill missing identifiers with original text\n FLUSH Flush memory after the catalog is created\n NOBEEP No DisplayBeep() on errors and warnings\n QUIET No warnings\n NOLANGTOLOWER Prevent #language name from being lowercased\n NOBUFFEREDIO Disable I/O buffers\n MODIFIED Create catalog only if description/translation have changed\n COPYMSGNEW Copy ***NEW*** markers over from old translation\n OLDMSGNEW Custom marker in old translation\n CODESET Codeset to force in output file (e.g. 'UTF-8')\n VERSION Force a certain version to be used during catalog generation\n REVISION Force a certain revision to be used during catalog generation\n NOAUTODATE no operation - kept for compatibility\n NOSPACES no operation - kept for compatibility"
51 msgctxt "MSG_FILEUPTODATE (2//)"
52 msgid "File '%s' is up to date"
53 msgstr "File '%s' is up to date"
55 msgctxt "MSG_ERR_WARNING (100//)"
56 msgid "%s, line %d - warning:"
57 msgstr "%s, line %d - warning:"
59 msgctxt "MSG_ERR_ERROR (101//)"
60 msgid "%s, line %d - ERROR:"
61 msgstr "%s, line %d - ERROR:"
63 msgctxt "MSG_ERR_EXPECTEDHEX (102//)"
64 msgid "expected hex character (one of [0-9a-fA-F])"
65 msgstr "expected hex character (one of [0-9a-fA-F])"
67 msgctxt "MSG_ERR_EXPECTEDOCTAL (103//)"
68 msgid "expected octal character (one of [0-7])"
69 msgstr "expected octal character (one of [0-7])"
71 msgctxt "MSG_ERR_NOLENGTHBYTES (104//)"
72 msgid "lengthbytes cannot be larger than %d (sizeof long)"
73 msgstr "lengthbytes cannot be larger than %d (sizeof long)"
75 msgctxt "MSG_ERR_UNKNOWNCDCOMMAND (105//)"
76 msgid "unknown catalog description command"
77 msgstr "unknown catalog description command"
79 msgctxt "MSG_ERR_UNEXPECTEDBLANKS (106//)"
80 msgid "unexpected blanks"
81 msgstr "unexpected blanks"
83 msgctxt "MSG_ERR_NOIDENTIFIER (107//)"
84 msgid "missing identifier"
85 msgstr "missing identifier"
87 msgctxt "MSG_ERR_MISSINGSTRING (115//)"
88 msgid "unexpected end of file (missing catalog strings)"
89 msgstr "unexpected end of file (missing catalog strings)"
91 msgctxt "MSG_ERR_UNKNOWNCTCOMMAND (118//)"
92 msgid "unknown command in translation"
93 msgstr "unknown command in translation"
95 msgctxt "MSG_ERR_UNKNOWNIDENTIFIER (119//)"
96 msgid "'%s' missing in catalog description"
97 msgstr "'%s' missing in catalog description"
99 msgctxt "MSG_ERR_UNKNOWNSTRINGTYPE (120//)"
100 msgid "unknown string type"
101 msgstr "unknown string type"
103 msgctxt "MSG_ERR_NOTERMINATEBRACKET (121//)"
104 msgid "unexpected end of line (missing ')')"
105 msgstr "unexpected end of line (missing ')')"
107 msgctxt "MSG_ERR_NOBINCHARS (122//)"
108 msgid "binary characters in string type None"
109 msgstr "binary characters in string type None"
111 msgctxt "MSG_ERR_CTGAP (123//)"
112 msgid "'%s' missing in catalog translation"
113 msgstr "'%s' missing in catalog translation"
115 msgctxt "MSG_ERR_DOUBLECTLANGUAGE (124//)"
116 msgid "catalog language declared twice"
117 msgstr "catalog language declared twice"
119 msgctxt "MSG_ERR_DOUBLECTVERSION (125//)"
120 msgid "catalog version declared twice"
121 msgstr "catalog version declared twice"
123 msgctxt "MSG_ERR_WRONGRCSID (126//)"
124 msgid "incorrect RCS Id"
125 msgstr "incorrect RCS Id"
127 msgctxt "MSG_ERR_NOMEMORY (127//)"
128 msgid "out of memory!"
129 msgstr "out of memory!"
131 msgctxt "MSG_ERR_NOCATALOGDESCRIPTION (128//)"
132 msgid "cannot open catalog description '%s'"
133 msgstr "cannot open catalog description '%s'"
135 msgctxt "MSG_ERR_NOCATALOGTRANSLATION (129//)"
136 msgid "cannot open catalog translation '%s'"
137 msgstr "cannot open catalog translation '%s'"
139 msgctxt "MSG_ERR_NOCTVERSION (130//)"
141 "missing catalog translation version\n"
142 "Use either '## version' or '## rcsid' and '## name'"
143 msgstr "missing catalog translation version\nUse either '## version' or '## rcsid' and '## name'"
145 msgctxt "MSG_ERR_NOCATALOG (131//)"
146 msgid "cannot open catalog file '%s'"
147 msgstr "cannot open catalog file '%s'"
149 msgctxt "MSG_ERR_NONEWCTFILE (132//)"
150 msgid "cannot create catalog translation '%s'"
151 msgstr "cannot create catalog translation '%s'"
153 msgctxt "MSG_ERR_NOCTLANGUAGE (133//)"
154 msgid "missing catalog translation language"
155 msgstr "missing catalog translation language"
157 msgctxt "MSG_ERR_NOSOURCE (134//)"
158 msgid "cannot open source file '%s'"
159 msgstr "cannot open source file '%s'"
161 msgctxt "MSG_ERR_NOSOURCEDESCRIPTION (135//)"
162 msgid "cannot open source description file '%s'"
163 msgstr "cannot open source description file '%s'"
165 msgctxt "MSG_ERR_NOCTARGUMENT (136//)"
166 msgid "creating a catalog requires a translation file"
167 msgstr "creating a catalog requires a translation file"
169 msgctxt "MSG_ERR_CANTCHECKDATE (137//)"
170 msgid "cannot get datestamp of '%s'"
171 msgstr "cannot get datestamp of '%s'"
173 msgctxt "MSG_ERR_NOCTFILENAME (140//)"
175 "Catalog translation file name not specified at command line or as basename "
177 msgstr "Catalog translation file name not specified at command line or as basename in description"
179 msgctxt "MSG_ERR_NOCATFILENAME (141//)"
181 "catalog file name not specified at command line or as basename in "
183 msgstr "catalog file name not specified at command line or as basename in description"
185 msgctxt "MSG_ERR_BADPREFS (142//)"
187 "error processing 'FlexCat.prefs' variable, falling back to defaults\n"
189 msgstr "error processing 'FlexCat.prefs' variable, falling back to defaults\nTemplate:"
191 msgctxt "MSG_ERR_BADCTLANGUAGE (144//)"
193 "invalid language in catalog translation file\n"
194 "Language MUST be a string with alphabetical characters and no inlined or trailing spaces"
195 msgstr "invalid language in catalog translation file\nLanguage MUST be a string with alphabetical characters and no inlined or trailing spaces"
197 msgctxt "MSG_ERR_DOUBLECTCODESET (146//)"
198 msgid "catalog codeset declared twice"
199 msgstr "catalog codeset declared twice"
201 msgctxt "MSG_ERR_BADCTCODESET (147//)"
203 "invalid codeset in catalog translation file\n"
204 "Codeset MUST be a decimal number without any trailing spaces"
205 msgstr "invalid codeset in catalog translation file\nCodeset MUST be a decimal number without any trailing spaces"
207 msgctxt "MSG_ERR_NOCTCODESET (148//)"
208 msgid "missing catalog translation codeset"
209 msgstr "missing catalog translation codeset"
211 msgctxt "MSG_ERR_ERROR_QUICK (149//)"
215 msgctxt "MSG_ERR_BADCTVERSION (150//)"
217 "invalid version string in catalog translation file\n"
218 "Version should be something like\n"
219 "## version $VER: name version.revision (date)\n"
220 "without any spaces in the name"
221 msgstr "invalid version string in catalog translation file\nVersion should be something like\n## version $VER: name version.revision (date)\nwithout any spaces in the name"
223 msgctxt "MSG_ERR_WARNING_QUICK (154//)"
224 msgid "%s - Warning:"
225 msgstr "%s - Warning:"
227 msgctxt "MSG_ERR_MISSINGTRANSLATION (155//)"
228 msgid "missing translation for identifier '%s'"
229 msgstr "missing translation for identifier '%s'"
231 msgctxt "MSG_ERR_EMPTYTRANSLATION (156//)"
232 msgid "empty translation for identifier '%s'"
233 msgstr "empty translation for identifier '%s'"
235 msgctxt "MSG_ERR_MISMATCHINGCONTROLCHARACTERS (157//)"
236 msgid "mismatching trailing control characters"
237 msgstr "mismatching trailing control characters"
239 msgctxt "MSG_ERR_DOUBLE_IDENTIFIER (159//)"
240 msgid "identifier '%s' declared twice"
241 msgstr "identifier '%s' declared twice"
243 msgctxt "MSG_ERR_STRING_TOO_SHORT (160//)"
244 msgid "string too short for identifier '%s'"
245 msgstr "string too short for identifier '%s'"
247 msgctxt "MSG_ERR_STRING_TOO_LONG (161//)"
248 msgid "string too long for identifier '%s'"
249 msgstr "string too long for identifier '%s'"
251 msgctxt "MSG_ERR_TRAILING_ELLIPSIS (162//)"
252 msgid "original string has a trailing ellipsis ('...') for identifier '%s'"
253 msgstr "original string has a trailing ellipsis ('...') for identifier '%s'"
255 msgctxt "MSG_ERR_NO_TRAILING_ELLIPSIS (163//)"
257 "original string doesn't have a trailing ellipsis ('...') for identifier '%s'"
258 msgstr "original string doesn't have a trailing ellipsis ('...') for identifier '%s'"
260 msgctxt "MSG_ERR_TRAILING_BLANKS (164//)"
261 msgid "original string has trailing blanks for identifier '%s'"
262 msgstr "original string has trailing blanks for identifier '%s'"
264 msgctxt "MSG_ERR_NO_TRAILING_BLANKS (165//)"
265 msgid "original string doesn't have trailing blanks for identifier '%s'"
266 msgstr "original string doesn't have trailing blanks for identifier '%s'"
268 msgctxt "MSG_ERR_MISMATCHING_PLACEHOLDERS (166//)"
269 msgid "mismatching placeholders for identifier '%s'"
270 msgstr "mismatching placeholders for identifier '%s'"
272 msgctxt "MSG_ERR_MISSING_PLACEHOLDERS (167//)"
273 msgid "missing placeholders for identifier '%s'"
274 msgstr "missing placeholders for identifier '%s'"
276 msgctxt "MSG_ERR_EXCESSIVE_PLACEHOLDERS (168//)"
277 msgid "excessive placeholders for identifier '%s'"
278 msgstr "excessive placeholders for identifier '%s'"
280 msgctxt "MSG_ERR_NO_LEADING_BRACKET (169//)"
281 msgid "missing '(' for identifier '%s'"
282 msgstr "missing '(' for identifier '%s'"
284 msgctxt "MSG_ERR_NO_TRAILING_BRACKET (170//)"
285 msgid "missing ')' for identifier '%s'"
286 msgstr "missing ')' for identifier '%s'"
288 msgctxt "MSG_ERR_DOUBLE_ID (171//)"
289 msgid "ID number used twice for identifier '%s'"
290 msgstr "ID number used twice for identifier '%s'"
292 msgctxt "MSG_ERR_NO_MIN_LEN (172//)"
293 msgid "expected MinLen (character '/') for identifier '%s'"
294 msgstr "expected MinLen (character '/') for identifier '%s'"
296 msgctxt "MSG_ERR_NO_MAX_LEN (173//)"
297 msgid "expected MaxLen (character '/') for identifier '%s'"
298 msgstr "expected MaxLen (character '/') for identifier '%s'"
300 msgctxt "MSG_ERR_EXTRA_CHARACTERS (174//)"
301 msgid "extra characters at the end of the line"
302 msgstr "extra characters at the end of the line"
304 msgctxt "MSG_ERR_EXTRA_CHARACTERS_ID (175//)"
305 msgid "extra characters at the end of the line for identifier '%s'"
306 msgstr "extra characters at the end of the line for identifier '%s'"
308 msgctxt "MSG_ERR_NON_ASCII_CHARACTER (176//)"
309 msgid "non-ASCII character 0x%02x found in original string for identifier '%s'"
310 msgstr "non-ASCII character 0x%02x found in original string for identifier '%s'"
312 msgctxt "MSG_ERR_NO_CAT_REVISION (177//)"
313 msgid "no catalog revision information found, using revision 0"
314 msgstr "no catalog revision information found, using revision 0"
316 msgctxt "MSG_ERR_CONVERSION_FAILED (178//)"
317 msgid "UTF8 conversion failed for identifier '%s'"
318 msgstr "UTF8 conversion failed for identifier '%s'"
320 msgctxt "MSG_ERR_UNKNOWN_SOURCE_CHARSET (179//)"
321 msgid "ERROR in CodesetsFind(): unknown source charset '%s'"
322 msgstr "ERROR in CodesetsFind(): unknown source charset '%s'"
324 msgctxt "MSG_ERR_UNKNOWN_DESTINATION_CHARSET (180//)"
325 msgid "ERROR in CodesetsFind(): unknown destination charset '%s'"
326 msgstr "ERROR in CodesetsFind(): unknown destination charset '%s'"
328 msgctxt "MSG_ERR_INVALID_CHARS_FOUND (181//)"
329 msgid "ERROR in CodesetsConvertStr(): %d invalid characters found"
330 msgstr "ERROR in CodesetsConvertStr(): %d invalid characters found"
332 msgctxt "MSG_ERR_ICONV_FAILED (182//)"
333 msgid "ERROR in iconv(): %s"
334 msgstr "ERROR in iconv(): %s"
336 msgctxt "MSG_ERR_ICONV_OPEN_FAILED (183//)"
337 msgid "ERROR in iconv_open(): %s"
338 msgstr "ERROR in iconv_open(): %s"
340 msgctxt "MSG_ERR_NO_CAT_VERSION (184//)"
341 msgid "no catalog version information found, using version 0"
342 msgstr "no catalog version information found, using version 0"