1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423
|
msgid ""
msgstr ""
"Project-Id-Version: diction 1.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-02 23:56+0200\n"
"PO-Revision-Date: 2006-04-13 22:05+0100\n"
"Last-Translator: James Rowe <jay@jnrowe.ufksn.org>\n"
"Language-Team: English <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: diction.c:111 diction.c:471
#, c-format
msgid "diction: Opening `%s' failed (%s).\n"
msgstr "diction: Opening `%s' failed (%s).\n"
#: diction.c:129 diction.c:143 diction.c:165 diction.c:183
#, c-format
msgid "diction: out of memory.\n"
msgstr "diction: out of memory.\n"
#: diction.c:175
#, c-format
msgid "diction: Compiling regular expression `%s' failed (%s).\n"
msgstr "diction: Compiling regular expression `%s' failed (%s).\n"
#: diction.c:325
msgid "Double word."
msgstr "Double word."
#: diction.c:348
msgid ""
"Usage: diction [-b] [-d] [-f file [-n|-L language]] [-q] [file ...]\n"
" diction [--beginner] [--ignore-double-words]\n"
" [--file file [--no-default-file|--language]] [--quiet] "
"[file ...]\n"
" diction --version\n"
msgstr ""
"Usage: diction [-b] [-d] [-f file [-n|-L language]] [-q] [file ...]\n"
" diction [--beginner] [--ignore-double-words]\n"
" [--file file [--no-default-file|--language]] [--quiet] "
"[file ...]\n"
" diction --version\n"
#: diction.c:390
#, c-format
msgid "diction: Invalid string `..' in default phrase language `%s'.\n"
msgstr "diction: Invalid string `..' in default phrase language `%s'.\n"
#: diction.c:434
msgid "Try `diction -h' or `diction --help' for more information.\n"
msgstr "Try `diction -h' or `diction --help' for more information.\n"
#: diction.c:441
msgid ""
"Print wordy and commonly misused phrases in sentences.\n"
"\n"
msgstr ""
"Print wordy and commonly misused phrases in sentences.\n"
"\n"
#: diction.c:442
msgid ""
"-b, --beginner complain about typical mistakes of beginners\n"
msgstr ""
"-b, --beginner complain about typical mistakes of beginners\n"
#: diction.c:443
msgid "-d, --ignore-double-words do not complain about double words\n"
msgstr "-d, --ignore-double-words do not complain about double words\n"
#: diction.c:444
msgid "-s, --suggest suggest better wording\n"
msgstr "-s, --suggest suggest better wording\n"
#: diction.c:445
msgid "-f, --file also read the specified database\n"
msgstr "-f, --file also read the specified database\n"
#: diction.c:446
msgid "-n, --no-default-file do not read the default phrase file\n"
msgstr "-n, --no-default-file do not read the default phrase file\n"
#: diction.c:447
msgid "-L, --language set document language\n"
msgstr "-L, --language set document language\n"
#: diction.c:448
msgid "-q, --quiet do not print input file name\n"
msgstr "-q, --quiet do not print input file name\n"
#: diction.c:449
msgid "-h, --help print this message\n"
msgstr "-h, --help print this message\n"
#: diction.c:450
msgid " --version print the version\n"
msgstr " --version print the version\n"
#: diction.c:452 style.c:1102
msgid "Report bugs to <michael@moria.de>.\n"
msgstr "Report bugs to <michael@moria.de>.\n"
#: diction.c:482 style.c:1122
#, c-format
msgid "No sentences found.\n"
msgstr "No sentences found.\n"
#: diction.c:486
#, c-format
msgid "No phrases "
msgstr "No phrases "
#: diction.c:487
#, c-format
msgid "1 phrase "
msgstr "1 phrase "
#: diction.c:488
#, c-format
msgid "%d phrases "
msgstr "%d phrases "
#: diction.c:489
#, c-format
msgid "in 1 sentence found.\n"
msgstr "in 1 sentence found.\n"
#: diction.c:490
#, c-format
msgid "in %d sentences found.\n"
msgstr "in %d sentences found.\n"
#: getopt.c:571 getopt.c:587
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr "%s: option `%s' is ambiguous\n"
#: getopt.c:620 getopt.c:624
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr "%s: option `--%s' doesn't allow an argument\n"
#: getopt.c:633 getopt.c:638
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr "%s: option `%c%s' doesn't allow an argument\n"
#: getopt.c:681 getopt.c:700 getopt.c:1016 getopt.c:1035
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr "%s: option `%s' requires an argument\n"
#: getopt.c:738 getopt.c:741
#, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr "%s: unrecognised option `--%s'\n"
#: getopt.c:749 getopt.c:752
#, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr "%s: unrecognised option `%c%s'\n"
#: getopt.c:804 getopt.c:807
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr "%s: illegal option -- %c\n"
#: getopt.c:813 getopt.c:816
#, c-format
msgid "%s: invalid option -- %c\n"
msgstr "%s: invalid option -- %c\n"
#: getopt.c:868 getopt.c:884 getopt.c:1088 getopt.c:1106
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr "%s: option requires an argument -- %c\n"
#: getopt.c:937 getopt.c:953
#, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr "%s: option `-W %s' is ambiguous\n"
#: getopt.c:977 getopt.c:995
#, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: option `-W %s' doesn't allow an argument\n"
#: sentence.c:204
#, c-format
msgid "%s: internal error, compiling a regular expression failed (%s).\n"
msgstr "%s: internal error, compiling a regular expression failed (%s).\n"
#: sentence.c:241
#, c-format
msgid "%s: increasing sentence buffer failed: %s\n"
msgstr "%s: increasing sentence buffer failed: %s\n"
#: style.c:72 style.c:86
#, c-format
msgid "style: out of memory\n"
msgstr "style: out of memory\n"
#: style.c:988
msgid ""
"Usage: style [-L language] [-l length] [-r ari] [file ...]\n"
" style [--language language] [--print-long length] [--print-ari ari]\n"
" [file ...]\n"
" style --version\n"
msgstr ""
"Usage: style [-L language] [-l length] [-r ari] [file ...]\n"
" style [--language language] [--print-long length] [--print-ari ari]\n"
" [file ...]\n"
" style --version\n"
#: style.c:1046
#, c-format
msgid "style: Incorrect language option `%s'.\n"
msgstr "style: Incorrect language option `%s'.\n"
#: style.c:1082
msgid "Try style -h|--help for more information.\n"
msgstr "Try style -h|--help for more information.\n"
#: style.c:1089
msgid ""
"Analyse surface characteristics of a document.\n"
"\n"
msgstr ""
"Analyse surface characteristics of a document.\n"
"\n"
#: style.c:1090
msgid ""
"-L, --language set the document language.\n"
"-l, --print-long print all sentences longer than <length> words\n"
"-r, --print-ari print all sentences with an ARI greater than than "
"<ari>\n"
"-p, --print-passive print all sentences phrased in the passive voice\n"
"-N, --print-nom print all sentences containing nominalizations\n"
"-n, --print-nom-passive print all sentences phrased in the passive voice or\n"
" containing nominalizations\n"
msgstr ""
"-L, --language set the document language.\n"
"-l, --print-long print all sentences longer than <length> words\n"
"-r, --print-ari print all sentences with an ARI greater than than "
"<ari>\n"
"-p, --print-passive print all sentences phrased in the passive voice\n"
"-N, --print-nom print all sentences containing normalisations\n"
"-n, --print-nom-passive print all sentences phrased in the passive voice or\n"
" containing normalisations\n"
#: style.c:1098
msgid ""
"-h, --help print this message\n"
" --version print the version\n"
msgstr ""
"-h, --help print this message\n"
" --version print the version\n"
#: style.c:1112
#, c-format
msgid "style: Opening `%s' failed (%s).\n"
msgstr "style: Opening `%s' failed (%s).\n"
#: style.c:1131
#, c-format
msgid "readability grades:\n"
msgstr "readability grades:\n"
#: style.c:1136
msgid "/100 (plain English)"
msgstr "/100 (plain English)"
#: style.c:1136
msgid "/100"
msgstr "/100"
#: style.c:1141 style.c:1146
#, c-format
msgid "below school year 5\n"
msgstr "below school year 5\n"
#: style.c:1142
#, c-format
msgid "higher than school year 10\n"
msgstr "higher than school year 10\n"
#: style.c:1143 style.c:1148
#, c-format
msgid "school year %d\n"
msgstr "school year %d\n"
#: style.c:1145
msgid "Lix"
msgstr "Lix"
#: style.c:1147
#, c-format
msgid "higher than school year 11\n"
msgstr "higher than school year 11\n"
#: style.c:1149
msgid "SMOG-Grading"
msgstr "SMOG-Grading"
#: style.c:1151
#, c-format
msgid "sentence info:\n"
msgstr "sentence info:\n"
#: style.c:1152
#, c-format
msgid " %d characters\n"
msgstr " %d characters\n"
#: style.c:1153
#, c-format
msgid " %d words, average length %.2f characters = %.2f syllables\n"
msgstr " %d words, average length %.2f characters = %.2f syllables\n"
#: style.c:1154
#, c-format
msgid " %d sentences, average length %.1f words\n"
msgstr " %d sentences, average length %.1f words\n"
#: style.c:1158
#, c-format
msgid " %d%% (%d) short sentences (at most %d words)\n"
msgstr " %d%% (%d) short sentences (at most %d words)\n"
#: style.c:1161
#, c-format
msgid " %d%% (%d) long sentences (at least %d words)\n"
msgstr " %d%% (%d) long sentences (at least %d words)\n"
#: style.c:1162
#, c-format
msgid " %d paragraphs, average length %.1f sentences\n"
msgstr " %d paragraphs, average length %.1f sentences\n"
#: style.c:1163
#, c-format
msgid " %d%% (%d) questions\n"
msgstr " %d%% (%d) questions\n"
#: style.c:1164
#, c-format
msgid " %d%% (%d) passive sentences\n"
msgstr " %d%% (%d) passive sentences\n"
#: style.c:1165
#, c-format
msgid ""
" longest sent %d wds at sent %d; shortest sent %d wds at sent %d\n"
msgstr ""
" longest sent %d wds at sent %d; shortest sent %d wds at sent %d\n"
#.
#. Missing output:
#.
#. sentence types:
#. simple 100% (1) complex 0% (0)
#. compound 0% (0) compound-complex 0% (0)
#. word usage:
#. verb types as % of total verbs
#. tobe 100% (1) aux 0% (0) inf 0% (0)
#. passives as % of non-inf verbs 0% (0)
#. types as % of total
#. prep 0.0% (0) conj 0.0% (0) adv 0.0% (0)
#. noun 25.0% (1) adj 25.0% (1) pron 25.0% (1)
#. nominalizations 0 % (0)
#.
#: style.c:1182
#, c-format
msgid "word usage:\n"
msgstr "word usage:\n"
#: style.c:1183
#, c-format
msgid " verb types:\n"
msgstr " verb types:\n"
#: style.c:1184
#, c-format
msgid " to be (%d) auxiliary (%d) \n"
msgstr " to be (%d) auxiliary (%d) \n"
#: style.c:1185
#, c-format
msgid " types as %% of total:\n"
msgstr " types as %% of total:\n"
#: style.c:1186
#, fuzzy, c-format
msgid ""
" conjunctions %1.f%% (%d) pronouns %1.f%% (%d) prepositions %1.f%% (%"
"d)\n"
msgstr ""
" conjunctions %1.f% (%d) pronouns %1.f% (%d) prepositions %1.f% (%d)\n"
#: style.c:1191
#, fuzzy, c-format
msgid " nominalizations %1.f%% (%d)\n"
msgstr " normalisations %1.f% (%d)\n"
#: style.c:1194
#, c-format
msgid "sentence beginnings:\n"
msgstr "sentence beginnings:\n"
#: style.c:1195
#, c-format
msgid " pronoun (%d) interrogative pronoun (%d) article (%d)\n"
msgstr " pronoun (%d) interrogative pronoun (%d) article (%d)\n"
#: style.c:1196
#, c-format
msgid ""
" subordinating conjunction (%d) conjunction (%d) preposition (%d)\n"
msgstr ""
" subordinating conjunction (%d) conjunction (%d) preposition (%d)\n"
|