From 9822d297454429f79b47ee7356d84631ab51144f Mon Sep 17 00:00:00 2001 From: jay Date: Sat, 22 Jan 2005 18:48:06 +0000 Subject: [PATCH] Switch to using the gnulib gettext module, to ensure that 'make distcheck' works with current xgettext, autoconf, etc. --- Makefile.am | 7 ++ import-gnulib.sh | 4 +- po/Makefile.in.in | 319 ++++++++++++++++++++++++++++++++++++------------- po/Makevars | 41 +++++++ po/da.po | 278 +++++++++++++++++++----------------------- po/de.po | 277 +++++++++++++++++++----------------------- po/es.po | 279 +++++++++++++++++++----------------------- po/et.po | 277 +++++++++++++++++++----------------------- po/findutils.pot | 270 ++++++++++++++++++----------------------- po/fr.po | 281 +++++++++++++++++++------------------------ po/gl.po | 280 +++++++++++++++++++------------------------ po/id.po | 284 +++++++++++++++++++------------------------ po/it.po | 277 +++++++++++++++++++----------------------- po/ko.po | 284 +++++++++++++++++++------------------------ po/nl.po | 278 +++++++++++++++++++----------------------- po/pl.po | 277 +++++++++++++++++++----------------------- po/pt_BR.po | 281 +++++++++++++++++++------------------------ po/remove-potcdate.sin | 19 +++ po/ru.po | 277 +++++++++++++++++++----------------------- po/sk.po | 281 +++++++++++++++++++------------------------ po/sv.po | 287 ++++++++++++++++++++------------------------ po/tr.po | 277 +++++++++++++++++++----------------------- 22 files changed, 2383 insertions(+), 2752 deletions(-) create mode 100644 po/Makevars create mode 100644 po/remove-potcdate.sin diff --git a/Makefile.am b/Makefile.am index 9166e5c..88434d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,3 +7,10 @@ SUBDIRS = gnulib lib find xargs locate doc po m4 ACLOCAL_AMFLAGS = -I gnulib/m4 -I m4 # DISTCLEANFILES = intl/libintl.h + +jy_hack_DIST = gnulib/lib/regex.c + +dist-hook: + for file in $(jy_hack_DIST); do \ + cp $(srcdir)/$$file $(distdir)/$$file; \ + done diff --git a/import-gnulib.sh b/import-gnulib.sh index fb51a44..4a78ae0 100644 --- a/import-gnulib.sh +++ b/import-gnulib.sh @@ -40,7 +40,7 @@ getline getopt human idcache lstat malloc memcmp memset mktime \ modechange pathmax quotearg realloc regex rpmatch savedir stat \ stpcpy strdup strftime strstr strtol strtoul strtoull strtoumax \ xalloc xalloc-die xgetcwd xstrtol xstrtoumax yesno human filemode \ -getline stpcpy canonicalize mountlist closeout" +getline stpcpy canonicalize mountlist closeout gettext" # Modules needed for the "intl" subdirectory. #intl_modules="regex" @@ -133,3 +133,5 @@ cd gnulib/m4 ls *.m4 | sed -e 's/$/ \\/' | sed -e '$ s/\\$//' echo ) > gnulib/m4/Makefile.am + + diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 930f21c..75c5d46 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -1,18 +1,18 @@ -# Makefile for program source directory in GNU NLS utilities package. -# Copyright (C) 1995-1997, 2000, 2001 by Ulrich Drepper +# Makefile for PO directory in any package using GNU gettext. +# Copyright (C) 1995-1997, 2000-2003 by Ulrich Drepper # -# This file file be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU Public License -# but which still want to provide support for the GNU gettext functionality. -# Please note that the actual code is *not* freely available. +# This file can be copied and used freely without restrictions. It can +# be used in projects which are not available under the GNU General Public +# License but which still want to provide support for the GNU gettext +# functionality. +# Please note that the actual code of GNU gettext is covered by the GNU +# General Public License and is *not* in the public domain. +# +# Origin: gettext-0.13 PACKAGE = @PACKAGE@ VERSION = @VERSION@ -# These two variables depend on the location of this directory. -subdir = po -top_builddir = .. - SHELL = /bin/sh @SET_MAKE@ @@ -29,74 +29,124 @@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ MKINSTALLDIRS = @MKINSTALLDIRS@ -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) test -r "$(top_srcdir)/$(MKINSTALLDIRS)" && echo "$(top_srcdir)/$(MKINSTALLDIRS)" || echo @MKINSTALLDIRS@ ;; esac` +mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) -CC = @CC@ GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ MSGMERGE = msgmerge - -DEFS = @DEFS@ -CFLAGS = @CFLAGS@ -CPPFLAGS = @CPPFLAGS@ - -INCLUDES = -I.. -I$(top_srcdir)/intl - -COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) +MSGMERGE_UPDATE = @MSGMERGE@ --update +MSGINIT = msginit +MSGCONV = msgconv +MSGFILTER = msgfilter POFILES = @POFILES@ GMOFILES = @GMOFILES@ -DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \ -$(POFILES) $(GMOFILES) +UPDATEPOFILES = @UPDATEPOFILES@ +DUMMYPOFILES = @DUMMYPOFILES@ +DISTFILES.common = Makefile.in.in remove-potcdate.sin \ +$(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) +DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \ +$(POFILES) $(GMOFILES) \ +$(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) POTFILES = \ CATALOGS = @CATALOGS@ -.SUFFIXES: -.SUFFIXES: .c .o .po .pox .gmo .mo - -.c.o: - $(COMPILE) $< +# Makevars gets inserted here. (Don't remove this line!) -.po.pox: - $(MAKE) $(PACKAGE).pot - $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox +.SUFFIXES: +.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-update .po.mo: - $(MSGFMT) -o $@ $< + @echo "$(MSGFMT) -c -o $@ $<"; \ + $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ .po.gmo: - file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ - && rm -f $$file && $(GMSGFMT) --statistics -o $$file $< + @lang=`echo $* | sed -e 's,.*/,,'`; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ + cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo + +.sin.sed: + sed -e '/^#/d' $< > t-$@ + mv t-$@ $@ all: all-@USE_NLS@ -all-yes: $(CATALOGS) +all-yes: stamp-po all-no: -# Note: Target 'all' must not depend on target '$(srcdir)/$(PACKAGE).pot', +# stamp-po is a timestamp denoting the last time at which the CATALOGS have +# been loosely updated. Its purpose is that when a developer or translator +# checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, +# "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent +# invocations of "make" will do nothing. This timestamp would not be necessary +# if updating the $(CATALOGS) would always touch them; however, the rule for +# $(POFILES) has been designed to not touch files that don't need to be +# changed. +stamp-po: $(srcdir)/$(DOMAIN).pot + test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) + @echo "touch stamp-po" + @echo timestamp > stamp-poT + @mv stamp-poT stamp-po + +# Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', # otherwise packages like GCC can not be built if only parts of the source # have been downloaded. -$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in - $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ - --add-comments --keyword=_ --keyword=N_ \ +# This target rebuilds $(DOMAIN).pot; it is an expensive operation. +# Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. +$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed + $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ + --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ --files-from=$(srcdir)/POTFILES.in \ - && test ! -f $(PACKAGE).po \ - || ( rm -f $(srcdir)/$(PACKAGE).pot \ - && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot ) + --copyright-holder='$(COPYRIGHT_HOLDER)' \ + --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' + test ! -f $(DOMAIN).po || { \ + if test -f $(srcdir)/$(DOMAIN).pot; then \ + sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ + sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ + if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ + rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ + else \ + rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ + mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ + fi; \ + else \ + mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ + fi; \ + } + +# This rule has no dependencies: we don't need to update $(DOMAIN).pot at +# every "make" invocation, only create it when it is missing. +# Only "make $(DOMAIN).pot-update" or "make dist" will force an update. +$(srcdir)/$(DOMAIN).pot: + $(MAKE) $(DOMAIN).pot-update + +# This target rebuilds a PO file if $(DOMAIN).pot has changed. +# Note that a PO file is not touched if it doesn't need to be changed. +$(POFILES): $(srcdir)/$(DOMAIN).pot + @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \ + cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ - if test "$(PACKAGE)" = "gettext"; then \ + if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ - $(INSTALL_DATA) $(srcdir)/Makefile.in.in \ - $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \ + for file in $(DISTFILES.common) Makevars.template; do \ + $(INSTALL_DATA) $(srcdir)/$$file \ + $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + for file in Makevars; do \ + rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ else \ : ; \ fi @@ -106,41 +156,118 @@ install-data-yes: all @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ - $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \ - echo "installing $$cat as $(DESTDIR)$$dir/$(PACKAGE).mo"; \ - else \ - $(INSTALL_DATA) $(srcdir)/$$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \ - echo "installing $(srcdir)/$$cat as" \ - "$(DESTDIR)$$dir/$(PACKAGE).mo"; \ - fi; \ + if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ + $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ + echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ + for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ + if test -n "$$lc"; then \ + if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ + link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ + mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ + for file in *; do \ + if test -f $$file; then \ + ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ + fi; \ + done); \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + else \ + if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ + :; \ + else \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + fi; \ + fi; \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ + ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ + cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ + fi; \ + done; \ done -# Define this as empty until I found a useful application. -installcheck: +install-strip: install -uninstall: - catalogs='$(CATALOGS)'; \ +installdirs: installdirs-exec installdirs-data +installdirs-exec: +installdirs-data: installdirs-data-@USE_NLS@ + if test "$(PACKAGE)" = "gettext-tools"; then \ + $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ + else \ + : ; \ + fi +installdirs-data-no: +installdirs-data-yes: + $(mkinstalldirs) $(DESTDIR)$(datadir) + @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ - rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ + if test -n "$$lc"; then \ + if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ + link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ + mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ + for file in *; do \ + if test -f $$file; then \ + ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ + fi; \ + done); \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + else \ + if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ + :; \ + else \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + fi; \ + fi; \ + fi; \ + done; \ done - if test "$(PACKAGE)" = "gettext"; then \ - rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \ + +# Define this as empty until I found a useful application. +installcheck: + +uninstall: uninstall-exec uninstall-data +uninstall-exec: +uninstall-data: uninstall-data-@USE_NLS@ + if test "$(PACKAGE)" = "gettext-tools"; then \ + for file in $(DISTFILES.common) Makevars.template; do \ + rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ else \ : ; \ fi +uninstall-data-no: +uninstall-data-yes: + catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + done; \ + done check: all -dvi info tags TAGS ID: +info dvi ps pdf html tags TAGS ctags CTAGS ID: mostlyclean: - rm -f core core.* *.pox $(PACKAGE).po *.new.po + rm -f remove-potcdate.sed + rm -f stamp-poT + rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po rm -fr *.o clean: mostlyclean @@ -151,7 +278,7 @@ distclean: clean maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." - rm -f $(GMOFILES) + rm -f stamp-po $(GMOFILES) distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: @@ -160,37 +287,69 @@ dist distdir: # This is a separate target because 'update-po' must be executed before. dist2: $(DISTFILES) dists="$(DISTFILES)"; \ + if test "$(PACKAGE)" = "gettext-tools"; then \ + dists="$$dists Makevars.template"; \ + fi; \ + if test -f $(srcdir)/ChangeLog; then \ + dists="$$dists ChangeLog"; \ + fi; \ + for i in 0 1 2 3 4 5 6 7 8 9; do \ + if test -f $(srcdir)/ChangeLog.$$i; then \ + dists="$$dists ChangeLog.$$i"; \ + fi; \ + done; \ + if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ for file in $$dists; do \ - if test -f $$file; then dir=.; else dir=$(srcdir); fi; \ - cp -p $$dir/$$file $(distdir); \ + if test -f $$file; then \ + cp -p $$file $(distdir); \ + else \ + cp -p $(srcdir)/$$file $(distdir); \ + fi; \ done update-po: Makefile - $(MAKE) $(PACKAGE).pot - if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \ + $(MAKE) $(DOMAIN).pot-update + test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) + $(MAKE) update-gmo + +# General rule for updating PO files. + +.nop.po-update: + @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ + if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ + tmpdir=`pwd`; \ + echo "$$lang:"; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ cd $(srcdir); \ - catalogs='$(GMOFILES)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ - lang=`echo $$cat | sed 's/\.gmo$$//'`; \ - echo "$$lang:"; \ - if $(MSGMERGE) $$lang.po $(PACKAGE).pot -o $$lang.new.po; then \ - mv -f $$lang.new.po $$lang.po; \ + if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ + if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ + rm -f $$tmpdir/$$lang.new.po; \ else \ - echo "msgmerge for $$cat failed!"; \ - rm -f $$lang.new.po; \ + if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ + :; \ + else \ + echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ + exit 1; \ + fi; \ fi; \ - done - $(MAKE) update-gmo + else \ + echo "msgmerge for $$lang.po failed!" 1>&2; \ + rm -f $$tmpdir/$$lang.new.po; \ + fi + +$(DUMMYPOFILES): update-gmo: Makefile $(GMOFILES) @: -Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in +Makefile: Makefile.in.in $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ $(SHELL) ./config.status +force: + # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/po/Makevars b/po/Makevars new file mode 100644 index 0000000..8ac3f44 --- /dev/null +++ b/po/Makevars @@ -0,0 +1,41 @@ +# Makefile variables for PO directory in any package using GNU gettext. + +# Usually the message domain is the same as the package name. +DOMAIN = $(PACKAGE) + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 + +# This is the copyright holder that gets inserted into the header of the +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding +# package. (Note that the msgstr strings, extracted from the package's +# sources, belong to the copyright holder of the package.) Translators are +# expected to transfer the copyright for their translations to this person +# or entity, or to disclaim their copyright. The empty string stands for +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = Free Software Foundation, Inc. + +# This is the email address or URL to which the translators shall report +# bugs in the untranslated strings: +# - Strings which are not entire sentences, see the maintainer guidelines +# in the GNU gettext documentation, section 'Preparing Strings'. +# - Strings which use unclear terms or require additional context to be +# understood. +# - Strings which make invalid assumptions about notation of date, time or +# money. +# - Pluralisation problems. +# - Incorrect English spelling. +# - Incorrect formatting. +# It can be your email address, or a mailing list address where translators +# can write to without being subscribed, or the URL of a web page through +# which the translators can contact you. +MSGID_BUGS_ADDRESS = bug-findutils@gnu.org + +# This is the list of locale categories, beyond LC_MESSAGES, for which the +# message catalogs shall be used. It is usually empty. +EXTRA_LOCALE_CATEGORIES = diff --git a/po/da.po b/po/da.po index 54f0583..3636a70 100644 --- a/po/da.po +++ b/po/da.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 2000-11-13 21:51+01:00\n" "Last-Translator: Ole Laursen \n" "Language-Team: Danish \n" @@ -24,14 +24,12 @@ msgstr "ugyldig parameter %s til '%s'" msgid "ambiguous argument %s for %s" msgstr "flertydig parameter %s til '%s'" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, c-format msgid "Valid arguments are:" msgstr "Gyldige parametre er:" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "Ukendt systemfejl" @@ -92,24 +90,10 @@ msgstr "%s: tilvalg '-W %s' er flertydigt\n" msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: tilvalg '-W %s' skal ikke have en parameter\n" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "blokstørrelse" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "`" @@ -207,113 +191,110 @@ msgstr "ups - ugyldig automatisk inds msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Brug: %s [sti...] [udtryk]\n" -#: find/find.c:316 +#: find/find.c:339 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:383 +#: find/find.c:406 msgid "paths must precede expression" msgstr "stier skal stå før udtrykket" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, c-format msgid "invalid predicate `%s'" msgstr "ugyldigt udsagn '%s'" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, c-format msgid "missing argument to `%s'" msgstr "manglende parameter til '%s'" -#: find/find.c:396 +#: find/find.c:419 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "ugyldig parameter '%s' til '%s'" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "Liste over udsagn:\n" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:442 +#: find/find.c:465 #, c-format msgid "Eval Tree:\n" msgstr "Evalueringstræ:\n" -#: find/find.c:453 +#: find/find.c:476 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Optimeret evalueringstræ:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Optimeret evalueringstræ:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 msgid "cannot get current directory" msgstr "kan ikke hente det aktuelle katalog" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, 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 "" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "ukendt" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -322,18 +303,18 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." msgstr "" -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "Brug: %s [sti...] [udtryk]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -347,7 +328,7 @@ msgstr "" " ( UDTRYK ) ! UDTRYK -not UDTRYK UDTRYK1 -a UDTRYK2 UDTRYK1 -and " "UDTRYK2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -362,7 +343,7 @@ msgstr "" " ( UDTRYK ) ! UDTRYK -not UDTRYK UDTRYK1 -a UDTRYK2 UDTRYK1 -and " "UDTRYK2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -375,7 +356,7 @@ msgstr "" " -maxdepth NIVEAUER -mindepth NIVEAUER -mount -noleaf --version -xdev\n" "test (N kan være +N eller -N eller N): -amin N -anewer FIL -atime N -cmin N\n" -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -388,7 +369,7 @@ msgstr "" " -ilname MØNSTER -iname MØNSTER -inum N -ipath MØNSTER -iregex MØNSTER\n" " -links N -lname MØNSTER -mmin N -mtime N -name MØNSTER -newer FIL\n" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -399,7 +380,7 @@ msgstr "" " -size N[bckw] -true -type [bcdpfls] -uid N -used N -user NAVN\n" " -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -410,107 +391,118 @@ msgstr "" "handlinger: -exec KOMMANDO ; -fprint FIL -fprint0 FIL -fprintf FIL FORMAT\n" " -ok KOMMANDO ; -print -print0 -printf FORMAT -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" "email to ." msgstr "" -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "" -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "ugyldig tilstand '%s'" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "løbet tør for virtuel hukommelse" -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "ugyldig tom parameter til -size" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "ugyldig -size type '%c'" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find version %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "advarsel: ukendt undvigetegn '\\\\%c'" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "advarsel: ukendt formatteringsdirektiv '%%%c'" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "indsætter %s\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " type: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "kan ikke fraspalte en ny proces" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "fejl i forbindelse med at vente på %s" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s afsluttet af signal %d" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "venstre:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "højre:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "ugyldigt udtryk" @@ -540,243 +532,207 @@ msgstr "ups - ugyldig udtrykstype" msgid "oops -- invalid expression type (%d)!" msgstr "ups - ugyldig udtrykstype" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Normaliseret evalueringstræ\n" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" msgstr "" -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "dage" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "advarsel: databasen '%s' er mere end %d %s gammel" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" "Brug: %s [-d sti | --database=sti] [--version] [--help]\n" " [-e | --existing] mønster...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locate version %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "parameterlinje for lang" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "miljø for stort til at eksekvere" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs version %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "parameterlinje for lang" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " "the -0 option" msgstr "" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "dobbelt" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "enkelt" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "kommando for lang" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "kan ikke indpasse enkelt parameter inden for parameterlistestørrelsen" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "parameterliste for lang" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "fejl i forbindelse med at vente på barneproces" -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: stoppede med status 255; afbryder" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: standset af signal %d" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s: afsluttet af signal %d" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: ugyldig værdi for -%c tilvalget\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: værdien for -%c tilvalget skal være >= %ld\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: værdien for -%c tilvalget skal være < %ld\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -796,6 +752,16 @@ msgstr "" " [--max-args=maks-param] [--no-run-if-empty] [--version] [--help]\n" " [kommando [startparametre]]\n" +#~ msgid "command too long" +#~ msgstr "kommando for lang" + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "" +#~ "kan ikke indpasse enkelt parameter inden for parameterlistestørrelsen" + +#~ msgid "argument list too long" +#~ msgstr "parameterliste for lang" + #~ msgid "error in %s: %s" #~ msgstr "fejl i %s: %s" diff --git a/po/de.po b/po/de.po index 6d86a3a..0f309cf 100644 --- a/po/de.po +++ b/po/de.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.7\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 2001-05-30 20:59+02:00\n" "Last-Translator: Nils Naumann \n" "Language-Team: German \n" @@ -24,14 +24,12 @@ msgstr "Ung msgid "ambiguous argument %s for %s" msgstr "Mehrdeutiges Argument %s für \"%s\"." -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, c-format msgid "Valid arguments are:" msgstr "Gültige Argumente sind:" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "Unbekannter Systemfehler." @@ -92,24 +90,10 @@ msgstr "%s: Die Option \"-W %s\" ist mehrdeutig.\n" msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: Die Option \"-W %s\" gestattet kein Argument.\n" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "Blockgröße" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "\"" @@ -207,113 +191,110 @@ msgstr "Oops -- Das automatische Einf msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Syntax: %s [Pfad...] [Suchkriterium]\n" -#: find/find.c:316 +#: find/find.c:339 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:383 +#: find/find.c:406 msgid "paths must precede expression" msgstr "Der Pfad muß vor dem Suchkriterium stehen." -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, c-format msgid "invalid predicate `%s'" msgstr "ungültige Option `%s'" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, c-format msgid "missing argument to `%s'" msgstr "Fehlendes Argument für \"%s\"." -#: find/find.c:396 +#: find/find.c:419 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "Ungültiges Argument \"%s\" für \"%s\"." -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "Optionsliste:\n" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:442 +#: find/find.c:465 #, c-format msgid "Eval Tree:\n" msgstr "Auswertbaum:\n" -#: find/find.c:453 +#: find/find.c:476 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Optimierter Auswertbaum:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Optimierter Auswertbaum:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 msgid "cannot get current directory" msgstr "Kann nicht in das aktuelle Verzeichnis wechseln." -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, 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 "" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "unbekannt" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -322,18 +303,18 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." msgstr "" -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "Syntax: %s [Pfad...] [Suchkriterium]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -346,7 +327,7 @@ msgstr "" "Operatoren (Im abnehmenden Vorrang, kein Operator bedeutet \"-and\".):\n" " ( AUSDR ) ! AUSDR -not AUSDR AUSDR1 -a AUSDR2 AUSDR1 -and AUSDR2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -360,7 +341,7 @@ msgstr "" "Operatoren (Im abnehmenden Vorrang, kein Operator bedeutet \"-and\".):\n" " ( AUSDR ) ! AUSDR -not AUSDR AUSDR1 -a AUSDR2 AUSDR1 -and AUSDR2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -373,7 +354,7 @@ msgstr "" " -maxdepth EBENEN -mindepth EBENEN -mount -noleaf --version -xdev\n" "Tests (N kann +N, -N oder N sein): -amin N -anewer File -atime N -cmin N\n" -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -387,7 +368,7 @@ msgstr "" " -iregex SUCHMUSTER -links N -lname SUCHMUSTER -mmin N -mtime N \n" " -name SUCHMUSTER -newer DATEI\n" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -398,7 +379,7 @@ msgstr "" " -size N[bckw] -true -type [bcdpfls] -uid N -used N -user NAME\n" " -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -410,107 +391,118 @@ msgstr "" "FORMAT\n" " -ok KOMMANDO ; -print -print0 -printf FORMAT -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" "email to ." msgstr "" -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "" -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "Ungültiger Modus \"%s\"." -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "Der virtuelle Arbeitsspeicher ist erschöpft." -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "\"-size\" erfordert ein Argument." -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "Ungültige Einheit \"%c\" für \"-size\"." -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find Version %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "Warnung: Unerkanntes Fluchtsymbol \"\\%c\"." -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "Warnung: Unerkannte Formatanweisung \"%%%c\"." -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "Füge %s ein.\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " Typ: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "Kann keinen neuen Prozeß starten." -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "Fehler beim Warten auf das Prozeßende von %s." -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "Der Prozeß %s wurde durch das Signal %d abgebrochen." -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "links:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "rechts:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "Ungültiger Ausdruck." @@ -540,13 +532,12 @@ msgstr "Oops -- ung msgid "oops -- invalid expression type (%d)!" msgstr "Oops -- ungültiger Ausdruckstyp!" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Normalisierter Auswertbaum:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, fuzzy, c-format msgid "" "Usage: %s [--version | --help]\n" @@ -555,7 +546,7 @@ msgstr "" "Syntax: %s häufigste_gemeinsame_Buchstabenpaare < Liste > " "komprimierte_Liste\n" -#: locate/code.c:131 locate/locate.c:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 #, fuzzy msgid "" "\n" @@ -564,224 +555,189 @@ msgstr "" "\n" "Senden Sie Fehlermeldungen an ." -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "Tage" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "Warnung: Die Datenbank `%s' ist älter als %d %s." -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" "Syntax: %s [-d Pfad | --database=Pfad] [-e | --existing]\n" " [-i | --ignore-case] [--version] [--help] Suchmuster...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locate Version %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "Die Argumentzeile ist zu lang." -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "Der Umgebungsspeicher ist für \"exec\" nicht ausreichend." -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs Version %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "Die Argumentzeile ist zu lang." -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " "the -0 option" msgstr "" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "doppelte" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "einfache" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "Das Kommando ist zu lang." - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "Kann ein Argument nicht innerhalb der Argumentliste einfügen." - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "Die Argumentliste ist zu lang." - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "Fehler beim Warten auf das Ende des gestarteten Prozesses." -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "Prozeß %s mit Rückgabewert 255 beendet. Abbruch!" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "Prozeß %s angehalten durch das Signal %d." -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "Prozeß %s abgebrochen durch das Signal %d." -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: Ungültiger Wert für die \"-%c\" Option.\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: Der Wert für die \"-%c\" Option muß größer als %ld sein.\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: Der Wert für die \"-%c\" Option muß kleiner als %ld sein.\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -801,6 +757,15 @@ msgstr "" " [--no-run-if-empty] [--version] [--help] [Kommando " "[Anfangsargumente]]\n" +#~ msgid "command too long" +#~ msgstr "Das Kommando ist zu lang." + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "Kann ein Argument nicht innerhalb der Argumentliste einfügen." + +#~ msgid "argument list too long" +#~ msgstr "Die Argumentliste ist zu lang." + #~ msgid "error in %s: %s" #~ msgstr "Fehler in %s: %s." diff --git a/po/es.po b/po/es.po index ee2516c..7d66a27 100644 --- a/po/es.po +++ b/po/es.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: GNU findutils 4.1.7\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 2001-06-08 17:02+0200\n" "Last-Translator: Santiago Vila Doncel \n" "Language-Team: Spanish \n" @@ -25,14 +25,12 @@ msgstr "argumento `%s' inv msgid "ambiguous argument %s for %s" msgstr "argumento `%s' ambiguo para `%s'" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, c-format msgid "Valid arguments are:" msgstr "Los argumentos válidos son:" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "Error del sistema desconocido" @@ -93,24 +91,10 @@ msgstr "%s: la opci msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: la opción `-W %s' no admite ningún argumento\n" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "tamaño del bloque" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "`" @@ -234,113 +218,110 @@ 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:316 +#: find/find.c:339 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:383 +#: find/find.c:406 msgid "paths must precede expression" msgstr "Las rutas-de-acceso deben preceder la expresión" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, c-format msgid "invalid predicate `%s'" msgstr "predicado inválido `%s'" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, c-format msgid "missing argument to `%s'" msgstr "no se ha dado el argumento requerido a la opción `%s'" -#: find/find.c:396 +#: find/find.c:419 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "argumento `%s' inválido para la opción `%s'" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "Lista Predicado:\n" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:442 +#: find/find.c:465 #, c-format msgid "Eval Tree:\n" msgstr "Árbol de Evaluación:\n" -#: find/find.c:453 +#: find/find.c:476 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Árbol de Evaluación Optimizado:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Árbol de Evaluación Optimizado:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 msgid "cannot get current directory" msgstr "no se puede obtener el directorio actual" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, 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 "" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "desconocido" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -349,7 +330,7 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." @@ -360,7 +341,7 @@ msgstr "" # ¡Olé! Gracias a tos los de es@li.org que me habeis dado "ruta de acceso". # No se qué significado tendría mi vida sin vuestra ayuda ;), snif ... :~) # IPG -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "Modo de empleo: %s [ruta-de-acceso...] [expresión]\n" @@ -389,7 +370,7 @@ msgstr "Modo de empleo: %s [ruta-de-acceso...] [expresi # o mejor "si no se da ninguno". sv # # Lo dejo así. ipg -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -426,7 +407,7 @@ msgstr "" # o mejor "si no se da ninguno". sv # # Lo dejo así. ipg -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -440,7 +421,7 @@ msgstr "" "operadores (prioridad decreciente; se supone -and si no se dan):\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -466,7 +447,7 @@ msgstr "" # # También me han sugerido `patrón', pero prefiero EXPR-REG. IPG # -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -480,7 +461,7 @@ msgstr "" " -ipath EXPR-REG -iregex EXPR-REG -links N -lname EXPR-REG\n" " -mmin N -mtime N -name EXPR-REG -newer FICHERO\n" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -491,7 +472,7 @@ msgstr "" " -size N[bckw] -true -type [bcdpfls] -uid N -used N -user NOMBRE\n" " -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -503,23 +484,23 @@ msgstr "" " -fprintf FICHERO FORMATO -ok ORDEN ; -print -print0\n" " -printf FORMATO -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" "email to ." msgstr "" -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "" -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "modo inválido `%s'" @@ -545,7 +526,7 @@ msgstr "modo inv # # FIXME: Preguntar a Richard Stallman por qué se empeña en usar la # palabra virtual. sv -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "memoria agotada" @@ -553,47 +534,61 @@ msgstr "memoria agotada" # un rato rara. (msgstr "el argumento nulo para la opción -size no es válido"). IPG # ¿No es demasiado libre? sv # Sí, pero lo justo para que explique bien qué coño ha ocurrido :) ipg -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "no se ha dado el argumento requerido a la opción -size" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "tipo dado a -size inválido `%c'" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find versión %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "atención: secuencia de escape `\\%c' no reconocida" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "atención: directiva de formato `%%%c' no reconocida" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "insertando %s\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " tipo: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " @@ -638,37 +633,34 @@ msgstr "< %s ... %s > ? " # 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:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "falló la llamada al sistema `fork()'" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "error esperando al proceso %s" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s terminado por la señal %d" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "izquierda:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "derecha:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "expresión inválida" @@ -766,20 +758,19 @@ msgstr "oh, oh -- msgid "oops -- invalid expression type (%d)!" msgstr "oh, oh -- ¡tipo de expresión inválido!" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Árbol de Evaluación Normalizado:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 #, fuzzy msgid "" "\n" @@ -788,191 +779,155 @@ msgstr "" "\n" "Comunicar `bugs' a ." -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "días" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "atención: la base de datos `%s' tiene una antigüedad de más de %d %s" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" 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:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locate versión %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "línea de argumentos demasiado larga" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "el entorno es demasiado grande para exec" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs versión %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "línea de argumentos demasiado larga" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " "the -0 option" msgstr "" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "doble" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "simple" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "orden demasiado larga" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "" -"Un argumento no cabe dentro del tamaño límite de la lista de argumentos" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "lista de argumentos demasiado larga" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "error esperando al proceso hijo" @@ -993,22 +948,22 @@ msgstr "error esperando al proceso hijo" # Me quedo con la duda de cómo se llama eso en español. # Esperemos que lo vea otro. sv # -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: acabó con status 255; abortando" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: interrumpido por la señal %d" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s: terminado por la señal %d" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: número inválido para la opción -%c\n" @@ -1017,17 +972,17 @@ msgstr "%s: n # queda mucho mejor. Si a alguien no le gusta, que me lo diga ;). IPG # Me parece acertado y lo digo :-) sv # falen ... :) ... ipg -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: el valor para la opción -%c debe de ser mayor o igual que %ld\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: el valor para la opción -%c debe ser menor que %ld\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -1047,6 +1002,16 @@ msgstr "" " [--no-run-if-empty] [--version] [--help]\n" " [orden [argumentos-iniciales]]\n" +#~ msgid "command too long" +#~ msgstr "orden demasiado larga" + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "" +#~ "Un argumento no cabe dentro del tamaño límite de la lista de argumentos" + +#~ msgid "argument list too long" +#~ msgstr "lista de argumentos demasiado larga" + #~ msgid "error in %s: %s" #~ msgstr "error en %s: %s" diff --git a/po/et.po b/po/et.po index c55f971..8ab64bc 100644 --- a/po/et.po +++ b/po/et.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.3\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 2004-11-02 21:41+0200\n" "Last-Translator: Toomas Soome \n" "Language-Team: Estonian \n" @@ -24,14 +24,12 @@ msgstr "vigane argument %s (%s)" msgid "ambiguous argument %s for %s" msgstr "segane argument %s (%s)" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, c-format msgid "Valid arguments are:" msgstr "Lubatud argumendid on:" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "Tundmatu süsteemi viga" @@ -92,24 +90,10 @@ msgstr "%s: v msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: võti `-W %s' ei luba argumenti\n" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "bloki suurus" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "`" @@ -207,7 +191,7 @@ msgstr "oops -- vigane konjunktsioonioperaatori lisamine!" msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Kasuta: %s [tee...] [avaldis]\n" -#: find/find.c:316 +#: find/find.c:339 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,66 +199,64 @@ msgstr "" "Keskkonnamuutujat FIND_BLOCK_SIZE ei toetata, bloki suurust mõjutab ainult " "keskkonna muutuja POSIXLY_CORRECT" -#: find/find.c:383 +#: find/find.c:406 msgid "paths must precede expression" msgstr "teed peavad olema enne avaldist" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, c-format msgid "invalid predicate `%s'" msgstr "vigane predikaat `%s'" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, c-format msgid "missing argument to `%s'" msgstr "`%s' nõuab argumenti" -#: find/find.c:396 +#: find/find.c:419 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "vigane argument `%s' predikaadil `%s'" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "Predikaatide loend:\n" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "ootamatu täiendav predikaat" -#: find/find.c:442 +#: find/find.c:465 #, c-format msgid "Eval Tree:\n" msgstr "Arvutuspuu:\n" -#: find/find.c:453 +#: find/find.c:476 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Optimiseeritud arvutuspuu:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Optimiseeritud arvutuspuu:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 msgid "cannot get current directory" msgstr "ei õnnestu leida jooksvat kataloogi" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " @@ -283,8 +265,7 @@ msgstr "" "%s%s muutus %s töö ajal (vana seadme number %ld, uus seadme number %ld, " "failisüsteemi tüüp on %s) [viit %ld]" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -293,33 +274,33 @@ 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "tundmatu" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -328,7 +309,7 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." @@ -336,12 +317,12 @@ msgstr "" "hoiatus: võti -d on aegunud; kasutage palun võtit -depth, viimane on POSIX-" "ühilduv." -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "Kasuta: %s [tee...] [avaldis]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -354,7 +335,7 @@ msgstr "" "and):\n" " ( AVALD ) ! AVALD -not AVALD AVALD1 -a AVALD2 AVALD1 -and AVALD2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -368,7 +349,7 @@ msgstr "" "and):\n" " ( AVALD ) ! AVALD -not AVALD AVALD1 -a AVALD2 AVALD1 -and AVALD2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -381,7 +362,7 @@ msgstr "" " -maxdepth TASE -mindepth TASE -mount -noleaf --version -xdev\n" "testid (N võib olla +N või -N või N): -amin N -anewer FAIL -atime N -cmin N" -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -395,7 +376,7 @@ msgstr "" "MUSTER\n" " -links N -lname MUSTER -mmin N -mtime N -name MUSTER -newer FAIL" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -406,7 +387,7 @@ msgstr "" " -wholename MUSTER -size N[bcwkMG] -true -type [bcdpflsD] -uid N\n" " -used N -user NIMI -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -417,7 +398,7 @@ msgstr "" "tegevused: -exec KÄSK ; -fprint FAIL -fprint0 FAIL -fprintf FAIL FORMAAT\n" " -ok KÄSK ; -print -print0 -printf FORMAAT -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" @@ -427,102 +408,113 @@ msgstr "" "http://savannah.gnu.org/ vï kui teil puudub juurdepääs veebile, saates\n" "emaili aadressil ." -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "funktsiooni fnmatch() korrektsuse kontroll ebaõnnestus." -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" "hoiatus: predikaat -ipath on aegunud; kasutage selle asemel palun -" "iwholename." -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "vigane mood `%s'" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "mälu on otsas" -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "vigane tühi argument -size predikaadile" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "vigane tüüp `%c' -size predikaadile" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find versioon %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "hoiatus: tundmatu paojada `\\%c'" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "hoiatus: tundmatu formaadidirektiiv `%%%c'" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "lisan %s\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " tüüp: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "fork ebaõnnestus" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "viga %s oodates" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s katkestati signaaliga %d" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "vasak:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "parem:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "vigane avaldis" @@ -552,20 +544,19 @@ msgstr "oops -- vigane avaldise t msgid "oops -- invalid expression type (%d)!" msgstr "oops -- vigane avaldise tüüp!" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Normaliseeritud arvutuspuu:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" @@ -573,163 +564,140 @@ msgstr "" "\n" "Vigadest teatage aadressil .\n" -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "päeva" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "hoiatus: andmebaas `%s' on rohkem, kui %d %s vana" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "locate andmebaas `%s' on katki" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" "Kasuta: %s [-d tee | --database=tee] [-e | --existing]\n" " [-i | --ignore-case] [--version] [--help] muster...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locate versioon %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "argumendi rida on liiga pikk" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "exec funktsioonile antud keskkond on liiga suur" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs versioon %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "argumendi rida on liiga pikk" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " @@ -738,61 +706,49 @@ msgstr "" "puudub kvoot %s; vaikimisi kasutatab xargs omi kvoote, kui just pole " "kasutatud võtit -O" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "dubleeritud" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "ühekordne" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "käsk on liiga pikk" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "üks argument ei mahu argumentide nimistu mahu limiiti" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "argumentide nimistu on liiga pikk" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "viga alamprotsessi ootamisel" -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: lõpetas olekuga 255; katkestan" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: peatatud signaaliga %d" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s: katkestatud signaaliga %d" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: vigane number võtmele -%c\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: võtme -%c väärtus peab olema suurem või võrdne kui %ld\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: võtme -%c väärtus peab olema väiksem kui %ld\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -812,5 +768,14 @@ msgstr "" " [--max-args=maks-argumente] [--no-run-if-empty] [--version] [--help]\n" " [käsk [argumendid]]\n" +#~ msgid "command too long" +#~ msgstr "käsk on liiga pikk" + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "üks argument ei mahu argumentide nimistu mahu limiiti" + +#~ msgid "argument list too long" +#~ msgstr "argumentide nimistu on liiga pikk" + #~ msgid "error in %s: %s" #~ msgstr "viga tabelis %s: %s" diff --git a/po/findutils.pot b/po/findutils.pot index d34b893..650bbfb 100644 --- a/po/findutils.pot +++ b/po/findutils.pot @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,14 +26,12 @@ msgstr "" msgid "ambiguous argument %s for %s" msgstr "" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, c-format msgid "Valid arguments are:" msgstr "" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "" @@ -94,24 +92,10 @@ msgstr "" msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "" @@ -209,113 +193,110 @@ msgstr "" msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "" -#: find/find.c:316 +#: find/find.c:339 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:383 +#: find/find.c:406 msgid "paths must precede expression" msgstr "" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, c-format msgid "invalid predicate `%s'" msgstr "" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, c-format msgid "missing argument to `%s'" msgstr "" -#: find/find.c:396 +#: find/find.c:419 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:442 +#: find/find.c:465 #, c-format msgid "Eval Tree:\n" msgstr "" -#: find/find.c:453 +#: find/find.c:476 #, c-format msgid "Optimized Eval Tree:\n" msgstr "" -#: find/find.c:455 +#: find/find.c:478 #, c-format msgid "Optimized command line:\n" msgstr "" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 msgid "cannot get current directory" msgstr "" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, 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 "" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -324,25 +305,25 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." msgstr "" -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "" -#: find/parser.c:708 +#: find/parser.c:721 msgid "" "\n" "default path is the current directory; default expression is -print\n" "expression may consist of: operators, options, tests, and actions:\n" msgstr "" -#: find/parser.c:711 +#: find/parser.c:724 msgid "" "operators (decreasing precedence; -and is implicit where no others are " "given):\n" @@ -350,7 +331,7 @@ msgid "" " EXPR1 -o EXPR2 EXPR1 -or EXPR2 EXPR1 , EXPR2\n" msgstr "" -#: find/parser.c:715 +#: find/parser.c:728 msgid "" "positional options (always true): -daystart -follow\n" "normal options (always true, specified before other expressions):\n" @@ -358,7 +339,7 @@ msgid "" " --version -xdev -ignore_readdir_race -noignore_readdir_race\n" msgstr "" -#: find/parser.c:720 +#: find/parser.c:733 msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" " -cnewer FILE -ctime N -empty -false -fstype TYPE -gid N -group NAME\n" @@ -367,14 +348,14 @@ msgid "" " -links N -lname PATTERN -mmin N -mtime N -name PATTERN -newer FILE" msgstr "" -#: find/parser.c:725 +#: find/parser.c:738 msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" " -wholename PATTERN -size N[bcwkMG] -true -type [bcdpflsD] -uid N\n" " -used N -user NAME -xtype [bcdpfls]\n" msgstr "" -#: find/parser.c:729 +#: find/parser.c:742 msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" " -fls FILE -ok COMMAND ; -print -print0 -printf FORMAT -prune -ls -" @@ -382,107 +363,118 @@ msgid "" " -quit\n" msgstr "" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" "email to ." msgstr "" -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "" -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "" -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr "" -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "" -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "" @@ -511,240 +503,204 @@ msgstr "" msgid "oops -- invalid expression type (%d)!" msgstr "" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" msgstr "" -#: locate/code.c:164 +#: locate/code.c:166 #, c-format msgid "GNU findutils version %s\n" msgstr "" -#. Printable name of units used in WARN_SECONDS -#: locate/locate.c:129 +#: locate/locate.c:131 msgid "days" msgstr "" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "" -#: locate/locate.c:825 +#: locate/locate.c:809 msgid "argument to --limit" msgstr "" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " "the -0 option" msgstr "" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "" -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" diff --git a/po/fr.po b/po/fr.po index 5bcc23f..a8675a9 100644 --- a/po/fr.po +++ b/po/fr.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: GNU findutils 4.2.3\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 2004-11-04 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" @@ -25,14 +25,12 @@ msgstr "le param msgid "ambiguous argument %s for %s" msgstr "le paramètre %s est ambiguë pour %s" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, c-format msgid "Valid arguments are:" msgstr "Les paramètres valides sont:" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "Erreur système inconnue" @@ -93,24 +91,10 @@ msgstr "%s: l'option msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: l'option « -W %s » ne requiert pas de paramètre\n" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "taille des blocs" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "`" @@ -208,7 +192,7 @@ msgstr "L'insertion du param msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Usage: %s [CHEMIN] [EXPRESSION]\n" -#: find/find.c:316 +#: find/find.c:339 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,66 +201,64 @@ msgstr "" "chose qui peut affecter la taille de bloc est la variable d'environnement " "POSIXLY_CORRECT" -#: find/find.c:383 +#: find/find.c:406 msgid "paths must precede expression" msgstr "les chemins doivent précéder l'expression" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, c-format msgid "invalid predicate `%s'" msgstr "prédicat invalide « %s »" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, c-format msgid "missing argument to `%s'" msgstr "Paramètre manquant pour « %s »" -#: find/find.c:396 +#: find/find.c:419 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "Paramètre invalide « %s » pour « %s »" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "Liste des prédicats:\n" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "prédicat superflu inattendu" -#: find/find.c:442 +#: find/find.c:465 #, c-format msgid "Eval Tree:\n" msgstr "Arbre de l'évaluation:\n" -#: find/find.c:453 +#: find/find.c:476 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Arbre optimisé de l'évalution:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Arbre optimisé de l'évalution:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 msgid "cannot get current directory" msgstr "Ne peut trouver le répertoire courant" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " @@ -285,8 +267,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]" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -295,33 +276,33 @@ 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "inconnu" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -330,7 +311,7 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." @@ -338,12 +319,12 @@ msgstr "" "AVERTISSEMENT: l'option -d est obsolète; svp utilisez -depth à la place, " "parce celle-ci est est une option se conformant à POSIX" -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "Usage: %s [CHEMIN] [EXPRESSION]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -357,7 +338,7 @@ msgstr "" "lorsqu'aucun autre paramètre n'est fourni), comme par exemples:\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -372,7 +353,7 @@ msgstr "" "lorsqu'aucun autre paramètre n'est fourni), comme par exemples:\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -387,7 +368,7 @@ msgstr "" "les tests (N peut être +N ou -N ou N):\n" " -amin N -anewer FICHIER -atime N -cmin N" -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -401,7 +382,7 @@ msgstr "" "PATRON\n" " -links N -lname PATRON -mmin N -mtime N -name PATRON -newer FICHIER" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -412,7 +393,7 @@ msgstr "" " -wholename PATRON -size N[bcwkMG] -true -type [bcdpflsD] -uid N\n" " -used N -user NOM -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -425,7 +406,7 @@ msgstr "" "FORMAT\n" " -ok COMMANDE ; -print -print0 -printf FORMAT -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" @@ -437,104 +418,115 @@ msgstr "" "un courriel à\n" "." -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "" "la vérification d'intégrité par la fonction de fnmatch() de la librairie a " "échoué." -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" "AVERTISSEMENT: le prédicat -ipath est obsolète; svp utilisez -iwholename à " "la place." -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "mode invalide « %s »" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "Mémoire virtuelle épuisée." -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "Paramètre nul invalide pour l'option -size" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "Type invalide pour l'option -size « %c »" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "« find » de GNU version %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "AVERTISSEMENT: séquence d'échappement « \\%c » inconnue." -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "AVERTISSEMENT: directive de formatage « %%%c » inconnue." -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "Insertion de %s\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " type: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "Ne peut faire un clonage (fork)." -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "Erreur s'attendait à %s" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s a terminé son exécution par le signal %d" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "laissé:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "droit:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "expression invalide" @@ -564,20 +556,19 @@ msgstr "Le type d'expression est invalide." msgid "oops -- invalid expression type (%d)!" msgstr "Le type d'expression est invalide." -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Évalution normalisée de l'arborescence:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" @@ -585,163 +576,140 @@ msgstr "" "\n" "Rapporter toutes anomalies à .\n" -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "jours" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "AVERTISSEMENT: la base de données « %s » est plus vieille de %d %s" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "la localisation de la base de données « %s » est corrompu ou invalide" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" "Usage: %s [-d path] [--database=CHEMIN] [-e | --existing]\n" " [-i | --ignore-case] [--version] [--help] patron...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "« locate » de GNU version %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "La ligne de paramètres est trop longue." -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "L'environnement est trop large pour l'exécution." -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "« xargs » de GNU version %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "La ligne de paramètres est trop longue." -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " @@ -750,63 +718,49 @@ msgstr "" "guillemets %s non pairés; par défaut les guillemets sont particuliers à " "xargs à moins d'utiliser l'option -O" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "double" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "simple" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "La commande est trop longue." - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "" -"Ne peut inclure un paramètre simple à l'intérieur de la\n" -"limite de taille de la liste de paramètres." - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "La liste de paramètres est trop longue." - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "Erreur lors de l'attente de la fin d'exécution du processus enfant." -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: a terminé son exécution avec le statut 255; arrêt abrupt." -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: stoppé par le signal %d" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s a terminé son exécution par le signal %d" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: l'option -%c contient un nombre invalide.\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: la valeur de l'option -%c doit être >= %ld\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: la valeur de l'option -%c doit être < %ld\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -826,6 +780,17 @@ msgstr "" " [--max-args=NOMBRE] [--no-run-if-empty] [--version] [--help]\n" " [COMMANDE [initial-arguments]]\n" +#~ msgid "command too long" +#~ msgstr "La commande est trop longue." + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "" +#~ "Ne peut inclure un paramètre simple à l'intérieur de la\n" +#~ "limite de taille de la liste de paramètres." + +#~ msgid "argument list too long" +#~ msgstr "La liste de paramètres est trop longue." + #~ msgid "error in %s: %s" #~ msgstr "Erreur rencontrée dans %s: %s" diff --git a/po/gl.po b/po/gl.po index 632c211..0738c75 100644 --- a/po/gl.po +++ b/po/gl.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 2000-05-30 10:11+0200\n" "Last-Translator: Jesús Bravo Álvarez \n" "Language-Team: Galician \n" @@ -29,14 +29,12 @@ msgstr "argumento %s de `%s' non v msgid "ambiguous argument %s for %s" msgstr "argumento %s de `%s' non válido" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, c-format msgid "Valid arguments are:" msgstr "Os argumentos válidos son:" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "Erro de sistema descoñecido" @@ -97,24 +95,10 @@ msgstr "%s: a opci msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: a opción `-W %s' non permite ningún argumento\n" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "tamaño do bloque" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "`" @@ -212,113 +196,110 @@ msgstr "ups -- inserci msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Uso: %s [camiño...] [expresión]\n" -#: find/find.c:316 +#: find/find.c:339 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:383 +#: find/find.c:406 msgid "paths must precede expression" msgstr "os camiños teñen que preceder á expresión" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, c-format msgid "invalid predicate `%s'" msgstr "predicado `%s' non válido" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, c-format msgid "missing argument to `%s'" msgstr "non atopado argumento de `%s'" -#: find/find.c:396 +#: find/find.c:419 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "argumento `%s' de `%s' non válido" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "Lista de Predicados:\n" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:442 +#: find/find.c:465 #, c-format msgid "Eval Tree:\n" msgstr "Árbore de Evaluación:\n" -#: find/find.c:453 +#: find/find.c:476 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Árbore de Evaluación Optimizado:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Árbore de Evaluación Optimizado:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 msgid "cannot get current directory" msgstr "non se pode obte-lo directorio actual" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, 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 "" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "descoñecido" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -327,18 +308,18 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." msgstr "" -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "Uso: %s [camiño...] [expresión]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -352,7 +333,7 @@ msgstr "" "outros):\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -367,7 +348,7 @@ msgstr "" "outros):\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -380,7 +361,7 @@ msgstr "" " -maxdepth NIVEIS -mindepth NIVEIS -mount -noleaf --version -xdev\n" "tests (N pode ser +N ou -N ou N): -amin N -anewer FICHEIRO -atime N -cmin N\n" -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -394,7 +375,7 @@ msgstr "" " -ilname PATRÓN -iname PATRÓN -inum N -ipath PATRÓN -iregex PATRÓN\n" " -links N -lname PATRÓN -mmin N -mtime N -name PATRÓN -newer FICHEIRO\n" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -405,7 +386,7 @@ msgstr "" " -size N[bckw] -true -type [bcdpfls] -uid N -used N -user NOME\n" " -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -417,107 +398,118 @@ msgstr "" " -fprint FICHEIRO FORMATO ; -ok COMANDO ; -print -print0\n" " -printf FORMATO -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" "email to ." msgstr "" -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "" -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "modo `%s' non válido" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "memoria virtual esgotada" -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "argumento nulo de -size non válido" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "tipo `%c' de -size non válido" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find versión %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "aviso: secuencia de escape `\\%c' descoñecida" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "aviso: directiva de formato `%%%c' descoñecida" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "inserindo %s\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " tipo: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "non se pode facer fork" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "erro agardando a %s" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s terminado por sinal %d" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "esquerda:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "dereita:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "expresión non válida" @@ -547,244 +539,207 @@ msgstr "ups -- tipo de expresi msgid "oops -- invalid expression type (%d)!" msgstr "ups -- tipo de expresión no válida" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Árbore de Evaluación Normalizado:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" msgstr "" -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "días" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "aviso: a base de datos `%s' ten máis de %d %s" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" "Uso: %s [-d camiño | --database=camiño] [--version] [--help]\n" " [-e | --existing] patrón...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locate versión %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "liña de argumentos longa de máis" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "o ambiente é grande de máis para exec" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs versión %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "liña de argumentos longa de máis" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " "the -0 option" msgstr "" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "dobre" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "simple" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "comando longo de máis" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "" -"non se pode encaixar o argumento no límite de tamaño da lista de argumentos" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "lista de argumentos longa de máis" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "erro agardando polo proceso fillo" -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: saíu con estado 255; abortando" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: parado por sinal %d" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s: terminado por sinal %d" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: número para a opción -%c non válido\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: o valor para a opción -%c ten que ser >= %ld\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: o valor para a opción -%c ten que ser < %ld\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -804,6 +759,17 @@ msgstr "" " [--max-args=máx-args] [--no-run-if-empty] [--version] [--help]\n" " [comando [argumentos-iniciais]]\n" +#~ msgid "command too long" +#~ msgstr "comando longo de máis" + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "" +#~ "non se pode encaixar o argumento no límite de tamaño da lista de " +#~ "argumentos" + +#~ msgid "argument list too long" +#~ msgstr "lista de argumentos longa de máis" + #~ msgid "error in %s: %s" #~ msgstr "erro en %s: %s" diff --git a/po/id.po b/po/id.po index 65170d6..258fa56 100644 --- a/po/id.po +++ b/po/id.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 2001-05-10 16:43+07:00\n" "Last-Translator: Tedi Heriyanto \n" "Language-Team: Indonesian \n" @@ -25,14 +25,12 @@ msgstr "Null argument tidak valid untuk -size" msgid "ambiguous argument %s for %s" msgstr "Null argument tidak valid untuk -size" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, fuzzy, c-format msgid "Valid arguments are:" msgstr "Null argument tidak valid untuk -size" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "" @@ -68,9 +66,9 @@ msgid "%s: unrecognized option `%c%s'\n" msgstr "PERINGATAN: escape `\\%c' tidak dikenal" #: gnulib/lib/getopt.c:796 gnulib/lib/getopt.c:799 -#, c-format +#, fuzzy, c-format msgid "%s: illegal option -- %c\n" -msgstr "" +msgstr "%s: kesalahan bilangan untuk pilihan -%c\n" #: gnulib/lib/getopt.c:805 gnulib/lib/getopt.c:808 #, fuzzy, c-format @@ -93,24 +91,10 @@ msgstr "" msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "" @@ -215,114 +199,112 @@ 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:316 +#: find/find.c:339 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:383 +#: find/find.c:406 +#, fuzzy msgid "paths must precede expression" -msgstr "" +msgstr "ekspresi tidak valid" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, fuzzy, c-format msgid "invalid predicate `%s'" msgstr "Mode `%s' tidak valid" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, fuzzy, c-format msgid "missing argument to `%s'" msgstr "Null argument tidak valid untuk -size" -#: find/find.c:396 +#: find/find.c:419 #, fuzzy, c-format msgid "invalid argument `%s' to `%s'" msgstr "Null argument tidak valid untuk -size" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:442 +#: find/find.c:465 #, fuzzy, c-format msgid "Eval Tree:\n" msgstr "Pohon Eval Ternormalisasi:\n" -#: find/find.c:453 +#: find/find.c:476 #, fuzzy, c-format msgid "Optimized Eval Tree:\n" msgstr "Pohon Eval Ternormalisasi:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Pohon Eval Ternormalisasi:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 #, fuzzy msgid "cannot get current directory" msgstr "tidak dapat kembali ke direktori awal" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, 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 "" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "Tidak dikenal" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -331,18 +313,18 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." msgstr "" -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "Pemakaian: %s [path...] [ekspresi]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -355,7 +337,7 @@ msgstr "" "\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -369,7 +351,7 @@ msgstr "" "\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -382,7 +364,7 @@ msgstr "" " -maxdepth LEVELS -mindepth LEVELS -mount -noleaf --version -xdev\n" "tes (N dapat +N atau -N atau N): -amin N -anewer FILE -atime N -cmin N\n" -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -395,7 +377,7 @@ msgstr "" " -ilname POLA -iname POLA -inum N -ipath POLA -iregex POLA\n" " -links N -lname POLA -mmin N -mtime N -name POLA -newer FILE\n" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -406,7 +388,7 @@ msgstr "" " -size N[bckw] -true -type [bcdpfls] -uid N -used N -user NAMA\n" " -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -417,107 +399,118 @@ msgstr "" "aksi: -exec PERINTAH ; -fprint FILE -fprint0 FILE -fprintf FORMAT FILE\n" " -ok PERINTAH ; -print -print0 -printf FORMAT -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" "email to ." msgstr "" -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "" -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "Mode `%s' tidak valid" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "Memori virtual habis" -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "Null argument tidak valid untuk -size" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "Type `%c' -size tidak valid" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find versi %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "PERINGATAN: escape `\\%c' tidak dikenal" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "PERINGATAN: format direktif `%%%c' tidak dikenal" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "Menyisipkan %s\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " type: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "" -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "tidak dapat mem-fork" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "Kesalahan waiting untuk %s" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s di-terminate oleh sinyal %d" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "kiri:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "kanan:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "ekspresi tidak valid" @@ -547,242 +540,206 @@ msgstr "oops -- tipe ekspresi tidak valid!" msgid "oops -- invalid expression type (%d)!" msgstr "oops -- tipe ekspresi tidak valid!" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Pohon Eval Ternormalisasi:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" msgstr "" -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, fuzzy, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "peringatan: database `%s' lebih tua %s" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" "Pemakaian: %s [-d path] [--database=path] [--version] [--help] pola...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locate versi %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "argumen baris terlalu panjang" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "environment terlalu besar untuk exec" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs versi %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "argumen baris terlalu panjang" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " "the -0 option" msgstr "" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "ganda" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "tunggal" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "perintah terlalu panjang" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "tidak dapat memuat argumen dalam batasan daftar argumen" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "daftar argumen terlalu panjang" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "kesalahan waiting untuk proses anak" -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: keluar dengan status 255; batal" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: dihentikan oleh sinyal %d" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s: di-terminate oleh sinyal %d" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: kesalahan bilangan untuk pilihan -%c\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: nilai untuk pilihan -%c harus >= %ld\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: nilai untuk pilihan -%c harus < %ld\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -803,6 +760,15 @@ msgstr "" " [--max-args=max-args] [--no-run-if-empty] [--version] [--help]\n" " [command [initial-arguments]]\n" +#~ msgid "command too long" +#~ msgstr "perintah terlalu panjang" + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "tidak dapat memuat argumen dalam batasan daftar argumen" + +#~ msgid "argument list too long" +#~ msgstr "daftar argumen terlalu panjang" + #~ msgid "error in %s: %s" #~ msgstr "Kesalahan dalam %s: %s" diff --git a/po/it.po b/po/it.po index 819db1c..4dec3f3 100644 --- a/po/it.po +++ b/po/it.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.3\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 2004-11-03 02:26+0100\n" "Last-Translator: Marco d'Itri \n" "Language-Team: Italian \n" @@ -25,14 +25,12 @@ msgstr "l'argomento %s non msgid "ambiguous argument %s for %s" msgstr "l'argomento %s è ambiguo per %s" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, c-format msgid "Valid arguments are:" msgstr "Gli argomenti validi sono:" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "Errore di sistema sconosciuto" @@ -93,24 +91,10 @@ msgstr "%s: l'opzione `-W %s' msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: l'opzione `-W %s' non accetta un argomento\n" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "dimensioni del blocco" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "`" @@ -208,7 +192,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:316 +#: find/find.c:339 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,66 +201,64 @@ msgstr "" "influenza la dimensione dei blocchi è la variabile di ambiente " "POSIXLY_CORRECT" -#: find/find.c:383 +#: find/find.c:406 msgid "paths must precede expression" msgstr "i percorsi devono precedere l'espressione" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, c-format msgid "invalid predicate `%s'" msgstr "il predicato `%s' non è valido" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, c-format msgid "missing argument to `%s'" msgstr "manca l'argomento di `%s'" -#: find/find.c:396 +#: find/find.c:419 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "l'argomento `%s' di `%s' non è valido" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "Lista dei predicati:\n" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "predicato aggiuntivo inatteso" -#: find/find.c:442 +#: find/find.c:465 #, c-format msgid "Eval Tree:\n" msgstr "Albero di valutazione:\n" -#: find/find.c:453 +#: find/find.c:476 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Albero di valutazione ottimizzato:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Albero di valutazione ottimizzato:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 msgid "cannot get current directory" msgstr "impossibile ottenere la directory corrente" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " @@ -285,8 +267,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]" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -295,33 +276,33 @@ 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "sconosciuto" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -330,7 +311,7 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." @@ -338,12 +319,12 @@ msgstr "" "attenzione: l'opzione -d è deprecata; per favore usare l'opzione -depth, che " "segue POSIX." -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "Uso: %s [percorso...] [espressione]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -357,7 +338,7 @@ msgstr "" " indicati altri:\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -372,7 +353,7 @@ msgstr "" " indicati altri:\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -385,7 +366,7 @@ msgstr "" " -maxdepth LIVELLI -mindepth LIVELLI -mount -noleaf --version -xdev\n" "test (N può essere +N o -N o N): -amin N -anewer FILE -atime N -cmin N" -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -399,7 +380,7 @@ msgstr "" "MODELLO\n" " -links N -lname MODELLO -mmin N -mtime N -name MODELLO -newer FILE" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -410,7 +391,7 @@ msgstr "" " -wholename MODELLO -size N[bcwkMG] -true -type [bcdpflsD] -uid N\n" " -used N -user NOME -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -421,7 +402,7 @@ msgstr "" "azioni: -exec COMANDO ; -fprint FILE -fprint0 FILE -fprintf FILE FORMATO\n" " -ok COMANDO ; -print -print0 -printf FORMATO -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" @@ -433,102 +414,113 @@ msgstr "" "non\n" "si ha accesso al web inviando un'email a ." -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "il controllo interno della funzione di libreria fnmatch() è fallito." -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" "attenzione: il predicato -ipath è deprecato; per favore usare -iwholename al " "suo posto." -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "il modo `%s' non è valido" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "la memoria virtuale è terminata" -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "-size non può avere un argomento nullo" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "il tipo di -size `%c' non è valido" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find versione %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "attenzione: sequenza di escape `\\%c' sconosciuta" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "attenzione: direttiva di formattazione `%%%c' sconosciuta" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "inserimento di %s\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " tipo: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "impossibile fare fork" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "errore aspettando %s" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s terminato dal segnale %d" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "sinistra:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "destra:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "espressione non valida" @@ -558,20 +550,19 @@ msgstr "oops -- tipo di espressione non valido!" msgid "oops -- invalid expression type (%d)!" msgstr "oops -- tipo di espressione non valido!" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Albero di valutazione normalizzato:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" @@ -579,163 +570,140 @@ msgstr "" "\n" "Segnalare i bug a .\n" -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "giorni" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "attenzione: il database `%s' ha più di %d %s" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "il database di locate '%s' è corrotto o non valido" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" "Uso: %s [-d percorso | --database=percorso] [ -e | --existing]\n" " [-i | --ignore-case] [--version] [--help] modello...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locate versione %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "la riga dell'argomento è troppo lunga" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "l'ambiente è troppo grande per fare exec" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs versione %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "la riga dell'argomento è troppo lunga" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " @@ -744,61 +712,49 @@ msgstr "" "carattere %s non accoppiato; le virgolette hanno un significato speciale per " "xargs, a meno che si usi l'opzione -0" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "doppie" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "singole" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "il comando è troppo lungo" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "un unico argomento eccede le dimensioni della lista di argomenti" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "la lista degli argomenti è troppo lunga" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "errore aspettando il processo figlio" -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: uscito con stato 255; termina" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: fermato dal segnale %d" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s: terminato dal segnale %d" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: il numero per l'opzione -%c non è valido\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: il valore per l'opzione -%c deve essere >= %ld\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: il valore per l'opzione -%c deve essere < %ld\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -816,5 +772,14 @@ msgstr "" " [--max-args=arg-max] [--no-run-if-empty] [--version] [--help]\n" " [comando [argomenti-iniziali]]\n" +#~ msgid "command too long" +#~ msgstr "il comando è troppo lungo" + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "un unico argomento eccede le dimensioni della lista di argomenti" + +#~ msgid "argument list too long" +#~ msgstr "la lista degli argomenti è troppo lunga" + #~ msgid "error in %s: %s" #~ msgstr "errore in %s: %s" diff --git a/po/ko.po b/po/ko.po index 5c3c5c8..49d7bcf 100644 --- a/po/ko.po +++ b/po/ko.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 1996-10-07 22:13+0900\n" "Last-Translator: Bang Jun-Young \n" "Language-Team: Korean \n" @@ -24,14 +24,12 @@ msgstr "-size msgid "ambiguous argument %s for %s" msgstr "-size¿¡ ºÎÀûÀýÇÑ ³Î Àμö°¡ ÁÖ¾îÁü" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, fuzzy, c-format msgid "Valid arguments are:" msgstr "-size¿¡ ºÎÀûÀýÇÑ ³Î Àμö°¡ ÁÖ¾îÁü" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "" @@ -67,9 +65,9 @@ msgid "%s: unrecognized option `%c%s'\n" msgstr "°æ°í: ÀνÄÇÒ ¼ö ¾ø´Â À̽ºÄÉÀÌÇÁ `\\%c'" #: gnulib/lib/getopt.c:796 gnulib/lib/getopt.c:799 -#, c-format +#, fuzzy, c-format msgid "%s: illegal option -- %c\n" -msgstr "" +msgstr "%s: -%c ¿É¼Ç¿¡ ºÎÀûÀýÇÑ ¼ýÀÚ°¡ ÁÖ¾îÁü\n" #: gnulib/lib/getopt.c:805 gnulib/lib/getopt.c:808 #, fuzzy, c-format @@ -92,24 +90,10 @@ msgstr "" msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "" @@ -214,114 +198,112 @@ msgstr " msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "»ç¿ë¹ý: %s [°æ·Î...] [¼ö½Ä]\n" -#: find/find.c:316 +#: find/find.c:339 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:383 +#: find/find.c:406 +#, fuzzy msgid "paths must precede expression" -msgstr "" +msgstr "ºÎÀûÀýÇÑ ¼ö½Ä" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, fuzzy, c-format msgid "invalid predicate `%s'" msgstr "ºÎÀûÀýÇÑ ¸ðµå `%s'" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, fuzzy, c-format msgid "missing argument to `%s'" msgstr "-size¿¡ ºÎÀûÀýÇÑ ³Î Àμö°¡ ÁÖ¾îÁü" -#: find/find.c:396 +#: find/find.c:419 #, fuzzy, c-format msgid "invalid argument `%s' to `%s'" msgstr "-size¿¡ ºÎÀûÀýÇÑ ³Î Àμö°¡ ÁÖ¾îÁü" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:442 +#: find/find.c:465 #, fuzzy, c-format msgid "Eval Tree:\n" msgstr "Á¤±ÔÈ­µÈ Æò°¡ Æ®¸®:\n" -#: find/find.c:453 +#: find/find.c:476 #, fuzzy, c-format msgid "Optimized Eval Tree:\n" msgstr "Á¤±ÔÈ­µÈ Æò°¡ Æ®¸®:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Á¤±ÔÈ­µÈ Æò°¡ Æ®¸®:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 #, fuzzy msgid "cannot get current directory" msgstr "½ÃÀÛ µð·ºÅ丮·Î µ¹¾Æ°¥ ¼ö ¾ø½À´Ï´Ù" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, 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 "" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "¾Ë ¼ö ¾øÀ½" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -330,18 +312,18 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." msgstr "" -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "»ç¿ë¹ý: %s [°æ·Î...] [¼ö½Ä]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -354,7 +336,7 @@ msgstr "" "µÊ)\n" " ( EXPR ) | EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -368,7 +350,7 @@ msgstr "" "µÊ)\n" " ( EXPR ) | EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -381,7 +363,7 @@ msgstr "" " -maxdepth LEVELS -mindepth LEVELS -mount -noleaf --version -xdev\n" "½ÃÇè (NÀº +N, -N, NÀÌ µÉ ¼ö ÀÖÀ½): -amin N -answer FILE -atime N -cmin N\n" -#: find/parser.c:720 +#: find/parser.c:733 msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" " -cnewer FILE -ctime N -empty -false -fstype TYPE -gid N -group NAME\n" @@ -390,14 +372,14 @@ msgid "" " -links N -lname PATTERN -mmin N -mtime N -name PATTERN -newer FILE" msgstr "" -#: find/parser.c:725 +#: find/parser.c:738 msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" " -wholename PATTERN -size N[bcwkMG] -true -type [bcdpflsD] -uid N\n" " -used N -user NAME -xtype [bcdpfls]\n" msgstr "" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -408,107 +390,118 @@ msgstr "" "Çൿ: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" " -ok COMMAND ; -print -print0 -printf FORMAT -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" "email to ." msgstr "" -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "" -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "ºÎÀûÀýÇÑ ¸ðµå `%s'" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "°¡»ó ¸Þ¸ð¸®°¡ ¹Ù´Ú³µÀ½" -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "-size¿¡ ºÎÀûÀýÇÑ ³Î Àμö°¡ ÁÖ¾îÁü" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "ºÎÀûÀýÇÑ -size Çü `%c'" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find ¹öÀü %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "°æ°í: ÀνÄÇÒ ¼ö ¾ø´Â À̽ºÄÉÀÌÇÁ `\\%c'" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "°æ°í: ÀνÄÇÒ ¼ö ¾ø´Â Çü½Ä Áö½ÃÀÚ `%%%c'" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "%s¸¦ »ðÀÔÇÔ\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " Çü: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "" -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "%s¸¦ ±â´Ù¸®´Â µµÁß ¿À·ù ¹ß»ý" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s°¡ ½ÅÈ£ %d¿¡ ÀÇÇØ Á¾·áµÊ" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "¿ÞÂÊ:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "¿À¸¥ÂÊ:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "ºÎÀûÀýÇÑ ¼ö½Ä" @@ -538,241 +531,205 @@ msgstr " msgid "oops -- invalid expression type (%d)!" msgstr "À¹ -- ºÎÀûÀýÇÑ ¼ö½Ä ÇüÀÔ´Ï´Ù!" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Á¤±ÔÈ­µÈ Æò°¡ Æ®¸®:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" msgstr "" -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, fuzzy, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "°æ°í: µ¥ÀÌÅͺ£À̽º `%s'´Â %s ÀÌ»ó ¿À·¡µÇ¾ú½À´Ï´Ù" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "»ç¿ë¹ý: %s [-d °æ·Î] [--database=°æ·Î] [--version] [--help] ÆÐÅÏ...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locate ¹öÀü %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "Àμö ÇàÀÌ ³Ê¹« ±é´Ï´Ù" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "ȯ°æÀÌ ½ÇÇà(exec)Çϱ⿡ ³Ê¹« Å®´Ï´Ù" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs ¹öÀü %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "Àμö ÇàÀÌ ³Ê¹« ±é´Ï´Ù" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " "the -0 option" msgstr "" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "µÎ¹è" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "´ÜÀÏ" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "¸í·ÉÀÌ ³Ê¹« ±é´Ï´Ù" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "Àμö ¸í´Ü ±æÀÌ Á¦ÇÑ¿¡ ´ÜÀÏ Àμö¸¦ ¸ÂÃâ ¼ö ¾ø½À´Ï´Ù" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "Àμö ¸í´ÜÀÌ ³Ê¹« ±é´Ï´Ù" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "ÀÚ½Ä ÇÁ·Î¼¼½º¸¦ ±â´Ù¸®´Â µµÁß ¿À·ù ¹ß»ý" -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: »óÅ 255À» °¡Áö°í Á¾·áµÊ; Áß´ÜÇÔ" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: ½ÅÈ£ %d¿¡ ÀÇÇØ ÁßÁöµÊ" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s: ½ÅÈ£ %d¿¡ ÀÇÇØ Á¾·áµÊ" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: -%c ¿É¼Ç¿¡ ºÎÀûÀýÇÑ ¼ýÀÚ°¡ ÁÖ¾îÁü\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: -%c ¿É¼ÇÀÇ °ªÀº %ldº¸´Ù Å©°Å³ª °°¾Æ¾ß ÇÕ´Ï´Ù\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: -%c ¿É¼ÇÀÇ °ªÀº %ldº¸´Ù ÀÛ¾Æ¾ß ÇÕ´Ï´Ù\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -792,6 +749,15 @@ msgstr "" " [--max-args=ÃÖ´ë-Àμö] [--no-run-if-empty] [--version] [--help]\n" " [¸í·É [Ãʱâ-Àμö]]\n" +#~ msgid "command too long" +#~ msgstr "¸í·ÉÀÌ ³Ê¹« ±é´Ï´Ù" + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "Àμö ¸í´Ü ±æÀÌ Á¦ÇÑ¿¡ ´ÜÀÏ Àμö¸¦ ¸ÂÃâ ¼ö ¾ø½À´Ï´Ù" + +#~ msgid "argument list too long" +#~ msgstr "Àμö ¸í´ÜÀÌ ³Ê¹« ±é´Ï´Ù" + #~ msgid "error in %s: %s" #~ msgstr "%s¿¡ ¿À·ù: %s" diff --git a/po/nl.po b/po/nl.po index 4c1203e..3f58476 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.3\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 2004-11-03 13:04+0100\n" "Last-Translator: Taco Witte \n" "Language-Team: Dutch \n" @@ -26,14 +26,12 @@ msgstr "ongeldig argument %s voor %s" msgid "ambiguous argument %s for %s" msgstr "dubbelzinnig argument %s voor %s" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, c-format msgid "Valid arguments are:" msgstr "Geldige argumenten zijn:" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "Onbekende systeemfout" @@ -94,24 +92,10 @@ msgstr "%s: optie `-W %s' is dubbelzinnig\n" msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: optie `-W %s' staat geen argumenten toe\n" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "blokgrootte" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "`" @@ -209,7 +193,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:316 +#: find/find.c:339 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,66 +201,64 @@ msgstr "" "De omgevingsvariabele FIND_BLOCK_SIZE wordt niet ondersteund. Het enige dat " "de blokgrootte beïnvloedt is de POSIXLY_CORRECT-omgevingsvariabele." -#: find/find.c:383 +#: find/find.c:406 msgid "paths must precede expression" msgstr "padnamen moeten de expressies voorgaan" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, c-format msgid "invalid predicate `%s'" msgstr "ongeldig predikaat `%s'" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, c-format msgid "missing argument to `%s'" msgstr "ontbrekend argument voor `%s'" -#: find/find.c:396 +#: find/find.c:419 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "ongeldig argument `%s' voor `%s'" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "Predikatenlijst:\n" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "onverwacht extra predikaat" -#: find/find.c:442 +#: find/find.c:465 #, c-format msgid "Eval Tree:\n" msgstr "Evaluatieboom:\n" -#: find/find.c:453 +#: find/find.c:476 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Geoptimaliseerde Evaluatieboom:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Geoptimaliseerde Evaluatieboom:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 msgid "cannot get current directory" msgstr "kan de huidige map niet opvragen" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " @@ -285,8 +267,7 @@ msgstr "" "%s%s is gewijzigd tijdens het uitvoeren van %s (oud apparaatgetal %ld, nieuw " "apparaatgetal %ld, bestandssysteemsoort %s) [ref %ld]" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -295,33 +276,33 @@ 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "onbekend" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -330,7 +311,7 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." @@ -338,12 +319,12 @@ msgstr "" "waarschuwing: de -d optie wordt afgeraden; gebruik liever -depth, omdat dat " "een POSIX-mogelijkheid is." -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "Gebruik: %s [pad...] [expressie]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -355,7 +336,7 @@ msgstr "" "is impliciet als geen anderen zijn gegeven):\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -368,7 +349,7 @@ msgstr "" "is impliciet als geen anderen zijn gegeven):\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -381,7 +362,7 @@ msgstr "" " -maxdepth NIVEAUS -mindepth NIVEAUS -mount -noleaf --version -xdev\n" "testen (N kan +N of -N of N zijn): -amin N -anewer BESTAND -atime N -cmin N" -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -396,7 +377,7 @@ msgstr "" "PATROON\n" " -links N -lname PATROON -mmin N -mtime N -name PATROON -newer BESTAND" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -407,7 +388,7 @@ msgstr "" " -wholename PATROON -size N[bcwkMG] -true -type [bcdpflsD] -uid N\n" " -used N -user NAAM -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -419,7 +400,7 @@ msgstr "" "OPMAAK\n" " -ok COMMANDO ; -print -print0 -printf OPMAAK -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" @@ -431,102 +412,113 @@ msgstr "" " als u geen webtoegang heeft. Rapporteer fouten in\n" "de Nederlandse vertaling bij ." -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "de zinnigheidscontrole van de fnmatch()-bibliotheekfunctie is mislukt." -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" "waarschuwing: het predikaat -ipath wordt afgeraden; gebruik liever -" "iwholename." -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "ongeldige mode `%s'" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "geen virtueel geheugen beschikbaar" -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "ongeldig null argument bij -size" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "ongeldig -size type `%c'" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find versie %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "let op: onbekende escape `\\%c'" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "let op: onbekende opmaakopdracht `%%%c'" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "tussenvoegen %s\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " type: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "kan geen nieuw proces beginnen" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "fout bij wachten op %s" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s afgebroken door signaal %d" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "links:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "rechts:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "ongeldige expressie" @@ -556,20 +548,19 @@ msgstr "oops -- ongeldig expressie type!" msgid "oops -- invalid expression type (%d)!" msgstr "oops -- ongeldig expressie type!" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Genormaliseerde Evaluatieboom:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" @@ -578,163 +569,140 @@ msgstr "" "Rapporteer fouten in het programma bij en in de " "vertaling bij .\n" -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "dagen" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "let op: database `%s' is meer dan %d %s oud" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "locate-gegevensbank `%s' is kapot of ongeldig" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" "Gebruik: %s [-d pad | --database=pad] [-e | --existing]\n" " [-i | --ignore-case] [--version] [--help] patroon...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locate versie %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "argumentregel te lang" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "omgeving is te groot voor exec" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs versie %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "argumentregel te lang" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " @@ -743,61 +711,49 @@ msgstr "" "ongepaard %s-aanhalingsteken; standaard aanhalingstekens worden door xargs " "speciaal behandeld tenzij u de -0 optie gebruikt" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "dubbel (double)" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "enkel (single)" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "commando te lang" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "Kan geen enkel argument passen binnen afmetingslimiet argumentenlijst" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "argumentenlijst te lang" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "fout bij wachten op kind proces" -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: afgesloten met status 255; afbreken" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: gestopt door signaal %d" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s: afgebroken door signaal %d" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: ongeldig nummer voor -%c optie\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: waarde bij -%c optie moet >= %ld zijn\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: waarde bij -%c optie moet < %ld zijn\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -816,6 +772,16 @@ msgstr "" " [--max-args=max-args] [--no-run-if-empty] [--version] [--help]\n" " [commando [eerste-argumenten]]\n" +#~ msgid "command too long" +#~ msgstr "commando te lang" + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "" +#~ "Kan geen enkel argument passen binnen afmetingslimiet argumentenlijst" + +#~ msgid "argument list too long" +#~ msgstr "argumentenlijst te lang" + #~ msgid "error in %s: %s" #~ msgstr "fout in %s: %s" diff --git a/po/pl.po b/po/pl.po index 9436d92..c0b4d59 100644 --- a/po/pl.po +++ b/po/pl.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.3\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 2004-11-09 00:50+0100\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -25,14 +25,12 @@ msgstr "b msgid "ambiguous argument %s for %s" msgstr "niejednoznaczny argument %s dla %s" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, c-format msgid "Valid arguments are:" msgstr "Poprawne argumenty to:" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "Nieznany b³±d systemowy" @@ -93,24 +91,10 @@ msgstr "%s: opcja `-W %s' jest niejednoznaczna\n" msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: opcja `-W %s' nie mo¿e mieæ argumentu\n" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "rozmiar bloku" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "`" @@ -208,7 +192,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:316 +#: find/find.c:339 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,66 +200,64 @@ 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:383 +#: find/find.c:406 msgid "paths must precede expression" msgstr "¶cie¿ki musz± poprzedzaæ wyra¿enie" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, c-format msgid "invalid predicate `%s'" msgstr "b³êdne wyra¿enie `%s'" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, c-format msgid "missing argument to `%s'" msgstr "brak argumentu dla `%s'" -#: find/find.c:396 +#: find/find.c:419 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "b³êdny argument `%s' dla `%s'" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "Lista wyra¿eñ:\n" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "nie obs³ugiwane dodatkowe wyra¿enie" -#: find/find.c:442 +#: find/find.c:465 #, c-format msgid "Eval Tree:\n" msgstr "Drzewo dopasowuj±ce:\n" -#: find/find.c:453 +#: find/find.c:476 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Zoptymalizowane drzewo dopasowuj±ce:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Zoptymalizowane drzewo dopasowuj±ce:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 msgid "cannot get current directory" msgstr "nie mo¿na uzyskaæ bie¿±cego katalogu" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " @@ -284,8 +266,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]" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -294,33 +275,33 @@ 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "nieznany" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -329,7 +310,7 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." @@ -337,12 +318,12 @@ msgstr "" "uwaga: opcja -d jest przestarza³a; proszê zamiast niej u¿ywaæ -depth, " "poniewa¿ ta jest zgodna z POSIX." -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "Sk³adnia: %s [¶cie¿ka...] [wyra¿enie]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -354,7 +335,7 @@ msgstr "" "operatorów (malej±cy priorytet; je¶li nie ma ¿adnego, przyjmuje siê -and):\n" " ( WYR ) ! WYR -not WYR WYR1 -a WYR2 WYR1 -and WYR2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -367,7 +348,7 @@ msgstr "" "operatorów (malej±cy priorytet; je¶li nie ma ¿adnego, przyjmuje siê -and):\n" " ( WYR ) ! WYR -not WYR WYR1 -a WYR2 WYR1 -and WYR2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -380,7 +361,7 @@ msgstr "" " -maxdepth POZIOMY -mindepth POZIOMY -mount -noleaf --version -xdev\n" "testy (N jest postaci +N lub -N lub N): -amin N -anewer PLIK -atime N -cmin N" -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -394,7 +375,7 @@ msgstr "" "WZORZEC\n" " -links N -lname WZORZEC -mmin N -mtime N -name WZORZEC -newer PLIK" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -405,7 +386,7 @@ msgstr "" " -wholename WZORZEC -size N[bcwkMG] -true -type [bcdpflsD] -uid N\n" " -used N -user NAZWA -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -416,7 +397,7 @@ msgstr "" "akcje: -exec POLECENIE ; -fprint PLIK -fprint0 PLIK -fprintf PLIK FORMAT\n" " -ok POLECENIE ; -print -print0 -printf FORMAT -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" @@ -427,103 +408,114 @@ msgstr "" "w przypadku braku dostêpu do WWW, wysy³aj±c pocztê elektroniczn± pod\n" "adres ." -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "" "sprawdzenie poprawno¶ci funkcji bibliotecznej fnmatch() nie powiod³o siê." -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" "uwaga: wyra¿enie -ipath jest przestarza³e; proszê zamiast niego u¿ywaæ -" "iwholename." -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "niew³a¶ciwe uprawnienia `%s'" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "pamiêæ wirtualna wyczerpana" -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "b³êdny zerowy argument dla -size" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "b³êdny typ -size `%c'" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find wersja %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "uwaga: nierozpoznany znak steruj±cy `\\%c'" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "uwaga: nierozpoznana dyrektywa formatuj±ca `%%%c'" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "wstawianie %s\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " typ: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "nie mo¿na wykonaæ fork" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "b³±d podczas czekania na %s" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s zakoñczony sygna³em %d" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "lewy:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "prawy:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "b³êdne wyra¿enie" @@ -553,20 +545,19 @@ msgstr "ojej -- b msgid "oops -- invalid expression type (%d)!" msgstr "ojej -- b³êdny typ wyra¿enia!" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Znormalizowane drzewo dopasowuj±ce:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" @@ -574,163 +565,140 @@ msgstr "" "\n" "B³êdy proszê zg³aszaæ na adres .\n" -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "dni" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "uwaga: baza danych `%s' ma ju¿ ponad %d %s" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "baza danych locate `%s' jest uszkodzona lub niepoprawna" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" "Sk³adnia: %s [-d ¶cie¿ka | --database=¶cie¿ka] [-e | --existing]\n" " [-i | --ignore-case] [--version] [--help] wzorzec...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locate wersja %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "za d³uga linia argumentów" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "¶rodowisko jest zbyt du¿e, aby wykonaæ exec" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs wersja %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "za d³uga linia argumentów" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " @@ -739,61 +707,49 @@ msgstr "" "niedopasowany %s znak cytowania; domy¶lnie znaki cytowania s± specjalnymi " "dla xargs o ile nie u¿yto opcji -0" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "podwójny" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "pojedynczy" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "za d³ugie polecenie" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "nie mo¿na zmie¶ciæ pojedynczego argumentu w limicie wielko¶ci listy" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "za d³uga lista argumentów" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "b³±d podczas oczekiwania na proces potomny" -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: wyszed³ ze stanem 255; zaniechanie" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: zatrzymany sygna³em %d" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s: zakoñczony sygna³em %d" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: b³êdna liczba dla opcji -%c\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: warto¶æ dla opcji -%c musi byæ >= %ld\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: warto¶æ dla opcji -%c musi byæ < %ld\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -812,5 +768,14 @@ msgstr "" " [--max-args=max-arg] [--no-run-if-empty] [--version] [--help]\n" " [polecenie [pocz±tkowe-argumenty]]\n" +#~ msgid "command too long" +#~ msgstr "za d³ugie polecenie" + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "nie mo¿na zmie¶ciæ pojedynczego argumentu w limicie wielko¶ci listy" + +#~ msgid "argument list too long" +#~ msgstr "za d³uga lista argumentów" + #~ msgid "error in %s: %s" #~ msgstr "b³±d w %s: %s" diff --git a/po/pt_BR.po b/po/pt_BR.po index 1ec2a90..32eb5f0 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 2000-05-19 15:30-0300\n" "Last-Translator: Rodrigo Parra Novo \n" "Language-Team: Brazilian Portuguese \n" @@ -24,14 +24,12 @@ msgstr "argumento %s inv msgid "ambiguous argument %s for %s" msgstr "argumento %s ambíguo para `%s'" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, c-format msgid "Valid arguments are:" msgstr "Argumentos válidos são:" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "Erro de sistema desconhecido" @@ -92,24 +90,10 @@ msgstr "%s: op msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: opção `-W %s' não permite um argumento\n" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "tamanho do bloco" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "`" @@ -207,113 +191,110 @@ msgstr "oops -- inser msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "Uso: %s [caminho...] [expressão]\n" -#: find/find.c:316 +#: find/find.c:339 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:383 +#: find/find.c:406 msgid "paths must precede expression" msgstr "os caminhos devem preceder a expressão" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, c-format msgid "invalid predicate `%s'" msgstr "predicado inválido `%s'" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, c-format msgid "missing argument to `%s'" msgstr "faltando argumento para `%s'" -#: find/find.c:396 +#: find/find.c:419 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "argumento inválido `%s' para `%s'" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "Lista dos predicados:\n" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:442 +#: find/find.c:465 #, c-format msgid "Eval Tree:\n" msgstr "Árvore de avaliação:\n" -#: find/find.c:453 +#: find/find.c:476 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Árvore de avaliação otimizada:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Árvore de avaliação otimizada:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 msgid "cannot get current directory" msgstr "não foi possível obter o diretório atual" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, 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 "" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "desconhecido" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -322,18 +303,18 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." msgstr "" -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "Uso: %s [caminho...] [expressão]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -346,7 +327,7 @@ msgstr "" "explícitado):\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -360,7 +341,7 @@ msgstr "" "explícitado):\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -373,7 +354,7 @@ msgstr "" " -maxdepth NIVEIS -mindepth NIVEIS -mount -noleaf --version --xdev\n" "testes (N pode ser +N ou -N ou N): -amin N -anewer ARQUIVO -atime N -cmin N\n" -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -387,7 +368,7 @@ msgstr "" " -ilname PADRÃO -iname PADRÃO -inum N -ipath PADRÃO -iregex PADRÃO\n" " -links N -lname PADRÃO -mmin N -mtime N -name PADRÃO -newer ARQUIVO\n" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -398,7 +379,7 @@ msgstr "" " -size N[bckw] -true -type [bcdpfls] -uid N -used N -user NOME\n" " -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -410,107 +391,118 @@ msgstr "" "FORMATO\n" " -ok COMANDO ; -print -print0 -printf FORMATO -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" "email to ." msgstr "" -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "" -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "modo inválido `%s'" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "memória virtual exaurida" -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "argumento nulo inválido para -size" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "tipo inválido `%c' para -size" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find versão %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "aviso: controle (escape) não reconhecido `\\%c'" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "aviso: diretiva de formatação desconhecida `%%%c'" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "inserindo %s\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " tipo: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "não consigo duplicar o processo (fork())" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "erro esperando por %s" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s terminado pelo sinal %d" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "esquerda:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "direita:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "expressão inválida" @@ -540,245 +532,207 @@ msgstr "oops -- tipo inv msgid "oops -- invalid expression type (%d)!" msgstr "oops -- tipo inválido de expressão!" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Árvore de avaliação normalizada:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" msgstr "" -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "dias" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "aviso: banco de dados `%s' é mais antigo que %d %s" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" "Uso: %s [-d caminho] [--database=caminho] [--version] [--help]\n" " [-e | --existing] padrão...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locate versão %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "linha com argumentos muito longa" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "ambiente de execução é muito grande" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs versão %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "linha com argumentos muito longa" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " "the -0 option" msgstr "" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "duplo" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "simples" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "comando muito longo" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "" -"não foi possível incluir argumento simples devido ao limite de tamanho da " -"lista de argumentos" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "lista de argumentos muito longa" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "erro esperando por processo filho" -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: saiu com status 255; abortando" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: desativado pelo sinal %d" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s: terminado pelo sinal %d" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: número inválido para opção -%c\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: valor para opção -%c deve ser >= %ld\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: valor para opção -%c deve ser < que %ld\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -797,6 +751,17 @@ msgstr "" " [--max-args=max-args] [--no-run-if-empty] [--version] [--help]\n" " [command [argumentos iniciais]]\n" +#~ msgid "command too long" +#~ msgstr "comando muito longo" + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "" +#~ "não foi possível incluir argumento simples devido ao limite de tamanho da " +#~ "lista de argumentos" + +#~ msgid "argument list too long" +#~ msgstr "lista de argumentos muito longa" + #~ msgid "error in %s: %s" #~ msgstr "erro em %s: %s" diff --git a/po/remove-potcdate.sin b/po/remove-potcdate.sin new file mode 100644 index 0000000..2436c49 --- /dev/null +++ b/po/remove-potcdate.sin @@ -0,0 +1,19 @@ +# Sed script that remove the POT-Creation-Date line in the header entry +# from a POT file. +# +# The distinction between the first and the following occurrences of the +# pattern is achieved by looking at the hold space. +/^"POT-Creation-Date: .*"$/{ +x +# Test if the hold space is empty. +s/P/P/ +ta +# Yes it was empty. First occurrence. Remove the line. +g +d +bb +:a +# The hold space was nonempty. Following occurrences. Do nothing. +x +:b +} diff --git a/po/ru.po b/po/ru.po index e2e94d3..47d523f 100644 --- a/po/ru.po +++ b/po/ru.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 2000-05-28 18:28\n" "Last-Translator: Denis Perchine \n" "Language-Team: Russian \n" @@ -24,14 +24,12 @@ msgstr " msgid "ambiguous argument %s for %s" msgstr "ÎÅ×ÅÒÎÙÊ ÁÒÇÕÍÅÎÔ %s Õ `%s'" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, c-format msgid "Valid arguments are:" msgstr "÷ÅÒÎÙÅ ÁÒÇÕÍÅÎÔÙ:" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "îÅÉÚ×ÅÓÔÎÁÑ ÓÉÓÔÅÍÎÁÑ ÏÛÉÂËÁ" @@ -92,24 +90,10 @@ msgstr "%s: msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: ËÌÀÞ `-W %s' ÉÓÐÏÌØÚÕÅÔÓÑ ÂÅÚ ÁÒÇÕÍÅÎÔÁ\n" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "ÒÁÚÍÅÒ ÂÌÏËÁ" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "`" @@ -207,113 +191,110 @@ msgstr " msgid "Usage: %s [-H] [-L] [-P] [path...] [expression]\n" msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ÐÕÔØ...] [×ÙÒÁÖÅÎÉÅ]\n" -#: find/find.c:316 +#: find/find.c:339 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:383 +#: find/find.c:406 msgid "paths must precede expression" msgstr "ÐÕÔÉ ÄÏÌÖÎÙ ÂÙÔØ ÐÅÒÅÄ ×ÙÒÁÖÅÎÉÅÍ" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, c-format msgid "invalid predicate `%s'" msgstr "ÎÅ×ÅÒÎÙÊ ÐÒÅÄÉËÁÔ `%s'" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, c-format msgid "missing argument to `%s'" msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÁÒÇÕÍÅÎÔ Õ `%s'" -#: find/find.c:396 +#: find/find.c:419 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "ÎÅ×ÅÒÎÙÊ ÁÒÇÕÍÅÎÔ `%s' Õ `%s'" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "óÐÉÓÏË ÐÒÅÄÉËÁÔÏ×:\n" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:442 +#: find/find.c:465 #, c-format msgid "Eval Tree:\n" msgstr "äÅÒÅ×Ï ×ÙÞÉÓÌÅÎÉÊ:\n" -#: find/find.c:453 +#: find/find.c:476 #, c-format msgid "Optimized Eval Tree:\n" msgstr "ïÐÔÉÍÉÚÉÒÏ×ÁÎÎÏÅ ÄÅÒÅ×Ï ×ÙÞÉÓÌÅÎÉÊ:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "ïÐÔÉÍÉÚÉÒÏ×ÁÎÎÏÅ ÄÅÒÅ×Ï ×ÙÞÉÓÌÅÎÉÊ:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 msgid "cannot get current directory" msgstr "ÎÅ ÍÏÇÕ ÐÏÌÕÞÉÔØ ÔÅËÕÝÉÊ ËÁÔÁÌÏÇ" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, 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 "" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -322,18 +303,18 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." msgstr "" -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [ÐÕÔØ...] [×ÙÒÁÖÅÎÉÅ]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -346,7 +327,7 @@ msgstr "" "ÄÒÕÇÉÈ):\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -360,7 +341,7 @@ msgstr "" "ÄÒÕÇÉÈ):\n" " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -373,7 +354,7 @@ msgstr "" " -maxdepth LEVELS -mindepth LEVELS -mount -noleaf --version -xdev\n" "tests (N ÍÏÖÅÔ ÂÙÔØ +N ÉÌÉ -N ÉÌÉ N): -amin N -anewer FILE -atime N -cmin N\n" -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -386,7 +367,7 @@ msgstr "" " -ilname PATTERN -iname PATTERN -inum N -ipath PATTERN -iregex PATTERN\n" " -links N -lname PATTERN -mmin N -mtime N -name PATTERN -newer FILE\n" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -397,7 +378,7 @@ msgstr "" " -size N[bckw] -true -type [bcdpfls] -uid N -used N -user NAME\n" " -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -408,107 +389,118 @@ msgstr "" "ÄÅÊÓÔ×ÉÑ: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" " -ok COMMAND ; -print -print0 -printf FORMAT -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" "email to ." msgstr "" -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "" -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "ÎÅ×ÅÒÎÙÊ ÒÅÖÉÍ '%s'" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "ÎÅ È×ÁÔÁÅÔ ×ÉÒÔÕÁÌØÎÏÊ ÐÁÍÑÔÉ" -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÁÒÇÕÍÅÎÔ Õ -size" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "ÎÅ×ÅÒÎÙÊ ÔÉÐ '%c' ÄÌÑ -size" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find ×ÅÒÓÉÉ %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: ÎÅÒÁÓÐÏÚÎÁ×ÁÅÍÁÑ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ '\\%c'" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "ÐÒÅÄyÐÒÅÖÄÅÎÉÅ: ÎÅÒÁÓÐÏÚÎÁ×ÁÅÍÙÊ ÆÏÒÍÁÔ ÄÉÒÅËÔÉ×Ù '%%%c'" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "×ÓÔÁ×ÌÑÀ %s\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " ÔÉÐ: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "ÎÅ ÍÏÇÕ ÓÏÚÄÁÔØ ÐÒÏÃÅÓÓ" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "ÏÛÉÂËÁ ÏÖÉÄÁÎÉÑ %s" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s ÐÒÅÒ×ÁÎ ÐÏ ÓÉÇÎÁÌÕ %d" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "ÓÌÅ×Á:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "ÓÐÒÁ×Á:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "ÎÅ×ÅÒÎÏÅ ×ÙÒÁÖÅÎÉÅ" @@ -538,13 +530,12 @@ msgstr " msgid "oops -- invalid expression type (%d)!" msgstr "ÏÏÐÓ -- ÎÅ×ÅÒÎÙÊ ÔÉÐ ×ÙÒÁÖÅÎÉÑ!" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "îÏÒÍÁÌÉÚÏ×ÁÎÎÏÅ äÅÒÅ×Ï:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, fuzzy, c-format msgid "" "Usage: %s [--version | --help]\n" @@ -552,230 +543,195 @@ msgid "" msgstr "" "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s most_common_bigrams < ÓÐÉÓÏË > ÚÁÛÉÆÒÏ×ÁÎÎÙÊ_ÓÐÉÓÏË\n" -#: locate/code.c:131 locate/locate.c:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" msgstr "" -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "ÄÎÅÊ" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: ÂÁÚÁ ÄÁÎÎÙÈ '%s' ÕÓÔÁÒÅÌÁ ÂÏÌÅÅ ÞÅÍ ÎÁ %d %s" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s [-d ÐÕÔØ] [--database=ÐÕÔØ] [--version] [--help]\n" " [-e | --existing] ÍÁÓËÁ...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locate ×ÅÒÓÉÉ %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "ÓÔÒÏËÁ ÁÒÇÕÍÅÎÔÏ× ÓÌÉÛËÏÍ ×ÅÌÉËÁ" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "ÏËÒÕÖÅÎÉÅ ÓÌÉÛËÏÍ ×ÅÌÉËÏ ÄÌÑ ÉÓÐÏÌÎÅÎÉÑ" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs ×ÅÒÓÉÉ %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "ÓÔÒÏËÁ ÁÒÇÕÍÅÎÔÏ× ÓÌÉÛËÏÍ ×ÅÌÉËÁ" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " "the -0 option" msgstr "" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "Ä×ÏÊÎÁÑ" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "ÏÄÉÎÁÒÎÁÑ" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "ËÏÍÁÎÄÁ ÓÌÉÛËÏÍ ×ÅÌÉËÁ" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "ÁÒÇÕÍÅÎÔ ÐÏ ÒÁÚÍÅÒÕ ×ÙÈÏÄÉÔ ÚÁ ÐÒÅÄÅÌÙ ÓÐÉÓËÁ ÁÒÇÕÍÅÎÔÏ×" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "ÓÐÉÓÏË ÁÒÇÕÍÅÎÔÏ× ÓÌÉÛËÏÍ ×ÅÌÉË" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "ÏÛÉÂËÁ ÏÖÉÄÁÎÉÑ ÄÏÞÅÒÎÅÇÏ ÐÒÏÃÅÓÓÁ" -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: ÚÁ×ÅÒÛÅÎ ÓÏ ÓÔÁÔÕÓÏÍ 255; ÐÒÅÒÙ×ÁÀÓØ" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: ÏÓÔÁÎÏ×ÌÅÎ ÐÏ ÓÉÇÎÁÌÕ %d" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s: ÚÁ×ÅÒÛÅÎ ÐÏ ÓÉÇÎÁÌÕ %d" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: ÎÅ×ÅÒÎÏÅ ÞÉÓÌÏ ÄÌÑ ÏÐÃÉÉ -%c\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: ÚÎÁÞÅÎÉÅ ÄÌÑ ÏÐÃÉÉ -%c ÄÏÌÖÎÏ ÂÙÔØ >= %ld\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: ÚÎÁÞÅÎÉÅ ÄÌÑ ÏÐÃÉÉ -%c ÄÏÌÖÎÏ ÂÙÔØ < %ld\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -794,6 +750,15 @@ msgstr "" " [--max-args=max-args] [--no-run-if-empty] [--version] [--help]\n" " [ËÏÍÁÎÄÁ [ÎÁÞÁÌØÎÙÅ-ÁÒÇÕÍÅÎÔÙ]]\n" +#~ msgid "command too long" +#~ msgstr "ËÏÍÁÎÄÁ ÓÌÉÛËÏÍ ×ÅÌÉËÁ" + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "ÁÒÇÕÍÅÎÔ ÐÏ ÒÁÚÍÅÒÕ ×ÙÈÏÄÉÔ ÚÁ ÐÒÅÄÅÌÙ ÓÐÉÓËÁ ÁÒÇÕÍÅÎÔÏ×" + +#~ msgid "argument list too long" +#~ msgstr "ÓÐÉÓÏË ÁÒÇÕÍÅÎÔÏ× ÓÌÉÛËÏÍ ×ÅÌÉË" + #~ msgid "error in %s: %s" #~ msgstr "ÏÛÉÂËÁ × %s: %s" diff --git a/po/sk.po b/po/sk.po index 60cfbfe..6948645 100644 --- a/po/sk.po +++ b/po/sk.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.3\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 2004-11-04 22:58+0100\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" @@ -24,14 +24,12 @@ msgstr "neplatný parameter %s pre %s" msgid "ambiguous argument %s for %s" msgstr "nejednoznačný parameter %s pre %s" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, c-format msgid "Valid arguments are:" msgstr "Platné parametre sú:" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "Neznáma systémova chyba" @@ -92,24 +90,10 @@ msgstr "%s: voľba `-W %s' je nejednoznačná\n" msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: voľba `-W %s' neumožňuje použiť parameter\n" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "veľkosť bloku" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "`" @@ -207,7 +191,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:316 +#: find/find.c:339 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,66 +199,64 @@ msgstr "" "Premenná prostredia FIND_BLOCK_SIZE je nepodporovaná, jediná vec, ktorá " "ovplyvňuje veľkosť bloku je premenná prostredia POSIXLY_CORRECT" -#: find/find.c:383 +#: find/find.c:406 msgid "paths must precede expression" msgstr "cesty musia byť pred výrazom" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, c-format msgid "invalid predicate `%s'" msgstr "neplatný predikát `%s'" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, c-format msgid "missing argument to `%s'" msgstr "chýbajúci parameter pre `%s'" -#: find/find.c:396 +#: find/find.c:419 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "neplatný parameter `%s' pre `%s'" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "Zoznam predikátov:\n" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "neočakávaný predikát navyše" -#: find/find.c:442 +#: find/find.c:465 #, c-format msgid "Eval Tree:\n" msgstr "Vyhodnocovací strom:\n" -#: find/find.c:453 +#: find/find.c:476 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Optimalizovaný vyhodnocovací strom:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Optimalizovaný vyhodnocovací strom:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 msgid "cannot get current directory" msgstr "nemôžem zistiť aktuálny adresár" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " @@ -283,8 +265,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]" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -293,33 +274,33 @@ 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "neznámy" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -328,7 +309,7 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." @@ -336,12 +317,12 @@ msgstr "" "upozornenie: voľby -d je neodporúčaná; prosím použite namiesto nej -depth, " "pretože táto spĺňa požiadavky POSIX." -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "Použitie: %s [cesta...] [výraz]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -353,7 +334,7 @@ msgstr "" "operátorov (klesajúca priorita; -and je implicitný, ak nie je zadaný iný):\n" " ( VÝRAZ ) ! VÝRAZ -not VÝRAZ VÝRAZ1 -a VÝRAZ2 VÝRAZ1 -and VÝRAZ2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -366,7 +347,7 @@ msgstr "" "operátorov (klesajúca priorita; -and je implicitný, ak nie je zadaný iný):\n" " ( VÝRAZ ) ! VÝRAZ -not VÝRAZ VÝRAZ1 -a VÝRAZ2 VÝRAZ1 -and VÝRAZ2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -379,7 +360,7 @@ msgstr "" " -maxdepth ÚROVNE -mindepth ÚROVNE -mount -noleaf --version -xdev\n" "testov (N môže byť +N, -N alebo N): -amin N -anewer SÚBOR -atime N -cmin N" -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -392,7 +373,7 @@ msgstr "" " -ilname VZOR -iname VZOR -inum N -iwholename VZOR -iregex VZOR\n" " -links N -lname VZOR -mmin N -mtime N -name VZOR -newer SÚBOR" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -403,7 +384,7 @@ msgstr "" " -wholename VZOR -size N[bcwkMG] -true -type [bcdpflsD] -uid N\n" " -used N -user MENO -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -414,7 +395,7 @@ msgstr "" "akcie: -exec PRÍKAZ ; -fprint SÚBOR -fprint0 SÚBOR -fprintf SÚBOR FORMÁT\n" " -ok PRÍKAZ ; -print -print0 -printf FORMÁT -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" @@ -428,101 +409,112 @@ msgstr "" "Komentáre k slovenskému prekladu zasielajte na adresu ." -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "kontrola správnosti knižničnej funkcie fnmatch() zlyhala." -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" "upozornenie: predikát -ipath neodporúčaný; použite namiesto neho -iwholename." -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "neplatný mód `%s'" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "virtuálna pamäť bola vyčerpaná" -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "neplatný prázdny parameter pre -size" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "neplatný typ -size `%c'" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find verzia %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "upozornenie: nerozlíšený prepínací znak `\\%c'" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "upozornenie: nerozpoznaná formátovacia direktíva '%%%c'" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "vkladám %s\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " typ: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "nemôžem vykonať fork" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "chyba pri čakaní na %s" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s ukončený signálom %d" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "vľavo:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "vpravo:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "neplatný výraz" @@ -552,20 +544,19 @@ msgstr "ach -- neplatný typ výrazu!" msgid "oops -- invalid expression type (%d)!" msgstr "ach -- neplatný typ výrazu!" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Normalizovaný rozhodovací strom:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" @@ -576,163 +567,140 @@ msgstr "" "Komentáre k slovenskému prekladu zasielajte na adresu .\n" -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "dní" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "upozornenie: databáza `%s' je staršia ako %d %s" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "databáza pre locate `%s' je poškodená alebo neplatná" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" "Použitie: %s [-d cesta | --database=cesta] [-e | --existing]\n" " [-i | --ignore-case] [--version] [--help] vzor...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locale verzia %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "riadok s parametrom je príliš dlhý" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "prostredie je príliš veľké na vykonanie" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs verzia %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "riadok s parametrom je príliš dlhý" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " @@ -741,63 +709,49 @@ msgstr "" "nezodpovedajúce úvodzovky %s; štandardne sú úvodzovky špeciálne pre xargs, " "pokiaľ nepoužijete voľbu -0" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "dvojitý" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "jednoduchý" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "príkaz je príliš dlhý" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "" -"nemôžem upraviť jediný parameter na veľkosť zodpovedajúcu limitu zoznamu " -"parametrov" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "zoznam parametrov je príliš dlhý" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "chyba pri zápise do procesu potomka" -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: ukončený so stavom 255; prerušujem" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: zastavený signálom %d" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s: ukončený signálom %d" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: neplatné číslo pre voľbu -%c\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: hodnota pre voľbu -%c musí byť >= %ld\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: hodnota pre voľbu -%c musí byť < %ld\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -816,5 +770,16 @@ msgstr "" " [--max-args=max-param] [--no-run-if-empty] [--version] [--help]\n" " [príkaz [počiatočné-parametre]]\n" +#~ msgid "command too long" +#~ msgstr "príkaz je príliš dlhý" + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "" +#~ "nemôžem upraviť jediný parameter na veľkosť zodpovedajúcu limitu zoznamu " +#~ "parametrov" + +#~ msgid "argument list too long" +#~ msgstr "zoznam parametrov je príliš dlhý" + #~ msgid "error in %s: %s" #~ msgstr "chyba v %s: %s" diff --git a/po/sv.po b/po/sv.po index eee3954..c289163 100644 --- a/po/sv.po +++ b/po/sv.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 1996-07-05 19:39\n" "Last-Translator: Johan Linde \n" "Language-Team: Swedish \n" @@ -24,14 +24,12 @@ msgstr "tomt argument till -size ogiltigt" msgid "ambiguous argument %s for %s" msgstr "tomt argument till -size ogiltigt" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, fuzzy, c-format msgid "Valid arguments are:" msgstr "tomt argument till -size ogiltigt" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "" @@ -67,9 +65,9 @@ msgid "%s: unrecognized option `%c%s'\n" msgstr "varning: okänd kontrollsekvens \"\\%c\"" #: gnulib/lib/getopt.c:796 gnulib/lib/getopt.c:799 -#, c-format +#, fuzzy, c-format msgid "%s: illegal option -- %c\n" -msgstr "" +msgstr "%s: ogiltigt tal till flaggan -%c\n" #: gnulib/lib/getopt.c:805 gnulib/lib/getopt.c:808 #, fuzzy, c-format @@ -92,24 +90,10 @@ msgstr "" msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "" @@ -214,114 +198,112 @@ 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:316 +#: find/find.c:339 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:383 +#: find/find.c:406 +#, fuzzy msgid "paths must precede expression" -msgstr "" +msgstr "ogiltigt uttryck" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, fuzzy, c-format msgid "invalid predicate `%s'" msgstr "ogiltig rättighet \"%s\"" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, fuzzy, c-format msgid "missing argument to `%s'" msgstr "tomt argument till -size ogiltigt" -#: find/find.c:396 +#: find/find.c:419 #, fuzzy, c-format msgid "invalid argument `%s' to `%s'" msgstr "tomt argument till -size ogiltigt" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "" -#: find/find.c:442 +#: find/find.c:465 #, fuzzy, c-format msgid "Eval Tree:\n" msgstr "Normaliserat evalueringsträd:\n" -#: find/find.c:453 +#: find/find.c:476 #, fuzzy, c-format msgid "Optimized Eval Tree:\n" msgstr "Normaliserat evalueringsträd:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Normaliserat evalueringsträd:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 #, fuzzy msgid "cannot get current directory" msgstr "kan inte återvända till startkatalogen" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, 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 "" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "okänd" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -330,18 +312,18 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." msgstr "" -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "Användning: %s [sökväg...] [uttryck]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -355,7 +337,7 @@ msgstr "" "anges):\n" " ( UTTR ) ! UTTR -not UTTR UTTR1 -a UTTR2 UTTR1 -and UTTR2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -370,7 +352,7 @@ msgstr "" "anges):\n" " ( UTTR ) ! UTTR -not UTTR UTTR1 -a UTTR2 UTTR1 -and UTTR2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -383,7 +365,7 @@ msgstr "" " -maxdepth NIVÅER -mindepth NIVÅER -mount -noleaf --version -xdev\n" "test (N kan vara +N, -N eller N): -amin N -anewer FIL -atime N -cmin N\n" -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -396,7 +378,7 @@ msgstr "" " -ilname MÖNSTER -iname MÖNSTER -inum N -ipath MÖNSTER -iregex MÖNSTER\n" " -links N -lname MÖNSTER -mmin N -mtime N -name MÖNSTER -newer FIL\n" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -407,7 +389,7 @@ msgstr "" " -size N[bckw] -true -type [bcdpfls] -uid N -used N -user NAMN\n" " -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -418,107 +400,118 @@ msgstr "" "funktioner: -exec KOMMANDO ; -fprint FIL -fprint0 FIL -fprintf FIL FORMAT\n" " -ok KOMMANDO ; -print -print0 -printf FORMAT -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" "email to ." msgstr "" -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "" -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "ogiltig rättighet \"%s\"" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "virtuellt minne slut" -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "tomt argument till -size ogiltigt" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "ogiltig typ \"%c\" för -size" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find version %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "varning: okänd kontrollsekvens \"\\%c\"" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "varning: okänd formatanvisning \"%%%c\"" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "sätter in %s\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " typ: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "" -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "kan inte grena" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "fel vid väntandet på %s" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s avslutades av signal %d" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "vänster:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "höger:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "ogiltigt uttryck" @@ -548,244 +541,207 @@ msgstr "hoppsan -- ogiltig typ av uttryck!" msgid "oops -- invalid expression type (%d)!" msgstr "hoppsan -- ogiltig typ av uttryck!" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Normaliserat evalueringsträd:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" msgstr "" -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, fuzzy, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "varning: databasen \"%s\" är äldre än %s" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" "Användning: %s [-d SÖKVÄG] [--database=SÖKVÄG] [--version] [--help] " "MÖNSTER...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locate version %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "argumentraden är för lång" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "miljön är för stor för exec" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs version %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "argumentraden är för lång" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " "the -0 option" msgstr "" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "dubbelt" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "enkelt" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "kommandot är för långt" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "" -"får inte plats med ett enda argument inom gränsen för argumentlistans storlek" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "argumentlistan är för lång" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "fel vid väntandet på barnprocess" -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: avslutades med status 255; avbryter" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: stoppades av signal %d" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s: avslutades av signal %d" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: ogiltigt tal till flaggan -%c\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: värdet på flaggan -%c måste vara >= %ld\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: värdet på flaggan -%c måste vara < %ld\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -806,6 +762,17 @@ msgstr "" " [--max-args=MAX-ARG] [--no-run-if-empty] [--version] [--help]\n" " [KOMMANDO [STARTARGUMENT]]\n" +#~ msgid "command too long" +#~ msgstr "kommandot är för långt" + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "" +#~ "får inte plats med ett enda argument inom gränsen för argumentlistans " +#~ "storlek" + +#~ msgid "argument list too long" +#~ msgstr "argumentlistan är för lång" + #~ msgid "error in %s: %s" #~ msgstr "fel i %s: %s" diff --git a/po/tr.po b/po/tr.po index 8915e89..bcce45a 100644 --- a/po/tr.po +++ b/po/tr.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: findutils 4.2.3\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-03 10:47+0000\n" +"Report-Msgid-Bugs-To: bug-findutils@gnu.org\n" +"POT-Creation-Date: 2005-01-22 18:41+0000\n" "PO-Revision-Date: 2004-11-05 18:13+0300\n" "Last-Translator: Nilgün Belma Bugüner \n" "Language-Team: Turkish \n" @@ -25,14 +25,12 @@ msgstr "%2$s için %1$s argümanı geçersiz" msgid "ambiguous argument %s for %s" msgstr "%2$s için %1$s argümanı anlamsız" -#. We try to put synonyms on the same line. The assumption is that -#. synonyms follow each other #: gnulib/lib/argmatch.c:157 #, c-format msgid "Valid arguments are:" msgstr "Geçerli argümanlar:" -#: gnulib/lib/error.c:123 +#: gnulib/lib/error.c:121 msgid "Unknown system error" msgstr "Bilinmeyen sistem hatası" @@ -93,24 +91,10 @@ msgstr "%s: `-W %s' seçeneği belirsiz\n" msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: `-W %s' seçeneği argümansız kullanılır\n" -#: gnulib/lib/human.c:489 +#: gnulib/lib/human.c:484 msgid "block size" msgstr "blok uzunluğu" -#. Get translations for open and closing quotation marks. -#. -#. The message catalog should translate "`" to a left -#. quotation mark suitable for the locale, and similarly for -#. "'". If the catalog has no translation, -#. locale_quoting_style quotes `like this', and -#. clocale_quoting_style quotes "like this". -#. -#. For example, an American English Unicode locale should -#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and -#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION -#. MARK). A British English Unicode locale should instead -#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and -#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: gnulib/lib/quotearg.c:240 msgid "`" msgstr "\"" @@ -208,7 +192,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:316 +#: find/find.c:339 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,66 +200,64 @@ msgstr "" "FIND_BLOCK_SIZE ortam değişkeni destekenmiyor, blok boyunu etkileyen tek şey " "POSIXLY_CORRECT ortam değişkenidir" -#: find/find.c:383 +#: find/find.c:406 msgid "paths must precede expression" msgstr "dosya yolları ifadeyi öncelemelidir" -#. Command line option not recognized -#: find/find.c:388 +#: find/find.c:411 #, c-format msgid "invalid predicate `%s'" msgstr "geçersiz dayanak `%s'" -#. Command line option requires an argument -#: find/find.c:394 +#: find/find.c:417 #, c-format msgid "missing argument to `%s'" msgstr "`%s'de argüman eksik" -#: find/find.c:396 +#: find/find.c:419 #, c-format msgid "invalid argument `%s' to `%s'" msgstr "`%s' argümanı `%s'de geçersiz" -#: find/find.c:425 +#: find/find.c:448 #, c-format msgid "Predicate List:\n" msgstr "Dayanak Listesi:\n" -#: find/find.c:438 +#: find/find.c:461 msgid "unexpected extra predicate" msgstr "umulmayan ek dayanak" -#: find/find.c:442 +#: find/find.c:465 #, c-format msgid "Eval Tree:\n" msgstr "Değer Ağacı:\n" -#: find/find.c:453 +#: find/find.c:476 #, c-format msgid "Optimized Eval Tree:\n" msgstr "Eniyilenmiş Değer Ağacı:\n" -#: find/find.c:455 +#: find/find.c:478 #, fuzzy, c-format msgid "Optimized command line:\n" msgstr "Eniyilenmiş Değer Ağacı:\n" -#: find/find.c:470 find/find.c:473 +#: find/find.c:493 find/find.c:496 msgid "cannot get current directory" msgstr "çalışılan dizin alınamadı" -#: find/find.c:694 +#: find/find.c:722 #, c-format msgid "Warning: filesystem %s has recently been unmounted." msgstr "" -#: find/find.c:704 +#: find/find.c:732 #, c-format msgid "Warning: filesystem %s has recently been mounted." msgstr "" -#: find/find.c:719 +#: find/find.c:747 #, c-format msgid "" "%s%s changed during execution of %s (old device number %ld, new device " @@ -284,8 +266,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]" -#. no relevant errno value -#: find/find.c:751 +#: find/find.c:779 #, c-format msgid "" "%s%s changed during execution of %s (old inode number %ld, new inode number %" @@ -294,33 +275,33 @@ 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:987 +#: find/find.c:1015 #, c-format msgid "" "Symbolic link `%s' is part of a loop in the directory hierarchy; we have " "already visited the directory to which it points." msgstr "" -#: find/find.c:1002 +#: find/find.c:1030 #, c-format msgid "" "Filesystem loop detected; `%s' has the same device number and inode as a " "directory which is %d %s." msgstr "" -#: find/find.c:1006 +#: find/find.c:1034 msgid "level higher in the filesystem hierarchy" msgstr "" -#: find/find.c:1007 +#: find/find.c:1035 msgid "levels higher in the filesystem hierarchy" msgstr "" -#: find/fstype.c:230 +#: find/fstype.c:231 msgid "unknown" msgstr "bilinmeyen" -#: find/parser.c:305 +#: find/parser.c:312 #, c-format msgid "" "warning: you have specified the %s option after a non-option argument %s, " @@ -329,7 +310,7 @@ msgid "" "arguments.\n" msgstr "" -#: find/parser.c:545 +#: find/parser.c:552 msgid "" "warning: the -d option is deprecated; please use -depth instead, because the " "latter is a POSIX-compliant feature." @@ -337,12 +318,12 @@ msgstr "" "uyarı: -d seçeneği artık önerilmiyor; lütfen yerine POSIX uyumlu olan -depth " "seçeneğini kullanın." -#: find/parser.c:706 +#: find/parser.c:719 #, c-format msgid "Usage: %s [path...] [expression]\n" msgstr "Kullanımı: %s [dosyaYolu...] [ifade]\n" -#: find/parser.c:708 +#: find/parser.c:721 #, fuzzy msgid "" "\n" @@ -355,7 +336,7 @@ msgstr "" "örtüktür):\n" " ( İFADE ) ! İFADE -not İFADE İFADE1 -a İFADE2 İFADE1 -and İFADE2\n" -#: find/parser.c:711 +#: find/parser.c:724 #, fuzzy msgid "" "operators (decreasing precedence; -and is implicit where no others are " @@ -369,7 +350,7 @@ msgstr "" "örtüktür):\n" " ( İFADE ) ! İFADE -not İFADE İFADE1 -a İFADE2 İFADE1 -and İFADE2\n" -#: find/parser.c:715 +#: find/parser.c:728 #, fuzzy msgid "" "positional options (always true): -daystart -follow\n" @@ -383,7 +364,7 @@ msgstr "" "testler (N, +N veya -N ya da N olabilir):\n" " -amin N -anewer DOSYA -atime N -cmin N" -#: find/parser.c:720 +#: find/parser.c:733 #, fuzzy msgid "" "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n" @@ -396,7 +377,7 @@ msgstr "" " -ilname KALIP -iname KALIP -inum N --iwholename KALIP -iregex KALIP\n" " -links N -lname KALIP -mmin N -mtime N -name KALIP -newer DOSYA" -#: find/parser.c:725 +#: find/parser.c:738 #, fuzzy msgid "" " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n" @@ -407,7 +388,7 @@ msgstr "" " -wholename KALIP -size N[bcwkMG] -true -type [bcdpflsD] -uid N\n" " -used N -user İSİM -xtype [bcdpfls]\n" -#: find/parser.c:729 +#: find/parser.c:742 #, fuzzy msgid "" "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n" @@ -418,7 +399,7 @@ msgstr "" "eylemler: -exec KOMUT ; -fprint DOSYA -fprint0 DOSYA -fprintf DOSYA BİÇEMİ\n" " -ok KOMUT ; -print -print0 -printf BİÇEM -prune -ls\n" -#: find/parser.c:733 +#: find/parser.c:746 msgid "" "Report (and track progress on fixing) bugs via the findutils bug-reporting\n" "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n" @@ -429,102 +410,113 @@ msgstr "" "adresine raporlayınız.\n" "Çeviri hatalarını ise adresine bildirin." -#: find/parser.c:764 +#: find/parser.c:777 msgid "sanity check of the fnmatch() library function failed." msgstr "fnmatch() kütüphane işlevinin tutarlılık sınaması başarısız oldu." -#: find/parser.c:807 +#: find/parser.c:820 msgid "" "warning: the predicate -ipath is deprecated; please use -iwholename instead." msgstr "" "uyarı: -ipath dayanağının kullanımı önerilmiyor; yerine lütfen -iwholename " "kullanın." -#: find/parser.c:1194 +#: find/parser.c:1213 #, c-format msgid "invalid mode `%s'" msgstr "geçersiz kip `%s'" -#: find/parser.c:1196 +#: find/parser.c:1215 msgid "virtual memory exhausted" msgstr "sanal bellek tükendi" -#: find/parser.c:1345 +#: find/parser.c:1364 msgid "invalid null argument to -size" msgstr "-size için boş (null) argüman geçersiz" -#: find/parser.c:1391 +#: find/parser.c:1410 #, c-format msgid "invalid -size type `%c'" msgstr "-size türü `%c' geçersiz" -#: find/parser.c:1505 +#: find/parser.c:1524 #, c-format msgid "GNU find version %s\n" msgstr "GNU find sürüm %s\n" -#: find/parser.c:1677 +#: find/parser.c:1696 #, c-format msgid "warning: unrecognized escape `\\%c'" msgstr "uyarı: tanınmayan öncelem `\\%c'" -#. An unrecognized % escape. Print the char after the %. -#: find/parser.c:1723 +#: find/parser.c:1742 #, c-format msgid "warning: unrecognized format directive `%%%c'" msgstr "uyarı: tanınmayan biçem yönergesi `%%%c'" -#: find/parser.c:1964 find/parser.c:2045 +#: find/parser.c:1847 +#, c-format +msgid "" +"The current directory is included in the PATH environment variable, which is " +"insecure in combination with the %s action of find. Please remove the " +"current directory from your $PATH (that is, remove \".\" or leading or " +"trailing colons)" +msgstr "" + +#: find/parser.c:1933 +msgid "" +"You may not use {} within the utility name for -execdir and -okdir, because " +"this is a potential security problem." +msgstr "" + +#: find/parser.c:1956 +#, c-format +msgid "Only one instance of {} is supported with -exec%s ... +" +msgstr "" + +#: find/parser.c:2187 find/parser.c:2268 #, c-format msgid "inserting %s\n" msgstr "%s yerleştiriliyor\n" -#: find/parser.c:1965 find/parser.c:2046 +#: find/parser.c:2188 find/parser.c:2269 #, c-format msgid " type: %s %s " msgstr " tür: %s %s " -#. The draft open standard requires that, in the POSIX locale, -#. the last non-blank character of this prompt be '?'. -#. The exact format is not specified. -#. This standard does not have requirements for locales other than POSIX -#. -#: find/pred.c:1079 +#: find/pred.c:1152 find/pred.c:1189 #, c-format msgid "< %s ... %s > ? " msgstr "< %s ... %s > ? " -#: find/pred.c:1411 xargs/xargs.c:1095 +#: find/pred.c:1564 find/pred.c:1664 xargs/xargs.c:962 msgid "cannot fork" msgstr "ayrılamaz" -#: find/pred.c:1431 +#: find/pred.c:1599 find/pred.c:1684 #, c-format msgid "error waiting for %s" msgstr "%s beklenirken hata oluştu" -#: find/pred.c:1437 +#: find/pred.c:1607 find/pred.c:1690 #, c-format msgid "%s terminated by signal %d" msgstr "%s, %d sinyali ile sonlandırıldı" -#: find/pred.c:1553 +#: find/pred.c:1808 #, c-format msgid "left:\n" msgstr "yanlış:\n" -#: find/pred.c:1557 +#: find/pred.c:1812 #, c-format msgid "right:\n" msgstr "doğru:\n" -#: find/pred.c:1642 +#: find/pred.c:1897 msgid "[stat called here] " msgstr "" -#. I'm not sure how we get here, so it is not obvious what -#. * sort of mistakes might give rise to this condition. -#. #: find/tree.c:67 find/tree.c:72 find/tree.c:119 find/tree.c:158 msgid "invalid expression" msgstr "ifade geçersiz" @@ -554,20 +546,19 @@ msgstr "hooop -- geçersiz ifade türü!" msgid "oops -- invalid expression type (%d)!" msgstr "hooop -- geçersiz ifade türü!" -#. Normalized tree. #: find/tree.c:245 #, c-format msgid "Normalized Eval Tree:\n" msgstr "Normalleştirilen Değer Ağacı:\n" -#: locate/code.c:127 +#: locate/code.c:128 #, 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:703 xargs/xargs.c:1263 +#: locate/code.c:132 locate/locate.c:706 xargs/xargs.c:1130 msgid "" "\n" "Report bugs to .\n" @@ -577,163 +568,140 @@ msgstr "" "Çeviri hatalarını ise adresine " "bildirin.\n" -#: locate/code.c:164 +#: locate/code.c:166 #, 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:129 +#: locate/locate.c:131 msgid "days" msgstr "gün" -#. For example: -#. warning: database `fred' is more than 8 days old -#: locate/locate.c:537 +#: locate/locate.c:539 #, c-format msgid "warning: database `%s' is more than %d %s old" msgstr "uyarı: `%s' veritabanı %d den %s daha eski" -#: locate/locate.c:561 +#: locate/locate.c:563 #, c-format msgid "Database %s is in the %s format.\n" msgstr "" -#: locate/locate.c:563 +#: locate/locate.c:565 msgid "old" msgstr "" -#. This should not happen generally , but since we're -#. * reading in data which is outside our control, we -#. * cannot prevent it. -#. -#: locate/locate.c:617 +#: locate/locate.c:619 #, c-format msgid "locate database `%s' is corrupt or invalid" msgstr "`%s' veritabanı ya bozuk ya da geçersiz" -#: locate/locate.c:644 +#: locate/locate.c:646 #, c-format msgid "Locate database size: %s bytes\n" msgstr "" -#: locate/locate.c:648 +#: locate/locate.c:650 #, c-format msgid "Filenames: %s " msgstr "" -#: locate/locate.c:651 +#: locate/locate.c:653 #, c-format msgid "with a cumulative length of %s bytes" msgstr "" -#: locate/locate.c:655 +#: locate/locate.c:657 #, c-format msgid "" "\n" "\tof which %s contain whitespace, " msgstr "" -#: locate/locate.c:658 +#: locate/locate.c:660 #, c-format msgid "" "\n" "\t%s contain newline characters, " msgstr "" -#: locate/locate.c:661 +#: locate/locate.c:663 #, c-format msgid "" "\n" "\tand %s contain characters with the high bit set.\n" msgstr "" -#: locate/locate.c:665 +#: locate/locate.c:667 #, c-format msgid "Compression ratio %4.2f%%\n" msgstr "" -#: locate/locate.c:698 +#: locate/locate.c:700 #, fuzzy, c-format msgid "" "Usage: %s [-d path | --database=path] [-e | --existing]\n" -" [-i | --ignore-case] [--wholepath] [--basename] [--limit=N | -l N]\n" +" [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n" +" [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n" " [--version] [--help] pattern...\n" msgstr "" "Kullanımı: %s [-d DosyaYolu | --database=DosyaYolu] [-e | --existing]\n" " [-i | --ignore-case] [--version] [--help] KALIP...\n" -#: locate/locate.c:713 -#, c-format -msgid "" -"warning: locate database path `%s' contains a leading colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:721 -#, c-format -msgid "" -"warning: locate database path `%s' contains a trailing colon, which is not a " -"valid database name" -msgstr "" - -#: locate/locate.c:808 +#: locate/locate.c:792 #, c-format msgid "GNU locate version %s\n" msgstr "GNU locate sürüm %s\n" -#: locate/locate.c:825 +#: locate/locate.c:809 #, fuzzy msgid "argument to --limit" msgstr "argüman satırı çok uzun" -#: xargs/xargs.c:399 +#: xargs/xargs.c:386 msgid "environment is too large for exec" msgstr "icra edilebilir olarak ortam çok geniş" -#: xargs/xargs.c:512 +#: xargs/xargs.c:499 #, c-format msgid "GNU xargs version %s\n" msgstr "GNU xargs sürüm %s\n" -#: xargs/xargs.c:532 +#: xargs/xargs.c:519 #, c-format msgid "Cannot open input file `%s'" msgstr "" -#: xargs/xargs.c:558 +#: xargs/xargs.c:545 #, c-format msgid "Reducing arg_max (%ld) to arg_size (%ld)\n" msgstr "" -#: xargs/xargs.c:567 +#: xargs/xargs.c:554 #, c-format msgid "Your environment variables take up %ld bytes\n" msgstr "" -#: xargs/xargs.c:570 +#: xargs/xargs.c:557 #, c-format msgid "POSIX lower and upper limits on argument length: %ld, %ld\n" msgstr "" -#: xargs/xargs.c:574 +#: xargs/xargs.c:561 #, c-format msgid "Maximum length of command we could actually use: %ld\n" msgstr "" -#: xargs/xargs.c:577 +#: xargs/xargs.c:564 #, c-format msgid "Size of command buffer we are actually using: %ld\n" msgstr "" -#. I suspect that this can never happen now, because append_char_to_buf() -#. * should only be called wen replace_pat is true. -#. -#: xargs/xargs.c:671 xargs/xargs.c:807 xargs/xargs.c:855 +#: xargs/xargs.c:669 xargs/xargs.c:814 xargs/xargs.c:868 msgid "argument line too long" msgstr "argüman satırı çok uzun" -#: xargs/xargs.c:792 +#: xargs/xargs.c:799 #, c-format msgid "" "unmatched %s quote; by default quotes are special to xargs unless you use " @@ -742,61 +710,49 @@ msgstr "" "%s karşılığı ile eşleşmiyor; -0 seçeneği ile belirtilmedikçe öntanımlı " "olarak sarmalayıcı karakterler xarg'lara özeldir" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "double" msgstr "çift" -#: xargs/xargs.c:793 +#: xargs/xargs.c:800 msgid "single" msgstr "tek" -#: xargs/xargs.c:944 -msgid "command too long" -msgstr "komut çok uzun" - -#: xargs/xargs.c:962 -msgid "can not fit single argument within argument list size limit" -msgstr "argüman listesinin uzunluğu yanında tek argüman yeterli olmayabilir" - -#: xargs/xargs.c:967 -msgid "argument list too long" -msgstr "argüman listesi çok uzun" - -#: xargs/xargs.c:1159 +#: xargs/xargs.c:1026 msgid "error waiting for child process" msgstr "ast süreç beklenirken hata oluştu" -#: xargs/xargs.c:1175 +#: xargs/xargs.c:1042 #, c-format msgid "%s: exited with status 255; aborting" msgstr "%s: durum 255 ile çıkıldı; bırakılıyor" -#: xargs/xargs.c:1177 +#: xargs/xargs.c:1044 #, c-format msgid "%s: stopped by signal %d" msgstr "%s: %d sinyali ile durduruldu" -#: xargs/xargs.c:1179 +#: xargs/xargs.c:1046 #, c-format msgid "%s: terminated by signal %d" msgstr "%s: %d sinyali ile sonlandırıldı" -#: xargs/xargs.c:1203 +#: xargs/xargs.c:1070 #, c-format msgid "%s: invalid number for -%c option\n" msgstr "%s: -%c seçeneği için geçersiz sayı\n" -#: xargs/xargs.c:1210 +#: xargs/xargs.c:1077 #, fuzzy, c-format msgid "%s: value for -%c option should be >= %ld\n" msgstr "%s: -%c seçeneği için değer >= %ld olmalı\n" -#: xargs/xargs.c:1224 +#: xargs/xargs.c:1091 #, fuzzy, c-format msgid "%s: value for -%c option should be < %ld\n" msgstr "%s: -%c seçeneği için değer < %ld olmalı\n" -#: xargs/xargs.c:1255 +#: xargs/xargs.c:1122 #, fuzzy, c-format msgid "" "Usage: %s [-0prtx] [-e[eof-str]] [-i[replace-str]] [-l[max-lines]]\n" @@ -815,6 +771,15 @@ msgstr "" " [--max-args=max-args] [--no-run-if-empty] [--version] [--help]\n" " [command [initial-arguments]]\n" +#~ msgid "command too long" +#~ msgstr "komut çok uzun" + +#~ msgid "can not fit single argument within argument list size limit" +#~ msgstr "argüman listesinin uzunluğu yanında tek argüman yeterli olmayabilir" + +#~ msgid "argument list too long" +#~ msgstr "argüman listesi çok uzun" + #~ msgid "error in %s: %s" #~ msgstr "%s de hata: %s" -- 2.11.4.GIT