(file) Return to fi.po CVS log (file) (dir) Up to [RizwankCVS] / testProject / po

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

Rizwan Kassim
Powered by
ViewCVS 0.9.2