1 # Translation of bision to Croatian
2 # Copyright (C) 2002 Free Software Foundation, Inc.
3 # Denis Lackovic <delacko@fly.srk.fer.hr>, 2002.
4 # This file is distributed under the same license as the bison package.
5 # Denis Lackovic <delacko@fly.srk.fer.hr>, 2002.
9 "Project-Id-Version: bison 1.34a\n"
10 "POT-Creation-Date: 2002-12-24 00:30-0800\n"
11 "PO-Revision-Date: 2002-04-10 22:20+01\n"
12 "Last-Translator: Denis Lackovic <delacko@fly.srk.fer.hr>\n"
13 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
15 "Content-Type: text/plain; charset=iso-8859-2\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n==1 ? 0 : 1);\n"
19 #: src/complain.c:56 lib/error.c:135 lib/error.c:163
20 msgid "Unknown system error"
21 msgstr "Nepoznata sistemska gre¹ka"
23 #: src/complain.c:80 src/complain.c:97
27 #: src/complain.c:159 src/complain.c:177
29 msgstr "fatalna gre¹ka:"
33 msgid " Conflict between rule %d and token %s resolved as shift"
34 msgstr "Konflikt u stanju %d izmeðu pravila %d i znaka %s razrije¹en kao %s.\n"
38 msgid " Conflict between rule %d and token %s resolved as reduce"
39 msgstr "Konflikt u stanju %d izmeðu pravila %d i znaka %s razrije¹en kao %s.\n"
43 msgid " Conflict between rule %d and token %s resolved as an error"
44 msgstr "Konflikt u stanju %d izmeðu pravila %d i znaka %s razrije¹en kao %s.\n"
46 #: src/conflicts.c:403
48 msgid "%d shift/reduce conflict"
49 msgid_plural "%d shift/reduce conflicts"
50 msgstr[0] "%d pomakni/reduciraj konflikat"
51 msgstr[1] "%d pomakni/reduciraj konflikata"
53 #: src/conflicts.c:410
57 #: src/conflicts.c:416
59 msgid "%d reduce/reduce conflict"
60 msgid_plural "%d reduce/reduce conflicts"
61 msgstr[0] "%d reduciraj/reduciraj konflikt"
62 msgstr[1] "%d reduciraj/reduciraj konflikata"
64 #: src/conflicts.c:436
68 #: src/conflicts.c:438
70 msgid " %d shift/reduce"
71 msgstr " %d pomakni/reduciraj"
73 #: src/conflicts.c:442
75 msgid " %d reduce/reduce"
76 msgstr " %d reduviraj/reduciraj"
78 #: src/conflicts.c:461
80 msgid "State %d contains "
81 msgstr "Stanje %d sadr¾i"
83 #: src/conflicts.c:538
85 msgid "expected %d shift/reduce conflict"
86 msgid_plural "expected %d shift/reduce conflicts"
87 msgstr[0] "oèekujem %d pomakni/reduciraj konflikt\n"
88 msgstr[1] "oèekujem %d pomakni/reduciraj konflikata\n"
92 msgid "cannot open file `%s'"
93 msgstr "ne mogu otvoriti datoteku `%s'"
101 msgid "cannot close file"
102 msgstr "ne mogu zatvoriti datoteku"
106 msgid "Try `%s --help' for more information.\n"
107 msgstr "Poku¹aj `%s --help' za vi¹e informacija.\n"
110 msgid "GNU bison generates parsers for LALR(1) grammars.\n"
111 msgstr "GNU bison generira parsere za LALR(1) gramatike.\n"
115 msgid "Usage: %s [OPTION]... FILE\n"
116 msgstr "Kori¹tenje: %s [OPCIJA]... DATOTEKA\n"
120 "If a long option shows an argument as mandatory, then it is mandatory\n"
121 "for the equivalent short option also. Similarly for optional arguments.\n"
123 "Ako duga opcija ka¾e da je argument obavezan, tada je on obavezan\n"
124 "i za ekvivalentnu kratku opciju. Slièno je i za opcionalne argumente.\n"
129 " -h, --help display this help and exit\n"
130 " -V, --version output version information and exit\n"
131 " -y, --yacc emulate POSIX yacc\n"
134 " -h, --help prika¾i ovu pomoæ i izaði\n"
135 " -V, --version prika¾i verziju i izaði\n"
136 " -y, --yacc emuliraj POSIX yacc\n"
141 " -S, --skeleton=FILE specify the skeleton to use\n"
142 " -t, --debug instrument the parser for debugging\n"
143 " --locations enable locations computation\n"
144 " -p, --name-prefix=PREFIX prepend PREFIX to the external symbols\n"
145 " -l, --no-lines don't generate `#line' directives\n"
146 " -n, --no-parser generate the tables only\n"
147 " -k, --token-table include a table of token names\n"
150 " -S, --skeleton=DATOTEKA specificiraj kostur za uporabu\n"
151 " -t, --debug pripremi parser za deugiranje\n"
152 " --locations omoguæi izraèunavanje lokacija\n"
153 " -p, --name-prefix=PREFIKS stavi PREFIX ispred vanjskih simbola\n"
154 " -l, --no-lines ne eneriraj `#line' direktive\n"
155 " -n, --no-parser generiraj samo tablice\n"
156 " -k, --token-table ukljuèi tablicu imena znakova\n"
162 " -d, --defines also produce a header file\n"
163 " -r, --report=THINGS also produce details on the automaton\n"
164 " -v, --verbose same as `--report=state'\n"
165 " -b, --file-prefix=PREFIX specify a PREFIX for output files\n"
166 " -o, --output=FILE leave output to FILE\n"
167 " -g, --graph also produce a VCG description of the "
171 " -d, --defines takoðer proizvedi header datoteku\n"
172 " -v, --verbose takoðer proizvedi obja¹njenje automata\n"
173 " -b, --file-prefix=PREFIKS specificiraj PREFIKS za izlazne datoteke\n"
174 " -o, --output=DATOTEKA ispi¹i izlaz u DATOTEKU\n"
175 " -g, --graph takoðer proizvedi VCG opis automata\n"
179 "THINGS is a list of comma separated words that can include:\n"
180 " `state' describe the states\n"
181 " `itemset' complete the core item sets with their closure\n"
182 " `lookahead' explicitly associate lookaheads to items\n"
183 " `solved' describe shift/reduce conflicts solving\n"
184 " `all' include all the above information\n"
185 " `none' disable the report\n"
189 msgid "Report bugs to <bug-bison@gnu.org>.\n"
190 msgstr "Izvjesti o bugovima na <bug-bison@gnu.org>.\n"
194 msgid "bison (GNU Bison) %s"
195 msgstr "bison (GNU Bison) %s"
198 msgid "Written by Robert Corbett and Richard Stallman.\n"
203 msgid "Copyright (C) %d Free Software Foundation, Inc.\n"
205 "Copyright 1984, 1986, 1989, 1992, 2000, 2001, 2002\n"
206 "Free Software Foundation, Inc.\n"
210 "This is free software; see the source for copying conditions. There is NO\n"
211 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
213 "Ovo je slobodni softver; pogledajte kod kako biste doznali uvjete "
215 "garancije; èak ni tvrdnje o ISPLATIVOSTI ili POGODNOSTI ZA NEKU SVRHU.\n"
219 msgid "missing operand after `%s'"
224 msgid "extra operand `%s'"
235 #: src/gram.c:324 src/reduce.c:393
241 msgid "rule never reduced because of conflicts"
244 #: src/parse-gram.y:334
245 msgid "POSIX forbids declarations in the grammar"
248 #: src/parse-gram.y:457
249 msgid "missing identifier in parameter declaration"
254 msgid " type %d is %s\n"
255 msgstr " tip %d je %s\n"
259 msgid "shift, and go to state %d\n"
260 msgstr " %-4s\tpomakni i idi u stanje %d\n"
264 msgid "go to state %d\n"
265 msgstr " $ \tidu u stanje %d\n"
269 msgid "error (nonassociative)\n"
270 msgstr "%-4s\tgre¹ka (nonassociative)"
274 msgid "reduce using rule %d (%s)"
275 msgstr "$default\treduciraj koristeæi pravilo %d (%s)"
281 #: src/print.c:324 src/print.c:390
291 msgid "Terminals, with rules where they appear"
292 msgstr "Zavr¹ni znakovi, sa pravilima gdje se pojavljuju"
295 msgid "Nonterminals, with rules where they appear"
296 msgstr "Nezavr¹ni znakovi, sa pravilima gdje se pojavljuju"
308 msgid "Rules never reduced"
309 msgstr "%d pravilo nije nikad reducirano\n"
313 msgid "multiple %s declarations"
314 msgstr "vi¹estruke %s deklaracije"
318 msgid "result type clash on merge function %s: <%s> != <%s>"
323 msgid "rule given for %s, which is a token"
324 msgstr "pravilo dato za %s, a to je znak"
328 msgid "type clash on default action: <%s> != <%s>"
329 msgstr "sudar tipova (`%s' `%s') na deaultnoj akciji"
332 msgid "empty rule for typed nonterminal, and no action"
333 msgstr "prazno pravilo za nezavr¹ni znak, i nema akcije"
335 #: src/reader.c:341 src/reader.c:355 src/reader.c:368
337 msgid "only one %s allowed per rule"
340 #: src/reader.c:351 src/reader.c:366
342 msgid "%s affects only GLR parsers"
347 msgid "%s must be followed by positive number"
351 msgid "no rules in the input grammar"
352 msgstr "nema pravila u ulaznoj gramatici"
357 msgstr "%d beskorisno pravilo"
361 msgid "useless nonterminal: %s"
362 msgstr "Beskorisni nezavr¹ni znakovi:"
366 msgid "Useless nonterminals"
367 msgstr "Beskorisni nezavr¹ni znakovi:"
371 msgid "Terminals which are not used"
372 msgstr "Zavr¹ni znakovi koji nisu kori¹teni:"
376 msgid "Useless rules"
377 msgstr "Beskorisna pravila:"
381 msgid "%d rule never reduced\n"
382 msgid_plural "%d rules never reduced\n"
383 msgstr[0] "%d pravilo nije nikad reducirano\n"
384 msgstr[1] "%d pravila nisu nikad reducirana\n"
388 msgid "%d useless nonterminal"
389 msgid_plural "%d useless nonterminals"
390 msgstr[0] "%d beskorisan nezavr¹ni znak"
391 msgstr[1] "%d beskorisnih nezavr¹nih znakova"
399 msgid "%d useless rule"
400 msgid_plural "%d useless rules"
401 msgstr[0] "%d beskorisno pravilo"
402 msgstr[1] "%d beskorisnih pravila"
406 msgid "start symbol %s does not derive any sentence"
407 msgstr "Poèetni simbol %s ne daje niti jednu reèenicu"
409 #: src/scan-gram.l:211
411 msgid "invalid directive: %s"
412 msgstr "nedozvoljeni ulaz: %s"
414 #: src/scan-gram.l:219
415 msgid "stray `,' treated as white space"
418 #: src/scan-gram.l:235 src/scan-gram.l:765 src/scan-gram.l:833
420 msgid "integer out of range: %s"
423 #: src/scan-gram.l:280
425 msgid "invalid character: %s"
426 msgstr "nepoznati znak: %s"
428 #: src/scan-gram.l:404 src/scan-gram.l:414 src/scan-gram.l:433
430 msgid "invalid escape sequence: %s"
431 msgstr "nedozvoljeni ulaz: %s"
433 #: src/scan-gram.l:438
435 msgid "unrecognized escape sequence: %s"
436 msgstr "neprepoznati: %s"
438 #: src/scan-gram.l:523
440 msgid "missing `{' in `%s'"
443 #: src/scan-gram.l:737
445 msgid "$$ of `%s' has no declared type"
446 msgstr "$$ od `%s' nema deklarirani tip"
448 #: src/scan-gram.l:756
450 msgid "$%d of `%s' has no declared type"
451 msgstr "$%d od `%s' nema deklarirani tip"
453 #: src/scan-gram.l:800 src/scan-gram.l:867
455 msgid "invalid value: %s"
456 msgstr "nedozvoljena $ vrijednost"
458 #: src/scan-gram.l:958
460 msgid "missing `%s' at end of file"
461 msgstr "nezavr¹eni znakovni niz na kraju datoteke"
463 #: src/symlist.c:97 src/symlist.c:108
464 msgid "invalid $ value"
465 msgstr "nedozvoljena $ vrijednost"
469 msgid "type redeclaration for %s"
470 msgstr "ponovna deklaracija za %s"
472 #: src/symtab.c:101 src/symtab.c:119
474 msgid "%s redeclaration for %s"
475 msgstr "ponovna deklaracija za %s"
479 msgid "redefining precedence of %s"
480 msgstr "ponovno definiran prethodnik od %s"
484 msgid "symbol %s redefined"
485 msgstr "simbol %s ponovo definiran"
489 msgid "redefining user token number of %s"
490 msgstr "ponovno definiran prethodnik od %s"
494 msgid "symbol %s is used, but is not defined as a token and has no rules"
495 msgstr "simbol %s je kori¹ten, ali nije definiran kao znak i nema pravila"
499 msgid "symbol `%s' used more than once as a literal string"
500 msgstr "simbol `%s' kori¹ten vi¹e puta kao znakovni niz"
504 msgid "symbol `%s' given more than one literal string"
505 msgstr "simbolz `%s' dat vi¹e od jednog znakovnog niza"
509 msgid "conflicting precedences for %s and %s"
510 msgstr "konflikt u prethodnici za %s and %s"
514 msgid "conflicting associativities for %s (%s) and %s (%s)"
515 msgstr "konfliktne asocijativne vrijednosti za %s i %s"
519 msgid "tokens %s and %s both assigned number %d"
520 msgstr "objema znakovima %s i %s je pridru¾en broj %d"
524 msgid "the start symbol %s is undefined"
525 msgstr "poèetni simbol %s nije definiran"
529 msgid "the start symbol %s is a token"
530 msgstr "poèetni simbol %s je znak"
532 #: lib/argmatch.c:129
534 msgid "invalid argument %s for %s"
535 msgstr "nedozvoljeni ulaz: %s"
537 #: lib/argmatch.c:130
539 msgid "ambiguous argument %s for %s"
542 #: lib/argmatch.c:149
543 msgid "Valid arguments are:"
546 #: lib/bitset_stats.c:178
548 msgid "%u bitset_allocs, %u freed (%.2f%%).\n"
551 #: lib/bitset_stats.c:181
553 msgid "%u bitset_sets, %u cached (%.2f%%)\n"
556 #: lib/bitset_stats.c:184
558 msgid "%u bitset_resets, %u cached (%.2f%%)\n"
561 #: lib/bitset_stats.c:187
563 msgid "%u bitset_tests, %u cached (%.2f%%)\n"
566 #: lib/bitset_stats.c:191
568 msgid "%u bitset_lists\n"
571 #: lib/bitset_stats.c:193
572 msgid "count log histogram\n"
575 #: lib/bitset_stats.c:196
576 msgid "size log histogram\n"
579 #: lib/bitset_stats.c:199
580 msgid "density histogram\n"
583 #: lib/bitset_stats.c:213
585 "Bitset statistics:\n"
589 #: lib/bitset_stats.c:216
591 msgid "Accumulated runs = %u\n"
594 #: lib/bitset_stats.c:260 lib/bitset_stats.c:265
595 msgid "Could not read stats file."
598 #: lib/bitset_stats.c:262
599 msgid "Bad stats file size.\n"
602 #: lib/bitset_stats.c:288 lib/bitset_stats.c:290
603 msgid "Could not write stats file."
606 #: lib/bitset_stats.c:293
607 msgid "Could not open stats file for writing."
610 #: lib/getopt.c:688 lib/getopt.c:700
612 msgid "%s: option `%s' is ambiguous\n"
613 msgstr "%s: opcija `%s' je nejednoznaèna\n"
615 #: lib/getopt.c:733 lib/getopt.c:737
617 msgid "%s: option `--%s' doesn't allow an argument\n"
618 msgstr "%s: opcija `--%s' ne dopu¹ta argument\n"
620 #: lib/getopt.c:746 lib/getopt.c:751
622 msgid "%s: option `%c%s' doesn't allow an argument\n"
623 msgstr "%s: opcija `%c%s' ne dopu¹ta argument\n"
625 #: lib/getopt.c:787 lib/getopt.c:800 lib/getopt.c:1089 lib/getopt.c:1102
627 msgid "%s: option `%s' requires an argument\n"
628 msgstr "%s: opcija `%s' zahtijeva argument\n"
630 #: lib/getopt.c:838 lib/getopt.c:841
632 msgid "%s: unrecognized option `--%s'\n"
633 msgstr "%s: neprepoznata opcija `--%s'\n"
635 #: lib/getopt.c:849 lib/getopt.c:852
637 msgid "%s: unrecognized option `%c%s'\n"
638 msgstr "%s: neprepoznata opcija `%c%s'\n"
640 #: lib/getopt.c:899 lib/getopt.c:902
642 msgid "%s: illegal option -- %c\n"
643 msgstr "%s: nedozvoljena opcija -- %c\n"
645 #: lib/getopt.c:908 lib/getopt.c:911
647 msgid "%s: invalid option -- %c\n"
648 msgstr "%s: nedozvoljena opcija -- %c\n"
650 #: lib/getopt.c:958 lib/getopt.c:969 lib/getopt.c:1155 lib/getopt.c:1168
652 msgid "%s: option requires an argument -- %c\n"
653 msgstr "%s: opcija zahtijeva argument -- %c\n"
655 #: lib/getopt.c:1021 lib/getopt.c:1032
657 msgid "%s: option `-W %s' is ambiguous\n"
658 msgstr "%s: opcija `-W %s' je nejednoznaèna\n"
660 #: lib/getopt.c:1056 lib/getopt.c:1068
662 msgid "%s: option `-W %s' doesn't allow an argument\n"
663 msgstr "%s: opcija `-W %s' ne dopu¹ta argument\n"
665 #: lib/obstack.c:487 lib/obstack.c:490 lib/xmalloc.c:63
666 msgid "memory exhausted"
667 msgstr "iscrpljeni memorijski resursi"
669 #: lib/quotearg.c:236
673 #: lib/quotearg.c:237
679 msgid "subsidiary program `%s' could not be invoked"
684 msgid "subsidiary program `%s' not found"
689 msgid "subsidiary program `%s' failed"
694 msgid "subsidiary program `%s' failed (exit status %d)"
700 "Execution times (seconds)\n"
709 msgid "time in %s: %ld.%06ld (%ld%%)\n"
712 #~ msgid "too many states (max %d)"
713 #~ msgstr "previ¹e stanja (maks %d)"
716 #~ msgstr "reduciraj"
721 #~ msgid "%s contains "
722 #~ msgstr "%s sadr¾i"
724 #~ msgid " %-4s\t[reduce using rule %d (%s)]\n"
725 #~ msgstr " %-4s\t[reduciraj koristeæi pravilo %d (%s)]\n"
728 #~ " $default\treduce using rule %d (%s)\n"
731 #~ " $default\treduciraj koristeæi pravilo %d (%s)\n"
734 #~ msgid " %-4s\treduce using rule %d (%s)\n"
735 #~ msgstr " %-4s\treduciraj koristeæi pravilo %d (%s)\n"
737 #~ msgid " $default\treduce using rule %d (%s)\n"
738 #~ msgstr " $default\treduciraj koristeæi pravilo %d (%s)\n"
740 #~ msgid "`%s' is no longer supported"
741 #~ msgstr "`%s' vi¹e nije podr¾ano"
743 #~ msgid "%s: no grammar file given\n"
744 #~ msgstr "%s: nije data datoteka sa gramatikom\n"
746 #~ msgid "%s: extra arguments ignored after `%s'\n"
747 #~ msgstr "%s: dodatni argumenti se ignoriraju nakon `%s'\n"
749 #~ msgid "too many gotos (max %d)"
750 #~ msgstr "previ¹e goto-a (maksimalno %d)"
752 #~ msgid "unexpected `/' found and ignored"
753 #~ msgstr "neoèekivan `/' naðen i zanemaren"
755 #~ msgid "unterminated comment"
756 #~ msgstr "nezavr¹eni komentar"
758 #~ msgid "unexpected end of file"
759 #~ msgstr "neoèekivan kraj datoteke"
761 #~ msgid "unescaped newline in constant"
762 #~ msgstr "neoèekivan znak za novu liniju u konstanti"
764 #~ msgid "octal value outside range 0...255: `\\%o'"
765 #~ msgstr "oktalna vrijednost izvan dosega 0...255: `\\%o'"
767 #~ msgid "hexadecimal value above 255: `\\x%x'"
768 #~ msgstr "heksadecimalna vrijednost vi¹a od 255: `\\x%x'"
770 #~ msgid "unknown escape sequence: `\\' followed by `%s'"
771 #~ msgstr "nepoznata escape sekvenca: `\\' koju slijedi `%s'"
773 #~ msgid "unterminated type name at end of file"
774 #~ msgstr "nezavr¹eno ime tipa pri kraju datoteke"
776 #~ msgid "unterminated type name"
777 #~ msgstr "nezavr¹eno ime tipa"
779 #~ msgid "use \"...\" for multi-character literal tokens"
780 #~ msgstr "koristi \"...\" za vi¹ebajtne znakove"
782 #~ msgid "`%s' supports no argument: %s"
783 #~ msgstr "`%s' ne podr¾ava argument: %s"
785 #~ msgid "`%s' requires an argument"
786 #~ msgstr "`%s' zahtijeva argument"
788 #~ msgid "maximum table size (%d) exceeded"
789 #~ msgstr "maksimalna velièina tablice (%d) prekoraèena"
791 #~ msgid " (rule %d)"
792 #~ msgstr " (pravilo %d)"
794 #~ msgid " $default\taccept\n"
795 #~ msgstr " $default\tprihvati\n"
797 #~ msgid " NO ACTIONS\n"
798 #~ msgstr " NEMA AKCIJA\n"
800 #~ msgid " %-4s\terror (nonassociative)\n"
801 #~ msgstr " %-4s\tgre¹ka (nonassociative)\n"
803 #~ msgid " %-4s\tgo to state %d\n"
804 #~ msgstr " %-4s\tidu u stanje %d\n"
806 #~ msgid "Number, Line, Rule"
807 #~ msgstr "Broj, Linija, Pravilo"
809 #~ msgid " %3d %3d %s ->"
810 #~ msgstr " %3d %3d %s ->"
812 #~ msgid " Skipping to next \\n"
813 #~ msgstr " Preskaèem na slijedeæe \\n"
815 #~ msgid " Skipping to next %c"
816 #~ msgstr " Preskaèem na slijedeæi %c"
818 #~ msgid "unterminated string"
819 #~ msgstr "nezavr¹eni znakovni niz"
821 #~ msgid "invalid @ value"
822 #~ msgstr "nedozvoljena @ vrijednost"
824 #~ msgid "%s is invalid"
825 #~ msgstr "%s je nedozvoljeno"
827 #~ msgid "unterminated `%{' definition"
828 #~ msgstr "nezavr¹ena `%{' definicija"
830 #~ msgid "Premature EOF after %s"
831 #~ msgstr "Preuranjeni EOF nakon %s"
833 #~ msgid "`%s' is invalid in %s"
834 #~ msgstr "`%s' je nedozvoljen u %s"
836 #~ msgid "invalid %s declaration"
837 #~ msgstr "nedozvoljena %s deklaracija"
839 #~ msgid "%type declaration has no <typename>"
840 #~ msgstr "%type deklaracija nema <typename>"
842 #~ msgid "invalid %%type declaration due to item: %s"
843 #~ msgstr "nedozvoljena %%type deklaracija zbog: %s"
845 #~ msgid "invalid text (%s) - number should be after identifier"
846 #~ msgstr "nedozvoljeno tekst (%s) - broj bi trebao biti nakon identifikatora"
848 #~ msgid "unexpected item: %s"
849 #~ msgstr "neoèekivani: %s"
851 #~ msgid "unmatched %s"
852 #~ msgstr "nije pronaðen %s"
854 #~ msgid "argument of %%expect is not an integer"
855 #~ msgstr "argument od %%expect nije cijeli broj"
857 #~ msgid "unrecognized item %s, expected an identifier"
858 #~ msgstr "neprepoznati %s, oèekivan nakon identifikatora"
860 #~ msgid "expected string constant instead of %s"
861 #~ msgstr "oèekivana znakovna konstana umjesto %s"
863 #~ msgid "no input grammar"
864 #~ msgstr "nema ulazne gramatike"
866 #~ msgid "unterminated %guard clause"
867 #~ msgstr "nezavr¹ena %guard klauzula"
869 #~ msgid "ill-formed rule: initial symbol not followed by colon"
870 #~ msgstr "lo¹e pravilo: zarez ne bi trebao slijediti poèetni simbol"
872 #~ msgid "grammar starts with vertical bar"
873 #~ msgstr "gramatika poèinje sa okomitom crtom"
875 #~ msgid "previous rule lacks an ending `;'"
876 #~ msgstr "prethodnom pravilu nedostaje zavr¹etak `;'"
878 #~ msgid "two @prec's in a row"
879 #~ msgstr "dva @prec's u retku"
881 #~ msgid "%%guard present but %%semantic_parser not specified"
882 #~ msgstr "%%guard prisutan ali %%semantic_parser nije specificiran"
884 #~ msgid "two actions at end of one rule"
885 #~ msgstr "dvije akcije pri kraju jednog pravila"
887 #~ msgid "too many symbols (tokens plus nonterminals); maximum %d"
888 #~ msgstr "previ¹e simbola (znakovi plus nezavr¹ni znakovi); maksimalno %d"