From 34ccffafe4258ed864a38664dd7ef6e43c6945b2 Mon Sep 17 00:00:00 2001 From: kevind Date: Tue, 10 Oct 2000 16:44:00 +0000 Subject: [PATCH] *** empty log message *** --- lib/Makefile.in | 37 ++++++++++++++++++++++--------------- po/de.po | 22 +++++++++++++++------- po/es.po | 24 ++++++++++++++++-------- po/et.po | 22 +++++++++++++++------- po/findutils.pot | 22 +++++++++++++++------- po/fr.po | 22 +++++++++++++++------- po/gl.po | 22 +++++++++++++++------- po/it.po | 22 +++++++++++++++------- po/ko.po | 22 +++++++++++++++------- po/nl.po | 22 +++++++++++++++------- po/pl.po | 22 +++++++++++++++------- po/pt_BR.po | 22 +++++++++++++++------- po/ru.po | 22 +++++++++++++++------- po/sv.po | 22 +++++++++++++++------- 14 files changed, 218 insertions(+), 107 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 8c71bb9..3b5d34f 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -143,7 +143,8 @@ libfind_a_SOURCES = regex.h \ xstrtoumax.c \ getline.c \ getline.h \ - basename.c + basename.c \ + yesno.c libfind_a_LIBADD = @LIBOBJS@ \ @@ -181,7 +182,7 @@ am_libfind_a_OBJECTS = argmatch$U.o basename$U.o dirname$U.o \ filemode$U.o getopt$U.o getopt1$U.o human$U.o idcache$U.o listfile$U.o \ modechange$U.o nextelem$U.o quotearg$U.o savedir$U.o xmalloc$U.o \ xstrdup$U.o xgetcwd$U.o xstrtol$U.o xstrtoul$U.o xstrtoumax$U.o \ -getline$U.o basename$U.o +getline$U.o basename$U.o yesno$U.o libfind_a_OBJECTS = $(am_libfind_a_OBJECTS) AR = ar COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -199,17 +200,17 @@ $(DEPDIR)/lstat.Po $(DEPDIR)/malloc.Po $(DEPDIR)/memcmp.Po \ $(DEPDIR)/memcpy.Po $(DEPDIR)/memset.Po $(DEPDIR)/mktime.Po \ $(DEPDIR)/modechange$U.Po $(DEPDIR)/nextelem$U.Po \ $(DEPDIR)/quotearg$U.Po $(DEPDIR)/realloc.Po $(DEPDIR)/regex.Po \ -$(DEPDIR)/savedir$U.Po $(DEPDIR)/stat.Po $(DEPDIR)/stpcpy.Po \ -$(DEPDIR)/strdup.Po $(DEPDIR)/strftime.Po $(DEPDIR)/strncasecmp.Po \ -$(DEPDIR)/strspn.Po $(DEPDIR)/strstr.Po $(DEPDIR)/strtol.Po \ -$(DEPDIR)/strtoul.Po $(DEPDIR)/strtoull.Po $(DEPDIR)/strtoumax.Po \ -$(DEPDIR)/waitpid.Po $(DEPDIR)/xgetcwd$U.Po $(DEPDIR)/xmalloc$U.Po \ -$(DEPDIR)/xstrdup$U.Po $(DEPDIR)/xstrtol$U.Po $(DEPDIR)/xstrtoul$U.Po \ -$(DEPDIR)/xstrtoumax$U.Po +$(DEPDIR)/rpmatch.Po $(DEPDIR)/savedir$U.Po $(DEPDIR)/stat.Po \ +$(DEPDIR)/stpcpy.Po $(DEPDIR)/strdup.Po $(DEPDIR)/strftime.Po \ +$(DEPDIR)/strncasecmp.Po $(DEPDIR)/strspn.Po $(DEPDIR)/strstr.Po \ +$(DEPDIR)/strtol.Po $(DEPDIR)/strtoul.Po $(DEPDIR)/strtoull.Po \ +$(DEPDIR)/strtoumax.Po $(DEPDIR)/waitpid.Po $(DEPDIR)/xgetcwd$U.Po \ +$(DEPDIR)/xmalloc$U.Po $(DEPDIR)/xstrdup$U.Po $(DEPDIR)/xstrtol$U.Po \ +$(DEPDIR)/xstrtoul$U.Po $(DEPDIR)/xstrtoumax$U.Po $(DEPDIR)/yesno$U.Po DIST_COMMON = Makefile.am Makefile.in alloca.c ansi2knr.1 ansi2knr.c \ depcomp error.c error.h fileblocks.c fnmatch.c malloc.c memcmp.c \ -memcpy.c memset.c mktime.c realloc.c regex.c stpcpy.c strdup.c \ -strftime.c strncasecmp.c strspn.c strstr.c strtol.c strtoul.c \ +memcpy.c memset.c mktime.c realloc.c regex.c rpmatch.c stpcpy.c \ +strdup.c strftime.c strncasecmp.c strspn.c strstr.c strtol.c strtoul.c \ strtoull.c strtoumax.c waitpid.c @@ -325,6 +326,8 @@ realloc_.c: realloc.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/realloc.c; then echo $(srcdir)/realloc.c; else echo realloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > realloc_.c regex_.c: regex.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/regex.c; then echo $(srcdir)/regex.c; else echo regex.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > regex_.c +rpmatch_.c: rpmatch.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/rpmatch.c; then echo $(srcdir)/rpmatch.c; else echo rpmatch.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > rpmatch_.c savedir_.c: savedir.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/savedir.c; then echo $(srcdir)/savedir.c; else echo savedir.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > savedir_.c stat_.c: stat.c $(ANSI2KNR) @@ -363,14 +366,16 @@ xstrtoul_.c: xstrtoul.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrtoul.c; then echo $(srcdir)/xstrtoul.c; else echo xstrtoul.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrtoul_.c xstrtoumax_.c: xstrtoumax.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrtoumax.c; then echo $(srcdir)/xstrtoumax.c; else echo xstrtoumax.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrtoumax_.c +yesno_.c: yesno.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/yesno.c; then echo $(srcdir)/yesno.c; else echo yesno.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > yesno_.c alloca_.o argmatch_.o basename_.o dirname_.o error_.o fileblocks_.o \ filemode_.o fnmatch_.o getline_.o getopt_.o getopt1_.o human_.o \ idcache_.o listfile_.o lstat_.o malloc_.o memcmp_.o memcpy_.o memset_.o \ mktime_.o modechange_.o nextelem_.o quotearg_.o realloc_.o regex_.o \ -savedir_.o stat_.o stpcpy_.o strdup_.o strftime_.o strncasecmp_.o \ -strspn_.o strstr_.o strtol_.o strtoul_.o strtoull_.o strtoumax_.o \ -waitpid_.o xgetcwd_.o xmalloc_.o xstrdup_.o xstrtol_.o xstrtoul_.o \ -xstrtoumax_.o : $(ANSI2KNR) +rpmatch_.o savedir_.o stat_.o stpcpy_.o strdup_.o strftime_.o \ +strncasecmp_.o strspn_.o strstr_.o strtol_.o strtoul_.o strtoull_.o \ +strtoumax_.o waitpid_.o xgetcwd_.o xmalloc_.o xstrdup_.o xstrtol_.o \ +xstrtoul_.o xstrtoumax_.o yesno_.o : $(ANSI2KNR) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -489,6 +494,7 @@ maintainer-clean-tags: @AMDEP@include $(DEPDIR)/quotearg$U.Po @AMDEP@include $(DEPDIR)/realloc.Po @AMDEP@include $(DEPDIR)/regex.Po +@AMDEP@include $(DEPDIR)/rpmatch.Po @AMDEP@include $(DEPDIR)/savedir$U.Po @AMDEP@include $(DEPDIR)/stat.Po @AMDEP@include $(DEPDIR)/stpcpy.Po @@ -508,6 +514,7 @@ maintainer-clean-tags: @AMDEP@include $(DEPDIR)/xstrtol$U.Po @AMDEP@include $(DEPDIR)/xstrtoul$U.Po @AMDEP@include $(DEPDIR)/xstrtoumax$U.Po +@AMDEP@include $(DEPDIR)/yesno$U.Po mostlyclean-depend: diff --git a/po/de.po b/po/de.po index 34fb9b3..3f32c9a 100644 --- a/po/de.po +++ b/po/de.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" -"POT-Creation-Date: 2000-10-05 13:08-0700\n" +"POT-Creation-Date: 2000-10-10 03:31-0700\n" "PO-Revision-Date: 2000-09-24 21:16+02:00\n" "Last-Translator: Nils Naumann \n" "Language-Team: German \n" @@ -178,6 +178,14 @@ msgstr "Nicht korrespondierende ) oder \\)." msgid "No previous regular expression" msgstr "Es fehlt ein vorhergehender regulärer Ausdruck." +#: lib/rpmatch.c:78 +msgid "^[yY]" +msgstr "" + +#: lib/rpmatch.c:81 +msgid "^[nN]" +msgstr "" + #: find/util.c:86 msgid "oops -- invalid default insertion of and!" msgstr "Oops -- Das automatische Einfügen von \"-and\" ist ungültig!" @@ -228,7 +236,7 @@ msgstr "Kann nicht in das aktuelle Verzeichnis wechseln." msgid "cannot open current directory" msgstr "Kann das aktuelle Verzeichnis nicht öffnen." -#: find/find.c:312 find/pred.c:1278 +#: find/find.c:312 find/pred.c:1275 msgid "cannot return to starting directory" msgstr "Kann nicht in das Startverzeichnis zurückkehren." @@ -350,25 +358,25 @@ msgstr " Typ: %s %s " msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1265 xargs/xargs.c:777 +#: find/pred.c:1262 xargs/xargs.c:777 msgid "cannot fork" msgstr "Kann keinen neuen Prozeß starten." -#: find/pred.c:1291 +#: find/pred.c:1288 #, c-format msgid "error waiting for %s" msgstr "Fehler beim Warten auf das Prozeßende von %s." -#: find/pred.c:1297 +#: find/pred.c:1294 #, c-format msgid "%s terminated by signal %d" msgstr "Der Prozeß %s wurde durch das Signal %d abgebrochen." -#: find/pred.c:1412 +#: find/pred.c:1409 msgid "left:\n" msgstr "links:\n" -#: find/pred.c:1416 +#: find/pred.c:1413 msgid "right:\n" msgstr "rechts:\n" diff --git a/po/es.po b/po/es.po index a8d5123..0cd727a 100644 --- a/po/es.po +++ b/po/es.po @@ -2,12 +2,12 @@ # Copyright (C) 1996 Free Software Foundation, Inc. # Iñaky Pérez González , 1996. # -# $Id: es.po,v 1.4 2000/10/09 23:17:54 kevind Exp $ +# $Id: es.po,v 1.5 2000/10/10 16:48:53 kevind Exp $ # msgid "" msgstr "" "Project-Id-Version: GNU findutils 4.1\n" -"POT-Creation-Date: 2000-10-05 13:08-0700\n" +"POT-Creation-Date: 2000-10-10 03:31-0700\n" "PO-Revision-Date: 1996-12-01 20:48+0100\n" "Last-Translator: Iñaky Pérez González \n" "Language-Team: Spanish \n" @@ -217,6 +217,14 @@ msgstr "comilla %s desemparejada" msgid "No previous regular expression" msgstr "" +#: lib/rpmatch.c:78 +msgid "^[yY]" +msgstr "" + +#: lib/rpmatch.c:81 +msgid "^[nN]" +msgstr "" + #: find/util.c:86 msgid "oops -- invalid default insertion of and!" msgstr "oh, oh -- ¡inserción por defecto de `and' no válida!" @@ -321,7 +329,7 @@ msgstr "no se pudo volver al directorio de partida" # # Pondré un anuncio en es@li.org para que ocurra eso... ;-) sv # -#: find/find.c:312 find/pred.c:1278 +#: find/find.c:312 find/pred.c:1275 msgid "cannot return to starting directory" msgstr "no se pudo volver al directorio de partida" @@ -548,25 +556,25 @@ msgstr "" # Al fin y al cabo es la coletilla que tengo yo al final de mi # comentario, ¿no? Me parece lo mismo, má o meno, pero por no meternos # en darle caña y acabar ya esto de una vez :) ... -#: find/pred.c:1265 xargs/xargs.c:777 +#: find/pred.c:1262 xargs/xargs.c:777 msgid "cannot fork" msgstr "falló la llamada al sistema `fork()'" -#: find/pred.c:1291 +#: find/pred.c:1288 #, c-format msgid "error waiting for %s" msgstr "error esperando al proceso %s" -#: find/pred.c:1297 +#: find/pred.c:1294 #, c-format msgid "%s terminated by signal %d" msgstr "%s terminado por la señal %d" -#: find/pred.c:1412 +#: find/pred.c:1409 msgid "left:\n" msgstr "izquierda:\n" -#: find/pred.c:1416 +#: find/pred.c:1413 msgid "right:\n" msgstr "derecha:\n" diff --git a/po/et.po b/po/et.po index 7aae7e5..d78f4db 100644 --- a/po/et.po +++ b/po/et.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" -"POT-Creation-Date: 2000-10-05 13:08-0700\n" +"POT-Creation-Date: 2000-10-10 03:31-0700\n" "PO-Revision-Date: 2000-05-19 10:19+02:00\n" "Last-Translator: Toomas Soome \n" "Language-Team: Estonian \n" @@ -178,6 +178,14 @@ msgstr "Puudub ) v msgid "No previous regular expression" msgstr "Eelmist regulaaravaldist pole" +#: lib/rpmatch.c:78 +msgid "^[yY]" +msgstr "" + +#: lib/rpmatch.c:81 +msgid "^[nN]" +msgstr "" + #: find/util.c:86 msgid "oops -- invalid default insertion of and!" msgstr "oops -- vigane konjunktsioonioperaatori lisamine!" @@ -228,7 +236,7 @@ msgstr "ei msgid "cannot open current directory" msgstr "jooksvat kataloogi ei õnnestu avada" -#: find/find.c:312 find/pred.c:1278 +#: find/find.c:312 find/pred.c:1275 msgid "cannot return to starting directory" msgstr "ei õnnestu minna tagasi algkataloogi" @@ -348,25 +356,25 @@ msgstr " t msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1265 xargs/xargs.c:777 +#: find/pred.c:1262 xargs/xargs.c:777 msgid "cannot fork" msgstr "fork ebaõnnestus" -#: find/pred.c:1291 +#: find/pred.c:1288 #, c-format msgid "error waiting for %s" msgstr "viga %s oodates" -#: find/pred.c:1297 +#: find/pred.c:1294 #, c-format msgid "%s terminated by signal %d" msgstr "%s katkestati signaaliga %d" -#: find/pred.c:1412 +#: find/pred.c:1409 msgid "left:\n" msgstr "vasak:\n" -#: find/pred.c:1416 +#: find/pred.c:1413 msgid "right:\n" msgstr "parem:\n" diff --git a/po/findutils.pot b/po/findutils.pot index 8438fc7..3a732c4 100644 --- a/po/findutils.pot +++ b/po/findutils.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-10-05 13:08-0700\n" +"POT-Creation-Date: 2000-10-10 03:31-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -179,6 +179,14 @@ msgstr "" msgid "No previous regular expression" msgstr "" +#: lib/rpmatch.c:78 +msgid "^[yY]" +msgstr "" + +#: lib/rpmatch.c:81 +msgid "^[nN]" +msgstr "" + #: find/util.c:86 msgid "oops -- invalid default insertion of and!" msgstr "" @@ -229,7 +237,7 @@ msgstr "" msgid "cannot open current directory" msgstr "" -#: find/find.c:312 find/pred.c:1278 +#: find/find.c:312 find/pred.c:1275 msgid "cannot return to starting directory" msgstr "" @@ -332,25 +340,25 @@ msgstr "" msgid "< %s ... %s > ? " msgstr "" -#: find/pred.c:1265 xargs/xargs.c:777 +#: find/pred.c:1262 xargs/xargs.c:777 msgid "cannot fork" msgstr "" -#: find/pred.c:1291 +#: find/pred.c:1288 #, c-format msgid "error waiting for %s" msgstr "" -#: find/pred.c:1297 +#: find/pred.c:1294 #, c-format msgid "%s terminated by signal %d" msgstr "" -#: find/pred.c:1412 +#: find/pred.c:1409 msgid "left:\n" msgstr "" -#: find/pred.c:1416 +#: find/pred.c:1413 msgid "right:\n" msgstr "" diff --git a/po/fr.po b/po/fr.po index a07c5ea..cd0ed2f 100644 --- a/po/fr.po +++ b/po/fr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU findutils 4.1.5\n" -"POT-Creation-Date: 2000-10-05 13:08-0700\n" +"POT-Creation-Date: 2000-10-10 03:31-0700\n" "PO-Revision-Date: 2000-05-30 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" @@ -178,6 +178,14 @@ msgstr ") ou \\) non pair msgid "No previous regular expression" msgstr "Pas d'expression régulière précédente" +#: lib/rpmatch.c:78 +msgid "^[yY]" +msgstr "" + +#: lib/rpmatch.c:81 +msgid "^[nN]" +msgstr "" + #: find/util.c:86 msgid "oops -- invalid default insertion of and!" msgstr "L'insertion du paramètre par défaut 'and' est invalide." @@ -228,7 +236,7 @@ msgstr "Ne peut trouver le r msgid "cannot open current directory" msgstr "Ne peut ouvrir le répertoire courant." -#: find/find.c:312 find/pred.c:1278 +#: find/find.c:312 find/pred.c:1275 msgid "cannot return to starting directory" msgstr "Ne peut retourner au répertoire de départ." @@ -353,25 +361,25 @@ msgstr " type: %s %s " msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1265 xargs/xargs.c:777 +#: find/pred.c:1262 xargs/xargs.c:777 msgid "cannot fork" msgstr "Ne peut faire un clonage (fork)." -#: find/pred.c:1291 +#: find/pred.c:1288 #, c-format msgid "error waiting for %s" msgstr "Erreur s'attendait à %s" -#: find/pred.c:1297 +#: find/pred.c:1294 #, c-format msgid "%s terminated by signal %d" msgstr "%s a terminé son exécution par le signal %d" -#: find/pred.c:1412 +#: find/pred.c:1409 msgid "left:\n" msgstr "laissé:\n" -#: find/pred.c:1416 +#: find/pred.c:1413 msgid "right:\n" msgstr "droit:\n" diff --git a/po/gl.po b/po/gl.po index dd856ad..a9bdc49 100644 --- a/po/gl.po +++ b/po/gl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" -"POT-Creation-Date: 2000-10-05 13:08-0700\n" +"POT-Creation-Date: 2000-10-10 03:31-0700\n" "PO-Revision-Date: 2000-05-30 10:11+0200\n" "Last-Translator: Jesús Bravo Álvarez \n" "Language-Team: Galician \n" @@ -183,6 +183,14 @@ msgstr ") ou \\) desemparellado" msgid "No previous regular expression" msgstr "Non hai unha expresión regular anterior" +#: lib/rpmatch.c:78 +msgid "^[yY]" +msgstr "" + +#: lib/rpmatch.c:81 +msgid "^[nN]" +msgstr "" + #: find/util.c:86 msgid "oops -- invalid default insertion of and!" msgstr "ups -- inserción dun and por defecto non válida" @@ -233,7 +241,7 @@ msgstr "non se pode obte-lo directorio actual" msgid "cannot open current directory" msgstr "non se pode abri-lo directorio actual" -#: find/find.c:312 find/pred.c:1278 +#: find/find.c:312 find/pred.c:1275 msgid "cannot return to starting directory" msgstr "non se pode voltar ó directorio inicial" @@ -356,25 +364,25 @@ msgstr " tipo: %s %s " msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1265 xargs/xargs.c:777 +#: find/pred.c:1262 xargs/xargs.c:777 msgid "cannot fork" msgstr "non se pode facer fork" -#: find/pred.c:1291 +#: find/pred.c:1288 #, c-format msgid "error waiting for %s" msgstr "erro agardando a %s" -#: find/pred.c:1297 +#: find/pred.c:1294 #, c-format msgid "%s terminated by signal %d" msgstr "%s terminado por sinal %d" -#: find/pred.c:1412 +#: find/pred.c:1409 msgid "left:\n" msgstr "esquerda:\n" -#: find/pred.c:1416 +#: find/pred.c:1413 msgid "right:\n" msgstr "dereita:\n" diff --git a/po/it.po b/po/it.po index 2d0254d..8a269b4 100644 --- a/po/it.po +++ b/po/it.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" -"POT-Creation-Date: 2000-10-05 13:08-0700\n" +"POT-Creation-Date: 2000-10-10 03:31-0700\n" "PO-Revision-Date: 2000-06-03 14:46+02:00\n" "Last-Translator: Giovanni Bortolozzo \n" "Language-Team: Italian \n" @@ -178,6 +178,14 @@ msgstr ") o \\) non accoppiate" msgid "No previous regular expression" msgstr "Nessuna espressione regolare precedente" +#: lib/rpmatch.c:78 +msgid "^[yY]" +msgstr "" + +#: lib/rpmatch.c:81 +msgid "^[nN]" +msgstr "" + #: find/util.c:86 msgid "oops -- invalid default insertion of and!" msgstr "ahiahiahi -- inserimento di default di and non valido!" @@ -228,7 +236,7 @@ msgstr "impossibile ottenere la directory corrente" msgid "cannot open current directory" msgstr "impossibile aprire la directory corrente" -#: find/find.c:312 find/pred.c:1278 +#: find/find.c:312 find/pred.c:1275 msgid "cannot return to starting directory" msgstr "impossibile tornare alla directory di partenza" @@ -349,25 +357,25 @@ msgstr " tipo: %s %s " msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1265 xargs/xargs.c:777 +#: find/pred.c:1262 xargs/xargs.c:777 msgid "cannot fork" msgstr "impossibile eseguire fork" -#: find/pred.c:1291 +#: find/pred.c:1288 #, c-format msgid "error waiting for %s" msgstr "errore nell'attesa di %s" -#: find/pred.c:1297 +#: find/pred.c:1294 #, c-format msgid "%s terminated by signal %d" msgstr "%s terminato dal signal %d" -#: find/pred.c:1412 +#: find/pred.c:1409 msgid "left:\n" msgstr "sinistro:\n" -#: find/pred.c:1416 +#: find/pred.c:1413 msgid "right:\n" msgstr "destro:\n" diff --git a/po/ko.po b/po/ko.po index e96e1f4..8f71d37 100644 --- a/po/ko.po +++ b/po/ko.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1\n" -"POT-Creation-Date: 2000-10-05 13:08-0700\n" +"POT-Creation-Date: 2000-10-10 03:31-0700\n" "PO-Revision-Date: 1996-10-07 22:13+0900\n" "Last-Translator: Bang Jun-Young \n" "Language-Team: Korean \n" @@ -186,6 +186,14 @@ msgstr " msgid "No previous regular expression" msgstr "" +#: lib/rpmatch.c:78 +msgid "^[yY]" +msgstr "" + +#: lib/rpmatch.c:81 +msgid "^[nN]" +msgstr "" + #: find/util.c:86 msgid "oops -- invalid default insertion of and!" msgstr "À¹ -- and¸¦ ³»Á¤Ä¡·Î ºÎÀûÀýÇÏ°Ô »ðÀÔÇß½À´Ï´Ù!" @@ -240,7 +248,7 @@ msgstr " msgid "cannot open current directory" msgstr "½ÃÀÛ µð·ºÅ丮·Î µ¹¾Æ°¥ ¼ö ¾ø½À´Ï´Ù" -#: find/find.c:312 find/pred.c:1278 +#: find/find.c:312 find/pred.c:1275 msgid "cannot return to starting directory" msgstr "½ÃÀÛ µð·ºÅ丮·Î µ¹¾Æ°¥ ¼ö ¾ø½À´Ï´Ù" @@ -354,25 +362,25 @@ msgstr " msgid "< %s ... %s > ? " msgstr "" -#: find/pred.c:1265 xargs/xargs.c:777 +#: find/pred.c:1262 xargs/xargs.c:777 msgid "cannot fork" msgstr "" -#: find/pred.c:1291 +#: find/pred.c:1288 #, c-format msgid "error waiting for %s" msgstr "%s¸¦ ±â´Ù¸®´Â µµÁß ¿À·ù ¹ß»ý" -#: find/pred.c:1297 +#: find/pred.c:1294 #, c-format msgid "%s terminated by signal %d" msgstr "%s°¡ ½ÅÈ£ %d¿¡ ÀÇÇØ Á¾·áµÊ" -#: find/pred.c:1412 +#: find/pred.c:1409 msgid "left:\n" msgstr "¿ÞÂÊ:\n" -#: find/pred.c:1416 +#: find/pred.c:1413 msgid "right:\n" msgstr "¿À¸¥ÂÊ:\n" diff --git a/po/nl.po b/po/nl.po index 1c8fd3f..9da20e7 100644 --- a/po/nl.po +++ b/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" -"POT-Creation-Date: 2000-10-05 13:08-0700\n" +"POT-Creation-Date: 2000-10-10 03:31-0700\n" "PO-Revision-Date: 2000-05-19 12:16+02:00\n" "Last-Translator: Ivo Timmermans \n" "Language-Team: Dutch \n" @@ -179,6 +179,14 @@ msgstr "Onvergezelde ) of \\)" msgid "No previous regular expression" msgstr "Geen voorgaande reguliere expressie" +#: lib/rpmatch.c:78 +msgid "^[yY]" +msgstr "" + +#: lib/rpmatch.c:81 +msgid "^[nN]" +msgstr "" + #: find/util.c:86 msgid "oops -- invalid default insertion of and!" msgstr "oops -- ongeldige standaard tussenvoeging van and!" @@ -229,7 +237,7 @@ msgstr "kan de huidige map niet opvragen" msgid "cannot open current directory" msgstr "kan de huidige map niet openen" -#: find/find.c:312 find/pred.c:1278 +#: find/find.c:312 find/pred.c:1275 msgid "cannot return to starting directory" msgstr "kan niet terug naar beginmap" @@ -350,25 +358,25 @@ msgstr " type: %s %s " msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1265 xargs/xargs.c:777 +#: find/pred.c:1262 xargs/xargs.c:777 msgid "cannot fork" msgstr "kan geen nieuw proces beginnen" -#: find/pred.c:1291 +#: find/pred.c:1288 #, c-format msgid "error waiting for %s" msgstr "fout bij wachten op %s" -#: find/pred.c:1297 +#: find/pred.c:1294 #, c-format msgid "%s terminated by signal %d" msgstr "%s afgebroken door signaal %d" -#: find/pred.c:1412 +#: find/pred.c:1409 msgid "left:\n" msgstr "links:\n" -#: find/pred.c:1416 +#: find/pred.c:1413 msgid "right:\n" msgstr "rechts:\n" diff --git a/po/pl.po b/po/pl.po index 5958f18..447e7e2 100644 --- a/po/pl.po +++ b/po/pl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1\n" -"POT-Creation-Date: 2000-10-05 13:08-0700\n" +"POT-Creation-Date: 2000-10-10 03:31-0700\n" "PO-Revision-Date: 1996-08-23 10:50\n" "Last-Translator: Pawe³ Krawczyk \n" "Language-Team: Polish \n" @@ -186,6 +186,14 @@ msgstr "niesparowany cudzys msgid "No previous regular expression" msgstr "" +#: lib/rpmatch.c:78 +msgid "^[yY]" +msgstr "" + +#: lib/rpmatch.c:81 +msgid "^[nN]" +msgstr "" + #: find/util.c:86 msgid "oops -- invalid default insertion of and!" msgstr "ojej -- b³êdne domy¶lne wstawienie and" @@ -240,7 +248,7 @@ msgstr "nie mog msgid "cannot open current directory" msgstr "nie mogê powróciæ do katalogu starowego" -#: find/find.c:312 find/pred.c:1278 +#: find/find.c:312 find/pred.c:1275 msgid "cannot return to starting directory" msgstr "nie mogê powróciæ do katalogu starowego" @@ -361,25 +369,25 @@ msgstr " typ: %s %s " msgid "< %s ... %s > ? " msgstr "" -#: find/pred.c:1265 xargs/xargs.c:777 +#: find/pred.c:1262 xargs/xargs.c:777 msgid "cannot fork" msgstr "nie mogê siê rozwidliæ" -#: find/pred.c:1291 +#: find/pred.c:1288 #, c-format msgid "error waiting for %s" msgstr "b³±d podczas czekania na %s" -#: find/pred.c:1297 +#: find/pred.c:1294 #, c-format msgid "%s terminated by signal %d" msgstr "%s zakoñczony sygna³em %d" -#: find/pred.c:1412 +#: find/pred.c:1409 msgid "left:\n" msgstr "lewy:\n" -#: find/pred.c:1416 +#: find/pred.c:1413 msgid "right:\n" msgstr "prawy:\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index a299b5c..1f639c0 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" -"POT-Creation-Date: 2000-10-05 13:08-0700\n" +"POT-Creation-Date: 2000-10-10 03:31-0700\n" "PO-Revision-Date: 2000-05-19 15:30-0300\n" "Last-Translator: Rodrigo Parra Novo \n" "Language-Team: Brazilian Portuguese \n" @@ -178,6 +178,14 @@ msgstr ") ou \\) n msgid "No previous regular expression" msgstr "Não há uma expressão regular prévia" +#: lib/rpmatch.c:78 +msgid "^[yY]" +msgstr "" + +#: lib/rpmatch.c:81 +msgid "^[nN]" +msgstr "" + #: find/util.c:86 msgid "oops -- invalid default insertion of and!" msgstr "oops -- inserção padrão de and! inválida" @@ -228,7 +236,7 @@ msgstr "n msgid "cannot open current directory" msgstr "não foi possível abrir o diretório atual" -#: find/find.c:312 find/pred.c:1278 +#: find/find.c:312 find/pred.c:1275 msgid "cannot return to starting directory" msgstr "não foi possível retornar ao diretório original" @@ -350,25 +358,25 @@ msgstr " tipo: %s %s " msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1265 xargs/xargs.c:777 +#: find/pred.c:1262 xargs/xargs.c:777 msgid "cannot fork" msgstr "não consigo duplicar o processo (fork())" -#: find/pred.c:1291 +#: find/pred.c:1288 #, c-format msgid "error waiting for %s" msgstr "erro esperando por %s" -#: find/pred.c:1297 +#: find/pred.c:1294 #, c-format msgid "%s terminated by signal %d" msgstr "%s terminado pelo sinal %d" -#: find/pred.c:1412 +#: find/pred.c:1409 msgid "left:\n" msgstr "esquerda:\n" -#: find/pred.c:1416 +#: find/pred.c:1413 msgid "right:\n" msgstr "direita:\n" diff --git a/po/ru.po b/po/ru.po index fba0873..09f2818 100644 --- a/po/ru.po +++ b/po/ru.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" -"POT-Creation-Date: 2000-10-05 13:08-0700\n" +"POT-Creation-Date: 2000-10-10 03:31-0700\n" "PO-Revision-Date: 2000-05-28 18:28\n" "Last-Translator: Denis Perchine \n" "Language-Team: Russian \n" @@ -178,6 +178,14 @@ msgstr " msgid "No previous regular expression" msgstr "îÅÔ ÐÒÅÄÙÄÕÝÅÇÏ ÒÅÇÕÌÑÒÎÏÇÏ ×ÙÒÁÖÅÎÉÑ" +#: lib/rpmatch.c:78 +msgid "^[yY]" +msgstr "" + +#: lib/rpmatch.c:81 +msgid "^[nN]" +msgstr "" + #: find/util.c:86 msgid "oops -- invalid default insertion of and!" msgstr "ÏÏÐÓ -- ÎÅ×ÅÒÎÁÑ ×ÓÔÁ×ËÁ ÐÏ ÕÍÏÌÞÁÎÉÀ ÏÐÅÒÁÔÏÒÁ 'é' (and)" @@ -228,7 +236,7 @@ msgstr " msgid "cannot open current directory" msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÔÅËÕÝÉÊ ËÁÔÁÌÏÇ" -#: find/find.c:312 find/pred.c:1278 +#: find/find.c:312 find/pred.c:1275 msgid "cannot return to starting directory" msgstr "ÎÅ ÍÏÇÕ ×ÅÒÎÕÔØÓÑ × ÓÔÁÒÔÏ×ÙÊ ÐÏÄËÁÔÁÌÏÇ" @@ -348,25 +356,25 @@ msgstr " msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1265 xargs/xargs.c:777 +#: find/pred.c:1262 xargs/xargs.c:777 msgid "cannot fork" msgstr "ÎÅ ÍÏÇÕ ÓÏÚÄÁÔØ ÐÒÏÃÅÓÓ" -#: find/pred.c:1291 +#: find/pred.c:1288 #, c-format msgid "error waiting for %s" msgstr "ÏÛÉÂËÁ ÏÖÉÄÁÎÉÑ %s" -#: find/pred.c:1297 +#: find/pred.c:1294 #, c-format msgid "%s terminated by signal %d" msgstr "%s ÐÒÅÒ×ÁÎ ÐÏ ÓÉÇÎÁÌÕ %d" -#: find/pred.c:1412 +#: find/pred.c:1409 msgid "left:\n" msgstr "ÓÌÅ×Á:\n" -#: find/pred.c:1416 +#: find/pred.c:1413 msgid "right:\n" msgstr "ÓÐÒÁ×Á:\n" diff --git a/po/sv.po b/po/sv.po index 32f636f..0bed38d 100644 --- a/po/sv.po +++ b/po/sv.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1\n" -"POT-Creation-Date: 2000-10-05 13:08-0700\n" +"POT-Creation-Date: 2000-10-10 03:31-0700\n" "PO-Revision-Date: 1996-07-05 19:39\n" "Last-Translator: Johan Linde \n" "Language-Team: Swedish \n" @@ -186,6 +186,14 @@ msgstr "omaka %s citattecken" msgid "No previous regular expression" msgstr "" +#: lib/rpmatch.c:78 +msgid "^[yY]" +msgstr "" + +#: lib/rpmatch.c:81 +msgid "^[nN]" +msgstr "" + #: find/util.c:86 msgid "oops -- invalid default insertion of and!" msgstr "hoppsan -- felaktigt automatiskt insatt \"and\"" @@ -240,7 +248,7 @@ msgstr "kan inte msgid "cannot open current directory" msgstr "kan inte återvända till startkatalogen" -#: find/find.c:312 find/pred.c:1278 +#: find/find.c:312 find/pred.c:1275 msgid "cannot return to starting directory" msgstr "kan inte återvända till startkatalogen" @@ -361,25 +369,25 @@ msgstr " typ: %s %s " msgid "< %s ... %s > ? " msgstr "" -#: find/pred.c:1265 xargs/xargs.c:777 +#: find/pred.c:1262 xargs/xargs.c:777 msgid "cannot fork" msgstr "kan inte grena" -#: find/pred.c:1291 +#: find/pred.c:1288 #, c-format msgid "error waiting for %s" msgstr "fel vid väntandet på %s" -#: find/pred.c:1297 +#: find/pred.c:1294 #, c-format msgid "%s terminated by signal %d" msgstr "%s avslutades av signal %d" -#: find/pred.c:1412 +#: find/pred.c:1409 msgid "left:\n" msgstr "vänster:\n" -#: find/pred.c:1416 +#: find/pred.c:1413 msgid "right:\n" msgstr "höger:\n" -- 2.11.4.GIT