From: John Millaway Date: Tue, 14 Feb 2006 18:55:42 +0000 (+0000) Subject: Added check for locale.h and libintl.h in configure script. X-Git-Tag: flex-2-5-33~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0bb940a14ae8eea34244a50523bdfbdf8637f2b;p=flex Added check for locale.h and libintl.h in configure script. --- diff --git a/configure.in b/configure.in index a6bbd93..0b021f0 100644 --- a/configure.in +++ b/configure.in @@ -82,6 +82,7 @@ AC_HEADER_STDC AC_CHECK_HEADERS(unistd.h stdbool.h netinet/in.h limits.h) AC_CHECK_HEADERS( sys/wait.h sys/params.h) AC_CHECK_HEADERS(cunistd) +AC_CHECK_HEADERS(locale.h libintl.h) dnl checks for types diff --git a/main.c b/main.c index 101ead8..f28c5da 100644 --- a/main.c +++ b/main.c @@ -209,9 +209,11 @@ int main (argc, argv) char *argv[]; { #if ENABLE_NLS +#if HAVE_LOCALE_H setlocale (LC_MESSAGES, ""); textdomain (PACKAGE); bindtextdomain (PACKAGE, LOCALEDIR); +#endif #endif return flex_main (argc, argv); diff --git a/po/ca.po b/po/ca.po index 92c1921..46376e9 100644 --- a/po/ca.po +++ b/po/ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: flex 2.5.31\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2003-11-07 14:33+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" @@ -24,14 +24,17 @@ msgid "dangerous trailing context" msgstr "Context posterior perillós" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " números de línia associats a la regla:" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr " fi de transicions: " #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -156,242 +159,249 @@ msgstr "No s'ha pogut escriure eoltbl" msgid "Could not write yynultrans_tbl" msgstr "No s'ha pogut escriure yynultrans_tbl" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "la regla no es pot satisfer" -#: main.c:181 +#: main.c:192 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:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "No es pot fer servir -+ amb l'opció -l" -#: main.c:221 +#: main.c:232 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:225 +#: main.c:236 msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "No es pot fer servir --reentrant o --bison-bridge amb l'opció -l" -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "-Cf/-CF i -Cm no tenen sentit juntes" -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "-Cf/-CF i -I són incompatibles" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "-Cf/-CF són incompatibles amb el mode de compatibilitat amb lex" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "-Cf i -CF són mútuament excloents" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "No es pot fer servir -+ amb l'opció -CF" -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "%array incompatible amb l'opció -+" -#: main.c:286 +#: main.c:297 msgid "Options -+ and --reentrant are mutually exclusive." msgstr "Les opcions -+ i --reentrant són mútuament excloents" -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "No es suporta «bison bridge» per a l'analitzador de C++" -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "no s'ha pogut crear %s" -#: main.c:402 +#: main.c:413 msgid "could not write tables header" msgstr "no s'ha pogut crear la capçalera de les taules" -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "No es pot obrir el fitxer d'esquema %s" -#: main.c:487 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "error d'entrada al llegir el fitxer d'esquema %s" -#: main.c:491 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "error al tancar el fitxer d'esquema %s" -#: main.c:675 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "error al crear el fitxer de capçalera %s" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "error al escriure el fitxer d'eixida %s" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "error al tancar el fitxer d'eixida %s" -#: main.c:691 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "error al borrar el fitxer d'eixida %s" -#: main.c:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "No hi ha retrocés.\n" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "%d estats de retrocés (no-acceptació).\n" -#: main.c:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "Les taules comprimides sempre impliquen un retard.\n" -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "error al escriure el fitxer de còpia de seguretat %s" -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "error al tancar el fitxer de còpia de seguretat %s" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "%s versió %s estadístiques d'ús:\n" -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " opcions de l'analitzador: -" # NFA == Autómata finit no-determinista. jm -#: main.c:800 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr " %d/%d estats AFN\n" # DFA == Autómata finit deterministic. jm -#: main.c:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d estats AFD (%d paraules)\n" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d regles\n" -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr " Sense retrocés\n" -#: main.c:813 +#: main.c:824 #, 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:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " Sempre es realitza còpia de seguretat de les taules comprimides\n" -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " Utilitzats patrons de principi-de-línia\n" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d condicions d'activació\n" -#: main.c:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr " %d estats èpsilon, %d estats doble èpsilon\n" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " sense classes de caràcter\n" -#: main.c:836 +#: main.c:847 #, 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:841 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr " %d parells estat/estat-següent creats\n" -#: main.c:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d transicions úniques/duplicades\n" -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d entrades de la taula\n" -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " %d/%d entrades base-def creades\n" -#: main.c:861 +#: main.c:872 #, c-format msgid " %d/%d (peak %d) nxt-chk entries created\n" msgstr " %d/%d (pic %d) entrades nxt-chk creades\n" -#: main.c:865 +#: main.c:876 #, 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:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d entrades de la tabla buides\n" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " %d prototips creats\n" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " %d plantilles creades, %d usos\n" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " %d/%d classes d'equivalència creades\n" -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " %d/%d classes de meta-equivalència creades\n" @@ -400,63 +410,66 @@ msgstr " %d/%d classes de meta-equival # 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:896 +#: main.c:907 #, 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:898 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr " es necessiten %d conjunts de relocalització\n" -#: main.c:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " es necessiten %d entrades totals de la taula\n" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "Error intern. Els flexopts estan malformats.\n" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Proveu «%s --help» per a obtindre més informació.\n" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "opció de -C desconeguda «%c»" -#: main.c:1171 +#: main.c:1182 #, c-format msgid "%s %s\n" msgstr "%s %s\n" # Hmm. No se si açò està be. jm -#: main.c:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "error fatal al analitzar sintàcticament" -#: main.c:1478 +#: main.c:1489 #, 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:1499 +#: main.c:1510 +#, c-format msgid "-l AT&T lex compatibility option entails a large performance penalty\n" msgstr "" "-l l'opció de compatibilitat amb AT&T lex implica una penalització del " "rendiment molt gran\n" -#: main.c:1502 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" msgstr "" " i pot ser l'origen real d'altres penalitzacions del rendiment notificades\n" -#: main.c:1508 +#: main.c:1519 #, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " @@ -465,44 +478,48 @@ msgstr "" "l'%%opció yylineno implica una penalització del rendiment NOMÉS en regles " "que poden fer coincidir caràcters de nova línia\n" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "-I (interactiu) implica una xicoteta penalització del rendiment\n" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "yymore() implica una xicoteta penalització del rendiment\n" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "REJECT implica una penalització del rendiment molt gran\n" -#: main.c:1531 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "" "Les regles de context posterior variable implica una penalització del " "rendiment molt gran\n" -#: main.c:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "REJECT no es pot fer servir amb -f o -F" -#: main.c:1546 +#: main.c:1557 #, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "l'%opció yylineno no es pot fer servir amb REJECT" -#: main.c:1549 +#: main.c:1560 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" -#: main.c:1665 +#: main.c:1675 #, 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:1772 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "Forma d'ús: %s [OPCIONS] [FITXER]...\n" @@ -511,7 +528,7 @@ msgstr "Forma d' # 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:1775 +#: main.c:1785 #, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -703,6 +720,7 @@ msgid "state # %4d\t" msgstr "estat # %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** final del volcat\n" @@ -888,6 +906,7 @@ msgid "premature EOF" msgstr "EOF prematur" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "Marcador de fi\n" diff --git a/po/da.po b/po/da.po index 39b99a3..3836257 100644 --- a/po/da.po +++ b/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: flex 2002.3.12a\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2002-03-27 09:12+0100\n" "Last-Translator: Keld Simonsen \n" "Language-Team: Danish \n" @@ -25,14 +25,17 @@ msgid "dangerous trailing context" msgstr "farlig efterfølgende kontekst" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " linjenummer for associeret regel:" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr " ud-overgange: " #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -162,347 +165,361 @@ msgstr "kunne ikke oprette %s" msgid "Could not write yynultrans_tbl" msgstr "" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "reglen kan ikke matches" -#: main.c:181 +#: main.c:192 msgid "-s option given but default rule can be matched" msgstr "flaget -s angivet, men standardreglen kan følges" -#: main.c:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "-+ kan ikke bruges sammen med flaget -l" -#: main.c:221 +#: main.c:232 msgid "Can't use -f or -F with -l option" msgstr "-f eller -F kan ikke bruges sammen med -l" -#: main.c:225 +#: main.c:236 #, fuzzy msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "-R eller -Rb kan ikke bruges sammen med -l" -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "-Cf/-CF og -Cm kan ikke bruges sammen" -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "-Cf/-CF og -I kan ikke bruges sammen" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "-Cf/-CF kan ikke bruges i lex-kompatibilitetstilstand" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "-Cf og -CF er gensidigt udelukkende" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "-+ kan ikke bruges sammen med flaget -CF" -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "-+ kan ikke bruges sammen med %array" -#: main.c:286 +#: main.c:297 #, fuzzy msgid "Options -+ and --reentrant are mutually exclusive." msgstr "Flagene -+ og -R er gensidigt udelukkende." -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "" -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "kunne ikke oprette %s" -#: main.c:402 +#: main.c:413 #, fuzzy msgid "could not write tables header" msgstr "kunne ikke oprette %s" -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "kan ikke åbne skabelonfilen %s" -#: main.c:487 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "fejl ved læsning af skabelonsfilen %s" -#: main.c:491 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "fejl ved lukning af skabelonfilen %s" -#: main.c:675 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "fejl ved oprettelsen af headerfilen %s" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "fejl ved skrivning af udfilen %s" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "fejl ved lukning af udfilen %s" -#: main.c:691 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "fejl ved sletning af udfilen %s" -#: main.c:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "Ingen sikkerhedskopiering.\n" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "%d sikkerhedskopierer (ikke-accepterende) tilstande.\n" -#: main.c:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "Komprimerete tabeller backer alltid tillbaka.\n" -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "fejl ved skrivning af sikkerhedskopifilen %s" -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "fejl ved lukning af sikerhedskopifilen %s" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "Statistik over brugaf %s version %s:\n" -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " fortolkningsflag: -" -#: main.c:800 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr " %d/%d NFA-tilstand\n" -#: main.c:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d DFA-tilstand (%d ord)\n" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d regler\n" -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr " Ingen sikkerhedskopiering\n" -#: main.c:813 +#: main.c:824 #, c-format msgid " %d backing-up (non-accepting) states\n" msgstr " %d sikkerhedskopierer (ikke-accepterende) tilstande.\n" -#: main.c:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " Komprimerede tabeller bakker altid tilbake\n" -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " Begyndelse-af-linje-mønster brugt\n" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d startbetingelse\n" -#: main.c:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr " %d epsilontilstande, %d dobbelte epsilontilstande\n" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " ingen tegnklasser\n" -#: main.c:836 +#: main.c:847 #, 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:841 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr " %d par med tilstand/næste-tilstand oprettede\n" -#: main.c:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d unikke/duplikerede overgange\n" -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d tabelposter\n" -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " %d/%d base/standard-poster oprettede\n" -#: main.c:861 +#: main.c:872 #, 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:865 +#: main.c:876 #, 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:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d tomme tabelposter\n" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " %d prototyper oprettede\n" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " %d skabloner oprettede, %d formål\n" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " %d/%d ækvivalensklasser oprettet\n" -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " %d/%d meta-ækvivalensklasser oprettede\n" -#: main.c:896 +#: main.c:907 #, 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:898 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr " %d opsætninger med omallokeringer krævedes\n" -#: main.c:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " %d totale tabelposter kræves\n" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "Intern fejl. flexopts er fejlbehæftede.\n" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "ukendt flag til -C \"%c\"" -#: main.c:1171 +#: main.c:1182 #, fuzzy, c-format msgid "%s %s\n" msgstr "%s version %s\n" -#: main.c:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "uoprettelig fejl ved analysen" -#: main.c:1478 +#: main.c:1489 #, c-format msgid "could not create backing-up info file %s" msgstr "kunne ikke oprette sikkerhedskopi af info-fil %s" -#: main.c:1499 +#: main.c:1510 +#, c-format 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:1502 +#: main.c:1513 +#, c-format 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:1508 +#: main.c:1519 #, fuzzy, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " "newline characters\n" msgstr "%%option yylineno medfører en væsentlig præstationstab\n" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "-I (interaktiv) medfører et mindre præstationstab\n" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "yymore() medfører et mindre præstationstab\n" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "REJECT medfører et væsentligt præstationstab\n" -#: main.c:1531 +#: main.c:1542 +#, c-format 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:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "REJECT kan ikke bruges sammen med -f eller -F" -#: main.c:1546 +#: main.c:1557 #, fuzzy, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "%option yylineno kan ikke bruges sammen med -f eller -F" -#: main.c:1549 +#: main.c:1560 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:1665 +#: main.c:1675 #, c-format msgid "%option yyclass only meaningful for C++ scanners" msgstr "%option yyclass er kun meningsfyldt for C++-fortolkere" -#: main.c:1772 +#: main.c:1782 #, fuzzy, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "%s [FLAG...] [fil...]\n" -#: main.c:1775 +#: main.c:1785 #, fuzzy, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -679,6 +696,7 @@ msgid "state # %4d\t" msgstr "tilstand %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** slut på udskrift\n" @@ -866,6 +884,7 @@ msgid "premature EOF" msgstr "for tidlig filslut" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "Slutmarkering\n" diff --git a/po/de.po b/po/de.po index ac51fcf..fd173c5 100644 --- a/po/de.po +++ b/po/de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: flex 2.5.19\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2002-09-11 10:23:07+0200\n" "Last-Translator: Michael Piefel \n" "Language-Team: German \n" @@ -24,14 +24,17 @@ msgid "dangerous trailing context" msgstr "gefährlicher folgender Kontext" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " verbundene Regelzeilennummern" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr " Aus-Übergänge: " #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -159,348 +162,362 @@ msgstr "Konnte ecstbl nicht schreiben" msgid "Could not write yynultrans_tbl" msgstr "Konnte yynultrans_tbl nicht schreiben" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "Regel kann nicht passen" -#: main.c:181 +#: main.c:192 msgid "-s option given but default rule can be matched" msgstr "»-s«-Option gegeben, aber Vorgabe-Regel kann nicht passen" -#: main.c:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "Kann nicht »-+« zusammen mit »-l«-Option verwenden" -#: main.c:221 +#: main.c:232 msgid "Can't use -f or -F with -l option" msgstr "Kann nicht »-f« oder »-F« mit »-l«-Option verwenden" -#: main.c:225 +#: main.c:236 #, fuzzy msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "Kann nicht »-R« oder »-Rb« mit »-l«-Option verwenden" -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "»-Cf«/»-CF« und »-Cm« machen zusammen keinen Sinn" -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "»-Cf«/»-CF« und »-I« sind inkompatibel" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "»-Cf«/»-CF« sind inkompatibel mit lex-Kompatibilitätsmodus" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "»-Cf« und »-CF« schließen sich gegenseitig aus" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "Kann nicht »-+« zusammen mit »-CF«-Option verwenden" -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "»%array« inkompatibel mit »-+«-Option" -#: main.c:286 +#: main.c:297 #, fuzzy msgid "Options -+ and --reentrant are mutually exclusive." msgstr "Optionen »-+« und »-R« schließen sich gegenseitig aus" -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "" -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "konnte %s nicht erzeugen" -#: main.c:402 +#: main.c:413 msgid "could not write tables header" msgstr "konnte Tabellenköpfe nicht schreiben" -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "kann Skelett-Datei %s nicht öffnen" -#: main.c:487 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "Eingabefehler beim Lesen der Skelett-Datei %s" -#: main.c:491 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "Fehler beim Schließen der Skelett-Datei %s" -#: main.c:675 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "Fehler beim Erstellen der Header-Datei %s" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "Fehler beim Schreiben der Ausgabe-Datei %s" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "Fehler beim Schließen der Ausgabe-Datei %s" -#: main.c:691 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "Fehler beim Löschen der Ausgabe-Datei %s" -#: main.c:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "Kein Backing-up.\n" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "%d Zustände mit Backing-up (nicht akzeptierend).\n" -#: main.c:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "Komprimierte Tabellen benutzen immer Backing-up.\n" -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "Fehler beim Schreiben der Backup-Datei %s" -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "Fehler beim Schließen der Backup-Datei %s" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "%s Version %s Benutzungsstatistiken:\n" -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " Scanner-Optionen: -" -#: main.c:800 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr " %d/%d NFA-Zustände\n" -#: main.c:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d DFA-Zustände (%d Wörter)\n" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d Regeln\n" -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr " Kein Backing-up.\n" -#: main.c:813 +#: 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:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " Komprimierte Tabellen benutzen immer Backing-up.\n" -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " Zeilenanfang-Muster benutzt\n" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d Startbedingungen\n" -#: main.c:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr " %d Epsilon-Zustände, %d Doppel-Epsilon-Zustände\n" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " keine Zeichenklassen\n" -#: main.c:836 +#: main.c:847 #, 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:841 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr " %d Zustand/Nächster-Zustand-Paare erzeugt\n" -#: main.c:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d einzigartige/doppelte Übergänge\n" -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d Tabelleneinträge\n" -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " %d/%d Einträge »base-def« erzeugt\n" -#: main.c:861 +#: main.c:872 #, 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:865 +#: main.c:876 #, 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:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d leere Tabelleneinträge\n" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " %d Protos erzeugt\n" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " %d Schablonen erzeugt, %d Benutzungen\n" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " %d/%d Äquivalenz-Klassen erzeugt\n" -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " %d/%d Meta-Äquivalenz-Klassen erzeugt\n" -#: main.c:896 +#: main.c:907 #, c-format msgid " %d (%d saved) hash collisions, %d DFAs equal\n" msgstr " %d (%d gespeichert) Hash-Kollisionen, %d DFAs gleich\n" -#: main.c:898 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr " %d Sätze von Neuallozierungen benötigt\n" -#: main.c:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " %d Tabelleneinträge insgesamt benötigt\n" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "Interner Fehler. flexopts sind missgestaltet.\n" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Versuchen Sie es mit »%s --help« für mehr Informationen.\n" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "unbekannte »-C«-Option »%c«" -#: main.c:1171 +#: main.c:1182 #, c-format msgid "%s %s\n" msgstr "%s %s\n" -#: main.c:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "fataler Parse-Fehler" -#: main.c:1478 +#: main.c:1489 #, c-format msgid "could not create backing-up info file %s" msgstr "konnte Datei %s mit Informationen zum Backing-up nicht erzeugen" -#: main.c:1499 +#: main.c:1510 +#, c-format msgid "-l AT&T lex compatibility option entails a large performance penalty\n" msgstr "" "-l AT&T-lex-Kompatibilitätsmodus führt zu großen Geschwindigkeitseinbußen\n" -#: main.c:1502 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" msgstr "" " und ist möglicherweise die wirkliche Quelle anderer gemeldeter Einbußen\n" -#: main.c:1508 +#: main.c:1519 #, fuzzy, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " "newline characters\n" msgstr "%%option yylineno führt zu großen Geschwindigkeitseinbußen\n" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "-I (interaktiv) führt zu kleineren Geschwindigkeitseinbußen\n" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "yymore() führt zu kleineren Geschwindigkeitseinbußen\n" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "REJECT führt zu großen Geschwindigkeitseinbußen\n" -#: main.c:1531 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "" "Regeln mit variablem folgenden Kontext führen zu großen " "Geschwindigkeitseinbußen\n" -#: main.c:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "REJECT kann nicht mit »-f« oder »-F« zusammen verwendet werden" -#: main.c:1546 +#: main.c:1557 #, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "%option yylineno kann nicht mit REJECT zusammen verwendet werden" -#: main.c:1549 +#: main.c:1560 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:1665 +#: main.c:1675 #, c-format msgid "%option yyclass only meaningful for C++ scanners" msgstr "%option yyclass ist nur bei C++-Scannern sinnvoll" -#: main.c:1772 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "Aufruf: %s [OPTIONEN...] [DATEI...]\n" -#: main.c:1775 +#: main.c:1785 #, fuzzy, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -686,6 +703,7 @@ msgid "state # %4d\t" msgstr "Zustand # %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** end der Ausgabe\n" @@ -869,6 +887,7 @@ msgid "premature EOF" msgstr "vorzeitiges EOF" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "Endemarkierung\n" diff --git a/po/es.po b/po/es.po index cfb4b02..ff2cff0 100644 --- a/po/es.po +++ b/po/es.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU flex 2.5.8\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2003-01-02 12:06+0100\n" "Last-Translator: Nicolás García-Pedrajas \n" "Language-Team: Spanish \n" @@ -30,14 +30,17 @@ msgid "dangerous trailing context" msgstr "contexto posterior peligroso" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " números de línea asociados a la regla:" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr " fin de transiciones: " #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -192,25 +195,25 @@ msgstr "" # abierta con una cerrada, por ejemplo, pero no cuando se trata de ver # si una regla "matches" o no "matches". # creo que aplicar no qeuda mal ng+ -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "la regla no se puede aplicar" # ## re-redacto el mensaje. sv -#: main.c:181 +#: main.c:192 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:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "No se puede usar -+ con la opción -l" -#: main.c:221 +#: main.c:232 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:225 +#: main.c:236 #, fuzzy msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "No se pueden usar las opciones -R o -Rb con la opción -l" @@ -218,7 +221,7 @@ msgstr "No se pueden usar las opciones -R o -Rb con la opci # ¿juntos o juntas? # Creo que está bien así em # ok ng -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "-Cf/-CF y -Cm no tienen sentido juntos" @@ -227,42 +230,42 @@ msgstr "-Cf/-CF y -Cm no tienen sentido juntos" # entonces lo dejo ng # Yo creo que en este caso no hace falta porque se leería así: # "menos ce efe o menos ce efe mayúscula y menos I son incompatibles". sv -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "-Cf/-CF e -I son incompatibles" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "-Cf/-CF son incompatibles con el modo de compatibilidad con lex" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "-Cf y -CF son mutuamente excluyentes" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "No se puede usar -+ con la opción -CF" -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "%array incompatible con la opción -+" -#: main.c:286 +#: main.c:297 #, fuzzy msgid "Options -+ and --reentrant are mutually exclusive." msgstr "-+ y -R son mutuamente excluyentes" -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "" -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "no se pudo crear %s" -#: main.c:402 +#: main.c:413 #, fuzzy msgid "could not write tables header" msgstr "no se pudo crear %s" @@ -271,7 +274,7 @@ msgstr "no se pudo crear %s" # lo mismo de antes ng # Lo mismo que antes :) em # idem ng+ -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "no se puede abrir el archivo de esquema %s" @@ -292,45 +295,46 @@ msgstr "no se puede abrir el archivo de esquema %s" # que decida una tercera persona # # ## Cambio "leyendo" por "al leer", como en otras traducciones. sv -#: main.c:487 +#: main.c:498 #, 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:491 +#: main.c:502 #, 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:675 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "error al crear el archivo de cabecera %s" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "error al escribir el archivo de salida %s" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "error al cerrar el archivo de salida %s" -#: main.c:691 +#: main.c:702 #, 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:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "Sin retroceso.\n" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "%d estados de retroceso (no-aceptación).\n" @@ -340,12 +344,13 @@ msgstr "%d estados de retroceso (no-aceptaci # "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:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "Las tablas comprimidas siempre implican un retraso.\n" # Lo mismo, archivo de seguridad? em -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "error al escribir el archivo de seguridad %s" @@ -353,45 +358,47 @@ msgstr "error al escribir el archivo de seguridad %s" # En todas las traducciones que ha aparecido # he sugerido el uso de copia de seguridad em # ok ng -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "error al cerrar el archivo de copia de seguridad %s" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "%s versión %s estadísticas de uso:\n" -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " opciones del analizador: -" # NFA significa non-deterministic finite automata, así que lo he traducido # por AFN -#: main.c:800 +#: main.c:811 #, 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:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d estados AFD {%d palabras}\n" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d reglas\n" # Otra vez ;) em # modificado como en la anterior ng -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr " Sin retroceso\n" -#: main.c:813 +#: main.c:824 #, c-format msgid " %d backing-up (non-accepting) states\n" msgstr " %d estados de retroceso (no-aceptación)\n" @@ -399,16 +406,18 @@ msgstr " %d estados de retroceso (no-aceptaci # 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:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " Siempre se realiza copia de seguridad de las tablas comprimidas\n" # Lo mismo "se han usado patrones de comienzo de línea". sv -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " Usados patrones de comienzo-de-línea\n" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d condiciones de activación\n" @@ -421,16 +430,17 @@ msgstr " %d/%d condiciones de activaci # 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:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr " %d estados épsilon, %d estados doble épsilon\n" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " sin clases de caracteres\n" -#: main.c:836 +#: main.c:847 #, c-format msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n" msgstr "" @@ -441,13 +451,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:841 +#: main.c:852 #, 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:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d transiciones únicas/duplicadas\n" @@ -456,50 +466,50 @@ msgstr " %d/%d transiciones # sí, mejor ng # ¿Que había antes? (¿entradas a la tabla?) # (entradas *de* la tabla me suena mejor) sv. -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d entradas en la tabla\n" # ## pongo `comillas' en el base-def. sv -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " %d/%d entradas `base-def' creadas\n" -#: main.c:861 +#: main.c:872 #, c-format msgid " %d/%d (peak %d) nxt-chk entries created\n" msgstr " %d/%d (pico %d) entradas nxt-chk creadas\n" -#: main.c:865 +#: main.c:876 #, 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:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d entradas en la tabla vacías\n" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " %d prototipos creados\n" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " %d plantillas creadas, %d usos\n" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " %d/%d clases de equivalencia creadas\n" # "se han creado..." sv -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " %d/%d clases de metaequivalencia creadas\n" @@ -517,39 +527,40 @@ 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:896 +#: main.c:907 #, 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:898 +#: main.c:909 #, 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:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " se necesitan %d entradas totales en la tabla\n" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "Error interno. flexopts mal formadas.\n" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Pruebe `%s --help' para más información.\n" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "opción -C desconocida '%c'" -#: main.c:1171 +#: main.c:1182 #, c-format msgid "%s %s\n" msgstr "%s %s\n" @@ -566,7 +577,7 @@ msgstr "%s %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:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "error muy grave en el analizador sintáctico" @@ -589,26 +600,28 @@ msgstr "error muy grave en el analizador sint # ## # ## Eso no es válido ( solución, usa emacs po-mode :) ) em # ## ok, ya estoy instalando linux otra vez ng+ -#: main.c:1478 +#: main.c:1489 #, 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:1499 +#: main.c:1510 +#, c-format 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:1502 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" msgstr "" " y puede ser el origen real de otras penalizaciones del rendimiento " "notificadas\n" -#: main.c:1508 +#: main.c:1519 #, fuzzy, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " @@ -616,49 +629,53 @@ msgid "" msgstr "" "la %%opción yylineno implica una penalización del rendimiento muy alta\n" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "-I (interactivo) implica una pequeña penalización del rendimiento\n" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "yymore() implica un pequeña penalización del rendimiento\n" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "REJECT implica una penalización del rendimiento muy alta\n" -#: main.c:1531 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "" "La existencia de reglas de contexto posterior variable implica una\n" "penalización del rendimiento muy alta\n" -#: main.c:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "REJECT no se puede usar con -f o -F" -#: main.c:1546 +#: main.c:1557 #, fuzzy, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "la %opción yylineno no se puede usar con -f o -F" -#: main.c:1549 +#: main.c:1560 msgid "variable trailing context rules cannot be used with -f or -F" msgstr "" "las reglas de contexto posterior variable no se pueden usar con -f o -F" -#: main.c:1665 +#: main.c:1675 #, 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:1772 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "Uso: %s [OPCIONES] [FICHERO]...\n" -#: main.c:1775 +#: main.c:1785 #, fuzzy, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -853,6 +870,7 @@ msgstr "estado # %4d\t" # Sugerencia: volcado. sv # ok ng+ #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** fin de volcado\n" @@ -1048,6 +1066,7 @@ msgid "premature EOF" msgstr "fin de archivo (EOF) prematuro" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "Marcador de fin\n" diff --git a/po/fr.po b/po/fr.po index 2f1f971..459dae0 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: flex 2.5.31\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2004-05-10 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" @@ -28,14 +28,17 @@ msgid "dangerous trailing context" msgstr "le contexte traîné est dangereux" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " numéros de ligne associés à la règle :" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr " transitions de sortie : " #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -160,300 +163,310 @@ msgstr "Ne peut msgid "Could not write yynultrans_tbl" msgstr "ne peut écrire yynultrnas_tbl" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "la règle ne peut être pairée" -#: main.c:181 +#: main.c:192 msgid "-s option given but default rule can be matched" msgstr "l'option -s est donnée mais la règle par défaut peut être reconnue" -#: main.c:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "L'option -+ ne peut être combinée à -l" -#: main.c:221 +#: main.c:232 msgid "Can't use -f or -F with -l option" msgstr "Les options -f et -F ne peuvent être combinées à -l" -#: main.c:225 +#: main.c:236 msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "" "Les options --reentrant ou --bison-bridge ne peuvent être combinées à " "l'option -l" -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "-Cf/-CF et -Cm ne peuvent être spécifiés ensemble" -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "-Cf/-CF et -I sont incompatibles" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "" "l'option -Cf/-CF n'est pas compatible avec le mode de compatibilité « lex »" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "-Cf et -CF sont mutuellement exclusifs" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "L'option -+ ne peut être combinée à -CF" -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "%array incompatible avec l'option -+" -#: main.c:286 +#: main.c:297 msgid "Options -+ and --reentrant are mutually exclusive." msgstr "Les options +- et --reentrant sont mutuellement exclusives." -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "bridge bison n'est pas supporté pour l'analyseur C++" -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "impossible de créer %s" -#: main.c:402 +#: main.c:413 msgid "could not write tables header" msgstr "ne peut écrire les tables d'en-tête" -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "impossible d'ouvrir le fichier canevas %s" -#: main.c:487 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "erreur lors de la lecture du fichier canevas %s" -#: main.c:491 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "erreur lors de la fermeture du fichier canevas %s" -#: main.c:675 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "erreur de création du fichier d'en-tête %s" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "erreur lors de l'écriture du fichier de sortie %s" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "erreur lors de la fermeture du fichier de sortie %s" -#: main.c:691 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "erreur lors de l'effacement du fichier de sortie %s" -#: main.c:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "Pas de retour-arrière.\n" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "%d états avec retour arrière (non-acceptants).\n" -#: main.c:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "Les tables comprimées font toujours des retours-arrière.\n" -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "erreur lors de l'écriture du fichier de sauvegarde %s" -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "erreur lors de la fermeture du fichier de sauvegarde %s" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "« %s » version %s, statistiques d'utilisation :\n" -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " options de l'analyseur lexical : -" -#: main.c:800 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr " %d/%d états NFA\n" -#: main.c:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d états AFD (%d mots)\n" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d règles\n" -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr " Pas de retour arrière\n" -#: main.c:813 +#: main.c:824 #, c-format msgid " %d backing-up (non-accepting) states\n" msgstr " %d états avec retour arrière (si non-acceptants)\n" -#: main.c:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " Les tables comprimées font toujours des retours arrière\n" -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " Modèles utilisés en début de ligne\n" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d conditions de départ\n" -#: main.c:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr " %d états epsilon, %d états double epsilon\n" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " pas de classes de caractères\n" -#: main.c:836 +#: main.c:847 #, c-format msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n" msgstr "" " %d/%d classes de caractères requises %d/%d mots-mémoire, %d recyclés\n" -#: main.c:841 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr " %d paires state/nextstate produites\n" -#: main.c:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d transitions uniques/dupliquées\n" -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d entrées dans la table\n" -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " %d/%d entrées base-def produites\n" -#: main.c:861 +#: main.c:872 #, c-format msgid " %d/%d (peak %d) nxt-chk entries created\n" msgstr " %d/%d (max %d) entrées nxt-chk produites\n" -#: main.c:865 +#: main.c:876 #, c-format msgid " %d/%d (peak %d) template nxt-chk entries created\n" msgstr " %d/%d (max %d) entrées de modèle nxt-chk produites\n" -#: main.c:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d entrées vides dans la table\n" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " %d prototypes produits\n" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " %d modèles produits, %d usages\n" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " %d/%d classes d'équivalence produites\n" -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " %d/%d classes de méta-équivalence produites\n" -#: main.c:896 +#: main.c:907 #, c-format msgid " %d (%d saved) hash collisions, %d DFAs equal\n" msgstr " %d (%d sauvés) collisions durant dispersion, %d AFD égaux\n" -#: main.c:898 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr " %d ensembles de réallocations requis\n" -#: main.c:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " %d entrées requises dans la table, au total\n" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "Erreur interne. Les options « flexopts » sont mal composées.\n" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Essayer « %s --help » pour plus d'informations.\n" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "l'option -C « %c » inconnue" -#: main.c:1171 +#: main.c:1182 #, c-format msgid "%s %s\n" msgstr "%s %s\n" -#: main.c:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "erreur de lecture fatale" -#: main.c:1478 +#: main.c:1489 #, c-format msgid "could not create backing-up info file %s" msgstr "" "impossible de créer le fichier d'information sur les retours-arrière %s" -#: main.c:1499 +#: main.c:1510 +#, c-format msgid "-l AT&T lex compatibility option entails a large performance penalty\n" msgstr "" "L'option -l de compatibilité avec le « lex » d'AT&T entraîne une importante\n" "perte de performance\n" -#: main.c:1502 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" msgstr " et peuvent être cause d'autres vices de performance observés\n" -#: main.c:1508 +#: main.c:1519 #, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " @@ -462,50 +475,54 @@ msgstr "" "%%option yylineno entraîne une importante perte de performance SEULEMENT\n" "sur les règles pouvant concorder avec le caractère de retour de chartiot\n" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "l'option -I (interactif) entraîne une faible perte de performance\n" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "yymore() entraîne une faible baisse de performance\n" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "REJECT entraîne une importante baisse de performance\n" -#: main.c:1531 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "" "Les règles de contexte traîné variable entraînent une importante baisse de\n" "performance\n" -#: main.c:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "REJECT ne peut pas être utilisé avec -f ou -F" -#: main.c:1546 +#: main.c:1557 #, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "%option yylineno ne peut être utilisé avec REJECT" -#: main.c:1549 +#: main.c:1560 msgid "variable trailing context rules cannot be used with -f or -F" msgstr "" "les règles de contexte traîné variable ne peuvent pas être utilisées avec\n" "-f ou -F" -#: main.c:1665 +#: main.c:1675 #, c-format msgid "%option yyclass only meaningful for C++ scanners" msgstr "%option yyclass n'a de sens qu'avec les analyseurs C++" -#: main.c:1772 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "Usage: %s [OPTIONS] [fichier]...\n" -#: main.c:1775 +#: main.c:1785 #, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -700,6 +717,7 @@ msgid "state # %4d\t" msgstr "état n° %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** fin du vidage\n" @@ -885,6 +903,7 @@ msgid "premature EOF" msgstr "fin de fichier inattendue" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "Marqueur de Fin\n" diff --git a/po/ga.po b/po/ga.po index 0983aa2..c33c167 100644 --- a/po/ga.po +++ b/po/ga.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: flex 2.5.31\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2003-11-06 13:09-0500\n" "Last-Translator: Kevin Patrick Scannell \n" "Language-Team: Irish \n" @@ -24,15 +24,18 @@ msgid "dangerous trailing context" msgstr "comhthéacs sraoilleach baolach" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " líne-uimhreacha de na rialacha bainteacha:" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr " athruithe amach: " # weak, I know -- KPS #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -157,297 +160,307 @@ msgstr "N msgid "Could not write yynultrans_tbl" msgstr "Níorbh fhéidir yynultrans_tbl a scríobh" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "Ní féidir riail chomhoiriúnach a aimsiú" -#: main.c:181 +#: main.c:192 msgid "-s option given but default rule can be matched" msgstr "" "bhí an rogha -s tugtha ach is féidir an riail loicthe a chur i " "gcomhoiriúnacht" -#: main.c:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "Níl -+ ar fáil in éineacht leis an rogha -l" -#: main.c:221 +#: main.c:232 msgid "Can't use -f or -F with -l option" msgstr "Níl -f nó -F ar fáil in éineacht leis an rogha -l" -#: main.c:225 +#: main.c:236 msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "Níl --reentrant nó --bison-bridge ar fáil in éineacht leis an rogha -l" -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "Níl -Cf/-CF agus -Cm comhoiriúnach" -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "Níl -Cf/-CF agus -I comhoiriúnach" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "Níl -Cf/-CF ar fáil sa mhodh chomhoiriúnachta lex" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "Is comheisiatach iad na roghanna -Cf agus -CF" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "Níl -+ ar fáil in éineacht leis an rogha -CF" -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "níl %array comhoiriúnach leis an rogha -+" -#: main.c:286 +#: main.c:297 msgid "Options -+ and --reentrant are mutually exclusive." msgstr "Is comheisiatach iad na roghanna -+ agus --reentrant" -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "níl bison bridge ar fáil don scanóir C++." -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "níorbh fhéidir %s a chruthú" -#: main.c:402 +#: main.c:413 msgid "could not write tables header" msgstr "níorbh fhéidir ceanntásc táblaí a scríobh" -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "ní féidir creatchomhad %s a oscailt" -#: main.c:487 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "earráid agus ag léamh creatchomhaid %s" -#: main.c:491 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "earráid agus ag dúnadh creatchomhaid %s" -#: main.c:675 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "earráid agus ag cruthú comhad ceanntáisc %s" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "earráid agus ag scríobh aschomhaid %s" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "earráid agus ag dúnadh aschomhad %s" -#: main.c:691 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "earráid agus ag scriosadh aschomhaid %s" -#: main.c:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "Ná cúlaítear.\n" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "%d staid chúlaithe (níl ina staid ghlactha).\n" -#: main.c:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "Cúlaíonn táblaí comhdhlúite i gcónaí.\n" -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "earráid agus ag scríobh an chomhaid chúlaithe %s" -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "earráid agus ag dúnadh an chomhaid chúlaithe %s" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "%s leagan %s staitistic d'úsáid:\n" # fr uses "lexical analyzer"; scanóir seems fine though --KPS -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " roghanna don scanóir: -" -#: main.c:800 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr " %d/%d staid NFA\n" -#: main.c:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d staid DFA (%d focal)\n" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d riail\n" -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr " Ná cúlaítear\n" -#: main.c:813 +#: main.c:824 #, c-format msgid " %d backing-up (non-accepting) states\n" msgstr " %d staid chúlaithe (níl ina staid ghlactha)\n" -#: main.c:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " Cúlaíonn táblaí comhdhlúite i gcónaí\n" -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " Patrúin úsáidte ag ceann líne\n" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d coinníoll tosaigh\n" -#: main.c:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr " %d staid eipsealóin, %d staid eipsealóin dúbailte\n" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " níl aon aicme charachtair\n" -#: main.c:836 +#: main.c:847 #, c-format msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n" msgstr "" " tá gá le %d/%d aicme charachtair %d/%d focal stórála, %d athúsáidte\n" -#: main.c:841 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr " %d péire state/nextstate\n" -#: main.c:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d athrú sainiúil/dúblach\n" -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d iontráil sa tábla\n" -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " %d/%d iontráil base-def\n" -#: main.c:861 +#: main.c:872 #, c-format msgid " %d/%d (peak %d) nxt-chk entries created\n" msgstr " %d/%d (buaic %d) iontráil nxt-chk\n" -#: main.c:865 +#: main.c:876 #, c-format msgid " %d/%d (peak %d) template nxt-chk entries created\n" msgstr " %d/%d (buaic %d) iontráil teimpléid nxt-chk\n" -#: main.c:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d iontráil tábla folamh\n" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " %d fréamhshamhail\n" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " %d teimpléad, %d i bhfeidhm\n" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " %d/%d aicme coibhéise\n" -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " %d/%d aicme meiteachoibhéise\n" -#: main.c:896 +#: main.c:907 #, c-format msgid " %d (%d saved) hash collisions, %d DFAs equal\n" msgstr " %d (%d sábháilte) tuairt haiseála, %d DFA comhionann le chéile\n" -#: main.c:898 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr " tá gá le %d sraith athdháilte\n" -#: main.c:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " tá gá le %d iontráil tábla ar fad\n" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "Earráid inmheánach (flexopts míchumtha).\n" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Bain triail as `%s --help' chun tuilleadh eolais a fháil.\n" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "rogha -C anaithnid '%c'" -#: main.c:1171 +#: main.c:1182 #, c-format msgid "%s %s\n" msgstr "%s %s\n" -#: main.c:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "earráid pharsála mharfach" -#: main.c:1478 +#: main.c:1489 #, c-format msgid "could not create backing-up info file %s" msgstr "níorbh fhéidir comhad %s a chruthú don eolas faoin chúlú" -#: main.c:1499 +#: main.c:1510 +#, c-format msgid "-l AT&T lex compatibility option entails a large performance penalty\n" msgstr "is cúis le moilliú mór an rogha -l (comhoiriúnacht le AT&T lex)\n" -#: main.c:1502 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" msgstr " agus is féidir gur cúis é le fadhbanna luais eile é\n" -#: main.c:1508 +#: main.c:1519 #, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " @@ -456,50 +469,54 @@ msgstr "" "is cúis le moilliú mór an %%rogha yylineno, MÁ tá rialacha ann le línte nua " "iontu\n" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "is cúis le moilliú beag an rogha -I (idirghníomhach)\n" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "is cúis le moilliú beag an fheidhm yymore()\n" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "is REJECT cúis le moilliú mór\n" -#: main.c:1531 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "" "is cúis le moilliú na rialacha maidir le comhthéacs sraoilleach " "athraitheach\n" -#: main.c:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "Níl REJECT ar fáil leis na roghanna -f nó -F" -#: main.c:1546 +#: main.c:1557 #, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "níl %option yylineno ar fáil le REJECT" -#: main.c:1549 +#: main.c:1560 msgid "variable trailing context rules cannot be used with -f or -F" msgstr "" "níl rialacha maidir le comhthéacs sraoilleach athraitheach ar fáil le -f nó -" "F" -#: main.c:1665 +#: main.c:1675 #, c-format msgid "%option yyclass only meaningful for C++ scanners" msgstr "tá an %option yyclass gan bhrí ach amháin le scanóirí C++" -#: main.c:1772 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "Úsáid: %s [ROGHANNA] [COMHAD]...\n" -#: main.c:1775 +#: main.c:1785 #, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -685,6 +702,7 @@ msgid "state # %4d\t" msgstr "staid # %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** i ndeireadh dumpála\n" @@ -870,6 +888,7 @@ msgid "premature EOF" msgstr "EOF gan choinne" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "Comhartha Deiridh\n" diff --git a/po/ko.po b/po/ko.po index 62e9d46..a499bca 100644 --- a/po/ko.po +++ b/po/ko.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: flex 2.5.2\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 1997-02-05 20:30\n" "Last-Translator: Choi Jun Ho \n" "Language-Team: Korean \n" @@ -24,14 +24,17 @@ msgid "dangerous trailing context" msgstr "À§ÇèÇÑ ÃßÀû ¹®¸Æ" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " °ü·Ã ±ÔÄ¢ Çà¹øÈ£:" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr " ³ª°¡´Â ÂÊ ÀüÀÌ: " #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -161,342 +164,358 @@ msgstr "%s msgid "Could not write yynultrans_tbl" msgstr "" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "¸Â´Â ±ÔÄ¢À» ãÀ» ¼ö ¾ø½À´Ï´Ù" -#: main.c:181 +#: main.c:192 msgid "-s option given but default rule can be matched" msgstr "-s ¿É¼ÇÀÌ ÁÖ¾îÁ³Áö¸¸ ±âº» ±ÔÄ¢ÀÌ Àû¿ëµÉ ¼ö ÀÖ½À´Ï´Ù" -#: main.c:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "-l¿É¼Ç¿¡´Â -+¿É¼ÇÀ» °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù" -#: main.c:221 +#: main.c:232 msgid "Can't use -f or -F with -l option" msgstr "-l¿É¼Ç¿¡ -f³ª -F¿É¼ÇÀ» ¾µ ¼ö ¾ø½À´Ï´Ù" -#: main.c:225 +#: main.c:236 #, fuzzy msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "-l¿É¼Ç¿¡ -f³ª -F¿É¼ÇÀ» ¾µ ¼ö ¾ø½À´Ï´Ù" -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "-Cf/-CF´Â -Cm¿Í °°ÀÌ ¾²¸é Àǹ̰¡ ¾ø½À´Ï´Ù" -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "-Cf/-CF¿Í -I´Â °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "-Cf/-CF ´Â lexȣȯ ¸ðµå¿Í´Â °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "-Cf¿Í -CF´Â °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "-CF¿É¼Ç¿¡ -+¿É¼ÇÀ» °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù" -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "%array´Â -+¿É¼Ç°ú °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù" -#: main.c:286 +#: main.c:297 #, fuzzy msgid "Options -+ and --reentrant are mutually exclusive." msgstr "-Cf¿Í -CF´Â °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù" -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "" -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "%s¸¦ ¸¸µé ¼ö ¾ø½À´Ï´Ù" -#: main.c:402 +#: main.c:413 #, fuzzy msgid "could not write tables header" msgstr "%s¸¦ ¸¸µé ¼ö ¾ø½À´Ï´Ù" -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "½ºÄÌ·¹Åæ ÆÄÀÏ %s¸¦ ¿­ ¼ö ¾ø½À´Ï´Ù" -#: main.c:487 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "½ºÄÌ·¹Åæ ÆÄÀÏ %s¸¦ Àд µµÁß ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù" -#: main.c:491 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "½ºÄÌ·¹Åæ ÆÄÀÏ %s¸¦ ´Ý´Âµ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù" -#: main.c:675 +#: main.c:686 #, fuzzy, c-format msgid "error creating header file %s" msgstr "¹é¾÷ ÆÄÀÏ %s¸¦ ¾²´Âµ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "Ãâ·ÂÆÄÀÏ %s¸¦ ¾²´Â µ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "Ãâ·ÂÆÄÀÏ %s¸¦ ´Ý´Âµ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù" -#: main.c:691 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "Ãâ·ÂÆÄÀÏ %s¸¦ Áö¿ì´Â µ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù" -#: main.c:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "µÇµ¹¸²ÀÌ ¾ø½À´Ï´Ù.\n" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "%d°³ÀÇ µÇµ¹¸²(¹Þ¾ÆµéÀÌÁö ¾Ê´Â) »óÅÂ.\n" -#: main.c:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr " ¾ÐÃàµÈ Å×À̺íÀº Ç×»ó ¹é¾÷ÇÕ´Ï´Ù.\n" -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "¹é¾÷ ÆÄÀÏ %s¸¦ ¾²´Âµ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù" -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "¹é¾÷ ÆÄÀÏ %s¸¦ ´Ý´Âµ¥ ¿À·ù°¡ ¹ß»ýÇß½À´Ï´Ù" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "%s ¹öÀü %s »ç¿ë Åë°è:\n" -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " ½ºÄ³³Ê ¿É¼Ç: -" -#: main.c:800 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr " %d/%d°³ÀÇ NFA »óÅÂ\n" -#: main.c:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d°³ÀÇ DFA »óÅ (%d ´Ü¾î)\n" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d°³ÀÇ ±ÔÄ¢\n" -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr " µÇµ¹¸²ÀÌ ¾ø½À´Ï´Ù\n" -#: main.c:813 +#: main.c:824 #, c-format msgid " %d backing-up (non-accepting) states\n" msgstr " %d°³ÀÇ µÇµ¹¸²(¹Þ¾ÆµéÀÌÁö ¾Ê´Â) »óÅÂ\n" -#: main.c:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " ¾ÐÃàµÈ Å×À̺íÀº Ç×»ó ¹é¾÷ÇÕ´Ï´Ù\n" -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " Çà ½ÃÀÛ(beginning-of-line) À¯ÇüÀ» »ç¿ëÇÏ¿´½À´Ï´Ù\n" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d°³ÀÇ ½ÃÀÛÁ¶°Ç\n" -#: main.c:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr " %d°³ÀÇ ¿¦½Ç·Ð »óÅÂ, %d°³ÀÇ ÀÌÁß ¿¦½Ç·Ð »óÅÂ\n" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " ¹®ÀÚ·ù°¡ ¾ø½À´Ï´Ù\n" -#: main.c:836 +#: main.c:847 #, 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:841 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr " %d°³ÀÇ »óÅÂ/´ÙÀ½ »óÅ ½ÖÀÌ ¸¸µé¾îÁ³½À´Ï´Ù\n" -#: main.c:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d°³ÀÇ À¯ÀÏÇÑ/Áߺ¹µÇ´Â ÀüÀÌ\n" -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d°³ÀÇ Å×ÀÌºí ¿£Æ®¸®\n" -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " %d/%d base-def ¿£Æ®¸®°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n" -#: main.c:861 +#: main.c:872 #, c-format msgid " %d/%d (peak %d) nxt-chk entries created\n" msgstr " %d/%d (ÃÖ´ë %d) nxt-chk ¿£Æ®¸®°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n" -#: main.c:865 +#: main.c:876 #, c-format msgid " %d/%d (peak %d) template nxt-chk entries created\n" msgstr " %d/%d (ÃÖ´ë %d) ÅÛÇø®Æ® nxt-chk ¿£Æ®¸®°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n" -#: main.c:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d°³ÀÇ ºó Å×ÀÌºí ¿£Æ®¸®\n" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " %d°³ÀÇ ¿øÇüÀÌ ¸¸µé¾îÁ³½À´Ï´Ù\n" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " %d°³ÀÇ ÅÛÇø®Æ®°¡ ¸¸µé¾îÁö°í, %d°³¸¦ ¾¹´Ï´Ù\n" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " %d/%d°³ÀÇ µ¿Ä¡·ù°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n" -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " %d/%d ¸ÞŸ µ¿Ä¡·ù°¡ ¸¸µé¾îÁ³½À´Ï´Ù\n" -#: main.c:896 +#: main.c:907 #, c-format msgid " %d (%d saved) hash collisions, %d DFAs equal\n" msgstr " %d(%d ÀúÀåµÊ)°³ÀÇ ÇØ½Ì Ãæµ¹·Î %d°³ÀÇ DFA°¡ °°°Ô 󸮵˴ϴÙ\n" -#: main.c:898 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr " %d°³ÀÇ ÀçÇÒ´ç ÁýÇÕÀÌ ÇÊ¿äÇÕ´Ï´Ù\n" -#: main.c:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " ÃÑ %d°³ÀÇ Å×ÀÌºí ¿£Æ®¸®°¡ ÇÊ¿äÇÕ´Ï´Ù\n" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "¾Ë ¼ö ¾ø´Â -C ¿É¼Ç '%c'" -#: main.c:1171 +#: main.c:1182 #, fuzzy, c-format msgid "%s %s\n" msgstr "%s ¹öÀü %s\n" -#: main.c:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "Ä¡¸íÀûÀÎ ÆÄ½Ì ¿¡·¯" -#: main.c:1478 +#: main.c:1489 #, c-format msgid "could not create backing-up info file %s" msgstr "µÇµ¹¸² Á¤º¸ ÆÄÀÏ %s¸¦ ¸¸µé ¼ö ¾ø¾ú½À´Ï´Ù" -#: main.c:1499 +#: main.c:1510 +#, c-format msgid "-l AT&T lex compatibility option entails a large performance penalty\n" msgstr "-l AT&T lex ȣȯ ¿É¼ÇÀº Å« ¼º´É ÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n" -#: main.c:1502 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" msgstr " ±×¸®°í ¾Æ¸¶µµ ´Ù¸¥ º¸°íµÈ ¼º´É ÀúÇÏÀÇ ½ÇÁ¦ ¿øÀÎÀÏ °ÍÀÔ´Ï´Ù\n" -#: main.c:1508 +#: main.c:1519 #, fuzzy, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " "newline characters\n" msgstr "%%option yylineno´Â Å« ¼º´ÉÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "-I (´ëÈ­Çü) Àº ¼Ò±Ô¸ðÀÇ ¼º´ÉÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "yymore()´Â ¼Ò±Ô¸ðÀÇ ¼º´ÉÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "REJECT´Â Å« ¼º´ÉÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n" -#: main.c:1531 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "°¡º¯ ÃßÀû ¹®¸Æ ±ÔÄ¢Àº Å« ¼º´ÉÀúÇϸ¦ ÀÏÀ¸Åµ´Ï´Ù\n" -#: main.c:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "REJECT´Â -f³ª -F¿É¼Ç°ú °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù" -#: main.c:1546 +#: main.c:1557 #, fuzzy, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "%option yylinenoÀº -f³ª -F¿É¼Ç°ú °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù" -#: main.c:1549 +#: main.c:1560 msgid "variable trailing context rules cannot be used with -f or -F" msgstr "°¡º¯ ÃßÀû ¹®¸Æ ±ÔÄ¢Àº -f³ª -F¿É¼Ç°ú °°ÀÌ ¾µ ¼ö ¾ø½À´Ï´Ù" -#: main.c:1665 +#: main.c:1675 #, c-format msgid "%option yyclass only meaningful for C++ scanners" msgstr "%option yyclass´Â C++½ºÄ³³Ê¿¡°Ô¸¸ Àǹ̰¡ ÀÖ½À´Ï´Ù" -#: main.c:1772 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "" -#: main.c:1775 +#: main.c:1785 #, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -619,6 +638,7 @@ msgid "state # %4d\t" msgstr "»óÅ ¹øÈ£ %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** Ãâ·Â ³¡\n" @@ -806,6 +826,7 @@ msgid "premature EOF" msgstr "°©ÀÛ½º·± EOF" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "Á¾·á Ç¥½Ã\n" @@ -838,7 +859,8 @@ msgstr "* #~ msgid "" #~ "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n" -#~ msgstr "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -oÃâ·ÂÆÄÀÏ -PÁ¢µÎ»ç -S½ºÄÌ·¹Åæ]\n" +#~ msgstr "" +#~ "%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -oÃâ·ÂÆÄÀÏ -PÁ¢µÎ»ç -S½ºÄÌ·¹Åæ]\n" #~ msgid "\t[--help --version] [file ...]\n" #~ msgstr "\t[--help --version] [ÆÄÀÏ ...]\n" @@ -931,7 +953,8 @@ msgstr "* #~ 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" +#~ msgstr "" +#~ "\t\t-Cr ½ºÄ³³Ê ÀÔ·ÂÀ» stdio¶óÀ̺귯¸® ´ë½Å read()½Ã½ºÅÛ ÄÝÀ» »ç¿ëÇÕ´Ï´Ù\n" #~ msgid "\t-o specify output filename\n" #~ msgstr "\t-o Ãâ·Â ÆÄÀÏÀ̸§À» ÁöÁ¤ÇÕ´Ï´Ù\n" diff --git a/po/nl.po b/po/nl.po index 3082323..7823e53 100644 --- a/po/nl.po +++ b/po/nl.po @@ -5,7 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: flex 2.5.31\n" -"POT-Creation-Date: 2003-04-01 11:33-0500\n" +"Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2005-04-14 21:12+0200\n" "Last-Translator: Benno Schulenberg \n" "Language-Team: Dutch \n" @@ -23,14 +24,17 @@ msgid "dangerous trailing context" msgstr "gevaarlijke nakomende context" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " regelnummers van de betrokken regels:" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr " uit-transities: " #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -155,337 +159,360 @@ msgstr "Kon eoltbl niet schrijven" msgid "Could not write yynultrans_tbl" msgstr "Kon yynultrans_tbl niet schrijven" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "regel geeft geen overeenkomsten" -#: main.c:181 +#: main.c:192 msgid "-s option given but default rule can be matched" msgstr "optie -s gegeven, maar de standaardregel geeft overeenkomsten" -#: main.c:217 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "Optie -+ gaat niet samen met -l" -#: main.c:220 +#: main.c:232 msgid "Can't use -f or -F with -l option" msgstr "Optie -f of -F gaat niet samen met -l" -#: main.c:224 +#: main.c:236 msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "Optie --reentrant of --bison-bridge gaat niet samen met -l" -#: main.c:261 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "Opties -Cf/-CF en -Cm gaan niet samen" -#: main.c:264 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "Opties -Cf/-CF en -I gaan niet samen" -#: main.c:268 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "Optie -Cf of -CF gaat niet samen met lex-compatibiliteitsmodus" -#: main.c:273 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "Opties -Cf en -CF sluiten elkaar uit" -#: main.c:277 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "Optie -+ gaat niet samen met -CF" -#: main.c:280 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "Optie -+ gaat niet samen met %array" -#: main.c:285 +#: main.c:297 msgid "Options -+ and --reentrant are mutually exclusive." msgstr "Opties -+ en --reentrant sluiten elkaar uit." -#: main.c:288 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "bison bridge wordt niet ondersteund voor de C++-scanner." -#: main.c:340 main.c:385 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "kon %s niet aanmaken" -#: main.c:398 +#: main.c:413 msgid "could not write tables header" msgstr "kon tabellenkop niet schrijven" -#: main.c:402 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "kan skeletbestand %s niet openen" -#: main.c:483 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "invoerfout tijdens lezen van skeletbestand %s" -#: main.c:487 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "fout tijdens sluiten van skeletbestand %s" -#: main.c:671 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "fout tijdens aanmaken van headerbestand %s" -#: main.c:679 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "fout tijdens schrijven van uitvoerbestand %s" -#: main.c:683 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "fout tijdens sluiten van uitvoerbestand %s" -#: main.c:687 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "fout tijdens verwijderen van uitvoerbestand %s" -#: main.c:694 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "Terugstappen is niet mogelijk.\n" -#: main.c:698 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "%d terugstappende (niet-accepterende) toestanden.\n" -#: main.c:702 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "Gecomprimeerde tabellen kunnen altijd terugstappen.\n" -#: main.c:705 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "fout tijdens schrijven van terugstapbestand %s" -#: main.c:709 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "fout tijdens sluiten van terugstapbestand %s" -#: main.c:714 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "%s versie %s gebruiksstatistieken:\n" -#: main.c:717 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " scanner-opties: -" -#: main.c:796 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr " %d/%d NFA-toestanden\n" -#: main.c:798 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d DFA-toestanden (%d woorden)\n" -#: main.c:800 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d regels\n" -#: main.c:805 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr " Terugstappen is niet mogelijk\n" -#: main.c:809 +#: main.c:824 #, c-format msgid " %d backing-up (non-accepting) states\n" msgstr " %d terugstappende (niet-accepterende) toestanden\n" -#: main.c:814 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " Gecomprimeerde tabellen kunnen altijd terugstappen\n" -#: main.c:818 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " Begin-van-regel-patronen gebruikt\n" -#: main.c:820 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d startvoorwaarden\n" -#: main.c:824 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr " %d epsilon-toestanden, %d dubbele epsilon-toestanden\n" -#: main.c:828 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " geen tekenklassen\n" -#: main.c:832 +#: main.c:847 #, c-format msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n" -msgstr " %d/%d tekenklassen hadden %d/%d opslagwoorden nodig, %d hergebruikt\n" +msgstr "" +" %d/%d tekenklassen hadden %d/%d opslagwoorden nodig, %d hergebruikt\n" -#: main.c:837 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr " %d toestand/volgtoestand-paren aangemaakt\n" -#: main.c:840 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d unieke/dubbele transities\n" -#: main.c:845 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d tabelitems\n" -#: main.c:853 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " %d/%d base-def-items aangemaakt\n" -#: main.c:857 +#: main.c:872 #, c-format msgid " %d/%d (peak %d) nxt-chk entries created\n" msgstr " %d/%d (piek %d) nxt-chk-items aangemaakt\n" -#: main.c:861 +#: main.c:876 #, c-format msgid " %d/%d (peak %d) template nxt-chk entries created\n" msgstr " %d/%d (piek %d) sjabloon-nxt-chk-items aangemaakt\n" -#: main.c:865 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d lege tabelitems\n" -#: main.c:867 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " %d prototypes aangemaakt\n" -#: main.c:870 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " %d sjablonen aangemaakt, %d keer gebruikt\n" -#: main.c:878 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " %d/%d equivalentieklassen aangemaakt\n" -#: main.c:886 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " %d/%d meta-equivalentieklassen aangemaakt\n" -#: main.c:892 +#: main.c:907 #, c-format msgid " %d (%d saved) hash collisions, %d DFAs equal\n" msgstr " %d (%d bewaarde) hash-botsingen, %d DFA's gelijk\n" -#: main.c:894 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr " %d sets van herallocaties waren nodig\n" -#: main.c:896 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " in totaal %d tabelitems nodig\n" -#: main.c:971 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "Interne fout, ongeldige flexopts.\n" -#: main.c:981 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Probeer '%s --help' voor meer informatie.\n" -#: main.c:1038 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "onbekende -C-optie '%c'" -#: main.c:1167 +#: main.c:1182 #, c-format msgid "%s %s\n" msgstr "%s %s\n" -#: main.c:1442 +#: main.c:1457 msgid "fatal parse error" msgstr "fatale ontleedfout" -#: main.c:1474 +#: main.c:1489 #, c-format msgid "could not create backing-up info file %s" msgstr "kon terugstapbestand %s niet aanmaken" -#: main.c:1495 +#: main.c:1510 +#, c-format msgid "-l AT&T lex compatibility option entails a large performance penalty\n" -msgstr "de AT&T-lexcompatibiliteitsoptie -l betekent een grote prestatievermindering\n" +msgstr "" +"de AT&T-lexcompatibiliteitsoptie -l betekent een grote " +"prestatievermindering\n" -#: main.c:1498 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" -msgstr " en zou de eigenlijke bron kunnen zijn van andere gemelde prestatieverminderingen\n" +msgstr "" +" en zou de eigenlijke bron kunnen zijn van andere gemelde " +"prestatieverminderingen\n" -#: main.c:1504 +#: main.c:1519 #, c-format -msgid "%%option yylineno entails a performance penalty ONLY on rules that can match newline characters\n" -msgstr "de %%optie yylineno betekent een prestatievermindering, maar ALLEEN voor regels die met het regeleindeteken overeen kunnen komen\n" +msgid "" +"%%option yylineno entails a performance penalty ONLY on rules that can match " +"newline characters\n" +msgstr "" +"de %%optie yylineno betekent een prestatievermindering, maar ALLEEN voor " +"regels die met het regeleindeteken overeen kunnen komen\n" -#: main.c:1511 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "optie -I (interactief) betekent een kleine prestatievermindering\n" -#: main.c:1516 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "yymore() betekent een kleine prestatievermindering\n" -#: main.c:1522 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "REJECT betekent een grote prestatievermindering\n" -#: main.c:1527 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "Variabele nakomende context betekent een grote prestatievermindering\n" -#: main.c:1539 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "REJECT gaat niet samen met -f of -F" -#: main.c:1542 +#: main.c:1557 #, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "%optie yylineno gaat niet samen met REJECT" -#: main.c:1545 +#: main.c:1560 msgid "variable trailing context rules cannot be used with -f or -F" msgstr "regels met variabele nakomende context gaan niet samen met -f of -F" -#: main.c:1661 +#: main.c:1675 #, c-format msgid "%option yyclass only meaningful for C++ scanners" msgstr "%optie yyclass heeft alleen betekenis voor C++-scanners" -#: main.c:1768 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "Gebruik: %s [OPTIES] [BESTAND]...\n" -#: main.c:1771 +#: main.c:1785 #, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -515,7 +542,8 @@ msgid "" " -S, --skel=FILE specify skeleton file\n" " -t, --stdout write scanner on stdout instead of %s\n" " --yyclass=NAME name of C++ class\n" -" --header-file=FILE create a C header file in addition to the scanner\n" +" --header-file=FILE create a C header file in addition to the " +"scanner\n" " --tables-file[=FILE] write tables to FILE\n" "\n" "Scanner behavior:\n" @@ -566,7 +594,8 @@ msgstr "" " -d, --debug zet debugmodus in scanner aan\n" " -b, --backup schrijf terugstap-informatie naar %s\n" " -p, --perf-report schrijf prestatierapport naar standaardfoutuitvoer\n" -" -s, --nodefault onderdruk standaardregel om onherkende tekst te ECHOen\n" +" -s, --nodefault onderdruk standaardregel om onherkende tekst te " +"ECHOen\n" " -T, --trace voer %s uit in tracemodus\n" " -w, --nowarn geef geen waarschuwingen\n" " -v, --verbose schrijf scannerstatistieken naar standaarduitvoer\n" @@ -574,9 +603,11 @@ msgstr "" "Bestanden:\n" " -o, --outfile=BESTAND gebruik dit uitvoerbestand\n" " -S, --skel=BESTAND gebruik dit skeletbestand\n" -" -t, --stdout schrijf scanner naar standaarduitvoer, niet naar %s\n" +" -t, --stdout schrijf scanner naar standaarduitvoer, niet naar %" +"s\n" " --yyclass=NAAM naam van de C++-klasse\n" -" --header-file=BESTAND maak behalve de scanner ook een C-headerbestand\n" +" --header-file=BESTAND maak behalve de scanner ook een C-" +"headerbestand\n" " --tables-file[=BESTAND] schrijf tabellen (naar dit BESTAND)\n" "\n" "Scannergedrag:\n" @@ -667,6 +698,7 @@ msgid "state # %4d\t" msgstr "toestand # %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** einde van de dump\n" @@ -724,7 +756,9 @@ msgstr "iteratiewaarde moet positief zijn" #: parse.y:817 parse.y:827 #, c-format msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner" -msgstr "het tekenbereik [%c-%c] is niet eenduidig in een hoofdletterongevoelige scanner" +msgstr "" +"het tekenbereik [%c-%c] is niet eenduidig in een hoofdletterongevoelige " +"scanner" #: parse.y:832 msgid "negative range in character class" @@ -850,6 +884,7 @@ msgid "premature EOF" msgstr "voortijdige EOF" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "Eindmarkering\n" diff --git a/po/pl.po b/po/pl.po index 0cdb3b3..5a0ed16 100644 --- a/po/pl.po +++ b/po/pl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: flex 2.5.31\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2003-06-19 00:44+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -24,14 +24,17 @@ msgid "dangerous trailing context" msgstr "niebezpieczny kontekst koñcowy" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " numery linii powi±zanych regu³:" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr " przej¶cia-wyj¶ciowe: " #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -156,294 +159,304 @@ msgstr "Nie mo msgid "Could not write yynultrans_tbl" msgstr "Nie mo¿na zapisaæ yynultrans_tbl" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "nie mo¿na dopasowaæ regu³y" -#: main.c:181 +#: main.c:192 msgid "-s option given but default rule can be matched" msgstr "podano opcjê -s, ale domy¶lna regu³a mo¿e byæ dopasowana" -#: main.c:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "Nie mo¿na u¿yæ -+ z opcj± -l" -#: main.c:221 +#: main.c:232 msgid "Can't use -f or -F with -l option" msgstr "Nie mo¿na u¿yæ -f ani -F z opcj± -l" -#: main.c:225 +#: main.c:236 msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "Nie mo¿na u¿yæ --reentrant ani --bison-bridge z opcj± -l" -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "-Cf/-CF i -Cm razem nie maj± sensu" -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "-Cf/-CF i -I s± niekompatybilne" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "-Cf/-CF s± niekompatybilne z trybem kompatybilno¶ci z leksem" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "-Cf i -CF wykluczaj± siê wzajemnie" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "Nie mo¿na u¿yæ -+ z opcj± -CF" -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "%array jest niekompatybilne z opcj± -+" -#: main.c:286 +#: main.c:297 msgid "Options -+ and --reentrant are mutually exclusive." msgstr "Opcje -+ i --reentrant wykluczaj± siê wzajemnie." -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "pomost dla bisona nie jest obs³ugiwany dla skanera C++." -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "nie mo¿na utworzyæ %s" -#: main.c:402 +#: main.c:413 msgid "could not write tables header" msgstr "nie mo¿na zapisaæ nag³ówka tablic" -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "nie mo¿na otworzyæ pliku szablonu %s" -#: main.c:487 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "b³±d wej¶cia podczas odczytu pliku szablonu %s" -#: main.c:491 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "b³±d podczas zamykania pliku szablonu %s" -#: main.c:675 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "b³±d podczas tworzenia pliku nag³ówkowego %s" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "b³±d podczas zapisu pliku wyj¶ciowego %s" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "b³±d podczas zamykania pliku wyj¶ciowego %s" -#: main.c:691 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "b³±d podczas usuwania pliku wyj¶ciowego %s" -#: main.c:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "Bez zapamiêtywania.\n" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "%d zapamiêtywanych stanów (nie akceptuj±cych).\n" -#: main.c:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "Skompresowane tablice zawsze zapamiêtuj±.\n" -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "b³±d podczas zapisu pliku raportu z zapamiêtywania %s" -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "b³±d podczas zamykania pliku raportu z zapamiêtywania %s" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "%s w wersji %s - statystyka u¿ycia:\n" -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " opcje skanera: -" -#: main.c:800 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr " %d/%d stanów NFA\n" -#: main.c:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d stanów DFA (%d s³ów)\n" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d regu³\n" -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr " Bez zapamiêtywania\n" -#: main.c:813 +#: main.c:824 #, c-format msgid " %d backing-up (non-accepting) states\n" msgstr " %d zapamiêtywanych stanów (nie akceptuj±cych)\n" -#: main.c:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " Skompresowane tablice zawsze zapamiêtuj±\n" -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " U¿ytych wzorców pocz±tek-linii\n" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d warunków pocz±tkowych\n" -#: main.c:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr " %d stanów epsilonowych, %d stanów podwójnie epsilonowych\n" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " bez klas znaków\n" -#: main.c:836 +#: main.c:847 #, c-format msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n" msgstr "" " %d/%d klas znaków potrzebuje %d/%d s³ów pamiêci, %d ponownie u¿ytych\n" -#: main.c:841 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr " %d utworzonych par stan/nastêpny-stan\n" -#: main.c:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d przej¶æ unikalny/duplikat\n" -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d elementów tablicy\n" -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " %d/%d utworzonych elementów base-def\n" -#: main.c:861 +#: main.c:872 #, c-format msgid " %d/%d (peak %d) nxt-chk entries created\n" msgstr " %d/%d (maksymalnie %d) utworzonych elementów nxt-chk\n" -#: main.c:865 +#: main.c:876 #, c-format msgid " %d/%d (peak %d) template nxt-chk entries created\n" msgstr " %d/%d (maksymalnie %d) utworzonych szablonowych elementów nxt-chk\n" -#: main.c:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d pustych elementów tablicy\n" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " %d utworzonych prototypów\n" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " %d utworzonych szablonów, %d u¿yæ\n" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " %d/%d utworzonych klas równowa¿no¶ci\n" -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " %d/%d utworzonych klas meta-równowa¿no¶ci\n" -#: main.c:896 +#: main.c:907 #, c-format msgid " %d (%d saved) hash collisions, %d DFAs equal\n" msgstr " %d (%d zachowanych) kolizji haszy, %d jednakowych DFA\n" -#: main.c:898 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr " %d potrzebnych zbiorów realokacji\n" -#: main.c:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " %d potrzebnych ogó³em elementów tablicy\n" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "B³±d wewnêtrzny. ¬le sformu³owane flexopts.\n" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "`%s --help' poda wiêcej informacji.\n" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "nieznana opcja -C '%c'" -#: main.c:1171 +#: main.c:1182 #, c-format msgid "%s %s\n" msgstr "%s %s\n" -#: main.c:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "krytyczny b³±d analizy sk³adni" -#: main.c:1478 +#: main.c:1489 #, c-format msgid "could not create backing-up info file %s" msgstr "nie mo¿na utworzyæ pliku informacji o zapamiêtywaniu %s" -#: main.c:1499 +#: main.c:1510 +#, c-format msgid "-l AT&T lex compatibility option entails a large performance penalty\n" msgstr "opcja -l zgodno¶ci z leksem AT&T powoduje du¿± stratê wydajno¶ci\n" -#: main.c:1502 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" msgstr " i mo¿e byæ przyczyn± innych zg³aszanych strat wydajno¶ci\n" -#: main.c:1508 +#: main.c:1519 #, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " @@ -452,47 +465,51 @@ msgstr "" "%%option yylineno powoduje straty wydajno¶ci TYLKO dla regu³ dopasowuj±cych " "znak koñca linii\n" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "-I (interaktywny) powoduje ma³± stratê wydajno¶ci\n" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "yymore() powoduje ma³± stratê wydajno¶ci\n" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "REJECT powoduje du¿± stratê wydajno¶ci\n" -#: main.c:1531 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "" "Regu³y ze zmiennym koñcowym kontekstem powoduj± du¿± stratê wydajno¶ci\n" -#: main.c:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "REJECT nie mo¿e byæ u¿yte z -f ani -F" -#: main.c:1546 +#: main.c:1557 #, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "%option yylineno nie mo¿e byæ u¿yte z REJECT" -#: main.c:1549 +#: main.c:1560 msgid "variable trailing context rules cannot be used with -f or -F" msgstr "regu³y ze zmiennym koñcowym kontekstem nie mog± byæ u¿yte z -f ani -F" -#: main.c:1665 +#: main.c:1675 #, c-format msgid "%option yyclass only meaningful for C++ scanners" msgstr "%option yyclass ma znaczenie tylko dla skanerów C++" -#: main.c:1772 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "Sk³adnia: %s [OPCJE] [PLIK]...\n" -#: main.c:1775 +#: main.c:1785 #, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -683,6 +700,7 @@ msgid "state # %4d\t" msgstr "stan # %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** koniec zrzutu\n" @@ -868,6 +886,7 @@ msgid "premature EOF" msgstr "przedwczesny EOF" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "Znacznik koñca\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index e01abd3..613a05e 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: flex 2.5.19\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2003-01-15 02:00-0300\n" "Last-Translator: Alexandre Folle de Menezes \n" "Language-Team: Brazilian Portuguese \n" @@ -24,14 +24,17 @@ msgid "dangerous trailing context" msgstr "texto final perigoso" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " números de linha de regras associadas:" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr " transações de saída: " #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -159,349 +162,363 @@ msgstr "Imposs msgid "Could not write yynultrans_tbl" msgstr "Impossível escrever yynultrans_tbl" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "aplicação da regra não gerou nenhum resultado" -#: main.c:181 +#: main.c:192 msgid "-s option given but default rule can be matched" msgstr "a opção -s foi fornecida, mas a regra padrão pode ser aplicada" -#: main.c:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "Impossível usar -+ com a opção -l" -#: main.c:221 +#: main.c:232 msgid "Can't use -f or -F with -l option" msgstr "Impossível usar -f ou -F com a opção -l" -#: main.c:225 +#: main.c:236 #, fuzzy msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "Impossível usar -R ou -Rb com a opção -l" -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "-Cf/-CF e -Cm não fazem sentido juntos" -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "-Cf/-CF e -I são incompatíveis" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "-Cf/-CF são incompatíveis com o modo de compatibilidade lex" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "-Cf e -CF são mutuamente exclusivos" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "Impossível usar -+ com a opção -CF" -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "%array é incompatível com a opção -+" -#: main.c:286 +#: main.c:297 #, fuzzy msgid "Options -+ and --reentrant are mutually exclusive." msgstr "As opções -+ e -R são mutuamente exclusivas." -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "" -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "impossível criar %s" -#: main.c:402 +#: main.c:413 msgid "could not write tables header" msgstr "impossível escrever o cabeçalho das tabelas" -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "impossível abrir o arquivo esqueleto %s" -#: main.c:487 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "erro lendo o arquivo esqueleto %s" -#: main.c:491 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "erro fechando o arquivo esqueleto %s" -#: main.c:675 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "erro criando o arquivo cabeçalho %s" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "erro escrevendo arquivo de saída %s" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "erro fechando arquivo de saída %s" -#: main.c:691 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "erro removendo arquivo de saída %s" -#: main.c:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "Impossível restaurar.\n" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "%d fazendo cópia de segurança de estados (não-aceita).\n" -#: main.c:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "Tabelas compactadas sempre têm cópias de segurança.\n" -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "erro escrevendo cópia de segurança %s" -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "erro fechando cópia de segurança %s" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "%s versão %s estatísticas de uso:\n" -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " opções de scanner: -" -#: main.c:800 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr " %d/%d estados NFA\n" -#: main.c:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d estados DFA (%d palavras)\n" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d regras\n" -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr " Sem cópia de segurança\n" -#: main.c:813 +#: main.c:824 #, c-format msgid " %d backing-up (non-accepting) states\n" msgstr " %d fazendo cópia de segurança de estados (não-aceita)\n" -#: main.c:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " Tabelas compactadas sempre têm cópias de segurança\n" -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " Padrões de início-de-linha usados\n" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d condições de início\n" -#: main.c:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr " %d estados epsilon, %d estados epsilon duplo\n" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " nenhuma classe de caracteres\n" -#: main.c:836 +#: main.c:847 #, c-format msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n" msgstr "" " %d/%d classes de caracters precisaram de %d/%d palavras de armazenamento, %" "d reusadas\n" -#: main.c:841 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr " %d pares estado/próximoestado criados\n" -#: main.c:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d transições únicas/duplicadas\n" -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d entradas de tabela\n" -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " %d/%d entradas base-def criadas\n" -#: main.c:861 +#: main.c:872 #, c-format msgid " %d/%d (peak %d) nxt-chk entries created\n" msgstr " %d/%d (pico %d) entradas nxt-chk criadas\n" -#: main.c:865 +#: main.c:876 #, c-format msgid " %d/%d (peak %d) template nxt-chk entries created\n" msgstr " %d/%d (pico %d) modelos de entradas nxt-chk criadas\n" -#: main.c:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d entradas vazias na tabela\n" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " %d protos criados\n" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " %d modelos criados, %d usos\n" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " %d/%d classes de equivalência criadas\n" -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " %d/%d classes de meta-equivalência criadas\n" -#: main.c:896 +#: main.c:907 #, c-format msgid " %d (%d saved) hash collisions, %d DFAs equal\n" msgstr " %d (%d salvas) colisões de hash, %d DFAs iguais\n" -#: main.c:898 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr " %d conjuntos de realocação necessários\n" -#: main.c:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " %d total de entradas de tabela necessárias\n" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "Erro interno. flexopts estão malformados.\n" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Tente `%s --help' para maiores informações.\n" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "opção -C '%c' desconecida" -#: main.c:1171 +#: main.c:1182 #, c-format msgid "%s %s\n" msgstr "%s %s\n" -#: main.c:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "erro fatal de análise" -#: main.c:1478 +#: main.c:1489 #, c-format msgid "could not create backing-up info file %s" msgstr "impossível criar cópia de seguranço do arquivo de informações %s" -#: main.c:1499 +#: main.c:1510 +#, c-format msgid "-l AT&T lex compatibility option entails a large performance penalty\n" msgstr "" "a opção de compatibilidade com lex da AT&T '-l' acarreta em uma grande " "penalidade na performance\n" -#: main.c:1502 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" msgstr "" " e pode ser a fonte real de outras penalidades de performance reportadas\n" -#: main.c:1508 +#: main.c:1519 #, fuzzy, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " "newline characters\n" msgstr "%%option yylineno acarreta em uma grande penalidade na performance\n" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "-I (interativo) acarreta em uma pequena penalidade na performance\n" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "yymore() acarreta em uma pequena penalidade na performance\n" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "REJECT acarreta em uma grande penalidade na performance\n" -#: main.c:1531 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "" "Variável seguindo regras de contexto implicam em grande perda de " "performance\n" -#: main.c:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "REJECT não pode ser usado com -f ou -F" -#: main.c:1546 +#: main.c:1557 #, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "%option yylineno não pode ser usada com REJECT" -#: main.c:1549 +#: main.c:1560 msgid "variable trailing context rules cannot be used with -f or -F" msgstr "" "variáveis seguindo regras de contexto não podem ser usadas com -f ou -F" -#: main.c:1665 +#: main.c:1675 #, c-format msgid "%option yyclass only meaningful for C++ scanners" msgstr "%option yyclass só tem sentido para scanners C++" -#: main.c:1772 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "Uso: %s [OPÇÕES] [ARQUIVO]...\n" -#: main.c:1775 +#: main.c:1785 #, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -624,6 +641,7 @@ msgid "state # %4d\t" msgstr "estado # %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** final do despejo\n" @@ -807,6 +825,7 @@ msgid "premature EOF" msgstr "Fim-de-Arquivo prematuro" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "Marca de Fim\n" diff --git a/po/ro.po b/po/ro.po index ab5fa56..5df99d1 100644 --- a/po/ro.po +++ b/po/ro.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: flex 2.5.31\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2003-11-22 11:07+0200\n" "Last-Translator: Eugen Hoanca \n" "Language-Team: Romanian \n" @@ -24,14 +24,17 @@ msgid "dangerous trailing context" msgstr "context de sfârºit(trailing) periculos" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " numerele de linie asociate regulii:" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr " tranziþii exterioare(out): " #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -156,296 +159,306 @@ msgstr "Nu am putut scrie eoltbl" msgid "Could not write yynultrans_tbl" msgstr "Nu am putut scrie yynultrans_tbl" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "regula nu se potriveºte cu nimic" -#: main.c:181 +#: main.c:192 msgid "-s option given but default rule can be matched" msgstr "a fost datã opþiunea -s dar regula implicitã se poate potrivi" -#: main.c:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "Nu se poate folosi -+ cu opþiunea -l" -#: main.c:221 +#: main.c:232 msgid "Can't use -f or -F with -l option" msgstr "Nu se poate folosi -f sau -F cu opþiunea -l" -#: main.c:225 +#: main.c:236 msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "Nu se poate folosi --reentrant sau --bison-bridge cu opþiunea -l" -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "-Cf/-CF ºi -Cm nu au sens folosite împreunã" -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "-Cf/-CF ºi -I sunt incompatibile" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "-Cf/-CF sunt incompatibile cu module de compatibilitate lex" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "-Cf ºi -CF se exclud reciproc" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "Nu se poate folosi -+ cu opþiunea -CF" -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "%array incompatibil cu opþiunea -+" -#: main.c:286 +#: main.c:297 msgid "Options -+ and --reentrant are mutually exclusive." msgstr "Opþiunile -+ and --reentrant se exclud reciproc" -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "bridge bison nu este suportat pentru scannerul C++." -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "nu am putut crea %s" -#: main.c:402 +#: main.c:413 msgid "could not write tables header" msgstr "Nu am putut scrie capul de tabel" -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "nu am putut deschide fiºierul schelet %s" -#: main.c:487 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "eroare de intrare(input) în timpul citirii fiºierului schelet %s" -#: main.c:491 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "eroare în închiderea fiºierului schelet %s" -#: main.c:675 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "eroare în crearea fiºierului de header %s" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "eroare în scrierea fiºierului de output %s" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "eroare în închiderea fiºierului de output %s" -#: main.c:691 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "eroare în ºtergerea fiºierului de output %s" -#: main.c:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "Nu se revine (backing-up).\n" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "%d salvare de (inacceptabile) stãri.\n" -#: main.c:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "Tabelele compresate întotdeauna au back-up.\n" -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "eroare în scrierea fiºierului de backup %s" -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "eroare în închiderea fiºierului de backup %s" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "%s versiunea %s statistici de folosire:\n" -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " opþiuni de scanner: -" -#: main.c:800 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr " %d/%d stãri NFA\n" -#: main.c:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d stãri DFA (%d cuvinte)\n" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d reguli\n" -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr " Nu se face backup\n" -#: main.c:813 +#: main.c:824 #, c-format msgid " %d backing-up (non-accepting) states\n" msgstr " %d salvare de (inacceptabile) stãri\n" -#: main.c:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " Tabelele compresate întotdeauna au back-up\n" -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " Tipare de începuturi de linie folosite\n" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d condiþii de start\n" -#: main.c:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr " %d stãri epsilon, %d stãri dublu epsilon\n" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " nici o clasã de caractere\n" -#: main.c:836 +#: main.c:847 #, c-format msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n" msgstr "" " %d/%d clase de caractere necesare %d/%d cuvinte de stocare, %d refolosite\n" -#: main.c:841 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr " %d perechi de stare/stareurmãtoare create\n" -#: main.c:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d tranziþii unice/duplicate\n" -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d intrãri în tabele\n" -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " %d/%d base-def intrãri create\n" -#: main.c:861 +#: main.c:872 #, c-format msgid " %d/%d (peak %d) nxt-chk entries created\n" msgstr " %d/%d (maxim %d) nxt-chk intrãri create\n" -#: main.c:865 +#: main.c:876 #, c-format msgid " %d/%d (peak %d) template nxt-chk entries created\n" msgstr " %d/%d (maxim %d) model nxt-chk intrãri create\n" -#: main.c:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d intrãri în tabel goale\n" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " %d prototipuri create\n" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " %d modele create, %d folosiri\n" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " %d/%d clase de echivalenþã create\n" -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " %d/%d clase de meta-echivalenþã create\n" -#: main.c:896 +#: main.c:907 #, c-format msgid " %d (%d saved) hash collisions, %d DFAs equal\n" msgstr " %d (%d salvate) coliziuni disipate(hash), %d egaluri de DFA-uril\n" -#: main.c:898 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr " %d seturi de realocãri necesare\n" -#: main.c:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " %d intrãri totale în tabel necesare\n" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "Eroare internã. Opþiunile flex(flexopts) sunt malformate.\n" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Încercaþi `%s --help' pentru mai multe informaþii.\n" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "opþiune -C necunoscutã `%c'" -#: main.c:1171 +#: main.c:1182 #, c-format msgid "%s %s\n" msgstr "%s %s\n" -#: main.c:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "eroare fatalã de analizã(parse)" -#: main.c:1478 +#: main.c:1489 #, c-format msgid "could not create backing-up info file %s" msgstr "nu s-a putut crea fiºierul de informaþii de back-up %s" -#: main.c:1499 +#: main.c:1510 +#, c-format msgid "-l AT&T lex compatibility option entails a large performance penalty\n" msgstr "" "-l opþiunea de compatibilitate AT&T lex determinã o scãdere drasticã a " "performanþei\n" -#: main.c:1502 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" msgstr "ºi poate fi sursa realã a altor scãderi de performanþã raportate\n" -#: main.c:1508 +#: main.c:1519 #, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " @@ -454,49 +467,53 @@ msgstr "" "%%opþiunea yylineno determinã o scãdere drasticã a performanþei DOAR în " "regulile care se potrivesc caracterelor linie_nouã(newline)\n" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "-I (interactiãe) determinã o scãdere minorã a performanþei\n" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "yymore() determinã o scãdere minorã a performanþei\n" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "REJECT determinã o scãdere drasticã a performanþei\n" -#: main.c:1531 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "" "Contextul de sfârºit(trailing) variabil determinã o scãdere drasticã a " "performanþei\n" -#: main.c:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "REJECT nu poate fi folosit cu -f sau -F" -#: main.c:1546 +#: main.c:1557 #, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "%opþiunea yylineno nu poate fi folositã cu REJECT" -#: main.c:1549 +#: main.c:1560 msgid "variable trailing context rules cannot be used with -f or -F" msgstr "" "contextul de sfârºit(trailing) variabil nu poate fi folosit cu -f sau -F" -#: main.c:1665 +#: main.c:1675 #, c-format msgid "%option yyclass only meaningful for C++ scanners" msgstr "%opþunea yyclass este folositoare doar pentru scannerele C++" -#: main.c:1772 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "Folosire: %s [OPÞIUNI] [FIªIER]...\n" -#: main.c:1775 +#: main.c:1785 #, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -685,6 +702,7 @@ msgid "state # %4d\t" msgstr "stare # %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** sfârºit de aducere(dump)\n" @@ -870,6 +888,7 @@ msgid "premature EOF" msgstr "EOF prematur" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "Marcaj de sfârºit\n" diff --git a/po/ru.po b/po/ru.po index 2b1f536..7097911 100644 --- a/po/ru.po +++ b/po/ru.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: flex 2.5.19\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2002-09-08 10:54+0400\n" "Last-Translator: Dmitry S. Sivachenko \n" "Language-Team: Russian \n" @@ -24,14 +24,17 @@ msgid "dangerous trailing context" msgstr "ÏÐÁÓÎÙÊ ÚÁÍÙËÁÀÝÉÊ ËÏÎÔÅËÓÔ" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " ÎÏÍÅÒÁ ÓÔÒÏË ÁÓÓÏÃÉÉÒÏ×ÁÎÎÏÇÏ ÐÒÁ×ÉÌÁ:" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr "" #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -157,346 +160,360 @@ msgstr " msgid "Could not write yynultrans_tbl" msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ yynultrans_tbl" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "ÎÅ×ÏÚÎÏÖÎÏ ÐÒÉÍÅÎÉÔØ ÐÒÁ×ÉÌÏ" -#: main.c:181 +#: main.c:192 msgid "-s option given but default rule can be matched" msgstr "ÕËÁÚÁÎÁ ÏÐÃÉÑ -s, ÎÏ ÐÒÁ×ÉÌÏ ÐÏ ÕÍÏÌÞÁÎÉÀ ÎÅ ÍÏÖÅÔ ÂÙÔØ ÐÒÉÍÅÎÅÎÏ" -#: main.c:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ -+ Ó ËÌÀÞÅÍ -l ÎÅ×ÏÚÍÏÖÎÏ" -#: main.c:221 +#: main.c:232 msgid "Can't use -f or -F with -l option" msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ -f ÉÌÉ -F Ó ËÌÀÞÅÍ -l ÎÅ×ÏÚÍÏÖÎÏ" -#: main.c:225 +#: main.c:236 #, fuzzy msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ -R ÉÌÉ -Rb Ó ËÌÀÞÅÍ -l ÎÅ×ÏÚÍÏÖÎÏ" -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "-Cf/-CF É -Cm ×ÍÅÓÔÅ ÎÅ ÉÍÅÀÔ ÓÍÙÓÌÁ" -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "-Cf/-CF É -I ÎÅÓÏ×ÍÅÓÔÉÍÙ" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "-Cf/-CF ÎÅÓÏ×ÍÅÓÔÎÙ Ó ÒÅÖÉÍÏÍ lex-ÓÏ×ÍÅÓÔÉÍÏÓÔÉ" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "-Cf É -CF Ñ×ÌÑÀÔÓÑ ×ÚÁÉÍÏÉÓËÌÀÞÁÀÝÉÍÉ" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ -+ Ó ËÌÀÞÅÍ -CF ÎÅ×ÏÚÍÏÖÎÏ" -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "%array ÎÅÓÏ×ÍÅÓÔÉÍ Ó ËÌÀÞÅÍ -+" -#: main.c:286 +#: main.c:297 #, fuzzy msgid "Options -+ and --reentrant are mutually exclusive." msgstr "ëÌÀÞÉ -+ É -R Ñ×ÌÑÀÔÓÑ ×ÚÁÉÍÏÉÓËÌÀÞÁÀÝÉÍÉ" -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "" -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ %s" -#: main.c:402 +#: main.c:413 msgid "could not write tables header" msgstr "ÎÅÕÄÁÅÔÓÑ ÚÁÐÉÓÁÔØ ÚÁÇÏÌÏ×ÏË ÔÁÂÌÉÃ" -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "ÎÅ ÕÄÁÅÔÓÑ ÏÔËÒÙÔØ ÆÁÊÌ-ËÁÒËÁÓ %s" -#: main.c:487 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "ÏÛÉÂËÁ ÞÔÅÎÉÑ ÆÁÊÌÁ-ËÁÒËÁÓÁ %s" -#: main.c:491 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "ÏÛÉÂËÁ ÐÒÉ ÚÁËÒÙÔÉÉ ÆÁÊÌÁ-ËÁÒËÁÓÁ %s" -#: main.c:675 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "ÏÛÉÂËÁ ÓÏÚÄÁÎÉÑ ÚÁÇÏÌÏ×ÏÞÎÏÇÏ ÆÁÊÌÁ %s" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "ÏÛÉÂËÁ ÚÁÐÉÓÉ × ×ÙÈÏÄÎÏÊ ÆÁÊÌ %s" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "ÏÛÉÂËÁ ÚÁËÒÙÔÉÑ ×ÙÈÏÄÎÏÇÏ ÆÁÊÌÁ %s" -#: main.c:691 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "ÏÛÉÂËÁ ÐÒÉ ÕÄÁÌÅÎÉÉ ×ÙÈÏÄÎÏÇÏ ÆÁÊÌÁ %s" -#: main.c:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "×ÏÚ×ÒÁÔ ÎÁ %d (ÎÅÄÏÐÕÓÔÉÍÙÈ) ÓÏÓÔÏÑÎÉÊ.\n" -#: main.c:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "óÖÁÔÙÅ ÔÁÂÌÉÃÙ ×ÓÅÇÄÁ ÓÏÈÒÁÎÑÀÔÓÑ.\n" -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "ÏÛÉÂËÁ ÚÁÐÉÓÉ ÒÅÚÅÒ×ÎÏÊ ËÏÐÉÉ ÆÁÊÌÁ %s" -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "ÏÛÉÂËÁ ÐÒÉ ÚÁËÒÙÔÉÉ ÒÅÚÅÒ×ÎÏÊ ËÏÐÉÉ ÆÁÊÌÁ %s" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "ÓÔÁÔÉÓÔÉËÁ ÉÓÐÏÌØÚÏ×ÁÎÉÑ %s ×ÅÒÓÉÉ %s:\n" -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " ÏÐÃÉÉ ÓËÁÎÅÒÁ: -" -#: main.c:800 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr " %d/%d ÓÏÓÔÏÑÎÉÊ îëá\n" -#: main.c:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d ÓÏÓÔÏÑÎÉÊ äëá (%d ÓÌÏ×)\n" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d ÐÒÁ×ÉÌ\n" -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr "" -#: main.c:813 +#: main.c:824 #, c-format msgid " %d backing-up (non-accepting) states\n" msgstr " ÓÏÈÒÁÎÅÎÙ %d (ÎÅÄÏÐÕÓÔÉÍÙÈ) ÓÏÓÔÏÑÎÉÊ\n" -#: main.c:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " óÖÁÔÙÅ ÔÁÂÌÉÃÙ ×ÓÅÇÄÁ ÓÏÈÒÁÎÑÀÔÓÑ\n" -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " éÓÐÏÌØÚÕÀÔÓÑ ÛÁÂÌÏÎÙ ÎÁÞÁÌÁ ÓÔÒÏËÉ\n" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d ÓÔÁÒÔÏ×ÙÈ ÕÓÌÏ×ÉÊ\n" -#: main.c:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr "" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " ÏÔÓÕÔÓÔ×ÕÀÔ ËÌÁÓÓÙ ÓÉÍ×ÏÌÏ×\n" -#: main.c:836 +#: main.c:847 #, 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:841 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr " ÓÏÚÄÁÎÏ %d ÐÁÒ ÓÏÓÔÏÑÎÉÅ/ÓÌÅÄ_ÓÏÓÔÏÑÎÉÅ\n" -#: main.c:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d ÕÎÉËÁÌØÎÙÈ/ÐÏ×ÔÏÒÑÀÝÉÈÓÑ ÐÅÒÅÈÏÄÏ×\n" -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d ÜÌÅÍÅÎÔÏ× ÔÁÂÌÉÃÙ\n" -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " ÓÏÚÄÁÎÏ %d/%d base-def ÜÌÅÍÅÎÔÏ×\n" -#: main.c:861 +#: main.c:872 #, c-format msgid " %d/%d (peak %d) nxt-chk entries created\n" msgstr " ÓÏÚÄÁÎÏ %d/%d (ÐÉË %d) nxt-chk ÜÌÅÍÅÎÔÏ×\n" -#: main.c:865 +#: main.c:876 #, c-format msgid " %d/%d (peak %d) template nxt-chk entries created\n" msgstr " ÓÏÚÄÁÎÏ %d/%d (ÐÉË %d) ÛÁÂÌÏÎÎÙÈ nxt-chk ÜÌÅÍÅÎÔÏ×\n" -#: main.c:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d ÐÕÓÔÙÈ ÜÌÅÍÅÎÔÏ× ÔÁÂÌÉÃÙ\n" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " ÓÏÚÄÁÎÏ %d ÐÒÏÔÏÔÉÐÏ×\n" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " ÓÏÚÄÁÎÏ %d ÛÁÂÌÏÎÏ×, %d ÉÓÐÏÌØÚÏ×ÁÎÉÊ\n" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " ÓÏÚÄÁÎÙ ËÌÁÓÓÙ ÜË×É×ÁÌÅÎÔÎÏÓÔÉ %d/%d\n" -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " %d/%d ÍÅÔÁÜË×É×ÁÌÅÎÔÎÙÈ ËÌÁÓÓÏ× ÓÏÚÄÁÎÏ\n" -#: main.c:896 +#: main.c:907 #, c-format msgid " %d (%d saved) hash collisions, %d DFAs equal\n" msgstr " %d (%d ÚÁÐÉÓÁÎÏ) ËÏÌÌÉÚÉÊ ÈÜÛ-ÔÁÂÌÉÃÙ, %d ÜË×É×ÁÌÅÎÔÎÙÈ äëá\n" -#: main.c:898 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr " ÔÒÅÂÕÅÔÓÑ %d ÎÁÂÏÒÏ× ÐÏ×ÔÏÒÎÙÈ ÒÁÚÍÅÝÅÎÉÊ\n" -#: main.c:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " ×ÓÅÇÏ ÔÒÅÂÕÅÔÓÑ %d ÜÌÅÍÅÎÔÏ× ÔÁÂÌÉÃÙ\n" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ. îÅÐÒÁ×ÉÌØÎÏ ÚÁÄÁÎÙ ËÌÀÞÉ flex.\n" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "ðÏÐÒÏÂÕÊÔÅ `%s --help' ÄÌÑ ÐÏÌÕÞÅÎÉÑ ÂÏÌÅÅ ÐÏÄÒÏÂÎÏÇÏ ÏÐÉÓÁÎÉÑ.\n" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ -C ËÌÀÞ '%c'" -#: main.c:1171 +#: main.c:1182 #, c-format msgid "%s %s\n" msgstr "%s %s\n" -#: main.c:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "ÆÁÔÁÌØÎÁÑ ÏÛÉÂËÁ ÒÁÚÂÏÒÁ" -#: main.c:1478 +#: main.c:1489 #, c-format msgid "could not create backing-up info file %s" msgstr "ÎÅÕÄÁÅÔÓÑ ÓÏÚÄÁÔØ ÚÁÐÁÓÎÏÊ ÉÎÆÏÒÍÁÃÉÏÎÎÙÊ ÆÁÊÌ %s" -#: main.c:1499 +#: main.c:1510 +#, c-format msgid "-l AT&T lex compatibility option entails a large performance penalty\n" msgstr "" "ïÐÃÉÑ -l ÓÏ×ÍÅÓÔÉÍÏÓÔÉ Ó AT&T lex ×ÌÅÞÅÔ ÚÎÁÞÉÔÅÌØÎÏÅ ÓÎÉÖÅÎÉÅ " "ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔÉ\n" -#: main.c:1502 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" msgstr "" " É ÔÁËÖÅ ÍÏÖÅÔ ÂÙÔØ ÉÓÔÉÎÎÙÍ ÉÓÔÏÞÎÉËÏÍ ÐÒÏÂÌÅÍ Ó ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔØÀ\n" -#: main.c:1508 +#: main.c:1519 #, fuzzy, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " "newline characters\n" msgstr "%%option yylineno ×ÌÅÞÅÔ ÚÎÁÞÉÔÅÌØÎÏÅ ÓÎÉÖÅÎÉÅ ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔÉ\n" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "-I (ÉÎÔÅÒÁËÔÉ×ÎÙÊ) ×ÌÅÞÅÔ ÎÅÚÎÁÞÉÔÅÌØÎÏÅ ÓÎÉÖÅÎÉÅ ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔÉ\n" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "yymore() ÐÒÉ×ÏÄÉÔ Ë ÎÅÂÏÌØÛÏÍÕ ÓÎÉÖÅÎÉÀ ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔÉ\n" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "REJECT ×ÌÅÞÅÔ ÚÎÁÞÉÔÅÌØÎÏÅ ÓÎÉÖÅÎÉÅ ÐÒÏÉÚ×ÏÄÉÔÅÌØÎÏÓÔÉ\n" -#: main.c:1531 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "" -#: main.c:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "REJECT ÎÅ ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎ ×ÍÅÓÔÅ Ó -f ÉÌÉ -F" -#: main.c:1546 +#: main.c:1557 #, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "%option yylineno ÎÅ ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÏ Ó REJECT" -#: main.c:1549 +#: main.c:1560 msgid "variable trailing context rules cannot be used with -f or -F" msgstr "" -#: main.c:1665 +#: main.c:1675 #, c-format msgid "%option yyclass only meaningful for C++ scanners" msgstr "%option yyclass ÉÍÅÅÔ ÓÍÙÓÌ ÔÏÌØËÏ ÄÌÑ ÓËÁÎÅÒÏ× ÎÁ C++" -#: main.c:1772 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ëìàþé] [æáêì]...\n" -#: main.c:1775 +#: main.c:1785 #, fuzzy, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -685,6 +702,7 @@ msgid "state # %4d\t" msgstr "ÓÏÓÔÏÑÎÉÅ # %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********* ËÏÎÅà ÄÁÍÐÁ\n" @@ -868,6 +886,7 @@ msgid "premature EOF" msgstr "ÎÅÏÖÉÄÁÎÎÙÊ ËÏÎÅà ÆÁÊÌÁ" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "íÅÔËÁ ËÏÎÃÁ\n" diff --git a/po/sv.po b/po/sv.po index 79e0764..6fe1194 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: flex 2.5.31\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2004-03-21 22:51+0100\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" @@ -25,14 +25,17 @@ msgid "dangerous trailing context" msgstr "farligt efterföljande sammanhang" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " radnummer för associerad regel:" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr " utövergångar: " #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -159,296 +162,306 @@ msgstr "Kunde inte skriva eoltbl" msgid "Could not write yynultrans_tbl" msgstr "Kunde inte skriva yynultrans_tbl" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "regeln kan inte matchas" -#: main.c:181 +#: main.c:192 msgid "-s option given but default rule can be matched" msgstr "flaggan -s angiven men standardregeln kan följas" -#: main.c:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "-+ kan inte användas tillsammans med flaggan -l" -#: main.c:221 +#: main.c:232 msgid "Can't use -f or -F with -l option" msgstr "-f eller -F kan inte användas tillsammans med flaggan -l" -#: main.c:225 +#: main.c:236 msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "" "--reentrant eller --bison-bridge kan inte användas tillsammans med flaggan -l" -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "-Cf/-CF och -Cm kan inte användas tillsammans" -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "-Cf/-CF och -I kan inte användas tillsammans" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "-Cf/-CF kan inte användas i lex-kompatibilitetsläge" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "-Cf och -CF är ömsesidigt uteslutande" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "-+ kan inte användas tillsammans med flaggan -CF" -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "%array kan inte användas tillsammans med flaggan -+" -#: main.c:286 +#: main.c:297 msgid "Options -+ and --reentrant are mutually exclusive." msgstr "Flaggorna -+ och --reentrant är ömsesidigt uteslutande." -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "bisonbrygga stöds inte för C++-inläsaren." -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "kunde inte skapa %s" -#: main.c:402 +#: main.c:413 msgid "could not write tables header" msgstr "kunde inte skriva tabellhuvud" -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "kan inte öppna mallfilen %s" -#: main.c:487 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "indatafel vid läsande av mallfilen %s" -#: main.c:491 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "fel vid stängande av mallfilen %s" -#: main.c:675 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "fel vid skapande av huvudfilen %s" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "fel vid skrivande av utfilen %s" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "fel vid stängande av utfilen %s" -#: main.c:691 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "fel vid borttagning av utfilen %s" # "Back up" i det här sammanhanget handlar om att flexmaskinen backar. -#: main.c:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "Backar inte.\n" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "%d säkerhetskopierande (icke-accepterande) tillstånd.\n" -#: main.c:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "Komprimerade tabeller säkerhetskopierar alltid.\n" -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "fel när säkerhetskopian %s skulle skrivas" -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "fel när säkerhetskopian %s skulle stängas" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "Statistik över användning av %s version %s:\n" -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " inläsarflaggor: -" -#: main.c:800 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr " %d/%d NFA-tillstånd\n" -#: main.c:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d DFA-tillstånd (%d ord)\n" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d regler\n" -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr " Inget säkerhetskopierande\n" -#: main.c:813 +#: main.c:824 #, c-format msgid " %d backing-up (non-accepting) states\n" msgstr " %d (icke-accepterande) tillstånd för säkerhetskopiering\n" -#: main.c:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " Komprimerade tabeller säkerhetskopierar alltid\n" -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " Början-av-rad-mönster använda\n" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d startvillkor\n" -#: main.c:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr " %d epsilontillstånd, %d dubbla epsilontillstånd\n" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " inga teckenklasser\n" -#: main.c:836 +#: main.c:847 #, c-format msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n" msgstr " %d/%d teckenklasser behövde %d/%d ord för lagring, %d återanvända\n" -#: main.c:841 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr " %d par med tillstånd/nästa-tillstånd skapade\n" -#: main.c:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d unika/duplicerade övergångar\n" -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d tabellposter\n" -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " %d/%d basstandardposter skapade\n" -#: main.c:861 +#: main.c:872 #, c-format msgid " %d/%d (peak %d) nxt-chk entries created\n" msgstr " %d/%d (max %d) poster för nästa kontroll skapade\n" -#: main.c:865 +#: main.c:876 #, c-format msgid " %d/%d (peak %d) template nxt-chk entries created\n" msgstr " %d/%d (max %d) mallposter för nästa kontroll skapade\n" -#: main.c:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d tomma tabellposter\n" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " %d prototyper skapade\n" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " %d mallar skapade, %d användningar\n" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " %d/%d ekvivalensklasser skapade\n" -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " %d/%d metaekvivalensklasser skapade\n" -#: main.c:896 +#: main.c:907 #, c-format msgid " %d (%d saved) hash collisions, %d DFAs equal\n" msgstr " %d (%d sparade) hashkollisioner, %d DFA lika\n" -#: main.c:898 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr " %d uppsättningar med omallokeringar krävdes\n" -#: main.c:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " %d tabellposter krävs totalt\n" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "Internt fel. flexopts är felaktiga.\n" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Prova \"%s --help\" för mer information.\n" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "okänd flagga till -C \"%c\"" -#: main.c:1171 +#: main.c:1182 #, c-format msgid "%s %s\n" msgstr "%s %s\n" -#: main.c:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "allvarligt fel vid tolkningen" -#: main.c:1478 +#: main.c:1489 #, c-format msgid "could not create backing-up info file %s" msgstr "kunde inte skapa filen %s med säkerhetskopieringsinformation" -#: main.c:1499 +#: main.c:1510 +#, c-format msgid "-l AT&T lex compatibility option entails a large performance penalty\n" msgstr "" "flaggan -l för beteende som AT&T:s lex medför en väsentlig prestandaförlust\n" -#: main.c:1502 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" msgstr " och kan vara den egentliga orsaken till andra rapporter om detta\n" -#: main.c:1508 +#: main.c:1519 #, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " @@ -457,50 +470,54 @@ msgstr "" "%%option yylineno medför en prestandaförlust ENDAST på regler som kan matcha " "nyradstecken\n" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "-I (interaktiv) medför en mindre prestandaförlust\n" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "yymore() medför en mindre prestandaförlust\n" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "REJECT medför en väsentlig prestandaförlust\n" -#: main.c:1531 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "" "Regler för varierbar efterföljande sammanhang medför en väsentlig " "prestandaförlust\n" -#: main.c:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "REJECT kan inte användas tillsammans med -f eller -F" -#: main.c:1546 +#: main.c:1557 #, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "%option yylineno kan inte användas tillsammans med REJECT" -#: main.c:1549 +#: main.c:1560 msgid "variable trailing context rules cannot be used with -f or -F" msgstr "" "regler för varierbar efterföljande kontext kan inte användas\n" "tillsammans med -f eller -F" -#: main.c:1665 +#: main.c:1675 #, c-format msgid "%option yyclass only meaningful for C++ scanners" msgstr "%option yyclass är bara meningsfull för C++-inläsare" -#: main.c:1772 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "Användning: %s [FLAGGOR] [FIL]...\n" -#: main.c:1775 +#: main.c:1785 #, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -685,6 +702,7 @@ msgid "state # %4d\t" msgstr "tillstånd %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** slut på utskrift\n" @@ -869,6 +887,7 @@ msgid "premature EOF" msgstr "för tidigt filslut" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "Slutmarkering\n" diff --git a/po/tr.po b/po/tr.po index c3554db..250993d 100644 --- a/po/tr.po +++ b/po/tr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: flex 2.5.31\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2004-05-16 18:36+0300\n" "Last-Translator: Deniz Akkus Kanca \n" "Language-Team: Turkish \n" @@ -25,14 +25,17 @@ msgid "dangerous trailing context" msgstr "izleyen bağlam tehlikeli" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " alakalı kural satır numaraları:" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr " dış-geçişler: " #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -157,296 +160,306 @@ msgstr "eoltbl yazılamadı" msgid "Could not write yynultrans_tbl" msgstr "yynultrans_tbl yazılamadı" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "kural eşlenemedi" -#: main.c:181 +#: main.c:192 msgid "-s option given but default rule can be matched" msgstr "-s seçeneği verilmiş fakat öntanımlı kural eşlenebiliyor" -#: main.c:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "-+'yi -l seçeneği ile kullanma" -#: main.c:221 +#: main.c:232 msgid "Can't use -f or -F with -l option" msgstr "-f veya -F'yi -l seçeneği ile kullanma" -#: main.c:225 +#: main.c:236 msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "-l seçeneği ile --reentrant veya --bison-bridge bir arada kullanılamaz" -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "-Cf/-CF ve -Cm birlikte anlam ifade etmiyor" -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "-Cf/-CF ve -I uyumsuz" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "-Cf/-CF lex-uyumluluk kipi ile uyumsuz" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "-Cf ve -CF bir arada kullanılamaz" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "-+, -CF seçeneği ile kullanılamaz" -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "%array, -+ seçeneği ile uyumsuz" -#: main.c:286 +#: main.c:297 msgid "Options -+ and --reentrant are mutually exclusive." msgstr "-+ ve --reentrant seçenekleri bir arada kullanılamaz" -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "bison bridge, C++ tarayıcısı için desteklenmiyor." -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "%s oluşturulamadı" -#: main.c:402 +#: main.c:413 msgid "could not write tables header" msgstr "tablo başlığı yazılamadı" -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "iskelet dosyası %s açılamadı" -#: main.c:487 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "iskelet dosyası %s okunurken girdi hatası" -#: main.c:491 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "iskelet dosyası %s kapatılırken hata" -#: main.c:675 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "başlık dosyası %s oluşturulurken hata" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "çıktı dosyası %s yazılırken hata" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "çıktı dosyası %s kapatılırken hata" -#: main.c:691 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "çıktı dosyası %s silinirken hata" -#: main.c:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "Yedekleme yok.\n" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "%d yedeklenen (kabul-etmeyen) durumlar.\n" -#: main.c:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "Sıkıştırılmış tablolar daima yedeklidir.\n" -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "yedek dosyası %s yazılırken hata" -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "yedek dosyası %s kapatılırken hata" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "%s sürüm %s kullanım istatistikleri:\n" -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " tarayıcı seçenekleri: -" -#: main.c:800 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr " %d/%d NFA durumu\n" -#: main.c:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d DFA durumu (%d sözcük)\n" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d kural\n" -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr " Yedekleme yok\n" -#: main.c:813 +#: main.c:824 #, c-format msgid " %d backing-up (non-accepting) states\n" msgstr " %d yedeklenmiş (kabul-edilmeyen) durum\n" -#: main.c:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " Sıkıştırılmış tablolar daima yedeklenir\n" -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " Başlangıç-satırı kalıpları kullanıldı\n" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d başlangıç şartları\n" -#: main.c:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr " %d epsilon durumu, %d çift epsilon durumu\n" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " karakter sınıfı yok\n" -#: main.c:836 +#: main.c:847 #, 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:841 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr " %d durumu/sonrakidurum çifti yaratıldı\n" -#: main.c:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d tekil/çift geçişler\n" -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d tablo girdileri\n" -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " %d/%d temel-tanım girdileri yaratıldı\n" -#: main.c:861 +#: main.c:872 #, 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:865 +#: main.c:876 #, 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:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d boş tablo girdileri\n" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " %d prototip yaratıldı\n" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " %d şablon yaratıldı, %d kullanıldı\n" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " %d/%d denklik sınıfı yaratıldı\n" -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " %d/%d ara-denklik sınıfı yaratıldı\n" -#: main.c:896 +#: main.c:907 #, 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:898 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr " %d tekrar ayırım kümesine ihtiyaç var\n" -#: main.c:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " %d toplam tablo girdisine ihtiyaç var\n" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "İç hata. flexopt'lar bozuk.\n" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Daha fazla bilgi için `%s --help' yazın.\n" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "bilinmeyen -C seçeneği '%c'" -#: main.c:1171 +#: main.c:1182 #, c-format msgid "%s %s\n" msgstr "%s %s\n" -#: main.c:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "ölümcül ayrıştırma hatası" -#: main.c:1478 +#: main.c:1489 #, c-format msgid "could not create backing-up info file %s" msgstr "yedekleme bilgi dosyası %s oluşturulamadı" -#: main.c:1499 +#: main.c:1510 +#, c-format msgid "-l AT&T lex compatibility option entails a large performance penalty\n" msgstr "-l AT&T lex uyumluluğu seçeneği önemli ölçüde yavaşlamaya yol açar\n" -#: main.c:1502 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" msgstr "" " ve belki bildirilen başka performans kayıplarının da kaynağı olabilir\n" -#: main.c:1508 +#: main.c:1519 #, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " @@ -455,47 +468,51 @@ msgstr "" "yylineno %%seçeneği YALNIZCA yenisatır karakterlerini de eşleyen satırlarda " "yavaşlar.\n" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "-I (etkileşimli) küçük ölçekli bir yavaşlamaya neden olur\n" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "yymore() küçük ölçekli bir yavaşlamaya neden olur\n" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "REJECT büyük ölçekli bir yavaşlamaya neden olur\n" -#: main.c:1531 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "" "Değişken izleyen bağlam kuralları, büyük ölçekli yavaşlamaya neden olur\n" -#: main.c:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "REJECT, -f veya -F ile kullanılamaz" -#: main.c:1546 +#: main.c:1557 #, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "%option yylineno, REJECT ile birlikte kullanılamaz" -#: main.c:1549 +#: main.c:1560 msgid "variable trailing context rules cannot be used with -f or -F" msgstr "değişken izleme ortamı kuralları, -f veya -F ile birlikte kullanılamaz" -#: main.c:1665 +#: main.c:1675 #, 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:1772 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "Kullanım: %s [SEÇENEKLER...] [DOSYA...]\n" -#: main.c:1775 +#: main.c:1785 #, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -679,6 +696,7 @@ msgid "state # %4d\t" msgstr "durum # %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** döküm sonu\n" @@ -864,6 +882,7 @@ msgid "premature EOF" msgstr "erken EOF" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "Bitiş İşaretçisi\n" diff --git a/po/vi.po b/po/vi.po index 19a2bf5..34693ae 100644 --- a/po/vi.po +++ b/po/vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: flex 2.5.31\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2005-03-31 16:08+0950\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -24,14 +24,17 @@ msgid "dangerous trailing context" msgstr "ngữ cảnh theo sau là nguy hiểm" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr " số dòng quy tắc được thích hợp:" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr " việc chuyển tiếp xuất:" #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -156,297 +159,307 @@ msgstr "Không ghi được eoltbl" msgid "Could not write yynultrans_tbl" msgstr "Không ghi được yynultrans_tbl" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "không thể khớp vÆ¡i quy tắc ấy" -#: main.c:181 +#: main.c:192 msgid "-s option given but default rule can be matched" msgstr "đưa ra tùy chọn -s nhÆ°ng có thể khớp với quy tắc mặc định" -#: main.c:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "Không thể sá»­ dụng ký tÆ° -+ với tùy chọn -l" -#: main.c:221 +#: main.c:232 msgid "Can't use -f or -F with -l option" msgstr "Không thể sá»­ dụng cờ -f hoặc -F với tùy chọn -l " -#: main.c:225 +#: main.c:236 msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "" "Không thể sá»­ dụng đối số --reentrant (vào lại) hoặc --bison-bridge (chiếc " "cầu bison) với tùy chọn -l" -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "Hai tùy chọn -Cf/-CF và -Cm không có ý nghÄ©a với nhau" -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "Hai tùy chọn -Cf/-CF và -I không phải là tÆ°Æ¡ng thích với nhau" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "" "Tùy chọn -Cf/-CF không phải là tÆ°Æ¡ng thích với chế độ lex-compatibility " "(tÆ°Æ¡ng thích với lex)" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "Hai tùy chọn -Cf and -CF là loại từ lẫn nhau" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "Không thể sá»­ dụng ký tá»± -+ với tùy chọn -CF " -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "%array (mảng) không tÆ°Æ¡ng thích với tùy chọn -+" -#: main.c:286 +#: main.c:297 msgid "Options -+ and --reentrant are mutually exclusive." msgstr "Hai tùy chọn -+ và --reentrant (vào lại) là loại từ lẫn nhau." -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "không hỗ trợ bison bridge (chiếc cầu bison) cho bộ quét C++." -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "không tạo được %s" -#: main.c:402 +#: main.c:413 msgid "could not write tables header" msgstr "không ghi được dòng đầu bảng" -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "không mở được tập tin khung sườn %s" -#: main.c:487 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "gặp lỗi gõ khi đọc tâp tin khung sườn %s" -#: main.c:491 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "gặp lỗi khi đóng tập tin khung sườn %s" -#: main.c:675 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "gặp lỗi khi tạo tập tin dòng đầu %s" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "gặp lỗi khi ghi tập tin xuất %s" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "gặp lỗi khi đóng tập tin xuất %s" -#: main.c:691 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "gặp lỗi khi xóa bỏ tập tin xuất %s" -#: main.c:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "Không lÆ°u trữ.\n" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "%d đang lÆ°u trữ tính trạng (loại không chấp nhận).\n" -#: main.c:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "Bảng nén luôn luôn lÆ°u trữ.\n" -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "găp lỗi khi ghi tập tin lÆ°u trữ %s" -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "gặp lỗi khi đóng tập tin lÆ°u trữ %s" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "phiên bản %s thống kê cách sá»­ dụng %s:\n" -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " tùy chọn quét: -" -#: main.c:800 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr " %d/%d tính trạng NFA\n" -#: main.c:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr " %d/%d tính trạng DFA (%d từ)\n" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d quy tắc\n" -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr " Không lÆ°u trữ\n" -#: main.c:813 +#: main.c:824 #, c-format msgid " %d backing-up (non-accepting) states\n" msgstr " %d lÆ°u trữ tính trạng (loại không chấp nhận)\n" -#: main.c:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr " Bảng nén luôn luôn lÆ°u trữ\n" -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr " Sá»­ dụng mẫu loại đầu dòng\n" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr " %d/%d điều kiện bắt đầu\n" -#: main.c:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr " %d tính trạng épxilông, %d tính trạng épxilông đôi\n" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr " không có hạng ký tá»±\n" -#: main.c:836 +#: main.c:847 #, c-format msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n" msgstr " %d/%d hạng ky tá»± cần %d/%d từ sức chứa, %d được sá»­ dụng lại\n" -#: main.c:841 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr " tạo %d cặp tính trạng/tính trạng tới rồi\n" -#: main.c:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr " %d/%d việc chuyên tiếp độc nhất/bản sao\n" -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr " %d mục bảng\n" -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr " tạo %d/%d mục base-def (định nghÄ©a cÆ¡ bản) rồi\n" -#: main.c:861 +#: main.c:872 #, c-format msgid " %d/%d (peak %d) nxt-chk entries created\n" msgstr " tạo %d/%d (tối đa %d) mục nxt-chk (kiểm tra tới) rồi\n" -#: main.c:865 +#: main.c:876 #, c-format msgid " %d/%d (peak %d) template nxt-chk entries created\n" msgstr " tạo %d/%d (tối đa %d) mục khuôn mẫu nxt-chk (kiểm tra tới) rồi\n" -#: main.c:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr " %d mục bảng trống\n" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr " tạo %d proto (vật đầu tiên) rồi\n" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr " tạo %d khuôn mẫu, %d lần sá»­ dụng rồi\n" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr " tạo %d/%d hạng loại tÆ°Æ¡ng đương rồi\n" -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr " tạo %d/%d hạng loại tÆ°Æ¡ng đương mức cao hÆ¡n rồi\n" -#: main.c:896 +#: main.c:907 #, c-format msgid " %d (%d saved) hash collisions, %d DFAs equal\n" msgstr " %d (%d được lÆ°u) lần va chạm với băm, %d DFA bằng nhau\n" -#: main.c:898 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr " cần %d bộ điều phân chia lại\n" -#: main.c:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr " cần tổng số %d mục bảng\n" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "Gặp lỗi nội bộ vì những flexopt là khuyết tật.\n" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Hãy thá»­ lệnh `%s --help' để xem thông tin thêm.\n" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "không biết tùy chọn -C là '%c'" -#: main.c:1171 +#: main.c:1182 #, c-format msgid "%s %s\n" msgstr "%s %s\n" -#: main.c:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "gặp lỗi phân tách nghiêm trọng" -#: main.c:1478 +#: main.c:1489 #, c-format msgid "could not create backing-up info file %s" msgstr "không tạo đươc tập tin thông tin lÆ°u trữ %s" -#: main.c:1499 +#: main.c:1510 +#, c-format msgid "-l AT&T lex compatibility option entails a large performance penalty\n" msgstr "Tùy chọn loại tÆ°Æ¡ng thích -l AT&T lex giảm tốc độ nhiều\n" -#: main.c:1502 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" msgstr " thì có lẽ thật gây ra trường hợp giảm tốc độ khác\n" -#: main.c:1508 +#: main.c:1519 #, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " @@ -455,48 +468,52 @@ msgstr "" "%%tùy chọn yylineno giảm tốc độ CHỈ với quy tắc khớp với ký tá»± dòng mới " "thôi\n" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "Tùy chọn -I (tÆ°Æ¡ng tác) thì giảm tốc đô một ít\n" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "yymore() thì giảm tốc độ một ít\n" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "REJECT (đuổi ra) thì giảm tốc độ nhiều\n" -#: main.c:1531 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "Quy tắc ngữ cảnh theo sau có thể thay đổi thì giảm tốc độ nhiều\n" -#: main.c:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "Không thể sá»­ dụng REJECT (đuổi ra) với tùy chọn -f hoặc -F" -#: main.c:1546 +#: main.c:1557 #, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "Không thể sá»­ dụng %option (tùy chọn) yylineno với REJECT (đuổi ra)" -#: main.c:1549 +#: main.c:1560 msgid "variable trailing context rules cannot be used with -f or -F" msgstr "" "không thể sá»­ dụng quy tắc ngữ cảnh theo sau có thể thay đổi với tùy chọn -f " "hoặc-F" -#: main.c:1665 +#: main.c:1675 #, c-format msgid "%option yyclass only meaningful for C++ scanners" msgstr "%option (tùy chọn) yyclass chỉ có ý nghÄ©a cho bộ quét C++ " -#: main.c:1772 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "Cách sá»­ dụng: %s [TUY_CHỌN] [TẬP_TIN]...\n" -#: main.c:1775 +#: main.c:1785 #, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -694,6 +711,7 @@ msgid "state # %4d\t" msgstr "tính trạng # %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** đổ xong rồi\n" @@ -879,6 +897,7 @@ msgid "premature EOF" msgstr "gặp kết thức tập tin quá sớm" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "Dấu kết thức\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 64ae01a..6cb256f 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: flex 2.5.8\n" "Report-Msgid-Bugs-To: lex-help@lists.sourceforge.net\n" -"POT-Creation-Date: 2004-05-03 10:42-0400\n" +"POT-Creation-Date: 2006-02-14 12:28-0500\n" "PO-Revision-Date: 2002-08-18 10:37+0800\n" "Last-Translator: Wang Li \n" "Language-Team: Chinese (simplified) \n" @@ -24,14 +24,17 @@ msgid "dangerous trailing context" msgstr "" #: dfa.c:166 +#, c-format msgid " associated rule line numbers:" msgstr "" #: dfa.c:202 +#, c-format msgid " out-transitions: " msgstr "" #: dfa.c:210 +#, c-format msgid "" "\n" " jam-transitions: EOF " @@ -156,340 +159,354 @@ msgstr " msgid "Could not write yynultrans_tbl" msgstr "" -#: main.c:176 +#: main.c:187 msgid "rule cannot be matched" msgstr "ÎÞ·¨Æ¥Åä¹æÔò" -#: main.c:181 +#: main.c:192 msgid "-s option given but default rule can be matched" msgstr "" -#: main.c:218 +#: main.c:229 msgid "Can't use -+ with -l option" msgstr "" -#: main.c:221 +#: main.c:232 msgid "Can't use -f or -F with -l option" msgstr "" -#: main.c:225 +#: main.c:236 msgid "Can't use --reentrant or --bison-bridge with -l option" msgstr "" -#: main.c:262 +#: main.c:273 msgid "-Cf/-CF and -Cm don't make sense together" msgstr "" -#: main.c:265 +#: main.c:276 msgid "-Cf/-CF and -I are incompatible" msgstr "" -#: main.c:269 +#: main.c:280 msgid "-Cf/-CF are incompatible with lex-compatibility mode" msgstr "" -#: main.c:274 +#: main.c:285 msgid "-Cf and -CF are mutually exclusive" msgstr "" -#: main.c:278 +#: main.c:289 msgid "Can't use -+ with -CF option" msgstr "" -#: main.c:281 +#: main.c:292 #, c-format msgid "%array incompatible with -+ option" msgstr "" -#: main.c:286 +#: main.c:297 msgid "Options -+ and --reentrant are mutually exclusive." msgstr "" -#: main.c:289 +#: main.c:300 msgid "bison bridge not supported for the C++ scanner." msgstr "" -#: main.c:341 main.c:389 +#: main.c:352 main.c:400 #, c-format msgid "could not create %s" msgstr "ÎÞ·¨´´½¨ %s" -#: main.c:402 +#: main.c:413 #, fuzzy msgid "could not write tables header" msgstr "ÎÞ·¨´´½¨ %s" -#: main.c:406 +#: main.c:417 #, c-format msgid "can't open skeleton file %s" msgstr "ÎÞ·¨´ò¿ª¹Ç¼ÜÎļþ %s" -#: main.c:487 +#: main.c:498 #, c-format msgid "input error reading skeleton file %s" msgstr "¶ÁÈ¡¹Ç¼ÜÎļþ %s ʱÊäÈë´íÎó" -#: main.c:491 +#: main.c:502 #, c-format msgid "error closing skeleton file %s" msgstr "¹Ø±Õ¹Ç¼ÜÎļþ %s ³ö´í" -#: main.c:675 +#: main.c:686 #, c-format msgid "error creating header file %s" msgstr "´´½¨Í·Îļþ %s ³ö´í" -#: main.c:683 +#: main.c:694 #, c-format msgid "error writing output file %s" msgstr "дÈëÊä³öÎļþ %s ³ö´í" -#: main.c:687 +#: main.c:698 #, c-format msgid "error closing output file %s" msgstr "¹Ø±ÕÊä³öÎļþ %s ³ö´í" -#: main.c:691 +#: main.c:702 #, c-format msgid "error deleting output file %s" msgstr "ɾ³ýÊä³öÎļþ %s ³ö´í" -#: main.c:698 +#: main.c:709 +#, c-format msgid "No backing up.\n" msgstr "" -#: main.c:702 +#: main.c:713 #, c-format msgid "%d backing up (non-accepting) states.\n" msgstr "" -#: main.c:706 +#: main.c:717 +#, c-format msgid "Compressed tables always back up.\n" msgstr "" -#: main.c:709 +#: main.c:720 #, c-format msgid "error writing backup file %s" msgstr "дÈ뱸·ÝÎļþ %s ³ö´í" -#: main.c:713 +#: main.c:724 #, c-format msgid "error closing backup file %s" msgstr "¹Ø±Õ±¸·ÝÎļþ %s ³ö´í" -#: main.c:718 +#: main.c:729 #, c-format msgid "%s version %s usage statistics:\n" msgstr "" -#: main.c:721 +#: main.c:732 +#, c-format msgid " scanner options: -" msgstr " ɨÃèÆ÷Ñ¡Ï-" -#: main.c:800 +#: main.c:811 #, c-format msgid " %d/%d NFA states\n" msgstr "" -#: main.c:802 +#: main.c:813 #, c-format msgid " %d/%d DFA states (%d words)\n" msgstr "" -#: main.c:804 +#: main.c:815 #, c-format msgid " %d rules\n" msgstr " %d Ìõ¹æÔò\n" -#: main.c:809 +#: main.c:820 +#, c-format msgid " No backing up\n" msgstr "" -#: main.c:813 +#: main.c:824 #, c-format msgid " %d backing-up (non-accepting) states\n" msgstr "" -#: main.c:818 +#: main.c:829 +#, c-format msgid " Compressed tables always back-up\n" msgstr "" -#: main.c:822 +#: main.c:833 +#, c-format msgid " Beginning-of-line patterns used\n" msgstr "" -#: main.c:824 +#: main.c:835 #, c-format msgid " %d/%d start conditions\n" msgstr "" -#: main.c:828 +#: main.c:839 #, c-format msgid " %d epsilon states, %d double epsilon states\n" msgstr "" -#: main.c:832 +#: main.c:843 +#, c-format msgid " no character classes\n" msgstr "" -#: main.c:836 +#: main.c:847 #, c-format msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n" msgstr "" -#: main.c:841 +#: main.c:852 #, c-format msgid " %d state/nextstate pairs created\n" msgstr "" -#: main.c:844 +#: main.c:855 #, c-format msgid " %d/%d unique/duplicate transitions\n" msgstr "" -#: main.c:849 +#: main.c:860 #, c-format msgid " %d table entries\n" msgstr "" -#: main.c:857 +#: main.c:868 #, c-format msgid " %d/%d base-def entries created\n" msgstr "" -#: main.c:861 +#: main.c:872 #, c-format msgid " %d/%d (peak %d) nxt-chk entries created\n" msgstr "" -#: main.c:865 +#: main.c:876 #, c-format msgid " %d/%d (peak %d) template nxt-chk entries created\n" msgstr "" -#: main.c:869 +#: main.c:880 #, c-format msgid " %d empty table entries\n" msgstr "" -#: main.c:871 +#: main.c:882 #, c-format msgid " %d protos created\n" msgstr "" -#: main.c:874 +#: main.c:885 #, c-format msgid " %d templates created, %d uses\n" msgstr "" -#: main.c:882 +#: main.c:893 #, c-format msgid " %d/%d equivalence classes created\n" msgstr "" -#: main.c:890 +#: main.c:901 #, c-format msgid " %d/%d meta-equivalence classes created\n" msgstr "" -#: main.c:896 +#: main.c:907 #, c-format msgid " %d (%d saved) hash collisions, %d DFAs equal\n" msgstr "" -#: main.c:898 +#: main.c:909 #, c-format msgid " %d sets of reallocations needed\n" msgstr "" -#: main.c:900 +#: main.c:911 #, c-format msgid " %d total table entries needed\n" msgstr "" -#: main.c:975 +#: main.c:986 +#, c-format msgid "Internal error. flexopts are malformed.\n" msgstr "" -#: main.c:985 +#: main.c:996 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" -#: main.c:1042 +#: main.c:1053 #, c-format msgid "unknown -C option '%c'" msgstr "δ֪µÄ -C Ñ¡Ïî¡°%c¡±" -#: main.c:1171 +#: main.c:1182 #, c-format msgid "%s %s\n" msgstr "%s %s\n" -#: main.c:1446 +#: main.c:1457 msgid "fatal parse error" msgstr "ÖÂÃüµÄ½âÎö´íÎó" -#: main.c:1478 +#: main.c:1489 #, c-format msgid "could not create backing-up info file %s" msgstr "" -#: main.c:1499 +#: main.c:1510 +#, c-format msgid "-l AT&T lex compatibility option entails a large performance penalty\n" msgstr "" -#: main.c:1502 +#: main.c:1513 +#, c-format msgid " and may be the actual source of other reported performance penalties\n" msgstr "" -#: main.c:1508 +#: main.c:1519 #, c-format msgid "" "%%option yylineno entails a performance penalty ONLY on rules that can match " "newline characters\n" msgstr "" -#: main.c:1515 +#: main.c:1526 +#, c-format msgid "-I (interactive) entails a minor performance penalty\n" msgstr "" -#: main.c:1520 +#: main.c:1531 +#, c-format msgid "yymore() entails a minor performance penalty\n" msgstr "" -#: main.c:1526 +#: main.c:1537 +#, c-format msgid "REJECT entails a large performance penalty\n" msgstr "" -#: main.c:1531 +#: main.c:1542 +#, c-format msgid "Variable trailing context rules entail a large performance penalty\n" msgstr "" -#: main.c:1543 +#: main.c:1554 msgid "REJECT cannot be used with -f or -F" msgstr "" -#: main.c:1546 +#: main.c:1557 #, c-format msgid "%option yylineno cannot be used with REJECT" msgstr "" -#: main.c:1549 +#: main.c:1560 msgid "variable trailing context rules cannot be used with -f or -F" msgstr "" -#: main.c:1665 +#: main.c:1675 #, c-format msgid "%option yyclass only meaningful for C++ scanners" msgstr "" -#: main.c:1772 +#: main.c:1782 #, c-format msgid "Usage: %s [OPTIONS] [FILE]...\n" msgstr "Ó÷¨£º%s [Ñ¡Ïî] [Îļþ]...\n" -#: main.c:1775 +#: main.c:1785 #, c-format msgid "" "Generates programs that perform pattern-matching on text.\n" @@ -612,6 +629,7 @@ msgid "state # %4d\t" msgstr "״̬ # %4d\t" #: nfa.c:130 +#, c-format msgid "********** end of dump\n" msgstr "********** Êä³ö½áÊø\n" @@ -795,6 +813,7 @@ msgid "premature EOF" msgstr "" #: yylex.c:198 +#, c-format msgid "End Marker\n" msgstr "" diff --git a/tests/test-mem-nr/scanner.l b/tests/test-mem-nr/scanner.l index 42a2355..d03996a 100644 --- a/tests/test-mem-nr/scanner.l +++ b/tests/test-mem-nr/scanner.l @@ -88,7 +88,6 @@ static void dump_mem(FILE* fp){ void * yyalloc(yy_size_t n) { void * p; - struct memsz * old; int i; total_mem += n; diff --git a/tests/test-mem-r/scanner.l b/tests/test-mem-r/scanner.l index c478edf..ba6e0b5 100644 --- a/tests/test-mem-r/scanner.l +++ b/tests/test-mem-r/scanner.l @@ -88,7 +88,6 @@ static void dump_mem(FILE* fp){ void * yyalloc(yy_size_t n , void* yyscanner) { void * p; - struct memsz * old; int i; total_mem += n;