summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in353
-rw-r--r--po/Rules-quot42
-rw-r--r--po/boldquot.sed10
-rw-r--r--po/ca.gmobin0 -> 21819 bytes
-rw-r--r--po/ca.po296
-rw-r--r--po/da.gmobin0 -> 10860 bytes
-rw-r--r--po/da.po328
-rw-r--r--po/de.gmobin0 -> 22489 bytes
-rw-r--r--po/de.po260
-rw-r--r--po/en@boldquot.header25
-rw-r--r--po/en@quot.header22
-rw-r--r--po/es.gmobin0 -> 12824 bytes
-rw-r--r--po/es.po338
-rw-r--r--po/fi.gmobin0 -> 22521 bytes
-rw-r--r--po/fi.po273
-rw-r--r--po/flex.pot852
-rw-r--r--po/fr.gmobin0 -> 21793 bytes
-rw-r--r--po/fr.po284
-rw-r--r--po/ga.gmobin0 -> 21359 bytes
-rw-r--r--po/ga.po242
-rw-r--r--po/insert-header.sin23
-rw-r--r--po/ko.gmobin0 -> 10345 bytes
-rw-r--r--po/ko.po328
-rw-r--r--po/nl.gmobin0 -> 20815 bytes
-rw-r--r--po/nl.po239
-rw-r--r--po/pl.gmobin0 -> 21748 bytes
-rw-r--r--po/pl.po252
-rw-r--r--po/pt_BR.gmobin0 -> 14604 bytes
-rw-r--r--po/pt_BR.po385
-rw-r--r--po/quot.sed6
-rw-r--r--po/remove-potcdate.sin19
-rw-r--r--po/ro.gmobin0 -> 20675 bytes
-rw-r--r--po/ro.po331
-rw-r--r--po/ru.gmobin0 -> 12396 bytes
-rw-r--r--po/ru.po325
-rw-r--r--po/stamp-po1
-rw-r--r--po/sv.gmobin0 -> 20266 bytes
-rw-r--r--po/sv.po329
-rw-r--r--po/tr.gmobin0 -> 20703 bytes
-rw-r--r--po/tr.po331
-rw-r--r--po/vi.gmobin0 -> 24593 bytes
-rw-r--r--po/vi.po354
-rw-r--r--po/zh_CN.gmobin0 -> 3967 bytes
-rw-r--r--po/zh_CN.po323
44 files changed, 4473 insertions, 2098 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
new file mode 100644
index 0000000..27b721a
--- /dev/null
+++ b/po/Makefile.in.in
@@ -0,0 +1,353 @@
+# Makefile for PO directory in any package using GNU gettext.
+# Copyright (C) 1995-1997, 2000-2003 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+#
+# This file can be copied and used freely without restrictions. It can
+# be used in projects which are not available under the GNU General Public
+# License but which still want to provide support for the GNU gettext
+# functionality.
+# Please note that the actual code of GNU gettext is covered by the GNU
+# General Public License and is *not* in the public domain.
+
+PACKAGE = @PACKAGE@
+VERSION = @VERSION@
+
+SHELL = /bin/sh
+@SET_MAKE@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+datadir = @datadir@
+localedir = $(datadir)/locale
+gettextsrcdir = $(datadir)/gettext/po
+
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+
+GMSGFMT = @GMSGFMT@
+MSGFMT = @MSGFMT@
+XGETTEXT = @XGETTEXT@
+MSGMERGE = msgmerge
+MSGMERGE_UPDATE = @MSGMERGE@ --update
+MSGINIT = msginit
+MSGCONV = msgconv
+MSGFILTER = msgfilter
+
+POFILES = @POFILES@
+GMOFILES = @GMOFILES@
+UPDATEPOFILES = @UPDATEPOFILES@
+DUMMYPOFILES = @DUMMYPOFILES@
+DISTFILES.common = Makefile.in.in remove-potcdate.sin \
+$(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3)
+DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
+$(POFILES) $(GMOFILES) \
+$(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3)
+
+POTFILES = \
+
+CATALOGS = @CATALOGS@
+
+# Makevars gets inserted here. (Don't remove this line!)
+
+.SUFFIXES:
+.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-update
+
+.po.mo:
+ @echo "$(MSGFMT) -c -o $@ $<"; \
+ $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@
+
+.po.gmo:
+ @lang=`echo $* | sed -e 's,.*/,,'`; \
+ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
+ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
+ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo
+
+.sin.sed:
+ sed -e '/^#/d' $< > t-$@
+ mv t-$@ $@
+
+
+all: all-@USE_NLS@
+
+all-yes: stamp-po
+all-no:
+
+# stamp-po is a timestamp denoting the last time at which the CATALOGS have
+# been loosely updated. Its purpose is that when a developer or translator
+# checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
+# "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
+# invocations of "make" will do nothing. This timestamp would not be necessary
+# if updating the $(CATALOGS) would always touch them; however, the rule for
+# $(POFILES) has been designed to not touch files that don't need to be
+# changed.
+stamp-po: $(srcdir)/$(DOMAIN).pot
+ test -z "$(CATALOGS)" || $(MAKE) $(CATALOGS)
+ @echo "touch stamp-po"
+ @echo timestamp > stamp-poT
+ @mv stamp-poT stamp-po
+
+# Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
+# otherwise packages like GCC can not be built if only parts of the source
+# have been downloaded.
+
+# This target rebuilds $(DOMAIN).pot; it is an expensive operation.
+# Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
+$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
+ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
+ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
+ --files-from=$(srcdir)/POTFILES.in \
+ --copyright-holder='$(COPYRIGHT_HOLDER)' \
+ --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)'
+ test ! -f $(DOMAIN).po || { \
+ if test -f $(srcdir)/$(DOMAIN).pot; then \
+ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+ sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+ if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
+ rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
+ else \
+ rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
+ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
+ fi; \
+ else \
+ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
+ fi; \
+ }
+
+# This rule has no dependencies: we don't need to update $(DOMAIN).pot at
+# every "make" invocation, only create it when it is missing.
+# Only "make $(DOMAIN).pot-update" or "make dist" will force an update.
+$(srcdir)/$(DOMAIN).pot:
+ $(MAKE) $(DOMAIN).pot-update
+
+# This target rebuilds a PO file if $(DOMAIN).pot has changed.
+# Note that a PO file is not touched if it doesn't need to be changed.
+$(POFILES): $(srcdir)/$(DOMAIN).pot
+ @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
+ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
+ echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
+ cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot
+
+
+install: install-exec install-data
+install-exec:
+install-data: install-data-@USE_NLS@
+ if test "$(PACKAGE)" = "gettext-tools"; then \
+ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
+ for file in $(DISTFILES.common) Makevars.template; do \
+ $(INSTALL_DATA) $(srcdir)/$$file \
+ $(DESTDIR)$(gettextsrcdir)/$$file; \
+ done; \
+ for file in Makevars; do \
+ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
+ done; \
+ else \
+ : ; \
+ fi
+install-data-no: all
+install-data-yes: all
+ $(mkinstalldirs) $(DESTDIR)$(datadir)
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
+ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
+ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
+ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
+ if test -n "$$lc"; then \
+ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
+ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
+ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
+ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
+ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
+ for file in *; do \
+ if test -f $$file; then \
+ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
+ fi; \
+ done); \
+ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
+ else \
+ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
+ :; \
+ else \
+ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
+ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
+ fi; \
+ fi; \
+ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
+ ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
+ ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
+ cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
+ echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
+ fi; \
+ done; \
+ done
+
+install-strip: install
+
+installdirs: installdirs-exec installdirs-data
+installdirs-exec:
+installdirs-data: installdirs-data-@USE_NLS@
+ if test "$(PACKAGE)" = "gettext-tools"; then \
+ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
+ else \
+ : ; \
+ fi
+installdirs-data-no:
+installdirs-data-yes:
+ $(mkinstalldirs) $(DESTDIR)$(datadir)
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
+ if test -n "$$lc"; then \
+ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
+ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
+ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
+ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
+ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
+ for file in *; do \
+ if test -f $$file; then \
+ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
+ fi; \
+ done); \
+ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
+ else \
+ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
+ :; \
+ else \
+ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
+ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
+ fi; \
+ fi; \
+ fi; \
+ done; \
+ done
+
+# Define this as empty until I found a useful application.
+installcheck:
+
+uninstall: uninstall-exec uninstall-data
+uninstall-exec:
+uninstall-data: uninstall-data-@USE_NLS@
+ if test "$(PACKAGE)" = "gettext-tools"; then \
+ for file in $(DISTFILES.common) Makevars.template; do \
+ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
+ done; \
+ else \
+ : ; \
+ fi
+uninstall-data-no:
+uninstall-data-yes:
+ catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
+ for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
+ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
+ done; \
+ done
+
+check: all
+
+info dvi ps pdf html tags TAGS ctags CTAGS ID:
+
+mostlyclean:
+ rm -f remove-potcdate.sed
+ rm -f stamp-poT
+ rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
+ rm -fr *.o
+
+clean: mostlyclean
+
+distclean: clean
+ rm -f Makefile Makefile.in POTFILES *.mo
+
+maintainer-clean: distclean
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+ rm -f stamp-po $(GMOFILES)
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+dist distdir:
+ $(MAKE) update-po
+ @$(MAKE) dist2
+# This is a separate target because 'update-po' must be executed before.
+dist2: $(DISTFILES)
+ dists="$(DISTFILES)"; \
+ if test "$(PACKAGE)" = "gettext-tools"; then \
+ dists="$$dists Makevars.template"; \
+ fi; \
+ if test -f $(srcdir)/ChangeLog; then \
+ dists="$$dists ChangeLog"; \
+ fi; \
+ for i in 0 1 2 3 4 5 6 7 8 9; do \
+ if test -f $(srcdir)/ChangeLog.$$i; then \
+ dists="$$dists ChangeLog.$$i"; \
+ fi; \
+ done; \
+ if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
+ for file in $$dists; do \
+ if test -f $$file; then \
+ cp -p $$file $(distdir); \
+ else \
+ cp -p $(srcdir)/$$file $(distdir); \
+ fi; \
+ done
+
+update-po: Makefile
+ $(MAKE) $(DOMAIN).pot-update
+ test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES)
+ $(MAKE) update-gmo
+
+# General rule for updating PO files.
+
+.nop.po-update:
+ @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
+ if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
+ tmpdir=`pwd`; \
+ echo "$$lang:"; \
+ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
+ echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
+ cd $(srcdir); \
+ if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
+ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
+ rm -f $$tmpdir/$$lang.new.po; \
+ else \
+ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
+ :; \
+ else \
+ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
+ exit 1; \
+ fi; \
+ fi; \
+ else \
+ echo "msgmerge for $$lang.po failed!" 1>&2; \
+ rm -f $$tmpdir/$$lang.new.po; \
+ fi
+
+$(DUMMYPOFILES):
+
+update-gmo: Makefile $(GMOFILES)
+ @:
+
+Makefile: Makefile.in.in $(top_builddir)/config.status @POMAKEFILEDEPS@
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
+ $(SHELL) ./config.status
+
+force:
+
+# Tell versions [3.59,3.63) of GNU make not to export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/po/Rules-quot b/po/Rules-quot
new file mode 100644
index 0000000..5f46d23
--- /dev/null
+++ b/po/Rules-quot
@@ -0,0 +1,42 @@
+# Special Makefile rules for English message catalogs with quotation marks.
+
+DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
+
+.SUFFIXES: .insert-header .po-update-en
+
+en@quot.po-update: en@quot.po-update-en
+en@boldquot.po-update: en@boldquot.po-update-en
+
+.insert-header.po-update-en:
+ @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
+ if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
+ tmpdir=`pwd`; \
+ echo "$$lang:"; \
+ ll=`echo $$lang | sed -e 's/@.*//'`; \
+ LC_ALL=C; export LC_ALL; \
+ cd $(srcdir); \
+ if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
+ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
+ rm -f $$tmpdir/$$lang.new.po; \
+ else \
+ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
+ :; \
+ else \
+ echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
+ exit 1; \
+ fi; \
+ fi; \
+ else \
+ echo "creation of $$lang.po failed!" 1>&2; \
+ rm -f $$tmpdir/$$lang.new.po; \
+ fi
+
+en@quot.insert-header: insert-header.sin
+ sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
+
+en@boldquot.insert-header: insert-header.sin
+ sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header
+
+mostlyclean: mostlyclean-quot
+mostlyclean-quot:
+ rm -f *.insert-header
diff --git a/po/boldquot.sed b/po/boldquot.sed
new file mode 100644
index 0000000..4b937aa
--- /dev/null
+++ b/po/boldquot.sed
@@ -0,0 +1,10 @@
+s/"\([^"]*\)"/“\1”/g
+s/`\([^`']*\)'/‘\1’/g
+s/ '\([^`']*\)' / ‘\1’ /g
+s/ '\([^`']*\)'$/ ‘\1’/g
+s/^'\([^`']*\)' /‘\1’ /g
+s/“”/""/g
+s/“/“/g
+s/”/”/g
+s/‘/‘/g
+s/’/’/g
diff --git a/po/ca.gmo b/po/ca.gmo
new file mode 100644
index 0000000..5d5ac1d
--- /dev/null
+++ b/po/ca.gmo
Binary files differ
diff --git a/po/ca.po b/po/ca.po
index 4c3f4ab..a4a1f51 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flex 2.5.34\n"
"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2007-12-12 16:05-0500\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
"PO-Revision-Date: 2008-06-10 20:13+0200\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
@@ -15,6 +15,22 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr ""
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr ""
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr ""
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr ""
+
#: dfa.c:61
#, c-format
msgid "State #%d is non-accepting -\n"
@@ -72,7 +88,7 @@ msgstr "estat # %d:\n"
msgid "Could not write yynxt_tbl[][]"
msgstr "No s'ha pogut escriure yynxt_tbl[][]"
-#: dfa.c:1052
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "caràcter de transició incorrecte detectat en sympartition()"
@@ -223,180 +239,186 @@ msgstr "no s'ha pogut crear la capçalera de les taules"
msgid "can't open skeleton file %s"
msgstr "No es pot obrir el fitxer d'esquema %s"
-#: main.c:505
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr ""
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "error d'entrada al llegir el fitxer d'esquema %s"
-#: main.c:509
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "s'ha produït un error en tancar el fitxer d'esquema %s"
-#: main.c:694
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "s'ha produït un error en crear el fitxer de capçalera %s"
-#: main.c:702
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "s'ha produït un error en escriure el fitxer d'eixida %s"
-#: main.c:706
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "s'ha produït un error en tancar el fitxer d'eixida %s"
-#: main.c:710
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "s'ha produït un error en suprimir el fitxer d'eixida %s"
-#: main.c:717
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr "No hi ha retrocés.\n"
-#: main.c:721
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d estats de retrocés (no-acceptació).\n"
-#: main.c:725
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Les taules comprimides sempre impliquen un retard.\n"
-#: main.c:728
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "s'ha produït un error en escriure el fitxer de còpia de seguretat %s"
-#: main.c:732
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "s'ha produït un error en tancar el fitxer de còpia de seguretat %s"
-#: main.c:737
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "estadístiques d'ús de %s versió %s:\n"
-#: main.c:740
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " opcions de l'analitzador: -"
# NFA == Autómata finit no-determinista. jm
-#: main.c:819
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d estats AFN\n"
# DFA == Autómata finit deterministic. jm
-#: main.c:821
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d estats AFD (%d paraules)\n"
-#: main.c:823
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d regles\n"
-#: main.c:828
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr " Sense retrocés\n"
-#: main.c:832
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d estats de retrocés (no-acceptació)\n"
# Es refereix a còpia de seguretat, o retrocés? jm
-#: main.c:837
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " Sempre es realitza còpia de seguretat de les taules comprimides\n"
-#: main.c:841
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " Utilitzats patrons de principi-de-línia\n"
-#: main.c:843
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d condicions d'activació\n"
-#: main.c:847
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d estats èpsilon, %d estats doble èpsilon\n"
-#: main.c:851
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " sense classes de caràcter\n"
-#: main.c:855
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
-msgstr " les classes de caràcters %d/%d necessitaren %d/%d paraules de magatzement, %d reutilitzades\n"
+msgstr ""
+" les classes de caràcters %d/%d necessitaren %d/%d paraules de magatzement, "
+"%d reutilitzades\n"
-#: main.c:860
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d parells estat/estat-següent creats\n"
-#: main.c:863
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d transicions úniques/duplicades\n"
-#: main.c:868
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d entrades de la taula\n"
-#: main.c:876
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d entrades base-def creades\n"
-#: main.c:880
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (pic %d) entrades nxt-chk creades\n"
-#: main.c:884
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (pic %d) entrades de plantilla nxt-chk creades\n"
-#: main.c:888
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d entrades de la tabla buides\n"
-#: main.c:890
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d prototips creats\n"
-#: main.c:893
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d plantilles creades, %d usos\n"
-#: main.c:901
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d classes d'equivalència creades\n"
-#: main.c:909
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d classes de meta-equivalència creades\n"
@@ -405,105 +427,115 @@ msgstr " %d/%d classes de meta-equivalència creades\n"
# segons un company de treballa que estudia a la UOC, allí
# les "hashtables" s'anomenen "taules de DISPERSIÓ". En aquest context
# no sé que dir-te. ear
-#: main.c:915
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d desades) col·lisions d'ubicació («hash»), %d AFD iguals\n"
-#: main.c:917
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " es necessiten %d conjunts de relocalització\n"
-#: main.c:919
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " es necessiten %d entrades totals de la taula\n"
-#: main.c:996
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "Error intern. Els flexopts estan malformats.\n"
-#: main.c:1006
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Proveu «%s --help» per a obtindre més informació.\n"
-#: main.c:1063
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr "opció de -C desconeguda «%c»"
-#: main.c:1192
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
# Hmm. No se si açò està be. jm
-#: main.c:1467
+#: main.c:1469
msgid "fatal parse error"
msgstr "s'ha produït un error fatal d'anàlisi sintàctic"
-#: main.c:1499
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr "no s'ha pogut crear un fitxer d'informació del retrocés %s"
-#: main.c:1520
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
-msgstr "-l l'opció de compatibilitat amb AT&T lex implica una penalització del rendiment molt gran\n"
+msgstr ""
+"-l l'opció de compatibilitat amb AT&T lex implica una penalització del "
+"rendiment molt gran\n"
-#: main.c:1523
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
-msgstr " i pot ser l'origen real d'altres penalitzacions del rendiment notificades\n"
+msgstr ""
+" i pot ser l'origen real d'altres penalitzacions del rendiment notificades\n"
-#: main.c:1529
+#: main.c:1531
#, c-format
-msgid "%%option yylineno entails a performance penalty ONLY on rules that can match newline characters\n"
-msgstr "l'%%opció yylineno implica una penalització del rendiment NOMÉS en regles que poden fer coincidir caràcters de nova línia\n"
+msgid ""
+"%%option yylineno entails a performance penalty ONLY on rules that can match "
+"newline characters\n"
+msgstr ""
+"l'%%opció yylineno implica una penalització del rendiment NOMÉS en regles "
+"que poden fer coincidir caràcters de nova línia\n"
-#: main.c:1536
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (interactiu) implica una xicoteta penalització del rendiment\n"
-#: main.c:1541
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() implica una xicoteta penalització del rendiment\n"
-#: main.c:1547
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT implica una penalització del rendiment molt gran\n"
-#: main.c:1552
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
-msgstr "Les regles de context posterior variable implica una penalització del rendiment molt gran\n"
+msgstr ""
+"Les regles de context posterior variable implica una penalització del "
+"rendiment molt gran\n"
-#: main.c:1564
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT no es pot fer servir amb -f o -F"
-#: main.c:1567
+#: main.c:1569
#, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "l'%opció yylineno no es pot fer servir amb REJECT"
-#: main.c:1570
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
-msgstr "Les regles de context posterior variable no es poden utilitzar amb -f o -F"
+msgstr ""
+"Les regles de context posterior variable no es poden utilitzar amb -f o -F"
-#: main.c:1691
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "l'%opció yyclass només té sentit per a analitzadors de C++"
-#: main.c:1798
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "Forma d'ús: %s [OPCIONS] [FITXER]...\n"
@@ -512,7 +544,7 @@ msgstr "Forma d'ús: %s [OPCIONS] [FITXER]...\n"
# molt això de text emparellat.
# Encara que coincident tampoc no m'acaba de convéncer. ear
# I que faig amb "reentrant" i "parser"? jm
-#: main.c:1801
+#: main.c:1805
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -542,7 +574,8 @@ msgid ""
" -S, --skel=FILE specify skeleton file\n"
" -t, --stdout write scanner on stdout instead of %s\n"
" --yyclass=NAME name of C++ class\n"
-" --header-file=FILE create a C header file in addition to the scanner\n"
+" --header-file=FILE create a C header file in addition to the "
+"scanner\n"
" --tables-file[=FILE] write tables to FILE\n"
"\n"
"Scanner behavior:\n"
@@ -579,41 +612,52 @@ msgstr ""
"Genera programes que realitzen emparellaments de patrons en text.\n"
"\n"
"Compressió de taules:\n"
-" -Ca, --align renuncia a taules més grans a canvi de una millor alineació\n"
+" -Ca, --align renuncia a taules més grans a canvi de una millor "
+"alineació\n"
" -Ce, --ecs construeix classes d'equivalència\n"
-" -Cf no comprimeixes les taules; utilitza la representació -f\n"
-" -CF no comprimeixes les taules; utilitza la representació -F\n"
+" -Cf no comprimeixes les taules; utilitza la representació -"
+"f\n"
+" -CF no comprimeixes les taules; utilitza la representació -"
+"F\n"
" -Cm, --meta-ecs construeix classes de metaequivalència\n"
-" -Cr, --read utilitza read() en lloc de stdio com a entrada de l'analitzador\n"
+" -Cr, --read utilitza read() en lloc de stdio com a entrada de "
+"l'analitzador\n"
" -f, --full genera un analitzador ràpid i gran. El mateix que -Cfr\n"
-" -F, --fast usa una representació alternativa de taules. El mateix que -CFr\n"
+" -F, --fast usa una representació alternativa de taules. El mateix "
+"que -CFr\n"
" -Cem compressió per defecte (el mateix que --ecs --meta-ecs)\n"
"\n"
"Depuració:\n"
" -d, --debug activa el mode de depuració en l'analitzador\n"
" -b, --backup escriu l'informació dels retrocessos en %s\n"
" -p, --perf-report escriu l'informe de rendiment en stderr\n"
-" -s, --nodefault suprimeix la regla per defecte de visualitzar (ECHO) el text no emparellat\n"
+" -s, --nodefault suprimeix la regla per defecte de visualitzar "
+"(ECHO) el text no emparellat\n"
" -T, --trace %s hauria d'executar-se en mode traça\n"
" -w, --nowarn no generes avisos\n"
-" -v, --verbose escriu un resum de les estadístiques de l'analitzador en stdout\n"
+" -v, --verbose escriu un resum de les estadístiques de "
+"l'analitzador en stdout\n"
"\n"
"Fitxers:\n"
" -o, --outfile=FITXER especifica el fitxer d'eixida\n"
" -S, --skel=FITXER especifica el fitxer d'esquema\n"
" -t, --stdout escriu l'analitzador en stdout en lloc de %s\n"
" --yyclass=NOM nom de la classe C++\n"
-" --header-file=FITXER crea un fitxer de capçaleres de C a més de l'analitzador\n"
+" --header-file=FITXER crea un fitxer de capçaleres de C a més de "
+"l'analitzador\n"
" --tables-file=[FITXER] escriu les taules en FITXER\n"
"\n"
"Comportament de l'analitzador:\n"
" -7, --7bit genera un analitzador de 7 bits\n"
" -8, --8bit genera un analitzador de 8 bits\n"
-" -B, --batch genera un analitzador no interactiu (el contrari a -I)\n"
-" -i, --case-insensitive Ignora les diferències de majúscules i minúscules en els patrons\n"
+" -B, --batch genera un analitzador no interactiu (el contrari a "
+"-I)\n"
+" -i, --case-insensitive Ignora les diferències de majúscules i minúscules "
+"en els patrons\n"
" -l, --lex-compat compatibilitat màxima amb el lex original\n"
" -X, --posix-compat compatibilitat màxima amb el lex POSIX\n"
-" -I, --interactive genera un analitzador interactiu (el contrari a -B)\n"
+" -I, --interactive genera un analitzador interactiu (el contrari a -"
+"B)\n"
" --yylineno traça el compte de línies en yylineno\n"
"\n"
"Codi generat:\n"
@@ -637,43 +681,47 @@ msgstr ""
" -h, --help mostra aquest missatge d'ajuda\n"
" -V, --version informa de la versió de %s\n"
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr ""
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "el nom «%s» és ridículament llarg"
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "ha fallat l'assignació de memòria en allocate_array()"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "caràcter incorrecte «%s» detectat en check_char()"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr "l'analitzador requereix l'opció -8 per a fer servir el caràcter %s"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "errada de la memòria dinàmica en copy_string()"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: error intern fatal, %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "ha fallat l'intent d'augmentar la mida de la matriu"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "línia incorrecta en el fitxer d'esquema"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "ha fallat l'assignació de memòria en yy_flex_xmalloc()"
@@ -749,24 +797,30 @@ msgstr "valors d'iteració incorrectes"
msgid "iteration value must be positive"
msgstr "el valor d'iteració ha de ser positiu"
-#: parse.y:806 parse.y:816
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
-msgstr "el rang de caràcters [%c-%c] és ambigu en un analitzador insensible a les majúscules i minúscules"
+msgstr ""
+"el rang de caràcters [%c-%c] és ambigu en un analitzador insensible a les "
+"majúscules i minúscules"
-#: parse.y:821
+#: parse.y:819
msgid "negative range in character class"
msgstr "rang negatiu en classe de caràcter"
-#: parse.y:918
+#: parse.y:916
msgid "[:^lower:] is ambiguous in case insensitive scanner"
-msgstr "[:^lower:] és ambigu en un analitzador insensible a les majúscules i minúscules"
+msgstr ""
+"[:^lower:] és ambigu en un analitzador insensible a les majúscules i "
+"minúscules"
-#: parse.y:924
+#: parse.y:922
msgid "[:^upper:] ambiguous in case insensitive scanner"
-msgstr "[:^upper:] és ambigu en un analitzador insensible a les majúscules i minúscules"
+msgstr ""
+"[:^upper:] és ambigu en un analitzador insensible a les majúscules i "
+"minúscules"
-#: scan.l:75 scan.l:192 scan.l:300 scan.l:443 scan.l:618 scan.l:676
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr "La línia d'entrada és massa llarga\n"
@@ -780,14 +834,29 @@ msgstr "directiva «%top» malformada"
msgid "unrecognized '%' directive"
msgstr "directiva «%» no reconeguda"
+#: scan.l:192
+#, fuzzy
+msgid "Definition name too long\n"
+msgstr "La línia d'entrada és massa llarga\n"
+
#: scan.l:284
msgid "Unmatched '{'"
msgstr "«|» no emparellat"
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr ""
+
#: scan.l:317
msgid "incomplete name definition"
msgstr "definició del nom incompleta"
+#: scan.l:443
+#, fuzzy
+msgid "Option line too long\n"
+msgstr "La línia d'entrada és massa llarga\n"
+
#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
@@ -847,27 +916,27 @@ msgstr "no es pot obrir %s"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "Forma d'ús: %s [OPCIONS]...\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr "l'opció «%s» no accepta arguments\n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr "l'opció «%s» requereix un argument\n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr "l'opció «%s» és ambígua\n"
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr "Opció no reconeguda «%s»\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "Error desconegut=(%d)\n"
@@ -930,8 +999,10 @@ msgstr "*Quelcom estrany* - terminal: %d val: %d\n"
#~ msgid "-C flag must be given separately"
#~ msgstr "l'opció -C s'ha de donar per separat"
-#~ msgid "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n"
-#~ msgstr "%s [--bcdfhilnpstvwBFILTV78+? -C[aefFmr] -oeixida -Pprefix -Sesquema]\n"
+#~ msgid ""
+#~ "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n"
+#~ msgstr ""
+#~ "%s [--bcdfhilnpstvwBFILTV78+? -C[aefFmr] -oeixida -Pprefix -Sesquema]\n"
#~ msgid "\t[--help --version] [file ...]\n"
#~ msgstr "\t[--help --version] [fitxer ...]\n"
@@ -967,10 +1038,13 @@ msgstr "*Quelcom estrany* - terminal: %d val: %d\n"
# molt això de text emparellat.
# Encara que coincident tampoc no m'acaba de convéncer. ear
#~ msgid "\t-s suppress default rule to ECHO unmatched text\n"
-#~ msgstr "\t-s suprimeix la regla per defecte de visualitzar (ECHO) el text no emparellat\n"
+#~ msgstr ""
+#~ "\t-s suprimeix la regla per defecte de visualitzar (ECHO) el text no "
+#~ "emparellat\n"
#~ msgid "\t-t write generated scanner on stdout instead of %s\n"
-#~ msgstr "\t-t escriu l'analitzador generat en l'eixida estàndard en lloc de %s\n"
+#~ msgstr ""
+#~ "\t-t escriu l'analitzador generat en l'eixida estàndard en lloc de %s\n"
#~ msgid "\t-v write summary of scanner statistics to f\n"
#~ msgstr "\t-v escriu un resum de les estadístiques en f\n"
@@ -1009,7 +1083,8 @@ msgstr "*Quelcom estrany* - terminal: %d val: %d\n"
#~ msgstr "\t-? produeix aquest missatge d'ajuda\n"
#~ msgid "\t-C specify degree of table compression (default is -Cem):\n"
-#~ msgstr "\t-C especifica el grau de compressió de la taula (per defecte -Cem):\n"
+#~ msgstr ""
+#~ "\t-C especifica el grau de compressió de la taula (per defecte -Cem):\n"
#~ msgid "\t\t-Ca trade off larger tables for better memory alignment\n"
#~ msgstr ""
@@ -1020,16 +1095,21 @@ msgstr "*Quelcom estrany* - terminal: %d val: %d\n"
#~ msgstr "\t\t-Ce construeix classes d'equivalència\n"
#~ msgid "\t\t-Cf do not compress scanner tables; use -f representation\n"
-#~ msgstr "\t\t-Cf no comprimeix les taules de l'analitzador; utilitza la representació -f\n"
+#~ msgstr ""
+#~ "\t\t-Cf no comprimeix les taules de l'analitzador; utilitza la "
+#~ "representació -f\n"
#~ msgid "\t\t-CF do not compress scanner tables; use -F representation\n"
-#~ msgstr "\t\t-CF no comprimeix les taules de l'analitzador; utilitza la representació -F\n"
+#~ msgstr ""
+#~ "\t\t-CF no comprimeix les taules de l'analitzador; utilitza la "
+#~ "representació -F\n"
#~ msgid "\t\t-Cm construct meta-equivalence classes\n"
#~ msgstr "\t\t-Cm construeix classes de metaequivalència\n"
#~ msgid "\t\t-Cr use read() instead of stdio for scanner input\n"
-#~ msgstr "\t\t-Cr utilitza read() en lloc de stdio com a entrada de l'analitzador\n"
+#~ msgstr ""
+#~ "\t\t-Cr utilitza read() en lloc de stdio com a entrada de l'analitzador\n"
#~ msgid "\t-o specify output filename\n"
#~ msgstr "\t-o especifica el fitxer d'eixida\n"
diff --git a/po/da.gmo b/po/da.gmo
new file mode 100644
index 0000000..eb86a68
--- /dev/null
+++ b/po/da.gmo
Binary files differ
diff --git a/po/da.po b/po/da.po
index 3836257..2008f67 100644
--- a/po/da.po
+++ b/po/da.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2002.3.12a\n"
-"Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n"
-"POT-Creation-Date: 2006-02-14 12:28-0500\n"
+"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
"PO-Revision-Date: 2002-03-27 09:12+0100\n"
"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
@@ -15,6 +15,22 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr ""
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr ""
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr ""
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr ""
+
#: dfa.c:61
#, c-format
msgid "State #%d is non-accepting -\n"
@@ -68,19 +84,15 @@ msgstr "kunne ikke oprette en unik buffersluttilstand"
msgid "state # %d:\n"
msgstr "tilstand %d:\n"
-#: dfa.c:800
+#: dfa.c:785
msgid "Could not write yynxt_tbl[][]"
msgstr ""
-#: dfa.c:1023
-msgid "consistency check failed in symfollowset"
-msgstr "konsistenskontrollen mislykkedes i symfollowset"
-
-#: dfa.c:1071
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "forkert overgangstegn fundet i sympartition()"
-#: gen.c:484
+#: gen.c:478
msgid ""
"\n"
"\n"
@@ -92,30 +104,30 @@ msgstr ""
"kvivalensklasser:\n"
"\n"
-#: gen.c:668 gen.c:697 gen.c:1221
+#: gen.c:662 gen.c:691 gen.c:1215
#, c-format
msgid "state # %d accepts: [%d]\n"
msgstr "tilstand %d accepterer: [%d]\n"
-#: gen.c:1116
+#: gen.c:1110
#, c-format
msgid "state # %d accepts: "
msgstr "tilstand %d accepterer: "
-#: gen.c:1163
+#: gen.c:1157
msgid "Could not write yyacclist_tbl"
msgstr ""
-#: gen.c:1239
+#: gen.c:1233
msgid "Could not write yyacc_tbl"
msgstr ""
-#: gen.c:1254 gen.c:1639 gen.c:1662
+#: gen.c:1248 gen.c:1633 gen.c:1656
#, fuzzy
msgid "Could not write ecstbl"
msgstr "kunne ikke oprette %s"
-#: gen.c:1277
+#: gen.c:1271
msgid ""
"\n"
"\n"
@@ -125,401 +137,405 @@ msgstr ""
"\n"
"Meta-kvivalensklasser:\n"
-#: gen.c:1299
+#: gen.c:1293
msgid "Could not write yymeta_tbl"
msgstr ""
-#: gen.c:1360
+#: gen.c:1354
#, fuzzy
msgid "Could not write yybase_tbl"
msgstr "kunne ikke oprette %s"
-#: gen.c:1394
+#: gen.c:1388
msgid "Could not write yydef_tbl"
msgstr ""
-#: gen.c:1434
+#: gen.c:1428
msgid "Could not write yynxt_tbl"
msgstr ""
-#: gen.c:1470
+#: gen.c:1464
msgid "Could not write yychk_tbl"
msgstr ""
-#: gen.c:1624 gen.c:1653
+#: gen.c:1618 gen.c:1647
#, fuzzy
msgid "Could not write ftbl"
msgstr "kunne ikke oprette %s"
-#: gen.c:1630
+#: gen.c:1624
#, fuzzy
msgid "Could not write ssltbl"
msgstr "kunne ikke oprette %s"
-#: gen.c:1681
+#: gen.c:1675
#, fuzzy
msgid "Could not write eoltbl"
msgstr "kunne ikke oprette %s"
-#: gen.c:1741
+#: gen.c:1735
msgid "Could not write yynultrans_tbl"
msgstr ""
-#: main.c:187
+#: main.c:189
msgid "rule cannot be matched"
msgstr "reglen kan ikke matches"
-#: main.c:192
+#: main.c:194
msgid "-s option given but default rule can be matched"
msgstr "flaget -s angivet, men standardreglen kan flges"
-#: main.c:229
+#: main.c:234
msgid "Can't use -+ with -l option"
msgstr "-+ kan ikke bruges sammen med flaget -l"
-#: main.c:232
+#: main.c:237
msgid "Can't use -f or -F with -l option"
msgstr "-f eller -F kan ikke bruges sammen med -l"
-#: main.c:236
+#: main.c:241
#, fuzzy
msgid "Can't use --reentrant or --bison-bridge with -l option"
msgstr "-R eller -Rb kan ikke bruges sammen med -l"
-#: main.c:273
+#: main.c:278
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "-Cf/-CF og -Cm kan ikke bruges sammen"
-#: main.c:276
+#: main.c:281
msgid "-Cf/-CF and -I are incompatible"
msgstr "-Cf/-CF og -I kan ikke bruges sammen"
-#: main.c:280
+#: main.c:285
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF kan ikke bruges i lex-kompatibilitetstilstand"
-#: main.c:285
+#: main.c:290
msgid "-Cf and -CF are mutually exclusive"
msgstr "-Cf og -CF er gensidigt udelukkende"
-#: main.c:289
+#: main.c:294
msgid "Can't use -+ with -CF option"
msgstr "-+ kan ikke bruges sammen med flaget -CF"
-#: main.c:292
+#: main.c:297
#, c-format
msgid "%array incompatible with -+ option"
msgstr "-+ kan ikke bruges sammen med %array"
-#: main.c:297
+#: main.c:302
#, fuzzy
msgid "Options -+ and --reentrant are mutually exclusive."
msgstr "Flagene -+ og -R er gensidigt udelukkende."
-#: main.c:300
+#: main.c:305
msgid "bison bridge not supported for the C++ scanner."
msgstr ""
-#: main.c:352 main.c:400
+#: main.c:360 main.c:406
#, c-format
msgid "could not create %s"
msgstr "kunne ikke oprette %s"
-#: main.c:413
+#: main.c:419
#, fuzzy
msgid "could not write tables header"
msgstr "kunne ikke oprette %s"
-#: main.c:417
+#: main.c:423
#, c-format
msgid "can't open skeleton file %s"
msgstr "kan ikke bne skabelonfilen %s"
-#: main.c:498
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr ""
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "fejl ved lsning af skabelonsfilen %s"
-#: main.c:502
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "fejl ved lukning af skabelonfilen %s"
-#: main.c:686
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "fejl ved oprettelsen af headerfilen %s"
-#: main.c:694
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "fejl ved skrivning af udfilen %s"
-#: main.c:698
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "fejl ved lukning af udfilen %s"
-#: main.c:702
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "fejl ved sletning af udfilen %s"
-#: main.c:709
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr "Ingen sikkerhedskopiering.\n"
-#: main.c:713
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d sikkerhedskopierer (ikke-accepterende) tilstande.\n"
-#: main.c:717
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Komprimerete tabeller backer alltid tillbaka.\n"
-#: main.c:720
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "fejl ved skrivning af sikkerhedskopifilen %s"
-#: main.c:724
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "fejl ved lukning af sikerhedskopifilen %s"
-#: main.c:729
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "Statistik over brugaf %s version %s:\n"
-#: main.c:732
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " fortolkningsflag: -"
-#: main.c:811
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d NFA-tilstand\n"
-#: main.c:813
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d DFA-tilstand (%d ord)\n"
-#: main.c:815
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d regler\n"
-#: main.c:820
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr " Ingen sikkerhedskopiering\n"
-#: main.c:824
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d sikkerhedskopierer (ikke-accepterende) tilstande.\n"
-#: main.c:829
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " Komprimerede tabeller bakker altid tilbake\n"
-#: main.c:833
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " Begyndelse-af-linje-mnster brugt\n"
-#: main.c:835
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d startbetingelse\n"
-#: main.c:839
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d epsilontilstande, %d dobbelte epsilontilstande\n"
-#: main.c:843
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " ingen tegnklasser\n"
-#: main.c:847
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
msgstr " %d/%d tegnklasser behvede %d/%d ord for gemning, %d genbrugte\n"
-#: main.c:852
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d par med tilstand/nste-tilstand oprettede\n"
-#: main.c:855
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d unikke/duplikerede overgange\n"
-#: main.c:860
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d tabelposter\n"
-#: main.c:868
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d base/standard-poster oprettede\n"
-#: main.c:872
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (max %d) nste/test-poster oprettede\n"
-#: main.c:876
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (max %d) skablon-nste/test-poster oprettede\n"
-#: main.c:880
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d tomme tabelposter\n"
-#: main.c:882
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d prototyper oprettede\n"
-#: main.c:885
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d skabloner oprettede, %d forml\n"
-#: main.c:893
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d kvivalensklasser oprettet\n"
-#: main.c:901
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d meta-kvivalensklasser oprettede\n"
-#: main.c:907
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d gemte) hash-kollisioner, %d DFA'er er ens\n"
-#: main.c:909
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d opstninger med omallokeringer krvedes\n"
-#: main.c:911
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " %d totale tabelposter krves\n"
-#: main.c:986
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "Intern fejl. flexopts er fejlbehftede.\n"
-#: main.c:996
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr ""
-#: main.c:1053
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr "ukendt flag til -C \"%c\""
-#: main.c:1182
+#: main.c:1194
#, fuzzy, c-format
msgid "%s %s\n"
msgstr "%s version %s\n"
-#: main.c:1457
+#: main.c:1469
msgid "fatal parse error"
msgstr "uoprettelig fejl ved analysen"
-#: main.c:1489
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr "kunne ikke oprette sikkerhedskopi af info-fil %s"
-#: main.c:1510
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr ""
"flaget -l for opfrsel som AT&T's lex medfrer et vsentligt prstationstab\n"
-#: main.c:1513
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
msgstr " og kan vre den egentlige rsag til andre rapporter om dette\n"
-#: main.c:1519
+#: main.c:1531
#, fuzzy, c-format
msgid ""
"%%option yylineno entails a performance penalty ONLY on rules that can match "
"newline characters\n"
msgstr "%%option yylineno medfrer en vsentlig prstationstab\n"
-#: main.c:1526
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (interaktiv) medfrer et mindre prstationstab\n"
-#: main.c:1531
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() medfrer et mindre prstationstab\n"
-#: main.c:1537
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT medfrer et vsentligt prstationstab\n"
-#: main.c:1542
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr ""
"Regler for variabel efterflgende kontekst medfrer et vsentlig "
"prstationstab\n"
-#: main.c:1554
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT kan ikke bruges sammen med -f eller -F"
-#: main.c:1557
+#: main.c:1569
#, fuzzy, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "%option yylineno kan ikke bruges sammen med -f eller -F"
-#: main.c:1560
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr ""
"regler for variabel efterflgende kontekst kan ikke bruges\n"
"sammen med -f eller -F"
-#: main.c:1675
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass er kun meningsfyldt for C++-fortolkere"
-#: main.c:1782
+#: main.c:1802
#, fuzzy, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "%s [FLAG...] [fil...]\n"
-#: main.c:1785
+#: main.c:1805
#, fuzzy, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -639,43 +655,47 @@ msgstr ""
" -h, --help udskriv denne hjlpebesked\n"
" -V, --version udskriv %s version\n"
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr ""
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "navnet \"%s\" er latterligt langt"
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "hukommelsestildelingen mislykkedes i allocate_array()"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "forkert tegn \"%s\" fundet i check_char()"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr "skanneren krver flaget -8 for at kunne bruge tegnet %s"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "dynamisk hukommelsesfejl i copy_string()"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: uoprettelig intern fejl, %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "forsg p at ge arraystrrelse mislykkedes"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "forkert linje i skeletfilen"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "hukommelsestildelingen mislykkedes i yy_flex_xmalloc()"
@@ -727,111 +747,139 @@ msgstr "fandt for mange overgange i mkxtion()"
msgid "too many rules (> %d)!"
msgstr "for mange regler (> %d)!"
-#: parse.y:183
+#: parse.y:159
msgid "unknown error processing section 1"
msgstr ""
-#: parse.y:208 parse.y:373
+#: parse.y:184 parse.y:351
#, fuzzy
msgid "bad start condition list"
msgstr "forkert <startbetingelse>: %s"
-#: parse.y:337
+#: parse.y:315
#, fuzzy
msgid "unrecognized rule"
msgstr "ukendt %-direktiv"
-#: parse.y:456 parse.y:469 parse.y:538
+#: parse.y:434 parse.y:447 parse.y:516
#, fuzzy
msgid "trailing context used twice"
msgstr "Regel for variabel efterflgende kontekst p linje %d\n"
-#: parse.y:574 parse.y:584 parse.y:657 parse.y:667
+#: parse.y:552 parse.y:562 parse.y:635 parse.y:645
msgid "bad iteration values"
msgstr ""
-#: parse.y:602 parse.y:620 parse.y:685 parse.y:703
+#: parse.y:580 parse.y:598 parse.y:663 parse.y:681
msgid "iteration value must be positive"
msgstr ""
-#: parse.y:817 parse.y:827
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
msgstr ""
-#: parse.y:832
+#: parse.y:819
#, fuzzy
msgid "negative range in character class"
msgstr " ingen tegnklasser\n"
-#: scan.l:70 scan.l:180 scan.l:267 scan.l:409 scan.l:548 scan.l:598
+#: parse.y:916
+#, fuzzy
+msgid "[:^lower:] is ambiguous in case insensitive scanner"
+msgstr "\t-i opret en versaluflsom fortolker\n"
+
+#: parse.y:922
+#, fuzzy
+msgid "[:^upper:] ambiguous in case insensitive scanner"
+msgstr "\t-i opret en versaluflsom fortolker\n"
+
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr ""
-#: scan.l:149
+#: scan.l:161
#, fuzzy, c-format
msgid "malformed '%top' directive"
msgstr "ukendt %-direktiv"
-#: scan.l:171
+#: scan.l:183
#, no-c-format
msgid "unrecognized '%' directive"
msgstr "ukendt %-direktiv"
-#: scan.l:251
-msgid "Unmatched '{'"
+#: scan.l:192
+msgid "Definition name too long\n"
msgstr ""
#: scan.l:284
+msgid "Unmatched '{'"
+msgstr ""
+
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr ""
+
+#: scan.l:317
msgid "incomplete name definition"
msgstr "ufuldstndig navnedefinition"
-#: scan.l:417
+#: scan.l:443
+msgid "Option line too long\n"
+msgstr ""
+
+#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
msgstr "ukendt %%option: %s"
-#: scan.l:558 scan.l:677
+#: scan.l:633 scan.l:800
msgid "bad character class"
msgstr "forkert tegnklasse"
-#: scan.l:605
+#: scan.l:683
#, c-format
msgid "undefined definition {%s}"
msgstr "udefinieret definition {%s}"
-#: scan.l:645
+#: scan.l:755
#, c-format
msgid "bad <start condition>: %s"
msgstr "forkert <startbetingelse>: %s"
-#: scan.l:658
+#: scan.l:768
msgid "missing quote"
msgstr "citationstegn savnes"
-#: scan.l:698
+#: scan.l:834
#, c-format
msgid "bad character class expression: %s"
msgstr "forkert udtryk for tegnklasse: %s"
-#: scan.l:720
+#: scan.l:856
msgid "bad character inside {}'s"
msgstr "forkert tegn imellem {}"
-#: scan.l:726
+#: scan.l:862
msgid "missing }"
msgstr "} savnes"
-#: scan.l:799
+#: scan.l:940
msgid "EOF encountered inside an action"
msgstr "filslutning mdt inden i en handling"
-#: scan.l:819
+#: scan.l:945
+#, fuzzy
+msgid "EOF encountered inside pattern"
+msgstr "filslutning mdt inden i en handling"
+
+#: scan.l:967
#, c-format
msgid "bad character: %s"
msgstr "forkert tegn: %s"
-#: scan.l:848
+#: scan.l:996
#, c-format
msgid "can't open %s"
msgstr "kan ikke bne %s"
@@ -841,27 +889,27 @@ msgstr "kan ikke bne %s"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "%s [FLAG...] [fil...]\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr ""
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr ""
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr ""
-#: scanopt.c:578
+#: scanopt.c:577
#, fuzzy, c-format
msgid "Unrecognized option `%s'\n"
msgstr "ukendt %%option: %s"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr ""
@@ -870,11 +918,11 @@ msgstr ""
msgid "symbol table memory allocation failed"
msgstr "hukommelsestildeling for symboltabel mislykkedes"
-#: sym.c:203
+#: sym.c:202
msgid "name defined twice"
msgstr "navnet defineret to gange"
-#: sym.c:254
+#: sym.c:253
#, c-format
msgid "start condition %s declared twice"
msgstr "startbetingelse %s deklareret to gange"
@@ -893,6 +941,9 @@ msgstr "Slutmarkering\n"
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "*Noget mrkeligt* - tegn: %d vrdi: %d\n"
+#~ msgid "consistency check failed in symfollowset"
+#~ msgstr "konsistenskontrollen mislykkedes i symfollowset"
+
#~ msgid "Can't specify header option if writing to stdout."
#~ msgstr "Kan ikke angive header-flag hvis der skrives til standard-ud."
@@ -944,9 +995,6 @@ msgstr "*Noget mrkeligt* - tegn: %d vrdi: %d\n"
#~ msgid "\t-h produce this help message\n"
#~ msgstr "\t-h vis denne hjlpetekst\n"
-#~ msgid "\t-i generate case-insensitive scanner\n"
-#~ msgstr "\t-i opret en versaluflsom fortolker\n"
-
#~ msgid "\t-l maximal compatibility with original lex\n"
#~ msgstr "\t-l maksimal kompatibilitet med den oprindelige lex\n"
diff --git a/po/de.gmo b/po/de.gmo
new file mode 100644
index 0000000..d18b233
--- /dev/null
+++ b/po/de.gmo
Binary files differ
diff --git a/po/de.po b/po/de.po
index 15f1c94..0603505 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,19 +1,36 @@
# German messages for flex
-# Copyright © 2001, 2002, 2003, 2004, 2005, 2006, 2007 The Flex Project.
+# Copyright (C) 2007 The Flex Project (msgids)
# This file is distributed under the same license as the flex package.
-# Michael Piefel <piefel@informatik.hu-berlin.de>, 2002, 2003, 2008
+# Michael Piefel <piefel@informatik.hu-berlin.de>, 2002, 2003, 2008, 2012
#
msgid ""
msgstr ""
-"Project-Id-Version: flex 2.5.34\n"
+"Project-Id-Version: flex 2.5.36\n"
"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2007-12-12 16:05-0500\n"
-"PO-Revision-Date: 2008-02-11 11:12:41+0100\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
+"PO-Revision-Date: 2012-08-03 13:42+0200\n"
"Last-Translator: Michael Piefel <piefel@informatik.hu-berlin.de>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr "Anlegen des Puffers zur Ausgabe der Zeichenkette fehlgeschlagen"
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr "Anlegen des Puffers für Zeilen-Direktive fehlgeschlagen"
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr "Anlegen des Puffers für m4 def fehlgeschlagen"
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr "Anlegen des Puffers für m4 undef fehlgeschlagen"
#: dfa.c:61
#, c-format
@@ -72,7 +89,7 @@ msgstr "Zustand # %d:\n"
msgid "Could not write yynxt_tbl[][]"
msgstr "Konnte yynxt_tbl[][] nicht schreiben"
-#: dfa.c:1052
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "ungültiges Übergangszeichen in sympartition() entdeckt"
@@ -174,7 +191,8 @@ msgstr "Kann nicht „-f“ oder „-F“ zusammen mit „-l“-Option verwenden
#: main.c:241
msgid "Can't use --reentrant or --bison-bridge with -l option"
-msgstr "Kann nicht „--reentrant“ oder „--bison-bridge“ mit „-l“-Option verwenden"
+msgstr ""
+"Kann nicht „--reentrant“ oder „--bison-bridge“ mit „-l“-Option verwenden"
#: main.c:278
msgid "-Cf/-CF and -Cm don't make sense together"
@@ -223,284 +241,299 @@ msgstr "konnte Tabellenköpfe nicht schreiben"
msgid "can't open skeleton file %s"
msgstr "kann Skelett-Datei %s nicht öffnen"
-#: main.c:505
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr "Anlegen der Makrodefinition fehlgeschlagen"
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "Eingabefehler beim Lesen der Skelett-Datei %s"
-#: main.c:509
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "Fehler beim Schließen der Skelett-Datei %s"
-#: main.c:694
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "Fehler beim Erstellen der Header-Datei %s"
-#: main.c:702
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "Fehler beim Schreiben der Ausgabe-Datei %s"
-#: main.c:706
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "Fehler beim Schließen der Ausgabe-Datei %s"
-#: main.c:710
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "Fehler beim Löschen der Ausgabe-Datei %s"
-#: main.c:717
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr "Kein Backing-up.\n"
-#: main.c:721
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d Zustände mit Backing-up (nicht akzeptierend).\n"
-#: main.c:725
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Komprimierte Tabellen benutzen immer Backing-up.\n"
-#: main.c:728
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "Fehler beim Schreiben der Backup-Datei %s"
-#: main.c:732
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "Fehler beim Schließen der Backup-Datei %s"
-#: main.c:737
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s Version %s Benutzungsstatistiken:\n"
-#: main.c:740
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " Scanner-Optionen: -"
-#: main.c:819
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d NFA-Zustände\n"
-#: main.c:821
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d DFA-Zustände (%d Wörter)\n"
-#: main.c:823
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d Regeln\n"
-#: main.c:828
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr " Kein Backing-up.\n"
-#: main.c:832
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d Zustände mit Backing-up (nicht akzeptierend).\n"
-#: main.c:837
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " Komprimierte Tabellen benutzen immer Backing-up.\n"
-#: main.c:841
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " Zeilenanfang-Muster benutzt\n"
-#: main.c:843
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d Startbedingungen\n"
-#: main.c:847
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d Epsilon-Zustände, %d Doppel-Epsilon-Zustände\n"
-#: main.c:851
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " keine Zeichenklassen\n"
-#: main.c:855
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
-msgstr " %d/%d Zeichenklassen brauchten %d/%d Speicherwörter, %d wiederbenutzt\n"
+msgstr ""
+" %d/%d Zeichenklassen brauchten %d/%d Speicherwörter, %d wiederbenutzt\n"
-#: main.c:860
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d Zustand/Nächster-Zustand-Paare erzeugt\n"
-#: main.c:863
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d einzigartige/doppelte Übergänge\n"
-#: main.c:868
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d Tabelleneinträge\n"
-#: main.c:876
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d Einträge „base-def“ erzeugt\n"
-#: main.c:880
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (max. %d) Einträge „nxt-chk“ erzeugt\n"
-#: main.c:884
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (max. %d) Einträge „template nxt-chk“ erzeugt\n"
-#: main.c:888
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d leere Tabelleneinträge\n"
-#: main.c:890
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d Protos erzeugt\n"
-#: main.c:893
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d Schablonen erzeugt, %d Benutzungen\n"
-#: main.c:901
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d Äquivalenz-Klassen erzeugt\n"
-#: main.c:909
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d Meta-Äquivalenz-Klassen erzeugt\n"
-#: main.c:915
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d gespeichert) Hash-Kollisionen, %d DFAs gleich\n"
-#: main.c:917
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d Sätze von Neuallozierungen benötigt\n"
-#: main.c:919
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " %d Tabelleneinträge insgesamt benötigt\n"
-#: main.c:996
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "Interner Fehler. flexopts sind missgestaltet.\n"
-#: main.c:1006
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Versuchen Sie es mit „%s --help“ für mehr Informationen.\n"
-#: main.c:1063
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr "unbekannte „-C“-Option „%c“"
-#: main.c:1192
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
-#: main.c:1467
+#: main.c:1469
msgid "fatal parse error"
msgstr "fataler Parse-Fehler"
-#: main.c:1499
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr "konnte Datei %s mit Informationen zum Backing-up nicht erzeugen"
-#: main.c:1520
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
-msgstr "-l AT&T-lex-Kompatibilitätsmodus führt zu großen Geschwindigkeitseinbußen\n"
+msgstr ""
+"-l AT&T-lex-Kompatibilitätsmodus führt zu großen Geschwindigkeitseinbußen\n"
-#: main.c:1523
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
-msgstr " und ist möglicherweise die wirkliche Quelle anderer gemeldeter Einbußen\n"
+msgstr ""
+" und ist möglicherweise die wirkliche Quelle anderer gemeldeter Einbußen\n"
-#: main.c:1529
+#: main.c:1531
#, c-format
-msgid "%%option yylineno entails a performance penalty ONLY on rules that can match newline characters\n"
-msgstr "%%option yylineno führt zu Geschwindigkeitseinbußen NUR für Regeln, die auf einen Zeilenvorschub passen können\n"
+msgid ""
+"%%option yylineno entails a performance penalty ONLY on rules that can match "
+"newline characters\n"
+msgstr ""
+"%%option yylineno führt zu Geschwindigkeitseinbußen NUR für Regeln, die auf "
+"einen Zeilenvorschub passen können\n"
-#: main.c:1536
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (interaktiv) führt zu kleineren Geschwindigkeitseinbußen\n"
-#: main.c:1541
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() führt zu kleineren Geschwindigkeitseinbußen\n"
-#: main.c:1547
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT führt zu großen Geschwindigkeitseinbußen\n"
-#: main.c:1552
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
-msgstr "Regeln mit variablem folgenden Kontext führen zu großen Geschwindigkeitseinbußen\n"
+msgstr ""
+"Regeln mit variablem folgenden Kontext führen zu großen "
+"Geschwindigkeitseinbußen\n"
-#: main.c:1564
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT kann nicht mit „-f“ oder „-F“ zusammen verwendet werden"
-#: main.c:1567
+#: main.c:1569
#, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "%option yylineno kann nicht mit REJECT zusammen verwendet werden"
-#: main.c:1570
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
-msgstr "Regeln mit variablem folgenden Kontext können nicht mit „-f“ oder „-F“ verwendet werden"
+msgstr ""
+"Regeln mit variablem folgenden Kontext können nicht mit „-f“ oder „-F“ "
+"verwendet werden"
-#: main.c:1691
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass ist nur bei C++-Scannern sinnvoll"
-#: main.c:1798
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "Aufruf: %s [OPTIONEN...] [DATEI...]\n"
-#: main.c:1801
+#: main.c:1805
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -530,7 +563,8 @@ msgid ""
" -S, --skel=FILE specify skeleton file\n"
" -t, --stdout write scanner on stdout instead of %s\n"
" --yyclass=NAME name of C++ class\n"
-" --header-file=FILE create a C header file in addition to the scanner\n"
+" --header-file=FILE create a C header file in addition to the "
+"scanner\n"
" --tables-file[=FILE] write tables to FILE\n"
"\n"
"Scanner behavior:\n"
@@ -567,31 +601,36 @@ msgstr ""
"Generiert Programme, die Mustererkennung in Texten durchführen.\n"
"\n"
"Tabellen-Komprimierung:\n"
-" -Ca, --align erzeuge größere Tabellen, aber bessere Speicherausrichtung\n"
+" -Ca, --align erzeuge größere Tabellen, aber bessere "
+"Speicherausrichtung\n"
" -Ce, --ecs konstruiere Äquivalenz-Klassen\n"
" -Cf komprimiere Tabellen nicht; benutze „-f“-Repräsentation\n"
" -CF komprimiere Tabellen nicht; benutze „-F“-Repräsentation\n"
" -Cm, --meta-ecs konstruiere Meta-Äquivalenz-Klassen\n"
" -Cr, --read benutze read() anstelle von stdio für Scannereingabe\n"
" -f, --full generiere schnellen, großen Scanner. Genau wie -Cfr\n"
-" -F, --fast benutze alternative Tabellenrepräsentation. Genau wie -CFr\n"
+" -F, --fast benutze alternative Tabellenrepräsentation. Genau wie -"
+"CFr\n"
" -Cem Voreinstellung (genau wie --ecs --meta-ecs)\n"
"\n"
"Fehlersuche:\n"
" -d, --debug Fehlersuch-(Debug-)Modus im Scanner aktivieren\n"
" -b, --backup schreibe Backing-up-Information in %s\n"
" -p, --perf-report schreibe Performanzbericht auf stderr\n"
-" -s, --nodefault unterdücke Standardregel ECHO für nicht passenden Text\n"
+" -s, --nodefault unterdücke Standardregel ECHO für nicht passenden "
+"Text\n"
" -T, --trace %s sollte im Trace-Modus laufen\n"
" -w, --nowarn generiere keine Warnungen\n"
-" -v, --verbose schreibe Zusammenfassung der Scannerstatistiken auf stdout\n"
+" -v, --verbose schreibe Zusammenfassung der Scannerstatistiken "
+"auf stdout\n"
"\n"
"Dateien:\n"
" -o, --outfile=DATEI Ausgabe-Dateiname\n"
" -S, --skel=DATEI Skelettdatei\n"
" -t, --stdout gib Scanner auf stdout anstelle von %s aus\n"
" --yyclass=NAME Name der C++-Klasse\n"
-" --header-file=DATEI erstelle eine C-Headerdatei zusätzlich zum Scanner\n"
+" --header-file=DATEI erstelle eine C-Headerdatei zusätzlich zum "
+"Scanner\n"
" --tables-file[=DATEI] schreibe Tabellen in DATEI\n"
"\n"
"Scannerverhalten:\n"
@@ -626,43 +665,47 @@ msgstr ""
" -h, --help produziere diese Hilfenachricht\n"
" -V, --version melde %s-Version\n"
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr "Anlegen des sko_stack fehlgeschlagen"
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "name „%s“ ist lächerlich lang"
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "Speicheranforderung in allocate_array() fehlgeschlagen"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "ungültiges Zeichen „%s“ in check_char() entdeckt"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr "Scanner erfordert Option „-8“, um das Zeichen %s benutzen zu können"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "Fehler beim dynamischen Speicher in copy_string()"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: fataler interner Fehler, %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "Versuch, die Feldgröße zu erhöhen, fehlgeschlagen"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "ungültige Zeile in Skelettdatei"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "Speicheranforderung in yy_flex_xmalloc() fehlgeschlagen"
@@ -738,24 +781,30 @@ msgstr "ungültige Iterationswerte"
msgid "iteration value must be positive"
msgstr "Iterationswerte müssen positiv sein"
-#: parse.y:806 parse.y:816
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
-msgstr "der Zeichenbereich [%c-%c] ist in Scannern ohne Beachtung von Groß-/Kleinschreibung mehrdeutig"
+msgstr ""
+"der Zeichenbereich [%c-%c] ist in Scannern ohne Beachtung von Groß-/"
+"Kleinschreibung mehrdeutig"
-#: parse.y:821
+#: parse.y:819
msgid "negative range in character class"
msgstr "negativer Bereich in Zeichenklasse"
-#: parse.y:918
+#: parse.y:916
msgid "[:^lower:] is ambiguous in case insensitive scanner"
-msgstr "[:^lower:] ist in Scannern ohne Beachtung von Groß-/Kleinschreibung mehrdeutig"
+msgstr ""
+"[:^lower:] ist in Scannern ohne Beachtung von Groß-/Kleinschreibung "
+"mehrdeutig"
-#: parse.y:924
+#: parse.y:922
msgid "[:^upper:] ambiguous in case insensitive scanner"
-msgstr "[:^upper:] ist in Scannern ohne Beachtung von Groß-/Kleinschreibung mehrdeutig"
+msgstr ""
+"[:^upper:] ist in Scannern ohne Beachtung von Groß-/Kleinschreibung "
+"mehrdeutig"
-#: scan.l:75 scan.l:192 scan.l:300 scan.l:443 scan.l:618 scan.l:676
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr "Eingabezeile zu lang\n"
@@ -769,14 +818,27 @@ msgstr "falsch geformte „%top“-Direktive"
msgid "unrecognized '%' directive"
msgstr "nicht erkannte „%“-Direktive"
+#: scan.l:192
+msgid "Definition name too long\n"
+msgstr "Definitionsname zu lang\n"
+
#: scan.l:284
msgid "Unmatched '{'"
msgstr "Unbalancierte „{“"
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr "Definitionswert für {%s} ist zu lang\n"
+
#: scan.l:317
msgid "incomplete name definition"
msgstr "unvollständige Namensdefinition"
+#: scan.l:443
+msgid "Option line too long\n"
+msgstr "Optionszeile zu lang\n"
+
#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
@@ -836,27 +898,27 @@ msgstr "kann %s nicht öffnen"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "Aufruf: %s [OPTIONEN...]\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr "Option „%s“ erlaubt kein Argument\n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr "Option „%s“ verlangt ein Argument\n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr "Option „%s“ ist mehrdeutig\n"
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr "nicht erkannte Option „%s“\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "Unbekannter Fehler=(%d)\n"
diff --git a/po/en@boldquot.header b/po/en@boldquot.header
new file mode 100644
index 0000000..fedb6a0
--- /dev/null
+++ b/po/en@boldquot.header
@@ -0,0 +1,25 @@
+# All this catalog "translates" are quotation characters.
+# The msgids must be ASCII and therefore cannot contain real quotation
+# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
+# and double quote (0x22). These substitutes look strange; see
+# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
+#
+# This catalog translates grave accent (0x60) and apostrophe (0x27) to
+# left single quotation mark (U+2018) and right single quotation mark (U+2019).
+# It also translates pairs of apostrophe (0x27) to
+# left single quotation mark (U+2018) and right single quotation mark (U+2019)
+# and pairs of quotation mark (0x22) to
+# left double quotation mark (U+201C) and right double quotation mark (U+201D).
+#
+# When output to an UTF-8 terminal, the quotation characters appear perfectly.
+# When output to an ISO-8859-1 terminal, the single quotation marks are
+# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
+# grave/acute accent (by libiconv), and the double quotation marks are
+# transliterated to 0x22.
+# When output to an ASCII terminal, the single quotation marks are
+# transliterated to apostrophes, and the double quotation marks are
+# transliterated to 0x22.
+#
+# This catalog furthermore displays the text between the quotation marks in
+# bold face, assuming the VT100/XTerm escape sequences.
+#
diff --git a/po/en@quot.header b/po/en@quot.header
new file mode 100644
index 0000000..a9647fc
--- /dev/null
+++ b/po/en@quot.header
@@ -0,0 +1,22 @@
+# All this catalog "translates" are quotation characters.
+# The msgids must be ASCII and therefore cannot contain real quotation
+# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
+# and double quote (0x22). These substitutes look strange; see
+# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
+#
+# This catalog translates grave accent (0x60) and apostrophe (0x27) to
+# left single quotation mark (U+2018) and right single quotation mark (U+2019).
+# It also translates pairs of apostrophe (0x27) to
+# left single quotation mark (U+2018) and right single quotation mark (U+2019)
+# and pairs of quotation mark (0x22) to
+# left double quotation mark (U+201C) and right double quotation mark (U+201D).
+#
+# When output to an UTF-8 terminal, the quotation characters appear perfectly.
+# When output to an ISO-8859-1 terminal, the single quotation marks are
+# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
+# grave/acute accent (by libiconv), and the double quotation marks are
+# transliterated to 0x22.
+# When output to an ASCII terminal, the single quotation marks are
+# transliterated to apostrophes, and the double quotation marks are
+# transliterated to 0x22.
+#
diff --git a/po/es.gmo b/po/es.gmo
new file mode 100644
index 0000000..013587d
--- /dev/null
+++ b/po/es.gmo
Binary files differ
diff --git a/po/es.po b/po/es.po
index ff2cff0..7157603 100644
--- a/po/es.po
+++ b/po/es.po
@@ -10,8 +10,8 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU flex 2.5.8\n"
-"Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n"
-"POT-Creation-Date: 2006-02-14 12:28-0500\n"
+"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
"PO-Revision-Date: 2003-01-02 12:06+0100\n"
"Last-Translator: Nicols Garca-Pedrajas <ngarcia-pedrajas@acm.org>\n"
"Language-Team: Spanish <es@li.org>\n"
@@ -19,6 +19,22 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr ""
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr ""
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr ""
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr ""
+
# El estado (?) sv
#: dfa.c:61
#, c-format
@@ -86,22 +102,15 @@ msgstr "no se pudo crear un estado nico de final-de-buffer"
msgid "state # %d:\n"
msgstr "estado # %d:\n"
-#: dfa.c:800
+#: dfa.c:785
msgid "Could not write yynxt_tbl[][]"
msgstr ""
-# Te he corregido un error de tecleo, y puesto entre comillas
-# la llamada a la funcin em
-# ok, lo de las comillas no lo saba ng
-#: dfa.c:1023
-msgid "consistency check failed in symfollowset"
-msgstr "fall el test de consistencia en `symfollowset'"
-
-#: dfa.c:1071
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "carcter de transicin errneo detectado en sympartition()"
-#: gen.c:484
+#: gen.c:478
msgid ""
"\n"
"\n"
@@ -113,32 +122,32 @@ msgstr ""
"Clases de equivalencia:\n"
"\n"
-#: gen.c:668 gen.c:697 gen.c:1221
+#: gen.c:662 gen.c:691 gen.c:1215
#, c-format
msgid "state # %d accepts: [%d]\n"
msgstr "el estado # %d acepta: [%d]\n"
-#: gen.c:1116
+#: gen.c:1110
#, c-format
msgid "state # %d accepts: "
msgstr "el estado # %d acepta: "
-#: gen.c:1163
+#: gen.c:1157
msgid "Could not write yyacclist_tbl"
msgstr ""
-#: gen.c:1239
+#: gen.c:1233
msgid "Could not write yyacc_tbl"
msgstr ""
-#: gen.c:1254 gen.c:1639 gen.c:1662
+#: gen.c:1248 gen.c:1633 gen.c:1656
#, fuzzy
msgid "Could not write ecstbl"
msgstr "no se pudo crear %s"
# No sera mejor "MetaEquivalencia" o "Meta-Equivalencia"? sv
# yo prefiero como est, es el mismo caso de metafsica ng+
-#: gen.c:1277
+#: gen.c:1271
msgid ""
"\n"
"\n"
@@ -148,43 +157,43 @@ msgstr ""
"\n"
"Clases de metaequivalencia:\n"
-#: gen.c:1299
+#: gen.c:1293
msgid "Could not write yymeta_tbl"
msgstr ""
-#: gen.c:1360
+#: gen.c:1354
#, fuzzy
msgid "Could not write yybase_tbl"
msgstr "no se pudo crear %s"
-#: gen.c:1394
+#: gen.c:1388
msgid "Could not write yydef_tbl"
msgstr ""
-#: gen.c:1434
+#: gen.c:1428
msgid "Could not write yynxt_tbl"
msgstr ""
-#: gen.c:1470
+#: gen.c:1464
msgid "Could not write yychk_tbl"
msgstr ""
-#: gen.c:1624 gen.c:1653
+#: gen.c:1618 gen.c:1647
#, fuzzy
msgid "Could not write ftbl"
msgstr "no se pudo crear %s"
-#: gen.c:1630
+#: gen.c:1624
#, fuzzy
msgid "Could not write ssltbl"
msgstr "no se pudo crear %s"
-#: gen.c:1681
+#: gen.c:1675
#, fuzzy
msgid "Could not write eoltbl"
msgstr "no se pudo crear %s"
-#: gen.c:1741
+#: gen.c:1735
msgid "Could not write yynultrans_tbl"
msgstr ""
@@ -195,25 +204,25 @@ msgstr ""
# abierta con una cerrada, por ejemplo, pero no cuando se trata de ver
# si una regla "matches" o no "matches".
# creo que aplicar no qeuda mal ng+
-#: main.c:187
+#: main.c:189
msgid "rule cannot be matched"
msgstr "la regla no se puede aplicar"
# ## re-redacto el mensaje. sv
-#: main.c:192
+#: main.c:194
msgid "-s option given but default rule can be matched"
msgstr ""
"se ha especificado la opcin -s pero se puede aplicar la regla por defecto"
-#: main.c:229
+#: main.c:234
msgid "Can't use -+ with -l option"
msgstr "No se puede usar -+ con la opcin -l"
-#: main.c:232
+#: main.c:237
msgid "Can't use -f or -F with -l option"
msgstr "No se pueden usar las opciones -f o -F con la opcin -l"
-#: main.c:236
+#: main.c:241
#, fuzzy
msgid "Can't use --reentrant or --bison-bridge with -l option"
msgstr "No se pueden usar las opciones -R o -Rb con la opcin -l"
@@ -221,7 +230,7 @@ msgstr "No se pueden usar las opciones -R o -Rb con la opcin -l"
# juntos o juntas?
# Creo que est bien as em
# ok ng
-#: main.c:273
+#: main.c:278
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "-Cf/-CF y -Cm no tienen sentido juntos"
@@ -230,42 +239,42 @@ msgstr "-Cf/-CF y -Cm no tienen sentido juntos"
# entonces lo dejo ng
# Yo creo que en este caso no hace falta porque se leera as:
# "menos ce efe o menos ce efe mayscula y menos I son incompatibles". sv
-#: main.c:276
+#: main.c:281
msgid "-Cf/-CF and -I are incompatible"
msgstr "-Cf/-CF e -I son incompatibles"
-#: main.c:280
+#: main.c:285
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF son incompatibles con el modo de compatibilidad con lex"
-#: main.c:285
+#: main.c:290
msgid "-Cf and -CF are mutually exclusive"
msgstr "-Cf y -CF son mutuamente excluyentes"
-#: main.c:289
+#: main.c:294
msgid "Can't use -+ with -CF option"
msgstr "No se puede usar -+ con la opcin -CF"
-#: main.c:292
+#: main.c:297
#, c-format
msgid "%array incompatible with -+ option"
msgstr "%array incompatible con la opcin -+"
-#: main.c:297
+#: main.c:302
#, fuzzy
msgid "Options -+ and --reentrant are mutually exclusive."
msgstr "-+ y -R son mutuamente excluyentes"
-#: main.c:300
+#: main.c:305
msgid "bison bridge not supported for the C++ scanner."
msgstr ""
-#: main.c:352 main.c:400
+#: main.c:360 main.c:406
#, c-format
msgid "could not create %s"
msgstr "no se pudo crear %s"
-#: main.c:413
+#: main.c:419
#, fuzzy
msgid "could not write tables header"
msgstr "no se pudo crear %s"
@@ -274,11 +283,15 @@ msgstr "no se pudo crear %s"
# lo mismo de antes ng
# Lo mismo que antes :) em
# idem ng+
-#: main.c:417
+#: main.c:423
#, c-format
msgid "can't open skeleton file %s"
msgstr "no se puede abrir el archivo de esquema %s"
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr ""
+
# Skeleton se puede traducir por mscara, o por modelo em
# S, lo estuve considerando. Pero el eskeleton file es un fichero que
# le indica a flex la forma como tratar el fichero de entrada, y por eso me
@@ -295,46 +308,46 @@ msgstr "no se puede abrir el archivo de esquema %s"
# que decida una tercera persona
#
# ## Cambio "leyendo" por "al leer", como en otras traducciones. sv
-#: main.c:498
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "error de entrada al leer el archivo de esquema %s"
# Otra vez :) em
-#: main.c:502
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "error al cerrar el archivo de esquema %s"
# Lo mismo, archivo de seguridad? em
-#: main.c:686
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "error al crear el archivo de cabecera %s"
-#: main.c:694
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "error al escribir el archivo de salida %s"
-#: main.c:698
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "error al cerrar el archivo de salida %s"
-#: main.c:702
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "error al borrar el archivo de salida %s"
# Copia de seguridad? em
# Sugerencia: No hay retroceso. sv
-#: main.c:709
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr "Sin retroceso.\n"
-#: main.c:713
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d estados de retroceso (no-aceptacin).\n"
@@ -344,13 +357,13 @@ msgstr "%d estados de retroceso (no-aceptacin).\n"
# "Compressed tables are always back up"
# (supuesto que back es irregular y su pasado/participio es back y no backed,
# que ahora mismo no me acuerdo). sv
-#: main.c:717
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Las tablas comprimidas siempre implican un retraso.\n"
# Lo mismo, archivo de seguridad? em
-#: main.c:720
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "error al escribir el archivo de seguridad %s"
@@ -358,47 +371,47 @@ msgstr "error al escribir el archivo de seguridad %s"
# En todas las traducciones que ha aparecido
# he sugerido el uso de copia de seguridad em
# ok ng
-#: main.c:724
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "error al cerrar el archivo de copia de seguridad %s"
-#: main.c:729
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s versin %s estadsticas de uso:\n"
-#: main.c:732
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " opciones del analizador: -"
# NFA significa non-deterministic finite automata, as que lo he traducido
# por AFN
-#: main.c:811
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d estados AFN\n"
# DFA significa deterministic finite autmata, lo he traducido por AFD
-#: main.c:813
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d estados AFD {%d palabras}\n"
-#: main.c:815
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d reglas\n"
# Otra vez ;) em
# modificado como en la anterior ng
-#: main.c:820
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr " Sin retroceso\n"
-#: main.c:824
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d estados de retroceso (no-aceptacin)\n"
@@ -406,18 +419,18 @@ msgstr " %d estados de retroceso (no-aceptacin)\n"
# FIXME.
# Informar al autor de que esta frase es casi idntica a una anterior, para
# que slo haya que traducirla una vez. sv
-#: main.c:829
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " Siempre se realiza copia de seguridad de las tablas comprimidas\n"
# Lo mismo "se han usado patrones de comienzo de lnea". sv
-#: main.c:833
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " Usados patrones de comienzo-de-lnea\n"
-#: main.c:835
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d condiciones de activacin\n"
@@ -430,17 +443,17 @@ msgstr " %d/%d condiciones de activacin\n"
# lo de doble psilon no lo he odo nunca. Creo que hay que dejar el trmino
# tcnico. ng
# Tu mandas, no tengo nada que decir a eso em
-#: main.c:839
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d estados psilon, %d estados doble psilon\n"
-#: main.c:843
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " sin clases de caracteres\n"
-#: main.c:847
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
msgstr ""
@@ -451,13 +464,13 @@ msgstr ""
# Qu tal " se han creado %d pares estado/estado-siguiente"?
# Bueno, mejor no lo hagas hasta que no se sepa cmo queda al lado
# de las otras. sv
-#: main.c:852
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d pares estado/estado-siguiente creados\n"
# ## Aado sendas eses, ya que son transiciones. sv
-#: main.c:855
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d transiciones nicas/duplicadas\n"
@@ -466,50 +479,50 @@ msgstr " %d/%d transiciones nicas/duplicadas\n"
# s, mejor ng
# Que haba antes? (entradas a la tabla?)
# (entradas *de* la tabla me suena mejor) sv.
-#: main.c:860
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d entradas en la tabla\n"
# ## pongo `comillas' en el base-def. sv
-#: main.c:868
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d entradas `base-def' creadas\n"
-#: main.c:872
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (pico %d) entradas nxt-chk creadas\n"
-#: main.c:876
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (pico %d) entradas de plantilla nxt-chk creadas\n"
# entradas a la tabla o entradas de la tabla? sv
-#: main.c:880
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d entradas en la tabla vacas\n"
-#: main.c:882
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d prototipos creados\n"
-#: main.c:885
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d plantillas creadas, %d usos\n"
-#: main.c:893
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d clases de equivalencia creadas\n"
# "se han creado..." sv
-#: main.c:901
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d clases de metaequivalencia creadas\n"
@@ -527,40 +540,40 @@ msgstr " %d/%d clases de metaequivalencia creadas\n"
# un lugar que se puede determinar mediante una transformacin directa de su
# clave, por eso si hay dos claves iguales hay una colisin, porque dos
# registros van al mismo sitio ng+
-#: main.c:907
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr ""
" %d (%d almacenadas) colisiones de localizacin ('hash'), %d AFDs iguales\n"
-#: main.c:909
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " se necesitan %d conjuntos de relocalizacin\n"
# Lo mismo que en otro sitio: table entries son entradas a la tabla o
# de la tabla? sv
-#: main.c:911
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " se necesitan %d entradas totales en la tabla\n"
-#: main.c:986
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "Error interno. flexopts mal formadas.\n"
-#: main.c:996
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Pruebe `%s --help' para ms informacin.\n"
-#: main.c:1053
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr "opcin -C desconocida '%c'"
-#: main.c:1182
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
@@ -577,7 +590,7 @@ msgstr "%s %s\n"
# Sugerencia: error fatal. sv
# con comillas es un trmino medio. Lo de error grave fue una sugerencia
# de Enrique, y croe que queda mejor. ng+
-#: main.c:1457
+#: main.c:1469
msgid "fatal parse error"
msgstr "error muy grave en el analizador sintctico"
@@ -600,28 +613,28 @@ msgstr "error muy grave en el analizador sintctico"
# ##
# ## Eso no es vlido ( solucin, usa emacs po-mode :) ) em
# ## ok, ya estoy instalando linux otra vez ng+
-#: main.c:1489
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr ""
"no se pudo crear el archivo de informacin de las reglas\n"
"que producen un retroceso del analizador %s"
-#: main.c:1510
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr ""
"-l la opcin de compatibilidad con AT&T lex implica una penalizacin del\n"
"rendimiento muy alta\n"
-#: main.c:1513
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
msgstr ""
" y puede ser el origen real de otras penalizaciones del rendimiento "
"notificadas\n"
-#: main.c:1519
+#: main.c:1531
#, fuzzy, c-format
msgid ""
"%%option yylineno entails a performance penalty ONLY on rules that can match "
@@ -629,53 +642,53 @@ msgid ""
msgstr ""
"la %%opcin yylineno implica una penalizacin del rendimiento muy alta\n"
-#: main.c:1526
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (interactivo) implica una pequea penalizacin del rendimiento\n"
-#: main.c:1531
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() implica un pequea penalizacin del rendimiento\n"
-#: main.c:1537
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT implica una penalizacin del rendimiento muy alta\n"
-#: main.c:1542
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr ""
"La existencia de reglas de contexto posterior variable implica una\n"
"penalizacin del rendimiento muy alta\n"
-#: main.c:1554
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT no se puede usar con -f o -F"
-#: main.c:1557
+#: main.c:1569
#, fuzzy, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "la %opcin yylineno no se puede usar con -f o -F"
-#: main.c:1560
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr ""
"las reglas de contexto posterior variable no se pueden usar con -f o -F"
-#: main.c:1675
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "la %option yyclass slo tiene sentido para los analizadores en C++"
-#: main.c:1782
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "Uso: %s [OPCIONES] [FICHERO]...\n"
-#: main.c:1785
+#: main.c:1805
#, fuzzy, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -803,7 +816,11 @@ msgstr ""
" -h, --help produce este mensaje de ayuda\n"
" -V, --version informa de la versin %s\n"
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr ""
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "nombre \"%s\" ridculamente grande"
@@ -813,41 +830,41 @@ msgstr "nombre \"%s\" ridculamente grande"
# S, pero creo que slo por m. Normalmente esos mensajes
# los d la biblioteca C antes em
# ok ng+
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "fall la asignacin de memoria en `allocate_array()'"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "carcter incorrecto '%s' detectado en `check_char()'"
# he aadido el `poder' em
# ok ng
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr "el analizador requiere la opcin -8 para poder usar el carcter %s"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "fallo de la memoria dinmica en copy_string()"
# Sugerencia: error fatal. sv
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: error interno muy grave, %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "fall el intento de aumentar el tamao de la matriz"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "lnea incorrecta en el archivo de esquema"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "la reserva de memoria fall en yy_flex_xmalloc()"
@@ -902,82 +919,107 @@ msgstr "encontradas demasiadas transiciones en mkxtion()"
msgid "too many rules (> %d)!"
msgstr "demasiadas reglas (> %d)!"
-#: parse.y:183
+#: parse.y:159
msgid "unknown error processing section 1"
msgstr "error desconocido en el proceso de la seccin 1"
-#: parse.y:208 parse.y:373
+#: parse.y:184 parse.y:351
msgid "bad start condition list"
msgstr "lista de condiciones de activacin incorrecta"
-#: parse.y:337
+#: parse.y:315
msgid "unrecognized rule"
msgstr "regla no reconocida"
-#: parse.y:456 parse.y:469 parse.y:538
+#: parse.y:434 parse.y:447 parse.y:516
msgid "trailing context used twice"
msgstr "contexto posterior usado dos veces"
-#: parse.y:574 parse.y:584 parse.y:657 parse.y:667
+#: parse.y:552 parse.y:562 parse.y:635 parse.y:645
msgid "bad iteration values"
msgstr "valores incorrectos para iteracin"
-#: parse.y:602 parse.y:620 parse.y:685 parse.y:703
+#: parse.y:580 parse.y:598 parse.y:663 parse.y:681
msgid "iteration value must be positive"
msgstr "los valores para iteracin deben ser positivos"
-#: parse.y:817 parse.y:827
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
msgstr ""
-#: parse.y:832
+#: parse.y:819
msgid "negative range in character class"
msgstr "rango negativo en clase caracteres"
-#: scan.l:70 scan.l:180 scan.l:267 scan.l:409 scan.l:548 scan.l:598
+#: parse.y:916
+#, fuzzy
+msgid "[:^lower:] is ambiguous in case insensitive scanner"
+msgstr ""
+"\t-i genera un analizador que no distingue entre maysculas y minsculas\n"
+
+#: parse.y:922
+#, fuzzy
+msgid "[:^upper:] ambiguous in case insensitive scanner"
+msgstr ""
+"\t-i genera un analizador que no distingue entre maysculas y minsculas\n"
+
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr ""
-#: scan.l:149
+#: scan.l:161
#, fuzzy, c-format
msgid "malformed '%top' directive"
msgstr "directiva '%' no reconocida"
-#: scan.l:171
+#: scan.l:183
#, no-c-format
msgid "unrecognized '%' directive"
msgstr "directiva '%' no reconocida"
-#: scan.l:251
-msgid "Unmatched '{'"
+#: scan.l:192
+msgid "Definition name too long\n"
msgstr ""
#: scan.l:284
+msgid "Unmatched '{'"
+msgstr ""
+
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr ""
+
+#: scan.l:317
msgid "incomplete name definition"
msgstr "definicin de nombre incompleta"
-#: scan.l:417
+#: scan.l:443
+msgid "Option line too long\n"
+msgstr ""
+
+#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
msgstr "%%opcin no reconocida: %s"
-#: scan.l:558 scan.l:677
+#: scan.l:633 scan.l:800
msgid "bad character class"
msgstr "clase de caracteres incorrecta"
-#: scan.l:605
+#: scan.l:683
#, c-format
msgid "undefined definition {%s}"
msgstr "definicin no definida {%s}"
-#: scan.l:645
+#: scan.l:755
#, c-format
msgid "bad <start condition>: %s"
msgstr "<condicin de activacin> incorrecta: %s"
# Sugerencia: falta una comilla. sv
-#: scan.l:658
+#: scan.l:768
msgid "missing quote"
msgstr "falta comilla"
@@ -985,30 +1027,35 @@ msgstr "falta comilla"
# incorrecta la expresin ... em
# ok, de traducir al final ocurre que acabas hablando al revs,
# como en ingls ng
-#: scan.l:698
+#: scan.l:834
#, c-format
msgid "bad character class expression: %s"
msgstr "expresin de la clase de caracteres incorrecta: %s"
-#: scan.l:720
+#: scan.l:856
msgid "bad character inside {}'s"
msgstr "carcter incorrecto dentro de {}'s"
# Sugerencia: "falta una }". sv
-#: scan.l:726
+#: scan.l:862
msgid "missing }"
msgstr "falta }"
-#: scan.l:799
+#: scan.l:940
msgid "EOF encountered inside an action"
msgstr "Fin de archivo (EOF) encontrado dentro de una accin"
-#: scan.l:819
+#: scan.l:945
+#, fuzzy
+msgid "EOF encountered inside pattern"
+msgstr "Fin de archivo (EOF) encontrado dentro de una accin"
+
+#: scan.l:967
#, c-format
msgid "bad character: %s"
msgstr "carcter incorrecto: %s"
-#: scan.l:848
+#: scan.l:996
#, c-format
msgid "can't open %s"
msgstr "no se puede abrir %s"
@@ -1018,27 +1065,27 @@ msgstr "no se puede abrir %s"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "Uso: %s [OPCIONES]...\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr "la opcin `%s' no permite un argumento\n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr "la opcin `%s' requiere un argumento\n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr "la opcin `%s' es ambigua\n"
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr "Opcin no reconocida `%s'\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "Error desconocido=(%d)\n"
@@ -1051,12 +1098,12 @@ msgstr "fall la reserva de memoria para la tabla de smbolos"
# hay que procurar evitar esto, siempre nos suena mejor
# el nombre ha sido definido dos veces, qu te parece? em
# mucho mejor, ya lo haba pensado, pero no saba cual era el estilo usual. ng
-#: sym.c:203
+#: sym.c:202
msgid "name defined twice"
msgstr "el nombre ha sido definido dos veces"
# Aqu lo mismo 'la condicin ... ha sido ..." em
-#: sym.c:254
+#: sym.c:253
#, c-format
msgid "start condition %s declared twice"
msgstr "la condicin de activacin %s ha sido declarada dos veces"
@@ -1077,6 +1124,12 @@ msgstr "Marcador de fin\n"
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "*Algo extrao* - terminal: %d val: %d\n"
+# Te he corregido un error de tecleo, y puesto entre comillas
+# la llamada a la funcin em
+# ok, lo de las comillas no lo saba ng
+#~ msgid "consistency check failed in symfollowset"
+#~ msgstr "fall el test de consistencia en `symfollowset'"
+
#~ msgid "Can't specify header option if writing to stdout."
#~ msgstr ""
#~ "No se puede especificar una opcin de cabecera si se escribe en stdout"
@@ -1148,11 +1201,6 @@ msgstr "*Algo extrao* - terminal: %d val: %d\n"
#~ msgid "\t-h produce this help message\n"
#~ msgstr "\t-h produce este mensaje de ayuda\n"
-#~ msgid "\t-i generate case-insensitive scanner\n"
-#~ msgstr ""
-#~ "\t-i genera un analizador que no distingue entre maysculas y "
-#~ "minsculas\n"
-
#~ msgid "\t-l maximal compatibility with original lex\n"
#~ msgstr "\t-l compatibilidad mxima con el lex original\n"
diff --git a/po/fi.gmo b/po/fi.gmo
new file mode 100644
index 0000000..f64f218
--- /dev/null
+++ b/po/fi.gmo
Binary files differ
diff --git a/po/fi.po b/po/fi.po
index 07b04e8..098505f 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,22 +1,39 @@
# Finnish messages for flex.
-# Copyright © 2009 The Flex Project (msgids)
+# Copyright © 2009, 2012 The Flex Project (msgids)
# This file is put in the public domain.
# This file is distributed under the same license as the flex package.
-# Jorma Karvonen <karvonen.jorma@gmail.com>, 2009.
+# Jorma Karvonen <karvonen.jorma@gmail.com>, 2009, 2012.
#
msgid ""
msgstr ""
-"Project-Id-Version: flex 2.5.34\n"
+"Project-Id-Version: flex 2.5.36\n"
"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2007-12-12 16:05-0500\n"
-"PO-Revision-Date: 2009-12-21 19:39+0200\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
+"PO-Revision-Date: 2012-08-02 21:16+0200\n"
"Last-Translator: Jorma Karvonen <karvonen.jorma@gmail.com>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr "Puskurin varaaminen merkkijonon tulostamiseen epäonnistui"
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr "Puskurin varaaminen rividirektiiville epäonnistui"
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr "Puskurin varaaminen m4 def -määrittelylle epäonnistui"
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr "Puskurin varaaminen m4 undef -määrittelylle epäonnistui"
+
#: dfa.c:61
#, c-format
msgid "State #%d is non-accepting -\n"
@@ -76,7 +93,7 @@ msgstr "tila numero %d:\n"
msgid "Could not write yynxt_tbl[][]"
msgstr "Ei voitu kirjoittaa yynxt_tbl[][]"
-#: dfa.c:1052
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "väärä siirtymämerkki havaittu funktiossa sympartition()"
@@ -178,7 +195,8 @@ msgstr "Ei voi käyttää valitsinta -f tai -F valitsimen -l kanssa"
#: main.c:241
msgid "Can't use --reentrant or --bison-bridge with -l option"
-msgstr "Ei voi käyttää valitsinta --reentrant tai --bison-bridge valitsimen -l kanssa"
+msgstr ""
+"Ei voi käyttää valitsinta --reentrant tai --bison-bridge valitsimen -l kanssa"
#: main.c:278
msgid "-Cf/-CF and -Cm don't make sense together"
@@ -228,285 +246,299 @@ msgstr "ei voitu kirjoittaa tauluotsaketta"
msgid "can't open skeleton file %s"
msgstr "ei voi avata kehystiedostoa %s"
-#: main.c:505
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr "Makromäärityksen varaaminen epäonnistui"
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "syötevirhe luettaessa kehystiedostoa %s"
-#: main.c:509
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "virhe suljettaessa kehystiedostoa %s"
-#: main.c:694
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "virhe luotaessa otsaketiedostoa %s"
-#: main.c:702
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "virhe kirjoitettaessa tulostetiedostoa %s"
-#: main.c:706
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "virhe suljettaessa tulostetiedostoa %s"
-#: main.c:710
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "virhe poistettaessa tulostetiedostoa %s"
-#: main.c:717
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr "Ei varmuuskopiointia.\n"
-#: main.c:721
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d (ei-hyväksyvää) varmuuskopiointitilaa.\n"
-#: main.c:725
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Tiivistetyt taulut varmuuskopioidaan aina.\n"
-#: main.c:728
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "virhe kirjoitettaessa varmuuskopiotiedostoa %s"
-#: main.c:732
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "virhe suljettaessa varmuuskopiotiedostoa %s"
-#: main.c:737
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s-version %s käyttötilastot:\n"
-#: main.c:740
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " skannerivalitsimet: -"
# Epädeterministinen äärellinen automaatti, lyh. NFA (engl. non-deterministic finite-state automaton)
-#: main.c:819
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d Epädeterministisen äärellisen automaatin tilaa\n"
-#: main.c:821
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d Deterministisen äärellisen automaatin tilaa (%d sanaa)\n"
-#: main.c:823
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d sääntöä\n"
-#: main.c:828
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr " Ei varmuuskopiointia\n"
-#: main.c:832
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d (ei-hyväksyvää) varmuuskopiotilaa\n"
-#: main.c:837
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " Tiivistetyt taulut varmuuskopioidaan aina\n"
-#: main.c:841
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " Rivin-alku-malleja käytetään\n"
-#: main.c:843
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d-käynnistysehtoja\n"
-#: main.c:847
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d epsilon-tilaa, %d double epsilon-tilaa\n"
-#: main.c:851
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " ei merkkiluokkia\n"
-#: main.c:855
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
-msgstr " %d/%d merkkiluokkaa tarvittu %d/%d tallennussanaan, %d käytetty uudelleen\n"
+msgstr ""
+" %d/%d merkkiluokkaa tarvittu %d/%d tallennussanaan, %d käytetty uudelleen\n"
-#: main.c:860
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d tila/seuraavatila-paria luotu\n"
-#: main.c:863
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d uniikkia/kaksoiskappelsiirtymää\n"
-#: main.c:868
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d-tauluriviä\n"
-#: main.c:876
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d base-def-alkiota luotu\n"
-#: main.c:880
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (huippu %d) nxt-chk-alkiota luotu\n"
-#: main.c:884
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (huippu %d) malline nxt-chk-alkiota luotu\n"
-#: main.c:888
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d tyhjää taulualkiota\n"
-#: main.c:890
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d protoa luotu\n"
-#: main.c:893
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d mallinetta luotu, %d käytetään\n"
-#: main.c:901
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d ekvivalenssiluokkaa luotu\n"
-#: main.c:909
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d meta-ekvivalenssiluokkaa luotu\n"
-#: main.c:915
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
-msgstr " %d (%d tallennettu) hash-törmäykset, yhtäsuuri kuin %d Deterministisen äärellisen automaatin törmäystä\n"
+msgstr ""
+" %d (%d tallennettu) hash-törmäykset, yhtäsuuri kuin %d Deterministisen "
+"äärellisen automaatin törmäystä\n"
-#: main.c:917
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d uudelleenvarausjoukkoa tarvittu\n"
-#: main.c:919
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " %d taulukkoalkiota tarvittu yhteensä\n"
-#: main.c:996
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "Sisäinen virhe. flex-valitsimet ovat vääränmuotoisia.\n"
-#: main.c:1006
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Lisätietoja käskyllä ”%s --help”.\n"
-#: main.c:1063
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr "tuntematon valitsin -C ”%c”"
-#: main.c:1192
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
-#: main.c:1467
+#: main.c:1469
msgid "fatal parse error"
msgstr "vakava jäsennysvirhe"
-#: main.c:1499
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr "ei voitu luoda varmuuskopiotietotiedostoa %s"
-#: main.c:1520
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
-msgstr "-l AT&T lex-yhteensopivuusvalitsin tuo mukanaan ison suorituskykysakon\n"
+msgstr ""
+"-l AT&T lex-yhteensopivuusvalitsin tuo mukanaan ison suorituskykysakon\n"
-#: main.c:1523
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
-msgstr " ja saattaa olla muiden ilmoitettujen suorituskykysakkojen todellinen lähde\n"
+msgstr ""
+" ja saattaa olla muiden ilmoitettujen suorituskykysakkojen todellinen lähde\n"
-#: main.c:1529
+#: main.c:1531
#, c-format
-msgid "%%option yylineno entails a performance penalty ONLY on rules that can match newline characters\n"
-msgstr "%%option yylineno tuo mukanaan suorituskykysakon VAIN säännöissä, jotka voivat täsmätä rivinvaihtomerkkeihin\n"
+msgid ""
+"%%option yylineno entails a performance penalty ONLY on rules that can match "
+"newline characters\n"
+msgstr ""
+"%%option yylineno tuo mukanaan suorituskykysakon VAIN säännöissä, jotka "
+"voivat täsmätä rivinvaihtomerkkeihin\n"
-#: main.c:1536
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (interaktiivinen) tuo mukanaan pienemmän suorituskykysakon\n"
-#: main.c:1541
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() tuo mukanaan pienemmän suorituskykysakon\n"
-#: main.c:1547
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT tuo mukanaan ison suorituskykyrangaistuksen\n"
-#: main.c:1552
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr "Muuttujajättökontekstisäännöt tuovat mukanaan ison suorityskykysakon\n"
-#: main.c:1564
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT ei voida käyttää valitsimen -f tai -F kanssa"
-#: main.c:1567
+#: main.c:1569
#, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "%option yylineno ei voi käyttää REJECT:n kanssa"
-#: main.c:1570
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
-msgstr "muuttujajättökontekstisääntöjä ei voida käyttää valitsimen -f tai -F kanssa"
+msgstr ""
+"muuttujajättökontekstisääntöjä ei voida käyttää valitsimen -f tai -F kanssa"
-#: main.c:1691
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass on merkityksellinen vain C++-skannereille"
-#: main.c:1798
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "Käyttö: %s [VALITSIMET] [TIEDOSTO]...\n"
-#: main.c:1801
+#: main.c:1805
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -536,7 +568,8 @@ msgid ""
" -S, --skel=FILE specify skeleton file\n"
" -t, --stdout write scanner on stdout instead of %s\n"
" --yyclass=NAME name of C++ class\n"
-" --header-file=FILE create a C header file in addition to the scanner\n"
+" --header-file=FILE create a C header file in addition to the "
+"scanner\n"
" --tables-file[=FILE] write tables to FILE\n"
"\n"
"Scanner behavior:\n"
@@ -573,12 +606,14 @@ msgstr ""
"Luo ohjelmia, jotka suorittavat tekstin mallintäsmäystä.\n"
"\n"
"Taulutiivistys:\n"
-" -Ca, --align kompromissi laajoissa taulukoissa parempaa muistitasausta varten\n"
+" -Ca, --align kompromissi laajoissa taulukoissa parempaa "
+"muistitasausta varten\n"
" -Ce, --ecs rakenna ekvivalenssiluokkia\n"
" -Cf älä tiivistä tauluja; käytä valitsinta -f esittelyyn\n"
" -CF älä tiivistä tauluja; käytä valitsinta -F esittelyyn\n"
" -Cm, --meta-ecs rakenna meta-ekvivalenssiluokkia\n"
-" -Cr, --read käytä funktiota read() eikä vakiosyötettä skannerisyötteenä\n"
+" -Cr, --read käytä funktiota read() eikä vakiosyötettä "
+"skannerisyötteenä\n"
" -f, --full tuota nopea, laaja skanneri. Sama kuin -Cfr\n"
" -F, --fast käytä vaihtoehtoista tauluesittelyä. Sama kuin -CFr\n"
" -Cem oletustiivistys (sama kuin --ecs --meta-ecs)\n"
@@ -587,15 +622,18 @@ msgstr ""
" -d, --debug ota käyttöön virheenjäljitystila skannerissa\n"
" -b, --backup kirjoita varmuuskopiotietoja osoitteeseen %s\n"
" -p, --perf-report kirjoita suorituskykyraportti vakiovirheeseen\n"
-" -s, --nodefault vaimenna oletussääntö ECHO-täsmäämättömään tekstiin\n"
+" -s, --nodefault vaimenna oletussääntö ECHO-täsmäämättömään "
+"tekstiin\n"
" -T, --trace %s pitäisi suorittaa jäljitystilassa\n"
" -w, --nowarn älä tuota varoituksia\n"
-" -v, --verbose kirjoita yhteenveto skanneritilastoista vakiotulosteeseen\n"
+" -v, --verbose kirjoita yhteenveto skanneritilastoista "
+"vakiotulosteeseen\n"
"\n"
"Tiedostot:\n"
" -o, --outfile=TIEDOSTO määritä tulostetiedostonimi\n"
" -S, --skel=TIEDOSTO määritä runkotiedosto\n"
-" -t, --stdout kirjoita skanneri vakiotulosteeseen eikä kohteeseen %s\n"
+" -t, --stdout kirjoita skanneri vakiotulosteeseen eikä "
+"kohteeseen %s\n"
" --yyclass=NIMI C++-luokan nimi\n"
" --header-file=TIEDOSTO tuota C-otsaketiedosto etsijän lisäksi\n"
" --tables-file[=TIEDOSTO] kirjoita taulut TIEDOSTOon\n"
@@ -605,9 +643,11 @@ msgstr ""
" -8, --8bit tuota 8-bittinen skanneri\n"
" -B, --batch tuota eräajoskanneri (päinvastoin kuin -I)\n"
" -i, --case-insensitive älä välitä kirjainkoosta malleissa\n"
-" -l, --lex-compat maksimiyhteensopivuus alkueräisen lex-ohjelman kanssa\n"
+" -l, --lex-compat maksimiyhteensopivuus alkueräisen lex-ohjelman "
+"kanssa\n"
" -X, --posix-compat maksimiyhteensopivuus POSIX lex-ohjelman kanssa\n"
-" -I, --interactive tuota interaktiivinen skanneri (päinvastoin kuin -B)\n"
+" -I, --interactive tuota interaktiivinen skanneri (päinvastoin kuin -"
+"B)\n"
" --yylineno jäljitä rivilukumäärä yylineno-ohjelmassa\n"
"\n"
"Generoitu koodi:\n"
@@ -618,7 +658,8 @@ msgstr ""
" -R, --reentrant tuota vapaakäyntinen C-skanneri\n"
" --bison-bridge skanneri ”bison pure”-jäsentimelle.\n"
" --bison-locations sisällytä yylloc-tuki.\n"
-" --stdinit alusta yyin/yyout vakiosyötteeseen/vakiotulosteeseen\n"
+" --stdinit alusta yyin/yyout vakiosyötteeseen/"
+"vakiotulosteeseen\n"
" --noansi-definitions vanhantyyliset funktiomäärittelyt\n"
" --noansi-prototypes tyhjä parametriluettelo prototyypeissä\n"
" --nounistd älä sisällytä <unistd.h>-tiedostoa\n"
@@ -631,43 +672,47 @@ msgstr ""
" -h, --help tuota tämä opastesanoma\n"
" -V, --version ilmoita %s-versio\n"
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr "sko_stack-varaaminen epäonnistui"
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "nimi ”%s” on naurettavan pitkä"
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "muistinvaraus epäonnistui funktiossa allocate_array()"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "väärä merkki ”%s” havaittu funktiossa check_char()"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr "skanneri vaatiin lipun -8 käytettäväksi merkille %s"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "dynaaminen muistivirhe funktiossa copy_string()"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: vakava sisäinen virhe, %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "yritys taulukon koon kasvattamiseksi epäonnistui"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "väärä rivi kehystiedostossa"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "muistinvaraus epäonnistui funktiossa yy_flex_xmalloc()"
@@ -680,7 +725,8 @@ msgid ""
msgstr ""
"\n"
"\n"
-"********** Epädeterministisen äärellisen automaatin vedoksen alku aloitustilassa %d\n"
+"********** Epädeterministisen äärellisen automaatin vedoksen alku "
+"aloitustilassa %d\n"
#: nfa.c:115
#, c-format
@@ -708,7 +754,9 @@ msgstr "väärä tilatyyppi funktiossa mark_beginning_as_normal()"
#: nfa.c:598
#, c-format
msgid "input rules are too complicated (>= %d NFA states)"
-msgstr "syötesäännöt ovat liian mutkikkaita (>= %d Epädeterministisen äärellisen automaatin tilaa)"
+msgstr ""
+"syötesäännöt ovat liian mutkikkaita (>= %d Epädeterministisen äärellisen "
+"automaatin tilaa)"
#: nfa.c:677
msgid "found too many transitions in mkxtion()"
@@ -743,24 +791,28 @@ msgstr "vääriä iteraatioarvoja"
msgid "iteration value must be positive"
msgstr "iteraatioarvon on oltava positiivinen"
-#: parse.y:806 parse.y:816
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
-msgstr "merkkialue [%c-%c] ei ole yksiselitteinen skannerissa, joka ei välitä kirjainkoosta"
+msgstr ""
+"merkkialue [%c-%c] ei ole yksiselitteinen skannerissa, joka ei välitä "
+"kirjainkoosta"
-#: parse.y:821
+#: parse.y:819
msgid "negative range in character class"
msgstr "negatiivinen lukualue merkkiluokassa"
-#: parse.y:918
+#: parse.y:916
msgid "[:^lower:] is ambiguous in case insensitive scanner"
-msgstr "[:^lower:] ei ole yksiselitteinen skannerissa, joka ei välitä kirjainkoosta"
+msgstr ""
+"[:^lower:] ei ole yksiselitteinen skannerissa, joka ei välitä kirjainkoosta"
-#: parse.y:924
+#: parse.y:922
msgid "[:^upper:] ambiguous in case insensitive scanner"
-msgstr "[:^upper:] ei ole yksiselitteinen skannerissa, joka ei välit kirjainkoosta"
+msgstr ""
+"[:^upper:] ei ole yksiselitteinen skannerissa, joka ei välit kirjainkoosta"
-#: scan.l:75 scan.l:192 scan.l:300 scan.l:443 scan.l:618 scan.l:676
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr "Syöterivi on liian pitkä\n"
@@ -774,14 +826,27 @@ msgstr "vääränmuotoinen ”%top”-direktiivi"
msgid "unrecognized '%' directive"
msgstr "tunnistamaton ”%”-direktiivi"
+#: scan.l:192
+msgid "Definition name too long\n"
+msgstr "Määritysnimi on liian pitkä\n"
+
#: scan.l:284
msgid "Unmatched '{'"
msgstr "Pariton ”{”"
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr "Määritysarvo kohteelle {%s} on liian pitkä\n"
+
#: scan.l:317
msgid "incomplete name definition"
msgstr "epätäydellinen nimimäärittely"
+#: scan.l:443
+msgid "Option line too long\n"
+msgstr "Valitsinrivi on liian pitkä\n"
+
#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
@@ -841,27 +906,27 @@ msgstr "ei voi avata %s"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "Käyttö: %s [VALITSIMET]...\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr "valitsin ”%s” ei salli argumenttia\n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr "valitsin ”%s” vaatii argumentin\n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr "valitsin ”%s” ei ole yksiselitteinen\n"
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr "Tunnistamaton valitsin ”%s”\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "Tuntematon virhe=(%d)\n"
diff --git a/po/flex.pot b/po/flex.pot
new file mode 100644
index 0000000..a2312f2
--- /dev/null
+++ b/po/flex.pot
@@ -0,0 +1,852 @@
+# SOME DESCRIPTIVE TITLE.
+# This file is put in the public domain.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr ""
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr ""
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr ""
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr ""
+
+#: dfa.c:61
+#, c-format
+msgid "State #%d is non-accepting -\n"
+msgstr ""
+
+#: dfa.c:124
+msgid "dangerous trailing context"
+msgstr ""
+
+#: dfa.c:166
+#, c-format
+msgid " associated rule line numbers:"
+msgstr ""
+
+#: dfa.c:202
+#, c-format
+msgid " out-transitions: "
+msgstr ""
+
+#: dfa.c:210
+#, c-format
+msgid ""
+"\n"
+" jam-transitions: EOF "
+msgstr ""
+
+#: dfa.c:341
+msgid "consistency check failed in epsclosure()"
+msgstr ""
+
+#: dfa.c:429
+msgid ""
+"\n"
+"\n"
+"DFA Dump:\n"
+"\n"
+msgstr ""
+
+#: dfa.c:604
+msgid "could not create unique end-of-buffer state"
+msgstr ""
+
+#: dfa.c:625
+#, c-format
+msgid "state # %d:\n"
+msgstr ""
+
+#: dfa.c:785
+msgid "Could not write yynxt_tbl[][]"
+msgstr ""
+
+#: dfa.c:1049
+msgid "bad transition character detected in sympartition()"
+msgstr ""
+
+#: gen.c:478
+msgid ""
+"\n"
+"\n"
+"Equivalence Classes:\n"
+"\n"
+msgstr ""
+
+#: gen.c:662 gen.c:691 gen.c:1215
+#, c-format
+msgid "state # %d accepts: [%d]\n"
+msgstr ""
+
+#: gen.c:1110
+#, c-format
+msgid "state # %d accepts: "
+msgstr ""
+
+#: gen.c:1157
+msgid "Could not write yyacclist_tbl"
+msgstr ""
+
+#: gen.c:1233
+msgid "Could not write yyacc_tbl"
+msgstr ""
+
+#: gen.c:1248 gen.c:1633 gen.c:1656
+msgid "Could not write ecstbl"
+msgstr ""
+
+#: gen.c:1271
+msgid ""
+"\n"
+"\n"
+"Meta-Equivalence Classes:\n"
+msgstr ""
+
+#: gen.c:1293
+msgid "Could not write yymeta_tbl"
+msgstr ""
+
+#: gen.c:1354
+msgid "Could not write yybase_tbl"
+msgstr ""
+
+#: gen.c:1388
+msgid "Could not write yydef_tbl"
+msgstr ""
+
+#: gen.c:1428
+msgid "Could not write yynxt_tbl"
+msgstr ""
+
+#: gen.c:1464
+msgid "Could not write yychk_tbl"
+msgstr ""
+
+#: gen.c:1618 gen.c:1647
+msgid "Could not write ftbl"
+msgstr ""
+
+#: gen.c:1624
+msgid "Could not write ssltbl"
+msgstr ""
+
+#: gen.c:1675
+msgid "Could not write eoltbl"
+msgstr ""
+
+#: gen.c:1735
+msgid "Could not write yynultrans_tbl"
+msgstr ""
+
+#: main.c:189
+msgid "rule cannot be matched"
+msgstr ""
+
+#: main.c:194
+msgid "-s option given but default rule can be matched"
+msgstr ""
+
+#: main.c:234
+msgid "Can't use -+ with -l option"
+msgstr ""
+
+#: main.c:237
+msgid "Can't use -f or -F with -l option"
+msgstr ""
+
+#: main.c:241
+msgid "Can't use --reentrant or --bison-bridge with -l option"
+msgstr ""
+
+#: main.c:278
+msgid "-Cf/-CF and -Cm don't make sense together"
+msgstr ""
+
+#: main.c:281
+msgid "-Cf/-CF and -I are incompatible"
+msgstr ""
+
+#: main.c:285
+msgid "-Cf/-CF are incompatible with lex-compatibility mode"
+msgstr ""
+
+#: main.c:290
+msgid "-Cf and -CF are mutually exclusive"
+msgstr ""
+
+#: main.c:294
+msgid "Can't use -+ with -CF option"
+msgstr ""
+
+#: main.c:297
+#, c-format
+msgid "%array incompatible with -+ option"
+msgstr ""
+
+#: main.c:302
+msgid "Options -+ and --reentrant are mutually exclusive."
+msgstr ""
+
+#: main.c:305
+msgid "bison bridge not supported for the C++ scanner."
+msgstr ""
+
+#: main.c:360 main.c:406
+#, c-format
+msgid "could not create %s"
+msgstr ""
+
+#: main.c:419
+msgid "could not write tables header"
+msgstr ""
+
+#: main.c:423
+#, c-format
+msgid "can't open skeleton file %s"
+msgstr ""
+
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr ""
+
+#: main.c:507
+#, c-format
+msgid "input error reading skeleton file %s"
+msgstr ""
+
+#: main.c:511
+#, c-format
+msgid "error closing skeleton file %s"
+msgstr ""
+
+#: main.c:696
+#, c-format
+msgid "error creating header file %s"
+msgstr ""
+
+#: main.c:704
+#, c-format
+msgid "error writing output file %s"
+msgstr ""
+
+#: main.c:708
+#, c-format
+msgid "error closing output file %s"
+msgstr ""
+
+#: main.c:712
+#, c-format
+msgid "error deleting output file %s"
+msgstr ""
+
+#: main.c:719
+#, c-format
+msgid "No backing up.\n"
+msgstr ""
+
+#: main.c:723
+#, c-format
+msgid "%d backing up (non-accepting) states.\n"
+msgstr ""
+
+#: main.c:727
+#, c-format
+msgid "Compressed tables always back up.\n"
+msgstr ""
+
+#: main.c:730
+#, c-format
+msgid "error writing backup file %s"
+msgstr ""
+
+#: main.c:734
+#, c-format
+msgid "error closing backup file %s"
+msgstr ""
+
+#: main.c:739
+#, c-format
+msgid "%s version %s usage statistics:\n"
+msgstr ""
+
+#: main.c:742
+#, c-format
+msgid " scanner options: -"
+msgstr ""
+
+#: main.c:821
+#, c-format
+msgid " %d/%d NFA states\n"
+msgstr ""
+
+#: main.c:823
+#, c-format
+msgid " %d/%d DFA states (%d words)\n"
+msgstr ""
+
+#: main.c:825
+#, c-format
+msgid " %d rules\n"
+msgstr ""
+
+#: main.c:830
+#, c-format
+msgid " No backing up\n"
+msgstr ""
+
+#: main.c:834
+#, c-format
+msgid " %d backing-up (non-accepting) states\n"
+msgstr ""
+
+#: main.c:839
+#, c-format
+msgid " Compressed tables always back-up\n"
+msgstr ""
+
+#: main.c:843
+#, c-format
+msgid " Beginning-of-line patterns used\n"
+msgstr ""
+
+#: main.c:845
+#, c-format
+msgid " %d/%d start conditions\n"
+msgstr ""
+
+#: main.c:849
+#, c-format
+msgid " %d epsilon states, %d double epsilon states\n"
+msgstr ""
+
+#: main.c:853
+#, c-format
+msgid " no character classes\n"
+msgstr ""
+
+#: main.c:857
+#, c-format
+msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
+msgstr ""
+
+#: main.c:862
+#, c-format
+msgid " %d state/nextstate pairs created\n"
+msgstr ""
+
+#: main.c:865
+#, c-format
+msgid " %d/%d unique/duplicate transitions\n"
+msgstr ""
+
+#: main.c:870
+#, c-format
+msgid " %d table entries\n"
+msgstr ""
+
+#: main.c:878
+#, c-format
+msgid " %d/%d base-def entries created\n"
+msgstr ""
+
+#: main.c:882
+#, c-format
+msgid " %d/%d (peak %d) nxt-chk entries created\n"
+msgstr ""
+
+#: main.c:886
+#, c-format
+msgid " %d/%d (peak %d) template nxt-chk entries created\n"
+msgstr ""
+
+#: main.c:890
+#, c-format
+msgid " %d empty table entries\n"
+msgstr ""
+
+#: main.c:892
+#, c-format
+msgid " %d protos created\n"
+msgstr ""
+
+#: main.c:895
+#, c-format
+msgid " %d templates created, %d uses\n"
+msgstr ""
+
+#: main.c:903
+#, c-format
+msgid " %d/%d equivalence classes created\n"
+msgstr ""
+
+#: main.c:911
+#, c-format
+msgid " %d/%d meta-equivalence classes created\n"
+msgstr ""
+
+#: main.c:917
+#, c-format
+msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
+msgstr ""
+
+#: main.c:919
+#, c-format
+msgid " %d sets of reallocations needed\n"
+msgstr ""
+
+#: main.c:921
+#, c-format
+msgid " %d total table entries needed\n"
+msgstr ""
+
+#: main.c:998
+#, c-format
+msgid "Internal error. flexopts are malformed.\n"
+msgstr ""
+
+#: main.c:1008
+#, c-format
+msgid "Try `%s --help' for more information.\n"
+msgstr ""
+
+#: main.c:1065
+#, c-format
+msgid "unknown -C option '%c'"
+msgstr ""
+
+#: main.c:1194
+#, c-format
+msgid "%s %s\n"
+msgstr ""
+
+#: main.c:1469
+msgid "fatal parse error"
+msgstr ""
+
+#: main.c:1501
+#, c-format
+msgid "could not create backing-up info file %s"
+msgstr ""
+
+#: main.c:1522
+#, c-format
+msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
+msgstr ""
+
+#: main.c:1525
+#, c-format
+msgid " and may be the actual source of other reported performance penalties\n"
+msgstr ""
+
+#: main.c:1531
+#, c-format
+msgid ""
+"%%option yylineno entails a performance penalty ONLY on rules that can match "
+"newline characters\n"
+msgstr ""
+
+#: main.c:1538
+#, c-format
+msgid "-I (interactive) entails a minor performance penalty\n"
+msgstr ""
+
+#: main.c:1543
+#, c-format
+msgid "yymore() entails a minor performance penalty\n"
+msgstr ""
+
+#: main.c:1549
+#, c-format
+msgid "REJECT entails a large performance penalty\n"
+msgstr ""
+
+#: main.c:1554
+#, c-format
+msgid "Variable trailing context rules entail a large performance penalty\n"
+msgstr ""
+
+#: main.c:1566
+msgid "REJECT cannot be used with -f or -F"
+msgstr ""
+
+#: main.c:1569
+#, c-format
+msgid "%option yylineno cannot be used with REJECT"
+msgstr ""
+
+#: main.c:1572
+msgid "variable trailing context rules cannot be used with -f or -F"
+msgstr ""
+
+#: main.c:1695
+#, c-format
+msgid "%option yyclass only meaningful for C++ scanners"
+msgstr ""
+
+#: main.c:1802
+#, c-format
+msgid "Usage: %s [OPTIONS] [FILE]...\n"
+msgstr ""
+
+#: main.c:1805
+#, c-format
+msgid ""
+"Generates programs that perform pattern-matching on text.\n"
+"\n"
+"Table Compression:\n"
+" -Ca, --align trade off larger tables for better memory alignment\n"
+" -Ce, --ecs construct equivalence classes\n"
+" -Cf do not compress tables; use -f representation\n"
+" -CF do not compress tables; use -F representation\n"
+" -Cm, --meta-ecs construct meta-equivalence classes\n"
+" -Cr, --read use read() instead of stdio for scanner input\n"
+" -f, --full generate fast, large scanner. Same as -Cfr\n"
+" -F, --fast use alternate table representation. Same as -CFr\n"
+" -Cem default compression (same as --ecs --meta-ecs)\n"
+"\n"
+"Debugging:\n"
+" -d, --debug enable debug mode in scanner\n"
+" -b, --backup write backing-up information to %s\n"
+" -p, --perf-report write performance report to stderr\n"
+" -s, --nodefault suppress default rule to ECHO unmatched text\n"
+" -T, --trace %s should run in trace mode\n"
+" -w, --nowarn do not generate warnings\n"
+" -v, --verbose write summary of scanner statistics to stdout\n"
+"\n"
+"Files:\n"
+" -o, --outfile=FILE specify output filename\n"
+" -S, --skel=FILE specify skeleton file\n"
+" -t, --stdout write scanner on stdout instead of %s\n"
+" --yyclass=NAME name of C++ class\n"
+" --header-file=FILE create a C header file in addition to the "
+"scanner\n"
+" --tables-file[=FILE] write tables to FILE\n"
+"\n"
+"Scanner behavior:\n"
+" -7, --7bit generate 7-bit scanner\n"
+" -8, --8bit generate 8-bit scanner\n"
+" -B, --batch generate batch scanner (opposite of -I)\n"
+" -i, --case-insensitive ignore case in patterns\n"
+" -l, --lex-compat maximal compatibility with original lex\n"
+" -X, --posix-compat maximal compatibility with POSIX lex\n"
+" -I, --interactive generate interactive scanner (opposite of -B)\n"
+" --yylineno track line count in yylineno\n"
+"\n"
+"Generated code:\n"
+" -+, --c++ generate C++ scanner class\n"
+" -Dmacro[=defn] #define macro defn (default defn is '1')\n"
+" -L, --noline suppress #line directives in scanner\n"
+" -P, --prefix=STRING use STRING as prefix instead of \"yy\"\n"
+" -R, --reentrant generate a reentrant C scanner\n"
+" --bison-bridge scanner for bison pure parser.\n"
+" --bison-locations include yylloc support.\n"
+" --stdinit initialize yyin/yyout to stdin/stdout\n"
+" --noansi-definitions old-style function definitions\n"
+" --noansi-prototypes empty parameter list in prototypes\n"
+" --nounistd do not include <unistd.h>\n"
+" --noFUNCTION do not generate a particular FUNCTION\n"
+"\n"
+"Miscellaneous:\n"
+" -c do-nothing POSIX option\n"
+" -n do-nothing POSIX option\n"
+" -?\n"
+" -h, --help produce this help message\n"
+" -V, --version report %s version\n"
+msgstr ""
+
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr ""
+
+#: misc.c:102 misc.c:128
+#, c-format
+msgid "name \"%s\" ridiculously long"
+msgstr ""
+
+#: misc.c:177
+msgid "memory allocation failed in allocate_array()"
+msgstr ""
+
+#: misc.c:230
+#, c-format
+msgid "bad character '%s' detected in check_char()"
+msgstr ""
+
+#: misc.c:235
+#, c-format
+msgid "scanner requires -8 flag to use the character %s"
+msgstr ""
+
+#: misc.c:268
+msgid "dynamic memory failure in copy_string()"
+msgstr ""
+
+#: misc.c:367
+#, c-format
+msgid "%s: fatal internal error, %s\n"
+msgstr ""
+
+#: misc.c:803
+msgid "attempt to increase array size failed"
+msgstr ""
+
+#: misc.c:930
+msgid "bad line in skeleton file"
+msgstr ""
+
+#: misc.c:979
+msgid "memory allocation failed in yy_flex_xmalloc()"
+msgstr ""
+
+#: nfa.c:104
+#, c-format
+msgid ""
+"\n"
+"\n"
+"********** beginning dump of nfa with start state %d\n"
+msgstr ""
+
+#: nfa.c:115
+#, c-format
+msgid "state # %4d\t"
+msgstr ""
+
+#: nfa.c:130
+#, c-format
+msgid "********** end of dump\n"
+msgstr ""
+
+#: nfa.c:174
+msgid "empty machine in dupmachine()"
+msgstr ""
+
+#: nfa.c:240
+#, c-format
+msgid "Variable trailing context rule at line %d\n"
+msgstr ""
+
+#: nfa.c:353
+msgid "bad state type in mark_beginning_as_normal()"
+msgstr ""
+
+#: nfa.c:598
+#, c-format
+msgid "input rules are too complicated (>= %d NFA states)"
+msgstr ""
+
+#: nfa.c:677
+msgid "found too many transitions in mkxtion()"
+msgstr ""
+
+#: nfa.c:703
+#, c-format
+msgid "too many rules (> %d)!"
+msgstr ""
+
+#: parse.y:159
+msgid "unknown error processing section 1"
+msgstr ""
+
+#: parse.y:184 parse.y:351
+msgid "bad start condition list"
+msgstr ""
+
+#: parse.y:315
+msgid "unrecognized rule"
+msgstr ""
+
+#: parse.y:434 parse.y:447 parse.y:516
+msgid "trailing context used twice"
+msgstr ""
+
+#: parse.y:552 parse.y:562 parse.y:635 parse.y:645
+msgid "bad iteration values"
+msgstr ""
+
+#: parse.y:580 parse.y:598 parse.y:663 parse.y:681
+msgid "iteration value must be positive"
+msgstr ""
+
+#: parse.y:804 parse.y:814
+#, c-format
+msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
+msgstr ""
+
+#: parse.y:819
+msgid "negative range in character class"
+msgstr ""
+
+#: parse.y:916
+msgid "[:^lower:] is ambiguous in case insensitive scanner"
+msgstr ""
+
+#: parse.y:922
+msgid "[:^upper:] ambiguous in case insensitive scanner"
+msgstr ""
+
+#: scan.l:75 scan.l:618 scan.l:676
+msgid "Input line too long\n"
+msgstr ""
+
+#: scan.l:161
+#, c-format
+msgid "malformed '%top' directive"
+msgstr ""
+
+#: scan.l:183
+#, no-c-format
+msgid "unrecognized '%' directive"
+msgstr ""
+
+#: scan.l:192
+msgid "Definition name too long\n"
+msgstr ""
+
+#: scan.l:284
+msgid "Unmatched '{'"
+msgstr ""
+
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr ""
+
+#: scan.l:317
+msgid "incomplete name definition"
+msgstr ""
+
+#: scan.l:443
+msgid "Option line too long\n"
+msgstr ""
+
+#: scan.l:451
+#, c-format
+msgid "unrecognized %%option: %s"
+msgstr ""
+
+#: scan.l:633 scan.l:800
+msgid "bad character class"
+msgstr ""
+
+#: scan.l:683
+#, c-format
+msgid "undefined definition {%s}"
+msgstr ""
+
+#: scan.l:755
+#, c-format
+msgid "bad <start condition>: %s"
+msgstr ""
+
+#: scan.l:768
+msgid "missing quote"
+msgstr ""
+
+#: scan.l:834
+#, c-format
+msgid "bad character class expression: %s"
+msgstr ""
+
+#: scan.l:856
+msgid "bad character inside {}'s"
+msgstr ""
+
+#: scan.l:862
+msgid "missing }"
+msgstr ""
+
+#: scan.l:940
+msgid "EOF encountered inside an action"
+msgstr ""
+
+#: scan.l:945
+msgid "EOF encountered inside pattern"
+msgstr ""
+
+#: scan.l:967
+#, c-format
+msgid "bad character: %s"
+msgstr ""
+
+#: scan.l:996
+#, c-format
+msgid "can't open %s"
+msgstr ""
+
+#: scanopt.c:291
+#, c-format
+msgid "Usage: %s [OPTIONS]...\n"
+msgstr ""
+
+#: scanopt.c:564
+#, c-format
+msgid "option `%s' doesn't allow an argument\n"
+msgstr ""
+
+#: scanopt.c:569
+#, c-format
+msgid "option `%s' requires an argument\n"
+msgstr ""
+
+#: scanopt.c:573
+#, c-format
+msgid "option `%s' is ambiguous\n"
+msgstr ""
+
+#: scanopt.c:577
+#, c-format
+msgid "Unrecognized option `%s'\n"
+msgstr ""
+
+#: scanopt.c:581
+#, c-format
+msgid "Unknown error=(%d)\n"
+msgstr ""
+
+#: sym.c:100
+msgid "symbol table memory allocation failed"
+msgstr ""
+
+#: sym.c:202
+msgid "name defined twice"
+msgstr ""
+
+#: sym.c:253
+#, c-format
+msgid "start condition %s declared twice"
+msgstr ""
+
+#: yylex.c:56
+msgid "premature EOF"
+msgstr ""
+
+#: yylex.c:198
+#, c-format
+msgid "End Marker\n"
+msgstr ""
+
+#: yylex.c:204
+#, c-format
+msgid "*Something Weird* - tok: %d val: %d\n"
+msgstr ""
diff --git a/po/fr.gmo b/po/fr.gmo
new file mode 100644
index 0000000..e324bd1
--- /dev/null
+++ b/po/fr.gmo
Binary files differ
diff --git a/po/fr.po b/po/fr.po
index 72ffd8d..ec9a518 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flex 2.5.34\n"
"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2007-12-12 16:05-0500\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
"PO-Revision-Date: 2008-03-29 18:00+0000\n"
"Last-Translator: François-Xavier Coudert <fxcoudert@gmail.com>\n"
"Language-Team: French <traduc@traduc.org>\n"
@@ -19,6 +19,22 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr ""
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr ""
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr ""
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr ""
+
#: dfa.c:61
#, c-format
msgid "State #%d is non-accepting -\n"
@@ -76,7 +92,7 @@ msgstr "état n° %d :\n"
msgid "Could not write yynxt_tbl[][]"
msgstr "ne peut écrire yynxt_tbl[][]"
-#: dfa.c:1052
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "mauvais caractère de transition détecté dans sympartition()"
@@ -178,7 +194,9 @@ msgstr "Les options -f et -F ne peuvent être combinées à -l"
#: main.c:241
msgid "Can't use --reentrant or --bison-bridge with -l option"
-msgstr "Les options --reentrant ou --bison-bridge ne peuvent être combinées à l'option -l"
+msgstr ""
+"Les options --reentrant ou --bison-bridge ne peuvent être combinées à "
+"l'option -l"
#: main.c:278
msgid "-Cf/-CF and -Cm don't make sense together"
@@ -190,7 +208,8 @@ msgstr "-Cf/-CF et -I sont incompatibles"
#: main.c:285
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
-msgstr "l'option -Cf/-CF n'est pas compatible avec le mode de compatibilité « lex »"
+msgstr ""
+"l'option -Cf/-CF n'est pas compatible avec le mode de compatibilité « lex »"
#: main.c:290
msgid "-Cf and -CF are mutually exclusive"
@@ -227,292 +246,300 @@ msgstr "ne peut écrire les tables d'en-tête"
msgid "can't open skeleton file %s"
msgstr "impossible d'ouvrir le fichier canevas %s"
-#: main.c:505
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr ""
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "erreur lors de la lecture du fichier canevas %s"
-#: main.c:509
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "erreur lors de la fermeture du fichier canevas %s"
-#: main.c:694
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "erreur de création du fichier d'en-tête %s"
-#: main.c:702
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "erreur lors de l'écriture du fichier de sortie %s"
-#: main.c:706
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "erreur lors de la fermeture du fichier de sortie %s"
-#: main.c:710
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "erreur lors de l'effacement du fichier de sortie %s"
-#: main.c:717
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr "Pas de retour-arrière.\n"
-#: main.c:721
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d états avec retour arrière (non-acceptants).\n"
-#: main.c:725
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Les tables comprimées font toujours des retours-arrière.\n"
-#: main.c:728
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "erreur lors de l'écriture du fichier de sauvegarde %s"
-#: main.c:732
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "erreur lors de la fermeture du fichier de sauvegarde %s"
-#: main.c:737
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "« %s » version %s, statistiques d'utilisation :\n"
-#: main.c:740
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " options de l'analyseur lexical : -"
-#: main.c:819
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d états NFA\n"
-#: main.c:821
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d états AFD (%d mots)\n"
-#: main.c:823
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d règles\n"
-#: main.c:828
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr " Pas de retour arrière\n"
-#: main.c:832
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d états avec retour arrière (si non-acceptants)\n"
-#: main.c:837
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " Les tables comprimées font toujours des retours arrière\n"
-#: main.c:841
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " Modèles utilisés en début de ligne\n"
-#: main.c:843
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d conditions de départ\n"
-#: main.c:847
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d états epsilon, %d états double epsilon\n"
-#: main.c:851
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " pas de classes de caractères\n"
-#: main.c:855
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
-msgstr " %d/%d classes de caractères requises %d/%d mots-mémoire, %d recyclés\n"
+msgstr ""
+" %d/%d classes de caractères requises %d/%d mots-mémoire, %d recyclés\n"
-#: main.c:860
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d paires state/nextstate produites\n"
-#: main.c:863
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d transitions uniques/dupliquées\n"
-#: main.c:868
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d entrées dans la table\n"
-#: main.c:876
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d entrées base-def produites\n"
-#: main.c:880
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (max %d) entrées nxt-chk produites\n"
-#: main.c:884
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (max %d) entrées de modèle nxt-chk produites\n"
-#: main.c:888
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d entrées vides dans la table\n"
-#: main.c:890
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d prototypes produits\n"
-#: main.c:893
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d modèles produits, %d usages\n"
-#: main.c:901
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d classes d'équivalence produites\n"
-#: main.c:909
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d classes de méta-équivalence produites\n"
-#: main.c:915
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d sauvés) collisions durant dispersion, %d AFD égaux\n"
-#: main.c:917
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d ensembles de réallocations requis\n"
-#: main.c:919
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " %d entrées requises dans la table, au total\n"
-#: main.c:996
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "Erreur interne. Les options « flexopts » sont mal composées.\n"
-#: main.c:1006
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Essayer « %s --help » pour plus d'informations.\n"
-#: main.c:1063
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr "l'option -C « %c » inconnue"
-#: main.c:1192
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
-#: main.c:1467
+#: main.c:1469
msgid "fatal parse error"
msgstr "erreur de lecture fatale"
-#: main.c:1499
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
-msgstr "impossible de créer le fichier d'information sur les retours-arrière %s"
+msgstr ""
+"impossible de créer le fichier d'information sur les retours-arrière %s"
-#: main.c:1520
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr ""
"L'option -l de compatibilité avec le « lex » d'AT&T entraîne une importante\n"
"perte de performance\n"
-#: main.c:1523
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
msgstr " et peuvent être cause d'autres vices de performance observés\n"
-#: main.c:1529
+#: main.c:1531
#, c-format
-msgid "%%option yylineno entails a performance penalty ONLY on rules that can match newline characters\n"
+msgid ""
+"%%option yylineno entails a performance penalty ONLY on rules that can match "
+"newline characters\n"
msgstr ""
"%%option yylineno entraîne une importante perte de performance SEULEMENT\n"
"sur les règles pouvant concorder avec le caractère de retour de chartiot\n"
-#: main.c:1536
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "l'option -I (interactif) entraîne une faible perte de performance\n"
-#: main.c:1541
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() entraîne une faible baisse de performance\n"
-#: main.c:1547
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT entraîne une importante baisse de performance\n"
-#: main.c:1552
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr ""
"Les règles de contexte traîné variable entraînent une importante baisse de\n"
"performance\n"
-#: main.c:1564
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT ne peut pas être utilisé avec -f ou -F"
-#: main.c:1567
+#: main.c:1569
#, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "%option yylineno ne peut être utilisé avec REJECT"
-#: main.c:1570
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr ""
"les règles de contexte traîné variable ne peuvent pas être utilisées avec\n"
"-f ou -F"
-#: main.c:1691
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass n'a de sens qu'avec les analyseurs C++"
-#: main.c:1798
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "Usage: %s [OPTIONS] [fichier]...\n"
-#: main.c:1801
+#: main.c:1805
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -542,7 +569,8 @@ msgid ""
" -S, --skel=FILE specify skeleton file\n"
" -t, --stdout write scanner on stdout instead of %s\n"
" --yyclass=NAME name of C++ class\n"
-" --header-file=FILE create a C header file in addition to the scanner\n"
+" --header-file=FILE create a C header file in addition to the "
+"scanner\n"
" --tables-file[=FILE] write tables to FILE\n"
"\n"
"Scanner behavior:\n"
@@ -576,17 +604,23 @@ msgid ""
" -h, --help produce this help message\n"
" -V, --version report %s version\n"
msgstr ""
-"Génération de programmes capables de traiter la concordance de patrons sur du texte.\n"
+"Génération de programmes capables de traiter la concordance de patrons sur "
+"du texte.\n"
"\n"
"Compression de table:\n"
-" -Ca, --align négocier les grandes tables pour un meilleur alignement mémoire\n"
+" -Ca, --align négocier les grandes tables pour un meilleur alignement "
+"mémoire\n"
" -Ce, --ecs construire des équivalences de classes\n"
-" -Cf ne pas compresser les tables; utiliser la représentation -f\n"
-" -CF ne pas compresser les tables; utiliser la représentation -F\n"
+" -Cf ne pas compresser les tables; utiliser la représentation "
+"-f\n"
+" -CF ne pas compresser les tables; utiliser la représentation "
+"-F\n"
" -Cm, --meta-ecs construire des méta-équivalences de classes\n"
-" -Cr, --read utiliser read() au lieu de stdio pour le scanner d'entrée\n"
+" -Cr, --read utiliser read() au lieu de stdio pour le scanner "
+"d'entrée\n"
" -f, --full générer rapidement, un grand scanner. Identique à -Cfr\n"
-" -F, --fast utiliser une table alternative de représentation. Identique à -CFr\n"
+" -F, --fast utiliser une table alternative de représentation. "
+"Identique à -CFr\n"
" -Cem compression par défaut (identique à --ecs --meta-ecs)\n"
"\n"
"Mise au point (mode débug):\n"
@@ -597,23 +631,28 @@ msgstr ""
" le texte non concordant par ECHO\n"
" -T, --trace %s devrait s'exécuter en mode trace\n"
" -w, --nowarn ne pas générer d'avertissements\n"
-" -v, --verbose produire des statistiques sommaires du scanner sur stdout\n"
+" -v, --verbose produire des statistiques sommaires du scanner "
+"sur stdout\n"
"\n"
"Fichiers:\n"
" -o, --outfile=FICHIER spécifier un nom de fichier de sortie\n"
" -S, --skel=FICHIER spécifier le fichier du squelette\n"
" -t, --stdout produire le scanner sur stdout au lieu de %s\n"
" --yyclass=NOM nom de la classe C++\n"
-" --header-file=FICHIER créer le fichier d'en-tête C en plus du scanner\n"
+" --header-file=FICHIER créer le fichier d'en-tête C en plus du "
+"scanner\n"
" --tables-file[=FICHIER] écrire les tables dans le FICHIER\n"
"\n"
"Comportement du scanner:\n"
" -7, --7bit générer un scanner de 7 bits\n"
" -8, --8bit générer un scanner de 8 bits\n"
-" -B, --batch générer un scanner travaillant par lot (contraire de -I)\n"
+" -B, --batch générer un scanner travaillant par lot (contraire "
+"de -I)\n"
" -i, --case-insensitive ignorer la casse dans les patrons\n"
-" -l, --lex-compat établir une compatibilité maximale avec le lex d'origine\n"
-" -X, --posix-compat établir une compatibilité maximale avec le lex de POSIX\n"
+" -l, --lex-compat établir une compatibilité maximale avec le lex "
+"d'origine\n"
+" -X, --posix-compat établir une compatibilité maximale avec le lex de "
+"POSIX\n"
" -I, --interactive générer un scanner interactif (contraire de -B)\n"
" --yylineno track line count in yylineno\n"
"\n"
@@ -621,7 +660,8 @@ msgstr ""
" -+, --c++ générer la classe C++ du scanner\n"
" -Dmacro[=def] définition macro #define (par défaut est '1')\n"
" -L, --noline supprimer les directives #line dans le scanner\n"
-" -P, --prefix=CHAÎNE utiliser la CHAÎNE comme préfixe au lieu de \"yy\"\n"
+" -P, --prefix=CHAÎNE utiliser la CHAÎNE comme préfixe au lieu de \"yy"
+"\"\n"
" -R, --reentrant générer un scanner C en code réentrant\n"
" --bison-bridge scanner pour l'analyseur pur bison\n"
" --bison-locations inclure le support de yylloc.\n"
@@ -636,43 +676,48 @@ msgstr ""
" -h, --help afficher l'aide-mémoire\n"
" -V, --version afficher la version %s du logiciel\n"
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr ""
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "le nom \"%s\" est ridiculement long"
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "échec d'allocation mémoire dans allocate_array()"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "mauvais caractère « %s » détecté dans check_char()"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
-msgstr "l'analyseur nécessite l'option -8 pour pouvoir utiliser le caractère %s"
+msgstr ""
+"l'analyseur nécessite l'option -8 pour pouvoir utiliser le caractère %s"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "échec de mémoire dynamique dans copy_string()"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s : erreur interne fatale, %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "échec de la tentative d'augmenter la taille du tableau"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "mauvaise ligne dans le fichier canevas"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "échec d'allocation mémoire dans yy_flex_xmalloc()"
@@ -748,24 +793,26 @@ msgstr "valeurs d'itération erronée"
msgid "iteration value must be positive"
msgstr "valeur d'itération doit être positive"
-#: parse.y:806 parse.y:816
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
-msgstr "l'étendue de caractères [%c-%c] est ambiguë pour un scanner insensible à la casse"
+msgstr ""
+"l'étendue de caractères [%c-%c] est ambiguë pour un scanner insensible à la "
+"casse"
-#: parse.y:821
+#: parse.y:819
msgid "negative range in character class"
msgstr "plage négative dans la classe de caractères"
-#: parse.y:918
+#: parse.y:916
msgid "[:^lower:] is ambiguous in case insensitive scanner"
msgstr "[:^lower:] est ambigu pour un scanner insensible à la casse"
-#: parse.y:924
+#: parse.y:922
msgid "[:^upper:] ambiguous in case insensitive scanner"
msgstr "[:^upper:] est ambigu pour un scanner insensible à la casse"
-#: scan.l:75 scan.l:192 scan.l:300 scan.l:443 scan.l:618 scan.l:676
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr "ligne d'entrée trop longue\n"
@@ -779,14 +826,29 @@ msgstr "directive « %top » mal composée"
msgid "unrecognized '%' directive"
msgstr "directive « % » inconnue"
+#: scan.l:192
+#, fuzzy
+msgid "Definition name too long\n"
+msgstr "ligne d'entrée trop longue\n"
+
#: scan.l:284
msgid "Unmatched '{'"
msgstr "« { » non pairé"
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr ""
+
#: scan.l:317
msgid "incomplete name definition"
msgstr "définition de nom incomplète"
+#: scan.l:443
+#, fuzzy
+msgid "Option line too long\n"
+msgstr "ligne d'entrée trop longue\n"
+
#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
@@ -846,27 +908,27 @@ msgstr "impossible d'ouvrir %s"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "Usage: %s [OPTIONS]...\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr "option « %s » ne permet pas d'argument\n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr "option « %s » requiert un argument\n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr "option « %s » est ambiguë\n"
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr "option « %s » non reconnue\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "Erreur inconnue=(%d)\n"
@@ -929,8 +991,10 @@ msgstr "*Très bizarre* - tok : %d val : %d\n"
#~ msgid "-C flag must be given separately"
#~ msgstr "L'option -C doit être utilisée séparément"
-#~ msgid "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n"
-#~ msgstr "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -osortie -Ppréfixe -Scanevas]\n"
+#~ msgid ""
+#~ "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n"
+#~ msgstr ""
+#~ "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -osortie -Ppréfixe -Scanevas]\n"
#~ msgid "\t[--help --version] [file ...]\n"
#~ msgstr "\t[--help --version] [fichier ...]\n"
@@ -963,10 +1027,12 @@ msgstr "*Très bizarre* - tok : %d val : %d\n"
#~ msgstr "\t-p affiche un rapport de performance sur stderr\n"
#~ msgid "\t-s suppress default rule to ECHO unmatched text\n"
-#~ msgstr "\t-s supprime la règle par défaut qui AFFICHE le texte non reconnu\n"
+#~ msgstr ""
+#~ "\t-s supprime la règle par défaut qui AFFICHE le texte non reconnu\n"
#~ msgid "\t-t write generated scanner on stdout instead of %s\n"
-#~ msgstr "\t-t écrit l'analyseur généré sur la sortie standard au lieu de %s\n"
+#~ msgstr ""
+#~ "\t-t écrit l'analyseur généré sur la sortie standard au lieu de %s\n"
#~ msgid "\t-v write summary of scanner statistics to f\n"
#~ msgstr "\t-v écrit un résumé des statistiques de l'analyseur sur f\n"
@@ -1005,7 +1071,8 @@ msgstr "*Très bizarre* - tok : %d val : %d\n"
#~ msgstr "\t-? affiche ce message d'aide\n"
#~ msgid "\t-C specify degree of table compression (default is -Cem):\n"
-#~ msgstr "\t-C spécifie le degré de compression des tables (-Cem par défaut) :\n"
+#~ msgstr ""
+#~ "\t-C spécifie le degré de compression des tables (-Cem par défaut) :\n"
#~ msgid "\t\t-Ca trade off larger tables for better memory alignment\n"
#~ msgstr ""
@@ -1016,16 +1083,21 @@ msgstr "*Très bizarre* - tok : %d val : %d\n"
#~ msgstr "\t\t-Ce construit des classes d'équivalence\n"
#~ msgid "\t\t-Cf do not compress scanner tables; use -f representation\n"
-#~ msgstr "\t\t-Cf ne comprime pas les tables de l'analyseur ; utilise la représentation -f\n"
+#~ msgstr ""
+#~ "\t\t-Cf ne comprime pas les tables de l'analyseur ; utilise la "
+#~ "représentation -f\n"
#~ msgid "\t\t-CF do not compress scanner tables; use -F representation\n"
-#~ msgstr "\t\t-CF ne comprime pas les tables de l'analyseur ; utilise la représentation -F\n"
+#~ msgstr ""
+#~ "\t\t-CF ne comprime pas les tables de l'analyseur ; utilise la "
+#~ "représentation -F\n"
#~ msgid "\t\t-Cm construct meta-equivalence classes\n"
#~ msgstr "\t\t-Cm construit des classes de meta-équivalence\n"
#~ msgid "\t\t-Cr use read() instead of stdio for scanner input\n"
-#~ msgstr "\t\t-Cr utilise read() au lieu de stdio pour l'entrée de l'analyseur\n"
+#~ msgstr ""
+#~ "\t\t-Cr utilise read() au lieu de stdio pour l'entrée de l'analyseur\n"
#~ msgid "\t-o specify output filename\n"
#~ msgstr "\t-o spécifie le nom du fichier de sortie\n"
diff --git a/po/ga.gmo b/po/ga.gmo
new file mode 100644
index 0000000..79492ae
--- /dev/null
+++ b/po/ga.gmo
Binary files differ
diff --git a/po/ga.po b/po/ga.po
index 8f02152..02df88e 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flex 2.5.34\n"
"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2007-12-12 16:05-0500\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
"PO-Revision-Date: 2008-07-23 09:37-0500\n"
"Last-Translator: Kevin Scannell <kscanne@gmail.com>\n"
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
@@ -14,6 +14,22 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr ""
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr ""
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr ""
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr ""
+
#: dfa.c:61
#, c-format
msgid "State #%d is non-accepting -\n"
@@ -72,7 +88,7 @@ msgstr "staid # %d:\n"
msgid "Could not write yynxt_tbl[][]"
msgstr "Níorbh fhéidir yynxt_tbl[][] a scríobh"
-#: dfa.c:1052
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "carachtar trasdula neamhbhailí i sympartition()"
@@ -162,7 +178,9 @@ msgstr "Ní féidir riail chomhoiriúnach a aimsiú"
#: main.c:194
msgid "-s option given but default rule can be matched"
-msgstr "bhí an rogha -s tugtha ach is féidir an riail réamhshocraithe a chur i gcomhoiriúnacht"
+msgstr ""
+"bhí an rogha -s tugtha ach is féidir an riail réamhshocraithe a chur i "
+"gcomhoiriúnacht"
#: main.c:234
msgid "Can't use -+ with -l option"
@@ -223,285 +241,298 @@ msgstr "níorbh fhéidir ceanntásc táblaí a scríobh"
msgid "can't open skeleton file %s"
msgstr "ní féidir creatchomhad %s a oscailt"
-#: main.c:505
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr ""
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "earráid agus creatchomhaid %s á léamh"
-#: main.c:509
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "earráid agus creatchomhaid %s á dhúnadh"
-#: main.c:694
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "earráid agus comhad ceanntáisc %s á chruthú"
-#: main.c:702
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "earráid agus aschomhaid %s á scríobh"
-#: main.c:706
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "earráid agus aschomhad %s á dhúnadh"
-#: main.c:710
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "earráid agus aschomhaid %s á scriosadh"
-#: main.c:717
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr "Ná cúlaítear.\n"
-#: main.c:721
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d staid chúlaithe (níl ina staid ghlactha).\n"
-#: main.c:725
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Cúlaíonn táblaí comhbhrúite i gcónaí.\n"
-#: main.c:728
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "earráid agus comhad cúltaca %s á scríobh"
-#: main.c:732
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "earráid agus comhad cúltaca %s á dhúnadh"
-#: main.c:737
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s leagan %s staitistic d'úsáid:\n"
# fr uses "lexical analyzer"; scanóir seems fine though --KPS
-#: main.c:740
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " roghanna don scanóir: -"
-#: main.c:819
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d staid NFA\n"
-#: main.c:821
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d staid DFA (%d focal)\n"
-#: main.c:823
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d riail\n"
-#: main.c:828
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr " Ná cúlaítear\n"
-#: main.c:832
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d staid chúlaithe (níl ina staid ghlactha)\n"
-#: main.c:837
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " Cúlaíonn táblaí comhbhrúite i gcónaí\n"
-#: main.c:841
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " Patrúin úsáidte ag ceann líne\n"
-#: main.c:843
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d coinníoll tosaigh\n"
-#: main.c:847
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d staid eipsealóin, %d staid eipsealóin dúbailte\n"
-#: main.c:851
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " níl aon aicme charachtair\n"
-#: main.c:855
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
-msgstr " tá gá le %d/%d aicme charachtair %d/%d focal stórála, %d athúsáidte\n"
+msgstr ""
+" tá gá le %d/%d aicme charachtair %d/%d focal stórála, %d athúsáidte\n"
-#: main.c:860
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d péire state/nextstate\n"
-#: main.c:863
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d athrú sainiúil/dúblach\n"
-#: main.c:868
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d iontráil sa tábla\n"
-#: main.c:876
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d iontráil base-def\n"
-#: main.c:880
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (buaic %d) iontráil nxt-chk\n"
-#: main.c:884
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (buaic %d) iontráil teimpléid nxt-chk\n"
-#: main.c:888
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d iontráil tábla folamh\n"
-#: main.c:890
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d fréamhshamhail\n"
-#: main.c:893
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d teimpléad, %d i bhfeidhm\n"
-#: main.c:901
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d aicme choibhéise\n"
-#: main.c:909
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d aicme mheiteachoibhéise\n"
-#: main.c:915
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d sábháilte) tuairt haiseála, %d DFA comhionann le chéile\n"
-#: main.c:917
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " tá gá le %d sraith athdháilte\n"
-#: main.c:919
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " tá gá le %d iontráil tábla ar fad\n"
-#: main.c:996
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "Earráid inmheánach (flexopts míchumtha).\n"
-#: main.c:1006
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Bain triail as `%s --help' chun tuilleadh eolais a fháil.\n"
-#: main.c:1063
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr "rogha -C anaithnid '%c'"
-#: main.c:1192
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
-#: main.c:1467
+#: main.c:1469
msgid "fatal parse error"
msgstr "earráid pharsála mharfach"
-#: main.c:1499
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr "níorbh fhéidir comhad %s a chruthú don eolas faoin chúlú"
-#: main.c:1520
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr "is cúis le moilliú mór an rogha -l (comhoiriúnacht le AT&T lex)\n"
-#: main.c:1523
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
msgstr " agus is féidir gur cúis é le fadhbanna luais eile é\n"
-#: main.c:1529
+#: main.c:1531
#, c-format
-msgid "%%option yylineno entails a performance penalty ONLY on rules that can match newline characters\n"
-msgstr "is cúis le moilliú mór an %%rogha yylineno, MÁ tá rialacha ann le línte nua iontu\n"
+msgid ""
+"%%option yylineno entails a performance penalty ONLY on rules that can match "
+"newline characters\n"
+msgstr ""
+"is cúis le moilliú mór an %%rogha yylineno, MÁ tá rialacha ann le línte nua "
+"iontu\n"
-#: main.c:1536
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "is cúis le moilliú beag an rogha -I (idirghníomhach)\n"
-#: main.c:1541
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "is cúis le moilliú beag an fheidhm yymore()\n"
-#: main.c:1547
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "is REJECT cúis le moilliú mór\n"
-#: main.c:1552
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
-msgstr "is cúis le moilliú na rialacha maidir le comhthéacs sraoilleach athraitheach\n"
+msgstr ""
+"is cúis le moilliú na rialacha maidir le comhthéacs sraoilleach "
+"athraitheach\n"
-#: main.c:1564
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "Níl REJECT ar fáil leis na roghanna -f nó -F"
-#: main.c:1567
+#: main.c:1569
#, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "níl %option yylineno ar fáil le REJECT"
-#: main.c:1570
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
-msgstr "níl rialacha maidir le comhthéacs sraoilleach athraitheach ar fáil le -f nó -F"
+msgstr ""
+"níl rialacha maidir le comhthéacs sraoilleach athraitheach ar fáil le -f nó -"
+"F"
-#: main.c:1691
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "tá an %option yyclass gan bhrí ach amháin le scanóirí C++"
-#: main.c:1798
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "Úsáid: %s [ROGHANNA] [COMHAD]...\n"
-#: main.c:1801
+#: main.c:1805
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -531,7 +562,8 @@ msgid ""
" -S, --skel=FILE specify skeleton file\n"
" -t, --stdout write scanner on stdout instead of %s\n"
" --yyclass=NAME name of C++ class\n"
-" --header-file=FILE create a C header file in addition to the scanner\n"
+" --header-file=FILE create a C header file in addition to the "
+"scanner\n"
" --tables-file[=FILE] write tables to FILE\n"
"\n"
"Scanner behavior:\n"
@@ -585,21 +617,24 @@ msgstr ""
" -s, --nodefault ná déan macalla de théacs neamh-chomhoiriúnach\n"
" -T, --trace ba chóir do %s a rith sa mhód loirg\n"
" -w, --nowarn ná taispeáin rabhaidh\n"
-" -v, --verbose taispeáin achoimre ar staitistic scanóra chuig stdout\n"
+" -v, --verbose taispeáin achoimre ar staitistic scanóra chuig "
+"stdout\n"
"\n"
"Comhaid:\n"
" -o, --outfile=COMHAD roghnaigh ainm comhaid le haghaidh aschuir\n"
" -S, --skel=COMHAD roghnaigh creatchomhad\n"
" -t, --stdout scríobh an scanóir chuig stdout in ionad %s\n"
" --yyclass=COMHAD ainm de `class' C++\n"
-" --header-file=COMHAD scríobh comhad ceanntáisc C i dteannta an scanóra\n"
+" --header-file=COMHAD scríobh comhad ceanntáisc C i dteannta an "
+"scanóra\n"
" --tables-file[=COMHAD] scríobh na táblaí chuig COMHAD\n"
"\n"
"Scanóir:\n"
" -7, --7bit gin scanóir 7-giotán\n"
" -8, --8bit gin scanóir 8-giotán\n"
" -B, --batch gin scanóir baisce (i gcodarsnacht le -I)\n"
-" -i, --case-insensitive déan neamhshuim ar cheannlitreacha/litreacha beaga\n"
+" -i, --case-insensitive déan neamhshuim ar cheannlitreacha/litreacha "
+"beaga\n"
" -l, --lex-compat comhoiriúnacht le lex bunúsach, a mhéad is féidir\n"
" -X, --posix-compat comhoiriúnacht le lex POSIX, a mhéad is féidir\n"
" -I, --interactive gin scanóir idirghníomhach (i gcodarsnacht le -B)\n"
@@ -626,43 +661,47 @@ msgstr ""
" -h, --help taispeáin an chabhair seo\n"
" -V, --version taispeáin leagan %s\n"
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr ""
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "tá an t-ainm \"%s\" i bhfad Éireann rófhada"
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "theip ar dháileadh na cuimhne i allocate_array()"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "aimsíodh carachtar neamhbhailí '%s' i check_char()"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr "ní foláir an rogha -8 chun an charachtair %s a úsáid"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "theip ar dháileadh na cuimhne i copy_string()"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: earráid inmheánach mharfach, %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "theip ar mhéadú an eagair"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "drochlíne i gcreatchomhad"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "theip ar dháileadh na cuimhne i yy_flex_xmalloc()"
@@ -738,24 +777,30 @@ msgstr "luachanna timthrialla neamhbhailí"
msgid "iteration value must be positive"
msgstr "ní foláir luach timthrialla deimhneach"
-#: parse.y:806 parse.y:816
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
-msgstr "tá an raon carachtair [%c-%c] débhríoch i scanóir a dhéanann neamhshuim ar cheannlitreacha agus litreacha beaga"
+msgstr ""
+"tá an raon carachtair [%c-%c] débhríoch i scanóir a dhéanann neamhshuim ar "
+"cheannlitreacha agus litreacha beaga"
-#: parse.y:821
+#: parse.y:819
msgid "negative range in character class"
msgstr "raon diúltach in aicme charachtair"
-#: parse.y:918
+#: parse.y:916
msgid "[:^lower:] is ambiguous in case insensitive scanner"
-msgstr "tá [:^lower:] débhríoch i scanóir a dhéanann neamhshuim ar cheannlitreacha agus litreacha beaga"
+msgstr ""
+"tá [:^lower:] débhríoch i scanóir a dhéanann neamhshuim ar cheannlitreacha "
+"agus litreacha beaga"
-#: parse.y:924
+#: parse.y:922
msgid "[:^upper:] ambiguous in case insensitive scanner"
-msgstr "tá [:^upper:] débhríoch i scanóir a dhéanann neamhshuim ar cheannlitreacha agus litreacha beaga"
+msgstr ""
+"tá [:^upper:] débhríoch i scanóir a dhéanann neamhshuim ar cheannlitreacha "
+"agus litreacha beaga"
-#: scan.l:75 scan.l:192 scan.l:300 scan.l:443 scan.l:618 scan.l:676
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr "Tá líne an ionchuir rófhada\n"
@@ -769,14 +814,29 @@ msgstr "treoir '%top' míchumtha"
msgid "unrecognized '%' directive"
msgstr "treoir '%' anaithnid"
+#: scan.l:192
+#, fuzzy
+msgid "Definition name too long\n"
+msgstr "Tá líne an ionchuir rófhada\n"
+
#: scan.l:284
msgid "Unmatched '{'"
msgstr "'{' corr"
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr ""
+
#: scan.l:317
msgid "incomplete name definition"
msgstr "is neamhiomlán an sainmhíniú ainm"
+#: scan.l:443
+#, fuzzy
+msgid "Option line too long\n"
+msgstr "Tá líne an ionchuir rófhada\n"
+
#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
@@ -836,27 +896,27 @@ msgstr "ní féidir %s a oscailt"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "Úsáid: %s [ROGHANNA]...\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr "ní cheadaítear argóint i ndiaidh na rogha `%s'\n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr "tá argóint de dhíth i ndiaidh na rogha `%s'\n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr "tá an rogha `%s' débhríoch\n"
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr "Rogha anaithnid `%s'\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "Earráid anaithnid=(%d)\n"
diff --git a/po/insert-header.sin b/po/insert-header.sin
new file mode 100644
index 0000000..b26de01
--- /dev/null
+++ b/po/insert-header.sin
@@ -0,0 +1,23 @@
+# Sed script that inserts the file called HEADER before the header entry.
+#
+# At each occurrence of a line starting with "msgid ", we execute the following
+# commands. At the first occurrence, insert the file. At the following
+# occurrences, do nothing. The distinction between the first and the following
+# occurrences is achieved by looking at the hold space.
+/^msgid /{
+x
+# Test if the hold space is empty.
+s/m/m/
+ta
+# Yes it was empty. First occurrence. Read the file.
+r HEADER
+# Output the file's contents by reading the next line. But don't lose the
+# current line while doing this.
+g
+N
+bb
+:a
+# The hold space was nonempty. Following occurrences. Do nothing.
+x
+:b
+}
diff --git a/po/ko.gmo b/po/ko.gmo
new file mode 100644
index 0000000..994bb18
--- /dev/null
+++ b/po/ko.gmo
Binary files differ
diff --git a/po/ko.po b/po/ko.po
index a499bca..37a268e 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2.5.2\n"
-"Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n"
-"POT-Creation-Date: 2006-02-14 12:28-0500\n"
+"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
"PO-Revision-Date: 1997-02-05 20:30\n"
"Last-Translator: Choi Jun Ho <junker@jazz.snu.ac.kr>\n"
"Language-Team: Korean <ko@li.org>\n"
@@ -14,6 +14,22 @@ msgstr ""
"Content-Type: text/plain; charset=EUC-KR\n"
"Content-Transfer-Encoding: 8-bit\n"
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr ""
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr ""
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr ""
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr ""
+
#: dfa.c:61
#, c-format
msgid "State #%d is non-accepting -\n"
@@ -67,19 +83,15 @@ msgstr " (end-of-buffer)¸ ϴ"
msgid "state # %d:\n"
msgstr "¹ȣ %d:\n"
-#: dfa.c:800
+#: dfa.c:785
msgid "Could not write yynxt_tbl[][]"
msgstr ""
-#: dfa.c:1023
-msgid "consistency check failed in symfollowset"
-msgstr "symfollowset ϰ ˻簡 ߽ϴ"
-
-#: dfa.c:1071
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "sympartition() ߸ ڸ ãҽϴ"
-#: gen.c:484
+#: gen.c:478
msgid ""
"\n"
"\n"
@@ -91,30 +103,30 @@ msgstr ""
"ġ:\n"
"\n"
-#: gen.c:668 gen.c:697 gen.c:1221
+#: gen.c:662 gen.c:691 gen.c:1215
#, c-format
msgid "state # %d accepts: [%d]\n"
msgstr "¹ȣ %d [%d] ޾ƵԴϴ\n"
-#: gen.c:1116
+#: gen.c:1110
#, c-format
msgid "state # %d accepts: "
msgstr "¹ȣ %d ޾ƵԴϴ: "
-#: gen.c:1163
+#: gen.c:1157
msgid "Could not write yyacclist_tbl"
msgstr ""
-#: gen.c:1239
+#: gen.c:1233
msgid "Could not write yyacc_tbl"
msgstr ""
-#: gen.c:1254 gen.c:1639 gen.c:1662
+#: gen.c:1248 gen.c:1633 gen.c:1656
#, fuzzy
msgid "Could not write ecstbl"
msgstr "%s ϴ"
-#: gen.c:1277
+#: gen.c:1271
msgid ""
"\n"
"\n"
@@ -124,398 +136,402 @@ msgstr ""
"\n"
"Ÿ-ġ:\n"
-#: gen.c:1299
+#: gen.c:1293
msgid "Could not write yymeta_tbl"
msgstr ""
-#: gen.c:1360
+#: gen.c:1354
#, fuzzy
msgid "Could not write yybase_tbl"
msgstr "%s ϴ"
-#: gen.c:1394
+#: gen.c:1388
msgid "Could not write yydef_tbl"
msgstr ""
-#: gen.c:1434
+#: gen.c:1428
msgid "Could not write yynxt_tbl"
msgstr ""
-#: gen.c:1470
+#: gen.c:1464
msgid "Could not write yychk_tbl"
msgstr ""
-#: gen.c:1624 gen.c:1653
+#: gen.c:1618 gen.c:1647
#, fuzzy
msgid "Could not write ftbl"
msgstr "%s ϴ"
-#: gen.c:1630
+#: gen.c:1624
#, fuzzy
msgid "Could not write ssltbl"
msgstr "%s ϴ"
-#: gen.c:1681
+#: gen.c:1675
#, fuzzy
msgid "Could not write eoltbl"
msgstr "%s ϴ"
-#: gen.c:1741
+#: gen.c:1735
msgid "Could not write yynultrans_tbl"
msgstr ""
-#: main.c:187
+#: main.c:189
msgid "rule cannot be matched"
msgstr "´ Ģ ã ϴ"
-#: main.c:192
+#: main.c:194
msgid "-s option given but default rule can be matched"
msgstr "-s ɼ ־ ⺻ Ģ ֽϴ"
-#: main.c:229
+#: main.c:234
msgid "Can't use -+ with -l option"
msgstr "-lɼǿ -+ɼ ϴ"
-#: main.c:232
+#: main.c:237
msgid "Can't use -f or -F with -l option"
msgstr "-lɼǿ -f -Fɼ ϴ"
-#: main.c:236
+#: main.c:241
#, fuzzy
msgid "Can't use --reentrant or --bison-bridge with -l option"
msgstr "-lɼǿ -f -Fɼ ϴ"
-#: main.c:273
+#: main.c:278
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "-Cf/-CF -Cm ǹ̰ ϴ"
-#: main.c:276
+#: main.c:281
msgid "-Cf/-CF and -I are incompatible"
msgstr "-Cf/-CF -I ϴ"
-#: main.c:280
+#: main.c:285
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF lexȣȯ ʹ ϴ"
-#: main.c:285
+#: main.c:290
msgid "-Cf and -CF are mutually exclusive"
msgstr "-Cf -CF ϴ"
-#: main.c:289
+#: main.c:294
msgid "Can't use -+ with -CF option"
msgstr "-CFɼǿ -+ɼ ϴ"
-#: main.c:292
+#: main.c:297
#, c-format
msgid "%array incompatible with -+ option"
msgstr "%array -+ɼǰ ϴ"
-#: main.c:297
+#: main.c:302
#, fuzzy
msgid "Options -+ and --reentrant are mutually exclusive."
msgstr "-Cf -CF ϴ"
-#: main.c:300
+#: main.c:305
msgid "bison bridge not supported for the C++ scanner."
msgstr ""
-#: main.c:352 main.c:400
+#: main.c:360 main.c:406
#, c-format
msgid "could not create %s"
msgstr "%s ϴ"
-#: main.c:413
+#: main.c:419
#, fuzzy
msgid "could not write tables header"
msgstr "%s ϴ"
-#: main.c:417
+#: main.c:423
#, c-format
msgid "can't open skeleton file %s"
msgstr "̷ %s ϴ"
-#: main.c:498
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr ""
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "̷ %s д ߻߽ϴ"
-#: main.c:502
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "̷ %s ݴµ ߻߽ϴ"
-#: main.c:686
+#: main.c:696
#, fuzzy, c-format
msgid "error creating header file %s"
msgstr " %s µ ߻߽ϴ"
-#: main.c:694
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr " %s ߻߽ϴ"
-#: main.c:698
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr " %s ݴµ ߻߽ϴ"
-#: main.c:702
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr " %s ߻߽ϴ"
-#: main.c:709
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr "ǵ ϴ.\n"
-#: main.c:713
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d ǵ(޾Ƶ ʴ) .\n"
-#: main.c:717
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr " ̺ ׻ մϴ.\n"
-#: main.c:720
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr " %s µ ߻߽ϴ"
-#: main.c:724
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr " %s ݴµ ߻߽ϴ"
-#: main.c:729
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s %s :\n"
-#: main.c:732
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " ij ɼ: -"
-#: main.c:811
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d NFA \n"
-#: main.c:813
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d DFA (%d ܾ)\n"
-#: main.c:815
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d Ģ\n"
-#: main.c:820
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr " ǵ ϴ\n"
-#: main.c:824
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d ǵ(޾Ƶ ʴ) \n"
-#: main.c:829
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " ̺ ׻ մϴ\n"
-#: main.c:833
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " (beginning-of-line) Ͽϴ\n"
-#: main.c:835
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d \n"
-#: main.c:839
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d Ƿ , %d Ƿ \n"
-#: main.c:843
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " ڷ ϴ\n"
-#: main.c:847
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
msgstr ""
" %d/%d տ %d/%d ڰ ʿ߰, %d Ǿ"
".\n"
-#: main.c:852
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d / ϴ\n"
-#: main.c:855
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d /ߺǴ \n"
-#: main.c:860
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d ̺ Ʈ\n"
-#: main.c:868
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d base-def Ʈ ϴ\n"
-#: main.c:872
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (ִ %d) nxt-chk Ʈ ϴ\n"
-#: main.c:876
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (ִ %d) øƮ nxt-chk Ʈ ϴ\n"
-#: main.c:880
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d ̺ Ʈ\n"
-#: main.c:882
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d ϴ\n"
-#: main.c:885
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d øƮ , %d ϴ\n"
-#: main.c:893
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d ġ ϴ\n"
-#: main.c:901
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d Ÿ ġ ϴ\n"
-#: main.c:907
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d(%d ) ؽ 浹 %d DFA ó˴ϴ\n"
-#: main.c:909
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d Ҵ ʿմϴ\n"
-#: main.c:911
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " %d ̺ Ʈ ʿմϴ\n"
-#: main.c:986
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr ""
-#: main.c:996
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr ""
-#: main.c:1053
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr " -C ɼ '%c'"
-#: main.c:1182
+#: main.c:1194
#, fuzzy, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
-#: main.c:1457
+#: main.c:1469
msgid "fatal parse error"
msgstr "ġ Ľ "
-#: main.c:1489
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr "ǵ %s ϴ"
-#: main.c:1510
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr "-l AT&T lex ȣȯ ɼ ū ϸ ŵϴ\n"
-#: main.c:1513
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
msgstr " ׸ Ƹ ٸ Դϴ\n"
-#: main.c:1519
+#: main.c:1531
#, fuzzy, c-format
msgid ""
"%%option yylineno entails a performance penalty ONLY on rules that can match "
"newline characters\n"
msgstr "%%option yylineno ū ϸ ŵϴ\n"
-#: main.c:1526
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (ȭ) ұԸ ϸ ŵϴ\n"
-#: main.c:1531
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() ұԸ ϸ ŵϴ\n"
-#: main.c:1537
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT ū ϸ ŵϴ\n"
-#: main.c:1542
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr " Ģ ū ϸ ŵϴ\n"
-#: main.c:1554
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT -f -Fɼǰ ϴ"
-#: main.c:1557
+#: main.c:1569
#, fuzzy, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "%option yylineno -f -Fɼǰ ϴ"
-#: main.c:1560
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr " Ģ -f -Fɼǰ ϴ"
-#: main.c:1675
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass C++ijʿԸ ǹ̰ ֽϴ"
-#: main.c:1782
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr ""
-#: main.c:1785
+#: main.c:1805
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -581,43 +597,47 @@ msgid ""
" -V, --version report %s version\n"
msgstr ""
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr ""
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "̸ \"%s\" ϴ"
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "allocate_array() ޸ Ҵ ߽ϴ"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "check_char() ߸ '%s' ãҽϴ"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr "ijʿ %s ؼ -8ɼ ʿմϴ"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "copy_string() ޸ Ҵ ߽ϴ"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: ġ , %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "迭 ũ⸦ ø õ ߽ϴ"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "̷ Ͽ ߸ "
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "yy_flex_xmalloc() ޸ Ҵ ߽ϴ"
@@ -669,111 +689,139 @@ msgstr "mkxtion() ̰ ʹ ϴ"
msgid "too many rules (> %d)!"
msgstr "Ģ ʹ ϴ (> %d)!"
-#: parse.y:183
+#: parse.y:159
msgid "unknown error processing section 1"
msgstr ""
-#: parse.y:208 parse.y:373
+#: parse.y:184 parse.y:351
#, fuzzy
msgid "bad start condition list"
msgstr "߸ < >: %s"
-#: parse.y:337
+#: parse.y:315
#, fuzzy
msgid "unrecognized rule"
msgstr " '%' "
-#: parse.y:456 parse.y:469 parse.y:538
+#: parse.y:434 parse.y:447 parse.y:516
#, fuzzy
msgid "trailing context used twice"
msgstr "%d࿡ Ģ\n"
-#: parse.y:574 parse.y:584 parse.y:657 parse.y:667
+#: parse.y:552 parse.y:562 parse.y:635 parse.y:645
msgid "bad iteration values"
msgstr ""
-#: parse.y:602 parse.y:620 parse.y:685 parse.y:703
+#: parse.y:580 parse.y:598 parse.y:663 parse.y:681
msgid "iteration value must be positive"
msgstr ""
-#: parse.y:817 parse.y:827
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
msgstr ""
-#: parse.y:832
+#: parse.y:819
#, fuzzy
msgid "negative range in character class"
msgstr " ڷ ϴ\n"
-#: scan.l:70 scan.l:180 scan.l:267 scan.l:409 scan.l:548 scan.l:598
+#: parse.y:916
+#, fuzzy
+msgid "[:^lower:] is ambiguous in case insensitive scanner"
+msgstr "\t-i ҹ ijʸ ϴ\n"
+
+#: parse.y:922
+#, fuzzy
+msgid "[:^upper:] ambiguous in case insensitive scanner"
+msgstr "\t-i ҹ ijʸ ϴ\n"
+
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr ""
-#: scan.l:149
+#: scan.l:161
#, fuzzy, c-format
msgid "malformed '%top' directive"
msgstr " '%' "
-#: scan.l:171
+#: scan.l:183
#, no-c-format
msgid "unrecognized '%' directive"
msgstr " '%' "
-#: scan.l:251
-msgid "Unmatched '{'"
+#: scan.l:192
+msgid "Definition name too long\n"
msgstr ""
#: scan.l:284
+msgid "Unmatched '{'"
+msgstr ""
+
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr ""
+
+#: scan.l:317
msgid "incomplete name definition"
msgstr "ҿ ̸ "
-#: scan.l:417
+#: scan.l:443
+msgid "Option line too long\n"
+msgstr ""
+
+#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
msgstr " %%option: %s"
-#: scan.l:558 scan.l:677
+#: scan.l:633 scan.l:800
msgid "bad character class"
msgstr "߸ ڷ"
-#: scan.l:605
+#: scan.l:683
#, c-format
msgid "undefined definition {%s}"
msgstr "ǵ {%s}"
-#: scan.l:645
+#: scan.l:755
#, c-format
msgid "bad <start condition>: %s"
msgstr "߸ < >: %s"
-#: scan.l:658
+#: scan.l:768
msgid "missing quote"
msgstr "οȣ "
-#: scan.l:698
+#: scan.l:834
#, c-format
msgid "bad character class expression: %s"
msgstr "߸ : %s"
-#: scan.l:720
+#: scan.l:856
msgid "bad character inside {}'s"
msgstr "{} ߸ "
-#: scan.l:726
+#: scan.l:862
msgid "missing }"
msgstr "} ϴ"
-#: scan.l:799
+#: scan.l:940
msgid "EOF encountered inside an action"
msgstr " ߿ EOF ϴ"
-#: scan.l:819
+#: scan.l:945
+#, fuzzy
+msgid "EOF encountered inside pattern"
+msgstr " ߿ EOF ϴ"
+
+#: scan.l:967
#, c-format
msgid "bad character: %s"
msgstr "߸ : %s"
-#: scan.l:848
+#: scan.l:996
#, c-format
msgid "can't open %s"
msgstr "%s ϴ"
@@ -783,27 +831,27 @@ msgstr "%s ϴ"
msgid "Usage: %s [OPTIONS]...\n"
msgstr ""
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr ""
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr ""
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr ""
-#: scanopt.c:578
+#: scanopt.c:577
#, fuzzy, c-format
msgid "Unrecognized option `%s'\n"
msgstr " %%option: %s"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr ""
@@ -812,11 +860,11 @@ msgstr ""
msgid "symbol table memory allocation failed"
msgstr "ɺ ̺ ޸ Ҵ ߽ϴ"
-#: sym.c:203
+#: sym.c:202
msgid "name defined twice"
msgstr "̸ ι ߽ϴ"
-#: sym.c:254
+#: sym.c:253
#, c-format
msgid "start condition %s declared twice"
msgstr " %s ι ߽ϴ"
@@ -835,6 +883,9 @@ msgstr " ǥ\n"
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "* ̻մϴ* - tok: %d val: %d\n"
+#~ msgid "consistency check failed in symfollowset"
+#~ msgstr "symfollowset ϰ ˻簡 ߽ϴ"
+
#~ msgid ""
#~ "%s: unknown flag '%c'. For usage, try\n"
#~ "\t%s --help\n"
@@ -880,9 +931,6 @@ msgstr "* ̻մϴ* - tok: %d val: %d\n"
#~ msgid "\t-h produce this help message\n"
#~ msgstr "\t-h ޽ մϴ\n"
-#~ msgid "\t-i generate case-insensitive scanner\n"
-#~ msgstr "\t-i ҹ ijʸ ϴ\n"
-
#~ msgid "\t-l maximal compatibility with original lex\n"
#~ msgstr "\t-l lex ִ ȣȯ մϴ\n"
diff --git a/po/nl.gmo b/po/nl.gmo
new file mode 100644
index 0000000..e2b2fa3
--- /dev/null
+++ b/po/nl.gmo
Binary files differ
diff --git a/po/nl.po b/po/nl.po
index 829b751..1ed6872 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flex-2.5.34\n"
"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2007-12-12 16:05-0500\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
"PO-Revision-Date: 2008-02-09 21:59+0100\n"
"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@@ -16,6 +16,22 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr ""
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr ""
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr ""
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr ""
+
#: dfa.c:61
#, c-format
msgid "State #%d is non-accepting -\n"
@@ -73,7 +89,7 @@ msgstr "toestand # %d:\n"
msgid "Could not write yynxt_tbl[][]"
msgstr "Kan yynxt_tbl[][] niet schrijven"
-#: dfa.c:1052
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "onjuist transitieteken in sympartition()"
@@ -224,284 +240,297 @@ msgstr "kan tabellenkop niet schrijven"
msgid "can't open skeleton file %s"
msgstr "kan skeletbestand %s niet openen"
-#: main.c:505
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr ""
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "invoerfout tijdens lezen van skeletbestand %s"
-#: main.c:509
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "fout tijdens sluiten van skeletbestand %s"
-#: main.c:694
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "fout tijdens aanmaken van headerbestand %s"
-#: main.c:702
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "fout tijdens schrijven van uitvoerbestand %s"
-#: main.c:706
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "fout tijdens sluiten van uitvoerbestand %s"
-#: main.c:710
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "fout tijdens verwijderen van uitvoerbestand %s"
-#: main.c:717
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr "Terugstappen is niet mogelijk.\n"
-#: main.c:721
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d terugstappende (niet-accepterende) toestanden.\n"
-#: main.c:725
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Gecomprimeerde tabellen kunnen altijd terugstappen.\n"
-#: main.c:728
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "fout tijdens schrijven van terugstapbestand %s"
-#: main.c:732
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "fout tijdens sluiten van terugstapbestand %s"
-#: main.c:737
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s versie %s gebruiksstatistieken:\n"
-#: main.c:740
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " scanneropties: -"
-#: main.c:819
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d NFA-toestanden\n"
-#: main.c:821
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d DFA-toestanden (%d woorden)\n"
-#: main.c:823
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d regels\n"
-#: main.c:828
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr " Terugstappen is niet mogelijk\n"
-#: main.c:832
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d terugstappende (niet-accepterende) toestanden\n"
-#: main.c:837
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " Gecomprimeerde tabellen kunnen altijd terugstappen\n"
-#: main.c:841
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " Begin-van-regel-patronen gebruikt\n"
-#: main.c:843
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d startvoorwaarden\n"
-#: main.c:847
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d epsilontoestanden, %d dubbele epsilontoestanden\n"
-#: main.c:851
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " geen tekenklassen\n"
-#: main.c:855
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
-msgstr " %d/%d tekenklassen hadden %d/%d opslagwoorden nodig, %d hergebruikt\n"
+msgstr ""
+" %d/%d tekenklassen hadden %d/%d opslagwoorden nodig, %d hergebruikt\n"
-#: main.c:860
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d toestand/volgtoestand-paren aangemaakt\n"
-#: main.c:863
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d unieke/dubbele transities\n"
-#: main.c:868
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d tabelitems\n"
-#: main.c:876
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d base-def-items aangemaakt\n"
-#: main.c:880
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (piek %d) nxt-chk-items aangemaakt\n"
-#: main.c:884
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (piek %d) sjabloon-nxt-chk-items aangemaakt\n"
-#: main.c:888
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d lege tabelitems\n"
-#: main.c:890
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d prototypes aangemaakt\n"
-#: main.c:893
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d sjablonen aangemaakt, %d keer gebruikt\n"
-#: main.c:901
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d equivalentieklassen aangemaakt\n"
-#: main.c:909
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d meta-equivalentieklassen aangemaakt\n"
-#: main.c:915
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d bewaarde) hash-botsingen, %d DFA's gelijk\n"
-#: main.c:917
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d sets van herallocaties waren nodig\n"
-#: main.c:919
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " in totaal %d tabelitems nodig\n"
-#: main.c:996
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "*Interne fout*: ongeldige flexopts.\n"
-#: main.c:1006
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Typ '%s --help' voor meer informatie.\n"
-#: main.c:1063
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr "onbekende -C-optie '%c'"
-#: main.c:1192
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
-#: main.c:1467
+#: main.c:1469
msgid "fatal parse error"
msgstr "fatale ontledingsfout"
-#: main.c:1499
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr "kon terugstapbestand %s niet aanmaken"
-#: main.c:1520
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
-msgstr "de AT&T-lexcompatibiliteitsoptie -l betekent een grote prestatievermindering\n"
+msgstr ""
+"de AT&T-lexcompatibiliteitsoptie -l betekent een grote "
+"prestatievermindering\n"
-#: main.c:1523
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
-msgstr " en zou de eigenlijke bron kunnen zijn van andere gemelde prestatieverminderingen\n"
+msgstr ""
+" en zou de eigenlijke bron kunnen zijn van andere gemelde "
+"prestatieverminderingen\n"
-#: main.c:1529
+#: main.c:1531
#, c-format
-msgid "%%option yylineno entails a performance penalty ONLY on rules that can match newline characters\n"
-msgstr "de %%optie yylineno betekent een prestatievermindering, maar ALLEEN voor regels die met het regeleindeteken overeen kunnen komen\n"
+msgid ""
+"%%option yylineno entails a performance penalty ONLY on rules that can match "
+"newline characters\n"
+msgstr ""
+"de %%optie yylineno betekent een prestatievermindering, maar ALLEEN voor "
+"regels die met het regeleindeteken overeen kunnen komen\n"
-#: main.c:1536
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "optie -I (interactief) betekent een kleine prestatievermindering\n"
-#: main.c:1541
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() betekent een kleine prestatievermindering\n"
-#: main.c:1547
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT betekent een grote prestatievermindering\n"
-#: main.c:1552
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr "Variabele nakomende context betekent een grote prestatievermindering\n"
-#: main.c:1564
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT gaat niet samen met -f of -F"
-#: main.c:1567
+#: main.c:1569
#, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "%optie yylineno gaat niet samen met REJECT"
-#: main.c:1570
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr "regels met variabele nakomende context gaan niet samen met -f of -F"
-#: main.c:1691
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%optie yyclass heeft alleen betekenis voor C++-scanners"
-#: main.c:1798
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "Gebruik: %s [OPTIE]... [BESTAND]...\n"
-#: main.c:1801
+#: main.c:1805
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -531,7 +560,8 @@ msgid ""
" -S, --skel=FILE specify skeleton file\n"
" -t, --stdout write scanner on stdout instead of %s\n"
" --yyclass=NAME name of C++ class\n"
-" --header-file=FILE create a C header file in addition to the scanner\n"
+" --header-file=FILE create a C header file in addition to the "
+"scanner\n"
" --tables-file[=FILE] write tables to FILE\n"
"\n"
"Scanner behavior:\n"
@@ -570,8 +600,10 @@ msgstr ""
"Tabelcompressie:\n"
" -Ca, --align meer geheugen gebruiken voor beter uitgelijnde tabellen\n"
" -Ce, --ecs equivalentieklassen construeren\n"
-" -Cf tabellen niet comprimeren; de -f-representatie gebruiken\n"
-" -CF tabellen niet comprimeren; de -F-representatie gebruiken\n"
+" -Cf tabellen niet comprimeren; de -f-representatie "
+"gebruiken\n"
+" -CF tabellen niet comprimeren; de -F-representatie "
+"gebruiken\n"
" -Cm, --meta-ecs meta-equivalentieklassen construeren\n"
" -Cr, --read read() gebruiken in plaats van stdio voor scannerinvoer\n"
" -f, --full een snelle, grote scanner genereren (zelfde als -Cfr)\n"
@@ -582,7 +614,8 @@ msgstr ""
" -d, --debug debugmodus in scanner aanzetten\n"
" -b, --backup terugstap-informatie naar %s schrijven\n"
" -p, --perf-report prestatierapport naar standaardfoutuitvoer schrijven\n"
-" -s, --nodefault standaardregel om onherkende tekst te ECHO-en uitzetten\n"
+" -s, --nodefault standaardregel om onherkende tekst te ECHO-en "
+"uitzetten\n"
" -T, --trace %s uitvoeren in tracemodus\n"
" -w, --nowarn geen waarschuwingen geven\n"
" -v, --verbose scannerstatistieken naar standaarduitvoer schrijven\n"
@@ -590,15 +623,18 @@ msgstr ""
"Bestanden:\n"
" -o, --outfile=BESTAND dit uitvoerbestand gebruiken\n"
" -S, --skel=BESTAND dit skeletbestand gebruiken\n"
-" -t, --stdout scanner naar standaarduitvoer schrijven, niet naar %s\n"
+" -t, --stdout scanner naar standaarduitvoer schrijven, niet naar "
+"%s\n"
" --yyclass=NAAM naam van de C++-klasse\n"
-" --header-file=BESTAND behalve de scanner ook een C-headerbestand maken\n"
+" --header-file=BESTAND behalve de scanner ook een C-headerbestand "
+"maken\n"
" --tables-file[=BESTAND] tabellen schrijven (naar dit BESTAND)\n"
"\n"
"Scannergedrag:\n"
" -7, --7bit een 7-bits-scanner genereren\n"
" -8, --8bit een 8-bits-scanner genereren\n"
-" -B, --batch een batch-scanner genereren (tegengestelde van -I)\n"
+" -B, --batch een batch-scanner genereren (tegengestelde van -"
+"I)\n"
" -i, --case-insensitive hoofd-/kleine letters in patronen negeren\n"
" -l, --lex-compat maximale compatibiliteit met de originele 'lex'\n"
" -X, --posix-compat maximale compatibiliteit met de POSIX 'lex'\n"
@@ -626,43 +662,47 @@ msgstr ""
" -h, --help deze hulptekst tonen\n"
" -V, --version de versie van %s tonen\n"
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr ""
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "naam is belachelijk lang: \"%s\""
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "geheugenreservering is mislukt in allocate_array()"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "onjuist teken '%s' in check_char()"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr "scanner heeft de optie -8 nodig om teken %s te kunnen gebruiken"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "dynamische geheugenfout in copy_string()"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: *fatale interne fout*, %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "vergroting van array is mislukt"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "onjuiste regel in skeletbestand"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "geheugenreservering is mislukt in yy_flex_xmalloc()"
@@ -738,24 +778,26 @@ msgstr "onjuiste iteratiewaarden"
msgid "iteration value must be positive"
msgstr "iteratiewaarde moet positief zijn"
-#: parse.y:806 parse.y:816
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
-msgstr "het tekenbereik [%c-%c] is niet eenduidig in een hoofdletterongevoelige scanner"
+msgstr ""
+"het tekenbereik [%c-%c] is niet eenduidig in een hoofdletterongevoelige "
+"scanner"
-#: parse.y:821
+#: parse.y:819
msgid "negative range in character class"
msgstr "negatief bereik in tekenklasse"
-#: parse.y:918
+#: parse.y:916
msgid "[:^lower:] is ambiguous in case insensitive scanner"
msgstr "[:^lower:] is niet eenduidig in een hoofdletterongevoelige scanner"
-#: parse.y:924
+#: parse.y:922
msgid "[:^upper:] ambiguous in case insensitive scanner"
msgstr "[:^upper:] is niet eenduidig in een hoofdletterongevoelige scanner"
-#: scan.l:75 scan.l:192 scan.l:300 scan.l:443 scan.l:618 scan.l:676
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr "Invoerregel is te lang\n"
@@ -769,14 +811,29 @@ msgstr "verkeerde opbouw van '%top'-commando"
msgid "unrecognized '%' directive"
msgstr "onbekend '%'-commando"
+#: scan.l:192
+#, fuzzy
+msgid "Definition name too long\n"
+msgstr "Invoerregel is te lang\n"
+
#: scan.l:284
msgid "Unmatched '{'"
msgstr "Ongepaarde '{'"
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr ""
+
#: scan.l:317
msgid "incomplete name definition"
msgstr "onvolledige naamsdefinitie"
+#: scan.l:443
+#, fuzzy
+msgid "Option line too long\n"
+msgstr "Invoerregel is te lang\n"
+
#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
@@ -836,27 +893,27 @@ msgstr "kan %s niet openen"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "Gebruik: %s [OPTIE]...\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr "optie '%s' staat geen argument toe\n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr "optie '%s' vereist een argument\n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr "optie '%s' is niet eenduidig\n"
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr "Onbekende optie '%s'\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "Onbekende fout=(%d)\n"
diff --git a/po/pl.gmo b/po/pl.gmo
new file mode 100644
index 0000000..550fec2
--- /dev/null
+++ b/po/pl.gmo
Binary files differ
diff --git a/po/pl.po b/po/pl.po
index 6fc4787..6046600 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1,19 +1,36 @@
# Polish translation for flex.
+# Copyright (C) 2007, 2012 The Flex Project (msgids)
# This file is distributed under the same license as the flex package.
-# Copyright (C) 2003, 2008 Free Software Foundation, Inc.
-# Jakub Bogusz <qboosh@pld-linux.org>, 2003-2008.
#
+# Jakub Bogusz <qboosh@pld-linux.org>, 2003-2012.
msgid ""
msgstr ""
-"Project-Id-Version: flex 2.5.34\n"
+"Project-Id-Version: flex 2.5.36\n"
"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2007-12-12 16:05-0500\n"
-"PO-Revision-Date: 2008-02-09 20:14+0100\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
+"PO-Revision-Date: 2012-08-02 18:15+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: pl\n"
+
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr "Przydzielenie bufora do wypisania acucha nie powiodo si"
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr "Przydzielenie bufora dla dyrektywy linii nie powiodo si"
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr "Przydzielenie bufora dla polecenia m4 def powiodo si"
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr "Przydzielenie bufora dla polecenia m4 undef powiodo si"
#: dfa.c:61
#, c-format
@@ -72,7 +89,7 @@ msgstr "stan # %d:\n"
msgid "Could not write yynxt_tbl[][]"
msgstr "Nie mona zapisa yynxt_tbl[][]"
-#: dfa.c:1052
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "wykryto bdny znak przejcia w sympartition()"
@@ -223,284 +240,294 @@ msgstr "nie mona zapisa nagwka tablic"
msgid "can't open skeleton file %s"
msgstr "nie mona otworzy pliku szablonu %s"
-#: main.c:505
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr "przydzielenie pamici dla definicji makra nie powiodo si"
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "bd wejcia podczas odczytu pliku szablonu %s"
-#: main.c:509
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "bd podczas zamykania pliku szablonu %s"
-#: main.c:694
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "bd podczas tworzenia pliku nagwkowego %s"
-#: main.c:702
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "bd podczas zapisu pliku wyjciowego %s"
-#: main.c:706
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "bd podczas zamykania pliku wyjciowego %s"
-#: main.c:710
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "bd podczas usuwania pliku wyjciowego %s"
-#: main.c:717
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr "Bez zapamitywania.\n"
-#: main.c:721
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d zapamitywanych stanw (nie akceptujcych).\n"
-#: main.c:725
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Skompresowane tablice zawsze zapamituj.\n"
-#: main.c:728
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "bd podczas zapisu pliku raportu z zapamitywania %s"
-#: main.c:732
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "bd podczas zamykania pliku raportu z zapamitywania %s"
-#: main.c:737
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s w wersji %s - statystyka uycia:\n"
-#: main.c:740
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " opcje skanera: -"
-#: main.c:819
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d stanw NFA\n"
-#: main.c:821
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d stanw DFA (%d sw)\n"
-#: main.c:823
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d regu\n"
-#: main.c:828
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr " Bez zapamitywania\n"
-#: main.c:832
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d zapamitywanych stanw (nie akceptujcych)\n"
-#: main.c:837
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " Skompresowane tablice zawsze zapamituj\n"
-#: main.c:841
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " Uytych wzorcw pocztek-linii\n"
-#: main.c:843
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d warunkw pocztkowych\n"
-#: main.c:847
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d stanw epsilonowych, %d stanw podwjnie epsilonowych\n"
-#: main.c:851
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " bez klas znakw\n"
-#: main.c:855
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
-msgstr " %d/%d klas znakw potrzebuje %d/%d sw pamici, %d ponownie uytych\n"
+msgstr ""
+" %d/%d klas znakw potrzebuje %d/%d sw pamici, %d ponownie uytych\n"
-#: main.c:860
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d utworzonych par stan/nastpny-stan\n"
-#: main.c:863
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d przej unikalny/duplikat\n"
-#: main.c:868
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d elementw tablicy\n"
-#: main.c:876
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d utworzonych elementw base-def\n"
-#: main.c:880
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (maksymalnie %d) utworzonych elementw nxt-chk\n"
-#: main.c:884
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (maksymalnie %d) utworzonych szablonowych elementw nxt-chk\n"
-#: main.c:888
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d pustych elementw tablicy\n"
-#: main.c:890
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d utworzonych prototypw\n"
-#: main.c:893
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d utworzonych szablonw, %d uy\n"
-#: main.c:901
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d utworzonych klas rwnowanoci\n"
-#: main.c:909
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d utworzonych klas meta-rwnowanoci\n"
-#: main.c:915
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d zachowanych) kolizji haszy, %d jednakowych DFA\n"
-#: main.c:917
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d potrzebnych zbiorw realokacji\n"
-#: main.c:919
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " %d potrzebnych ogem elementw tablicy\n"
-#: main.c:996
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "Bd wewntrzny. le sformuowane flexopts.\n"
-#: main.c:1006
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "`%s --help' poda wicej informacji.\n"
-#: main.c:1063
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr "nieznana opcja -C '%c'"
-#: main.c:1192
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
-#: main.c:1467
+#: main.c:1469
msgid "fatal parse error"
msgstr "krytyczny bd analizy skadni"
-#: main.c:1499
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr "nie mona utworzy pliku informacji o zapamitywaniu %s"
-#: main.c:1520
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr "opcja -l zgodnoci z leksem AT&T powoduje du strat wydajnoci\n"
-#: main.c:1523
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
msgstr " i moe by przyczyn innych zgaszanych strat wydajnoci\n"
-#: main.c:1529
+#: main.c:1531
#, c-format
-msgid "%%option yylineno entails a performance penalty ONLY on rules that can match newline characters\n"
-msgstr "%%option yylineno powoduje straty wydajnoci TYLKO dla regu dopasowujcych znak koca linii\n"
+msgid ""
+"%%option yylineno entails a performance penalty ONLY on rules that can match "
+"newline characters\n"
+msgstr ""
+"%%option yylineno powoduje straty wydajnoci TYLKO dla regu dopasowujcych "
+"znak koca linii\n"
-#: main.c:1536
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (interaktywny) powoduje ma strat wydajnoci\n"
-#: main.c:1541
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() powoduje ma strat wydajnoci\n"
-#: main.c:1547
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT powoduje du strat wydajnoci\n"
-#: main.c:1552
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
-msgstr "Reguy ze zmiennym kocowym kontekstem powoduj du strat wydajnoci\n"
+msgstr ""
+"Reguy ze zmiennym kocowym kontekstem powoduj du strat wydajnoci\n"
-#: main.c:1564
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT nie moe by uyte z -f ani -F"
-#: main.c:1567
+#: main.c:1569
#, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "%option yylineno nie moe by uyte z REJECT"
-#: main.c:1570
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr "reguy ze zmiennym kocowym kontekstem nie mog by uyte z -f ani -F"
-#: main.c:1691
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass ma znaczenie tylko dla skanerw C++"
-#: main.c:1798
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "Skadnia: %s [OPCJE] [PLIK]...\n"
-#: main.c:1801
+#: main.c:1805
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -530,7 +557,8 @@ msgid ""
" -S, --skel=FILE specify skeleton file\n"
" -t, --stdout write scanner on stdout instead of %s\n"
" --yyclass=NAME name of C++ class\n"
-" --header-file=FILE create a C header file in addition to the scanner\n"
+" --header-file=FILE create a C header file in addition to the "
+"scanner\n"
" --tables-file[=FILE] write tables to FILE\n"
"\n"
"Scanner behavior:\n"
@@ -573,19 +601,24 @@ msgstr ""
" -CF nie kompresowanie tablic; uycie reprezentacji -F\n"
" -Cm, --meta-ecs konstruowanie klas meta-rwnowanoci\n"
" -Cr, --read uycie read() zamiast stdio dla wejcia skanera\n"
-" -f, --full wygenerowanie szybkiego, wielkiego skanera. To samo co -Cfr\n"
-" -F, --fast uycie alternatywnej reprezentacji tablic. To samo co -CFr\n"
+" -f, --full wygenerowanie szybkiego, wielkiego skanera. To samo co -"
+"Cfr\n"
+" -F, --fast uycie alternatywnej reprezentacji tablic. To samo co -"
+"CFr\n"
" -Cem domylne kompresowanie (to samo co --ecs --meta-ecs)\n"
"\n"
"Diagnostyka:\n"
-" -d, --debug wczenie trybu diagnostycznego (debug) w skanerze\n"
+" -d, --debug wczenie trybu diagnostycznego (debug) w "
+"skanerze\n"
" -b, --backup zapisanie informacji o zapamitywaniu do %s\n"
" -p, --perf-report wypisanie raportu o wydajnoci na stderr\n"
-" -s, --nodefault pominicie domylnej reguy ECHO dla niedopasowanego\n"
+" -s, --nodefault pominicie domylnej reguy ECHO dla "
+"niedopasowanego\n"
" tekstu\n"
" -T, --trace %s powinien dziaa w trybie ledzenia\n"
" -w, --nowarn nie generowanie ostrzee\n"
-" -v, --verbose wypisanie podsumowania statystyk skanera na stdout\n"
+" -v, --verbose wypisanie podsumowania statystyk skanera na "
+"stdout\n"
"\n"
"Pliki:\n"
" -o, --outfile=PLIK podanie nazwy pliku wyjciowego\n"
@@ -598,11 +631,13 @@ msgstr ""
"Zachowanie skanera:\n"
" -7, --7bit wygenerowanie skanera 7-bitowego\n"
" -8, --8bit wygenerowanie skanera 8-bitowego\n"
-" -B, --batch wygenerowanie skanera wsadowego (przeciwiestwo -I)\n"
+" -B, --batch wygenerowanie skanera wsadowego (przeciwiestwo -"
+"I)\n"
" -i, --case-insensitive ignorowanie wielkoci liter we wzorcach\n"
" -l, --lex-compat maksymalna kompatybilno z oryginalnym leksem\n"
" -X, --posix-compat maksymalna kompatybilno z leksem POSIX\n"
-" -I, --interactive wygenerowanie skanera interaktywnego (przeciw. -B)\n"
+" -I, --interactive wygenerowanie skanera interaktywnego (przeciw. -"
+"B)\n"
" --yylineno ledzenie liczby linii w yylineno\n"
"\n"
"Generowany kod:\n"
@@ -626,43 +661,47 @@ msgstr ""
" -h, --help wywietlenie tego pomocnego opisu\n"
" -V, --version podanie wersji programu %s\n"
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr "przydzielenie sko_stack nie powiodo si"
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "nazwa \"%s\" jest miesznie duga"
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "nie udao si przydzieli pamici w allocate_array()"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "bdny znak '%s' usunity w check_char()"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr "skaner wymaga flagi -8 aby uy znaku %s"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "niepowodzenie dynamicznej pamici w copy_string()"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: krytyczny bd wewntrzny: %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "prba zwikszenia rozmiaru tablicy nie powioda si"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "bdna linia w pliku szablonu"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "nie udao si przydzieli pamici w yy_flex_xmalloc()"
@@ -738,24 +777,30 @@ msgstr "bdne wartoci iteracji"
msgid "iteration value must be positive"
msgstr "warto iteracji musi by dodatnia"
-#: parse.y:806 parse.y:816
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
-msgstr "przedzia znakw [%c-%c] jest niejednoznaczny w skanerze ignorujcym wielko liter"
+msgstr ""
+"przedzia znakw [%c-%c] jest niejednoznaczny w skanerze ignorujcym "
+"wielko liter"
-#: parse.y:821
+#: parse.y:819
msgid "negative range in character class"
msgstr "ujemny przedzia w klasie znakw"
-#: parse.y:918
+#: parse.y:916
msgid "[:^lower:] is ambiguous in case insensitive scanner"
-msgstr "[:^lower:] jest niejednoznaczne w przypadku skanera ignorujcego wielko liter"
+msgstr ""
+"[:^lower:] jest niejednoznaczne w przypadku skanera ignorujcego wielko "
+"liter"
-#: parse.y:924
+#: parse.y:922
msgid "[:^upper:] ambiguous in case insensitive scanner"
-msgstr "[:^upper:] jest niejednoznaczne w przypadku skanera ignorujcego wielko liter"
+msgstr ""
+"[:^upper:] jest niejednoznaczne w przypadku skanera ignorujcego wielko "
+"liter"
-#: scan.l:75 scan.l:192 scan.l:300 scan.l:443 scan.l:618 scan.l:676
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr "Linia wejciowa zbyt duga\n"
@@ -769,14 +814,27 @@ msgstr "le sformuowana dyrektywa '%top'"
msgid "unrecognized '%' directive"
msgstr "nierozpoznana dyrektywa '%'"
+#: scan.l:192
+msgid "Definition name too long\n"
+msgstr "Nazwa definizji zbyt duga\n"
+
#: scan.l:284
msgid "Unmatched '{'"
msgstr "Niesparowany '{'"
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr "Definicja wartoci dla {%s} zbyt duga\n"
+
#: scan.l:317
msgid "incomplete name definition"
msgstr "niekompletna definicja nazwy"
+#: scan.l:443
+msgid "Option line too long\n"
+msgstr "Linia opcji zbyt duga\n"
+
#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
@@ -836,27 +894,27 @@ msgstr "nie mona otworzy %s"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "Skadnia: %s [OPCJE]...\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr "opcja `%s' nie przyjmuje argumentu\n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr "opcja `%s' wymaga argumentu\n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr "opcja `%s' jest niejednoznaczna\n"
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr "Nierozpoznana opcja `%s'\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "Nieznany bd=(%d)\n"
diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo
new file mode 100644
index 0000000..48b3f78
--- /dev/null
+++ b/po/pt_BR.gmo
Binary files differ
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 0db111d..fee688a 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6,7 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2.5.31\n"
-"POT-Creation-Date: 2003-04-01 11:33-0500\n"
+"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
"PO-Revision-Date: 2004-02-08 18:45-0200\n"
"Last-Translator: Alexandre Folle de Menezes <afmenez@terra.com.br>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
@@ -14,6 +15,22 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr ""
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr ""
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr ""
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr ""
+
#: dfa.c:61
#, c-format
msgid "State #%d is non-accepting -\n"
@@ -24,14 +41,17 @@ msgid "dangerous trailing context"
msgstr "texto final perigoso"
#: dfa.c:166
+#, c-format
msgid " associated rule line numbers:"
msgstr " nmeros de linha de regras associadas:"
#: dfa.c:202
+#, c-format
msgid " out-transitions: "
msgstr " transaes de sada: "
#: dfa.c:210
+#, c-format
msgid ""
"\n"
" jam-transitions: EOF "
@@ -64,19 +84,15 @@ msgstr "impossvel criar um estadp nico de final de buffer"
msgid "state # %d:\n"
msgstr "estado # %d:\n"
-#: dfa.c:800
+#: dfa.c:785
msgid "Could not write yynxt_tbl[][]"
msgstr "Impossvel escrever yynxt_tbl[][]"
-#: dfa.c:1023
-msgid "consistency check failed in symfollowset"
-msgstr "verificao de consistncia falhou em symfollowset"
-
-#: dfa.c:1071
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "caractere de transio invlido detectado em sympartition()"
-#: gen.c:484
+#: gen.c:478
msgid ""
"\n"
"\n"
@@ -88,29 +104,29 @@ msgstr ""
"Classes de Equivalncia:\n"
"\n"
-#: gen.c:668 gen.c:697 gen.c:1221
+#: gen.c:662 gen.c:691 gen.c:1215
#, c-format
msgid "state # %d accepts: [%d]\n"
msgstr "estado # %d aceita: [%d]\n"
-#: gen.c:1116
+#: gen.c:1110
#, c-format
msgid "state # %d accepts: "
msgstr "estado # %d aceita: "
-#: gen.c:1163
+#: gen.c:1157
msgid "Could not write yyacclist_tbl"
msgstr "Impossvel escrever yyacclist_tbl"
-#: gen.c:1239
+#: gen.c:1233
msgid "Could not write yyacc_tbl"
msgstr "Impossvel escrever yyacc_tbl"
-#: gen.c:1254 gen.c:1639 gen.c:1662
+#: gen.c:1248 gen.c:1633 gen.c:1656
msgid "Could not write ecstbl"
msgstr "Impossvel escrever ecstbl"
-#: gen.c:1277
+#: gen.c:1271
msgid ""
"\n"
"\n"
@@ -120,373 +136,403 @@ msgstr ""
"\n"
"Classes de Meta-Equivalncia:\n"
-#: gen.c:1299
+#: gen.c:1293
msgid "Could not write yymeta_tbl"
msgstr "Impossvel escrever yymeta_tbl"
-#: gen.c:1360
+#: gen.c:1354
msgid "Could not write yybase_tbl"
msgstr "Impossvel escrever yybase_tbl"
-#: gen.c:1394
+#: gen.c:1388
msgid "Could not write yydef_tbl"
msgstr "Impossvel escrever yydef_tbl"
-#: gen.c:1434
+#: gen.c:1428
msgid "Could not write yynxt_tbl"
msgstr "Impossvel escrever yynxt_tbl"
-#: gen.c:1470
+#: gen.c:1464
msgid "Could not write yychk_tbl"
msgstr "Impossvel escrever yychk_tbl"
-#: gen.c:1624 gen.c:1653
+#: gen.c:1618 gen.c:1647
msgid "Could not write ftbl"
msgstr "Impossvel escrever ftbl"
-#: gen.c:1630
+#: gen.c:1624
msgid "Could not write ssltbl"
msgstr "Impossvel escrever ssltbl"
-#: gen.c:1681
+#: gen.c:1675
msgid "Could not write eoltbl"
msgstr "Impossvel escrever eoltbl"
-#: gen.c:1741
+#: gen.c:1735
msgid "Could not write yynultrans_tbl"
msgstr "Impossvel escrever yynultrans_tbl"
-#: main.c:176
+#: main.c:189
msgid "rule cannot be matched"
msgstr "aplicao da regra no gerou nenhum resultado"
-#: main.c:181
+#: main.c:194
msgid "-s option given but default rule can be matched"
msgstr "a opo -s foi fornecida, mas a regra padro pode ser aplicada"
-#: main.c:217
+#: main.c:234
msgid "Can't use -+ with -l option"
msgstr "Impossvel usar -+ com a opo -l"
-#: main.c:220
+#: main.c:237
msgid "Can't use -f or -F with -l option"
msgstr "Impossvel usar -f ou -F com a opo -l"
-#: main.c:224
+#: main.c:241
msgid "Can't use --reentrant or --bison-bridge with -l option"
msgstr "Impossvel usar --reentrant ou --bison-bridge com a opo -l"
-#: main.c:261
+#: main.c:278
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "-Cf/-CF e -Cm no fazem sentido juntos"
-#: main.c:264
+#: main.c:281
msgid "-Cf/-CF and -I are incompatible"
msgstr "-Cf/-CF e -I so incompatveis"
-#: main.c:268
+#: main.c:285
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF so incompatveis com o modo de compatibilidade lex"
-#: main.c:273
+#: main.c:290
msgid "-Cf and -CF are mutually exclusive"
msgstr "-Cf e -CF so mutuamente exclusivos"
-#: main.c:277
+#: main.c:294
msgid "Can't use -+ with -CF option"
msgstr "Impossvel usar -+ com a opo -CF"
-#: main.c:280
+#: main.c:297
#, c-format
msgid "%array incompatible with -+ option"
msgstr "%array incompatvel com a opo -+"
-#: main.c:285
+#: main.c:302
msgid "Options -+ and --reentrant are mutually exclusive."
msgstr "As opes -+ e --reentrant so mutuamente exclusivas."
-#: main.c:288
+#: main.c:305
msgid "bison bridge not supported for the C++ scanner."
msgstr "ponte bison no suportada pelo processador C++."
-#: main.c:340 main.c:385
+#: main.c:360 main.c:406
#, c-format
msgid "could not create %s"
msgstr "impossvel criar %s"
-#: main.c:398
+#: main.c:419
msgid "could not write tables header"
msgstr "impossvel escrever o cabealho das tabelas"
-#: main.c:402
+#: main.c:423
#, c-format
msgid "can't open skeleton file %s"
msgstr "impossvel abrir o arquivo esqueleto %s"
-#: main.c:483
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr ""
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "erro lendo o arquivo esqueleto %s"
-#: main.c:487
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "erro fechando o arquivo esqueleto %s"
-#: main.c:671
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "erro criando o arquivo cabealho %s"
-#: main.c:679
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "erro escrevendo arquivo de sada %s"
-#: main.c:683
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "erro fechando arquivo de sada %s"
-#: main.c:687
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "erro removendo arquivo de sada %s"
-#: main.c:694
+#: main.c:719
+#, c-format
msgid "No backing up.\n"
msgstr "Impossvel restaurar.\n"
-#: main.c:698
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d fazendo cpia de segurana de estados (no-aceita).\n"
-#: main.c:702
+#: main.c:727
+#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Tabelas compactadas sempre tm cpias de segurana.\n"
-#: main.c:705
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "erro escrevendo cpia de segurana %s"
-#: main.c:709
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "erro fechando cpia de segurana %s"
-#: main.c:714
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s verso %s estatsticas de uso:\n"
-#: main.c:717
+#: main.c:742
+#, c-format
msgid " scanner options: -"
msgstr " opes de scanner: -"
-#: main.c:796
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d estados NFA\n"
-#: main.c:798
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d estados DFA (%d palavras)\n"
-#: main.c:800
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d regras\n"
-#: main.c:805
+#: main.c:830
+#, c-format
msgid " No backing up\n"
msgstr " Sem cpia de segurana\n"
-#: main.c:809
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d fazendo cpia de segurana de estados (no-aceita)\n"
-#: main.c:814
+#: main.c:839
+#, c-format
msgid " Compressed tables always back-up\n"
msgstr " Tabelas compactadas sempre tm cpias de segurana\n"
-#: main.c:818
+#: main.c:843
+#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " Padres de incio-de-linha usados\n"
-#: main.c:820
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d condies de incio\n"
-#: main.c:824
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d estados epsilon, %d estados epsilon duplo\n"
-#: main.c:828
+#: main.c:853
+#, c-format
msgid " no character classes\n"
msgstr " nenhuma classe de caracteres\n"
-#: main.c:832
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
-msgstr " %d/%d classes de caracters precisaram de %d/%d palavras de armazenamento, %d reusadas\n"
+msgstr ""
+" %d/%d classes de caracters precisaram de %d/%d palavras de armazenamento, %"
+"d reusadas\n"
-#: main.c:837
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d pares estado/prximoestado criados\n"
-#: main.c:840
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d transies nicas/duplicadas\n"
-#: main.c:845
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d entradas de tabela\n"
-#: main.c:853
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d entradas base-def criadas\n"
-#: main.c:857
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (pico %d) entradas nxt-chk criadas\n"
-#: main.c:861
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (pico %d) modelos de entradas nxt-chk criadas\n"
-#: main.c:865
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d entradas vazias na tabela\n"
-#: main.c:867
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d protos criados\n"
-#: main.c:870
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d modelos criados, %d usos\n"
-#: main.c:878
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d classes de equivalncia criadas\n"
-#: main.c:886
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d classes de meta-equivalncia criadas\n"
-#: main.c:892
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d salvas) colises de hash, %d DFAs iguais\n"
-#: main.c:894
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d conjuntos de realocao necessrios\n"
-#: main.c:896
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " %d total de entradas de tabela necessrias\n"
-#: main.c:971
+#: main.c:998
+#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "Erro interno. flexopts esto malformados.\n"
-#: main.c:981
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Tente `%s --help' para maiores informaes.\n"
-#: main.c:1038
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr "opo -C '%c' desconecida"
-#: main.c:1167
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
-#: main.c:1442
+#: main.c:1469
msgid "fatal parse error"
msgstr "erro fatal de anlise"
-#: main.c:1474
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr "impossvel criar cpia de segurano do arquivo de informaes %s"
-#: main.c:1495
+#: main.c:1522
+#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
-msgstr "a opo de compatibilidade com lex da AT&T '-l' acarreta em uma grande penalidade na performance\n"
+msgstr ""
+"a opo de compatibilidade com lex da AT&T '-l' acarreta em uma grande "
+"penalidade na performance\n"
-#: main.c:1498
+#: main.c:1525
+#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
-msgstr " e pode ser a fonte real de outras penalidades de performance reportadas\n"
+msgstr ""
+" e pode ser a fonte real de outras penalidades de performance reportadas\n"
-#: main.c:1504
+#: main.c:1531
#, c-format
-msgid "%%option yylineno entails a performance penalty ONLY on rules that can match newline characters\n"
-msgstr "%%option yylineno acarreta em uma penalidade na performance APENAS em regras que podem bater caracters de nova linha\n"
+msgid ""
+"%%option yylineno entails a performance penalty ONLY on rules that can match "
+"newline characters\n"
+msgstr ""
+"%%option yylineno acarreta em uma penalidade na performance APENAS em regras "
+"que podem bater caracters de nova linha\n"
-#: main.c:1511
+#: main.c:1538
+#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (interativo) acarreta em uma pequena penalidade na performance\n"
-#: main.c:1516
+#: main.c:1543
+#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() acarreta em uma pequena penalidade na performance\n"
-#: main.c:1522
+#: main.c:1549
+#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT acarreta em uma grande penalidade na performance\n"
-#: main.c:1527
+#: main.c:1554
+#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
-msgstr "Varivel seguindo regras de contexto implicam em grande perda de performance\n"
+msgstr ""
+"Varivel seguindo regras de contexto implicam em grande perda de "
+"performance\n"
-#: main.c:1539
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT no pode ser usado com -f ou -F"
-#: main.c:1542
+#: main.c:1569
#, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "%option yylineno no pode ser usada com REJECT"
-#: main.c:1545
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
-msgstr "variveis seguindo regras de contexto no podem ser usadas com -f ou -F"
+msgstr ""
+"variveis seguindo regras de contexto no podem ser usadas com -f ou -F"
-#: main.c:1661
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass s tem sentido para scanners C++"
-#: main.c:1768
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "Uso: %s [OPES] [ARQUIVO]...\n"
-#: main.c:1771
+#: main.c:1805
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -516,7 +562,8 @@ msgid ""
" -S, --skel=FILE specify skeleton file\n"
" -t, --stdout write scanner on stdout instead of %s\n"
" --yyclass=NAME name of C++ class\n"
-" --header-file=FILE create a C header file in addition to the scanner\n"
+" --header-file=FILE create a C header file in addition to the "
+"scanner\n"
" --tables-file[=FILE] write tables to FILE\n"
"\n"
"Scanner behavior:\n"
@@ -551,43 +598,47 @@ msgid ""
" -V, --version report %s version\n"
msgstr ""
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr ""
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "nome \"%s\" ridiculamente longo"
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "alocao de memria falhou em allocate_array()"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "caractere invlido '%s' detectado em check_char()"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr "o scanner precisa de um flag -8 para usar o caracter %s"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "falha dinmica de memria em copy_string()"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: erro interno fatal, %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "tentativa de aumentar o tamanho do vetor falhou"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "linha invlida no arquivo de esqueleto"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "alocao de memria falhou em yy_flex_xmalloc()"
@@ -608,6 +659,7 @@ msgid "state # %4d\t"
msgstr "estado # %4d\t"
#: nfa.c:130
+#, c-format
msgid "********** end of dump\n"
msgstr "********** final do despejo\n"
@@ -638,107 +690,143 @@ msgstr "muitas transies em mkxtion()"
msgid "too many rules (> %d)!"
msgstr "muitas regras (> %d)!"
-#: parse.y:183
+#: parse.y:159
msgid "unknown error processing section 1"
msgstr "erro desconhecido porcessando a seo 1"
-#: parse.y:208 parse.y:373
+#: parse.y:184 parse.y:351
msgid "bad start condition list"
msgstr "lista de condies de incio invlida"
-#: parse.y:337
+#: parse.y:315
msgid "unrecognized rule"
msgstr "regra no reconhecida"
-#: parse.y:456 parse.y:469 parse.y:538
+#: parse.y:434 parse.y:447 parse.y:516
msgid "trailing context used twice"
msgstr "contexto final usado duas vezes"
-#: parse.y:574 parse.y:584 parse.y:657 parse.y:667
+#: parse.y:552 parse.y:562 parse.y:635 parse.y:645
msgid "bad iteration values"
msgstr "valores de iterao invlidos"
-#: parse.y:602 parse.y:620 parse.y:685 parse.y:703
+#: parse.y:580 parse.y:598 parse.y:663 parse.y:681
msgid "iteration value must be positive"
msgstr "valor de iterao deve ser positivo"
-#: parse.y:817 parse.y:827
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
-msgstr "a faixa de caracteres [%c-%c] ambgua em um processador \"case-insensitive\""
+msgstr ""
+"a faixa de caracteres [%c-%c] ambgua em um processador \"case-insensitive"
+"\""
-#: parse.y:832
+#: parse.y:819
msgid "negative range in character class"
msgstr "faixa negativa na classe de caracteres"
-#: scan.l:70 scan.l:180 scan.l:267 scan.l:409 scan.l:548 scan.l:598
+#: parse.y:916
+#, fuzzy
+msgid "[:^lower:] is ambiguous in case insensitive scanner"
+msgstr ""
+"a faixa de caracteres [%c-%c] ambgua em um processador \"case-insensitive"
+"\""
+
+#: parse.y:922
+#, fuzzy
+msgid "[:^upper:] ambiguous in case insensitive scanner"
+msgstr ""
+"a faixa de caracteres [%c-%c] ambgua em um processador \"case-insensitive"
+"\""
+
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr "Linha de entrada muito longa\n"
-#: scan.l:149
+#: scan.l:161
#, c-format
msgid "malformed '%top' directive"
msgstr "diretiva '%top' malformada"
-#: scan.l:171
+#: scan.l:183
#, no-c-format
msgid "unrecognized '%' directive"
msgstr "diretiva '%' no reconhecida"
-#: scan.l:251
+#: scan.l:192
+#, fuzzy
+msgid "Definition name too long\n"
+msgstr "Linha de entrada muito longa\n"
+
+#: scan.l:284
msgid "Unmatched '{'"
msgstr "'{' sem fechamento"
-#: scan.l:284
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr ""
+
+#: scan.l:317
msgid "incomplete name definition"
msgstr "definio de nome incompleta"
-#: scan.l:417
+#: scan.l:443
+#, fuzzy
+msgid "Option line too long\n"
+msgstr "Linha de entrada muito longa\n"
+
+#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
msgstr "%%opo no reconhecida: %s"
-#: scan.l:558 scan.l:677
+#: scan.l:633 scan.l:800
msgid "bad character class"
msgstr "classe de caractere invlida"
-#: scan.l:605
+#: scan.l:683
#, c-format
msgid "undefined definition {%s}"
msgstr "definio indefinida {%s}"
-#: scan.l:645
+#: scan.l:755
#, c-format
msgid "bad <start condition>: %s"
msgstr "<condio de incio> invlida: %s"
-#: scan.l:658
+#: scan.l:768
msgid "missing quote"
msgstr "faltou aspa"
-#: scan.l:698
+#: scan.l:834
#, c-format
msgid "bad character class expression: %s"
msgstr "expresso de classe de caractere invlida: %s"
-#: scan.l:720
+#: scan.l:856
msgid "bad character inside {}'s"
msgstr "caracater invlido entre {}'s"
-#: scan.l:726
+#: scan.l:862
msgid "missing }"
msgstr "faltou }"
-#: scan.l:799
+#: scan.l:940
msgid "EOF encountered inside an action"
msgstr "Fim de Arquivo encontrado dentro de uma ao"
-#: scan.l:819
+#: scan.l:945
+#, fuzzy
+msgid "EOF encountered inside pattern"
+msgstr "Fim de Arquivo encontrado dentro de uma ao"
+
+#: scan.l:967
#, c-format
msgid "bad character: %s"
msgstr "caracter invlido: %s"
-#: scan.l:848
+#: scan.l:996
#, c-format
msgid "can't open %s"
msgstr "impossvel abrir %s"
@@ -748,27 +836,27 @@ msgstr "impossvel abrir %s"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "Uso: %s [OPES]...\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr "option `%s' no permite argumentos\n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr "option `%s' requer um argumento\n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr "opo `%s' ambgua\n"
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr "Opo `%s' desconhecida\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "Erro desconhecido=(%d)\n"
@@ -777,11 +865,11 @@ msgstr "Erro desconhecido=(%d)\n"
msgid "symbol table memory allocation failed"
msgstr "alocao da memria da tabela de smbolos falhou"
-#: sym.c:203
+#: sym.c:202
msgid "name defined twice"
msgstr "nome definido duas vezes"
-#: sym.c:254
+#: sym.c:253
#, c-format
msgid "start condition %s declared twice"
msgstr "condio de incio %s declarada duas vezes"
@@ -791,6 +879,7 @@ msgid "premature EOF"
msgstr "Fim-de-Arquivo prematuro"
#: yylex.c:198
+#, c-format
msgid "End Marker\n"
msgstr "Marca de Fim\n"
@@ -799,8 +888,12 @@ msgstr "Marca de Fim\n"
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "*Algo Estranho* - tok: %d val: %d\n"
+#~ msgid "consistency check failed in symfollowset"
+#~ msgstr "verificao de consistncia falhou em symfollowset"
+
#~ msgid "Can't specify header option if writing to stdout."
-#~ msgstr "Impossvel especificar a opo de cabealho se escrevendo em stdout."
+#~ msgstr ""
+#~ "Impossvel especificar a opo de cabealho se escrevendo em stdout."
#~ msgid "unknown -R option '%c'"
#~ msgstr "opo -R '%c' desconecida"
diff --git a/po/quot.sed b/po/quot.sed
new file mode 100644
index 0000000..0122c46
--- /dev/null
+++ b/po/quot.sed
@@ -0,0 +1,6 @@
+s/"\([^"]*\)"/“\1”/g
+s/`\([^`']*\)'/‘\1’/g
+s/ '\([^`']*\)' / ‘\1’ /g
+s/ '\([^`']*\)'$/ ‘\1’/g
+s/^'\([^`']*\)' /‘\1’ /g
+s/“”/""/g
diff --git a/po/remove-potcdate.sin b/po/remove-potcdate.sin
new file mode 100644
index 0000000..2436c49
--- /dev/null
+++ b/po/remove-potcdate.sin
@@ -0,0 +1,19 @@
+# Sed script that remove the POT-Creation-Date line in the header entry
+# from a POT file.
+#
+# The distinction between the first and the following occurrences of the
+# pattern is achieved by looking at the hold space.
+/^"POT-Creation-Date: .*"$/{
+x
+# Test if the hold space is empty.
+s/P/P/
+ta
+# Yes it was empty. First occurrence. Remove the line.
+g
+d
+bb
+:a
+# The hold space was nonempty. Following occurrences. Do nothing.
+x
+:b
+}
diff --git a/po/ro.gmo b/po/ro.gmo
new file mode 100644
index 0000000..087ff16
--- /dev/null
+++ b/po/ro.gmo
Binary files differ
diff --git a/po/ro.po b/po/ro.po
index 5df99d1..8389e99 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2.5.31\n"
-"Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n"
-"POT-Creation-Date: 2006-02-14 12:28-0500\n"
+"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
"PO-Revision-Date: 2003-11-22 11:07+0200\n"
"Last-Translator: Eugen Hoanca <eugenh@urban-grafx.ro>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
@@ -14,6 +14,22 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr ""
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr ""
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr ""
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr ""
+
#: dfa.c:61
#, c-format
msgid "State #%d is non-accepting -\n"
@@ -67,19 +83,15 @@ msgstr "nu am putut crea sfrit unic pentru starea buffer-ului"
msgid "state # %d:\n"
msgstr "stare # %d:\n"
-#: dfa.c:800
+#: dfa.c:785
msgid "Could not write yynxt_tbl[][]"
msgstr "Nu am putut scrie yynxt_tbl[][]"
-#: dfa.c:1023
-msgid "consistency check failed in symfollowset"
-msgstr "verificare de consisten euat n symfollowset"
-
-#: dfa.c:1071
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "caracter greit de tranziie detectat n sympartition()"
-#: gen.c:484
+#: gen.c:478
msgid ""
"\n"
"\n"
@@ -91,29 +103,29 @@ msgstr ""
"Clase de Echivalen:\n"
"\n"
-#: gen.c:668 gen.c:697 gen.c:1221
+#: gen.c:662 gen.c:691 gen.c:1215
#, c-format
msgid "state # %d accepts: [%d]\n"
msgstr "starea # %d accept: [%d]\n"
-#: gen.c:1116
+#: gen.c:1110
#, c-format
msgid "state # %d accepts: "
msgstr "starea # %d accept: "
-#: gen.c:1163
+#: gen.c:1157
msgid "Could not write yyacclist_tbl"
msgstr "Nu am putut scrie yyacclist_tbl"
-#: gen.c:1239
+#: gen.c:1233
msgid "Could not write yyacc_tbl"
msgstr "Nu am putut scrie yyacc_tbl"
-#: gen.c:1254 gen.c:1639 gen.c:1662
+#: gen.c:1248 gen.c:1633 gen.c:1656
msgid "Could not write ecstbl"
msgstr "Nu am putut scrie ecstbl"
-#: gen.c:1277
+#: gen.c:1271
msgid ""
"\n"
"\n"
@@ -123,342 +135,346 @@ msgstr ""
"\n"
"Clase de Meta-Echivalen:\n"
-#: gen.c:1299
+#: gen.c:1293
msgid "Could not write yymeta_tbl"
msgstr "Nu am putut scrie yymeta_tbl"
-#: gen.c:1360
+#: gen.c:1354
msgid "Could not write yybase_tbl"
msgstr "Nu am putut scrie yybase_tbl"
-#: gen.c:1394
+#: gen.c:1388
msgid "Could not write yydef_tbl"
msgstr "Nu am putut scrie yydef_tbl"
-#: gen.c:1434
+#: gen.c:1428
msgid "Could not write yynxt_tbl"
msgstr "Nu am putut scrie yynxt_tbl"
-#: gen.c:1470
+#: gen.c:1464
msgid "Could not write yychk_tbl"
msgstr "Nu am putut scrie yychk_tbl"
-#: gen.c:1624 gen.c:1653
+#: gen.c:1618 gen.c:1647
msgid "Could not write ftbl"
msgstr "Nu am putut scrie ftbl"
-#: gen.c:1630
+#: gen.c:1624
msgid "Could not write ssltbl"
msgstr "Nu am putut scrie ssltbl"
-#: gen.c:1681
+#: gen.c:1675
msgid "Could not write eoltbl"
msgstr "Nu am putut scrie eoltbl"
-#: gen.c:1741
+#: gen.c:1735
msgid "Could not write yynultrans_tbl"
msgstr "Nu am putut scrie yynultrans_tbl"
-#: main.c:187
+#: main.c:189
msgid "rule cannot be matched"
msgstr "regula nu se potrivete cu nimic"
-#: main.c:192
+#: main.c:194
msgid "-s option given but default rule can be matched"
msgstr "a fost dat opiunea -s dar regula implicit se poate potrivi"
-#: main.c:229
+#: main.c:234
msgid "Can't use -+ with -l option"
msgstr "Nu se poate folosi -+ cu opiunea -l"
-#: main.c:232
+#: main.c:237
msgid "Can't use -f or -F with -l option"
msgstr "Nu se poate folosi -f sau -F cu opiunea -l"
-#: main.c:236
+#: main.c:241
msgid "Can't use --reentrant or --bison-bridge with -l option"
msgstr "Nu se poate folosi --reentrant sau --bison-bridge cu opiunea -l"
-#: main.c:273
+#: main.c:278
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "-Cf/-CF i -Cm nu au sens folosite mpreun"
-#: main.c:276
+#: main.c:281
msgid "-Cf/-CF and -I are incompatible"
msgstr "-Cf/-CF i -I sunt incompatibile"
-#: main.c:280
+#: main.c:285
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF sunt incompatibile cu module de compatibilitate lex"
-#: main.c:285
+#: main.c:290
msgid "-Cf and -CF are mutually exclusive"
msgstr "-Cf i -CF se exclud reciproc"
-#: main.c:289
+#: main.c:294
msgid "Can't use -+ with -CF option"
msgstr "Nu se poate folosi -+ cu opiunea -CF"
-#: main.c:292
+#: main.c:297
#, c-format
msgid "%array incompatible with -+ option"
msgstr "%array incompatibil cu opiunea -+"
-#: main.c:297
+#: main.c:302
msgid "Options -+ and --reentrant are mutually exclusive."
msgstr "Opiunile -+ and --reentrant se exclud reciproc"
-#: main.c:300
+#: main.c:305
msgid "bison bridge not supported for the C++ scanner."
msgstr "bridge bison nu este suportat pentru scannerul C++."
-#: main.c:352 main.c:400
+#: main.c:360 main.c:406
#, c-format
msgid "could not create %s"
msgstr "nu am putut crea %s"
-#: main.c:413
+#: main.c:419
msgid "could not write tables header"
msgstr "Nu am putut scrie capul de tabel"
-#: main.c:417
+#: main.c:423
#, c-format
msgid "can't open skeleton file %s"
msgstr "nu am putut deschide fiierul schelet %s"
-#: main.c:498
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr ""
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "eroare de intrare(input) n timpul citirii fiierului schelet %s"
-#: main.c:502
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "eroare n nchiderea fiierului schelet %s"
-#: main.c:686
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "eroare n crearea fiierului de header %s"
-#: main.c:694
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "eroare n scrierea fiierului de output %s"
-#: main.c:698
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "eroare n nchiderea fiierului de output %s"
-#: main.c:702
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "eroare n tergerea fiierului de output %s"
-#: main.c:709
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr "Nu se revine (backing-up).\n"
-#: main.c:713
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d salvare de (inacceptabile) stri.\n"
-#: main.c:717
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Tabelele compresate ntotdeauna au back-up.\n"
-#: main.c:720
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "eroare n scrierea fiierului de backup %s"
-#: main.c:724
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "eroare n nchiderea fiierului de backup %s"
-#: main.c:729
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s versiunea %s statistici de folosire:\n"
-#: main.c:732
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " opiuni de scanner: -"
-#: main.c:811
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d stri NFA\n"
-#: main.c:813
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d stri DFA (%d cuvinte)\n"
-#: main.c:815
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d reguli\n"
-#: main.c:820
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr " Nu se face backup\n"
-#: main.c:824
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d salvare de (inacceptabile) stri\n"
-#: main.c:829
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " Tabelele compresate ntotdeauna au back-up\n"
-#: main.c:833
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " Tipare de nceputuri de linie folosite\n"
-#: main.c:835
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d condiii de start\n"
-#: main.c:839
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d stri epsilon, %d stri dublu epsilon\n"
-#: main.c:843
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " nici o clas de caractere\n"
-#: main.c:847
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
msgstr ""
" %d/%d clase de caractere necesare %d/%d cuvinte de stocare, %d refolosite\n"
-#: main.c:852
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d perechi de stare/stareurmtoare create\n"
-#: main.c:855
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d tranziii unice/duplicate\n"
-#: main.c:860
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d intrri n tabele\n"
-#: main.c:868
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d base-def intrri create\n"
-#: main.c:872
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (maxim %d) nxt-chk intrri create\n"
-#: main.c:876
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (maxim %d) model nxt-chk intrri create\n"
-#: main.c:880
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d intrri n tabel goale\n"
-#: main.c:882
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d prototipuri create\n"
-#: main.c:885
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d modele create, %d folosiri\n"
-#: main.c:893
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d clase de echivalen create\n"
-#: main.c:901
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d clase de meta-echivalen create\n"
-#: main.c:907
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d salvate) coliziuni disipate(hash), %d egaluri de DFA-uril\n"
-#: main.c:909
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d seturi de realocri necesare\n"
-#: main.c:911
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " %d intrri totale n tabel necesare\n"
-#: main.c:986
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "Eroare intern. Opiunile flex(flexopts) sunt malformate.\n"
-#: main.c:996
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "ncercai `%s --help' pentru mai multe informaii.\n"
-#: main.c:1053
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr "opiune -C necunoscut `%c'"
-#: main.c:1182
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
-#: main.c:1457
+#: main.c:1469
msgid "fatal parse error"
msgstr "eroare fatal de analiz(parse)"
-#: main.c:1489
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr "nu s-a putut crea fiierul de informaii de back-up %s"
-#: main.c:1510
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr ""
"-l opiunea de compatibilitate AT&T lex determin o scdere drastic a "
"performanei\n"
-#: main.c:1513
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
msgstr "i poate fi sursa real a altor scderi de performan raportate\n"
-#: main.c:1519
+#: main.c:1531
#, c-format
msgid ""
"%%option yylineno entails a performance penalty ONLY on rules that can match "
@@ -467,53 +483,53 @@ msgstr ""
"%%opiunea yylineno determin o scdere drastic a performanei DOAR n "
"regulile care se potrivesc caracterelor linie_nou(newline)\n"
-#: main.c:1526
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (interactie) determin o scdere minor a performanei\n"
-#: main.c:1531
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() determin o scdere minor a performanei\n"
-#: main.c:1537
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT determin o scdere drastic a performanei\n"
-#: main.c:1542
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr ""
"Contextul de sfrit(trailing) variabil determin o scdere drastic a "
"performanei\n"
-#: main.c:1554
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT nu poate fi folosit cu -f sau -F"
-#: main.c:1557
+#: main.c:1569
#, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "%opiunea yylineno nu poate fi folosit cu REJECT"
-#: main.c:1560
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr ""
"contextul de sfrit(trailing) variabil nu poate fi folosit cu -f sau -F"
-#: main.c:1675
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%opunea yyclass este folositoare doar pentru scannerele C++"
-#: main.c:1782
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "Folosire: %s [OPIUNI] [FIIER]...\n"
-#: main.c:1785
+#: main.c:1805
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -645,43 +661,47 @@ msgstr ""
" -h, --help produce acest mesaj de ajutor\n"
" -V, --version raporteaz versiunea %s\n"
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr ""
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "numele \"%s\" este ridicol de lung"
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "alocare de memorie euat n allocate_array()"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "caracter greit `%s' detectat n check_char()"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr "scannerul necesit parametrul(flag) -8 pentru a folosi caracterul %s"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "eroare de memorie dinamic n copy_string()"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: eroare intern fatal, %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "ncercare de a mri dimensiunea domeniului euat"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "linie greit n fiierul schelet"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "alocare de memorie euat n yy_flex_xmalloc()"
@@ -733,109 +753,143 @@ msgstr "s-au gsit prea multe tranziii n mkxtion()"
msgid "too many rules (> %d)!"
msgstr "prea multe reguli (> %d)!"
-#: parse.y:183
+#: parse.y:159
msgid "unknown error processing section 1"
msgstr "eroare necunoscut n procesarea seciunii 1"
-#: parse.y:208 parse.y:373
+#: parse.y:184 parse.y:351
msgid "bad start condition list"
msgstr "list de stri n condiie proast"
-#: parse.y:337
+#: parse.y:315
msgid "unrecognized rule"
msgstr "regul necunoscut"
-#: parse.y:456 parse.y:469 parse.y:538
+#: parse.y:434 parse.y:447 parse.y:516
msgid "trailing context used twice"
msgstr "context de sfrit(trailing) utilizat de dou ori"
-#: parse.y:574 parse.y:584 parse.y:657 parse.y:667
+#: parse.y:552 parse.y:562 parse.y:635 parse.y:645
msgid "bad iteration values"
msgstr "valori de iteraie greite"
-#: parse.y:602 parse.y:620 parse.y:685 parse.y:703
+#: parse.y:580 parse.y:598 parse.y:663 parse.y:681
msgid "iteration value must be positive"
msgstr "valoarea iteraiei trebuie s fie pozitiv"
-#: parse.y:817 parse.y:827
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
msgstr ""
"intervalul(range) de caracter [%c %c] este ambiguu ntr-un scanner caz-"
"insenzitiv"
-#: parse.y:832
+#: parse.y:819
msgid "negative range in character class"
msgstr "domeniu negativ n clasa de caractere"
-#: scan.l:70 scan.l:180 scan.l:267 scan.l:409 scan.l:548 scan.l:598
+#: parse.y:916
+#, fuzzy
+msgid "[:^lower:] is ambiguous in case insensitive scanner"
+msgstr ""
+"intervalul(range) de caracter [%c %c] este ambiguu ntr-un scanner caz-"
+"insenzitiv"
+
+#: parse.y:922
+#, fuzzy
+msgid "[:^upper:] ambiguous in case insensitive scanner"
+msgstr ""
+"intervalul(range) de caracter [%c %c] este ambiguu ntr-un scanner caz-"
+"insenzitiv"
+
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr "Linie de intrare(input) prea lung\n"
-#: scan.l:149
+#: scan.l:161
#, c-format
msgid "malformed '%top' directive"
msgstr "directiv '%top' malformat"
-#: scan.l:171
+#: scan.l:183
#, no-c-format
msgid "unrecognized '%' directive"
msgstr "directiv '%' necunoscut"
-#: scan.l:251
+#: scan.l:192
+#, fuzzy
+msgid "Definition name too long\n"
+msgstr "Linie de intrare(input) prea lung\n"
+
+#: scan.l:284
msgid "Unmatched '{'"
msgstr "'{' fr corespondent"
-#: scan.l:284
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr ""
+
+#: scan.l:317
msgid "incomplete name definition"
msgstr "definire de nume incomplet"
-#: scan.l:417
+#: scan.l:443
+#, fuzzy
+msgid "Option line too long\n"
+msgstr "Linie de intrare(input) prea lung\n"
+
+#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
msgstr "%%opiune necunoscut: %s"
-#: scan.l:558 scan.l:677
+#: scan.l:633 scan.l:800
msgid "bad character class"
msgstr "clas de caractere greit"
-#: scan.l:605
+#: scan.l:683
#, c-format
msgid "undefined definition {%s}"
msgstr "definiie nedefinit {%s}"
-#: scan.l:645
+#: scan.l:755
#, c-format
msgid "bad <start condition>: %s"
msgstr "<condiie de start> greit: %s"
-#: scan.l:658
+#: scan.l:768
msgid "missing quote"
msgstr "menionare(quote) lips"
-#: scan.l:698
+#: scan.l:834
#, c-format
msgid "bad character class expression: %s"
msgstr "expresie clas caracter greit: %s"
-#: scan.l:720
+#: scan.l:856
msgid "bad character inside {}'s"
msgstr "caracter eronat ntre {}"
-#: scan.l:726
+#: scan.l:862
msgid "missing }"
msgstr "lipsete }"
-#: scan.l:799
+#: scan.l:940
msgid "EOF encountered inside an action"
msgstr "EOF ntlnit n mijlocul aciunii"
-#: scan.l:819
+#: scan.l:945
+#, fuzzy
+msgid "EOF encountered inside pattern"
+msgstr "EOF ntlnit n mijlocul aciunii"
+
+#: scan.l:967
#, c-format
msgid "bad character: %s"
msgstr "caracter eronat: %s"
-#: scan.l:848
+#: scan.l:996
#, c-format
msgid "can't open %s"
msgstr "nu pot deschide %s"
@@ -845,27 +899,27 @@ msgstr "nu pot deschide %s"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "Folosire: %s [OPIUNI]...\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr "opiunea `%s' nu permite parametri\n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr "opiunea `%s' necesit un parametru\n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr "opiunea `%s' este ambigu\n"
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr "Opiune necunoscut `%s'\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "Eroare necunoscut=(%d)\n"
@@ -874,11 +928,11 @@ msgstr "Eroare necunoscut=(%d)\n"
msgid "symbol table memory allocation failed"
msgstr "alocare de memorie pentru tabela de simboluri euat"
-#: sym.c:203
+#: sym.c:202
msgid "name defined twice"
msgstr "nume definit de dou ori"
-#: sym.c:254
+#: sym.c:253
#, c-format
msgid "start condition %s declared twice"
msgstr "condiie de start %s definit de dou ori"
@@ -897,6 +951,9 @@ msgstr "Marcaj de sfrit\n"
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "*Ceva Ciudat* - tok: %d val: %d\n"
+#~ msgid "consistency check failed in symfollowset"
+#~ msgstr "verificare de consisten euat n symfollowset"
+
#~ msgid "Can't specify header option if writing to stdout."
#~ msgstr "Nu se poate specifica opiunea de header dac se scrie la stdout"
diff --git a/po/ru.gmo b/po/ru.gmo
new file mode 100644
index 0000000..fc402a2
--- /dev/null
+++ b/po/ru.gmo
Binary files differ
diff --git a/po/ru.po b/po/ru.po
index 7097911..3f87f7a 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2.5.19\n"
-"Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n"
-"POT-Creation-Date: 2006-02-14 12:28-0500\n"
+"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
"PO-Revision-Date: 2002-09-08 10:54+0400\n"
"Last-Translator: Dmitry S. Sivachenko <mitya@cavia.pp.ru>\n"
"Language-Team: Russian <ru@li.org>\n"
@@ -14,6 +14,22 @@ msgstr ""
"Content-Type: text/plain; charset=koi8-r\n"
"Content-Transfer-Encoding: 8-bit\n"
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr ""
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr ""
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr ""
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr ""
+
#: dfa.c:61
#, c-format
msgid "State #%d is non-accepting -\n"
@@ -65,19 +81,15 @@ msgstr " "
msgid "state # %d:\n"
msgstr " # %d:\n"
-#: dfa.c:800
+#: dfa.c:785
msgid "Could not write yynxt_tbl[][]"
msgstr " yynxt_tbl[][]"
-#: dfa.c:1023
-msgid "consistency check failed in symfollowset"
-msgstr " symfollowset"
-
-#: dfa.c:1071
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr " sympartition()"
-#: gen.c:484
+#: gen.c:478
msgid ""
"\n"
"\n"
@@ -89,30 +101,30 @@ msgstr ""
" :\n"
"\n"
-#: gen.c:668 gen.c:697 gen.c:1221
+#: gen.c:662 gen.c:691 gen.c:1215
#, c-format
msgid "state # %d accepts: [%d]\n"
msgstr " # %d : [%d]\n"
-#: gen.c:1116
+#: gen.c:1110
#, c-format
msgid "state # %d accepts: "
msgstr " # %d : "
-#: gen.c:1163
+#: gen.c:1157
#, fuzzy
msgid "Could not write yyacclist_tbl"
msgstr " yyacc_tbl"
-#: gen.c:1239
+#: gen.c:1233
msgid "Could not write yyacc_tbl"
msgstr " yyacc_tbl"
-#: gen.c:1254 gen.c:1639 gen.c:1662
+#: gen.c:1248 gen.c:1633 gen.c:1656
msgid "Could not write ecstbl"
msgstr " ecstbl"
-#: gen.c:1277
+#: gen.c:1271
msgid ""
"\n"
"\n"
@@ -122,398 +134,402 @@ msgstr ""
"\n"
" :\n"
-#: gen.c:1299
+#: gen.c:1293
msgid "Could not write yymeta_tbl"
msgstr " yymeta_tbl"
-#: gen.c:1360
+#: gen.c:1354
msgid "Could not write yybase_tbl"
msgstr " yybase_tbl"
-#: gen.c:1394
+#: gen.c:1388
msgid "Could not write yydef_tbl"
msgstr " yydef_tbl"
-#: gen.c:1434
+#: gen.c:1428
msgid "Could not write yynxt_tbl"
msgstr " yynxt_tbl"
-#: gen.c:1470
+#: gen.c:1464
msgid "Could not write yychk_tbl"
msgstr " yychk_tbl"
-#: gen.c:1624 gen.c:1653
+#: gen.c:1618 gen.c:1647
msgid "Could not write ftbl"
msgstr " ftbl"
-#: gen.c:1630
+#: gen.c:1624
#, fuzzy
msgid "Could not write ssltbl"
msgstr " ecstbl"
-#: gen.c:1681
+#: gen.c:1675
#, fuzzy
msgid "Could not write eoltbl"
msgstr " ecstbl"
-#: gen.c:1741
+#: gen.c:1735
msgid "Could not write yynultrans_tbl"
msgstr " yynultrans_tbl"
-#: main.c:187
+#: main.c:189
msgid "rule cannot be matched"
msgstr " "
-#: main.c:192
+#: main.c:194
msgid "-s option given but default rule can be matched"
msgstr " -s, "
-#: main.c:229
+#: main.c:234
msgid "Can't use -+ with -l option"
msgstr " -+ -l "
-#: main.c:232
+#: main.c:237
msgid "Can't use -f or -F with -l option"
msgstr " -f -F -l "
-#: main.c:236
+#: main.c:241
#, fuzzy
msgid "Can't use --reentrant or --bison-bridge with -l option"
msgstr " -R -Rb -l "
-#: main.c:273
+#: main.c:278
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "-Cf/-CF -Cm "
-#: main.c:276
+#: main.c:281
msgid "-Cf/-CF and -I are incompatible"
msgstr "-Cf/-CF -I "
-#: main.c:280
+#: main.c:285
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF lex-"
-#: main.c:285
+#: main.c:290
msgid "-Cf and -CF are mutually exclusive"
msgstr "-Cf -CF "
-#: main.c:289
+#: main.c:294
msgid "Can't use -+ with -CF option"
msgstr " -+ -CF "
-#: main.c:292
+#: main.c:297
#, c-format
msgid "%array incompatible with -+ option"
msgstr "%array -+"
-#: main.c:297
+#: main.c:302
#, fuzzy
msgid "Options -+ and --reentrant are mutually exclusive."
msgstr " -+ -R "
-#: main.c:300
+#: main.c:305
msgid "bison bridge not supported for the C++ scanner."
msgstr ""
-#: main.c:352 main.c:400
+#: main.c:360 main.c:406
#, c-format
msgid "could not create %s"
msgstr " %s"
-#: main.c:413
+#: main.c:419
msgid "could not write tables header"
msgstr " "
-#: main.c:417
+#: main.c:423
#, c-format
msgid "can't open skeleton file %s"
msgstr " - %s"
-#: main.c:498
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr ""
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr " - %s"
-#: main.c:502
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr " - %s"
-#: main.c:686
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr " %s"
-#: main.c:694
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr " %s"
-#: main.c:698
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr " %s"
-#: main.c:702
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr " %s"
-#: main.c:709
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr ""
-#: main.c:713
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr " %d () .\n"
-#: main.c:717
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr " .\n"
-#: main.c:720
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr " %s"
-#: main.c:724
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr " %s"
-#: main.c:729
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr " %s %s:\n"
-#: main.c:732
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " : -"
-#: main.c:811
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d \n"
-#: main.c:813
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d (%d )\n"
-#: main.c:815
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d \n"
-#: main.c:820
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr ""
-#: main.c:824
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d () \n"
-#: main.c:829
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " \n"
-#: main.c:833
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " \n"
-#: main.c:835
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d \n"
-#: main.c:839
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr ""
-#: main.c:843
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " \n"
-#: main.c:847
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
msgstr ""
" %d/%d %d/%d , %d "
"\n"
-#: main.c:852
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d /_\n"
-#: main.c:855
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d / \n"
-#: main.c:860
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d \n"
-#: main.c:868
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d base-def \n"
-#: main.c:872
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d ( %d) nxt-chk \n"
-#: main.c:876
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d ( %d) nxt-chk \n"
-#: main.c:880
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d \n"
-#: main.c:882
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d \n"
-#: main.c:885
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d , %d \n"
-#: main.c:893
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d\n"
-#: main.c:901
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d \n"
-#: main.c:907
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d ) -, %d \n"
-#: main.c:909
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d \n"
-#: main.c:911
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " %d \n"
-#: main.c:986
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr " . flex.\n"
-#: main.c:996
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr " `%s --help' .\n"
-#: main.c:1053
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr " -C '%c'"
-#: main.c:1182
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
-#: main.c:1457
+#: main.c:1469
msgid "fatal parse error"
msgstr " "
-#: main.c:1489
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr " %s"
-#: main.c:1510
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr ""
" -l AT&T lex "
"\n"
-#: main.c:1513
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
msgstr ""
" \n"
-#: main.c:1519
+#: main.c:1531
#, fuzzy, c-format
msgid ""
"%%option yylineno entails a performance penalty ONLY on rules that can match "
"newline characters\n"
msgstr "%%option yylineno \n"
-#: main.c:1526
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I () \n"
-#: main.c:1531
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() \n"
-#: main.c:1537
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT \n"
-#: main.c:1542
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr ""
-#: main.c:1554
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT -f -F"
-#: main.c:1557
+#: main.c:1569
#, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "%option yylineno REJECT"
-#: main.c:1560
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr ""
-#: main.c:1675
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass C++"
-#: main.c:1782
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr ": %s [] []...\n"
-#: main.c:1785
+#: main.c:1805
#, fuzzy, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -645,43 +661,47 @@ msgstr ""
" -h, --help \n"
" -V, --version %s\n"
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr ""
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr " \"%s\" "
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr " allocate_array()"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr " '%s' check_char()"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr " %s -8"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr " copy_string()"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: , %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr " "
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr " -"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr " yy_flex_xmalloc()"
@@ -733,107 +753,135 @@ msgstr " mkxtion()"
msgid "too many rules (> %d)!"
msgstr " (> %d)!"
-#: parse.y:183
+#: parse.y:159
msgid "unknown error processing section 1"
msgstr " 1"
-#: parse.y:208 parse.y:373
+#: parse.y:184 parse.y:351
msgid "bad start condition list"
msgstr " "
-#: parse.y:337
+#: parse.y:315
msgid "unrecognized rule"
msgstr " "
-#: parse.y:456 parse.y:469 parse.y:538
+#: parse.y:434 parse.y:447 parse.y:516
msgid "trailing context used twice"
msgstr " "
-#: parse.y:574 parse.y:584 parse.y:657 parse.y:667
+#: parse.y:552 parse.y:562 parse.y:635 parse.y:645
msgid "bad iteration values"
msgstr ""
-#: parse.y:602 parse.y:620 parse.y:685 parse.y:703
+#: parse.y:580 parse.y:598 parse.y:663 parse.y:681
msgid "iteration value must be positive"
msgstr ""
-#: parse.y:817 parse.y:827
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
msgstr ""
-#: parse.y:832
+#: parse.y:819
msgid "negative range in character class"
msgstr " "
-#: scan.l:70 scan.l:180 scan.l:267 scan.l:409 scan.l:548 scan.l:598
+#: parse.y:916
+msgid "[:^lower:] is ambiguous in case insensitive scanner"
+msgstr ""
+
+#: parse.y:922
+msgid "[:^upper:] ambiguous in case insensitive scanner"
+msgstr ""
+
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr " \n"
-#: scan.l:149
+#: scan.l:161
#, fuzzy, c-format
msgid "malformed '%top' directive"
msgstr " '%' "
-#: scan.l:171
+#: scan.l:183
#, no-c-format
msgid "unrecognized '%' directive"
msgstr " '%' "
-#: scan.l:251
+#: scan.l:192
+#, fuzzy
+msgid "Definition name too long\n"
+msgstr " \n"
+
+#: scan.l:284
msgid "Unmatched '{'"
msgstr ""
-#: scan.l:284
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr ""
+
+#: scan.l:317
msgid "incomplete name definition"
msgstr " "
-#: scan.l:417
+#: scan.l:443
+#, fuzzy
+msgid "Option line too long\n"
+msgstr " \n"
+
+#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
msgstr " %%option: %s"
-#: scan.l:558 scan.l:677
+#: scan.l:633 scan.l:800
msgid "bad character class"
msgstr " "
-#: scan.l:605
+#: scan.l:683
#, c-format
msgid "undefined definition {%s}"
msgstr " {%s}"
-#: scan.l:645
+#: scan.l:755
#, c-format
msgid "bad <start condition>: %s"
msgstr " < >: %s"
-#: scan.l:658
+#: scan.l:768
msgid "missing quote"
msgstr " "
-#: scan.l:698
+#: scan.l:834
#, c-format
msgid "bad character class expression: %s"
msgstr " : %s"
-#: scan.l:720
+#: scan.l:856
msgid "bad character inside {}'s"
msgstr " {}"
-#: scan.l:726
+#: scan.l:862
msgid "missing }"
msgstr " }"
-#: scan.l:799
+#: scan.l:940
msgid "EOF encountered inside an action"
msgstr " EOF "
-#: scan.l:819
+#: scan.l:945
+#, fuzzy
+msgid "EOF encountered inside pattern"
+msgstr " EOF "
+
+#: scan.l:967
#, c-format
msgid "bad character: %s"
msgstr " : %s"
-#: scan.l:848
+#: scan.l:996
#, c-format
msgid "can't open %s"
msgstr " %s"
@@ -843,27 +891,27 @@ msgstr " %s"
msgid "Usage: %s [OPTIONS]...\n"
msgstr ": %s []...\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr " `%s' \n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr " `%s' \n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr " `%s'\n"
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr " `%s'\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr " =(%d)\n"
@@ -872,11 +920,11 @@ msgstr " =(%d)\n"
msgid "symbol table memory allocation failed"
msgstr " "
-#: sym.c:203
+#: sym.c:202
msgid "name defined twice"
msgstr " "
-#: sym.c:254
+#: sym.c:253
#, c-format
msgid "start condition %s declared twice"
msgstr " %s "
@@ -895,6 +943,9 @@ msgstr " \n"
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "*- * - tok: %d val: %d\n"
+#~ msgid "consistency check failed in symfollowset"
+#~ msgstr " symfollowset"
+
#~ msgid "Can't specify header option if writing to stdout."
#~ msgstr " header stdout."
diff --git a/po/stamp-po b/po/stamp-po
new file mode 100644
index 0000000..9788f70
--- /dev/null
+++ b/po/stamp-po
@@ -0,0 +1 @@
+timestamp
diff --git a/po/sv.gmo b/po/sv.gmo
new file mode 100644
index 0000000..2b2c7ba
--- /dev/null
+++ b/po/sv.gmo
Binary files differ
diff --git a/po/sv.po b/po/sv.po
index 6fe1194..9804182 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2.5.31\n"
-"Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n"
-"POT-Creation-Date: 2006-02-14 12:28-0500\n"
+"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
"PO-Revision-Date: 2004-03-21 22:51+0100\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -15,6 +15,22 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr ""
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr ""
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr ""
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr ""
+
#: dfa.c:61
#, c-format
msgid "State #%d is non-accepting -\n"
@@ -70,19 +86,15 @@ msgstr "tillstnd %d:\n"
# Det hr r ju helt sjukt. Har buggrapporterat detta att det br
# ersttas med %s
-#: dfa.c:800
+#: dfa.c:785
msgid "Could not write yynxt_tbl[][]"
msgstr "Kunde inte skriva yynxt_tbl[][]"
-#: dfa.c:1023
-msgid "consistency check failed in symfollowset"
-msgstr "konsekvenskontrollen misslyckades i symfollowset"
-
-#: dfa.c:1071
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "otilltet vergngstecken funnet i sympartition()"
-#: gen.c:484
+#: gen.c:478
msgid ""
"\n"
"\n"
@@ -94,29 +106,29 @@ msgstr ""
"Ekvivalensklasser:\n"
"\n"
-#: gen.c:668 gen.c:697 gen.c:1221
+#: gen.c:662 gen.c:691 gen.c:1215
#, c-format
msgid "state # %d accepts: [%d]\n"
msgstr "tillstnd %d accepterar: [%d]\n"
-#: gen.c:1116
+#: gen.c:1110
#, c-format
msgid "state # %d accepts: "
msgstr "tillstnd %d accepterar: "
-#: gen.c:1163
+#: gen.c:1157
msgid "Could not write yyacclist_tbl"
msgstr "Kunde inte skriva yyacclist_tbl"
-#: gen.c:1239
+#: gen.c:1233
msgid "Could not write yyacc_tbl"
msgstr "Kunde inte skriva yyacc_tbl"
-#: gen.c:1254 gen.c:1639 gen.c:1662
+#: gen.c:1248 gen.c:1633 gen.c:1656
msgid "Could not write ecstbl"
msgstr "Kunde inte skriva ecstbl"
-#: gen.c:1277
+#: gen.c:1271
msgid ""
"\n"
"\n"
@@ -126,342 +138,346 @@ msgstr ""
"\n"
"Metaekvivalensklasser:\n"
-#: gen.c:1299
+#: gen.c:1293
msgid "Could not write yymeta_tbl"
msgstr "Kunde inte skriva yymeta_tbl"
-#: gen.c:1360
+#: gen.c:1354
msgid "Could not write yybase_tbl"
msgstr "Kunde inte skriva yybase_tbl"
-#: gen.c:1394
+#: gen.c:1388
msgid "Could not write yydef_tbl"
msgstr "Kunde inte skriva yydef_tbl"
-#: gen.c:1434
+#: gen.c:1428
msgid "Could not write yynxt_tbl"
msgstr "Kunde inte skriva yynxt_tbl"
-#: gen.c:1470
+#: gen.c:1464
msgid "Could not write yychk_tbl"
msgstr "Kunde inte skriva yychk_tbl"
-#: gen.c:1624 gen.c:1653
+#: gen.c:1618 gen.c:1647
msgid "Could not write ftbl"
msgstr "Kunde inte skriva ftbl"
-#: gen.c:1630
+#: gen.c:1624
msgid "Could not write ssltbl"
msgstr "Kunde inte skriva ssltbl"
-#: gen.c:1681
+#: gen.c:1675
msgid "Could not write eoltbl"
msgstr "Kunde inte skriva eoltbl"
-#: gen.c:1741
+#: gen.c:1735
msgid "Could not write yynultrans_tbl"
msgstr "Kunde inte skriva yynultrans_tbl"
-#: main.c:187
+#: main.c:189
msgid "rule cannot be matched"
msgstr "regeln kan inte matchas"
-#: main.c:192
+#: main.c:194
msgid "-s option given but default rule can be matched"
msgstr "flaggan -s angiven men standardregeln kan fljas"
-#: main.c:229
+#: main.c:234
msgid "Can't use -+ with -l option"
msgstr "-+ kan inte anvndas tillsammans med flaggan -l"
-#: main.c:232
+#: main.c:237
msgid "Can't use -f or -F with -l option"
msgstr "-f eller -F kan inte anvndas tillsammans med flaggan -l"
-#: main.c:236
+#: main.c:241
msgid "Can't use --reentrant or --bison-bridge with -l option"
msgstr ""
"--reentrant eller --bison-bridge kan inte anvndas tillsammans med flaggan -l"
-#: main.c:273
+#: main.c:278
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "-Cf/-CF och -Cm kan inte anvndas tillsammans"
-#: main.c:276
+#: main.c:281
msgid "-Cf/-CF and -I are incompatible"
msgstr "-Cf/-CF och -I kan inte anvndas tillsammans"
-#: main.c:280
+#: main.c:285
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF kan inte anvndas i lex-kompatibilitetslge"
-#: main.c:285
+#: main.c:290
msgid "-Cf and -CF are mutually exclusive"
msgstr "-Cf och -CF r msesidigt uteslutande"
-#: main.c:289
+#: main.c:294
msgid "Can't use -+ with -CF option"
msgstr "-+ kan inte anvndas tillsammans med flaggan -CF"
-#: main.c:292
+#: main.c:297
#, c-format
msgid "%array incompatible with -+ option"
msgstr "%array kan inte anvndas tillsammans med flaggan -+"
-#: main.c:297
+#: main.c:302
msgid "Options -+ and --reentrant are mutually exclusive."
msgstr "Flaggorna -+ och --reentrant r msesidigt uteslutande."
-#: main.c:300
+#: main.c:305
msgid "bison bridge not supported for the C++ scanner."
msgstr "bisonbrygga stds inte fr C++-inlsaren."
-#: main.c:352 main.c:400
+#: main.c:360 main.c:406
#, c-format
msgid "could not create %s"
msgstr "kunde inte skapa %s"
-#: main.c:413
+#: main.c:419
msgid "could not write tables header"
msgstr "kunde inte skriva tabellhuvud"
-#: main.c:417
+#: main.c:423
#, c-format
msgid "can't open skeleton file %s"
msgstr "kan inte ppna mallfilen %s"
-#: main.c:498
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr ""
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "indatafel vid lsande av mallfilen %s"
-#: main.c:502
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "fel vid stngande av mallfilen %s"
-#: main.c:686
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "fel vid skapande av huvudfilen %s"
-#: main.c:694
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "fel vid skrivande av utfilen %s"
-#: main.c:698
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "fel vid stngande av utfilen %s"
-#: main.c:702
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "fel vid borttagning av utfilen %s"
# "Back up" i det hr sammanhanget handlar om att flexmaskinen backar.
-#: main.c:709
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr "Backar inte.\n"
-#: main.c:713
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d skerhetskopierande (icke-accepterande) tillstnd.\n"
-#: main.c:717
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Komprimerade tabeller skerhetskopierar alltid.\n"
-#: main.c:720
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "fel nr skerhetskopian %s skulle skrivas"
-#: main.c:724
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "fel nr skerhetskopian %s skulle stngas"
-#: main.c:729
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "Statistik ver anvndning av %s version %s:\n"
-#: main.c:732
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " inlsarflaggor: -"
-#: main.c:811
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d NFA-tillstnd\n"
-#: main.c:813
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d DFA-tillstnd (%d ord)\n"
-#: main.c:815
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d regler\n"
-#: main.c:820
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr " Inget skerhetskopierande\n"
-#: main.c:824
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d (icke-accepterande) tillstnd fr skerhetskopiering\n"
-#: main.c:829
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " Komprimerade tabeller skerhetskopierar alltid\n"
-#: main.c:833
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " Brjan-av-rad-mnster anvnda\n"
-#: main.c:835
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d startvillkor\n"
-#: main.c:839
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d epsilontillstnd, %d dubbla epsilontillstnd\n"
-#: main.c:843
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " inga teckenklasser\n"
-#: main.c:847
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
msgstr " %d/%d teckenklasser behvde %d/%d ord fr lagring, %d teranvnda\n"
-#: main.c:852
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d par med tillstnd/nsta-tillstnd skapade\n"
-#: main.c:855
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d unika/duplicerade vergngar\n"
-#: main.c:860
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d tabellposter\n"
-#: main.c:868
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d basstandardposter skapade\n"
-#: main.c:872
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (max %d) poster fr nsta kontroll skapade\n"
-#: main.c:876
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (max %d) mallposter fr nsta kontroll skapade\n"
-#: main.c:880
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d tomma tabellposter\n"
-#: main.c:882
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d prototyper skapade\n"
-#: main.c:885
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d mallar skapade, %d anvndningar\n"
-#: main.c:893
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d ekvivalensklasser skapade\n"
-#: main.c:901
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d metaekvivalensklasser skapade\n"
-#: main.c:907
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d sparade) hashkollisioner, %d DFA lika\n"
-#: main.c:909
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d uppsttningar med omallokeringar krvdes\n"
-#: main.c:911
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " %d tabellposter krvs totalt\n"
-#: main.c:986
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "Internt fel. flexopts r felaktiga.\n"
-#: main.c:996
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Prova \"%s --help\" fr mer information.\n"
-#: main.c:1053
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr "oknd flagga till -C \"%c\""
-#: main.c:1182
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
-#: main.c:1457
+#: main.c:1469
msgid "fatal parse error"
msgstr "allvarligt fel vid tolkningen"
-#: main.c:1489
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr "kunde inte skapa filen %s med skerhetskopieringsinformation"
-#: main.c:1510
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr ""
"flaggan -l fr beteende som AT&T:s lex medfr en vsentlig prestandafrlust\n"
-#: main.c:1513
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
msgstr " och kan vara den egentliga orsaken till andra rapporter om detta\n"
-#: main.c:1519
+#: main.c:1531
#, c-format
msgid ""
"%%option yylineno entails a performance penalty ONLY on rules that can match "
@@ -470,54 +486,54 @@ msgstr ""
"%%option yylineno medfr en prestandafrlust ENDAST p regler som kan matcha "
"nyradstecken\n"
-#: main.c:1526
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (interaktiv) medfr en mindre prestandafrlust\n"
-#: main.c:1531
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() medfr en mindre prestandafrlust\n"
-#: main.c:1537
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT medfr en vsentlig prestandafrlust\n"
-#: main.c:1542
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr ""
"Regler fr varierbar efterfljande sammanhang medfr en vsentlig "
"prestandafrlust\n"
-#: main.c:1554
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT kan inte anvndas tillsammans med -f eller -F"
-#: main.c:1557
+#: main.c:1569
#, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "%option yylineno kan inte anvndas tillsammans med REJECT"
-#: main.c:1560
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr ""
"regler fr varierbar efterfljande kontext kan inte anvndas\n"
"tillsammans med -f eller -F"
-#: main.c:1675
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass r bara meningsfull fr C++-inlsare"
-#: main.c:1782
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "Anvndning: %s [FLAGGOR] [FIL]...\n"
-#: main.c:1785
+#: main.c:1805
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -645,43 +661,47 @@ msgstr ""
" -h, --help visa detta hjlpmeddelande\n"
" -V, --version visa versionsinformation fr %s\n"
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr ""
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "namnet \"%s\" r ljligt lngt"
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "minnesallokeringen misslyckades i allocate_array()"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "otilltet tecken \"%s\" funnet i check_char()"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr "inlsaren krver flaggan -8 fr att kunna anvnda tecknet %s"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "dynamiskt minnesfel i copy_string()"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: allvarligt internt fel, %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "frsk att ka arraystorlek misslyckades"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "otillten rad i mallfilen"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "minnesallokeringen misslyckades i yy_flex_xmalloc()"
@@ -733,108 +753,140 @@ msgstr "fann fr mnga vergngar i mkxtion()"
msgid "too many rules (> %d)!"
msgstr "fr mnga regler (> %d)!"
-#: parse.y:183
+#: parse.y:159
msgid "unknown error processing section 1"
msgstr "oknt fel vid tolkning av avsnitt 1"
-#: parse.y:208 parse.y:373
+#: parse.y:184 parse.y:351
msgid "bad start condition list"
msgstr "felaktig lista med startvillkor"
-#: parse.y:337
+#: parse.y:315
msgid "unrecognized rule"
msgstr "oknd regel"
-#: parse.y:456 parse.y:469 parse.y:538
+#: parse.y:434 parse.y:447 parse.y:516
msgid "trailing context used twice"
msgstr "efterfljande kontext anvnds tv gnger"
-#: parse.y:574 parse.y:584 parse.y:657 parse.y:667
+#: parse.y:552 parse.y:562 parse.y:635 parse.y:645
msgid "bad iteration values"
msgstr "felaktiga iterationsvrden"
-#: parse.y:602 parse.y:620 parse.y:685 parse.y:703
+#: parse.y:580 parse.y:598 parse.y:663 parse.y:681
msgid "iteration value must be positive"
msgstr "iterationsvrde mste vara positivt"
-#: parse.y:817 parse.y:827
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
msgstr ""
"teckenintervallet [%c-%c] r tvetydigt i en skiftlgesoknslig inlsare"
-#: parse.y:832
+#: parse.y:819
msgid "negative range in character class"
msgstr "negativt intervall i teckenklass"
-#: scan.l:70 scan.l:180 scan.l:267 scan.l:409 scan.l:548 scan.l:598
+#: parse.y:916
+#, fuzzy
+msgid "[:^lower:] is ambiguous in case insensitive scanner"
+msgstr ""
+"teckenintervallet [%c-%c] r tvetydigt i en skiftlgesoknslig inlsare"
+
+#: parse.y:922
+#, fuzzy
+msgid "[:^upper:] ambiguous in case insensitive scanner"
+msgstr ""
+"teckenintervallet [%c-%c] r tvetydigt i en skiftlgesoknslig inlsare"
+
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr "Fr lng indatarad\n"
-#: scan.l:149
+#: scan.l:161
#, c-format
msgid "malformed '%top' directive"
msgstr "felaktigt \"%top\"-direktiv"
-#: scan.l:171
+#: scan.l:183
#, no-c-format
msgid "unrecognized '%' directive"
msgstr "oknt \"%\"-direktiv"
-#: scan.l:251
+#: scan.l:192
+#, fuzzy
+msgid "Definition name too long\n"
+msgstr "Fr lng indatarad\n"
+
+#: scan.l:284
msgid "Unmatched '{'"
msgstr "Ensamt \"{\""
-#: scan.l:284
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr ""
+
+#: scan.l:317
msgid "incomplete name definition"
msgstr "ofullstndig namndefinition"
-#: scan.l:417
+#: scan.l:443
+#, fuzzy
+msgid "Option line too long\n"
+msgstr "Fr lng indatarad\n"
+
+#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
msgstr "oknd %%option: %s"
-#: scan.l:558 scan.l:677
+#: scan.l:633 scan.l:800
msgid "bad character class"
msgstr "otillten teckenklass"
-#: scan.l:605
+#: scan.l:683
#, c-format
msgid "undefined definition {%s}"
msgstr "odefinierad definition {%s}"
-#: scan.l:645
+#: scan.l:755
#, c-format
msgid "bad <start condition>: %s"
msgstr "otilltet <startvillkor>: %s"
-#: scan.l:658
+#: scan.l:768
msgid "missing quote"
msgstr "citationstecken saknas"
-#: scan.l:698
+#: scan.l:834
#, c-format
msgid "bad character class expression: %s"
msgstr "otilltet uttryck fr teckenklass: %s"
-#: scan.l:720
+#: scan.l:856
msgid "bad character inside {}'s"
msgstr "otilltet tecken inom {}"
-#: scan.l:726
+#: scan.l:862
msgid "missing }"
msgstr "} saknas"
-#: scan.l:799
+#: scan.l:940
msgid "EOF encountered inside an action"
msgstr "filslut ptrffat inuti en handling"
-#: scan.l:819
+#: scan.l:945
+#, fuzzy
+msgid "EOF encountered inside pattern"
+msgstr "filslut ptrffat inuti en handling"
+
+#: scan.l:967
#, c-format
msgid "bad character: %s"
msgstr "otilltet tecken: %s"
-#: scan.l:848
+#: scan.l:996
#, c-format
msgid "can't open %s"
msgstr "kan inte ppna %s"
@@ -844,27 +896,27 @@ msgstr "kan inte ppna %s"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "Anvndning: %s [FLAGGOR]...\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr "flaggan \"%s\" tar inget argument\n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr "flaggan \"%s\" krver ett argument\n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr "flaggan \"%s\" r tvetydig\n"
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr "Oknd flagga \"%s\"\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "Oknt fel=(%d)\n"
@@ -873,11 +925,11 @@ msgstr "Oknt fel=(%d)\n"
msgid "symbol table memory allocation failed"
msgstr "minnesallokering fr symboltabell misslyckades"
-#: sym.c:203
+#: sym.c:202
msgid "name defined twice"
msgstr "namnet definierat tv gnger"
-#: sym.c:254
+#: sym.c:253
#, c-format
msgid "start condition %s declared twice"
msgstr "startvillkoret %s deklarerat tv gnger"
@@ -896,6 +948,9 @@ msgstr "Slutmarkering\n"
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "*Ngot mrkligt* - tecken: %d vrde: %d\n"
+#~ msgid "consistency check failed in symfollowset"
+#~ msgstr "konsekvenskontrollen misslyckades i symfollowset"
+
#~ msgid "Can't specify header option if writing to stdout."
#~ msgstr "Kan inte ange huvudflagga d utskrift sker till standard ut."
diff --git a/po/tr.gmo b/po/tr.gmo
new file mode 100644
index 0000000..7512ad2
--- /dev/null
+++ b/po/tr.gmo
Binary files differ
diff --git a/po/tr.po b/po/tr.po
index 250993d..12c32c2 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2.5.31\n"
-"Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n"
-"POT-Creation-Date: 2006-02-14 12:28-0500\n"
+"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
"PO-Revision-Date: 2004-05-16 18:36+0300\n"
"Last-Translator: Deniz Akkus Kanca <deniz@arayan.com>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
@@ -15,6 +15,22 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0.2\n"
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr ""
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr ""
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr ""
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr ""
+
#: dfa.c:61
#, c-format
msgid "State #%d is non-accepting -\n"
@@ -68,19 +84,15 @@ msgstr "tekil tampon sonu durumu yaratılamadı"
msgid "state # %d:\n"
msgstr "durum # %d:\n"
-#: dfa.c:800
+#: dfa.c:785
msgid "Could not write yynxt_tbl[][]"
msgstr "yynxt_tbl[][] yazılamadı"
-#: dfa.c:1023
-msgid "consistency check failed in symfollowset"
-msgstr "symfollowset içindeki tutarlık kontrolü başarısız"
-
-#: dfa.c:1071
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "sympartition() içinde hatalı geçiş karakterleri saptandı"
-#: gen.c:484
+#: gen.c:478
msgid ""
"\n"
"\n"
@@ -92,29 +104,29 @@ msgstr ""
"Denklik Sınıfları:\n"
"\n"
-#: gen.c:668 gen.c:697 gen.c:1221
+#: gen.c:662 gen.c:691 gen.c:1215
#, c-format
msgid "state # %d accepts: [%d]\n"
msgstr "durum # %d kabul eder: [%d]\n"
-#: gen.c:1116
+#: gen.c:1110
#, c-format
msgid "state # %d accepts: "
msgstr "durum # %d kabul eder: "
-#: gen.c:1163
+#: gen.c:1157
msgid "Could not write yyacclist_tbl"
msgstr "yyacclist_tbl yazılamadı"
-#: gen.c:1239
+#: gen.c:1233
msgid "Could not write yyacc_tbl"
msgstr "yyacc_tbl yazılamadı"
-#: gen.c:1254 gen.c:1639 gen.c:1662
+#: gen.c:1248 gen.c:1633 gen.c:1656
msgid "Could not write ecstbl"
msgstr "ecstbl yazılamadı"
-#: gen.c:1277
+#: gen.c:1271
msgid ""
"\n"
"\n"
@@ -124,342 +136,346 @@ msgstr ""
"\n"
"Ara-Denklik Sınıfları:\n"
-#: gen.c:1299
+#: gen.c:1293
msgid "Could not write yymeta_tbl"
msgstr "yymeta_tbl yazılamadı"
-#: gen.c:1360
+#: gen.c:1354
msgid "Could not write yybase_tbl"
msgstr "yybase_tbl yazılamadı"
-#: gen.c:1394
+#: gen.c:1388
msgid "Could not write yydef_tbl"
msgstr "yydef_tbl yazılamadı"
-#: gen.c:1434
+#: gen.c:1428
msgid "Could not write yynxt_tbl"
msgstr "yynxt_tbl yazılamadı"
-#: gen.c:1470
+#: gen.c:1464
msgid "Could not write yychk_tbl"
msgstr "yychk_tbl yazılamadı"
-#: gen.c:1624 gen.c:1653
+#: gen.c:1618 gen.c:1647
msgid "Could not write ftbl"
msgstr "ftbl yazılamadı"
-#: gen.c:1630
+#: gen.c:1624
msgid "Could not write ssltbl"
msgstr "ssltbl yazılamadı"
-#: gen.c:1681
+#: gen.c:1675
msgid "Could not write eoltbl"
msgstr "eoltbl yazılamadı"
-#: gen.c:1741
+#: gen.c:1735
msgid "Could not write yynultrans_tbl"
msgstr "yynultrans_tbl yazılamadı"
-#: main.c:187
+#: main.c:189
msgid "rule cannot be matched"
msgstr "kural eşlenemedi"
-#: main.c:192
+#: main.c:194
msgid "-s option given but default rule can be matched"
msgstr "-s seçeneği verilmiş fakat öntanımlı kural eşlenebiliyor"
-#: main.c:229
+#: main.c:234
msgid "Can't use -+ with -l option"
msgstr "-+'yi -l seçeneği ile kullanma"
-#: main.c:232
+#: main.c:237
msgid "Can't use -f or -F with -l option"
msgstr "-f veya -F'yi -l seçeneği ile kullanma"
-#: main.c:236
+#: main.c:241
msgid "Can't use --reentrant or --bison-bridge with -l option"
msgstr "-l seçeneği ile --reentrant veya --bison-bridge bir arada kullanılamaz"
-#: main.c:273
+#: main.c:278
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "-Cf/-CF ve -Cm birlikte anlam ifade etmiyor"
-#: main.c:276
+#: main.c:281
msgid "-Cf/-CF and -I are incompatible"
msgstr "-Cf/-CF ve -I uyumsuz"
-#: main.c:280
+#: main.c:285
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF lex-uyumluluk kipi ile uyumsuz"
-#: main.c:285
+#: main.c:290
msgid "-Cf and -CF are mutually exclusive"
msgstr "-Cf ve -CF bir arada kullanılamaz"
-#: main.c:289
+#: main.c:294
msgid "Can't use -+ with -CF option"
msgstr "-+, -CF seçeneği ile kullanılamaz"
-#: main.c:292
+#: main.c:297
#, c-format
msgid "%array incompatible with -+ option"
msgstr "%array, -+ seçeneği ile uyumsuz"
-#: main.c:297
+#: main.c:302
msgid "Options -+ and --reentrant are mutually exclusive."
msgstr "-+ ve --reentrant seçenekleri bir arada kullanılamaz"
-#: main.c:300
+#: main.c:305
msgid "bison bridge not supported for the C++ scanner."
msgstr "bison bridge, C++ tarayıcısı için desteklenmiyor."
-#: main.c:352 main.c:400
+#: main.c:360 main.c:406
#, c-format
msgid "could not create %s"
msgstr "%s oluşturulamadı"
-#: main.c:413
+#: main.c:419
msgid "could not write tables header"
msgstr "tablo başlığı yazılamadı"
-#: main.c:417
+#: main.c:423
#, c-format
msgid "can't open skeleton file %s"
msgstr "iskelet dosyası %s açılamadı"
-#: main.c:498
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr ""
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "iskelet dosyası %s okunurken girdi hatası"
-#: main.c:502
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "iskelet dosyası %s kapatılırken hata"
-#: main.c:686
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "başlık dosyası %s oluşturulurken hata"
-#: main.c:694
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "çıktı dosyası %s yazılırken hata"
-#: main.c:698
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "çıktı dosyası %s kapatılırken hata"
-#: main.c:702
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "çıktı dosyası %s silinirken hata"
-#: main.c:709
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr "Yedekleme yok.\n"
-#: main.c:713
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d yedeklenen (kabul-etmeyen) durumlar.\n"
-#: main.c:717
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Sıkıştırılmış tablolar daima yedeklidir.\n"
-#: main.c:720
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "yedek dosyası %s yazılırken hata"
-#: main.c:724
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "yedek dosyası %s kapatılırken hata"
-#: main.c:729
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s sürüm %s kullanım istatistikleri:\n"
-#: main.c:732
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " tarayıcı seçenekleri: -"
-#: main.c:811
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d NFA durumu\n"
-#: main.c:813
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d DFA durumu (%d sözcük)\n"
-#: main.c:815
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d kural\n"
-#: main.c:820
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr " Yedekleme yok\n"
-#: main.c:824
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d yedeklenmiş (kabul-edilmeyen) durum\n"
-#: main.c:829
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " Sıkıştırılmış tablolar daima yedeklenir\n"
-#: main.c:833
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " Başlangıç-satırı kalıpları kullanıldı\n"
-#: main.c:835
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d başlangıç şartları\n"
-#: main.c:839
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d epsilon durumu, %d çift epsilon durumu\n"
-#: main.c:843
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " karakter sınıfı yok\n"
-#: main.c:847
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
msgstr ""
" %d/%d ihtiyaç duyulan karakter sınıfı %d/%d depolanan sözcük, %d yeniden "
"kullanıldı\n"
-#: main.c:852
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d durumu/sonrakidurum çifti yaratıldı\n"
-#: main.c:855
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d tekil/çift geçişler\n"
-#: main.c:860
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d tablo girdileri\n"
-#: main.c:868
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d temel-tanım girdileri yaratıldı\n"
-#: main.c:872
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (en yüksek %d) nxt-chk girdileri yaratıldı\n"
-#: main.c:876
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (en yüksek %d) şablon nxt-chk girdileri yaratıldı\n"
-#: main.c:880
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d boş tablo girdileri\n"
-#: main.c:882
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d prototip yaratıldı\n"
-#: main.c:885
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d şablon yaratıldı, %d kullanıldı\n"
-#: main.c:893
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d denklik sınıfı yaratıldı\n"
-#: main.c:901
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d ara-denklik sınıfı yaratıldı\n"
-#: main.c:907
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d kaydedildi) saçılma çarpışması, %d DFA denk\n"
-#: main.c:909
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d tekrar ayırım kümesine ihtiyaç var\n"
-#: main.c:911
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " %d toplam tablo girdisine ihtiyaç var\n"
-#: main.c:986
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "İç hata. flexopt'lar bozuk.\n"
-#: main.c:996
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Daha fazla bilgi için `%s --help' yazın.\n"
-#: main.c:1053
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr "bilinmeyen -C seçeneği '%c'"
-#: main.c:1182
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
-#: main.c:1457
+#: main.c:1469
msgid "fatal parse error"
msgstr "ölümcül ayrıştırma hatası"
-#: main.c:1489
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr "yedekleme bilgi dosyası %s oluşturulamadı"
-#: main.c:1510
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr "-l AT&T lex uyumluluğu seçeneği önemli ölçüde yavaşlamaya yol açar\n"
-#: main.c:1513
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
msgstr ""
" ve belki bildirilen başka performans kayıplarının da kaynağı olabilir\n"
-#: main.c:1519
+#: main.c:1531
#, c-format
msgid ""
"%%option yylineno entails a performance penalty ONLY on rules that can match "
@@ -468,51 +484,51 @@ msgstr ""
"yylineno %%seçeneği YALNIZCA yenisatır karakterlerini de eşleyen satırlarda "
"yavaşlar.\n"
-#: main.c:1526
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (etkileşimli) küçük ölçekli bir yavaşlamaya neden olur\n"
-#: main.c:1531
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() küçük ölçekli bir yavaşlamaya neden olur\n"
-#: main.c:1537
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT büyük ölçekli bir yavaşlamaya neden olur\n"
-#: main.c:1542
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr ""
"Değişken izleyen bağlam kuralları, büyük ölçekli yavaşlamaya neden olur\n"
-#: main.c:1554
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT, -f veya -F ile kullanılamaz"
-#: main.c:1557
+#: main.c:1569
#, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "%option yylineno, REJECT ile birlikte kullanılamaz"
-#: main.c:1560
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr "değişken izleme ortamı kuralları, -f veya -F ile birlikte kullanılamaz"
-#: main.c:1675
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass, sadece C++ tarayıcıları için anlamlıdır"
-#: main.c:1782
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "Kullanım: %s [SEÇENEKLER...] [DOSYA...]\n"
-#: main.c:1785
+#: main.c:1805
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -639,43 +655,47 @@ msgstr ""
" -h, --help bu yardım bilgisini gösterir\n"
" -V, --version %s sürümünü bildirir\n"
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr ""
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "\"%s\" ismi gülünç derecede uzun"
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "allocate_array() içinde bellek ayırımı başarısız"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "check_char() içinde hatalı karakter '%s' saptandı"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr "tarayıcı %s karakterini kullanmak için -8 bayrağına ihtiyaç duyar"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "copy_string() içinde dinamik bellek hatası"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: ölümcül iç hata, %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "dizi boyutunu artırma denemesi başarısız"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "iskelet dosya içinde hatalı satır"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "yy_flex_xmalloc() içinde bellek ayırımı başarısız"
@@ -727,109 +747,143 @@ msgstr "mkxtion() içinde çok fazla geçiş bulundu"
msgid "too many rules (> %d)!"
msgstr "çok fazla kural (> %d)!"
-#: parse.y:183
+#: parse.y:159
msgid "unknown error processing section 1"
msgstr "1. bölüm işlenirken bilinmeyen hata oluştu"
-#: parse.y:208 parse.y:373
+#: parse.y:184 parse.y:351
msgid "bad start condition list"
msgstr "hatalı başlangıç şart listesi"
-#: parse.y:337
+#: parse.y:315
msgid "unrecognized rule"
msgstr "bilinmeyen kural"
-#: parse.y:456 parse.y:469 parse.y:538
+#: parse.y:434 parse.y:447 parse.y:516
msgid "trailing context used twice"
msgstr "izleyen bağlam iki defa kullanılmış"
-#: parse.y:574 parse.y:584 parse.y:657 parse.y:667
+#: parse.y:552 parse.y:562 parse.y:635 parse.y:645
msgid "bad iteration values"
msgstr "hatalı yineleme değerleri"
-#: parse.y:602 parse.y:620 parse.y:685 parse.y:703
+#: parse.y:580 parse.y:598 parse.y:663 parse.y:681
msgid "iteration value must be positive"
msgstr "yineleme değeri pozitif olmalı"
-#: parse.y:817 parse.y:827
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
msgstr ""
"[%c-%c] karakter aralığı, büyük/küçük harf farkı gözetmeyen bir tarayıcıda\n"
"belirsiz anlamlı"
-#: parse.y:832
+#: parse.y:819
msgid "negative range in character class"
msgstr "karakter sınıflarında negatif aralık"
-#: scan.l:70 scan.l:180 scan.l:267 scan.l:409 scan.l:548 scan.l:598
+#: parse.y:916
+#, fuzzy
+msgid "[:^lower:] is ambiguous in case insensitive scanner"
+msgstr ""
+"[%c-%c] karakter aralığı, büyük/küçük harf farkı gözetmeyen bir tarayıcıda\n"
+"belirsiz anlamlı"
+
+#: parse.y:922
+#, fuzzy
+msgid "[:^upper:] ambiguous in case insensitive scanner"
+msgstr ""
+"[%c-%c] karakter aralığı, büyük/küçük harf farkı gözetmeyen bir tarayıcıda\n"
+"belirsiz anlamlı"
+
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr "Girdi satırı fazla uzun\n"
-#: scan.l:149
+#: scan.l:161
#, c-format
msgid "malformed '%top' directive"
msgstr "hatalı `%top' yönergesi"
-#: scan.l:171
+#: scan.l:183
#, no-c-format
msgid "unrecognized '%' directive"
msgstr "'%' yönergesi bilinmiyor"
-#: scan.l:251
+#: scan.l:192
+#, fuzzy
+msgid "Definition name too long\n"
+msgstr "Girdi satırı fazla uzun\n"
+
+#: scan.l:284
msgid "Unmatched '{'"
msgstr "'{' eşleşmiyor"
-#: scan.l:284
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr ""
+
+#: scan.l:317
msgid "incomplete name definition"
msgstr "eksik isim tanımlaması"
-#: scan.l:417
+#: scan.l:443
+#, fuzzy
+msgid "Option line too long\n"
+msgstr "Girdi satırı fazla uzun\n"
+
+#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
msgstr "geçersiz %%seçenek: %s"
-#: scan.l:558 scan.l:677
+#: scan.l:633 scan.l:800
msgid "bad character class"
msgstr "hatalı karakter sınıfı"
-#: scan.l:605
+#: scan.l:683
#, c-format
msgid "undefined definition {%s}"
msgstr "belirsiz tanım {%s}"
-#: scan.l:645
+#: scan.l:755
#, c-format
msgid "bad <start condition>: %s"
msgstr "hatalı <başlangıç şartı>: %s"
-#: scan.l:658
+#: scan.l:768
msgid "missing quote"
msgstr "eksik çift tırnak"
-#: scan.l:698
+#: scan.l:834
#, c-format
msgid "bad character class expression: %s"
msgstr "bozuk karakter sınıfı ifadesi: %s"
-#: scan.l:720
+#: scan.l:856
msgid "bad character inside {}'s"
msgstr "{}'ler içinde hatalı karakter"
-#: scan.l:726
+#: scan.l:862
msgid "missing }"
msgstr "eksik }"
-#: scan.l:799
+#: scan.l:940
msgid "EOF encountered inside an action"
msgstr "bir eylem içinde EOF ile karşılaşıldı"
-#: scan.l:819
+#: scan.l:945
+#, fuzzy
+msgid "EOF encountered inside pattern"
+msgstr "bir eylem içinde EOF ile karşılaşıldı"
+
+#: scan.l:967
#, c-format
msgid "bad character: %s"
msgstr "hatalı karakter: %s"
-#: scan.l:848
+#: scan.l:996
#, c-format
msgid "can't open %s"
msgstr "%s açılamıyor"
@@ -839,27 +893,27 @@ msgstr "%s açılamıyor"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "Kullanım: %s [SEÇENEKLER...]\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr "`%s' seçeneği argüman kullanmaz\n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr "`%s' seçeneği için argüman zorunludur\n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr "`%s' seçeneği belirsiz\n"
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr "Bilinmeyen seçenek: `%s'\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "Bilinmeyen hata=(%d)\n"
@@ -868,11 +922,11 @@ msgstr "Bilinmeyen hata=(%d)\n"
msgid "symbol table memory allocation failed"
msgstr "simge tablosu bellek ayırımı başarısız"
-#: sym.c:203
+#: sym.c:202
msgid "name defined twice"
msgstr "isim iki defa tanımlandı"
-#: sym.c:254
+#: sym.c:253
#, c-format
msgid "start condition %s declared twice"
msgstr "başlangıç şartı %s iki defa bildirildi"
@@ -890,3 +944,6 @@ msgstr "Bitiş İşaretçisi\n"
#, c-format
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "*Garip Bir Şey* -andaç: %d değer: %d\n"
+
+#~ msgid "consistency check failed in symfollowset"
+#~ msgstr "symfollowset içindeki tutarlık kontrolü başarısız"
diff --git a/po/vi.gmo b/po/vi.gmo
new file mode 100644
index 0000000..dd0caeb
--- /dev/null
+++ b/po/vi.gmo
Binary files differ
diff --git a/po/vi.po b/po/vi.po
index 33d2c71..dd5394c 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -1,21 +1,43 @@
# Vietnamese translation for Flex.
-# Copyright © 2008 Free Software Foundation, Inc.
-# This file is distributed under the same license as the flex-2.5.34 package.
+# Copyright (C) 2012 The Flex Project (msgids)
+# Copyright (C) 2012 Free Software Foundation, Inc.
+# This file is distributed under the same license as the flex package.
# Clytie Siddall <clytie@riverland.net.au>, 2005-2008.
-#
+# Trần Ngọc Quân <vnwildman@gmail.com>, 2012.
+#
msgid ""
msgstr ""
-"Project-Id-Version: flex 2.5.34\n"
+"Project-Id-Version: flex-2.5.36\n"
"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2007-12-12 16:05-0500\n"
-"PO-Revision-Date: 2008-02-10 17:40+1030\n"
-"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
-"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
+"PO-Revision-Date: 2012-08-03 07:57+0700\n"
+"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
+"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: vi\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Generator: LocFactoryEditor 1.7b3\n"
+"X-Poedit-Language: Vietnamese\n"
+"X-Poedit-Country: VIET NAM\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr "Việc phân bổ bộ đệm cho lệnh in chuỗi gặp lỗi"
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr "Việc phân bổ bộ đệm cho chỉ thị dòng gặp lỗi"
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr "Việc phân bổ bộ đệm cho 'm4 def' gặp lỗi"
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr "Việc phân bổ bộ đệm cho 'm4 undef' gặp lỗi"
#: dfa.c:61
#, c-format
@@ -72,9 +94,9 @@ msgstr "tình trạng # %d:\n"
#: dfa.c:785
msgid "Could not write yynxt_tbl[][]"
-msgstr "Không thể ghi « yynxt_tbl[][] »"
+msgstr "Không thể ghi \"yynxt_tbl[][]\""
-#: dfa.c:1052
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr "phát hiện ký tự chuyển tiếp sai trong sympartition()"
@@ -102,15 +124,15 @@ msgstr "tình trạng # %d chấp nhận: "
#: gen.c:1157
msgid "Could not write yyacclist_tbl"
-msgstr "Không thể ghi « yyacclist_tbl »"
+msgstr "Không thể ghi \"yyacclist_tbl\""
#: gen.c:1233
msgid "Could not write yyacc_tbl"
-msgstr "Không thể ghi « yyacc_tbl »"
+msgstr "Không thể ghi \"yyacc_tbl\""
#: gen.c:1248 gen.c:1633 gen.c:1656
msgid "Could not write ecstbl"
-msgstr "Không thể ghi « ecstbl »"
+msgstr "Không thể ghi \"ecstbl\""
#: gen.c:1271
msgid ""
@@ -124,39 +146,39 @@ msgstr ""
#: gen.c:1293
msgid "Could not write yymeta_tbl"
-msgstr "Không thể ghi « yymeta_tbl »"
+msgstr "Không thể ghi \"yymeta_tbl\""
#: gen.c:1354
msgid "Could not write yybase_tbl"
-msgstr "Không thể ghi « yybase_tbl »"
+msgstr "Không thể ghi \"yybase_tbl\""
#: gen.c:1388
msgid "Could not write yydef_tbl"
-msgstr "Không thể ghi « yydef_tbl »"
+msgstr "Không thể ghi \"yydef_tbl\""
#: gen.c:1428
msgid "Could not write yynxt_tbl"
-msgstr "Không thể ghi « yynxt_tbl »"
+msgstr "Không thể ghi \"yynxt_tbl\""
#: gen.c:1464
msgid "Could not write yychk_tbl"
-msgstr "Không thể ghi « yychk_tbl »"
+msgstr "Không thể ghi \"yychk_tbl\""
#: gen.c:1618 gen.c:1647
msgid "Could not write ftbl"
-msgstr "Không thể ghi « ftbl »"
+msgstr "Không thể ghi \"ftbl\""
#: gen.c:1624
msgid "Could not write ssltbl"
-msgstr "Không thể ghi « ssltbl »"
+msgstr "Không thể ghi \"ssltbl\""
#: gen.c:1675
msgid "Could not write eoltbl"
-msgstr "Không thể ghi « eoltbl »"
+msgstr "Không thể ghi \"eoltbl\""
#: gen.c:1735
msgid "Could not write yynultrans_tbl"
-msgstr "Không thể ghi « yynultrans_tbl »"
+msgstr "Không thể ghi \"yynultrans_tbl\""
#: main.c:189
msgid "rule cannot be matched"
@@ -164,48 +186,53 @@ msgstr "quy tắc không thể được khớp"
#: main.c:194
msgid "-s option given but default rule can be matched"
-msgstr "đưa ra tùy chọn « -s » còn quy tắc mặc định có thể được khớp"
+msgstr "đưa ra tùy chọn \"-s\" còn quy tắc mặc định có thể được khớp"
#: main.c:234
msgid "Can't use -+ with -l option"
-msgstr "Không thể dùng ký tư « -+ » với tùy chọn « -l »"
+msgstr "Không thể dùng ký tư \"-+\" với tùy chọn \"-l\""
#: main.c:237
msgid "Can't use -f or -F with -l option"
-msgstr "Không thể dùng cờ « -f » hoặc « -F » với tùy chọn « -l »"
+msgstr "Không thể dùng cờ \"-f\" hoặc \"-F\" với tùy chọn \"-l\""
#: main.c:241
msgid "Can't use --reentrant or --bison-bridge with -l option"
-msgstr "Không thể dùng đối số « --reentrant » (điều vào lại) hoặc « --bison-bridge » (chiếc cầu bison) với tùy chọn « -l »"
+msgstr ""
+"Không thể dùng đối số \"--reentrant\" (điều vào lại) hoặc \"--bison-bridge"
+"\" (chiếc cầu bison) với tùy chọn \"-l\""
#: main.c:278
msgid "-Cf/-CF and -Cm don't make sense together"
-msgstr "Hai tùy chọn « -Cf/-CF » và « -Cm » với nhau thì không có ý nghĩa"
+msgstr "Hai tùy chọn \"-Cf/-CF\" và \"-Cm\" với nhau thì không có ý nghĩa"
#: main.c:281
msgid "-Cf/-CF and -I are incompatible"
-msgstr "Hai tùy chọn « -Cf/-CF » và « -I » không tương thích với nhau"
+msgstr "Hai tùy chọn \"-Cf/-CF\" và \"-I\" không tương thích với nhau"
#: main.c:285
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
-msgstr "Tùy chọn « -Cf/-CF » không tương thích với chế độ « lex-compatibility » (tương thích với lex)"
+msgstr ""
+"Tùy chọn \"-Cf/-CF\" không tương thích với chế độ \"lex-compatibility"
+"\" (tương thích với lex)"
#: main.c:290
msgid "-Cf and -CF are mutually exclusive"
-msgstr "Hai tùy chọn « -Cf » and « -CF » loại từ lẫn nhau"
+msgstr "Hai tùy chọn \"-Cf\" and \"-CF\" loại từ lẫn nhau"
#: main.c:294
msgid "Can't use -+ with -CF option"
-msgstr "Không thể dùng ký tự « -+ » với tùy chọn « -CF »"
+msgstr "Không thể dùng ký tự \"-+\" với tùy chọn \"-CF\""
#: main.c:297
#, c-format
msgid "%array incompatible with -+ option"
-msgstr "« %array » (mảng) không tương thích với tùy chọn « -+ »"
+msgstr "\"%array\" (mảng) không tương thích với tùy chọn \"-+\""
#: main.c:302
msgid "Options -+ and --reentrant are mutually exclusive."
-msgstr "Hai tùy chọn « - + » và « --reentrant » (điều vào lại) loại từ lẫn nhau."
+msgstr ""
+"Hai tùy chọn \"- +\" và \"--reentrant\" (điều vào lại) loại từ lẫn nhau."
#: main.c:305
msgid "bison bridge not supported for the C++ scanner."
@@ -225,284 +252,297 @@ msgstr "không thể ghi phần đầu bảng"
msgid "can't open skeleton file %s"
msgstr "không thể mở tập tin khung sườn %s"
-#: main.c:505
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr "việc phân bổ cho định nghĩa macro gặp lỗi"
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "gặp lỗi nhập vào khi đọc tập tin khung sườn %s"
-#: main.c:509
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "gặp lỗi khi đóng tập tin khung sườn %s"
-#: main.c:694
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "gặp lỗi khi tạo tập tin phần đầu %s"
-#: main.c:702
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "gặp lỗi khi ghi tập tin xuất %s"
-#: main.c:706
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "gặp lỗi khi đóng tập tin xuất %s"
-#: main.c:710
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "gặp lỗi khi xoá bỏ tập tin xuất %s"
-#: main.c:717
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr "Không sao lưu.\n"
-#: main.c:721
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d đang sao lưu các tình trạng (kiểu không chấp nhận).\n"
-#: main.c:725
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Bảng đã nén lúc nào cũng sao lưu.\n"
-#: main.c:728
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "găp lỗi khi ghi tập tin sao lưu %s"
-#: main.c:732
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "gặp lỗi khi đóng tập tin sao lưu %s"
-#: main.c:737
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s phiên bản %s thống kê sử dụng:\n"
-#: main.c:740
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " tùy chọn bộ quét: —"
-#: main.c:819
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d tình trạng NFA\n"
-#: main.c:821
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d tình trạng DFA (%d từ)\n"
-#: main.c:823
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d quy tắc\n"
-#: main.c:828
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr " Không sao lưu\n"
-#: main.c:832
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d đang sao lưu các tình trạng (kiểu không chấp nhận)\n"
-#: main.c:837
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr " Bảng đã nén lúc nào cũng sao lưu\n"
-#: main.c:841
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr " Dùng mẫu kiểu đầu dòng\n"
-#: main.c:843
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d điều kiện bắt đầu\n"
-#: main.c:847
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d tình trạng épxilông (ε), %d tình trạng épxilông đôi\n"
-#: main.c:851
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr " không có hạng ký tự\n"
-#: main.c:855
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
msgstr " %d/%d hạng ky tự cần thiết %d/%d từ sức chứa, %d được dùng lại\n"
-#: main.c:860
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d cặp tình trạng/tình trạng kế tiếp đã được tạo\n"
-#: main.c:863
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d việc chuyên tiếp duy nhất/trùng\n"
-#: main.c:868
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr " %d mục nhập bảng\n"
-#: main.c:876
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d mục nhập base-def (định nghĩa cơ bản) đã được tạo\n"
-#: main.c:880
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (tối đa %d) mục nhập nxt-chk (kiểm tra kế tiếp) đã được tạo\n"
-#: main.c:884
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
-msgstr " %d/%d (tối đa %d) mục nhập biểu mẫu nxt-chk (kiểm tra kế tiếp) đã được tạo\n"
+msgstr ""
+" %d/%d (tối đa %d) mục nhập biểu mẫu nxt-chk (kiểm tra kế tiếp) đã được "
+"tạo\n"
-#: main.c:888
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr " %d mục nhập bảng trống\n"
-#: main.c:890
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr " %d proto (vật đầu tiên) đã được tạo\n"
-#: main.c:893
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d mẫu đã được tạo, %d lần dùng\n"
-#: main.c:901
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d hạng kiểu tương đương đã được tạo\n"
-#: main.c:909
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d hạng siêu tương đương đã được tạo\n"
-#: main.c:915
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d được lưu) lần va chạm với hash, %d DFA bằng nhau\n"
-#: main.c:917
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " cần thiết %d tập hợp điều phân chia lại\n"
-#: main.c:919
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr " cần thiết tổng mục nhập bảng %d\n"
-#: main.c:996
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "Gặp lỗi nội bộ vì những flexopt dạng sai.\n"
-#: main.c:1006
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
-msgstr "Hãy thử lệnh « %s --help » (trợ giúp) để xem thêm thông tin.\n"
+msgstr "Hãy thử lệnh \"%s --help\" (trợ giúp) để xem thêm thông tin.\n"
-#: main.c:1063
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
-msgstr "không rõ tùy chọn « -C » là « %c »"
+msgstr "không rõ tùy chọn \"-C\" là \"%c\""
-#: main.c:1192
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
-#: main.c:1467
+#: main.c:1469
msgid "fatal parse error"
msgstr "gặp lỗi phân tích nghiêm trọng"
-#: main.c:1499
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr "không thể tạo tập tin thông tin sao lưu %s"
-#: main.c:1520
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
-msgstr "Tùy chọn kiểu tương thích lex AT&T « -l » rất giảm hiệu suất\n"
+msgstr "Tùy chọn kiểu tương thích lex AT&T \"-l\" rất giảm hiệu suất\n"
-#: main.c:1523
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
msgstr " thì có lẽ thật gây ra trường hợp giảm hiệu suất khác\n"
-#: main.c:1529
+#: main.c:1531
#, c-format
-msgid "%%option yylineno entails a performance penalty ONLY on rules that can match newline characters\n"
-msgstr "%%tùy chọn « yylineno » giảm hiệu suất CHỈ với quy tắc khớp với ký tự dòng mới\n"
+msgid ""
+"%%option yylineno entails a performance penalty ONLY on rules that can match "
+"newline characters\n"
+msgstr ""
+"%%tùy chọn \"yylineno\" giảm hiệu suất CHỈ với quy tắc khớp với ký tự dòng "
+"mới\n"
-#: main.c:1536
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
-msgstr "Tùy chọn « -I » (tương tác) giảm hiệu suất một ít\n"
+msgstr "Tùy chọn \"-I\" (tương tác) giảm hiệu suất một ít\n"
-#: main.c:1541
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() giảm hiệu suất một ít\n"
-#: main.c:1547
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT (đuổi ra) rất giảm hiệu suất\n"
-#: main.c:1552
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr "Quy tắc ngữ cảnh theo sau biến rất giảm hiệu suất\n"
-#: main.c:1564
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
-msgstr "Không cho phép dùng REJECT (đuổi ra) với tùy chọn « -f » hay « -F »"
+msgstr "Không cho phép dùng REJECT (đuổi ra) với tùy chọn \"-f\" hay \"-F\""
-#: main.c:1567
+#: main.c:1569
#, c-format
msgid "%option yylineno cannot be used with REJECT"
-msgstr "Không cho phép dùng %option (tùy chọn) « yylineno » với REJECT (đuổi ra)"
+msgstr ""
+"Không cho phép dùng %option (tùy chọn) \"yylineno\" với REJECT (đuổi ra)"
-#: main.c:1570
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
-msgstr "không cho phép dùng quy tắc ngữ cảnh theo sau biến với tùy chọn « -f » hay « -F »"
+msgstr ""
+"không cho phép dùng quy tắc ngữ cảnh theo sau biến với tùy chọn \"-f\" hay "
+"\"-F\""
-#: main.c:1691
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
-msgstr "%option (tùy chọn) « yyclass » chỉ có ý nghĩa với bộ quét C++"
+msgstr "%option (tùy chọn) \"yyclass\" chỉ có ý nghĩa với bộ quét C++"
-#: main.c:1798
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "Sử dụng: %s [TUY_CHỌN] [TẬP_TIN]...\n"
-#: main.c:1801
+#: main.c:1805
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -532,7 +572,8 @@ msgid ""
" -S, --skel=FILE specify skeleton file\n"
" -t, --stdout write scanner on stdout instead of %s\n"
" --yyclass=NAME name of C++ class\n"
-" --header-file=FILE create a C header file in addition to the scanner\n"
+" --header-file=FILE create a C header file in addition to the "
+"scanner\n"
" --tables-file[=FILE] write tables to FILE\n"
"\n"
"Scanner behavior:\n"
@@ -572,20 +613,21 @@ msgstr ""
" -Ca, --align\t\tthoả hiệp giữa bảng lớn hơn\n"
"\tvà độ _canh lề_ bộ nhớ khá hơn\n"
" -Ce, --ecs \tcấu tạo hạng kiểu tương đương\n"
-" -Cf \tkhông nén bảng; dùng sự tiêu biểu « -f »\n"
-" -CF \tkhông nén bảng; dùng sự cách tiêu biểu « -F »\n"
+" -Cf \tkhông nén bảng; dùng sự tiêu biểu \"-f\"\n"
+" -CF \tkhông nén bảng; dùng sự cách tiêu biểu \"-F\"\n"
" -Cm, --meta-ecs cấu tạo hạng kiểu _siêu_ tương đương\n"
" -Cr, --read \tdùng chức năng read() (_đọc_) thay thế\n"
"\t\t\t\tthiết bị nhập/xuất chuẩn để nhập bộ quét\n"
" -f, --full \ttạo ra bộ quét nhanh và lớn; bằng -Cfr (_đầy đủ_)\n"
" -F, --fast \tdùng sự tiêu biểu bảng xen kẽ; bằng -CFr (_nhanh_)\n"
" -Cem \tphương pháp nén mặc định;\n"
-"\tbằng « --ecs » « --meta-ecs »)\n"
+"\tbằng \"--ecs\" \"--meta-ecs\")\n"
"\n"
"Gỡ lỗi:\n"
" -d, --debug \tbật chế độ _gỡ lỗi_ trong bộ quét\n"
" -b, --backup \tghi thông tin _sao lưu_ vào %s\n"
-" -p, --perf-report \tghi _thông báo hiệu suất_ vào thiết bị lỗi chuẩn\n"
+" -p, --perf-report \tghi _thông báo hiệu suất_ vào thiết bị lỗi "
+"chuẩn\n"
" -s, --nodefault \tthu hồi quy tắc _mặc định_\n"
"\tđể ECHO (vọng) đoạn chưa khớp\n"
" -T, --trace \t%s nên chạy trong chế độ theo _dấu vết_\n"
@@ -605,26 +647,28 @@ msgstr ""
"Ứng xử của bộ quét:\n"
" -7, --7bit \t\ttạo ra bộ quét kiểu 7-bit\n"
" -8, --8bit \t\ttạo ra bộ quét kiểu 8-bit\n"
-" -B, --batch \ttạo ra bộ quét _bó_ (ngược với tùy chọn « -I »)\n"
-" -i, --case-insensitive\t\t_bỏ qua chữ hoa/thường_ trong mẫu\n"
+" -B, --batch \ttạo ra bộ quét _bó_ (ngược với tùy chọn \"-I\")\n"
+" -i, --case-insensitive\t\t_bỏ qua chữ HOA/thường_ trong mẫu\n"
" -l, --lex-compat \t\tđộ _tương thích_ tối đa với lex gốc\n"
" -X, --posix-compat \tđộ _tương thích_ tối đa với lex _POSIX_\n"
" -I, --interactive \ttạo ra bộ quét _tương tác_\n"
-"\t(ngược với tùy chọn « -B »)\n"
+"\t(ngược với tùy chọn \"-B\")\n"
" --yylineno \t\ttheo dõi số đếm số dòng trong yylineno\n"
"\n"
"Mã đã tạo ra :\n"
" -+, --c++ \ttạo ra hang bộ quét kiểu C++\n"
" -Dmacro[=lời_định_nghĩa] \t_định nghĩa_ bộ lệnh #define\n"
-"\t\t\t\t\t(lời định nghĩa mặc định là « 1 »)\n"
+"\t\t\t\t\t(lời định nghĩa mặc định là \"1\")\n"
" -L, --noline \tthu hồi các chỉ thị #line trong bộ quét\n"
"\t(_không dòng_)\n"
-" -P, --prefix=CHUỖI dùng CHUỖI này là _tiền tố_ thay thế « yy »\n"
+" -P, --prefix=CHUỖI dùng CHUỖI này là _tiền tố_ thay thế \"yy\"\n"
" -R, --reentrant \ttạo ra một bộ quét C kiểu _vào lại_\n"
-" --bison-bridge bộ quét cho trình phân tách thuần tuý kiểu bison.\n"
+" --bison-bridge bộ quét cho trình phân tách thuần tuý kiểu "
+"bison.\n"
"\t(_cầu_)\n"
" --bison-locations \tgồm khả năng hỗ trợ yylloc (_địa điểm_).\n"
-" --stdinit \tkhởi động yyin/yyout vào thiết bị nhập/xuất chuẩn\n"
+" --stdinit \tkhởi động yyin/yyout vào thiết bị nhập/xuất "
+"chuẩn\n"
" --noansi-definitions \t_lời định nghĩa_ chức năng kiểu cũ\n"
"\t(_không ANSI_)\n"
" --noansi-prototypes \tdanh sách tham số trống trong _vật đầu tiên_\n"
@@ -639,43 +683,47 @@ msgstr ""
" -h, --help \thiển thị _trợ giúp_ này\n"
" -V, --version \tthông báo phiên bản %s\n"
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr "việc phân bổ cho sko_stack gặp lỗi"
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
-msgstr "tên « %s » là dài nhố nhăng"
+msgstr "tên \"%s\" là dài nhố nhăng"
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr "việc phân chia bộ nhớ bị lỗi trong allocate_array() (phân chia mảng)"
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
-msgstr "phát hiện ký tự sai « %s » trong check_char() (kiểm tra ký tự)"
+msgstr "phát hiện ký tự sai \"%s\" trong check_char() (kiểm tra ký tự)"
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
-msgstr "bộ quét cần thiết cờ « -8 » để dùng ký tự %s"
+msgstr "bộ quét cần thiết cờ \"-8\" để dùng ký tự %s"
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr "bộ nhớ động đã thất bại trong copy_string() (sao chép chuỗi)"
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: gặp lỗi nôi bộ nghiêm trọng, %s\n"
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "việc thử tăng kích cỡ mảng đã thất bại"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "gặp dòng sai trong tập tin khung sườn"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "việc phân chia bộ nhớ bị lỗi trong yy_flex_xmalloc()"
@@ -711,7 +759,8 @@ msgstr "Gặp quy tắc ngữ cảnh theo sau biến tại dòng %d\n"
#: nfa.c:353
msgid "bad state type in mark_beginning_as_normal()"
-msgstr "kiểu tình trạng sai trong mark_beginning_as_normal() (đánh dấu đầu là thường)"
+msgstr ""
+"kiểu tình trạng sai trong mark_beginning_as_normal() (đánh dấu đầu là thường)"
#: nfa.c:598
#, c-format
@@ -751,45 +800,58 @@ msgstr "gặp giá trị lặp lại sai"
msgid "iteration value must be positive"
msgstr "giá trị lặp lại phải là số dương"
-#: parse.y:806 parse.y:816
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
-msgstr "phạm vị ký tự [%c-%c] là mơ hồ trong bộ quét bỏ qua chữ hoa/thường"
+msgstr "phạm vị ký tự [%c-%c] là mơ hồ trong bộ quét bỏ qua chữ HOA/thường"
-#: parse.y:821
+#: parse.y:819
msgid "negative range in character class"
msgstr "gặp phạm vị âm trong hạng ký tự"
-#: parse.y:918
+#: parse.y:916
msgid "[:^lower:] is ambiguous in case insensitive scanner"
-msgstr "[:^lower:] là mơ hồ trong bộ quét bỏ qua chữ hoa/thường"
+msgstr "[:^lower:] là mơ hồ trong bộ quét bỏ qua chữ HOA/thường"
-#: parse.y:924
+#: parse.y:922
msgid "[:^upper:] ambiguous in case insensitive scanner"
-msgstr "[:^upper:] là mơ hồ trong bộ quét bỏ qua chữ hoa/thường"
+msgstr "[:^upper:] là mơ hồ trong bộ quét bỏ qua chữ HOA/thường"
-#: scan.l:75 scan.l:192 scan.l:300 scan.l:443 scan.l:618 scan.l:676
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr "dòng nhập quá dài\n"
#: scan.l:161
#, c-format
msgid "malformed '%top' directive"
-msgstr "chỉ thị kiểu « %top » (đầu) dạng sai"
+msgstr "chỉ thị kiểu \"%top\" (đầu) dạng sai"
#: scan.l:183
#, no-c-format
msgid "unrecognized '%' directive"
-msgstr "gặp chỉ thị kiểu « % » không được nhận dạng"
+msgstr "gặp chỉ thị kiểu \"%\" không được nhận dạng"
+
+#: scan.l:192
+msgid "Definition name too long\n"
+msgstr "Tên định nghĩa quá dài\n"
#: scan.l:284
msgid "Unmatched '{'"
-msgstr "Chưa khớp « { »"
+msgstr "Chưa khớp \"{\""
+
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr "Giá trị định nghĩa cho {%s} quá dài\n"
#: scan.l:317
msgid "incomplete name definition"
msgstr "lời đinh nghĩa tên chưa hoàn tất"
+#: scan.l:443
+msgid "Option line too long\n"
+msgstr "dòng tùy chọn quá dài\n"
+
#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
@@ -849,27 +911,27 @@ msgstr "không thể mở %s"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "Sử dụng: %s [TÙY_CHỌN]...\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
-msgstr "tùy chọn « %s » không cho phép đối số\n"
+msgstr "tùy chọn \"%s\" không cho phép đối số\n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
-msgstr "tùy chọn « %s » cần đến đối số\n"
+msgstr "tùy chọn \"%s\" cần đến đối số\n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
-msgstr "tùy chọn « %s » là mơ hồ\n"
+msgstr "tùy chọn \"%s\" là mơ hồ\n"
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
-msgstr "Không nhận ra tùy chọn « %s »\n"
+msgstr "Không nhận ra tùy chọn \"%s\"\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "Không rõ lỗi=(%d)\n"
diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo
new file mode 100644
index 0000000..b39abc1
--- /dev/null
+++ b/po/zh_CN.gmo
Binary files differ
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 6cb256f..5e7aa23 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2.5.8\n"
-"Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n"
-"POT-Creation-Date: 2006-02-14 12:28-0500\n"
+"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2012-07-22 20:48-0400\n"
"PO-Revision-Date: 2002-08-18 10:37+0800\n"
"Last-Translator: Wang Li <charles@linux.net.cn>\n"
"Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n"
@@ -14,6 +14,22 @@ msgstr ""
"Content-Type: text/plain; charset=gb2312\n"
"Content-Transfer-Encoding: 8bit\n"
+#: buf.c:78
+msgid "Allocation of buffer to print string failed"
+msgstr ""
+
+#: buf.c:100
+msgid "Allocation of buffer for line directive failed"
+msgstr ""
+
+#: buf.c:177
+msgid "Allocation of buffer for m4 def failed"
+msgstr ""
+
+#: buf.c:197
+msgid "Allocation of buffer for m4 undef failed"
+msgstr ""
+
#: dfa.c:61
#, c-format
msgid "State #%d is non-accepting -\n"
@@ -65,19 +81,15 @@ msgstr "޷ end-of-buffer ״̬"
msgid "state # %d:\n"
msgstr "״̬ # %d\n"
-#: dfa.c:800
+#: dfa.c:785
msgid "Could not write yynxt_tbl[][]"
msgstr ""
-#: dfa.c:1023
-msgid "consistency check failed in symfollowset"
-msgstr "symfollowset еһԼʧ"
-
-#: dfa.c:1071
+#: dfa.c:1049
msgid "bad transition character detected in sympartition()"
msgstr " sympartition() ⵽ı任ַ"
-#: gen.c:484
+#: gen.c:478
msgid ""
"\n"
"\n"
@@ -89,424 +101,428 @@ msgstr ""
"ȼࣺ\n"
"\n"
-#: gen.c:668 gen.c:697 gen.c:1221
+#: gen.c:662 gen.c:691 gen.c:1215
#, c-format
msgid "state # %d accepts: [%d]\n"
msgstr ""
-#: gen.c:1116
+#: gen.c:1110
#, c-format
msgid "state # %d accepts: "
msgstr ""
-#: gen.c:1163
+#: gen.c:1157
msgid "Could not write yyacclist_tbl"
msgstr ""
-#: gen.c:1239
+#: gen.c:1233
msgid "Could not write yyacc_tbl"
msgstr ""
-#: gen.c:1254 gen.c:1639 gen.c:1662
+#: gen.c:1248 gen.c:1633 gen.c:1656
#, fuzzy
msgid "Could not write ecstbl"
msgstr "޷ %s"
-#: gen.c:1277
+#: gen.c:1271
msgid ""
"\n"
"\n"
"Meta-Equivalence Classes:\n"
msgstr ""
-#: gen.c:1299
+#: gen.c:1293
msgid "Could not write yymeta_tbl"
msgstr ""
-#: gen.c:1360
+#: gen.c:1354
#, fuzzy
msgid "Could not write yybase_tbl"
msgstr "޷ %s"
-#: gen.c:1394
+#: gen.c:1388
msgid "Could not write yydef_tbl"
msgstr ""
-#: gen.c:1434
+#: gen.c:1428
msgid "Could not write yynxt_tbl"
msgstr ""
-#: gen.c:1470
+#: gen.c:1464
msgid "Could not write yychk_tbl"
msgstr ""
-#: gen.c:1624 gen.c:1653
+#: gen.c:1618 gen.c:1647
#, fuzzy
msgid "Could not write ftbl"
msgstr "޷ %s"
-#: gen.c:1630
+#: gen.c:1624
#, fuzzy
msgid "Could not write ssltbl"
msgstr "޷ %s"
-#: gen.c:1681
+#: gen.c:1675
#, fuzzy
msgid "Could not write eoltbl"
msgstr "޷ %s"
-#: gen.c:1741
+#: gen.c:1735
msgid "Could not write yynultrans_tbl"
msgstr ""
-#: main.c:187
+#: main.c:189
msgid "rule cannot be matched"
msgstr "޷ƥ"
-#: main.c:192
+#: main.c:194
msgid "-s option given but default rule can be matched"
msgstr ""
-#: main.c:229
+#: main.c:234
msgid "Can't use -+ with -l option"
msgstr ""
-#: main.c:232
+#: main.c:237
msgid "Can't use -f or -F with -l option"
msgstr ""
-#: main.c:236
+#: main.c:241
msgid "Can't use --reentrant or --bison-bridge with -l option"
msgstr ""
-#: main.c:273
+#: main.c:278
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr ""
-#: main.c:276
+#: main.c:281
msgid "-Cf/-CF and -I are incompatible"
msgstr ""
-#: main.c:280
+#: main.c:285
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr ""
-#: main.c:285
+#: main.c:290
msgid "-Cf and -CF are mutually exclusive"
msgstr ""
-#: main.c:289
+#: main.c:294
msgid "Can't use -+ with -CF option"
msgstr ""
-#: main.c:292
+#: main.c:297
#, c-format
msgid "%array incompatible with -+ option"
msgstr ""
-#: main.c:297
+#: main.c:302
msgid "Options -+ and --reentrant are mutually exclusive."
msgstr ""
-#: main.c:300
+#: main.c:305
msgid "bison bridge not supported for the C++ scanner."
msgstr ""
-#: main.c:352 main.c:400
+#: main.c:360 main.c:406
#, c-format
msgid "could not create %s"
msgstr "޷ %s"
-#: main.c:413
+#: main.c:419
#, fuzzy
msgid "could not write tables header"
msgstr "޷ %s"
-#: main.c:417
+#: main.c:423
#, c-format
msgid "can't open skeleton file %s"
msgstr "޷򿪹Ǽļ %s"
-#: main.c:498
+#: main.c:459
+msgid "allocation of macro definition failed"
+msgstr ""
+
+#: main.c:507
#, c-format
msgid "input error reading skeleton file %s"
msgstr "ȡǼļ %s ʱ"
-#: main.c:502
+#: main.c:511
#, c-format
msgid "error closing skeleton file %s"
msgstr "رչǼļ %s "
-#: main.c:686
+#: main.c:696
#, c-format
msgid "error creating header file %s"
msgstr "ͷļ %s "
-#: main.c:694
+#: main.c:704
#, c-format
msgid "error writing output file %s"
msgstr "дļ %s "
-#: main.c:698
+#: main.c:708
#, c-format
msgid "error closing output file %s"
msgstr "رļ %s "
-#: main.c:702
+#: main.c:712
#, c-format
msgid "error deleting output file %s"
msgstr "ɾļ %s "
-#: main.c:709
+#: main.c:719
#, c-format
msgid "No backing up.\n"
msgstr ""
-#: main.c:713
+#: main.c:723
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr ""
-#: main.c:717
+#: main.c:727
#, c-format
msgid "Compressed tables always back up.\n"
msgstr ""
-#: main.c:720
+#: main.c:730
#, c-format
msgid "error writing backup file %s"
msgstr "д뱸ļ %s "
-#: main.c:724
+#: main.c:734
#, c-format
msgid "error closing backup file %s"
msgstr "رձļ %s "
-#: main.c:729
+#: main.c:739
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr ""
-#: main.c:732
+#: main.c:742
#, c-format
msgid " scanner options: -"
msgstr " ɨѡ-"
-#: main.c:811
+#: main.c:821
#, c-format
msgid " %d/%d NFA states\n"
msgstr ""
-#: main.c:813
+#: main.c:823
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr ""
-#: main.c:815
+#: main.c:825
#, c-format
msgid " %d rules\n"
msgstr " %d \n"
-#: main.c:820
+#: main.c:830
#, c-format
msgid " No backing up\n"
msgstr ""
-#: main.c:824
+#: main.c:834
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr ""
-#: main.c:829
+#: main.c:839
#, c-format
msgid " Compressed tables always back-up\n"
msgstr ""
-#: main.c:833
+#: main.c:843
#, c-format
msgid " Beginning-of-line patterns used\n"
msgstr ""
-#: main.c:835
+#: main.c:845
#, c-format
msgid " %d/%d start conditions\n"
msgstr ""
-#: main.c:839
+#: main.c:849
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr ""
-#: main.c:843
+#: main.c:853
#, c-format
msgid " no character classes\n"
msgstr ""
-#: main.c:847
+#: main.c:857
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
msgstr ""
-#: main.c:852
+#: main.c:862
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr ""
-#: main.c:855
+#: main.c:865
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr ""
-#: main.c:860
+#: main.c:870
#, c-format
msgid " %d table entries\n"
msgstr ""
-#: main.c:868
+#: main.c:878
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr ""
-#: main.c:872
+#: main.c:882
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr ""
-#: main.c:876
+#: main.c:886
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr ""
-#: main.c:880
+#: main.c:890
#, c-format
msgid " %d empty table entries\n"
msgstr ""
-#: main.c:882
+#: main.c:892
#, c-format
msgid " %d protos created\n"
msgstr ""
-#: main.c:885
+#: main.c:895
#, c-format
msgid " %d templates created, %d uses\n"
msgstr ""
-#: main.c:893
+#: main.c:903
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr ""
-#: main.c:901
+#: main.c:911
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr ""
-#: main.c:907
+#: main.c:917
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr ""
-#: main.c:909
+#: main.c:919
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr ""
-#: main.c:911
+#: main.c:921
#, c-format
msgid " %d total table entries needed\n"
msgstr ""
-#: main.c:986
+#: main.c:998
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr ""
-#: main.c:996
+#: main.c:1008
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr ""
-#: main.c:1053
+#: main.c:1065
#, c-format
msgid "unknown -C option '%c'"
msgstr "δ֪ -C ѡ%c"
-#: main.c:1182
+#: main.c:1194
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"
-#: main.c:1457
+#: main.c:1469
msgid "fatal parse error"
msgstr "Ľ"
-#: main.c:1489
+#: main.c:1501
#, c-format
msgid "could not create backing-up info file %s"
msgstr ""
-#: main.c:1510
+#: main.c:1522
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr ""
-#: main.c:1513
+#: main.c:1525
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
msgstr ""
-#: main.c:1519
+#: main.c:1531
#, c-format
msgid ""
"%%option yylineno entails a performance penalty ONLY on rules that can match "
"newline characters\n"
msgstr ""
-#: main.c:1526
+#: main.c:1538
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr ""
-#: main.c:1531
+#: main.c:1543
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr ""
-#: main.c:1537
+#: main.c:1549
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr ""
-#: main.c:1542
+#: main.c:1554
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr ""
-#: main.c:1554
+#: main.c:1566
msgid "REJECT cannot be used with -f or -F"
msgstr ""
-#: main.c:1557
+#: main.c:1569
#, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr ""
-#: main.c:1560
+#: main.c:1572
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr ""
-#: main.c:1675
+#: main.c:1695
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr ""
-#: main.c:1782
+#: main.c:1802
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "÷%s [ѡ] [ļ]...\n"
-#: main.c:1785
+#: main.c:1805
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
@@ -572,43 +588,47 @@ msgid ""
" -V, --version report %s version\n"
msgstr ""
-#: misc.c:100 misc.c:126
+#: misc.c:65
+msgid "allocation of sko_stack failed"
+msgstr ""
+
+#: misc.c:102 misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr ""
-#: misc.c:175
+#: misc.c:177
msgid "memory allocation failed in allocate_array()"
msgstr ""
-#: misc.c:250
+#: misc.c:230
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr ""
-#: misc.c:255
+#: misc.c:235
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr ""
-#: misc.c:288
+#: misc.c:268
msgid "dynamic memory failure in copy_string()"
msgstr ""
-#: misc.c:422
+#: misc.c:367
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr ""
-#: misc.c:875
+#: misc.c:803
msgid "attempt to increase array size failed"
msgstr "ͼСʱʧ"
-#: misc.c:1002
+#: misc.c:930
msgid "bad line in skeleton file"
msgstr "Ǽļд"
-#: misc.c:1051
+#: misc.c:979
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr " yy_flex_xmalloc() еڴʧ"
@@ -660,107 +680,133 @@ msgstr ""
msgid "too many rules (> %d)!"
msgstr " (> %d)"
-#: parse.y:183
+#: parse.y:159
msgid "unknown error processing section 1"
msgstr "δ֪Ĵ 1"
-#: parse.y:208 parse.y:373
+#: parse.y:184 parse.y:351
msgid "bad start condition list"
msgstr "ʼ״̬б"
-#: parse.y:337
+#: parse.y:315
msgid "unrecognized rule"
msgstr "ʶĹ"
-#: parse.y:456 parse.y:469 parse.y:538
+#: parse.y:434 parse.y:447 parse.y:516
msgid "trailing context used twice"
msgstr ""
-#: parse.y:574 parse.y:584 parse.y:657 parse.y:667
+#: parse.y:552 parse.y:562 parse.y:635 parse.y:645
msgid "bad iteration values"
msgstr ""
-#: parse.y:602 parse.y:620 parse.y:685 parse.y:703
+#: parse.y:580 parse.y:598 parse.y:663 parse.y:681
msgid "iteration value must be positive"
msgstr ""
-#: parse.y:817 parse.y:827
+#: parse.y:804 parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
msgstr ""
-#: parse.y:832
+#: parse.y:819
msgid "negative range in character class"
msgstr ""
-#: scan.l:70 scan.l:180 scan.l:267 scan.l:409 scan.l:548 scan.l:598
+#: parse.y:916
+msgid "[:^lower:] is ambiguous in case insensitive scanner"
+msgstr ""
+
+#: parse.y:922
+msgid "[:^upper:] ambiguous in case insensitive scanner"
+msgstr ""
+
+#: scan.l:75 scan.l:618 scan.l:676
msgid "Input line too long\n"
msgstr ""
-#: scan.l:149
+#: scan.l:161
#, c-format
msgid "malformed '%top' directive"
msgstr ""
-#: scan.l:171
+#: scan.l:183
#, no-c-format
msgid "unrecognized '%' directive"
msgstr ""
-#: scan.l:251
-msgid "Unmatched '{'"
+#: scan.l:192
+msgid "Definition name too long\n"
msgstr ""
#: scan.l:284
+msgid "Unmatched '{'"
+msgstr ""
+
+#: scan.l:300
+#, c-format
+msgid "Definition value for {%s} too long\n"
+msgstr ""
+
+#: scan.l:317
msgid "incomplete name definition"
msgstr "ƶ"
-#: scan.l:417
+#: scan.l:443
+msgid "Option line too long\n"
+msgstr ""
+
+#: scan.l:451
#, c-format
msgid "unrecognized %%option: %s"
msgstr "ʶ %%ѡ%s"
-#: scan.l:558 scan.l:677
+#: scan.l:633 scan.l:800
msgid "bad character class"
msgstr "ַ"
-#: scan.l:605
+#: scan.l:683
#, c-format
msgid "undefined definition {%s}"
msgstr "δĶ {%s}"
-#: scan.l:645
+#: scan.l:755
#, c-format
msgid "bad <start condition>: %s"
msgstr " <ʼ>%s"
-#: scan.l:658
+#: scan.l:768
msgid "missing quote"
msgstr "©"
-#: scan.l:698
+#: scan.l:834
#, c-format
msgid "bad character class expression: %s"
msgstr "ַʽ%s"
-#: scan.l:720
+#: scan.l:856
msgid "bad character inside {}'s"
msgstr ""
-#: scan.l:726
+#: scan.l:862
msgid "missing }"
msgstr "© }"
-#: scan.l:799
+#: scan.l:940
msgid "EOF encountered inside an action"
msgstr "ڶļ"
-#: scan.l:819
+#: scan.l:945
+#, fuzzy
+msgid "EOF encountered inside pattern"
+msgstr "ڶļ"
+
+#: scan.l:967
#, c-format
msgid "bad character: %s"
msgstr "ַ%s"
-#: scan.l:848
+#: scan.l:996
#, c-format
msgid "can't open %s"
msgstr "޷ %s"
@@ -770,27 +816,27 @@ msgstr "޷ %s"
msgid "Usage: %s [OPTIONS]...\n"
msgstr "÷%s [ѡ]...\n"
-#: scanopt.c:565
+#: scanopt.c:564
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr "ѡ%sܲ\n"
-#: scanopt.c:570
+#: scanopt.c:569
#, c-format
msgid "option `%s' requires an argument\n"
msgstr "ѡ%sҪһ\n"
-#: scanopt.c:574
+#: scanopt.c:573
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr ""
-#: scanopt.c:578
+#: scanopt.c:577
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr "δ֪ѡ%s\n"
-#: scanopt.c:582
+#: scanopt.c:581
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "δ֪=(%d)\n"
@@ -799,11 +845,11 @@ msgstr "δ֪=(%d)\n"
msgid "symbol table memory allocation failed"
msgstr "űڴʧ"
-#: sym.c:203
+#: sym.c:202
msgid "name defined twice"
msgstr "ƶ"
-#: sym.c:254
+#: sym.c:253
#, c-format
msgid "start condition %s declared twice"
msgstr "ʼ %s "
@@ -822,5 +868,8 @@ msgstr ""
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr ""
+#~ msgid "consistency check failed in symfollowset"
+#~ msgstr "symfollowset еһԼʧ"
+
#~ msgid "unknown -R option '%c'"
#~ msgstr "δ֪ -R ѡ%c"