en_GB.po - enscript - GNU Enscript
 (HTM) git clone git://thinkerwim.org/enscript.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       en_GB.po (40655B)
       ---
            1 # British English Translation for enscript
            2 # Copyright (C) 2003 Free Software Foundation, Inc.
            3 # Nigel Titley <nigel@titley.com>, 2003.
            4 #
            5 msgid ""
            6 msgstr ""
            7 "Project-Id-Version: enscript 1.6.3\n"
            8 "POT-Creation-Date: 2002-01-24 09:39+0200\n"
            9 "PO-Revision-Date: 2003-01-31 15:32+0000\n"
           10 "Last-Translator: Nigel Titley <nigel@titley.com>\n"
           11 "Language-Team: English (British) <en_gb@li.org>\n"
           12 "MIME-Version: 1.0\n"
           13 "Content-Type: text/plain; charset=ISO-8859-1\n"
           14 "Content-Transfer-Encoding: 8bit\n"
           15 
           16 #: compat/getopt.c:628
           17 #, c-format
           18 msgid "%s: option `%s' is ambiguous\n"
           19 msgstr "%s: option `%s' is ambiguous\n"
           20 
           21 #: compat/getopt.c:652
           22 #, c-format
           23 msgid "%s: option `--%s' doesn't allow an argument\n"
           24 msgstr "%s: option `--%s' doesn't allow an argument\n"
           25 
           26 #: compat/getopt.c:657
           27 #, c-format
           28 msgid "%s: option `%c%s' doesn't allow an argument\n"
           29 msgstr "%s: option `%c%s' doesn't allow an argument\n"
           30 
           31 #: compat/getopt.c:674 compat/getopt.c:847
           32 #, c-format
           33 msgid "%s: option `%s' requires an argument\n"
           34 msgstr "%s: option `%s' requires an argument\n"
           35 
           36 #. --option
           37 #: compat/getopt.c:703
           38 #, c-format
           39 msgid "%s: unrecognized option `--%s'\n"
           40 msgstr "%s: unrecognized option `--%s'\n"
           41 
           42 #. +option or -option
           43 #: compat/getopt.c:707
           44 #, c-format
           45 msgid "%s: unrecognized option `%c%s'\n"
           46 msgstr "%s: unrecognized option `%c%s'\n"
           47 
           48 #. 1003.2 specifies the format of this message.
           49 #: compat/getopt.c:733
           50 #, c-format
           51 msgid "%s: illegal option -- %c\n"
           52 msgstr "%s: illegal option -- %c\n"
           53 
           54 #: compat/getopt.c:736
           55 #, c-format
           56 msgid "%s: invalid option -- %c\n"
           57 msgstr "%s: invalid option -- %c\n"
           58 
           59 #. 1003.2 specifies the format of this message.
           60 #: compat/getopt.c:766 compat/getopt.c:896
           61 #, c-format
           62 msgid "%s: option requires an argument -- %c\n"
           63 msgstr "%s: option requires an argument -- %c\n"
           64 
           65 #: compat/getopt.c:813
           66 #, c-format
           67 msgid "%s: option `-W %s' is ambiguous\n"
           68 msgstr "%s: option `-W %s' is ambiguous\n"
           69 
           70 #: compat/getopt.c:831
           71 #, c-format
           72 msgid "%s: option `-W %s' doesn't allow an argument\n"
           73 msgstr "%s: option `-W %s' doesn't allow an argument\n"
           74 
           75 #: compat/xalloc.c:70
           76 #, c-format
           77 msgid "xmalloc(): couldn't allocate %d bytes\n"
           78 msgstr "xmalloc(): couldn't allocate %d bytes\n"
           79 
           80 #: compat/xalloc.c:88
           81 #, c-format
           82 msgid "xcalloc(): couldn't allocate %d bytes\n"
           83 msgstr "xcalloc(): couldn't allocate %d bytes\n"
           84 
           85 #: compat/xalloc.c:109
           86 #, c-format
           87 msgid "xrealloc(): couldn't reallocate %d bytes\n"
           88 msgstr "xrealloc(): couldn't reallocate %d bytes\n"
           89 
           90 #: compat/regex.c:996
           91 msgid "Success"
           92 msgstr "Success"
           93 
           94 #. REG_NOERROR
           95 #: compat/regex.c:997
           96 msgid "No match"
           97 msgstr "No match"
           98 
           99 #. REG_NOMATCH
          100 #: compat/regex.c:998
          101 msgid "Invalid regular expression"
          102 msgstr "Invalid regular expression"
          103 
          104 #. REG_BADPAT
          105 #: compat/regex.c:999
          106 msgid "Invalid collation character"
          107 msgstr "Invalid collation character"
          108 
          109 #. REG_ECOLLATE
          110 #: compat/regex.c:1000
          111 msgid "Invalid character class name"
          112 msgstr "Invalid character class name"
          113 
          114 #. REG_ECTYPE
          115 #: compat/regex.c:1001
          116 msgid "Trailing backslash"
          117 msgstr "Trailing backslash"
          118 
          119 #. REG_EESCAPE
          120 #: compat/regex.c:1002
          121 msgid "Invalid back reference"
          122 msgstr "Invalid back reference"
          123 
          124 #. REG_ESUBREG
          125 #: compat/regex.c:1003
          126 msgid "Unmatched [ or [^"
          127 msgstr "Unmatched [ or [^"
          128 
          129 #. REG_EBRACK
          130 #: compat/regex.c:1004
          131 msgid "Unmatched ( or \\("
          132 msgstr "Unmatched ( or \\("
          133 
          134 #. REG_EPAREN
          135 #: compat/regex.c:1005
          136 msgid "Unmatched \\{"
          137 msgstr "Unmatched \\{"
          138 
          139 #. REG_EBRACE
          140 #: compat/regex.c:1006
          141 msgid "Invalid content of \\{\\}"
          142 msgstr "Invalid content of \\{\\}"
          143 
          144 #. REG_BADBR
          145 #: compat/regex.c:1007
          146 msgid "Invalid range end"
          147 msgstr "Invalid range end"
          148 
          149 #. REG_ERANGE
          150 #: compat/regex.c:1008
          151 msgid "Memory exhausted"
          152 msgstr "Memory exhausted"
          153 
          154 #. REG_ESPACE
          155 #: compat/regex.c:1009
          156 msgid "Invalid preceding regular expression"
          157 msgstr "Invalid preceding regular expression"
          158 
          159 #. REG_BADRPT
          160 #: compat/regex.c:1010
          161 msgid "Premature end of regular expression"
          162 msgstr "Premature end of regular expression"
          163 
          164 #. REG_EEND
          165 #: compat/regex.c:1011
          166 msgid "Regular expression too big"
          167 msgstr "Regular expression too big"
          168 
          169 #. REG_ESIZE
          170 #: compat/regex.c:1012
          171 msgid "Unmatched ) or \\)"
          172 msgstr "Unmatched ) or \\)"
          173 
          174 #: compat/regex.c:5458
          175 msgid "No previous regular expression"
          176 msgstr "No previous regular expression"
          177 
          178 #. Create the default TOC format string.  Wow, this is cool!
          179 #: src/main.c:966
          180 #, no-c-format
          181 msgid "$3v $-40N $3% pages $4L lines  $E $C"
          182 msgstr "$3v $-40N $3% pages $4L lines  $E $C"
          183 
          184 #: src/main.c:996
          185 #, c-format
          186 msgid "couldn't get passwd entry for uid=%d: %s"
          187 msgstr "couldn't get passwd entry for uid=%d: %s"
          188 
          189 #. No luck, report error from the original config file.
          190 #: src/main.c:1088
          191 #, c-format
          192 msgid "couldn't read config file \"%s/%s\": %s"
          193 msgstr "couldn't read config file \"%s/%s\": %s"
          194 
          195 #: src/main.c:1092
          196 msgid "I did also try the following directories:"
          197 msgstr "I did also try the following directories:"
          198 
          199 #: src/main.c:1093 src/main.c:1094 src/main.c:1095
          200 #, c-format
          201 msgid "\t%s"
          202 msgstr "\t%s"
          203 
          204 #: src/main.c:1096
          205 msgid "\t../lib"
          206 msgstr "\t../lib"
          207 
          208 #: src/main.c:1097
          209 msgid "\t../../lib"
          210 msgstr "\t../../lib"
          211 
          212 #: src/main.c:1099
          213 msgid "This is probably an installation error.  Please, try to rebuild:"
          214 msgstr "This is probably an installation error.  Please, try to rebuild:"
          215 
          216 #: src/main.c:1100
          217 msgid "\tmake distclean"
          218 msgstr "\tmake distclean"
          219 
          220 #: src/main.c:1101
          221 msgid "\t./configure --prefix=PREFIX"
          222 msgstr "\t./configure --prefix=PREFIX"
          223 
          224 #: src/main.c:1102
          225 msgid "\tmake"
          226 msgstr "\tmake"
          227 
          228 #: src/main.c:1103
          229 msgid "\tmake check"
          230 msgstr "\tmake check"
          231 
          232 #: src/main.c:1104
          233 msgid "\tmake install"
          234 msgstr "\tmake install"
          235 
          236 #: src/main.c:1106
          237 msgid "or set the environment variable `ENSCRIPT_LIBRARY' to point to your"
          238 msgstr "or set the environment variable `ENSCRIPT_LIBRARY' to point to your"
          239 
          240 #: src/main.c:1108
          241 msgid "library directory."
          242 msgstr "library directory."
          243 
          244 #: src/main.c:1180
          245 #, c-format
          246 msgid "unknown encoding: %s"
          247 msgstr "unknown encoding: %s"
          248 
          249 #: src/main.c:1199
          250 #, c-format
          251 msgid "couldn't open AFM library: %s"
          252 msgstr "couldn't open AFM library: %s"
          253 
          254 #: src/main.c:1228
          255 msgid ""
          256 "known media:\n"
          257 "name             width\theight\tllx\tlly\turx\tury\n"
          258 "------------------------------------------------------------\n"
          259 msgstr ""
          260 "known media:\n"
          261 "name             width\theight\tllx\tlly\turx\tury\n"
          262 "------------------------------------------------------------\n"
          263 
          264 #: src/main.c:1247
          265 #, c-format
          266 msgid "do not know anything about media \"%s\""
          267 msgstr "do not know anything about media \"%s\""
          268 
          269 #: src/main.c:1291
          270 #, c-format
          271 msgid "set new marginals for media `%s' (%dx%d): llx=%d, lly=%d, urx=%d, ury=%d\n"
          272 msgstr "set new marginals for media `%s' (%dx%d): llx=%d, lly=%d, urx=%d, ury=%d\n"
          273 
          274 #: src/main.c:1302
          275 #, c-format
          276 msgid "illegal page label format \"%s\""
          277 msgstr "illegal page lable format \"%s\""
          278 
          279 #: src/main.c:1314
          280 #, c-format
          281 msgid "illegal non-printable format \"%s\""
          282 msgstr "illegal non-printable format \"%s\""
          283 
          284 #: src/main.c:1328
          285 #, c-format
          286 msgid "illegal style for wrapped line marker: \"%s\""
          287 msgstr "illegal style for wrapped line marker: \"%s\""
          288 
          289 #: src/main.c:1338
          290 #, c-format
          291 msgid "illegal N-up argument: %d"
          292 msgstr "illegal N-up argument: %d"
          293 
          294 #: src/main.c:1343
          295 #, c-format
          296 msgid "N-up argument must be power of 2: %d"
          297 msgstr "N-up argument must be power of 2: %d"
          298 
          299 #: src/main.c:1420
          300 #, c-format
          301 msgid "malformed underlay position: %s"
          302 msgstr "malformed underlay position: %s"
          303 
          304 #: src/main.c:1443
          305 #, c-format
          306 msgid "illegal underlay style: %s"
          307 msgstr "illegal underlay style: %s"
          308 
          309 #. Create description with states.
          310 #: src/main.c:1470
          311 msgid ""
          312 "Highlighting is supported for the following languages and file formats:\n"
          313 "\n"
          314 msgstr ""
          315 "Highlighting is supported for the following languages and file formats:\n"
          316 "\n"
          317 
          318 #: src/main.c:1641
          319 #, c-format
          320 msgid "couldn't create temporary toc file: %s"
          321 msgstr "couldn't create temporary toc file: %s"
          322 
          323 #: src/main.c:1688
          324 #, c-format
          325 msgid "couldn't stat input file \"%s\": %s"
          326 msgstr "couldn't stat input file \"%s\": %s"
          327 
          328 #: src/main.c:1708
          329 #, c-format
          330 msgid "couldn't rewind toc file: %s"
          331 msgstr "couldn't rewind toc file: %s"
          332 
          333 #: src/main.c:1714
          334 msgid "Table of Contents"
          335 msgstr "Table of Contents"
          336 
          337 #.
          338 #. * The value of <ofp> is not reset in close_output_file(),
          339 #. * this is ugly but it saves one flag.
          340 #.
          341 #: src/main.c:1743
          342 msgid "no output generated\n"
          343 msgstr "no output generated\n"
          344 
          345 #: src/main.c:1748
          346 #, c-format
          347 msgid "output sent to %s\n"
          348 msgstr "output sent to %s\n"
          349 
          350 #: src/main.c:1749 src/main.c:1773
          351 msgid "printer"
          352 msgstr "printer"
          353 
          354 #: src/main.c:1751
          355 #, c-format
          356 msgid "output left in %s\n"
          357 msgstr "output left in %s\n"
          358 
          359 #. We did something, tell what.
          360 #: src/main.c:1769
          361 #, c-format
          362 msgid "[ %d pages * %d copy ]"
          363 msgstr "[ %d pages * %d copy ]"
          364 
          365 #: src/main.c:1772
          366 #, c-format
          367 msgid " sent to %s\n"
          368 msgstr " sent to %s\n"
          369 
          370 #: src/main.c:1775
          371 #, c-format
          372 msgid " left in %s\n"
          373 msgstr " left in %s\n"
          374 
          375 #: src/main.c:1780
          376 #, c-format
          377 msgid "%d lines were %s\n"
          378 msgstr "%d lines were %s\n"
          379 
          380 #: src/main.c:1782
          381 msgid "truncated"
          382 msgstr "truncated"
          383 
          384 #: src/main.c:1782
          385 msgid "wrapped"
          386 msgstr "wrapped"
          387 
          388 #: src/main.c:1788
          389 #, c-format
          390 msgid "%d characters were missing\n"
          391 msgstr "%d characters were missing\n"
          392 
          393 #: src/main.c:1792
          394 msgid "missing character codes (decimal):\n"
          395 msgstr "missing character codes (decimal):\n"
          396 
          397 #: src/main.c:1800
          398 #, c-format
          399 msgid "%d non-printable characters\n"
          400 msgstr "%d non-printable characters\n"
          401 
          402 #: src/main.c:1805
          403 msgid "non-printable character codes (decimal):\n"
          404 msgstr "non-printable character codes (decimal):\n"
          405 
          406 #: src/main.c:1854
          407 #, c-format
          408 msgid "couldn't open printer `%s': %s"
          409 msgstr "couldn't open printer `%s': %s"
          410 
          411 #: src/main.c:1863
          412 #, c-format
          413 msgid "couldn't create output file \"%s\": %s"
          414 msgstr "couldn't create output file \"%s\": %s"
          415 
          416 #: src/main.c:1880
          417 #, c-format
          418 msgid "couldn't close output file \"%s\": %s"
          419 msgstr "couldn't close output file \"%s\": %s"
          420 
          421 #: src/main.c:1938
          422 #, c-format
          423 msgid ""
          424 "syntax error in option string %s=\"%s\":\n"
          425 "missing end of quotation: %c"
          426 msgstr ""
          427 "syntax error in option string %s=\"%s\":\n"
          428 "missing end of quotation: %c"
          429 
          430 #: src/main.c:1970
          431 #, c-format
          432 msgid "warning: didn't process following options from environment variable %s:\n"
          433 msgstr "warning: didn't process following options from environment variable %s:\n"
          434 
          435 #: src/main.c:1974
          436 #, c-format
          437 msgid "  option %d = \"%s\"\n"
          438 msgstr "  option %d = \"%s\"\n"
          439 
          440 #: src/main.c:2020
          441 msgid "number of columns must be larger than zero"
          442 msgstr "number of columns must be larger than zero"
          443 
          444 #: src/main.c:2078
          445 msgid "file alignment must be larger than zero"
          446 msgstr "file alignment must be larger than zero"
          447 
          448 #: src/main.c:2133 src/main.c:2139 src/main.c:2350 src/util.c:415
          449 #, c-format
          450 msgid "malformed font spec: %s"
          451 msgstr "malformed font spec: %s"
          452 
          453 #: src/main.c:2155
          454 #, c-format
          455 msgid "couldn't find header definition file \"%s.hdr\""
          456 msgstr "couldn't find header definition file \"%s.hdr\""
          457 
          458 #: src/main.c:2199
          459 #, c-format
          460 msgid "must print at least one line per each page: %s"
          461 msgstr "must print at least one line per each page: %s"
          462 
          463 #: src/main.c:2219
          464 #, c-format
          465 msgid "%s: illegal newline character specifier: '%s': expected 'n' or 'r'\n"
          466 msgstr "%s: illegal newline character specifier: '%s': expected 'n' or 'r'\n"
          467 
          468 #: src/main.c:2308
          469 #, c-format
          470 msgid "malformed argument `%s' for option -W, --option: no comma found"
          471 msgstr "malformed argument `%s' for option -W, --option: no comma found"
          472 
          473 #: src/main.c:2313
          474 #, c-format
          475 msgid "helper application specification must be single character: %s"
          476 msgstr "helper application specification must be single character: %s"
          477 
          478 #: src/main.c:2409
          479 msgid "slice must be greater than zero"
          480 msgstr "slice must be greater than zero"
          481 
          482 #. Errors found during getopt_long().
          483 #: src/main.c:2490 states/main.c:320
          484 #, c-format
          485 msgid "Try `%s --help' for more information.\n"
          486 msgstr "Try `%s --help' for more information.\n"
          487 
          488 #: src/main.c:2510
          489 #, c-format
          490 msgid ""
          491 "Usage: %s [OPTION]... [FILE]...\n"
          492 "Mandatory arguments to long options are mandatory for short options too.\n"
          493 "  -#                         an alias for option -n, --copies\n"
          494 "  -1                         same as --columns=1\n"
          495 "  -2                         same as --columns=2\n"
          496 "      --columns=NUM          specify the number of columns per page\n"
          497 "  -a, --pages=PAGES          specify which pages are printed\n"
          498 "  -A, --file-align=ALIGN     align separate input files to ALIGN\n"
          499 "  -b, --header=HEADER        set page header\n"
          500 "  -B, --no-header            no page headers\n"
          501 "  -c, --truncate-lines       cut long lines (default is to wrap)\n"
          502 "  -C, --line-numbers[=START]\n"
          503 "                             precede each line with its line number\n"
          504 "  -d                         an alias for option --printer\n"
          505 "  -D, --setpagedevice=KEY[:VALUE]\n"
          506 "                             pass a page device definition to output\n"
          507 "  -e, --escapes[=CHAR]       enable special escape interpretation\n"
          508 msgstr ""
          509 "Usage: %s [OPTION]... [FILE]...\n"
          510 "Mandatory arguments to long options are mandatory for short options too.\n"
          511 "  -#                         an alias for option -n, --copies\n"
          512 "  -1                         same as --columns=1\n"
          513 "  -2                         same as --columns=2\n"
          514 "      --columns=NUM          specify the number of columns per page\n"
          515 "  -a, --pages=PAGES          specify which pages are printed\n"
          516 "  -A, --file-align=ALIGN     align separate input files to ALIGN\n"
          517 "  -b, --header=HEADER        set page header\n"
          518 "  -B, --no-header            no page headers\n"
          519 "  -c, --truncate-lines       cut long lines (default is to wrap)\n"
          520 "  -C, --line-numbers[=START]\n"
          521 "                             precede each line with its line number\n"
          522 "  -d                         an alias for option --printer\n"
          523 "  -D, --setpagedevice=KEY[:VALUE]\n"
          524 "                             pass a page device definition to output\n"
          525 "  -e, --escapes[=CHAR]       enable special escape interpretation\n"
          526 
          527 #: src/main.c:2530
          528 msgid "  -E, --highlight[=LANG]     highlight source code\n"
          529 msgstr "  -E, --highlight[=LANG]     highlight source code\n"
          530 
          531 #: src/main.c:2533
          532 msgid ""
          533 "  -f, --font=NAME            use font NAME for body text\n"
          534 "  -F, --header-font=NAME     use font NAME for header texts\n"
          535 "  -g, --print-anyway         nothing (compatibility option)\n"
          536 "  -G                         same as --fancy-header\n"
          537 "      --fancy-header[=NAME]  select fancy page header\n"
          538 "  -h, --no-job-header        suppress the job header page\n"
          539 "  -H, --highlight-bars=NUM   specify how high highlight bars are\n"
          540 "  -i, --indent=NUM           set line indent to NUM characters\n"
          541 "  -I, --filter=CMD           read input files through input filter CMD\n"
          542 "  -j, --borders              print borders around columns\n"
          543 "  -J,                        an alias for option --title\n"
          544 "  -k, --page-prefeed         enable page prefeed\n"
          545 "  -K, --no-page-prefeed      disable page prefeed\n"
          546 "  -l, --lineprinter          simulate lineprinter, this is an alias for:\n"
          547 "                               --lines-per-page=66, --no-header, --portrait,\n"
          548 "                               --columns=1\n"
          549 msgstr ""
          550 "  -f, --font=NAME            use font NAME for body text\n"
          551 "  -F, --header-font=NAME     use font NAME for header texts\n"
          552 "  -g, --print-anyway         nothing (compatibility option)\n"
          553 "  -G                         same as --fancy-header\n"
          554 "      --fancy-header[=NAME]  select fancy page header\n"
          555 "  -h, --no-job-header        suppress the job header page\n"
          556 "  -H, --highlight-bars=NUM   specify how high highlight bars are\n"
          557 "  -i, --indent=NUM           set line indent to NUM characters\n"
          558 "  -I, --filter=CMD           read input files through input filter CMD\n"
          559 "  -j, --borders              print borders around columns\n"
          560 "  -J,                        an alias for option --title\n"
          561 "  -k, --page-prefeed         enable page prefeed\n"
          562 "  -K, --no-page-prefeed      disable page prefeed\n"
          563 "  -l, --lineprinter          simulate lineprinter, this is an alias for:\n"
          564 "                               --lines-per-page=66, --no-header, --portrait,\n"
          565 "                               --columns=1\n"
          566 
          567 #: src/main.c:2551
          568 msgid ""
          569 "  -L, --lines-per-page=NUM   specify how many lines are printed on each page\n"
          570 "  -m, --mail                 send mail upon completion\n"
          571 "  -M, --media=NAME           use output media NAME\n"
          572 "  -n, --copies=NUM           print NUM copies of each page\n"
          573 "  -N, --newline=NL           select the newline character.  Possible\n"
          574 "                             values for NL are: n (`\\n') and r (`\\r').\n"
          575 "  -o                         an alias for option --output\n"
          576 "  -O, --missing-characters   list missing characters\n"
          577 "  -p, --output=FILE          leave output to file FILE.  If FILE is `-',\n"
          578 "                             leave output to stdout.\n"
          579 "  -P, --printer=NAME         print output to printer NAME\n"
          580 "  -q, --quiet, --silent      be really quiet\n"
          581 "  -r, --landscape            print in landscape mode\n"
          582 "  -R, --portrait             print in portrait mode\n"
          583 msgstr ""
          584 "  -L, --lines-per-page=NUM   specify how many lines are printed on each page\n"
          585 "  -m, --mail                 send mail upon completion\n"
          586 "  -M, --media=NAME           use output media NAME\n"
          587 "  -n, --copies=NUM           print NUM copies of each page\n"
          588 "  -N, --newline=NL           select the newline character.  Possible\n"
          589 "                             values for NL are: n (`\\n') and r (`\\r').\n"
          590 "  -o                         an alias for option --output\n"
          591 "  -O, --missing-characters   list missing characters\n"
          592 "  -p, --output=FILE          leave output to file FILE.  If FILE is `-',\n"
          593 "                             leave output to stdout.\n"
          594 "  -P, --printer=NAME         print output to printer NAME\n"
          595 "  -q, --quiet, --silent      be really quiet\n"
          596 "  -r, --landscape            print in landscape mode\n"
          597 "  -R, --portrait             print in portrait mode\n"
          598 
          599 #: src/main.c:2567
          600 msgid ""
          601 "  -s, --baselineskip=NUM     set baselineskip to NUM\n"
          602 "  -S, --statusdict=KEY[:VALUE]\n"
          603 "                             pass a statusdict definition to the output\n"
          604 "  -t, --title=TITLE          set banner page's job title to TITLE.  Option\n"
          605 "                             sets also the name of the input file stdin.\n"
          606 "  -T, --tabsize=NUM          set tabulator size to NUM\n"
          607 "  -u, --underlay[=TEXT]      print TEXT under every page\n"
          608 "  -U, --nup=NUM              print NUM logical pages on each output page\n"
          609 "  -v, --verbose              tell what we are doing\n"
          610 "  -V, --version              print version number\n"
          611 "  -w, --language=LANG        set output language to LANG\n"
          612 "  -W, --options=APP,OPTION   pass option OPTION to helper application APP\n"
          613 "  -X, --encoding=NAME        use input encoding NAME\n"
          614 "  -z, --no-formfeed          do not interpret form feed characters\n"
          615 "  -Z, --pass-through         pass through PostScript and PCL files\n"
          616 "                             without any modifications\n"
          617 msgstr ""
          618 "  -s, --baselineskip=NUM     set baselineskip to NUM\n"
          619 "  -S, --statusdict=KEY[:VALUE]\n"
          620 "                             pass a statusdict definition to the output\n"
          621 "  -t, --title=TITLE          set banner page's job title to TITLE.  Option\n"
          622 "                             sets also the name of the input file stdin.\n"
          623 "  -T, --tabsize=NUM          set tabulator size to NUM\n"
          624 "  -u, --underlay[=TEXT]      print TEXT under every page\n"
          625 "  -U, --nup=NUM              print NUM logical pages on each output page\n"
          626 "  -v, --verbose              tell what we are doing\n"
          627 "  -V, --version              print version number\n"
          628 "  -w, --language=LANG        set output language to LANG\n"
          629 "  -W, --options=APP,OPTION   pass option OPTION to helper application APP\n"
          630 "  -X, --encoding=NAME        use input encoding NAME\n"
          631 "  -z, --no-formfeed          do not interpret form feed characters\n"
          632 "  -Z, --pass-through         pass through PostScript and PCL files\n"
          633 "                             without any modifications\n"
          634 
          635 #: src/main.c:2585
          636 msgid ""
          637 "Long-only options:\n"
          638 "  --color[=bool]             create color outputs with states\n"
          639 "  --continuous-page-numbers  count page numbers across input files.  Don't\n"
          640 "                             restart numbering at beginning of each file.\n"
          641 "  --download-font=NAME       download font NAME\n"
          642 "  --extended-return-values   enable extended return values\n"
          643 "  --filter-stdin=NAME        specify how stdin is shown to the input filter\n"
          644 "  --footer=FOOTER            set page footer\n"
          645 "  --h-column-height=HEIGHT   set the horizontal column height to HEIGHT\n"
          646 "  --help                     print this help and exit\n"
          647 msgstr ""
          648 "Long-only options:\n"
          649 "  --color[=bool]             create colour outputs with states\n"
          650 "  --continuous-page-numbers  count page numbers across input files.  Don't\n"
          651 "                             restart numbering at beginning of each file.\n"
          652 "  --download-font=NAME       download font NAME\n"
          653 "  --extended-return-values   enable extended return values\n"
          654 "  --filter-stdin=NAME        specify how stdin is shown to the input filter\n"
          655 "  --footer=FOOTER            set page footer\n"
          656 "  --h-column-height=HEIGHT   set the horizontal column height to HEIGHT\n"
          657 "  --help                     print this help and exit\n"
          658 
          659 #: src/main.c:2596
          660 msgid ""
          661 "  --help-highlight           describe all supported --highlight languages\n"
          662 "                             and file formats\n"
          663 "  --highlight-bar-gray=NUM   print highlight bars with gray NUM (0 - 1)\n"
          664 "  --list-media               list names of all known media\n"
          665 "  --margins=LEFT:RIGHT:TOP:BOTTOM\n"
          666 "                             adjust page marginals\n"
          667 "  --mark-wrapped-lines[STYLE]\n"
          668 "                             mark wrapped lines in the output with STYLE\n"
          669 "  --non-printable-format=FMT specify how non-printable chars are printed\n"
          670 msgstr ""
          671 "  --help-highlight           describe all supported --highlight languages\n"
          672 "                             and file formats\n"
          673 "  --highlight-bar-gray=NUM   print highlight bars with grey NUM (0 - 1)\n"
          674 "  --list-media               list names of all known media\n"
          675 "  --margins=LEFT:RIGHT:TOP:BOTTOM\n"
          676 "                             adjust page marginals\n"
          677 "  --mark-wrapped-lines[STYLE]\n"
          678 "                             mark wrapped lines in the output with STYLE\n"
          679 "  --non-printable-format=FMT specify how non-printable chars are printed\n"
          680 
          681 #: src/main.c:2607
          682 msgid ""
          683 "  --nup-columnwise           layout pages in the N-up printing columnwise\n"
          684 "  --nup-xpad=NUM             set the page x-padding of N-up printing to NUM\n"
          685 "  --nup-ypad=NUM             set the page y-padding of N-up printing to NUM\n"
          686 "  --page-label-format=FMT    set page label format to FMT\n"
          687 "  --ps-level=LEVEL           set the PostScript language level that enscript\n"
          688 "                             should use\n"
          689 "  --printer-options=OPTIONS  pass extra options to the printer command\n"
          690 "  --rotate-even-pages        rotate even-numbered pages 180 degrees\n"
          691 msgstr ""
          692 "  --nup-columnwise           layout pages in the N-up printing columnwise\n"
          693 "  --nup-xpad=NUM             set the page x-padding of N-up printing to NUM\n"
          694 "  --nup-ypad=NUM             set the page y-padding of N-up printing to NUM\n"
          695 "  --page-label-format=FMT    set page label format to FMT\n"
          696 "  --ps-level=LEVEL           set the PostScript language level that enscript\n"
          697 "                             should use\n"
          698 "  --printer-options=OPTIONS  pass extra options to the printer command\n"
          699 "  --rotate-even-pages        rotate even-numbered pages 180 degrees\n"
          700 
          701 #: src/main.c:2617
          702 msgid ""
          703 "  --slice=NUM                print vertical slice NUM\n"
          704 "  --style=STYLE              use highlight style STYLE\n"
          705 "  --swap-even-page-margins   swap left and right side margins for each even\n"
          706 "                             numbered page\n"
          707 "  --toc                      print table of contents\n"
          708 "  --ul-angle=ANGLE           set underlay text's angle to ANGLE\n"
          709 "  --ul-font=NAME             print underlays with font NAME\n"
          710 "  --ul-gray=NUM              print underlays with gray value NUM\n"
          711 "  --ul-position=POS          set underlay's starting position to POS\n"
          712 "  --ul-style=STYLE           print underlays with style STYLE\n"
          713 "  --word-wrap                wrap long lines from word boundaries\n"
          714 msgstr ""
          715 "  --slice=NUM                print vertical slice NUM\n"
          716 "  --style=STYLE              use highlight style STYLE\n"
          717 "  --swap-even-page-margins   swap left and right side margins for each even\n"
          718 "                             numbered page\n"
          719 "  --toc                      print table of contents\n"
          720 "  --ul-angle=ANGLE           set underlay text's angle to ANGLE\n"
          721 "  --ul-font=NAME             print underlays with font NAME\n"
          722 "  --ul-gray=NUM              print underlays with grey value NUM\n"
          723 "  --ul-position=POS          set underlay's starting position to POS\n"
          724 "  --ul-style=STYLE           print underlays with style STYLE\n"
          725 "  --word-wrap                wrap long lines from word boundaries\n"
          726 
          727 #: src/main.c:2631
          728 msgid ""
          729 "\n"
          730 "Report bugs to mtr@iki.fi.\n"
          731 msgstr ""
          732 "\n"
          733 "Report bugs to mtr@iki.fi.\n"
          734 
          735 #: src/psgen.c:324
          736 #, c-format
          737 msgid "couldn't find prolog \"%s\": %s\n"
          738 msgstr "couldn't find prologue \"%s\": %s\n"
          739 
          740 #: src/psgen.c:332
          741 #, c-format
          742 msgid "couldn't find encoding file \"%s.enc\": %s\n"
          743 msgstr "couldn't find encoding file \"%s.enc\": %s\n"
          744 
          745 #: src/psgen.c:464
          746 #, c-format
          747 msgid "couldn't find header definition file \"%s.hdr\": %s\n"
          748 msgstr "couldn't find header definition file \"%s.hdr\": %s\n"
          749 
          750 #: src/psgen.c:608
          751 #, c-format
          752 msgid "processing file \"%s\"...\n"
          753 msgstr "processing file \"%s\"...\n"
          754 
          755 #.
          756 #. * At the beginning of the column, warn user
          757 #. * and print image.
          758 #.
          759 #: src/psgen.c:906
          760 #, c-format
          761 msgid "EPS file \"%s\" is too large for page\n"
          762 msgstr "EPS file \"%s\" is too large for page\n"
          763 
          764 #: src/psgen.c:979
          765 msgid "user font encoding can be only the system's default or `ps'"
          766 msgstr "user font encoding can be only the system's default or `ps'"
          767 
          768 #: src/psgen.c:1220
          769 #, c-format
          770 msgid "unknown special escape: %s"
          771 msgstr "unknown special escape: %s"
          772 
          773 #: src/psgen.c:1346
          774 #, c-format
          775 msgid "illegal option %c for ^@epsf escape"
          776 msgstr "illegal option %c for ^@epsf escape"
          777 
          778 #: src/psgen.c:1352
          779 msgid "malformed ^@epsf escape: no ']' after options"
          780 msgstr "malformed ^@epsf escape: no ']' after options"
          781 
          782 #: src/psgen.c:1364
          783 #, c-format
          784 msgid ""
          785 "too long file name for ^@epsf escape:\n"
          786 "%.*s"
          787 msgstr ""
          788 "too long file name for ^@epsf escape:\n"
          789 "%.*s"
          790 
          791 #: src/psgen.c:1368
          792 msgid "unexpected EOF while scanning ^@epsf escape"
          793 msgstr "unexpected EOF while scanning ^@epsf escape"
          794 
          795 #: src/psgen.c:1374
          796 msgid "malformed ^@epsf escape: no '{' found"
          797 msgstr "malformed ^@epsf escape: no '{' found"
          798 
          799 #: src/psgen.c:1432
          800 #, c-format
          801 msgid "malformed %s escape: no '{' found"
          802 msgstr "malformed %s escape: no '{' found"
          803 
          804 #: src/psgen.c:1446
          805 #, c-format
          806 msgid ""
          807 "too long argument for %s escape:\n"
          808 "%.*s"
          809 msgstr ""
          810 "too long argument for %s escape:\n"
          811 "%.*s"
          812 
          813 #: src/psgen.c:1465
          814 #, c-format
          815 msgid "malformed font spec for ^@font escape: %s"
          816 msgstr "malformed font spec for ^@font escape: %s"
          817 
          818 #: src/psgen.c:1501
          819 #, c-format
          820 msgid "malformed color spec for ^@%s escape: %s"
          821 msgstr "malformed colour spec for ^@%s escape: %s"
          822 
          823 #: src/psgen.c:1525
          824 #, c-format
          825 msgid "invalid value for ^@shade escape: %s"
          826 msgstr "invalid value for ^@shade escape: %s"
          827 
          828 #: src/psgen.c:1533
          829 #, c-format
          830 msgid "invalid value for ^@bggray escape: %s"
          831 msgstr "invalid value for ^@bggray escape: %s"
          832 
          833 #: src/psgen.c:2397
          834 #, c-format
          835 msgid "epsf: couldn't open pipe to command \"%s\": %s\n"
          836 msgstr "epsf: couldn't open pipe to command \"%s\": %s\n"
          837 
          838 #: src/psgen.c:2430
          839 #, c-format
          840 msgid "couldn't open EPS file \"%s\": %s\n"
          841 msgstr "couldn't open EPS file \"%s\": %s\n"
          842 
          843 #: src/psgen.c:2467
          844 msgid "EPS file \"%s\" does not start with \"%%!\" magic\n"
          845 msgstr "EPS file \"%s\" does not start with \"%%!\" magic\n"
          846 
          847 #. No, this BoundingBox comment is corrupted.
          848 #: src/psgen.c:2492
          849 msgid ""
          850 "EPS file \"%s\" contains malformed %%%%BoundingBox row:\n"
          851 "\"%.*s\"\n"
          852 msgstr ""
          853 "EPS file \"%s\" contains malformed %%%%BoundingBox row:\n"
          854 "\"%.*s\"\n"
          855 
          856 #: src/psgen.c:2517
          857 #, c-format
          858 msgid "EPS file \"%s\" is not a valid EPS file\n"
          859 msgstr "EPS file \"%s\" is not a valid EPS file\n"
          860 
          861 #: src/psgen.c:2659
          862 #, c-format
          863 msgid "passing through all input files for output language `%s'\n"
          864 msgstr "passing through all input files for output language `%s'\n"
          865 
          866 #: src/psgen.c:2711
          867 #, c-format
          868 msgid "passing through %s file \"%s\"\n"
          869 msgstr "passing through %s file \"%s\"\n"
          870 
          871 #: src/psgen.c:2814
          872 #, c-format
          873 msgid "couldn't create temporary divert file: %s"
          874 msgstr "couldn't create temporary divert file: %s"
          875 
          876 #: src/psgen.c:2831
          877 #, c-format
          878 msgid "couldn't rewind divert file: %s"
          879 msgstr "couldn't rewind divert file: %s"
          880 
          881 #: src/util.c:185 src/util.c:213
          882 #, c-format
          883 msgid "illegal value \"%s\" for option %s"
          884 msgstr "illegal value \"%s\" for option %s"
          885 
          886 #: src/util.c:201
          887 #, c-format
          888 msgid "invalid value \"%s\" for option %s"
          889 msgstr "invalid value \"%s\" for option %s"
          890 
          891 #: src/util.c:439
          892 #, c-format
          893 msgid "illegal option: %s"
          894 msgstr "illegal option: %s"
          895 
          896 #: src/util.c:616
          897 msgid "%s:%d: %%Format: no name"
          898 msgstr "%s:%d: %%Format: no name"
          899 
          900 #: src/util.c:627
          901 msgid "%s:%d: %%Format: too long name, maxlen=%d"
          902 msgstr "%s:%d: %%Format: too long name, maxlen=%d"
          903 
          904 #: src/util.c:650
          905 msgid "%s:%d: %%Format: name \"%s\" is already defined"
          906 msgstr "%s:%d: %%Format: name \"%s\" is already defined"
          907 
          908 #: src/util.c:671
          909 msgid "%s:%d: %%HeaderHeight: no argument"
          910 msgstr "%s:%d: %%HeaderHeight: no argument"
          911 
          912 #: src/util.c:693
          913 msgid "%s:%d: %%FooterHeight: no argument"
          914 msgstr "%s:%d: %%FooterHeight: no argument"
          915 
          916 #: src/util.c:840
          917 #, c-format
          918 msgid "%s: warning: font size is negative\n"
          919 msgstr "%s: warning: font size is negative\n"
          920 
          921 #: src/util.c:842
          922 #, c-format
          923 msgid "%s: warning: font width is negative\n"
          924 msgstr "%s: warning: font width is negative\n"
          925 
          926 #: src/util.c:844
          927 #, c-format
          928 msgid "%s: warning: font height is negative\n"
          929 msgstr "%s: warning: font height is negative\n"
          930 
          931 #: src/util.c:863
          932 #, c-format
          933 msgid "reading AFM info for font \"%s\"\n"
          934 msgstr "reading AFM info for font \"%s\"\n"
          935 
          936 #: src/util.c:896
          937 #, c-format
          938 msgid "couldn't open AFM file for font \"%s\", using default\n"
          939 msgstr "couldn't open AFM file for font \"%s\", using default\n"
          940 
          941 #: src/util.c:903
          942 #, c-format
          943 msgid "couldn't open AFM file for the default font: %s"
          944 msgstr "couldn't open AFM file for the default font: %s"
          945 
          946 #. Ok, fine.  Font was found.
          947 #: src/util.c:1092
          948 #, c-format
          949 msgid "downloading font \"%s\"\n"
          950 msgstr "downloading font \"%s\"\n"
          951 
          952 #: src/util.c:1097
          953 #, c-format
          954 msgid "couldn't open font description file \"%s\": %s\n"
          955 msgstr "couldn't open font description file \"%s\": %s\n"
          956 
          957 #: src/util.c:1387
          958 msgid "%s: too long format for %%D{} escape"
          959 msgstr "%s: too long format for %%D{} escape"
          960 
          961 #: src/util.c:1472
          962 msgid "%s: unknown `%%' escape `%c' (%d)"
          963 msgstr "%s: unknown `%%' escape `%c' (%d)"
          964 
          965 #: src/util.c:1510
          966 #, c-format
          967 msgid "%s: no closing ')' for $() escape"
          968 msgstr "%s: no closing ')' for $() escape"
          969 
          970 #: src/util.c:1513
          971 #, c-format
          972 msgid "%s: too long variable name for $() escape"
          973 msgstr "%s: too long variable name for $() escape"
          974 
          975 #: src/util.c:1540
          976 #, c-format
          977 msgid "%s: too long format for $D{} escape"
          978 msgstr "%s: too long format for $D{} escape"
          979 
          980 #: src/util.c:1628
          981 #, c-format
          982 msgid "%s: unknown `$' escape `%c' (%d)"
          983 msgstr "%s: unknown `$' escape `%c' (%d)"
          984 
          985 #: src/util.c:1819
          986 #, c-format
          987 msgid "malformed float dimension: \"%s\""
          988 msgstr "malformed float dimension: \"%s\""
          989 
          990 #: src/util.c:1936
          991 #, c-format
          992 msgid "couldn't open input filter \"%s\" for file \"%s\": %s"
          993 msgstr "couldn't open input filter \"%s\" for file \"%s\": %s"
          994 
          995 #: src/util.c:1953
          996 #, c-format
          997 msgid "couldn't open input file \"%s\": %s"
          998 msgstr "couldn't open input file \"%s\": %s"
          999 
         1000 #. Open output file.
         1001 #: src/mkafmmap.c:173
         1002 #, c-format
         1003 msgid "file=%s\n"
         1004 msgstr "file=%s\n"
         1005 
         1006 #: src/mkafmmap.c:173
         1007 msgid "stdout"
         1008 msgstr "stdout"
         1009 
         1010 #: src/mkafmmap.c:181
         1011 #, c-format
         1012 msgid "%s: couldn't open output file \"%s\""
         1013 msgstr "%s: couldn't open output file \"%s\""
         1014 
         1015 #: src/mkafmmap.c:195
         1016 msgid "couldn't create AFM library"
         1017 msgstr "couldn't create AFM library"
         1018 
         1019 #: src/mkafmmap.c:244
         1020 #, c-format
         1021 msgid ""
         1022 "Usage: %s [OPTION]... FILE...\n"
         1023 "Mandatory arguments to long options are mandatory for short options too.\n"
         1024 "  -h, --help              print this help and exit\n"
         1025 "  -p, --output-file=NAME  print output to file NAME (default file is\n"
         1026 "                          font.map).  If FILE is `-', leavy output to\n"
         1027 "                          stdout.\n"
         1028 "  -V, --version           print version number\n"
         1029 msgstr ""
         1030 "Usage: %s [OPTION]... FILE...\n"
         1031 "Mandatory arguments to long options are mandatory for short options too.\n"
         1032 "  -h, --help              print this help and exit\n"
         1033 "  -p, --output-file=NAME  print output to file NAME (default file is\n"
         1034 "                          font.map).  If FILE is `-', leave output on\n"
         1035 "                          stdout.\n"
         1036 "  -V, --version           print version number\n"
         1037 
         1038 #: states/lex.l:169 states/lex.l:175
         1039 msgid "error: EOF in comment"
         1040 msgstr "error: EOF in comment"
         1041 
         1042 #: states/lex.l:206
         1043 msgid "error: EOF in string constant"
         1044 msgstr "error: EOF in string constant"
         1045 
         1046 #: states/lex.l:313
         1047 msgid "error: EOF in regular expression"
         1048 msgstr "error: EOF in regular expression"
         1049 
         1050 #. Format version string.
         1051 #: states/main.c:199
         1052 #, c-format
         1053 msgid "states for GNU %s %s"
         1054 msgstr "states for GNU %s %s"
         1055 
         1056 #: states/main.c:254
         1057 #, c-format
         1058 msgid "%s: malformed variable definition \"%s\"\n"
         1059 msgstr "%s: malformed variable definition \"%s\"\n"
         1060 
         1061 #: states/main.c:282
         1062 #, c-format
         1063 msgid "%s: couldn't create output file \"%s\": %s\n"
         1064 msgstr "%s: couldn't create output file \"%s\": %s\n"
         1065 
         1066 #: states/main.c:313
         1067 #, c-format
         1068 msgid "%s: unknown warning level `%s'\n"
         1069 msgstr "%s: unknown warning level `%s'\n"
         1070 
         1071 #: states/main.c:362 states/main.c:398 states/prims.c:1377 states/utils.c:229
         1072 #, c-format
         1073 msgid "%s: out of memory\n"
         1074 msgstr "%s: out of memory\n"
         1075 
         1076 #: states/main.c:423
         1077 #, c-format
         1078 msgid "%s: couldn't open input file `%s': %s\n"
         1079 msgstr "%s: couldn't open input file `%s': %s\n"
         1080 
         1081 #: states/main.c:447
         1082 #, c-format
         1083 msgid ""
         1084 "Usage: %s [OPTION]... [FILE]...\n"
         1085 "Mandatory arguments to long options are mandatory for short options too.\n"
         1086 msgstr ""
         1087 "Usage: %s [OPTION]... [FILE]...\n"
         1088 "Mandatory arguments to long options are mandatory for short options too.\n"
         1089 
         1090 #: states/main.c:451
         1091 msgid ""
         1092 "  -D, --define=VAR=VAL       define variable VAR to have value VAR\n"
         1093 "  -f, --file=NAME            read state definitions from file NAME\n"
         1094 "  -h, --help                 print this help and exit\n"
         1095 "  -o, --output=NAME          save output to file NAME\n"
         1096 "  -p, --path=PATH            set the load path to PATH\n"
         1097 "  -s, --state=NAME           start from state NAME\n"
         1098 "  -v, --verbose              increase the program verbosity\n"
         1099 "  -V, --version              print version number\n"
         1100 "  -W, --warning=LEVEL        set the warning level to LEVEL\n"
         1101 msgstr ""
         1102 "  -D, --define=VAR=VAL       define variable VAR to have value VAR\n"
         1103 "  -f, --file=NAME            read state definitions from file NAME\n"
         1104 "  -h, --help                 print this help and exit\n"
         1105 "  -o, --output=NAME          save output to file NAME\n"
         1106 "  -p, --path=PATH            set the load path to PATH\n"
         1107 "  -s, --state=NAME           start from state NAME\n"
         1108 "  -v, --verbose              increase the program verbosity\n"
         1109 "  -V, --version              print version number\n"
         1110 "  -W, --warning=LEVEL        set the warning level to LEVEL\n"
         1111 
         1112 #: states/prims.c:109 states/prims.c:129 states/prims.c:255 states/prims.c:428
         1113 #: states/prims.c:903
         1114 #, c-format
         1115 msgid "%s:%d: %s: illegal argument type\n"
         1116 msgstr "%s:%d: %s: illegal argument type\n"
         1117 
         1118 #: states/prims.c:470
         1119 #, c-format
         1120 msgid "%s: panic: "
         1121 msgstr "%s: panic: "
         1122 
         1123 #: states/prims.c:504
         1124 #, c-format
         1125 msgid "%s:%d: %s: malformed version string `%s'\n"
         1126 msgstr "%s:%d: %s: malformed version string `%s'\n"
         1127 
         1128 #: states/prims.c:519
         1129 #, c-format
         1130 msgid "%s: FATAL ERROR: States version %s or higher is required for this script\n"
         1131 msgstr "%s: FATAL ERROR: States version %s or higher is required for this script\n"
         1132 
         1133 #: states/prims.c:610 states/prims.c:1276
         1134 #, c-format
         1135 msgid "%s:%d: %s: start offset is bigger than end offset\n"
         1136 msgstr "%s:%d: %s: start offset is bigger than end offset\n"
         1137 
         1138 #: states/prims.c:619 states/prims.c:635 states/prims.c:1282
         1139 #, c-format
         1140 msgid "%s:%d: %s: offset out of range\n"
         1141 msgstr "%s:%d: %s: offset out of range\n"
         1142 
         1143 #: states/prims.c:653
         1144 #, c-format
         1145 msgid "%s:%d: %s: illegal argument\n"
         1146 msgstr "%s:%d: %s: illegal argument\n"
         1147 
         1148 #: states/prims.c:700
         1149 #, c-format
         1150 msgid "%s:%d: %s: illegal regexp character syntax: %c\n"
         1151 msgstr "%s:%d: %s: illegal regexp character syntax: %c\n"
         1152 
         1153 #: states/prims.c:915
         1154 #, c-format
         1155 msgid "%s:%d: %s: couldn't define state `%s'\n"
         1156 msgstr "%s:%d: %s: couldn't define state `%s'\n"
         1157 
         1158 #: states/prims.c:1012
         1159 #, c-format
         1160 msgid "%s: primitive `%s': too few arguments for format\n"
         1161 msgstr "%s: primitive `%s': too few arguments for format\n"
         1162 
         1163 #: states/prims.c:1040
         1164 #, c-format
         1165 msgid "%s:%d: %s: argument %d doesn't match format\n"
         1166 msgstr "%s:%d: %s: argument %d doesn't match format\n"
         1167 
         1168 #: states/prims.c:1080
         1169 msgid "%s:%d: %s: no extra options can be specified for %%s\n"
         1170 msgstr "%s:%d: %s: no extra options can be specified for %%s\n"
         1171 
         1172 #: states/prims.c:1089
         1173 #, c-format
         1174 msgid "%s:%d: %s: illegal type specifier `%c'\n"
         1175 msgstr "%s:%d: %s: illegal type specifier `%c'\n"
         1176 
         1177 #: states/process.c:117
         1178 #, c-format
         1179 msgid "%s: undefined state `%s'\n"
         1180 msgstr "%s: undefined state `%s'\n"
         1181 
         1182 #: states/process.c:198
         1183 #, c-format
         1184 msgid "%s: error: undefined variable `%s'\n"
         1185 msgstr "%s: error: undefined variable `%s'\n"
         1186 
         1187 #: states/process.c:292
         1188 #, c-format
         1189 msgid "%s: undefined super state `%s'\n"
         1190 msgstr "%s: undefined super state `%s'\n"
         1191 
         1192 #: states/utils.c:262
         1193 #, c-format
         1194 msgid "%s:%d: couldn't compile regular expression \"%s\": %s\n"
         1195 msgstr "%s:%d: couldn't compile regular expression \"%s\": %s\n"
         1196 
         1197 #: states/utils.c:451 states/utils.c:479
         1198 #, c-format
         1199 msgid "%s: ouf of memory"
         1200 msgstr "%s: out of memory"
         1201 
         1202 #: states/utils.c:456
         1203 #, c-format
         1204 msgid "warning: redefining state `%s'"
         1205 msgstr "warning: redefining state `%s'"
         1206 
         1207 #: states/utils.c:483
         1208 #, c-format
         1209 msgid "%s:%d: warning: redefining subroutine `%s'\n"
         1210 msgstr "%s:%d: warning: redefining subroutine `%s'\n"
         1211 
         1212 #. Undefined variable.
         1213 #: states/utils.c:580
         1214 #, c-format
         1215 msgid "%s:%d: error: undefined variable `%s'\n"
         1216 msgstr "%s:%d: error: undefined variable `%s'\n"
         1217 
         1218 #. Couldn't set value for variable.
         1219 #: states/utils.c:618
         1220 #, c-format
         1221 msgid "%s:%d: error: couldn't set variable `%s'\n"
         1222 msgstr "%s:%d: error: couldn't set variable `%s'\n"
         1223 
         1224 #: states/utils.c:769
         1225 #, c-format
         1226 msgid "%s:%d: error: expression between illegal types\n"
         1227 msgstr "%s:%d: error: expression between illegal types\n"
         1228 
         1229 #: states/utils.c:867
         1230 #, c-format
         1231 msgid "%s:%d: error: too few arguments for subroutine\n"
         1232 msgstr "%s:%d: error: too few arguments for subroutine\n"
         1233 
         1234 #: states/utils.c:874
         1235 #, c-format
         1236 msgid "%s:%d: error: too many arguments for subroutine\n"
         1237 msgstr "%s:%d: error: too many arguments for subroutine\n"
         1238 
         1239 #: states/utils.c:928
         1240 #, c-format
         1241 msgid "%s:%d: error: undefined procedure `%s'\n"
         1242 msgstr "%s:%d: error: undefined procedure `%s'\n"
         1243 
         1244 #: states/utils.c:1020
         1245 #, c-format
         1246 msgid "%s:%d: error: illegal lvalue for assignment\n"
         1247 msgstr "%s:%d: error: illegal lvalue for assignment\n"
         1248 
         1249 #: states/utils.c:1028 states/utils.c:1112
         1250 #, c-format
         1251 msgid "%s:%d: error: array reference index is not integer\n"
         1252 msgstr "%s:%d: error: array reference index is not integer\n"
         1253 
         1254 #: states/utils.c:1034
         1255 #, c-format
         1256 msgid "%s:%d: error: negative array reference index\n"
         1257 msgstr "%s:%d: error: negative array reference index\n"
         1258 
         1259 #: states/utils.c:1085
         1260 #, c-format
         1261 msgid "%s:%d: error: illegal rvalue for string assignment\n"
         1262 msgstr "%s:%d: error: illegal rvalue for string assignment\n"
         1263 
         1264 #: states/utils.c:1104
         1265 #, c-format
         1266 msgid "%s:%d: error: illegal type for array reference\n"
         1267 msgstr "%s:%d: error: illegal type for array reference\n"
         1268 
         1269 #: states/utils.c:1121
         1270 #, c-format
         1271 msgid "%s:%d: error: array reference index out of rance\n"
         1272 msgstr "%s:%d: error: array reference index out of rance\n"
         1273 
         1274 #: states/utils.c:1347
         1275 #, c-format
         1276 msgid "%s: couldn't open definition file `%s': %s\n"
         1277 msgstr "%s: couldn't open definition file `%s': %s\n"
         1278 
         1279 #: states/utils.c:1403
         1280 #, c-format
         1281 msgid "%s: autoloading `%s' from `%s'\n"
         1282 msgstr "%s: autoloading `%s' from `%s'\n"