]> git.saurik.com Git - bison.git/commitdiff
Update PO files.
authorAkim Demaille <akim@epita.fr>
Fri, 3 Aug 2001 09:04:03 +0000 (09:04 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 3 Aug 2001 09:04:03 +0000 (09:04 +0000)
14 files changed:
po/POTFILES.in
po/de.gmo
po/de.po
po/es.po
po/et.gmo
po/et.po
po/fr.gmo
po/fr.po
po/ja.gmo
po/ja.po
po/nl.gmo
po/nl.po
po/ru.gmo
po/ru.po

index 2f8cc7d0742dcc0ed4c53597a487f420226280ed..e85822f8c31c2493a8c6cc51a9aab232494a7e0c 100644 (file)
@@ -1,8 +1,8 @@
 src/LR0.c
-src/closure.c
+src/complain.c
 src/conflicts.c
 src/derives.c
-src/files.c
+src/files.c
 src/getargs.c
 # src/gram.c
 src/lalr.c
index 3ebaf57714211192af67d3838b53da2c08ff8949..bdcfe394f2158fed01bb0bce938980367cc58329 100644 (file)
Binary files a/po/de.gmo and b/po/de.gmo differ
index 980f48b484c6ce06a06ff7d87a33f85beb3c43d6..19948f9c9b5a80364c8bf11b4027e9f35159263c 100644 (file)
--- 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-08-03 10:49+0200\n"
+"POT-Creation-Date: 2001-08-03 11:05+0200\n"
 "PO-Revision-Date: 1996-10-10 17:54 MET DST\n"
 "Last-Translator: Ulrich Drepper <drepper@gnu.ai.mit.edu>\n"
 "Language-Team: German <de@li.org>\n"
@@ -18,6 +18,15 @@ msgstr ""
 msgid "too many states (max %d)"
 msgstr ""
 
+#: src/complain.c:110
+msgid "warning: "
+msgstr ""
+
+#: src/complain.c:198 src/complain.c:239
+#, fuzzy
+msgid "fatal error: "
+msgstr "fataler Fehler: %s\n"
+
 #: src/conflicts.c:49
 #, c-format
 msgid "Conflict in state %d between rule %d and token %s resolved as %s.\n"
@@ -116,6 +125,15 @@ msgstr ""
 msgid "%s derives"
 msgstr "%s leitet ab"
 
+#: src/files.c:98
+#, c-format
+msgid "cannot open file `%s'"
+msgstr ""
+
+#: src/files.c:117
+msgid "cannot close file"
+msgstr ""
+
 #. Some efforts were made to ease the translators' task, please
 #. continue.
 #: src/getargs.c:81
@@ -795,10 +813,6 @@ msgstr ""
 #~ msgid "gotos"
 #~ msgstr "»goto« Anweisungen"
 
-#, fuzzy
-#~ msgid "fatal error: "
-#~ msgstr "fataler Fehler: %s\n"
-
 #, fuzzy
 #~ msgid ""
 #~ "Usage: %s [-dhklntvyV] [-b file-prefix] [-o outfile] [-p name-prefix]\n"
index d1cb4aac3d0ac2710e4b57dc02818dffa8e23436..3c81b2b6ff45bc0a5e71872c4410180818974dad 100644 (file)
--- 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-08-03 10:49+0200\n"
+"POT-Creation-Date: 2001-08-03 11:05+0200\n"
 "PO-Revision-Date: 1998-09-21 10:19+0200\n"
 "Last-Translator: Nicolás García-Pedrajas <ngarcia-pedrajas@acm.org>\n"
 "Language-Team: Spanish <es@li.org>\n"
@@ -43,6 +43,22 @@ msgstr ""
 msgid "too many states (max %d)"
 msgstr ""
 
+#: src/complain.c:110
+msgid "warning: "
+msgstr ""
+
+# Duda: desconozco cuál será el convenio en la lista de correo a
+# propósito de "fatal". Por favor, comprueba que "error grave" es
+# preferido por todos los miembros a "error fatal" - cll
+# veremos que dice la mayoría, como hay otros 2 revisores
+# La verdad es que a mi lo de error fatal me suena fatal
+# ngp
+#
+#: src/complain.c:198 src/complain.c:239
+#, fuzzy
+msgid "fatal error: "
+msgstr "error grave: %s\n"
+
 #: src/conflicts.c:49
 #, c-format
 msgid "Conflict in state %d between rule %d and token %s resolved as %s.\n"
@@ -172,6 +188,15 @@ msgstr ""
 msgid "%s derives"
 msgstr "%s deriva"
 
+#: src/files.c:98
+#, c-format
+msgid "cannot open file `%s'"
+msgstr ""
+
+#: src/files.c:117
+msgid "cannot close file"
+msgstr ""
+
 #. Some efforts were made to ease the translators' task, please
 #. continue.
 #: src/getargs.c:81
@@ -932,17 +957,6 @@ msgstr ""
 #~ msgid "gotos"
 #~ msgstr "saltos (gotos)"
 
-# Duda: desconozco cuál será el convenio en la lista de correo a
-# propósito de "fatal". Por favor, comprueba que "error grave" es
-# preferido por todos los miembros a "error fatal" - cll
-# veremos que dice la mayoría, como hay otros 2 revisores
-# La verdad es que a mi lo de error fatal me suena fatal
-# ngp
-#
-#, fuzzy
-#~ msgid "fatal error: "
-#~ msgstr "error grave: %s\n"
-
 # ¿Por qué no lo pones en mayúsculas? Al fin y al cabo, eso es lo que
 # haces luego con "FDERIVES" que traduces como "FDERIVACIONES", ... -
 # cll
index 2623a0d9efc472f9fe2617a8a005c96bd77a50a4..67488ebacb657fe578e2737f31ac291d5ef326ad 100644 (file)
Binary files a/po/et.gmo and b/po/et.gmo differ
index 4a1b6161d698e101d0a3bf060d96b92c6cde4204..a4e48c414e24331519a3941c1e6ba601982826f2 100644 (file)
--- 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-08-03 10:49+0200\n"
+"POT-Creation-Date: 2001-08-03 11:05+0200\n"
 "PO-Revision-Date: 2000-04-11 22:19+02:00\n"
 "Last-Translator: Toomas Soome <tsoome@ut.ee>\n"
 "Language-Team: Estonian <et@li.org>\n"
@@ -18,6 +18,15 @@ msgstr ""
 msgid "too many states (max %d)"
 msgstr "liiga palju olekuid (maks %d)"
 
+#: src/complain.c:110
+msgid "warning: "
+msgstr ""
+
+#: src/complain.c:198 src/complain.c:239
+#, fuzzy
+msgid "fatal error: "
+msgstr "fataalne viga: %s\n"
+
 #: src/conflicts.c:49
 #, c-format
 msgid "Conflict in state %d between rule %d and token %s resolved as %s.\n"
@@ -122,6 +131,15 @@ msgstr ""
 msgid "%s derives"
 msgstr "%s derives"
 
+#: src/files.c:98
+#, c-format
+msgid "cannot open file `%s'"
+msgstr ""
+
+#: src/files.c:117
+msgid "cannot close file"
+msgstr ""
+
 #. Some efforts were made to ease the translators' task, please
 #. continue.
 #: src/getargs.c:81
@@ -877,9 +895,6 @@ msgstr ""
 #~ msgid "gotos"
 #~ msgstr "gotod"
 
-#~ msgid "fatal error: %s\n"
-#~ msgstr "fataalne viga: %s\n"
-
 #~ msgid "\"%s\", line %d: %s\n"
 #~ msgstr "\"%s\", rida %d: %s\n"
 
index 384d2ea6dc7146d8e1b39f77d7150192c9860918..a2c7fdcd5a8ea3d06e35a74277230843ac511670 100644 (file)
Binary files a/po/fr.gmo and b/po/fr.gmo differ
index 75cd390aa0017e63ebb536ea8b492377de436e5c..20edbe42e8c997d6099d538dee0dc6f735fe3790 100644 (file)
--- 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-08-03 10:49+0200\n"
+"POT-Creation-Date: 2001-08-03 11:05+0200\n"
 "PO-Revision-Date: 1996-03-19 20:05 EST\n"
 "Last-Translator: Dominique Boucher <boucherd@IRO.UMontreal.CA>\n"
 "Language-Team: French <fr@li.org>\n"
@@ -18,6 +18,15 @@ msgstr ""
 msgid "too many states (max %d)"
 msgstr ""
 
+#: src/complain.c:110
+msgid "warning: "
+msgstr ""
+
+#: src/complain.c:198 src/complain.c:239
+#, fuzzy
+msgid "fatal error: "
+msgstr "erreur fatale: %s\n"
+
 #: src/conflicts.c:49
 #, c-format
 msgid "Conflict in state %d between rule %d and token %s resolved as %s.\n"
@@ -123,6 +132,15 @@ msgstr ""
 msgid "%s derives"
 msgstr "%s dérive"
 
+#: src/files.c:98
+#, c-format
+msgid "cannot open file `%s'"
+msgstr ""
+
+#: src/files.c:117
+msgid "cannot close file"
+msgstr ""
+
 #. Some efforts were made to ease the translators' task, please
 #. continue.
 #: src/getargs.c:81
@@ -799,10 +817,6 @@ msgstr ""
 #~ msgid "gotos"
 #~ msgstr "gotos"
 
-#, fuzzy
-#~ msgid "fatal error: "
-#~ msgstr "erreur fatale: %s\n"
-
 #~ msgid ""
 #~ "\n"
 #~ "\n"
index ad299a67e42342ffdf263a04ec2b10bae2056ed4..7c9810c13649095ee84910edc51a2bc0d3229698 100644 (file)
Binary files a/po/ja.gmo and b/po/ja.gmo differ
index 2acb914952ee800964d0dce016e4ea84f0aa2195..b99b93bf775e95e99e212d24dc59daedea1ff1d8 100644 (file)
--- 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-08-03 10:49+0200\n"
+"POT-Creation-Date: 2001-08-03 11:05+0200\n"
 "PO-Revision-Date: 1999-09-28 21:10+0900\n"
 "Last-Translator: Daisuke Yamashita <yamad@mb.infoweb.ne.jp>\n"
 "Language-Team: Japanese <ja@li.org>\n"
@@ -18,6 +18,15 @@ msgstr ""
 msgid "too many states (max %d)"
 msgstr "%s ¤Î¿ô¤¬Â¿¤¹¤®¤Þ¤¹ (ºÇÂç %d)"
 
+#: src/complain.c:110
+msgid "warning: "
+msgstr ""
+
+#: src/complain.c:198 src/complain.c:239
+#, fuzzy
+msgid "fatal error: "
+msgstr "%s: Ã×̿Ū¥¨¥é¡¼: "
+
 #: src/conflicts.c:49
 #, c-format
 msgid "Conflict in state %d between rule %d and token %s resolved as %s.\n"
@@ -122,6 +131,15 @@ msgstr ""
 msgid "%s derives"
 msgstr "%s ¤Ï°Ê²¼¤«¤éÇÉÀ¸"
 
+#: src/files.c:98
+#, c-format
+msgid "cannot open file `%s'"
+msgstr ""
+
+#: src/files.c:117
+msgid "cannot close file"
+msgstr ""
+
 #. Some efforts were made to ease the translators' task, please
 #. continue.
 #: src/getargs.c:81
@@ -847,9 +865,6 @@ msgstr ""
 #~ msgid "gotos"
 #~ msgstr "goto"
 
-#~ msgid "%s: fatal error: "
-#~ msgstr "%s: Ã×̿Ū¥¨¥é¡¼: "
-
 #~ msgid "%s:%d: fatal error: "
 #~ msgstr "%s:%d: Ã×̿Ū¥¨¥é¡¼: "
 
index e02d2ef1d755c7ab690153de1861e9822af5429b..0a5e03584ac99daa4683a34d98001bbc237b433d 100644 (file)
Binary files a/po/nl.gmo and b/po/nl.gmo differ
index 18c0dccb5fa908029062ca5bed84f3e74c79a63e..94554607dae1d608872be6a61f55a027af22696a 100644 (file)
--- 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-08-03 10:49+0200\n"
+"POT-Creation-Date: 2001-08-03 11:05+0200\n"
 "PO-Revision-Date: 1996-08-27 15:34 MET DST\n"
 "Last-Translator: Erick Branderhorst <branderh@debian.org>\n"
 "Language-Team: Dutch <nl@li.org>\n"
@@ -18,6 +18,15 @@ msgstr ""
 msgid "too many states (max %d)"
 msgstr ""
 
+#: src/complain.c:110
+msgid "warning: "
+msgstr ""
+
+#: src/complain.c:198 src/complain.c:239
+#, fuzzy
+msgid "fatal error: "
+msgstr "fatale fout: %s\n"
+
 #: src/conflicts.c:49
 #, c-format
 msgid "Conflict in state %d between rule %d and token %s resolved as %s.\n"
@@ -122,6 +131,15 @@ msgstr ""
 msgid "%s derives"
 msgstr "%s afgeleiden"
 
+#: src/files.c:98
+#, c-format
+msgid "cannot open file `%s'"
+msgstr ""
+
+#: src/files.c:117
+msgid "cannot close file"
+msgstr ""
+
 #. Some efforts were made to ease the translators' task, please
 #. continue.
 #: src/getargs.c:81
@@ -798,10 +816,6 @@ msgstr ""
 #~ msgid "gotos"
 #~ msgstr "ganaar"
 
-#, fuzzy
-#~ msgid "fatal error: "
-#~ msgstr "fatale fout: %s\n"
-
 #~ msgid ""
 #~ "\n"
 #~ "\n"
index 11734c459d8b2106b1aeef2a50b19ff6806df108..e0732d1acd7f4ef6f784934c4e1935f7c0ee8e81 100644 (file)
Binary files a/po/ru.gmo and b/po/ru.gmo differ
index 96f09724ab008dbbf4c97f18ff63b365c5d30401..58fdea56508b2a56326804cf350343eecc6f1d2e 100644 (file)
--- 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-08-03 10:49+0200\n"
+"POT-Creation-Date: 2001-08-03 11:05+0200\n"
 "PO-Revision-Date: 2000-04-12 13:16+04:00\n"
 "Last-Translator: Dmitry S. Sivachenko <dima@Chg.RU>\n"
 "Language-Team: Russian <ru@li.org>\n"
@@ -18,6 +18,15 @@ msgstr ""
 msgid "too many states (max %d)"
 msgstr "ÓÌÉÛËÏÍ ÍÎÏÇÏ ÓÏÓÔÏÑÎÉÊ (ÍÁËÓÉÍÁÌØÎÏ %d)"
 
+#: src/complain.c:110
+msgid "warning: "
+msgstr ""
+
+#: src/complain.c:198 src/complain.c:239
+#, fuzzy
+msgid "fatal error: "
+msgstr "ÏÛÉÂËÁ"
+
 #: src/conflicts.c:49
 #, c-format
 msgid "Conflict in state %d between rule %d and token %s resolved as %s.\n"
@@ -123,6 +132,15 @@ msgstr ""
 msgid "%s derives"
 msgstr "%s ×Ù×ÏÄÉÔ"
 
+#: src/files.c:98
+#, c-format
+msgid "cannot open file `%s'"
+msgstr ""
+
+#: src/files.c:117
+msgid "cannot close file"
+msgstr ""
+
 #. Some efforts were made to ease the translators' task, please
 #. continue.
 #: src/getargs.c:81