From 402018e3b860518e70f0aa787893393fefaf3672 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 21 Nov 2004 13:41:16 +0000 Subject: [PATCH] Preparation to release findutils-4.2.6. --- ChangeLog | 34 ++++++++++++++++++++++++- configure.in | 2 +- po/da.po | 67 ++++++++++++++++++++++++++++++------------------ po/de.po | 73 ++++++++++++++++++++++++++++++++--------------------- po/es.po | 73 ++++++++++++++++++++++++++++++++--------------------- po/et.po | 71 +++++++++++++++++++++++++++++++-------------------- po/findutils.pot | 65 +++++++++++++++++++++++++++++------------------ po/fr.po | 71 +++++++++++++++++++++++++++++++-------------------- po/gl.po | 67 ++++++++++++++++++++++++++++++------------------ po/id.po | 67 ++++++++++++++++++++++++++++++------------------ po/it.po | 71 +++++++++++++++++++++++++++++++-------------------- po/ko.po | 67 ++++++++++++++++++++++++++++++------------------ po/nl.po | 73 ++++++++++++++++++++++++++++++++--------------------- po/pl.po | 71 +++++++++++++++++++++++++++++++-------------------- po/pt_BR.po | 67 ++++++++++++++++++++++++++++++------------------ po/ru.po | 67 ++++++++++++++++++++++++++++++------------------ po/sk.po | 77 ++++++++++++++++++++++++++++++++++---------------------- po/sv.po | 67 ++++++++++++++++++++++++++++++------------------ po/tr.po | 75 +++++++++++++++++++++++++++++++++--------------------- 19 files changed, 773 insertions(+), 452 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ce1e95..be40196 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2004-11-21 James Youngman + * find/Makefile.am, xargs/Makefile.am: + Enable checking of support for --version and --help + + * locate/Makefile.am: + Con't check command-line options for frcode, code or bigram + + * locate/code.c: Support --version and --help. + + * ChangeLog: *** empty log message *** + * find/defs.h, find/find.c, find/fstype.c, lib/Makefile.am, lib/extendbuf.c, lib/extendbuf.h, NEWS: Avoid fatal error if automount mounts a filesystem on a directory because we chdir()ed into it @@ -14,7 +24,7 @@ 2004-11-19 James Youngman - * configure.in: releasing findutils-4.2.5 + * configure.in: releaseing findutils-4.2.5 * find/testsuite/Makefile.am, locate/testsuite/Makefile.am, xargs/testsuite/Makefile.am: If a directory has no Makefile.am, omit it from the parent's DIST_SUBDIRS - automake-1.9 requires this @@ -35,6 +45,28 @@ * import-gnulib.sh: Avoid test -e because not all systems are POSIX-compliant (bug + #11005). Also don;t need regex module any more if we're not building + in intl. + + * Makefile.am, configure.in: + These days gnulib likes to include 'libintl.h' which our very old intl/ directory lacks. For the moment, disable use of the internal intl/ directory + + * doc/find.texi: + Use @ref not @xref for a reference at the beginning of a sentence. + + * intl/Makefile.in: + Make sure gnulib.lib is on the #include path (Savannah bug #11002) + + * locate/locate.c: + Use base_name instead of basename - fixes Savannah bug 11003. + + * configure.in, find/defs.h, find/find.c, find/parser.c, find/pred.c, locate/bigram.c, locate/locate.c: + Don't need banner to emphasise the location of the call to jy_SORTZ + +2004-11-15 James Youngman + + * import-gnulib.sh: + Avoid test -e because not all systems are POSIX-compliant (bug #11005). Also don't need regex module any more if we're not building in intl. diff --git a/configure.in b/configure.in index c35c8b1..d5a0375 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_CONFIG_MACRO_DIR(gnulib/m4) dnl Set of available languages. ALL_LINGUAS="da de es et fr gl id it ko nl pl pt_BR ru sv tr sk" -AM_INIT_AUTOMAKE(findutils, 4.2.6-CVS) +AM_INIT_AUTOMAKE(findutils, 4.2.6) AC_SUBST(INCLUDES)dnl AC_ARG_ENABLE(id-cache, diff --git a/po/da.po b/po/da.po index 3af0fff..5fe324c 100644 --- a/po/da.po +++ b/po/da.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 2000-11-13 21:51+01:00\n" "Last-Translator: Ole Laursen \n" "Language-Team: Danish \n" @@ -207,80 +207,90 @@ msgstr "ups - ugyldig automatisk inds msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Brug: %s [sti...] [udtryk]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" msgstr "" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "stier skal stå før udtrykket" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, c-format msgid "invalid predicate `%s'" msgstr "ugyldigt udsagn '%s'" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, c-format msgid "missing argument to `%s'" msgstr "manglende parameter til '%s'" -#: find/find.c:407 +#: find/find.c:417 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "ugyldig parameter '%s' til '%s'" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "Liste over udsagn:\n" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:453 +#: find/find.c:463 #, c-format msgid "Eval Tree:\n" msgstr "Evalueringstræ:\n" -#: find/find.c:464 +#: find/find.c:474 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Optimeret evalueringstræ:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 msgid "cannot get current directory" msgstr "kan ikke hente det aktuelle katalog" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " "number %ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" "ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "løbet tør for virtuel hukommelse" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "fejl i %s: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "ukendt" @@ -475,11 +485,24 @@ msgstr "ups - ugyldig udtrykstype" msgid "Normalized Eval Tree:\n" msgstr "Normaliseret evalueringstræ\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "Brug: %s mest_brugte_bigrammer < liste > kodet_liste\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find version %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -511,12 +534,6 @@ msgstr "" "Brug: %s [-d sti | --database=sti] [--version] [--help]\n" " [-e | --existing] mønster...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/de.po b/po/de.po index efeaee9..cb2d33d 100644 --- a/po/de.po +++ b/po/de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.7\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 2001-05-30 20:59+02:00\n" "Last-Translator: Nils Naumann \n" "Language-Team: German \n" @@ -207,80 +207,90 @@ msgstr "Oops -- Das automatische Einf msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Syntax: %s [Pfad...] [Suchkriterium]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" msgstr "" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "Der Pfad muß vor dem Suchkriterium stehen." #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, c-format msgid "invalid predicate `%s'" msgstr "ungültige Option `%s'" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, c-format msgid "missing argument to `%s'" msgstr "Fehlendes Argument für \"%s\"." -#: find/find.c:407 +#: find/find.c:417 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "Ungültiges Argument \"%s\" für \"%s\"." -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "Optionsliste:\n" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:453 +#: find/find.c:463 #, c-format msgid "Eval Tree:\n" msgstr "Auswertbaum:\n" -#: find/find.c:464 +#: find/find.c:474 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Optimierter Auswertbaum:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 msgid "cannot get current directory" msgstr "Kann nicht in das aktuelle Verzeichnis wechseln." -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " "number %ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" "ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "Der virtuelle Arbeitsspeicher ist erschöpft." -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "Fehler in %s: %s." -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "unbekannt" @@ -476,13 +486,29 @@ msgstr "Oops -- ung msgid "Normalized Eval Tree:\n" msgstr "Normalisierter Auswertbaum:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "" "Syntax: %s häufigste_gemeinsame_Buchstabenpaare < Liste > " "komprimierte_Liste\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +#, fuzzy +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" +"\n" +"Senden Sie Fehlermeldungen an ." + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find Version %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -514,15 +540,6 @@ msgstr "" "Syntax: %s [-d Pfad | --database=Pfad] [-e | --existing]\n" " [-i | --ignore-case] [--version] [--help] Suchmuster...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -#, fuzzy -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" -"\n" -"Senden Sie Fehlermeldungen an ." - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/es.po b/po/es.po index 23f7112..33d2a5b 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU findutils 4.1.7\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 2001-06-08 17:02+0200\n" "Last-Translator: Santiago Vila Doncel \n" "Language-Team: Spanish \n" @@ -234,64 +234,74 @@ msgstr "oh, oh -- msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Modo de empleo: %s [ruta-de-acceso...] [expresión]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" msgstr "" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "Las rutas-de-acceso deben preceder la expresión" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, c-format msgid "invalid predicate `%s'" msgstr "predicado inválido `%s'" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, c-format msgid "missing argument to `%s'" msgstr "no se ha dado el argumento requerido a la opción `%s'" -#: find/find.c:407 +#: find/find.c:417 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "argumento `%s' inválido para la opción `%s'" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "Lista Predicado:\n" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:453 +#: find/find.c:463 #, c-format msgid "Eval Tree:\n" msgstr "Árbol de Evaluación:\n" -#: find/find.c:464 +#: find/find.c:474 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Árbol de Evaluación Optimizado:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 msgid "cannot get current directory" msgstr "no se puede obtener el directorio actual" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " "number %ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -319,16 +329,16 @@ msgstr "" # # FIXME: Preguntar a Richard Stallman por qué se empeña en usar la # palabra virtual. sv -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "memoria agotada" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "error en %s: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "desconocido" @@ -644,11 +654,27 @@ msgstr "oh, oh -- msgid "Normalized Eval Tree:\n" msgstr "Árbol de Evaluación Normalizado:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "Modo de empleo: %s bigramas_más_comunes < lista > lista_codificada\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +#, fuzzy +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" +"\n" +"Comunicar `bugs' a ." + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find versión %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -680,15 +706,6 @@ msgstr "" "Modo de empleo: %s [-d ruta-de-acceso | --database=ruta-de-acceso]\n" " [-e | --existing] [-i | --ignore-case] [--version] [--help] expr-reg...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -#, fuzzy -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" -"\n" -"Comunicar `bugs' a ." - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/et.po b/po/et.po index 1805c3b..11aa9d2 100644 --- a/po/et.po +++ b/po/et.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 2004-11-02 21:41+0200\n" "Last-Translator: Toomas Soome \n" "Language-Team: Estonian \n" @@ -207,7 +207,7 @@ msgstr "oops -- vigane konjunktsioonioperaatori lisamine!" msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Kasuta: %s [tee...] [avaldis]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" @@ -215,51 +215,61 @@ msgstr "" "Keskkonnamuutujat FIND_BLOCK_SIZE ei toetata, bloki suurust mõjutab ainult " "keskkonna muutuja POSIXLY_CORRECT" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "teed peavad olema enne avaldist" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, c-format msgid "invalid predicate `%s'" msgstr "vigane predikaat `%s'" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, c-format msgid "missing argument to `%s'" msgstr "`%s' nõuab argumenti" -#: find/find.c:407 +#: find/find.c:417 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "vigane argument `%s' predikaadil `%s'" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "Predikaatide loend:\n" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "ootamatu täiendav predikaat" -#: find/find.c:453 +#: find/find.c:463 #, c-format msgid "Eval Tree:\n" msgstr "Arvutuspuu:\n" -#: find/find.c:464 +#: find/find.c:474 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Optimiseeritud arvutuspuu:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 msgid "cannot get current directory" msgstr "ei õnnestu leida jooksvat kataloogi" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " @@ -268,7 +278,7 @@ msgstr "" "%s%s muutus %s töö ajal (vana seadme number %ld, uus seadme number %ld, " "failisüsteemi tüüp on %s) [viit %ld]" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -277,16 +287,16 @@ msgstr "" "%s%s muutus %s töö ajal (vana i-kirje number %ld, uus i-kirje number %ld, " "failisüsteemi tüüp on %s) [viit %ld]" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "mälu on otsas" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "viga tabelis %s: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "tundmatu" @@ -487,11 +497,26 @@ msgstr "oops -- vigane avaldise t msgid "Normalized Eval Tree:\n" msgstr "Normaliseeritud arvutuspuu:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "Kasuta: %s enamus_bigram_koode < loend > kodeeritud_loend\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" +"\n" +"Vigadest teatage aadressil .\n" + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find versioon %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -523,14 +548,6 @@ msgstr "" "Kasuta: %s [-d tee | --database=tee] [-e | --existing]\n" " [-i | --ignore-case] [--version] [--help] muster...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" -"\n" -"Vigadest teatage aadressil .\n" - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/findutils.pot b/po/findutils.pot index 16bd005..fd731df 100644 --- a/po/findutils.pot +++ b/po/findutils.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -209,80 +209,90 @@ msgstr "" msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" msgstr "" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, c-format msgid "invalid predicate `%s'" msgstr "" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, c-format msgid "missing argument to `%s'" msgstr "" -#: find/find.c:407 +#: find/find.c:417 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:453 +#: find/find.c:463 #, c-format msgid "Eval Tree:\n" msgstr "" -#: find/find.c:464 +#: find/find.c:474 #, c-format msgid "Optimized Eval Tree:\n" msgstr "" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 msgid "cannot get current directory" msgstr "" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " "number %ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" "ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "" @@ -454,9 +464,22 @@ msgstr "" msgid "Normalized Eval Tree:\n" msgstr "" -#: locate/code.c:139 +#: locate/code.c:127 +#, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" +msgstr "" + +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" + +#: locate/code.c:164 #, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +msgid "GNU findutils version %s\n" msgstr "" #. Printable name of units used in WARN_SECONDS @@ -488,12 +511,6 @@ msgid "" " [--version] [--help] pattern...\n" msgstr "" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/fr.po b/po/fr.po index 0ace289..c540248 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU findutils 4.2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 2004-11-04 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" @@ -208,7 +208,7 @@ msgstr "L'insertion du param msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Usage: %s [CHEMIN] [EXPRESSION]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" @@ -217,51 +217,61 @@ msgstr "" "chose qui peut affecter la taille de bloc est la variable d'environnement " "POSIXLY_CORRECT" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "les chemins doivent précéder l'expression" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, c-format msgid "invalid predicate `%s'" msgstr "prédicat invalide « %s »" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, c-format msgid "missing argument to `%s'" msgstr "Paramètre manquant pour « %s »" -#: find/find.c:407 +#: find/find.c:417 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "Paramètre invalide « %s » pour « %s »" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "Liste des prédicats:\n" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "prédicat superflu inattendu" -#: find/find.c:453 +#: find/find.c:463 #, c-format msgid "Eval Tree:\n" msgstr "Arbre de l'évaluation:\n" -#: find/find.c:464 +#: find/find.c:474 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Arbre optimisé de l'évalution:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 msgid "cannot get current directory" msgstr "Ne peut trouver le répertoire courant" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " @@ -270,7 +280,7 @@ msgstr "" "%s%s a été modifié durant l'exécution de %s (ancien no de périphérique %ld, " "nouveau no de périphérique %ld, type du système de fichiers est %s) [ref %ld]" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -279,16 +289,16 @@ msgstr "" "%s%s a été modifié durant l'exécution de %s (ancien no d'inode %ld, nouveau " "no d'inode %ld, type du système de fichiers est %s) [ref %ld]" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "Mémoire virtuelle épuisée." -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "Erreur rencontrée dans %s: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "inconnu" @@ -498,11 +508,26 @@ msgstr "Le type d'expression est invalide." msgid "Normalized Eval Tree:\n" msgstr "Évalution normalisée de l'arborescence:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "Usage: %s most_common_bigrams < LISTE> LISTE_CODÉ\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" +"\n" +"Rapporter toutes anomalies à .\n" + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "« find » de GNU version %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -534,14 +559,6 @@ msgstr "" "Usage: %s [-d path] [--database=CHEMIN] [-e | --existing]\n" " [-i | --ignore-case] [--version] [--help] patron...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" -"\n" -"Rapporter toutes anomalies à .\n" - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/gl.po b/po/gl.po index 6b8d185..99fd238 100644 --- a/po/gl.po +++ b/po/gl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 2000-05-30 10:11+0200\n" "Last-Translator: Jesús Bravo Álvarez \n" "Language-Team: Galician \n" @@ -212,80 +212,90 @@ msgstr "ups -- inserci msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Uso: %s [camiño...] [expresión]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" msgstr "" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "os camiños teñen que preceder á expresión" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, c-format msgid "invalid predicate `%s'" msgstr "predicado `%s' non válido" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, c-format msgid "missing argument to `%s'" msgstr "non atopado argumento de `%s'" -#: find/find.c:407 +#: find/find.c:417 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "argumento `%s' de `%s' non válido" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "Lista de Predicados:\n" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:453 +#: find/find.c:463 #, c-format msgid "Eval Tree:\n" msgstr "Árbore de Evaluación:\n" -#: find/find.c:464 +#: find/find.c:474 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Árbore de Evaluación Optimizado:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 msgid "cannot get current directory" msgstr "non se pode obte-lo directorio actual" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " "number %ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" "ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "memoria virtual esgotada" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "erro en %s: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "descoñecido" @@ -482,11 +492,24 @@ msgstr "ups -- tipo de expresi msgid "Normalized Eval Tree:\n" msgstr "Árbore de Evaluación Normalizado:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "Uso: %s bigramas_máis_comúns < lista > lista_codificada\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find versión %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -518,12 +541,6 @@ msgstr "" "Uso: %s [-d camiño | --database=camiño] [--version] [--help]\n" " [-e | --existing] patrón...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/id.po b/po/id.po index 839a8ff..a584735 100644 --- a/po/id.po +++ b/po/id.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 2001-05-10 16:43+07:00\n" "Last-Translator: Tedi Heriyanto \n" "Language-Team: Indonesian \n" @@ -215,81 +215,91 @@ msgstr "oops -- penyisipan and default tidak valid!" msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Pemakaian: %s [path...] [ekspresi]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" msgstr "" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, fuzzy, c-format msgid "invalid predicate `%s'" msgstr "Mode `%s' tidak valid" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, fuzzy, c-format msgid "missing argument to `%s'" msgstr "Null argument tidak valid untuk -size" -#: find/find.c:407 +#: find/find.c:417 #, fuzzy, c-format msgid "invalid argument `%s' to `%s'" msgstr "Null argument tidak valid untuk -size" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:453 +#: find/find.c:463 #, fuzzy, c-format msgid "Eval Tree:\n" msgstr "Pohon Eval Ternormalisasi:\n" -#: find/find.c:464 +#: find/find.c:474 #, fuzzy, c-format msgid "Optimized Eval Tree:\n" msgstr "Pohon Eval Ternormalisasi:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 #, fuzzy msgid "cannot get current directory" msgstr "tidak dapat kembali ke direktori awal" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " "number %ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" "ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "Memori virtual habis" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "Kesalahan dalam %s: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "Tidak dikenal" @@ -483,11 +493,24 @@ msgstr "oops -- tipe ekspresi tidak valid!" msgid "Normalized Eval Tree:\n" msgstr "Pohon Eval Ternormalisasi:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "Pemakaian: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find versi %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -518,12 +541,6 @@ msgid "" msgstr "" "Pemakaian: %s [-d path] [--database=path] [--version] [--help] pola...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/it.po b/po/it.po index 7feb10e..8880d21 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 2004-11-03 02:26+0100\n" "Last-Translator: Marco d'Itri \n" "Language-Team: Italian \n" @@ -208,7 +208,7 @@ msgstr "oops -- inserimento predefinito di and non valido!" msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Uso: %s [percorso...] [espressione]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" @@ -217,51 +217,61 @@ msgstr "" "influenza la dimensione dei blocchi è la variabile di ambiente " "POSIXLY_CORRECT" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "i percorsi devono precedere l'espressione" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, c-format msgid "invalid predicate `%s'" msgstr "il predicato `%s' non è valido" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, c-format msgid "missing argument to `%s'" msgstr "manca l'argomento di `%s'" -#: find/find.c:407 +#: find/find.c:417 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "l'argomento `%s' di `%s' non è valido" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "Lista dei predicati:\n" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "predicato aggiuntivo inatteso" -#: find/find.c:453 +#: find/find.c:463 #, c-format msgid "Eval Tree:\n" msgstr "Albero di valutazione:\n" -#: find/find.c:464 +#: find/find.c:474 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Albero di valutazione ottimizzato:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 msgid "cannot get current directory" msgstr "impossibile ottenere la directory corrente" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " @@ -270,7 +280,7 @@ msgstr "" "%s%s è cambiato durante l'esecuzione di %s (vecchio numero di dispositivo %" "ld, nuovo numero di dispositivo %ld, il filesystem è di tipo %s) [rif. %ld]" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -279,16 +289,16 @@ msgstr "" "%s%s è cambiato durante l'esecuzione di %s (vecchio numero di inode %ld, " "nuovo numero di inode %ld, il filesystem è di tipo %s) [rif. %ld]" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "la memoria virtuale è terminata" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "errore in %s: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "sconosciuto" @@ -492,11 +502,26 @@ msgstr "oops -- tipo di espressione non valido!" msgid "Normalized Eval Tree:\n" msgstr "Albero di valutazione normalizzato:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "Uso: %s bigrammi_più_comuni < lista > lista_codificata\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" +"\n" +"Segnalare i bug a .\n" + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find versione %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -528,14 +553,6 @@ msgstr "" "Uso: %s [-d percorso | --database=percorso] [ -e | --existing]\n" " [-i | --ignore-case] [--version] [--help] modello...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" -"\n" -"Segnalare i bug a .\n" - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/ko.po b/po/ko.po index f5b1a34..786d7e5 100644 --- a/po/ko.po +++ b/po/ko.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 1996-10-07 22:13+0900\n" "Last-Translator: Bang Jun-Young \n" "Language-Team: Korean \n" @@ -214,81 +214,91 @@ msgstr " msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "»ç¿ë¹ý: %s [°æ·Î...] [¼ö½Ä]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" msgstr "" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, fuzzy, c-format msgid "invalid predicate `%s'" msgstr "ºÎÀûÀýÇÑ ¸ðµå `%s'" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, fuzzy, c-format msgid "missing argument to `%s'" msgstr "-size¿¡ ºÎÀûÀýÇÑ ³Î Àμö°¡ ÁÖ¾îÁü" -#: find/find.c:407 +#: find/find.c:417 #, fuzzy, c-format msgid "invalid argument `%s' to `%s'" msgstr "-size¿¡ ºÎÀûÀýÇÑ ³Î Àμö°¡ ÁÖ¾îÁü" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:453 +#: find/find.c:463 #, fuzzy, c-format msgid "Eval Tree:\n" msgstr "Á¤±ÔÈ­µÈ Æò°¡ Æ®¸®:\n" -#: find/find.c:464 +#: find/find.c:474 #, fuzzy, c-format msgid "Optimized Eval Tree:\n" msgstr "Á¤±ÔÈ­µÈ Æò°¡ Æ®¸®:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 #, fuzzy msgid "cannot get current directory" msgstr "½ÃÀÛ µð·ºÅ丮·Î µ¹¾Æ°¥ ¼ö ¾ø½À´Ï´Ù" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " "number %ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" "ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "°¡»ó ¸Þ¸ð¸®°¡ ¹Ù´Ú³µÀ½" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "%s¿¡ ¿À·ù: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "¾Ë ¼ö ¾øÀ½" @@ -474,11 +484,24 @@ msgstr " msgid "Normalized Eval Tree:\n" msgstr "Á¤±ÔÈ­µÈ Æò°¡ Æ®¸®:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "»ç¿ë¹ý: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find ¹öÀü %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -508,12 +531,6 @@ msgid "" " [--version] [--help] pattern...\n" msgstr "»ç¿ë¹ý: %s [-d °æ·Î] [--database=°æ·Î] [--version] [--help] ÆÐÅÏ...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/nl.po b/po/nl.po index 9e33610..dbd9096 100644 --- a/po/nl.po +++ b/po/nl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 2004-11-03 13:04+0100\n" "Last-Translator: Taco Witte \n" "Language-Team: Dutch \n" @@ -209,7 +209,7 @@ msgstr "oops -- ongeldige standaard tussenvoeging van and!" msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Gebruik: %s [pad...] [expressie]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" @@ -217,51 +217,61 @@ msgstr "" "De omgevingsvariabele FIND_BLOCK_SIZE wordt niet ondersteund. Het enige dat " "de blokgrootte beïnvloedt is de POSIXLY_CORRECT-omgevingsvariabele." -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "padnamen moeten de expressies voorgaan" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, c-format msgid "invalid predicate `%s'" msgstr "ongeldig predikaat `%s'" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, c-format msgid "missing argument to `%s'" msgstr "ontbrekend argument voor `%s'" -#: find/find.c:407 +#: find/find.c:417 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "ongeldig argument `%s' voor `%s'" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "Predikatenlijst:\n" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "onverwacht extra predikaat" -#: find/find.c:453 +#: find/find.c:463 #, c-format msgid "Eval Tree:\n" msgstr "Evaluatieboom:\n" -#: find/find.c:464 +#: find/find.c:474 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Geoptimaliseerde Evaluatieboom:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 msgid "cannot get current directory" msgstr "kan de huidige map niet opvragen" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " @@ -270,7 +280,7 @@ msgstr "" "%s%s is gewijzigd tijdens het uitvoeren van %s (oud apparaatgetal %ld, nieuw " "apparaatgetal %ld, bestandssysteemsoort %s) [ref %ld]" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -279,16 +289,16 @@ msgstr "" "%s%s is gewijzigd tijdens het uitvoeren van %s (oud inode-getal %ld, nieuw " "inode-getal %ld, bestandssysteemsoort %s) [ref %ld]" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "geen virtueel geheugen beschikbaar" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "fout in %s: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "onbekend" @@ -492,11 +502,27 @@ msgstr "oops -- ongeldig expressie type!" msgid "Normalized Eval Tree:\n" msgstr "Genormaliseerde Evaluatieboom:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "Gebruik: %s meest_gebruikelijke_bigrams < lijst > gecodeerde_lijst\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" +"\n" +"Rapporteer fouten in het programma bij en in de " +"vertaling bij .\n" + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find versie %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -528,15 +554,6 @@ msgstr "" "Gebruik: %s [-d pad | --database=pad] [-e | --existing]\n" " [-i | --ignore-case] [--version] [--help] patroon...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" -"\n" -"Rapporteer fouten in het programma bij en in de " -"vertaling bij .\n" - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/pl.po b/po/pl.po index 8ce8f7f..2d008f1 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 2004-11-09 00:50+0100\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -208,7 +208,7 @@ msgstr "ojej -- b msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Sk³adnia: %s [¶cie¿ka...] [wyra¿enie]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" @@ -216,51 +216,61 @@ msgstr "" "Zmienna ¶rodowiskowa FIND_BLOCK_SIZE nie jest obs³ugiwana; jedyne, co wp³ywa " "na rozmiar bloku, to zmienna ¶rodowiskowa POSIXLY_CORRECT" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "¶cie¿ki musz± poprzedzaæ wyra¿enie" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, c-format msgid "invalid predicate `%s'" msgstr "b³êdne wyra¿enie `%s'" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, c-format msgid "missing argument to `%s'" msgstr "brak argumentu dla `%s'" -#: find/find.c:407 +#: find/find.c:417 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "b³êdny argument `%s' dla `%s'" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "Lista wyra¿eñ:\n" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "nie obs³ugiwane dodatkowe wyra¿enie" -#: find/find.c:453 +#: find/find.c:463 #, c-format msgid "Eval Tree:\n" msgstr "Drzewo dopasowuj±ce:\n" -#: find/find.c:464 +#: find/find.c:474 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Zoptymalizowane drzewo dopasowuj±ce:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 msgid "cannot get current directory" msgstr "nie mo¿na uzyskaæ bie¿±cego katalogu" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " @@ -269,7 +279,7 @@ msgstr "" "%s%s zmieni³ siê podczas wykonywania %s (stary numer urz±dzenia %ld, nowy " "numer urz±dzenia %ld, typ systemu plików to %s) [ref %ld]" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -278,16 +288,16 @@ msgstr "" "%s%s zmieni³ siê podczas wykonywania %s (stary numer i-wêz³a %ld, nowy numer " "i-wêz³a %ld, typ systemu plików %s) [ref %ld]" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "pamiêæ wirtualna wyczerpana" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "b³±d w %s: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "nieznany" @@ -489,11 +499,26 @@ msgstr "ojej -- b msgid "Normalized Eval Tree:\n" msgstr "Znormalizowane drzewo dopasowuj±ce:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "Sk³adnia: %s najpopularniejsze_bigramy < lista > zakodowana_lista\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" +"\n" +"B³êdy proszê zg³aszaæ na adres .\n" + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find wersja %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -525,14 +550,6 @@ msgstr "" "Sk³adnia: %s [-d ¶cie¿ka | --database=¶cie¿ka] [-e | --existing]\n" " [-i | --ignore-case] [--version] [--help] wzorzec...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" -"\n" -"B³êdy proszê zg³aszaæ na adres .\n" - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 4e947c7..db2005f 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 2000-05-19 15:30-0300\n" "Last-Translator: Rodrigo Parra Novo \n" "Language-Team: Brazilian Portuguese \n" @@ -207,80 +207,90 @@ msgstr "oops -- inser msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Uso: %s [caminho...] [expressão]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" msgstr "" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "os caminhos devem preceder a expressão" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, c-format msgid "invalid predicate `%s'" msgstr "predicado inválido `%s'" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, c-format msgid "missing argument to `%s'" msgstr "faltando argumento para `%s'" -#: find/find.c:407 +#: find/find.c:417 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "argumento inválido `%s' para `%s'" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "Lista dos predicados:\n" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:453 +#: find/find.c:463 #, c-format msgid "Eval Tree:\n" msgstr "Árvore de avaliação:\n" -#: find/find.c:464 +#: find/find.c:474 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Árvore de avaliação otimizada:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 msgid "cannot get current directory" msgstr "não foi possível obter o diretório atual" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " "number %ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" "ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "memória virtual exaurida" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "erro em %s: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "desconhecido" @@ -476,11 +486,24 @@ msgstr "oops -- tipo inv msgid "Normalized Eval Tree:\n" msgstr "Árvore de avaliação normalizada:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "Uso: %s bigrams_mais_comuns < lista > lista_codificada\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find versão %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -512,12 +535,6 @@ msgstr "" "Uso: %s [-d caminho] [--database=caminho] [--version] [--help]\n" " [-e | --existing] padrão...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/ru.po b/po/ru.po index 5440924..6f6ba5f 100644 --- a/po/ru.po +++ b/po/ru.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 2000-05-28 18:28\n" "Last-Translator: Denis Perchine \n" "Language-Team: Russian \n" @@ -207,80 +207,90 @@ msgstr " msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ÐÕÔØ...] [×ÙÒÁÖÅÎÉÅ]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" msgstr "" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "ÐÕÔÉ ÄÏÌÖÎÙ ÂÙÔØ ÐÅÒÅÄ ×ÙÒÁÖÅÎÉÅÍ" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, c-format msgid "invalid predicate `%s'" msgstr "ÎÅ×ÅÒÎÙÊ ÐÒÅÄÉËÁÔ `%s'" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, c-format msgid "missing argument to `%s'" msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÁÒÇÕÍÅÎÔ Õ `%s'" -#: find/find.c:407 +#: find/find.c:417 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "ÎÅ×ÅÒÎÙÊ ÁÒÇÕÍÅÎÔ `%s' Õ `%s'" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "óÐÉÓÏË ÐÒÅÄÉËÁÔÏ×:\n" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:453 +#: find/find.c:463 #, c-format msgid "Eval Tree:\n" msgstr "äÅÒÅ×Ï ×ÙÞÉÓÌÅÎÉÊ:\n" -#: find/find.c:464 +#: find/find.c:474 #, c-format msgid "Optimized Eval Tree:\n" msgstr "ïÐÔÉÍÉÚÉÒÏ×ÁÎÎÏÅ ÄÅÒÅ×Ï ×ÙÞÉÓÌÅÎÉÊ:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 msgid "cannot get current directory" msgstr "ÎÅ ÍÏÇÕ ÐÏÌÕÞÉÔØ ÔÅËÕÝÉÊ ËÁÔÁÌÏÇ" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " "number %ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" "ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "ÎÅ È×ÁÔÁÅÔ ×ÉÒÔÕÁÌØÎÏÊ ÐÁÍÑÔÉ" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "ÏÛÉÂËÁ × %s: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ" @@ -474,12 +484,25 @@ msgstr " msgid "Normalized Eval Tree:\n" msgstr "îÏÒÍÁÌÉÚÏ×ÁÎÎÏÅ äÅÒÅ×Ï:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "" "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s most_common_bigrams < ÓÐÉÓÏË > ÚÁÛÉÆÒÏ×ÁÎÎÙÊ_ÓÐÉÓÏË\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find ×ÅÒÓÉÉ %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -511,12 +534,6 @@ msgstr "" "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [-d ÐÕÔØ] [--database=ÐÕÔØ] [--version] [--help]\n" " [-e | --existing] ÍÁÓËÁ...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/sk.po b/po/sk.po index 0652173..1597690 100644 --- a/po/sk.po +++ b/po/sk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 2004-11-04 22:58+0100\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" @@ -207,7 +207,7 @@ msgstr "chyba -- neplatné implicitné vloženie logického súčinu (and)!" msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Použitie: %s [cesta...] [výraz]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" @@ -215,51 +215,61 @@ msgstr "" "Premenná prostredia FIND_BLOCK_SIZE je nepodporovaná, jediná vec, ktorá " "ovplyvňuje veľkosť bloku je premenná prostredia POSIXLY_CORRECT" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "cesty musia byť pred výrazom" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, c-format msgid "invalid predicate `%s'" msgstr "neplatný predikát `%s'" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, c-format msgid "missing argument to `%s'" msgstr "chýbajúci parameter pre `%s'" -#: find/find.c:407 +#: find/find.c:417 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "neplatný parameter `%s' pre `%s'" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "Zoznam predikátov:\n" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "neočakávaný predikát navyše" -#: find/find.c:453 +#: find/find.c:463 #, c-format msgid "Eval Tree:\n" msgstr "Vyhodnocovací strom:\n" -#: find/find.c:464 +#: find/find.c:474 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Optimalizovaný vyhodnocovací strom:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 msgid "cannot get current directory" msgstr "nemôžem zistiť aktuálny adresár" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " @@ -268,7 +278,7 @@ msgstr "" "%s%s zmenený počas vykonávania %s (staré číslo zariadenia %ld, nové číslo " "zariadenia %ld, typ súborového systému je %s) [odk %ld]" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -277,16 +287,16 @@ msgstr "" "%s%s zmenený počas vykonávania %s (staré číslo i-uzla %ld, nové číslo i-uzla " "%ld, typ súborového systému je %s) [odk %ld]" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "virtuálna pamäť bola vyčerpaná" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "chyba v %s: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "neznámy" @@ -488,11 +498,29 @@ msgstr "ach -- neplatný typ výrazu!" msgid "Normalized Eval Tree:\n" msgstr "Normalizovaný rozhodovací strom:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "Použitie: %s most_common_bigrams < zoznam > kódovaný_zoznam\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" +"\n" +"Správy o chybách zasielajte na adresu (iba " +"anglicky).\n" +"Komentáre k slovenskému prekladu zasielajte na adresu .\n" + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find verzia %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -524,17 +552,6 @@ msgstr "" "Použitie: %s [-d cesta | --database=cesta] [-e | --existing]\n" " [-i | --ignore-case] [--version] [--help] vzor...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" -"\n" -"Správy o chybách zasielajte na adresu (iba " -"anglicky).\n" -"Komentáre k slovenskému prekladu zasielajte na adresu .\n" - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/sv.po b/po/sv.po index e996046..e49b9cd 100644 --- a/po/sv.po +++ b/po/sv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 1996-07-05 19:39\n" "Last-Translator: Johan Linde \n" "Language-Team: Swedish \n" @@ -214,81 +214,91 @@ msgstr "hoppsan -- felaktigt automatiskt insatt \"and\"" msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Användning: %s [sökväg...] [uttryck]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" msgstr "" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, fuzzy, c-format msgid "invalid predicate `%s'" msgstr "ogiltig rättighet \"%s\"" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, fuzzy, c-format msgid "missing argument to `%s'" msgstr "tomt argument till -size ogiltigt" -#: find/find.c:407 +#: find/find.c:417 #, fuzzy, c-format msgid "invalid argument `%s' to `%s'" msgstr "tomt argument till -size ogiltigt" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:453 +#: find/find.c:463 #, fuzzy, c-format msgid "Eval Tree:\n" msgstr "Normaliserat evalueringsträd:\n" -#: find/find.c:464 +#: find/find.c:474 #, fuzzy, c-format msgid "Optimized Eval Tree:\n" msgstr "Normaliserat evalueringsträd:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 #, fuzzy msgid "cannot get current directory" msgstr "kan inte återvända till startkatalogen" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " "number %ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" "ld, filesystem type is %s) [ref %ld]" msgstr "" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "virtuellt minne slut" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "fel i %s: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "okänd" @@ -483,11 +493,24 @@ msgstr "hoppsan -- ogiltig typ av uttryck!" msgid "Normalized Eval Tree:\n" msgstr "Normaliserat evalueringsträd:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "Användning: %s vanligaste_bigram < lista > kodad_lista\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find version %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -519,12 +542,6 @@ msgstr "" "Användning: %s [-d SÖKVÄG] [--database=SÖKVÄG] [--version] [--help] " "MÖNSTER...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" - #: locate/locate.c:669 #, c-format msgid "" diff --git a/po/tr.po b/po/tr.po index 242d041..26638a5 100644 --- a/po/tr.po +++ b/po/tr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-19 22:54+0000\n" +"POT-Creation-Date: 2004-11-21 12:38+0000\n" "PO-Revision-Date: 2004-11-05 18:13+0300\n" "Last-Translator: Nilgün Belma Bugüner \n" "Language-Team: Turkish \n" @@ -208,7 +208,7 @@ msgstr "Hoop -- öntanımlı `and' yerleştirme geçersiz!" msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Kullanımı: %s [dosyaYolu...] [ifade]\n" -#: find/find.c:328 +#: find/find.c:336 msgid "" "The environment variable FIND_BLOCK_SIZE is not supported, the only thing " "that affects the block size is the POSIXLY_CORRECT environment variable" @@ -216,51 +216,61 @@ msgstr "" "FIND_BLOCK_SIZE ortam değişkeni destekenmiyor, blok boyunu etkileyen tek şey " "POSIXLY_CORRECT ortam değişkenidir" -#: find/find.c:394 +#: find/find.c:404 msgid "paths must precede expression" msgstr "dosya yolları ifadeyi öncelemelidir" #. Command line option not recognized -#: find/find.c:399 +#: find/find.c:409 #, c-format msgid "invalid predicate `%s'" msgstr "geçersiz dayanak `%s'" #. Command line option requires an argument -#: find/find.c:405 +#: find/find.c:415 #, c-format msgid "missing argument to `%s'" msgstr "`%s'de argüman eksik" -#: find/find.c:407 +#: find/find.c:417 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "`%s' argümanı `%s'de geçersiz" -#: find/find.c:436 +#: find/find.c:446 #, c-format msgid "Predicate List:\n" msgstr "Dayanak Listesi:\n" -#: find/find.c:449 +#: find/find.c:459 msgid "unexpected extra predicate" msgstr "umulmayan ek dayanak" -#: find/find.c:453 +#: find/find.c:463 #, c-format msgid "Eval Tree:\n" msgstr "Değer Ağacı:\n" -#: find/find.c:464 +#: find/find.c:474 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Eniyilenmiş Değer Ağacı:\n" -#: find/find.c:478 find/find.c:481 +#: find/find.c:488 find/find.c:491 msgid "cannot get current directory" msgstr "çalışılan dizin alınamadı" -#: find/find.c:549 +#: find/find.c:694 +#, c-format +msgid "Filesystem %s has recently been unmounted." +msgstr "" + +#: find/find.c:701 +#, c-format +msgid "Filesystem %s has recently been mounted." +msgstr "" + +#: find/find.c:715 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " @@ -269,7 +279,7 @@ msgstr "" "%s%s, %s yürütülürken değişti (eski aygıt numarası: %ld, yeni aygıt " "numarası: %ld, dosya sistemi türü: %s) [ref %ld]" -#: find/find.c:566 +#: find/find.c:743 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -278,16 +288,16 @@ msgstr "" "%s%s, %s yürütülürken değişti (eski dosya indisi: %ld, yeni dosya indisi: %" "ld, dosya sistemi türü: %s) [ref %ld]" -#: find/find.c:784 find/parser.c:1190 +#: find/find.c:963 find/parser.c:1190 msgid "virtual memory exhausted" msgstr "sanal bellek tükendi" -#: find/fstype.c:289 +#: find/fstype.c:293 #, c-format msgid "error in %s: %s" msgstr "%s de hata: %s" -#: find/fstype.c:378 +#: find/fstype.c:382 msgid "unknown" msgstr "bilinmeyen" @@ -489,11 +499,28 @@ msgstr "hooop -- geçersiz ifade türü!" msgid "Normalized Eval Tree:\n" msgstr "Normalleştirilen Değer Ağacı:\n" -#: locate/code.c:139 -#, c-format -msgid "Usage: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:127 +#, fuzzy, c-format +msgid "" +"Usage: %s [--version | --help]\n" +"or %s most_common_bigrams < file-list > locate-database\n" msgstr "Kullanımı: %s most_common_bigrams < list > coded_list\n" +#: locate/code.c:131 locate/locate.c:659 xargs/xargs.c:1220 +msgid "" +"\n" +"Report bugs to .\n" +msgstr "" +"\n" +"Yazılım hatalarını adresine bildiriniz.\n" +"Çeviri hatalarını ise adresine " +"bildirin.\n" + +#: locate/code.c:164 +#, fuzzy, c-format +msgid "GNU findutils version %s\n" +msgstr "GNU find sürüm %s\n" + #. Printable name of units used in WARN_SECONDS #: locate/locate.c:128 msgid "days" @@ -525,16 +552,6 @@ msgstr "" "Kullanımı: %s [-d DosyaYolu | --database=DosyaYolu] [-e | --existing]\n" " [-i | --ignore-case] [--version] [--help] KALIP...\n" -#: locate/locate.c:659 xargs/xargs.c:1220 -msgid "" -"\n" -"Report bugs to .\n" -msgstr "" -"\n" -"Yazılım hatalarını adresine bildiriniz.\n" -"Çeviri hatalarını ise adresine " -"bildirin.\n" - #: locate/locate.c:669 #, c-format msgid "" -- 2.11.4.GIT