summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormillaway <millaway>2002-04-24 22:14:58 +0000
committermillaway <millaway>2002-04-24 22:14:58 +0000
commit0ea776889e7a7d322445e81e4b19b5a0bc7382fb (patch)
treee3757a0db3ad44d983217fb8c087b3773e0c78a6
parent04780e41846283c5ba9908a3ff0f5fdcbb6ec567 (diff)
downloadflex-2-5-6-branch.tar.gz
Sync'd with main branch.flex-2-5-6-branch
-rw-r--r--NEWS12
-rw-r--r--configure.in5
-rw-r--r--main.c2
-rw-r--r--po/ca.po263
-rw-r--r--po/da.po257
-rw-r--r--po/de.po240
-rw-r--r--po/es.po261
-rw-r--r--po/fr.po11
-rw-r--r--po/ko.po1088
-rw-r--r--po/ru.po267
-rw-r--r--po/sv.po11
-rw-r--r--po/tr.po235
12 files changed, 1157 insertions, 1495 deletions
diff --git a/NEWS b/NEWS
index 0b76d3b..4eb8cf4 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,18 @@ changes between releases of flex
See the file COPYING for copying conditions
+* version 2.5.7
+
+** configure now uses autoconf's versioning information and configure
+** --help reports the bug-reporting address for flex
+
+** test suite now only reports success versus failure; reporting
+ skipped is problematic under the current setup
+
+** compilation with --disable-nls now works
+
+** flex can now be built in a separate directory
+
* version 2.5.6
** gettext support added (from gettext 0.11)
diff --git a/configure.in b/configure.in
index 5e6df22..a42eb25 100644
--- a/configure.in
+++ b/configure.in
@@ -21,8 +21,9 @@ dnl IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
dnl WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
dnl PURPOSE.
-AC_INIT(scan.l)
-AM_INIT_AUTOMAKE(flex,2.5.6)
+AC_INIT(flex,2.5.7,help-flex@gnu.org)
+AC_CONFIG_SRCDIR(scan.l)
+AM_INIT_AUTOMAKE(flex,2.5.7)
AM_CONFIG_HEADER(config.h:conf.in)
AM_GNU_GETTEXT([external])
diff --git a/main.c b/main.c
index 957a72f..b82aee4 100644
--- a/main.c
+++ b/main.c
@@ -182,9 +182,11 @@ char **argv;
/* Wrapper around flex_main, so flex_main can be built as a library. */
int main( argc, argv )
{
+#if ENABLE_NLS
setlocale(LC_MESSAGES, "");
textdomain(PACKAGE);
bindtextdomain(PACKAGE, LOCALEDIR);
+#endif
return flex_main(argc,argv);
}
diff --git a/po/ca.po b/po/ca.po
index e7cf783..fd1fc2c 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2002.3.12a\n"
-"POT-Creation-Date: 2002-04-21 14:53-0400\n"
+"POT-Creation-Date: 2002-03-12 12:07-0500\n"
"PO-Revision-Date: 2002-03-13 15:30+0100\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
@@ -103,241 +103,241 @@ msgstr ""
"\n"
"Classes de metaequivalència:\n"
-#: main.c:163
+#: main.c:155
msgid "rule cannot be matched"
msgstr "la regla no es pot satisfer"
-#: main.c:168
+#: main.c:160
msgid "-s option given but default rule can be matched"
msgstr "S'ha especificat l'opció -s però es pot aplicar la regla per defecte"
-#: main.c:201
+#: main.c:184
msgid "Can't use -+ with -l option"
msgstr "No es pot fer servir -+ amb l'opció -l"
-#: main.c:204
+#: main.c:187
msgid "Can't use -f or -F with -l option"
msgstr "No es pot fer servir -f o -F amb l'opció -l"
-#: main.c:207
+#: main.c:190
msgid "Can't use -R or -Rb with -l option"
msgstr "No es pot fer servir -R o -Rb amb l'opció -l"
-#: main.c:221
+#: main.c:203
msgid "Can't specify header option if writing to stdout."
msgstr "No es pot especificar l'opció de capçalera si s'escriu a stdout."
-#: main.c:247
+#: main.c:229
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "-Cf/-CF i -Cm no tenen sentit juntes"
-#: main.c:250
+#: main.c:232
msgid "-Cf/-CF and -I are incompatible"
msgstr "-Cf/-CF i -I són incompatibles"
-#: main.c:254
+#: main.c:236
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF són incompatibles amb el mode de compatibilitat amb lex"
-#: main.c:258
+#: main.c:240
#, c-format
msgid "-Cf/-CF and %option yylineno are incompatible"
msgstr "-Cf/-CF i la %opció yylineno són incompatibles "
-#: main.c:261
+#: main.c:243
msgid "-Cf and -CF are mutually exclusive"
msgstr "-Cf i -CF són mútuament excloents"
-#: main.c:265
+#: main.c:247
msgid "Can't use -+ with -CF option"
msgstr "No es pot fer servir -+ amb l'opció -CF"
-#: main.c:269
+#: main.c:251
#, c-format
msgid "%array incompatible with -+ option"
msgstr "%array incompatible amb l'opció -+"
-#: main.c:274
+#: main.c:256
msgid "Options -+ and -R are mutually exclusive."
msgstr "Les opcions -+ i -R són mútuament excloents"
-#: main.c:326 main.c:522
+#: main.c:308 main.c:494
#, c-format
msgid "could not create %s"
msgstr "No s'ha pogut crear %s"
-#: main.c:332
+#: main.c:314
#, c-format
msgid "can't open skeleton file %s"
msgstr "No es pot obrir el fitxer d'esquema %s"
-#: main.c:490
+#: main.c:472
#, c-format
msgid "input error reading skeleton file %s"
msgstr "error d'entrada al llegir el fitxer d'esquema %s"
-#: main.c:494
+#: main.c:476
#, c-format
msgid "error closing skeleton file %s"
msgstr "error al tancar el fitxer d'esquema %s"
-#: main.c:688
+#: main.c:659
#, c-format
msgid "error creating header file %s"
msgstr "error al crear el fitxer de capçalera %s"
-#: main.c:696
+#: main.c:667
#, c-format
msgid "error writing output file %s"
msgstr "error al escriure el fitxer d'eixida %s"
-#: main.c:700
+#: main.c:671
#, c-format
msgid "error closing output file %s"
msgstr "error al tancar el fitxer d'eixida %s"
-#: main.c:704
+#: main.c:675
#, c-format
msgid "error deleting output file %s"
msgstr "error al borrar el fitxer d'eixida %s"
-#: main.c:712
+#: main.c:683
msgid "No backing up.\n"
msgstr "No hi ha retrocés.\n"
-#: main.c:715
+#: main.c:686
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d estats de retrocés (no-acceptació).\n"
-#: main.c:719
+#: main.c:690
msgid "Compressed tables always back up.\n"
msgstr "Les taules comprimides sempre impliquen un retard.\n"
-#: main.c:722
+#: main.c:693
#, c-format
msgid "error writing backup file %s"
msgstr "error al escriure el fitxer de còpia de seguretat %s"
-#: main.c:726
+#: main.c:697
#, c-format
msgid "error closing backup file %s"
msgstr "error al tancar el fitxer de còpia de seguretat %s"
-#: main.c:732
+#: main.c:703
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s versió %s estadístiques d'ús:\n"
-#: main.c:735
+#: main.c:706
msgid " scanner options: -"
msgstr " opcions de l'analitzador: -"
# NFA == Autómata finit no-determinista. jm
-#: main.c:813
+#: main.c:784
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d estats AFN\n"
# DFA == Autómata finit deterministic. jm
-#: main.c:815
+#: main.c:786
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d estats AFD (%d paraules)\n"
-#: main.c:817
+#: main.c:788
#, c-format
msgid " %d rules\n"
msgstr " %d regles\n"
-#: main.c:821
+#: main.c:792
msgid " No backing up\n"
msgstr " Sense retrocés\n"
-#: main.c:824
+#: main.c:795
#, 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:828
+#: main.c:799
msgid " Compressed tables always back-up\n"
msgstr " Sempre es realitza còpia de seguretat de les taules comprimides\n"
-#: main.c:832
+#: main.c:803
msgid " Beginning-of-line patterns used\n"
msgstr " Utilitzats patrons de principi-de-línia\n"
-#: main.c:834
+#: main.c:805
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d condicions d'activació\n"
-#: main.c:837
+#: main.c:808
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d estats èpsilon, %d estats doble èpsilon\n"
-#: main.c:841
+#: main.c:812
msgid " no character classes\n"
msgstr " sense classes de caràcter\n"
-#: main.c:844
+#: main.c:815
#, 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"
-#: main.c:849
+#: main.c:820
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d parells estat/estat-següent creats\n"
-#: main.c:851
+#: main.c:822
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d transicions úniques/duplicades\n"
-#: main.c:857
+#: main.c:828
#, c-format
msgid " %d table entries\n"
msgstr " %d entrades de la taula\n"
-#: main.c:865
+#: main.c:836
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d entrades base-def creades\n"
-#: main.c:868
+#: main.c:839
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (pic %d) entrades nxt-chk creades\n"
-#: main.c:871
+#: main.c:842
#, 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:875
+#: main.c:846
#, c-format
msgid " %d empty table entries\n"
msgstr " %d entrades de la tabla buides\n"
-#: main.c:877
+#: main.c:848
#, c-format
msgid " %d protos created\n"
msgstr " %d prototips creats\n"
-#: main.c:880
+#: main.c:851
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d plantilles creades, %d usos\n"
-#: main.c:888
+#: main.c:859
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d classes d'equivalència creades\n"
-#: main.c:896
+#: main.c:867
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d classes de meta-equivalència creades\n"
@@ -346,119 +346,119 @@ 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:901
+#: main.c:872
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d desades) col·lisions de localització («hash»), %d AFD iguals\n"
-#: main.c:903
+#: main.c:874
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " es necessiten %d conjunts de relocalització\n"
-#: main.c:905
+#: main.c:876
#, c-format
msgid " %d total table entries needed\n"
msgstr " es necessiten %d entrades totals de la taula\n"
-#: main.c:962
+#: main.c:933
msgid "Internal error. flexopts are malformed.\n"
msgstr "Error intern. Els flexopts estan malformats.\n"
-#: main.c:970
+#: main.c:941
#, c-format
-msgid "Try `%s --help' for more information.\n"
+msgid ""
+"For usage, try\n"
+"\t%s --help\n"
msgstr ""
+"Per al mode d'ús, proveu\n"
+"\t%s --help\n"
-#: main.c:1029
+#: main.c:1001
#, c-format
msgid "unknown -C option '%c'"
msgstr "opció de -C desconeguda «%c»"
-#: main.c:1108
+#: main.c:1080
#, c-format
msgid "unknown -R option '%c'"
msgstr "opció de -R desconeguda «%c»"
-#: main.c:1145
-#, fuzzy, c-format
-msgid "%s %s\n"
+#: main.c:1113
+#, c-format
+msgid "%s version %s\n"
msgstr "%s versió %s\n"
# Hmm. No se si açò està be. jm
-#: main.c:1387
+#: main.c:1355
msgid "fatal parse error"
msgstr "error fatal al analitzar sintàcticament"
-#: main.c:1399
+#: main.c:1367
#, 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:1421
+#: main.c:1389
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"
-#: main.c:1423
+#: main.c:1391
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:1429
+#: main.c:1397
#, c-format
msgid "%%option yylineno entails a large performance penalty\n"
msgstr "l'%%opció yylineno implica una penalització del rendiment molt gran\n"
-#: main.c:1436
+#: main.c:1404
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (interactiu) implica una xicoteta penalització del rendiment\n"
-#: main.c:1440
+#: main.c:1408
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() implica una xicoteta penalització del rendiment\n"
-#: main.c:1445
+#: main.c:1413
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT implica una penalització del rendiment molt gran\n"
-#: main.c:1449
+#: main.c:1417
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"
-#: main.c:1462
+#: main.c:1430
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT no es pot fer servir amb -f o -F"
-#: main.c:1465
+#: main.c:1433
#, c-format
msgid "%option yylineno cannot be used with -f or -F"
msgstr "l'%opció yylineno no es pot fer servir amb -f o -F"
-#: main.c:1468
+#: main.c:1436
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:1599
+#: main.c:1567
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "l'%opció yyclass només te sentit per a analitzadors de C++"
-#: main.c:1703
-#, fuzzy, c-format
-msgid "Usage: %s [OPTIONS] [FILE]...\n"
+#: main.c:1671
+#, c-format
+msgid "%s [OPTIONS...] [file...]\n"
msgstr "%s [OPCIONS...] [fitxer...]\n"
# Al grep jo sempre he traduït match com a coincidir. No sé, no m'agrada
# 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:1706
-#, fuzzy, c-format
+#: main.c:1674
+#, c-format
msgid ""
-"Generates programs that perform pattern-matching on text.\n"
-"\n"
-"Table Compression:\n"
+"Table Compression: (default is -Cem)\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"
@@ -467,7 +467,6 @@ msgid ""
" -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"
@@ -502,7 +501,6 @@ msgid ""
" -R, --reentrant generate a reentrant C scanner\n"
" -Rb, --reentrant-bison reentrant scanner for bison pure parser.\n"
" --stdinit initialize yyin/yyout to stdin/stdout\n"
-" --nounistd do not include <unistd.h>\n"
" --noFUNCTION do not generate a particular FUNCTION\n"
"\n"
"Miscellaneous:\n"
@@ -525,8 +523,7 @@ msgstr ""
" -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 genera avisos\n"
" -v, --verbose escriu un resum de les estadístiques de l'analitzador en stdout\n"
@@ -541,12 +538,10 @@ msgstr ""
"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"
+" -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"
-" -I, --interactive genera un analitzador interactiu (el contrari a -"
-"B)\n"
+" -I, --interactive genera un analitzador interactiu (el contrari a -B)\n"
" --yylineno traçar el compte de línies en yylineno\n"
"\n"
"Codi generat:\n"
@@ -653,95 +648,65 @@ msgstr "s'han trobat massa transicions en mkxtion()"
msgid "too many rules (> %d)!"
msgstr "massa regles (> %d)!"
-#: scan.l:140
+#: scan.l:139
#, no-c-format
msgid "unrecognized '%' directive"
msgstr "directiva «%» no reconeguda"
-#: scan.l:207
+#: scan.l:206
msgid "incomplete name definition"
msgstr "definició del nom incompleta"
-#: scan.l:315
+#: scan.l:313
#, c-format
msgid "unrecognized %%option: %s"
msgstr "%%opció no reconeguda: %s"
-#: scan.l:442 scan.l:542
+#: scan.l:440 scan.l:540
msgid "bad character class"
msgstr "classe de caràcter incorrecta"
-#: scan.l:474
+#: scan.l:472
#, c-format
msgid "undefined definition {%s}"
msgstr "definició no definida {%s}"
-#: scan.l:510
+#: scan.l:508
#, c-format
msgid "bad <start condition>: %s"
msgstr "<condició d'activació> incorrecta: %s"
-#: scan.l:523
+#: scan.l:521
msgid "missing quote"
msgstr "falta una cometa"
-#: scan.l:563
+#: scan.l:561
#, c-format
msgid "bad character class expression: %s"
msgstr "expressió de la classe de caràcters incorrecta: %s"
-#: scan.l:579
+#: scan.l:577
msgid "bad character inside {}'s"
msgstr "caràcter incorrecte dins de {}"
-#: scan.l:585
+#: scan.l:583
msgid "missing }"
msgstr "falta una }"
-#: scan.l:658
+#: scan.l:656
msgid "EOF encountered inside an action"
msgstr "EOF trobat dins d'una acció"
-#: scan.l:678
+#: scan.l:676
#, c-format
msgid "bad character: %s"
msgstr "caràcter incorrecte: %s"
-#: scan.l:707
+#: scan.l:705
#, c-format
msgid "can't open %s"
msgstr "no es pot obrir %s"
-#: scanopt.c:267
-#, fuzzy, c-format
-msgid "Usage: %s [OPTIONS]...\n"
-msgstr "%s [OPCIONS...] [fitxer...]\n"
-
-#: scanopt.c:516
-#, c-format
-msgid "option `%s' doesn't allow an argument\n"
-msgstr ""
-
-#: scanopt.c:519
-#, c-format
-msgid "option `%s' requires an argument\n"
-msgstr ""
-
-#: scanopt.c:522
-#, c-format
-msgid "option `%s' is ambiguous\n"
-msgstr ""
-
-#: scanopt.c:525
-#, fuzzy, c-format
-msgid "Unrecognized option `%s'\n"
-msgstr "%%opció no reconeguda: %s"
-
-#: scanopt.c:528
-#, c-format
-msgid "Unknown error=(%d)\n"
-msgstr ""
-
#: sym.c:100
msgid "symbol table memory allocation failed"
msgstr "ha fallat l'assignació de memòria per a la taula de símbols"
@@ -768,13 +733,6 @@ msgstr "Marcador de fi\n"
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "*Algo estrany* - terminal: %d val: %d\n"
-#~ msgid ""
-#~ "For usage, try\n"
-#~ "\t%s --help\n"
-#~ msgstr ""
-#~ "Per al mode d'ús, proveu\n"
-#~ "\t%s --help\n"
-
#~ msgid "-P flag must be given separately"
#~ msgstr "la opció -P s'ha d'especificar per separat"
@@ -787,10 +745,8 @@ msgstr "*Algo 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"
@@ -826,9 +782,7 @@ msgstr "*Algo 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"
@@ -890,8 +844,7 @@ msgstr "*Algo estrany* - terminal: %d val: %d\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.po b/po/da.po
index 2824d7a..4c9c36b 100644
--- a/po/da.po
+++ b/po/da.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2002.3.12a\n"
-"POT-Creation-Date: 2002-04-21 14:53-0400\n"
+"POT-Creation-Date: 2002-03-12 12:07-0500\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"
@@ -104,350 +104,352 @@ msgstr ""
"\n"
"Meta-ækvivalensklasser:\n"
-#: main.c:163
+#: main.c:155
msgid "rule cannot be matched"
msgstr "reglen kan ikke matches"
-#: main.c:168
+#: main.c:160
msgid "-s option given but default rule can be matched"
msgstr "flaget -s angivet, men standardreglen kan følges"
-#: main.c:201
+#: main.c:184
msgid "Can't use -+ with -l option"
msgstr "-+ kan ikke bruges sammen med flaget -l"
-#: main.c:204
+#: main.c:187
msgid "Can't use -f or -F with -l option"
msgstr "-f eller -F kan ikke bruges sammen med -l"
-#: main.c:207
+#: main.c:190
msgid "Can't use -R or -Rb with -l option"
msgstr "-R eller -Rb kan ikke bruges sammen med -l"
-#: main.c:221
+#: main.c:203
msgid "Can't specify header option if writing to stdout."
msgstr "Kan ikke angive header-flag hvis der skrives til standard-ud."
-#: main.c:247
+#: main.c:229
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "-Cf/-CF og -Cm kan ikke bruges sammen"
-#: main.c:250
+#: main.c:232
msgid "-Cf/-CF and -I are incompatible"
msgstr "-Cf/-CF og -I kan ikke bruges sammen"
-#: main.c:254
+#: main.c:236
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF kan ikke bruges i lex-kompatibilitetstilstand"
-#: main.c:258
+#: main.c:240
#, c-format
msgid "-Cf/-CF and %option yylineno are incompatible"
msgstr "-Cf/-CF og %option yylineno kan ikke bruges sammen"
-#: main.c:261
+#: main.c:243
msgid "-Cf and -CF are mutually exclusive"
msgstr "-Cf og -CF er gensidigt udelukkende"
-#: main.c:265
+#: main.c:247
msgid "Can't use -+ with -CF option"
msgstr "-+ kan ikke bruges sammen med flaget -CF"
-#: main.c:269
+#: main.c:251
#, c-format
msgid "%array incompatible with -+ option"
msgstr "-+ kan ikke bruges sammen med %array"
-#: main.c:274
+#: main.c:256
msgid "Options -+ and -R are mutually exclusive."
msgstr "Flagene -+ og -R er gensidigt udelukkende."
-#: main.c:326 main.c:522
+#: main.c:308 main.c:494
#, c-format
msgid "could not create %s"
msgstr "kunne ikke oprette %s"
-#: main.c:332
+#: main.c:314
#, c-format
msgid "can't open skeleton file %s"
msgstr "kan ikke åbne skabelonfilen %s"
-#: main.c:490
+#: main.c:472
#, c-format
msgid "input error reading skeleton file %s"
msgstr "fejl ved læsning af skabelonsfilen %s"
-#: main.c:494
+#: main.c:476
#, c-format
msgid "error closing skeleton file %s"
msgstr "fejl ved lukning af skabelonfilen %s"
-#: main.c:688
+#: main.c:659
#, c-format
msgid "error creating header file %s"
msgstr "fejl ved oprettelsen af headerfilen %s"
-#: main.c:696
+#: main.c:667
#, c-format
msgid "error writing output file %s"
msgstr "fejl ved skrivning af udfilen %s"
-#: main.c:700
+#: main.c:671
#, c-format
msgid "error closing output file %s"
msgstr "fejl ved lukning af udfilen %s"
-#: main.c:704
+#: main.c:675
#, c-format
msgid "error deleting output file %s"
msgstr "fejl ved sletning af udfilen %s"
-#: main.c:712
+#: main.c:683
msgid "No backing up.\n"
msgstr "Ingen sikkerhedskopiering.\n"
-#: main.c:715
+#: main.c:686
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d sikkerhedskopierer (ikke-accepterende) tilstande.\n"
-#: main.c:719
+#: main.c:690
msgid "Compressed tables always back up.\n"
msgstr "Komprimerete tabeller backer alltid tillbaka.\n"
-#: main.c:722
+#: main.c:693
#, c-format
msgid "error writing backup file %s"
msgstr "fejl ved skrivning af sikkerhedskopifilen %s"
-#: main.c:726
+#: main.c:697
#, c-format
msgid "error closing backup file %s"
msgstr "fejl ved lukning af sikerhedskopifilen %s"
-#: main.c:732
+#: main.c:703
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "Statistik over brugaf %s version %s:\n"
-#: main.c:735
+#: main.c:706
msgid " scanner options: -"
msgstr " fortolkningsflag: -"
-#: main.c:813
+#: main.c:784
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d NFA-tilstand\n"
-#: main.c:815
+#: main.c:786
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d DFA-tilstand (%d ord)\n"
-#: main.c:817
+#: main.c:788
#, c-format
msgid " %d rules\n"
msgstr " %d regler\n"
-#: main.c:821
+#: main.c:792
msgid " No backing up\n"
msgstr " Ingen sikkerhedskopiering\n"
-#: main.c:824
+#: main.c:795
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d sikkerhedskopierer (ikke-accepterende) tilstande.\n"
-#: main.c:828
+#: main.c:799
msgid " Compressed tables always back-up\n"
msgstr " Komprimerede tabeller bakker altid tilbake\n"
-#: main.c:832
+#: main.c:803
msgid " Beginning-of-line patterns used\n"
msgstr " Begyndelse-af-linje-mønster brugt\n"
-#: main.c:834
+#: main.c:805
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d startbetingelse\n"
-#: main.c:837
+#: main.c:808
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d epsilontilstande, %d dobbelte epsilontilstande\n"
-#: main.c:841
+#: main.c:812
msgid " no character classes\n"
msgstr " ingen tegnklasser\n"
-#: main.c:844
+#: main.c:815
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
msgstr " %d/%d tegnklasser behøvede %d/%d ord for gemning, %d genbrugte\n"
-#: main.c:849
+#: main.c:820
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d par med tilstand/næste-tilstand oprettede\n"
-#: main.c:851
+#: main.c:822
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d unikke/duplikerede overgange\n"
-#: main.c:857
+#: main.c:828
#, c-format
msgid " %d table entries\n"
msgstr " %d tabelposter\n"
-#: main.c:865
+#: main.c:836
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d base/standard-poster oprettede\n"
-#: main.c:868
+#: main.c:839
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (max %d) næste/test-poster oprettede\n"
-#: main.c:871
+#: main.c:842
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " %d/%d (max %d) skablon-næste/test-poster oprettede\n"
-#: main.c:875
+#: main.c:846
#, c-format
msgid " %d empty table entries\n"
msgstr " %d tomme tabelposter\n"
-#: main.c:877
+#: main.c:848
#, c-format
msgid " %d protos created\n"
msgstr " %d prototyper oprettede\n"
-#: main.c:880
+#: main.c:851
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d skabloner oprettede, %d formål\n"
-#: main.c:888
+#: main.c:859
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d ækvivalensklasser oprettet\n"
-#: main.c:896
+#: main.c:867
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d meta-ækvivalensklasser oprettede\n"
-#: main.c:901
+#: main.c:872
#, 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:903
+#: main.c:874
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d opsætninger med omallokeringer krævedes\n"
-#: main.c:905
+#: main.c:876
#, c-format
msgid " %d total table entries needed\n"
msgstr " %d totale tabelposter kræves\n"
-#: main.c:962
+#: main.c:933
msgid "Internal error. flexopts are malformed.\n"
msgstr "Intern fejl. flexopts er fejlbehæftede.\n"
-#: main.c:970
+#: main.c:941
#, c-format
-msgid "Try `%s --help' for more information.\n"
+msgid ""
+"For usage, try\n"
+"\t%s --help\n"
msgstr ""
+"For hvordan det skal bruges prøv\n"
+"\t%s --help\n"
-#: main.c:1029
+#: main.c:1001
#, c-format
msgid "unknown -C option '%c'"
msgstr "ukendt flag til -C \"%c\""
-#: main.c:1108
+#: main.c:1080
#, c-format
msgid "unknown -R option '%c'"
msgstr "ukendt flag til -R '%c'"
-#: main.c:1145
-#, fuzzy, c-format
-msgid "%s %s\n"
+#: main.c:1113
+#, c-format
+msgid "%s version %s\n"
msgstr "%s version %s\n"
-#: main.c:1387
+#: main.c:1355
msgid "fatal parse error"
msgstr "uoprettelig fejl ved analysen"
-#: main.c:1399
+#: main.c:1367
#, c-format
msgid "could not create backing-up info file %s"
msgstr "kunne ikke oprette sikkerhedskopi af info-fil %s"
-#: main.c:1421
+#: main.c:1389
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr "flaget -l for opførsel som AT&T's lex medfører et væsentligt præstationstab\n"
-#: main.c:1423
+#: main.c:1391
msgid " and may be the actual source of other reported performance penalties\n"
msgstr " og kan være den egentlige årsag til andre rapporter om dette\n"
-#: main.c:1429
+#: main.c:1397
#, c-format
msgid "%%option yylineno entails a large performance penalty\n"
msgstr "%%option yylineno medfører en væsentlig præstationstab\n"
-#: main.c:1436
+#: main.c:1404
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (interaktiv) medfører et mindre præstationstab\n"
-#: main.c:1440
+#: main.c:1408
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() medfører et mindre præstationstab\n"
-#: main.c:1445
+#: main.c:1413
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT medfører et væsentligt præstationstab\n"
-#: main.c:1449
+#: main.c:1417
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr "Regler for variabel efterfølgende kontekst medfører et væsentlig præstationstab\n"
-#: main.c:1462
+#: main.c:1430
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT kan ikke bruges sammen med -f eller -F"
-#: main.c:1465
+#: main.c:1433
#, c-format
msgid "%option yylineno cannot be used with -f or -F"
msgstr "%option yylineno kan ikke bruges sammen med -f eller -F"
-#: main.c:1468
+#: main.c:1436
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr ""
"regler for variabel efterfølgende kontekst kan ikke bruges\n"
"sammen med -f eller -F"
-#: main.c:1599
+#: main.c:1567
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass er kun meningsfyldt for C++-fortolkere"
-#: main.c:1703
-#, fuzzy, c-format
-msgid "Usage: %s [OPTIONS] [FILE]...\n"
+#: main.c:1671
+#, c-format
+msgid "%s [OPTIONS...] [file...]\n"
msgstr "%s [FLAG...] [fil...]\n"
-#: main.c:1706
-#, fuzzy, c-format
+#: main.c:1674
+#, c-format
msgid ""
-"Generates programs that perform pattern-matching on text.\n"
-"\n"
-"Table Compression:\n"
+"Table Compression: (default is -Cem)\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"
@@ -456,7 +458,6 @@ msgid ""
" -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"
@@ -491,7 +492,6 @@ msgid ""
" -R, --reentrant generate a reentrant C scanner\n"
" -Rb, --reentrant-bison reentrant scanner for bison pure parser.\n"
" --stdinit initialize yyin/yyout to stdin/stdout\n"
-" --nounistd do not include <unistd.h>\n"
" --noFUNCTION do not generate a particular FUNCTION\n"
"\n"
"Miscellaneous:\n"
@@ -502,8 +502,7 @@ msgid ""
" -V, --version report %s version\n"
msgstr ""
"Tabel-kompression: (normalt -Cem)\n"
-" -Ca, --align brug bedre hukommelses-tilpasning i stedet for mindre "
-"tabeller\n"
+" -Ca, --align brug bedre hukommelses-tilpasning i stedet for mindre tabeller\n"
" -Ce, --ecs konstruér ækvivalensklasser\n"
" -Cf komprimér ikke tabeller; brug -f repræsentation\n"
" -CF komprimér ikke tabeller; brug -F repræsentation\n"
@@ -516,8 +515,7 @@ msgstr ""
" -d, --debug aktivér fejlsøgnings-tilstand i skanneren\n"
" -b, --backup skriv sikkerhedskopi-information til %s\n"
" -p, --perf-report skriv ydelses-rapport på stdfejl\n"
-" -s, --nodefault undertryk normal regel om at udskrive tekst der "
-"ikke passede\n"
+" -s, --nodefault undertryk normal regel om at udskrive tekst der ikke passede\n"
" -T, --trace %s bør køre i sporings-tilstand\n"
" -w, --nowarn generér ikke advarsler\n"
" -v, --verbose skriv sammendrag af skanner-statistik til stdud\n"
@@ -642,95 +640,65 @@ msgstr "fandt for mange overgange i mkxtion()"
msgid "too many rules (> %d)!"
msgstr "for mange regler (> %d)!"
-#: scan.l:140
+#: scan.l:139
#, no-c-format
msgid "unrecognized '%' directive"
msgstr "ukendt %-direktiv"
-#: scan.l:207
+#: scan.l:206
msgid "incomplete name definition"
msgstr "ufuldstændig navnedefinition"
-#: scan.l:315
+#: scan.l:313
#, c-format
msgid "unrecognized %%option: %s"
msgstr "ukendt %%option: %s"
-#: scan.l:442 scan.l:542
+#: scan.l:440 scan.l:540
msgid "bad character class"
msgstr "forkert tegnklasse"
-#: scan.l:474
+#: scan.l:472
#, c-format
msgid "undefined definition {%s}"
msgstr "udefinieret definition {%s}"
-#: scan.l:510
+#: scan.l:508
#, c-format
msgid "bad <start condition>: %s"
msgstr "forkert <startbetingelse>: %s"
-#: scan.l:523
+#: scan.l:521
msgid "missing quote"
msgstr "citationstegn savnes"
-#: scan.l:563
+#: scan.l:561
#, c-format
msgid "bad character class expression: %s"
msgstr "forkert udtryk for tegnklasse: %s"
-#: scan.l:579
+#: scan.l:577
msgid "bad character inside {}'s"
msgstr "forkert tegn imellem {}"
-#: scan.l:585
+#: scan.l:583
msgid "missing }"
msgstr "} savnes"
-#: scan.l:658
+#: scan.l:656
msgid "EOF encountered inside an action"
msgstr "filslutning mødt inden i en handling"
-#: scan.l:678
+#: scan.l:676
#, c-format
msgid "bad character: %s"
msgstr "forkert tegn: %s"
-#: scan.l:707
+#: scan.l:705
#, c-format
msgid "can't open %s"
msgstr "kan ikke åbne %s"
-#: scanopt.c:267
-#, fuzzy, c-format
-msgid "Usage: %s [OPTIONS]...\n"
-msgstr "%s [FLAG...] [fil...]\n"
-
-#: scanopt.c:516
-#, c-format
-msgid "option `%s' doesn't allow an argument\n"
-msgstr ""
-
-#: scanopt.c:519
-#, c-format
-msgid "option `%s' requires an argument\n"
-msgstr ""
-
-#: scanopt.c:522
-#, c-format
-msgid "option `%s' is ambiguous\n"
-msgstr ""
-
-#: scanopt.c:525
-#, fuzzy, c-format
-msgid "Unrecognized option `%s'\n"
-msgstr "ukendt %%option: %s"
-
-#: scanopt.c:528
-#, c-format
-msgid "Unknown error=(%d)\n"
-msgstr ""
-
#: sym.c:100
msgid "symbol table memory allocation failed"
msgstr "hukommelsestildeling for symboltabel mislykkedes"
@@ -757,13 +725,6 @@ msgstr "Slutmarkering\n"
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "*Noget mærkeligt* - tegn: %d værdi: %d\n"
-#~ msgid ""
-#~ "For usage, try\n"
-#~ "\t%s --help\n"
-#~ msgstr ""
-#~ "For hvordan det skal bruges prøv\n"
-#~ "\t%s --help\n"
-
#~ msgid "-P flag must be given separately"
#~ msgstr "flaget -P skal angives separat"
@@ -776,10 +737,8 @@ msgstr "*Noget mærkeligt* - tegn: %d værdi: %d\n"
#~ msgid "-C flag must be given separately"
#~ msgstr "flaget -C skal angives separat"
-#~ msgid ""
-#~ "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n"
-#~ msgstr ""
-#~ "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -oudfil -Pprefiks -Sskabelon]\n"
+#~ msgid "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n"
+#~ msgstr "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -oudfil -Pprefiks -Sskabelon]\n"
#~ msgid "\t[--help --version] [file ...]\n"
#~ msgstr "\t[--help --version] [fil ...]\n"
@@ -812,13 +771,10 @@ msgstr "*Noget mærkeligt* - tegn: %d værdi: %d\n"
#~ msgstr "\t-p send rapport om præstation til standard fejl\n"
#~ msgid "\t-s suppress default rule to ECHO unmatched text\n"
-#~ msgstr ""
-#~ "\t-s undertryk standardreglen om at udskrive tekst som ikke kunne "
-#~ "matches\n"
+#~ msgstr "\t-s undertryk standardreglen om at udskrive tekst som ikke kunne matches\n"
#~ msgid "\t-t write generated scanner on stdout instead of %s\n"
-#~ msgstr ""
-#~ "\t-t skriv den oprettede fortolker til standard ud i stedet for %s\n"
+#~ msgstr "\t-t skriv den oprettede fortolker til standard ud i stedet for %s\n"
#~ msgid "\t-v write summary of scanner statistics to f\n"
#~ msgstr "\t-v skriv kortfattet skannerstatistik til f\n"
@@ -875,8 +831,7 @@ msgstr "*Noget mærkeligt* - tegn: %d værdi: %d\n"
#~ msgstr "\t\t-Cm opret meta-ækvivalensklasser\n"
#~ msgid "\t\t-Cr use read() instead of stdio for scanner input\n"
-#~ msgstr ""
-#~ "\t\t-Cr brug read() i stedet for standard ind som inddata til skanneren\n"
+#~ msgstr "\t\t-Cr brug read() i stedet for standard ind som inddata til skanneren\n"
#~ msgid "\t-o specify output filename\n"
#~ msgstr "\t-o angiv navnet på udfilen\n"
diff --git a/po/de.po b/po/de.po
index 4e27ae9..110cf88 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4,9 +4,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: flex 2002.3.12a\n"
-"POT-Creation-Date: 2002-03-12 12:07-0500\n"
-"PO-Revision-Date: 2002-03-18 10:32:24+0100\n"
+"Project-Id-Version: flex 2.5.6\n"
+"POT-Creation-Date: 2002-04-18 08:56-0400\n"
+"PO-Revision-Date: 2002-04-22 10:30:08+0200\n"
"Last-Translator: Michael Piefel <piefel@informatik.hu-berlin.de>\n"
"Language-Team: German <de@li.org>\n"
"MIME-Version: 1.0\n"
@@ -103,350 +103,348 @@ msgstr ""
"\n"
"Meta-Äquivalenz-Klassen:\n"
-#: main.c:155
+#: main.c:163
msgid "rule cannot be matched"
msgstr "Regel kann nicht passen"
-#: main.c:160
+#: main.c:168
msgid "-s option given but default rule can be matched"
msgstr "»-s«-Option gegeben, aber Vorgabe-Regel kann nicht passen"
-#: main.c:184
+#: main.c:201
msgid "Can't use -+ with -l option"
msgstr "Kann nicht »-+« zusammen mit »-l«-Option verwenden"
-#: main.c:187
+#: main.c:204
msgid "Can't use -f or -F with -l option"
msgstr "Kann nicht »-f« oder »-F« mit »-l«-Option verwenden"
-#: main.c:190
+#: main.c:207
msgid "Can't use -R or -Rb with -l option"
msgstr "Kann nicht »-R« oder »-Rb« mit »-l«-Option verwenden"
-#: main.c:203
+#: main.c:221
msgid "Can't specify header option if writing to stdout."
msgstr "Kann Header-Option nicht benutzen wenn Ausgabe nach stdout geht."
-#: main.c:229
+#: main.c:247
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "»-Cf«/»-CF« und »-Cm« machen zusammen keinen Sinn"
-#: main.c:232
+#: main.c:250
msgid "-Cf/-CF and -I are incompatible"
msgstr "»-Cf«/»-CF« und »-I« sind inkompatibel"
-#: main.c:236
+#: main.c:254
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "»-Cf«/»-CF« sind inkompatibel mit lex-Kompatibilitätsmodus"
-#: main.c:240
+#: main.c:258
#, c-format
msgid "-Cf/-CF and %option yylineno are incompatible"
msgstr "»-Cf«/»-CF« und »%option yylineno« sind inkompatibel"
-#: main.c:243
+#: main.c:261
msgid "-Cf and -CF are mutually exclusive"
msgstr "»-Cf« und »-CF« schließen sich gegenseitig aus"
-#: main.c:247
+#: main.c:265
msgid "Can't use -+ with -CF option"
msgstr "Kann nicht »-+« zusammen mit »-CF«-Option verwenden"
-#: main.c:251
+#: main.c:269
#, c-format
msgid "%array incompatible with -+ option"
msgstr "»%array« inkompatibel mit »-+«-Option"
-#: main.c:256
+#: main.c:274
msgid "Options -+ and -R are mutually exclusive."
msgstr "Optionen »-+« und »-R« schließen sich gegenseitig aus"
-#: main.c:308 main.c:494
+#: main.c:326 main.c:522
#, c-format
msgid "could not create %s"
msgstr "konnte %s nicht erzeugen"
-#: main.c:314
+#: main.c:332
#, c-format
msgid "can't open skeleton file %s"
msgstr "kann Skelett-Datei %s nicht öffnen"
-#: main.c:472
+#: main.c:490
#, c-format
msgid "input error reading skeleton file %s"
msgstr "Eingabefehler beim Lesen der Skelett-Datei %s"
-#: main.c:476
+#: main.c:494
#, c-format
msgid "error closing skeleton file %s"
msgstr "Fehler beim Schließen der Skelett-Datei %s"
-#: main.c:659
+#: main.c:688
#, c-format
msgid "error creating header file %s"
msgstr "Fehler beim Erstellen der Header-Datei %s"
-#: main.c:667
+#: main.c:696
#, c-format
msgid "error writing output file %s"
msgstr "Fehler beim Schreiben der Ausgabe-Datei %s"
-#: main.c:671
+#: main.c:700
#, c-format
msgid "error closing output file %s"
msgstr "Fehler beim Schließen der Ausgabe-Datei %s"
-#: main.c:675
+#: main.c:704
#, c-format
msgid "error deleting output file %s"
msgstr "Fehler beim Löschen der Ausgabe-Datei %s"
-#: main.c:683
+#: main.c:712
msgid "No backing up.\n"
msgstr "Kein Backing-up.\n"
-#: main.c:686
+#: main.c:715
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d Zustände mit Backing-up (nicht akzeptierend).\n"
-#: main.c:690
+#: main.c:719
msgid "Compressed tables always back up.\n"
msgstr "Komprimierte Tabellen benutzen immer Backing-up.\n"
-#: main.c:693
+#: main.c:722
#, c-format
msgid "error writing backup file %s"
msgstr "Fehler beim Schreiben der Backup-Datei %s"
-#: main.c:697
+#: main.c:726
#, c-format
msgid "error closing backup file %s"
msgstr "Fehler beim Schließen der Backup-Datei %s"
-#: main.c:703
+#: main.c:732
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s Version %s Benutzungsstatistiken:\n"
-#: main.c:706
+#: main.c:735
msgid " scanner options: -"
msgstr " Scanner-Optionen: -"
-#: main.c:784
+#: main.c:813
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d NFA-Zustände\n"
-#: main.c:786
+#: main.c:815
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d DFA-Zustände (%d Wörter)\n"
-#: main.c:788
+#: main.c:817
#, c-format
msgid " %d rules\n"
msgstr " %d Regeln\n"
-#: main.c:792
+#: main.c:821
msgid " No backing up\n"
msgstr " Kein Backing-up.\n"
-#: main.c:795
+#: main.c:824
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d Zustände mit Backing-up (nicht akzeptierend).\n"
-#: main.c:799
+#: main.c:828
msgid " Compressed tables always back-up\n"
msgstr " Komprimierte Tabellen benutzen immer Backing-up.\n"
-#: main.c:803
+#: main.c:832
msgid " Beginning-of-line patterns used\n"
msgstr " Zeilenanfang-Muster benutzt\n"
-#: main.c:805
+#: main.c:834
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d Startbedingungen\n"
-#: main.c:808
+#: main.c:837
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d Epsilon-Zustände, %d Doppel-Epsilon-Zustände\n"
-#: main.c:812
+#: main.c:841
msgid " no character classes\n"
msgstr " keine Zeichenklassen\n"
-#: main.c:815
+#: main.c:844
#, 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"
-#: main.c:820
+#: main.c:849
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d Zustand/Nächster-Zustand-Paare erzeugt\n"
-#: main.c:822
+#: main.c:851
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d einzigartige/doppelte Übergänge\n"
-#: main.c:828
+#: main.c:857
#, c-format
msgid " %d table entries\n"
msgstr " %d Tabelleneinträge\n"
-#: main.c:836
+#: main.c:865
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d Einträge »base-def« erzeugt\n"
-#: main.c:839
+#: main.c:868
#, 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:842
+#: main.c:871
#, 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:846
+#: main.c:875
#, c-format
msgid " %d empty table entries\n"
msgstr " %d leere Tabelleneinträge\n"
-#: main.c:848
+#: main.c:877
#, c-format
msgid " %d protos created\n"
msgstr " %d Protos erzeugt\n"
-#: main.c:851
+#: main.c:880
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d Schablonen erzeugt, %d Benutzungen\n"
-#: main.c:859
+#: main.c:888
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d Äquivalenz-Klassen erzeugt\n"
-#: main.c:867
+#: main.c:896
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d Meta-Äquivalenz-Klassen erzeugt\n"
-#: main.c:872
+#: main.c:901
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d gespeichert) Hash-Kollisionen, %d DFAs gleich\n"
-#: main.c:874
+#: main.c:903
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d Sätze von Neuallozierungen benötigt\n"
-#: main.c:876
+#: main.c:905
#, c-format
msgid " %d total table entries needed\n"
msgstr " %d Tabelleneinträge insgesamt benötigt\n"
-#: main.c:933
+#: main.c:962
msgid "Internal error. flexopts are malformed.\n"
msgstr "Interner Fehler. flexopts sind missgestaltet.\n"
-#: main.c:941
+#: main.c:970
#, c-format
-msgid ""
-"For usage, try\n"
-"\t%s --help\n"
-msgstr ""
-"Für Aufruf versuchen Sie\n"
-"\t%s --help\n"
+msgid "Try `%s --help' for more information.\n"
+msgstr "Versuchen Sie es mit »%s --help« für mehr Informationen.\n"
-#: main.c:1001
+#: main.c:1029
#, c-format
msgid "unknown -C option '%c'"
msgstr "unbekannte »-C«-Option »%c«"
-#: main.c:1080
+#: main.c:1108
#, c-format
msgid "unknown -R option '%c'"
msgstr "unbekannte »-R«-Option »%c«"
-#: main.c:1113
+#: main.c:1145
#, c-format
-msgid "%s version %s\n"
-msgstr "%s Version %s\n"
+msgid "%s %s\n"
+msgstr "%s %s\n"
-#: main.c:1355
+#: main.c:1387
msgid "fatal parse error"
msgstr "fataler Parse-Fehler"
-#: main.c:1367
+#: main.c:1399
#, c-format
msgid "could not create backing-up info file %s"
msgstr "konnte Datei %s mit Informationen zum Backing-up nicht erzeugen"
-#: main.c:1389
+#: main.c:1421
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"
-#: main.c:1391
+#: main.c:1423
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"
-#: main.c:1397
+#: main.c:1429
#, c-format
msgid "%%option yylineno entails a large performance penalty\n"
msgstr "%%option yylineno führt zu großen Geschwindigkeitseinbußen\n"
-#: main.c:1404
+#: main.c:1436
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (interaktiv) führt zu kleineren Geschwindigkeitseinbußen\n"
-#: main.c:1408
+#: main.c:1440
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() führt zu kleineren Geschwindigkeitseinbußen\n"
-#: main.c:1413
+#: main.c:1445
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT führt zu großen Geschwindigkeitseinbußen\n"
-#: main.c:1417
+#: main.c:1449
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"
-#: main.c:1430
+#: main.c:1462
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT kann nicht mit »-f« oder »-F« zusammen verwendet werden"
-#: main.c:1433
+#: main.c:1465
#, c-format
msgid "%option yylineno cannot be used with -f or -F"
msgstr "%option yylineno kann nicht mit »-f« oder »-F« zusammen verwendet werden"
-#: main.c:1436
+#: main.c:1468
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"
-#: main.c:1567
+#: main.c:1599
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass ist nur bei C++-Scannern sinnvoll"
-#: main.c:1671
+#: main.c:1703
#, c-format
-msgid "%s [OPTIONS...] [file...]\n"
-msgstr "%s [OPTIONEN...] [datei...]\n"
+msgid "Usage: %s [OPTIONS] [FILE]...\n"
+msgstr "Aufruf: %s [OPTIONEN...] [DATEI...]\n"
-#: main.c:1674
+#: main.c:1706
#, c-format
msgid ""
-"Table Compression: (default is -Cem)\n"
+"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"
@@ -455,6 +453,7 @@ msgid ""
" -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"
@@ -489,6 +488,7 @@ msgid ""
" -R, --reentrant generate a reentrant C scanner\n"
" -Rb, --reentrant-bison reentrant scanner for bison pure parser.\n"
" --stdinit initialize yyin/yyout to stdin/stdout\n"
+" --nounistd do not include <unistd.h>\n"
" --noFUNCTION do not generate a particular FUNCTION\n"
"\n"
"Miscellaneous:\n"
@@ -498,7 +498,9 @@ msgid ""
" -h, --help produce this help message\n"
" -V, --version report %s version\n"
msgstr ""
-"Tabellen-Komprimierung: (Voreinstellung ist -Cem)\n"
+"Generiert Programme die Mustererkennung in Texten durchführen.\n"
+"\n"
+"Tabellen-Komprimierung:\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"
@@ -507,6 +509,7 @@ msgstr ""
" -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"
+" -Cem Voreinstellung (genau wie --ecs --meta-ecs)\n"
"\n"
"Fehlersuche:\n"
" -d, --debug Fehlersuch-(Debug-)Modus im Scanner aktivieren\n"
@@ -535,13 +538,14 @@ msgstr ""
"\n"
"Generierter Code:\n"
" -+, --c++ generiere C++-Scannerklasse\n"
-" -Dmacro[=defn] #definiere Makro (Standard-defn ist »1«)\n"
+" -Dmacro[=defn] #definiere Makro (Standard-Defn ist »1«)\n"
" -L, --noline unterdrücke #line-Direktiven im Scanner\n"
" -P, --prefix=STRING benutze STRING als Präfix anstelle von »yy«\n"
" -R, --reentrant generiere einen reentranten C-Scanner\n"
" -Rb, --reentrant-bison reentranter Scanner für reentranten Bison-Parser\n"
" (Bison-Deklaration »%%pure_parser«)\n"
" --stdinit initialisiere yyin/yyout mit stdin/stdout\n"
+" --nounistd <unistd.h> nicht mit einbinden\n"
" --noFUNKTION generiere eine bestimmte FUNKTION nicht\n"
"\n"
"Verschiedenes:\n"
@@ -638,65 +642,95 @@ msgstr "zu viele Übergänge in mkxtion() gefunden"
msgid "too many rules (> %d)!"
msgstr "zu viele Regeln (> %d)!"
-#: scan.l:139
+#: scan.l:140
#, no-c-format
msgid "unrecognized '%' directive"
msgstr "nicht erkannte '%'-Direktive"
-#: scan.l:206
+#: scan.l:207
msgid "incomplete name definition"
msgstr "unvollständige Namensdefinition"
-#: scan.l:313
+#: scan.l:315
#, c-format
msgid "unrecognized %%option: %s"
msgstr "nicht erkannte %%option: %s"
-#: scan.l:440 scan.l:540
+#: scan.l:442 scan.l:542
msgid "bad character class"
msgstr "ungültige Zeichenklasse"
-#: scan.l:472
+#: scan.l:474
#, c-format
msgid "undefined definition {%s}"
msgstr "undefinierte Definitione {%s}"
-#: scan.l:508
+#: scan.l:510
#, c-format
msgid "bad <start condition>: %s"
msgstr "ungültige <Startbedingung>: %s"
-#: scan.l:521
+#: scan.l:523
msgid "missing quote"
msgstr "fehlendes Anführungszeichen"
-#: scan.l:561
+#: scan.l:563
#, c-format
msgid "bad character class expression: %s"
msgstr "ungültiger Zeichenklassenausdruck: %s"
-#: scan.l:577
+#: scan.l:579
msgid "bad character inside {}'s"
msgstr "ungültiges Zeichen innerhalb von {}"
-#: scan.l:583
+#: scan.l:585
msgid "missing }"
msgstr "fehlende }"
-#: scan.l:656
+#: scan.l:658
msgid "EOF encountered inside an action"
msgstr "EOF innerhalb einer Aktion angetroffen"
-#: scan.l:676
+#: scan.l:678
#, c-format
msgid "bad character: %s"
msgstr "ungültiges Zeichen: %s"
-#: scan.l:705
+#: scan.l:707
#, c-format
msgid "can't open %s"
msgstr "kann %s nicht öffnen"
+#: scanopt.c:267
+#, c-format
+msgid "Usage: %s [OPTIONS]...\n"
+msgstr "Aufruf: %s [OPTIONEN...]\n"
+
+#: scanopt.c:516
+#, c-format
+msgid "option `%s' doesn't allow an argument\n"
+msgstr "Option »%s« erlaubt kein Argument\n"
+
+#: scanopt.c:519
+#, c-format
+msgid "option `%s' requires an argument\n"
+msgstr "Option »%s« verlangt ein Argument\n"
+
+#: scanopt.c:522
+#, c-format
+msgid "option `%s' is ambiguous\n"
+msgstr "Option »%s« ist mehrdeutig\n"
+
+#: scanopt.c:525
+#, c-format
+msgid "Unrecognized option `%s'\n"
+msgstr "nicht erkannte Option »%s«\n"
+
+#: scanopt.c:528
+#, c-format
+msgid "Unknown error=(%d)\n"
+msgstr "Unbekannter Fehler=(%d)\n"
+
#: sym.c:100
msgid "symbol table memory allocation failed"
msgstr "Speicheranforderung für Symboltabelle fehlgeschlagen"
diff --git a/po/es.po b/po/es.po
index edb42a1..fa7e90e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GNU flex 2002.3.12a\n"
-"POT-Creation-Date: 2002-04-21 14:53-0400\n"
+"POT-Creation-Date: 2002-03-12 12:07-0500\n"
"PO-Revision-Date: 2002-04-03 12:43+0100\n"
"Last-Translator: Nicolás García-Pedrajas <ngarcia-pedrajas@acm.org>\n"
"Language-Team: Spanish <es@li.org>\n"
@@ -134,35 +134,35 @@ 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:163
+#: main.c:155
msgid "rule cannot be matched"
msgstr "la regla no se puede aplicar"
# ## re-redacto el mensaje. sv
-#: main.c:168
+#: main.c:160
msgid "-s option given but default rule can be matched"
msgstr "se ha especificado la opción -s pero se puede aplicar la regla por defecto"
-#: main.c:201
+#: main.c:184
msgid "Can't use -+ with -l option"
msgstr "No se puede usar -+ con la opción -l"
-#: main.c:204
+#: main.c:187
msgid "Can't use -f or -F with -l option"
msgstr "No se pueden usar las opciones -f o -F con la opción -l"
-#: main.c:207
+#: main.c:190
msgid "Can't use -R or -Rb with -l option"
msgstr "No se pueden usar las opciones -R o -Rb con la opción -l"
-#: main.c:221
+#: main.c:203
msgid "Can't specify header option if writing to stdout."
msgstr "No se puede especificar una opción de cabecera si se escribe en stdout"
# ¿juntos o juntas?
# Creo que está bien así em
# ok ng
-#: main.c:247
+#: main.c:229
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "-Cf/-CF y -Cm no tienen sentido juntos"
@@ -171,37 +171,37 @@ msgstr "-Cf/-CF y -Cm no tienen sentido juntos"
# entonces lo dejo ng
# Yo creo que en este caso no hace falta porque se leería así:
# "menos ce efe o menos ce efe mayúscula y menos I son incompatibles". sv
-#: main.c:250
+#: main.c:232
msgid "-Cf/-CF and -I are incompatible"
msgstr "-Cf/-CF e -I son incompatibles"
-#: main.c:254
+#: main.c:236
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF son incompatibles con el modo de compatibilidad con lex"
-#: main.c:258
+#: main.c:240
#, c-format
msgid "-Cf/-CF and %option yylineno are incompatible"
msgstr "-Cf/-CF y la %opción yylineno son incompatibles"
-#: main.c:261
+#: main.c:243
msgid "-Cf and -CF are mutually exclusive"
msgstr "-Cf y -CF son mutuamente excluyentes"
-#: main.c:265
+#: main.c:247
msgid "Can't use -+ with -CF option"
msgstr "No se puede usar -+ con la opción -CF"
-#: main.c:269
+#: main.c:251
#, c-format
msgid "%array incompatible with -+ option"
msgstr "%array incompatible con la opción -+"
-#: main.c:274
+#: main.c:256
msgid "Options -+ and -R are mutually exclusive."
msgstr "-+ y -R son mutuamente excluyentes"
-#: main.c:326 main.c:522
+#: main.c:308 main.c:494
#, c-format
msgid "could not create %s"
msgstr "no se pudo crear %s"
@@ -210,7 +210,7 @@ msgstr "no se pudo crear %s"
# lo mismo de antes ng
# Lo mismo que antes :) em
# idem ng+
-#: main.c:332
+#: main.c:314
#, c-format
msgid "can't open skeleton file %s"
msgstr "no se puede abrir el archivo de esquema %s"
@@ -231,45 +231,45 @@ 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:490
+#: main.c:472
#, 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:494
+#: main.c:476
#, 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:688
+#: main.c:659
#, c-format
msgid "error creating header file %s"
msgstr "error al crear el archivo de cabecera %s"
-#: main.c:696
+#: main.c:667
#, c-format
msgid "error writing output file %s"
msgstr "error al escribir el archivo de salida %s"
-#: main.c:700
+#: main.c:671
#, c-format
msgid "error closing output file %s"
msgstr "error al cerrar el archivo de salida %s"
-#: main.c:704
+#: main.c:675
#, 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:712
+#: main.c:683
msgid "No backing up.\n"
msgstr "Sin retroceso.\n"
-#: main.c:715
+#: main.c:686
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d estados de retroceso (no-aceptación).\n"
@@ -279,12 +279,12 @@ msgstr "%d estados de retroceso (no-aceptación).\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:719
+#: main.c:690
msgid "Compressed tables always back up.\n"
msgstr "Las tablas comprimidas siempre implican un retraso.\n"
# Lo mismo, archivo de seguridad? em
-#: main.c:722
+#: main.c:693
#, c-format
msgid "error writing backup file %s"
msgstr "error al escribir el archivo de seguridad %s"
@@ -292,45 +292,45 @@ 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:726
+#: main.c:697
#, c-format
msgid "error closing backup file %s"
msgstr "error al cerrar el archivo de copia de seguridad %s"
-#: main.c:732
+#: main.c:703
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s versión %s estadísticas de uso:\n"
-#: main.c:735
+#: main.c:706
msgid " scanner options: -"
msgstr " opciones del analizador: -"
# NFA significa non-deterministic finite automata, así que lo he traducido
# por AFN
-#: main.c:813
+#: main.c:784
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d estados AFN\n"
# DFA significa deterministic finite autómata, lo he traducido por AFD
-#: main.c:815
+#: main.c:786
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d estados AFD {%d palabras}\n"
-#: main.c:817
+#: main.c:788
#, c-format
msgid " %d rules\n"
msgstr " %d reglas\n"
# Otra vez ;) em
# modificado como en la anterior ng
-#: main.c:821
+#: main.c:792
msgid " No backing up\n"
msgstr " Sin retroceso\n"
-#: main.c:824
+#: main.c:795
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d estados de retroceso (no-aceptación)\n"
@@ -338,16 +338,16 @@ msgstr " %d estados de retroceso (no-aceptación)\n"
# FIXME.
# Informar al autor de que esta frase es casi idéntica a una anterior, para
# que sólo haya que traducirla una vez. sv
-#: main.c:828
+#: main.c:799
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 línea". sv
-#: main.c:832
+#: main.c:803
msgid " Beginning-of-line patterns used\n"
msgstr " Usados patrones de comienzo-de-línea\n"
-#: main.c:834
+#: main.c:805
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d condiciones de activación\n"
@@ -360,16 +360,16 @@ msgstr " %d/%d condiciones de activación\n"
# lo de doble épsilon no lo he oído nunca. Creo que hay que dejar el término
# técnico. ng
# Tu mandas, no tengo nada que decir a eso em
-#: main.c:837
+#: main.c:808
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d estados épsilon, %d estados doble épsilon\n"
-#: main.c:841
+#: main.c:812
msgid " no character classes\n"
msgstr " sin clases de caracteres\n"
-#: main.c:844
+#: main.c:815
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
msgstr ""
@@ -380,13 +380,13 @@ msgstr ""
# ¿Qué tal " se han creado %d pares estado/estado-siguiente"?
# Bueno, mejor no lo hagas hasta que no se sepa cómo queda al lado
# de las otras. sv
-#: main.c:849
+#: main.c:820
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d pares estado/estado-siguiente creados\n"
# ## Añado sendas eses, ya que son transiciones. sv
-#: main.c:851
+#: main.c:822
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d transiciones únicas/duplicadas\n"
@@ -395,50 +395,50 @@ msgstr " %d/%d transiciones únicas/duplicadas\n"
# sí, mejor ng
# ¿Que había antes? (¿entradas a la tabla?)
# (entradas *de* la tabla me suena mejor) sv.
-#: main.c:857
+#: main.c:828
#, c-format
msgid " %d table entries\n"
msgstr " %d entradas en la tabla\n"
# ## pongo `comillas' en el base-def. sv
-#: main.c:865
+#: main.c:836
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d entradas `base-def' creadas\n"
-#: main.c:868
+#: main.c:839
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " %d/%d (pico %d) entradas nxt-chk creadas\n"
-#: main.c:871
+#: main.c:842
#, 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:875
+#: main.c:846
#, c-format
msgid " %d empty table entries\n"
msgstr " %d entradas en la tabla vacías\n"
-#: main.c:877
+#: main.c:848
#, c-format
msgid " %d protos created\n"
msgstr " %d prototipos creados\n"
-#: main.c:880
+#: main.c:851
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d plantillas creadas, %d usos\n"
-#: main.c:888
+#: main.c:859
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d clases de equivalencia creadas\n"
# "se han creado..." sv
-#: main.c:896
+#: main.c:867
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d clases de metaequivalencia creadas\n"
@@ -456,45 +456,52 @@ msgstr " %d/%d clases de metaequivalencia creadas\n"
# un lugar que se puede determinar mediante una transformación directa de su
# clave, por eso si hay dos claves iguales hay una colisión, porque dos
# registros van al mismo sitio ng+
-#: main.c:901
+#: main.c:872
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d almacenadas) colisiones de localización ('hash'), %d AFDs iguales\n"
-#: main.c:903
+#: main.c:874
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " se necesitan %d conjuntos de relocalización\n"
# Lo mismo que en otro sitio: ¿table entries son entradas a la tabla o
# de la tabla? sv
-#: main.c:905
+#: main.c:876
#, c-format
msgid " %d total table entries needed\n"
msgstr " se necesitan %d entradas totales en la tabla\n"
-#: main.c:962
+#: main.c:933
msgid "Internal error. flexopts are malformed.\n"
msgstr "Error interno. flexopts mal formadas.\n"
-#: main.c:970
+# Sugerencia: modificador '%c' desconocido -> opción '%c' desconocida. sv
+# ## usage - modo de empleo
+# ## pongo try - pruebe, como en otras traducciones. sv
+#: main.c:941
#, c-format
-msgid "Try `%s --help' for more information.\n"
+msgid ""
+"For usage, try\n"
+"\t%s --help\n"
msgstr ""
+"Para el uso, pruebe\n"
+"\t%s --help\n"
-#: main.c:1029
+#: main.c:1001
#, c-format
msgid "unknown -C option '%c'"
msgstr "opción -C desconocida '%c'"
-#: main.c:1108
+#: main.c:1080
#, c-format
msgid "unknown -R option '%c'"
msgstr "opción -R desconocida '%c'"
-#: main.c:1145
-#, fuzzy, c-format
-msgid "%s %s\n"
+#: main.c:1113
+#, c-format
+msgid "%s version %s\n"
msgstr "%s versión %s\n"
# Creo que no existe traducción de parse, en todo lo referente a compiladores
@@ -509,7 +516,7 @@ msgstr "%s versión %s\n"
# Sugerencia: error fatal. sv
# con comillas es un término medio. Lo de error grave fue una sugerencia
# de Enrique, y croe que queda mejor. ng+
-#: main.c:1387
+#: main.c:1355
msgid "fatal parse error"
msgstr "error muy grave en el analizador sintáctico"
@@ -532,78 +539,73 @@ msgstr "error muy grave en el analizador sintáctico"
# ##
# ## Eso no es válido ( solución, usa emacs po-mode :) ) em
# ## ok, ya estoy instalando linux otra vez ng+
-#: main.c:1399
+#: main.c:1367
#, c-format
msgid "could not create backing-up info file %s"
msgstr ""
"no se pudo crear el archivo de información de las reglas\n"
"que producen un retroceso del analizador %s"
-#: main.c:1421
+#: main.c:1389
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr ""
"-l la opción de compatibilidad con AT&T lex implica una penalización del\n"
"rendimiento muy alta\n"
-#: main.c:1423
+#: main.c:1391
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"
+msgstr " y puede ser el origen real de otras penalizaciones del rendimiento notificadas\n"
-#: main.c:1429
+#: main.c:1397
#, c-format
msgid "%%option yylineno entails a large performance penalty\n"
msgstr "la %%opción yylineno implica una penalización del rendimiento muy alta\n"
-#: main.c:1436
+#: main.c:1404
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (interactivo) implica una pequeña penalización del rendimiento\n"
-#: main.c:1440
+#: main.c:1408
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() implica un pequeña penalización del rendimiento\n"
-#: main.c:1445
+#: main.c:1413
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT implica una penalización del rendimiento muy alta\n"
-#: main.c:1449
+#: main.c:1417
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr ""
"La existencia de reglas de contexto posterior variable implica una\n"
"penalización del rendimiento muy alta\n"
-#: main.c:1462
+#: main.c:1430
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT no se puede usar con -f o -F"
-#: main.c:1465
+#: main.c:1433
#, c-format
msgid "%option yylineno cannot be used with -f or -F"
msgstr "la %opción yylineno no se puede usar con -f o -F"
-#: main.c:1468
+#: main.c:1436
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"
+msgstr "las reglas de contexto posterior variable no se pueden usar con -f o -F"
-#: main.c:1599
+#: main.c:1567
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "la %option yyclass sólo tiene sentido para los analizadores en C++"
-#: main.c:1703
-#, fuzzy, c-format
-msgid "Usage: %s [OPTIONS] [FILE]...\n"
+#: main.c:1671
+#, c-format
+msgid "%s [OPTIONS...] [file...]\n"
msgstr "%s [OPCIONES...] [archivo...]\n"
-#: main.c:1706
-#, fuzzy, c-format
+#: main.c:1674
+#, c-format
msgid ""
-"Generates programs that perform pattern-matching on text.\n"
-"\n"
-"Table Compression:\n"
+"Table Compression: (default is -Cem)\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"
@@ -612,7 +614,6 @@ msgid ""
" -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"
@@ -647,7 +648,6 @@ msgid ""
" -R, --reentrant generate a reentrant C scanner\n"
" -Rb, --reentrant-bison reentrant scanner for bison pure parser.\n"
" --stdinit initialize yyin/yyout to stdin/stdout\n"
-" --nounistd do not include <unistd.h>\n"
" --noFUNCTION do not generate a particular FUNCTION\n"
"\n"
"Miscellaneous:\n"
@@ -663,8 +663,7 @@ msgstr ""
" -Cf no comprime las tablas; utiliza la representación -f\n"
" -CF no comprime las tablas; utiliza la representación -F\n"
" -Cm, --meta-ecs construye clases de metaequivalencia\n"
-" -Cr, --read utiliza read() en lugar de stdio para la entrada del "
-"analizador\n"
+" -Cr, --read utiliza read() en lugar de stdio para la entrada del analizador\n"
" -f, --full genera una analizar rápido y grande. Igual que -Cfr\n"
" -F, --fast usa la representación de tablas alternativa. Igual que -CFr\n"
"\n"
@@ -808,36 +807,36 @@ msgstr "encontradas demasiadas transiciones en mkxtion()"
msgid "too many rules (> %d)!"
msgstr "demasiadas reglas (> %d)!"
-#: scan.l:140
+#: scan.l:139
#, no-c-format
msgid "unrecognized '%' directive"
msgstr "directiva '%' no reconocida"
-#: scan.l:207
+#: scan.l:206
msgid "incomplete name definition"
msgstr "definición de nombre incompleta"
-#: scan.l:315
+#: scan.l:313
#, c-format
msgid "unrecognized %%option: %s"
msgstr "%%opción no reconocida: %s"
-#: scan.l:442 scan.l:542
+#: scan.l:440 scan.l:540
msgid "bad character class"
msgstr "clase de caracteres incorrecta"
-#: scan.l:474
+#: scan.l:472
#, c-format
msgid "undefined definition {%s}"
msgstr "definición no definida {%s}"
-#: scan.l:510
+#: scan.l:508
#, c-format
msgid "bad <start condition>: %s"
msgstr "<condición de activación> incorrecta: %s"
# Sugerencia: falta una comilla. sv
-#: scan.l:523
+#: scan.l:521
msgid "missing quote"
msgstr "falta comilla"
@@ -845,64 +844,34 @@ msgstr "falta comilla"
# incorrecta la expresión ... em
# ok, de traducir al final ocurre que acabas hablando al revés,
# como en inglés ng
-#: scan.l:563
+#: scan.l:561
#, c-format
msgid "bad character class expression: %s"
msgstr "expresión de la clase de caracteres incorrecta: %s"
-#: scan.l:579
+#: scan.l:577
msgid "bad character inside {}'s"
msgstr "carácter incorrecto dentro de {}'s"
# Sugerencia: "falta una }". sv
-#: scan.l:585
+#: scan.l:583
msgid "missing }"
msgstr "falta }"
-#: scan.l:658
+#: scan.l:656
msgid "EOF encountered inside an action"
msgstr "Fin de archivo (EOF) encontrado dentro de una acción"
-#: scan.l:678
+#: scan.l:676
#, c-format
msgid "bad character: %s"
msgstr "carácter incorrecto: %s"
-#: scan.l:707
+#: scan.l:705
#, c-format
msgid "can't open %s"
msgstr "no se puede abrir %s"
-#: scanopt.c:267
-#, fuzzy, c-format
-msgid "Usage: %s [OPTIONS]...\n"
-msgstr "%s [OPCIONES...] [archivo...]\n"
-
-#: scanopt.c:516
-#, c-format
-msgid "option `%s' doesn't allow an argument\n"
-msgstr ""
-
-#: scanopt.c:519
-#, c-format
-msgid "option `%s' requires an argument\n"
-msgstr ""
-
-#: scanopt.c:522
-#, c-format
-msgid "option `%s' is ambiguous\n"
-msgstr ""
-
-#: scanopt.c:525
-#, fuzzy, c-format
-msgid "Unrecognized option `%s'\n"
-msgstr "%%opción no reconocida: %s"
-
-#: scanopt.c:528
-#, c-format
-msgid "Unknown error=(%d)\n"
-msgstr ""
-
# Asignación de memoria em
#: sym.c:100
msgid "symbol table memory allocation failed"
@@ -936,16 +905,6 @@ msgstr "Marcador de fin\n"
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "*Algo extraño* - terminal: %d val: %d\n"
-# Sugerencia: modificador '%c' desconocido -> opción '%c' desconocida. sv
-# ## usage - modo de empleo
-# ## pongo try - pruebe, como en otras traducciones. sv
-#~ msgid ""
-#~ "For usage, try\n"
-#~ "\t%s --help\n"
-#~ msgstr ""
-#~ "Para el uso, pruebe\n"
-#~ "\t%s --help\n"
-
# especificar en vez de dar em
# sí, queda mejor ng
#~ msgid "-P flag must be given separately"
@@ -967,10 +926,8 @@ msgstr "*Algo extraño* - terminal: %d val: %d\n"
#~ msgstr "la opción -C se debe especificar separadamente"
# Skeleton otra vez ( recuerdo máscara, o modelos ) em
-#~ msgid ""
-#~ "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n"
-#~ msgstr ""
-#~ "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -osalida -Pprefijo -Sesquema]\n"
+#~ msgid "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n"
+#~ msgstr "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -osalida -Pprefijo -Sesquema]\n"
#~ msgid "\t[--help --version] [file ...]\n"
#~ msgstr "\t[--help --version] [archivo ...]\n"
@@ -1012,9 +969,7 @@ msgstr "*Algo extraño* - terminal: %d val: %d\n"
#~ msgstr "\t-p genera el informe de rendimiento en la salida de error estándar (stderr)\n"
#~ msgid "\t-s suppress default rule to ECHO unmatched text\n"
-#~ msgstr ""
-#~ "\t-s suprime la regla por defecto de visualizar (ECHO) el texto no "
-#~ "emparejado\n"
+#~ msgstr "\t-s suprime la regla por defecto de visualizar (ECHO) el texto no emparejado\n"
#~ msgid "\t-t write generated scanner on stdout instead of %s\n"
#~ msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 0ed44bb..b68bb19 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2.5.6\n"
-"POT-Creation-Date: 2002-04-21 14:53-0400\n"
+"POT-Creation-Date: 2002-04-18 08:56-0400\n"
"PO-Revision-Date: 2002-04-18 10:00-0500\n"
"Last-Translator: Michel Robitaille <robitail@IRO.UMontreal.CA>\n"
"Language-Team: French <traduc@traduc.org>\n"
@@ -506,8 +506,7 @@ msgid ""
" -h, --help produce this help message\n"
" -V, --version report %s version\n"
msgstr ""
-"Produit des programmes qui sont capables de traiter la concordance de "
-"patrons sur du texte.\n"
+"Produit des programmes qui sont 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"
@@ -528,8 +527,7 @@ 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"
@@ -785,8 +783,7 @@ 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"
+#~ 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"
diff --git a/po/ko.po b/po/ko.po
index afe51f9..077cea4 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,6 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2.5.2\n"
-"POT-Creation-Date: 2002-04-21 14:53-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"
@@ -13,823 +12,642 @@ msgstr ""
"Content-Type: text/plain; charset=EUC-KR\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: dfa.c:64
-#, c-format
-msgid "State #%d is non-accepting -\n"
-msgstr "»óŹøÈ£ %d´Â ¹Þ¾ÆµéÀÌÁö ¾Ê´Â -ÀÔ´Ï´Ù\n"
+#: main.c:361
+msgid "input error reading skeleton file %s"
+msgstr "½ºÄÌ·¹Åæ ÆÄÀÏ %s¸¦ Àд µµÁß ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
-#: dfa.c:131
-msgid "dangerous trailing context"
-msgstr "À§ÇèÇÑ ÃßÀû ¹®¸Æ"
+#: main.c:898
+msgid " and may be the actual source of other reported performance penalties\n"
+msgstr " ±×¸®°í ¾Æ¸¶µµ ´Ù¸¥ º¸°íµÈ ¼º´É ÀúÇÏÀÇ ½ÇÁ¦ ¿øÀÎÀÏ °ÍÀÔ´Ï´Ù\n"
-#: dfa.c:174
-msgid " associated rule line numbers:"
-msgstr " °ü·Ã ±ÔÄ¢ Çà¹øÈ£:"
+#: main.c:814
+msgid ""
+"%s: unknown flag '%c'. For usage, try\n"
+"\t%s --help\n"
+msgstr ""
+"%s: ¾Ë ¼ö ¾ø´Â ¿É¼Ç '%c'. »ç¿ë¹ýÀ» º¸·Á¸é \n"
+"\t%s --help¶ó°í Çϼ¼¿ä.\n"
-#: dfa.c:212
+#: dfa.c:211
msgid " out-transitions: "
msgstr " ³ª°¡´Â ÂÊ ÀüÀÌ: "
-#: dfa.c:220
-msgid ""
-"\n"
-" jam-transitions: EOF "
-msgstr ""
-"\n"
-" Àë-ÀüÀÌ: EOF "
+#: main.c:394
+msgid "Compressed tables always back up.\n"
+msgstr " ¾ÐÃàµÈ Å×À̺íÀº Ç×»ó ¹é¾÷ÇÕ´Ï´Ù.\n"
-#: dfa.c:357
-msgid "consistency check failed in epsclosure()"
-msgstr "epsclosure()¿¡¼­ ÀÏ°ü¼º °Ë»ç°¡ ½ÇÆÐÇß½À´Ï´Ù"
+#: main.c:896
+msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
+msgstr "-l AT&T lex ȣȯ ¿É¼ÇÀº Å« ¼º´É ÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n"
-#: dfa.c:443
-msgid ""
-"\n"
-"\n"
-"DFA Dump:\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"DFA Ãâ·Â:\n"
-"\n"
+#: scan.l:493
+msgid "missing quote"
+msgstr "Àοë±âÈ£ ºüÁü"
-#: dfa.c:589
-msgid "could not create unique end-of-buffer state"
-msgstr "À¯ÀÏÇÑ ¹öÆÛÀÇ ³¡(end-of-buffer)»óŸ¦ ¸¸µé ¼ö ¾ø¾ú½À´Ï´Ù"
+#: dfa.c:130
+msgid "dangerous trailing context"
+msgstr "À§ÇèÇÑ ÃßÀû ¹®¸Æ"
-#: dfa.c:610
-#, c-format
-msgid "state # %d:\n"
-msgstr "»óŹøÈ£ %d:\n"
+#: main.c:556
+msgid " %d/%d equivalence classes created\n"
+msgstr " %d/%d°³ÀÇ µ¿Ä¡·ù°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n"
-#: dfa.c:994
-msgid "consistency check failed in symfollowset"
-msgstr "symfollowset¿¡¼­ ÀÏ°ü¼º °Ë»ç°¡ ½ÇÆÐÇß½À´Ï´Ù"
+#: main.c:158
+msgid "-s option given but default rule can be matched"
+msgstr "-s ¿É¼ÇÀÌ ÁÖ¾îÁ³Áö¸¸ ±âº» ±ÔÄ¢ÀÌ Àû¿ëµÉ ¼ö ÀÖ½À´Ï´Ù"
-#: dfa.c:1047
+#: main.c:762
+msgid "-P flag must be given separately"
+msgstr "-P Ç÷¡±×´Â µû·Î ÁÖ¾î¾ß ÇÕ´Ï´Ù"
+
+#: gen.c:426 gen.c:902
+msgid "state # %d accepts: [%d]\n"
+msgstr "»óŹøÈ£ %d´Â [%d]¸¦ ¹Þ¾ÆµéÀÔ´Ï´Ù\n"
+
+#: main.c:401
+msgid "error closing backup file %s"
+msgstr "¹é¾÷ ÆÄÀÏ %s¸¦ ´Ý´Âµ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
+
+#: main.c:753
+msgid "-o flag must be given separately"
+msgstr "-o Ç÷¡±×´Â µû·Î ÁÖ¾î¾ß ÇÕ´Ï´Ù"
+
+#: main.c:774
+msgid "-S flag must be given separately"
+msgstr "-S Ç÷¡±×´Â µû·Î ÁÖ¾î¾ß ÇÕ´Ï´Ù"
+
+#: main.c:302
+msgid "can't open skeleton file %s"
+msgstr "½ºÄÌ·¹Åæ ÆÄÀÏ %s¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù"
+
+#: main.c:545
+msgid " %d protos created\n"
+msgstr " %d°³ÀÇ ¿øÇüÀÌ ¸¸µé¾îÁ³½À´Ï´Ù\n"
+
+#: dfa.c:1043
msgid "bad transition character detected in sympartition()"
msgstr "sympartition()¿¡¼­ À߸øµÈ ÀüÀÌ ¹®ÀÚ¸¦ ã¾Ò½À´Ï´Ù"
-#: gen.c:251
-msgid ""
-"\n"
-"\n"
-"Equivalence Classes:\n"
-"\n"
-msgstr ""
-"\n"
-"\n"
-"µ¿Ä¡·ù:\n"
-"\n"
+#: dfa.c:606
+msgid "state # %d:\n"
+msgstr "»óŹøÈ£ %d:\n"
-#: gen.c:429 gen.c:913
-#, c-format
-msgid "state # %d accepts: [%d]\n"
-msgstr "»óŹøÈ£ %d´Â [%d]¸¦ ¹Þ¾ÆµéÀÔ´Ï´Ù\n"
+#: main.c:662
+msgid "-C flag must be given separately"
+msgstr "-C Ç÷¡±×´Â µû·Î ÁÖ¾î¾ß ÇÕ´Ï´Ù"
-#: gen.c:834
-#, c-format
-msgid "state # %d accepts: "
-msgstr "»óŹøÈ£ %d´Â ´ÙÀ½À» ¹Þ¾ÆµéÀÔ´Ï´Ù: "
+#: main.c:390
+msgid "%d backing up (non-accepting) states.\n"
+msgstr "%d°³ÀÇ µÇµ¹¸²(¹Þ¾ÆµéÀÌÁö ¾Ê´Â) »óÅÂ.\n"
-#: gen.c:936
-msgid ""
-"\n"
-"\n"
-"Meta-Equivalence Classes:\n"
-msgstr ""
-"\n"
-"\n"
-"¸ÞŸ-µ¿Ä¡·ùµé:\n"
+#: scan.l:136
+msgid "unrecognized '%' directive"
+msgstr "¾Ë ¼ö ¾ø´Â '%' Áö½ÃÀÚ"
-#: main.c:163
-msgid "rule cannot be matched"
-msgstr "¸Â´Â ±ÔÄ¢À» ãÀ» ¼ö ¾ø½À´Ï´Ù"
+#: main.c:543
+msgid " %d empty table entries\n"
+msgstr " %d°³ÀÇ ºó Å×ÀÌºí ¿£Æ®¸®\n"
-#: main.c:168
-msgid "-s option given but default rule can be matched"
-msgstr "-s ¿É¼ÇÀÌ ÁÖ¾îÁ³Áö¸¸ ±âº» ±ÔÄ¢ÀÌ Àû¿ëµÉ ¼ö ÀÖ½À´Ï´Ù"
+#: main.c:539
+msgid " %d/%d (peak %d) template nxt-chk entries created\n"
+msgstr " %d/%d (ÃÖ´ë %d) ÅÛÇø®Æ® nxt-chk ¿£Æ®¸®°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n"
-#: main.c:201
-msgid "Can't use -+ with -l option"
-msgstr "-l¿É¼Ç¿¡´Â -+¿É¼ÇÀ» °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
+#: main.c:533
+msgid " %d/%d base-def entries created\n"
+msgstr " %d/%d base-def ¿£Æ®¸®°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n"
-#: main.c:204
-msgid "Can't use -f or -F with -l option"
-msgstr "-l¿É¼Ç¿¡ -f³ª -F¿É¼ÇÀ» ¾µ ¼ö ¾ø½À´Ï´Ù"
+#: dfa.c:173
+msgid " associated rule line numbers:"
+msgstr " °ü·Ã ±ÔÄ¢ Çà¹øÈ£:"
-#: main.c:207
-#, fuzzy
-msgid "Can't use -R or -Rb with -l option"
-msgstr "-l¿É¼Ç¿¡ -f³ª -F¿É¼ÇÀ» ¾µ ¼ö ¾ø½À´Ï´Ù"
+#: scan.l:286
+msgid "unrecognized %%option: %s"
+msgstr "¾Ë ¼ö ¾ø´Â %%option: %s"
-#: main.c:221
-msgid "Can't specify header option if writing to stdout."
-msgstr ""
+#: main.c:496
+msgid " Compressed tables always back-up\n"
+msgstr " ¾ÐÃàµÈ Å×À̺íÀº Ç×»ó ¹é¾÷ÇÕ´Ï´Ù\n"
-#: main.c:247
-msgid "-Cf/-CF and -Cm don't make sense together"
-msgstr "-Cf/-CF´Â -Cm¿Í °°ÀÌ ¾²¸é Àǹ̰¡ ¾ø½À´Ï´Ù"
+#: main.c:573
+msgid " %d total table entries needed\n"
+msgstr " ÃÑ %d°³ÀÇ Å×ÀÌºí ¿£Æ®¸®°¡ ÇÊ¿äÇÕ´Ï´Ù\n"
-#: main.c:250
-msgid "-Cf/-CF and -I are incompatible"
-msgstr "-Cf/-CF¿Í -I´Â °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
+#: main.c:519
+msgid " %d/%d unique/duplicate transitions\n"
+msgstr " %d/%d°³ÀÇ À¯ÀÏÇÑ/Áߺ¹µÇ´Â ÀüÀÌ\n"
-#: main.c:254
+#: dfa.c:990
+msgid "consistency check failed in symfollowset"
+msgstr "symfollowset¿¡¼­ ÀÏ°ü¼º °Ë»ç°¡ ½ÇÆÐÇß½À´Ï´Ù"
+
+#: scan.l:533
+msgid "bad character class expression: %s"
+msgstr "À߸øµÈ ¹®ÀÚ ÁýÇÕ ½Ä: %s"
+
+#: scan.l:444
+msgid "undefined definition {%s}"
+msgstr "Á¤ÀǵÇÁö ¾ÊÀº Á¤ÀÇ {%s}"
+
+#: main.c:397
+msgid "error writing backup file %s"
+msgstr "¹é¾÷ ÆÄÀÏ %s¸¦ ¾²´Âµ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
+
+#: scan.l:628
+msgid "EOF encountered inside an action"
+msgstr "µ¿ÀÛ µµÁß¿¡ EOF¸¦ ¸¸³µ½À´Ï´Ù"
+
+#: main.c:874
+msgid "could not create backing-up info file %s"
+msgstr "µÇµ¹¸² Á¤º¸ ÆÄÀÏ %s¸¦ ¸¸µé ¼ö ¾ø¾ú½À´Ï´Ù"
+
+#: main.c:548
+msgid " %d templates created, %d uses\n"
+msgstr " %d°³ÀÇ ÅÛÇø®Æ®°¡ ¸¸µé¾îÁö°í, %d°³¸¦ ¾¹´Ï´Ù\n"
+
+#: main.c:228
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF ´Â lexȣȯ ¸ðµå¿Í´Â °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
-#: main.c:258
-#, c-format
-msgid "-Cf/-CF and %option yylineno are incompatible"
-msgstr "-Cf/-CF¿Í %option yylineno ´Â °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
+#: scan.l:677
+msgid "can't open %s"
+msgstr "%s¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù"
-#: main.c:261
-msgid "-Cf and -CF are mutually exclusive"
-msgstr "-Cf¿Í -CF´Â °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
+#: main.c:489
+msgid " No backing up\n"
+msgstr " µÇµ¹¸²ÀÌ ¾ø½À´Ï´Ù\n"
-#: main.c:265
-msgid "Can't use -+ with -CF option"
-msgstr "-CF¿É¼Ç¿¡ -+¿É¼ÇÀ» °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
+#: scan.l:555
+msgid "missing }"
+msgstr "}ÀÌ ºüÁ³½À´Ï´Ù"
-#: main.c:269
-#, c-format
-msgid "%array incompatible with -+ option"
-msgstr "%array´Â -+¿É¼Ç°ú °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
+#: main.c:483
+msgid " %d/%d DFA states (%d words)\n"
+msgstr " %d/%d°³ÀÇ DFA »óÅ (%d ´Ü¾î)\n"
-#: main.c:274
-#, fuzzy
-msgid "Options -+ and -R are mutually exclusive."
-msgstr "-Cf¿Í -CF´Â °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
+#: scan.l:648
+msgid "bad character: %s"
+msgstr "À߸øµÈ ¹®ÀÚ: %s"
+
+#: gen.c:925
+msgid "\n\nMeta-Equivalence Classes:\n"
+msgstr "\n\n¸ÞŸ-µ¿Ä¡·ùµé:\n"
-#: main.c:326 main.c:522
-#, c-format
+#: main.c:232
+msgid "-Cf/-CF and %option yylineno are incompatible"
+msgstr "-Cf/-CF¿Í %option yylineno ´Â °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
+
+#: main.c:296
msgid "could not create %s"
msgstr "%s¸¦ ¸¸µé ¼ö ¾ø½À´Ï´Ù"
-#: main.c:332
-#, c-format
-msgid "can't open skeleton file %s"
-msgstr "½ºÄÌ·¹Åæ ÆÄÀÏ %s¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù"
-
-#: main.c:490
-#, c-format
-msgid "input error reading skeleton file %s"
-msgstr "½ºÄÌ·¹Åæ ÆÄÀÏ %s¸¦ Àд µµÁß ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
+#: dfa.c:585
+msgid "could not create unique end-of-buffer state"
+msgstr "À¯ÀÏÇÑ ¹öÆÛÀÇ ³¡(end-of-buffer)»óŸ¦ ¸¸µé ¼ö ¾ø¾ú½À´Ï´Ù"
-#: main.c:494
-#, c-format
+#: main.c:365
msgid "error closing skeleton file %s"
msgstr "½ºÄÌ·¹Åæ ÆÄÀÏ %s¸¦ ´Ý´Âµ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
-#: main.c:688
-#, fuzzy, c-format
-msgid "error creating header file %s"
-msgstr "¹é¾÷ ÆÄÀÏ %s¸¦ ¾²´Âµ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
+#: main.c:911
+msgid "-I (interactive) entails a minor performance penalty\n"
+msgstr "-I (´ëÈ­Çü) Àº ¼Ò±Ô¸ðÀÇ ¼º´ÉÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n"
-#: main.c:696
-#, c-format
-msgid "error writing output file %s"
-msgstr "Ãâ·ÂÆÄÀÏ %s¸¦ ¾²´Â µ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
+#: main.c:536
+msgid " %d/%d (peak %d) nxt-chk entries created\n"
+msgstr " %d/%d (ÃÖ´ë %d) nxt-chk ¿£Æ®¸®°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n"
-#: main.c:700
-#, c-format
-msgid "error closing output file %s"
-msgstr "Ãâ·ÂÆÄÀÏ %s¸¦ ´Ý´Âµ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
+#: main.c:235
+msgid "-Cf and -CF are mutually exclusive"
+msgstr "-Cf¿Í -CF´Â °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
-#: main.c:704
-#, c-format
+#: main.c:407
+msgid "%s version %s usage statistics:\n"
+msgstr "%s ¹öÀü %s »ç¿ë Åë°è:\n"
+
+#: main.c:221
+msgid "-Cf/-CF and -Cm don't make sense together"
+msgstr "-Cf/-CF´Â -Cm¿Í °°ÀÌ ¾²¸é Àǹ̰¡ ¾ø½À´Ï´Ù"
+
+#: main.c:512
+msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
+msgstr " %d/%d ¹®ÀÚ ÁýÇÕ¿¡ %d/%d°³ÀÇ ÀúÀå¿ë ¹®ÀÚ°¡ ÇÊ¿äÇß°í, %d°³´Â Àç»ç¿ëµÇ¾ú½À´Ï´Ù.\n"
+
+#: main.c:380
msgid "error deleting output file %s"
msgstr "Ãâ·ÂÆÄÀÏ %s¸¦ Áö¿ì´Â µ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
-#: main.c:712
-msgid "No backing up.\n"
-msgstr "µÇµ¹¸²ÀÌ ¾ø½À´Ï´Ù.\n"
+#: dfa.c:356
+msgid "consistency check failed in epsclosure()"
+msgstr "epsclosure()¿¡¼­ ÀÏ°ü¼º °Ë»ç°¡ ½ÇÆÐÇß½À´Ï´Ù"
-#: main.c:715
-#, c-format
-msgid "%d backing up (non-accepting) states.\n"
-msgstr "%d°³ÀÇ µÇµ¹¸²(¹Þ¾ÆµéÀÌÁö ¾Ê´Â) »óÅÂ.\n"
+#: main.c:481
+msgid " %d/%d NFA states\n"
+msgstr " %d/%d°³ÀÇ NFA »óÅÂ\n"
-#: main.c:719
-msgid "Compressed tables always back up.\n"
-msgstr " ¾ÐÃàµÈ Å×À̺íÀº Ç×»ó ¹é¾÷ÇÕ´Ï´Ù.\n"
+#: main.c:509
+msgid " no character classes\n"
+msgstr " ¹®ÀÚ·ù°¡ ¾ø½À´Ï´Ù\n"
-#: main.c:722
-#, c-format
-msgid "error writing backup file %s"
-msgstr "¹é¾÷ ÆÄÀÏ %s¸¦ ¾²´Âµ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
+#: main.c:904
+msgid "%%option yylineno entails a large performance penalty\n"
+msgstr "%%option yylineno´Â Å« ¼º´ÉÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n"
-#: main.c:726
-#, c-format
-msgid "error closing backup file %s"
-msgstr "¹é¾÷ ÆÄÀÏ %s¸¦ ´Ý´Âµ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
+#: main.c:182
+msgid "Can't use -+ with -l option"
+msgstr "-l¿É¼Ç¿¡´Â -+¿É¼ÇÀ» °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
-#: main.c:732
-#, c-format
-msgid "%s version %s usage statistics:\n"
-msgstr "%s ¹öÀü %s »ç¿ë Åë°è:\n"
+#: dfa.c:439
+msgid "\n\nDFA Dump:\n\n"
+msgstr "\n\nDFA Ãâ·Â:\n\n"
-#: main.c:735
+#: main.c:410
msgid " scanner options: -"
msgstr " ½ºÄ³³Ê ¿É¼Ç: -"
-#: main.c:813
-#, c-format
-msgid " %d/%d NFA states\n"
-msgstr " %d/%d°³ÀÇ NFA »óÅÂ\n"
-
-#: main.c:815
-#, c-format
-msgid " %d/%d DFA states (%d words)\n"
-msgstr " %d/%d°³ÀÇ DFA »óÅ (%d ´Ü¾î)\n"
+#: gen.c:823
+msgid "state # %d accepts: "
+msgstr "»óŹøÈ£ %d´Â ´ÙÀ½À» ¹Þ¾ÆµéÀÔ´Ï´Ù: "
-#: main.c:817
-#, c-format
-msgid " %d rules\n"
-msgstr " %d°³ÀÇ ±ÔÄ¢\n"
+#: main.c:224
+msgid "-Cf/-CF and -I are incompatible"
+msgstr "-Cf/-CF¿Í -I´Â °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
-#: main.c:821
-msgid " No backing up\n"
-msgstr " µÇµ¹¸²ÀÌ ¾ø½À´Ï´Ù\n"
+#: scan.l:480
+msgid "bad <start condition>: %s"
+msgstr "À߸øµÈ <½ÃÀÛ Á¶°Ç>: %s"
-#: main.c:824
-#, c-format
+#: main.c:492
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d°³ÀÇ µÇµ¹¸²(¹Þ¾ÆµéÀÌÁö ¾Ê´Â) »óÅÂ\n"
-#: main.c:828
-msgid " Compressed tables always back-up\n"
-msgstr " ¾ÐÃàµÈ Å×À̺íÀº Ç×»ó ¹é¾÷ÇÕ´Ï´Ù\n"
-
-#: main.c:832
-msgid " Beginning-of-line patterns used\n"
-msgstr " Çà ½ÃÀÛ(beginning-of-line) À¯ÇüÀ» »ç¿ëÇÏ¿´½À´Ï´Ù\n"
-
-#: main.c:834
-#, c-format
-msgid " %d/%d start conditions\n"
-msgstr " %d/%d°³ÀÇ ½ÃÀÛÁ¶°Ç\n"
-
-#: main.c:837
-#, c-format
+#: main.c:505
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d°³ÀÇ ¿¦½Ç·Ð »óÅÂ, %d°³ÀÇ ÀÌÁß ¿¦½Ç·Ð »óÅÂ\n"
-#: main.c:841
-msgid " no character classes\n"
-msgstr " ¹®ÀÚ·ù°¡ ¾ø½À´Ï´Ù\n"
-
-#: main.c:844
-#, 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:239
+msgid "Can't use -+ with -CF option"
+msgstr "-CF¿É¼Ç¿¡ -+¿É¼ÇÀ» °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
-#: main.c:849
-#, c-format
-msgid " %d state/nextstate pairs created\n"
-msgstr " %d°³ÀÇ »óÅÂ/´ÙÀ½ »óÅ ½ÖÀÌ ¸¸µé¾îÁ³½À´Ï´Ù\n"
+#: main.c:153
+msgid "rule cannot be matched"
+msgstr "¸Â´Â ±ÔÄ¢À» ãÀ» ¼ö ¾ø½À´Ï´Ù"
-#: main.c:851
-#, c-format
-msgid " %d/%d unique/duplicate transitions\n"
-msgstr " %d/%d°³ÀÇ À¯ÀÏÇÑ/Áߺ¹µÇ´Â ÀüÀÌ\n"
+#: main.c:796
+msgid "%s version %s\n"
+msgstr "%s ¹öÀü %s\n"
-#: main.c:857
-#, c-format
+#: main.c:525
msgid " %d table entries\n"
msgstr " %d°³ÀÇ Å×ÀÌºí ¿£Æ®¸®\n"
-#: main.c:865
-#, c-format
-msgid " %d/%d base-def entries created\n"
-msgstr " %d/%d base-def ¿£Æ®¸®°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n"
+#: main.c:702
+msgid "unknown -C option '%c'"
+msgstr "¾Ë ¼ö ¾ø´Â -C ¿É¼Ç '%c'"
-#: main.c:868
-#, c-format
-msgid " %d/%d (peak %d) nxt-chk entries created\n"
-msgstr " %d/%d (ÃÖ´ë %d) nxt-chk ¿£Æ®¸®°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n"
+#: scan.l:412 scan.l:512
+msgid "bad character class"
+msgstr "À߸øµÈ ¹®ÀÚ·ù"
-#: main.c:871
-#, c-format
-msgid " %d/%d (peak %d) template nxt-chk entries created\n"
-msgstr " %d/%d (ÃÖ´ë %d) ÅÛÇø®Æ® nxt-chk ¿£Æ®¸®°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n"
+#: main.c:185
+msgid "Can't use -f or -F with -l option"
+msgstr "-l¿É¼Ç¿¡ -f³ª -F¿É¼ÇÀ» ¾µ ¼ö ¾ø½À´Ï´Ù"
-#: main.c:875
-#, c-format
-msgid " %d empty table entries\n"
-msgstr " %d°³ÀÇ ºó Å×ÀÌºí ¿£Æ®¸®\n"
+#: main.c:571
+msgid " %d sets of reallocations needed\n"
+msgstr " %d°³ÀÇ ÀçÇÒ´ç ÁýÇÕÀÌ ÇÊ¿äÇÕ´Ï´Ù\n"
-#: main.c:877
-#, c-format
-msgid " %d protos created\n"
-msgstr " %d°³ÀÇ ¿øÇüÀÌ ¸¸µé¾îÁ³½À´Ï´Ù\n"
+#: main.c:387
+msgid "No backing up.\n"
+msgstr "µÇµ¹¸²ÀÌ ¾ø½À´Ï´Ù.\n"
-#: main.c:880
-#, c-format
-msgid " %d templates created, %d uses\n"
-msgstr " %d°³ÀÇ ÅÛÇø®Æ®°¡ ¸¸µé¾îÁö°í, %d°³¸¦ ¾¹´Ï´Ù\n"
+#: main.c:243
+msgid "%array incompatible with -+ option"
+msgstr "%array´Â -+¿É¼Ç°ú °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
-#: main.c:888
-#, c-format
-msgid " %d/%d equivalence classes created\n"
-msgstr " %d/%d°³ÀÇ µ¿Ä¡·ù°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n"
+#: main.c:485
+msgid " %d rules\n"
+msgstr " %d°³ÀÇ ±ÔÄ¢\n"
-#: main.c:896
-#, c-format
-msgid " %d/%d meta-equivalence classes created\n"
-msgstr " %d/%d ¸ÞŸ µ¿Ä¡·ù°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n"
+#: main.c:517
+msgid " %d state/nextstate pairs created\n"
+msgstr " %d°³ÀÇ »óÅÂ/´ÙÀ½ »óÅ ½ÖÀÌ ¸¸µé¾îÁ³½À´Ï´Ù\n"
-#: main.c:901
-#, c-format
-msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
-msgstr " %d(%d ÀúÀåµÊ)°³ÀÇ ÇØ½Ì Ãæµ¹·Î %d°³ÀÇ DFA°¡ °°°Ô 󸮵˴ϴÙ\n"
+#: scan.l:549
+msgid "bad character inside {}'s"
+msgstr "{}¾ÈÀÇ À߸øµÈ ¹®ÀÚ"
-#: main.c:903
-#, c-format
-msgid " %d sets of reallocations needed\n"
-msgstr " %d°³ÀÇ ÀçÇÒ´ç ÁýÇÕÀÌ ÇÊ¿äÇÕ´Ï´Ù\n"
+#: dfa.c:63
+msgid "State #%d is non-accepting -\n"
+msgstr "»óŹøÈ£ %d´Â ¹Þ¾ÆµéÀÌÁö ¾Ê´Â -ÀÔ´Ï´Ù\n"
-#: main.c:905
-#, c-format
-msgid " %d total table entries needed\n"
-msgstr " ÃÑ %d°³ÀÇ Å×ÀÌºí ¿£Æ®¸®°¡ ÇÊ¿äÇÕ´Ï´Ù\n"
+#: dfa.c:219
+msgid "\n jam-transitions: EOF "
+msgstr "\n Àë-ÀüÀÌ: EOF "
-#: main.c:962
-msgid "Internal error. flexopts are malformed.\n"
-msgstr ""
+#: main.c:500
+msgid " Beginning-of-line patterns used\n"
+msgstr " Çà ½ÃÀÛ(beginning-of-line) À¯ÇüÀ» »ç¿ëÇÏ¿´½À´Ï´Ù\n"
-#: main.c:970
-#, c-format
-msgid "Try `%s --help' for more information.\n"
-msgstr ""
+#: main.c:564
+msgid " %d/%d meta-equivalence classes created\n"
+msgstr " %d/%d ¸ÞŸ µ¿Ä¡·ù°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n"
-#: main.c:1029
-#, c-format
-msgid "unknown -C option '%c'"
-msgstr "¾Ë ¼ö ¾ø´Â -C ¿É¼Ç '%c'"
+#: main.c:372
+msgid "error writing output file %s"
+msgstr "Ãâ·ÂÆÄÀÏ %s¸¦ ¾²´Â µ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
-#: main.c:1108
-#, fuzzy, c-format
-msgid "unknown -R option '%c'"
-msgstr "¾Ë ¼ö ¾ø´Â -C ¿É¼Ç '%c'"
+#: gen.c:248
+msgid "\n\nEquivalence Classes:\n\n"
+msgstr "\n\nµ¿Ä¡·ù:\n\n"
-#: main.c:1145
-#, fuzzy, c-format
-msgid "%s %s\n"
-msgstr "%s ¹öÀü %s\n"
+#: main.c:376
+msgid "error closing output file %s"
+msgstr "Ãâ·ÂÆÄÀÏ %s¸¦ ´Ý´Âµ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù"
-#: main.c:1387
+#: main.c:862
msgid "fatal parse error"
msgstr "Ä¡¸íÀûÀÎ ÆÄ½Ì ¿¡·¯"
-#: main.c:1399
-#, c-format
-msgid "could not create backing-up info file %s"
-msgstr "µÇµ¹¸² Á¤º¸ ÆÄÀÏ %s¸¦ ¸¸µé ¼ö ¾ø¾ú½À´Ï´Ù"
-
-#: main.c:1421
-msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
-msgstr "-l AT&T lex ȣȯ ¿É¼ÇÀº Å« ¼º´É ÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n"
-
-#: main.c:1423
-msgid " and may be the actual source of other reported performance penalties\n"
-msgstr " ±×¸®°í ¾Æ¸¶µµ ´Ù¸¥ º¸°íµÈ ¼º´É ÀúÇÏÀÇ ½ÇÁ¦ ¿øÀÎÀÏ °ÍÀÔ´Ï´Ù\n"
+#: main.c:502
+msgid " %d/%d start conditions\n"
+msgstr " %d/%d°³ÀÇ ½ÃÀÛÁ¶°Ç\n"
-#: main.c:1429
-#, c-format
-msgid "%%option yylineno entails a large performance penalty\n"
-msgstr "%%option yylineno´Â Å« ¼º´ÉÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n"
+#: main.c:569
+msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
+msgstr " %d(%d ÀúÀåµÊ)°³ÀÇ ÇØ½Ì Ãæµ¹·Î %d°³ÀÇ DFA°¡ °°°Ô 󸮵˴ϴÙ\n"
-#: main.c:1436
-msgid "-I (interactive) entails a minor performance penalty\n"
-msgstr "-I (´ëÈ­Çü) Àº ¼Ò±Ô¸ðÀÇ ¼º´ÉÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n"
+#: scan.l:203
+msgid "incomplete name definition"
+msgstr "ºÒ¿ÏÀüÇÑ À̸§ Á¤ÀÇ"
-#: main.c:1440
+#: main.c:915
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore()´Â ¼Ò±Ô¸ðÀÇ ¼º´ÉÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n"
-#: main.c:1445
+#: main.c:920
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT´Â Å« ¼º´ÉÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n"
-#: main.c:1449
+#: main.c:924
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr "°¡º¯ ÃßÀû ¹®¸Æ ±ÔÄ¢Àº Å« ¼º´ÉÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n"
-#: main.c:1462
+#: main.c:937
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT´Â -f³ª -F¿É¼Ç°ú °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
-#: main.c:1465
-#, c-format
+#: main.c:940
msgid "%option yylineno cannot be used with -f or -F"
msgstr "%option yylinenoÀº -f³ª -F¿É¼Ç°ú °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
-#: main.c:1468
+#: main.c:943
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr "°¡º¯ ÃßÀû ¹®¸Æ ±ÔÄ¢Àº -f³ª -F¿É¼Ç°ú °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù"
-#: main.c:1599
-#, c-format
+#: main.c:1038
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass´Â C++½ºÄ³³Ê¿¡°Ô¸¸ Àǹ̰¡ ÀÖ½À´Ï´Ù"
-#: main.c:1703
-#, c-format
-msgid "Usage: %s [OPTIONS] [FILE]...\n"
-msgstr ""
+#: main.c:1117
+msgid "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n"
+msgstr "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -oÃâ·ÂÆÄÀÏ -PÁ¢µÎ»ç -S½ºÄÌ·¹Åæ]\n"
-#: main.c:1706
-#, 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 create a C header file in addition to the scanner\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"
-" -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"
-" -Rb, --reentrant-bison reentrant scanner for bison pure parser.\n"
-" --stdinit initialize yyin/yyout to stdin/stdout\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 ""
+#: main.c:1119
+msgid "\t[--help --version] [file ...]\n"
+msgstr "\t[--help --version] [ÆÄÀÏ ...]\n"
+
+#: main.c:1121
+msgid "\t-b generate backing-up information to %s\n"
+msgstr "\t-b %s¿¡ µÇµ¹¸² Á¤º¸¸¦ ¸¸µì´Ï´Ù.\n"
+
+#: main.c:1123
+msgid "\t-c do-nothing POSIX option\n"
+msgstr "\t-c ¾Æ¹« Àϵµ ÇÏÁö ¾Ê´Â POSIX¿É¼Ç\n"
+
+#: main.c:1124
+msgid "\t-d turn on debug mode in generated scanner\n"
+msgstr "\t-d ¸¸µé¾îÁø ½ºÄ³³Ê¿¡¼­ µð¹ö±× ¸ðµå·Î ¹Ù²ß´Ï´Ù\n"
+
+#: main.c:1125
+msgid "\t-f generate fast, large scanner\n"
+msgstr "\t-f ºü¸£Áö¸¸ Å« ½ºÄ³³Ê¸¦ ¸¸µì´Ï´Ù\n"
+
+#: main.c:1126
+msgid "\t-h produce this help message\n"
+msgstr "\t-h ÀÌ µµ¿ò¸» ¸Þ½ÃÁö¸¦ Ãâ·ÂÇÕ´Ï´Ù\n"
+
+#: main.c:1127
+msgid "\t-i generate case-insensitive scanner\n"
+msgstr "\t-i ´ë¼Ò¹®ÀÚ ±¸º°¾ø´Â ½ºÄ³³Ê¸¦ ¸¸µì´Ï´Ù\n"
+
+#: main.c:1128
+msgid "\t-l maximal compatibility with original lex\n"
+msgstr "\t-l ¿À¸®Áö³Î lex¿Í ÃÖ´ëÇÑÀÇ È£È¯¼ºÀ» Á¦°øÇÕ´Ï´Ù\n"
+
+#: main.c:1129
+msgid "\t-n do-nothing POSIX option\n"
+msgstr "\t-n ¾Æ¹« Àϵµ ÇÏÁö ¾Ê´Â POSIX¿É¼Ç\n"
+
+#: main.c:1130
+msgid "\t-p generate performance report to stderr\n"
+msgstr "\t-p ¼º´É º¸°í¸¦ Ç¥ÁØ ¿¡·¯·Î Ãâ·ÂÇÕ´Ï´Ù\n"
+
+#: main.c:1132
+msgid "\t-s suppress default rule to ECHO unmatched text\n"
+msgstr "\t-s ±âº» ±ÔÄ¢À» 'ECHO ãÁö¸øÇÑ ±Û'·Î Á¦ÇÑÇÕ´Ï´Ù\n"
+
+#: main.c:1142
+msgid "\t-t write generated scanner on stdout instead of %s\n"
+msgstr "\t-t %s ´ë½Å ¸¸µé¾îÁø ½ºÄ³³Ê¸¦ Ç¥ÁØ Ãâ·ÂÀ¸·Î ¾¹´Ï´Ù\n"
+
+#: main.c:1146
+msgid "\t-v write summary of scanner statistics to f\n"
+msgstr "\t-v ½ºÄ³³Ê Åë°è ¿ä¾àÀ» f¿¡ ¾¹´Ï´Ù\n"
+
+#: main.c:1147
+msgid "\t-w do not generate warnings\n"
+msgstr "\t-w °æ°í¸¦ ³»Áö ¾Ê½À´Ï´Ù\n"
+
+#: main.c:1148
+msgid "\t-B generate batch scanner (opposite of -I)\n"
+msgstr "\t-B ÀÏ°ýó¸® ½ºÄ³³Ê¸¦ ¸¸µì´Ï´Ù(-I¿Í ¹Ý´ë)\n"
+
+#: main.c:1150
+msgid "\t-F use alternative fast scanner representation\n"
+msgstr "\t-F ´Ù¸¥ ¹æ¹ýÀÇ ºü¸¥ ½ºÄ³³Ê Ç¥Çö¹ýÀ» »ç¿ëÇÕ´Ï´Ù\n"
+
+#: main.c:1152
+msgid "\t-I generate interactive scanner (opposite of -B)\n"
+msgstr "\t-I ´ëÈ­Çü ½ºÄ³³Ê¸¦ ¸¸µì´Ï´Ù(-B¿Í ¹Ý´ë)\n"
+
+#: main.c:1153
+msgid "\t-L suppress #line directives in scanner\n"
+msgstr "\t-L ½ºÄ³³Ê¿¡¼­ #lineÁö½ÃÀÚ¸¦ ³»Áö ¾Êµµ·Ï ÇÕ´Ï´Ù\n"
+
+#: main.c:1154
+msgid "\t-T %s should run in trace mode\n"
+msgstr "\t-T %s´Â ÃßÀû ¸ðµå¿¡¼­ ½ÇÇàµÇµµ·Ï ÇÕ´Ï´Ù\n"
+
+#: main.c:1155
+msgid "\t-V report %s version\n"
+msgstr "\t-V %sÀÇ ¹öÀüÀ» Ãâ·ÂÇÕ´Ï´Ù\n"
+
+#: main.c:1156
+msgid "\t-7 generate 7-bit scanner\n"
+msgstr "\t-7 7ºñÆ® ½ºÄ³³Ê¸¦ ¸¸µì´Ï´Ù\n"
+
+#: main.c:1157
+msgid "\t-8 generate 8-bit scanner\n"
+msgstr "\t-8 8ºñÆ® ½ºÄ³³Ê¸¦ ¸¸µì´Ï´Ù\n"
-#: misc.c:47
-#, c-format
+#: main.c:1158
+msgid "\t-+ generate C++ scanner class\n"
+msgstr "\t-+ C++ ½ºÄ³³Ê Ŭ·¡½º¸¦ ¸¸µì´Ï´Ù\n"
+
+#: main.c:1159
+msgid "\t-? produce this help message\n"
+msgstr "\t-? ÀÌ µµ¿ò¸»À» Ãâ·ÂÇÕ´Ï´Ù\n"
+
+#: main.c:1161
+msgid "\t-C specify degree of table compression (default is -Cem):\n"
+msgstr "\t-C Å×ÀÌºí ¾ÐÃàÁ¤µµ¸¦ ÁöÁ¤ÇÕ´Ï´Ù(±âº»°ªÀº -Cem):\n"
+
+#: main.c:1163
+msgid "\t\t-Ca trade off larger tables for better memory alignment\n"
+msgstr "\t\t-Ca ´õ ÁÁÀº ¸Þ¸ð¸® Á¤·ÄÀ» À§ÇØ Å« Å×À̺íÀ» ¸¸µì´Ï´Ù\n"
+
+#: main.c:1164
+msgid "\t\t-Ce construct equivalence classes\n"
+msgstr "\t\t-Ce µ¿Ä¡·ù¸¦ ¸¸µì´Ï´Ù\n"
+
+#: main.c:1166
+msgid "\t\t-Cf do not compress scanner tables; use -f representation\n"
+msgstr "\t\t-Cf ½ºÄ³³Ê Å×À̺íÀ» ¾ÐÃàÇÏÁö ¾Ê½À´Ï´Ù. -fÇ¥Çö¹ýÀ» »ç¿ëÇÕ´Ï´Ù\n"
+
+#: main.c:1168
+msgid "\t\t-CF do not compress scanner tables; use -F representation\n"
+msgstr "\t\t-CF ½ºÄ³³Ê Å×À̺íÀ» ¾ÐÃàÇÏÁö ¾Ê½À´Ï´Ù. -FÇ¥Çö¹ýÀ» »ç¿ëÇÕ´Ï´Ù\n"
+
+#: main.c:1169
+msgid "\t\t-Cm construct meta-equivalence classes\n"
+msgstr "\t\t-Cm ¸ÞŸ µ¿Ä¡·ù¸¦ ¸¸µì´Ï´Ù\n"
+
+#: main.c:1171
+msgid "\t\t-Cr use read() instead of stdio for scanner input\n"
+msgstr "\t\t-Cr ½ºÄ³³Ê ÀÔ·ÂÀ» stdio¶óÀ̺귯¸® ´ë½Å read()½Ã½ºÅÛ ÄÝÀ» »ç¿ëÇÕ´Ï´Ù\n"
+
+#: main.c:1172
+msgid "\t-o specify output filename\n"
+msgstr "\t-o Ãâ·Â ÆÄÀÏÀ̸§À» ÁöÁ¤ÇÕ´Ï´Ù\n"
+
+#: main.c:1173
+msgid "\t-P specify scanner prefix other than \"yy\"\n"
+msgstr "\t-P \"yy\"´ë½Å¿¡ ´Ù¸¥ ½ºÄ³³Ê Á¢µÎ»ç¸¦ ÁöÁ¤ÇÕ´Ï´Ù\n"
+
+#: main.c:1174
+msgid "\t-S specify skeleton file\n"
+msgstr "\t-S ½ºÄÌ·¹Åæ ÆÄÀÏÀ» ÁöÁ¤ÇÕ´Ï´Ù\n"
+
+#: main.c:1175
+msgid "\t--help produce this help message\n"
+msgstr "\t--help ÀÌ µµ¿ò¸»À» Ãâ·ÂÇÕ´Ï´Ù\n"
+
+#: main.c:1176
+msgid "\t--version report %s version\n"
+msgstr "\t--version %sÀÇ ¹öÀüÀ» Ãâ·ÂÇÕ´Ï´Ù\n"
+
+#: misc.c:42
msgid "name \"%s\" ridiculously long"
msgstr "À̸§ \"%s\"´Â ºñÁ¤»óÀûÀ¸·Î ±é´Ï´Ù"
-#: misc.c:101
+#: misc.c:91
msgid "memory allocation failed in allocate_array()"
msgstr "allocate_array()¿¡¼­ ¸Þ¸ð¸® ÇÒ´çÀÌ ½ÇÆÐÇß½À´Ï´Ù"
-#: misc.c:179
-#, c-format
+#: misc.c:169
msgid "bad character '%s' detected in check_char()"
msgstr "check_char()¿¡¼­ À߸øµÈ ¹®ÀÚ '%s'¸¦ ã¾Ò½À´Ï´Ù"
-#: misc.c:184
-#, c-format
+#: misc.c:174
msgid "scanner requires -8 flag to use the character %s"
msgstr "½ºÄ³³Ê¿¡¼­ ¹®ÀÚ %s¸¦ ¾²±â À§Çؼ­´Â -8¿É¼ÇÀÌ ÇÊ¿äÇÕ´Ï´Ù"
-#: misc.c:217
+#: misc.c:207
msgid "dynamic memory failure in copy_string()"
msgstr "copy_string()¿¡¼­ µ¿Àû ¸Þ¸ð¸® ÇÒ´çÀÌ ½ÇÆÐÇß½À´Ï´Ù"
-#: misc.c:349
-#, c-format
+#: misc.c:339
msgid "%s: fatal internal error, %s\n"
msgstr "%s: Ä¡¸íÀûÀÎ ³»ºÎ ¿¡·¯, %s\n"
-#: misc.c:775
+#: misc.c:765
msgid "attempt to increase array size failed"
msgstr "¹è¿­ Å©±â¸¦ ´Ã¸®·Á´Â ½Ãµµ°¡ ½ÇÆÐÇß½À´Ï´Ù"
-#: misc.c:842
+#: misc.c:811
msgid "bad line in skeleton file"
msgstr "½ºÄÌ·¹Åæ ÆÄÀÏ¿¡ À߸øµÈ Çà"
-#: misc.c:895
+#: misc.c:864
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "yy_flex_xmalloc()¿¡¼­ ¸Þ¸ð¸® ÇÒ´çÀÌ ½ÇÆÐÇß½À´Ï´Ù"
-#: nfa.c:103
-#, c-format
-msgid ""
-"\n"
-"\n"
-"********** beginning dump of nfa with start state %d\n"
-msgstr ""
-"\n"
-"\n"
-"********** ½ÃÀÛ »óÅ %d¿¡¼­ nfaÃâ·Â ½ÃÀÛ\n"
+#: nfa.c:100
+msgid "\n\n********** beginning dump of nfa with start state %d\n"
+msgstr "\n\n********** ½ÃÀÛ »óÅ %d¿¡¼­ nfaÃâ·Â ½ÃÀÛ\n"
-#: nfa.c:115
-#, c-format
+#: nfa.c:112
msgid "state # %4d\t"
msgstr "»óÅÂ ¹øÈ£ %4d\t"
-#: nfa.c:130
+#: nfa.c:127
msgid "********** end of dump\n"
msgstr "********** Ãâ·Â ³¡\n"
-#: nfa.c:176
+#: nfa.c:173
msgid "empty machine in dupmachine()"
msgstr "dupmachine()¿¡¼­ÀÇ ºó ¸Ó½Å"
-#: nfa.c:228
-#, c-format
+#: nfa.c:225
msgid "Variable trailing context rule at line %d\n"
msgstr "%dÇà¿¡¼­ °¡º¯ ÃßÀû ¹®¸Æ ±ÔÄ¢\n"
-#: nfa.c:350
+#: nfa.c:347
msgid "bad state type in mark_beginning_as_normal()"
msgstr "mark_beginning_as_normal()¿¡¼­ À߸øµÈ »óÅÂÇü"
-#: nfa.c:603
-#, c-format
+#: nfa.c:600
msgid "input rules are too complicated (>= %d NFA states)"
msgstr "ÀÔ·Â ±ÔÄ¢ÀÌ ³Ê¹« º¹ÀâÇÕ´Ï´Ù(>= NFA»óÅ %d°³)"
-#: nfa.c:682
+#: nfa.c:679
msgid "found too many transitions in mkxtion()"
msgstr "mkxtion()¿¡ ÀüÀÌ°¡ ³Ê¹« ¸¹½À´Ï´Ù"
-#: nfa.c:708
-#, c-format
+#: nfa.c:705
msgid "too many rules (> %d)!"
msgstr "±ÔÄ¢ÀÌ ³Ê¹« ¸¹½À´Ï´Ù (> %d)!"
-#: scan.l:140
-#, no-c-format
-msgid "unrecognized '%' directive"
-msgstr "¾Ë ¼ö ¾ø´Â '%' Áö½ÃÀÚ"
-
-#: scan.l:207
-msgid "incomplete name definition"
-msgstr "ºÒ¿ÏÀüÇÑ À̸§ Á¤ÀÇ"
-
-#: scan.l:315
-#, c-format
-msgid "unrecognized %%option: %s"
-msgstr "¾Ë ¼ö ¾ø´Â %%option: %s"
-
-#: scan.l:442 scan.l:542
-msgid "bad character class"
-msgstr "À߸øµÈ ¹®ÀÚ·ù"
-
-#: scan.l:474
-#, c-format
-msgid "undefined definition {%s}"
-msgstr "Á¤ÀǵÇÁö ¾ÊÀº Á¤ÀÇ {%s}"
-
-#: scan.l:510
-#, c-format
-msgid "bad <start condition>: %s"
-msgstr "À߸øµÈ <½ÃÀÛ Á¶°Ç>: %s"
-
-#: scan.l:523
-msgid "missing quote"
-msgstr "Àοë±âÈ£ ºüÁü"
-
-#: scan.l:563
-#, c-format
-msgid "bad character class expression: %s"
-msgstr "À߸øµÈ ¹®ÀÚ ÁýÇÕ ½Ä: %s"
-
-#: scan.l:579
-msgid "bad character inside {}'s"
-msgstr "{}¾ÈÀÇ À߸øµÈ ¹®ÀÚ"
-
-#: scan.l:585
-msgid "missing }"
-msgstr "}ÀÌ ºüÁ³½À´Ï´Ù"
-
-#: scan.l:658
-msgid "EOF encountered inside an action"
-msgstr "µ¿ÀÛ µµÁß¿¡ EOF¸¦ ¸¸³µ½À´Ï´Ù"
-
-#: scan.l:678
-#, c-format
-msgid "bad character: %s"
-msgstr "À߸øµÈ ¹®ÀÚ: %s"
-
-#: scan.l:707
-#, c-format
-msgid "can't open %s"
-msgstr "%s¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù"
-
-#: scanopt.c:267
-#, c-format
-msgid "Usage: %s [OPTIONS]...\n"
-msgstr ""
-
-#: scanopt.c:516
-#, c-format
-msgid "option `%s' doesn't allow an argument\n"
-msgstr ""
-
-#: scanopt.c:519
-#, c-format
-msgid "option `%s' requires an argument\n"
-msgstr ""
-
-#: scanopt.c:522
-#, c-format
-msgid "option `%s' is ambiguous\n"
-msgstr ""
-
-#: scanopt.c:525
-#, fuzzy, c-format
-msgid "Unrecognized option `%s'\n"
-msgstr "¾Ë ¼ö ¾ø´Â %%option: %s"
-
-#: scanopt.c:528
-#, c-format
-msgid "Unknown error=(%d)\n"
-msgstr ""
-
-#: sym.c:100
+#: sym.c:78
msgid "symbol table memory allocation failed"
msgstr "½Éº¼ Å×ÀÌºí ¸Þ¸ð¸® ÇÒ´çÀÌ ½ÇÆÐÇß½À´Ï´Ù"
-#: sym.c:210
+#: sym.c:188
msgid "name defined twice"
msgstr "À̸§À» µÎ¹ø Á¤ÀÇÇß½À´Ï´Ù"
-#: sym.c:265
-#, c-format
+#: sym.c:243
msgid "start condition %s declared twice"
msgstr "½ÃÀÛÁ¶°Ç %s¸¦ µÎ¹ø ¼±¾ðÇß½À´Ï´Ù"
-#: yylex.c:58
+#: yylex.c:55
msgid "premature EOF"
msgstr "°©ÀÛ½º·± EOF"
-#: yylex.c:207
+#: yylex.c:204
msgid "End Marker\n"
msgstr "Á¾·á Ç¥½Ã\n"
-#: yylex.c:212
-#, c-format
+#: yylex.c:209
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "*¹«¾ð°¡ ÀÌ»óÇÕ´Ï´Ù* - tok: %d val: %d\n"
-
-#~ msgid ""
-#~ "%s: unknown flag '%c'. For usage, try\n"
-#~ "\t%s --help\n"
-#~ msgstr ""
-#~ "%s: ¾Ë ¼ö ¾ø´Â ¿É¼Ç '%c'. »ç¿ë¹ýÀ» º¸·Á¸é \n"
-#~ "\t%s --help¶ó°í Çϼ¼¿ä.\n"
-
-#~ msgid "-P flag must be given separately"
-#~ msgstr "-P Ç÷¡±×´Â µû·Î ÁÖ¾î¾ß ÇÕ´Ï´Ù"
-
-#~ msgid "-o flag must be given separately"
-#~ msgstr "-o Ç÷¡±×´Â µû·Î ÁÖ¾î¾ß ÇÕ´Ï´Ù"
-
-#~ msgid "-S flag must be given separately"
-#~ msgstr "-S Ç÷¡±×´Â µû·Î ÁÖ¾î¾ß ÇÕ´Ï´Ù"
-
-#~ msgid "-C flag must be given separately"
-#~ msgstr "-C Ç÷¡±×´Â µû·Î ÁÖ¾î¾ß ÇÕ´Ï´Ù"
-
-#~ msgid ""
-#~ "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n"
-#~ msgstr "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -oÃâ·ÂÆÄÀÏ -PÁ¢µÎ»ç -S½ºÄÌ·¹Åæ]\n"
-
-#~ msgid "\t[--help --version] [file ...]\n"
-#~ msgstr "\t[--help --version] [ÆÄÀÏ ...]\n"
-
-#~ msgid "\t-b generate backing-up information to %s\n"
-#~ msgstr "\t-b %s¿¡ µÇµ¹¸² Á¤º¸¸¦ ¸¸µì´Ï´Ù.\n"
-
-#~ msgid "\t-c do-nothing POSIX option\n"
-#~ msgstr "\t-c ¾Æ¹« Àϵµ ÇÏÁö ¾Ê´Â POSIX¿É¼Ç\n"
-
-#~ msgid "\t-d turn on debug mode in generated scanner\n"
-#~ msgstr "\t-d ¸¸µé¾îÁø ½ºÄ³³Ê¿¡¼­ µð¹ö±× ¸ðµå·Î ¹Ù²ß´Ï´Ù\n"
-
-#~ msgid "\t-f generate fast, large scanner\n"
-#~ msgstr "\t-f ºü¸£Áö¸¸ Å« ½ºÄ³³Ê¸¦ ¸¸µì´Ï´Ù\n"
-
-#~ msgid "\t-h produce this help message\n"
-#~ msgstr "\t-h ÀÌ µµ¿ò¸» ¸Þ½ÃÁö¸¦ Ãâ·ÂÇÕ´Ï´Ù\n"
-
-#~ msgid "\t-i generate case-insensitive scanner\n"
-#~ msgstr "\t-i ´ë¼Ò¹®ÀÚ ±¸º°¾ø´Â ½ºÄ³³Ê¸¦ ¸¸µì´Ï´Ù\n"
-
-#~ msgid "\t-l maximal compatibility with original lex\n"
-#~ msgstr "\t-l ¿À¸®Áö³Î lex¿Í ÃÖ´ëÇÑÀÇ È£È¯¼ºÀ» Á¦°øÇÕ´Ï´Ù\n"
-
-#~ msgid "\t-n do-nothing POSIX option\n"
-#~ msgstr "\t-n ¾Æ¹« Àϵµ ÇÏÁö ¾Ê´Â POSIX¿É¼Ç\n"
-
-#~ msgid "\t-p generate performance report to stderr\n"
-#~ msgstr "\t-p ¼º´É º¸°í¸¦ Ç¥ÁØ ¿¡·¯·Î Ãâ·ÂÇÕ´Ï´Ù\n"
-
-#~ msgid "\t-s suppress default rule to ECHO unmatched text\n"
-#~ msgstr "\t-s ±âº» ±ÔÄ¢À» 'ECHO ãÁö¸øÇÑ ±Û'·Î Á¦ÇÑÇÕ´Ï´Ù\n"
-
-#~ msgid "\t-t write generated scanner on stdout instead of %s\n"
-#~ msgstr "\t-t %s ´ë½Å ¸¸µé¾îÁø ½ºÄ³³Ê¸¦ Ç¥ÁØ Ãâ·ÂÀ¸·Î ¾¹´Ï´Ù\n"
-
-#~ msgid "\t-v write summary of scanner statistics to f\n"
-#~ msgstr "\t-v ½ºÄ³³Ê Åë°è ¿ä¾àÀ» f¿¡ ¾¹´Ï´Ù\n"
-
-#~ msgid "\t-w do not generate warnings\n"
-#~ msgstr "\t-w °æ°í¸¦ ³»Áö ¾Ê½À´Ï´Ù\n"
-
-#~ msgid "\t-B generate batch scanner (opposite of -I)\n"
-#~ msgstr "\t-B ÀÏ°ýó¸® ½ºÄ³³Ê¸¦ ¸¸µì´Ï´Ù(-I¿Í ¹Ý´ë)\n"
-
-#~ msgid "\t-F use alternative fast scanner representation\n"
-#~ msgstr "\t-F ´Ù¸¥ ¹æ¹ýÀÇ ºü¸¥ ½ºÄ³³Ê Ç¥Çö¹ýÀ» »ç¿ëÇÕ´Ï´Ù\n"
-
-#~ msgid "\t-I generate interactive scanner (opposite of -B)\n"
-#~ msgstr "\t-I ´ëÈ­Çü ½ºÄ³³Ê¸¦ ¸¸µì´Ï´Ù(-B¿Í ¹Ý´ë)\n"
-
-#~ msgid "\t-L suppress #line directives in scanner\n"
-#~ msgstr "\t-L ½ºÄ³³Ê¿¡¼­ #lineÁö½ÃÀÚ¸¦ ³»Áö ¾Êµµ·Ï ÇÕ´Ï´Ù\n"
-
-#~ msgid "\t-T %s should run in trace mode\n"
-#~ msgstr "\t-T %s´Â ÃßÀû ¸ðµå¿¡¼­ ½ÇÇàµÇµµ·Ï ÇÕ´Ï´Ù\n"
-
-#~ msgid "\t-V report %s version\n"
-#~ msgstr "\t-V %sÀÇ ¹öÀüÀ» Ãâ·ÂÇÕ´Ï´Ù\n"
-
-#~ msgid "\t-7 generate 7-bit scanner\n"
-#~ msgstr "\t-7 7ºñÆ® ½ºÄ³³Ê¸¦ ¸¸µì´Ï´Ù\n"
-
-#~ msgid "\t-8 generate 8-bit scanner\n"
-#~ msgstr "\t-8 8ºñÆ® ½ºÄ³³Ê¸¦ ¸¸µì´Ï´Ù\n"
-
-#~ msgid "\t-+ generate C++ scanner class\n"
-#~ msgstr "\t-+ C++ ½ºÄ³³Ê Ŭ·¡½º¸¦ ¸¸µì´Ï´Ù\n"
-
-#~ msgid "\t-? produce this help message\n"
-#~ msgstr "\t-? ÀÌ µµ¿ò¸»À» Ãâ·ÂÇÕ´Ï´Ù\n"
-
-#~ msgid "\t-C specify degree of table compression (default is -Cem):\n"
-#~ msgstr "\t-C Å×ÀÌºí ¾ÐÃàÁ¤µµ¸¦ ÁöÁ¤ÇÕ´Ï´Ù(±âº»°ªÀº -Cem):\n"
-
-#~ msgid "\t\t-Ca trade off larger tables for better memory alignment\n"
-#~ msgstr "\t\t-Ca ´õ ÁÁÀº ¸Þ¸ð¸® Á¤·ÄÀ» À§ÇØ Å« Å×À̺íÀ» ¸¸µì´Ï´Ù\n"
-
-#~ msgid "\t\t-Ce construct equivalence classes\n"
-#~ msgstr "\t\t-Ce µ¿Ä¡·ù¸¦ ¸¸µì´Ï´Ù\n"
-
-#~ msgid "\t\t-Cf do not compress scanner tables; use -f representation\n"
-#~ msgstr "\t\t-Cf ½ºÄ³³Ê Å×À̺íÀ» ¾ÐÃàÇÏÁö ¾Ê½À´Ï´Ù. -fÇ¥Çö¹ýÀ» »ç¿ëÇÕ´Ï´Ù\n"
-
-#~ msgid "\t\t-CF do not compress scanner tables; use -F representation\n"
-#~ msgstr "\t\t-CF ½ºÄ³³Ê Å×À̺íÀ» ¾ÐÃàÇÏÁö ¾Ê½À´Ï´Ù. -FÇ¥Çö¹ýÀ» »ç¿ëÇÕ´Ï´Ù\n"
-
-#~ msgid "\t\t-Cm construct meta-equivalence classes\n"
-#~ msgstr "\t\t-Cm ¸ÞŸ µ¿Ä¡·ù¸¦ ¸¸µì´Ï´Ù\n"
-
-#~ msgid "\t\t-Cr use read() instead of stdio for scanner input\n"
-#~ msgstr "\t\t-Cr ½ºÄ³³Ê ÀÔ·ÂÀ» stdio¶óÀ̺귯¸® ´ë½Å read()½Ã½ºÅÛ ÄÝÀ» »ç¿ëÇÕ´Ï´Ù\n"
-
-#~ msgid "\t-o specify output filename\n"
-#~ msgstr "\t-o Ãâ·Â ÆÄÀÏÀ̸§À» ÁöÁ¤ÇÕ´Ï´Ù\n"
-
-#~ msgid "\t-P specify scanner prefix other than \"yy\"\n"
-#~ msgstr "\t-P \"yy\"´ë½Å¿¡ ´Ù¸¥ ½ºÄ³³Ê Á¢µÎ»ç¸¦ ÁöÁ¤ÇÕ´Ï´Ù\n"
-
-#~ msgid "\t-S specify skeleton file\n"
-#~ msgstr "\t-S ½ºÄÌ·¹Åæ ÆÄÀÏÀ» ÁöÁ¤ÇÕ´Ï´Ù\n"
-
-#~ msgid "\t--help produce this help message\n"
-#~ msgstr "\t--help ÀÌ µµ¿ò¸»À» Ãâ·ÂÇÕ´Ï´Ù\n"
-
-#~ msgid "\t--version report %s version\n"
-#~ msgstr "\t--version %sÀÇ ¹öÀüÀ» Ãâ·ÂÇÕ´Ï´Ù\n"
diff --git a/po/ru.po b/po/ru.po
index 4617e4a..e548191 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2.5.2\n"
-"POT-Creation-Date: 2002-04-21 14:53-0400\n"
+"POT-Creation-Date: 2002-03-12 13:23-0500\n"
"PO-Revision-Date: 1999-07-13 10:40\n"
"Last-Translator: Dmitry S. Sivachenko <dima@Chg.RU>\n"
"Language-Team: Russian <ru@li.org>\n"
@@ -101,350 +101,357 @@ msgstr ""
"\n"
"íÅÔÁÜË×É×ÁÌÅÎÔÎÙÈ ëÌÁÓÓÏ×:\n"
-#: main.c:163
+#: main.c:155
msgid "rule cannot be matched"
msgstr "ÎÅ×ÏÚÎÏÖÎÏ ÐÒÉÍÅÎÉÔØ ÐÒÁ×ÉÌÏ"
-#: main.c:168
+#: main.c:160
msgid "-s option given but default rule can be matched"
msgstr "ÕËÁÚÁÎÁ ÏÐÃÉÑ -s, ÎÏ ÐÒÁ×ÉÌÏ ÐÏ ÕÍÏÌÞÁÎÉÀ ÎÅ ÍÏÖÅÔ ÂÙÔØ ÐÒÉÍÅÎÅÎÏ"
-#: main.c:201
+#: main.c:184
msgid "Can't use -+ with -l option"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ -+ Ó ËÌÀÞÅÍ -l ÎÅ×ÏÚÍÏÖÎÏ"
-#: main.c:204
+#: main.c:187
msgid "Can't use -f or -F with -l option"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ -f ÉÌÉ -F Ó ËÌÀÞÅÍ -l ÎÅ×ÏÚÍÏÖÎÏ"
-#: main.c:207
+#: main.c:190
#, fuzzy
msgid "Can't use -R or -Rb with -l option"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ -f ÉÌÉ -F Ó ËÌÀÞÅÍ -l ÎÅ×ÏÚÍÏÖÎÏ"
-#: main.c:221
+#: main.c:203
msgid "Can't specify header option if writing to stdout."
msgstr ""
-#: main.c:247
+#: main.c:229
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "-Cf/-CF É -Cm ×ÍÅÓÔÅ ÎÅ ÉÍÅÀÔ ÓÍÙÓÌÁ"
-#: main.c:250
+#: main.c:232
msgid "-Cf/-CF and -I are incompatible"
msgstr "-Cf/-CF É -I ÎÅÓÏ×ÍÅÓÔÉÍÙ"
-#: main.c:254
+#: main.c:236
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF ÎÅÓÏ×ÍÅÓÔÎÙ Ó ÒÅÖÉÍÏÍ lex-ÓÏ×ÍÅÓÔÉÍÏÓÔÉ"
-#: main.c:258
+#: main.c:240
#, c-format
msgid "-Cf/-CF and %option yylineno are incompatible"
msgstr "-Cf/-CF É %option yylineno ÎÅÓÏ×ÍÅÓÔÉÍÙ"
-#: main.c:261
+#: main.c:243
msgid "-Cf and -CF are mutually exclusive"
msgstr "-Cf É -CF Ñ×ÌÑÀÔÓÑ ×ÚÁÉÍÏÉÓËÌÀÞÁÀÝÉÍÉ"
-#: main.c:265
+#: main.c:247
msgid "Can't use -+ with -CF option"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ -+ Ó ËÌÀÞÅÍ -CF ÎÅ×ÏÚÍÏÖÎÏ"
-#: main.c:269
+#: main.c:251
#, c-format
msgid "%array incompatible with -+ option"
msgstr "%array ÎÅÓÏ×ÍÅÓÔÉÍ Ó ËÌÀÞÅÍ -+"
-#: main.c:274
+#: main.c:256
#, fuzzy
msgid "Options -+ and -R are mutually exclusive."
msgstr "-Cf É -CF Ñ×ÌÑÀÔÓÑ ×ÚÁÉÍÏÉÓËÌÀÞÁÀÝÉÍÉ"
-#: main.c:326 main.c:522
+#: main.c:308 main.c:494
#, c-format
msgid "could not create %s"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ %s"
-#: main.c:332
+#: main.c:314
#, c-format
msgid "can't open skeleton file %s"
msgstr "ÎÅ ÕÄÁÅÔÓÑ ÏÔËÒÙÔØ ÆÁÊÌ-ËÁÒËÁÓ %s"
-#: main.c:490
+#: main.c:472
#, c-format
msgid "input error reading skeleton file %s"
msgstr "ÏÛÉÂËÁ ÞÔÅÎÉÑ ÆÁÊÌÁ-ËÁÒËÁÓÁ %s"
-#: main.c:494
+#: main.c:476
#, c-format
msgid "error closing skeleton file %s"
msgstr "ÏÛÉÂËÁ ÐÒÉ ÚÁËÒÙÔÉÉ ÆÁÊÌÁ-ËÁÒËÁÓÁ %s"
-#: main.c:688
+#: main.c:659
#, fuzzy, c-format
msgid "error creating header file %s"
msgstr "ÏÛÉÂËÁ ÚÁÐÉÓÉ ÒÅÚÅÒ×ÎÏÊ ËÏÐÉÉ ÆÁÊÌÁ %s"
-#: main.c:696
+#: main.c:667
#, c-format
msgid "error writing output file %s"
msgstr "ÏÛÉÂËÁ ÚÁÐÉÓÉ × ×ÙÈÏÄÎÏÊ ÆÁÊÌ %s"
-#: main.c:700
+#: main.c:671
#, c-format
msgid "error closing output file %s"
msgstr "ÏÛÉÂËÁ ÚÁËÒÙÔÉÑ ×ÙÈÏÄÎÏÇÏ ÆÁÊÌÁ %s"
-#: main.c:704
+#: main.c:675
#, c-format
msgid "error deleting output file %s"
msgstr "ÏÛÉÂËÁ ÐÒÉ ÕÄÁÌÅÎÉÉ ×ÙÈÏÄÎÏÇÏ ÆÁÊÌÁ %s"
-#: main.c:712
+#: main.c:683
msgid "No backing up.\n"
msgstr ""
-#: main.c:715
+#: main.c:686
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "×ÏÚ×ÒÁÔ ÎÁ %d (ÎÅÄÏÐÕÓÔÉÍÙÈ) ÓÏÓÔÏÑÎÉÊ.\n"
-#: main.c:719
+#: main.c:690
msgid "Compressed tables always back up.\n"
msgstr "óÖÁÔÙÅ ÔÁÂÌÉÃÙ ×ÓÅÇÄÁ ÓÏÈÒÁÎÑÀÔÓÑ.\n"
-#: main.c:722
+#: main.c:693
#, c-format
msgid "error writing backup file %s"
msgstr "ÏÛÉÂËÁ ÚÁÐÉÓÉ ÒÅÚÅÒ×ÎÏÊ ËÏÐÉÉ ÆÁÊÌÁ %s"
-#: main.c:726
+#: main.c:697
#, c-format
msgid "error closing backup file %s"
msgstr "ÏÛÉÂËÁ ÐÒÉ ÚÁËÒÙÔÉÉ ÒÅÚÅÒ×ÎÏÊ ËÏÐÉÉ ÆÁÊÌÁ %s"
-#: main.c:732
+#: main.c:703
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "ÓÔÁÔÉÓÔÉËÁ ÉÓÐÏÌØÚÏ×ÁÎÉÑ %s ×ÅÒÓÉÉ %s:\n"
-#: main.c:735
+#: main.c:706
msgid " scanner options: -"
msgstr " ÏÐÃÉÉ ÓËÁÎÅÒÁ: -"
-#: main.c:813
+#: main.c:784
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d ÓÏÓÔÏÑÎÉÊ îëá\n"
-#: main.c:815
+#: main.c:786
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d ÓÏÓÔÏÑÎÉÊ äëá (%d ÓÌÏ×)\n"
-#: main.c:817
+#: main.c:788
#, c-format
msgid " %d rules\n"
msgstr " %d ÐÒÁ×ÉÌ\n"
-#: main.c:821
+#: main.c:792
msgid " No backing up\n"
msgstr ""
-#: main.c:824
+#: main.c:795
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " ÓÏÈÒÁÎÅÎÙ %d (ÎÅÄÏÐÕÓÔÉÍÙÈ) ÓÏÓÔÏÑÎÉÊ\n"
-#: main.c:828
+#: main.c:799
msgid " Compressed tables always back-up\n"
msgstr " óÖÁÔÙÅ ÔÁÂÌÉÃÙ ×ÓÅÇÄÁ ÓÏÈÒÁÎÑÀÔÓÑ\n"
-#: main.c:832
+#: main.c:803
msgid " Beginning-of-line patterns used\n"
msgstr " éÓÐÏÌØÚÕÀÔÓÑ ÛÁÂÌÏÎÙ ÎÁÞÁÌÁ ÓÔÒÏËÉ\n"
-#: main.c:834
+#: main.c:805
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d ÓÔÁÒÔÏ×ÙÈ ÕÓÌÏ×ÉÊ\n"
-#: main.c:837
+#: main.c:808
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr ""
-#: main.c:841
+#: main.c:812
msgid " no character classes\n"
msgstr " ÏÔÓÕÔÓÔ×ÕÀÔ ËÌÁÓÓÙ ÓÉÍ×ÏÌÏ×\n"
-#: main.c:844
+#: main.c:815
#, c-format
msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
-msgstr " %d/%d ËÌÁÓÓÏ× ÓÉÍ×ÏÌÏ× ÔÒÅÂÕÀÔ %d/%d ÓÌÏ× ÄÌÑ ÈÒÁÎÅÎÉÑ, %d ÐÏ×ÔÏÒÎÏ ÉÓÐÏÌØÚÏ×ÁÎÏ\n"
+msgstr ""
+" %d/%d ËÌÁÓÓÏ× ÓÉÍ×ÏÌÏ× ÔÒÅÂÕÀÔ %d/%d ÓÌÏ× ÄÌÑ ÈÒÁÎÅÎÉÑ, %d ÐÏ×ÔÏÒÎÏ "
+"ÉÓÐÏÌØÚÏ×ÁÎÏ\n"
-#: main.c:849
+#: main.c:820
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " ÓÏÚÄÁÎÏ %d ÐÁÒ ÓÏÓÔÏÑÎÉÅ/ÓÌÅÄ_ÓÏÓÔÏÑÎÉÅ\n"
-#: main.c:851
+#: main.c:822
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d ÕÎÉËÁÌØÎÙÈ/ÐÏ×ÔÏÒÑÀÝÉÈÓÑ ÐÅÒÅÈÏÄÏ×\n"
-#: main.c:857
+#: main.c:828
#, c-format
msgid " %d table entries\n"
msgstr " %d ÜÌÅÍÅÎÔÏ× ÔÁÂÌÉÃÙ\n"
-#: main.c:865
+#: main.c:836
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " ÓÏÚÄÁÎÏ %d/%d base-def ÜÌÅÍÅÎÔÏ×\n"
-#: main.c:868
+#: main.c:839
#, c-format
msgid " %d/%d (peak %d) nxt-chk entries created\n"
msgstr " ÓÏÚÄÁÎÏ %d/%d (ÐÉË %d) nxt-chk ÜÌÅÍÅÎÔÏ×\n"
-#: main.c:871
+#: main.c:842
#, c-format
msgid " %d/%d (peak %d) template nxt-chk entries created\n"
msgstr " ÓÏÚÄÁÎÏ %d/%d (ÐÉË %d) ÛÁÂÌÏÎÎÙÈ nxt-chk ÜÌÅÍÅÎÔÏ×\n"
-#: main.c:875
+#: main.c:846
#, c-format
msgid " %d empty table entries\n"
msgstr " %d ÐÕÓÔÙÈ ÜÌÅÍÅÎÔÏ× ÔÁÂÌÉÃÙ\n"
-#: main.c:877
+#: main.c:848
#, c-format
msgid " %d protos created\n"
msgstr " ÓÏÚÄÁÎÏ %d ÐÒÏÔÏÔÉÐÏ×\n"
-#: main.c:880
+#: main.c:851
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " ÓÏÚÄÁÎÏ %d ÛÁÂÌÏÎÏ×, %d ÉÓÐÏÌØÚÏ×ÁÎÉÊ\n"
-#: main.c:888
+#: main.c:859
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " ÓÏÚÄÁÎÙ ËÌÁÓÓÙ ÜË×É×ÁÌÅÎÔÎÏÓÔÉ %d/%d\n"
-#: main.c:896
+#: main.c:867
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d ÍÅÔÁÜË×É×ÁÌÅÎÔÎÙÈ ËÌÁÓÓÏ× ÓÏÚÄÁÎÏ\n"
-#: main.c:901
+#: main.c:872
#, c-format
msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr " %d (%d ÚÁÐÉÓÁÎÏ) ËÏÌÌÉÚÉÊ ÈÜÛ-ÔÁÂÌÉÃÙ, %d ÜË×É×ÁÌÅÎÔÎÙÈ äëá\n"
-#: main.c:903
+#: main.c:874
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " ÔÒÅÂÕÅÔÓÑ %d ÎÁÂÏÒÏ× ÐÏ×ÔÏÒÎÙÈ ÒÁÚÍÅÝÅÎÉÊ\n"
-#: main.c:905
+#: main.c:876
#, c-format
msgid " %d total table entries needed\n"
msgstr " ×ÓÅÇÏ ÔÒÅÂÕÅÔÓÑ %d ÜÌÅÍÅÎÔÏ× ÔÁÂÌÉÃÙ\n"
-#: main.c:962
+#: main.c:933
msgid "Internal error. flexopts are malformed.\n"
msgstr ""
-#: main.c:970
-#, c-format
-msgid "Try `%s --help' for more information.\n"
+#: main.c:941
+#, fuzzy, c-format
+msgid ""
+"For usage, try\n"
+"\t%s --help\n"
msgstr ""
+"%s: ÎÅÉÚ×ÅÓÔÎÙÊ ËÌÀÞ '%c'. ðÏÐÒÏÂÕÊÔÅ\n"
+"\t%s --help ÄÌÑ ÐÏÌÕÞÅÎÉÑ ÐÏÄÒÏÂÎÏÇÏ ÏÐÉÓÁÎÉÑ\n"
-#: main.c:1029
+#: main.c:1001
#, c-format
msgid "unknown -C option '%c'"
msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ -C ËÌÀÞ '%c'"
-#: main.c:1108
+#: main.c:1080
#, fuzzy, c-format
msgid "unknown -R option '%c'"
msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ -C ËÌÀÞ '%c'"
-#: main.c:1145
-#, fuzzy, c-format
-msgid "%s %s\n"
+#: main.c:1113
+#, c-format
+msgid "%s version %s\n"
msgstr "%s ×ÅÒÓÉÑ %s\n"
-#: main.c:1387
+#: main.c:1355
msgid "fatal parse error"
msgstr "ÆÁÔÁÌØÎÁÑ ÏÛÉÂËÁ ÒÁÚÂÏÒÁ"
-#: main.c:1399
+#: main.c:1367
#, c-format
msgid "could not create backing-up info file %s"
msgstr "ÎÅÕÄÁÅÔÓÑ ÓÏÚÄÁÔØ ÚÁÐÁÓÎÏÊ ÉÎÆÏÒÍÁÃÉÏÎÎÙÊ ÆÁÊÌ %s"
-#: main.c:1421
+#: main.c:1389
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
-msgstr "ïÐÃÉÑ -l ÓÏ×ÍÅÓÔÉÍÏÓÔÉ Ó AT&T lex ×ÌÅÞÅÔ ÚÎÁÞÉÔÅÌØÎÏÅ ÓÎÉÖÅÎÉÅ ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔÉ\n"
+msgstr ""
+"ïÐÃÉÑ -l ÓÏ×ÍÅÓÔÉÍÏÓÔÉ Ó AT&T lex ×ÌÅÞÅÔ ÚÎÁÞÉÔÅÌØÎÏÅ ÓÎÉÖÅÎÉÅ "
+"ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔÉ\n"
-#: main.c:1423
+#: main.c:1391
msgid " and may be the actual source of other reported performance penalties\n"
-msgstr " É ÔÁËÖÅ ÍÏÖÅÔ ÂÙÔØ ÉÓÔÉÎÎÙÍ ÉÓÔÏÞÎÉËÏÍ ÐÒÏÂÌÅÍ Ó ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔØÀ\n"
+msgstr ""
+" É ÔÁËÖÅ ÍÏÖÅÔ ÂÙÔØ ÉÓÔÉÎÎÙÍ ÉÓÔÏÞÎÉËÏÍ ÐÒÏÂÌÅÍ Ó ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔØÀ\n"
-#: main.c:1429
+#: main.c:1397
#, c-format
msgid "%%option yylineno entails a large performance penalty\n"
msgstr "%%option yylineno ×ÌÅÞÅÔ ÚÎÁÞÉÔÅÌØÎÏÅ ÓÎÉÖÅÎÉÅ ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔÉ\n"
-#: main.c:1436
+#: main.c:1404
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (ÉÎÔÅÒÁËÔÉ×ÎÙÊ) ×ÌÅÞÅÔ ÎÅÚÎÁÞÉÔÅÌØÎÏÅ ÓÎÉÖÅÎÉÅ ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔÉ\n"
-#: main.c:1440
+#: main.c:1408
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() ÐÒÉ×ÏÄÉÔ Ë ÎÅÂÏÌØÛÏÍÕ ÓÎÉÖÅÎÉÀ ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔÉ\n"
-#: main.c:1445
+#: main.c:1413
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT ×ÌÅÞÅÔ ÚÎÁÞÉÔÅÌØÎÏÅ ÓÎÉÖÅÎÉÅ ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔÉ\n"
-#: main.c:1449
+#: main.c:1417
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr ""
-#: main.c:1462
+#: main.c:1430
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT ÎÅ ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎ ×ÍÅÓÔÅ Ó -f ÉÌÉ -F"
-#: main.c:1465
+#: main.c:1433
#, c-format
msgid "%option yylineno cannot be used with -f or -F"
msgstr "%option yylineno ÎÅ ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎ Ó -f ÉÌÉ -F"
-#: main.c:1468
+#: main.c:1436
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr ""
-#: main.c:1599
+#: main.c:1567
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass ÉÍÅÅÔ ÓÍÙÓÌ ÔÏÌØËÏ ÄÌÑ ÓËÁÎÅÒÏ× ÎÁ C++"
-#: main.c:1703
+#: main.c:1671
#, c-format
-msgid "Usage: %s [OPTIONS] [FILE]...\n"
+msgid "%s [OPTIONS...] [file...]\n"
msgstr ""
-#: main.c:1706
+#: main.c:1674
#, c-format
msgid ""
-"Generates programs that perform pattern-matching on text.\n"
-"\n"
-"Table Compression:\n"
+"Table Compression: (default is -Cem)\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"
@@ -453,7 +460,6 @@ msgid ""
" -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"
@@ -488,7 +494,6 @@ msgid ""
" -R, --reentrant generate a reentrant C scanner\n"
" -Rb, --reentrant-bison reentrant scanner for bison pure parser.\n"
" --stdinit initialize yyin/yyout to stdin/stdout\n"
-" --nounistd do not include <unistd.h>\n"
" --noFUNCTION do not generate a particular FUNCTION\n"
"\n"
"Miscellaneous:\n"
@@ -586,95 +591,65 @@ msgstr "ÎÁÊÄÅÎÏ ÓÌÉÛËÏÍ ÍÎÏÇÏ ÐÅÒÅÈÏÄÏ× × mkxtion()"
msgid "too many rules (> %d)!"
msgstr "ÓÌÉÛËÏÍ ÍÎÏÇÏ ÐÒÁ×ÉÌ (> %d)!"
-#: scan.l:140
-#, fuzzy, no-c-format
+#: scan.l:139
+#, fuzzy, c-format
msgid "unrecognized '%' directive"
msgstr "ÎÅÒÁÓÐÏÚÎÁÎÎÁÑ '%' ÄÉÒÅËÔÉ×Á"
-#: scan.l:207
+#: scan.l:206
msgid "incomplete name definition"
msgstr "ÎÅÐÏÌÎÏÅ ÏÐÒÅÄÅÌÅÎÉÅ ÉÍÅÎÉ"
-#: scan.l:315
+#: scan.l:313
#, c-format
msgid "unrecognized %%option: %s"
msgstr "ÎÅÒÁÓÐÏÚÎÁÎÎÙÊ %%option: %s"
-#: scan.l:442 scan.l:542
+#: scan.l:440 scan.l:540
msgid "bad character class"
msgstr "ÎÅ×ÅÒÎÙÊ ËÌÁÓÓ ÓÉÍ×ÏÌÁ"
-#: scan.l:474
+#: scan.l:472
#, c-format
msgid "undefined definition {%s}"
msgstr "ÎÅÏÐÒÅÄÅÌÅÎÎÏÅ ÏÐÒÅÄÅÌÅÎÉÅ {%s}"
-#: scan.l:510
+#: scan.l:508
#, c-format
msgid "bad <start condition>: %s"
msgstr "ÎÅ×ÅÒÎÏÅ <ÎÁÞÁÌØÎÏÅ ÕÓÌÏ×ÉÅ>: %s"
-#: scan.l:523
+#: scan.l:521
msgid "missing quote"
msgstr "ÏÔÓÕÔÓÔ×ÕÀÔ ËÁ×ÙÞËÉ"
-#: scan.l:563
+#: scan.l:561
#, c-format
msgid "bad character class expression: %s"
msgstr "ÎÅ×ÅÒÎÏÅ ×ÙÒÁÖÅÎÉÅ ËÌÁÓÓÁ ÓÉÍ×ÏÌÁ: %s"
-#: scan.l:579
+#: scan.l:577
msgid "bad character inside {}'s"
msgstr "ÎÅ×ÅÒÎÙÊ ÓÉÍ×ÏÌ ×ÎÕÔÒÉ {}"
-#: scan.l:585
+#: scan.l:583
msgid "missing }"
msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ }"
-#: scan.l:658
+#: scan.l:656
msgid "EOF encountered inside an action"
msgstr "×ÓÔÒÅÞÅÎ EOF ×ÎÕÔÒÉ ÄÅÊÓÔ×ÉÑ"
-#: scan.l:678
+#: scan.l:676
#, c-format
msgid "bad character: %s"
msgstr "ÎÅ×ÅÒÎÙÊ ÓÉÍ×ÏÌ: %s"
-#: scan.l:707
+#: scan.l:705
#, c-format
msgid "can't open %s"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s"
-#: scanopt.c:267
-#, c-format
-msgid "Usage: %s [OPTIONS]...\n"
-msgstr ""
-
-#: scanopt.c:516
-#, c-format
-msgid "option `%s' doesn't allow an argument\n"
-msgstr ""
-
-#: scanopt.c:519
-#, c-format
-msgid "option `%s' requires an argument\n"
-msgstr ""
-
-#: scanopt.c:522
-#, c-format
-msgid "option `%s' is ambiguous\n"
-msgstr ""
-
-#: scanopt.c:525
-#, fuzzy, c-format
-msgid "Unrecognized option `%s'\n"
-msgstr "ÎÅÒÁÓÐÏÚÎÁÎÎÙÊ %%option: %s"
-
-#: scanopt.c:528
-#, c-format
-msgid "Unknown error=(%d)\n"
-msgstr ""
-
#: sym.c:100
msgid "symbol table memory allocation failed"
msgstr "ÏÛÉÂËÁ ÐÒÉ ×ÙÄÅÌÅÎÉÉ ÐÁÍÑÔÉ ÐÏÄ ÓÉÍ×ÏÌÙ"
@@ -701,14 +676,6 @@ msgstr "íÅÔËÁ ËÏÎÃÁ\n"
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "*þÔÏ-ÔÏ ÎÅ ÔÁË* - tok: %d val: %d\n"
-#, fuzzy
-#~ msgid ""
-#~ "For usage, try\n"
-#~ "\t%s --help\n"
-#~ msgstr ""
-#~ "%s: ÎÅÉÚ×ÅÓÔÎÙÊ ËÌÀÞ '%c'. ðÏÐÒÏÂÕÊÔÅ\n"
-#~ "\t%s --help ÄÌÑ ÐÏÌÕÞÅÎÉÑ ÐÏÄÒÏÂÎÏÇÏ ÏÐÉÓÁÎÉÑ\n"
-
#~ msgid "-P flag must be given separately"
#~ msgstr "ÆÌÁÇ -P ÄÏÌÖÅÎ ÂÙÔØ ÕËÁÚÁÎ ÏÔÄÅÌØÎÏ"
@@ -749,10 +716,13 @@ msgstr "*þÔÏ-ÔÏ ÎÅ ÔÁË* - tok: %d val: %d\n"
#~ msgstr "\t-n ËÌÀÞ ÄÌÑ ÓÏÍÅÓÔÉÍÏÓÔÉ Ó POSIX (ÎÉÞÅÇÏ ÎÅ ÄÅÌÁÅÔ)\n"
#~ msgid "\t-p generate performance report to stderr\n"
-#~ msgstr "\t-p ×Ù×ÏÄÉÔØ ÏÔÞÅÔ Ï ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔÉ ÎÁ ÓÔÁÎÄÁÒÔÎÙÊ ×Ù×ÏÄ ÏÛÉÂËÉ\n"
+#~ msgstr ""
+#~ "\t-p ×Ù×ÏÄÉÔØ ÏÔÞÅÔ Ï ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔÉ ÎÁ ÓÔÁÎÄÁÒÔÎÙÊ ×Ù×ÏÄ ÏÛÉÂËÉ\n"
#~ msgid "\t-s suppress default rule to ECHO unmatched text\n"
-#~ msgstr "\t-s ÐÏÄÁ×ÌÑÔØ ÐÒÁ×ÉÌÏ ÐÏ ÕÍÏÌÞÁÎÉÀ ÄÌÑ ïôïâòáöåîéñ ÔÅËÓÔÁ, ËÏÔÏÒÙÊ ÎÅ ÐÏÄÏÛÅÌ ÎÉ Ë ÏÄÎÏÍÕ ÐÒÁ×ÉÌÕ\n"
+#~ msgstr ""
+#~ "\t-s ÐÏÄÁ×ÌÑÔØ ÐÒÁ×ÉÌÏ ÐÏ ÕÍÏÌÞÁÎÉÀ ÄÌÑ ïôïâòáöåîéñ ÔÅËÓÔÁ, ËÏÔÏÒÙÊ ÎÅ "
+#~ "ÐÏÄÏÛÅÌ ÎÉ Ë ÏÄÎÏÍÕ ÐÒÁ×ÉÌÕ\n"
#~ msgid "\t-t write generated scanner on stdout instead of %s\n"
#~ msgstr "\t-t ×ÙÄÁ×ÁÔØ ÓÏÚÄÁÎÎÙÊ ÓËÁÎÅÒ ÎÁ ÓÔÁÎÄÁÒÔÎÙÊ ×Ù×ÏÄ ×ÍÅÓÔÏ %s\n"
@@ -797,22 +767,27 @@ msgstr "*þÔÏ-ÔÏ ÎÅ ÔÁË* - tok: %d val: %d\n"
#~ msgstr "\t-C ÕËÁÚÁÔØ ÓÔÅÐÅÎØ ÓÖÁÔÉÑ ÔÁÂÌÉÃ (ÐÏ ÕÍÏÌÞÁÎÉÀ -Cem):\n"
#~ msgid "\t\t-Ca trade off larger tables for better memory alignment\n"
-#~ msgstr "\t\t-Ca ÄÏÐÕÓËÁÔØ ÂÏÌØÛÉÊ ÒÁÚÍÅÒ ÔÁÂÌÉà ÄÌÑ ÌÕÞÛÅÇÏ ×ÙÒÁ×ÎÉ×ÁÎÉÑ × ÐÁÍÑÔÉ\n"
+#~ msgstr ""
+#~ "\t\t-Ca ÄÏÐÕÓËÁÔØ ÂÏÌØÛÉÊ ÒÁÚÍÅÒ ÔÁÂÌÉà ÄÌÑ ÌÕÞÛÅÇÏ ×ÙÒÁ×ÎÉ×ÁÎÉÑ × "
+#~ "ÐÁÍÑÔÉ\n"
#~ msgid "\t\t-Ce construct equivalence classes\n"
#~ msgstr "\t\t-Ce ÓÏÚÄÁ×ÁÔØ ËÌÁÓÓÙ ÜË×É×ÁÌÅÎÔÎÏÓÔÉ\n"
#~ msgid "\t\t-Cf do not compress scanner tables; use -f representation\n"
-#~ msgstr "\t\t-Cf ÎÅ ÓÖÉÍÁÔØ ÔÁÂÌÉÃÙ ÓËÁÎÅÒÁ; ÉÓÐÏÌØÚÏ×ÁÔØ -f ÐÒÅÄÓÔÁ×ÌÅÎÉÅ\n"
+#~ msgstr ""
+#~ "\t\t-Cf ÎÅ ÓÖÉÍÁÔØ ÔÁÂÌÉÃÙ ÓËÁÎÅÒÁ; ÉÓÐÏÌØÚÏ×ÁÔØ -f ÐÒÅÄÓÔÁ×ÌÅÎÉÅ\n"
#~ msgid "\t\t-CF do not compress scanner tables; use -F representation\n"
-#~ msgstr "\t\t-CF ÎÅ ÓÖÉÍÁÔØ ÔÁÂÌÉÃÙ ÓËÁÎÅÒÁ; ÉÓÐÏÌØÚÏ×ÁÔØ -F ÐÒÅÄÓÔÁ×ÌÅÎÉÅ\n"
+#~ msgstr ""
+#~ "\t\t-CF ÎÅ ÓÖÉÍÁÔØ ÔÁÂÌÉÃÙ ÓËÁÎÅÒÁ; ÉÓÐÏÌØÚÏ×ÁÔØ -F ÐÒÅÄÓÔÁ×ÌÅÎÉÅ\n"
#~ msgid "\t\t-Cm construct meta-equivalence classes\n"
#~ msgstr "\t\t-Cm ÓÏÚÄÁ×ÁÔØ ËÌÁÓÓÙ ÍÅÔÁÜË×É×ÁÌÅÎÔÎÏÓÔÉ\n"
#~ msgid "\t\t-Cr use read() instead of stdio for scanner input\n"
-#~ msgstr "\t\t-Cr ÉÓÐÏÌØÚÏ×ÁÔØ read() ×ÍÅÓÔÏ stdio ÄÌÑ ×ÈÏÄÎÙÈ ÄÁÎÎÙÈ ÓËÁÎÅÒÁ\n"
+#~ msgstr ""
+#~ "\t\t-Cr ÉÓÐÏÌØÚÏ×ÁÔØ read() ×ÍÅÓÔÏ stdio ÄÌÑ ×ÈÏÄÎÙÈ ÄÁÎÎÙÈ ÓËÁÎÅÒÁ\n"
#~ msgid "\t-o specify output filename\n"
#~ msgstr "\t-o ÕËÁÚÁÔØ ÉÍÑ ×ÙÈÏÄÎÏÇÏ ÆÁÊÌÁ\n"
diff --git a/po/sv.po b/po/sv.po
index 7145080..b753f00 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2.5.6\n"
-"POT-Creation-Date: 2002-04-21 14:53-0400\n"
+"POT-Creation-Date: 2002-04-18 08:56-0400\n"
"PO-Revision-Date: 2002-04-19 01:20+0200\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -782,10 +782,8 @@ msgstr "*Något märkligt* - tecken: %d värde: %d\n"
#~ msgid "-C flag must be given separately"
#~ msgstr "flaggan -C måste anges separat"
-#~ msgid ""
-#~ "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n"
-#~ msgstr ""
-#~ "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -outfil -Pprefix -Smallfil]\n"
+#~ msgid "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n"
+#~ msgstr "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -outfil -Pprefix -Smallfil]\n"
#~ msgid "\t[--help --version] [file ...]\n"
#~ msgstr "\t[--help --version] [fil ...]\n"
@@ -818,8 +816,7 @@ msgstr "*Något märkligt* - tecken: %d värde: %d\n"
#~ msgstr "\t-p skicka rapport om utförandet till standard fel\n"
#~ msgid "\t-s suppress default rule to ECHO unmatched text\n"
-#~ msgstr ""
-#~ "\t-s undertryck standardregeln att skriva ut text som ej kunde matchas\n"
+#~ msgstr "\t-s undertryck standardregeln att skriva ut text som ej kunde matchas\n"
#~ msgid "\t-t write generated scanner on stdout instead of %s\n"
#~ msgstr "\t-t skriv den skapade inläsaren till standard ut i stället för %s\n"
diff --git a/po/tr.po b/po/tr.po
index b9e040e..c5dd132 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: flex 2002.3.12a\n"
-"POT-Creation-Date: 2002-04-21 14:53-0400\n"
+"POT-Creation-Date: 2002-03-12 12:07-0500\n"
"PO-Revision-Date: 2002-03-15 11:33GMT+200\n"
"Last-Translator: Altuð Bayram <altugbayram_2000@yahoo.com>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
@@ -104,348 +104,350 @@ msgstr ""
"\n"
"Ara-Denklik Sýnýflarý:\n"
-#: main.c:163
+#: main.c:155
msgid "rule cannot be matched"
msgstr "kural eþlenemdi"
-#: main.c:168
+#: main.c:160
msgid "-s option given but default rule can be matched"
msgstr "-s seçeneði verilmiþ fakat öntanýmlý kural eþlenebilmeli"
-#: main.c:201
+#: main.c:184
msgid "Can't use -+ with -l option"
msgstr "-+'yi -l seçeneði ile kullanma"
-#: main.c:204
+#: main.c:187
msgid "Can't use -f or -F with -l option"
msgstr "-f veya -F'yi -l seçeneði ile kullanma"
-#: main.c:207
+#: main.c:190
msgid "Can't use -R or -Rb with -l option"
msgstr "-R veya -Rb -l seçeneði ile kullanýlmaz"
-#: main.c:221
+#: main.c:203
msgid "Can't specify header option if writing to stdout."
msgstr "Eðer stdout'a yazýlacaksa baþlýk seçeneðini belirtme"
-#: main.c:247
+#: main.c:229
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "-Cf/-CF ve -Cm birlikte hassas deðillerdir"
-#: main.c:250
+#: main.c:232
msgid "-Cf/-CF and -I are incompatible"
msgstr "-Cf/-CF ve -I uyumsuzdur"
-#: main.c:254
+#: main.c:236
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF lex-uyumluluk kipi ile uyumsuzdur"
-#: main.c:258
+#: main.c:240
#, c-format
msgid "-Cf/-CF and %option yylineno are incompatible"
msgstr "-Cf/-CF ve %option yylineno uyumsuz"
-#: main.c:261
+#: main.c:243
msgid "-Cf and -CF are mutually exclusive"
msgstr "-Cf ve -CF karþýlýklý dýþarlayandýr"
-#: main.c:265
+#: main.c:247
msgid "Can't use -+ with -CF option"
msgstr "-+ yi -CF seçeneði ile kullanma"
-#: main.c:269
+#: main.c:251
#, c-format
msgid "%array incompatible with -+ option"
msgstr "%array -+ seçeneði ile uyumsuz"
-#: main.c:274
+#: main.c:256
msgid "Options -+ and -R are mutually exclusive."
msgstr "-+ ve -R seçenekleri karþýlýklý dýþarlayandýr."
-#: main.c:326 main.c:522
+#: main.c:308 main.c:494
#, c-format
msgid "could not create %s"
msgstr "%s yaratýlamadý"
-#: main.c:332
+#: main.c:314
#, c-format
msgid "can't open skeleton file %s"
msgstr "iskelet dosyasý %s açýlamadý"
-#: main.c:490
+#: main.c:472
#, c-format
msgid "input error reading skeleton file %s"
msgstr "iskelet dosyasý %s okunurken girdi hatasý"
-#: main.c:494
+#: main.c:476
#, c-format
msgid "error closing skeleton file %s"
msgstr "iskelet dosyasý kapatýlýrken hata: %s"
-#: main.c:688
+#: main.c:659
#, c-format
msgid "error creating header file %s"
msgstr "baþlýk dosyasý %s'i oluþtururken hata"
-#: main.c:696
+#: main.c:667
#, c-format
msgid "error writing output file %s"
msgstr "çýktý dosyasý yazýlýrken hata: %s"
-#: main.c:700
+#: main.c:671
#, c-format
msgid "error closing output file %s"
msgstr "çýktý dosyasý kapatýlýrken hata: %s"
-#: main.c:704
+#: main.c:675
#, c-format
msgid "error deleting output file %s"
msgstr "çýktý dosyasý %s silinirken hata"
-#: main.c:712
+#: main.c:683
msgid "No backing up.\n"
msgstr "Yedekleme yok.\n"
-#: main.c:715
+#: main.c:686
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d yedeklenmiþ (kabul-edilmeyen) durum.\n"
-#: main.c:719
+#: main.c:690
msgid "Compressed tables always back up.\n"
msgstr "Sýkýþtýrýlmýþ tablolar daima yedeklidir.\n"
-#: main.c:722
+#: main.c:693
#, c-format
msgid "error writing backup file %s"
msgstr "yedek dosyasý yazýlýrken hata: %s"
-#: main.c:726
+#: main.c:697
#, c-format
msgid "error closing backup file %s"
msgstr "yedek dosyasý kapatýlýrken hata: %s"
-#: main.c:732
+#: main.c:703
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s sürüm %s kullaným istatistikleri:\n"
-#: main.c:735
+#: main.c:706
msgid " scanner options: -"
msgstr " tarayýcý seçenekleri: -"
-#: main.c:813
+#: main.c:784
#, c-format
msgid " %d/%d NFA states\n"
msgstr " %d/%d NFA durumu\n"
-#: main.c:815
+#: main.c:786
#, c-format
msgid " %d/%d DFA states (%d words)\n"
msgstr " %d/%d DFA durumu (%d sözcük)\n"
-#: main.c:817
+#: main.c:788
#, c-format
msgid " %d rules\n"
msgstr " %d kural\n"
-#: main.c:821
+#: main.c:792
msgid " No backing up\n"
msgstr " Yedekleme yok\n"
-#: main.c:824
+#: main.c:795
#, c-format
msgid " %d backing-up (non-accepting) states\n"
msgstr " %d yedeklenmiþ (kabul-edilmeyen) durum\n"
-#: main.c:828
+#: main.c:799
msgid " Compressed tables always back-up\n"
msgstr " Sýkýþtýrýlmýþ tablolar daima yedeklenir\n"
-#: main.c:832
+#: main.c:803
msgid " Beginning-of-line patterns used\n"
msgstr " Baþlangýç-satýrý kalýplarý kullanýldý\n"
-#: main.c:834
+#: main.c:805
#, c-format
msgid " %d/%d start conditions\n"
msgstr " %d/%d baþlangýç þartlarý\n"
-#: main.c:837
+#: main.c:808
#, c-format
msgid " %d epsilon states, %d double epsilon states\n"
msgstr " %d epsilon durumu, %d çift epsilon durumu\n"
-#: main.c:841
+#: main.c:812
msgid " no character classes\n"
msgstr " karakter sýnýflarý yok\n"
-#: main.c:844
+#: main.c:815
#, 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:849
+#: main.c:820
#, c-format
msgid " %d state/nextstate pairs created\n"
msgstr " %d durumu/sonrakidurum çifti yaratýldý\n"
-#: main.c:851
+#: main.c:822
#, c-format
msgid " %d/%d unique/duplicate transitions\n"
msgstr " %d/%d tekil/çift geçiþler\n"
-#: main.c:857
+#: main.c:828
#, c-format
msgid " %d table entries\n"
msgstr " %d tablo girdileri\n"
-#: main.c:865
+#: main.c:836
#, c-format
msgid " %d/%d base-def entries created\n"
msgstr " %d/%d temel-taným girdileri yaratýldý\n"
-#: main.c:868
+#: main.c:839
#, 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:871
+#: main.c:842
#, 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:875
+#: main.c:846
#, c-format
msgid " %d empty table entries\n"
msgstr " %d boþ tablo girdileri\n"
-#: main.c:877
+#: main.c:848
#, c-format
msgid " %d protos created\n"
msgstr " %d prototip yaratýldý\n"
-#: main.c:880
+#: main.c:851
#, c-format
msgid " %d templates created, %d uses\n"
msgstr " %d aþblon yaratýldý, %d kullanýldý\n"
-#: main.c:888
+#: main.c:859
#, c-format
msgid " %d/%d equivalence classes created\n"
msgstr " %d/%d denk sýnýflar yaratýldý\n"
-#: main.c:896
+#: main.c:867
#, c-format
msgid " %d/%d meta-equivalence classes created\n"
msgstr " %d/%d ara-denklik sýnýflarý yaratýldý\n"
-#: main.c:901
+#: main.c:872
#, 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:903
+#: main.c:874
#, c-format
msgid " %d sets of reallocations needed\n"
msgstr " %d tekrar ayýrým kumesine ihtiyaç var\n"
-#: main.c:905
+#: main.c:876
#, c-format
msgid " %d total table entries needed\n"
msgstr " %d toplam tablo girdilerine ihtiyaç var\n"
-#: main.c:962
+#: main.c:933
msgid "Internal error. flexopts are malformed.\n"
msgstr "Ýç hata. flexopt'ler bozuk.\n"
-#: main.c:970
+#: main.c:941
#, c-format
-msgid "Try `%s --help' for more information.\n"
+msgid ""
+"For usage, try\n"
+"\t%s --help\n"
msgstr ""
+"Kullaným için, aþaðýdakini deneyin\n"
+"\t%s --help\n"
-#: main.c:1029
+#: main.c:1001
#, c-format
msgid "unknown -C option '%c'"
msgstr "bilinmeyen -C seçeneði '%c'"
-#: main.c:1108
+#: main.c:1080
#, c-format
msgid "unknown -R option '%c'"
msgstr "bilinmeyen -R seçeneði '%c'"
-#: main.c:1145
-#, fuzzy, c-format
-msgid "%s %s\n"
+#: main.c:1113
+#, c-format
+msgid "%s version %s\n"
msgstr "%s sürüm %s\n"
-#: main.c:1387
+#: main.c:1355
msgid "fatal parse error"
msgstr "ölümcül ayrýþtýrma hatasý"
-#: main.c:1399
+#: main.c:1367
#, c-format
msgid "could not create backing-up info file %s"
msgstr "yedekleme bilgi dosyasý %s yaratýlamadý"
-#: main.c:1421
+#: main.c:1389
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr "-l AT&T lex uyumluluðu seçeneði bir büyük baþarým kaybýna neden olur\n"
-#: main.c:1423
+#: main.c:1391
msgid " and may be the actual source of other reported performance penalties\n"
msgstr " ve belki diðer raporlanan baþarým kayýplarýnýn güncel kaynaðý\n"
-#: main.c:1429
+#: main.c:1397
#, c-format
msgid "%%option yylineno entails a large performance penalty\n"
msgstr "%%option yylineno bir büyük baþarým kaybýna neden olur\n"
-#: main.c:1436
+#: main.c:1404
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (etkileþimli) bir küçük baþarým kaybýna neden olur\n"
-#: main.c:1440
+#: main.c:1408
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() bir küçük baþarým kaybýna neden olur\n"
-#: main.c:1445
+#: main.c:1413
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT bir büyük baþarým kaybýna neden olur\n"
-#: main.c:1449
+#: main.c:1417
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr "Deðiþken izleme ortamý kurallarý bir büyük baþarým kaybýna neden olur\n"
-#: main.c:1462
+#: main.c:1430
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT -f veya -F ile kullanýlamadý"
-#: main.c:1465
+#: main.c:1433
#, c-format
msgid "%option yylineno cannot be used with -f or -F"
msgstr "%option yylineno -f veya -F ile kullanýlamaz"
-#: main.c:1468
+#: main.c:1436
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr "deðiþken izleme ortamý kurallarý -f veya -F ile kullanýlamaz"
-#: main.c:1599
+#: main.c:1567
#, 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:1703
-#, fuzzy, c-format
-msgid "Usage: %s [OPTIONS] [FILE]...\n"
+#: main.c:1671
+#, c-format
+msgid "%s [OPTIONS...] [file...]\n"
msgstr "%s [SEÇENEKLER...] [dosya...]\n"
-#: main.c:1706
-#, fuzzy, c-format
+#: main.c:1674
+#, c-format
msgid ""
-"Generates programs that perform pattern-matching on text.\n"
-"\n"
-"Table Compression:\n"
+"Table Compression: (default is -Cem)\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"
@@ -454,7 +456,6 @@ msgid ""
" -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"
@@ -489,7 +490,6 @@ msgid ""
" -R, --reentrant generate a reentrant C scanner\n"
" -Rb, --reentrant-bison reentrant scanner for bison pure parser.\n"
" --stdinit initialize yyin/yyout to stdin/stdout\n"
-" --nounistd do not include <unistd.h>\n"
" --noFUNCTION do not generate a particular FUNCTION\n"
"\n"
"Miscellaneous:\n"
@@ -638,95 +638,65 @@ msgstr "mkxtion() içinde çok fazla geçiþ bulundu"
msgid "too many rules (> %d)!"
msgstr "çok fazla kural (> %d)!"
-#: scan.l:140
+#: scan.l:139
#, no-c-format
msgid "unrecognized '%' directive"
msgstr "'%' bildirimi tanýnmadý"
-#: scan.l:207
+#: scan.l:206
msgid "incomplete name definition"
msgstr "eksik isim tanýmlamasý"
-#: scan.l:315
+#: scan.l:313
#, c-format
msgid "unrecognized %%option: %s"
msgstr "geçersiz %%seçenek: %s"
-#: scan.l:442 scan.l:542
+#: scan.l:440 scan.l:540
msgid "bad character class"
msgstr "hatalý karakter sýnýfý"
-#: scan.l:474
+#: scan.l:472
#, c-format
msgid "undefined definition {%s}"
msgstr "belirsiz taným {%s}"
-#: scan.l:510
+#: scan.l:508
#, c-format
msgid "bad <start condition>: %s"
msgstr "hatalý <baþlangýç þartý>: %s"
-#: scan.l:523
+#: scan.l:521
msgid "missing quote"
msgstr "eksik çift týrnak"
-#: scan.l:563
+#: scan.l:561
#, c-format
msgid "bad character class expression: %s"
msgstr "bozuk karakter sýnýfý ifadesi: %s"
-#: scan.l:579
+#: scan.l:577
msgid "bad character inside {}'s"
msgstr "{}'ler içinde hatalý karakter"
-#: scan.l:585
+#: scan.l:583
msgid "missing }"
msgstr "kayýp }"
-#: scan.l:658
+#: scan.l:656
msgid "EOF encountered inside an action"
msgstr "bir eylem içinde EOF ile karþýlaþýldý"
-#: scan.l:678
+#: scan.l:676
#, c-format
msgid "bad character: %s"
msgstr "hatalý karakter: %s"
-#: scan.l:707
+#: scan.l:705
#, c-format
msgid "can't open %s"
msgstr "%s açýlamýyor"
-#: scanopt.c:267
-#, fuzzy, c-format
-msgid "Usage: %s [OPTIONS]...\n"
-msgstr "%s [SEÇENEKLER...] [dosya...]\n"
-
-#: scanopt.c:516
-#, c-format
-msgid "option `%s' doesn't allow an argument\n"
-msgstr ""
-
-#: scanopt.c:519
-#, c-format
-msgid "option `%s' requires an argument\n"
-msgstr ""
-
-#: scanopt.c:522
-#, c-format
-msgid "option `%s' is ambiguous\n"
-msgstr ""
-
-#: scanopt.c:525
-#, fuzzy, c-format
-msgid "Unrecognized option `%s'\n"
-msgstr "geçersiz %%seçenek: %s"
-
-#: scanopt.c:528
-#, c-format
-msgid "Unknown error=(%d)\n"
-msgstr ""
-
#: sym.c:100
msgid "symbol table memory allocation failed"
msgstr "simge tablosu hafýza ayýrýmý baþarýsýz"
@@ -752,10 +722,3 @@ msgstr "Bitiþ Ýþaretçisi\n"
#, c-format
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "*Birþey Anlaþýlmaz* -andaç: %d deðer: %d\n"
-
-#~ msgid ""
-#~ "For usage, try\n"
-#~ "\t%s --help\n"
-#~ msgstr ""
-#~ "Kullaným için, aþaðýdakini deneyin\n"
-#~ "\t%s --help\n"