From 35b995c934a7c3eaeed0b6e0adf77e05fcc088ca Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 20 Jul 2001 12:17:54 +0000 Subject: [PATCH] Update. --- po/de.gmo | Bin 8417 -> 8417 bytes po/de.po | 50 ++++++++++++++++++++++++-------------------- po/es.po | 50 ++++++++++++++++++++++++-------------------- po/et.gmo | Bin 10791 -> 10791 bytes po/et.po | 49 +++++++++++++++++++++++-------------------- po/fr.gmo | Bin 8356 -> 8356 bytes po/fr.po | 50 ++++++++++++++++++++++++-------------------- po/ja.gmo | Bin 8255 -> 8255 bytes po/ja.po | 50 ++++++++++++++++++++++++-------------------- po/nl.gmo | Bin 7374 -> 7374 bytes po/nl.po | 50 ++++++++++++++++++++++++-------------------- po/ru.gmo | Bin 11087 -> 11087 bytes po/ru.po | 61 +++++++++++++++++++++++++++--------------------------- 13 files changed, 193 insertions(+), 167 deletions(-) diff --git a/po/de.gmo b/po/de.gmo index c601819ab878e51b06f675101c96770532811a48..55ba88c6928505b045ff0203f193896c282e1a99 100644 GIT binary patch delta 26 hcmaFp_|S2~7a?AAT_XbpLlY}QBW(kt&5XhicmaUE2r&Qv delta 26 hcmaFp_|S2~7a?9_T|+YkLo+J_BW(l2&5XhicmaUO2r>Ww diff --git a/po/de.po b/po/de.po index 55f62885..f796f9be 100644 --- a/po/de.po +++ b/po/de.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: bison 1.25\n" -"POT-Creation-Date: 2001-03-16 16:02+0100\n" +"POT-Creation-Date: 2001-07-20 14:12+0200\n" "PO-Revision-Date: 1996-10-10 17:54 MET DST\n" "Last-Translator: Ulrich Drepper \n" "Language-Team: German \n" @@ -118,22 +118,22 @@ msgstr "%s leitet ab" #. Some efforts were made to ease the translators' task, please #. continue. -#: src/getargs.c:80 +#: src/getargs.c:79 msgid "GNU bison generates parsers for LALR(1) grammars.\n" msgstr "" -#: src/getargs.c:84 +#: src/getargs.c:83 #, c-format msgid "Usage: %s [OPTION]... FILE\n" msgstr "" -#: src/getargs.c:88 +#: src/getargs.c:87 msgid "" "If a long option shows an argument as mandatory, then it is mandatory\n" "for the equivalent short option also. Similarly for optional arguments.\n" msgstr "" -#: src/getargs.c:94 +#: src/getargs.c:93 msgid "" "Operation modes:\n" " -h, --help display this help and exit\n" @@ -141,7 +141,7 @@ msgid "" " -y, --yacc emulate POSIX yacc\n" msgstr "" -#: src/getargs.c:101 +#: src/getargs.c:100 msgid "" "Parser:\n" " -S, --skeleton=FILE specify the skeleton to use\n" @@ -150,11 +150,10 @@ msgid "" " -p, --name-prefix=PREFIX prepend PREFIX to the external symbols\n" " -l, --no-lines don't generate `#line' directives\n" " -n, --no-parser generate the tables only\n" -" -r, --raw number the tokens from 3\n" " -k, --token-table include a table of token names\n" msgstr "" -#: src/getargs.c:114 +#: src/getargs.c:112 msgid "" "Output:\n" " -d, --defines also produce a header file\n" @@ -163,39 +162,44 @@ msgid "" " -o, --output-file=FILE leave output to FILE\n" msgstr "" -#: src/getargs.c:122 +#: src/getargs.c:120 msgid "Report bugs to .\n" msgstr "" #. Some efforts were made to ease the translators' task, please #. continue. -#: src/getargs.c:136 +#: src/getargs.c:134 #, c-format msgid "bison (GNU Bison) %s" msgstr "" -#: src/getargs.c:141 +#: src/getargs.c:139 msgid "" "Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n" msgstr "" -#: src/getargs.c:145 +#: src/getargs.c:143 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" msgstr "" -#: src/getargs.c:226 +#: src/getargs.c:200 src/lex.c:633 +#, c-format +msgid "`%s' is no longer supported" +msgstr "" + +#: src/getargs.c:224 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" -#: src/getargs.c:233 +#: src/getargs.c:231 #, c-format msgid "%s: no grammar file given\n" msgstr "%s: keine Grammatik-Datei angegeben\n" -#: src/getargs.c:237 +#: src/getargs.c:235 #, fuzzy, c-format msgid "%s: extra arguments ignored after `%s'\n" msgstr "%s: zusätzliche Argumente nach »%s« werden ignoriert\n" @@ -436,7 +440,7 @@ msgid "%type declaration has no " msgstr "%type Deklaration hat keinen " #: src/reader.c:619 -#, fuzzy +#, fuzzy, c-format msgid "invalid %%type declaration due to item: %s" msgstr "ungültige %%type Deklaration wegen »%s«" @@ -461,7 +465,7 @@ msgid "unmatched %s" msgstr "»{« hat kein Gegenstück" #: src/reader.c:792 -#, fuzzy +#, fuzzy, c-format msgid "argument of %%expect is not an integer" msgstr "Argument von %expect ist keine ganze Zahl" @@ -514,7 +518,7 @@ msgid "two @prec's in a row" msgstr "zwei @prec Anweisungen nacheinander" #: src/reader.c:1445 -#, fuzzy +#, fuzzy, c-format msgid "%%guard present but %%semantic_parser not specified" msgstr "" "%%guard Anweisung vorhanden, jedoch wird %%semantic_parser nicht angegeben" @@ -553,27 +557,27 @@ msgstr "" "Symbol %s wird benutzt, ist aber nicht als Token definiert und hat keine " "Regel" -#: src/reader.c:1659 +#: src/reader.c:1658 #, c-format msgid "conflicting precedences for %s and %s" msgstr "Vorrangwertigkeiten für %s und %s widersprechen sich" -#: src/reader.c:1671 +#: src/reader.c:1670 #, c-format msgid "conflicting assoc values for %s and %s" msgstr "assoc Werte für %s nd %s widersprechen sich" -#: src/reader.c:1722 +#: src/reader.c:1721 #, fuzzy, c-format msgid "tokens %s and %s both assigned number %d" msgstr "Token %s und %s haben die selbe nummer %s" -#: src/reader.c:1735 +#: src/reader.c:1734 #, c-format msgid "the start symbol %s is undefined" msgstr "das Startsymbol %s ist undefiniert" -#: src/reader.c:1737 +#: src/reader.c:1736 #, c-format msgid "the start symbol %s is a token" msgstr "das Startsymbol %s ist ein Token" diff --git a/po/es.po b/po/es.po index c45ac211..1ad99991 100644 --- a/po/es.po +++ b/po/es.po @@ -30,7 +30,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU bison 1.25\n" -"POT-Creation-Date: 2001-03-16 16:02+0100\n" +"POT-Creation-Date: 2001-07-20 14:12+0200\n" "PO-Revision-Date: 1998-09-21 10:19+0200\n" "Last-Translator: Nicolás García-Pedrajas \n" "Language-Team: Spanish \n" @@ -174,22 +174,22 @@ msgstr "%s deriva" #. Some efforts were made to ease the translators' task, please #. continue. -#: src/getargs.c:80 +#: src/getargs.c:79 msgid "GNU bison generates parsers for LALR(1) grammars.\n" msgstr "" -#: src/getargs.c:84 +#: src/getargs.c:83 #, c-format msgid "Usage: %s [OPTION]... FILE\n" msgstr "" -#: src/getargs.c:88 +#: src/getargs.c:87 msgid "" "If a long option shows an argument as mandatory, then it is mandatory\n" "for the equivalent short option also. Similarly for optional arguments.\n" msgstr "" -#: src/getargs.c:94 +#: src/getargs.c:93 msgid "" "Operation modes:\n" " -h, --help display this help and exit\n" @@ -197,7 +197,7 @@ msgid "" " -y, --yacc emulate POSIX yacc\n" msgstr "" -#: src/getargs.c:101 +#: src/getargs.c:100 msgid "" "Parser:\n" " -S, --skeleton=FILE specify the skeleton to use\n" @@ -206,11 +206,10 @@ msgid "" " -p, --name-prefix=PREFIX prepend PREFIX to the external symbols\n" " -l, --no-lines don't generate `#line' directives\n" " -n, --no-parser generate the tables only\n" -" -r, --raw number the tokens from 3\n" " -k, --token-table include a table of token names\n" msgstr "" -#: src/getargs.c:114 +#: src/getargs.c:112 msgid "" "Output:\n" " -d, --defines also produce a header file\n" @@ -219,42 +218,47 @@ msgid "" " -o, --output-file=FILE leave output to FILE\n" msgstr "" -#: src/getargs.c:122 +#: src/getargs.c:120 msgid "Report bugs to .\n" msgstr "" #. Some efforts were made to ease the translators' task, please #. continue. -#: src/getargs.c:136 +#: src/getargs.c:134 #, c-format msgid "bison (GNU Bison) %s" msgstr "" -#: src/getargs.c:141 +#: src/getargs.c:139 msgid "" "Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n" msgstr "" -#: src/getargs.c:145 +#: src/getargs.c:143 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" msgstr "" -#: src/getargs.c:226 +#: src/getargs.c:200 src/lex.c:633 +#, c-format +msgid "`%s' is no longer supported" +msgstr "" + +#: src/getargs.c:224 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" # Me parece menos "computadora" decir "ningún fichero de gramática" - cll # -#: src/getargs.c:233 +#: src/getargs.c:231 #, c-format msgid "%s: no grammar file given\n" msgstr "%s: no se ha especificado ningún fichero de gramática\n" # Ignorar es no saber, to ignore es no hacer caso, que no es lo mismo. sv -#: src/getargs.c:237 +#: src/getargs.c:235 #, fuzzy, c-format msgid "%s: extra arguments ignored after `%s'\n" msgstr "%s: los argumentos extra después de '%s' no se tendrán en cuenta\n" @@ -506,7 +510,7 @@ msgid "%type declaration has no " msgstr "la declaración %type no tiene " #: src/reader.c:619 -#, fuzzy +#, fuzzy, c-format msgid "invalid %%type declaration due to item: %s" msgstr "declaración de %%type no válida debido al ítem: `%s'" @@ -541,7 +545,7 @@ msgid "unmatched %s" msgstr "`{' desemparejada" #: src/reader.c:792 -#, fuzzy +#, fuzzy, c-format msgid "argument of %%expect is not an integer" msgstr "el argumento de %expect no es un entero" @@ -605,7 +609,7 @@ msgstr "dos @prec en una l # indio. Por favor, permíteme que añada un "está" :) - cll # ok - ngp #: src/reader.c:1445 -#, fuzzy +#, fuzzy, c-format msgid "%%guard present but %%semantic_parser not specified" msgstr "%%guard presente pero %%semantic_parser está sin especificar" @@ -645,27 +649,27 @@ msgid "symbol %s is used, but is not defined as a token and has no rules" msgstr "" "se usa el símbolo %s, pero no está definido como terminal y no tiene reglas" -#: src/reader.c:1659 +#: src/reader.c:1658 #, c-format msgid "conflicting precedences for %s and %s" msgstr "precedencias en conflicto entre %s y %s" -#: src/reader.c:1671 +#: src/reader.c:1670 #, c-format msgid "conflicting assoc values for %s and %s" msgstr "conflicto de valores assoc para %s y %s" -#: src/reader.c:1722 +#: src/reader.c:1721 #, fuzzy, c-format msgid "tokens %s and %s both assigned number %d" msgstr "los terminales %s y %s tienen asignados ambos el número %s" -#: src/reader.c:1735 +#: src/reader.c:1734 #, c-format msgid "the start symbol %s is undefined" msgstr "el símbolo de inicio (axioma) %s no está definido" -#: src/reader.c:1737 +#: src/reader.c:1736 #, c-format msgid "the start symbol %s is a token" msgstr "el símbolo de inicio (axioma) %s es un terminal" diff --git a/po/et.gmo b/po/et.gmo index 24583d972d1c2291ada7367dc4be2296a6654f93..e35e615c9723ece57517873ab2bcc376782330d2 100644 GIT binary patch delta 26 hcmZ1;vOHu1uOzRzu91O)p^25Dk+y-+W+_QtK>%fE22%h4 delta 26 hcmZ1;vOHu1uOzRruA!NNp_!F|k+y;1W+_QtK>%fO22=n5 diff --git a/po/et.po b/po/et.po index dca24d18..d0273341 100644 --- a/po/et.po +++ b/po/et.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: bison 1.25\n" -"POT-Creation-Date: 2001-03-16 16:02+0100\n" +"POT-Creation-Date: 2001-07-20 14:12+0200\n" "PO-Revision-Date: 2000-04-11 22:19+02:00\n" "Last-Translator: Toomas Soome \n" "Language-Team: Estonian \n" @@ -124,16 +124,16 @@ msgstr "%s derives" #. Some efforts were made to ease the translators' task, please #. continue. -#: src/getargs.c:80 +#: src/getargs.c:79 msgid "GNU bison generates parsers for LALR(1) grammars.\n" msgstr "GNU bison genereerib parsereid LALR(1) grammatikatele.\n" -#: src/getargs.c:84 +#: src/getargs.c:83 #, c-format msgid "Usage: %s [OPTION]... FILE\n" msgstr "Kasuta: %s [VÕTI]...FAIL\n" -#: src/getargs.c:88 +#: src/getargs.c:87 msgid "" "If a long option shows an argument as mandatory, then it is mandatory\n" "for the equivalent short option also. Similarly for optional arguments.\n" @@ -141,7 +141,7 @@ msgstr "" "Kui pikk võti näitab, et argument on kohustuslik, siis on see kohustuslik \n" "ka lühikese võtme korral. Sama ka vabalt valitavate võtmete korral.\n" -#: src/getargs.c:94 +#: src/getargs.c:93 msgid "" "Operation modes:\n" " -h, --help display this help and exit\n" @@ -153,7 +153,7 @@ msgstr "" " -V, --version esita versiooniinfo ja lõpeta töö\n" " -y, --yacc emuleeri POSIX yacc\n" -#: src/getargs.c:101 +#: src/getargs.c:100 #, fuzzy msgid "" "Parser:\n" @@ -163,7 +163,6 @@ msgid "" " -p, --name-prefix=PREFIX prepend PREFIX to the external symbols\n" " -l, --no-lines don't generate `#line' directives\n" " -n, --no-parser generate the tables only\n" -" -r, --raw number the tokens from 3\n" " -k, --token-table include a table of token names\n" msgstr "" "Parser:\n" @@ -174,7 +173,7 @@ msgstr "" " -r, --raw sümbolite number alates 3\n" " -k, --token-table lisa ka sümbolite nimede tabel\n" -#: src/getargs.c:114 +#: src/getargs.c:112 msgid "" "Output:\n" " -d, --defines also produce a header file\n" @@ -188,39 +187,44 @@ msgstr "" " -b, --file-prefix=PREFIKS kasuta väljundfailide nimedes PREFIKSit\n" " -o, --output-file=FAIL jäta väljund FAILi\n" -#: src/getargs.c:122 +#: src/getargs.c:120 msgid "Report bugs to .\n" msgstr "Teatage palun vigadest aadressil .\n" #. Some efforts were made to ease the translators' task, please #. continue. -#: src/getargs.c:136 +#: src/getargs.c:134 #, c-format msgid "bison (GNU Bison) %s" msgstr "" -#: src/getargs.c:141 +#: src/getargs.c:139 msgid "" "Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n" msgstr "" -#: src/getargs.c:145 +#: src/getargs.c:143 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" msgstr "" -#: src/getargs.c:226 +#: src/getargs.c:200 src/lex.c:633 +#, c-format +msgid "`%s' is no longer supported" +msgstr "" + +#: src/getargs.c:224 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" -#: src/getargs.c:233 +#: src/getargs.c:231 #, c-format msgid "%s: no grammar file given\n" msgstr "%s: puudub grammatikafail\n" -#: src/getargs.c:237 +#: src/getargs.c:235 #, c-format msgid "%s: extra arguments ignored after `%s'\n" msgstr "%s: ignoreerin lisaargumente peale `%s'\n" @@ -459,6 +463,7 @@ msgid "%type declaration has no " msgstr "%type deklaratsioonis puudub " #: src/reader.c:619 +#, c-format msgid "invalid %%type declaration due to item: %s" msgstr "vigane %%type deklaratsioon, element: %s" @@ -483,7 +488,7 @@ msgid "unmatched %s" msgstr "puudub `{'" #: src/reader.c:792 -#, fuzzy +#, fuzzy, c-format msgid "argument of %%expect is not an integer" msgstr "%expect argument ei ole täisarv" @@ -534,7 +539,7 @@ msgid "two @prec's in a row" msgstr "kaks @prec ühel real" #: src/reader.c:1445 -#, fuzzy +#, fuzzy, c-format msgid "%%guard present but %%semantic_parser not specified" msgstr "%guard on määratud, aga %semantic_parser ei ole" @@ -572,27 +577,27 @@ msgstr "" "kasutatakse sümbolit %s, mis ei ole defineeritud märgina ja millel puuduvad " "reeglid" -#: src/reader.c:1659 +#: src/reader.c:1658 #, c-format msgid "conflicting precedences for %s and %s" msgstr "%s ja %s omavad konfliktseid prioriteete" -#: src/reader.c:1671 +#: src/reader.c:1670 #, c-format msgid "conflicting assoc values for %s and %s" msgstr "%s ja %s omavad konfliktseid assotsiatiivseid väärtuseid" -#: src/reader.c:1722 +#: src/reader.c:1721 #, c-format msgid "tokens %s and %s both assigned number %d" msgstr "märkidele %s ja %s on mõlemale omistatud number %d" -#: src/reader.c:1735 +#: src/reader.c:1734 #, c-format msgid "the start symbol %s is undefined" msgstr "stardisümbol %s ei ole defineeritud" -#: src/reader.c:1737 +#: src/reader.c:1736 #, c-format msgid "the start symbol %s is a token" msgstr "stardisümbol %s on märk" diff --git a/po/fr.gmo b/po/fr.gmo index f9a5aca22bc99c9becf6905dd7adb7532ef5cb90..087fb40d1141761cfe4903046dd43ac7bc227989 100644 GIT binary patch delta 26 hcmZ4DxWsY87a?AAT_XbpLlY}QBW(kt&5Xi}c>#1<2YLVi delta 26 hcmZ4DxWsY87a?9_T|+YkLo+J_BW(l2&5Xi}c>#1}2YUbj diff --git a/po/fr.po b/po/fr.po index 17925f85..80af1f81 100644 --- a/po/fr.po +++ b/po/fr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: bison 1.25\n" -"POT-Creation-Date: 2001-03-16 16:02+0100\n" +"POT-Creation-Date: 2001-07-20 14:12+0200\n" "PO-Revision-Date: 1996-03-19 20:05 EST\n" "Last-Translator: Dominique Boucher \n" "Language-Team: French \n" @@ -125,22 +125,22 @@ msgstr "%s d #. Some efforts were made to ease the translators' task, please #. continue. -#: src/getargs.c:80 +#: src/getargs.c:79 msgid "GNU bison generates parsers for LALR(1) grammars.\n" msgstr "" -#: src/getargs.c:84 +#: src/getargs.c:83 #, c-format msgid "Usage: %s [OPTION]... FILE\n" msgstr "" -#: src/getargs.c:88 +#: src/getargs.c:87 msgid "" "If a long option shows an argument as mandatory, then it is mandatory\n" "for the equivalent short option also. Similarly for optional arguments.\n" msgstr "" -#: src/getargs.c:94 +#: src/getargs.c:93 msgid "" "Operation modes:\n" " -h, --help display this help and exit\n" @@ -148,7 +148,7 @@ msgid "" " -y, --yacc emulate POSIX yacc\n" msgstr "" -#: src/getargs.c:101 +#: src/getargs.c:100 msgid "" "Parser:\n" " -S, --skeleton=FILE specify the skeleton to use\n" @@ -157,11 +157,10 @@ msgid "" " -p, --name-prefix=PREFIX prepend PREFIX to the external symbols\n" " -l, --no-lines don't generate `#line' directives\n" " -n, --no-parser generate the tables only\n" -" -r, --raw number the tokens from 3\n" " -k, --token-table include a table of token names\n" msgstr "" -#: src/getargs.c:114 +#: src/getargs.c:112 msgid "" "Output:\n" " -d, --defines also produce a header file\n" @@ -170,39 +169,44 @@ msgid "" " -o, --output-file=FILE leave output to FILE\n" msgstr "" -#: src/getargs.c:122 +#: src/getargs.c:120 msgid "Report bugs to .\n" msgstr "" #. Some efforts were made to ease the translators' task, please #. continue. -#: src/getargs.c:136 +#: src/getargs.c:134 #, c-format msgid "bison (GNU Bison) %s" msgstr "" -#: src/getargs.c:141 +#: src/getargs.c:139 msgid "" "Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n" msgstr "" -#: src/getargs.c:145 +#: src/getargs.c:143 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" msgstr "" -#: src/getargs.c:226 +#: src/getargs.c:200 src/lex.c:633 +#, c-format +msgid "`%s' is no longer supported" +msgstr "" + +#: src/getargs.c:224 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" -#: src/getargs.c:233 +#: src/getargs.c:231 #, c-format msgid "%s: no grammar file given\n" msgstr "%s: grammaire manquante\n" -#: src/getargs.c:237 +#: src/getargs.c:235 #, fuzzy, c-format msgid "%s: extra arguments ignored after `%s'\n" msgstr "%s: paramètres supplémentaires ignorés après «%s»\n" @@ -442,7 +446,7 @@ msgid "%type declaration has no " msgstr "la déclaration %type n'a pas de " #: src/reader.c:619 -#, fuzzy +#, fuzzy, c-format msgid "invalid %%type declaration due to item: %s" msgstr "la déclaration %%type n'est pas valide à cause de l'item: %s" @@ -468,7 +472,7 @@ msgid "unmatched %s" msgstr "accolade ouvrante `{' non appariée" #: src/reader.c:792 -#, fuzzy +#, fuzzy, c-format msgid "argument of %%expect is not an integer" msgstr "le paramètre de %expect n'est pas un entier" @@ -519,7 +523,7 @@ msgid "two @prec's in a row" msgstr "deux @prec de suite" #: src/reader.c:1445 -#, fuzzy +#, fuzzy, c-format msgid "%%guard present but %%semantic_parser not specified" msgstr "%%guard est présent mais %%semantic_parser n'est pas spécifié" @@ -557,27 +561,27 @@ msgstr "" "le symbole %s est utilisé mais ce n'est pas un terminal et il ne possède pas " "de règle" -#: src/reader.c:1659 +#: src/reader.c:1658 #, c-format msgid "conflicting precedences for %s and %s" msgstr "les priorités pour %s et %s entrent en conflit" -#: src/reader.c:1671 +#: src/reader.c:1670 #, c-format msgid "conflicting assoc values for %s and %s" msgstr "les valeurs d'association de %s et %s entrent en conflit" -#: src/reader.c:1722 +#: src/reader.c:1721 #, fuzzy, c-format msgid "tokens %s and %s both assigned number %d" msgstr "les terminaux %s et %s se sont vus assigner le nombre %s" -#: src/reader.c:1735 +#: src/reader.c:1734 #, c-format msgid "the start symbol %s is undefined" msgstr "le symbole de départ %s n'est pas défini" -#: src/reader.c:1737 +#: src/reader.c:1736 #, c-format msgid "the start symbol %s is a token" msgstr "le symbole de départ %s est un terminal" diff --git a/po/ja.gmo b/po/ja.gmo index 1b7552b6c4515719cc7f1ec7347ef5d289c928db..8b5e3499caf343813d883d6364326b6c6e294ece 100644 GIT binary patch delta 26 hcmdn*u-{?Ba$#O`T_XbpLlY}QBW(kt&0B=Kc>s0J2mAm4 delta 26 hcmdn*u-{?Ba$#O$T|+YkLo+J_BW(l2&0B=Kc>s0T2mJs5 diff --git a/po/ja.po b/po/ja.po index 314cf402..d9d3d13e 100644 --- a/po/ja.po +++ b/po/ja.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU bison 1.28\n" -"POT-Creation-Date: 2001-03-16 16:02+0100\n" +"POT-Creation-Date: 2001-07-20 14:12+0200\n" "PO-Revision-Date: 1999-09-28 21:10+0900\n" "Last-Translator: Daisuke Yamashita \n" "Language-Team: Japanese \n" @@ -124,22 +124,22 @@ msgstr "%s #. Some efforts were made to ease the translators' task, please #. continue. -#: src/getargs.c:80 +#: src/getargs.c:79 msgid "GNU bison generates parsers for LALR(1) grammars.\n" msgstr "" -#: src/getargs.c:84 +#: src/getargs.c:83 #, c-format msgid "Usage: %s [OPTION]... FILE\n" msgstr "" -#: src/getargs.c:88 +#: src/getargs.c:87 msgid "" "If a long option shows an argument as mandatory, then it is mandatory\n" "for the equivalent short option also. Similarly for optional arguments.\n" msgstr "" -#: src/getargs.c:94 +#: src/getargs.c:93 msgid "" "Operation modes:\n" " -h, --help display this help and exit\n" @@ -147,7 +147,7 @@ msgid "" " -y, --yacc emulate POSIX yacc\n" msgstr "" -#: src/getargs.c:101 +#: src/getargs.c:100 msgid "" "Parser:\n" " -S, --skeleton=FILE specify the skeleton to use\n" @@ -156,11 +156,10 @@ msgid "" " -p, --name-prefix=PREFIX prepend PREFIX to the external symbols\n" " -l, --no-lines don't generate `#line' directives\n" " -n, --no-parser generate the tables only\n" -" -r, --raw number the tokens from 3\n" " -k, --token-table include a table of token names\n" msgstr "" -#: src/getargs.c:114 +#: src/getargs.c:112 msgid "" "Output:\n" " -d, --defines also produce a header file\n" @@ -169,39 +168,44 @@ msgid "" " -o, --output-file=FILE leave output to FILE\n" msgstr "" -#: src/getargs.c:122 +#: src/getargs.c:120 msgid "Report bugs to .\n" msgstr "" #. Some efforts were made to ease the translators' task, please #. continue. -#: src/getargs.c:136 +#: src/getargs.c:134 #, c-format msgid "bison (GNU Bison) %s" msgstr "" -#: src/getargs.c:141 +#: src/getargs.c:139 msgid "" "Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n" msgstr "" -#: src/getargs.c:145 +#: src/getargs.c:143 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" msgstr "" -#: src/getargs.c:226 +#: src/getargs.c:200 src/lex.c:633 +#, c-format +msgid "`%s' is no longer supported" +msgstr "" + +#: src/getargs.c:224 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" -#: src/getargs.c:233 +#: src/getargs.c:231 #, c-format msgid "%s: no grammar file given\n" msgstr "%s: ʸˡ¥Õ¥¡¥¤¥ë¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó\n" -#: src/getargs.c:237 +#: src/getargs.c:235 #, fuzzy, c-format msgid "%s: extra arguments ignored after `%s'\n" msgstr "%s: '%s' ¤è¤ê¸å¤í¤Î;ʬ¤Ê°ú¿ô¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿\n" @@ -441,7 +445,7 @@ msgid "%type declaration has no " msgstr "%type Àë¸À¤Ë <¥¿¥¤¥×̾> ¤¬¤¢¤ê¤Þ¤»¤ó" #: src/reader.c:619 -#, fuzzy +#, fuzzy, c-format msgid "invalid %%type declaration due to item: %s" msgstr "¥¢¥¤¥Æ¥à¤ËÍ¿¤¨¤é¤ì¤ë¤Ù¤­ %%type Àë¸À¤¬Ìµ¸ú¤Ç¤¹: `%s'" @@ -466,7 +470,7 @@ msgid "unmatched %s" msgstr "Âбþ¤Î¤Ê¤¤ `{' ¤Ç¤¹" #: src/reader.c:792 -#, fuzzy +#, fuzzy, c-format msgid "argument of %%expect is not an integer" msgstr "%expect ¤Î°ú¿ô¤¬À°¿ôÃͤǤϤ¢¤ê¤Þ¤»¤ó" @@ -517,7 +521,7 @@ msgid "two @prec's in a row" msgstr "@prec ¤Î¤â¤ÎÆó¤Ä¤¬Æ±Îó¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹" #: src/reader.c:1445 -#, fuzzy +#, fuzzy, c-format msgid "%%guard present but %%semantic_parser not specified" msgstr "%%guard ¤¬¤¢¤ê¤Þ¤¹¤¬ %%semantic_parser ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó" @@ -555,27 +559,27 @@ msgstr "" "¥·¥ó¥Ü¥ë %s ¤¬»È¤ï¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢¥È¡¼¥¯¥ó¤È¤·¤ÆÄêµÁ¤µ¤ì¤Æ¤ª¤é¤º¡¢µ¬Â§¤ò»ý¤Á¤Þ" "¤»¤ó" -#: src/reader.c:1659 +#: src/reader.c:1658 #, c-format msgid "conflicting precedences for %s and %s" msgstr "Àè¹Ô¤·¤Æ¤¤¤ë %s ¤È %s ¤Ç¶¥¹ç¤¬À¸¤¸¤Æ¤¤¤Þ¤¹" -#: src/reader.c:1671 +#: src/reader.c:1670 #, c-format msgid "conflicting assoc values for %s and %s" msgstr "Èó·ë¹çÃÍ %s ¤È %s ¤Ç¶¥¹ç¤¬À¸¤¸¤Æ¤¤¤Þ¤¹" -#: src/reader.c:1722 +#: src/reader.c:1721 #, fuzzy, c-format msgid "tokens %s and %s both assigned number %d" msgstr "¥È¡¼¥¯¥ó %s ¤È %s ¤ÎÁÐÊý¤¬ÈÖ¹æ %s ¤Ë³ä¤êÅö¤Æ¤é¤ì¤Þ¤·¤¿" -#: src/reader.c:1735 +#: src/reader.c:1734 #, c-format msgid "the start symbol %s is undefined" msgstr "³«»Ï¥·¥ó¥Ü¥ë %s ¤ÏÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó" -#: src/reader.c:1737 +#: src/reader.c:1736 #, c-format msgid "the start symbol %s is a token" msgstr "³«»Ï¥·¥ó¥Ü¥ë %s ¤Ï¥È¡¼¥¯¥ó¤Ç¤¹" diff --git a/po/nl.gmo b/po/nl.gmo index b56122c6c743cdab7021699f7b120c96f3127296..e325159e81d5865c70b3aa95970dd0a500a3687e 100644 GIT binary patch delta 26 hcmX?SdCqc!t{|_uu91O)p^25Dk+y-+W-Gxd+yHB32OIzZ delta 26 hcmX?SdCqc!t{|_muA!NNp_!F|k+y;1W-Gxd+yHBD2OR(a diff --git a/po/nl.po b/po/nl.po index 3b4dec24..d51e44bb 100644 --- a/po/nl.po +++ b/po/nl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: bison 1.25\n" -"POT-Creation-Date: 2001-03-16 16:02+0100\n" +"POT-Creation-Date: 2001-07-20 14:12+0200\n" "PO-Revision-Date: 1996-08-27 15:34 MET DST\n" "Last-Translator: Erick Branderhorst \n" "Language-Team: Dutch \n" @@ -124,22 +124,22 @@ msgstr "%s afgeleiden" #. Some efforts were made to ease the translators' task, please #. continue. -#: src/getargs.c:80 +#: src/getargs.c:79 msgid "GNU bison generates parsers for LALR(1) grammars.\n" msgstr "" -#: src/getargs.c:84 +#: src/getargs.c:83 #, c-format msgid "Usage: %s [OPTION]... FILE\n" msgstr "" -#: src/getargs.c:88 +#: src/getargs.c:87 msgid "" "If a long option shows an argument as mandatory, then it is mandatory\n" "for the equivalent short option also. Similarly for optional arguments.\n" msgstr "" -#: src/getargs.c:94 +#: src/getargs.c:93 msgid "" "Operation modes:\n" " -h, --help display this help and exit\n" @@ -147,7 +147,7 @@ msgid "" " -y, --yacc emulate POSIX yacc\n" msgstr "" -#: src/getargs.c:101 +#: src/getargs.c:100 msgid "" "Parser:\n" " -S, --skeleton=FILE specify the skeleton to use\n" @@ -156,11 +156,10 @@ msgid "" " -p, --name-prefix=PREFIX prepend PREFIX to the external symbols\n" " -l, --no-lines don't generate `#line' directives\n" " -n, --no-parser generate the tables only\n" -" -r, --raw number the tokens from 3\n" " -k, --token-table include a table of token names\n" msgstr "" -#: src/getargs.c:114 +#: src/getargs.c:112 msgid "" "Output:\n" " -d, --defines also produce a header file\n" @@ -169,39 +168,44 @@ msgid "" " -o, --output-file=FILE leave output to FILE\n" msgstr "" -#: src/getargs.c:122 +#: src/getargs.c:120 msgid "Report bugs to .\n" msgstr "" #. Some efforts were made to ease the translators' task, please #. continue. -#: src/getargs.c:136 +#: src/getargs.c:134 #, c-format msgid "bison (GNU Bison) %s" msgstr "" -#: src/getargs.c:141 +#: src/getargs.c:139 msgid "" "Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n" msgstr "" -#: src/getargs.c:145 +#: src/getargs.c:143 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" msgstr "" -#: src/getargs.c:226 +#: src/getargs.c:200 src/lex.c:633 +#, c-format +msgid "`%s' is no longer supported" +msgstr "" + +#: src/getargs.c:224 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" -#: src/getargs.c:233 +#: src/getargs.c:231 #, c-format msgid "%s: no grammar file given\n" msgstr "%s: geen grammatica bestand gegeven\n" -#: src/getargs.c:237 +#: src/getargs.c:235 #, fuzzy, c-format msgid "%s: extra arguments ignored after `%s'\n" msgstr "%s: extra argumenten genegeerd na '%s'\n" @@ -441,7 +445,7 @@ msgid "%type declaration has no " msgstr "%type declaratie heeft geen " #: src/reader.c:619 -#, fuzzy +#, fuzzy, c-format msgid "invalid %%type declaration due to item: %s" msgstr "onjuist %%type declaratie door item: `%s'" @@ -466,7 +470,7 @@ msgid "unmatched %s" msgstr "niet overeenkomstige `{'" #: src/reader.c:792 -#, fuzzy +#, fuzzy, c-format msgid "argument of %%expect is not an integer" msgstr "argument van %expect is niet een integer" @@ -518,7 +522,7 @@ msgid "two @prec's in a row" msgstr "twee @prec's in een regel" #: src/reader.c:1445 -#, fuzzy +#, fuzzy, c-format msgid "%%guard present but %%semantic_parser not specified" msgstr "%%guard aanwezig maar %%semantic_parser niet gespecificeerd" @@ -556,27 +560,27 @@ msgstr "" "symbool %s is gebruikt, maar is niet gedefinieerd als een teken en\n" "heeft geen regels" -#: src/reader.c:1659 +#: src/reader.c:1658 #, c-format msgid "conflicting precedences for %s and %s" msgstr "conflictuerende precedentein voor %s en %s" -#: src/reader.c:1671 +#: src/reader.c:1670 #, c-format msgid "conflicting assoc values for %s and %s" msgstr "conflictuerende associatieve waarden voor %s en %s" -#: src/reader.c:1722 +#: src/reader.c:1721 #, c-format msgid "tokens %s and %s both assigned number %d" msgstr "" -#: src/reader.c:1735 +#: src/reader.c:1734 #, c-format msgid "the start symbol %s is undefined" msgstr "" -#: src/reader.c:1737 +#: src/reader.c:1736 #, c-format msgid "the start symbol %s is a token" msgstr "het start symbool %s is een token" diff --git a/po/ru.gmo b/po/ru.gmo index 571e02e59cb64119db2184ef9312556748297af6..5563a019a3609b157ea5655ee5170cf15147bb7c 100644 GIT binary patch delta 26 hcmX>fc0OzapCqrju91O)p^25Dk+y-+W@$+iApmXv2GIZj delta 26 hcmX>fc0OzapCqrbuA!NNp_!F|k+y;1W@$+iApmX(2GRfk diff --git a/po/ru.po b/po/ru.po index 810424f1..e1392a25 100644 --- a/po/ru.po +++ b/po/ru.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: bison 1.28a\n" -"POT-Creation-Date: 2001-03-16 16:02+0100\n" +"POT-Creation-Date: 2001-07-20 14:12+0200\n" "PO-Revision-Date: 2000-04-12 13:16+04:00\n" "Last-Translator: Dmitry S. Sivachenko \n" "Language-Team: Russian \n" @@ -125,16 +125,16 @@ msgstr "%s #. Some efforts were made to ease the translators' task, please #. continue. -#: src/getargs.c:80 +#: src/getargs.c:79 msgid "GNU bison generates parsers for LALR(1) grammars.\n" msgstr "GNU bison ÇÅÎÅÒÉÒÕÅÔ ÁÎÁÌÉÚÁÔÏÒÙ ÄÌÑ ÇÒÁÍÍÁÔÉË LALR(1).\n" -#: src/getargs.c:84 +#: src/getargs.c:83 #, c-format msgid "Usage: %s [OPTION]... FILE\n" msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ëìàþé]... æáêì\n" -#: src/getargs.c:88 +#: src/getargs.c:87 msgid "" "If a long option shows an argument as mandatory, then it is mandatory\n" "for the equivalent short option also. Similarly for optional arguments.\n" @@ -143,7 +143,7 @@ msgstr "" "Ñ×ÌÑÅÔÓÑ ÏÂÑÚÁÔÅÌØÎÙÍ ÄÌÑ ËÏÒÏÔËÏÊ ÆÏÒÍÙ. ôÏ ÖÅ ËÁÓÁÅÔÓÑ ÎÅÏÂÑÚÁÔÅÌØÎÙÈ\n" "ÁÒÇÕÍÅÎÔÏ×.\n" -#: src/getargs.c:94 +#: src/getargs.c:93 msgid "" "Operation modes:\n" " -h, --help display this help and exit\n" @@ -155,7 +155,7 @@ msgstr "" " -V, --version ×Ù×ÅÓÔÉ ÉÎÆÏÒÍÁÃÉÀ Ï ×ÅÒÓÉÉ É ×ÙÊÔÉ\n" " -y, --yacc ÜÍÕÌÉÒÏ×ÁÔØ POSIX yacc\n" -#: src/getargs.c:101 +#: src/getargs.c:100 #, fuzzy msgid "" "Parser:\n" @@ -165,7 +165,6 @@ msgid "" " -p, --name-prefix=PREFIX prepend PREFIX to the external symbols\n" " -l, --no-lines don't generate `#line' directives\n" " -n, --no-parser generate the tables only\n" -" -r, --raw number the tokens from 3\n" " -k, --token-table include a table of token names\n" msgstr "" "áÎÁÌÉÚÁÔÏÒ:\n" @@ -176,7 +175,7 @@ msgstr "" " -r, --raw ÎÕÍÅÒÏ×ÁÔØ ÌÅËÓÅÍÙ, ÎÁÞÉÎÁÑ Ó 3\n" " -k, --token-table ×ËÌÀÞÉÔØ ÔÁÂÌÉÃÕ ÉÍÅÎ ÌÅËÓÅÍ\n" -#: src/getargs.c:114 +#: src/getargs.c:112 msgid "" "Output:\n" " -d, --defines also produce a header file\n" @@ -190,39 +189,44 @@ msgstr "" " -b, --file-prefix=ðòåæéëó ÕËÁÚÁÔØ ðòåæéëó ÄÌÑ ×ÙÈÏÄÎÙÈ ÆÁÊÌÏ×\n" " -o, --output-file=æáêì ÐÏÍÅÓÔÉÔØ ÒÅÚÕÌØÔÁÔ × æáêì\n" -#: src/getargs.c:122 +#: src/getargs.c:120 msgid "Report bugs to .\n" msgstr "ïÛÉÂËÉ ÓÏÏÂÝÁÊÔÅ ÐÏ ÁÄÒÅÓÕ .\n" #. Some efforts were made to ease the translators' task, please #. continue. -#: src/getargs.c:136 +#: src/getargs.c:134 #, c-format msgid "bison (GNU Bison) %s" msgstr "" -#: src/getargs.c:141 +#: src/getargs.c:139 msgid "" "Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n" msgstr "" -#: src/getargs.c:145 +#: src/getargs.c:143 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" msgstr "" -#: src/getargs.c:226 +#: src/getargs.c:200 src/lex.c:633 +#, c-format +msgid "`%s' is no longer supported" +msgstr "" + +#: src/getargs.c:224 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" -#: src/getargs.c:233 +#: src/getargs.c:231 #, c-format msgid "%s: no grammar file given\n" msgstr "%s: ÎÅ ÚÁÄÁÎ ÆÁÊÌ Ó ÇÒÁÍÍÁÔÉËÏÊ\n" -#: src/getargs.c:237 +#: src/getargs.c:235 #, c-format msgid "%s: extra arguments ignored after `%s'\n" msgstr "%s: ÌÉÛÎÉÅ ÁÒÇÕÍÅÎÔÙ ÐÏÓÌÅ `%s' ÉÇÎÏÒÉÒÏ×ÁÎÙ\n" @@ -400,7 +404,7 @@ msgstr " #: src/reader.c:327 src/reader.c:391 #, fuzzy, c-format msgid "%s is invalid" -msgstr "ÎÅ×ÅÒÎÙÊ ÚÎÁË @%s" +msgstr "ÎÅ×ÅÒÎÙÊ ÚÎÁË $%s" #: src/reader.c:367 #, c-format @@ -461,6 +465,7 @@ msgid "%type declaration has no " msgstr "ÏÐÉÓÁÎÉÅ %type ÎÅ ÉÍÅÅÔ <ÉÍÑ_ÔÉÐÁ>" #: src/reader.c:619 +#, c-format msgid "invalid %%type declaration due to item: %s" msgstr "ÎÅ×ÅÒÎÏÅ ÏÐÉÓÁÎÉÅ %%type ÉÚ-ÚÁ ÜÌÅÍÅÎÔÁ: %s" @@ -485,7 +490,7 @@ msgid "unmatched %s" msgstr "ÎÅÐÁÒÎÁÑ `{'" #: src/reader.c:792 -#, fuzzy +#, fuzzy, c-format msgid "argument of %%expect is not an integer" msgstr "ÁÒÇÕÍÅÎÔ %expect ÎÅ Ñ×ÌÑÅÔÓÑ ÃÅÌÙÍ ÞÉÓÌÏÍ" @@ -536,7 +541,7 @@ msgid "two @prec's in a row" msgstr "Ä×Á @prec ÐÏÄÒÑÄ" #: src/reader.c:1445 -#, fuzzy +#, fuzzy, c-format msgid "%%guard present but %%semantic_parser not specified" msgstr "%guard ÐÒÉÓÕÔÓÔ×ÕÅÔ, Á %semantic_parser ÎÅ ÚÁÄÁÎ" @@ -573,27 +578,27 @@ msgstr " msgid "symbol %s is used, but is not defined as a token and has no rules" msgstr "ÓÉÍ×ÏÌ %s ÉÓÐÏÌØÚÕÅÔÓÑ, ÎÏ ÎÅ ÏÐÒÅÄÅÌÅÎ ËÁË ÌÅËÓÅÍÁ É ÎÅ ÉÍÅÅÔ ÐÒÁ×ÉÌ" -#: src/reader.c:1659 +#: src/reader.c:1658 #, c-format msgid "conflicting precedences for %s and %s" msgstr "ÐÒÏÔÉ×ÏÒÅÞÉ×ÙÅ ÐÒÉÏÒÉÔÅÔÙ ÄÌÑ %s É %s" -#: src/reader.c:1671 +#: src/reader.c:1670 #, c-format msgid "conflicting assoc values for %s and %s" msgstr "ÐÒÏÔÉ×ÏÒÅÞÉ×ÙÅ ÚÎÁÞÅÎÉÑ ÁÓÓÏÃÉÁÔÉ×ÎÏÓÔÉ ÄÌÑ %s É %s" -#: src/reader.c:1722 +#: src/reader.c:1721 #, c-format msgid "tokens %s and %s both assigned number %d" msgstr "ÏÂÅÉÍ ÌÅËÓÅÍÁÍ %s É %s ÐÒÉÓ×ÏÅÎ ÎÏÍÅÒ %d" -#: src/reader.c:1735 +#: src/reader.c:1734 #, c-format msgid "the start symbol %s is undefined" msgstr "ÎÁÞÁÌØÎÙÊ ÓÉÍ×ÏÌ %s ÎÅÏÐÒÅÄÅÌÅÎ" -#: src/reader.c:1737 +#: src/reader.c:1736 #, c-format msgid "the start symbol %s is a token" msgstr "ÎÁÞÁÌØÎÙÊ ÓÉÍ×ÏÌ %s Ñ×ÌÑÅÔÓÑ ÌÅËÓÅÍÏÊ" @@ -786,13 +791,6 @@ msgstr "" msgid "'" msgstr "" -#, fuzzy -#~ msgid "Memory exhausted" -#~ msgstr "%s: ÐÁÍÑÔØ ÉÓÞÅÒÐÁÎÁ\n" - -#~ msgid "$%s is invalid" -#~ msgstr "ÎÅ×ÅÒÎÙÊ ÚÎÁË $%s" - #~ msgid "multiple %union declarations" #~ msgstr "ÍÎÏÖÅÓÔ×ÅÎÎÏÅ ÏÐÉÓÁÎÉÅ %union" @@ -802,6 +800,9 @@ msgstr "" #~ msgid "unmatched close-brace (`}')" #~ msgstr "ÎÅÐÁÒÎÁÑ ÚÁËÒÙ×ÁÀÝÁÑ ÆÉÇÕÒÎÁÑ ÓËÏÂËÁ (`}')" +#~ msgid "@%s is invalid" +#~ msgstr "ÎÅ×ÅÒÎÙÊ ÚÎÁË @%s" + #~ msgid "unmatched right brace (`}')" #~ msgstr "ÎÅÐÁÒÎÁÑ ÐÒÁ×ÁÑ ÆÉÇÕÒÎÁÑ ÓËÏÂËÁ (`}')" -- 2.47.2