1# /* 2# * TRANSLATION_NOTE -- This is a message from yacc. 3# * This message is passed to error() function. 4# * This error happens when yacc could not allocate 5# * initial memory to be used for internal tables. 6# * 7# * You may just translate this as: 8# * 'Could not allocate internally used memory.' 9# */ 10msgid "couldn't allocate initial table" 11msgstr 12# /* 13# * TRANSLATION_NOTE -- This is a message from yacc. 14# * This message is passed to error() function. 15# * Yacc could not allocate memory for table named lookset. 16# * Do not translate 'lookset'. 17# * 18# * You may just translate this as: 19# * 'Could not allocate internally used memory.' 20# */ 21msgid "could not allocate lookset array" 22msgstr 23# msgid "could not allocate lookset array" 24# msgstr 25# /* 26# * TRANSLATION_NOTE -- This is a message from yacc. 27# * This message is passed to error() function. 28# * Do not translate mktbls(). It is a function name. 29# * 30# * You may just translate this as: 31# * 'Could not allocate internally used memory.' 32# */ 33msgid "cannot allocate tables in mktbls()" 34msgstr 35# /* 36# * TRANSLATION_NOTE -- This is a message from yacc. 37# * This message is passed to error() function. 38# * This error message is issued when yacc can not find 39# * the parser to be copied. 40# */ 41msgid "cannot find parser %s" 42msgstr 43# /* 44# * TRANSLATION_NOTE -- This is a message from yacc. 45# * This message is passed to error() function. 46# * This error is issued when yacc can not open a 47# * temporary file to be used. You do not need to 48# * use the word 'tempfile'. You can translate it to 49# * mean 'temporary file'. 50# */ 51msgid "cannot open action tempfile" 52msgstr 53# /* 54# * TRANSLATION_NOTE -- This is a message from yacc. 55# * This message is passed to error() function. 56# * This error is issued when yacc could not allocate 57# * memory for internally used array. 58# * 59# * You may just translate this as: 60# * 'Could not allocate internally used memory.' 61# */ 62msgid "could not allocate output string array" 63msgstr 64# /* 65# * TRANSLATION_NOTE -- This is a message from yacc. 66# * This message is passed to error() function. 67# * This error is issued when yacc could not allocate 68# * memory for internally used array. 69# * 70# * You may just translate this as: 71# * 'Could not allocate internally used memory.' 72# */ 73msgid "cannot expand sarr arrays" 74msgstr 75# /* 76# * TRANSLATION_NOTE -- This is a message from yacc. 77# * You may just leave this message un-translated. 78# * This message only makes sense to those who knows 79# * how yacc works, and the person should know what 80# * this message means in English. 81# */ 82msgid "\nconflicts: " 83msgstr 84# /* 85# * TRANSLATION_NOTE -- This is a message from yacc. 86# * This message is a prefix to the error messages 87# * passed to error() function. 88# */ 89msgid "command line: fatal: " 90msgstr 91# /* 92# * TRANSLATION_NOTE -- This is a message from yacc. 93# * This message is a prefix to the error messages 94# * passed to error() function. 95# */ 96msgid "line %d: fatal: " 97msgstr 98# /* 99# * TRANSLATION_NOTE -- This is a message from yacc. 100# * This message is a prefix to the warning messages 101# * passed to warning() function. 102# */ 103msgid "warning: " 104msgstr 105# /* 106# * TRANSLATION_NOTE -- This is a message from yacc. 107# * This message is a prefix to the warning messages 108# * passed to warning() function. 109# */ 110msgid "line %d: warning: " 111msgstr 112# /* 113# * TRANSLATION_NOTE -- This is a message from yacc. 114# * This message is passed to error() function. 115# * This error is issued when yacc could not allocate 116# * memory for internally used array. 117# * 118# * pyield is name of an array. You should not try to translate 119# * this word. 120# * 121# * You may just translate this as: 122# * 'Could not allocate internally used memory.' 123# */ 124msgid "cannot allocate space for pyield array" 125msgstr 126# /* 127# * TRANSLATION_NOTE -- This is a message from yacc. 128# * This message is passed to error() function. 129# * Ask somebody who knows yacc how to translate nonterminal or 130# * look at translated yacc document. 131# */ 132msgid "undefined nonterminal: %ws" 133msgstr 134# /* 135# * TRANSLATION_NOTE -- This is a message from yacc. 136# * This message is passed to error() function. 137# * This is an internal error message. 138# * Very little use to user. You may leave it 139# * un-translated. 140# * 141# * pyied is name of an array. Do not translate it. 142# */ 143msgid "internal Yacc error: pyield %d" 144msgstr 145# /* 146# * TRANSLATION_NOTE -- This is a message from yacc. 147# * This message is passed to error() function. 148# * You may leave this untranslated. Leave 149# * state/nolook un-translated. 150# */ 151msgid "yacc state/nolook error" 152msgstr 153# /* 154# * TRANSLATION_NOTE -- This is a message from yacc. 155# * This message is passed to error() function. 156# * Ask somebody who knows yacc how to translate nonterminal or 157# * look at translated yacc document. Check how 'derive' is 158# * translated in these documents also. 159# */ 160msgid "nonterminal %ws never derives any token string" 161msgstr 162# /* 163# * TRANSLATION_NOTE -- This is a message from yacc. 164# * This message is passed to error() function. 165# * Memory allocation error. Do not translate lookset. 166# * 167# * You may just translate this as: 168# * 'Could not allocate internally used memory.' 169# */ 170msgid "could not expand lookset array" 171msgstr 172# /* 173# * TRANSLATION_NOTE -- This is a message from yacc. 174# * This message is passed to error() function. 175# * Memory allocation error. Do not translate lookset. 176# * 177# * You may just translate this as: 178# * 'Could not allocate internally used memory.' 179# */ 180msgid "could not expand lookahead sets" 181msgstr 182# /* 183# * TRANSLATION_NOTE -- This is a message from yacc. 184# * This message is passed to error() function. 185# * Memory allocation error. Do not translate lookset. 186# * 187# * You may just translate this as: 188# * 'Could not allocate internally used memory.' 189# */ 190# msgid "could not expand lookset array" 191# msgstr 192# /* 193# * TRANSLATION_NOTE -- This is a message from yacc. 194# * This message is passed to error() function. 195# * Memory allocation error. You may just transltate 196# * this as 'Could not allocate internally used memory.' 197# * 198# * You may just translate this as: 199# * 'Could not allocate internally used memory.' 200# */ 201msgid "could not expand working sets" 202msgstr 203# /* 204# * TRANSLATION_NOTE -- This is a message from yacc. 205# * This message is passed to error() function. 206# * Memory allocation error. 207# * 208# * You may just translate this as: 209# * 'Could not allocate internally used memory.' 210# */ 211msgid "cannot expand table of states" 212msgstr 213# /* 214# * TRANSLATION_NOTE -- This is a message from yacc. 215# * This message is passed to error() function. 216# * Memory allocation error. 217# * 218# * You may just translate this as: 219# * 'Could not allocate internally used memory.' 220# */ 221msgid "cannot expand pstate memory" 222msgstr 223# /* 224# * TRANSLATION_NOTE -- This is a message from yacc. 225# * This message is passed to error() function. 226# * Do not translate -Q and [y/n]. 227# */ 228msgid "yacc: -Q should be followed by [y/n]" 229msgstr 230# /* 231# * TRANSLATION_NOTE -- This is a message from yacc. 232# * This message is passed to error() function. 233# * This is a usage message. The translate should be 234# * consistent with man page translation. 235# */ 236msgid "Usage: yacc [-vVdltY] [-Q(y/n)] [-b file_prefix] [-p sym_prefix]" 237 " [-P parser] file\n" 238msgstr 239msgid "cannot open y.output" 240msgstr 241msgid "cannot open y.tab.h" 242msgstr 243# /* 244# * TRANSLATION_NOTE -- This is a message from yacc. 245# * This message is passed to error() function. 246# * Do not translate yacc.debug. 247# */ 248msgid "cannot open yacc.debug" 249msgstr 250msgid "cannot open %s" 251msgstr 252# /* 253# * TRANSLATION_NOTE -- This is a message from yacc. 254# * This message is passed to error() function. 255# * The message means: "Could not open a temporary file." 256# */ 257msgid "cannot open temp file" 258msgstr 259# /* 260# * TRANSLATION_NOTE -- This is a message from yacc. 261# * This message is passed to error() function. 262# */ 263msgid "cannot open input file" 264msgstr 265# /* 266# * TRANSLATION_NOTE -- This is a message from yacc. 267# * This message is passed to error() function. 268# * Do not translate %%type. 269# */ 270msgid "bad syntax in %%type" 271msgstr 272# /* 273# * TRANSLATION_NOTE -- This is a message from yacc. 274# * This message is passed to error() function. 275# */ 276msgid "type redeclaration of token %ws" 277msgstr 278# /* 279# * TRANSLATION_NOTE -- This is a message from yacc. 280# * This message is passed to error() function. 281# * Check how nonterminal is translated in translated 282# * yacc man page or yacc user's document. 283# */ 284msgid "type redeclaration of nonterminal %ws" 285msgstr 286# /* 287# * TRANSLATION_NOTE -- This is a message from yacc. 288# * This message is passed to error() function. 289# */ 290msgid "missing tokens or illegal tokens" 291msgstr 292# /* 293# * TRANSLATION_NOTE -- This is a message from yacc. 294# * This message is passed to error() function. 295# */ 296msgid "%ws is not a token." 297msgstr 298# /* 299# * TRANSLATION_NOTE -- This is a message from yacc. 300# * This message is passed to error() function. 301# */ 302msgid "redeclaration of precedence of %ws" 303msgstr 304msgid "redeclaration of precedence of %ws." 305msgstr 306# /* 307# * TRANSLATION_NOTE -- This is a message from yacc. 308# * This message is passed to error() function. 309# */ 310msgid "redeclaration of type of %ws" 311msgstr 312# /* 313# * TRANSLATION_NOTE -- This is a message from yacc. 314# * This message is passed to error() function. 315# */ 316msgid "type number of %ws should be defined earlier" 317msgstr 318# /* 319# * TRANSLATION_NOTE -- This is a message from yacc. 320# * This message is passed to error() function. 321# */ 322msgid "token numbers must be less than %d" 323msgstr 324# /* 325# * TRANSLATION_NOTE -- This is a message from yacc. 326# * This message is passed to error() function. 327# */ 328# msgid "missing tokens or illegal tokens" 329# msgstr 330# /* 331# * TRANSLATION_NOTE -- This is a message from yacc. 332# * This message is passed to error() function. 333# * Check how nonterminal is translated. 334# */ 335msgid "illegal nonterminal in grammar rule" 336msgstr 337# /* 338# * TRANSLATION_NOTE -- This is a message from yacc. 339# * This message is passed to error() function. 340# */ 341msgid "illegal rule: missing semicolon or | ?" 342msgstr 343# /* 344# * TRANSLATION_NOTE -- This is a message from yacc. 345# * This message is passed to error() function. 346# * Do not translate %%prec. 347# */ 348msgid "illegal %%prec syntax" 349msgstr 350# /* 351# * TRANSLATION_NOTE -- This is a message from yacc. 352# * This message is passed to error() function. 353# * Do not translate %%prec. 354# */ 355msgid "nonterminal %ws illegal after %%prec" 356msgstr 357# /* 358# * TRANSLATION_NOTE -- This is a message from yacc. 359# * This message is passed to error() function. 360# * LHS means Left Hand Side. It does not need to be translated. 361# */ 362msgid "must return a value, since LHS has a type" 363msgstr 364# /* 365# * TRANSLATION_NOTE -- This is a message from yacc. 366# * This message is passed to error() function. 367# * Check how action is transltated in yacc man page or documents. 368# */ 369msgid "default action causes potential type clash" 370msgstr 371# /* 372# * TRANSLATION_NOTE -- This is a message from yacc. 373# * This message is passed to error() function. 374# * 375# * You may just translate this as: 376# * 'Could not allocate internally used memory.' 377# */ 378msgid "cannot expand string dump" 379msgstr 380# /* 381# * TRANSLATION_NOTE -- This is a message from yacc. 382# * This message is passed to warning() function. 383# * Do not trasnlate ANSI C, \\a. 384# */ 385msgid "\\a is ANSI C \"alert\" character" 386msgstr 387# /* 388# * TRANSLATION_NOTE -- This is a message from yacc. 389# * This message is passed to error() function. 390# */ 391msgid "invalid escape" 392msgstr 393# /* 394# * TRANSLATION_NOTE -- This is a message from yacc. 395# * This message is passed to error() function. 396# */ 397msgid "illegal octal number" 398msgstr 399# /* 400# * TRANSLATION_NOTE -- This is a message from yacc. 401# * This message is passed to error() function. 402# * Do not translate \\nnn. 403# */ 404msgid "illegal \\nnn construction" 405msgstr 406# /* 407# * TRANSLATION_NOTE -- This is a message from yacc. 408# * This message is passed to error() function. 409# * Do not translate \\000. 410# */ 411msgid "'\\000' is illegal" 412msgstr 413# /* 414# * TRANSLATION_NOTE -- This is a message from yacc. 415# * This message is passed to warning() function. 416# * Do not translate \\x, ANSI C. 417# */ 418msgid "\\x is ANSI C hex escape" 419msgstr 420msgid "illegal hexadecimal number" 421msgstr 422# /* 423# * TRANSLATION_NOTE -- This is a message from yacc. 424# * This message is passed to error() function. 425# * Do not translate \\xnn. 426# */ 427msgid "illegal \\xnn construction" 428msgstr 429# /* 430# * TRANSLATION_NOTE -- This is a message from yacc. 431# * This message is passed to error() function. 432# * Do not translate \\xnnnnnnnn and %#x. 433# */ 434msgid " \\xnnnnnnnn exceed %#x" 435msgstr 436# /* 437# * TRANSLATION_NOTE -- This is a message from yacc. 438# * This message is passed to error() function. 439# * Do not translate \\x00. 440# */ 441msgid "'\\x00' is illegal" 442msgstr 443# msgid "invalid escape" 444# msgstr 445msgid "unterminated < ... > clause" 446msgstr 447msgid "illegal or missing ' or \"" 448msgstr 449msgid "invalid escape, or illegal reserved word: %ws" 450msgstr 451msgid "must specify type for %ws" 452msgstr 453msgid "%ws should have been defined earlier" 454msgstr 455# /* 456# * TRANSLATION_NOTE -- This is a message from yacc. 457# * This message is passed to error() function. 458# * EOF - End Of File. 459# * Do not translate %%union. 460# */ 461msgid "EOF encountered while processing %%union" 462msgstr 463# /* 464# * TRANSLATION_NOTE -- This is a message from yacc. 465# * This message is passed to error() function. 466# * Do not translate %%}. 467# */ 468msgid "eof before %%}" 469msgstr 470msgid "illegal comment" 471msgstr 472# /* 473# * TRANSLATION_NOTE -- This is a message from yacc. 474# * This message is passed to error() function. 475# * EOF -- End Of File. 476# */ 477msgid "EOF inside comment" 478msgstr 479# /* 480# * TRANSLATION_NOTE -- This is a message from yacc. 481# * This message is passed to error() function. 482# * Do not translate $<ident> 483# */ 484msgid "bad syntax on $<ident> clause" 485msgstr 486# /* 487# * TRANSLATION_NOTE -- This is a message from yacc. 488# * This message is passed to error() function. 489# * Check how action is translated in yacc man page/document. 490# */ 491msgid "bad action format" 492msgstr 493msgid "illegal character \"#\"" 494msgstr 495# /* 496# * TRANSLATION_NOTE -- This is a message from yacc. 497# * This message is passed to error() function. 498# * Check how action is translated in yacc man page/document. 499# */ 500msgid "illegal action argument no." 501msgstr 502# /* 503# * TRANSLATION_NOTE -- This is a message from yacc. 504# * This message is passed to warning() function. 505# * Do not translate Ansi C. 506# */ 507msgid "Illegal character '$' in Ansi C symbol: %ws$%ws." 508msgstr 509# /* 510# * TRANSLATION_NOTE -- This is a message from yacc. 511# * This message is passed to error() function. 512# * Do not translate $%d. 513# */ 514msgid "Illegal use of $%d" 515msgstr 516# /* 517# * TRANSLATION_NOTE -- This is a message from yacc. 518# * This message is passed to error() function. 519# * Do not translate $%d. 520# */ 521msgid "must specify type of $%d" 522msgstr 523# /* 524# * TRANSLATION_NOTE -- This is a message from yacc. 525# * This message is passed to error() function. 526# * This error message is issued when 527# * quoted string has multiple lines. 528# */ 529msgid "newline in string or char. const." 530msgstr 531msgid "EOF in string or character constant" 532msgstr 533# /* 534# * TRANSLATION_NOTE -- This is a message from yacc. 535# * This message is passed to error() function. 536# * Check how 'action' is translated in yacc mapage/document. 537# */ 538msgid "action does not terminate" 539msgstr 540# /* 541# * TRANSLATION_NOTE -- This is a message from yacc. 542# * This message is passed to error() function. 543# * LHS -- Left Hand Side. 544# */ 545msgid "couldn't expanded LHS length" 546msgstr 547# /* 548# * TRANSLATION_NOTE -- This is a message from yacc. 549# * This message is passed to error() function. 550# * RHS -- Right Hand Side. 551# */ 552msgid "couldn't expanded RHS length" 553msgstr 554# /* 555# * TRANSLATION_NOTE -- This is a message from yacc. 556# * This message is passed to error() function. 557# * RHS - Right Hand Side. 558# * 559# * You may just translate this as: 560# * 'Could not allocate internally used memory.' 561# */ 562msgid "Couldn't allocate memory for RHS." 563msgstr 564# /* 565# * TRANSLATION_NOTE -- This is a message from yacc. 566# * This message is passed to error() function. 567# * 568# * You may just translate this as: 569# * 'Could not allocate internally used memory.' 570# */ 571msgid "couldn't expand productions" 572msgstr 573# /* 574# * TRANSLATION_NOTE -- This is a message from yacc. 575# * This message is passed to error() function. 576# * Do not translate NTERMS. 577# * 578# * You may just translate this as: 579# * 'Could not allocate internally used memory.' 580# */ 581msgid "couldn't expand NTERMS" 582msgstr 583# /* 584# * TRANSLATION_NOTE -- This is a message from yacc. 585# * This message is passed to error() function. 586# * Do not translate NTERMS. 587# * 588# * You may just translate this as: 589# * 'Could not allocate internally used memory.' 590# */ 591msgid "couldn't expand NNONTERM" 592msgstr 593# /* 594# * TRANSLATION_NOTE -- This is a message from yacc. 595# * This message is passed to error() function. 596# * 597# * You may just translate this as: 598# * 'Could not allocate internally used memory.' 599# */ 600msgid "couldn't expand mem table" 601msgstr 602msgid "too many character literals" 603msgstr 604# /* 605# * TRANSLATION_NOTE -- This is a message from yacc. 606# * Check how 'reduced' is translated in yacc man page/document. 607# */ 608msgid "%d rules never reduced\n" 609msgstr 610# /* 611# * TRANSLATION_NOTE -- This is a message from yacc. 612# * This message is passed to error() function. 613# * tempfile can be translated as temporary file. 614# */ 615msgid "optimizer cannot open tempfile" 616msgstr 617# /* 618# * TRANSLATION_NOTE -- This is a message from yacc. 619# * This message is passed to error() function. 620# * tempfile can be translated as 'temporary file'. 621# */ 622msgid "bad tempfile" 623msgstr 624# /* 625# * TRANSLATION_NOTE -- This is a message from yacc. 626# * This message is passed to error() function. 627# * Leave this untrasnlated. Yacc internal error. 628# */ 629msgid "clobber of amem array, pos'n %d, by %d" 630msgstr 631# /* 632# * TRANSLATION_NOTE -- This is a message from yacc. 633# * This message is passed to error() function. 634# * 635# * You may just translate this as: 636# * 'Could not allocate internally used memory.' 637# */ 638msgid "couldn't expand action table" 639msgstr 640