From eb3ba7cb06fdd0f8627b8f117d8453e297e18b64 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 6 Jan 2014 06:34:05 +0800 Subject: [PATCH] Import upstream version 1.27.1 --- ChangeLog | 50 +++ Makefile.in | 242 +++++++------ NEWS | 13 +- README-alpha | 80 +++++ THANKS | 2 + aclocal.m4 | 366 ++++++++++++------- build-aux/compile | 2 +- build-aux/missing | 405 ++++++++------------- build-aux/ylwrap | 59 +-- config.h.in | 3 - configure | 417 +++++++++++----------- configure.ac | 5 +- doc/Makefile.in | 115 +++--- doc/stamp-vti | 4 +- doc/tar.info | 808 +++++++++++++++++++++--------------------- doc/tar.info-1 | 16 +- doc/tar.info-2 | 14 +- doc/tar.info-3 | Bin 45058 -> 45060 bytes doc/version.texi | 4 +- gnu/Makefile.in | 193 +++++----- lib/Makefile.in | 138 +++++--- lib/system.h | 9 +- po/bg.gmo | Bin 55526 -> 55526 bytes po/bg.po | 28 +- po/ca.gmo | Bin 54344 -> 54344 bytes po/ca.po | 28 +- po/cs.gmo | Bin 54600 -> 62763 bytes po/cs.po | 197 +++++------ po/da.gmo | Bin 51083 -> 51083 bytes po/da.po | 28 +- po/de.gmo | Bin 54425 -> 62626 bytes po/de.po | 205 +++++------ po/el.gmo | Bin 14204 -> 14204 bytes po/el.po | 28 +- po/eo.gmo | Bin 51581 -> 59246 bytes po/eo.po | 231 ++++++------ po/es.gmo | Bin 23778 -> 23778 bytes po/es.po | 28 +- po/et.gmo | Bin 49967 -> 57839 bytes po/et.po | 847 +++++++++++++++++++++----------------------- po/eu.gmo | Bin 32832 -> 32832 bytes po/eu.po | 28 +- po/fi.gmo | Bin 30929 -> 30929 bytes po/fi.po | 28 +- po/fr.gmo | Bin 56618 -> 56618 bytes po/fr.po | 28 +- po/ga.gmo | Bin 50420 -> 50420 bytes po/ga.po | 28 +- po/gl.gmo | Bin 10471 -> 10471 bytes po/gl.po | 28 +- po/hr.gmo | Bin 52730 -> 52730 bytes po/hr.po | 28 +- po/hu.gmo | Bin 56679 -> 56679 bytes po/hu.po | 28 +- po/id.gmo | Bin 52405 -> 52405 bytes po/id.po | 28 +- po/it.gmo | Bin 53793 -> 61617 bytes po/it.po | 229 +++++------- po/ja.gmo | Bin 50041 -> 57443 bytes po/ja.po | 245 ++++++------- po/ko.gmo | Bin 3670 -> 3670 bytes po/ko.po | 28 +- po/ky.gmo | Bin 56205 -> 56205 bytes po/ky.po | 28 +- po/ms.gmo | Bin 9444 -> 9444 bytes po/ms.po | 28 +- po/nb.gmo | Bin 4092 -> 4092 bytes po/nb.po | 28 +- po/nl.gmo | Bin 53971 -> 61906 bytes po/nl.po | 206 +++++------ po/pl.gmo | Bin 54607 -> 54607 bytes po/pl.po | 28 +- po/pt.gmo | Bin 3256 -> 3256 bytes po/pt.po | 28 +- po/pt_BR.gmo | Bin 37682 -> 44748 bytes po/pt_BR.po | 315 ++++++++-------- po/ro.gmo | Bin 22768 -> 22768 bytes po/ro.po | 28 +- po/ru.gmo | Bin 70029 -> 70029 bytes po/ru.po | 28 +- po/sk.gmo | Bin 10106 -> 10106 bytes po/sk.po | 28 +- po/sl.gmo | Bin 53487 -> 53487 bytes po/sl.po | 28 +- po/sv.gmo | Bin 51947 -> 59436 bytes po/sv.po | 203 +++++------ po/tar.pot | 28 +- po/tr.gmo | Bin 53323 -> 53323 bytes po/tr.po | 28 +- po/uk.gmo | Bin 69484 -> 69484 bytes po/uk.po | 28 +- po/vi.gmo | Bin 57850 -> 66931 bytes po/vi.po | 708 ++++++++++++++++++------------------ po/zh_CN.gmo | Bin 48378 -> 48378 bytes po/zh_CN.po | 28 +- po/zh_TW.gmo | Bin 48967 -> 48967 bytes po/zh_TW.po | 28 +- rmt/Makefile.in | 165 +++++---- scripts/Makefile.in | 94 +++-- src/Makefile.in | 167 +++++---- src/common.h | 1 - src/create.c | 2 +- src/misc.c | 51 +-- src/names.c | 2 + src/sparse.c | 1 + tests/Makefile.in | 142 +++++--- tests/package.m4 | 4 +- tests/testsuite | 20 +- 108 files changed, 3963 insertions(+), 3801 deletions(-) create mode 100644 README-alpha diff --git a/ChangeLog b/ChangeLog index 3dbd67a7..6db572bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2013-11-17 Sergey Poznyakoff + + Version 1.27.1 + +2013-11-17 Sergey Poznyakoff + + Fix star compatibility (sparse headers) + + * src/sparse.c (star_get_sparse_info): Update file->dumped_size + +2013-11-17 Sergey Poznyakoff + + Fix GNU long link header. + + * src/create.c (write_gnu_long_link): Set timestamp to + 0 for backward compatibility. Bug reported by David Barri. + * THANKS: Update. + +2013-11-17 Sergey Poznyakoff + + Fix unquoting of input file names. + + * src/names.c (read_next_name): Unquote file names coming from the + -T argument. Bug reported by Nicolas Dudebout. + * THANKS: Update. + +2013-10-24 Paul Eggert + + build: fix bug where 'configure --with-posix-acls' disables ACLs + + Reported by Lars Wendler in + . + * configure.ac (with_posix_acls): Fix typo. + +2013-10-23 Paul Eggert + + Fix core dump on Solaris 10 when "." isn't readable. + + Reported by Peter Kruse in + . + This doesn't fix all the Solaris 10 test failures, just the + core dump. + * src/common.h, src/misc.c (tar_getcdpath): Now static. + * src/misc.c (normalize_filename): Report a fatal error + if cdpath is null, since we don't know the absolute name + of the working directory in that case. FIXME: there should + be no need to know absolute file names. + (chdir_arg): Simplify wd allocation. + Don't assume that xgetcwd returns non-null. + 2013-10-06 Sergey Poznyakoff Version 1.27 diff --git a/Makefile.in b/Makefile.in index 907819fb..ef6f6d41 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.12.6 from Makefile.am. +# Makefile.in generated by automake 1.14 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -79,23 +79,51 @@ # gen_start_date [optional] Start ChangeLog from this date. # changelog_dir [mandatory] Directory where to create ChangeLog VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ esac; \ - test $$am__dry = yes; \ - } + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -113,19 +141,20 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -DIST_COMMON = README $(am__configure_deps) $(srcdir)/Make.rules \ - $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(srcdir)/config.h.in $(top_srcdir)/build-aux/compile \ +DIST_COMMON = $(srcdir)/Make.rules INSTALL NEWS README AUTHORS \ + ChangeLog THANKS $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/configure $(am__configure_deps) \ + $(srcdir)/config.h.in ABOUT-NLS README-alpha COPYING TODO \ + build-aux/compile build-aux/config.guess \ + build-aux/config.rpath build-aux/config.sub build-aux/depcomp \ + build-aux/install-sh build-aux/mdate-sh build-aux/missing \ + build-aux/texinfo.tex build-aux/ylwrap \ + $(top_srcdir)/build-aux/compile \ $(top_srcdir)/build-aux/config.guess \ $(top_srcdir)/build-aux/config.rpath \ $(top_srcdir)/build-aux/config.sub \ $(top_srcdir)/build-aux/install-sh \ - $(top_srcdir)/build-aux/missing $(top_srcdir)/configure \ - ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS THANKS TODO \ - build-aux/compile build-aux/config.guess \ - build-aux/config.rpath build-aux/config.sub build-aux/depcomp \ - build-aux/install-sh build-aux/mdate-sh build-aux/missing \ - build-aux/texinfo.tex build-aux/ylwrap + $(top_srcdir)/build-aux/missing subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ @@ -270,13 +299,14 @@ am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ @@ -284,9 +314,30 @@ am__can_run_installinfo = \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir dist dist-all distcheck +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ + $(LISP)config.h.in +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope @@ -1258,8 +1309,8 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then rm -f stamp-h1; else :; fi - @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 @@ -1278,14 +1329,13 @@ distclean-hdr: # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. -$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ @@ -1306,31 +1356,13 @@ $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done -cscopelist-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ - done -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ @@ -1346,12 +1378,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -1363,15 +1390,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -1380,18 +1403,16 @@ GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" - cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) - clean-cscope: -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-recursive -cscope.files: clean-cscope cscopelist-recursive cscopelist - -cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP)'; \ +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ @@ -1496,9 +1517,15 @@ dist-xz: distdir $(am__post_remove_distdir) dist-tarZ: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) @@ -1700,26 +1727,23 @@ ps-am: uninstall-am: -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ - cscopelist-recursive ctags-recursive install-am install-strip \ - tags-recursive - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am am--refresh check check-am clean clean-cscope \ - clean-generic cscope cscopelist cscopelist-recursive ctags \ - ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \ - dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \ - distclean distclean-generic distclean-hdr distclean-local \ - distclean-tags distcleancheck distdir distuninstallcheck dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs installdirs-am \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ - uninstall uninstall-am +.MAKE: $(am__recursive_targets) all install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--refresh check check-am clean clean-cscope clean-generic \ + cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ + dist-zip distcheck distclean distclean-generic distclean-hdr \ + distclean-local distclean-tags distcleancheck distdir \ + distuninstallcheck dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ + tags-am uninstall uninstall-am dist-hook: diff --git a/NEWS b/NEWS index ffeb4b84..1a264b05 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,17 @@ -GNU tar NEWS - User visible changes. 2013-10-05 +GNU tar NEWS - User visible changes. 2013-11-17 Please send GNU tar bug reports to + +version 1.27.1 - Sergey Poznyakoff, 2013-11-17 + +* Bug fixes + +* Fix unquoting of file names obtained via the -T option. + +* Fix GNU long link header timestamp (backward compatibility). + +* Fix extracting sparse members from star archives. + version 1.27 - Sergey Poznyakoff, 2013-10-05 diff --git a/README-alpha b/README-alpha new file mode 100644 index 00000000..57b18cbe --- /dev/null +++ b/README-alpha @@ -0,0 +1,80 @@ +This is GNU tar. + +This is a *pre-release* version, and not ready for production use yet. +Please send comments and problem reports to . + +If you have taken the sources from CVS you will need the following +packages (or later) to build GNU tar. We don't make any extra effort +to accommodate older versions of these packages, so please make sure +that you have the latest stable version. + +- Automake +- Autoconf +- Bison +- Gettext +- Gzip +- M4 +- Texinfo +- Wget + +As of this writing, the latest stable version of Gzip is 1.2.4 but we +suggest using test version 1.3.5 (or later, if one becomes available). + +Valgrind is also highly recommended, if +Valgrind supports your architecture. + +Before building the package, run "bootstrap". It obtains various +additional files from the CVS repository and the Translation Project +site and prepares the source directory for building. + +When run without arguments, bootstrap will try to obtain gnulib and +paxutils files from their corresponding CVS repositories on Savannah +using anonymous SSH access. Then, it will fetch the po files from tar +page at Translation Project, and, finally, it will start autoconfiguration +process. Simply running it without arguments should do in most cases. +Several options allow to control the behavior of bootstrap: + + --gnulib-srcdir=DIRNAME Specify the local directory where gnulib + sources reside. Use this if you already + have gnulib sources on your machine, and + do not want to waste your bandwidth dowloading + them again. + + --paxutils-srcdir=DIRNAME Specify the local directory where paxutils + sources reside. Use this if you already + have paxutils sources on your machine, and + do not want to waste your bandwidth dowloading + them again. + + --cvs-auth=METHOD Set the CVS access method used for downloading + gnulib files. METHOD is one of the keywords + accepted by cvs -d option (see info cvs + repository). + + --cvs-user=USERNAME Set the CVS username to be used when accessing + the gnulib repository. + + --no-po Do not download po files. + +Notice also that when using CVS authentication method "ext", bootstrap +will set the variable CVS_RSH to "ssh", unless it is already set to +some other value. + + + +Copyright 2001, 2003-2005, 2007, 2013 Free Software Foundation, Inc. + +This file is part of GNU tar. + +GNU tar is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3 of the License, or +(at your option) any later version. + +GNU tar is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . diff --git a/THANKS b/THANKS index 79aa0ce1..a734fb64 100644 --- a/THANKS +++ b/THANKS @@ -119,6 +119,7 @@ Danny R. Johnston danny@cs.weber.edu Dave Barr barr@math.psu.edu Dave Gentzel gentzel@nova.enet.dec.com Dave Gregorich dtg@ipac.caltech.edu +David Barri japgolly@gmail.com David Brown davidb@davidb.org David J. MacKenzie djm@uunet.uu.net David Johnson David.W.Johnson@colorado.edu @@ -368,6 +369,7 @@ Neil Faulks neil@dcs.kcl.ac.uk Neil Jerram nj104@cus.cam.ac.uk Nelson H.F. Beebe beebe@math.utah.edu Nick Barron nikb@cix.compulink.co.uk +Nicolas Dudebout nicolas.dudebout@gmail.com Noah Friedman friedman@gnu.org Noel Cragg noel@red-bean.com Norbert Kiesel norbert@rwthi3.informatik.rwth-aachen.de diff --git a/aclocal.m4 b/aclocal.m4 index 30203bd4..f57803e9 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.12.6 -*- Autoconf -*- +# generated automatically by aclocal 1.14 -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2013 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11,6 +11,7 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, @@ -19,7 +20,7 @@ You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -31,10 +32,10 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.]) # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.12' +[am__api_version='1.14' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.12.6], [], +m4_if([$1], [1.14], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -50,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], []) # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.12.6])dnl +[AM_AUTOMAKE_VERSION([1.14])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -110,7 +111,7 @@ am_aux_dir=`cd $ac_aux_dir && pwd` # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2012 Free Software Foundation, Inc. +# Copyright (C) 1997-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -141,7 +142,7 @@ AC_CONFIG_COMMANDS_PRE( Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -332,7 +333,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -343,7 +344,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -372,7 +373,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the @@ -408,7 +409,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -417,6 +418,12 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- @@ -429,7 +436,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.62])dnl +[AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl @@ -459,8 +466,7 @@ AC_SUBST([CYGPATH_W]) dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], -[$0: two- and three-arguments forms are deprecated. For more info, see: -http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation]) + [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], @@ -514,22 +520,60 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl -dnl Support for Objective C++ was only introduced in Autoconf 2.65, -dnl but we still cater to Autoconf 2.62. -m4_ifdef([AC_PROG_OBJCXX], -[AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], - m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) -_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl -dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the -dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro -dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl -]) + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further @@ -537,7 +581,6 @@ dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) - # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. @@ -559,7 +602,7 @@ for _am_header in $config_headers :; do done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -580,7 +623,7 @@ if test x"${install_sh}" != xset; then fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -601,7 +644,7 @@ AC_SUBST([am__leading_dot])]) # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -649,41 +692,9 @@ AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) -# Copyright (C) 1999-2012 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_PROG_CC_C_O -# -------------- -# Like AC_PROG_CC_C_O, but changed for automake. -AC_DEFUN([AM_PROG_CC_C_O], -[AC_REQUIRE([AC_PROG_CC_C_O])dnl -AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -AC_REQUIRE_AUX_FILE([compile])dnl -# FIXME: we rely on the cache variable name because -# there is no other way. -set dummy $CC -am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` -eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o -if test "$am_t" != yes; then - # Losing compiler, so override with the script. - # FIXME: It is wrong to rewrite CC. - # But if we don't then we get into trouble of one sort or another. - # A longer-term fix would be to have automake use am__CC in this case, - # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" - CC="$am_aux_dir/compile $CC" -fi -dnl Make sure AC_PROG_CC is never called again, or it will override our -dnl setting of CC. -m4_define([AC_PROG_CC], - [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) -]) - # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2012 Free Software Foundation, Inc. +# Copyright (C) 1997-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -698,8 +709,8 @@ AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl @@ -712,8 +723,8 @@ if test x"${MISSING+set}" != xset; then esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) @@ -722,7 +733,7 @@ fi # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -751,7 +762,54 @@ AC_DEFUN([_AM_SET_OPTIONS], AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -770,7 +828,7 @@ AC_DEFUN([AM_RUN_LOG], # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -851,7 +909,7 @@ AC_CONFIG_COMMANDS_PRE( rm -f conftest.file ]) -# Copyright (C) 2009-2012 Free Software Foundation, Inc. +# Copyright (C) 2009-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -911,7 +969,7 @@ AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -939,7 +997,7 @@ fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 2006-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -958,7 +1016,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2012 Free Software Foundation, Inc. +# Copyright (C) 2004-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -977,76 +1035,114 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar +# AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) -m4_if([$1], [v7], - [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - [m4_case([$1], [ustar],, [pax],, - [m4_fatal([Unknown tar format])]) -AC_MSG_CHECKING([how to create a $1 tar archive]) -# Loop over all known methods to create a tar archive until one works. + +# We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' -_am_tools=${am_cv_prog_tar_$1-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of '-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar /dev/null 2>&1 && break - fi -done -rm -rf conftest.dir -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) -AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR diff --git a/build-aux/compile b/build-aux/compile index 718dc6d0..531136b0 100755 --- a/build-aux/compile +++ b/build-aux/compile @@ -3,7 +3,7 @@ scriptversion=2012-10-14.11; # UTC -# Copyright (C) 1999-2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2013 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify diff --git a/build-aux/missing b/build-aux/missing index 9a556482..cdea5149 100755 --- a/build-aux/missing +++ b/build-aux/missing @@ -1,10 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-01-06.18; # UTC +scriptversion=2012-06-26.16; # UTC -# Copyright (C) 1996-2012 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,61 +29,33 @@ if test $# -eq 0; then exit 1 fi -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, 'missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file 'aclocal.m4' - autoconf touch file 'configure' - autoheader touch file 'config.h.in' - autom4te touch the output file, or create a stub one - automake touch all 'Makefile.in' files - bison create 'y.tab.[ch]', if possible, from existing .[ch] - flex create 'lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create 'lex.yy.c', if possible, from existing .c - makeinfo touch the output file - yacc create 'y.tab.[ch]', if possible, from existing .[ch] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. @@ -98,228 +70,141 @@ Send bug reports to ." ;; -*) - echo 1>&2 "$0: Unknown '$1' option" + echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; - - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running '$TOOL --version' or '$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acinclude.m4' or '${configure_ac}'. You might want - to install the Automake and Perl packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified '${configure_ac}'. You might want to install the - Autoconf and GNU m4 packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acconfig.h' or '${configure_ac}'. You might want - to install the Autoconf and GNU m4 packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; - - automake*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'. - You might want to install the Automake and Perl packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: '$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get '$1' as part of Autoconf from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: '$1' $msg. You should only need it if - you modified a '.y' file. You may need the Bison package - in order for those modifications to take effect. You can get - Bison from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.l' file. You may need the Flex package - in order for those modifications to take effect. You can get - Flex from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - Help2man package in order for those modifications to take - effect. You can get Help2man from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.texi' or '.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy 'make' (AIX, - DU, IRIX). You might want to install the Texinfo package or - the GNU make package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; +# Run the given program, remember its exit status. +"$@"; st=$? + +# If it succeeded, we are done. +test $st -eq 0 && exit 0 + +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi - *) - echo 1>&2 "\ -WARNING: '$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the 'README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing '$1' program." - exit 1 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'automa4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" ;; -esac - -exit 0 + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff --git a/build-aux/ylwrap b/build-aux/ylwrap index 7befa46d..8f072a8e 100755 --- a/build-aux/ylwrap +++ b/build-aux/ylwrap @@ -1,9 +1,9 @@ #! /bin/sh # ylwrap - wrapper for lex/yacc invocations. -scriptversion=2012-07-14.08; # UTC +scriptversion=2013-01-12.17; # UTC -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2013 Free Software Foundation, Inc. # # Written by Tom Tromey . # @@ -40,12 +40,13 @@ get_dirname () # guard FILE # ---------- # The CPP macro used to guard inclusion of FILE. -guard() +guard () { - printf '%s\n' "$from" \ - | sed \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'\ - -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g' + printf '%s\n' "$1" \ + | sed \ + -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \ + -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g' \ + -e 's/__*/_/g' } # quote_for_sed [STRING] @@ -95,17 +96,17 @@ esac # The input. -input="$1" +input=$1 shift # We'll later need for a correct munging of "#line" directives. input_sub_rx=`get_dirname "$input" | quote_for_sed` -case "$input" in +case $input in [\\/]* | ?:[\\/]*) # Absolute path; do nothing. ;; *) # Relative path. Make it absolute. - input="`pwd`/$input" + input=`pwd`/$input ;; esac input_rx=`get_dirname "$input" | quote_for_sed` @@ -121,12 +122,18 @@ fi # The parser itself, the first file, is the destination of the .y.c # rule in the Makefile. parser=$1 + # A sed program to s/FROM/TO/g for all the FROM/TO so that, for # instance, we rename #include "y.tab.h" into #include "parse.h" # during the conversion from y.tab.c to parse.c. -rename_sed= -while test "$#" -ne 0; do - if test "$1" = "--"; then +sed_fix_filenames= + +# Also rename header guards, as Bison 2.7 for instance uses its header +# guard in its implementation file. +sed_fix_header_guards= + +while test $# -ne 0; do + if test x"$1" = x"--"; then shift break fi @@ -141,20 +148,19 @@ while test "$#" -ne 0; do shift to=$1 shift - rename_sed="${rename_sed}s|"`quote_for_sed "$from"`"|$to|g;" + sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;" + sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;" done # The program to run. -prog="$1" +prog=$1 shift # Make any relative path in $prog absolute. -case "$prog" in +case $prog in [\\/]* | ?:[\\/]*) ;; - *[\\/]*) prog="`pwd`/$prog" ;; + *[\\/]*) prog=`pwd`/$prog ;; esac -# FIXME: add hostname here for parallel makes that run commands on -# other machines. But that might take us over the 14-char limit. dirname=ylwrap$$ do_exit="cd '`pwd`' && rm -rf $dirname > /dev/null 2>&1;"' (exit $ret); exit $ret' trap "ret=129; $do_exit" 1 @@ -174,13 +180,13 @@ ret=$? if test $ret -eq 0; then for from in * do - to=`printf '%s\n' "$from" | sed "$rename_sed"` + to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"` if test -f "$from"; then # If $2 is an absolute path name, then just use that, # otherwise prepend '../'. case $to in [\\/]* | ?:[\\/]*) target=$to;; - *) target="../$to";; + *) target=../$to;; esac # Do not overwrite unchanged header files to avoid useless @@ -189,7 +195,7 @@ if test $ret -eq 0; then # output of all other files to a temporary file so we can # compare them to existing versions. if test $from != $parser; then - realtarget="$target" + realtarget=$target target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'` fi @@ -197,10 +203,11 @@ if test $ret -eq 0; then # debug information point at an absolute srcdir. Use the real # output file name, not yy.lex.c for instance. Adjust the # include guards too. - FROM=`guard "$from"` - TARGET=`guard "$to"` - sed -e "/^#/!b" -e "s|$input_rx|$input_sub_rx|" -e "$rename_sed" \ - -e "s|$FROM|$TARGET|" "$from" >"$target" || ret=$? + sed -e "/^#/!b" \ + -e "s|$input_rx|$input_sub_rx|" \ + -e "$sed_fix_filenames" \ + -e "$sed_fix_header_guards" \ + "$from" >"$target" || ret=$? # Check whether files must be updated. if test "$from" != "$parser"; then diff --git a/config.h.in b/config.h.in index e2137907..62023cf4 100644 --- a/config.h.in +++ b/config.h.in @@ -2162,9 +2162,6 @@ /* Define to mt_model (v.g., for DG/UX), else to mt_type. */ #undef MTIO_CHECK_FIELD -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - /* Define to 1 if open() fails to recognize a trailing slash. */ #undef OPEN_TRAILING_SLASH_BUG diff --git a/configure b/configure index 8b3c4f74..ae2fb48f 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for GNU tar 1.27. +# Generated by GNU Autoconf 2.69 for GNU tar 1.27.1. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GNU tar' PACKAGE_TARNAME='tar' -PACKAGE_VERSION='1.27' -PACKAGE_STRING='GNU tar 1.27' +PACKAGE_VERSION='1.27.1' +PACKAGE_STRING='GNU tar 1.27.1' PACKAGE_BUGREPORT='bug-tar@gnu.org' PACKAGE_URL='http://www.gnu.org/software/tar/' @@ -2122,7 +2122,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GNU tar 1.27 to adapt to many kinds of systems. +\`configure' configures GNU tar 1.27.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2192,7 +2192,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU tar 1.27:";; + short | recursive ) echo "Configuration of GNU tar 1.27.1:";; esac cat <<\_ACEOF @@ -2342,7 +2342,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU tar configure 1.27 +GNU tar configure 1.27.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -3051,7 +3051,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GNU tar $as_me 1.27, which was +It was created by GNU tar $as_me 1.27.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3545,7 +3545,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. ac_config_headers="$ac_config_headers config.h" -am__api_version='1.12' +am__api_version='1.14' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -3729,8 +3729,8 @@ if test x"${MISSING+set}" != xset; then esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 @@ -4031,7 +4031,7 @@ fi # Define the identity of the package. PACKAGE='tar' - VERSION='1.27' + VERSION='1.27.1' cat >>confdefs.h <<_ACEOF @@ -4072,86 +4072,125 @@ mkdir_p='$(MKDIR_P)' AMTAR='$${TAR-tar}' -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 -$as_echo_n "checking how to create a ustar tar archive... " >&6; } -# Loop over all known methods to create a tar archive until one works. +# We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar plaintar pax cpio none' -_am_tools=${am_cv_prog_tar_ustar-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of '-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - { echo "$as_me:$LINENO: $_am_tar --version" >&5 + +# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5 +$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; } + if test $am_uid -le $am_max_uid; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + _am_tools=none + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5 +$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; } + if test $am_gid -le $am_max_gid; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + _am_tools=none + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 +$as_echo_n "checking how to create a ustar tar archive... " >&6; } + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_ustar-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + { echo "$as_me:$LINENO: $_am_tar --version" >&5 ($_am_tar --version) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && break - done - am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x ustar -w "$$tardir"' - am__tar_='pax -L -x ustar -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H ustar -L' - am__tar_='find "$tardir" -print | cpio -o -H ustar -L' - am__untar='cpio -i -H ustar -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac + done + am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x ustar -w "$$tardir"' + am__tar_='pax -L -x ustar -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H ustar -L' + am__tar_='find "$tardir" -print | cpio -o -H ustar -L' + am__untar='cpio -i -H ustar -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_ustar}" && break + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_ustar}" && break - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5 + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5 (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } - rm -rf conftest.dir - if test -s conftest.tar; then - { echo "$as_me:$LINENO: $am__untar &5 + rm -rf conftest.dir + if test -s conftest.tar; then + { echo "$as_me:$LINENO: $am__untar &5 ($am__untar &5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } - grep GrepMe conftest.dir/file >/dev/null 2>&1 && break - fi -done -rm -rf conftest.dir + { echo "$as_me:$LINENO: cat conftest.dir/file" >&5 + (cat conftest.dir/file) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break + fi + done + rm -rf conftest.dir -if ${am_cv_prog_tar_ustar+:} false; then : + if ${am_cv_prog_tar_ustar+:} false; then : $as_echo_n "(cached) " >&6 else am_cv_prog_tar_ustar=$_am_tool fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 $as_echo "$am_cv_prog_tar_ustar" >&6; } @@ -4159,6 +4198,48 @@ $as_echo "$am_cv_prog_tar_ustar" >&6; } +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + # Enable silent rules by default: # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : @@ -4988,6 +5069,65 @@ ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" @@ -5823,131 +5963,6 @@ fi fi -if test "x$CC" != xcc; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5 -$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5 -$as_echo_n "checking whether cc understands -c and -o together... " >&6; } -fi -set dummy $CC; ac_cc=`$as_echo "$2" | - sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` -if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -# Make sure it works both with $CC and with simple cc. -# We do the test twice because some compilers refuse to overwrite an -# existing .o file with -o, though they will create one. -ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' -rm -f conftest2.* -if { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && - test -f conftest2.$ac_objext && { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; -then - eval ac_cv_prog_cc_${ac_cc}_c_o=yes - if test "x$CC" != xcc; then - # Test first that cc exists at all. - if { ac_try='cc -c conftest.$ac_ext >&5' - { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; }; then - ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' - rm -f conftest2.* - if { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && - test -f conftest2.$ac_objext && { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; - then - # cc works too. - : - else - # cc exists but doesn't like -o. - eval ac_cv_prog_cc_${ac_cc}_c_o=no - fi - fi - fi -else - eval ac_cv_prog_cc_${ac_cc}_c_o=no -fi -rm -f core conftest* - -fi -if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - -$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h - -fi - -# FIXME: we rely on the cache variable name because -# there is no other way. -set dummy $CC -am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` -eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o -if test "$am_t" != yes; then - # Losing compiler, so override with the script. - # FIXME: It is wrong to rewrite CC. - # But if we don't then we get into trouble of one sort or another. - # A longer-term fix would be to have automake use am__CC in this case, - # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" - CC="$am_aux_dir/compile $CC" -fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } @@ -7828,7 +7843,9 @@ fi # Check whether --with-posix-acls was given. if test "${with_posix_acls+set}" = set; then : - withval=$with_posix_acls; with_posix_acls=no + withval=$with_posix_acls; +else + with_posix_acls=yes fi if test "x$with_posix_acls" != "xno"; then @@ -37021,7 +37038,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GNU tar $as_me 1.27, which was +This file was extended by GNU tar $as_me 1.27.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -37089,7 +37106,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -GNU tar config.status 1.27 +GNU tar config.status 1.27.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -37836,7 +37853,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -37887,7 +37904,7 @@ $as_echo X"$mf" | DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the diff --git a/configure.ac b/configure.ac index 3bff70ed..c9d1250e 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -AC_INIT([GNU tar], [1.27], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.27.1], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) @@ -74,7 +74,8 @@ fi AC_ARG_WITH([posix-acls], AS_HELP_STRING([--without-posix-acls], [do not use POSIX.1e access control lists]), - [with_posix_acls=no]) + [], + [with_posix_acls=yes]) if test "x$with_posix_acls" != "xno"; then AC_CHECK_HEADERS(sys/acl.h,, [with_posix_acls=no]) for tar_acl_func in acl_get_file acl_get_fd acl_set_file acl_set_fd \ diff --git a/doc/Makefile.in b/doc/Makefile.in index 9f813660..c489d43e 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.12.6 from Makefile.am. +# Makefile.in generated by automake 1.14 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -34,23 +34,51 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -69,9 +97,9 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = doc -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(srcdir)/stamp-vti $(srcdir)/version.texi $(tar_TEXINFOS) \ - $(top_srcdir)/build-aux/mdate-sh \ +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(tar_TEXINFOS) $(top_srcdir)/build-aux/mdate-sh \ + $(srcdir)/version.texi $(srcdir)/stamp-vti \ $(top_srcdir)/build-aux/texinfo.tex ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ @@ -287,6 +315,7 @@ am__uninstall_files_from_dir = { \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ @@ -1248,25 +1277,23 @@ $(am__aclocal_m4_deps): .texi.dvi: $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ - $(TEXI2DVI) $(AM_V_texinfo) --clean $< $(AM_V_texidevnull) + $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ + $< .texi.pdf: $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ - $(TEXI2PDF) $(AM_V_texinfo) --clean $< $(AM_V_texidevnull) + $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \ + $< .texi.html: $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp) $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ -o $(@:.html=.htp) $<; \ then \ - rm -rf $@; \ - if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ - mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \ + rm -rf $@ && mv $(@:.html=.htp) $@; \ else \ - if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ - rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ - exit 1; \ + rm -rf $(@:.html=.htp); exit 1; \ fi $(srcdir)/tar.info: tar.texi $(srcdir)/version.texi $(tar_TEXINFOS) tar.dvi: tar.texi $(srcdir)/version.texi $(tar_TEXINFOS) @@ -1372,8 +1399,7 @@ dist-info: $(INFO_DEPS) done mostlyclean-aminfo: - -rm -rf tar.aux tar.cp tar.cps tar.fn tar.kw tar.ky tar.log tar.op tar.ops \ - tar.pg tar.tmp tar.toc tar.tp tar.tps tar.vr + -rm -rf tar.t2d tar.t2p clean-aminfo: -test -z "tar.dvi tar.pdf tar.ps tar.html" \ @@ -1385,11 +1411,9 @@ maintainer-clean-aminfo: echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ done -tags: TAGS -TAGS: +tags TAGS: -ctags: CTAGS -CTAGS: +ctags CTAGS: cscope cscopelist: @@ -1626,18 +1650,19 @@ uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \ .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-aminfo clean-generic \ - clean-local dist-info distclean distclean-generic distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-aminfo maintainer-clean-generic \ - maintainer-clean-vti mostlyclean mostlyclean-aminfo \ - mostlyclean-generic mostlyclean-vti pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-dvi-am uninstall-html-am \ - uninstall-info-am uninstall-pdf-am uninstall-ps-am + clean-local cscopelist-am ctags-am dist-info distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-aminfo \ + maintainer-clean-generic maintainer-clean-vti mostlyclean \ + mostlyclean-aminfo mostlyclean-generic mostlyclean-vti pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-dvi-am uninstall-html-am uninstall-info-am \ + uninstall-pdf-am uninstall-ps-am header.texi: $(top_srcdir)/src/tar.h diff --git a/doc/stamp-vti b/doc/stamp-vti index 905e035a..8d2ec6d0 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -1,4 +1,4 @@ @set UPDATED 24 September 2013 @set UPDATED-MONTH September 2013 -@set EDITION 1.27 -@set VERSION 1.27 +@set EDITION 1.27.1 +@set VERSION 1.27.1 diff --git a/doc/tar.info b/doc/tar.info index 06ccdaab..67c5c648 100644 --- a/doc/tar.info +++ b/doc/tar.info @@ -1,6 +1,6 @@ This is tar.info, produced by makeinfo version 4.13 from tar.texi. -This manual is for GNU `tar' (version 1.27, 24 September 2013), which +This manual is for GNU `tar' (version 1.27.1, 24 September 2013), which creates and extracts files from archives. Copyright (C) 1992, 1994-1997, 1999-2001, 2003-2013 Free Software @@ -30,411 +30,411 @@ END-INFO-DIR-ENTRY  Indirect: -tar.info-1: 1146 -tar.info-2: 298426 -tar.info-3: 562228 +tar.info-1: 1148 +tar.info-2: 298438 +tar.info-3: 562252  Tag Table: (Indirect) -Node: Top1146 -Node: Introduction10453 -Node: Book Contents11240 -Node: Definitions13412 -Node: What tar Does15215 -Node: Naming tar Archives17981 -Node: Authors18701 -Node: Reports20514 -Node: Tutorial20871 -Node: assumptions21684 -Node: stylistic conventions24159 -Node: basic tar options24602 -Node: frequent operations28240 -Node: Two Frequent Options28892 -Node: file tutorial29523 -Node: verbose tutorial30880 -Ref: verbose member listing33094 -Node: help tutorial35854 -Node: create36208 -Node: prepare for examples37709 -Node: Creating the archive39478 -Node: create verbose42310 -Node: short create43130 -Node: create dir45883 -Node: list48591 -Ref: listing member and file names49870 -Node: list dir52184 -Node: extract53196 -Node: extracting archives54310 -Node: extracting files54815 -Ref: extracting files-Footnote-157462 -Node: extract dir57842 -Node: extracting untrusted archives60235 -Node: failing commands61114 -Node: going further62208 -Node: tar invocation62421 -Node: Synopsis64201 -Ref: exit status67522 -Node: using tar options69156 -Ref: TAR_OPTIONS70733 -Node: Styles71750 -Ref: Styles-Footnote-173249 -Node: Long Options73505 -Node: Short Options75677 -Ref: Short Options-Footnote-177485 -Node: Old Options77702 -Node: Mixing80465 -Ref: Mixing-Footnote-182831 -Node: All Options82951 -Node: Operation Summary83556 -Ref: --append83676 -Ref: --catenate83756 -Ref: --compare83827 -Ref: --concatenate84030 -Ref: --create84140 -Ref: --delete84208 -Ref: --diff84322 -Ref: --extract84378 -Ref: --get84480 -Ref: --list84538 -Ref: --update84606 -Node: Option Summary84816 -Ref: --absolute-names84971 -Ref: --after-date85261 -Ref: --anchored85313 -Ref: --atime-preserve85446 -Ref: --auto-compress87966 -Ref: --backup88193 -Ref: --block-number88384 -Ref: --blocking-factor88558 -Ref: --bzip288710 -Ref: --check-device88817 -Ref: --checkpoint89012 -Ref: --checkpoint-action89454 -Ref: --check-links90605 -Ref: --compress90882 -Ref: --uncompress90882 -Ref: --confirmation91086 -Ref: --delay-directory-restore91154 -Ref: --dereference91355 -Ref: --directory91549 -Ref: --exclude91802 -Ref: --exclude-backups91921 -Ref: --exclude-from92011 -Ref: --exclude-caches92157 -Ref: --exclude-caches-under92365 -Ref: --exclude-caches-all92543 -Ref: --exclude-tag92672 -Ref: --exclude-tag-under92843 -Ref: --exclude-tag-all93033 -Ref: --exclude-vcs93162 -Ref: --file93328 -Ref: --files-from93528 -Ref: --force-local93731 -Ref: --format93922 -Ref: --full-time94592 -Ref: --group95272 -Ref: --gzip95568 -Ref: --gunzip95568 -Ref: --ungzip95568 -Ref: --hard-dereference95791 -Ref: --help95978 -Ref: --ignore-case96112 -Ref: --ignore-command-error96239 -Ref: --ignore-failed-read96350 -Ref: --ignore-zeros96491 -Ref: --incremental96636 -Ref: --index-file96901 -Ref: --info-script96986 -Ref: --new-volume-script96986 -Ref: --interactive97283 -Ref: ----keep-directory-symlink97495 -Ref: --keep-newer-files98043 -Ref: --keep-old-files98185 -Ref: --label98397 -Ref: --level98685 -Ref: --listed-incremental99126 -Ref: --lzip99490 -Ref: --lzma99590 -Ref: --mode99790 -Ref: --mtime100081 -Ref: --multi-volume100522 -Ref: --newer100726 -Ref: --newer-mtime101004 -Ref: --no-anchored101228 -Ref: --no-auto-compress101365 -Ref: --no-check-device101516 -Ref: --no-delay-directory-restore101699 -Ref: --no-ignore-case101952 -Ref: --no-ignore-command-error102045 -Ref: --no-null102200 -Ref: --no-overwrite-dir102405 -Ref: --no-quote-chars102548 -Ref: --no-recursion102729 -Ref: --no-same-owner102834 -Ref: --no-same-permissions103017 -Ref: --no-seek103219 -Ref: --no-unquote103437 -Ref: --no-wildcards103575 -Ref: --no-wildcards-match-slash103659 -Ref: --null103761 -Ref: --numeric-owner103989 -Ref: --occurrence104640 -Ref: --old-archive105207 -Ref: --one-file-system105256 -Ref: --overwrite105434 -Ref: --overwrite-dir105576 -Ref: --owner105721 -Ref: --pax-option106046 -Ref: --portability106353 -Ref: --posix106418 -Ref: --preserve106460 -Ref: --preserve-order106598 -Ref: --preserve-permissions106662 -Ref: --same-permissions106662 -Ref: --quote-chars107076 -Ref: --quoting-style107229 -Ref: --read-full-records107550 -Ref: --record-size107715 -Ref: --recursion108059 -Ref: --recursive-unlink108162 -Ref: --remove-files108329 -Ref: --restrict108475 -Ref: --rmt-command108663 -Ref: --rsh-command108804 -Ref: --same-order108926 -Ref: --same-owner109218 -Ref: --seek109595 -Ref: --show-defaults109964 -Ref: --show-omitted-dirs110472 -Ref: --show-snapshot-field-ranges110626 -Ref: --show-transformed-names110822 -Ref: --show-stored-names110822 -Ref: --skip-old-files111211 -Ref: --sparse111661 -Ref: --sparse-version111800 -Ref: --starting-file112024 -Ref: --strip-components112213 -Ref: --suffix112525 -Ref: --tape-length112644 -Ref: --test-label113059 -Ref: --to-command113211 -Ref: --to-stdout113370 -Ref: --totals113523 -Ref: --touch113754 -Ref: --transform113956 -Ref: --xform113956 -Ref: --unlink-first114567 -Ref: --unquote114735 -Ref: --use-compress-program114842 -Ref: --utc115020 -Ref: --verbose115113 -Ref: --verify115365 -Ref: --version115483 -Ref: --volno-file115655 -Ref: --warning115842 -Ref: --wildcards116019 -Ref: --wildcards-match-slash116139 -Ref: --xz116231 -Ref: Option Summary-Footnote-1116362 -Node: Short Option Summary116580 -Node: help118781 -Ref: help-Footnote-1122610 -Node: defaults122821 -Node: verbose123840 -Ref: totals126141 -Ref: Progress information127731 -Ref: show-omitted-dirs128710 -Ref: block-number129129 -Ref: verbose-Footnote-1130156 -Node: checkpoints130263 -Ref: checkpoint exec134138 -Node: warnings136164 -Node: interactive139563 -Node: external141662 -Node: operations143243 -Node: Basic tar143502 -Ref: Basic tar-Footnote-1146609 -Node: Advanced tar146753 -Node: Operations147598 -Node: append149497 -Ref: append-Footnote-1152592 -Node: appending files152779 -Node: multiple154517 -Node: update157239 -Node: how to update158215 -Node: concatenate159999 -Ref: concatenate-Footnote-1163247 -Node: delete163390 -Node: compare165163 -Node: create options166595 -Node: override167053 -Node: Ignore Failed Read171190 -Node: extract options171410 -Node: Reading172243 -Node: read full records173743 -Node: Ignore Zeros174079 -Node: Writing175070 -Node: Dealing with Old Files175627 -Node: Overwrite Old Files178430 -Node: Keep Old Files179887 -Node: Keep Newer Files180694 -Node: Unlink First180984 -Node: Recursive Unlink181388 -Node: Data Modification Times181941 -Node: Setting Access Permissions182751 -Node: Directory Modification Times and Permissions183383 -Node: Writing to Standard Output186995 -Node: Writing to an External Program188530 -Node: remove files192111 -Node: Scarce192304 -Node: Starting File192552 -Node: Same Order193353 -Node: backup194189 -Node: Applications197275 -Node: looking ahead198736 -Node: Backups199562 -Node: Full Dumps201143 -Node: Incremental Dumps202949 -Ref: --level=0205863 -Ref: device numbers206396 -Ref: incremental-op210374 -Ref: Incremental Dumps-Footnote-1210748 -Ref: Incremental Dumps-Footnote-2210898 -Node: Backup Levels211386 -Node: Backup Parameters213773 -Node: General-Purpose Variables214954 -Ref: RSH218115 -Node: Magnetic Tape Control219994 -Node: User Hooks221332 -Node: backup-specs example222661 -Node: Scripted Backups223804 -Ref: Scripted Backups-Footnote-1226667 -Node: Scripted Restoration227051 -Node: Choosing229662 -Node: file230784 -Ref: remote-dev233420 -Ref: local and remote archives233805 -Node: Selecting Archive Members234836 -Ref: input name quoting235517 -Node: files237503 -Ref: files-Footnote-1239999 -Node: nul240157 -Node: exclude242571 -Node: problems with exclude247745 -Node: wildcards249790 -Node: controlling pattern-matching252374 -Ref: controlling pattern-matching-Footnote-1256364 -Node: quoting styles256580 -Ref: escape sequences256926 -Node: transform263057 -Ref: show-transformed-names265048 -Node: after271239 -Node: recurse274841 -Node: one277565 -Node: directory278998 -Node: absolute282060 -Ref: absolute-Footnote-1285388 -Node: Date input formats285739 -Node: General date syntax288137 -Node: Calendar date items291120 -Node: Time of day items293117 -Node: Time zone items295313 -Node: Combined date and time of day items296565 -Node: Day of week items297417 -Node: Relative items in date strings298426 -Node: Pure numbers in date strings301228 -Node: Seconds since the Epoch302209 -Node: Specifying time zone rules303830 -Node: Authors of parse_datetime306202 -Ref: Authors of get_date306381 -Node: Formats307344 -Node: Compression312032 -Node: gzip312324 -Ref: alternative decompression programs314533 -Ref: auto-compress318303 -Ref: use-compress-program319034 -Ref: gzip-Footnote-1320957 -Ref: gzip-Footnote-2321006 -Node: lbzip2321146 -Node: sparse322243 -Node: Attributes325297 -Node: Portability331118 -Node: Portable Names332604 -Node: dereference333309 -Node: hard links334436 -Ref: hard links-Footnote-1337321 -Node: old337377 -Node: ustar338561 -Node: gnu339152 -Node: posix340029 -Node: PAX keywords340510 -Node: Checksumming346120 -Node: Large or Negative Values348046 -Node: Other Tars349646 -Node: Split Recovery350782 -Node: Sparse Recovery354514 -Ref: extracting sparse v.0.x358147 -Ref: Sparse Recovery-Footnote-1361436 -Ref: Sparse Recovery-Footnote-2361459 -Node: cpio361580 -Node: Media366337 -Node: Device368284 -Ref: size-suffixes373073 -Node: Remote Tape Server374193 -Node: Common Problems and Solutions377855 -Node: Blocking378247 -Ref: Blocking-Footnote-1384730 -Node: Format Variations384834 -Node: Blocking Factor385746 -Node: Many397398 -Node: Tape Positioning401192 -Node: mt403065 -Node: Using Multiple Tapes404620 -Node: Multi-Volume Archives406686 -Ref: tape-length408171 -Ref: change volume prompt408731 -Ref: volno-file409602 -Ref: info-script410154 -Ref: Multi-Volume Archives-Footnote-1415738 -Ref: Multi-Volume Archives-Footnote-2415848 -Node: Tape Files415916 -Node: Tarcat417398 -Node: label418443 -Ref: --test-label option420030 -Ref: label-Footnote-1423480 -Ref: label-Footnote-2423589 -Ref: label-Footnote-3423722 -Node: verify423957 -Node: Write Protection427257 -Node: Reliability and security428087 -Node: Reliability428475 -Node: Permissions problems429253 -Node: Data corruption and repair429692 -Node: Race conditions430618 -Node: Security432358 -Node: Privacy432961 -Node: Integrity434210 -Node: Live untrusted data436421 -Node: Security rules of thumb438761 -Node: Changes440290 -Node: Configuring Help Summary443905 -Node: Fixing Snapshot Files450406 -Node: Tar Internals453775 -Node: Standard454107 -Node: Extensions476308 -Node: Sparse Formats478868 -Node: Old GNU Format480158 -Node: PAX 0482559 -Node: PAX 1485690 -Node: Snapshot Files487428 -Node: Dumpdir492998 -Node: Genfile496244 -Node: Generate Mode497337 -Node: Status Mode501634 -Node: Exec Mode503432 -Node: Free Software Needs Free Documentation506177 -Node: GNU Free Documentation License511159 -Node: Index of Command Line Options536372 -Node: Index562228 +Node: Top1148 +Node: Introduction10457 +Node: Book Contents11244 +Node: Definitions13416 +Node: What tar Does15219 +Node: Naming tar Archives17985 +Node: Authors18705 +Node: Reports20520 +Node: Tutorial20877 +Node: assumptions21690 +Node: stylistic conventions24165 +Node: basic tar options24608 +Node: frequent operations28246 +Node: Two Frequent Options28898 +Node: file tutorial29529 +Node: verbose tutorial30886 +Ref: verbose member listing33100 +Node: help tutorial35860 +Node: create36214 +Node: prepare for examples37715 +Node: Creating the archive39484 +Node: create verbose42316 +Node: short create43136 +Node: create dir45889 +Node: list48597 +Ref: listing member and file names49876 +Node: list dir52190 +Node: extract53202 +Node: extracting archives54316 +Node: extracting files54821 +Ref: extracting files-Footnote-157468 +Node: extract dir57848 +Node: extracting untrusted archives60241 +Node: failing commands61120 +Node: going further62214 +Node: tar invocation62427 +Node: Synopsis64207 +Ref: exit status67528 +Node: using tar options69162 +Ref: TAR_OPTIONS70739 +Node: Styles71756 +Ref: Styles-Footnote-173255 +Node: Long Options73511 +Node: Short Options75683 +Ref: Short Options-Footnote-177491 +Node: Old Options77708 +Node: Mixing80471 +Ref: Mixing-Footnote-182837 +Node: All Options82957 +Node: Operation Summary83562 +Ref: --append83682 +Ref: --catenate83762 +Ref: --compare83833 +Ref: --concatenate84036 +Ref: --create84146 +Ref: --delete84214 +Ref: --diff84328 +Ref: --extract84384 +Ref: --get84486 +Ref: --list84544 +Ref: --update84612 +Node: Option Summary84822 +Ref: --absolute-names84977 +Ref: --after-date85267 +Ref: --anchored85319 +Ref: --atime-preserve85452 +Ref: --auto-compress87972 +Ref: --backup88199 +Ref: --block-number88390 +Ref: --blocking-factor88564 +Ref: --bzip288716 +Ref: --check-device88823 +Ref: --checkpoint89018 +Ref: --checkpoint-action89460 +Ref: --check-links90611 +Ref: --compress90888 +Ref: --uncompress90888 +Ref: --confirmation91092 +Ref: --delay-directory-restore91160 +Ref: --dereference91361 +Ref: --directory91555 +Ref: --exclude91808 +Ref: --exclude-backups91927 +Ref: --exclude-from92017 +Ref: --exclude-caches92163 +Ref: --exclude-caches-under92371 +Ref: --exclude-caches-all92549 +Ref: --exclude-tag92678 +Ref: --exclude-tag-under92849 +Ref: --exclude-tag-all93039 +Ref: --exclude-vcs93168 +Ref: --file93334 +Ref: --files-from93534 +Ref: --force-local93737 +Ref: --format93928 +Ref: --full-time94598 +Ref: --group95278 +Ref: --gzip95574 +Ref: --gunzip95574 +Ref: --ungzip95574 +Ref: --hard-dereference95797 +Ref: --help95984 +Ref: --ignore-case96118 +Ref: --ignore-command-error96245 +Ref: --ignore-failed-read96356 +Ref: --ignore-zeros96497 +Ref: --incremental96642 +Ref: --index-file96907 +Ref: --info-script96992 +Ref: --new-volume-script96992 +Ref: --interactive97289 +Ref: ----keep-directory-symlink97501 +Ref: --keep-newer-files98049 +Ref: --keep-old-files98191 +Ref: --label98403 +Ref: --level98691 +Ref: --listed-incremental99134 +Ref: --lzip99498 +Ref: --lzma99598 +Ref: --mode99798 +Ref: --mtime100089 +Ref: --multi-volume100530 +Ref: --newer100734 +Ref: --newer-mtime101012 +Ref: --no-anchored101236 +Ref: --no-auto-compress101373 +Ref: --no-check-device101524 +Ref: --no-delay-directory-restore101707 +Ref: --no-ignore-case101960 +Ref: --no-ignore-command-error102053 +Ref: --no-null102208 +Ref: --no-overwrite-dir102413 +Ref: --no-quote-chars102556 +Ref: --no-recursion102737 +Ref: --no-same-owner102842 +Ref: --no-same-permissions103025 +Ref: --no-seek103227 +Ref: --no-unquote103445 +Ref: --no-wildcards103583 +Ref: --no-wildcards-match-slash103667 +Ref: --null103769 +Ref: --numeric-owner103997 +Ref: --occurrence104648 +Ref: --old-archive105215 +Ref: --one-file-system105264 +Ref: --overwrite105442 +Ref: --overwrite-dir105584 +Ref: --owner105729 +Ref: --pax-option106054 +Ref: --portability106361 +Ref: --posix106426 +Ref: --preserve106468 +Ref: --preserve-order106606 +Ref: --preserve-permissions106670 +Ref: --same-permissions106670 +Ref: --quote-chars107084 +Ref: --quoting-style107237 +Ref: --read-full-records107558 +Ref: --record-size107723 +Ref: --recursion108067 +Ref: --recursive-unlink108170 +Ref: --remove-files108337 +Ref: --restrict108483 +Ref: --rmt-command108671 +Ref: --rsh-command108812 +Ref: --same-order108934 +Ref: --same-owner109226 +Ref: --seek109603 +Ref: --show-defaults109972 +Ref: --show-omitted-dirs110480 +Ref: --show-snapshot-field-ranges110634 +Ref: --show-transformed-names110830 +Ref: --show-stored-names110830 +Ref: --skip-old-files111219 +Ref: --sparse111669 +Ref: --sparse-version111808 +Ref: --starting-file112032 +Ref: --strip-components112221 +Ref: --suffix112533 +Ref: --tape-length112652 +Ref: --test-label113067 +Ref: --to-command113219 +Ref: --to-stdout113378 +Ref: --totals113531 +Ref: --touch113762 +Ref: --transform113964 +Ref: --xform113964 +Ref: --unlink-first114575 +Ref: --unquote114743 +Ref: --use-compress-program114850 +Ref: --utc115028 +Ref: --verbose115121 +Ref: --verify115373 +Ref: --version115491 +Ref: --volno-file115663 +Ref: --warning115850 +Ref: --wildcards116027 +Ref: --wildcards-match-slash116147 +Ref: --xz116239 +Ref: Option Summary-Footnote-1116370 +Node: Short Option Summary116588 +Node: help118789 +Ref: help-Footnote-1122620 +Node: defaults122831 +Node: verbose123850 +Ref: totals126151 +Ref: Progress information127741 +Ref: show-omitted-dirs128720 +Ref: block-number129139 +Ref: verbose-Footnote-1130166 +Node: checkpoints130273 +Ref: checkpoint exec134148 +Node: warnings136174 +Node: interactive139573 +Node: external141672 +Node: operations143253 +Node: Basic tar143512 +Ref: Basic tar-Footnote-1146619 +Node: Advanced tar146763 +Node: Operations147608 +Node: append149507 +Ref: append-Footnote-1152602 +Node: appending files152789 +Node: multiple154527 +Node: update157249 +Node: how to update158225 +Node: concatenate160009 +Ref: concatenate-Footnote-1163257 +Node: delete163400 +Node: compare165173 +Node: create options166605 +Node: override167063 +Node: Ignore Failed Read171200 +Node: extract options171420 +Node: Reading172253 +Node: read full records173753 +Node: Ignore Zeros174089 +Node: Writing175080 +Node: Dealing with Old Files175637 +Node: Overwrite Old Files178440 +Node: Keep Old Files179897 +Node: Keep Newer Files180704 +Node: Unlink First180994 +Node: Recursive Unlink181398 +Node: Data Modification Times181951 +Node: Setting Access Permissions182761 +Node: Directory Modification Times and Permissions183393 +Node: Writing to Standard Output187005 +Node: Writing to an External Program188540 +Node: remove files192121 +Node: Scarce192314 +Node: Starting File192562 +Node: Same Order193363 +Node: backup194199 +Node: Applications197285 +Node: looking ahead198746 +Node: Backups199572 +Node: Full Dumps201153 +Node: Incremental Dumps202959 +Ref: --level=0205873 +Ref: device numbers206406 +Ref: incremental-op210384 +Ref: Incremental Dumps-Footnote-1210758 +Ref: Incremental Dumps-Footnote-2210908 +Node: Backup Levels211396 +Node: Backup Parameters213783 +Node: General-Purpose Variables214964 +Ref: RSH218125 +Node: Magnetic Tape Control220004 +Node: User Hooks221342 +Node: backup-specs example222671 +Node: Scripted Backups223814 +Ref: Scripted Backups-Footnote-1226677 +Node: Scripted Restoration227061 +Node: Choosing229672 +Node: file230794 +Ref: remote-dev233430 +Ref: local and remote archives233815 +Node: Selecting Archive Members234846 +Ref: input name quoting235527 +Node: files237513 +Ref: files-Footnote-1240009 +Node: nul240167 +Node: exclude242581 +Node: problems with exclude247757 +Node: wildcards249802 +Node: controlling pattern-matching252386 +Ref: controlling pattern-matching-Footnote-1256376 +Node: quoting styles256592 +Ref: escape sequences256938 +Node: transform263069 +Ref: show-transformed-names265060 +Node: after271251 +Node: recurse274853 +Node: one277577 +Node: directory279010 +Node: absolute282072 +Ref: absolute-Footnote-1285400 +Node: Date input formats285751 +Node: General date syntax288149 +Node: Calendar date items291132 +Node: Time of day items293129 +Node: Time zone items295325 +Node: Combined date and time of day items296577 +Node: Day of week items297429 +Node: Relative items in date strings298438 +Node: Pure numbers in date strings301240 +Node: Seconds since the Epoch302221 +Node: Specifying time zone rules303842 +Node: Authors of parse_datetime306214 +Ref: Authors of get_date306393 +Node: Formats307356 +Node: Compression312046 +Node: gzip312338 +Ref: alternative decompression programs314547 +Ref: auto-compress318319 +Ref: use-compress-program319050 +Ref: gzip-Footnote-1320973 +Ref: gzip-Footnote-2321022 +Node: lbzip2321162 +Node: sparse322259 +Node: Attributes325313 +Node: Portability331134 +Node: Portable Names332620 +Node: dereference333325 +Node: hard links334452 +Ref: hard links-Footnote-1337337 +Node: old337393 +Node: ustar338577 +Node: gnu339168 +Node: posix340045 +Node: PAX keywords340526 +Node: Checksumming346136 +Node: Large or Negative Values348062 +Node: Other Tars349662 +Node: Split Recovery350798 +Node: Sparse Recovery354530 +Ref: extracting sparse v.0.x358163 +Ref: Sparse Recovery-Footnote-1361452 +Ref: Sparse Recovery-Footnote-2361475 +Node: cpio361596 +Node: Media366353 +Node: Device368300 +Ref: size-suffixes373089 +Node: Remote Tape Server374209 +Node: Common Problems and Solutions377871 +Node: Blocking378263 +Ref: Blocking-Footnote-1384746 +Node: Format Variations384850 +Node: Blocking Factor385762 +Node: Many397414 +Node: Tape Positioning401208 +Node: mt403081 +Node: Using Multiple Tapes404636 +Node: Multi-Volume Archives406702 +Ref: tape-length408187 +Ref: change volume prompt408747 +Ref: volno-file409618 +Ref: info-script410170 +Ref: Multi-Volume Archives-Footnote-1415754 +Ref: Multi-Volume Archives-Footnote-2415864 +Node: Tape Files415932 +Node: Tarcat417414 +Node: label418459 +Ref: --test-label option420046 +Ref: label-Footnote-1423496 +Ref: label-Footnote-2423605 +Ref: label-Footnote-3423738 +Node: verify423973 +Node: Write Protection427273 +Node: Reliability and security428103 +Node: Reliability428491 +Node: Permissions problems429269 +Node: Data corruption and repair429708 +Node: Race conditions430634 +Node: Security432374 +Node: Privacy432977 +Node: Integrity434226 +Node: Live untrusted data436437 +Node: Security rules of thumb438777 +Node: Changes440306 +Node: Configuring Help Summary443923 +Node: Fixing Snapshot Files450424 +Node: Tar Internals453793 +Node: Standard454125 +Node: Extensions476326 +Node: Sparse Formats478886 +Node: Old GNU Format480176 +Node: PAX 0482577 +Node: PAX 1485708 +Node: Snapshot Files487446 +Node: Dumpdir493022 +Node: Genfile496268 +Node: Generate Mode497361 +Node: Status Mode501658 +Node: Exec Mode503456 +Node: Free Software Needs Free Documentation506201 +Node: GNU Free Documentation License511183 +Node: Index of Command Line Options536396 +Node: Index562252  End Tag Table diff --git a/doc/tar.info-1 b/doc/tar.info-1 index c8541d8b..c8e405d5 100644 --- a/doc/tar.info-1 +++ b/doc/tar.info-1 @@ -1,6 +1,6 @@ This is tar.info, produced by makeinfo version 4.13 from tar.texi. -This manual is for GNU `tar' (version 1.27, 24 September 2013), which +This manual is for GNU `tar' (version 1.27.1, 24 September 2013), which creates and extracts files from archives. Copyright (C) 1992, 1994-1997, 1999-2001, 2003-2013 Free Software @@ -34,7 +34,7 @@ File: tar.info, Node: Top, Next: Introduction, Up: (dir) GNU tar: an archiver tool ************************* -This manual is for GNU `tar' (version 1.27, 24 September 2013), which +This manual is for GNU `tar' (version 1.27.1, 24 September 2013), which creates and extracts files from archives. Copyright (C) 1992, 1994-1997, 1999-2001, 2003-2013 Free Software @@ -567,7 +567,7 @@ in version 1.11. Thomas Bushnell, n/BSG and Amy Gorin worked on a tutorial and manual for GNU `tar'. Franc,ois Pinard put version 1.11.8 of the manual together by taking information from all these sources and merging them. Melissa Weisshaus finally edited and redesigned the book -to create version 1.12. The book for versions from 1.14 up to 1.27 +to create version 1.12. The book for versions from 1.14 up to 1.27.1 were edited by the current maintainer, Sergey Poznyakoff. For version 1.12, Daniel Hagerty contributed a great deal of @@ -2523,9 +2523,9 @@ File: tar.info, Node: Option Summary, Next: Short Option Summary, Prev: Opera `--level=N' Force incremental backup of level N. As of GNU `tar' version - 1.27, the option `--level=0' truncates the snapshot file, thereby - forcing the level 0 dump. Other values of N are effectively - ignored. *Note --level=0::, for details and examples. + 1.27.1, the option `--level=0' truncates the snapshot file, + thereby forcing the level 0 dump. Other values of N are + effectively ignored. *Note --level=0::, for details and examples. The use of this option is valid only in conjunction with the `--listed-incremental' option. *Note Incremental Dumps::, for a @@ -3083,7 +3083,7 @@ information about its name, version, origin and legal status, all on standard output, and then exit successfully. For example, `tar --version' might print: - tar (GNU tar) 1.27 + tar (GNU tar) 1.27.1 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. @@ -6219,7 +6219,7 @@ difficult to catch using text editors. systems: `CVS', `RCS', `SCCS', `SVN', `Arch', `Bazaar', `Mercurial', and `Darcs'. - As of version 1.27, the following files are excluded: + As of version 1.27.1, the following files are excluded: * `CVS/', and everything under it diff --git a/doc/tar.info-2 b/doc/tar.info-2 index e31d8b3c..a6499dd9 100644 --- a/doc/tar.info-2 +++ b/doc/tar.info-2 @@ -1,6 +1,6 @@ This is tar.info, produced by makeinfo version 4.13 from tar.texi. -This manual is for GNU `tar' (version 1.27, 24 September 2013), which +This manual is for GNU `tar' (version 1.27.1, 24 September 2013), which creates and extracts files from archives. Copyright (C) 1992, 1994-1997, 1999-2001, 2003-2013 Free Software @@ -267,7 +267,7 @@ v7 Makefiles. This practice will change in the future, in the meantime, however this means that projects containing file names more than 99 characters long will not be able to use GNU `tar' - 1.27 and Automake prior to 1.9. + 1.27.1 and Automake prior to 1.9. ustar Archive format defined by POSIX.1-1988 specification. It stores @@ -403,7 +403,7 @@ a list of recognized suffixes). Some compression programs are able to handle different compression formats. GNU `tar' uses this, if the principal decompressor for the given format is not available. For example, if `compress' is not -installed, `tar' will try to use `gzip'. As of version 1.27 the +installed, `tar' will try to use `gzip'. As of version 1.27.1 the following alternatives are tried(2): Format Main decompressor Alternatives @@ -3285,7 +3285,7 @@ Appendix A Changes ****************** This appendix lists some important user-visible changes between version -GNU `tar' 1.27 and previous versions. An up-to-date version of this +GNU `tar' 1.27.1 and previous versions. An up-to-date version of this document is available at the GNU `tar' documentation page (http://www.gnu.org/software/tar/manual/changes.html). @@ -4353,13 +4353,13 @@ backups (*note Incremental Dumps::). It contains the status of the file system at the time of the dump and is used to determine which files were modified since the last backup. - GNU `tar' version 1.27 supports three snapshot file formats. The + GNU `tar' version 1.27.1 supports three snapshot file formats. The first format, called "format 0", is the one used by GNU `tar' versions up to and including 1.15.1. The second format, called "format 1" is an extended version of this format, that contains more metadata and allows for further extensions. It was used by alpha release version 1.15.90. For alpha version 1.15.91 and stable releases version 1.16 up through -1.27, the "format 2" is used. +1.27.1, the "format 2" is used. GNU `tar' is able to read all three formats, but will create snapshots only in format 2. @@ -4418,7 +4418,7 @@ snapshots only in format 2. 2. `Format 2' snapshot file begins with a format identifier, as described for version 1, e.g.: - GNU tar-1.27-2 + GNU tar-1.27.1-2 This line is followed by newline. Rest of file consists of records, separated by null (ASCII 0) characters. Thus, in contrast diff --git a/doc/tar.info-3 b/doc/tar.info-3 index f6db65575ec264e2140805349a307bdd4c1e4cc4..1d175159656402ab0e8804f454fbea324295368b 100644 GIT binary patch delta 15 WcmZpAz|``9X+j>8p5ey4DeD0=X9kP_ delta 12 TcmZp9z|{1BX+qw{f+_0(Cjka6 diff --git a/doc/version.texi b/doc/version.texi index 905e035a..8d2ec6d0 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ @set UPDATED 24 September 2013 @set UPDATED-MONTH September 2013 -@set EDITION 1.27 -@set VERSION 1.27 +@set EDITION 1.27.1 +@set VERSION 1.27.1 diff --git a/gnu/Makefile.in b/gnu/Makefile.in index 454337bf..1a0f8a26 100644 --- a/gnu/Makefile.in +++ b/gnu/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.12.6 from Makefile.am. +# Makefile.in generated by automake 1.14 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -40,23 +40,51 @@ VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ esac; \ - test $$am__dry = yes; \ - } + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -74,10 +102,10 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(srcdir)/gnulib.mk \ +DIST_COMMON = $(srcdir)/gnulib.mk $(srcdir)/Makefile.in \ + $(srcdir)/Makefile.am alloca.c parse-datetime.c \ $(top_srcdir)/build-aux/depcomp $(top_srcdir)/build-aux/ylwrap \ - alloca.c parse-datetime.c + $(noinst_HEADERS) @LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE@am__append_1 = uniwidth/width.c subdir = gnu ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -317,13 +345,14 @@ am__v_YACC_1 = YLWRAP = $(top_srcdir)/build-aux/ylwrap SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) DIST_SOURCES = $(am__libgnu_a_SOURCES_DIST) $(EXTRA_libgnu_a_SOURCES) -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ @@ -332,9 +361,29 @@ am__can_run_installinfo = \ HEADERS = $(noinst_HEADERS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) @@ -1479,6 +1528,7 @@ uniwidth/$(DEPDIR)/$(am__dirstamp): @: > uniwidth/$(DEPDIR)/$(am__dirstamp) uniwidth/width.$(OBJEXT): uniwidth/$(am__dirstamp) \ uniwidth/$(DEPDIR)/$(am__dirstamp) + libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES) $(EXTRA_libgnu_a_DEPENDENCIES) $(AM_V_at)-rm -f libgnu.a $(AM_V_AR)$(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD) @@ -1751,14 +1801,13 @@ distclean-compile: # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. -$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ @@ -1779,31 +1828,13 @@ $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done -cscopelist-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ - done -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ @@ -1819,12 +1850,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -1836,15 +1862,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -1853,9 +1875,10 @@ GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive -cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP)'; \ +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ @@ -2042,14 +2065,12 @@ ps-am: uninstall-am: uninstall-local -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \ - cscopelist-recursive ctags-recursive install install-am \ - install-strip tags-recursive +.MAKE: $(am__recursive_targets) all check install install-am \ + install-strip -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am all-local check check-am clean clean-generic \ - clean-noinstLIBRARIES clean-noinstLTLIBRARIES cscopelist \ - cscopelist-recursive ctags ctags-recursive distclean \ +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ + check check-am clean clean-generic clean-noinstLIBRARIES \ + clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ @@ -2059,8 +2080,8 @@ uninstall-am: uninstall-local install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-local pdf pdf-am ps ps-am tags tags-recursive \ - uninstall uninstall-am uninstall-local + mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-local # We need the following in order to create when the system diff --git a/lib/Makefile.in b/lib/Makefile.in index b3053de2..cdc9d661 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.12.6 from Makefile.am. +# Makefile.in generated by automake 1.14 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -36,23 +36,51 @@ VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ esac; \ - test $$am__dry = yes; \ - } + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -72,8 +100,8 @@ build_triplet = @build@ host_triplet = @host@ @TAR_COND_XATTR_H_FALSE@am__append_1 = attr/xattr.h subdir = lib -DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(top_srcdir)/build-aux/depcomp +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/build-aux/depcomp $(noinst_HEADERS) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/alloca.m4 \ @@ -248,6 +276,23 @@ am__can_run_installinfo = \ *) (install-info --version) >/dev/null 2>&1;; \ esac HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -1192,6 +1237,7 @@ $(am__aclocal_m4_deps): clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) + libtar.a: $(libtar_a_OBJECTS) $(libtar_a_DEPENDENCIES) $(EXTRA_libtar_a_DEPENDENCIES) $(AM_V_at)-rm -f libtar.a $(AM_V_AR)$(libtar_a_AR) libtar.a $(libtar_a_OBJECTS) $(libtar_a_LIBADD) @@ -1217,35 +1263,24 @@ distclean-compile: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -1257,15 +1292,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -1274,9 +1305,10 @@ GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am -cscopelist: $(HEADERS) $(SOURCES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP)'; \ +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ @@ -1432,8 +1464,8 @@ uninstall-am: .MAKE: all check install install-am install-strip -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-noinstLIBRARIES cscopelist ctags distclean \ +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ @@ -1442,7 +1474,7 @@ uninstall-am: install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ + mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am rmt-command.h : Makefile diff --git a/lib/system.h b/lib/system.h index ef462675..e7f531c8 100644 --- a/lib/system.h +++ b/lib/system.h @@ -389,9 +389,16 @@ extern int errno; # define ST_NBLOCKSIZE 512 #endif +/* Network Appliance file systems store small files directly in the + inode if st_size <= 64; in this case the number of blocks can be + zero. Perhaps other file systems have similar problems; so, + somewhat arbitrarily, do not consider a file to be sparse if + it has no blocks but st_size < ST_NBLOCKSIZE. */ #define ST_IS_SPARSE(st) \ (ST_NBLOCKS (st) \ - < ((st).st_size / ST_NBLOCKSIZE + ((st).st_size % ST_NBLOCKSIZE != 0))) + < ((st).st_size / ST_NBLOCKSIZE \ + + ((st).st_size % ST_NBLOCKSIZE != 0 \ + && (st).st_size / ST_NBLOCKSIZE != 0))) /* Declare standard functions. */ diff --git a/po/bg.gmo b/po/bg.gmo index bbcf2e8828dfc27d70175cf7fd544283ca734fd5..a9c8b56b41e685e060e1d49a0ba674debaac633c 100644 GIT binary patch delta 28 kcmaF1k@?w1<_&GJyoS1l<_d-uRz?Qe21c7F#|Bpe0GoFSz5oCK delta 28 kcmaF1k@?w1<_&GJyau`krV2*JR)z-J2F9Bw#|Bpe0Gk8}wg3PC diff --git a/po/bg.po b/po/bg.po index 73875c91..be8bbb5d 100644 --- a/po/bg.po +++ b/po/bg.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.16\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2006-11-23 22:40+0200\n" "Last-Translator: Anton Zinoviev \n" "Language-Team: Bulgarian \n" @@ -1294,31 +1294,31 @@ msgstr "--Продължава при байт %s--\n" msgid "Creating directory:" msgstr "Създава се каталог:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Преименува се %s на %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Не може да се преименува на %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Преименува се %s обратно на %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Файлът бе изтрит преди да бъде прочетен" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "породен процес" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "междупроцесен канал" @@ -1342,39 +1342,39 @@ msgstr "не може да се смени времето на „%s“" msgid "%s: file name read contains nul character" msgstr "%s: файловото име съдържа нулев байт" -#: src/names.c:821 +#: src/names.c:823 #, fuzzy msgid "Pattern matching characters used in file names" msgstr "Във файловите имена са използвани „*“ и „?“. Моля," -#: src/names.c:823 +#: src/names.c:825 #, fuzzy msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "използвайте --wildcards, за да позволите съпоставяне с образци," -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Не е открит в архива" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Необходимо срещане не е открито в архива" -#: src/names.c:876 +#: src/names.c:878 #, fuzzy, c-format msgid "Archive label mismatch" msgstr "Архивът не е етикетиран да отговаря на %s" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" diff --git a/po/ca.gmo b/po/ca.gmo index f5b6a7a377852d90e5279c3df9241105d763fdbe..addcd8e7df4aec0350b73ec3813d61231a94d3a3 100644 GIT binary patch delta 28 jcmX@Hg89S><_&6PyoS1l<_d-uRz?Qe21c8W%S7V<_&6Pyau`krV2*JR)z-J2F9C>%S7V\n" "Language-Team: Catalan \n" @@ -1297,31 +1297,31 @@ msgstr "--Continua al byte %s--\n" msgid "Creating directory:" msgstr "Es crea el directori:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Es canvia el nom %s per %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: No es pot canviar el nom a %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Es torna a canviar el nom %s a %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: El fitxer s'ha esborrat abans de poder-lo llegir" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "procés descendent" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "canal d'intercomunicació" @@ -1345,12 +1345,12 @@ msgstr "no es pot definir el temps de «%s»" msgid "%s: file name read contains nul character" msgstr "%s: la lectura del nom del fixter conté un caràcter nul" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "" "Caràcters de patró de coincidència que es fan servir en noms de fitxers" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1358,29 +1358,29 @@ msgstr "" "Feu servir --wildcards per habilitar els patrons de coincidència, o --no-" "wildcars per eliminar aquest avís." -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: No s'ha trobat a l'arxiu" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: No s'ha trobat cap coincidència a l'arxiu" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "L'etiqueta de l'arxiu no coincideix" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "No podeu fer servir la opció -C als llistats de fitxer amb --listed-" "incremental" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "Només podeu fer servit una opció -C amb --listed-incemental" diff --git a/po/cs.gmo b/po/cs.gmo index 2a12a54f11a773ca20ce2f81ec741725402c0c24..24799476ec2b107b5d577d068076e3a1097c6fd9 100644 GIT binary patch delta 18855 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 delta 11595 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 diff --git a/po/cs.po b/po/cs.po index 69571a71..91839537 100644 --- a/po/cs.po +++ b/po/cs.po @@ -2,7 +2,7 @@ # Copyright (C) 1997 Free Software Foundation, Inc. # This file is distributed under the same license as the tar package. # Vladimir Michl , 1997. -# Petr Pisar , 2009, 2010, 2011. +# Petr Pisar , 2009, 2010, 2011, 2013. # # Pozor: program sám zalamuje dlouhé řádky, ale místo (Å¡irokých) znaků počítá # bajty. Proto je nutné dodržovat nezlomitelné mezery, které program rovněž @@ -15,10 +15,10 @@ #: src/create.c:1572 msgid "" msgstr "" -"Project-Id-Version: tar 1.26\n" +"Project-Id-Version: tar 1.27\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" -"PO-Revision-Date: 2011-03-13 19:24+0100\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" +"PO-Revision-Date: 2013-10-07 19:06+0200\n" "Last-Translator: Petr Pisar \n" "Language-Team: Czech \n" "Language: cs\n" @@ -87,7 +87,7 @@ msgid " [OPTION...]" msgstr " [PŘEPÍNAČ…]" #: gnu/argp-help.c:1686 -#, fuzzy, c-format +#, c-format msgid "Try '%s --help' or '%s --usage' for more information.\n" msgstr "Více informací získáte pomocí „%s --help“ nebo „%s --usage“.\n" @@ -150,9 +150,9 @@ msgid "write error" msgstr "chyba zápisu" #: gnu/getopt.c:549 gnu/getopt.c:578 -#, fuzzy, c-format +#, c-format msgid "%s: option '%s' is ambiguous; possibilities:" -msgstr "%s: přepínač „%s“ není jednoznačný\n" +msgstr "%s: přepínač „%s“ není jednoznačný; možnosti:" #: gnu/getopt.c:626 gnu/getopt.c:630 #, c-format @@ -560,9 +560,9 @@ msgid "Cannot connect to %s: resolve failed" msgstr "K %s se nelze připojit: selhal překlad" #: lib/rtapelib.c:502 -#, fuzzy, c-format +#, c-format msgid "Cannot redirect files for remote shell" -msgstr "Vzdálený shell není možné spustit" +msgstr "Soubory nelze přesměrovat ke vzdálenému shellu" #: lib/rtapelib.c:516 #, c-format @@ -886,7 +886,7 @@ msgid "Verify " msgstr "Ověřuji " #: src/compare.c:471 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', diffed as normal file" msgstr "%s: Neznámý typ souboru „%c“, porovnáván jako normální soubor" @@ -1031,7 +1031,7 @@ msgstr "%s: Neočekávaná inkonzistence, při vytváření adresáře" #: src/extract.c:705 #, c-format msgid "%s: skipping existing file" -msgstr "" +msgstr "%s: existující soubor se přeskakuje" #: src/extract.c:821 #, c-format @@ -1056,7 +1056,7 @@ msgid "Unexpected long name header" msgstr "Neočekávaná hlavička dlouhého názvu" #: src/extract.c:1542 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', extracted as normal file" msgstr "%s: Neznámý typ souboru „%c“, rozbalen jako normální soubor" @@ -1086,9 +1086,9 @@ msgid "%s: Directory is new" msgstr "%s: Adresář je nový" #: src/incremen.c:566 -#, fuzzy, c-format +#, c-format msgid "%s: directory is on a different filesystem; not dumped" -msgstr "%s: soubor je na jiném souborovém systému; nearchivován" +msgstr "%s: adresář je na jiném souborovém systému; nearchivován" #: src/incremen.c:587 #, c-format @@ -1100,9 +1100,8 @@ msgid "Invalid time stamp" msgstr "Neplatný čas souboru" #: src/incremen.c:1045 -#, fuzzy msgid "Invalid modification time" -msgstr "Neplatný čas změny obsahu souboru (sekundy)" +msgstr "Neplatný čas změny obsahu souboru" #: src/incremen.c:1055 msgid "Invalid modification time (nanoseconds)" @@ -1119,7 +1118,7 @@ msgstr "Neplatné číslo i-uzlu" #: src/incremen.c:1135 #, c-format msgid "%s: byte %s: %s %.*s... too long" -msgstr "" +msgstr "%s: bajt %s: %s %.*s… je příliÅ¡ dlouhý" #: src/incremen.c:1151 src/incremen.c:1206 src/incremen.c:1268 msgid "Unexpected EOF in snapshot file" @@ -1128,7 +1127,7 @@ msgstr "Neočekávaný konec souboru snímku" #: src/incremen.c:1157 #, c-format msgid "%s: byte %s: %s %s followed by invalid byte 0x%02x" -msgstr "" +msgstr "%s: bajt %s: %s %s je následován neplatným bajtem 0x%02x" #: src/incremen.c:1169 #, c-format @@ -1136,16 +1135,18 @@ msgid "" "%s: byte %s: (valid range %s..%s)\n" "\t%s %s" msgstr "" +"%s: bajt %s: (platný rozsah %s–%s)\n" +"\t%s %s" #: src/incremen.c:1176 #, c-format msgid "%s: byte %s: %s %s" -msgstr "" +msgstr "%s: bajt %s: %s %s" #: src/incremen.c:1257 #, c-format msgid "%s: byte %s: %s" -msgstr "" +msgstr "%s: bajt %s: %s" #: src/incremen.c:1260 msgid "Missing record terminator" @@ -1315,59 +1316,58 @@ msgstr "--Pokračováno od %s bajtu--\n" msgid "Creating directory:" msgstr "Vytvářím adresář:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Přejmenovávám %s na %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: nelze přejmenovat na %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Přejmenovávám %s zpět na %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Soubor smazán dříve než mohl být přečten" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "potomek" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "meziprocesový kanál" #: src/names.c:360 -#, fuzzy msgid "command line" -msgstr "příkaz %s selhal" +msgstr "příkazový řádek" #: src/names.c:378 -#, fuzzy, c-format +#, c-format msgid "%s: file list requested from %s already read from %s" -msgstr "%s: seznam souborů již načten" +msgstr "%s: seznam souborů požadovaný z %s již načten z %s" #: src/names.c:448 -#, fuzzy, c-format +#, c-format msgid "cannot split string '%s': %s" -msgstr "Souboru „%s“ nelze nastavit čas" +msgstr "řetězec „%s“ nelze rozdělit: %s" #: src/names.c:490 #, c-format msgid "%s: file name read contains nul character" msgstr "%s: načtený název souboru obsahuje nulový znak" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "V názvech souborů se nachází žolíkové znaky" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1375,36 +1375,36 @@ msgstr "" "Porovnávání proti žolíkových znaků zapněte pomocí --wildcards, nebo varování " "potlačte prostřednictvím --no-wildcards" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: V archivu nenalezen" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Požadovaný výskyt nebyl v archivu nalezen" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Název archivu se neodpovídá" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "Použití přepínače -C uvnitř seznamu souborů není spolu s --listed-" "incremental dovoleno" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "S --listed-incremental je dovolen pouze jediný přepínač -C" #: src/tar.c:86 -#, fuzzy, c-format +#, c-format msgid "Options '-%s' and '-%s' both want standard input" -msgstr "Přepínače „-%s“ a „-%s“ oba dva chtějí standardní vstup" +msgstr "Oba dva přepínače „-%s“ a „-%s“ chtějí standardní vstup" #: src/tar.c:163 #, c-format @@ -1416,7 +1416,7 @@ msgid "GNU features wanted on incompatible archive format" msgstr "GNU rozšíření požadovány na nekompatibilním formátu archivu" #: src/tar.c:255 -#, fuzzy, c-format +#, c-format msgid "" "Unknown quoting style '%s'. Try '%s --quoting-style=help' to get a list." msgstr "" @@ -1424,7 +1424,6 @@ msgstr "" "style=help“." #: src/tar.c:364 -#, fuzzy msgid "" "GNU 'tar' saves many files together into a single tape or disk archive, and " "can restore individual files from the archive.\n" @@ -1444,7 +1443,6 @@ msgstr "" " tar -xf archiv.tar # Rozbalí vÅ¡echny soubory z archiv.tar.\n" #: src/tar.c:373 -#, fuzzy msgid "" "The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n" "The version control may be set with --backup or VERSION_CONTROL, values " @@ -1580,14 +1578,12 @@ msgid "remove files after adding them to the archive" msgstr "odstraní soubory po té, co budou přidány do archivu" #: src/tar.c:471 -#, fuzzy msgid "don't replace existing files when extracting, treat them as errors" -msgstr "při rozbalovaní nenahrazuje existující soubory" +msgstr "při rozbalovaní nenahrazuje existující soubory, považuje je za chyby" #: src/tar.c:474 -#, fuzzy msgid "don't replace existing files when extracting, silently skip over them" -msgstr "při rozbalovaní nenahrazuje existující soubory" +msgstr "při rozbalovaní nenahrazuje existující soubory, potichu je přeskočí" #: src/tar.c:477 msgid "don't replace existing files that are newer than their archive copies" @@ -1615,9 +1611,8 @@ msgid "overwrite metadata of existing directories when extracting (default)" msgstr "při rozbalování přepisuje metadata existujících adresářů (implicitní)" #: src/tar.c:490 -#, fuzzy msgid "preserve existing symlinks to directories when extracting" -msgstr "při rozbalování existující soubory přepisuje" +msgstr "při rozbalování zachovává existující symbolické odkazy na adresáře" #: src/tar.c:496 msgid "Select output stream:" @@ -1720,7 +1715,7 @@ msgstr "" #: src/tar.c:540 msgid "" "member arguments are listed in the same order as the files in the archive" -msgstr "" +msgstr "argumenty prvku se vypisují ve stejném pořadí jako soubory v archivu" #: src/tar.c:544 msgid "same as both -p and -s" @@ -1739,45 +1734,44 @@ msgid "cancel the effect of --delay-directory-restore option" msgstr "zruší účinek přepínače --delay-directory-restore" #: src/tar.c:554 -#, fuzzy msgid "Handling of extended file attributes:" -msgstr "Zacházení s atributy souborů:" +msgstr "Zacházení s rozšířenými atributy souborů:" #: src/tar.c:557 msgid "Enable extended attributes support" -msgstr "" +msgstr "Zapne podporu rozšířených atributů" #: src/tar.c:559 msgid "Disable extended attributes support" -msgstr "" +msgstr "Vypne podporu rozšířených atributů" #: src/tar.c:560 src/tar.c:562 msgid "MASK" -msgstr "" +msgstr "MASKA" #: src/tar.c:561 msgid "specify the include pattern for xattr keys" -msgstr "" +msgstr "určuje vzor klíčů rozšířených atributů k zahrnutí" #: src/tar.c:563 msgid "specify the exclude pattern for xattr keys" -msgstr "" +msgstr "určuje vzor klíčů rozšířených atributů k vyloučení" #: src/tar.c:565 msgid "Enable the SELinux context support" -msgstr "" +msgstr "Zapne podporu pro kontext SELinuxu" #: src/tar.c:567 msgid "Disable the SELinux context support" -msgstr "" +msgstr "Vypne podporu pro kontext SELinuxu" #: src/tar.c:569 msgid "Enable the POSIX ACLs support" -msgstr "" +msgstr "Zapne podporu pro posixové ACL" #: src/tar.c:571 msgid "Disable the POSIX ACLs support" -msgstr "" +msgstr "Vypne podporu pro posixové ACL" #: src/tar.c:576 msgid "Device selection and switching:" @@ -2034,7 +2028,6 @@ msgid "recurse into directories (default)" msgstr "sestupuje rekurzivně do adresářů (implicitní)" #: src/tar.c:729 -#, fuzzy msgid "don't strip leading '/'s from file names" msgstr "neodstraní z názvů souborů úvodní „/“" @@ -2055,9 +2048,8 @@ msgid "MEMBER-NAME" msgstr "SLOŽKA_NÁZVU" #: src/tar.c:735 -#, fuzzy msgid "begin at member MEMBER-NAME when reading the archive" -msgstr "začne v archivu na složce SLOŽKA_NÁZVU" +msgstr "čtení archivu začne na složce SLOŽKA_NÁZVU" #: src/tar.c:737 msgid "only store files newer than DATE-OR-FILE" @@ -2122,7 +2114,6 @@ msgid "patterns match file name start" msgstr "vzory se testují název souboru od začátku" #: src/tar.c:767 -#, fuzzy msgid "patterns match after any '/' (default for exclusion)" msgstr "vzory se testují po každém „/“ (implicitní u vyloučení)" @@ -2139,12 +2130,10 @@ msgid "verbatim string matching" msgstr "testuje se přesný řetězec" #: src/tar.c:775 -#, fuzzy msgid "wildcards do not match '/'" msgstr "žolíkové znaky nezahrnují „/“" #: src/tar.c:777 -#, fuzzy msgid "wildcards match '/' (default for exclusion)" msgstr "žolíkové znaky zahrnují „/“ (implicitní u vyloučení)" @@ -2221,7 +2210,7 @@ msgstr "zobrazí implicitní argumenty taru" #: src/tar.c:815 msgid "show valid ranges for snapshot-file fields" -msgstr "" +msgstr "zobrazí platné rozsahy pro položky souborů snímků" #: src/tar.c:817 msgid "" @@ -2272,12 +2261,12 @@ msgid "disable use of some potentially harmful options" msgstr "zakáže použití některých potenciálně nebezpečných přepínačů" #: src/tar.c:978 -#, fuzzy msgid "" "You may not specify more than one '-Acdtrux', '--delete' or '--test-label' " "option" msgstr "" -"Nemůže být zadán více jak jeden přepínač z „-Acdtrux“ nebo „--test-label“" +"Nemůže být zadán více jak jeden přepínač z „-Acdtrux“, „--delete“ nebo „--" +"test-label“" #: src/tar.c:988 msgid "Conflicting compression options" @@ -2298,7 +2287,7 @@ msgid "Substituting %s for unknown date format %s" msgstr "Datum neznámého formátu %2$s nahrazuji %1$s" #: src/tar.c:1108 -#, fuzzy, c-format +#, c-format msgid "Option %s: Treating date '%s' as %s" msgstr "Přepínač %s: S datem „%s“ bude zacházeno jako s %s" @@ -2321,9 +2310,8 @@ msgstr "" "Implicitní přepínače *tohoto* taru:\n" #: src/tar.c:1295 -#, fuzzy msgid "Invalid owner or group ID" -msgstr "Neplatný vlastník" +msgstr "Neplatné ID vlastníka nebo skupiny" #: src/tar.c:1339 msgid "Invalid blocking factor" @@ -2392,12 +2380,12 @@ msgid "Malformed density argument: %s" msgstr "Neplatný argument hustoty: %s" #: src/tar.c:2133 -#, fuzzy, c-format +#, c-format msgid "Unknown density: '%c'" msgstr "Neznámá hustota: „%c“" #: src/tar.c:2150 -#, fuzzy, c-format +#, c-format msgid "Options '-[0-7][lmh]' not supported by *this* tar" msgstr "Přepínače „-[0-7][lmh]“ nejsou *tímto* tarem podporovány" @@ -2406,21 +2394,20 @@ msgid "[FILE]..." msgstr "[SOUBOR]…" #: src/tar.c:2306 -#, fuzzy, c-format +#, c-format msgid "Old option '%c' requires an argument." -msgstr "Přepínač „%c“ vyžaduje argument." +msgstr "Starý přepínač „%c“ vyžaduje argument." #: src/tar.c:2386 msgid "--occurrence is meaningless without a file list" msgstr "bez seznamu souborů nemá --occurrence smysl" #: src/tar.c:2389 -#, fuzzy, c-format +#, c-format msgid "--occurrence cannot be used with %s" -msgstr "--occurrence nelze v požadovaném režimu operace použít" +msgstr "--occurrence nelze použít s %s" #: src/tar.c:2408 -#, fuzzy msgid "Multiple archive files require '-M' option" msgstr "Více archivačních souborů vyžaduje přepínač „-M“" @@ -2449,9 +2436,9 @@ msgid "Cannot verify compressed archives" msgstr "Komprimovaný archiv nelze ověřit" #: src/tar.c:2450 -#, fuzzy, c-format +#, c-format msgid "--verify cannot be used with %s" -msgstr "Vzor %s nelze použít" +msgstr "Přepínač --verify nelze použít s %s" #: src/tar.c:2457 msgid "Cannot use multi-volume compressed archives" @@ -2466,24 +2453,21 @@ msgid "--pax-option can be used only on POSIX archives" msgstr "Přepínač --pax-option lze použít jen na posixových archivech" #: src/tar.c:2478 -#, fuzzy msgid "--acls can be used only on POSIX archives" -msgstr "Přepínač --pax-option lze použít jen na posixových archivech" +msgstr "Přepínač --acls lze použít jen na posixových archivech" #: src/tar.c:2483 -#, fuzzy msgid "--selinux can be used only on POSIX archives" -msgstr "Přepínač --pax-option lze použít jen na posixových archivech" +msgstr "Přepínač --selinux lze použít jen na posixových archivech" #: src/tar.c:2488 -#, fuzzy msgid "--xattrs can be used only on POSIX archives" -msgstr "Přepínač --pax-option lze použít jen na posixových archivech" +msgstr "Přepínač --xattrs lze použít jen na posixových archivech" #: src/tar.c:2493 -#, fuzzy, c-format +#, c-format msgid "--%s option cannot be used with %s" -msgstr "Vzor %s nelze použít" +msgstr "Přepínač --%s nelze použít s %s" #: src/tar.c:2525 msgid "Volume length cannot be less than record size" @@ -2498,15 +2482,14 @@ msgid "Cowardly refusing to create an empty archive" msgstr "Vytvoření prázdného archivu odmítnuto." #: src/tar.c:2565 -#, fuzzy msgid "Options '-Aru' are incompatible with '-f -'" msgstr "Přepínače „-Aru“ jsou neslučitelné s přepínačem „-f -“" #: src/tar.c:2660 -#, fuzzy msgid "" "You must specify one of the '-Acdtrux', '--delete' or '--test-label' options" -msgstr "Musíte zadat jeden z přepínačů „-Acdtrux“ nebo „--test-label“" +msgstr "" +"Musíte zadat jeden z přepínačů „-Acdtrux“, „--delete“ nebo „--test-label“" #: src/tar.c:2715 #, c-format @@ -2562,7 +2545,7 @@ msgid "Malformed extended header: missing newline" msgstr "Chybná rozšířená hlavička: chybí odřádkování" #: src/xheader.c:740 -#, fuzzy, c-format +#, c-format msgid "Ignoring unknown extended header keyword '%s'" msgstr "Ignoruje se neznámé klíčové slovo „%s“ rozšířené hlavičky" @@ -2841,14 +2824,14 @@ msgid "cannot set time on `%s'" msgstr "Souboru „%s“ nelze nastavit čas" #: tests/genfile.c:692 -#, fuzzy, c-format +#, c-format msgid "cannot truncate `%s'" -msgstr "„%s“ nelze odstranit (unlink)" +msgstr "„%s“ nelze zkrátit" #: tests/genfile.c:701 -#, fuzzy, c-format +#, c-format msgid "command failed: %s" -msgstr "příkaz %s selhal" +msgstr "příkaz selhal: %s" #: tests/genfile.c:706 #, c-format @@ -2890,12 +2873,6 @@ msgstr "Příkaz ukončen\n" msgid "--stat requires file names" msgstr "--stat potřebuje název souboru" -#~ msgid "Cannot get working directory" -#~ msgstr "Nelze zjistit pracovní adresář" - -#~ msgid "sort names to extract to match archive" -#~ msgstr "při rozbalování seřadí názvy tak, aby odpovídaly pořadí v archivu" - #~ msgid "Field too long while reading snapshot file" #~ msgstr "Při čtení souboru snímku: položka je příliÅ¡ dlouhá" @@ -2905,12 +2882,18 @@ msgstr "--stat potřebuje název souboru" #~ msgid "Unexpected field value in snapshot file" #~ msgstr "Neočekávaná hodnota položky v souboru snímku" -#~ msgid "Extended header length is out of allowed range" -#~ msgstr "Délka rozšířené hlavičky je mimo povolený rozsah" +#~ msgid "Cannot get working directory" +#~ msgstr "Nelze zjistit pracovní adresář" + +#~ msgid "sort names to extract to match archive" +#~ msgstr "při rozbalování seřadí názvy tak, aby odpovídaly pořadí v archivu" #~ msgid "Invalid group" #~ msgstr "Neplatná skupina" +#~ msgid "Extended header length is out of allowed range" +#~ msgstr "Délka rozšířené hlavičky je mimo povolený rozsah" + #~ msgid "%s: Directory removed before we read it" #~ msgstr "%s: Adresář smazán dříve než mohl být přečten" diff --git a/po/da.gmo b/po/da.gmo index 4ff91020e94b4745f7081240b1ad7c78cc2d97df..7f966179386dc4c42484a81381eaaa743ae4b4a9 100644 GIT binary patch delta 28 jcmeC~XYTH2-k?>+Yp82zu3%_kWn`djV6@r1EF=&Bdi4ku delta 28 jcmeC~XYTH2-k?>+YoKdjs$gVnWoV#nV7%G9EF=&BdV&ZI diff --git a/po/da.po b/po/da.po index 886af043..bae88b1f 100644 --- a/po/da.po +++ b/po/da.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU tar 1.26\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2011-04-12 10:18+0100\n" "Last-Translator: Keld Simonsen \n" "Language-Team: Danish \n" @@ -1292,31 +1292,31 @@ msgstr "--Fortsat ved byte %s--\n" msgid "Creating directory:" msgstr "Opretter katalog:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Omdøber %s til %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Kan ikke omdøbe til %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Omdøber %s tilbage til %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Fil fjernet før vi læste den" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "underproces" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "mellemproces-kanal" @@ -1340,11 +1340,11 @@ msgstr "kan ikke s msgid "%s: file name read contains nul character" msgstr "%s: filnavnet som læstes indeholder nultegn" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "Mønstermatchningstegn bruges i filnavne" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1352,28 +1352,28 @@ msgstr "" "Brug --wildcards for at aktivere mønstermatchning, eller --no-wildcards for " "at undertrykke denne advarsel" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Ikke fundet i arkivet" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Krævet forekomst blev ikke fundet i arkivet" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Arkivetiket stemmer ikke overrens" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "At bruge -C-flaget i en filliste er ikke tilladt med --listed-incremental" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "Kun ét -C-flag er tilladt med --listed-incremental" diff --git a/po/de.gmo b/po/de.gmo index d32c51a631de802aa9e41282245556ba58c0ab25..27616ece9cc27be4c9677f6de7d55b051039321d 100644 GIT binary patch delta 18905 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 delta 11596 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 diff --git a/po/de.po b/po/de.po index 412fa782..4eeafc99 100644 --- a/po/de.po +++ b/po/de.po @@ -4,15 +4,15 @@ # Ulrich Drepper , 1995? # Karl Eichwalder , 1996 # Christian Kirsch , 1996, 2001 -# Michael Piefel , 2003, 2006, 2007, 2008, 2009, 2010, 2011 +# Michael Piefel , 2003, 2006, 2007, 2008, 2009, 2010, 2011, 2013 # #: src/create.c:1572 msgid "" msgstr "" -"Project-Id-Version: tar 1.26\n" +"Project-Id-Version: tar 1.27\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" -"PO-Revision-Date: 2011-03-14 21:35+0100\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" +"PO-Revision-Date: 2013-10-26 21:35+0200\n" "Last-Translator: Michael Piefel \n" "Language-Team: German \n" "Language: de\n" @@ -81,7 +81,7 @@ msgid " [OPTION...]" msgstr " [OPTION...]" #: gnu/argp-help.c:1686 -#, fuzzy, c-format +#, c-format msgid "Try '%s --help' or '%s --usage' for more information.\n" msgstr "„%s --help“ oder „%s --usage“ gibt weitere Informationen.\n" @@ -141,9 +141,9 @@ msgid "write error" msgstr "Schreibfehler" #: gnu/getopt.c:549 gnu/getopt.c:578 -#, fuzzy, c-format +#, c-format msgid "%s: option '%s' is ambiguous; possibilities:" -msgstr "%s: Option „%s“ ist mehrdeutig\n" +msgstr "%s: Option „%s“ ist mehrdeutig; Möglichkeiten:" #: gnu/getopt.c:626 gnu/getopt.c:630 #, c-format @@ -539,9 +539,9 @@ msgid "Cannot connect to %s: resolve failed" msgstr "Kann nicht mit %s verbinden: Auflösung fehlgeschlagen" #: lib/rtapelib.c:502 -#, fuzzy, c-format +#, c-format msgid "Cannot redirect files for remote shell" -msgstr "Kann Remote-Shell nicht ausführen." +msgstr "Kann Dateien für Remote-Shell nicht umleiten." #: lib/rtapelib.c:516 #, c-format @@ -866,7 +866,7 @@ msgid "Verify " msgstr "Prüfe " #: src/compare.c:471 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', diffed as normal file" msgstr "%s: Unbekannter Dateityp „%c“, Differenz wie für eine normale Datei." @@ -1010,7 +1010,7 @@ msgstr "%s: Unerwarteter Inkonsitenz beim Erstellen des Verzeichnisses." #: src/extract.c:705 #, c-format msgid "%s: skipping existing file" -msgstr "" +msgstr "%s: überspringe existierende Datei" #: src/extract.c:821 #, c-format @@ -1037,7 +1037,7 @@ msgid "Unexpected long name header" msgstr "Unerwarteter Kopfteil mit langem Namen" #: src/extract.c:1542 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', extracted as normal file" msgstr "%s: Unbekannter Dateityp „%c“, wie normale Datei extrahiert." @@ -1067,9 +1067,9 @@ msgid "%s: Directory is new" msgstr "Verzeichnis „%s“ ist neu." #: src/incremen.c:566 -#, fuzzy, c-format +#, c-format msgid "%s: directory is on a different filesystem; not dumped" -msgstr "Datei %s liegt auf einem anderen Dateisystem; nicht gesichert." +msgstr "Verzeichnis %s liegt auf einem anderen Dateisystem; nicht gesichert." #: src/incremen.c:587 #, c-format @@ -1081,9 +1081,8 @@ msgid "Invalid time stamp" msgstr "Ungültiger Zeitstempel" #: src/incremen.c:1045 -#, fuzzy msgid "Invalid modification time" -msgstr "Ungültige Änderungszeit (Sekunden)." +msgstr "Ungültige Änderungszeit" #: src/incremen.c:1055 msgid "Invalid modification time (nanoseconds)" @@ -1100,7 +1099,7 @@ msgstr "Ungültige Inode-Nummer" #: src/incremen.c:1135 #, c-format msgid "%s: byte %s: %s %.*s... too long" -msgstr "" +msgstr "%s: Byte %s: %s %.*s... zu lang" #: src/incremen.c:1151 src/incremen.c:1206 src/incremen.c:1268 msgid "Unexpected EOF in snapshot file" @@ -1109,7 +1108,7 @@ msgstr "Unerwartetes Dateiende im Schnappschussdatei." #: src/incremen.c:1157 #, c-format msgid "%s: byte %s: %s %s followed by invalid byte 0x%02x" -msgstr "" +msgstr "%s: Byte %s: %s %s gefolgt von ungültigem Byte 0x%02x" #: src/incremen.c:1169 #, c-format @@ -1117,16 +1116,18 @@ msgid "" "%s: byte %s: (valid range %s..%s)\n" "\t%s %s" msgstr "" +"%s: Byte %s: (gültiger Bereich %s..%s)\n" +"\t%s %s" #: src/incremen.c:1176 #, c-format msgid "%s: byte %s: %s %s" -msgstr "" +msgstr "%s: Byte %s: %s %s" #: src/incremen.c:1257 #, c-format msgid "%s: byte %s: %s" -msgstr "" +msgstr "%s: Byte %s: %s" #: src/incremen.c:1260 msgid "Missing record terminator" @@ -1300,59 +1301,59 @@ msgstr "––Fortgesetzt bei Byte %s––\n" msgid "Creating directory:" msgstr "Erzeuge Verzeichnis:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Benenne „%s“ in „%s“ um.\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Kann nicht in %s umbenennen" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Benenne „%s“ zurück in „%s“.\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Datei gelöscht, bevor sie gelesen wurde." -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "Kindprozess" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "Interprocess-Kanal" #: src/names.c:360 -#, fuzzy msgid "command line" -msgstr "„%s“-Befehl gescheitert." +msgstr "Kommandozeile" #: src/names.c:378 -#, fuzzy, c-format +#, c-format msgid "%s: file list requested from %s already read from %s" -msgstr "%s: Dateiliste schon gelesen" +msgstr "" +"%s: Dateiliste, die von %s angefordert wurde, wurde schon von %s gelesen" #: src/names.c:448 -#, fuzzy, c-format +#, c-format msgid "cannot split string '%s': %s" -msgstr "kann an „%s“ keine Zeit setzen" +msgstr "kann Zeichenkette „%s“ nicht zerteilen: %s" #: src/names.c:490 #, c-format msgid "%s: file name read contains nul character" msgstr "%s: gelesener Dateiname enthält ein NULL-Zeichen" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "Zeichen für Musterüberdeckung im Dateinamen benutzt" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1360,32 +1361,32 @@ msgstr "" "Benutzen Sie --wildcards, um Musterüberdeckung zu ermöglichen oder\n" "--no-wildcards, um diese Warnung zu unterdrücken." -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Nicht im Archiv gefunden." -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Erforderliches Auftreten nicht im Archiv gefunden." -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Kennzeichnung des Archivs passt nicht" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "Option -C in Dateiliste ist nicht erlaubt mit --listed-incremental" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "In --listed-incremental ist nur eine Option -C erlaubt" #: src/tar.c:86 -#, fuzzy, c-format +#, c-format msgid "Options '-%s' and '-%s' both want standard input" msgstr "Die beiden Optionen „-%s“ und „-%s“ verlangen Standard-Eingabe." @@ -1399,7 +1400,7 @@ msgid "GNU features wanted on incompatible archive format" msgstr "GNU-Erweiterungen bei einem inkompatiblen Archiv-Format verlangt." #: src/tar.c:255 -#, fuzzy, c-format +#, c-format msgid "" "Unknown quoting style '%s'. Try '%s --quoting-style=help' to get a list." msgstr "" @@ -1407,7 +1408,6 @@ msgstr "" "Liste." #: src/tar.c:364 -#, fuzzy msgid "" "GNU 'tar' saves many files together into a single tape or disk archive, and " "can restore individual files from the archive.\n" @@ -1427,7 +1427,6 @@ msgstr "" " tar -xf archiv.tar # alle Dateien aus archiv.tar extrahieren\n" #: src/tar.c:373 -#, fuzzy msgid "" "The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n" "The version control may be set with --backup or VERSION_CONTROL, values " @@ -1565,14 +1564,16 @@ msgid "remove files after adding them to the archive" msgstr "Dateien nach dem Hinzufügen zum Archiv löschen" #: src/tar.c:471 -#, fuzzy msgid "don't replace existing files when extracting, treat them as errors" -msgstr "vorhandene Dateien beim Extrahieren nicht überschreiben" +msgstr "" +"vorhandene Dateien beim Extrahieren nicht überschreiben, sondern als Fehler " +"behandeln" #: src/tar.c:474 -#, fuzzy msgid "don't replace existing files when extracting, silently skip over them" -msgstr "vorhandene Dateien beim Extrahieren nicht überschreiben" +msgstr "" +"vorhandene Dateien beim Extrahieren nicht überschreiben, kommentarlos " +"überspringen" #: src/tar.c:477 msgid "don't replace existing files that are newer than their archive copies" @@ -1604,9 +1605,10 @@ msgstr "" "(Voreinstellung)" #: src/tar.c:490 -#, fuzzy msgid "preserve existing symlinks to directories when extracting" -msgstr "vorhandene Dateien beim Extrahieren überschreiben" +msgstr "" +"vorhandene symbolische Verknüpfungen auf Verzeichnisse beim Extrahieren " +"erhalten" #: src/tar.c:496 msgid "Select output stream:" @@ -1715,6 +1717,8 @@ msgstr "" msgid "" "member arguments are listed in the same order as the files in the archive" msgstr "" +"Argumente für Elemente werden in der gleichen Anordnung wie die Dateien im " +"Archiv aufgeführt" #: src/tar.c:544 msgid "same as both -p and -s" @@ -1733,45 +1737,44 @@ msgid "cancel the effect of --delay-directory-restore option" msgstr "den Effekt von --delay-directory-restore aufheben" #: src/tar.c:554 -#, fuzzy msgid "Handling of extended file attributes:" -msgstr "Behandlung der Datei-Attribute:" +msgstr "Behandlung der erweiterten Datei-Attribute:" #: src/tar.c:557 msgid "Enable extended attributes support" -msgstr "" +msgstr "Unterstützung für erweiterte Attribute ermöglichen" #: src/tar.c:559 msgid "Disable extended attributes support" -msgstr "" +msgstr "Unterstützung für erweiterte Attribute abschalten" #: src/tar.c:560 src/tar.c:562 msgid "MASK" -msgstr "" +msgstr "MASKE" #: src/tar.c:561 msgid "specify the include pattern for xattr keys" -msgstr "" +msgstr "das Einschluss-Muster für xattr-Schlüssel angeben" #: src/tar.c:563 msgid "specify the exclude pattern for xattr keys" -msgstr "" +msgstr "das Ausschluss-Muster für xattr-Schlüssel angeben" #: src/tar.c:565 msgid "Enable the SELinux context support" -msgstr "" +msgstr "Unterstützung für SELinux-Kontext ermöglichen" #: src/tar.c:567 msgid "Disable the SELinux context support" -msgstr "" +msgstr "Unterstützung für SELinux-Kontext abschalten" #: src/tar.c:569 msgid "Enable the POSIX ACLs support" -msgstr "" +msgstr "Unterstützung für POSIX-ACLs ermöglichen" #: src/tar.c:571 msgid "Disable the POSIX ACLs support" -msgstr "" +msgstr "Unterstützung für POSIX-ACLs abschalten" #: src/tar.c:576 msgid "Device selection and switching:" @@ -2031,7 +2034,6 @@ msgid "recurse into directories (default)" msgstr "in Verzeichnisse absteigen (Voreinstellung)" #: src/tar.c:729 -#, fuzzy msgid "don't strip leading '/'s from file names" msgstr "führende „/“-Zeichen in den Dateinamen erhalten" @@ -2052,9 +2054,8 @@ msgid "MEMBER-NAME" msgstr "ELEMENT-NAME" #: src/tar.c:735 -#, fuzzy msgid "begin at member MEMBER-NAME when reading the archive" -msgstr "mit ELEMENT-NAME im Archiv beginnen" +msgstr "beim Lesen der Archivs mit ELEMENT-NAME beginnen" #: src/tar.c:737 msgid "only store files newer than DATE-OR-FILE" @@ -2118,7 +2119,6 @@ msgid "patterns match file name start" msgstr "Muster am Dateinamensanfang ausrichten" #: src/tar.c:767 -#, fuzzy msgid "patterns match after any '/' (default for exclusion)" msgstr "Muster passen nach jedem „/“ (Voreinstellung beim Ausschluss)" @@ -2135,12 +2135,10 @@ msgid "verbatim string matching" msgstr "Zeichenketten sind buchstabengetreu" #: src/tar.c:775 -#, fuzzy msgid "wildcards do not match '/'" msgstr "Jokerzeichen passen nicht auf „/“" #: src/tar.c:777 -#, fuzzy msgid "wildcards match '/' (default for exclusion)" msgstr "Jokerzeichen passen auf „/“ (Voreinstellung für Ausschluss)" @@ -2220,7 +2218,7 @@ msgstr "Voreinstellungen von tar anzeigen" #: src/tar.c:815 msgid "show valid ranges for snapshot-file fields" -msgstr "" +msgstr "gültige Bereiche für die Felder von Snapshot-Dateien anzeigen" #: src/tar.c:817 msgid "" @@ -2269,12 +2267,12 @@ msgid "disable use of some potentially harmful options" msgstr "möglicherweise schädliche Optionen deaktivieren" #: src/tar.c:978 -#, fuzzy msgid "" "You may not specify more than one '-Acdtrux', '--delete' or '--test-label' " "option" msgstr "" -"Von den Optionen „-Acdtrux“ oder „--test-label“ ist jeweils nur eine erlaubt" +"Von den Optionen „-Acdtrux“, „--delete“ oder „--test-label“ ist jeweils nur " +"eine erlaubt" #: src/tar.c:988 msgid "Conflicting compression options" @@ -2295,7 +2293,7 @@ msgid "Substituting %s for unknown date format %s" msgstr "Ersetze %s für unbekanntes Datumsformat %s" #: src/tar.c:1108 -#, fuzzy, c-format +#, c-format msgid "Option %s: Treating date '%s' as %s" msgstr "Option %s: Behandle Datum „%s“ als %s" @@ -2318,9 +2316,8 @@ msgstr "" "*Dieses* „tar“ hat als Voreinstellung:\n" #: src/tar.c:1295 -#, fuzzy msgid "Invalid owner or group ID" -msgstr "Ungültiger Benutzer" +msgstr "Ungültige Benutzer- oder Gruppen-ID" #: src/tar.c:1339 msgid "Invalid blocking factor" @@ -2389,12 +2386,12 @@ msgid "Malformed density argument: %s" msgstr "Fehlgeformtes Dichteargument: %s" #: src/tar.c:2133 -#, fuzzy, c-format +#, c-format msgid "Unknown density: '%c'" -msgstr "Unbekannte Dicht: „%c“" +msgstr "Unbekannte Dichte: „%c“" #: src/tar.c:2150 -#, fuzzy, c-format +#, c-format msgid "Options '-[0-7][lmh]' not supported by *this* tar" msgstr "Die Optionen „-[0-7][lmh]“ unterstützt *dieses* „tar“ nicht." @@ -2403,7 +2400,7 @@ msgid "[FILE]..." msgstr "[DATEI]..." #: src/tar.c:2306 -#, fuzzy, c-format +#, c-format msgid "Old option '%c' requires an argument." msgstr "Die alte Option „%c“ benötigt einen Parameter." @@ -2412,13 +2409,11 @@ msgid "--occurrence is meaningless without a file list" msgstr "--occurrence ist ohne Dateiliste bedeutungslos" #: src/tar.c:2389 -#, fuzzy, c-format +#, c-format msgid "--occurrence cannot be used with %s" -msgstr "" -"--occurrence kann im angeforderten Operationsmodus nicht benutzt werden" +msgstr "--occurrence kann mit %s nicht benutzt werden" #: src/tar.c:2408 -#, fuzzy msgid "Multiple archive files require '-M' option" msgstr "Mehrere Archivdateien verlangen die Option „-M“." @@ -2446,9 +2441,9 @@ msgid "Cannot verify compressed archives" msgstr "Kann komprimierte Archive nicht prüfen" #: src/tar.c:2450 -#, fuzzy, c-format +#, c-format msgid "--verify cannot be used with %s" -msgstr "Muster %s kann nicht benutzt werden" +msgstr "--verify kann nicht mit %s benutzt werden" #: src/tar.c:2457 msgid "Cannot use multi-volume compressed archives" @@ -2463,24 +2458,21 @@ msgid "--pax-option can be used only on POSIX archives" msgstr "--pax-option kann nur mit POSIX-Archiven benutzt werden" #: src/tar.c:2478 -#, fuzzy msgid "--acls can be used only on POSIX archives" -msgstr "--pax-option kann nur mit POSIX-Archiven benutzt werden" +msgstr "--acls kann nur mit POSIX-Archiven benutzt werden" #: src/tar.c:2483 -#, fuzzy msgid "--selinux can be used only on POSIX archives" -msgstr "--pax-option kann nur mit POSIX-Archiven benutzt werden" +msgstr "--selinux kann nur mit POSIX-Archiven benutzt werden" #: src/tar.c:2488 -#, fuzzy msgid "--xattrs can be used only on POSIX archives" -msgstr "--pax-option kann nur mit POSIX-Archiven benutzt werden" +msgstr "--xattrs kann nur mit POSIX-Archiven benutzt werden" #: src/tar.c:2493 -#, fuzzy, c-format +#, c-format msgid "--%s option cannot be used with %s" -msgstr "Muster %s kann nicht benutzt werden" +msgstr "Option --%s kann nicht mit %s benutzt werden" #: src/tar.c:2525 msgid "Volume length cannot be less than record size" @@ -2495,15 +2487,14 @@ msgid "Cowardly refusing to create an empty archive" msgstr "Anlegen eines leeren Archivs wird feige verweigert." #: src/tar.c:2565 -#, fuzzy msgid "Options '-Aru' are incompatible with '-f -'" msgstr "Die Optionen „-Aru“ sind nicht kompatibel mit „-f -“." #: src/tar.c:2660 -#, fuzzy msgid "" "You must specify one of the '-Acdtrux', '--delete' or '--test-label' options" -msgstr "Eine der Optionen „-Acdtrux“ oder „--test-label“ ist notwendig." +msgstr "" +"Eine der Optionen „-Acdtrux“, „--delete“ oder „--test-label“ ist notwendig." #: src/tar.c:2715 #, c-format @@ -2558,7 +2549,7 @@ msgid "Malformed extended header: missing newline" msgstr "Fehlgeformter erweiterter Kopfteil: fehlender Zeilenvorschub" #: src/xheader.c:740 -#, fuzzy, c-format +#, c-format msgid "Ignoring unknown extended header keyword '%s'" msgstr "Ignoriere unbekanntes Schlüsselwort „%s“ für erweiterten Kopfteil" @@ -2847,14 +2838,14 @@ msgid "cannot set time on `%s'" msgstr "kann an „%s“ keine Zeit setzen" #: tests/genfile.c:692 -#, fuzzy, c-format +#, c-format msgid "cannot truncate `%s'" -msgstr "kann „%s“ nicht entfernen (unlink)" +msgstr "kann „%s“ nicht abschneiden" #: tests/genfile.c:701 -#, fuzzy, c-format +#, c-format msgid "command failed: %s" -msgstr "„%s“-Befehl gescheitert." +msgstr "Befehl fehlgeschlagen: %s" #: tests/genfile.c:706 #, c-format @@ -2896,12 +2887,6 @@ msgstr "Befehl beendet\n" msgid "--stat requires file names" msgstr "--stat erfordert Dateinamen" -#~ msgid "Cannot get working directory" -#~ msgstr "Kann Arbeitsverzeichnis nicht ermitteln." - -#~ msgid "sort names to extract to match archive" -#~ msgstr "zu entpackende Dateinamen wie im Archiv sortieren" - #~ msgid "Field too long while reading snapshot file" #~ msgstr "Feld zu lang beim Lesen der Schnappschussdatei" @@ -2911,13 +2896,19 @@ msgstr "--stat erfordert Dateinamen" #~ msgid "Unexpected field value in snapshot file" #~ msgstr "Unerwarteter Feldwert in Schnappschussdatei" -#~ msgid "Extended header length is out of allowed range" -#~ msgstr "" -#~ "Länge des erweiterten Kopfteils ist außerhalb des erlaubten Bereichs" +#~ msgid "Cannot get working directory" +#~ msgstr "Kann Arbeitsverzeichnis nicht ermitteln." + +#~ msgid "sort names to extract to match archive" +#~ msgstr "zu entpackende Dateinamen wie im Archiv sortieren" #~ msgid "Invalid group" #~ msgstr "Ungültige Gruppe" +#~ msgid "Extended header length is out of allowed range" +#~ msgstr "" +#~ "Länge des erweiterten Kopfteils ist außerhalb des erlaubten Bereichs" + #~ msgid "%s: Directory removed before we read it" #~ msgstr "%s: Verzeichnis gelöscht, bevor es gelesen wurde." diff --git a/po/el.gmo b/po/el.gmo index 1f4e0e14b786b0bd2464da7079a0043874a00d5b..c7ce51a8288e52c33a16c0172438cc3adab9b62b 100644 GIT binary patch delta 26 hcmey9_a|?IsyMHquA#Ytp@o%^fwqCsW+QPg1ps}i2dn@9 delta 26 hcmey9_a|?IsyMHKu7Rn7k+GGbfwqD1W+QPg1ps|E2c!T1 diff --git a/po/el.po b/po/el.po index 8801d262..c6e7cb21 100644 --- a/po/el.po +++ b/po/el.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.13.25 \n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2004-03-08 14:44+0200\n" "Last-Translator: Μπαλάσκας Ευάγγελος (Balaskas Euaggelos) \n" @@ -1292,31 +1292,31 @@ msgstr "--Συνέχιση στο byte %s--\n" msgid "Creating directory:" msgstr "Δημιουργία καταλόγου:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Μετονομασία %s σε %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Δεν είναι δυνατή η μετονομασία σε %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Μετονομασία %s πίσω στο %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Το αρχείο απομακρύνθηκε πριν το διαβάσουμε" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "θυγατρική διεργασία" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "κανάλι μεταξύ διεργασιών" @@ -1340,37 +1340,37 @@ msgstr "%s: Δεν είναι δυνατή η αναζήτηση σε %s" msgid "%s: file name read contains nul character" msgstr "" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Δεν βρέθηκε στην αρχειοθήκη" -#: src/names.c:842 +#: src/names.c:844 #, fuzzy, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Δεν βρέθηκε στην αρχειοθήκη" -#: src/names.c:876 +#: src/names.c:878 #, fuzzy, c-format msgid "Archive label mismatch" msgstr "Η αρχειοθήκη δεν έχει ετικέτα για ταίριασμα %s" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" diff --git a/po/eo.gmo b/po/eo.gmo index 76463cbadea0ec195ee1338401b3ec35ba844b51..62a25dd041b15304b90578f59a23f5afea152f51 100644 GIT binary patch delta 18670 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 RH-CNSzqocl>eIa!{~yxcMFao< delta 11706 zcmYk=2YgT0|HtwB6|rKA5%ZfM#E2Lnf($iEW5lRYt%%sGr4+%pX4Gt5vG=S^zeTlH zOSPz7s-vB zzOtI*bBa-jsO~tCm|z`(6{#=7LUH15F~cmXw# z98?-$IF`iJ8a~s(SQ?7cFdK{FdL$9fJ}iqTF&uwGJ!vqbh{XuhK+>=-X5d@6AJsvb znq&=QFancNnMlVpoa&=MHk{v311MR`aro!d;zxPxg{k-fDpU7R0}80^I3q9&HGqW} zhkH>SJ-6)@>o^WY=T$6-V^E);iFE1sHd9bXS1}Z`MLSMCtbk4v)DbZm(`QP=5l zOFaf-4knx z7_%T_Fo5=0R0iUZXK;F;7U4Y9B3+94akupds-N@Nfc~9Z6ts9M)HkVWflRYA*1827 zQvVS(rzM$qr7#++Uez{_6e53Jy;4aqK}2@Jfxr} zsK5%+$QxRlSd)-{P6vMIdKbg-FlvBzQ3EI#Z*JTKHQ*G~T6qsO;DxsSHEPY>j3@t^ zyPyQKts=2B^;fVgrl3ab!y>p8y|@F_!C4H(+gJ|&!2(z|k#`A3qB1)Kb)O}u`+SbN z{$!%hak5kRorb*l5VfeB#%8XwqnBzq)b>fhqL_@jK_6sYIvE&>2QUv_M?Jtj?0`Y9 zn1Q7rJJ@*}HL%q_3YxRiw&6KyK$V-AIjfH9s1E9hJD}!#09L?Huq0l@68I+;!XQ?h z7F`*BsKcJ949r74z^AB8`HoRg$}eL)K1K%Z)T5UK9F2OiFE9vyL|uOymC78=?TZVw zt!kklHtM=ySe`uq;8ME}l73fiBKP)`#0s(Df`s)KsA{+g|)qNZX5>P8v1 zeGO^=pP`=gIOfFLsDb=}N_n9cW`J>+Py4?E1wC0R=D@+I5f4Yr;WX6h-GIu(dFx}; z6oj-i#-ZLDJ+Usj$P+rpkR9#(iEI=n@-?%~2Vpe*JM$>$)%YDo;4`d(6_Olh7`DMg zJcJrpU@P-}D2d8M9n6bOQ5k86*>MQ!f!@Wcn2uT->rqp*2Yp&Jrzq$~w@|5iiuzzk zYoizSq?J&sJqb0CNvQY6Ld=glP*ZRamHKn&#UD_a{0lX(Qff7B5uKIcn&oMPO=$jWz+x@P`jypGWpjc z>raD5HV*aV6K#E(t{&XT!lr@k6rN_ z48pLEOe6XtDd>agsF7x3Fz!S>=`qv|ZeU@2hI*2Gubb;CqHY+AQP>QX!S|4V&NzOs zQJnL(Uaph*+z70#{Xd;T4K6rBnENK8QvD8UEiA?I_%)W({=ZE@9p)xKnu3a$8>6l9sJU-pZG#@_9kD5PLT%fn zs1CkCZNvMhsml9?8F(#Bp`MIdGoN5_`gg8T&=WmIeITftd9s?Q45V0Rq1MJ;%!83{ znj6>0($qU+G!93-!Z%@l{2jFx{zgqz{Y>MizkG&uh6RB@OZNvMh zk^hYvaFy<6F5|52F^u-U*dM23WqgDsv0Mtj&|)lVN>-%U{r?>e+7{PQizsgoGk1-! zA@xBRhZ|7?xQ)tGu~gIE5WUpXu_-RWn)ownZ3Xu<-w92SW#yz|bNsxg&x|BnnpqT) zs1Dm<9h{A!co@s!4b(t$@EEGsM4eB@x;PBW;70V~x7ZkOqcU5qx4FJ6>bfyL3Kb|U zLOuBbY=952K33~vKG++}Q=e=747IJUpi&&(*QB@&YHIqU+Q(VfqXv8$)!zfuTJRO^ zXGRi=nv;0cTn#|I2d3EiV$_rGLfz;(YEgNZ=t5W+H8mBmGA3I`V-xDDu`J%gN|(i7yJArskH6x44EFHr`5^OVoHN+0h4~o9`F&Uoe?p}^ z-w<=Y0ji%KsD7qnG421|6qK@)Sq&^245I!NOJU&K=DiS#%1lkv4U#YhN1`&d17q4^e-AIx8py;%Ur*7qAijh{`~zq2|@w7$d27M7FXs39I1G zsFdd$W-?G0>rwB5n(L2Hi*y&(!b?~YgWe_ox}YWn&FSkHg(I*8u1C$;LDYz^VQajP z?J;h+8TcI34Huv?w;vZWMaR%fJ?%Yq4o=2iIB=wS)t?5;vy`BU!XE|0`>WOr~wxmYkpy=f=c~6s0^+_{y7hQ z{4A*x$ezB{SVYYYECp$k%CI~G}M${ z!EzWd$t=$DSekk>WEc6Io~Gc;Ms@H7YXANhwWtbBHaD(k?SWymPe(n`R@8tmpgQ`W zwdfS{r(CqPK5E-GLOppu%&Gmqh=NA63bo1)SWjU=>enz4AD}v{m0{+xE9%K-qPF2) ztdBQQ_Y0kB1{Q}}gm0qO#B>b6HJFqBosTIf_1jV3PB%~~kNd#9V1{D?^{uEI-A84p z3|pf(w!{cb#WFYpb=^j+jhC<^=ACXHBo)=Z27Tpq0R?sV7v{j)GfXODQ8(<0+D;=; zso#jX@C4?>3$}h08&kiDy1vRxvj)0hRq7Kl7Pp}?bY~{{*XqwX%RE6CYHpIS5{|X) zYcZ1gDby4HV=Xq@3@{S429i)I9)RIE33dG@)b>4uUc86}@X2iQA44J6hbCo-s0)Um zUL+r)GPD-6<54V#CsA{F4b{;vr~%~p$h^QJuqgEy)S_&Sjc_n(sy1U*=6n>Y(Qp;p zW6&HkvhJuC#t^KBtFR_sMx`*XYi`gS1F5$`rL-gJiHBl)oQBHeRaB;P%rzMc#Uj*w z@f5T;+M`zQ27AFTs2h1Q=?p_q9fV_Ze8oB)6R4j$Qd?-gsmGvF|0e4C!B`w;Sl3whTEE9&&fi15vONn-$7QUw zF--fv1qD6fK&*_Tunw+5rRXB&!@C%SPf@!haG@DMUQ`DaP*a(Jn)5*ziZihyZnK`p zDC*C#5&b*W7MTnCV?*jQumK)LWg>8~-A<^CbVJ>EBI?F#k(Zux92;Qr5;O3bSe*Jw zR3`SIGI-LSzlJ`o>W38cL{Ctw^Iv;G#8R^x8liTxD= z5dTJX9J|b9s10fW1F!^+Sw{Z#!Au&IvSnBX_oD`O1=Zno)Q$c?U6*6I=_nkVQtyD8 znnhR-*I`?{ip8+T3bS~dp{BMcDzgh#_{^N`qd{|j2TNj+mF9zys0*87S?rJ6_aC61 zd?qS$nHY#mtgBF;``CH{>r?*|3t_cY=IcDpM?p_G7`-?SHD}9F`+Yaoz}u+B6|&l7 zq8W~({st;zmoaM!F^&4aSRT{Xm{-JOvFAsE#IM8eT@- zIR0akx-O`>bul*{M?K+rjKQa<>uYT=yCVrTfWfFtW}pVV2V?Ox*4F+H+GtW7k6P73 zuo5mtb#MsF;Y}=sIX9UpE04LU*G6Tk5e8yQ%!zF=06XLB*bOyRe$@TXs80XRQwo)_ z_+~Tm1nf>d6{GPh)S`TXnxZ0G%s{GQRqD;L3Jya(=`tLPr!fz<-fAA83wo)K!uq%f zeMuC)rx1*x+f0h;T3ex3eHwakB5ELOP*ZULm66AofJL^OZP)>8QBOe)*tKp#t&Kyd zj9%PM{s&NaOhW|r++kMdOzcU0BkBqBe_}e0#fsEBqMkGzqi_p0!mFsYP}*-+dq>oL zCty5oMm^9yY>h#mlK<)yx_)YYC7O!WsP9G1*=>9c6Ly+4G6OZBy{HV_!dmFvW$x1+ z_4)C(z7^Hs6|8{IQ3LhvHko_NM?t9=jXJRi)xjk!gV{ebt2zwBs5iuD?2auk6Pw{R z)aS$Zn1QBYZR>yXjlhz^Z?4)=F2@)cGb;P>NQfE;x=}e1b}K$QNe+#-rLhVtpKe z8qjtug6B{JzKM|-xYyL{U@-M|);<_ReGKv-K4&Kdec&!C)g||t4D`0nL6(QJA2n4& z_M16hirPjeQJ;T=#jxT529FIfuZKUZ^>GWG(fT zc~K;wZk&#K(m5D{>o5opqNeaWEP?k>9RwaSnTo(f>OHYIuC?v^uqORGk15o}h{NWB z6x5AIVnO@}Yv3wWhi9!}rid&&N7;asG@zjr_o+#*BlezMkpZcrV1Uq4ST!K090fypZ)PsZ^ zCI21@We6STsNBH0YP829Th2~Bg&1k;>`W)=rR%6VD~V%7L)!m`8CdP5YjRQkFYSNX zwh@|t9V=hDNcCR{jXar1CBAua{)M#ZP!?vQUrvxZm)b6)>hwL}+lu&Es0%1$;y zujZ`&%VLr$96?-s06)a%#01Lm`0~+<%5>V^B~DNtMQGY|d{3m(-U@jcX6=MCFMa+4 z+C0=d<6DHUHkIx#T|k@Dm-@Ds+Ky5FMHkz)7_4B+x3L4~#^VBgnBzOjyNO7m1aXhh z!K=Y(K)GvHjV~%a|9_~ArSV51fbuomfWKe^?21!xFY1_q^K5yMY0CP^>%;kq_FeXz zUOJ2I`O37drd%3B?fG}9w^aVUG<;_-6dQ>{v|S;ZQVzsC#D54K+B&Zjt!+Jrb%;)K zylv}M@JG|+OrSi7@-Z{eKmiE`|M|5oF7TyCT%4& z|M#fGQn`$;5{C#KfUQ|@f*192*Cg>7A5&BKVsgpNV9 zcOptr{=h^2muEHerxA@Oh~KHl5~nCHAf6HZ2p!LfV#HDEm9UR(Z-P^aqO?`Q9$1)o zg(ywDMw}#ybFL1tl(LQp&3|rFc6M-Lv@MIdL{-|}z{aR!ts(2bTDMaE&9=X1?Ma(U zxiab((*nc+drmKXecQGsbi70R6CXdS6US*djc19MkGE~54qoEiG%RbcS%tG-y8chj zbyUz6N7S?D%31%w`@}x3$%bDLzUow(Q>ckL9#g)L6^Vnyf2r$u1OHFg*?J6Zr-}YL z$?-ky1&Ncy=k}UOwBIFuB6PGNQaJY!F*&P6`RCY9!#}tI9t9bMpxuUlL^~|D^dJOJyOEPBf#QM(7w| za5m#)+x8l6wB>a;llYADeTd7pJpzBX6?#~EUY_Wxl{J|h05 z;bS74NT>cj>gYoG#gUJ~XzB%sa+JTt7WkNGWUuRmF7+4321UC`z?EJt#u1N<=o51r?l0w=ZoPcPM#&S9xC#^Te>QXlc-KP z!hX<`o5H^wosRnRM7^5Rzo*`0k9)QL1b2SyW_Npo!v1LuMtI!njqbbk;-0%5@wxnUKicJS7r8Us?sHGLD>6&?M`q6PxGD2yaCfhL+dpsJ$!z{>8&`YWjhhR* zk2c?RA8+a5AGI~f<3GObX@L94e`U_jCH_9Uo(B3K>}%z5haZ@oQx7z#*I+m3U?+Ff z!C?QDgX6RN1CEpm@OL_z;BikKJMTYy{BeNmJDnQPYrrt~#_1|q4n9-GjX(3E+#;*( z_cLDi%9(t&9Fb+|v(eVd?zpqLvdYuXR?Twn*{sj|@19*5=s$m{lE-au`MH1S57~3L ZJFbWLtN(l{o38Wc`E`=Vy?$fn{{y#er3nB4 diff --git a/po/eo.po b/po/eo.po index 227081c8..fceb3bf3 100644 --- a/po/eo.po +++ b/po/eo.po @@ -6,17 +6,18 @@ #: src/create.c:1572 msgid "" msgstr "" -"Project-Id-Version: tar 1.26\n" +"Project-Id-Version: tar 1.27\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" -"PO-Revision-Date: 2013-05-27 08:08-0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" +"PO-Revision-Date: 2013-10-07 11:32-0300\n" "Last-Translator: Felipe Castro \n" "Language-Team: Esperanto \n" -"Language: \n" +"Language: Esperanto\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" +"X-Generator: Poedit 1.5.4\n" #: gnu/argmatch.c:135 #, c-format @@ -78,7 +79,7 @@ msgid " [OPTION...]" msgstr " [MODIFILO...]" #: gnu/argp-help.c:1686 -#, fuzzy, c-format +#, c-format msgid "Try '%s --help' or '%s --usage' for more information.\n" msgstr "Provu '%s --help' aÅ­ '%s --usage' por pli da informo.\n" @@ -138,9 +139,9 @@ msgid "write error" msgstr "skrib-eraro" #: gnu/getopt.c:549 gnu/getopt.c:578 -#, fuzzy, c-format +#, c-format msgid "%s: option '%s' is ambiguous; possibilities:" -msgstr "%s: modifilo '%s' estas plursenca\n" +msgstr "%s: modifilo '%s' estas plursenca; ebloj:" #: gnu/getopt.c:626 gnu/getopt.c:630 #, c-format @@ -539,9 +540,9 @@ msgid "Cannot connect to %s: resolve failed" msgstr "Ne eblas konekti al %s: adres-trovo fiaskis" #: lib/rtapelib.c:502 -#, fuzzy, c-format +#, c-format msgid "Cannot redirect files for remote shell" -msgstr "Ne eblas lanĉi foran ŝelon" +msgstr "Ne eblas redirektigi dosierojn por fora ŝelo" #: lib/rtapelib.c:516 #, c-format @@ -864,9 +865,9 @@ msgid "Verify " msgstr "Kontroli " #: src/compare.c:471 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', diffed as normal file" -msgstr "%s: nekonata dosiertipo '%c', komparita kiel normala dosiero" +msgstr "%s: nekonata dosiertipo '%c', ni komparas kiel normalan dosieron" #: src/compare.c:527 msgid "Archive contains file names with leading prefixes removed." @@ -1007,7 +1008,7 @@ msgstr "%s: neatendita malkohero dum kreo de dosierujo" #: src/extract.c:705 #, c-format msgid "%s: skipping existing file" -msgstr "" +msgstr "%s: ni preterpasas ekzistantan dosieron" #: src/extract.c:821 #, c-format @@ -1032,7 +1033,7 @@ msgid "Unexpected long name header" msgstr "Neatendita long-noma kapo" #: src/extract.c:1542 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', extracted as normal file" msgstr "%s: nekonata dosiertipo '%c', ni eltiras kiel normalan dosieron" @@ -1062,9 +1063,9 @@ msgid "%s: Directory is new" msgstr "%s: dosierujo estas nova" #: src/incremen.c:566 -#, fuzzy, c-format +#, c-format msgid "%s: directory is on a different filesystem; not dumped" -msgstr "%s: dosiero estas en malsama dosiersistemo; ne ŝutita" +msgstr "%s: dosierujo estas en malsama dosiersistemo; ne ŝutita" #: src/incremen.c:587 #, c-format @@ -1076,9 +1077,8 @@ msgid "Invalid time stamp" msgstr "Malvalida temp-indiko" #: src/incremen.c:1045 -#, fuzzy msgid "Invalid modification time" -msgstr "Malvalida modif-tempo (sekundoj)" +msgstr "Malvalida modif-tempo" #: src/incremen.c:1055 msgid "Invalid modification time (nanoseconds)" @@ -1095,16 +1095,16 @@ msgstr "Malvalida numero 'inode'" #: src/incremen.c:1135 #, c-format msgid "%s: byte %s: %s %.*s... too long" -msgstr "" +msgstr "%s: bajto %s: %s %.*s... tro longas" #: src/incremen.c:1151 src/incremen.c:1206 src/incremen.c:1268 msgid "Unexpected EOF in snapshot file" -msgstr "Neatendita EOF en specimena dosiero" +msgstr "Neatendita EOF en statkopia dosiero" #: src/incremen.c:1157 #, c-format msgid "%s: byte %s: %s %s followed by invalid byte 0x%02x" -msgstr "" +msgstr "%s: bajto %s: %s %s sekvata de malvalida bajto 0x%02x" #: src/incremen.c:1169 #, c-format @@ -1112,16 +1112,18 @@ msgid "" "%s: byte %s: (valid range %s..%s)\n" "\t%s %s" msgstr "" +"%s: bajto %s: (valida intervalo %s..%s)\n" +"\t%s %s" #: src/incremen.c:1176 #, c-format msgid "%s: byte %s: %s %s" -msgstr "" +msgstr "%s: bajto %s: %s %s" #: src/incremen.c:1257 #, c-format msgid "%s: byte %s: %s" -msgstr "" +msgstr "%s: bajto %s: %s" #: src/incremen.c:1260 msgid "Missing record terminator" @@ -1292,59 +1294,58 @@ msgstr "--DaÅ­rigita ĉe bajto %s--\n" msgid "Creating directory:" msgstr "Kreado de dosierujo:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Alinomigo de %s al %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: ne eblas renomigi al %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Renomigo de %s reen al %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: dosiero estis forigata antaÅ­ ol ni legis ĝin" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "ida procezo" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "interproceza kanalo" #: src/names.c:360 -#, fuzzy msgid "command line" -msgstr "La komando %s fiaskis" +msgstr "komandlinio" #: src/names.c:378 -#, fuzzy, c-format +#, c-format msgid "%s: file list requested from %s already read from %s" -msgstr "%s: dosierlisto jam estas legita" +msgstr "%s: dosierlisto petita el %s jam estas legita el %s" #: src/names.c:448 -#, fuzzy, c-format +#, c-format msgid "cannot split string '%s': %s" -msgstr "ne eblas difini horon por '%s'" +msgstr "ne eblas apartigi ĉenon '%s': %s" #: src/names.c:490 #, c-format msgid "%s: file name read contains nul character" msgstr "%s: lego de dosiernomo enhavas nul-signon" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "Ŝablon-kongruaj signoj uzataj en dosiernomoj" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1352,34 +1353,34 @@ msgstr "" "Uzu --wildcards por ebligi ŝablon-kongruon, aŭ --no-wildcards por eviti tiun " "ĉi averton" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: ne trovita en arÄ¥ivo" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: postulata apero ne estis trovata en arÄ¥ivo" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Miskongruo de arÄ¥iva etikedo" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "Uzo de la modifilo -C ene de dosierlisto ne estas permesata kun --listed-" "incremental" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "Nur unu modifilo -C estas permesata kun --listed-incremental" #: src/tar.c:86 -#, fuzzy, c-format +#, c-format msgid "Options '-%s' and '-%s' both want standard input" msgstr "Ambaŭ modifiloj '-%s' kaj '-%s' postulas ĉefenigujon" @@ -1393,7 +1394,7 @@ msgid "GNU features wanted on incompatible archive format" msgstr "GNU-trajtoj estas dezirataj en neakordigebla arÄ¥iv-formo" #: src/tar.c:255 -#, fuzzy, c-format +#, c-format msgid "" "Unknown quoting style '%s'. Try '%s --quoting-style=help' to get a list." msgstr "" @@ -1401,7 +1402,6 @@ msgstr "" "liston." #: src/tar.c:364 -#, fuzzy msgid "" "GNU 'tar' saves many files together into a single tape or disk archive, and " "can restore individual files from the archive.\n" @@ -1421,7 +1421,6 @@ msgstr "" " tar -xf archive.tar # Eltiras ĉiujn dosierojn el archive.tar.\n" #: src/tar.c:373 -#, fuzzy msgid "" "The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n" "The version control may be set with --backup or VERSION_CONTROL, values " @@ -1555,14 +1554,14 @@ msgid "remove files after adding them to the archive" msgstr "forigi dosierojn post aldoni ilin al la arÄ¥ivo" #: src/tar.c:471 -#, fuzzy msgid "don't replace existing files when extracting, treat them as errors" -msgstr "ne anstataÅ­igi ekzistantajn dosierojn dum eltiro" +msgstr "" +"ne anstataÅ­igi ekzistantajn dosierojn dum eltiro, trakti ilin kiel erarojn" #: src/tar.c:474 -#, fuzzy msgid "don't replace existing files when extracting, silently skip over them" -msgstr "ne anstataÅ­igi ekzistantajn dosierojn dum eltiro" +msgstr "" +"ne anstataÅ­igi ekzistantajn dosierojn dum eltiro, silente preterpasi ilin" #: src/tar.c:477 msgid "don't replace existing files that are newer than their archive copies" @@ -1591,9 +1590,8 @@ msgstr "" "anstataÅ­igi metadatumaron pri ekzistantaj dosierujoj dum eltiro (aprioras)" #: src/tar.c:490 -#, fuzzy msgid "preserve existing symlinks to directories when extracting" -msgstr "anstataÅ­igi ekzistantajn dosierojn dum eltiro" +msgstr "teni ekzistantajn simbolajn ligojn al dosierujoj dum eltiro" #: src/tar.c:496 msgid "Select output stream:" @@ -1697,6 +1695,7 @@ msgstr "" msgid "" "member arguments are listed in the same order as the files in the archive" msgstr "" +"membraj argumentoj estas listigitaj samorde ol la dosieroj en la arÄ¥ivo" #: src/tar.c:544 msgid "same as both -p and -s" @@ -1715,45 +1714,44 @@ msgid "cancel the effect of --delay-directory-restore option" msgstr "nuligi la efikon de la modifilo --delay-directory-restore" #: src/tar.c:554 -#, fuzzy msgid "Handling of extended file attributes:" -msgstr "Traktado de dosier-atributoj:" +msgstr "Traktado de etenditaj dosier-atributoj:" #: src/tar.c:557 msgid "Enable extended attributes support" -msgstr "" +msgstr "Ebligi subtenon al etenditaj atributoj" #: src/tar.c:559 msgid "Disable extended attributes support" -msgstr "" +msgstr "Malebligi subtenon al etenditaj atributoj" #: src/tar.c:560 src/tar.c:562 msgid "MASK" -msgstr "" +msgstr "MASKO" #: src/tar.c:561 msgid "specify the include pattern for xattr keys" -msgstr "" +msgstr "indiki la inkluzivan ŝablonon por klavoj xattr" #: src/tar.c:563 msgid "specify the exclude pattern for xattr keys" -msgstr "" +msgstr "indiki la malinkluzivan ŝablonon por klavoj xattr" #: src/tar.c:565 msgid "Enable the SELinux context support" -msgstr "" +msgstr "Ebligi subtenon al la kunteksto SELinux" #: src/tar.c:567 msgid "Disable the SELinux context support" -msgstr "" +msgstr "Malebligi subtenon al la kunteksto SELinux" #: src/tar.c:569 msgid "Enable the POSIX ACLs support" -msgstr "" +msgstr "Ebligi subtenon al POSIX ACL-oj" #: src/tar.c:571 msgid "Disable the POSIX ACLs support" -msgstr "" +msgstr "Malebligi subtenon al POSIX ACL-oj" #: src/tar.c:576 msgid "Device selection and switching:" @@ -1955,48 +1953,48 @@ msgstr "ŜABLONO" #: src/tar.c:700 msgid "exclude files, given as a PATTERN" -msgstr "ekskluzivi dosierojn, indikitaj kiel ŜABLONO" +msgstr "malinkluzivi dosierojn, indikitaj kiel ŜABLONO" #: src/tar.c:702 msgid "exclude patterns listed in FILE" -msgstr "ekskluzivi ŝablonojn listigitajn en DOSIERO" +msgstr "malinkkluzivi ŝablonojn listigitajn en DOSIERO" #: src/tar.c:704 msgid "" "exclude contents of directories containing CACHEDIR.TAG, except for the tag " "file itself" msgstr "" -"ekskluzivi enhavojn de dosierujoj enhavantaj CACHEDIR.TAG, krom por la " +"malinkluzivi enhavojn de dosierujoj enhavantaj CACHEDIR.TAG, krom por la " "markdosiero mem" #: src/tar.c:707 msgid "exclude everything under directories containing CACHEDIR.TAG" -msgstr "ekskluzivi ĉion sub dosierujoj enhavantaj CACHEDIR.TAG" +msgstr "malinkluzivi ĉion sub dosierujoj enhavantaj CACHEDIR.TAG" #: src/tar.c:710 msgid "exclude directories containing CACHEDIR.TAG" -msgstr "ekskluzivi dosierujojn enhavantajn CACHEDIR.TAG" +msgstr "malinkluzivi dosierujojn enhavantajn CACHEDIR.TAG" #: src/tar.c:712 msgid "exclude contents of directories containing FILE, except for FILE itself" msgstr "" -"ekskluzivi enhavojn de dosierujoj enhavantaj DOSIEROn, krom por DOSIERO mem" +"malinkluzivi enhavojn de dosierujoj enhavantaj DOSIEROn, krom por DOSIERO mem" #: src/tar.c:715 msgid "exclude everything under directories containing FILE" -msgstr "ekskluzivi ĉion sub dosierujoj enhavantaj DOSIERO" +msgstr "malinkluzivi ĉion sub dosierujoj enhavantaj DOSIERO" #: src/tar.c:717 msgid "exclude directories containing FILE" -msgstr "ekskluzivi dosierujojn enhavantajn DOSIEROn" +msgstr "malinkluzivi dosierujojn enhavantajn DOSIEROn" #: src/tar.c:719 msgid "exclude version control system directories" -msgstr "ekskluzivi versikontrol-sistemajn dosierujojn" +msgstr "malinkluzivi versikontrol-sistemajn dosierujojn" #: src/tar.c:721 msgid "exclude backup and lock files" -msgstr "ekskluzivi savkopiajn kaj ŝlosajn dosierojn" +msgstr "malinkluzivi savkopiajn kaj ŝlosajn dosierojn" #: src/tar.c:723 msgid "avoid descending automatically in directories" @@ -2011,9 +2009,8 @@ msgid "recurse into directories (default)" msgstr "rekursigi en dosierujojn (aprioras)" #: src/tar.c:729 -#, fuzzy msgid "don't strip leading '/'s from file names" -msgstr "ne demeti antaÅ­irajn '/'-oj el dosiernomoj" +msgstr "ne demeti antaÅ­irajn '/'-ojn el dosiernomoj" #: src/tar.c:731 msgid "follow symlinks; archive and dump the files they point to" @@ -2029,9 +2026,8 @@ msgid "MEMBER-NAME" msgstr "MEMBRO-NOMO" #: src/tar.c:735 -#, fuzzy msgid "begin at member MEMBER-NAME when reading the archive" -msgstr "komenci per la membro MEMBRO-NOMO en la arÄ¥ivo" +msgstr "komenci per la membro MEMBRO-NOMO dum lego de la arÄ¥ivo" #: src/tar.c:737 msgid "only store files newer than DATE-OR-FILE" @@ -2096,9 +2092,8 @@ msgid "patterns match file name start" msgstr "ŝablonoj kongruas al komenco de dosiernomo" #: src/tar.c:767 -#, fuzzy msgid "patterns match after any '/' (default for exclusion)" -msgstr "ŝablonoj kongruas post iu ajn '/' (aprioras por ekskluzivo)" +msgstr "ŝablonoj kongruas post iu ajn '/' (aprioras por malinkluzivo)" #: src/tar.c:769 msgid "case sensitive matching (default)" @@ -2106,21 +2101,19 @@ msgstr "uskleca kongruo (aprioras)" #: src/tar.c:771 msgid "use wildcards (default for exclusion)" -msgstr "uzi ĵokerojn (aprioras por ekskluzivo)" +msgstr "uzi ĵokerojn (aprioras por malinkluzivo)" #: src/tar.c:773 msgid "verbatim string matching" msgstr "laÅ­vorta ĉena kongruo" #: src/tar.c:775 -#, fuzzy msgid "wildcards do not match '/'" msgstr "ĵokeroj ne kongruas kun '/'" #: src/tar.c:777 -#, fuzzy msgid "wildcards match '/' (default for exclusion)" -msgstr "ĵokeroj kongruas kun '/' (aprioras por ekskluzivo)" +msgstr "ĵokeroj kongruas kun '/' (aprioras por malinkluzivo)" #: src/tar.c:782 msgid "Informative output:" @@ -2196,7 +2189,7 @@ msgstr "montri apriorojn de tar" #: src/tar.c:815 msgid "show valid ranges for snapshot-file fields" -msgstr "" +msgstr "montri validajn intervalojn por kampoj de statkopi-dosiero" #: src/tar.c:817 msgid "" @@ -2245,12 +2238,12 @@ msgid "disable use of some potentially harmful options" msgstr "malebligi uzon de kelkaj eble damaĝaj modifiloj" #: src/tar.c:978 -#, fuzzy msgid "" "You may not specify more than one '-Acdtrux', '--delete' or '--test-label' " "option" msgstr "" -"Vi ne devas indiki pli ol unu el la modifiloj '-Acdtrux' aŭ '--test-label'" +"Vi ne devas indiki pli ol unu el la modifiloj '-Acdtrux', '--delete' aŭ '--" +"test-label'" #: src/tar.c:988 msgid "Conflicting compression options" @@ -2271,7 +2264,7 @@ msgid "Substituting %s for unknown date format %s" msgstr "Ni anstataÅ­igas %s por la nekonata dato-formo %s" #: src/tar.c:1108 -#, fuzzy, c-format +#, c-format msgid "Option %s: Treating date '%s' as %s" msgstr "Modifilo %s: ni traktas daton '%s' kiel %s" @@ -2294,9 +2287,8 @@ msgstr "" "*Tiu ĉi* tar apriorigas tion:\n" #: src/tar.c:1295 -#, fuzzy msgid "Invalid owner or group ID" -msgstr "Malvalida posedanto" +msgstr "Malvalida posedanto aÅ­ grupo-ID" #: src/tar.c:1339 msgid "Invalid blocking factor" @@ -2365,12 +2357,12 @@ msgid "Malformed density argument: %s" msgstr "Fuŝa densiga argumento: %s" #: src/tar.c:2133 -#, fuzzy, c-format +#, c-format msgid "Unknown density: '%c'" msgstr "Nekonata densigo: '%c'" #: src/tar.c:2150 -#, fuzzy, c-format +#, c-format msgid "Options '-[0-7][lmh]' not supported by *this* tar" msgstr "Modifiloj '-[0-7][lmh]' ne estas subtenata de *tiu ĉi* tar" @@ -2379,7 +2371,7 @@ msgid "[FILE]..." msgstr "[DOSIERO]..." #: src/tar.c:2306 -#, fuzzy, c-format +#, c-format msgid "Old option '%c' requires an argument." msgstr "La malnova modifilo '%c' postulas argumenton." @@ -2388,12 +2380,11 @@ msgid "--occurrence is meaningless without a file list" msgstr "Sen dosierlisto, --occurrence estas sensignifa" #: src/tar.c:2389 -#, fuzzy, c-format +#, c-format msgid "--occurrence cannot be used with %s" -msgstr "--occurrence ne povas esti uzata en la petita operaci-reĝimo" +msgstr "--occurrence ne povas esti uzata kun %s" #: src/tar.c:2408 -#, fuzzy msgid "Multiple archive files require '-M' option" msgstr "Multoblaj arÄ¥iv-dosieroj postulas modifilon '-M'" @@ -2421,9 +2412,9 @@ msgid "Cannot verify compressed archives" msgstr "Ne eblas kontroli densigitajn arÄ¥ivojn" #: src/tar.c:2450 -#, fuzzy, c-format +#, c-format msgid "--verify cannot be used with %s" -msgstr "Ŝablono %s ne povas esti uzata" +msgstr "--verify ne povas esti uzata kun %s" #: src/tar.c:2457 msgid "Cannot use multi-volume compressed archives" @@ -2438,24 +2429,21 @@ msgid "--pax-option can be used only on POSIX archives" msgstr "--pax-option nur uzeblas en arÄ¥ivoj POSIX" #: src/tar.c:2478 -#, fuzzy msgid "--acls can be used only on POSIX archives" -msgstr "--pax-option nur uzeblas en arÄ¥ivoj POSIX" +msgstr "--acls nur uzeblas en arÄ¥ivoj POSIX" #: src/tar.c:2483 -#, fuzzy msgid "--selinux can be used only on POSIX archives" -msgstr "--pax-option nur uzeblas en arÄ¥ivoj POSIX" +msgstr "--selinux nur uzeblas en arÄ¥ivoj POSIX" #: src/tar.c:2488 -#, fuzzy msgid "--xattrs can be used only on POSIX archives" -msgstr "--pax-option nur uzeblas en arÄ¥ivoj POSIX" +msgstr "--xattrs nur uzeblas en arÄ¥ivoj POSIX" #: src/tar.c:2493 -#, fuzzy, c-format +#, c-format msgid "--%s option cannot be used with %s" -msgstr "Ŝablono %s ne povas esti uzata" +msgstr "la modifilo --%s ne uzeblas kun %s" #: src/tar.c:2525 msgid "Volume length cannot be less than record size" @@ -2470,15 +2458,14 @@ msgid "Cowardly refusing to create an empty archive" msgstr "Malkuraĝe ni rifuzas krei malplenan arÄ¥ivon" #: src/tar.c:2565 -#, fuzzy msgid "Options '-Aru' are incompatible with '-f -'" msgstr "Modifiloj '-Aru' ne akordigeblas kun '-f -'" #: src/tar.c:2660 -#, fuzzy msgid "" "You must specify one of the '-Acdtrux', '--delete' or '--test-label' options" -msgstr "Vi devas indiki unu el la modifiloj '-Acdtrux' aÅ­ '--test-label'" +msgstr "" +"Vi devas indiki unu el la modifiloj '-Acdtrux', --delete' aÅ­ '--test-label'" #: src/tar.c:2715 #, c-format @@ -2533,7 +2520,7 @@ msgid "Malformed extended header: missing newline" msgstr "Fuŝa etendita kapo: mankas nov-linio" #: src/xheader.c:740 -#, fuzzy, c-format +#, c-format msgid "Ignoring unknown extended header keyword '%s'" msgstr "Ni preteratentas nekonatan etenditan kapan ŝlosilon '%s'" @@ -2814,14 +2801,14 @@ msgid "cannot set time on `%s'" msgstr "ne eblas difini horon por '%s'" #: tests/genfile.c:692 -#, fuzzy, c-format +#, c-format msgid "cannot truncate `%s'" -msgstr "ne eblas apliki 'unlink' al '%s'" +msgstr "ne eblas tranĉi '%s'" #: tests/genfile.c:701 -#, fuzzy, c-format +#, c-format msgid "command failed: %s" -msgstr "La komando %s fiaskis" +msgstr "komando fiaskis: %s" #: tests/genfile.c:706 #, c-format @@ -2863,20 +2850,20 @@ msgstr "Komando estas ĉesigita\n" msgid "--stat requires file names" msgstr "--stat postulas dosiernomojn" -#~ msgid "Cannot get working directory" -#~ msgstr "Ne eblas scii la laboran dosierujon" - -#~ msgid "sort names to extract to match archive" -#~ msgstr "ordigi eltirotajn nomojn por kongrui al la arÄ¥ivo" - #~ msgid "Field too long while reading snapshot file" -#~ msgstr "Kampo tro longa dum lego de specimena dosiero" +#~ msgstr "Kampo tro longa dum lego de stat-kopia dosiero" #~ msgid "Read error in snapshot file" -#~ msgstr "Leg-eraro en specimena dosiero" +#~ msgstr "Leg-eraro en statkopia dosiero" #~ msgid "Unexpected field value in snapshot file" -#~ msgstr "Neatendita kamp-valoro en specimena dosiero" +#~ msgstr "Neatendita kamp-valoro en statkopia dosiero" + +#~ msgid "Cannot get working directory" +#~ msgstr "Ne eblas scii la laboran dosierujon" + +#~ msgid "sort names to extract to match archive" +#~ msgstr "ordigi eltirotajn nomojn por kongrui al la arÄ¥ivo" #~ msgid "Invalid group" #~ msgstr "Malvalida grupo" diff --git a/po/es.gmo b/po/es.gmo index db119d7bdfa9e1cbbab68024f56080da4894ac87..8a5e7b4f95219f0b4533fed4dcec723bb0086b1d 100644 GIT binary patch delta 28 kcmaE~lkw3`#to7tyoS1l<_d-uRz?Qe21c9JO!jC10FDF*tN;K2 delta 28 kcmaE~lkw3`#to7tyau`krV2*JR)z-J2F9D!O!jC10F99dqyPW_ diff --git a/po/es.po b/po/es.po index 837eef93..05b8a626 100644 --- a/po/es.po +++ b/po/es.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU tar 1.15.1\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2004-12-27 20:45+0100\n" "Last-Translator: Santiago Vila Doncel \n" "Language-Team: Spanish \n" @@ -1510,31 +1510,31 @@ msgstr "--Contin msgid "Creating directory:" msgstr "Creando el directorio:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Se renombra %s como %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: No se puede renombrar a %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Se vuelve a renombrar %s como %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: El fichero fue borrado antes de leerlo" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "proceso hijo" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "canal de interproceso" @@ -1565,24 +1565,24 @@ msgstr "No se puede leer el estado del fichero %s" msgid "%s: file name read contains nul character" msgstr "" -#: src/names.c:821 +#: src/names.c:823 #, fuzzy msgid "Pattern matching characters used in file names" msgstr "" "los patrones de exclusión encajan con el comienzo del nombre del fichero" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: No se encuentra en el archivo" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: El elemento solicitado no se encuentra en el archivo" @@ -1593,17 +1593,17 @@ msgstr "%s: El elemento solicitado no se encuentra en el archivo" # Si no se sabe eso, se podría dejar de forma más neutra como # "Archivo no etiquetado para concordancia con `%s'" - gerardo (gag) # FIXME: Preguntar. -#: src/names.c:876 +#: src/names.c:878 #, fuzzy, c-format msgid "Archive label mismatch" msgstr "El archivo no está etiquetado para que coincida con %s" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" diff --git a/po/et.gmo b/po/et.gmo index 243195fdc2cc844842791de207e68c37b1ae4262..65be5eff1e1de67912f6638dfbd320621336003e 100644 GIT binary patch delta 23499 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΁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 delta 16446 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 Kv_^gU`2PbTcXPG? diff --git a/po/et.po b/po/et.po index 0c59b8e3..4aa4c19b 100644 --- a/po/et.po +++ b/po/et.po @@ -1,20 +1,20 @@ # This file is distributed under the same license as the tar package. # Estonian translations for GNU tar. # Copyright (C) 2001 Free Software Foundation, Inc. -# Toomas Soome , 2011. +# Toomas Soome , 2013. # #: src/create.c:1572 msgid "" msgstr "" -"Project-Id-Version: GNU tar 1.26\n" +"Project-Id-Version: GNU tar 1.27\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" -"PO-Revision-Date: 2011-03-12 18:29+0200\n" -"Last-Translator: Toomas Soome \n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" +"PO-Revision-Date: 2013-10-07 02:17+0300\n" +"Last-Translator: Toomas Soome \n" "Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-15\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -35,12 +35,12 @@ msgstr "Lubatud argumendid on:" #: gnu/argp-help.c:150 #, c-format msgid "ARGP_HELP_FMT: %s value is less than or equal to %s" -msgstr "ARGP_HELP_FMT: %s väärtus on väiksem või võrdne kui %s" +msgstr "ARGP_HELP_FMT: %s väärtus on väiksem või võrdne kui %s" #: gnu/argp-help.c:223 #, c-format msgid "%.*s: ARGP_HELP_FMT parameter requires a value" -msgstr "%.*s: ARGP_HELP_FMT parameeter nõuab väärtust" +msgstr "%.*s: ARGP_HELP_FMT parameeter nõuab väärtust" #: gnu/argp-help.c:229 #, c-format @@ -55,15 +55,15 @@ msgstr "%.*s: Tundmatu ARGP_HELP_FMT parameeter" #: gnu/argp-help.c:250 #, c-format msgid "Garbage in ARGP_HELP_FMT: %s" -msgstr "Prügi ARGP_HELP_FMT parameetrites: %s" +msgstr "Prügi ARGP_HELP_FMT parameetrites: %s" #: gnu/argp-help.c:1250 msgid "" "Mandatory or optional arguments to long options are also mandatory or " "optional for any corresponding short options." msgstr "" -"Kohustuslikud või mittekohustuslikud argumendid pikkadele võtmetele on ka " -"kohustuslikud või mittekohustuslikud vastavatele lühikestele võtmetele." +"Kohustuslikud või mittekohustuslikud argumendid pikkadele võtmetele on ka " +"kohustuslikud või mittekohustuslikud vastavatele lühikestele võtmetele." #: gnu/argp-help.c:1643 msgid "Usage:" @@ -71,16 +71,16 @@ msgstr "Kasutamine:" #: gnu/argp-help.c:1647 msgid " or: " -msgstr " või: " +msgstr " või: " #: gnu/argp-help.c:1659 msgid " [OPTION...]" -msgstr " [VÕTI...]" +msgstr " [VÕTI...]" #: gnu/argp-help.c:1686 -#, fuzzy, c-format +#, c-format msgid "Try '%s --help' or '%s --usage' for more information.\n" -msgstr "`%s --help' või `%s --usage' annab rohkem infot.\n" +msgstr "Lisainfo saamiseks kasutage '%s --help' või '%s --usage'.\n" #: gnu/argp-help.c:1714 #, c-format @@ -89,15 +89,15 @@ msgstr "Teated vigadest saatke palun aadressil %s.\n" #: gnu/argp-help.c:1933 gnu/error.c:190 msgid "Unknown system error" -msgstr "Tundmatu süsteemi viga" +msgstr "Tundmatu süsteemi viga" #: gnu/argp-parse.c:83 msgid "give this help list" -msgstr "näita seda abiinfot" +msgstr "näita seda abiinfot" #: gnu/argp-parse.c:84 msgid "give a short usage message" -msgstr "näita lühikest kasutamise õpetust" +msgstr "näita lühikest kasutamise õpetust" #: gnu/argp-parse.c:85 src/tar.c:512 src/tar.c:514 src/tar.c:606 #: tests/genfile.c:130 @@ -131,80 +131,80 @@ msgstr "%s: Liiga palju argumente\n" #: gnu/argp-parse.c:757 msgid "(PROGRAM ERROR) Option should have been recognized!?" -msgstr "(PROGRAMMI VIGA) Võti peaks olema ära tuntud!?" +msgstr "(PROGRAMMI VIGA) Võti peaks olema ära tuntud!?" #: gnu/closeout.c:114 msgid "write error" msgstr "viga kirjutamisel" #: gnu/getopt.c:549 gnu/getopt.c:578 -#, fuzzy, c-format +#, c-format msgid "%s: option '%s' is ambiguous; possibilities:" -msgstr "%s: võti '%s' on segane\n" +msgstr "%s: võti '%s' on segane; valikud:" #: gnu/getopt.c:626 gnu/getopt.c:630 #, c-format msgid "%s: option '--%s' doesn't allow an argument\n" -msgstr "%s: võtmel '--%s' pole argumente\n" +msgstr "%s: võtmel '--%s' pole argumente\n" #: gnu/getopt.c:639 gnu/getopt.c:644 #, c-format msgid "%s: option '%c%s' doesn't allow an argument\n" -msgstr "%s: võtmel '%c%s' pole argumente\n" +msgstr "%s: võtmel '%c%s' pole argumente\n" #: gnu/getopt.c:687 gnu/getopt.c:706 #, c-format msgid "%s: option '--%s' requires an argument\n" -msgstr "%s: võti '--%s' nõuab argumenti\n" +msgstr "%s: võti '--%s' nõuab argumenti\n" #: gnu/getopt.c:744 gnu/getopt.c:747 #, c-format msgid "%s: unrecognized option '--%s'\n" -msgstr "%s: tundmatu võti '--%s'\n" +msgstr "%s: tundmatu võti '--%s'\n" #: gnu/getopt.c:755 gnu/getopt.c:758 #, c-format msgid "%s: unrecognized option '%c%s'\n" -msgstr "%s: tundmatu võti '%c%s'\n" +msgstr "%s: tundmatu võti '%c%s'\n" #: gnu/getopt.c:807 gnu/getopt.c:810 #, c-format msgid "%s: invalid option -- '%c'\n" -msgstr "%s: vigane võti -- '%c'\n" +msgstr "%s: vigane võti -- '%c'\n" #: gnu/getopt.c:863 gnu/getopt.c:880 gnu/getopt.c:1090 gnu/getopt.c:1108 #, c-format msgid "%s: option requires an argument -- '%c'\n" -msgstr "%s: võti nõuab argumenti -- '%c'\n" +msgstr "%s: võti nõuab argumenti -- '%c'\n" #: gnu/getopt.c:936 gnu/getopt.c:952 #, c-format msgid "%s: option '-W %s' is ambiguous\n" -msgstr "%s: võti '-W %s' on segane\n" +msgstr "%s: võti '-W %s' on segane\n" #: gnu/getopt.c:976 gnu/getopt.c:994 #, c-format msgid "%s: option '-W %s' doesn't allow an argument\n" -msgstr "%s: võti '-W %s' ei luba argumenti\n" +msgstr "%s: võti '-W %s' ei luba argumenti\n" #: gnu/getopt.c:1015 gnu/getopt.c:1033 #, c-format msgid "%s: option '-W %s' requires an argument\n" -msgstr "%s: võti '-W %s' nõuab argumenti\n" +msgstr "%s: võti '-W %s' nõuab argumenti\n" #: gnu/obstack.c:415 gnu/obstack.c:417 gnu/xalloc-die.c:36 msgid "memory exhausted" -msgstr "mälu on otsas" +msgstr "mälu on otsas" #: gnu/openat-die.c:40 #, c-format msgid "unable to record current working directory" -msgstr "ei õnnestu salvestada jooksvat töökataloogi" +msgstr "ei õnnestu salvestada jooksvat töökataloogi" #: gnu/openat-die.c:59 #, c-format msgid "failed to return to initial working directory" -msgstr "algsesse töökataloogi ei õnnestu tagasi minna" +msgstr "algsesse töökataloogi ei õnnestu tagasi minna" #. TRANSLATORS: #. Get translations for open and closing quotation marks. @@ -270,7 +270,7 @@ msgstr "Paketi looja %s\n" #. locale. Otherwise, do not translate "(C)"; leave it as-is. #: gnu/version-etc.c:86 msgid "(C)" -msgstr "©" +msgstr "©" #: gnu/version-etc.c:88 msgid "" @@ -282,7 +282,7 @@ msgid "" "\n" msgstr "" "\n" -"Litsents GPLv3+: GNU GPL versioon 3 või uuem .\n" "See on vaba tarkvara: teil on lubatud seda muuta ja levitada.\n" "GARANTII PUUDUB, vastaval seadusega lubatud piiridele.\n" @@ -427,7 +427,7 @@ msgstr "%s koduleht: \n" #: gnu/version-etc.c:258 msgid "General help using GNU software: \n" msgstr "" -"Üldine abiinfo GNU tarkvara kasutamisest: \n" +"Üldine abiinfo GNU tarkvara kasutamisest: \n" #. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'. #. Directly translating this to another language will not work, first because @@ -436,7 +436,7 @@ msgstr "" #: lib/paxerror.c:58 lib/paxerror.c:71 #, c-format msgid "%s: Cannot %s" -msgstr "%s: %s ei õnnestu" +msgstr "%s: %s ei õnnestu" #. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'. #. Directly translating this to another language will not work, first because @@ -445,17 +445,17 @@ msgstr "%s: %s ei #: lib/paxerror.c:84 #, c-format msgid "%s: Warning: Cannot %s" -msgstr "%s: Hoiatus: %s ei õnnestu" +msgstr "%s: Hoiatus: %s ei õnnestu" #: lib/paxerror.c:93 #, c-format msgid "%s: Cannot change mode to %s" -msgstr "%s: Ei õnnestu seada uueks moodiks %s" +msgstr "%s: Ei õnnestu seada uueks moodiks %s" #: lib/paxerror.c:101 #, c-format msgid "%s: Cannot change ownership to uid %lu, gid %lu" -msgstr "%s: Ei õnnestu seada omanikuks uid %lu, gid %lu" +msgstr "%s: Ei õnnestu seada omanikuks uid %lu, gid %lu" #: lib/paxerror.c:127 #, c-format @@ -479,7 +479,7 @@ msgstr[1] "%s: Hoiatus: Lugemisviga baidil %s, loen %lu baiti" #: lib/paxerror.c:259 #, c-format msgid "%s: Cannot seek to %s" -msgstr "%s: Ei õnnestu liikuda positsioonile %s" +msgstr "%s: Ei õnnestu liikuda positsioonile %s" #: lib/paxerror.c:275 #, c-format @@ -510,11 +510,11 @@ msgstr "Eemaldan viidatavate nimedelt prefiksi `%s'" #: lib/paxnames.c:154 msgid "Substituting `.' for empty member name" -msgstr "Kasutan tühjade nimede asemel `.'" +msgstr "Kasutan tühjade nimede asemel `.'" #: lib/paxnames.c:155 msgid "Substituting `.' for empty hard link target" -msgstr "Kasutan tühja viidatava nime asemel `.'" +msgstr "Kasutan tühja viidatava nime asemel `.'" #: lib/rtapelib.c:299 #, c-format @@ -529,26 +529,26 @@ msgstr "standard sisend" #: lib/rtapelib.c:306 #, c-format msgid "stdout" -msgstr "standard väljund" +msgstr "standard väljund" #: lib/rtapelib.c:429 #, c-format msgid "Cannot connect to %s: resolve failed" -msgstr "Ei õnnestu luua ühendust masinaga %s: nimelahendus ebaõnnestus" +msgstr "Ei õnnestu luua ühendust masinaga %s: nimelahendus ebaõnnestus" #: lib/rtapelib.c:502 -#, fuzzy, c-format +#, c-format msgid "Cannot redirect files for remote shell" -msgstr "Ei saa käivitada kaug käsuinterpretaatorit" +msgstr "Teise serveri käsuinterpretaatorile ei saa faile ümber suunata" #: lib/rtapelib.c:516 #, c-format msgid "Cannot execute remote shell" -msgstr "Ei saa käivitada kaug käsuinterpretaatorit" +msgstr "Ei saa käivitada kaug käsuinterpretaatorit" #: rmt/rmt.c:432 msgid "Seek direction out of range" -msgstr "Otsimise suund on piiridest väljas" +msgstr "Otsimise suund on piiridest väljas" #: rmt/rmt.c:438 msgid "Invalid seek direction" @@ -560,7 +560,7 @@ msgstr "Vigane seek indeks" #: rmt/rmt.c:452 msgid "Seek offset out of range" -msgstr "Otsimise indeks on piiridest väljas" +msgstr "Otsimise indeks on piiridest väljas" #: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608 msgid "Invalid byte count" @@ -568,11 +568,11 @@ msgstr "Vigane baitide arv" #: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625 msgid "Byte count out of range" -msgstr "Baitide arv on piiridest väljas" +msgstr "Baitide arv on piiridest väljas" #: rmt/rmt.c:558 msgid "Premature eof" -msgstr "Ootamatu faili lõpp" +msgstr "Ootamatu faili lõpp" #: rmt/rmt.c:601 msgid "Invalid operation code" @@ -588,7 +588,7 @@ msgstr "Ootamatud argumendid" #: rmt/rmt.c:689 msgid "Manipulate a tape drive, accepting commands from a remote process" -msgstr "Opereeri lindiseadet, aktsepteerib käske mittelokaalselt protsessilt" +msgstr "Opereeri lindiseadet, aktsepteerib käske mittelokaalselt protsessilt" #: rmt/rmt.c:696 src/tar.c:440 src/tar.c:444 src/tar.c:604 src/tar.c:619 #: src/tar.c:750 src/tar.c:788 tests/genfile.c:166 @@ -597,7 +597,7 @@ msgstr "N" #: rmt/rmt.c:697 msgid "set debug level" -msgstr "määra silumise tase" +msgstr "määra silumise tase" #: rmt/rmt.c:698 src/tar.c:438 src/tar.c:609 src/tar.c:685 src/tar.c:689 #: src/tar.c:701 src/tar.c:711 src/tar.c:714 src/tar.c:716 src/tar.c:805 @@ -622,7 +622,7 @@ msgstr "liiga palju argumente" #: rmt/rmt.c:822 msgid "Garbage command" -msgstr "Rämpskäsk" +msgstr "Rämpskäsk" #: src/buffer.c:457 src/buffer.c:462 src/buffer.c:706 src/buffer.c:1322 #: src/buffer.c:1368 src/buffer.c:1397 src/delete.c:212 src/list.c:244 @@ -649,7 +649,7 @@ msgstr "(toru)" #: src/buffer.c:644 msgid "Invalid value for record_size" -msgstr "Kirje suuruse väärtus on vigane" +msgstr "Kirje suuruse väärtus on vigane" #: src/buffer.c:647 msgid "No archive name given" @@ -657,12 +657,12 @@ msgstr "Arhiivi nime pole" #: src/buffer.c:689 msgid "Cannot verify stdin/stdout archive" -msgstr "Ei saa kontrollida sisend/väljund arhiive" +msgstr "Ei saa kontrollida sisend/väljund arhiive" #: src/buffer.c:703 #, c-format msgid "Archive is compressed. Use %s option" -msgstr "Arhiiv on tihendatud. Kasutage võtit %s" +msgstr "Arhiiv on tihendatud. Kasutage võtit %s" #: src/buffer.c:761 src/tar.c:2459 msgid "Cannot update compressed archives" @@ -670,11 +670,11 @@ msgstr "Ei saa uuendada pakitud arhiive" #: src/buffer.c:854 msgid "At beginning of tape, quitting now" -msgstr "Lindi alguses, lõpetan töö" +msgstr "Lindi alguses, lõpetan töö" #: src/buffer.c:860 msgid "Too many errors, quitting" -msgstr "Liig palju vigu, jätan töö pooleli" +msgstr "Liig palju vigu, jätan töö pooleli" #: src/buffer.c:893 #, c-format @@ -693,8 +693,8 @@ msgstr[1] "Joondamata blokk (%lu baiti) arhiivis" #: src/buffer.c:991 msgid "Cannot backspace archive file; it may be unreadable without -i" msgstr "" -"Arhiivi ei õnnestu tagasi kerida; lugemiseks võib olla vajalik kasutada " -"võtit -i" +"Arhiivi ei õnnestu tagasi kerida; lugemiseks võib olla vajalik kasutada " +"võtit -i" #: src/buffer.c:1023 msgid "rmtlseek not stopped at a record boundary" @@ -703,16 +703,16 @@ msgstr "rmtlseek ei peatunud kirje piiril" #: src/buffer.c:1074 #, c-format msgid "%s: contains invalid volume number" -msgstr "%s: sisaldab vigast volüümi numbrit" +msgstr "%s: sisaldab vigast volüümi numbrit" #: src/buffer.c:1109 msgid "Volume number overflow" -msgstr "Volüümi number on liiga suur" +msgstr "Volüümi number on liiga suur" #: src/buffer.c:1124 #, c-format msgid "Prepare volume #%d for %s and hit return: " -msgstr "Otsi volüüm #%d %s'le ja vajuta return klahvi: " +msgstr "Otsi volüüm #%d %s'le ja vajuta return klahvi: " #: src/buffer.c:1130 msgid "EOF where user reply was expected" @@ -720,7 +720,7 @@ msgstr "EOF kasutaja vastuse asemel" #: src/buffer.c:1135 src/buffer.c:1167 msgid "WARNING: Archive is incomplete" -msgstr "HOIATUS: Arhiiv pole täielik" +msgstr "HOIATUS: Arhiiv pole täielik" #: src/buffer.c:1149 #, c-format @@ -729,9 +729,9 @@ msgid "" " q Abort tar\n" " y or newline Continue operation\n" msgstr "" -" n nimi Anna järgmistele volüümidele uus nimi\n" +" n nimi Anna järgmistele volüümidele uus nimi\n" " q Katkesta tar\n" -" y või reavahetus Jätka\n" +" y või reavahetus Jätka\n" #: src/buffer.c:1154 #, c-format @@ -741,11 +741,11 @@ msgstr " ! Loo alamshell\n" #: src/buffer.c:1155 #, c-format msgid " ? Print this list\n" -msgstr " ? Väljasta see info\n" +msgstr " ? Väljasta see info\n" #: src/buffer.c:1162 msgid "No new volume; exiting.\n" -msgstr "Pole uus volüüm; lõpetan töö.\n" +msgstr "Pole uus volüüm; lõpetan töö.\n" #: src/buffer.c:1195 msgid "File name not specified. Try again.\n" @@ -759,17 +759,17 @@ msgstr "Vigane sisend. ? annab abiinfot.\n" #: src/buffer.c:1259 #, c-format msgid "%s command failed" -msgstr "%s käsklus sai vea" +msgstr "%s käsklus sai vea" #: src/buffer.c:1440 #, c-format msgid "%s is possibly continued on this volume: header contains truncated name" -msgstr "võimalik et %s jätkub sellel volüümil: päises on lühendatud nimi" +msgstr "võimalik et %s jätkub sellel volüümil: päises on lühendatud nimi" #: src/buffer.c:1444 #, c-format msgid "%s is not continued on this volume" -msgstr "%s ei jätku sellel volüümil" +msgstr "%s ei jätku sellel volüümil" #: src/buffer.c:1458 #, c-format @@ -779,25 +779,25 @@ msgstr "%s on vale suurusega (%s != %s + %s)" #: src/buffer.c:1473 #, c-format msgid "This volume is out of sequence (%s - %s != %s)" -msgstr "See volüüm on väljaspoolt järjekorda (%s - %s != %s)" +msgstr "See volüüm on väljaspoolt järjekorda (%s - %s != %s)" #: src/buffer.c:1551 src/buffer.c:1577 #, c-format msgid "Archive not labeled to match %s" -msgstr "Arhiivi märgend ei sobi %s" +msgstr "Arhiivi märgend ei sobi %s" #: src/buffer.c:1581 #, c-format msgid "Volume %s does not match %s" -msgstr "Volüüm %s ei sobi volüümiga %s" +msgstr "Volüüm %s ei sobi volüümiga %s" #: src/buffer.c:1675 #, c-format msgid "" "%s: file name too long to be stored in a GNU multivolume header, truncated" msgstr "" -"%s: faili nimi on GNU mitmevolüümi päisesse salvestamiseks liiga pikk, " -"lühendan" +"%s: faili nimi on GNU mitmevolüümi päisesse salvestamiseks liiga pikk, " +"lühendan" #: src/buffer.c:1866 msgid "write did not end on a block boundary" @@ -817,11 +817,11 @@ msgstr "Sisu on erinev" #: src/compare.c:132 src/extract.c:1132 src/incremen.c:1503 src/list.c:458 #: src/list.c:1394 src/xheader.c:836 msgid "Unexpected EOF in archive" -msgstr "Ootamatu arhiivi lõpp" +msgstr "Ootamatu arhiivi lõpp" #: src/compare.c:180 src/compare.c:196 src/compare.c:310 src/compare.c:412 msgid "File type differs" -msgstr "Failitüübid on erinevad" +msgstr "Failitüübid on erinevad" #: src/compare.c:183 src/compare.c:203 src/compare.c:324 msgid "Mode differs" @@ -862,9 +862,9 @@ msgid "Verify " msgstr "Kontroll " #: src/compare.c:471 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', diffed as normal file" -msgstr "%s: Tundmatu failitüüp '%c', võrdlen tavalise failina" +msgstr "%s: Tundmatu failitüüp '%c', võrdlen tavalise failina" #: src/compare.c:527 msgid "Archive contains file names with leading prefixes removed." @@ -882,32 +882,32 @@ msgstr "Kontrollimine ei pruugi leida algseid faile." #, c-format msgid "VERIFY FAILURE: %d invalid header detected" msgid_plural "VERIFY FAILURE: %d invalid headers detected" -msgstr[0] "VIGA KONTROLLIMISEL: leiti %d vigast päist" -msgstr[1] "VIGA KONTROLLIMISEL: leiti %d vigast päist" +msgstr[0] "VIGA KONTROLLIMISEL: leiti %d vigast päist" +msgstr[1] "VIGA KONTROLLIMISEL: leiti %d vigast päist" #: src/compare.c:630 src/list.c:221 #, c-format msgid "A lone zero block at %s" -msgstr "Üksik null blokk kohal %s" +msgstr "Üksik null blokk kohal %s" #: src/create.c:73 #, c-format msgid "%s: contains a cache directory tag %s; %s" -msgstr "%s: sisaldab vahemälu kataloogi lipikut %s; %s" +msgstr "%s: sisaldab vahemälu kataloogi lipikut %s; %s" #: src/create.c:262 #, c-format msgid "value %s out of %s range %s..%s; substituting %s" -msgstr "väärtus %s on %s piiridest %s..%s väljas; asendan %s" +msgstr "väärtus %s on %s piiridest %s..%s väljas; asendan %s" #: src/create.c:268 #, c-format msgid "value %s out of %s range %s..%s" -msgstr "väärtus %s on %s piiridest %s..%s väljas" +msgstr "väärtus %s on %s piiridest %s..%s väljas" #: src/create.c:328 msgid "Generating negative octal headers" -msgstr "Genereerin negatiivsed kaheksand päised" +msgstr "Genereerin negatiivsed kaheksand päised" #: src/create.c:601 src/create.c:664 #, c-format @@ -928,13 +928,13 @@ msgstr "%s: viite nimi on liiga pikk; ei salvesta" #, c-format msgid "%s: File shrank by %s byte; padding with zeros" msgid_plural "%s: File shrank by %s bytes; padding with zeros" -msgstr[0] "%s: Fail lühenes %s baiti; täidan nullidega" -msgstr[1] "%s: Fail lühenes %s baiti; täidan nullidega" +msgstr[0] "%s: Fail lühenes %s baiti; täidan nullidega" +msgstr[1] "%s: Fail lühenes %s baiti; täidan nullidega" #: src/create.c:1180 #, c-format msgid "%s: file is on a different filesystem; not dumped" -msgstr "%s: fail on teises failisüsteemis; ei salvesta" +msgstr "%s: fail on teises failisüsteemis; ei salvesta" #: src/create.c:1223 src/create.c:1234 src/incremen.c:610 src/incremen.c:617 msgid "contents not dumped" @@ -943,7 +943,7 @@ msgstr "sisu ei salestata" #: src/create.c:1438 #, c-format msgid "%s: Unknown file type; file ignored" -msgstr "%s: Tundmatu failitüüp; ignoreerin seda faili" +msgstr "%s: Tundmatu failitüüp; ignoreerin seda faili" #: src/create.c:1549 #, c-format @@ -981,16 +981,16 @@ msgstr "%s: ignoreerin ust" #: src/delete.c:218 src/list.c:258 src/update.c:193 msgid "Skipping to next header" -msgstr "Hüppan järgmise päiseni" +msgstr "Hüppan järgmise päiseni" #: src/delete.c:284 msgid "Deleting non-header from archive" -msgstr "Kustutan arhiivist mitte-päise" +msgstr "Kustutan arhiivist mitte-päise" #: src/extract.c:302 #, c-format msgid "%s: implausibly old time stamp %s" -msgstr "%s: ebatõenäoliselt vana ajatempel %s" +msgstr "%s: ebatõenäoliselt vana ajatempel %s" #: src/extract.c:320 #, c-format @@ -1000,59 +1000,59 @@ msgstr "%s: ajatempel %s on %s sekundit tulevikus" #: src/extract.c:536 #, c-format msgid "%s: Unexpected inconsistency when making directory" -msgstr "%s: Ootamatu kooskõlalisuse probleem kataloogi loomisel" +msgstr "%s: Ootamatu kooskõlalisuse probleem kataloogi loomisel" #: src/extract.c:705 #, c-format msgid "%s: skipping existing file" -msgstr "" +msgstr "%s: jätan olemasoleva faili vahele" #: src/extract.c:821 #, c-format msgid "%s: Directory renamed before its status could be extracted" -msgstr "%s: Kataloog nimetati ümber, enne kui sai loetud tema olek" +msgstr "%s: Kataloog nimetati ümber, enne kui sai loetud tema olek" #: src/extract.c:1010 msgid "Extracting contiguous files as regular files" -msgstr "Taastan jätkuvad failid kui tavalised" +msgstr "Taastan jätkuvad failid kui tavalised" #: src/extract.c:1365 msgid "Attempting extraction of symbolic links as hard links" -msgstr "Üritan taastada nimeviiteid viidetena" +msgstr "Üritan taastada nimeviiteid viidetena" #: src/extract.c:1528 #, c-format msgid "%s: Cannot extract -- file is continued from another volume" -msgstr "%s: Ei saa taastada -- fail jätkub teisel volüümil" +msgstr "%s: Ei saa taastada -- fail jätkub teisel volüümil" #: src/extract.c:1535 src/list.c:1135 msgid "Unexpected long name header" -msgstr "Ootamatu pika nime päis" +msgstr "Ootamatu pika nime päis" #: src/extract.c:1542 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', extracted as normal file" -msgstr "%s: Tundmatu failitüüp `%c', taastan tavalise failina" +msgstr "%s: Tundmatu failitüüp '%c', taastan tavalise failina" #: src/extract.c:1568 #, c-format msgid "Current %s is newer or same age" -msgstr "Olemasolev %s on uuem või sama kuupäevaga" +msgstr "Olemasolev %s on uuem või sama kuupäevaga" #: src/extract.c:1620 #, c-format msgid "%s: Was unable to backup this file" -msgstr "%s: Selle faili varundamine ebaõnnestus" +msgstr "%s: Selle faili varundamine ebaõnnestus" #: src/extract.c:1767 #, c-format msgid "Cannot rename %s to %s" -msgstr "%s ei õnnestu ümber nimetada %s-ks" +msgstr "%s ei õnnestu ümber nimetada %s-ks" #: src/incremen.c:494 src/incremen.c:536 #, c-format msgid "%s: Directory has been renamed from %s" -msgstr "%s: Kataloog %s on ümber nimetatud" +msgstr "%s: Kataloog %s on ümber nimetatud" #: src/incremen.c:549 #, c-format @@ -1060,23 +1060,22 @@ msgid "%s: Directory is new" msgstr "%s: Kataloog on uus" #: src/incremen.c:566 -#, fuzzy, c-format +#, c-format msgid "%s: directory is on a different filesystem; not dumped" -msgstr "%s: fail on teises failisüsteemis; ei salvesta" +msgstr "%s: kataloog on teises failisüsteemis; ei salvesta" #: src/incremen.c:587 #, c-format msgid "%s: Directory has been renamed" -msgstr "%s: Kataloog on ümber nimetatud" +msgstr "%s: Kataloog on ümber nimetatud" #: src/incremen.c:1001 src/incremen.c:1016 msgid "Invalid time stamp" msgstr "Vigane ajatempel" #: src/incremen.c:1045 -#, fuzzy msgid "Invalid modification time" -msgstr "Vigane muutmise aeg (sekundid)" +msgstr "Vigane muutmise aeg" #: src/incremen.c:1055 msgid "Invalid modification time (nanoseconds)" @@ -1093,16 +1092,16 @@ msgstr "Vigane i-kirje number" #: src/incremen.c:1135 #, c-format msgid "%s: byte %s: %s %.*s... too long" -msgstr "" +msgstr "%s: bait %s: %s %.*s... on liiga pikk" #: src/incremen.c:1151 src/incremen.c:1206 src/incremen.c:1268 msgid "Unexpected EOF in snapshot file" -msgstr "Ootamatu snapshoti faili lõpp" +msgstr "Ootamatu snapshoti faili lõpp" #: src/incremen.c:1157 #, c-format msgid "%s: byte %s: %s %s followed by invalid byte 0x%02x" -msgstr "" +msgstr "%s: baidile %s: %s %s järgneb vigane bait 0x%02x" #: src/incremen.c:1169 #, c-format @@ -1110,20 +1109,22 @@ msgid "" "%s: byte %s: (valid range %s..%s)\n" "\t%s %s" msgstr "" +"%s: bait %s: (lubatud vahemik %s..%s)\n" +"\t%s %s" #: src/incremen.c:1176 #, c-format msgid "%s: byte %s: %s %s" -msgstr "" +msgstr "%s: bait %s: %s %s" #: src/incremen.c:1257 #, c-format msgid "%s: byte %s: %s" -msgstr "" +msgstr "%s: bait %s: %s" #: src/incremen.c:1260 msgid "Missing record terminator" -msgstr "Puudub kirje lõpetaja" +msgstr "Puudub kirje lõpetaja" #: src/incremen.c:1366 src/incremen.c:1369 msgid "Bad incremental file format" @@ -1145,7 +1146,7 @@ msgstr "Vigane taastamise kataloog: dubleeritud 'X'" #: src/incremen.c:1566 msgid "Malformed dumpdir: empty name in 'R'" -msgstr "Vigane taastamise kataloog: tühi nimi 'R' väljal" +msgstr "Vigane taastamise kataloog: tühi nimi 'R' väljal" #: src/incremen.c:1579 msgid "Malformed dumpdir: 'T' not preceeded by 'R'" @@ -1153,7 +1154,7 @@ msgstr "Vigane taastamise kataloog: 'R' ei ole 'T' ees" #: src/incremen.c:1585 msgid "Malformed dumpdir: empty name in 'T'" -msgstr "Vigane taastamise kataloog: tühi nimi 'T' väljal" +msgstr "Vigane taastamise kataloog: tühi nimi 'T' väljal" #: src/incremen.c:1605 #, c-format @@ -1172,7 +1173,7 @@ msgstr "Vormiga %s ei saa ajutist kataloogi luua" #: src/incremen.c:1717 #, c-format msgid "%s: Not purging directory: unable to stat" -msgstr "%s: Ei puhasta kataloogi: stat ebaõnnestus" +msgstr "%s: Ei puhasta kataloogi: stat ebaõnnestus" #: src/incremen.c:1730 #, c-format @@ -1192,7 +1193,7 @@ msgstr "%s: Ei saa eemaldada" #: src/list.c:189 #, c-format msgid "%s: Omitting" -msgstr "%s: Jätan vahele" +msgstr "%s: Jätan vahele" #: src/list.c:206 #, c-format @@ -1202,7 +1203,7 @@ msgstr "blokk %s: ** NULlide blokk **\n" #: src/list.c:232 #, c-format msgid "block %s: ** End of File **\n" -msgstr "blokk %s: ** Faili lõpp **\n" +msgstr "blokk %s: ** Faili lõpp **\n" #: src/list.c:255 src/list.c:1107 src/list.c:1362 #, c-format @@ -1214,34 +1215,34 @@ msgstr "blokk %s: " #: src/list.c:722 #, c-format msgid "Blanks in header where numeric %s value expected" -msgstr "Tühjad väljad päises kohtadel, kus eeldati numbrit %s" +msgstr "Tühjad väljad päises kohtadel, kus eeldati numbrit %s" #. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.) #: src/list.c:777 #, c-format msgid "Archive octal value %.*s is out of %s range; assuming two's complement" msgstr "" -"Arhiivi kaheksandväärtus %.*s on %s piiridest väljas; eeldan kahe täiendit" +"Arhiivi kaheksandväärtus %.*s on %s piiridest väljas; eeldan kahe täiendit" #. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.) #: src/list.c:788 #, c-format msgid "Archive octal value %.*s is out of %s range" -msgstr "Arhiivi kaheksandväärtus %.*s on %s piiridest väljas" +msgstr "Arhiivi kaheksandväärtus %.*s on %s piiridest väljas" #: src/list.c:809 msgid "Archive contains obsolescent base-64 headers" -msgstr "Arhiiv sisaldab aegunuid base-64 päiseid" +msgstr "Arhiiv sisaldab aegunuid base-64 päiseid" #: src/list.c:823 #, c-format msgid "Archive signed base-64 string %s is out of %s range" -msgstr "Arhiivi märgiga base-64 sõne %s on %s piiridest väljas" +msgstr "Arhiivi märgiga base-64 sõne %s on %s piiridest väljas" #: src/list.c:854 #, c-format msgid "Archive base-256 value is out of %s range" -msgstr "Arhiivi base-256 väärtus on %s piiridest väljas" +msgstr "Arhiivi base-256 väärtus on %s piiridest väljas" #. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.) #: src/list.c:883 @@ -1253,7 +1254,7 @@ msgstr "Arhiiv sisaldab %.*s, eeldati numbrit %s" #: src/list.c:905 #, c-format msgid "Archive value %s is out of %s range %s..%s" -msgstr "Arhiivi väärtus %s on %s piiridest %s..%s väljas" +msgstr "Arhiivi väärtus %s on %s piiridest %s..%s väljas" #: src/list.c:1262 #, c-format @@ -1263,7 +1264,7 @@ msgstr " viide %s-le\n" #: src/list.c:1270 #, c-format msgid " unknown file type %s\n" -msgstr " tundmatu failitüüp %s\n" +msgstr " tundmatu failitüüp %s\n" #: src/list.c:1288 #, c-format @@ -1278,105 +1279,104 @@ msgstr "--Pikk nimi--\n" #: src/list.c:1296 #, c-format msgid "--Volume Header--\n" -msgstr "--Volüümi päis--\n" +msgstr "--Volüümi päis--\n" #: src/list.c:1304 #, c-format msgid "--Continued at byte %s--\n" -msgstr "--Jätkub baidilt %s--\n" +msgstr "--Jätkub baidilt %s--\n" #: src/list.c:1367 msgid "Creating directory:" msgstr "Loon kataloogi:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Annan %s uueks nimeks %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" -msgstr "%s: ei õnnestu ümber nimetada %s-ks" +msgstr "%s: ei õnnestu ümber nimetada %s-ks" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Nimetan `%s' tagasi `%s'\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Fail kustutati enne lugemist" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "alamprotsess" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "protsessidevaheline kanal" #: src/names.c:360 -#, fuzzy msgid "command line" -msgstr "%s käsklus sai vea" +msgstr "käsurida" #: src/names.c:378 -#, fuzzy, c-format +#, c-format msgid "%s: file list requested from %s already read from %s" -msgstr "%s: failide nimekiri on juba loetud" +msgstr "%s: %s loetud failide nimekiri on juba loetud failist %s" #: src/names.c:448 -#, fuzzy, c-format +#, c-format msgid "cannot split string '%s': %s" -msgstr "ei õnnestu seada `%s' aega" +msgstr "sõne '%s' ei saa tükeldada: %s" #: src/names.c:490 #, c-format msgid "%s: file name read contains nul character" -msgstr "%s: loetud faili nimi sisaldab sümbolit nul" +msgstr "%s: loetud faili nimi sisaldab sümbolit nul" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" -msgstr "Failide nimedes on jokkersümbolid" +msgstr "Failide nimedes on jokkersümbolid" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "" -"Jokkerite lubamiseks kasutage --wildcars või --no-wildcards selle teate " +"Jokkerite lubamiseks kasutage --wildcars või --no-wildcards selle teate " "blokeerimiseks" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Puudub arhiivis" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" -msgstr "%s: Nõutud eksemplar puudub arhiivis" +msgstr "%s: Nõutud eksemplar puudub arhiivis" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" -msgstr "Arhiivi märgend ei sobi" +msgstr "Arhiivi märgend ei sobi" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" -msgstr "--listed-incremental ei luba faili loendis võtit -C kasutada" +msgstr "--listed-incremental ei luba faili loendis võtit -C kasutada" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" -msgstr "Võti --listed-incremental lubab ainult ühte -C kasutamist" +msgstr "Võti --listed-incremental lubab ainult ühte -C kasutamist" #: src/tar.c:86 -#, fuzzy, c-format +#, c-format msgid "Options '-%s' and '-%s' both want standard input" -msgstr "Mõlemad võtmed - `-%s' ja `-%s' eeldavad standard sisendit" +msgstr "Mõlemad võtmed, '-%s' ja '-%s' eeldavad standard sisendit" #: src/tar.c:163 #, c-format @@ -1388,14 +1388,13 @@ msgid "GNU features wanted on incompatible archive format" msgstr "Arhiivi formaat ei toeta GNU laiendusi" #: src/tar.c:255 -#, fuzzy, c-format +#, c-format msgid "" "Unknown quoting style '%s'. Try '%s --quoting-style=help' to get a list." msgstr "" -"Tundmatu kvootimise stiil `%s'. Loendi saate käsuga `%s --quoting-style=help'" +"Tundmatu kvootimise stiil '%s'. Loendi saate käsuga '%s --quoting-style=help'" #: src/tar.c:364 -#, fuzzy msgid "" "GNU 'tar' saves many files together into a single tape or disk archive, and " "can restore individual files from the archive.\n" @@ -1405,16 +1404,15 @@ msgid "" " tar -tvf archive.tar # List all files in archive.tar verbosely.\n" " tar -xf archive.tar # Extract all files from archive.tar.\n" msgstr "" -"GNU `tar' salvestab failid ühte lindi või ketta faili arhiivi ja taastab\n" -"arhiivist üksikuid faile.\n" +"GNU 'tar' salvestab failid ühte lindi või ketta faili arhiivi ja taastab\n" +"arhiivist üksikuid faile.\n" "\n" -"Näiteid:\n" +"Näiteid:\n" " tar -cf arhiiv.tar foo bar # Loo arhiiv.tar failidest foo ja bar.\n" -" tar -tvf arhiiv.tar # Anna arhiiv.tar sisust täielik ülevaade.\n" -" tar -xf arhiiv.tar # Taasta kõik failid arhiivist arhiiv.tar.\n" +" tar -tvf arhiiv.tar # Anna arhiiv.tar sisust täielik ülevaade.\n" +" tar -xf arhiiv.tar # Taasta kõik failid arhiivist arhiiv.tar.\n" #: src/tar.c:373 -#, fuzzy msgid "" "The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n" "The version control may be set with --backup or VERSION_CONTROL, values " @@ -1425,8 +1423,8 @@ msgid "" " nil, existing numbered if numbered backups exist, simple otherwise\n" " never, simple always make simple backups\n" msgstr "" -"Varukoopia lõpp on `~', kui pole antud --suffix või SIMPLE_BACKUP_SUFFIX.\n" -"Versiooni kontrolli võib määrata --backup või VERSION_CONTROL, väärtused " +"Varukoopia lõpp on '~', kui pole antud --suffix või SIMPLE_BACKUP_SUFFIX.\n" +"Versiooni kontrolli võib määrata --backup või VERSION_CONTROL, väärtused " "on:\n" "\n" " none, off varukoopiat ei loo\n" @@ -1436,11 +1434,11 @@ msgstr "" #: src/tar.c:403 msgid "Main operation mode:" -msgstr "Põhiline töö:" +msgstr "Põhiline töö:" #: src/tar.c:406 msgid "list the contents of an archive" -msgstr "näita arhiivi sisukorda" +msgstr "näita arhiivi sisukorda" #: src/tar.c:408 msgid "extract files from an archive" @@ -1452,11 +1450,11 @@ msgstr "loo uus arhiiv" #: src/tar.c:413 msgid "find differences between archive and file system" -msgstr "otsi arhiivi ja failisüsteemi erinevusi" +msgstr "otsi arhiivi ja failisüsteemi erinevusi" #: src/tar.c:416 msgid "append files to the end of an archive" -msgstr "lisa failid arhiivi lõppu" +msgstr "lisa failid arhiivi lõppu" #: src/tar.c:418 msgid "only append files newer than copy in archive" @@ -1472,31 +1470,31 @@ msgstr "kustuta arhiivist (mitte magnetlindilt!)" #: src/tar.c:425 msgid "test the archive volume label and exit" -msgstr "testi arhiivi volüümi märgendit ja lõpeta töö" +msgstr "testi arhiivi volüümi märgendit ja lõpeta töö" #: src/tar.c:430 msgid "Operation modifiers:" -msgstr "Töö täpsustamine:" +msgstr "Töö täpsustamine:" #: src/tar.c:433 msgid "handle sparse files efficiently" -msgstr "tööta aukudega failidega efektiivsemalt" +msgstr "tööta aukudega failidega efektiivsemalt" #: src/tar.c:434 msgid "MAJOR[.MINOR]" -msgstr "PÕHI[.ALAM]" +msgstr "PÕHI[.ALAM]" #: src/tar.c:435 msgid "set version of the sparse format to use (implies --sparse)" -msgstr "määra aukudega faili vormingu versioon (eeldab võtit --sparse)" +msgstr "määra aukudega faili vormingu versioon (eeldab võtit --sparse)" #: src/tar.c:437 msgid "handle old GNU-format incremental backup" -msgstr "käsitle vana GNU vormingus inkrementaalset koopiat" +msgstr "käsitle vana GNU vormingus inkrementaalset koopiat" #: src/tar.c:439 msgid "handle new GNU-format incremental backup" -msgstr "käsitle uue GNU vormingu inkrementaalset koopiat" +msgstr "käsitle uue GNU vormingu inkrementaalset koopiat" #: src/tar.c:441 msgid "dump level for created listed-incremental archive" @@ -1504,7 +1502,7 @@ msgstr "loodud listed-incremental arhiivi dump tase" #: src/tar.c:443 msgid "do not exit with nonzero on unreadable files" -msgstr "ära lõpeta loetamatute failide korral veakoodiga" +msgstr "ära lõpeta loetamatute failide korral veakoodiga" #: src/tar.c:445 msgid "" @@ -1513,11 +1511,11 @@ msgid "" "diff, --extract or --list and when a list of files is given either on the " "command line or via the -T option; NUMBER defaults to 1" msgstr "" -"töötle ainult N-dat esinemist arhiivi igast failist. See võti on lubatud " +"töötle ainult N-dat esinemist arhiivi igast failist. See võti on lubatud " "ainult\n" -"käskudega --delete, --diff, --extract või --list ja kui failide loend on " +"käskudega --delete, --diff, --extract või --list ja kui failide loend on " "antud\n" -"käsureal või võtmega -T. Vaikimisi N on 1." +"käsureal või võtmega -T. Vaikimisi N on 1." #: src/tar.c:451 msgid "archive is seekable" @@ -1529,7 +1527,7 @@ msgstr "arhiiv ei ole positsioneeritav" #: src/tar.c:455 msgid "do not check device numbers when creating incremental archives" -msgstr "inkrementaalsete arhiivide loomisel ära kontrolli seadmete numbreid" +msgstr "inkrementaalsete arhiivide loomisel ära kontrolli seadmete numbreid" #: src/tar.c:458 msgid "check device numbers when creating incremental archives (default)" @@ -1538,7 +1536,7 @@ msgstr "" #: src/tar.c:464 msgid "Overwrite control:" -msgstr "Ülekirjutamise juhtimine:" +msgstr "Ülekirjutamise juhtimine:" #: src/tar.c:467 msgid "attempt to verify the archive after writing it" @@ -1549,22 +1547,21 @@ msgid "remove files after adding them to the archive" msgstr "kustuta failid peale arhiveerimist" #: src/tar.c:471 -#, fuzzy msgid "don't replace existing files when extracting, treat them as errors" -msgstr "olemasolevaid faile taastamisel üle ei kirjuta" +msgstr "olemasolevaid faile taastamisel üle ei kirjuta, anna vigu" #: src/tar.c:474 -#, fuzzy msgid "don't replace existing files when extracting, silently skip over them" -msgstr "olemasolevaid faile taastamisel üle ei kirjuta" +msgstr "" +"olemasolevaid faile taastamisel üle ei kirjuta, jäta need vaikselt vahele" #: src/tar.c:477 msgid "don't replace existing files that are newer than their archive copies" -msgstr "ära kirjuta üle olemasolevaid faile, mis on uuemad kui arhiveeritud" +msgstr "ära kirjuta üle olemasolevaid faile, mis on uuemad kui arhiveeritud" #: src/tar.c:479 msgid "overwrite existing files when extracting" -msgstr "kirjuta olemasolevad failid üle" +msgstr "kirjuta olemasolevad failid üle" #: src/tar.c:481 msgid "remove each file prior to extracting over it" @@ -1576,44 +1573,43 @@ msgstr "kustuta hierarhia enne kataloogi taastamist" #: src/tar.c:485 msgid "preserve metadata of existing directories" -msgstr "säilita olemasolevate kataloogide metainfo" +msgstr "säilita olemasolevate kataloogide metainfo" #: src/tar.c:487 msgid "overwrite metadata of existing directories when extracting (default)" -msgstr "taastamisel kirjuta olemasolevate kataloogide metainfo üle (vaikimisi)" +msgstr "taastamisel kirjuta olemasolevate kataloogide metainfo üle (vaikimisi)" #: src/tar.c:490 -#, fuzzy msgid "preserve existing symlinks to directories when extracting" -msgstr "kirjuta olemasolevad failid üle" +msgstr "taastamisel säilita olemasolevad nimeviited kataloogidele" #: src/tar.c:496 msgid "Select output stream:" -msgstr "Vali väljundvoog:" +msgstr "Vali väljundvoog:" #: src/tar.c:499 msgid "extract files to standard output" -msgstr "taasta failid standardväljundisse" +msgstr "taasta failid standardväljundisse" #: src/tar.c:500 src/tar.c:582 src/tar.c:584 tests/genfile.c:190 msgid "COMMAND" -msgstr "KÄSK" +msgstr "KÄSK" #: src/tar.c:501 msgid "pipe extracted files to another program" -msgstr "taasta failid läbi toru teise programmi" +msgstr "taasta failid läbi toru teise programmi" #: src/tar.c:503 msgid "ignore exit codes of children" -msgstr "ignoreeri alamprotsesside lõpetamise koode" +msgstr "ignoreeri alamprotsesside lõpetamise koode" #: src/tar.c:505 msgid "treat non-zero exit codes of children as error" -msgstr "käsitle alamprotsesside nullist erinevaid lõpetamise koode veana" +msgstr "käsitle alamprotsesside nullist erinevaid lõpetamise koode veana" #: src/tar.c:510 msgid "Handling of file attributes:" -msgstr "Faili atribuutide käsitlemine:" +msgstr "Faili atribuutide käsitlemine:" #: src/tar.c:513 msgid "force NAME as owner for added files" @@ -1625,11 +1621,11 @@ msgstr "kasuta NIMEe kui lisatud failide gruppi" #: src/tar.c:516 src/tar.c:736 msgid "DATE-OR-FILE" -msgstr "KUUP-VÕI-FAIL" +msgstr "KUUP-VÕI-FAIL" #: src/tar.c:517 msgid "set mtime for added files from DATE-OR-FILE" -msgstr "sea lisatud failide muutmise ajaks KUUP-VÕI-FAIL" +msgstr "sea lisatud failide muutmise ajaks KUUP-VÕI-FAIL" #: src/tar.c:518 msgid "CHANGES" @@ -1637,7 +1633,7 @@ msgstr "MUUTUSED" #: src/tar.c:519 msgid "force (symbolic) mode CHANGES for added files" -msgstr "kasuta lisatud failidel sümbol moodi MUUTUSED" +msgstr "kasuta lisatud failidel sümbol moodi MUUTUSED" #: src/tar.c:521 msgid "METHOD" @@ -1649,25 +1645,25 @@ msgid "" "reading (METHOD='replace'; default) or by not setting the times in the first " "place (METHOD='system')" msgstr "" -"säilita salvestatud failide kasutamise aeg, kas taastades selle peale " -"lugemist (METHOD='replace'; vaikimisi) või ei muuda kasutamise aega üldse " +"säilita salvestatud failide kasutamise aeg, kas taastades selle peale " +"lugemist (METHOD='replace'; vaikimisi) või ei muuda kasutamise aega üldse " "(METHOD='system')" #: src/tar.c:526 msgid "don't extract file modified time" -msgstr "ära taasta faili muutmise aega" +msgstr "ära taasta faili muutmise aega" #: src/tar.c:528 msgid "" "try extracting files with the same ownership as exists in the archive " "(default for superuser)" msgstr "" -"ürita failide taastamisel säilitada failide omanikud arhiivis (root " +"ürita failide taastamisel säilitada failide omanikud arhiivis (root " "kasutajal vaikimisi)" #: src/tar.c:530 msgid "extract files as yourself (default for ordinary users)" -msgstr "taasta failid enda õigustes (tavakasutajatel vaikimisi)" +msgstr "taasta failid enda õigustes (tavakasutajatel vaikimisi)" #: src/tar.c:532 msgid "always use numbers for user/group names" @@ -1675,20 +1671,20 @@ msgstr "kasuta kasutaja/grupp numbreid" #: src/tar.c:534 msgid "extract information about file permissions (default for superuser)" -msgstr "taasta ka info failide õigustest (vaikimisi superkasutaja korral)" +msgstr "taasta ka info failide õigustest (vaikimisi superkasutaja korral)" #: src/tar.c:538 msgid "" "apply the user's umask when extracting permissions from the archive (default " "for ordinary users)" msgstr "" -"õiguste taastamisel kasuta kasutaja umask väärtust (vaikimisi " +"õiguste taastamisel kasuta kasutaja umask väärtust (vaikimisi " "tavakasutajatel)" #: src/tar.c:540 msgid "" "member arguments are listed in the same order as the files in the archive" -msgstr "" +msgstr "liikmete argumendid näidatakse samas järjekorras nagu failid arhiivis" #: src/tar.c:544 msgid "same as both -p and -s" @@ -1698,52 +1694,51 @@ msgstr "sama, kui -p ja -s" msgid "" "delay setting modification times and permissions of extracted directories " "until the end of extraction" -msgstr "oota muutmise aegade ja õiguste taastamisega taastamise lõpuni" +msgstr "oota muutmise aegade ja õiguste taastamisega taastamise lõpuni" #: src/tar.c:549 msgid "cancel the effect of --delay-directory-restore option" -msgstr "katkesta --delay-directory-restore võtme mõju" +msgstr "katkesta --delay-directory-restore võtme mõju" #: src/tar.c:554 -#, fuzzy msgid "Handling of extended file attributes:" -msgstr "Faili atribuutide käsitlemine:" +msgstr "Faili laiendatud atribuutide käsitlemine:" #: src/tar.c:557 msgid "Enable extended attributes support" -msgstr "" +msgstr "Luba laiendatud atribuutide tugi" #: src/tar.c:559 msgid "Disable extended attributes support" -msgstr "" +msgstr "Keela laiendatud atribuutide tugi" #: src/tar.c:560 src/tar.c:562 msgid "MASK" -msgstr "" +msgstr "MASK" #: src/tar.c:561 msgid "specify the include pattern for xattr keys" -msgstr "" +msgstr "määrake xattr lubatud võtmete muster" #: src/tar.c:563 msgid "specify the exclude pattern for xattr keys" -msgstr "" +msgstr "määrake xattr välistatud võtmete muster" #: src/tar.c:565 msgid "Enable the SELinux context support" -msgstr "" +msgstr "Luba SELinux konteksti tugi" #: src/tar.c:567 msgid "Disable the SELinux context support" -msgstr "" +msgstr "Keela SELinux konteksti tugi" #: src/tar.c:569 msgid "Enable the POSIX ACLs support" -msgstr "" +msgstr "Luba POSIX ACL tugi" #: src/tar.c:571 msgid "Disable the POSIX ACLs support" -msgstr "" +msgstr "Keela POSIX ACL tugi" #: src/tar.c:576 msgid "Device selection and switching:" @@ -1755,7 +1750,7 @@ msgstr "ARHIIV" #: src/tar.c:579 msgid "use archive file or device ARCHIVE" -msgstr "kasuta arhiivi faili või seadet ARHIIV" +msgstr "kasuta arhiivi faili või seadet ARHIIV" #: src/tar.c:581 msgid "archive file is local even if it has a colon" @@ -1763,19 +1758,19 @@ msgstr "arhiivi fail on lokaalne isegi kui sisaldab koolonit" #: src/tar.c:583 msgid "use given rmt COMMAND instead of rmt" -msgstr "kasuta rmt asemel antud käsku" +msgstr "kasuta rmt asemel antud käsku" #: src/tar.c:585 msgid "use remote COMMAND instead of rsh" -msgstr "kasuta rsh asemel antud käsku" +msgstr "kasuta rsh asemel antud käsku" #: src/tar.c:589 msgid "specify drive and density" -msgstr "määra seade ja tihedus" +msgstr "määra seade ja tihedus" #: src/tar.c:603 msgid "create/list/extract multi-volume archive" -msgstr "loo/näita/taasta mitme volüümilisi arhiive" +msgstr "loo/näita/taasta mitme volüümilisi arhiive" #: src/tar.c:605 msgid "change tape after writing NUMBER x 1024 bytes" @@ -1783,11 +1778,11 @@ msgstr "vaheta peale NUMBER x 1024 baidi kirjutamist linti" #: src/tar.c:607 msgid "run script at end of each tape (implies -M)" -msgstr "käivita iga lindi lõpus skript (eeldab võtit -M)" +msgstr "käivita iga lindi lõpus skript (eeldab võtit -M)" #: src/tar.c:610 msgid "use/update the volume number in FILE" -msgstr "kasuta/uuenda volüümi numbrit failis FAIL" +msgstr "kasuta/uuenda volüümi numbrit failis FAIL" #: src/tar.c:615 msgid "Device blocking:" @@ -1807,7 +1802,7 @@ msgstr "NUMBER baiti kirjele, 512 kordne" #: src/tar.c:622 msgid "ignore zeroed blocks in archive (means EOF)" -msgstr "ignoreeri null blokke arhiivis (tähistab EOF)" +msgstr "ignoreeri null blokke arhiivis (tähistab EOF)" #: src/tar.c:624 msgid "reblock as we read (for 4.2BSD pipes)" @@ -1827,7 +1822,7 @@ msgstr "loo arhiiv antud vormingus" #: src/tar.c:634 msgid "FORMAT is one of the following:" -msgstr "VORMING on üks järgnevaist:" +msgstr "VORMING on üks järgnevaist:" #: src/tar.c:635 msgid "old V7 tar format" @@ -1863,11 +1858,11 @@ msgstr "sama, kui --format=posix" #: src/tar.c:652 msgid "keyword[[:]=value][,keyword[[:]=value]]..." -msgstr "võtmesõna[[:]=väärtus][,võtmesõna[[:]=väärtus]...]" +msgstr "võtmesõna[[:]=väärtus][,võtmesõna[[:]=väärtus]...]" #: src/tar.c:653 msgid "control pax keywords" -msgstr "pax võtmesõnade kasutamine" +msgstr "pax võtmesõnade kasutamine" #: src/tar.c:654 msgid "TEXT" @@ -1878,12 +1873,12 @@ msgid "" "create archive with volume name TEXT; at list/extract time, use TEXT as a " "globbing pattern for volume name" msgstr "" -"loo arhiivi volüümi nimega NIMI. Listingu/taastamise ajal kasuta TEKSTi " +"loo arhiivi volüümi nimega NIMI. Listingu/taastamise ajal kasuta TEKSTi " "otsingumustrina" #: src/tar.c:660 msgid "Compression options:" -msgstr "Tihendamise võtmed:" +msgstr "Tihendamise võtmed:" #: src/tar.c:662 msgid "use archive suffix to determine the compression program" @@ -1891,7 +1886,7 @@ msgstr "tihendamisprogrammi tuvastamiseks kasuta arhiivi sufiksit" #: src/tar.c:664 msgid "do not use archive suffix to determine the compression program" -msgstr "tihendamisprogrammi tuvastamiseks ära kasuta arhiivi sufiksit" +msgstr "tihendamisprogrammi tuvastamiseks ära kasuta arhiivi sufiksit" #: src/tar.c:666 msgid "PROG" @@ -1899,7 +1894,7 @@ msgstr "PROG" #: src/tar.c:667 msgid "filter through PROG (must accept -d)" -msgstr "filtreeri läbi programmi (peab lubama võtit -d)" +msgstr "filtreeri läbi programmi (peab lubama võtit -d)" #: src/tar.c:683 msgid "Local file selection:" @@ -1919,23 +1914,23 @@ msgstr "mine kataloogi KAT" #: src/tar.c:690 msgid "get names to extract or create from FILE" -msgstr "loe taastatavate või varundatavate failide nimed failist NIMI" +msgstr "loe taastatavate või varundatavate failide nimed failist NIMI" #: src/tar.c:692 msgid "-T reads null-terminated names, disable -C" -msgstr "-T loeb nullidega lõpetatud nimesid, blokeeri -C" +msgstr "-T loeb nullidega lõpetatud nimesid, blokeeri -C" #: src/tar.c:694 msgid "disable the effect of the previous --null option" -msgstr "blokeeri eelmise --null võtme mõju" +msgstr "blokeeri eelmise --null võtme mõju" #: src/tar.c:696 msgid "unquote filenames read with -T (default)" -msgstr "eemalda -T võtmega loetud failinimedest kvootimissümbolid (vaikimisi)" +msgstr "eemalda -T võtmega loetud failinimedest kvootimissümbolid (vaikimisi)" #: src/tar.c:698 msgid "do not unquote filenames read with -T" -msgstr "ära eemalda -T võtmega loetud failinimedest kvootimissümboleid" +msgstr "ära eemalda -T võtmega loetud failinimedest kvootimissümboleid" #: src/tar.c:699 tests/genfile.c:136 msgid "PATTERN" @@ -1943,94 +1938,92 @@ msgstr "MUSTER" #: src/tar.c:700 msgid "exclude files, given as a PATTERN" -msgstr "MUSTRI järgi välistatud failid" +msgstr "MUSTRI järgi välistatud failid" #: src/tar.c:702 msgid "exclude patterns listed in FILE" -msgstr "välistavad mustrid on FAILIS" +msgstr "välistavad mustrid on FAILIS" #: src/tar.c:704 msgid "" "exclude contents of directories containing CACHEDIR.TAG, except for the tag " "file itself" msgstr "" -"välista kataloogide, mis sisaldavad CACHEDIR.TAG, sisu, välja arvatud " -"märgendi fail ise" +"välista kataloogide, mis sisaldavad CACHEDIR.TAG, sisu, välja arvatud " +"märgendi fail ise" #: src/tar.c:707 msgid "exclude everything under directories containing CACHEDIR.TAG" -msgstr "välista kõik kataloogis, mis sisaldab CACHEDIR.TAG" +msgstr "välista kõik kataloogis, mis sisaldab CACHEDIR.TAG" #: src/tar.c:710 msgid "exclude directories containing CACHEDIR.TAG" -msgstr "välista kataloogid, mis sisaldavad CACHEDIR.TAG" +msgstr "välista kataloogid, mis sisaldavad CACHEDIR.TAG" #: src/tar.c:712 msgid "exclude contents of directories containing FILE, except for FILE itself" msgstr "" -"välista kataloogide, mis sisaldavad faili FAIL, sisu, välja arvatud FAIL ise" +"välista kataloogide, mis sisaldavad faili FAIL, sisu, välja arvatud FAIL ise" #: src/tar.c:715 msgid "exclude everything under directories containing FILE" -msgstr "välista kataloogid, mis sisaldavad faili FAIL" +msgstr "välista kataloogid, mis sisaldavad faili FAIL" #: src/tar.c:717 msgid "exclude directories containing FILE" -msgstr "välista kataloogid, mis sisaldavad faili FAIL" +msgstr "välista kataloogid, mis sisaldavad faili FAIL" #: src/tar.c:719 msgid "exclude version control system directories" -msgstr "välista versiooni kontrolli süsteemi kataloogid" +msgstr "välista versiooni kontrolli süsteemi kataloogid" #: src/tar.c:721 msgid "exclude backup and lock files" -msgstr "välista varukoopiad ja lukufailid" +msgstr "välista varukoopiad ja lukufailid" #: src/tar.c:723 msgid "avoid descending automatically in directories" -msgstr "ära sisene kataloogidesse" +msgstr "ära sisene kataloogidesse" #: src/tar.c:725 msgid "stay in local file system when creating archive" -msgstr "püsi arhiivi loomise ajal kohalikus failisüsteemis" +msgstr "püsi arhiivi loomise ajal kohalikus failisüsteemis" #: src/tar.c:727 msgid "recurse into directories (default)" msgstr "sisene kataloogidesse (vaikimisi)" #: src/tar.c:729 -#, fuzzy msgid "don't strip leading '/'s from file names" -msgstr "ära eemalda faili nimedelt prefiksit `/'" +msgstr "ära eemalda faili nimedelt prefiksit '/'" #: src/tar.c:731 msgid "follow symlinks; archive and dump the files they point to" -msgstr "järgi nimeviiteid; arhiveeri ja taasta viidatavad failid" +msgstr "järgi nimeviiteid; arhiveeri ja taasta viidatavad failid" #: src/tar.c:733 msgid "follow hard links; archive and dump the files they refer to" -msgstr "järgi viiteid; arhiveeri ja taasta viidatavad failid" +msgstr "järgi viiteid; arhiveeri ja taasta viidatavad failid" #: src/tar.c:734 msgid "MEMBER-NAME" msgstr "KOMPONENT" #: src/tar.c:735 -#, fuzzy msgid "begin at member MEMBER-NAME when reading the archive" -msgstr "alusta arhiivi liikmest KOMPONENT" +msgstr "alusta arhiivi lugemisel liikmest KOMPONENT" #: src/tar.c:737 msgid "only store files newer than DATE-OR-FILE" -msgstr "salvesta ainult failid mis on uuemad kui KUUP-VÕI-FAIL" +msgstr "salvesta ainult failid mis on uuemad kui KUUP-VÕI-FAIL" #: src/tar.c:739 msgid "DATE" -msgstr "KUUPÄEV" +msgstr "KUUPÄEV" #: src/tar.c:740 msgid "compare date and time when data changed only" -msgstr "võrdle kuupäevi ainult kui andmed on muutunud" +msgstr "võrdle kuupäevi ainult kui andmed on muutunud" #: src/tar.c:741 msgid "CONTROL" @@ -2042,15 +2035,15 @@ msgstr "loo enne eemaldamist varukoopia, vali versioonikontroll" #: src/tar.c:743 src/tar.c:824 src/tar.c:826 tests/genfile.c:169 msgid "STRING" -msgstr "SÕNE" +msgstr "SÕNE" #: src/tar.c:744 msgid "" "backup before removal, override usual suffix ('~' unless overridden by " "environment variable SIMPLE_BACKUP_SUFFIX)" msgstr "" -"varunda enne kustutamist, kasuta uut lõppu (vaikimisi '~', kui pole üle " -"määratud keskkonnamuutujaga SIMPLE_BACKUP_SUFFIX)" +"varunda enne kustutamist, kasuta uut lõppu (vaikimisi '~', kui pole üle " +"määratud keskkonnamuutujaga SIMPLE_BACKUP_SUFFIX)" #: src/tar.c:749 msgid "File name transformations:" @@ -2070,42 +2063,39 @@ msgstr "kasuta failide nimede muutmiseks sed asendus avaldist" #: src/tar.c:760 msgid "File name matching options (affect both exclude and include patterns):" -msgstr "Failinimede otsimine (mõjutab nii kaasamist, kui välistamist):" +msgstr "Failinimede otsimine (mõjutab nii kaasamist, kui välistamist):" #: src/tar.c:763 msgid "ignore case" -msgstr "tõstutundetu" +msgstr "tõstutundetu" #: src/tar.c:765 msgid "patterns match file name start" msgstr "mustrid alustavad faili nime algusest" #: src/tar.c:767 -#, fuzzy msgid "patterns match after any '/' (default for exclusion)" -msgstr "mustrid toimivad iga / järel (välistamise korral vaikimisi)" +msgstr "mustrid toimivad iga '/' järel (välistamise korral vaikimisi)" #: src/tar.c:769 msgid "case sensitive matching (default)" -msgstr "tõstutundlik otsimine (vaikimisi)" +msgstr "tõstutundlik otsimine (vaikimisi)" #: src/tar.c:771 msgid "use wildcards (default for exclusion)" -msgstr "kasuta jokkersümboleid (välistamise korral vaikimisi)" +msgstr "kasuta jokkersümboleid (välistamise korral vaikimisi)" #: src/tar.c:773 msgid "verbatim string matching" -msgstr "täht-täheline sõne otsimine" +msgstr "täht-täheline sõne otsimine" #: src/tar.c:775 -#, fuzzy msgid "wildcards do not match '/'" msgstr "jokkerid ei leia '/'" #: src/tar.c:777 -#, fuzzy msgid "wildcards match '/' (default for exclusion)" -msgstr "jokkersümbolid leiavad '/' (välistamise korral vaikimisi)" +msgstr "jokkersümbolid leiavad '/' (välistamise korral vaikimisi)" #: src/tar.c:782 msgid "Informative output:" @@ -2113,11 +2103,11 @@ msgstr "Informatsioon:" #: src/tar.c:785 msgid "verbosely list files processed" -msgstr "väljasta töödeldavate failide kohta infot" +msgstr "väljasta töödeldavate failide kohta infot" #: src/tar.c:786 msgid "KEYWORD" -msgstr "VÕTMESÕNA" +msgstr "VÕTMESÕNA" #: src/tar.c:787 msgid "warning control" @@ -2125,7 +2115,7 @@ msgstr "hoiatuste juhtimine" #: src/tar.c:789 msgid "display progress messages every NUMBERth record (default 10)" -msgstr "anna töö kohta infot iga NUMBER kirje järel (vaikimisi 10)" +msgstr "anna töö kohta infot iga NUMBER kirje järel (vaikimisi 10)" #: src/tar.c:791 msgid "ACTION" @@ -2133,11 +2123,11 @@ msgstr "TEGEVUS" #: src/tar.c:792 msgid "execute ACTION on each checkpoint" -msgstr "käivita tegevus igas kontrollpunktis" +msgstr "käivita tegevus igas kontrollpunktis" #: src/tar.c:795 msgid "print a message if not all links are dumped" -msgstr "väljasta teade, kui kõike viiteid pole salvestatud" +msgstr "väljasta teade, kui kõike viiteid pole salvestatud" #: src/tar.c:796 msgid "SIGNAL" @@ -2150,49 +2140,49 @@ msgid "" "SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also " "accepted" msgstr "" -"väljasta peale arhiivi töötlemist baitide koguarv, argumendi korral - " -"väljasta see info, kui saadetakse antud signaal. Lubatud signaalid on: " -"SIGHUP, SIGQUIT, SIGINT, SIGUSR1 ja SIGUSR2; SIG prefiksi võib ära jätta" +"väljasta peale arhiivi töötlemist baitide koguarv, argumendi korral - " +"väljasta see info, kui saadetakse antud signaal. Lubatud signaalid on: " +"SIGHUP, SIGQUIT, SIGINT, SIGUSR1 ja SIGUSR2; SIG prefiksi võib ära jätta" #: src/tar.c:802 msgid "print file modification times in UTC" -msgstr "väljasta failide muutmise ajad UTC esituses" +msgstr "väljasta failide muutmise ajad UTC esituses" #: src/tar.c:804 msgid "print file time to its full resolution" -msgstr "väljasta faili aeg täielikult" +msgstr "väljasta faili aeg täielikult" #: src/tar.c:806 msgid "send verbose output to FILE" -msgstr "salvesta täiendav info FAILi" +msgstr "salvesta täiendav info FAILi" #: src/tar.c:808 msgid "show block number within archive with each message" -msgstr "näita iga teatega ka arhiivi bloki numbrit" +msgstr "näita iga teatega ka arhiivi bloki numbrit" #: src/tar.c:810 msgid "ask for confirmation for every action" -msgstr "küsi iga tegevuse kohta kinnitust" +msgstr "küsi iga tegevuse kohta kinnitust" #: src/tar.c:813 msgid "show tar defaults" -msgstr "näita tar vaikeseadeid" +msgstr "näita tar vaikeseadeid" #: src/tar.c:815 msgid "show valid ranges for snapshot-file fields" -msgstr "" +msgstr "näita snapshot-faili väljade lubatud vahemikud" #: src/tar.c:817 msgid "" "when listing or extracting, list each directory that does not match search " "criteria" msgstr "" -"listingu või taastamise ajal, näita igat kataloogi mis ei vasta " +"listingu või taastamise ajal, näita igat kataloogi mis ei vasta " "otsingutingimustele" #: src/tar.c:819 msgid "show file or archive names after transformation" -msgstr "peale teisendamist näita faili või arhiivi nime" +msgstr "peale teisendamist näita faili või arhiivi nime" #: src/tar.c:822 msgid "STYLE" @@ -2200,19 +2190,19 @@ msgstr "STIIL" #: src/tar.c:823 msgid "set name quoting style; see below for valid STYLE values" -msgstr "määra nimede kvootimise stiil; lubatud väärtused on toodud allpool" +msgstr "määra nimede kvootimise stiil; lubatud väärtused on toodud allpool" #: src/tar.c:825 msgid "additionally quote characters from STRING" -msgstr "lisaks kvoodi sõnes näidatud sümbolid" +msgstr "lisaks kvoodi sõnes näidatud sümbolid" #: src/tar.c:827 msgid "disable quoting for characters from STRING" -msgstr "keela sõnes toodud sümbolite kvootimine" +msgstr "keela sõnes toodud sümbolite kvootimine" #: src/tar.c:832 msgid "Compatibility options:" -msgstr "Ühilduvuse võtmed:" +msgstr "Ühilduvuse võtmed:" #: src/tar.c:835 msgid "" @@ -2222,23 +2212,22 @@ msgstr "loomisel sama kui --old-archive. Taastamisel sama kui --no-same-owner" #: src/tar.c:840 msgid "Other options:" -msgstr "Muud võtmed:" +msgstr "Muud võtmed:" #: src/tar.c:843 msgid "disable use of some potentially harmful options" -msgstr "blokeeri potentsiaalselt ohtlikud võtmed" +msgstr "blokeeri potentsiaalselt ohtlikud võtmed" #: src/tar.c:978 -#, fuzzy msgid "" "You may not specify more than one '-Acdtrux', '--delete' or '--test-label' " "option" msgstr "" -"Korraga võib kasutada ainult ühte võtmetest `-Acdtrux' või `--test-label'" +"Korraga võib kasutada ainult ühte võtmetest '-Acdtrux' või '--test-label'" #: src/tar.c:988 msgid "Conflicting compression options" -msgstr "Konfliktsed pakkimisvõtmed" +msgstr "Konfliktsed pakkimisvõtmed" #: src/tar.c:1047 #, c-format @@ -2247,7 +2236,7 @@ msgstr "Tundmatu signaali nimi: %s" #: src/tar.c:1071 msgid "Date sample file not found" -msgstr "Kuupäeva fail puudub" +msgstr "Kuupäeva fail puudub" #: src/tar.c:1079 #, c-format @@ -2255,19 +2244,19 @@ msgid "Substituting %s for unknown date format %s" msgstr "Kasutan %s tundmatu ajaformaadi %s asemel" #: src/tar.c:1108 -#, fuzzy, c-format +#, c-format msgid "Option %s: Treating date '%s' as %s" -msgstr "Võti %s: Käsitlen aega `%s' kui %s" +msgstr "Võti %s: Käsitlen aega '%s' kui %s" #: src/tar.c:1151 src/tar.c:1155 src/tar.c:1159 src/tar.c:1163 src/tar.c:1167 #: src/tar.c:1171 #, c-format msgid "filter the archive through %s" -msgstr "filtreeri arhiiv läbi %s" +msgstr "filtreeri arhiiv läbi %s" #: src/tar.c:1179 msgid "Valid arguments for the --quoting-style option are:" -msgstr "Võtmega --quoting-style on lubatud järgnevad argumendid:" +msgstr "Võtmega --quoting-style on lubatud järgnevad argumendid:" #: src/tar.c:1183 msgid "" @@ -2278,9 +2267,8 @@ msgstr "" "*See* tar kasutab vaikimisi:\n" #: src/tar.c:1295 -#, fuzzy msgid "Invalid owner or group ID" -msgstr "Vigane omanik" +msgstr "Vigane omanik või grupi ID" #: src/tar.c:1339 msgid "Invalid blocking factor" @@ -2292,15 +2280,15 @@ msgstr "Vigane lindi pikkus" #: src/tar.c:1466 msgid "Invalid incremental level value" -msgstr "Inkrementaalse varunduse taseme väärtus on vigane" +msgstr "Inkrementaalse varunduse taseme väärtus on vigane" #: src/tar.c:1512 msgid "More than one threshold date" -msgstr "Rohkem kui üks etteantud aeg" +msgstr "Rohkem kui üks etteantud aeg" #: src/tar.c:1571 src/tar.c:1574 msgid "Invalid sparse version value" -msgstr "Vigane aukudega faili versiooni väärtus" +msgstr "Vigane aukudega faili versiooni väärtus" #: src/tar.c:1659 msgid "--atime-preserve='system' is not supported on this platform" @@ -2308,11 +2296,11 @@ msgstr "--atime-preserve='system' ei ole sellel platvormil toetatud" #: src/tar.c:1684 msgid "--checkpoint value is not an integer" -msgstr "--checkpoint väärtus ei ole täisarv" +msgstr "--checkpoint väärtus ei ole täisarv" #: src/tar.c:1801 msgid "Invalid mode given on option" -msgstr "Võtmega anti vigane mood" +msgstr "Võtmega anti vigane mood" #: src/tar.c:1858 msgid "Invalid number" @@ -2323,7 +2311,7 @@ msgid "" "The --preserve option is deprecated, use --preserve-permissions --preserve-" "order instead" msgstr "" -"Võti --preserve on mittesoovitatav, kasutage --preserve-permissions --" +"Võti --preserve on mittesoovitatav, kasutage --preserve-permissions --" "preserve-order" #: src/tar.c:1926 @@ -2341,7 +2329,7 @@ msgstr "Vigane elementide arv" #: src/tar.c:1995 msgid "Only one --to-command option allowed" -msgstr "Lubatud on ainult üks --to-command võti" +msgstr "Lubatud on ainult üks --to-command võti" #: src/tar.c:2107 #, c-format @@ -2349,37 +2337,36 @@ msgid "Malformed density argument: %s" msgstr "Vigane tiheduse argument: %s" #: src/tar.c:2133 -#, fuzzy, c-format +#, c-format msgid "Unknown density: '%c'" -msgstr "Tundmatu tihedus: `%c'" +msgstr "Tundmatu tihedus: '%c'" #: src/tar.c:2150 -#, fuzzy, c-format +#, c-format msgid "Options '-[0-7][lmh]' not supported by *this* tar" -msgstr "*See* tar ei toeta võtmeid `-[0-7][lmh]'" +msgstr "*See* tar ei toeta võtmeid '-[0-7][lmh]'" #: src/tar.c:2163 msgid "[FILE]..." msgstr "[FAIL]..." #: src/tar.c:2306 -#, fuzzy, c-format +#, c-format msgid "Old option '%c' requires an argument." -msgstr "Vana võti `%c' nõuab argumenti." +msgstr "Vana võti '%c' nõuab argumenti." #: src/tar.c:2386 msgid "--occurrence is meaningless without a file list" -msgstr "--occurrence ei oma failide nimekirjata mõtet" +msgstr "--occurrence ei oma failide nimekirjata mõtet" #: src/tar.c:2389 -#, fuzzy, c-format +#, c-format msgid "--occurrence cannot be used with %s" -msgstr "--occurrence ei saa valitud tööre¸iimil kasutada" +msgstr "--occurrence ei saa %s korral kasutada" #: src/tar.c:2408 -#, fuzzy msgid "Multiple archive files require '-M' option" -msgstr "Mitme arhiivifaili kasutamine nõuab võtit `-M'" +msgstr "Mitme arhiivifaili kasutamine nõuab võtit '-M'" #: src/tar.c:2413 msgid "Cannot combine --listed-incremental with --newer" @@ -2387,103 +2374,98 @@ msgstr "--listed-incremental ja --newer ei saa koos kasutada" #: src/tar.c:2416 msgid "--level is meaningless without --listed-incremental" -msgstr "--level ei oma võtmeta --listed-incremental mõtet" +msgstr "--level ei oma võtmeta --listed-incremental mõtet" #: src/tar.c:2433 #, c-format msgid "%s: Volume label is too long (limit is %lu byte)" msgid_plural "%s: Volume label is too long (limit is %lu bytes)" -msgstr[0] "%s: Volüümi märgend on liiga pikk (piirang on %lu baiti)" -msgstr[1] "%s: Volüümi märgend on liiga pikk (piirang on %lu baiti)" +msgstr[0] "%s: Volüümi märgend on liiga pikk (piirang on %lu baiti)" +msgstr[1] "%s: Volüümi märgend on liiga pikk (piirang on %lu baiti)" #: src/tar.c:2446 msgid "Cannot verify multi-volume archives" -msgstr "Ei suuda kontrollida mitme volüümilisi arhiive" +msgstr "Ei suuda kontrollida mitme volüümilisi arhiive" #: src/tar.c:2448 msgid "Cannot verify compressed archives" msgstr "Ei saa kontrollida pakitud arhiive" #: src/tar.c:2450 -#, fuzzy, c-format +#, c-format msgid "--verify cannot be used with %s" -msgstr "Mustrit %s ei saa kasutada" +msgstr "--verify ei saa %s korral kasutada" #: src/tar.c:2457 msgid "Cannot use multi-volume compressed archives" -msgstr "Ei saa kasutada mitme volüümilisi pakitud arhiive" +msgstr "Ei saa kasutada mitme volüümilisi pakitud arhiive" #: src/tar.c:2461 msgid "Cannot concatenate compressed archives" -msgstr "Tihendatud arhiive ei saa ühendada" +msgstr "Tihendatud arhiive ei saa ühendada" #: src/tar.c:2471 msgid "--pax-option can be used only on POSIX archives" msgstr "--pax-option saab kasutada ainult POSIX arhiividega" #: src/tar.c:2478 -#, fuzzy msgid "--acls can be used only on POSIX archives" -msgstr "--pax-option saab kasutada ainult POSIX arhiividega" +msgstr "--acls saab kasutada ainult POSIX arhiividega" #: src/tar.c:2483 -#, fuzzy msgid "--selinux can be used only on POSIX archives" -msgstr "--pax-option saab kasutada ainult POSIX arhiividega" +msgstr "--selinux saab kasutada ainult POSIX arhiividega" #: src/tar.c:2488 -#, fuzzy msgid "--xattrs can be used only on POSIX archives" -msgstr "--pax-option saab kasutada ainult POSIX arhiividega" +msgstr "--xattrs saab kasutada ainult POSIX arhiividega" #: src/tar.c:2493 -#, fuzzy, c-format +#, c-format msgid "--%s option cannot be used with %s" -msgstr "Mustrit %s ei saa kasutada" +msgstr "võtit --%s ei saa võtmega %s kasutada" #: src/tar.c:2525 msgid "Volume length cannot be less than record size" -msgstr "Volüümi suurus ei saa olla väiksem kirje suurusest" +msgstr "Volüümi suurus ei saa olla väiksem kirje suurusest" #: src/tar.c:2528 msgid "--preserve-order is not compatible with --listed-incremental" -msgstr "--preserve-order ei ole ühilduv võtmega --listed-incremental" +msgstr "--preserve-order ei ole ühilduv võtmega --listed-incremental" #: src/tar.c:2539 msgid "Cowardly refusing to create an empty archive" -msgstr "Ega ikka ei tee küll tühja arhiivi" +msgstr "Ega ikka ei tee küll tühja arhiivi" #: src/tar.c:2565 -#, fuzzy msgid "Options '-Aru' are incompatible with '-f -'" -msgstr "Võtmeid `-Aru' ei saa kasutada võtmega `-f -'" +msgstr "Võtmeid '-Aru' ei saa kasutada võtmega '-f -'" #: src/tar.c:2660 -#, fuzzy msgid "" "You must specify one of the '-Acdtrux', '--delete' or '--test-label' options" -msgstr "Peab kasutama üht võtmetest `-Acdtrux' või `--test-label'" +msgstr "Peab kasutama üht võtmetest '-Acdtrux', '--delete' või '--test-label'" #: src/tar.c:2715 #, c-format msgid "Exiting with failure status due to previous errors" -msgstr "Kuna eelnevalt oli vigu, siis lõpetan veakoodiga" +msgstr "Kuna eelnevalt oli vigu, siis lõpetan veakoodiga" #: src/update.c:87 #, c-format msgid "%s: File shrank by %s byte" msgid_plural "%s: File shrank by %s bytes" -msgstr[0] "%s: Fail on %s baiti lühem" -msgstr[1] "%s: Fail on %s baiti lühem" +msgstr[0] "%s: Fail on %s baiti lühem" +msgstr[1] "%s: Fail on %s baiti lühem" #: src/xheader.c:164 #, c-format msgid "Keyword %s is unknown or not yet implemented" -msgstr "Võtmesõna %s on tundmatu või pole veel realiseeritud" +msgstr "Võtmesõna %s on tundmatu või pole veel realiseeritud" #: src/xheader.c:173 msgid "Time stamp is out of allowed range" -msgstr "Ajatempel on piiridest väljas" +msgstr "Ajatempel on piiridest väljas" #: src/xheader.c:204 #, c-format @@ -2493,65 +2475,65 @@ msgstr "Mustrit %s ei saa kasutada" #: src/xheader.c:218 #, c-format msgid "Keyword %s cannot be overridden" -msgstr "Võtmesõna %s ei saa ümber määrata" +msgstr "Võtmesõna %s ei saa ümber määrata" #: src/xheader.c:667 msgid "Malformed extended header: missing length" -msgstr "Vigane laiendatud päis: puudub pikkus" +msgstr "Vigane laiendatud päis: puudub pikkus" #: src/xheader.c:676 #, c-format msgid "Extended header length %*s is out of range" -msgstr "Laiendatud päise pikkus %*s on piiridest väljas" +msgstr "Laiendatud päise pikkus %*s on piiridest väljas" #: src/xheader.c:688 msgid "Malformed extended header: missing blank after length" -msgstr "Vigane laiendatud päis: pikkuse järel puudub tühik" +msgstr "Vigane laiendatud päis: pikkuse järel puudub tühik" #: src/xheader.c:696 msgid "Malformed extended header: missing equal sign" -msgstr "Vigane laiendatud päis: puudub võrdusmärk" +msgstr "Vigane laiendatud päis: puudub võrdusmärk" #: src/xheader.c:702 msgid "Malformed extended header: missing newline" -msgstr "Vigane laiendatud päis: puudub reavahetus" +msgstr "Vigane laiendatud päis: puudub reavahetus" #: src/xheader.c:740 -#, fuzzy, c-format +#, c-format msgid "Ignoring unknown extended header keyword '%s'" -msgstr "Ignoreerin tundmatud laiendatud päise võtmesõna `%s'" +msgstr "Ignoreerin tundmatut laiendatud päise võtmesõna '%s'" #: src/xheader.c:1012 #, c-format msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)" -msgstr "Genereeritud võti/väärtus paar on liiga pikk (võti=%s, pikkus=%s)" +msgstr "Genereeritud võti/väärtus paar on liiga pikk (võti=%s, pikkus=%s)" #. TRANSLATORS: The first %s is the pax extended header keyword #. (atime, gid, etc.). #: src/xheader.c:1042 #, c-format msgid "Extended header %s=%s is out of range %s..%s" -msgstr "Laiendatud päis %s=%s on piiridest %s..%s väljas" +msgstr "Laiendatud päis %s=%s on piiridest %s..%s väljas" #: src/xheader.c:1093 src/xheader.c:1126 src/xheader.c:1455 #, c-format msgid "Malformed extended header: invalid %s=%s" -msgstr "Vigane laiendatud päis: %s=%s" +msgstr "Vigane laiendatud päis: %s=%s" #: src/xheader.c:1408 src/xheader.c:1433 src/xheader.c:1488 #, c-format msgid "Malformed extended header: excess %s=%s" -msgstr "Vigane laiendatud päis: liigne %s=%s" +msgstr "Vigane laiendatud päis: liigne %s=%s" #: src/xheader.c:1501 #, c-format msgid "Malformed extended header: invalid %s: unexpected delimiter %c" -msgstr "Vigane laiendatud päis: vigane %s: ootamatu eraldaja %c" +msgstr "Vigane laiendatud päis: vigane %s: ootamatu eraldaja %c" #: src/xheader.c:1511 #, c-format msgid "Malformed extended header: invalid %s: odd number of values" -msgstr "Vigane laiendatud päis: vigane %s: veider arv väärtuseid" +msgstr "Vigane laiendatud päis: vigane %s: veider arv väärtuseid" #: src/checkpoint.c:109 #, c-format @@ -2595,11 +2577,11 @@ msgid "" "OPTIONS are:\n" msgstr "" "genfile manipuleerib GNU paxutils testipaketi andmefailidega.\n" -"VÕTMED on:\n" +"VÕTMED on:\n" #: tests/genfile.c:127 msgid "File creation options:" -msgstr "Faili loomise võtmed:" +msgstr "Faili loomise võtmed:" #: tests/genfile.c:128 tests/genfile.c:139 msgid "SIZE" @@ -2607,11 +2589,11 @@ msgstr "SUURUS" #: tests/genfile.c:129 msgid "Create file of the given SIZE" -msgstr "Loo määratud suurusega fail" +msgstr "Loo määratud suurusega fail" #: tests/genfile.c:131 msgid "Write to file NAME, instead of standard output" -msgstr "Kirjuta standardväljundi asemel faili NIMI" +msgstr "Kirjuta standardväljundi asemel faili NIMI" #: tests/genfile.c:133 msgid "Read file names from FILE" @@ -2619,11 +2601,11 @@ msgstr "Loe failide nimed failist FAIL" #: tests/genfile.c:135 msgid "-T reads null-terminated names" -msgstr "-T loeb nullidega lõpetatud nimesid" +msgstr "-T loeb nullidega lõpetatud nimesid" #: tests/genfile.c:137 msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'" -msgstr "Täida fail antud mustriga. Muster on 'default' või 'zeros'" +msgstr "Täida fail antud mustriga. Muster on 'default' või 'zeros'" #: tests/genfile.c:140 msgid "Size of a block for sparse file" @@ -2631,7 +2613,7 @@ msgstr "Bloki suurus aukudega faili korral" #: tests/genfile.c:142 msgid "Generate sparse file. Rest of the command line gives the file map." -msgstr "Loo aukudega fail. Järgnev käsurida kirjeldab faili." +msgstr "Loo aukudega fail. Järgnev käsurida kirjeldab faili." #: tests/genfile.c:144 msgid "OFFSET" @@ -2647,54 +2629,54 @@ msgstr "Statistika faili kohta:" #: tests/genfile.c:154 msgid "Print contents of struct stat for each given file. Default FORMAT is: " -msgstr "Väljasta iga faili kohta stat struktuuri sisu. Vaikimisi VORMING on: " +msgstr "Väljasta iga faili kohta stat struktuuri sisu. Vaikimisi VORMING on: " #: tests/genfile.c:161 msgid "Synchronous execution options:" -msgstr "Sünkroonse täitmise võtmed:" +msgstr "Sünkroonse täitmise võtmed:" #: tests/genfile.c:163 msgid "OPTION" -msgstr "VÕTI" +msgstr "VÕTI" #: tests/genfile.c:164 msgid "" "Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, " "--unlink" msgstr "" -"Täida antud KÄSKLUS. Kasulik võtmetega --checkpoint ja --cut, --append, --" +"Täida antud KÄSKLUS. Kasulik võtmetega --checkpoint ja --cut, --append, --" "touch, --unlink" #: tests/genfile.c:167 msgid "Perform given action (see below) upon reaching checkpoint NUMBER" -msgstr "Jõudes kontrollpunkti NUMBER, täida antud tegevus (vt. allpool)" +msgstr "Jõudes kontrollpunkti NUMBER, täida antud tegevus (vt. allpool)" #: tests/genfile.c:170 msgid "Set date for next --touch option" -msgstr "Määra järgmise --touch võtme ajatempel" +msgstr "Määra järgmise --touch võtme ajatempel" #: tests/genfile.c:173 msgid "Display executed checkpoints and exit status of COMMAND" -msgstr "Esita täidetud kontrollpunktid ja käsu lõpetamise olek" +msgstr "Esita täidetud kontrollpunktid ja käsu lõpetamise olek" #: tests/genfile.c:178 msgid "" "Synchronous execution actions. These are executed when checkpoint number " "given by --checkpoint option is reached." msgstr "" -"Sünkroonse täitmise tegevused. Neid täidetakse, kui saabub --checkpoint " -"võtmega määratud kontrollpunkt." +"Sünkroonse täitmise tegevused. Neid täidetakse, kui saabub --checkpoint " +"võtmega määratud kontrollpunkt." #: tests/genfile.c:181 msgid "" "Truncate FILE to the size specified by previous --length option (or 0, if it " "is not given)" msgstr "" -"Sea faili suuruseks --length võtmega näidatu (või 0, kui suurust ei antud)" +"Sea faili suuruseks --length võtmega näidatu (või 0, kui suurust ei antud)" #: tests/genfile.c:185 msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option." -msgstr "Lisa faili lõppu --length parameetriga näidatud arv baite." +msgstr "Lisa faili lõppu --length parameetriga näidatud arv baite." #: tests/genfile.c:188 msgid "Update the access and modification times of FILE" @@ -2702,7 +2684,7 @@ msgstr "Uuenda faili kasutamise ja muutmise ajatempleid" #: tests/genfile.c:191 msgid "Execute COMMAND" -msgstr "Käivita KÄSK" +msgstr "Käivita KÄSK" #: tests/genfile.c:194 msgid "Unlink FILE" @@ -2716,7 +2698,7 @@ msgstr "Vigane suurus: %s" #: tests/genfile.c:249 #, c-format msgid "Number out of allowed range: %s" -msgstr "Number on piiridest väljas: %s" +msgstr "Number on piiridest väljas: %s" #: tests/genfile.c:252 #, c-format @@ -2726,12 +2708,12 @@ msgstr "Negatiivne suurus: %s" #: tests/genfile.c:265 tests/genfile.c:569 #, c-format msgid "stat(%s) failed" -msgstr "stat(%s) ebaõnnestus" +msgstr "stat(%s) ebaõnnestus" #: tests/genfile.c:268 #, c-format msgid "requested file length %lu, actual %lu" -msgstr "küsitud faili pikkus %lu, tegelik %lu" +msgstr "küsitud faili pikkus %lu, tegelik %lu" #: tests/genfile.c:272 #, c-format @@ -2746,7 +2728,7 @@ msgstr "Viga `%s' juures numbri parsimisel" #: tests/genfile.c:367 #, c-format msgid "Unknown date format" -msgstr "Tundmatu kuupäeva vorming" +msgstr "Tundmatu kuupäeva vorming" #: tests/genfile.c:391 msgid "[ARGS...]" @@ -2760,42 +2742,42 @@ msgstr "`%s' ei saa avada" #: tests/genfile.c:434 msgid "cannot seek" -msgstr "seek ebaõnnestus" +msgstr "seek ebaõnnestus" #: tests/genfile.c:451 #, c-format msgid "file name contains null character" -msgstr "faili nimi sisaldab null sümbolit" +msgstr "faili nimi sisaldab null sümbolit" #: tests/genfile.c:518 #, c-format msgid "cannot generate sparse files on standard output, use --file option" -msgstr "standard väljundis ei saa aukudega faili luua, kasutage võtit --file" +msgstr "standard väljundis ei saa aukudega faili luua, kasutage võtit --file" #: tests/genfile.c:596 #, c-format msgid "incorrect mask (near `%s')" -msgstr "vigane mask (`%s' lähedal)" +msgstr "vigane mask (`%s' lähedal)" #: tests/genfile.c:602 tests/genfile.c:635 #, c-format msgid "Unknown field `%s'" -msgstr "Tundmatu väli `%s'" +msgstr "Tundmatu väli `%s'" #: tests/genfile.c:662 #, c-format msgid "cannot set time on `%s'" -msgstr "ei õnnestu seada `%s' aega" +msgstr "ei õnnestu seada `%s' aega" #: tests/genfile.c:692 -#, fuzzy, c-format +#, c-format msgid "cannot truncate `%s'" -msgstr "`%s' ei saa kustutada" +msgstr "'%s' ei saa lühendada" #: tests/genfile.c:701 -#, fuzzy, c-format +#, c-format msgid "command failed: %s" -msgstr "%s käsklus sai vea" +msgstr "käsklus sai vea: %s" #: tests/genfile.c:706 #, c-format @@ -2805,55 +2787,34 @@ msgstr "`%s' ei saa kustutada" #: tests/genfile.c:833 #, c-format msgid "Command exited successfully\n" -msgstr "Käsk lõpetas töö edukalt\n" +msgstr "Käsk lõpetas töö edukalt\n" #: tests/genfile.c:835 #, c-format msgid "Command failed with status %d\n" -msgstr "Käsk lõpetas veakoodiga %d\n" +msgstr "Käsk lõpetas veakoodiga %d\n" #: tests/genfile.c:839 #, c-format msgid "Command terminated on signal %d\n" -msgstr "Käsk katkestati signaaliga %d\n" +msgstr "Käsk katkestati signaaliga %d\n" #: tests/genfile.c:841 #, c-format msgid "Command stopped on signal %d\n" -msgstr "Käsk peatati signaaliga %d\n" +msgstr "Käsk peatati signaaliga %d\n" #: tests/genfile.c:844 #, c-format msgid "Command dumped core\n" -msgstr "Käsk salvestas mälupildi\n" +msgstr "Käsk salvestas mälupildi\n" #: tests/genfile.c:847 #, c-format msgid "Command terminated\n" -msgstr "Käsk katkestas\n" +msgstr "Käsk katkestas\n" #: tests/genfile.c:879 #, c-format msgid "--stat requires file names" -msgstr "--stat nõuab failinimesid" - -#~ msgid "Cannot get working directory" -#~ msgstr "Ei õnnestu lugeda töökataloogi" - -#~ msgid "sort names to extract to match archive" -#~ msgstr "taasta failid arhiveerimis järjekorras" - -#~ msgid "Field too long while reading snapshot file" -#~ msgstr "Snapshoti faili lugemisel leiti liiga pikk väli" - -#~ msgid "Read error in snapshot file" -#~ msgstr "Snapshoti failist lugemise viga" - -#~ msgid "Unexpected field value in snapshot file" -#~ msgstr "Snapshoti failis on väljal ootamatu väärtus" - -#~ msgid "Extended header length is out of allowed range" -#~ msgstr "Laiendatud päise pikkus on piiridest väljas" - -#~ msgid "Invalid group" -#~ msgstr "Vigane grupp" +msgstr "--stat nõuab failinimesid" diff --git a/po/eu.gmo b/po/eu.gmo index 343e9eef2a2bb7832bb8b9822dc15545f1955789..37829b5ab130bd40ec0cd4d5fb6e6fa483eeeb00 100644 GIT binary patch delta 28 jcmX@mz;vL2X@ig#uc5A?xq_jEm63tAfzf7pFGVu|d-Dg0 delta 28 jcmX@mz;vL2X@ig#uYsUl diff --git a/po/eu.po b/po/eu.po index 12543b7f..fdc3968f 100644 --- a/po/eu.po +++ b/po/eu.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: tar-1.15.91-eu\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2006-12-13 19:52+0100\n" "Last-Translator: Mikel Olasagasti \n" "Language-Team: Basque \n" @@ -1279,31 +1279,31 @@ msgstr "--%s byte-an jarraitzen du--\n" msgid "Creating directory:" msgstr "Direktorioa sortzen:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "%s %s-ra berrizendatzen\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Ezin da %s-ra berrizendatu" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "%s %s-ra atzera berrizendatzen\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Fitxategia irakurri baino lehen ezabaturik" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "ume prozesua" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "prozesu arteko kanala" @@ -1327,37 +1327,37 @@ msgstr "ezin da `%s'-ren denbora ezarri" msgid "%s: file name read contains nul character" msgstr "" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Ez da paketean aurkitu" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" diff --git a/po/fi.gmo b/po/fi.gmo index 2154b144780b537e06074867f2aab6968eda6222..5edfce6a2ed9c5d75bfc165baeaddc0b9e0c9988 100644 GIT binary patch delta 28 kcmcckk@4b3#tj!;cnx(8%@qtStc(n_4U9J5bNOrx0I7%y%m4rY delta 28 kcmcckk@4b3#tj!;cnx$7Ocjibtqcvc4U9M6bNOrx0I3xU!~g&Q diff --git a/po/fi.po b/po/fi.po index 30863776..1d6fc6e9 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.16.1\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2006-12-09 18:58+0200\n" "Last-Translator: Lauri Nurmi \n" "Language-Team: Finnish \n" @@ -1289,31 +1289,31 @@ msgstr "--Jatkuu tavusta %s--\n" msgid "Creating directory:" msgstr "Luodaan hakemisto:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Nimetään uudelleen %s -> %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Uudelleennimeäminen nimelle %s ei onnistu" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Nimetään %s takaisin nimelle %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Tiedosto oli poistettu ennen sen lukemista" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "lapsiprosessi" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "prosessienvälinen kanava" @@ -1338,39 +1338,39 @@ msgid "%s: file name read contains nul character" msgstr "%s: tiedostonimi sisältää nul-merkin" # ... ja sen pitää päätyä kääntäjien ongelmaksi? -#: src/names.c:821 +#: src/names.c:823 #, fuzzy msgid "Pattern matching characters used in file names" msgstr "Tiedostonimissä on käytetty jokerimerkkejä. Käytä" -#: src/names.c:823 +#: src/names.c:825 #, fuzzy msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "valitsinta --wildcards täsmäyksen käyttöön ottamiseksi, tai" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Ei löytynyt arkistosta" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Vaadittua esiintymää ei löytynyt arkistosta" -#: src/names.c:876 +#: src/names.c:878 #, fuzzy, c-format msgid "Archive label mismatch" msgstr "Arkistoa ei ole nimetty täsmää nimiöön %s" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" diff --git a/po/fr.gmo b/po/fr.gmo index 27e98ddd15da3e5379cab9abdb3968c8ccfe9842..5b3d8d4b56bbe99542f201d1405166d107b89f3b 100644 GIT binary patch delta 28 kcmZ3ri+R;9<_&6PyoS1l<_d-uRz?Qe21c8W%f6=p0E*}dSpWb4 delta 28 kcmZ3ri+R;9<_&6Pyau`krV2*JR)z-J2F9C>%f6=p0E%@9Q2+n{ diff --git a/po/fr.po b/po/fr.po index 30ebb3a8..9c358885 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: tar-1.26\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2011-03-13 12:51+0100\n" "Last-Translator: Christophe Combelles \n" "Language-Team: French \n" @@ -1317,31 +1317,31 @@ msgstr "--Suite à l'octet %s--\n" msgid "Creating directory:" msgstr "Création du répertoire :" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "%s renommé en %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s : impossible de renommer en %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "%s finalement renommé en %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s : fichier supprimé avant d'avoir été lu" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "processus enfant" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "canal inter-processus" @@ -1365,12 +1365,12 @@ msgstr "Impossible de définir la date de « %s »" msgid "%s: file name read contains nul character" msgstr "%s : le nom de fichier lu contient un caractère nul" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "" "Caractères de correspondance de motif utilisé dans les noms de fichiers." -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1378,29 +1378,29 @@ msgstr "" "Utilisez « --wildcards » pour activer la correspondance de motif ou « --no-" "wildcards » pour supprimer cet avertissement" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s : non trouvé dans l'archive" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s : occurence requise non trouvée dans l'archive" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Mauvaise correspondance d'étiquette d'archive" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "L'utilisation de l'option -C à l'intérieur de la liste de fichiers n'est pas " "permise avec --listed-incremental" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "Une seule option -C est autorisée avec --listed-incremental" diff --git a/po/ga.gmo b/po/ga.gmo index 1cabb0f63005422140c6dc33a60fc276627f6759..acb6f18b5f4c6632cd956104aa2f8446889a7e75 100644 GIT binary patch delta 28 jcmey;$^500dBeR-UPE0&a|J^SD\n" "Language-Team: Irish \n" @@ -1333,31 +1333,31 @@ msgstr "--Ar lean ag beart %s--\n" msgid "Creating directory:" msgstr "Comhadlann á cruthú:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "%s á athainmniú go %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Ní féidir athainmniú go %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "%s á athainmniú go %s arís\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Scriosadh an comhad sular léadh é" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "macphróiseas" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "bealach idir próisis" @@ -1381,40 +1381,40 @@ msgstr "ní féidir an t-am a shocrú ar `%s'" msgid "%s: file name read contains nul character" msgstr "%s: tá carachtar nialasach sa chomhadainm a léadh" -#: src/names.c:821 +#: src/names.c:823 #, fuzzy msgid "Pattern matching characters used in file names" msgstr "Aimsíodh saoróga in ainmneacha comhaid." -#: src/names.c:823 +#: src/names.c:825 #, fuzzy msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "Úsáid --wildcards chun comhoiriúnú patrún a chumasú, nó --no-wildcards" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Ní sa chartlann é" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Níl rud riachtanach sa chartlann" -#: src/names.c:876 +#: src/names.c:878 #, fuzzy, c-format msgid "Archive label mismatch" msgstr "Lipéad ar chartlann nach comhoiriúnaithe le %s" -#: src/names.c:1180 +#: src/names.c:1182 #, fuzzy msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "Níl --preserve-order comhoiriúnach do --listed-incremental" -#: src/names.c:1186 +#: src/names.c:1188 #, fuzzy msgid "Only one -C option is allowed with --listed-incremental" msgstr "Níl --preserve-order comhoiriúnach do --listed-incremental" diff --git a/po/gl.gmo b/po/gl.gmo index 856e9cdf816bd17ad3916fa6cbc5b92f8f0cea40..3c236aa41457b9201ccfcc8c885e199f940dbc44 100644 GIT binary patch delta 26 hcmaDJ_&jh!u{f`xuA#Ytp@o%^fwqCs<_7U}K>&N`2l4;_ delta 26 hcmaDJ_&jh!u{f`Ru7Rn7k+GGbfwqD1<_7U}K>&Mo2kHO- diff --git a/po/gl.po b/po/gl.po index 0370b445..dcdb5032 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.13.25\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2002-03-26 19:17+0100\n" "Last-Translator: Jacobo Tarrío Barreiro \n" "Language-Team: Galician \n" @@ -1286,31 +1286,31 @@ msgstr "--Contin msgid "Creating directory:" msgstr "Creando o directorio:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Renomeando %s a %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Non se pode renomear a %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Renomeando %s a %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Ficheiro eliminado antes da súa lectura" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "proceso fillo" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "canle interproceso" @@ -1334,37 +1334,37 @@ msgstr "Non se puido evalua-lo ficheiro %s" msgid "%s: file name read contains nul character" msgstr "" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Non atopado no arquivo" -#: src/names.c:842 +#: src/names.c:844 #, fuzzy, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Non atopado no arquivo" -#: src/names.c:876 +#: src/names.c:878 #, fuzzy, c-format msgid "Archive label mismatch" msgstr "O arquivo non está etiquetado para coincidir con %s" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" diff --git a/po/hr.gmo b/po/hr.gmo index 1abd837b3c8a152b22eaa2d93bd36aed68c38e10..3a35589cb9f0e4ae9d95b0413069d405dfea2860 100644 GIT binary patch delta 28 kcmex0oB7vl<_&J8yoS1l<_d-uRz?Qe21c8MOP5Cg0GFl-n*aa+ delta 28 kcmex0oB7vl<_&J8yau`krV2*JR)z-J2F9C%OP5Cg0GBfflK=n! diff --git a/po/hr.po b/po/hr.po index 977cb7a3..e3e10eb4 100644 --- a/po/hr.po +++ b/po/hr.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.26\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2012-12-21 00:09+0100\n" "Last-Translator: Tomislav Krznar \n" "Language-Team: Croatian \n" @@ -1319,31 +1319,31 @@ msgstr "--Nastavljeno na bajtu %s--\n" msgid "Creating directory:" msgstr "Stvaram direktorij:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Mijenjam ime %s u %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Ne mogu preimenovati u %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Mijenjam ime %s natrag u %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Datoteka uklonjena prije nego Å¡to smo ju pročitali" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "proces dijete" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "međuprocesni kanal" @@ -1367,11 +1367,11 @@ msgstr "ne mogu postaviti vrijeme na „%s”" msgid "%s: file name read contains nul character" msgstr "%s: pročitano ime datoteke sadrži prazan znak" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "Znakovi za uspoređivanje uzoraka koriÅ¡teni u imenima datoteka" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1379,30 +1379,30 @@ msgstr "" "Koristite --wildcards za omogućavanje uspoređivanja uzoraka ili --no-" "wildcards za potiskivanje ovog upozorenja" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Nije pronađen u arhivi" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Potrebna pojava nije pronađen u arhivi" # FIXME -- clean against source! (TM) -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Oznaka arhive ne odgovara" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "KoriÅ¡tenje opcije -C u popisu datoteka nije dozvoljeno uz --listed-" "incremental" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "Samo jedna opcija -C je dozvoljena uz --listed-incremental" diff --git a/po/hu.gmo b/po/hu.gmo index efb9c1a0bbd1c5a301cf2e069d6de44e774f5d2d..b0ff5fa65caa00996a06c47808c618e7004878f5 100644 GIT binary patch delta 28 kcmaF9i~0F3<_&L4c@1?9%@qtStc(n_4U9JbD$Pv?0IALj)&Kwi delta 28 kcmaF9i~0F3<_&L4c@1<8Ocjibtqcvc4U9McD$Pv?0I6FF&Hw-a diff --git a/po/hu.po b/po/hu.po index fb23d9f6..b504ef52 100644 --- a/po/hu.po +++ b/po/hu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.24\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2010-10-25 14:41+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -1314,31 +1314,31 @@ msgstr "--Folytatva %s bájttól--\n" msgid "Creating directory:" msgstr "Könyvtár létrehozása:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "%s átnevezése a következőre: %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Nem nevezhető át a következőre: %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "%s helyreállítása a következő névre: %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: a fájl el lett távolítva a beolvasás előtt" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "gyermekfolyamat" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "folyamatközi csatorna" @@ -1362,11 +1362,11 @@ msgstr "nem állítható be az idő a következőn: „%s”" msgid "%s: file name read contains nul character" msgstr "%s: a beolvasott fájlnév null karaktert tartalmaz" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "Mintaillesztő karaktereket használt a fájlnevekben" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1374,29 +1374,29 @@ msgstr "" "Használja a --wildcards kapcsolót a mintaillesztés engedélyezéséhez, vagy a " "--no-wildcards kapcsolót ezen figyelmeztetés letiltásához" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Nem található az archívumban" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: A szükséges előfordulás nem található az archívumban" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Hibás archívumcímke" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "A -C használata fájllistán belül nem engedélyezett a --listed-incremental " "kapcsolóval" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "Csak egy -C engedélyezett a --listed-incremental kapcsolóval" diff --git a/po/id.gmo b/po/id.gmo index 108f623697127421ca6950eb3f1873a6b300b1f8..c9ebbc98ff1ed901a1f01da3660f8786d4f8dcbc 100644 GIT binary patch delta 28 kcmdlwlX>e*<_#Z8c@1?9%@qtStc(n_4U9JbE!`0Y0GY80Z~y=R delta 28 kcmdlwlX>e*<_#Z8c@1<8Ocjibtqcvc4U9McE!`0Y0GU1tXaE2J diff --git a/po/id.po b/po/id.po index 5a6fa0e4..d1d00a5f 100644 --- a/po/id.po +++ b/po/id.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.23.90\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2010-07-14 10:00+0700\n" "Last-Translator: Arif E. Nugroho \n" "Language-Team: Indonesian \n" @@ -1293,31 +1293,31 @@ msgstr "--Diteruskan pada byte %s--\n" msgid "Creating directory:" msgstr "Membuat direktori:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Mengganti nama %s ke %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s:Tidak dapat mengganti nama ke %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Mengganti nama %s kembali ke %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Berkas dihapus sebelum kita membacanya" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "proses anak" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "saluran interproses" @@ -1341,11 +1341,11 @@ msgstr "tidak dapat menset waktu di `%s'" msgid "%s: file name read contains nul character" msgstr "%s: nama berkas yang dibaca berisi karakter nul" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "Pola pencocokan karakter digunakan dalam nama berkas." -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1353,29 +1353,29 @@ msgstr "" "Gunakan --wildcards untuk mengaktifkan pencocokan pola, atau --no-wildcards " "untuk menekan peringatan ini" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Tidak ditemukan dalam archive" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Kejadian yang diinginkan tidak ditemukan dalam archive" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Label archive tidak cocok" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "Menggunakan pilihan -C didalam daftar berkas tidak diijinkan dengan --listed-" "incremental" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "Hanya satu pilihan -C yang diijinkan dengan --listed-incremental" diff --git a/po/it.gmo b/po/it.gmo index f0f6910e94121e24a0420c9025a82a3217bf58d3..20020d97eea6e3ff64820ba724ee90fe42637086 100644 GIT binary patch delta 18614 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 BGL--T delta 11621 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, 1996. # Marco d'Itri , 1998. +# Milo Casagrande , 2008-2010, 2011, 2013. # -# Milo Casagrande , 2008-2010, 2011. #: src/create.c:1572 msgid "" msgstr "" -"Project-Id-Version: tar-1.26\n" +"Project-Id-Version: tar-1.27\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" -"PO-Revision-Date: 2011-03-13 12:09+0100\n" -"Last-Translator: Milo Casagrande \n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" +"PO-Revision-Date: 2013-10-09 10:20+0200\n" +"Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Transfer-Encoding: 8-bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"X-Generator: Gtranslator 2.91.6\n" #: gnu/argmatch.c:135 #, c-format @@ -81,9 +82,9 @@ msgid " [OPTION...]" msgstr " [OPZIONE...]" #: gnu/argp-help.c:1686 -#, fuzzy, c-format +#, c-format msgid "Try '%s --help' or '%s --usage' for more information.\n" -msgstr "Usare \"%s --help\" o \"%s --usage\" per ulteriori informazioni.\n" +msgstr "Provare \"%s --help\" o \"%s --usage\" per ulteriori informazioni.\n" #: gnu/argp-help.c:1714 #, c-format @@ -141,9 +142,9 @@ msgid "write error" msgstr "Errore di scrittura" #: gnu/getopt.c:549 gnu/getopt.c:578 -#, fuzzy, c-format +#, c-format msgid "%s: option '%s' is ambiguous; possibilities:" -msgstr "%s: l'opzione \"%s\" è ambigua\n" +msgstr "%s: l'opzione \"%s\" è ambigua; possibilità:" #: gnu/getopt.c:626 gnu/getopt.c:630 #, c-format @@ -543,9 +544,9 @@ msgid "Cannot connect to %s: resolve failed" msgstr "Impossibile connettersi a %s: \"resolve\" non riuscita" #: lib/rtapelib.c:502 -#, fuzzy, c-format +#, c-format msgid "Cannot redirect files for remote shell" -msgstr "Impossibile eseguire la shell remota" +msgstr "Impossibile reindirizzare i file dalla shell remota" #: lib/rtapelib.c:516 #, c-format @@ -873,7 +874,7 @@ msgid "Verify " msgstr "Verifica " #: src/compare.c:471 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', diffed as normal file" msgstr "%s: tipo di file \"%c\" sconosciuto, confrontato come un file normale" @@ -1018,7 +1019,7 @@ msgstr "%s: incoerenza inaspettata nel creare la directory" #: src/extract.c:705 #, c-format msgid "%s: skipping existing file" -msgstr "" +msgstr "%s: file esistente saltato" #: src/extract.c:821 #, c-format @@ -1044,7 +1045,7 @@ msgid "Unexpected long name header" msgstr "Intestazione di nome lungo inattesa" #: src/extract.c:1542 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', extracted as normal file" msgstr "%s: tipo di file \"%c\" sconosciuto, estratto come file normale" @@ -1081,9 +1082,9 @@ msgid "%s: Directory is new" msgstr "%s: directory nuova" #: src/incremen.c:566 -#, fuzzy, c-format +#, c-format msgid "%s: directory is on a different filesystem; not dumped" -msgstr "%s: il file si trova su un altro file system; non archiviato" +msgstr "%s: la directory si trova su un altro file system; non archiviato" #: src/incremen.c:587 #, c-format @@ -1095,9 +1096,8 @@ msgid "Invalid time stamp" msgstr "Orario non valido" #: src/incremen.c:1045 -#, fuzzy msgid "Invalid modification time" -msgstr "Orario di modifica non valido (secondi)" +msgstr "Orario di modifica non valido" #: src/incremen.c:1055 msgid "Invalid modification time (nanoseconds)" @@ -1114,7 +1114,7 @@ msgstr "Numero dell'inode non valido" #: src/incremen.c:1135 #, c-format msgid "%s: byte %s: %s %.*s... too long" -msgstr "" +msgstr "%s: byte %s: %s %.*s... troppo lungo" #: src/incremen.c:1151 src/incremen.c:1206 src/incremen.c:1268 msgid "Unexpected EOF in snapshot file" @@ -1123,7 +1123,7 @@ msgstr "EOF inatteso nel file di snapshot" #: src/incremen.c:1157 #, c-format msgid "%s: byte %s: %s %s followed by invalid byte 0x%02x" -msgstr "" +msgstr "%s: byte %s: %s %s seguito dal byte non valido 0x%02x" #: src/incremen.c:1169 #, c-format @@ -1131,16 +1131,18 @@ msgid "" "%s: byte %s: (valid range %s..%s)\n" "\t%s %s" msgstr "" +"%s: byte %s: (intervallo valido %s..%s)\n" +"\t%s %s" #: src/incremen.c:1176 #, c-format msgid "%s: byte %s: %s %s" -msgstr "" +msgstr "%s: byte %s: %s %s" #: src/incremen.c:1257 #, c-format msgid "%s: byte %s: %s" -msgstr "" +msgstr "%s: byte %s: %s" #: src/incremen.c:1260 msgid "Missing record terminator" @@ -1312,59 +1314,58 @@ msgstr "--Continua al byte %s--\n" msgid "Creating directory:" msgstr "Creazione directory:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Rinomina di %s in %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: impossibile rinominarlo in %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Rinomina di %s nuovamente in %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: file rimosso prima di poterlo leggere" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "il processo figlio" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "il canale tra processi" #: src/names.c:360 -#, fuzzy msgid "command line" -msgstr "comando \"%s\" non riuscito" +msgstr "riga di comando" #: src/names.c:378 -#, fuzzy, c-format +#, c-format msgid "%s: file list requested from %s already read from %s" -msgstr "%s: elenco file già letto" +msgstr "%s: l'elenco file richiesto da %s è già stato letto da %s" #: src/names.c:448 -#, fuzzy, c-format +#, c-format msgid "cannot split string '%s': %s" -msgstr "impossibile impostare l'orario su \"%s\"" +msgstr "impossibile dividere la stringa \"%s\": %s" #: src/names.c:490 #, c-format msgid "%s: file name read contains nul character" msgstr "%s: il nome di file letto contiene un carattere NULL" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "Usati caratteri di corrispondenza nei nomi dei file." -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1372,34 +1373,34 @@ msgstr "" "Usare --wildcards per abilitare la corrispondenza o --no-wildcards per " "disabilitare l'avviso" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: non trovato nell'archivio" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: occorrenza richiesta non trovata nell'archivio" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Etichetta dell'archivio non corrispondente" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "L'utilizzo dell'opzione -C all'interno dell'elenco dei file non è consentita " "con --listed-incremental" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "Solo un'opzione -C è consentita con --listed-incremental" #: src/tar.c:86 -#, fuzzy, c-format +#, c-format msgid "Options '-%s' and '-%s' both want standard input" msgstr "Le opzioni \"-%s\" e \"-%s\" richiedono entrambe lo standard input" @@ -1413,7 +1414,7 @@ msgid "GNU features wanted on incompatible archive format" msgstr "Richieste funzionalità GNU su un formato di archivio incompatibile" #: src/tar.c:255 -#, fuzzy, c-format +#, c-format msgid "" "Unknown quoting style '%s'. Try '%s --quoting-style=help' to get a list." msgstr "" @@ -1421,7 +1422,6 @@ msgstr "" "\" per visualizzarne un elenco." #: src/tar.c:364 -#, fuzzy msgid "" "GNU 'tar' saves many files together into a single tape or disk archive, and " "can restore individual files from the archive.\n" @@ -1432,17 +1432,15 @@ msgid "" " tar -xf archive.tar # Extract all files from archive.tar.\n" msgstr "" "La versione GNU di \"tar\" è in grado di salvare molti file in un solo " -"archivio su nastro o su disco e può ripristinare singoli file " -"dall'archivio.\n" +"archivio\n" +"su nastro o su disco e può ripristinare singoli file dall'archivio.\n" "\n" "Esempi:\n" -" tar -cf archivio.tar foo bar # Crea archivio.tar dai file foo e bar\n" -" tar -tvf archivio.tar # Elenca prolissamente i file in archivio." -"tar\n" -" tar -xf archivio.tar # Estrae tutti i file da archivio.tar\n" +" tar -cf archivio.tar pippo pluto # Crea archivio.tar dai file pippo pluto\n" +" tar -tvf archivio.tar # Elenca i file in archivio.tar\n" +" tar -xf archivio.tar # Estrae tutti i file da archivio.tar\n" #: src/tar.c:373 -#, fuzzy msgid "" "The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n" "The version control may be set with --backup or VERSION_CONTROL, values " @@ -1456,9 +1454,8 @@ msgstr "" "Il suffisso dei backup è \"~\" a meno che non sia impostato con --suffix " "oppure\n" "SIMPLE_BACKUP_SUFFIX.\n" -"Il controllo di versione può essere impostato con --backup oppure " -"VERSION_CONTROL,\n" -"i valori possibili sono:\n" +"Il controllo di versione può essere impostato con --backup oppure con\n" +"VERSION_CONTROL. I valori possibili sono:\n" "\n" " none, off Non esegue mai i backup\n" " t, numbered Esegue backup numerati\n" @@ -1582,14 +1579,13 @@ msgid "remove files after adding them to the archive" msgstr "Rimuove i file dopo averli aggiunti all'archivio" #: src/tar.c:471 -#, fuzzy msgid "don't replace existing files when extracting, treat them as errors" -msgstr "Durante l'estrazione non sovrascrive i file esistenti" +msgstr "" +"Durante l'estrazione non sovrascrive i file esistenti, li considera errori" #: src/tar.c:474 -#, fuzzy msgid "don't replace existing files when extracting, silently skip over them" -msgstr "Durante l'estrazione non sovrascrive i file esistenti" +msgstr "Durante l'estrazione non sovrascrive i file esistenti, li ignora" #: src/tar.c:477 msgid "don't replace existing files that are newer than their archive copies" @@ -1618,9 +1614,8 @@ msgstr "" "(predefinito)" #: src/tar.c:490 -#, fuzzy msgid "preserve existing symlinks to directories when extracting" -msgstr "Sovrascrive i file esistenti durante l'estrazione" +msgstr "Mantiene i collegamenti simbolici a directory durante l'estrazione" #: src/tar.c:496 msgid "Select output stream:" @@ -1726,7 +1721,7 @@ msgstr "" #: src/tar.c:540 msgid "" "member arguments are listed in the same order as the files in the archive" -msgstr "" +msgstr "Gli argomenti sono elencati nello stesso ordine dei file nell'archivio" #: src/tar.c:544 msgid "same as both -p and -s" @@ -1745,45 +1740,44 @@ msgid "cancel the effect of --delay-directory-restore option" msgstr "Annulla l'effetto dell'opzione --delay-directory-restore" #: src/tar.c:554 -#, fuzzy msgid "Handling of extended file attributes:" -msgstr "Gestione degli attributi dei file:" +msgstr "Gestione degli attributi estesi dei file:" #: src/tar.c:557 msgid "Enable extended attributes support" -msgstr "" +msgstr "Abilita supporto degli attributi estesi" #: src/tar.c:559 msgid "Disable extended attributes support" -msgstr "" +msgstr "Disabilita supporto degli attributi estesi" #: src/tar.c:560 src/tar.c:562 msgid "MASK" -msgstr "" +msgstr "MASCHERA" #: src/tar.c:561 msgid "specify the include pattern for xattr keys" -msgstr "" +msgstr "Specifica il modello di inclusione per le chiavi xattr" #: src/tar.c:563 msgid "specify the exclude pattern for xattr keys" -msgstr "" +msgstr "Specifica il modello di esclusione per le chiavi xattr" #: src/tar.c:565 msgid "Enable the SELinux context support" -msgstr "" +msgstr "Abilita supporto contesto SELinux" #: src/tar.c:567 msgid "Disable the SELinux context support" -msgstr "" +msgstr "Disabilita supporto contesto SELinux" #: src/tar.c:569 msgid "Enable the POSIX ACLs support" -msgstr "" +msgstr "Abilita support ACL POSIX" #: src/tar.c:571 msgid "Disable the POSIX ACLs support" -msgstr "" +msgstr "Disabilita supporto ACL POSIX" #: src/tar.c:576 msgid "Device selection and switching:" @@ -2043,7 +2037,6 @@ msgid "recurse into directories (default)" msgstr "Entra ricorsivamente nelle directory (predefinito)" #: src/tar.c:729 -#, fuzzy msgid "don't strip leading '/'s from file names" msgstr "Non rimuove le \"/\" iniziali dai nomi dei file" @@ -2065,9 +2058,8 @@ msgid "MEMBER-NAME" msgstr "NOME" #: src/tar.c:735 -#, fuzzy msgid "begin at member MEMBER-NAME when reading the archive" -msgstr "Inizia dal membro NOME nell'archivio" +msgstr "Inizia dal membro NOME durante la lettura dell'archivio" #: src/tar.c:737 msgid "only store files newer than DATE-OR-FILE" @@ -2134,10 +2126,9 @@ msgid "patterns match file name start" msgstr "I modelli corrispondono all'inizio del nome del file" #: src/tar.c:767 -#, fuzzy msgid "patterns match after any '/' (default for exclusion)" msgstr "" -"I modelli corrispondono dopo ogni \"/\" (predefinito per le esclusioni)" +"I modelli corrispondono dopo qualsiasi \"/\" (predefinito per le esclusioni)" #: src/tar.c:769 msgid "case sensitive matching (default)" @@ -2152,12 +2143,10 @@ msgid "verbatim string matching" msgstr "Corrispondenza letterale della stringa" #: src/tar.c:775 -#, fuzzy msgid "wildcards do not match '/'" msgstr "I metacaratteri non corrispondono \"/\"" #: src/tar.c:777 -#, fuzzy msgid "wildcards match '/' (default for exclusion)" msgstr "I metacaratteri corrispondono \"/\" (predefinito per le esclusioni)" @@ -2237,7 +2226,7 @@ msgstr "Mostra le impostazioni predefinite di tar" #: src/tar.c:815 msgid "show valid ranges for snapshot-file fields" -msgstr "" +msgstr "Mostra gli intervalli validi per i campi snapshot-file" #: src/tar.c:817 msgid "" @@ -2290,12 +2279,12 @@ msgid "disable use of some potentially harmful options" msgstr "Disabilita l'uso di alcune opzioni potenzialmente dannose" #: src/tar.c:978 -#, fuzzy msgid "" "You may not specify more than one '-Acdtrux', '--delete' or '--test-label' " "option" msgstr "" -"Non è possibile indicare più di un'opzione \"-Acdtrux\" o \"--test-label\"" +"Non è possibile indicare più di un'opzione \"-Acdtrux\", \"--delete\" o \"--" +"test-label\"" #: src/tar.c:988 msgid "Conflicting compression options" @@ -2316,7 +2305,7 @@ msgid "Substituting %s for unknown date format %s" msgstr "Sostituzione di %s al posto del formato di data sconosciuto %s" #: src/tar.c:1108 -#, fuzzy, c-format +#, c-format msgid "Option %s: Treating date '%s' as %s" msgstr "Opzione %s: la data \"%s\" viene considerata come %s" @@ -2339,9 +2328,8 @@ msgstr "" "Questa versione di tar ha le seguenti impostazioni predefinite:\n" #: src/tar.c:1295 -#, fuzzy msgid "Invalid owner or group ID" -msgstr "Proprietario non valido" +msgstr "Proprietario o ID gruppo non valido" #: src/tar.c:1339 msgid "Invalid blocking factor" @@ -2410,12 +2398,12 @@ msgid "Malformed density argument: %s" msgstr "Argomento densità non corretto: \"%s\"" #: src/tar.c:2133 -#, fuzzy, c-format +#, c-format msgid "Unknown density: '%c'" msgstr "Densità sconosciuta: \"%c\"" #: src/tar.c:2150 -#, fuzzy, c-format +#, c-format msgid "Options '-[0-7][lmh]' not supported by *this* tar" msgstr "Le opzioni \"-[0-7][lmh]\" non sono gestite da questa versione di tar" @@ -2424,7 +2412,7 @@ msgid "[FILE]..." msgstr "[FILE]..." #: src/tar.c:2306 -#, fuzzy, c-format +#, c-format msgid "Old option '%c' requires an argument." msgstr "La vecchia opzione \"%c\" richiede un argomento." @@ -2433,12 +2421,11 @@ msgid "--occurrence is meaningless without a file list" msgstr "--occurrence non ha senso senza un elenco di file" #: src/tar.c:2389 -#, fuzzy, c-format +#, c-format msgid "--occurrence cannot be used with %s" -msgstr "--occurrence non può essere usata nel modo di operazioni richiesto" +msgstr "--occurrence non può essere usata con %s" #: src/tar.c:2408 -#, fuzzy msgid "Multiple archive files require '-M' option" msgstr "Archivi multipli richiedono l'opzione \"-M\"" @@ -2466,9 +2453,9 @@ msgid "Cannot verify compressed archives" msgstr "Impossibile verificare archivi compressi" #: src/tar.c:2450 -#, fuzzy, c-format +#, c-format msgid "--verify cannot be used with %s" -msgstr "Il modello %s non può essere usato" +msgstr "--verify non può essere usata con %s" #: src/tar.c:2457 msgid "Cannot use multi-volume compressed archives" @@ -2483,24 +2470,21 @@ msgid "--pax-option can be used only on POSIX archives" msgstr "--pax-option può essere usata solo su archivi POSIX" #: src/tar.c:2478 -#, fuzzy msgid "--acls can be used only on POSIX archives" -msgstr "--pax-option può essere usata solo su archivi POSIX" +msgstr "--acls può essere usata solo su archivi POSIX" #: src/tar.c:2483 -#, fuzzy msgid "--selinux can be used only on POSIX archives" -msgstr "--pax-option può essere usata solo su archivi POSIX" +msgstr "--selinux può essere usata solo su archivi POSIX" #: src/tar.c:2488 -#, fuzzy msgid "--xattrs can be used only on POSIX archives" -msgstr "--pax-option può essere usata solo su archivi POSIX" +msgstr "--xattrs può essere usata solo su archivi POSIX" #: src/tar.c:2493 -#, fuzzy, c-format +#, c-format msgid "--%s option cannot be used with %s" -msgstr "Il modello %s non può essere usato" +msgstr "L'opzione --%s non può essere usata con %s" #: src/tar.c:2525 msgid "Volume length cannot be less than record size" @@ -2516,16 +2500,15 @@ msgid "Cowardly refusing to create an empty archive" msgstr "Rifiuto totale di creare un archivio vuoto" #: src/tar.c:2565 -#, fuzzy msgid "Options '-Aru' are incompatible with '-f -'" msgstr "Le opzioni \"-Aru\" sono incompatibili con \"-f -\"" #: src/tar.c:2660 -#, fuzzy msgid "" "You must specify one of the '-Acdtrux', '--delete' or '--test-label' options" msgstr "" -"È necessario specificare una delle opzioni \"-Acdtrux\" o \"--test-label\"" +"È necessario specificare una delle opzioni \"-Acdtrux\", \"--delete\" o \"--" +"test-label\"" #: src/tar.c:2715 #, c-format @@ -2580,7 +2563,7 @@ msgid "Malformed extended header: missing newline" msgstr "Intestazione estesa malformata: manca un newline" #: src/xheader.c:740 -#, fuzzy, c-format +#, c-format msgid "Ignoring unknown extended header keyword '%s'" msgstr "Parola chiave sconosciuta \"%s\" dell'intestazione estesa ignorata" @@ -2870,14 +2853,14 @@ msgid "cannot set time on `%s'" msgstr "impossibile impostare l'orario su \"%s\"" #: tests/genfile.c:692 -#, fuzzy, c-format +#, c-format msgid "cannot truncate `%s'" -msgstr "impossibile eseguire l'unlink di %s" +msgstr "impossibile troncare \"%s\"" #: tests/genfile.c:701 -#, fuzzy, c-format +#, c-format msgid "command failed: %s" -msgstr "comando \"%s\" non riuscito" +msgstr "comando non riuscito: \"%s\"" #: tests/genfile.c:706 #, c-format @@ -2918,25 +2901,3 @@ msgstr "Comando terminato\n" #, c-format msgid "--stat requires file names" msgstr "--stat richiede i nomi dei file" - -#~ msgid "Cannot get working directory" -#~ msgstr "Impossibile recuperare la directory di lavoro" - -#~ msgid "sort names to extract to match archive" -#~ msgstr "Ordina i nomi da estrarre come nell'archivio" - -# (ndt) oppure rendere snapshot come istantanea? -#~ msgid "Field too long while reading snapshot file" -#~ msgstr "Campo troppo lungo nel leggere il file di snapshot" - -#~ msgid "Read error in snapshot file" -#~ msgstr "Errore di lettura nel file di snapshot" - -#~ msgid "Unexpected field value in snapshot file" -#~ msgstr "Valore del campo inatteso nel file di snapshot" - -#~ msgid "Extended header length is out of allowed range" -#~ msgstr "La lunghezza intestazione estesa è fuori dall'intervallo consentito" - -#~ msgid "Invalid group" -#~ msgstr "Gruppo non valido" diff --git a/po/ja.gmo b/po/ja.gmo index e735a9d48042ea8baf383c95ae2a712e1b98a08a..ed1a91a2f752e7161666fe215694038d728ad641 100644 GIT binary patch delta 18246 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 delta 11652 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 E54v`NPXGV_ diff --git a/po/ja.po b/po/ja.po index b72dfa9f..3e53486d 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,7 +1,7 @@ -# Japanese messages for GNU tar 1.26 -# Copyright (C) 1999, 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +# Japanese messages for GNU tar 1.27 +# Copyright (C) 1999, 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. # This file is distributed under the same license as the tar package. -# Masahito Yamaga , 2012. +# Masahito Yamaga , 2013. # derived from the version by # Daisuke Yamashita , 1999-2001. # Masahito Yamaga , 2007. @@ -9,10 +9,10 @@ #: src/create.c:1572 msgid "" msgstr "" -"Project-Id-Version: GNU tar 1.26\n" +"Project-Id-Version: GNU tar 1.27\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" -"PO-Revision-Date: 2012-10-21 12:14+0900\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" +"PO-Revision-Date: 2013-10-07 08:18+0900\n" "Last-Translator: Masahito Yamaga \n" "Language-Team: Japanese \n" "Language: ja\n" @@ -81,9 +81,9 @@ msgid " [OPTION...]" msgstr " [¥ª¥×¥·¥ç¥ó...]" #: gnu/argp-help.c:1686 -#, fuzzy, c-format +#, c-format msgid "Try '%s --help' or '%s --usage' for more information.\n" -msgstr "¤è¤ê¾Ü¤·¤¤¾ðÊó¤Ï `%s --help' ¤Þ¤¿¤Ï `%s --usage' ¤Ç.\n" +msgstr "¤è¤ê¾Ü¤·¤¤¾ðÊó¤Ï '%s --help' ¤Þ¤¿¤Ï '%s --usage' ¤Ç.\n" #: gnu/argp-help.c:1714 #, c-format @@ -141,9 +141,9 @@ msgid "write error" msgstr "½ñ¤­¹þ¤ß¥¨¥é¡¼" #: gnu/getopt.c:549 gnu/getopt.c:578 -#, fuzzy, c-format +#, c-format msgid "%s: option '%s' is ambiguous; possibilities:" -msgstr "%s: ¥ª¥×¥·¥ç¥ó '%s' ¤Ï¤¢¤¤¤Þ¤¤¤Ç¤¹\n" +msgstr "%s: ¥ª¥×¥·¥ç¥ó '%s' ¤Ï¤¢¤¤¤Þ¤¤¤Ç¤¹. ²ÄǽÀ­¤¬¤¢¤ë¤Î¤Ï" #: gnu/getopt.c:626 gnu/getopt.c:630 #, c-format @@ -543,9 +543,9 @@ msgid "Cannot connect to %s: resolve failed" msgstr "%s ¤ËÀܳ¤Ç¤­¤Þ¤»¤ó: ̾Á°²ò·è¼ºÇÔ" #: lib/rtapelib.c:502 -#, fuzzy, c-format +#, c-format msgid "Cannot redirect files for remote shell" -msgstr "±ó³Ö¥·¥§¥ë¤¬¼Â¹Ô¤Ç¤­¤Þ¤»¤ó" +msgstr "±ó³Ö¥·¥§¥ë¤ËÂФ·¤Æ¥Õ¥¡¥¤¥ë¤ò¥ê¥À¥¤¥ì¥¯¥È¤Ç¤­¤Þ¤»¤ó" #: lib/rtapelib.c:516 #, c-format @@ -870,9 +870,9 @@ msgid "Verify " msgstr "¸¡¾Ú" #: src/compare.c:471 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', diffed as normal file" -msgstr "%s: ̤ÃΤΥե¡¥¤¥ë¥¿¥¤¥× `%c', Ä̾ï¥Õ¥¡¥¤¥ë¤Èº¹Ê¬¤ò¼è¤ê¤Þ¤¹" +msgstr "%s: ̤ÃΤΥե¡¥¤¥ë¥¿¥¤¥× '%c', Ä̾ï¥Õ¥¡¥¤¥ë¤Èº¹Ê¬¤ò¼è¤ê¤Þ¤¹" #: src/compare.c:527 msgid "Archive contains file names with leading prefixes removed." @@ -1013,7 +1013,7 @@ msgstr "%s: #: src/extract.c:705 #, c-format msgid "%s: skipping existing file" -msgstr "" +msgstr "%s: ´û¸¥Õ¥¡¥¤¥ë¤ò¥¹¥­¥Ã¥×¤·¤Þ¤¹" #: src/extract.c:821 #, c-format @@ -1038,7 +1038,7 @@ msgid "Unexpected long name header" msgstr "ͽ´ü¤»¤ÌŤ¤Ì¾Á°¥Ø¥Ã¥À" #: src/extract.c:1542 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', extracted as normal file" msgstr "%s: ̤ÃΤΥե¡¥¤¥ë¥¿¥¤¥× '%c', Ä̾ï¥Õ¥¡¥¤¥ë¤È¤·¤ÆÃê½Ð" @@ -1068,9 +1068,9 @@ msgid "%s: Directory is new" msgstr "%s: ¥Ç¥£¥ì¥¯¥È¥ê¤Ï¿·¤·¤¯ºî¤é¤ì¤Þ¤·¤¿" #: src/incremen.c:566 -#, fuzzy, c-format +#, c-format msgid "%s: directory is on a different filesystem; not dumped" -msgstr "%s: ¥Õ¥¡¥¤¥ë¤Ï°Û¤Ê¤ë¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¾å¤Ë¤¢¤ë¤Î¤Ç¥À¥ó¥×¤·¤Þ¤»¤ó" +msgstr "%s: ¥Ç¥£¥ì¥¯¥È¥ê¤Ï°Û¤Ê¤ë¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¾å¤Ë¤¢¤ë¤Î¤Ç¥À¥ó¥×¤·¤Þ¤»¤ó" #: src/incremen.c:587 #, c-format @@ -1082,9 +1082,8 @@ msgid "Invalid time stamp" msgstr "̵¸ú¤Ê¥¿¥¤¥à¥¹¥¿¥ó¥×" #: src/incremen.c:1045 -#, fuzzy msgid "Invalid modification time" -msgstr "ÉÔÀµ¤ÊºÇ½ª¹¹¿·»þ¹ï (ÉÃ)" +msgstr "ÉÔÀµ¤ÊºÇ½ª¹¹¿·»þ¹ï" #: src/incremen.c:1055 msgid "Invalid modification time (nanoseconds)" @@ -1101,7 +1100,7 @@ msgstr "̵ #: src/incremen.c:1135 #, c-format msgid "%s: byte %s: %s %.*s... too long" -msgstr "" +msgstr "%s: ¥Ð¥¤¥È %s: %s %.*s... Ĺ²á¤®¤Þ¤¹" #: src/incremen.c:1151 src/incremen.c:1206 src/incremen.c:1268 msgid "Unexpected EOF in snapshot file" @@ -1110,7 +1109,7 @@ msgstr " #: src/incremen.c:1157 #, c-format msgid "%s: byte %s: %s %s followed by invalid byte 0x%02x" -msgstr "" +msgstr "%s: ¥Ð¥¤¥È %s: %s %s ¤¬ÉÔÀµ¤Ê¥Ð¥¤¥È 0x%02x ¤Ë³¤¤¤Æ¤¤¤Þ¤¹" #: src/incremen.c:1169 #, c-format @@ -1118,16 +1117,18 @@ msgid "" "%s: byte %s: (valid range %s..%s)\n" "\t%s %s" msgstr "" +"%s: ¥Ð¥¤¥È %s: (ÀµÅö¤ÊÈÏ°Ï %s..%s)\n" +"\t%s %s" #: src/incremen.c:1176 #, c-format msgid "%s: byte %s: %s %s" -msgstr "" +msgstr "%s: ¥Ð¥¤¥È %s: %s %s" #: src/incremen.c:1257 #, c-format msgid "%s: byte %s: %s" -msgstr "" +msgstr "%s: ¥Ð¥¤¥È %s: %s" #: src/incremen.c:1260 msgid "Missing record terminator" @@ -1296,59 +1297,58 @@ msgstr "-- msgid "Creating directory:" msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤òºîÀ®:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "̾Á°¤ò %s ¤«¤é %s ¤ËÊѹ¹¤·¤Þ¤¹\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: ̾Á°¤ò %s ¤ËÊѹ¹¤Ç¤­¤Þ¤»¤ó" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "̾Á°¤ò %s ¤«¤é %s ¤ËÌᤷ¤Þ¤¹\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Æɤ߹þ¤ß°ÊÁ°¤Ëºï½ü¤µ¤ì¤Þ¤·¤¿" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "»Ò¥×¥í¥»¥¹" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "¥×¥í¥»¥¹´Ö¥Á¥ã¥Í¥ë" #: src/names.c:360 -#, fuzzy msgid "command line" -msgstr "%s ¥³¥Þ¥ó¥É¤¬¼ºÇÔ¤·¤Þ¤·¤¿" +msgstr "¥³¥Þ¥ó¥É¥é¥¤¥ó" #: src/names.c:378 -#, fuzzy, c-format +#, c-format msgid "%s: file list requested from %s already read from %s" -msgstr "%s: ¥Õ¥¡¥¤¥ë°ìÍ÷¤Ï´û¤ËÆɤ߹þ¤ßºÑ¤ß" +msgstr "%s: %s ¤«¤éÍ׵ᤵ¤ì¤¿¥Õ¥¡¥¤¥ë°ìÍ÷¤Ï´û¤Ë %s ¤«¤éÆɤ߹þ¤ßºÑ¤ß" #: src/names.c:448 -#, fuzzy, c-format +#, c-format msgid "cannot split string '%s': %s" -msgstr "`%s' ¤Ë»þ¹ï¤òÀßÄê¤Ç¤­¤Þ¤»¤ó" +msgstr "ʸ»úÎó '%s' ¤òʬ³ä¤Ç¤­¤Þ¤»¤ó: %s" #: src/names.c:490 #, c-format msgid "%s: file name read contains nul character" msgstr "%s: Æɤ߹þ¤Þ¤ì¤¿¥Õ¥¡¥¤¥ë̾¤Ë¥Ì¥ëʸ»ú" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "¥Ñ¥¿¡¼¥ó¥Þ¥Ã¥Á¤Îʸ»ú¤¬¥Õ¥¡¥¤¥ë̾¤Ë»È¤ï¤ì¤Æ¤¤¤Þ¤¹" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1356,35 +1356,35 @@ msgstr "" "¥Ñ¥¿¡¼¥ó¥Þ¥Ã¥Á¤òÍ­¸ú¤Ë¤¹¤ë¤Ê¤é --wildcards, ¤³¤Î·Ù¹ð¤òÍ޻ߤ¹¤ë¤Ê¤é --no-" "wildcards ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: ¥¢¡¼¥«¥¤¥ÖÆâ¤Ë¸«¤Ä¤«¤ê¤Þ¤»¤ó" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: ¥¢¡¼¥«¥¤¥ÖÆâ¤Ë¸«¤Ä¤«¤ê¤Þ¤»¤ó" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "¥¢¡¼¥«¥¤¥Ö¥é¥Ù¥ë¤¬°ìÃפ·¤Þ¤»¤ó" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "¥Õ¥¡¥¤¥ë¥ê¥¹¥ÈÆâ¤Ç -C ¥ª¥×¥·¥ç¥ó¤Ï --listed-incremental ¤È°ì½ï¤Ë»È¤¨¤Þ¤»¤ó" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "-C ¥ª¥×¥·¥ç¥ó¤Ï 1¤Ä¤À¤±¤Ê¤é --listed-incremental ¤È°ì½ï¤Ë»È¤¨¤Þ¤¹" #: src/tar.c:86 -#, fuzzy, c-format +#, c-format msgid "Options '-%s' and '-%s' both want standard input" -msgstr "¥ª¥×¥·¥ç¥ó `-%s' ¤È `-%s' ¤Ï¤É¤Á¤é¤âɸ½àÆþÎϤ¬É¬ÍפǤ¹" +msgstr "¥ª¥×¥·¥ç¥ó '-%s' ¤È '-%s' ¤Ï¤É¤Á¤é¤âɸ½àÆþÎϤ¬É¬ÍפǤ¹" #: src/tar.c:163 #, c-format @@ -1396,13 +1396,12 @@ msgid "GNU features wanted on incompatible archive format" msgstr "GNU ÆÃÍ­¤Îµ¡Ç½¤Ï¡¢Èó¸ß´¹¤Ê·Á¼°¤òɬÍפȤ·¤Þ¤¹" #: src/tar.c:255 -#, fuzzy, c-format +#, c-format msgid "" "Unknown quoting style '%s'. Try '%s --quoting-style=help' to get a list." -msgstr "ÉÔÌÀ¤Ê°úÍÑ·Á¼° `%s', `%s --quoting-style=help' ¤Ç°ìÍ÷ɽ¼¨." +msgstr "ÉÔÌÀ¤Ê°úÍÑ·Á¼° '%s', '%s --quoting-style=help' ¤Ç°ìÍ÷ɽ¼¨." #: src/tar.c:364 -#, fuzzy msgid "" "GNU 'tar' saves many files together into a single tape or disk archive, and " "can restore individual files from the archive.\n" @@ -1412,17 +1411,17 @@ msgid "" " tar -tvf archive.tar # List all files in archive.tar verbosely.\n" " tar -xf archive.tar # Extract all files from archive.tar.\n" msgstr "" -"GNU `tar' ¤Ï¿¤¯¤Î¥Õ¥¡¥¤¥ë¤ò°ì¤Ä¤Î¥Æ¡¼¥×¤ä¥Ç¥£¥¹¥¯¤Î¥¢¡¼¥«¥¤¥Ö¤Ë¤Þ¤È¤á, ¹¹" +"GNU 'tar' ¤Ï¿¤¯¤Î¥Õ¥¡¥¤¥ë¤ò°ì¤Ä¤Î¥Æ¡¼¥×¤ä¥Ç¥£¥¹¥¯¤Î¥¢¡¼¥«¥¤¥Ö¤Ë¤Þ¤È¤á, ¹¹" "¤Ë\n" "¤½¤³¤«¤é¸Ä¡¹¤Î¥Õ¥¡¥¤¥ë¤ò¼è¤ê½Ð¤¹¤³¤È¤¬¤Ç¤­¤Þ¤¹.\n" "\n" "Îã:\n" -" tar -cf archive.tar foo bar # ¥Õ¥¡¥¤¥ë foo ¤È bar ¤«¤é archive.tar ºîÀ®\n" -" tar -tvf archive.tar # archive.tar Æâ¤ÎÁ´¥Õ¥¡¥¤¥ë¤ò¾Ü¤·¤¯°ìÍ÷ɽ¼¨\n" -" tar -xf archive.tar # archive.tar ¤«¤éÁ´¥Õ¥¡¥¤¥ë¤ò¼è¤ê½Ð¤¹\n" +" tar -cf archive.tar foo bar # ¥Õ¥¡¥¤¥ë foo ¤È bar ¤«¤é archive.tar ºîÀ®.\n" +" tar -tvf archive.tar # archive.tar Æâ¤ÎÁ´¥Õ¥¡¥¤¥ë¤ò¾Ü¤·¤¯°ìÍ÷ɽ" +"¼¨.\n" +" tar -xf archive.tar # archive.tar ¤«¤éÁ´¥Õ¥¡¥¤¥ë¤ò¼è¤ê½Ð¤¹.\n" #: src/tar.c:373 -#, fuzzy msgid "" "The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n" "The version control may be set with --backup or VERSION_CONTROL, values " @@ -1434,7 +1433,7 @@ msgid "" " never, simple always make simple backups\n" msgstr "" "--suffix ¤ä SIMPLE_BACKUP_SUFFIX ¤Ç»ØÄꤵ¤ì¤Ê¤¤¸Â¤ê, ¥Ð¥Ã¥¯¥¢¥Ã¥×¤ÎÀÜÈø¼­¤Ï\n" -" `~' ¤Ç¤¹. ¤Þ¤¿, ¥Ð¡¼¥¸¥ç¥ó´ÉÍý¤Ï --backup ¤ä VERSION_CONTROL ¤Ë¼¡¤Î¤è¤¦¤Ê\n" +"'~' ¤Ç¤¹. ¤Þ¤¿, ¥Ð¡¼¥¸¥ç¥ó´ÉÍý¤Ï --backup ¤ä VERSION_CONTROL ¤Ë¼¡¤Î¤è¤¦¤Ê\n" "Ãͤò»ØÄꤹ¤ë¤³¤È¤ÇÀßÄê¤Ç¤­¤Þ¤¹.\n" "\n" " none, off ¥Ð¥Ã¥¯¥¢¥Ã¥×¤ò¼è¤é¤Ê¤¤\n" @@ -1556,14 +1555,12 @@ msgid "remove files after adding them to the archive" msgstr "¥Õ¥¡¥¤¥ë¤ò¥¢¡¼¥«¥¤¥Ö¤Ë²Ã¤¨¤¿¸å¤Çºï½ü" #: src/tar.c:471 -#, fuzzy msgid "don't replace existing files when extracting, treat them as errors" -msgstr "¼è¤ê½Ð¤¹ºÝ¤Ë´û¸¤Î¥Õ¥¡¥¤¥ë¤òÃÖ¤­´¹¤¨¤Ê¤¤" +msgstr "¼è¤ê½Ð¤¹ºÝ¤Ë´û¸¤Î¥Õ¥¡¥¤¥ë¤òÃÖ¤­´¹¤¨¤º, ¥¨¥é¡¼¤È¤·¤Æ°·¤¦" #: src/tar.c:474 -#, fuzzy msgid "don't replace existing files when extracting, silently skip over them" -msgstr "¼è¤ê½Ð¤¹ºÝ¤Ë´û¸¤Î¥Õ¥¡¥¤¥ë¤òÃÖ¤­´¹¤¨¤Ê¤¤" +msgstr "¼è¤ê½Ð¤¹ºÝ¤Ë´û¸¤Î¥Õ¥¡¥¤¥ë¤òÃÖ¤­´¹¤¨¤º, ¤½¤Î¤Þ¤Þ¥¹¥­¥Ã¥×¤¹¤ë" #: src/tar.c:477 msgid "don't replace existing files that are newer than their archive copies" @@ -1590,9 +1587,8 @@ msgid "overwrite metadata of existing directories when extracting (default)" msgstr "¼è¤ê½Ð¤¹ºÝ¤Ë´û¸¥Ç¥£¥ì¥¯¥È¥ê¤Î¥á¥¿¥Ç¡¼¥¿¤ò¾å½ñ¤­ (ɸ½à)" #: src/tar.c:490 -#, fuzzy msgid "preserve existing symlinks to directories when extracting" -msgstr "¼è¤ê½Ð¤¹ºÝ¤Ë´û¸¥Õ¥¡¥¤¥ë¤ò¾å½ñ¤­" +msgstr "¼è¤ê½Ð¤¹ºÝ¤Ë¥Ç¥£¥ì¥¯¥È¥ê¤Ø¤Î´û¸¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤ò°Ý»ý" #: src/tar.c:496 msgid "Select output stream:" @@ -1693,7 +1689,7 @@ msgstr "" #: src/tar.c:540 msgid "" "member arguments are listed in the same order as the files in the archive" -msgstr "" +msgstr "¥á¥ó¥Ð¡¼°ú¿ô¤Ï¥¢¡¼¥«¥¤¥ÖÆâ¤Î¥Õ¥¡¥¤¥ë¤ÈƱ¤¸½çÈÖ¤Çʤó¤Ç¤¤¤Þ¤¹" #: src/tar.c:544 msgid "same as both -p and -s" @@ -1711,45 +1707,44 @@ msgid "cancel the effect of --delay-directory-restore option" msgstr "--delay-directory-restore ¥ª¥×¥·¥ç¥ó¤Î¸ú²Ì¤ò¼è¤ê¾Ã¤·" #: src/tar.c:554 -#, fuzzy msgid "Handling of extended file attributes:" -msgstr "¥Õ¥¡¥¤¥ë°À­¤Î½èÍý" +msgstr "³ÈÄ¥¥Õ¥¡¥¤¥ë°À­¤Î½èÍý" #: src/tar.c:557 msgid "Enable extended attributes support" -msgstr "" +msgstr "³Èĥ°À­Âбþ¤òÍ­¸ú¤Ë" #: src/tar.c:559 msgid "Disable extended attributes support" -msgstr "" +msgstr "³Èĥ°À­Âбþ¤ò̵¸ú¤Ë" #: src/tar.c:560 src/tar.c:562 msgid "MASK" -msgstr "" +msgstr "MASK" #: src/tar.c:561 msgid "specify the include pattern for xattr keys" -msgstr "" +msgstr "xattr ¥­¡¼¤ËÂФ¹¤ëÊñ´Þ¥Ñ¥¿¡¼¥ó¤ò»ØÄê" #: src/tar.c:563 msgid "specify the exclude pattern for xattr keys" -msgstr "" +msgstr "xattr ¥­¡¼¤ËÂФ¹¤ë½ü³°¥Ñ¥¿¡¼¥ó¤ò»ØÄê" #: src/tar.c:565 msgid "Enable the SELinux context support" -msgstr "" +msgstr "SELinux ¥³¥ó¥Æ¥¯¥¹¥ÈÂбþ¤òÍ­¸ú¤Ë" #: src/tar.c:567 msgid "Disable the SELinux context support" -msgstr "" +msgstr "SELinux ¥³¥ó¥Æ¥¯¥¹¥ÈÂбþ¤ò̵¸ú¤Ë" #: src/tar.c:569 msgid "Enable the POSIX ACLs support" -msgstr "" +msgstr "POSIX ACL Âбþ¤òÍ­¸ú¤Ë" #: src/tar.c:571 msgid "Disable the POSIX ACLs support" -msgstr "" +msgstr "POSIX ACL Âбþ¤ò̵¸ú¤Ë" #: src/tar.c:576 msgid "Device selection and switching:" @@ -2004,9 +1999,8 @@ msgid "recurse into directories (default)" msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ò½ç·«¤ê¤Ë²¼¤Ã¤Æ¤¤¤¯ (default)" #: src/tar.c:729 -#, fuzzy msgid "don't strip leading '/'s from file names" -msgstr "¥Õ¥¡¥¤¥ë̾¤«¤éÀèƬ¤Î `/' ¤ò¼è¤ê½ü¤«¤Ê¤¤" +msgstr "¥Õ¥¡¥¤¥ë̾¤«¤éÀèƬ¤Î '/' ¤ò¼è¤ê½ü¤«¤Ê¤¤" #: src/tar.c:731 msgid "follow symlinks; archive and dump the files they point to" @@ -2021,9 +2015,8 @@ msgid "MEMBER-NAME" msgstr "MEMBER-NAME" #: src/tar.c:735 -#, fuzzy msgid "begin at member MEMBER-NAME when reading the archive" -msgstr "¥¢¡¼¥«¥¤¥ÖÃæ¤Î¥á¥ó¥Ð¡¼ MEMBER-NAME ¤Ç³«»Ï" +msgstr "¥¢¡¼¥«¥¤¥Ö¤ÎÆɤ߼è¤ê»þ¤Ë¥á¥ó¥Ð¡¼ MEMBER-NAME ¤Ç³«»Ï" #: src/tar.c:737 msgid "only store files newer than DATE-OR-FILE" @@ -2086,9 +2079,8 @@ msgid "patterns match file name start" msgstr "¥Õ¥¡¥¤¥ë̾¤ÎÀèƬ¤È¥Ñ¥¿¡¼¥ó¤¬°ìÃ×" #: src/tar.c:767 -#, fuzzy msgid "patterns match after any '/' (default for exclusion)" -msgstr "Ǥ°Õ¤Î `/' °Ê¹ß¤Ë¥Ñ¥¿¡¼¥ó¤¬°ìÃ× (ɸ½à¤Ç½ü³°)" +msgstr "Ǥ°Õ¤Î '/' °Ê¹ß¤Ë¥Ñ¥¿¡¼¥ó¤¬°ìÃ× (ɸ½à¤Ç½ü³°)" #: src/tar.c:769 msgid "case sensitive matching (default)" @@ -2103,14 +2095,12 @@ msgid "verbatim string matching" msgstr "Ãà¸ìŪʸ»úÎó°ìÃ×" #: src/tar.c:775 -#, fuzzy msgid "wildcards do not match '/'" -msgstr "¥ï¥¤¥ë¥É¥«¡¼¥É¤¬ `/' ¤Ë°ìÃפ·¤Ê¤¤" +msgstr "¥ï¥¤¥ë¥É¥«¡¼¥É¤¬ '/' ¤Ë°ìÃפ·¤Ê¤¤" #: src/tar.c:777 -#, fuzzy msgid "wildcards match '/' (default for exclusion)" -msgstr "¥ï¥¤¥ë¥É¥«¡¼¥É¤¬ `/' ¤Ë°ìÃ× (ɸ½à¤Ç½ü³°)" +msgstr "¥ï¥¤¥ë¥É¥«¡¼¥É¤¬ '/' ¤Ë°ìÃ× (ɸ½à¤Ç½ü³°)" #: src/tar.c:782 msgid "Informative output:" @@ -2185,7 +2175,7 @@ msgstr "tar #: src/tar.c:815 msgid "show valid ranges for snapshot-file fields" -msgstr "" +msgstr "¥¹¥Ê¥Ã¥×¥·¥ç¥Ã¥È¥Õ¥¡¥¤¥ë¤ÎÎΰè¤ÎÀµÅö¤ÊÈϰϤòɽ¼¨" #: src/tar.c:817 msgid "" @@ -2232,13 +2222,12 @@ msgid "disable use of some potentially harmful options" msgstr "ÀøºßŪ¤Ë³²¤Ë¤Ê¤ë¥ª¥×¥·¥ç¥ó¤Î»ÈÍѤò̵¸ú¤Ë" #: src/tar.c:978 -#, fuzzy msgid "" "You may not specify more than one '-Acdtrux', '--delete' or '--test-label' " "option" msgstr "" -"`-Acdtrux' ¤Þ¤¿¤Ï `--test-label' ¥ª¥×¥·¥ç¥ó¤Î¤¦¤Á 2¤Ä°Ê¾å»ØÄꤹ¤ë¤³¤È¤Ï¤Ç¤­¤Þ" -"¤»¤ó" +"'-Acdtrux', '--delete' ¤Þ¤¿¤Ï '--test-label' ¥ª¥×¥·¥ç¥ó¤Î¤¦¤Á 2¤Ä°Ê¾å»ØÄꤹ¤ë" +"¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó" #: src/tar.c:988 msgid "Conflicting compression options" @@ -2259,9 +2248,9 @@ msgid "Substituting %s for unknown date format %s" msgstr "̤ÃΤÎÆüÉÕ¥Õ¥©¡¼¥Þ¥Ã¥È¤Î %2$s Âå¤ï¤ê¤Ë %1$s ¤È¤·¤Þ¤¹" #: src/tar.c:1108 -#, fuzzy, c-format +#, c-format msgid "Option %s: Treating date '%s' as %s" -msgstr "¥ª¥×¥·¥ç¥ó %s: `%s' ¤ò %s ¤È¤·¤Æ°·¤¦" +msgstr "¥ª¥×¥·¥ç¥ó %s: ÆüÉÕ '%s' ¤ò %s ¤È¤·¤Æ°·¤¦" #: src/tar.c:1151 src/tar.c:1155 src/tar.c:1159 src/tar.c:1163 src/tar.c:1167 #: src/tar.c:1171 @@ -2282,9 +2271,8 @@ msgstr "" "¡Ö¤³¤Î¡×tar ¤Îµ¬ÄêÃÍ:\n" #: src/tar.c:1295 -#, fuzzy msgid "Invalid owner or group ID" -msgstr "̵¸ú¤Ê½êÍ­¼Ô" +msgstr "̵¸ú¤Ê½êÍ­¼Ô¤Þ¤¿¤Ï¥°¥ë¡¼¥×ID" #: src/tar.c:1339 msgid "Invalid blocking factor" @@ -2353,37 +2341,36 @@ msgid "Malformed density argument: %s" msgstr "ÉÔÀµ·Á¼°¤ÎÌ©ÅÙ°ú¿ô: %s" #: src/tar.c:2133 -#, fuzzy, c-format +#, c-format msgid "Unknown density: '%c'" -msgstr "̤ÃΤÎÌ©ÅÙ: `%c'" +msgstr "̤ÃΤÎÌ©ÅÙ: '%c'" #: src/tar.c:2150 -#, fuzzy, c-format +#, c-format msgid "Options '-[0-7][lmh]' not supported by *this* tar" -msgstr "¥ª¥×¥·¥ç¥ó `-[0-7][lmh]' ¤Ï¡Ö¤³¤Î¡×tar ¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó" +msgstr "¥ª¥×¥·¥ç¥ó '-[0-7][lmh]' ¤Ï¡Ö¤³¤Î¡×tar ¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó" #: src/tar.c:2163 msgid "[FILE]..." msgstr "[¥Õ¥¡¥¤¥ë]..." #: src/tar.c:2306 -#, fuzzy, c-format +#, c-format msgid "Old option '%c' requires an argument." -msgstr "¸Å¤¤¥ª¥×¥·¥ç¥ó `%c' ¤Ï°ú¿ô¤òɬÍפȤ·¤Þ¤¹" +msgstr "¸Å¤¤¥ª¥×¥·¥ç¥ó '%c' ¤Ï°ú¿ô¤òɬÍפȤ·¤Þ¤¹" #: src/tar.c:2386 msgid "--occurrence is meaningless without a file list" msgstr "--occurrence ¤Ï¥Õ¥¡¥¤¥ë°ìÍ÷¤¬¤Ê¤±¤ì¤Ð̵°ÕÌ£" #: src/tar.c:2389 -#, fuzzy, c-format +#, c-format msgid "--occurrence cannot be used with %s" -msgstr "--occurrence ¤ÏÍ׵ᤵ¤ì¤¿Áàºî¥â¡¼¥É¤Ç¤Ï»È¤¨¤Þ¤»¤ó" +msgstr "--occurrence ¤Ï %s ¤È°ì½ï¤Ë»È¤¨¤Þ¤»¤ó" #: src/tar.c:2408 -#, fuzzy msgid "Multiple archive files require '-M' option" -msgstr "ʬ³ä·¿¤Î¥¢¡¼¥«¥¤¥Ö¥Õ¥¡¥¤¥ë¤Ë¤Ï `-M' ¥ª¥×¥·¥ç¥ó¤¬É¬ÍפǤ¹" +msgstr "Ê£¹ç·¿¥¢¡¼¥«¥¤¥Ö¥Õ¥¡¥¤¥ë¤Ë¤Ï '-M' ¥ª¥×¥·¥ç¥ó¤¬É¬ÍפǤ¹" #: src/tar.c:2413 msgid "Cannot combine --listed-incremental with --newer" @@ -2409,9 +2396,9 @@ msgid "Cannot verify compressed archives" msgstr "°µ½Ì¤µ¤ì¤¿¥¢¡¼¥«¥¤¥Ö¤Ï³Îǧ¤Ç¤­¤Þ¤»¤ó" #: src/tar.c:2450 -#, fuzzy, c-format +#, c-format msgid "--verify cannot be used with %s" -msgstr "¥Ñ¥¿¡¼¥ó %s ¤Ï»È¤¨¤Þ¤»¤ó" +msgstr "--verify ¤Ï %s ¤È°ì½ï¤Ë»È¤¨¤Þ¤»¤ó" #: src/tar.c:2457 msgid "Cannot use multi-volume compressed archives" @@ -2426,24 +2413,21 @@ msgid "--pax-option can be used only on POSIX archives" msgstr "--pax-option ¤Ï POSIX ¥¢¡¼¥«¥¤¥Ö¤Ç¤Î¤ß»È¤¨¤Þ¤¹" #: src/tar.c:2478 -#, fuzzy msgid "--acls can be used only on POSIX archives" -msgstr "--pax-option ¤Ï POSIX ¥¢¡¼¥«¥¤¥Ö¤Ç¤Î¤ß»È¤¨¤Þ¤¹" +msgstr "--acls ¤Ï POSIX ¥¢¡¼¥«¥¤¥Ö¤Ç¤Î¤ß»È¤¨¤Þ¤¹" #: src/tar.c:2483 -#, fuzzy msgid "--selinux can be used only on POSIX archives" -msgstr "--pax-option ¤Ï POSIX ¥¢¡¼¥«¥¤¥Ö¤Ç¤Î¤ß»È¤¨¤Þ¤¹" +msgstr "--selinux ¤Ï POSIX ¥¢¡¼¥«¥¤¥Ö¤Ç¤Î¤ß»È¤¨¤Þ¤¹" #: src/tar.c:2488 -#, fuzzy msgid "--xattrs can be used only on POSIX archives" -msgstr "--pax-option ¤Ï POSIX ¥¢¡¼¥«¥¤¥Ö¤Ç¤Î¤ß»È¤¨¤Þ¤¹" +msgstr "--xattrs ¤Ï POSIX ¥¢¡¼¥«¥¤¥Ö¤Ç¤Î¤ß»È¤¨¤Þ¤¹" #: src/tar.c:2493 -#, fuzzy, c-format +#, c-format msgid "--%s option cannot be used with %s" -msgstr "¥Ñ¥¿¡¼¥ó %s ¤Ï»È¤¨¤Þ¤»¤ó" +msgstr "--%s ¤Ï %s ¤È°ì½ï¤Ë»È¤¨¤Þ¤»¤ó" #: src/tar.c:2525 msgid "Volume length cannot be less than record size" @@ -2458,17 +2442,15 @@ msgid "Cowardly refusing to create an empty archive" msgstr "¶õ¤Î¥¢¡¼¥«¥¤¥ÖºîÀ®¤Ï¤´ÍƼϴꤤ¤Þ¤¹" #: src/tar.c:2565 -#, fuzzy msgid "Options '-Aru' are incompatible with '-f -'" -msgstr "¥ª¥×¥·¥ç¥ó `-Aru' ¤È `-f -' ¤È¤ÏÁêÍƤì¤Þ¤»¤ó" +msgstr "¥ª¥×¥·¥ç¥ó '-Aru' ¤È '-f -' ¤È¤ÏÁêÍƤì¤Þ¤»¤ó" #: src/tar.c:2660 -#, fuzzy msgid "" "You must specify one of the '-Acdtrux', '--delete' or '--test-label' options" msgstr "" -"`-Acdtrux' ¤Þ¤¿¤Ï `--test-label' ¥ª¥×¥·¥ç¥ó¤Î¤¦¤Á¡¢¤¤¤º¤ì¤« 1¤Ä¤ò»ØÄꤷ¤Ê¤±¤ì" -"¤Ð¤Ê¤ê¤Þ¤»¤ó" +"'-Acdtrux', '--delete' ¤Þ¤¿¤Ï '--test-label' ¥ª¥×¥·¥ç¥ó¤Î¤¦¤Á¡¢¤¤¤º¤ì¤« 1¤Ä¤ò" +"»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó" #: src/tar.c:2715 #, c-format @@ -2523,9 +2505,9 @@ msgid "Malformed extended header: missing newline" msgstr "ÉÔÀµ·Á¼°¤Î³ÈÄ¥¥Ø¥Ã¥À: ²þ¹Ô¤¬¤¢¤ê¤Þ¤»¤ó" #: src/xheader.c:740 -#, fuzzy, c-format +#, c-format msgid "Ignoring unknown extended header keyword '%s'" -msgstr "̤ÃΤγÈÄ¥¥Ø¥Ã¥À¥­¡¼¥ï¡¼¥É `%s' ¤ò̵»ë" +msgstr "̤ÃΤγÈÄ¥¥Ø¥Ã¥À¥­¡¼¥ï¡¼¥É '%s' ¤ò̵»ë" #: src/xheader.c:1012 #, c-format @@ -2798,14 +2780,14 @@ msgid "cannot set time on `%s'" msgstr "`%s' ¤Ë»þ¹ï¤òÀßÄê¤Ç¤­¤Þ¤»¤ó" #: tests/genfile.c:692 -#, fuzzy, c-format +#, c-format msgid "cannot truncate `%s'" -msgstr "`%s' ¤ò unlink ¤Ç¤­¤Þ¤»¤ó" +msgstr "`%s' ¤ò truncate ¤Ç¤­¤Þ¤»¤ó" #: tests/genfile.c:701 -#, fuzzy, c-format +#, c-format msgid "command failed: %s" -msgstr "%s ¥³¥Þ¥ó¥É¤¬¼ºÇÔ¤·¤Þ¤·¤¿" +msgstr "¥³¥Þ¥ó¥É¼ºÇÔ: %s" #: tests/genfile.c:706 #, c-format @@ -2846,24 +2828,3 @@ msgstr " #, c-format msgid "--stat requires file names" msgstr "--stat ¤Ë¤Ï¥Õ¥¡¥¤¥ë̾¤¬É¬Í×" - -#~ msgid "Cannot get working directory" -#~ msgstr "¥ï¡¼¥¯¥Ç¥£¥ì¥¯¥È¥ê¤ò¼èÆÀ¤Ç¤­¤Þ¤»¤ó" - -#~ msgid "sort names to extract to match archive" -#~ msgstr "¥¢¡¼¥«¥¤¥Ö¤È¥Þ¥Ã¥Á¤µ¤»¤ë¤¿¤á¤Ë¼è¤ê½Ð¤¹Ì¾Á°¤òʤÓÂؤ¨" - -#~ msgid "Field too long while reading snapshot file" -#~ msgstr "¥¹¥Ê¥Ã¥×¥·¥ç¥Ã¥È¥Õ¥¡¥¤¥ë¤ÎÆɤ߹þ¤ßÃæ¤Ë¥Õ¥£¡¼¥ë¥É¤¬Ä¹²á¤®¤Þ¤¹" - -#~ msgid "Read error in snapshot file" -#~ msgstr "¥¹¥Ê¥Ã¥×¥·¥ç¥Ã¥È¥Õ¥¡¥¤¥ë¤ËÆɤ߹þ¤ß¥¨¥é¡¼" - -#~ msgid "Unexpected field value in snapshot file" -#~ msgstr "¥¹¥Ê¥Ã¥×¥·¥ç¥Ã¥È¥Õ¥¡¥¤¥ë¤Ëͽ´ü¤»¤Ì¥Õ¥£¡¼¥ë¥ÉÃÍ" - -#~ msgid "Extended header length is out of allowed range" -#~ msgstr "³ÈÄ¥¥Ø¥Ã¥ÀĹ¤Ïµö²Ä¤µ¤ì¤¿Èϰϳ°¤Ç¤¹" - -#~ msgid "Invalid group" -#~ msgstr "̵¸ú¤Ê¥°¥ë¡¼¥×" diff --git a/po/ko.gmo b/po/ko.gmo index afe295eb0f90022cbd2a0dc0b640338bad7ab940..e637051f1f82fb0702fb0433515888835ebba521 100644 GIT binary patch delta 26 hcmca6b4_N$ZVp~UT|;vPLklY-18oDN%_lheSOIjG2lD^` delta 26 hcmca6b4_N$ZVp}pT?11EBV#K=18oE2%_lheSOIh-2kQU; diff --git a/po/ko.po b/po/ko.po index b73fe1df..2bb02105 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU tar 1.12\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 1997-05-30 22:55+0900\n" "Last-Translator: Bang Jun-Young \n" "Language-Team: Korean \n" @@ -1355,33 +1355,33 @@ msgid "Creating directory:" msgstr "µð·ºÅ丮¸¦ ¸¸µå´Â Áß:" # -#: src/misc.c:721 +#: src/misc.c:725 #, fuzzy, c-format msgid "Renaming %s to %s\n" msgstr "%s¸¦ %s·Î À̸§ ¹Ù²Þ" # -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, fuzzy, c-format msgid "%s: Cannot rename to %s" msgstr "%s¸¦ %s·Î À̸§À» ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù" # -#: src/misc.c:754 +#: src/misc.c:758 #, fuzzy, c-format msgid "Renaming %s back to %s\n" msgstr "%s¸¦ %s·Î À̸§ ¹Ù²Þ" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "" @@ -1405,39 +1405,39 @@ msgstr "%s msgid "%s: file name read contains nul character" msgstr "" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "" # -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: ¾ÆÄ«À̺꿡 ¾øÀ½" # -#: src/names.c:842 +#: src/names.c:844 #, fuzzy, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: ¾ÆÄ«À̺꿡 ¾øÀ½" -#: src/names.c:876 +#: src/names.c:878 #, fuzzy, c-format msgid "Archive label mismatch" msgstr "`%s'¿Í ÀÏÄ¡Çϵµ·Ï ¶óº§ÀÌ ºÙÁö ¾ÊÀº ¾ÆÄ«À̺ê" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" diff --git a/po/ky.gmo b/po/ky.gmo index 252659a092524182979a9853f67896fb816d225b..30cbd4c77aeb730de26aac61840429a3dae79e93 100644 GIT binary patch delta 28 jcmeC(&fL45c|%G9uc5A?xq_jEm63tAfzjr|1et08hQSD< delta 28 jcmeC(&fL45c|%G9uYs\n" "Language-Team: Kirghiz \n" @@ -1281,22 +1281,22 @@ msgstr "--%s-байттан баштап уланды--\n" msgid "Creating directory:" msgstr "Жаңы папка ачылыбатат:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "%s'тин атын %s деп алмаштырды\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Аты %s деп алмаштыралбай калды" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "%s'тин атын кайра %s деп алмаштырды\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Файл окулганча өчүрүлүп кетти" @@ -1304,11 +1304,11 @@ msgstr "%s: Файл окулганча өчүрүлүп кетти" # орусчада дочерный процесс, бир процесс өз ичинен жаңы бир # процесс жаратканда ошол чайлд процесс болот. Биз эмне дейбиз? # Мен туулган процесс дейм. -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "туулган процесс" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "процесс-аралык канал" @@ -1332,12 +1332,12 @@ msgstr "`%s'ке убакыт аталган жок" msgid "%s: file name read contains nul character" msgstr "%s: алынган файлдын атында бош тамгалар бар" -#: src/names.c:821 +#: src/names.c:823 #, fuzzy msgid "Pattern matching characters used in file names" msgstr "Файлдын аттарында уйкаштарды издөө үчүн колдонулган тамгалар бар." -#: src/names.c:823 +#: src/names.c:825 #, fuzzy msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " @@ -1345,27 +1345,27 @@ msgid "" msgstr "" "Уйкаштарды издөө үчүн --wildcards опциясын колдонуңуз, же --no-wildcards" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Архивде табылган жок" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Керектүү нерселер архивде табылган жок" -#: src/names.c:876 +#: src/names.c:878 #, fuzzy, c-format msgid "Archive label mismatch" msgstr "Архивдин тамгасы %s менен келишпей жатат" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" diff --git a/po/ms.gmo b/po/ms.gmo index 04f9c23df890d8c23406b3197fabe3d2f80ab71d..ea67025098a7b34ba1d56f1ca944ff5e635a1ed4 100644 GIT binary patch delta 26 hcmaFj`NVTWk{GX{uA#Ytp@o%^fwqCs=6tbIJ^*+t2g3jW delta 26 hcmaFj`NVTWk{GXnu7Rn7k+GGbfwqD1=6tbIJ^**P2fF|O diff --git a/po/ms.po b/po/ms.po index 952f1030..044b5793 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.13.25\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2002-11-23 02:38+0800\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Malay \n" @@ -1278,31 +1278,31 @@ msgstr "--Bersambung pada byte %s--\n" msgid "Creating directory:" msgstr "Mencipta direktori:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Menukarnama %s ke %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Tak dapat menukarnama ke %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Menukarnama %s kembali ke %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Fail dibuang sebelum kami membacanya" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "proses anak" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "saluran antaraproses" @@ -1326,37 +1326,37 @@ msgstr "%s: Tak dapat rayau ke %s" msgid "%s: file name read contains nul character" msgstr "" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Tak dijumpai pada arkib" -#: src/names.c:842 +#: src/names.c:844 #, fuzzy, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Tak dijumpai pada arkib" -#: src/names.c:876 +#: src/names.c:878 #, fuzzy, c-format msgid "Archive label mismatch" msgstr "Arkib tidak dilabelkan supaya memadan %s" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" diff --git a/po/nb.gmo b/po/nb.gmo index 863407f8c86a9cf74f7a7beee3d814d3b3314cdf..d11b278b55466021ca8692553929cfab887282ad 100644 GIT binary patch delta 26 hcmew(|3`j911GPcuA#Ytp@o%^fwqCs=3dTxHUM_22eSYG delta 26 hcmew(|3`j911GP6u7Rn7k+GGbfwqD1=3dTxHUM@v2de-8 diff --git a/po/nb.po b/po/nb.po index 60dfb5eb..bf74ee9e 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU tar 1.12\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 1997-06-05 19:39 MET DST\n" "Last-Translator: Espen Skjelnes Johnsen \n" "Language-Team: Norwegian-bokmål \n" @@ -1286,31 +1286,31 @@ msgstr "--Fortsetter ved byte %ld--\n" msgid "Creating directory:" msgstr "Lager filkatalog:" -#: src/misc.c:721 +#: src/misc.c:725 #, fuzzy, c-format msgid "Renaming %s to %s\n" msgstr "Endret navn på %s til %s" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, fuzzy, c-format msgid "%s: Cannot rename to %s" msgstr "Kan ikke endre navn på %s til %s" -#: src/misc.c:754 +#: src/misc.c:758 #, fuzzy, c-format msgid "Renaming %s back to %s\n" msgstr "Endret navn på %s til %s" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "" @@ -1333,37 +1333,37 @@ msgstr "Kan ikke gj msgid "%s: file name read contains nul character" msgstr "" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Finnes ikke i arkivet" -#: src/names.c:842 +#: src/names.c:844 #, fuzzy, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Finnes ikke i arkivet" -#: src/names.c:876 +#: src/names.c:878 #, fuzzy, c-format msgid "Archive label mismatch" msgstr "Arkivet er ikke navngitt for å passe med «%s»" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" diff --git a/po/nl.gmo b/po/nl.gmo index ade0e31a1f0dde9e812accc81316173fedb151cb..c018df3cc5f9209f2c7f52f0d3dedaae30c02492 100644 GIT binary patch delta 18675 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 delta 11613 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, 2005, 2006, 2007, 2008, 2010, 2011. +# "Along the maize and through the woods." +# +# Benno Schulenberg , 2005, 2006, 2007, 2008, 2010, 2011, 2013. # Erwin Poeze , 2009. # Elros Cyriatan , 2004. #: src/create.c:1572 msgid "" msgstr "" -"Project-Id-Version: tar-1.26\n" +"Project-Id-Version: tar-1.27\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" -"PO-Revision-Date: 2011-03-12 17:27+0100\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" +"PO-Revision-Date: 2013-10-06 21:37+0200\n" "Last-Translator: Benno Schulenberg \n" "Language-Team: Dutch \n" "Language: nl\n" @@ -81,7 +83,7 @@ msgid " [OPTION...]" msgstr " [OPTIE...]" #: gnu/argp-help.c:1686 -#, fuzzy, c-format +#, c-format msgid "Try '%s --help' or '%s --usage' for more information.\n" msgstr "Typ '%s --help' of '%s --usage' voor meer informatie.\n" @@ -143,9 +145,9 @@ msgid "write error" msgstr "schrijffout" #: gnu/getopt.c:549 gnu/getopt.c:578 -#, fuzzy, c-format +#, c-format msgid "%s: option '%s' is ambiguous; possibilities:" -msgstr "%s: optie '%s' is niet eenduidig\n" +msgstr "%s: optie '%s' is niet eenduidig; mogelijkheden zijn:" #: gnu/getopt.c:626 gnu/getopt.c:630 #, c-format @@ -546,9 +548,9 @@ msgid "Cannot connect to %s: resolve failed" msgstr "Kan geen verbinding maken met %s: herleiding is mislukt" #: lib/rtapelib.c:502 -#, fuzzy, c-format +#, c-format msgid "Cannot redirect files for remote shell" -msgstr "Kan gindse shell niet uitvoeren" +msgstr "Kan geen bestanden omleiden voor shell op afstand" #: lib/rtapelib.c:516 #, c-format @@ -872,7 +874,7 @@ msgid "Verify " msgstr "Verifiëren " #: src/compare.c:471 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', diffed as normal file" msgstr "%s: Onbekende bestandssoort '%c'; gedifft als gewoon bestand" @@ -1016,7 +1018,7 @@ msgstr "%s: Onverwachte inconsistentie tijdens aanmaken van map" #: src/extract.c:705 #, c-format msgid "%s: skipping existing file" -msgstr "" +msgstr "%s: bestaand bestand wordt overgeslagen" #: src/extract.c:821 #, c-format @@ -1042,7 +1044,7 @@ msgid "Unexpected long name header" msgstr "Onverwachte langenaamkop" #: src/extract.c:1542 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', extracted as normal file" msgstr "%s: Onbekende bestandssoort '%c'; uitgepakt als gewoon bestand" @@ -1072,7 +1074,7 @@ msgid "%s: Directory is new" msgstr "%s: Map is nieuw" #: src/incremen.c:566 -#, fuzzy, c-format +#, c-format msgid "%s: directory is on a different filesystem; not dumped" msgstr "%s: bestand staat op een ander bestandssysteem; niet gearchiveerd" @@ -1086,9 +1088,8 @@ msgid "Invalid time stamp" msgstr "Ongeldig tijdsstempel" #: src/incremen.c:1045 -#, fuzzy msgid "Invalid modification time" -msgstr "Ongeldige wijzigingstijd (seconden)" +msgstr "Ongeldige wijzigingstijd" #: src/incremen.c:1055 msgid "Invalid modification time (nanoseconds)" @@ -1105,7 +1106,7 @@ msgstr "Ongeldig inode-nummer" #: src/incremen.c:1135 #, c-format msgid "%s: byte %s: %s %.*s... too long" -msgstr "" +msgstr "%s: byte %s: %s %.*s... te lang" #: src/incremen.c:1151 src/incremen.c:1206 src/incremen.c:1268 msgid "Unexpected EOF in snapshot file" @@ -1114,7 +1115,7 @@ msgstr "Onverwacht einde-van-bestand in snapshot-bestand" #: src/incremen.c:1157 #, c-format msgid "%s: byte %s: %s %s followed by invalid byte 0x%02x" -msgstr "" +msgstr "%s: byte %s: %s %s wordt gevolgd door ongeldige byte 0x%02x" #: src/incremen.c:1169 #, c-format @@ -1122,16 +1123,18 @@ msgid "" "%s: byte %s: (valid range %s..%s)\n" "\t%s %s" msgstr "" +"%s: byte %s: (ongeldig bereik %s..%s)\n" +" %s %s" #: src/incremen.c:1176 #, c-format msgid "%s: byte %s: %s %s" -msgstr "" +msgstr "%s: byte %s: %s %s" #: src/incremen.c:1257 #, c-format msgid "%s: byte %s: %s" -msgstr "" +msgstr "%s: byte %s: %s" #: src/incremen.c:1260 msgid "Missing record terminator" @@ -1304,59 +1307,58 @@ msgstr "--Verder bij byte %s--\n" msgid "Creating directory:" msgstr "Aanmaken van map:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Hernoemen van %s naar %s...\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "Kan %s niet naar %s hernoemen" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Hernoemen van %s terug naar %s...\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Bestand werd verwijderd voordat het gelezen kon worden" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "dochterproces" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "interproces-kanaal" #: src/names.c:360 -#, fuzzy msgid "command line" -msgstr "Opdracht %s is mislukt" +msgstr "opdrachtregel" #: src/names.c:378 -#, fuzzy, c-format +#, c-format msgid "%s: file list requested from %s already read from %s" -msgstr "%s: bestandenlijst is al gelezen" +msgstr "%s: verzochte bestandenlijst uit %s is al gelezen uit %s" #: src/names.c:448 -#, fuzzy, c-format +#, c-format msgid "cannot split string '%s': %s" -msgstr "Kan tijdsstempel van '%s' niet zetten" +msgstr "kan tekenreeks '%s' niet splitsen: %s" #: src/names.c:490 #, c-format msgid "%s: file name read contains nul character" msgstr "%s: gelezen bestandsnaam bevat een NUL-teken" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "Bestandsnamen bevatten jokertekens." -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1364,33 +1366,33 @@ msgstr "" "Gebruik '--wildcards' om patroonovereenkomsten in te schakelen,\n" "of '--no-wildcards' om deze waarschuwing te onderdrukken." -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Komt niet voor in archief" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Is vereist maar komt niet voor in archief" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Archieflabel komt niet overeen" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "Met '--listed-incremental' is '-C' niet toegestaan binnen een bestandenlijst" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "Met '--listed-incremental' is slechts één '-C' toegestaan" #: src/tar.c:86 -#, fuzzy, c-format +#, c-format msgid "Options '-%s' and '-%s' both want standard input" msgstr "Opties '-%s' en '-%s' willen beide standaardinvoer gebruiken" @@ -1404,7 +1406,7 @@ msgid "GNU features wanted on incompatible archive format" msgstr "GNU-functies gevraagd bij een incompatibele archiefindeling" #: src/tar.c:255 -#, fuzzy, c-format +#, c-format msgid "" "Unknown quoting style '%s'. Try '%s --quoting-style=help' to get a list." msgstr "" @@ -1412,7 +1414,6 @@ msgstr "" "overzicht." #: src/tar.c:364 -#, fuzzy msgid "" "GNU 'tar' saves many files together into a single tape or disk archive, and " "can restore individual files from the archive.\n" @@ -1433,7 +1434,6 @@ msgstr "" " tar -xf archief.tar # Alle bestanden van archief.tar uitpakken.\n" #: src/tar.c:373 -#, fuzzy msgid "" "The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n" "The version control may be set with --backup or VERSION_CONTROL, values " @@ -1571,14 +1571,14 @@ msgid "remove files after adding them to the archive" msgstr "bestanden na hun toevoeging aan het archief verwijderen" #: src/tar.c:471 -#, fuzzy msgid "don't replace existing files when extracting, treat them as errors" -msgstr "bij het uitpakken bestaande bestanden niet vervangen" +msgstr "" +"bij het uitpakken bestaande bestanden niet vervangen; behandelen als fouten" #: src/tar.c:474 -#, fuzzy msgid "don't replace existing files when extracting, silently skip over them" -msgstr "bij het uitpakken bestaande bestanden niet vervangen" +msgstr "" +"bij het uitpakken bestaande bestanden niet vervangen; stilletjes overslaan" #: src/tar.c:477 msgid "don't replace existing files that are newer than their archive copies" @@ -1608,9 +1608,9 @@ msgstr "" "(standaard)" #: src/tar.c:490 -#, fuzzy msgid "preserve existing symlinks to directories when extracting" -msgstr "bestaande bestanden bij het uitpakken overschrijven" +msgstr "" +"bestaande symbolische koppelingen naar mappen behouden bij het uitpakken" #: src/tar.c:496 msgid "Select output stream:" @@ -1717,10 +1717,11 @@ msgstr "" msgid "" "member arguments are listed in the same order as the files in the archive" msgstr "" +"lid-argumenten worden getoond in de volgorde die ze hebben in het archief" #: src/tar.c:544 msgid "same as both -p and -s" -msgstr "hetzelfde als -p en -s samen" +msgstr "hetzelfde als '-p' en '-s' samen" #: src/tar.c:546 msgid "" @@ -1735,45 +1736,44 @@ msgid "cancel the effect of --delay-directory-restore option" msgstr "het effect van de optie --delay-directory-restore ongedaan maken" #: src/tar.c:554 -#, fuzzy msgid "Handling of extended file attributes:" -msgstr "Behandeling van bestandskenmerken:" +msgstr "Behandeling van uitgebreide bestandskenmerken:" #: src/tar.c:557 msgid "Enable extended attributes support" -msgstr "" +msgstr "Ondersteuning voor uitgebreide kenmerken inschakelen" #: src/tar.c:559 msgid "Disable extended attributes support" -msgstr "" +msgstr "Ondersteuning voor uitgebreide kenmerken uitschakelen" #: src/tar.c:560 src/tar.c:562 msgid "MASK" -msgstr "" +msgstr "MASKER" #: src/tar.c:561 msgid "specify the include pattern for xattr keys" -msgstr "" +msgstr "patroon van in te sluiten xattr-sleutels" #: src/tar.c:563 msgid "specify the exclude pattern for xattr keys" -msgstr "" +msgstr "patroon van uit te sluiten xattr-sleutels" #: src/tar.c:565 msgid "Enable the SELinux context support" -msgstr "" +msgstr "Ondersteuning voor SELinux-contexten inschakelen" #: src/tar.c:567 msgid "Disable the SELinux context support" -msgstr "" +msgstr "Ondersteuning voor SELinux-contexten uitschakelen" #: src/tar.c:569 msgid "Enable the POSIX ACLs support" -msgstr "" +msgstr "Ondersteuning voor POSIX ACL's inschakelen" #: src/tar.c:571 msgid "Disable the POSIX ACLs support" -msgstr "" +msgstr "Ondersteuning voor POSIX ACL's uitschakelen" #: src/tar.c:576 msgid "Device selection and switching:" @@ -2032,7 +2032,6 @@ msgid "recurse into directories (default)" msgstr "recursief in mappen afdalen (standaard)" #: src/tar.c:729 -#, fuzzy msgid "don't strip leading '/'s from file names" msgstr "leidende '/' niet uit bestandsnamen verwijderen" @@ -2052,9 +2051,8 @@ msgid "MEMBER-NAME" msgstr "LIDNAAM" #: src/tar.c:735 -#, fuzzy msgid "begin at member MEMBER-NAME when reading the archive" -msgstr "beginnen bij lid LIDNAAM in het archief" +msgstr "beginnen bij lid LIDNAAM tijdens lezen van het archief" #: src/tar.c:737 msgid "only store files newer than DATE-OR-FILE" @@ -2120,7 +2118,6 @@ msgid "patterns match file name start" msgstr "patronen komen overeen met begin van bestandsnaam" #: src/tar.c:767 -#, fuzzy msgid "patterns match after any '/' (default for exclusion)" msgstr "" "patronen komen overeen met alles na een '/' (is standaard bij uitsluiting)" @@ -2138,12 +2135,10 @@ msgid "verbatim string matching" msgstr "exacte tekenreeksvergelijking" #: src/tar.c:775 -#, fuzzy msgid "wildcards do not match '/'" msgstr "jokertekens komen niet overeen met '/'" #: src/tar.c:777 -#, fuzzy msgid "wildcards match '/' (default for exclusion)" msgstr "jokertekens komen overeen met '/' (is standaard bij uitsluiting)" @@ -2221,7 +2216,7 @@ msgstr "standaardinstellingen van 'tar' tonen" #: src/tar.c:815 msgid "show valid ranges for snapshot-file fields" -msgstr "" +msgstr "geldige bereiken tonen voor snapshot-velden" #: src/tar.c:817 msgid "" @@ -2275,11 +2270,12 @@ msgstr "" "het gebruik van potentieel gevaarlijke opties of opdrachten uitschakelen" #: src/tar.c:978 -#, fuzzy msgid "" "You may not specify more than one '-Acdtrux', '--delete' or '--test-label' " "option" -msgstr "Slechts één van de opties '-Acdtrux' of '--test-label' is mogelijk" +msgstr "" +"Slechts één van de opties '-Acdtrux', '--delete', of '--test-label' is " +"mogelijk" #: src/tar.c:988 msgid "Conflicting compression options" @@ -2300,7 +2296,7 @@ msgid "Substituting %s for unknown date format %s" msgstr "Onbekende datumopmaak %2$s wordt vervangen door %1$s" #: src/tar.c:1108 -#, fuzzy, c-format +#, c-format msgid "Option %s: Treating date '%s' as %s" msgstr "Optie %s: datum '%s' wordt begrepen als %s" @@ -2323,9 +2319,8 @@ msgstr "" "*Deze* tar gebruikt de volgende standaardwaarden:\n" #: src/tar.c:1295 -#, fuzzy msgid "Invalid owner or group ID" -msgstr "Ongeldige eigenaar" +msgstr "Ongeldige eigenaar of groeps-ID" #: src/tar.c:1339 msgid "Invalid blocking factor" @@ -2394,12 +2389,12 @@ msgid "Malformed density argument: %s" msgstr "Ongeldig dichtheidsargument: %s" #: src/tar.c:2133 -#, fuzzy, c-format +#, c-format msgid "Unknown density: '%c'" msgstr "Onbekende dichtheid: '%c'" #: src/tar.c:2150 -#, fuzzy, c-format +#, c-format msgid "Options '-[0-7][lmh]' not supported by *this* tar" msgstr "Opties '-[0-7][lmh]' worden niet ondersteund door *deze* tar" @@ -2408,7 +2403,7 @@ msgid "[FILE]..." msgstr "[BESTAND]..." #: src/tar.c:2306 -#, fuzzy, c-format +#, c-format msgid "Old option '%c' requires an argument." msgstr "Oude optie '%c' vereist een argument." @@ -2417,13 +2412,11 @@ msgid "--occurrence is meaningless without a file list" msgstr "Optie '--occurrence' betekent niets zonder een bestandenlijst" #: src/tar.c:2389 -#, fuzzy, c-format +#, c-format msgid "--occurrence cannot be used with %s" -msgstr "" -"Optie '--occurrence' kan niet worden gebruikt in de gevraagde werkingsmodus" +msgstr "Optie '--occurrence' kan niet gebruikt worden met '%s'" #: src/tar.c:2408 -#, fuzzy msgid "Multiple archive files require '-M' option" msgstr "Voor meerdere archiefbestanden is de optie '-M' vereist" @@ -2451,9 +2444,9 @@ msgid "Cannot verify compressed archives" msgstr "Kan ingepakte archieven niet verifiëren" #: src/tar.c:2450 -#, fuzzy, c-format +#, c-format msgid "--verify cannot be used with %s" -msgstr "Patroon %s kan niet worden gebruikt" +msgstr "Optie '--verify' kan niet gebruikt worden met '%s'" #: src/tar.c:2457 msgid "Cannot use multi-volume compressed archives" @@ -2468,24 +2461,21 @@ msgid "--pax-option can be used only on POSIX archives" msgstr "Optie '--pax' kan alleen worden gebruikt bij POSIX-archieven" #: src/tar.c:2478 -#, fuzzy msgid "--acls can be used only on POSIX archives" -msgstr "Optie '--pax' kan alleen worden gebruikt bij POSIX-archieven" +msgstr "Optie '--acls' kan alleen worden gebruikt bij POSIX-archieven" #: src/tar.c:2483 -#, fuzzy msgid "--selinux can be used only on POSIX archives" -msgstr "Optie '--pax' kan alleen worden gebruikt bij POSIX-archieven" +msgstr "Optie '--selinux' kan alleen worden gebruikt bij POSIX-archieven" #: src/tar.c:2488 -#, fuzzy msgid "--xattrs can be used only on POSIX archives" -msgstr "Optie '--pax' kan alleen worden gebruikt bij POSIX-archieven" +msgstr "Optie '--xattrs' kan alleen worden gebruikt bij POSIX-archieven" #: src/tar.c:2493 -#, fuzzy, c-format +#, c-format msgid "--%s option cannot be used with %s" -msgstr "Patroon %s kan niet worden gebruikt" +msgstr "Optie '--%s' kan niet gebruikt worden met '%s'" #: src/tar.c:2525 msgid "Volume length cannot be less than record size" @@ -2500,15 +2490,15 @@ msgid "Cowardly refusing to create an empty archive" msgstr "Een geheel leeg archief wordt niet aangemaakt" #: src/tar.c:2565 -#, fuzzy msgid "Options '-Aru' are incompatible with '-f -'" msgstr "Opties '-Aru' gaan niet samen met '-f -'" #: src/tar.c:2660 -#, fuzzy msgid "" "You must specify one of the '-Acdtrux', '--delete' or '--test-label' options" -msgstr "U dient een van de opties '-Acdtrux' of '--test-label' op te geven" +msgstr "" +"U dient een van de opties '-Acdtrux', '--delete', of '--test-label' op te " +"geven" #: src/tar.c:2715 #, c-format @@ -2563,7 +2553,7 @@ msgid "Malformed extended header: missing newline" msgstr "Onjuiste uitgebreide kop: ontbrekend regeleinde" #: src/xheader.c:740 -#, fuzzy, c-format +#, c-format msgid "Ignoring unknown extended header keyword '%s'" msgstr "Genegeerd: onbekend sleutelwoord '%s' in uitgebreide kop" @@ -2851,12 +2841,12 @@ msgid "cannot set time on `%s'" msgstr "Kan tijdsstempel van '%s' niet zetten" #: tests/genfile.c:692 -#, fuzzy, c-format +#, c-format msgid "cannot truncate `%s'" -msgstr "Kan '%s' niet verwijderen" +msgstr "Kan '%s' niet afkappen" #: tests/genfile.c:701 -#, fuzzy, c-format +#, c-format msgid "command failed: %s" msgstr "Opdracht %s is mislukt" @@ -2900,14 +2890,6 @@ msgstr "Opdracht is afgebroken\n" msgid "--stat requires file names" msgstr "Optie '--stat' vereist bestandsnamen" -#~ msgid "Cannot get working directory" -#~ msgstr "Kan werkmap niet achterhalen" - -#~ msgid "sort names to extract to match archive" -#~ msgstr "" -#~ "uit te pakken namen sorteren zodanig dat ze overeenkomen met de volgorde " -#~ "in het archief" - #~ msgid "Field too long while reading snapshot file" #~ msgstr "Veld is te lang, tijdens lezen van snapshot-bestand" @@ -2917,12 +2899,20 @@ msgstr "Optie '--stat' vereist bestandsnamen" #~ msgid "Unexpected field value in snapshot file" #~ msgstr "Onverwachte veldwaarde in snapshot-bestand" +#~ msgid "Cannot get working directory" +#~ msgstr "Kan werkmap niet achterhalen" + +#~ msgid "sort names to extract to match archive" +#~ msgstr "" +#~ "uit te pakken namen sorteren zodanig dat ze overeenkomen met de volgorde " +#~ "in het archief" + +#~ msgid "Invalid owner" +#~ msgstr "Ongeldige eigenaar" + #~ msgid "Extended header length is out of allowed range" #~ msgstr "Lengte van uitgebreide kop valt buiten bereik" -#~ msgid "Invalid group" -#~ msgstr "Ongeldige groep" - #~ msgid "%s: Directory removed before we read it" #~ msgstr "%s: Map werd verwijderd voordat deze gelezen kon worden" diff --git a/po/pl.gmo b/po/pl.gmo index 4afec5462f069fb15a8a3c5abebc126f7192ab46..2b98225f404ec4f045fed43fec890d98d0701cd8 100644 GIT binary patch delta 28 jcmX@ViuwF1<_&6PyoS1l<_d-uRz?Qe21c8W%VgpKjid;n delta 28 jcmX@ViuwF1<_&6Pyau`krV2*JR)z-J2F9C>%VgpKjWGzB diff --git a/po/pl.po b/po/pl.po index 925bc27a..f487c9f4 100644 --- a/po/pl.po +++ b/po/pl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.26\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2011-03-12 18:25+0100\n" "Last-Translator: Rafał Maszkowski \n" "Language-Team: Polish \n" @@ -1307,31 +1307,31 @@ msgstr "--Kontynuacja od bajtu %s--\n" msgid "Creating directory:" msgstr "Tworzony jest katalog:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Nazwa %s zmieniona na %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Nie można przemianować na %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Nazwa zmieniona z %s z powrotem na %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Plik usunięty zanim został przeczytany" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "proces potomny" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "kanał między procesami" @@ -1355,11 +1355,11 @@ msgstr "nie można ustawić czasu na `%s'" msgid "%s: file name read contains nul character" msgstr "%s: przeczytana nazwa pliku zawiera znak NUL" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "W nazwach plików użyto znaków dopasowania wzorców" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1367,29 +1367,29 @@ msgstr "" "Użyj --wildcards aby włączyć porównywanie wzorców albo --no-wildcards żeby " "wyłączyć to ostrzeżenie" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Nie znalazłem w archiwum" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Brak podanego wystąpienia pliku w archiwum" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Nie pasująca etykieta archiwum" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "Nie jest dozwolone używanie opcji -C wewnątrz listy plików razem z --listed-" "incremental" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "Z --listed-incremental można użyć tylko jednej opcji -C" diff --git a/po/pt.gmo b/po/pt.gmo index 06fb21811a31e9dafeb63d689515892bf036324e..12089aa99af8489a91e2d0c852fbe3b29bc5b197 100644 GIT binary patch delta 26 icmdlXxkGZp6*gW&T|;vPLklY-18oDN%@5hGvjPBd00<}m delta 26 icmdlXxkGZp6*gW2T?11EBV#K=18oE2%@5hGvjPBcjR+tB diff --git a/po/pt.po b/po/pt.po index 464c2a58..a55fc852 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.11.9\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 1996-04-20 21:50\n" "Last-Translator: António José Coutinho \n" "Language-Team: Portuguese \n" @@ -1299,31 +1299,31 @@ msgstr "--Continua no \"byte\" %ld--\n" msgid "Creating directory:" msgstr "Criação de directoria::" -#: src/misc.c:721 +#: src/misc.c:725 #, fuzzy, c-format msgid "Renaming %s to %s\n" msgstr "Mudou-se o nome %s para %s" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, fuzzy, c-format msgid "%s: Cannot rename to %s" msgstr "Não se consegue mudar o nome de %s para %s" -#: src/misc.c:754 +#: src/misc.c:758 #, fuzzy, c-format msgid "Renaming %s back to %s\n" msgstr "Mudou-se o nome %s para %s" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "" @@ -1346,37 +1346,37 @@ msgstr "N msgid "%s: file name read contains nul character" msgstr "" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Não foi encontrado no arquivo" -#: src/names.c:842 +#: src/names.c:844 #, fuzzy, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Não foi encontrado no arquivo" -#: src/names.c:876 +#: src/names.c:878 #, fuzzy, c-format msgid "Archive label mismatch" msgstr "O arquivo não tem etiqueta e não condiz com %s" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo index c8c104575b111b6f0e4f8943113fa05e08db11cb..f3a6dd1be359ad86d49ff86fd5a8eab0a833f4fc 100644 GIT binary patch delta 15400 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 I)t`L-3m|cj-~a#s delta 8833 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, 2013. # Rodolfo Ferraz , 2013. # Eduardo Tenorio , 2013. +# Lucas Inojosa C. Ferreira , 2013. # based on the previous translation to pt_BR (1.26) by # Alexandre Folle de Menezes , 2002. # based on the previous translation to pt_BR (1.13.17) by @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.26\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2013-01-24 21:39-0300\n" "Last-Translator: Lucas Inojosa C. Ferreira \n" "Language-Team: Brazilian Portuguese .\n" "Este software é livre: você é livre para modificá-lo e redistribuí-lo.\n" -"NÃO HÁ GARANTIA, além da permitida pela lei.\n" +"NÃO HÁ GARANTIA além da permitida pela lei.\n" "\n" #. TRANSLATORS: %s denotes an author name. #: gnu/version-etc.c:104 -#, fuzzy, c-format +#, c-format msgid "Written by %s.\n" -msgstr "Escrito por %s\n" +msgstr "Escrito por %s.\n" #. TRANSLATORS: Each %s denotes an author name. #: gnu/version-etc.c:108 -#, fuzzy, c-format +#, c-format msgid "Written by %s and %s.\n" msgstr "Escrito por %s e %s.\n" #. TRANSLATORS: Each %s denotes an author name. #: gnu/version-etc.c:112 -#, fuzzy, c-format +#, c-format msgid "Written by %s, %s, and %s.\n" msgstr "Escrito por %s, %s e %s.\n" @@ -427,9 +427,9 @@ msgstr "" "ou .\n" #: gnu/version-etc.c:249 -#, fuzzy, c-format +#, c-format msgid "Report %s bugs to: %s\n" -msgstr "Informar %s erros no programa para %s\n" +msgstr "Informar %s erros no programa para: %s\n" #: gnu/version-etc.c:253 #, c-format @@ -479,17 +479,17 @@ msgid "%s: Cannot hard link to %s" msgstr "%s: Impossível fazer link para %s" #: lib/paxerror.c:179 lib/paxerror.c:211 -#, fuzzy, c-format +#, c-format msgid "%s: Read error at byte %s, while reading %lu byte" msgid_plural "%s: Read error at byte %s, while reading %lu bytes" -msgstr[0] "%s: Erro de leitura no byte %s, lendo %lu bytes" +msgstr[0] "%s: Erro de leitura no byte %s, lendo %lu byte" msgstr[1] "%s: Erro de leitura no byte %s, lendo %lu bytes" #: lib/paxerror.c:192 -#, fuzzy, c-format +#, c-format msgid "%s: Warning: Read error at byte %s, while reading %lu byte" msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes" -msgstr[0] "%s: Aviso: Erro de leitura no byte %s, lendo %lu bytes" +msgstr[0] "%s: Aviso: Erro de leitura no byte %s, lendo %lu byte" msgstr[1] "%s: Aviso: Erro de leitura no byte %s, lendo %lu bytes" #: lib/paxerror.c:259 @@ -508,30 +508,29 @@ msgid "%s: Cannot create symlink to %s" msgstr "%s: Impossível criar link simbólico para %s" #: lib/paxerror.c:349 -#, fuzzy, c-format +#, c-format msgid "%s: Wrote only %lu of %lu byte" msgid_plural "%s: Wrote only %lu of %lu bytes" -msgstr[0] "%s: Gravados apenas %lu de um total de %lu bytes" +msgstr[0] "%s: Gravados apenas %lu de um total de %lu byte" msgstr[1] "%s: Gravados apenas %lu de um total de %lu bytes" #: lib/paxnames.c:140 -#, fuzzy, c-format +#, c-format msgid "Removing leading `%s' from member names" -msgstr "Removendo `%.*s' inicial dos nomes dos membros" +msgstr "Removendo `%s' inicial dos nomes dos membros" #: lib/paxnames.c:141 -#, fuzzy, c-format +#, c-format msgid "Removing leading `%s' from hard link targets" -msgstr "Removendo `%.*s' inicial dos nomes dos membros" +msgstr "Removendo `%s' inicial dos alvos de hard link" #: lib/paxnames.c:154 -#, fuzzy msgid "Substituting `.' for empty member name" -msgstr "Removendo `%.*s' inicial dos nomes dos membros" +msgstr "Substituindo `.' para nome de membro vazio" #: lib/paxnames.c:155 msgid "Substituting `.' for empty hard link target" -msgstr "Substituindo `.' por alvo vazio para hard link" +msgstr "Substituindo `.' para alvo de hard link vazio" #: lib/rtapelib.c:299 #, c-format @@ -568,47 +567,40 @@ msgid "Seek direction out of range" msgstr "Direção de procura fora de faixa" #: rmt/rmt.c:438 -#, fuzzy msgid "Invalid seek direction" -msgstr "Modo inválido informado na opção" +msgstr "Direção de procura inválida" #: rmt/rmt.c:446 -#, fuzzy msgid "Invalid seek offset" -msgstr "Carimbo de horário inválido" +msgstr "Deslocamento de procura inválido" #: rmt/rmt.c:452 msgid "Seek offset out of range" msgstr "Deslocamento de procura fora de faixa" #: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608 -#, fuzzy msgid "Invalid byte count" -msgstr "Tamanho da fita inválido" +msgstr "Contagem de byte inválida" #: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625 -#, fuzzy msgid "Byte count out of range" -msgstr "Deslocamento de procura fora de faixa" +msgstr "Contagem de byte fora de faixa" #: rmt/rmt.c:558 -#, fuzzy msgid "Premature eof" -msgstr "rmtd: Fim de arquivo prematuro\n" +msgstr "Fim de arquivo (eof) prematuro" #: rmt/rmt.c:601 -#, fuzzy msgid "Invalid operation code" -msgstr "%s: opção inválida -- %c\n" +msgstr "Código de operação inválido" #: rmt/rmt.c:636 rmt/rmt.c:680 msgid "Operation not supported" msgstr "Operação não suportada" #: rmt/rmt.c:664 -#, fuzzy msgid "Unexpected arguments" -msgstr "Fim de arquivo inesperado nos nomes cifrados" +msgstr "Argumentos inesperados" #: rmt/rmt.c:689 msgid "Manipulate a tape drive, accepting commands from a remote process" @@ -709,10 +701,10 @@ msgstr[0] "Tamanho de registro = %lu bloco" msgstr[1] "Tamanho de registro = %lu blocos" #: src/buffer.c:914 -#, fuzzy, c-format +#, c-format msgid "Unaligned block (%lu byte) in archive" msgid_plural "Unaligned block (%lu bytes) in archive" -msgstr[0] "Bloco desalinhado (%lu bytes) no arquivo-tar" +msgstr[0] "Bloco desalinhado (%lu byte) no arquivo-tar" msgstr[1] "Bloco desalinhado (%lu bytes) no arquivo-tar" #: src/buffer.c:991 @@ -720,7 +712,6 @@ msgid "Cannot backspace archive file; it may be unreadable without -i" msgstr "Impossível recuar no arquivo-tar; pode estar ilegível sem -i" #: src/buffer.c:1023 -#, fuzzy msgid "rmtlseek not stopped at a record boundary" msgstr "rmtlseek não está parado numa fronteira de registro" @@ -747,14 +738,14 @@ msgid "WARNING: Archive is incomplete" msgstr "AVISO: O arquivo-tar está incompleto" #: src/buffer.c:1149 -#, fuzzy, c-format +#, c-format msgid "" " n name Give a new file name for the next (and subsequent) volume(s)\n" " q Abort tar\n" " y or newline Continue operation\n" msgstr "" " n nome Dar um novo nome para o(s) próximo(s) volume(s) (e os " -"subseqüentes)\n" +"subsequentes)\n" " q Abortar tar\n" " y ou nova linha Continuar operação\n" @@ -819,7 +810,7 @@ msgid "Volume %s does not match %s" msgstr "O volume %s não casa com %s" #: src/buffer.c:1675 -#, fuzzy, c-format +#, c-format msgid "" "%s: file name too long to be stored in a GNU multivolume header, truncated" msgstr "" @@ -900,7 +891,6 @@ msgstr "" "O arquivo-tar contém nome de arquivos com os prefixos principais removidos" #: src/compare.c:533 -#, fuzzy msgid "Archive contains transformed file names." msgstr "O arquivo-tar contém nomes de arquivos transformados." @@ -909,7 +899,7 @@ msgid "Verification may fail to locate original files." msgstr "A verificação pode falhar em localizar os arquivos originais." #: src/compare.c:612 -#, fuzzy, c-format +#, c-format msgid "VERIFY FAILURE: %d invalid header detected" msgid_plural "VERIFY FAILURE: %d invalid headers detected" msgstr[0] "ERRO DE VERIFICAÇÃO: detectado %d cabeçalho inválido" @@ -952,16 +942,16 @@ msgstr "" "arquivado" #: src/create.c:638 -#, fuzzy, c-format +#, c-format msgid "%s: link name is too long; not dumped" msgstr "%s: Nome de link muito grande; não será arquivado" #: src/create.c:1084 -#, fuzzy, c-format +#, c-format msgid "%s: File shrank by %s byte; padding with zeros" msgid_plural "%s: File shrank by %s bytes; padding with zeros" -msgstr[0] "%s: o arquivo diminuiu %s bytes; completando com zeros" -msgstr[1] "%s: o arquivo diminuiu %s bytes; completando com zeros" +msgstr[0] "%s: O arquivo diminuiu %s byte; completando com zeros" +msgstr[1] "%s: O arquivo diminuiu %s bytes; completando com zeros" #: src/create.c:1180 #, c-format @@ -978,9 +968,9 @@ msgid "%s: Unknown file type; file ignored" msgstr "%s: Tipo de arquivo desconhecido; arquivo ignorado" #: src/create.c:1549 -#, fuzzy, c-format +#, c-format msgid "Missing links to %s." -msgstr " link para %s\n" +msgstr "Faltando links para %s" #: src/create.c:1710 #, c-format @@ -1025,9 +1015,9 @@ msgid "%s: implausibly old time stamp %s" msgstr "%s: carimbo de tempo implausivelmente velho %s" #: src/extract.c:320 -#, fuzzy, c-format +#, c-format msgid "%s: time stamp %s is %s s in the future" -msgstr "%s: o carimbo de horário %s está %lu s no futuro" +msgstr "%s: o carimbo de horário %s está %s s no futuro" #: src/extract.c:536 #, c-format @@ -1058,14 +1048,13 @@ msgid "%s: Cannot extract -- file is continued from another volume" msgstr "%s: Impossível extrair -- arquivo é a continuação de outro volume" #: src/extract.c:1535 src/list.c:1135 -#, fuzzy msgid "Unexpected long name header" -msgstr "Fim de arquivo inesperado nos nomes cifrados" +msgstr "Nome longo de cabeçalho inesperado" #: src/extract.c:1542 #, fuzzy, c-format msgid "%s: Unknown file type '%c', extracted as normal file" -msgstr "%s: Tipo de arquivo '%c' desconhecido; extraindo como arquivo normal" +msgstr "%s: Tipo de arquivo `%c' desconhecido; extraído como arquivo normal" #: src/extract.c:1568 #, c-format @@ -1078,14 +1067,14 @@ msgid "%s: Was unable to backup this file" msgstr "%s: Impossível fazer backup deste arquivo" #: src/extract.c:1767 -#, fuzzy, c-format +#, c-format msgid "Cannot rename %s to %s" -msgstr "%s: Impossível renomear para %s" +msgstr "Impossível renomear %s para %s" #: src/incremen.c:494 src/incremen.c:536 -#, fuzzy, c-format +#, c-format msgid "%s: Directory has been renamed from %s" -msgstr "%s: Diretório foi renomeado" +msgstr "%s: Diretório foi renomeado de %s" #: src/incremen.c:549 #, c-format @@ -1109,7 +1098,7 @@ msgstr "Carimbo de hor #: src/incremen.c:1045 #, fuzzy msgid "Invalid modification time" -msgstr "Modo inválido informado na opção" +msgstr "Tempo de modificação inválido (segundos)" #: src/incremen.c:1055 msgid "Invalid modification time (nanoseconds)" @@ -1129,9 +1118,8 @@ msgid "%s: byte %s: %s %.*s... too long" msgstr "" #: src/incremen.c:1151 src/incremen.c:1206 src/incremen.c:1268 -#, fuzzy msgid "Unexpected EOF in snapshot file" -msgstr "Final-de-arquivo inesperado no arquivo-tar" +msgstr "Final-de-arquivo (EOF) inesperado em arquivo instantâneo" #: src/incremen.c:1157 #, c-format @@ -1200,9 +1188,9 @@ msgid "Malformed dumpdir: 'X' never used" msgstr "Diretório de despejo malformado: 'X' nunca usado" #: src/incremen.c:1656 -#, fuzzy, c-format +#, c-format msgid "Cannot create temporary directory using template %s" -msgstr "Impossível alocar memória para um fator de bloco %d" +msgstr "Impossível criar diretório temporarário usando o template %s" #: src/incremen.c:1717 #, c-format @@ -1210,9 +1198,9 @@ msgid "%s: Not purging directory: unable to stat" msgstr "%s: Diretório não purgado: impossibilitado de quantificar" #: src/incremen.c:1730 -#, fuzzy, c-format +#, c-format msgid "%s: directory is on a different device: not purging" -msgstr "%s: arquivo está em outro sistema de arquivos; não será arquivado" +msgstr "%s: diretório está em outro dispositivo; não será arquivado" #: src/incremen.c:1738 #, c-format @@ -1325,31 +1313,31 @@ msgstr "--Continua no byte %s--\n" msgid "Creating directory:" msgstr "Criando de diretório:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Renomeando %s para %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Impossível renomear para %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Renomeando %s de volta para %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: arquivo removido antes de ser lido" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "processo filho" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "canal interprocesso" @@ -1361,7 +1349,7 @@ msgstr "comando %s falhou" #: src/names.c:378 #, fuzzy, c-format msgid "%s: file list requested from %s already read from %s" -msgstr "%s: arquivo é o arquivo-tar; não será arquivado" +msgstr "%s: lista de arquivos já lida" #: src/names.c:448 #, fuzzy, c-format @@ -1373,11 +1361,11 @@ msgstr " msgid "%s: file name read contains nul character" msgstr "" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "Padrão correspondente a caracteres usados em nomes de arquivos" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1385,29 +1373,29 @@ msgstr "" "Use --wildcards para habilitar casamento de padrão, ou --no-wildcards para " "suprimir este aviso" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Não foi encontrado no arquivo-tar" -#: src/names.c:842 -#, fuzzy, c-format +#: src/names.c:844 +#, c-format msgid "%s: Required occurrence not found in archive" -msgstr "%s: Não foi encontrado no arquivo-tar" +msgstr "%s: Ocorrência pedida não foi encontrada no arquivo-tar" -#: src/names.c:876 -#, fuzzy, c-format +#: src/names.c:878 +#, c-format msgid "Archive label mismatch" -msgstr "O arquivo-tar não rotulado para casar com %s" +msgstr "Arquivo-tar não rotulado para casar" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "Usar a opção -C dentro de lista de arquivo não é permitido com --listed-" "incremental" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "Somente uma opção -C é permitida com --listed-incremental" @@ -1417,9 +1405,9 @@ msgid "Options '-%s' and '-%s' both want standard input" msgstr "Ambas as opções `-%s' e `-%s' exigem a entrada padrão" #: src/tar.c:163 -#, fuzzy, c-format +#, c-format msgid "%s: Invalid archive format" -msgstr "%s: Grupo inválido" +msgstr "%s: Formato de arquivo inválido" #: src/tar.c:187 msgid "GNU features wanted on incompatible archive format" @@ -1444,14 +1432,15 @@ msgid "" " tar -tvf archive.tar # List all files in archive.tar verbosely.\n" " tar -xf archive.tar # Extract all files from archive.tar.\n" msgstr "" -"\n" -"Uso: %s [OPÇÃO]... [ARQUIVO]...\n" +"GNU `tar' salva vários arquivos juntos em uma única fita ou arquivo-tar no " +"disco, e pode restaurar arquivos individuais a partir do arquivo-tar.\n" "\n" "Exemplos:\n" " %s -cf arquivo.tar foo bar # Cria arquivo.tar através dos arquivos foo e " "bar.\n" -" %s -tvf arquivo.tar # Lista todos os arquivos em arquivo.tar.\n" -" %s -xf arquivo.tar # Extrai todos os arquivos de arquivo.tar\n" +" %s -tvf arquivo.tar # Lista todos os arquivos em arquivo.tar em " +"modo verboso.\n" +" %s -xf arquivo.tar # Extrai todos os arquivos de arquivo.tar.\n" #: src/tar.c:373 #, fuzzy @@ -1465,12 +1454,11 @@ msgid "" " nil, existing numbered if numbered backups exist, simple otherwise\n" " never, simple always make simple backups\n" msgstr "" -"\n" "Sufixo do backup é `~', a menos que usado --suffix ou SIMPLE_BACKUP_SUFFIX.\n" -"Os controles de versão que podem ser usados com --backup ou " -"VERSION_CONTROL,\n" -"são:\n" +"O controle de versão pode ser usado com --backup ou VERSION_CONTROL, os " +"valores são:\n" "\n" +" none, off nunca fazer backups\n" " t, numbered faz backups numerados\n" " nil, existing numera se existe backup numerado, se não faz simples\n" " never, simple sempre faz backups simples\n" @@ -1488,9 +1476,8 @@ msgid "extract files from an archive" msgstr "extrai arquivos de um registro de arquivos" #: src/tar.c:411 -#, fuzzy msgid "create a new archive" -msgstr "Final-de-arquivo inesperado no arquivo-tar" +msgstr "cria um novo arquivo-tar" #: src/tar.c:413 msgid "find differences between archive and file system" @@ -1635,9 +1622,8 @@ msgid "Select output stream:" msgstr "Seleciona fluxo de saída:" #: src/tar.c:499 -#, fuzzy msgid "extract files to standard output" -msgstr "Erro ao escrever para saída padrão" +msgstr "extrai arquivos para saída padrão" #: src/tar.c:500 src/tar.c:582 src/tar.c:584 tests/genfile.c:190 msgid "COMMAND" @@ -1817,9 +1803,8 @@ msgid "specify drive and density" msgstr "especifique drive e densidade" #: src/tar.c:603 -#, fuzzy msgid "create/list/extract multi-volume archive" -msgstr "Impossível verificar arquivos-tar multi-volume" +msgstr "criar/listar/extrair arquivo-tar multivolume" #: src/tar.c:605 msgid "change tape after writing NUMBER x 1024 bytes" @@ -1858,9 +1843,8 @@ msgid "reblock as we read (for 4.2BSD pipes)" msgstr "" #: src/tar.c:629 -#, fuzzy msgid "Archive format selection:" -msgstr "Opções de formato do arquivo-tar conflitantes" +msgstr "Seleção do formato de arquivo-tar:" #: src/tar.c:631 tests/genfile.c:153 msgid "FORMAT" @@ -1925,9 +1909,8 @@ msgid "" msgstr "" #: src/tar.c:660 -#, fuzzy msgid "Compression options:" -msgstr "Opções de compressão conflitantes" +msgstr "Opções de compressão:" #: src/tar.c:662 msgid "use archive suffix to determine the compression program" @@ -2051,7 +2034,7 @@ msgstr "" #: src/tar.c:729 #, fuzzy msgid "don't strip leading '/'s from file names" -msgstr "Removendo `%.*s' inicial dos nomes dos membros" +msgstr "preservar `/'s iniciais nos nomes dos arquivos" #: src/tar.c:731 msgid "follow symlinks; archive and dump the files they point to" @@ -2146,7 +2129,7 @@ msgstr "" #: src/tar.c:775 #, fuzzy msgid "wildcards do not match '/'" -msgstr "O volume %s não casa com %s" +msgstr "coringas não casam com `/'" #: src/tar.c:777 msgid "wildcards match '/' (default for exclusion)" @@ -2273,19 +2256,20 @@ msgstr "desabilitar o uso de alguma op msgid "" "You may not specify more than one '-Acdtrux', '--delete' or '--test-label' " "option" -msgstr "Não é possível especificar mais do que uma das opções \"-Acdtrux\"" +msgstr "" +"Não é possível especificar mais do que uma das opções `-Acdtrux' ou `--test-" +"label'" #: src/tar.c:988 msgid "Conflicting compression options" msgstr "Opções de compressão conflitantes" #: src/tar.c:1047 -#, fuzzy, c-format +#, c-format msgid "Unknown signal name: %s" -msgstr " tipo de arquivo \"%s\" desconhecido\n" +msgstr "Nome de sinal desconhecido: %s" #: src/tar.c:1071 -#, fuzzy msgid "Date sample file not found" msgstr "Arquivo de datas não encontrado" @@ -2353,9 +2337,8 @@ msgid "Invalid mode given on option" msgstr "Modo inválido informado na opção" #: src/tar.c:1858 -#, fuzzy msgid "Invalid number" -msgstr "Número de inode inválido" +msgstr "Número inválido" #: src/tar.c:1915 msgid "" @@ -2373,9 +2356,8 @@ msgid "Record size must be a multiple of %d." msgstr "O tamanho dos registros tem que ser múltiplo de %d." #: src/tar.c:1975 -#, fuzzy msgid "Invalid number of elements" -msgstr "Tamanho da fita inválido" +msgstr "Número de elementos inválido" #: src/tar.c:1995 msgid "Only one --to-command option allowed" @@ -2417,7 +2399,7 @@ msgstr "" #: src/tar.c:2408 #, fuzzy msgid "Multiple archive files require '-M' option" -msgstr "Múltiplos arquivos-tar é exigem a opção \"-M\"" +msgstr "Múltiplos arquivos-tar exigem a opção `-M'" #: src/tar.c:2413 msgid "Cannot combine --listed-incremental with --newer" @@ -2428,11 +2410,11 @@ msgid "--level is meaningless without --listed-incremental" msgstr "" #: src/tar.c:2433 -#, fuzzy, c-format +#, c-format msgid "%s: Volume label is too long (limit is %lu byte)" msgid_plural "%s: Volume label is too long (limit is %lu bytes)" -msgstr[0] "%s: O rótulo do volume é longo demais (o limite é %lu bytes)" -msgstr[1] "%s: O rótulo do volume é longo demais (o limite é %lu bytes)" +msgstr[0] "%s: O rótulo do volume é longo demais (o limite é %lu byte)" +msgstr[1] "%s: O rótulo do volume é longo demais (o limite são %lu bytes)" #: src/tar.c:2446 msgid "Cannot verify multi-volume archives" @@ -2452,9 +2434,8 @@ msgid "Cannot use multi-volume compressed archives" msgstr "Impossível usar arquivos-tar compactados multi-volume" #: src/tar.c:2461 -#, fuzzy msgid "Cannot concatenate compressed archives" -msgstr "Impossível atualizar arquivos-tar compactados" +msgstr "Impossível concatenar arquivos-tar comprimidos" #: src/tar.c:2471 msgid "--pax-option can be used only on POSIX archives" @@ -2473,9 +2454,9 @@ msgid "--xattrs can be used only on POSIX archives" msgstr "" #: src/tar.c:2493 -#, fuzzy, c-format +#, c-format msgid "--%s option cannot be used with %s" -msgstr "Padrão %s não pode ser usado" +msgstr "" #: src/tar.c:2525 msgid "Volume length cannot be less than record size" @@ -2498,7 +2479,7 @@ msgstr "As op #, fuzzy msgid "" "You must specify one of the '-Acdtrux', '--delete' or '--test-label' options" -msgstr "Deve ser especificada uma das opções \"-Acdtrux\"" +msgstr "Deve ser especificada uma das opções `-Acdtrux' ou `--test-label'" #: src/tar.c:2715 #, c-format @@ -2506,10 +2487,10 @@ msgid "Exiting with failure status due to previous errors" msgstr "" #: src/update.c:87 -#, fuzzy, c-format +#, c-format msgid "%s: File shrank by %s byte" msgid_plural "%s: File shrank by %s bytes" -msgstr[0] "%s: O arquivo encolheu %s bytes" +msgstr[0] "%s: O arquivo encolheu %s byte" msgstr[1] "%s: O arquivo encolheu %s bytes" #: src/xheader.c:164 @@ -2536,9 +2517,9 @@ msgid "Malformed extended header: missing length" msgstr "Cabeçalho estendido malformado: falta o comprimento" #: src/xheader.c:676 -#, fuzzy, c-format +#, c-format msgid "Extended header length %*s is out of range" -msgstr "A string base-64 assinada do arquivo-tar %s está fora de faixa %s" +msgstr "O comprimento do cabeçalho estendido %*s está fora da faixa" #: src/xheader.c:688 msgid "Malformed extended header: missing blank after length" @@ -2635,9 +2616,8 @@ msgstr "" "OPÇÕES são:\n" #: tests/genfile.c:127 -#, fuzzy msgid "File creation options:" -msgstr "Opções de compressão conflitantes" +msgstr "Opções de criação do arquivo:" #: tests/genfile.c:128 tests/genfile.c:139 msgid "SIZE" @@ -2784,7 +2764,7 @@ msgid "Error parsing number near `%s'" msgstr "Erro ao analise o número próximo de `%s'" #: tests/genfile.c:367 -#, fuzzy, c-format +#, c-format msgid "Unknown date format" msgstr "Formato de data desconhecido" @@ -2799,9 +2779,8 @@ msgid "cannot open `%s'" msgstr "`%s' não pode ser aberto" #: tests/genfile.c:434 -#, fuzzy msgid "cannot seek" -msgstr "Impossível fechar" +msgstr "Impossível saltar" #: tests/genfile.c:451 #, c-format @@ -2849,9 +2828,9 @@ msgid "Command exited successfully\n" msgstr "Comando terminou com sucesso\n" #: tests/genfile.c:835 -#, fuzzy, c-format +#, c-format msgid "Command failed with status %d\n" -msgstr "O processo filho morreu com o sinal %d" +msgstr "Comando falhou com o sinal %d\n" #: tests/genfile.c:839 #, c-format @@ -2878,13 +2857,6 @@ msgstr "Comando terminado\n" msgid "--stat requires file names" msgstr "--stat exige nomes de arquivos" -#, fuzzy -#~ msgid "Cannot get working directory" -#~ msgstr "Impossível mudar o diretório de trabalho" - -#~ msgid "sort names to extract to match archive" -#~ msgstr "ordena nome para extração para casar com registro de arquivos" - #~ msgid "Field too long while reading snapshot file" #~ msgstr "Campo muito longo durante leitura de arquivo instantâneo" @@ -2894,9 +2866,14 @@ msgstr "--stat exige nomes de arquivos" #~ msgid "Unexpected field value in snapshot file" #~ msgstr "Campo com valor inesperado em arquivo instantâneo" -#, fuzzy +#~ msgid "Cannot get working directory" +#~ msgstr "Impossível detectar o diretório de trabalho" + +#~ msgid "sort names to extract to match archive" +#~ msgstr "ordena nome para extração para casar com registro de arquivos" + #~ msgid "Invalid group" -#~ msgstr "%s: Grupo inválido" +#~ msgstr "Grupo inválido" #~ msgid "Extended header length is out of allowed range" #~ msgstr "Comprimento do cabeçalho estendido está fora da faixa permitida" diff --git a/po/ro.gmo b/po/ro.gmo index 6257e34b284491bbe88a862861b12c7131baf33a..3315050aad93e8e81a7e246e1a7262ba28df602d 100644 GIT binary patch delta 28 kcmeyck@3Su#tot-yoS1l<_d-uRz?Qe21c8eOwOqQ0FMp`z5oCK delta 28 kcmeyck@3Su#tot-yau`krV2*JR)z-J2F9C}OwOqQ0FIjowg3PC diff --git a/po/ro.po b/po/ro.po index 76ead350..1cf18628 100644 --- a/po/ro.po +++ b/po/ro.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.15.1\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2005-07-15 12:00-0500\n" "Last-Translator: Laurentiu Buzdugan \n" "Language-Team: Romanian \n" @@ -1285,31 +1285,31 @@ msgstr "--Continuat la octet %s--\n" msgid "Creating directory:" msgstr "Creez director:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Redenumesc %s ca %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Nu pot redenumi ca %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Redenumesc %s înapoi ca %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Fiºier ºters înainte de a-l putea citi" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "proces copil" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "canal între-procese" @@ -1333,38 +1333,38 @@ msgstr "%s: Nu pot c msgid "%s: file name read contains nul character" msgstr "" -#: src/names.c:821 +#: src/names.c:823 #, fuzzy msgid "Pattern matching characters used in file names" msgstr "pattern-urile de excludere potrivesc începutul numelor de fiºiere" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Nu a fost gãsit în arhivã" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Lucrul cerut nu a fost gãsit în arhivã" -#: src/names.c:876 +#: src/names.c:878 #, fuzzy, c-format msgid "Archive label mismatch" msgstr "Arhiva nu este etichetatã sã se potriveascã cu %s" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" diff --git a/po/ru.gmo b/po/ru.gmo index ea045fc95d4e7930c542d8e09a63a0f4b309ca10..2988af165833f29bbf15c2929b1336da49d6a685 100644 GIT binary patch delta 28 kcmeBO%+kA\n" "Language-Team: Russian \n" @@ -1309,31 +1309,31 @@ msgstr "--Продолжение с позиции %s--\n" msgid "Creating directory:" msgstr "Создание каталога:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "%s переименован в %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Невозможно переименовать в %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "%s переименовывается назад в %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Файла удален до его считывания" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "дочерний процесс" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "межпроцессорный канал" @@ -1357,11 +1357,11 @@ msgstr "невозможно установить время в `%s'" msgid "%s: file name read contains nul character" msgstr "%s: в прочитанном имени файла присутствует пустой символ" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "В именах файлов используются символы подстановки" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1369,29 +1369,29 @@ msgstr "" "Используйте --wildcards, чтобы задействовать эти символы, или --no-" "wildcards, чтобы убрать это предепреждение." -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Не найден в архиве" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Требуемое вхождение не найдено в архиве" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Несоответствиве метки архива" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "Параметра -C в списке файлов нельзя Использовать с параметром --listed-" "incremental" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" "С параметром --listed-incremental можно использовать только параметр -C" diff --git a/po/sk.gmo b/po/sk.gmo index 87772c613c8f188d9e13b3532602f36c0ffe9ab1..aca3e16bcb6a785c6c3177b586d8163dd04a1451 100644 GIT binary patch delta 25 gcmez6_sefXt~jruuA#Ytp@o%^fwqCs;wo_g0Cn33jsO4v delta 25 gcmez6_sefXt~jrOu7Rn7k+GGbfwqD1;wo_g0CjK&h5!Hn diff --git a/po/sk.po b/po/sk.po index 95c5d4d5..f47a28b6 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tar- \n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2002-02-10 12:00CEST\n" "Last-Translator: Martin Lacko \n" "Language-Team: Slovak \n" @@ -1286,31 +1286,31 @@ msgstr "--Pokra msgid "Creating directory:" msgstr "Vytváram adresár:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Premenovávam %s na %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: nie je mo¾né premenova» na %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Premenovávám %s spä» na %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Súbor zmazaný skôr ako mohl by» èítaný" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "potomok" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "meziprocesový kanál" @@ -1334,37 +1334,37 @@ msgstr "%s: Ned msgid "%s: file name read contains nul character" msgstr "" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: V archíve nenájdený" -#: src/names.c:842 +#: src/names.c:844 #, fuzzy, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: V archíve nenájdený" -#: src/names.c:876 +#: src/names.c:878 #, fuzzy, c-format msgid "Archive label mismatch" msgstr "Pre vyhodnotenie vzorky `%s' musí by» archív pomenovaný" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" diff --git a/po/sl.gmo b/po/sl.gmo index e9ac3a4585a799d88874c6fe895f36b48e6870c2..966647c04d2cde5dc168b6236485fbbff66a964b 100644 GIT binary patch delta 28 kcmaFAkoo;W<_&6PyoS1l<_d-uRz?Qe21c8W%l1S80F$%{Y5)KL delta 28 kcmaFAkoo;W<_&6Pyau`krV2*JR)z-J2F9C>%l1S80FyxpVgLXD diff --git a/po/sl.po b/po/sl.po index 049c1b3b..ef413bae 100644 --- a/po/sl.po +++ b/po/sl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.26\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2011-03-12 17:30+0100\n" "Last-Translator: Primož Peterlin \n" "Language-Team: Slovenian \n" @@ -1315,31 +1315,31 @@ msgstr "--Nadaljevanje pri bajtu %s--\n" msgid "Creating directory:" msgstr "Ustvarjamo imenik:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Preimenujemo %s v %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Preimenovanje v %s ni mogoče" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Preimenujemo %s nazaj v %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Datoteka je bila odstranjena, preden smo jo prebrali" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "proces naslednik" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "medprocesni kanal" @@ -1363,11 +1363,11 @@ msgstr "ni mogoče nastaviti časa za »%s«" msgid "%s: file name read contains nul character" msgstr "%s: prebrano ime datoteke vsebuje znak \\0" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "Z vzorcem ujemajoči se znaki, uporabljeni v imenih datotek" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1375,28 +1375,28 @@ msgstr "" "Uporabite --wildcards, da bi omogočili ujemanje vzorcev, ali --no-wildcards, " "da izklopite to opozorilo" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Ni najdeno v arhivu" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Zahtevane pojavitve ni moč najti v arhivu" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Neskladje v oznaki arhiva" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "Izbira -C znotraj seznama datotek pri --listed-incremential ni dovoljena" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "Samo ena izbira -C je dovoljena pri --listed-incremential" diff --git a/po/sv.gmo b/po/sv.gmo index aabcf98b41db76edde15f846c7055c95165becb8..32efb2da7ce1196587390a338db8458e09a009b0 100644 GIT binary patch delta 18305 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 diff --git a/po/sv.po b/po/sv.po index f3f5b309..d4d931bd 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,16 +1,14 @@ # Swedish messages for tar -# Copyright © 1996, 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +# Copyright © 1996, 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2013 Free Software Foundation, Inc. # This file is distributed under the same license as the tar package. -# Jan Djärv , 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010, 2011 -# Revision: 1.107 -# +# Jan Djärv , 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2013 #: src/create.c:1572 msgid "" msgstr "" -"Project-Id-Version: tar 1.26\n" +"Project-Id-Version: tar 1.27\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" -"PO-Revision-Date: 2011-03-13 19:23+0100\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" +"PO-Revision-Date: 2013-10-13 16:44+0200\n" "Last-Translator: Jan Djärv \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -79,7 +77,7 @@ msgid " [OPTION...]" msgstr " [FLAGGA...]" #: gnu/argp-help.c:1686 -#, fuzzy, c-format +#, c-format msgid "Try '%s --help' or '%s --usage' for more information.\n" msgstr "Försök med \"%s --help\" eller \"%s --usage\" för mer information.\n" @@ -142,9 +140,9 @@ msgid "write error" msgstr "skrivfel" #: gnu/getopt.c:549 gnu/getopt.c:578 -#, fuzzy, c-format +#, c-format msgid "%s: option '%s' is ambiguous; possibilities:" -msgstr "%s: flaggan \"%s\" är tvetydig\n" +msgstr "%s: flaggan \"%s\" är tvetydig, alternativ:" #: gnu/getopt.c:626 gnu/getopt.c:630 #, c-format @@ -545,9 +543,9 @@ msgid "Cannot connect to %s: resolve failed" msgstr "Kan inte ansluta till %s: namnuppslagning misslyckades" #: lib/rtapelib.c:502 -#, fuzzy, c-format +#, c-format msgid "Cannot redirect files for remote shell" -msgstr "Kan inte exekvera fjärrskal" +msgstr "Kan inte omdirigera filer för fjärrskal" #: lib/rtapelib.c:516 #, c-format @@ -869,7 +867,7 @@ msgid "Verify " msgstr "Verifierar " #: src/compare.c:471 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', diffed as normal file" msgstr "%s: Okänd filtyp \"%c\" jämförd som en normal fil" @@ -1012,7 +1010,7 @@ msgstr "%s: Oväntad inkonsistens när katalog skapades" #: src/extract.c:705 #, c-format msgid "%s: skipping existing file" -msgstr "" +msgstr "%s: hoppar över existerande fil" #: src/extract.c:821 #, c-format @@ -1037,7 +1035,7 @@ msgid "Unexpected long name header" msgstr "Oväntat huvud för lÃ¥ngt filnamn" #: src/extract.c:1542 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', extracted as normal file" msgstr "%s: Okänd filtyp \"%c\", extraherad som en normal fil" @@ -1067,9 +1065,9 @@ msgid "%s: Directory is new" msgstr "%s: Katalogen är ny" #: src/incremen.c:566 -#, fuzzy, c-format +#, c-format msgid "%s: directory is on a different filesystem; not dumped" -msgstr "%s: filen finns pÃ¥ ett annat filsystem; inte arkiverad" +msgstr "%s: katalogen finns pÃ¥ ett annat filsystem; inte arkiverad" #: src/incremen.c:587 #, c-format @@ -1081,9 +1079,8 @@ msgid "Invalid time stamp" msgstr "Ogiltigt värde pÃ¥ tidsvärde" #: src/incremen.c:1045 -#, fuzzy msgid "Invalid modification time" -msgstr "Ogiltig modifikationstid (sekunder)" +msgstr "Ogiltig modifikationstid" #: src/incremen.c:1055 msgid "Invalid modification time (nanoseconds)" @@ -1100,7 +1097,7 @@ msgstr "Ogiltigt inodnummer" #: src/incremen.c:1135 #, c-format msgid "%s: byte %s: %s %.*s... too long" -msgstr "" +msgstr "%s: byte %s: %s %.*s... för lÃ¥ng" #: src/incremen.c:1151 src/incremen.c:1206 src/incremen.c:1268 msgid "Unexpected EOF in snapshot file" @@ -1109,7 +1106,7 @@ msgstr "Oväntat filslut i ögonblicksfil" #: src/incremen.c:1157 #, c-format msgid "%s: byte %s: %s %s followed by invalid byte 0x%02x" -msgstr "" +msgstr "%s: byte %s: %s %s följs av ogilitg byte 0x%02x" #: src/incremen.c:1169 #, c-format @@ -1117,16 +1114,18 @@ msgid "" "%s: byte %s: (valid range %s..%s)\n" "\t%s %s" msgstr "" +"%s: byte %s: (giltigt intervall %s..%s)\n" +"\t%s %s" #: src/incremen.c:1176 #, c-format msgid "%s: byte %s: %s %s" -msgstr "" +msgstr "%s: byte %s: %s %s" #: src/incremen.c:1257 #, c-format msgid "%s: byte %s: %s" -msgstr "" +msgstr "%s: byte %s: %s" #: src/incremen.c:1260 msgid "Missing record terminator" @@ -1298,59 +1297,58 @@ msgstr "--Fortsätter vid byte %s--\n" msgid "Creating directory:" msgstr "Skapar katalog:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Byter namn pÃ¥ %s till %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Kan inte byta namn till %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Byter namn pÃ¥ %s tillbaka till %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Fil borttagen innan vi läste den" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "barnprocess" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "interprocesskanal" #: src/names.c:360 -#, fuzzy msgid "command line" -msgstr "kommandot \"%s\" misslyckades" +msgstr "kommandorad" #: src/names.c:378 -#, fuzzy, c-format +#, c-format msgid "%s: file list requested from %s already read from %s" -msgstr "%s: fillistan redan läst" +msgstr "%s: fillista begärd frÃ¥n %s redan läst frÃ¥n %s" #: src/names.c:448 -#, fuzzy, c-format +#, c-format msgid "cannot split string '%s': %s" -msgstr "kan inte sätta tid pÃ¥ \"%s\"" +msgstr "kan inte dela sträng \"%s\": %s" #: src/names.c:490 #, c-format msgid "%s: file name read contains nul character" msgstr "%s: filnamnet som lästes innehÃ¥ller nolltecken" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "Mönstermatchningstecken används i filnamn" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1358,32 +1356,32 @@ msgstr "" "Använd --wildcards för att slÃ¥ pÃ¥ mönstermatchning, eller --no-wildcards för " "att undertrycka denna varning" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Fanns inte i arkivet" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Nödvändig förekomst hittades inte i arkivet" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Arkivmärkning stämmer inte överrens" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "Att används -C i en fillista är inte tillÃ¥tet med --listed-incremental" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "Bara en -C-flagga är tillÃ¥tet med --listed-incremental" #: src/tar.c:86 -#, fuzzy, c-format +#, c-format msgid "Options '-%s' and '-%s' both want standard input" msgstr "Flaggorna \"-%s\" och \"-%s\" vill bÃ¥da läsa frÃ¥n standard in" @@ -1397,7 +1395,7 @@ msgid "GNU features wanted on incompatible archive format" msgstr "GNU-tillägg önskade i ett inkompatibelt arkivformat" #: src/tar.c:255 -#, fuzzy, c-format +#, c-format msgid "" "Unknown quoting style '%s'. Try '%s --quoting-style=help' to get a list." msgstr "" @@ -1405,7 +1403,6 @@ msgstr "" "lista." #: src/tar.c:364 -#, fuzzy msgid "" "GNU 'tar' saves many files together into a single tape or disk archive, and " "can restore individual files from the archive.\n" @@ -1424,7 +1421,6 @@ msgstr "" " tar -xf arkiv.tar # Extrahera alla filer i arkiv.tar.\n" #: src/tar.c:373 -#, fuzzy msgid "" "The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n" "The version control may be set with --backup or VERSION_CONTROL, values " @@ -1561,14 +1557,12 @@ msgid "remove files after adding them to the archive" msgstr "ta bort filer efter de sparats i arkivet" #: src/tar.c:471 -#, fuzzy msgid "don't replace existing files when extracting, treat them as errors" -msgstr "ersätt inte befintliga filer vid extrahering" +msgstr "ersätt inte befintliga filer vid extrahering, behandla dem som fel" #: src/tar.c:474 -#, fuzzy msgid "don't replace existing files when extracting, silently skip over them" -msgstr "ersätt inte befintliga filer vid extrahering" +msgstr "ersätt inte befintliga filer vid extrahering, hoppa tyst över dem" #: src/tar.c:477 msgid "don't replace existing files that are newer than their archive copies" @@ -1596,9 +1590,8 @@ msgstr "" "skriv över metadata för befintliga kataloger vid extrahering (standardvärde)" #: src/tar.c:490 -#, fuzzy msgid "preserve existing symlinks to directories when extracting" -msgstr "skriv över befintliga filer vid extrahering" +msgstr "bevara befintliga symboliska länkar till kataloger vid extrahering" #: src/tar.c:496 msgid "Select output stream:" @@ -1703,7 +1696,7 @@ msgstr "" #: src/tar.c:540 msgid "" "member arguments are listed in the same order as the files in the archive" -msgstr "" +msgstr "namnargument är givna i samma ordning som filerna förekommer i arkivet" #: src/tar.c:544 msgid "same as both -p and -s" @@ -1722,45 +1715,44 @@ msgid "cancel the effect of --delay-directory-restore option" msgstr "ta bort effekten av flaggan --delay-directory-restore" #: src/tar.c:554 -#, fuzzy msgid "Handling of extended file attributes:" -msgstr "Hantering av filattribut:" +msgstr "Hantering av utökade filattribut:" #: src/tar.c:557 msgid "Enable extended attributes support" -msgstr "" +msgstr "Aktivera stöd för utökade attribut" #: src/tar.c:559 msgid "Disable extended attributes support" -msgstr "" +msgstr "Avaktivera stöd för utökade attribut" #: src/tar.c:560 src/tar.c:562 msgid "MASK" -msgstr "" +msgstr "MÖNSTER" #: src/tar.c:561 msgid "specify the include pattern for xattr keys" -msgstr "" +msgstr "ange inkuderingsmönster för xattr-nycklar" #: src/tar.c:563 msgid "specify the exclude pattern for xattr keys" -msgstr "" +msgstr "ange exkluderingsmönster för xattr-nycklar" #: src/tar.c:565 msgid "Enable the SELinux context support" -msgstr "" +msgstr "Aktivera stöd för SELinux-omgivningar" #: src/tar.c:567 msgid "Disable the SELinux context support" -msgstr "" +msgstr "Avaktivera stöd för SELinux-omgivningar" #: src/tar.c:569 msgid "Enable the POSIX ACLs support" -msgstr "" +msgstr "Aktivera stöd för POSIX ACL" #: src/tar.c:571 msgid "Disable the POSIX ACLs support" -msgstr "" +msgstr "Avaktivera stöd för POSIX ACL" #: src/tar.c:576 msgid "Device selection and switching:" @@ -2016,7 +2008,6 @@ msgid "recurse into directories (default)" msgstr "gÃ¥ rekursivt ned i kataloger (standardvärde)" #: src/tar.c:729 -#, fuzzy msgid "don't strip leading '/'s from file names" msgstr "tag inte bort inledande \"/\" frÃ¥n namn" @@ -2033,9 +2024,8 @@ msgid "MEMBER-NAME" msgstr "NAMN" #: src/tar.c:735 -#, fuzzy msgid "begin at member MEMBER-NAME when reading the archive" -msgstr "börja med fil NAMN i arkivet" +msgstr "börja med fil NAMN när arkivet läses" #: src/tar.c:737 msgid "only store files newer than DATE-OR-FILE" @@ -2102,7 +2092,6 @@ msgid "patterns match file name start" msgstr "mönster mÃ¥ste matcha i början pÃ¥ filnamn" #: src/tar.c:767 -#, fuzzy msgid "patterns match after any '/' (default for exclusion)" msgstr "mönster matchas efter \"/\" i filnamn (standardvärde vid uteslutning)" @@ -2119,12 +2108,10 @@ msgid "verbatim string matching" msgstr "ordagrann strängjämförelse" #: src/tar.c:775 -#, fuzzy msgid "wildcards do not match '/'" msgstr "jokertecken matchar inte \"/\"" #: src/tar.c:777 -#, fuzzy msgid "wildcards match '/' (default for exclusion)" msgstr "jokertecken matchar \"/\" (standardvärde för uteslutning)" @@ -2202,7 +2189,7 @@ msgstr "visa standardvärden för \"tar\"" #: src/tar.c:815 msgid "show valid ranges for snapshot-file fields" -msgstr "" +msgstr "visa giltiga intervall för fält i ögonblicksfil" #: src/tar.c:817 msgid "" @@ -2253,11 +2240,12 @@ msgid "disable use of some potentially harmful options" msgstr "begränsa användningen av eventuellt farliga flaggor" #: src/tar.c:978 -#, fuzzy msgid "" "You may not specify more than one '-Acdtrux', '--delete' or '--test-label' " "option" -msgstr "Du kan endast ange en av flaggorna \"-Acdtrux eller \"--test-label\"" +msgstr "" +"Du kan endast ange en av flaggorna \"-Acdtrux, \"--delete\" eller \"--test-" +"label\"" #: src/tar.c:988 msgid "Conflicting compression options" @@ -2278,7 +2266,7 @@ msgid "Substituting %s for unknown date format %s" msgstr "Använder %s istället för okänt datumformat %s" #: src/tar.c:1108 -#, fuzzy, c-format +#, c-format msgid "Option %s: Treating date '%s' as %s" msgstr "Flagga %s: Tolkar tidsangivelse \"%s\" som %s" @@ -2301,9 +2289,8 @@ msgstr "" "*Denna* tar har standardvärdena:\n" #: src/tar.c:1295 -#, fuzzy msgid "Invalid owner or group ID" -msgstr "Ogiltig ägare" +msgstr "Ogiltig ägare eller grupp-id" #: src/tar.c:1339 msgid "Invalid blocking factor" @@ -2372,12 +2359,12 @@ msgid "Malformed density argument: %s" msgstr "Ogiltig densitetsangivelse: %s" #: src/tar.c:2133 -#, fuzzy, c-format +#, c-format msgid "Unknown density: '%c'" msgstr "Okänd densitet: \"%c\"" #: src/tar.c:2150 -#, fuzzy, c-format +#, c-format msgid "Options '-[0-7][lmh]' not supported by *this* tar" msgstr "Flaggorna \"-[0-7][lmh]\" stöds inte av *detta* tar-program" @@ -2386,7 +2373,7 @@ msgid "[FILE]..." msgstr "[FIL]..." #: src/tar.c:2306 -#, fuzzy, c-format +#, c-format msgid "Old option '%c' requires an argument." msgstr "Gammal flagga \"%c\" kräver ett argument" @@ -2395,12 +2382,11 @@ msgid "--occurrence is meaningless without a file list" msgstr "--occurrence är meningslöst utan en fillista" #: src/tar.c:2389 -#, fuzzy, c-format +#, c-format msgid "--occurrence cannot be used with %s" -msgstr "--occurrence kan inte användas i det begärda operationsläget." +msgstr "--occurrence kan inte användas med %s" #: src/tar.c:2408 -#, fuzzy msgid "Multiple archive files require '-M' option" msgstr "Multipla arkivfiler kräver \"-M\" flaggan" @@ -2428,9 +2414,9 @@ msgid "Cannot verify compressed archives" msgstr "Komprimerade arkiv kan inte verifieras" #: src/tar.c:2450 -#, fuzzy, c-format +#, c-format msgid "--verify cannot be used with %s" -msgstr "Mönster %s kan inte användas" +msgstr "--verify kan inte användas med %s" #: src/tar.c:2457 msgid "Cannot use multi-volume compressed archives" @@ -2445,24 +2431,21 @@ msgid "--pax-option can be used only on POSIX archives" msgstr "--pax-option kan bara användas pÃ¥ POSIX-arkiv" #: src/tar.c:2478 -#, fuzzy msgid "--acls can be used only on POSIX archives" -msgstr "--pax-option kan bara användas pÃ¥ POSIX-arkiv" +msgstr "--acls kan bara användas pÃ¥ POSIX-arkiv" #: src/tar.c:2483 -#, fuzzy msgid "--selinux can be used only on POSIX archives" -msgstr "--pax-option kan bara användas pÃ¥ POSIX-arkiv" +msgstr "--selinux kan bara användas pÃ¥ POSIX-arkiv" #: src/tar.c:2488 -#, fuzzy msgid "--xattrs can be used only on POSIX archives" -msgstr "--pax-option kan bara användas pÃ¥ POSIX-arkiv" +msgstr "--xattrs kan bara användas pÃ¥ POSIX-arkiv" #: src/tar.c:2493 -#, fuzzy, c-format +#, c-format msgid "--%s option cannot be used with %s" -msgstr "Mönster %s kan inte användas" +msgstr "flaggan --%s kan inte användas med %s" #: src/tar.c:2525 msgid "Volume length cannot be less than record size" @@ -2477,15 +2460,14 @@ msgid "Cowardly refusing to create an empty archive" msgstr "Vägrar fegt att skapa ett tomt arkiv" #: src/tar.c:2565 -#, fuzzy msgid "Options '-Aru' are incompatible with '-f -'" msgstr "Flaggorna \"-Aru\" är inkompatibla med \"-f -\"" #: src/tar.c:2660 -#, fuzzy msgid "" "You must specify one of the '-Acdtrux', '--delete' or '--test-label' options" -msgstr "Du mÃ¥ste ange en av flaggorna \"-Acdtrux\" eller --test-label" +msgstr "" +"Du mÃ¥ste ange en av flaggorna \"-Acdtrux\", \"--delete\" eller --test-label" #: src/tar.c:2715 #, c-format @@ -2540,7 +2522,7 @@ msgid "Malformed extended header: missing newline" msgstr "Felaktigt utökat huvud: nyrad saknas" #: src/xheader.c:740 -#, fuzzy, c-format +#, c-format msgid "Ignoring unknown extended header keyword '%s'" msgstr "Ignorerar nykelord \"%s\" i utökat huvud" @@ -2816,14 +2798,14 @@ msgid "cannot set time on `%s'" msgstr "kan inte sätta tid pÃ¥ \"%s\"" #: tests/genfile.c:692 -#, fuzzy, c-format +#, c-format msgid "cannot truncate `%s'" -msgstr "kan inte ta bort \"%s\"" +msgstr "kan inte trunkera \"%s\"" #: tests/genfile.c:701 -#, fuzzy, c-format +#, c-format msgid "command failed: %s" -msgstr "kommandot \"%s\" misslyckades" +msgstr "kommando misslyckades: %s " #: tests/genfile.c:706 #, c-format @@ -2864,24 +2846,3 @@ msgstr "Kommandot avslutade\n" #, c-format msgid "--stat requires file names" msgstr "--stat kräver filnamn" - -#~ msgid "Cannot get working directory" -#~ msgstr "Kan inte avgöra arbetskatalog" - -#~ msgid "sort names to extract to match archive" -#~ msgstr "sortera namn som ska extraheras sÃ¥ de passar ihop med arkivet" - -#~ msgid "Field too long while reading snapshot file" -#~ msgstr "Fält för lÃ¥ngt när ögonblicksfil lästes" - -#~ msgid "Read error in snapshot file" -#~ msgstr "Läsfel i ögonblicksfil" - -#~ msgid "Unexpected field value in snapshot file" -#~ msgstr "Oväntat fältvärde i ögonblicksfil" - -#~ msgid "Extended header length is out of allowed range" -#~ msgstr "Längd pÃ¥ utökat huvud är utanför giltigt intervall" - -#~ msgid "Invalid group" -#~ msgstr "Ogiltig grupp" diff --git a/po/tar.pot b/po/tar.pot index 7b89ef3a..59f87719 100644 --- a/po/tar.pot +++ b/po/tar.pot @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1253,31 +1253,31 @@ msgstr "" msgid "Creating directory:" msgstr "" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "" @@ -1300,37 +1300,37 @@ msgstr "" msgid "%s: file name read contains nul character" msgstr "" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" diff --git a/po/tr.gmo b/po/tr.gmo index 0a893fd820af9e6c3537c46467cb4fb115110806..596327b8789b34b5b237f80330e4ada496eb615a 100644 GIT binary patch delta 28 jcmX@Tfcf+S<_&6PyoS1l<_d-uRz?Qe21c8W%Os)zip2%Os)zic$!4 diff --git a/po/tr.po b/po/tr.po index ab630f15..f6a2de01 100644 --- a/po/tr.po +++ b/po/tr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.26\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2013-03-09 15:51+0100\n" "Last-Translator: Volkan Gezer \n" "Language-Team: Turkish \n" @@ -1293,31 +1293,31 @@ msgstr "--Devamı bayt %s de--\n" msgid "Creating directory:" msgstr "Oluşturulan dizin:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "%s %s olarak değiştiriliyor\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Ä°smi %s olarak değiştirilemez" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Gerisin geriye %s %s olarak değiştiriliyor\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Dosya okunamadan kaldırıldı" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "alt süreç" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "süreçlerarası kanal" @@ -1341,11 +1341,11 @@ msgstr "zaman `%s' olarak ayarlanamaz" msgid "%s: file name read contains nul character" msgstr "%s: okunan dosya ismi boş karakter içeriyor" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "Kalıp eşleme karakterleri dosya isimlerinde kullanılmış" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1353,29 +1353,29 @@ msgstr "" "Lütfen ya kalıp eşlemeyi etkin kılmak için --wildcards ya da bu uyarıyı " "yoksaymak için --no-wildcards kullanın." -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Arşivde yok" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Arşivde bulunması gerekirken yok" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Arşiv etiketi uyumsuzluğu" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "Bir dosya listesi içerisinde --listed-incremental ile -C seçeneği kullanmaya " "izin verilmiyor" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "" "--listed-incremental seçeneği ile sadece bir -C seçeneği kullanılabilir" diff --git a/po/uk.gmo b/po/uk.gmo index a198bae55d51bd3ba65c11ba6cb70c1d7a7bb3f5..d10d355db1b55021ce3b1321ea16b5511ce7b30c 100644 GIT binary patch delta 28 kcmaDekLArgmJKnbyoS1l<_d-uRz?Qe21c7ROPOZ@0G6r=Q2+n{ delta 28 kcmaDekLArgmJKnbyau`krV2*JR)z-J2F9B+OPOZ@0G2liNdN!< diff --git a/po/uk.po b/po/uk.po index 3f4fe333..fafca020 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.24\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2010-10-25 15:22+0300\n" "Last-Translator: Sergey Poznyakoff \n" "Language-Team: Ukrainian \n" @@ -1313,31 +1313,31 @@ msgstr "--Продовжується з байту %s--\n" msgid "Creating directory:" msgstr "Створення каталогу:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Перейменовано %s у %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Не вдається перейменувати на %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Перейменовано %s назад у %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Файл було видалено перед тим як tar встиг його прочитати" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "процес-нащадок" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "канал між процесами" @@ -1361,11 +1361,11 @@ msgstr "не вдається встановити час файла `%s'" msgid "%s: file name read contains nul character" msgstr "%s: прочитана назва файла містить нульовий символ" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "Назви файлів містять символи-шаблони" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" @@ -1373,29 +1373,29 @@ msgstr "" "Користайтеся опцією --wildcards аби увімкнути шаблони, або опцією --no-" "wildcards, щоб позбутися цього повідомлення" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Не знайдено в архіві" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Потрібну копію у архіві не знайдено" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Незгідність назви тому" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" "Використання опції -C у переліку файлів разом з опцією --listed-incremental " "не дозволяється" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "Разом з --listed-incremental дозволяється лише одна опція -C" diff --git a/po/vi.gmo b/po/vi.gmo index fd5f38238e7a18f1dc9a84edf1bf066994e901dc..d2fc0245afe7d40a10172f22308159d99950115a 100644 GIT binary patch delta 23818 zcmb`P2Y6J~wt&w-D25_ZLqC)d0-2D|2{k~3Py*6KkusSK$&h3wObLmFp{R(Ulp_Kn z(nLT&z!A|zR18g#YwuX1*K)63m22o8(2frQefT2nr5r1X&-cg$bavl_yzo$AWs`IwuEirbFd$53Tvcl zT5Z?@>aZPb4~N3~aJIz)xD2^8RSRj&iP(B-S~85YI10ui7sD&yy|4*<2udTLfgRyD za1?CbOVc{TS+D_I3fsUnP}=+ul!m+q2g2WBE11?hq$-%&n^u#M3!A|ZYy{WAcJKk% z1)hLS;TJFs+WM%541#@;XTw?WZYULe2jgHPUM9jsD4LiIbKsm1kt8A~pfup$kWOi_ z{WJ|NX@enkXPX!pZxcp5f`-TSKs4u{3a4k(&=6AppDz{_FU05v3IU}NNbDD{LE z66s3h5R?|a4W)n>x`&pu1W22-8BjE`7K%o8KxyDJP#X3v>;U7?uQWIf(nie-WoUOn zDgSji25N)M{2^^Dk=DqCP{w>YYyl5I(ab4}-&*W2m`0JF1?{jH>hOLj9XVm~OV|pz z1!|BU_k{9Y25bupVSDUPTVX~tZ7&pyKLeQn+F2-?cnM06zJ+4li9=O-3T%ly88(E4 z7H@=7;R+}{z7NuA?KBi4jTxpin+Q9FNSH}PtaP!(Ly*pDl~6R$E?xCxENqWF7j}oY z!glas*bTk}MRUJGX=u~onpOw4hBB0$U+5;7z;yR5Ro4L0A);Cja71gCeK)?vKr*_AMk7Y-;s|9Z$UYb&9{hU%bH+m%8+!wN*Uu& zDD(MhC>73w(xXLC#(FE%;bAD{ybfj7d;=3;gGtIi^no&jBcW(wHf%}#S}_r+aJBW~ zeoHQgjYxk1nhmtle}j!lzhbh|L}yqBc{r4Yje$vU9+U>JhYjFIe5_W}WU?2D` z6is)VhW-A_9#a<~LaMQdS8xC_d1dJGPO zUqcz&)EU+^gfhM6L9vlTP`*13rD5+u>ColZDH{p(AtGaz4O_t5p?tUKg>>VhMF4mzmVux`u|3?uK z8<+#7r}H6N)oy`(;RmoDY>};LI4!Lc6qOc1Y546>hUh^kJ%0*HIqyK}@mEkZTFa?v zxPL7UN=F^ADfMfmM5KZ{p^VWzP*i*dG7+?wA?{sE%u%u*N`=qCUhsV=)3Aw48Py0V z4H*k%n&mU@hdqdFWpvBS^5pOqc=3Lh%c0U;-?MZQw^R9%^pY zlP+)$Vg^it4?t1vD^Pm)Ih6c=KS+! z60U<{e9K@D_!t}nKZ8SHe35EE4iuHHfs%d%>hOD*0b8I>;Y=u++5x-5Phcv%+^5P< zhizs4&nI#AMwD zk@g1E;df9P);uUf!1!N7L_SysCF3608J>bE@C!H)wk_7Q0q`1VhX#~caLnSzFcbN* z1**rBp{V{w*aWV(()U_?6}G2-?KdJ)VcQaAM8lypBnyfr3ZN9U0XBtUOFj){=stqd z^M<9W0m-ltatXWwE{9?}o1hHEX^ZD!Xe0@(u2-s^4aMs3f->#G@Bn-V4uC6eP}A}R zl!ko;rQxk_R4#fLY=)c*KZZBKrZ!D;-lSY~$wFm2H$gGh9ShOFwCp4aqS9}y3>{EQ zBC>4HrK0(;Iou3Im5*5RX;=^Web^d)4ljpw7AcLjfbxA$*dNYRmb}g4^H3`K0m^rEmMD+b57tH=30f}*OXx2m2DgYn2$LQ!!6Y*_=Ng3^$+w_zhTh5|CY+PUS* zab0`6>R}#~@7F^y!lO`z@CEn?`~>PU|2M5ruJs8hM)q$gR+_X@X<{lAqbh+iRChvo ze+*s+{|QZ7xkK5;d?@*Dfn(rfus5uEC+iCA5BtEIVJn&cWkkA=@EYt3e}ytuy;dpJ zUI~+s^P#A81DpyEL1}QE)oKXS;RNIYC=Gf7iUvM`(vbRVRJm6}`EDK@ME%OTh!VLI2 zl=9nbFjsDED(sH@)CTmg6ZxD3X-NHzDr36E>!HlkuqA(KG2tGi!a1-f@9(kXvli=Y zQW{E!alFrlG97P#Qt{)^4nN+6{w31nUUke)hZwn*0i|c7p?r8fyaGN32g2u|Ot;#b zm2q}~4Uq@ImT)ZW3tey`ychO||AJYt%YCZD!4Q$FNq7(rf;G0Vz`&t!0Ne=0IA4J& z@MkCmb>FHQm;*)icSCX6&%?{$x3Dh!9m@MU+tkTwFdU402ucG(UlB2$f1KaFW<#vW0W&V#L zGM*QOP^L{elpcHxYs0T#Ec_n2q3r>+PsoR&nJ^p*--f+lt6ggBv)~M5FN}w0U=Mg6 zN<%yBmT4PeiV=|)%b@h^2y6jAgF4jqsPqm{jC2x|F{53f>N-;GI_bSt$8_ zg&knhKGpLqI1@PlC&8Ct0~o&_{mTcvh{y*{D5|=};$HX}@=LHOEPF^fju)V)Jnn$< zc+;U+`EGa_{K;a?gUTT_fNe_KbwmgDsvk8PX;Z89>4v5GSaef-+`vpHdAghtjaOps4(JC}ZCFX*E=R zpcLqYG4MW%J76#5-LM5b2iwALq0E}b$7I@u_?U>ObQ-J&7s0x4B@`oBXYn~W4*3t* z0gih{HOvEtAsbK{{wf>}6Dw513ScYbU9cs52G)Y-U{~tbJ|rSGQ17^!?>%8NDW6^zOQvs8D#>TiaZB~WDFlAB90~I zl(PC>a1HWgxDb8}Yr&k;N;C6d46+~AfhDjuTm)0$GB^f44yBYBYW0MPSgo~kA>+evEZPJU%x}7iu`EEE8o`Ry<`Y)*l zB}3`Rbl3@opcvf_I3FH^?P0H%Rr=%*5gFt8FcYqX_2KLAUic9#fs0;Is{08_{=ToO zJ>OMOjB*342S0|=pz}}~*yJ_UaT^;(^arL zd>SUeFQD|S=^Lux{!lb{4ZH#tLnpiq7Qru|bZF+AYKJrrip`WNhP1^*YLc)V&VhG8 zF~%=p8f^QPnr72s59FI*65J10!na`-%zaz=heu&YaM? z=KlvoGDs*or&RbT?1TIalpg;GMV0!y>I%gLn6c+Is64mg^k}+4NQm95Dyfa zSOfdR$DlZ-^Du$>wfOhdSdNFH!n>fT_yH)YdkzkRZ$POi?gKR&dO&GF78K36;Rd)7 z_J%zxRfV~54f0kvRMJ0G<@lg^|F@jT5MDe6)8P+r798-ATJJZ&iO7{uRNeFM%J(mZ z1Cd{VQ((Q1)!5I0^8Ilr8tL?jDt{7`a@Ihxtq(sz{{bRRK2;v+HYg2v4|aw6XUt`o z3B@?~K~drNP==_-Kh%2ff?biHf`j2_FdugLr)t1jC>0)qx$xgmI()5M7>KGjey&{Z zQ7B{c3KUh<`9e9OQ7{vEEt~|;LD58yf3c~63!xjn2*p;?zEu7q1luA%45ec)LMgZL zS4y*!LPSzY*aSPkv#>k-3W`y-{#seD1GYq70TbX(m0g9(FDqjU0kE!qc!%h)9NJ zGq+GTz=6mw!*tltW-~Q15lTTz;23xS4uwBkOsiotHF7;1LHZup3jPaA1caT8j({~!TKP*!yN)y+ zc?WTM@+``DPb0`BWaJrZ#jk}!W&9iPp@X+wNoZ`nyv$|}EKF2U?IRig4=o{rd@`IT+(80EXg+NzWFhf)2-8Wa zhb)iXdXGaipI0ooInrQ4ZI!IeBfUGJgz%J=M_x(&)t;kBuam)VWfFHQ&rnOgjEe6f z-keZL`fxa(FqqJUcYR3~bNxEvTL}}0 zUrE?N+yniDU4(m(eef58JSUL zIiVLBb6^)Z$odG;e0Ey0tdt9^_!{e-VE;w=CG7#yPD{jko?)8=*aMdBO_jhSG|f*vY@I67I7SrL&U=4-yLa z_SD7px5COOxW zyV1%&oU{tUX5^Dlp7q3EP|@oB|HJy|Ult>I-XPMJwC@Pwo`=AFR-SHDHkx={!bgMw z$O-T;VG()zA^(&3i^Ok-w?QYNh)^3@hD5uaa0MCD;TXa(!YN+LbHrjC@7p84MR1Uo zgnTF5h%9SFGvxhnG9gHMI$2KbwS)5y}Wh2p2zdNa#nN zJELB-Kz1WfA$&>vQP`it<#`hMWa0tB(v(j`bFY$5_^%9 zO&B5Xtfw6x$kUmSWyP2AVMTB;wrC5cXL=IZChJUy)VQQ|KU)*^?R z5%Ch_c@S0-77%{}_9e6+eg|w#I7hrbVKVW^b2af?gnd@R=g2NA-U%Ki94BNFBAq2_ zZcrpiTfqnS5c?V?(0h5FQ84#$68)A?n|JS%=T(9{sf69cZ#5;>cgS+F<}$o zU4lH#2yaS+GT$VhJTn!v=A>;Ttts-i@=oSoFA|@(GD^Pjgx;jpw9?*&uaLG1E+M={ z*n|8wp`7p`@^3JiZyFG{!)3_li1#J_Iq^1xSp<1*A$-LiFY8!9^@YglL)sE1`-w%lFZ!I|EY^;V}1R$ z2MZBi>N4VqRu(?d{^03F+R%&AwAgOpQQdphxk^uncP1q1Iqtc0T{*hLuY0_{LPvo< z*InS!;{9p*R8PLgyTD^6=z-EAm-U6KB;a#61AqD`oYQlYEtFjvaOv`Syx%M(O4j3( zyZMuoll6ets~31Zxqr@ZiEsS+TyH^vcLDWfm+Ed$v7^8(QL0HPiBIWSQmvHMdRLXf z=kVl8Lz0u@{fV)c#rySm+=@!h3+Wu zxg0sAym3?|8Z-K|2@ma4Y$HR0?j}=VwmUcI4f+S_MP9$(o$W4g2iz`ynz6g@ug&t^ zMMZ8;uI?(K3Wh^^v4eejk>Buf{(Sv}?lOu!8r|#@vz~$Hd!J;CsFQAQd z`^`LoJeNLk!sN{9discQmwr7tW1KWqcX~Ymii{Lt+&Vlr+w)&5%1~MUqMoR?e^E{N z^Witv2qgp@z69OxD5eXA4o|7o-+(vQMae#FE8x`~x}Wi);{gX2@AWZ3{Q0`W=ge~# zyOMN=Cr8waZTJITpNnsD+{Nykpfz#Oo*0od)cPbjHa4TgQCL*q3i;Dwb&B=rcIVux z*CNklK4e3^lRg5Y!?GhEn{TB=u^$;48b}MsoE#}DP+Yw*-FiCd{Wg?Td*@XJ-xMft#Pfjqarn^;o#U{+?W zkPCZo=A#*ZaPC}piFl`kg}C;h2b*C!x&o>iyWPrwDko=-pExdK_VDx(W2a7>J$dSt zS7uI6j-7(tVitbWJ26vz-U4Pysko@9Qmoo2Wm?9h$(f-ES+hq>$eJ=~!nh5T8xdq~h%WppV-mAj=AO>@xO@xTewUOZji`E~W7G>ArQ#B3m6bhGY54oeNw&UI ze5GOpy4{}VDk#F3e3lsWJ91qK;xY9?fpztgtZdVDUXwhX(Y{hwGED(McRS0$x(T{g=P{fqbvOD ztWRqio3q<=HEYA!$i{^VW$+7Jo~s}_~$U2|M>9k@Ny^jsy*f}qUV@F(+X*qT=DIsB!C zXd#~hy~eS5ZNl&6Z>$x{^DdA{$`;DpA(_j)?)Nx~{CVDh-E8(;x2qt>uSLut$H&TN zE<2VnSG|#jnw96cbQ~HDWVeWcncEEUN)Ag7yd8m1R$1=+oSl z<;wzT`k?=H`9oqgT%vJfX{%O~E6a9xWP6gQ7gm;U4Cr|jrWaS1uQK+P&avr6-Rox? zIoInpJ$%dcdJUuf!dkI;c<ykKc% z`BIM*w8DI6esG7=NLW}F{XzK4g$Xt4WmlH%4CtQR%JR)d!s7UT`SfUMP!Cj=?JuI6 z9{s~b_r^OvT(nvDR6OX>^YbdUIrVI_+l&^6jYKqa@}Mz(W1DnYYRBePJc45KR5Aah zw5aA+l@j+?r5KYI-}9e4`1RuZ|5xXg`N4{9dQQbwwUJDf6; zy-e<)o?ThK#T|WU5yeQqhcbpca3G9i^}@Rri%GHPkONF4_l3;Xk;ZSVT5{0%ZAlAb z-_mw5qH!bj=4N&EuI890hSQc_VVjWSz+(K219n(7Ovl$$?9fXq9t`Tv%CcQDfaQCs zjj<=)Us-n8L)7Yq6m|!_QCW=DH@6SFZk}$d8yRZj#4VYv12k^4ThDc~{x~Hr`PaB9 z#bLzV+9uY_9Ph_6j3Kx7$PiHk@}4~C(0vt$30pn61L-Svu6vFzrTYaHThmOv1S%fq zTtl&Um=C6^O6#iC7<y&R@UQ0jUrU_86*rs$qeysh))7up-ENh25E*2_42 z+mMMJhH4C(sC+X$M|YmwMD5c3j@U!h2$}vzcbX={Jl^C+0Y=^BbLyLwIXF&AO&f3T z-qvo%sTI2HMVw$4x^nDze4k4eJ%@ZmZ+Yc)I)gr+%j0xOIo31~<5|iS z6O*sri^xayqP{Xl-F~HNW|5=Bu1?d^%#FAAYi`yN>73nMQ{~m{P0drq!=ah~)MvTm5WACa?(GK2tYgMmUo%$-vS7+)aMzhsL z>Jwx2>h=Q)OlQFOnEsDpKUByv;KeKIMaBc|_M@5Yd% z9TnR>cp&_T+xTsbb8OYx#*Am|X}qejBxtT;PFb6(h7iBty|ARR5(e=&YKo(*@PxIC zY_$V<-imF3@ZSuF%{JReS(lnj&)wptWJ$)j@=k8^=y_fm=ClSp5R}zd%NkX&=o-yf z{bF<56l2%AH$sfu0kiMxsR|8{U0Rbz_KmP&zgp(E=)By>UD==Vqp%B?E~45$<&ahS zfb?MpWm#7v+Gts6J-Ttr-Tr1#i@B*l(?E$`^RQ?LU5-vh%@!2hL{f6D)-R{kl+ zrCMq9UEj`JUQEAr-TDES@=Ckb>miP)jH(}R$>qw2i?(w{a|Q!)isYd?2Lh2~M^OBmjQ1OUnUQ0jA_eEuEdX0kro$hzlXj1;$aQ(Q<$tupq~3(Fz$UuT{?h$(S2 z@>T3(^iU(`eMXs1mG5%sqq3&zxtP31HcpG9_g|)4P`*a(67w-@CT|cc#bafg>#Dhw z%ib__e9iGa4$kdZuy}7ZFPYHgJDoBa3^x;`e6KX5YPIu;0$7_X%gW7{wAre`Q?ZrX zq}XW{`(@+1Gy1-ZJjoZ`bz!gDLSFgWd}FrhqA4jCUedISFT5h(DDBC`**LYu%&&Nm zA*9i=;byC=<~cLKnqF0%Fgxq>&ZHw&VbRxM7ne^3QKR}FiZwe?RbaT=raaqa726oV z5;|*ax_41*HV#C2Dx>}8!41T3MCN#!(R*{ZX2UP+FW8b%7Msr^W803FO{_IW_Da}; z+TzUIJh_2sI1&GBJi0lx`zSXbiCbAA3)|nZ;x>0M9@!O-bL+}5{>8!MQs0_;5vImA-Po|@TD83Wv}JU=Ib3YB37GA7 zU(e-7wFYZbl8rfA?HAn4s;%Dcx~`3{EPHgy?5xVNt=g1|+q3Y5$2tz!biA`5t=B5OZ1Ns^AU7Y_JL-8hX2+uPM4?{r=m zXSVgIirco2lDK?8o)n3j8v^pDn9kW8cy+wOL#SEE0_4GK?T^~A$9L-Gl}bANr;p6# z)2O-Qt#+1PRA#k(RconC$GouZ{wr8;!x~lRE=JD9vm&E(E5#s;yu+)onq)uSs zV5LP$lEWSgN+F}VMl7nbryLK>RV9Gq=e)=krEHH!Qw9;G87YHXZs{c3?Qv0^<9eG^ zP5gg1StGhdCI}uSvi-TZZ5OV zX0sdh_AaSPGuG_Qx*&YCcS%#Va&vSu`^ANfoRU&l1pj~UYo;jIhNH(y>7ckWFI6SS z4woe6R3zQH9m@azt$$Qz#gc0<-qD%t!KX6%Pz7D~Oc$nNEZTy%){ z;?{>bQ+6Z}W&YOhE|OhZCBMCN{PT}5BdWGvssJPLbi0t%1GBs8M~O%&=5H_2KfQ>r zW}UBE_-W-Oe}l1{eKtMgsAS&Llwpy|O-g^Gx*EE~&ogLRHZy^0$ zzEm;B{DT`}%_(XcxpCQ{6?l?$hte)SLce>c0Pdy%tl}IHgXwjUKh(Q zhr6>#K8`U_nvi{@I;5CAxBvN9tP6VJ*s!ydA6CVLWOtElOb>5KG|xz~qU5OoPt!)4 zmqDiCSKa(milIL;p{beb@!G4sSo+8yarfrJYMgpxa4R#{rI*!qhnF`qUsr1>#fP6b zoMDR*k7pcxC(dYpq@{7sW0xBhN8*fGM>^H#{$2)=eZm&E@$`|_#;zj`tqk{=eC0@E z4+OKo_Jz)O{sOl(Ux$tk$?1Bbpa|rYe~XON4s9w z5!jv_!v0$wqcqDYs^c#QNN#scW0cK~tl*K1=5LJEGn-B45~J+Eh3R38da`|&$Tt+u z(pbdMm+cM88p0)&^^3^p3F*e_Cr8>!jMtuYPc~gtz&xNc+je<0^|KLUY2E?ww=-BhR_N&S;7tFG8C9utie%FI)j@6J3qbfVh7_?W*% zC}f#-dSzi|t&ug`Tp`UJnI@(qw;E=73{($V&7J#}DjO8v$`Yau9>zb8Utg`=MJGOO zEG{d_TL0BlFx)4DEFJHk+{eEwPkH$Fms68sDL&a>>=C_OeLANRpE$Ir4ja#&uCCpF z&vvd>S>Cfr)#NSD9*z-38`;l&T8m@H;zDEknT+VGg-C{QT3X85w%L1w-#0(dYv^2NU z#&s{;H%@jPQW?ivYfBI{Z>#o1=58>co7Xd@W52L-ur^9EIL5!uwKRTw;hk#T{out> zBcq$$m3hSNs?@o{lb5KeX=TkZ^<$f?hWVA{=8qBP$a3iL8a3bVjJlYEhOM%hG5e*y z)vDS0(j(2RlfC>V;&T-hILzNDjGULJeXj6<%X+-E1+0*6!P<_y76M_ zqju#)r+H`}1#3gcCJ$ zcVf(W``9EiCVv9KP;$hSUw?>NzlWNuXSE$lwLepkwpA^9?E6tSH<^b0oeuL2`guoD6=x&{a~W;ulHK?w$>kO=Fu0KYWRnv=7GR8e>7hGwM;_8UU~L^07=3t AMgRZ+ delta 15477 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 UUj?qLm45_Sx~$w>(enQP0dtXXOaK4? diff --git a/po/vi.po b/po/vi.po index d94ec295..9e91c352 100644 --- a/po/vi.po +++ b/po/vi.po @@ -1,19 +1,19 @@ # Vietnamese translation for Tar. -# Copyright © 2012 Free Software Foundation, Inc. +# Copyright © 2013 Free Software Foundation, Inc. # This file is distributed under the same license as the tar package. # Phan Vinh Thinh , 2005. # Clytie Siddall , 2007-2010. -# Trần Ngọc Quân , 2012. +# Trần Ngọc Quân , 2012-2013. # #: src/create.c:1572 msgid "" msgstr "" -"Project-Id-Version: tar-1.26\n" +"Project-Id-Version: tar-1.27\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" -"PO-Revision-Date: 2012-03-31 13:53+0700\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" +"PO-Revision-Date: 2013-10-07 14:21+0700\n" "Last-Translator: Trần Ngọc Quân \n" -"Language-Team: Vietnamese \n" +"Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -68,30 +68,33 @@ msgid "" "Mandatory or optional arguments to long options are also mandatory or " "optional for any corresponding short options." msgstr "" -"Tham số ủy nhiệm hay tham số không bắt buộc cho các tùy chọn dài cÅ©ng đồng " -"thời là ủy nhiệm hay không bắt buộc cho các tùy chọn ngắn tÆ°Æ¡ng ứng." +"Các tham số là bắt buộc hay không bắt buộc cho các tùy chọn dài thì cÅ©ng yêu " +"cầu nhÆ° thế khi dùng tùy chọn ngắn tÆ°Æ¡ng ứng." #: gnu/argp-help.c:1643 msgid "Usage:" -msgstr "Sá»­ dụng:" +msgstr "Cách dùng:" #: gnu/argp-help.c:1647 msgid " or: " -msgstr " hoặc: " +msgstr " hoặc: " #: gnu/argp-help.c:1659 msgid " [OPTION...]" msgstr " [TÙY CHỌN...]" #: gnu/argp-help.c:1686 -#, fuzzy, c-format +#, c-format msgid "Try '%s --help' or '%s --usage' for more information.\n" -msgstr "Hãy thá»­ `%s --help' hoặc `%s --usage' để biết thêm thông tin.\n" +msgstr "Hãy chạy “%s --help” hoặc “%s --usage” để biết thêm thông tin.\n" #: gnu/argp-help.c:1714 #, c-format msgid "Report bugs to %s.\n" -msgstr "Thông báo lỗi cho %s.\n" +msgstr "" +"Thông báo lỗi cho %s.\n" +"Báo cáo lỗi dịch cho nhóm dịch tiếng Việt: \n" #: gnu/argp-help.c:1933 gnu/error.c:190 msgid "Unknown system error" @@ -103,7 +106,7 @@ msgstr "hiển thị trợ giúp này" #: gnu/argp-parse.c:84 msgid "give a short usage message" -msgstr "hiển thị cách sá»­ dụng ngắn gọn" +msgstr "hiển thị cách sá»­ dụng dạng ngắn gọn" #: gnu/argp-parse.c:85 src/tar.c:512 src/tar.c:514 src/tar.c:606 #: tests/genfile.c:130 @@ -128,7 +131,7 @@ msgstr "In ra phiên bản chÆ°Æ¡ng trình" #: gnu/argp-parse.c:161 msgid "(PROGRAM ERROR) No version known!?" -msgstr "(LỖI CHƯƠNG TRÌNH) Không rõ phiên bản !?" +msgstr "(LỖI CHƯƠNG TRÌNH) Không rõ phiên bản!?" #: gnu/argp-parse.c:614 #, c-format @@ -137,66 +140,66 @@ msgstr "%s: Quá nhiều đối số\n" #: gnu/argp-parse.c:757 msgid "(PROGRAM ERROR) Option should have been recognized!?" -msgstr "(LỖI CHƯƠNG TRÌNH) Tùy chọn nên được nhận ra !?" +msgstr "(LỖI CHƯƠNG TRÌNH) Tùy chọn nên được nhận ra!?" #: gnu/closeout.c:114 msgid "write error" msgstr "lỗi ghi" #: gnu/getopt.c:549 gnu/getopt.c:578 -#, fuzzy, c-format +#, c-format msgid "%s: option '%s' is ambiguous; possibilities:" -msgstr "%s: tùy chọn « %s » vẫn mÆ¡ hồ\n" +msgstr "%s: tùy chọn “%s” chÆ°a rõ ràng; khả năng là:" #: gnu/getopt.c:626 gnu/getopt.c:630 #, c-format msgid "%s: option '--%s' doesn't allow an argument\n" -msgstr "%s: tùy chọn « --%s » không cho phép đối số\n" +msgstr "%s: tùy chọn “--%s” không cho phép đối số\n" #: gnu/getopt.c:639 gnu/getopt.c:644 #, c-format msgid "%s: option '%c%s' doesn't allow an argument\n" -msgstr "%s: tùy chọn « %c%s » không cho phép đối số\n" +msgstr "%s: tùy chọn “%c%s” không cho phép đối số\n" #: gnu/getopt.c:687 gnu/getopt.c:706 #, c-format msgid "%s: option '--%s' requires an argument\n" -msgstr "%s: tùy chọn « --%s » yêu cầu một đối số\n" +msgstr "%s: tùy chọn “--%s” yêu cầu một đối số\n" #: gnu/getopt.c:744 gnu/getopt.c:747 #, c-format msgid "%s: unrecognized option '--%s'\n" -msgstr "%s: không nhận ra tuỳ chọn « --%s »\n" +msgstr "%s: không nhận ra tuỳ chọn “--%s”\n" #: gnu/getopt.c:755 gnu/getopt.c:758 #, c-format msgid "%s: unrecognized option '%c%s'\n" -msgstr "%s: không nhận ra tuỳ chọn « %c%s »\n" +msgstr "%s: không nhận ra tuỳ chọn “%c%s”\n" #: gnu/getopt.c:807 gnu/getopt.c:810 #, c-format msgid "%s: invalid option -- '%c'\n" -msgstr "%s: tùy chọn sai -- « %c »\n" +msgstr "%s: tùy chọn sai -- “%c”\n" #: gnu/getopt.c:863 gnu/getopt.c:880 gnu/getopt.c:1090 gnu/getopt.c:1108 #, c-format msgid "%s: option requires an argument -- '%c'\n" -msgstr "%s: tùy chọn yêu cầu một đối số -- « %c »\n" +msgstr "%s: tùy chọn yêu cầu một đối số -- “%c”\n" #: gnu/getopt.c:936 gnu/getopt.c:952 #, c-format msgid "%s: option '-W %s' is ambiguous\n" -msgstr "%s: tùy chọn « -W %s » vẫn mÆ¡ hồ\n" +msgstr "%s: tùy chọn “-W %s” vẫn chÆ°a rõ ràng\n" #: gnu/getopt.c:976 gnu/getopt.c:994 #, c-format msgid "%s: option '-W %s' doesn't allow an argument\n" -msgstr "%s: tùy chọn « -W %s » không cho phép đối số\n" +msgstr "%s: tùy chọn “-W %s” không cho phép đối số\n" #: gnu/getopt.c:1015 gnu/getopt.c:1033 #, c-format msgid "%s: option '-W %s' requires an argument\n" -msgstr "%s: tùy chọn « -W %s » yêu cầu một đối số\n" +msgstr "%s: tùy chọn “-W %s” yêu cầu một đối số\n" #: gnu/obstack.c:415 gnu/obstack.c:417 gnu/xalloc-die.c:36 msgid "memory exhausted" @@ -235,11 +238,11 @@ msgstr "không trở được về thÆ° mục làm việc đầu tiên" #. and use glyphs suitable for your language. #: gnu/quotearg.c:314 msgid "`" -msgstr "`" +msgstr "“" #: gnu/quotearg.c:315 msgid "'" -msgstr "'" +msgstr "”" #. TRANSLATORS: A regular expression testing for an affirmative answer #. (english: "yes"). Testing the first character may be sufficient. @@ -321,7 +324,7 @@ msgid "" "Written by %s, %s, %s,\n" "and %s.\n" msgstr "" -"Tác giả: %s, %s, %s\n" +"Viết bởi %s, %s, %s\n" "và %s.\n" #. TRANSLATORS: Each %s denotes an author name. @@ -370,7 +373,7 @@ msgid "" "%s, %s, %s, %s,\n" "and %s.\n" msgstr "" -"Tác giả: %s, %s, %s,\n" +"Viết bởi %s, %s, %s,\n" "%s, %s, %s, %s\n" "và %s.\n" @@ -384,7 +387,7 @@ msgid "" "%s, %s, %s, %s,\n" "%s, and %s.\n" msgstr "" -"Tác giả: %s, %s, %s,\n" +"Viết bởi %s, %s, %s,\n" "%s, %s, %s, %s,\n" "%s và %s.\n" @@ -398,7 +401,7 @@ msgid "" "%s, %s, %s, %s,\n" "%s, %s, and others.\n" msgstr "" -"Tác giả: %s, %s, %s,\n" +"Viết bởi %s, %s, %s,\n" "%s, %s, %s, %s,\n" "%s, %s và các người khác.\n" @@ -413,13 +416,17 @@ msgid "" "Report bugs to: %s\n" msgstr "" "\n" -"Báo cáo lỗi nào cho: %s\n" -"Báo cáo lỗi dịch nào cho Clytie: \n" +"Báo cáo lỗi cho: %s\n" +"Báo cáo lỗi dịch cho nhóm dịch tiếng Việt: \n" #: gnu/version-etc.c:249 #, c-format msgid "Report %s bugs to: %s\n" -msgstr "Báo cáo lỗi %s nào cho: %s\n" +msgstr "" +"Báo cáo lỗi liên quan đến %s cho: %s\n" +"Báo cáo lỗi dịch cho nhóm dịch tiếng Việt: \n" #: gnu/version-etc.c:253 #, c-format @@ -457,7 +464,7 @@ msgstr "%s: Cảnh báo: Không thể %s" #: lib/paxerror.c:93 #, c-format msgid "%s: Cannot change mode to %s" -msgstr "%s: Không thay đổi được chế độ thành %s" +msgstr "%s: Không thể thay đổi chế độ thành %s" #: lib/paxerror.c:101 #, c-format @@ -484,12 +491,12 @@ msgstr[0] "%s: Cảnh báo: Lỗi đọc tại byte %s, trong khi đọc %lu byt #: lib/paxerror.c:259 #, c-format msgid "%s: Cannot seek to %s" -msgstr "%s: Không thể tìm tới %s" +msgstr "%s: Không thể di chuyển vị trí đọc tới %s" #: lib/paxerror.c:275 #, c-format msgid "%s: Warning: Cannot seek to %s" -msgstr "%s: Cảnh báo: Không thể tìm tới %s" +msgstr "%s: Cảnh báo: Không thể di chuyển vị trí đọc tới %s" #: lib/paxerror.c:284 #, c-format @@ -505,20 +512,20 @@ msgstr[0] "%s: Chỉ ghi %lu trong số %lu byte" #: lib/paxnames.c:140 #, c-format msgid "Removing leading `%s' from member names" -msgstr "Đang bỏ đi phần dẫn đầu `%s' từ tên của các thành viên" +msgstr "Đang bỏ đi phần dẫn đầu “%s” từ tên của các thành viên" #: lib/paxnames.c:141 #, c-format msgid "Removing leading `%s' from hard link targets" -msgstr "Đang bỏ đi phần dẫn đầu `%s' từ đích của các liên kết cứng" +msgstr "Đang bỏ đi phần dẫn đầu “%s” từ đích của các liên kết cứng" #: lib/paxnames.c:154 msgid "Substituting `.' for empty member name" -msgstr "Đang thay thế `.' cho tên rỗng của các thành viên" +msgstr "Đang thay thế “.” cho tên rỗng của các thành viên" #: lib/paxnames.c:155 msgid "Substituting `.' for empty hard link target" -msgstr "Đang thay thế `.' cho đích đến rỗng của liên kết cứng" +msgstr "Đang thay thế “.” cho đích đến rỗng của liên kết cứng" #: lib/rtapelib.c:299 #, c-format @@ -538,12 +545,12 @@ msgstr "đầu ra tiêu chuẩn" #: lib/rtapelib.c:429 #, c-format msgid "Cannot connect to %s: resolve failed" -msgstr "Không thể kết nối tới %s: lỗi giải quyết" +msgstr "Không thể kết nối tới %s: gặp lỗi khi phân giải" #: lib/rtapelib.c:502 -#, fuzzy, c-format +#, c-format msgid "Cannot redirect files for remote shell" -msgstr "Không thể chạy shell ở xa" +msgstr "Không thể chuyển hướng kết xuất các tập tin cho hệ vỏ truy cập từ xa" #: lib/rtapelib.c:516 #, c-format @@ -556,23 +563,23 @@ msgstr "Hướng tìm kiếm vượt quá vùng cho phép" #: rmt/rmt.c:438 msgid "Invalid seek direction" -msgstr "Sai đặt hướng tìm nÆ¡i" +msgstr "Hướng di chuyển vị trí đọc không hợp lệ" #: rmt/rmt.c:446 msgid "Invalid seek offset" -msgstr "Sai đặt khoảng chênh tìm nÆ¡i" +msgstr "Khoảng bù di chuyển vị trí đọc không hợp lệ" #: rmt/rmt.c:452 msgid "Seek offset out of range" -msgstr "Bộ tìm kiếm vượt quá vùng cho phép" +msgstr "Khoảng bù di chuyển vị trí đọc vượt quá phạm vi cho phép" #: rmt/rmt.c:493 rmt/rmt.c:544 rmt/rmt.c:608 msgid "Invalid byte count" -msgstr "Sai đếm byte" +msgstr "Sai số lượng byte" #: rmt/rmt.c:499 rmt/rmt.c:550 rmt/rmt.c:614 rmt/rmt.c:625 msgid "Byte count out of range" -msgstr "Số đếm byte ở ngoại phạm vi" +msgstr "Số lượng byte nằm ngoài phạm vi" #: rmt/rmt.c:558 msgid "Premature eof" @@ -608,7 +615,7 @@ msgstr "đặt cấp gỡ rối" #: tests/genfile.c:132 tests/genfile.c:180 tests/genfile.c:184 #: tests/genfile.c:187 tests/genfile.c:193 msgid "FILE" -msgstr "TẬP TIN" +msgstr "TẬP-TIN" #: rmt/rmt.c:699 msgid "set debug output file name" @@ -653,7 +660,7 @@ msgstr "(đường ống)" #: src/buffer.c:644 msgid "Invalid value for record_size" -msgstr "Giá trị cho record_size không đúng" +msgstr "Giá trị cho `record_size' không đúng" #: src/buffer.c:647 msgid "No archive name given" @@ -674,7 +681,7 @@ msgstr "Không cập nhật được kho lÆ°u đã nén" #: src/buffer.c:854 msgid "At beginning of tape, quitting now" -msgstr "Tại đầu băng ghi âm, thoát ra bây giờ" +msgstr "Tại đầu băng từ, thoát ra bây giờ" #: src/buffer.c:860 msgid "Too many errors, quitting" @@ -696,7 +703,7 @@ msgstr[0] "Khối chÆ°a sắp hàng (%lu byte) trong kho lÆ°u" msgid "Cannot backspace archive file; it may be unreadable without -i" msgstr "" "Không thể \"tua\" lại tập tin kho lÆ°u; nó có thể không đọc được khi không có " -"« -i »" +"“-i”" #: src/buffer.c:1023 msgid "rmtlseek not stopped at a record boundary" @@ -718,7 +725,7 @@ msgstr "Chuẩn bị khối #%d cho %s và nhấn Enter: " #: src/buffer.c:1130 msgid "EOF where user reply was expected" -msgstr "Kết thúc tập tin (EOF) khi mong đợi trả lời của người dùng" +msgstr "Kết thúc tập tin (EOF) bất ngờ khi cần trả lời của người dùng" #: src/buffer.c:1135 src/buffer.c:1167 msgid "WARNING: Archive is incomplete" @@ -731,14 +738,15 @@ msgid "" " q Abort tar\n" " y or newline Continue operation\n" msgstr "" -" n TÊN Đưa ra tên tập tin mới cho (các) khối tin tiếp theo (và theo sau)\n" -" q Dừng tar\n" -" y hay dòng mới\tTiếp tục lại chạy tiến trình\n" +" n TÊN Đưa ra tên tập tin mới cho (các) khối tin tiếp theo (và theo " +"sau)\n" +" q Dừng tar\n" +" y hay dòng mới Tiếp tục lại chạy tiến trình\n" #: src/buffer.c:1154 #, c-format msgid " ! Spawn a subshell\n" -msgstr " ! Tạo một trình bao con\n" +msgstr " ! Sản sinh một hệ vỏ con\n" #: src/buffer.c:1155 #, c-format @@ -751,12 +759,12 @@ msgstr "Không có khối mới; đang thoát.\n" #: src/buffer.c:1195 msgid "File name not specified. Try again.\n" -msgstr "ChÆ°a ghi rõ tên tập tin: hãy thá»­ lại.\n" +msgstr "ChÆ°a ghi rõ tên tập tin. Hãy thá»­ lại.\n" #: src/buffer.c:1208 #, c-format msgid "Invalid input. Type ? for help.\n" -msgstr "Gõ sai. (Gỏ ? để xem trợ giúp.)\n" +msgstr "Gõ sai. (Gõ ? để xem trợ giúp.)\n" #: src/buffer.c:1259 #, c-format @@ -818,7 +826,7 @@ msgstr "Diff nội dung" #: src/compare.c:132 src/extract.c:1132 src/incremen.c:1503 src/list.c:458 #: src/list.c:1394 src/xheader.c:836 msgid "Unexpected EOF in archive" -msgstr "Kết thúc tập tin không mong đợi trong kho lÆ°u" +msgstr "Kết thúc tập tin bất ngờ trong kho lÆ°u" #: src/compare.c:180 src/compare.c:196 src/compare.c:310 src/compare.c:412 msgid "File type differs" @@ -863,10 +871,10 @@ msgid "Verify " msgstr "Kiểm tra " #: src/compare.c:471 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', diffed as normal file" msgstr "" -"%s: Không rõ dạng tập tin '%c' nên khác biệt (diff) nhÆ° tập tin thông thường" +"%s: Không rõ kiểu tập tin “%c” nên khác biệt (diff) nhÆ° tập tin thông thường" #: src/compare.c:527 msgid "Archive contains file names with leading prefixes removed." @@ -908,7 +916,7 @@ msgstr "giá trị %s vượt quá %s phạm vi %s..%s" #: src/create.c:328 msgid "Generating negative octal headers" -msgstr "Đang tạo phần đầu hệ tám âm" +msgstr "Đang tạo phần đầu hệ bát phân âm" #: src/create.c:601 src/create.c:664 #, c-format @@ -943,7 +951,7 @@ msgstr "chÆ°a đổ nội dung" #: src/create.c:1438 #, c-format msgid "%s: Unknown file type; file ignored" -msgstr "%s: Không rõ dạng tập tin; tập tin bị lờ đi" +msgstr "%s: Không hiểu kiểu tập tin; tập tin bị lờ đi" #: src/create.c:1549 #, c-format @@ -995,49 +1003,50 @@ msgstr "%s: tem thời gian cÅ© không hợp lý %s" #: src/extract.c:320 #, c-format msgid "%s: time stamp %s is %s s in the future" -msgstr "%s: tem thời gian %s là %s giây trong tÆ°Æ¡ng lai" +msgstr "%s: dấu vết thời gian %s là %s giây trong tÆ°Æ¡ng lai" #: src/extract.c:536 #, c-format msgid "%s: Unexpected inconsistency when making directory" -msgstr "%s: Sá»± mâu thuẫn không mong đợi khi tạo thÆ° mục" +msgstr "%s: Sá»± mâu thuẫn bất ngờ khi tạo thÆ° mục" #: src/extract.c:705 #, c-format msgid "%s: skipping existing file" -msgstr "" +msgstr "%s: bỏ qua tập tin sẵn có" #: src/extract.c:821 #, c-format msgid "%s: Directory renamed before its status could be extracted" -msgstr "%s: Đổi tên thÆ° mục trước khi có thể giải phóng trạng thái của nó" +msgstr "%s: Đổi tên thÆ° mục trước khi có thể rút trích trạng thái của nó" #: src/extract.c:1010 msgid "Extracting contiguous files as regular files" -msgstr "Giải nén các tập tin liền nhau thành những tập tin thông thường" +msgstr "Rút trích các tập tin liền nhau thành những tập tin thông thường" #: src/extract.c:1365 msgid "Attempting extraction of symbolic links as hard links" -msgstr "Đang thá»­ giải nén liên kết mềm thành liên kết cứng" +msgstr "Đang thá»­ rút trích liên kết mềm thành liên kết cứng" #: src/extract.c:1528 #, c-format msgid "%s: Cannot extract -- file is continued from another volume" -msgstr "%s: Không giải nén được -- tập tin tiếp tục từ khối khác" +msgstr "%s: Không rút trích được -- tập tin tiếp tục từ khối khác" #: src/extract.c:1535 src/list.c:1135 msgid "Unexpected long name header" -msgstr "Phần đầu tên dài không mong đợi" +msgstr "Gặp phần đầu tên dài bất ngờ" #: src/extract.c:1542 -#, fuzzy, c-format +#, c-format msgid "%s: Unknown file type '%c', extracted as normal file" -msgstr "%s: Dạng tập tin không rõ '%c' nên giải nén nhÆ° tập tin thông thường" +msgstr "" +"%s: Không hiểu kiểu tập tin “%c” nên rút trích nhÆ° tập tin thông thường" #: src/extract.c:1568 #, c-format msgid "Current %s is newer or same age" -msgstr "%s hiện thời là mới hay hay cùng thời" +msgstr "%s hiện tại là mới hÆ¡n hoặc cùng tuổi" #: src/extract.c:1620 #, c-format @@ -1060,9 +1069,9 @@ msgid "%s: Directory is new" msgstr "%s: ThÆ° mục là mới" #: src/incremen.c:566 -#, fuzzy, c-format +#, c-format msgid "%s: directory is on a different filesystem; not dumped" -msgstr "%s: tập tin trên một hệ thống tập tin khác; không được dump" +msgstr "%s: thÆ° mục trên một hệ thống tập tin khác; nên không được dump (đổ)" #: src/incremen.c:587 #, c-format @@ -1074,9 +1083,8 @@ msgid "Invalid time stamp" msgstr "Dấu vết thời gian không hợp lệ" #: src/incremen.c:1045 -#, fuzzy msgid "Invalid modification time" -msgstr "Thời gian sá»­a đổi không hợp lệ (giây)" +msgstr "Thời gian sá»­a đổi không hợp lệ" #: src/incremen.c:1055 msgid "Invalid modification time (nanoseconds)" @@ -1093,16 +1101,16 @@ msgstr "Số thứ tá»± chỉ mục inode sai" #: src/incremen.c:1135 #, c-format msgid "%s: byte %s: %s %.*s... too long" -msgstr "" +msgstr "%s: byte %s: %s %.*s... quá dài" #: src/incremen.c:1151 src/incremen.c:1206 src/incremen.c:1268 msgid "Unexpected EOF in snapshot file" -msgstr "Kết thúc tập tin (EOF) không mong đợi trong tập tin ảnh chụp" +msgstr "Kết thúc tập tin (EOF) bất ngờ trong tập tin ảnh chụp" #: src/incremen.c:1157 #, c-format msgid "%s: byte %s: %s %s followed by invalid byte 0x%02x" -msgstr "" +msgstr "%s: byte %s: %s %s được theo sau bởi byte 0x%02x không hợp lệ" #: src/incremen.c:1169 #, c-format @@ -1110,16 +1118,18 @@ msgid "" "%s: byte %s: (valid range %s..%s)\n" "\t%s %s" msgstr "" +"%s: byte %s: (vùng %s..%s không hợp lệ)\n" +"\t%s %s" #: src/incremen.c:1176 #, c-format msgid "%s: byte %s: %s %s" -msgstr "" +msgstr "%s: byte %s: %s %s" #: src/incremen.c:1257 #, c-format msgid "%s: byte %s: %s" -msgstr "" +msgstr "%s: byte %s: %s" #: src/incremen.c:1260 msgid "Missing record terminator" @@ -1137,32 +1147,32 @@ msgstr "Phiên bản định dạng dần không được hỗ trợ: % #: src/incremen.c:1543 #, c-format msgid "Malformed dumpdir: expected '%c' but found %#3o" -msgstr "ThÆ° mục đổ dạng sai: mong đợi « %c » còn tìm %#3o" +msgstr "ThÆ° mục đổ dạng sai: cần “%c” nhÆ°ng lại nhận được %#3o" #: src/incremen.c:1553 msgid "Malformed dumpdir: 'X' duplicated" -msgstr "ThÆ° mục đổ dạng sai: « X » đã nhân đôi" +msgstr "ThÆ° mục đổ dạng sai: “X” đã nhân đôi" #: src/incremen.c:1566 msgid "Malformed dumpdir: empty name in 'R'" -msgstr "ThÆ° mục đổ dạng sai: tên rỗng trong « R »" +msgstr "ThÆ° mục đổ dạng sai: tên rỗng trong “R”" #: src/incremen.c:1579 msgid "Malformed dumpdir: 'T' not preceeded by 'R'" -msgstr "ThÆ° mục đổ dạng sai: « T » không có « R » đi trướ" +msgstr "ThÆ° mục đổ dạng sai: “T” không có “R” đi trước" #: src/incremen.c:1585 msgid "Malformed dumpdir: empty name in 'T'" -msgstr "ThÆ° mục đổ dạng sai: tên rỗng trong « T »" +msgstr "ThÆ° mục đổ dạng sai: tên rỗng trong “T”" #: src/incremen.c:1605 #, c-format msgid "Malformed dumpdir: expected '%c' but found end of data" -msgstr "ThÆ° mục đổ dạng sai: mong đợi « %c » còn tìm kết thúc dữ liệu" +msgstr "ThÆ° mục đổ dạng sai: cần “%c” nhÆ°ng lại gặp kết thúc dữ liệu" #: src/incremen.c:1612 msgid "Malformed dumpdir: 'X' never used" -msgstr "ThÆ° mục đổ dạng sai: « X » không bao giờ dùng" +msgstr "ThÆ° mục đổ dạng sai: “X” không bao giờ dùng" #: src/incremen.c:1656 #, c-format @@ -1214,7 +1224,7 @@ msgstr "khối %s: " #: src/list.c:722 #, c-format msgid "Blanks in header where numeric %s value expected" -msgstr "Khoảng trống trong Phần đầu trong khi mong đợi một giá trị số %s" +msgstr "Khoảng trống trong Phần đầu trong khi cần một giá trị số %s" #. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.) #: src/list.c:777 @@ -1247,7 +1257,7 @@ msgstr "Giá trị base-256 của kho lÆ°u vượt ra ngoài vùng %s" #: src/list.c:883 #, c-format msgid "Archive contains %.*s where numeric %s value expected" -msgstr "Kho lÆ°u chứa %.*s nÆ¡i mà lại mong đợi giá trị số %s" +msgstr "Kho lÆ°u chứa %.*s nÆ¡i mà cần giá trị số %s" #. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.) #: src/list.c:905 @@ -1289,96 +1299,95 @@ msgstr "--Tiếp tục tại byte %s--\n" msgid "Creating directory:" msgstr "Đang tạo thÆ° mục:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "Đang đổi tên %s thành %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s: Không thể đổi tên thành %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "Đang đổi tên %s ngược lại thành %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s: Tập tin bị xóa trước khi chúng ta đọc nó" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "tiến trình con" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" -msgstr "kênh (channel) giữa các tiến trình" +msgstr "kênh liên tiến trình" #: src/names.c:360 -#, fuzzy msgid "command line" -msgstr "Câu lệnh %s không thành công" +msgstr "dòng lệnh" #: src/names.c:378 -#, fuzzy, c-format +#, c-format msgid "%s: file list requested from %s already read from %s" -msgstr "%s: danh sách tập tin đã được đọc" +msgstr "%s: danh sách tập tin đã yêu cầu từ %s đã sẵn được đọc từ %s" #: src/names.c:448 -#, fuzzy, c-format +#, c-format msgid "cannot split string '%s': %s" -msgstr "không thể đặt thời gian trên « %s »" +msgstr "không thể chia tách chuỗi “%s”: %s" #: src/names.c:490 #, c-format msgid "%s: file name read contains nul character" msgstr "%s: đọc tên tập tin chứa ký tá»± vô giá trị" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "Tên tập tin chứa ký tá»± khớp mẫu" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "" -"Dùng « --wildcards » (ký tá»± đặi diện) để hiệu lá»±c chức năng khớp mẫu,\n" -"hoặc « --no-wildcards » để thu hồi cảnh báo này." +"Dùng “--wildcards” (ký tá»± đặi diện) để hiệu lá»±c chức năng khớp mẫu,\n" +"hoặc “--no-wildcards” để thu hồi cảnh báo này." -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s: Không tìm thấy trong kho lÆ°u" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s: Không tìm thấy phần tá»­ yêu cầu trong kho lÆ°u" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "Sai khớp nhãn kho lÆ°u" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "" -"Sá»­ dụng tuỳ chọn « -C » bên trong danh sách tập tin không được phép với « --" -"listed-incremental »" +"Sá»­ dụng tuỳ chọn “-C” bên trong danh sách tập tin không được phép với “--" +"listed-incremental”" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" -msgstr "Chỉ cho phép một tuỳ chọn « -C » với « --listed-incremental »" +msgstr "Chỉ cho phép một tuỳ chọn “-C” với “--listed-incremental”" #: src/tar.c:86 -#, fuzzy, c-format +#, c-format msgid "Options '-%s' and '-%s' both want standard input" -msgstr "Cả hai tùy chọn `-%s' và `-%s' đều muốn dữ liệu nhập vào tiêu chuẩn" +msgstr "Cả hai tùy chọn “-%s” và “-%s” đều muốn đầu vào tiêu chuẩn" #: src/tar.c:163 #, c-format @@ -1390,15 +1399,14 @@ msgid "GNU features wanted on incompatible archive format" msgstr "Muốn tính năng GNU trên định dạng kho lÆ°u không tÆ°Æ¡ng thích" #: src/tar.c:255 -#, fuzzy, c-format +#, c-format msgid "" "Unknown quoting style '%s'. Try '%s --quoting-style=help' to get a list." msgstr "" -"Không rõ kiểu dáng trích dẫn « %s ». Hãy thá»­ lệnh « %s --quoting-style=help " -"» để xem danh sách." +"Không rõ kiểu trích dẫn “%s”. Hãy chạy lệnh “%s --quoting-style=help” để lấy " +"danh sách." #: src/tar.c:364 -#, fuzzy msgid "" "GNU 'tar' saves many files together into a single tape or disk archive, and " "can restore individual files from the archive.\n" @@ -1408,17 +1416,16 @@ msgid "" " tar -tvf archive.tar # List all files in archive.tar verbosely.\n" " tar -xf archive.tar # Extract all files from archive.tar.\n" msgstr "" -"ChÆ°Æ¡ng trình `tar' của GNU ghi nhiều tập tin vào cùng một kho lÆ°u băng từ " -"hay lên đĩa, và có thể phục hồi từng tập tin riêng rẽ từ kho lÆ°u này.\n" +"ChÆ°Æ¡ng trình “tar” của GNU ghi nhiều tập tin vào cùng một kho lÆ°u lên băng " +"từ hay đĩa, và có thể phục hồi từng tập tin riêng lẻ từ kho lÆ°u này.\n" "\n" "Ví dụ:\n" " tar -cf kho.tar foo bar # Tạo kho.tar từ các tập tin foo và bar.\n" " tar -tvf kho.tar # Liệt kê chi tiết tất cả các tập tin có trong " "kho.tar.\n" -" tar -xf kho.tar # Giải phóng tất cả các tập tin ra từ kho.tar.\n" +" tar -xf kho.tar # Rút trích tất cả các tập tin từ kho.tar.\n" #: src/tar.c:373 -#, fuzzy msgid "" "The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n" "The version control may be set with --backup or VERSION_CONTROL, values " @@ -1429,15 +1436,16 @@ msgid "" " nil, existing numbered if numbered backups exist, simple otherwise\n" " never, simple always make simple backups\n" msgstr "" -"Hậu tố kho lÆ°u là `~', trừ khi được đặt với « --suffix » hay " +"Hậu tố sao lÆ°u dá»± phòng là “~” trừ phi được đặt với “--suffix” hay " "SIMPLE_BACKUP_SUFFIX.\n" -"Có thể đặt điều khiển phiên bản bằng « --backup » hay VERSION_CONTROL,\n" -"các giá trị là:\n" +"Có thể đặt điều khiển phiên bản bằng “--backup” hay VERSION_CONTROL, các giá " +"trị là:\n" "\n" -" none, off \tkhông bao giờ tạo kho lÆ°u\n" -" t, numbered tạo kho lÆ°u đánh số\n" -" nil, existing đánh số nếu kho lÆ°u tồn tại, nếu không thì đơn giản\n" -" never, simple luôn luôn tạo kho lÆ°u đơn giản\n" +" none, off không bao giờ tạo bản sao dá»± phòng\n" +" t, numbered đánh số thứ tá»±\n" +" nil, existing đánh số thứ tá»± nếu có kho lÆ°u trước đó, không thì dùng " +"dạng đơn giản\n" +" never, simple luôn luôn tạo bản sao lÆ°u dạng đơn giản\n" #: src/tar.c:403 msgid "Main operation mode:" @@ -1449,7 +1457,7 @@ msgstr "liệt kê nội dung của một kho lÆ°u" #: src/tar.c:408 msgid "extract files from an archive" -msgstr "giải phóng các tập tin từ một kho lÆ°u" +msgstr "rút trích các tập tin từ một kho lÆ°u" #: src/tar.c:411 msgid "create a new archive" @@ -1489,11 +1497,11 @@ msgstr "điều khiển các tập tin thÆ°a thớt một cách có hiệu quả #: src/tar.c:434 msgid "MAJOR[.MINOR]" -msgstr "CHÍNH[.PHỤ]" +msgstr "CHÍNH[.PHỤ] " #: src/tar.c:435 msgid "set version of the sparse format to use (implies --sparse)" -msgstr "đặt phiên bản của định dạng sparse cần dùng (ngụ ý « --sparse »)" +msgstr "đặt phiên bản của định dạng sparse cần dùng (ngụ ý “--sparse”)" #: src/tar.c:437 msgid "handle old GNU-format incremental backup" @@ -1520,12 +1528,12 @@ msgid "" msgstr "" "chỉ thá»±c hiện trên lần xuất hiện thứ SỐ của mỗi tập tin trong kho lÆ°u. Tùy " "chọn này chỉ có ý nghÄ©a khi kết hợp với một trong những câu lệnh con:\n" -" --delete\t\txoá\n" -" --diff\t\tkhác biệt\n" -" --extract \tgiải nén\n" -" --list \t\tliệt kê\n" -"và khi đưa ra một danh sách tập tin hoặc trên dòng lệnh hoặc qua tùy chọn « -" -"T ».\n" +" --delete xoá\n" +" --diff khác biệt\n" +" --extract rút trích\n" +" --list liệt kê\n" +"và khi đưa ra một danh sách tập tin hoặc trên dòng lệnh hoặc qua tùy chọn “-" +"T”.\n" "Mặc định SỐ có giá trị bằng 1." #: src/tar.c:451 @@ -1542,7 +1550,7 @@ msgstr "đừng kiểm tra số thứ tá»± thiết bị khi tạo kho nén dần #: src/tar.c:458 msgid "check device numbers when creating incremental archives (default)" -msgstr "kiểm tra số thứ tá»± thiết bị khi tạo kho nén dần" +msgstr "kiểm tra số thứ tá»± thiết bị khi tạo kho lÆ°u tăng dần" #: src/tar.c:464 msgid "Overwrite control:" @@ -1557,14 +1565,15 @@ msgid "remove files after adding them to the archive" msgstr "xóa bỏ các tập tin sau khi thêm chúng vào kho lÆ°u" #: src/tar.c:471 -#, fuzzy msgid "don't replace existing files when extracting, treat them as errors" -msgstr "không thay thế những tập tin đã có khi giải phóng" +msgstr "" +"khi rút trích thì không thay thế những tập tin đã có, mà coi đó là các lỗi" #: src/tar.c:474 -#, fuzzy msgid "don't replace existing files when extracting, silently skip over them" -msgstr "không thay thế những tập tin đã có khi giải phóng" +msgstr "" +"khi rút trích thì không thay thế những tập tin đã có, chỉ âm thầm bỏ qua " +"chúng" #: src/tar.c:477 msgid "don't replace existing files that are newer than their archive copies" @@ -1572,15 +1581,15 @@ msgstr "không thay thế những tập tin đã có mà mới hÆ¡n bản sao tr #: src/tar.c:479 msgid "overwrite existing files when extracting" -msgstr "ghi đè lên những tập tin đã có khi giải phóng" +msgstr "ghi đè lên những tập tin đã có khi rút trích" #: src/tar.c:481 msgid "remove each file prior to extracting over it" -msgstr "xóa bỏ quyền Æ°u tiên của mỗi tập tin để giải phóng và ghi đè lên nó" +msgstr "xóa bỏ quyền Æ°u tiên của mỗi tập tin để rút trích và ghi đè lên nó" #: src/tar.c:483 msgid "empty hierarchies prior to extracting directory" -msgstr "xóa sạch quyền Æ°u tiên trong cây thÆ° mục để giải phóng thÆ° mục" +msgstr "xóa sạch quyền Æ°u tiên trong cây thÆ° mục để rút trích thÆ° mục" #: src/tar.c:485 msgid "preserve metadata of existing directories" @@ -1589,28 +1598,27 @@ msgstr "bảo quản dữ liệu mêta của các thÆ° mục đã có" #: src/tar.c:487 msgid "overwrite metadata of existing directories when extracting (default)" msgstr "" -"ghi đè lên siêu dữ liệu của những thÆ° mục đã có khi giải phóng (mặc định)" +"ghi đè lên siêu dữ liệu của những thÆ° mục đã có khi rút trích (mặc định)" #: src/tar.c:490 -#, fuzzy msgid "preserve existing symlinks to directories when extracting" -msgstr "ghi đè lên những tập tin đã có khi giải phóng" +msgstr "bảo tồn liên kết mềm đến các thÆ° mục sẵn có khi rút trích" #: src/tar.c:496 msgid "Select output stream:" -msgstr "Chọn luồng xuất:" +msgstr "Chọn luồng dữ liệu xuất:" #: src/tar.c:499 msgid "extract files to standard output" -msgstr "giải phóng tập tin ra đầu ra tiêu chuẩn" +msgstr "rút trích tập tin ra đầu ra tiêu chuẩn" #: src/tar.c:500 src/tar.c:582 src/tar.c:584 tests/genfile.c:190 msgid "COMMAND" -msgstr "CÂU LỆNH" +msgstr "LỆNH" #: src/tar.c:501 msgid "pipe extracted files to another program" -msgstr "gá»­i các tập tin đã giải nén qua ống dẫn cho chÆ°Æ¡ng trình khác" +msgstr "gá»­i các tập tin đã rút trích qua ống dẫn cho chÆ°Æ¡ng trình khác" #: src/tar.c:503 msgid "ignore exit codes of children" @@ -1638,19 +1646,19 @@ msgstr "NGÀY-CỦA-TẬP-TIN" #: src/tar.c:517 msgid "set mtime for added files from DATE-OR-FILE" -msgstr "đặt từ DATE-OR-FILE thời gian mtime cho các tập tin đã thêm" +msgstr "đặt từ NGÀY-CỦA-TẬP-TIN thời gian mtime cho các tập tin đã thêm" #: src/tar.c:518 msgid "CHANGES" -msgstr "THAY ĐỔI" +msgstr "TH.ĐỔI" #: src/tar.c:519 msgid "force (symbolic) mode CHANGES for added files" -msgstr "bắt buộc THAY ĐỔI chế độ (tượng trÆ°ng) cho những tập tin thêm vào" +msgstr "bắt buộc THAY_ĐỔI chế độ (ký hiệu) cho những tập tin thêm vào" #: src/tar.c:521 msgid "METHOD" -msgstr "PHƯƠNG PHÁP" +msgstr "PHƯƠNG_THỨC" #: src/tar.c:522 msgid "" @@ -1659,25 +1667,25 @@ msgid "" "place (METHOD='system')" msgstr "" "bảo tồn các thời gian truy cập của tập tin đã đổ, hoặc bằng cách phục hồi " -"thời gian sau khi đọc (PHƯƠNG PHÁP='replace'; mặc định), hoặc bằng cách " -"không đặt thời gian nhÆ° vậy (PHƯƠNG PHÁP='system')" +"thời gian sau khi đọc (PHƯƠNG_THỨC=“replace”; mặc định), hoặc bằng cách " +"không đặt thời gian nhÆ° vậy (PHƯƠNG_THỨC=“system”)" #: src/tar.c:526 msgid "don't extract file modified time" -msgstr "không giải phóng thời gian sá»­a đổi của tập tin" +msgstr "không rút trích thời gian sá»­a đổi của tập tin" #: src/tar.c:528 msgid "" "try extracting files with the same ownership as exists in the archive " "(default for superuser)" msgstr "" -"thá»­ giải phóng tập tin cùng quyền sở hữu với tập tin trong kho lÆ°u (mặc định " +"thá»­ rút trích tập tin cùng quyền sở hữu với tập tin trong kho lÆ°u (mặc định " "cho siêu người dùng)" #: src/tar.c:530 msgid "extract files as yourself (default for ordinary users)" msgstr "" -"giải phóng tập tin dưới tên người dùng riêng (mặc định cho người dùng bình " +"rút trích tập tin dưới tên người dùng riêng (mặc định cho người dùng bình " "thường)" #: src/tar.c:532 @@ -1687,7 +1695,7 @@ msgstr "luôn luôn sá»­ dụng số cho tên người dùng/nhóm" #: src/tar.c:534 msgid "extract information about file permissions (default for superuser)" msgstr "" -"cÅ©ng giải nén thông tin về quyền truy cập tập tin (mặc định cho siêu người " +"cÅ©ng rút trích thông tin về quyền truy cập tập tin (mặc định cho siêu người " "dùng)" #: src/tar.c:538 @@ -1695,13 +1703,14 @@ msgid "" "apply the user's umask when extracting permissions from the archive (default " "for ordinary users)" msgstr "" -"áp dụng umask của người dùng khi giải nén quyền truy cập ra từ kho lÆ°u (mặc " +"áp dụng umask của người dùng khi rút trích quyền truy cập ra từ kho lÆ°u (mặc " "định cho người dùng bình thường)" #: src/tar.c:540 msgid "" "member arguments are listed in the same order as the files in the archive" msgstr "" +"các đối số thành viên được liệt kê cùng thứ tá»± với các tập tin trong kho lÆ°u" #: src/tar.c:544 msgid "same as both -p and -s" @@ -1712,53 +1721,52 @@ msgid "" "delay setting modification times and permissions of extracted directories " "until the end of extraction" msgstr "" -"hoãn đến kết thúc tiến trình giải nén việc đặt thời gian sá»­a đổi và quyền " -"truy cập các thÆ° mục đã giải nén" +"hoãn đến kết thúc tiến trình rút trích việc đặt thời gian sá»­a đổi và quyền " +"truy cập các thÆ° mục đã rút trích" #: src/tar.c:549 msgid "cancel the effect of --delay-directory-restore option" -msgstr "hủy hiệu ứng của tùy chọn « --delay-directory-restore »" +msgstr "hủy hiệu ứng của tùy chọn “--delay-directory-restore”" #: src/tar.c:554 -#, fuzzy msgid "Handling of extended file attributes:" -msgstr "Điều khiển thuộc tính tập tin:" +msgstr "Điều khiển thuộc tính tập tin mở rộng:" #: src/tar.c:557 msgid "Enable extended attributes support" -msgstr "" +msgstr "Bật hỗ trợ các thuộc tính mở rộng" #: src/tar.c:559 msgid "Disable extended attributes support" -msgstr "" +msgstr "Tắt hỗ trợ các thuộc tính mở rộng" #: src/tar.c:560 src/tar.c:562 msgid "MASK" -msgstr "" +msgstr "MẶT_NẠ" #: src/tar.c:561 msgid "specify the include pattern for xattr keys" -msgstr "" +msgstr "chỉ định mẫu bao gồm cho khóa “xattr”" #: src/tar.c:563 msgid "specify the exclude pattern for xattr keys" -msgstr "" +msgstr "chỉ định mẫu loại trừ cho khóa “xattr”" #: src/tar.c:565 msgid "Enable the SELinux context support" -msgstr "" +msgstr "Bật hỗ trợ ngữ cảnh SELinux" #: src/tar.c:567 msgid "Disable the SELinux context support" -msgstr "" +msgstr "Tắt hỗ trợ ngữ cảnh SELinux" #: src/tar.c:569 msgid "Enable the POSIX ACLs support" -msgstr "" +msgstr "Bật hỗ trợ “POSIX ACLs”" #: src/tar.c:571 msgid "Disable the POSIX ACLs support" -msgstr "" +msgstr "Tắt hỗ trợ “POSIX ACLs”" #: src/tar.c:576 msgid "Device selection and switching:" @@ -1766,11 +1774,11 @@ msgstr "Lá»±a chọn và chuyển đổi thiết bị:" #: src/tar.c:578 msgid "ARCHIVE" -msgstr "LƯU TRá»®" +msgstr "KHO-LƯU" #: src/tar.c:579 msgid "use archive file or device ARCHIVE" -msgstr "sá»­ dụng tập tin kho lÆ°u hoặc thiết bị LƯU TRá»®" +msgstr "sá»­ dụng tập tin kho lÆ°u hoặc thiết bị KHO_LƯU" #: src/tar.c:581 msgid "archive file is local even if it has a colon" @@ -1786,15 +1794,15 @@ msgstr "sá»­ dụng CÂU LỆNH từ xa thay cho rsh" #: src/tar.c:589 msgid "specify drive and density" -msgstr "chỉ ra ổ và mật độ ghi dữ liệu" +msgstr "chỉ ra ổ đĩa và mật độ ghi dữ liệu" #: src/tar.c:603 msgid "create/list/extract multi-volume archive" -msgstr "tạo/liệt kê/giải phóng kho lÆ°u nhiều khối" +msgstr "tạo/liệt kê/rút trích kho lÆ°u nhiều khối" #: src/tar.c:605 msgid "change tape after writing NUMBER x 1024 bytes" -msgstr "thay băng từ (tape) sau khi ghi SỐ X 1024 byte" +msgstr "thay băng từ (tape) sau khi ghi SỐ x 1024 byte" #: src/tar.c:607 msgid "run script at end of each tape (implies -M)" @@ -1802,7 +1810,7 @@ msgstr "chạy script tại cuối mỗi băng ghi âm (có nghÄ©a -M)" #: src/tar.c:610 msgid "use/update the volume number in FILE" -msgstr "sá»­ dụng/cập nhật số thứ tá»± khối trong TẬP TIN" +msgstr "sá»­ dụng/cập nhật số thứ tá»± khối trong TẬP-TIN" #: src/tar.c:615 msgid "Device blocking:" @@ -1810,15 +1818,15 @@ msgstr "Khối của thiết bị:" #: src/tar.c:617 msgid "BLOCKS" -msgstr "KHỐI" +msgstr "KHỐI " #: src/tar.c:618 msgid "BLOCKS x 512 bytes per record" -msgstr "KHỐI X 512 byte cho mỗi bản ghi" +msgstr "KHỐI x 512 byte cho mỗi bản ghi" #: src/tar.c:620 msgid "NUMBER of bytes per record, multiple of 512" -msgstr "SỐ byte cho mỗi mục ghi, bội số cho 512" +msgstr "SỐ byte cho mỗi bản ghi, bội số của 512" #: src/tar.c:622 msgid "ignore zeroed blocks in archive (means EOF)" @@ -1834,7 +1842,7 @@ msgstr "Lá»±a chọn định dạng kho lÆ°u:" #: src/tar.c:631 tests/genfile.c:153 msgid "FORMAT" -msgstr "ĐỊNH DẠNG" +msgstr "Đ.DẠNG" #: src/tar.c:632 msgid "create archive of the given format" @@ -1858,7 +1866,7 @@ msgstr "định dạng tar GNU 1.13.x" #: src/tar.c:642 msgid "POSIX 1003.1-1988 (ustar) format" -msgstr "định dạng PoSIX 1003.1-1988 (ustar)" +msgstr "định dạng POSIX 1003.1-1988 (ustar)" #: src/tar.c:644 msgid "POSIX 1003.1-2001 (pax) format" @@ -1866,15 +1874,15 @@ msgstr "định dạng POSIX 1003.1-2001 (pax)" #: src/tar.c:645 msgid "same as pax" -msgstr "bằng pax" +msgstr "giống nhÆ° pax" #: src/tar.c:648 msgid "same as --format=v7" -msgstr "giống nhÆ° --format=v7" +msgstr "giống nhÆ° “--format=v7”" #: src/tar.c:651 msgid "same as --format=posix" -msgstr "giống nhÆ° --format=posix" +msgstr "giống nhÆ° “--format=posix”" #: src/tar.c:652 msgid "keyword[[:]=value][,keyword[[:]=value]]..." @@ -1886,15 +1894,15 @@ msgstr "từ khóa điều khiển pax" #: src/tar.c:654 msgid "TEXT" -msgstr "VĂN BẢN" +msgstr "VĂN_BẢN" #: src/tar.c:655 msgid "" "create archive with volume name TEXT; at list/extract time, use TEXT as a " "globbing pattern for volume name" msgstr "" -"tạo kho lÆ°u với tên khối tin VĂN BẢN. Tại thời điểm liệt kê/giải phóng, sá»­ " -"dụng VĂN BẢN làm mẫu glob cho tên khối tin" +"tạo kho lÆ°u với tên khối tin VĂN_BẢN; tại thời điểm liệt kê/rút trích, sá»­ " +"dụng VĂN_BẢN làm mẫu glob cho tên khối tin" #: src/tar.c:660 msgid "Compression options:" @@ -1910,7 +1918,7 @@ msgstr "không nên dùng hậu tố kho lÆ°u để xác định chÆ°Æ¡ng trình #: src/tar.c:666 msgid "PROG" -msgstr "TRÌNH" +msgstr "PMỀM" #: src/tar.c:667 msgid "filter through PROG (must accept -d)" @@ -1923,11 +1931,11 @@ msgstr "Lá»±a chọn tập tin nội bộ:" #: src/tar.c:686 msgid "add given FILE to the archive (useful if its name starts with a dash)" msgstr "" -"thêm vào kho lÆ°u TẬP TIN đã cho (có ích nếu tên nó bắt đầu với dấu gạch)" +"thêm vào kho lÆ°u TẬP-TIN đã cho (có ích nếu tên nó bắt đầu với dấu gạch)" #: src/tar.c:687 msgid "DIR" -msgstr "THƯ MỤC" +msgstr "TMỤC" #: src/tar.c:688 msgid "change to directory DIR" @@ -1935,7 +1943,7 @@ msgstr "thay đổi tới thÆ° mục THƯ MỤC" #: src/tar.c:690 msgid "get names to extract or create from FILE" -msgstr "lấy các tên tập tin cần giải phóng hay tạo từ TẬP TIN" +msgstr "lấy các tên tập tin cần rút trích hay tạo từ TẬP-TIN" #: src/tar.c:692 msgid "-T reads null-terminated names, disable -C" @@ -1943,15 +1951,15 @@ msgstr "-T đọc tên kết thúc vô hiệu lá»±c, tắt -C" #: src/tar.c:694 msgid "disable the effect of the previous --null option" -msgstr "tắt hiệu ứng của tùy chọn « --null » đi trước" +msgstr "tắt hiệu ứng của tùy chọn “--null” đi trước" #: src/tar.c:696 msgid "unquote filenames read with -T (default)" -msgstr "hủy trích dẫn các tên tập tin được đọc bằng « -T » (mặc định)" +msgstr "hủy trích dẫn các tên tập tin được đọc bằng “-T” (mặc định)" #: src/tar.c:698 msgid "do not unquote filenames read with -T" -msgstr "đừng hủy trích dẫn các tên tập tin được đọc bằng « -T »" +msgstr "đừng hủy trích dẫn các tên tập tin được đọc bằng “-T”" #: src/tar.c:699 tests/genfile.c:136 msgid "PATTERN" @@ -1963,7 +1971,7 @@ msgstr "loại trừ những tập tin tÆ°Æ¡ng ứng với MẪU" #: src/tar.c:702 msgid "exclude patterns listed in FILE" -msgstr "loại trừ những mẫu liệt kê trong TẬP TIN" +msgstr "loại trừ những mẫu liệt kê trong TẬP-TIN" #: src/tar.c:704 msgid "" @@ -1984,19 +1992,19 @@ msgstr "loại trừ thÆ° mục chứa thẻ ghi nhớ tạm CACHEDIR.TAG" #: src/tar.c:712 msgid "exclude contents of directories containing FILE, except for FILE itself" -msgstr "loại trừ nội dung của thÆ° mục chứa TẬP TIN, trừ TẬP TIN chính nó" +msgstr "loại trừ nội dung của thÆ° mục chứa TẬP-TIN, trừ TẬP-TIN chính nó" #: src/tar.c:715 msgid "exclude everything under directories containing FILE" -msgstr "loại trừ mọi thứ đều nằm dưới thÆ° mục chứa TẬP TIN" +msgstr "loại trừ mọi thứ đều nằm dưới thÆ° mục chứa TẬP-TIN" #: src/tar.c:717 msgid "exclude directories containing FILE" -msgstr "loại trừ thÆ° mục chứa TẬP TIN" +msgstr "loại trừ thÆ° mục chứa TẬP-TIN" #: src/tar.c:719 msgid "exclude version control system directories" -msgstr "loại trừ thÆ° mục của hệ thống điều khiển phiên bản (v.d. « .svn »)" +msgstr "loại trừ thÆ° mục của hệ thống điều khiển phiên bản (v.d. “.svn”)" #: src/tar.c:721 msgid "exclude backup and lock files" @@ -2015,13 +2023,12 @@ msgid "recurse into directories (default)" msgstr "đệ quy vào các thÆ° mục (mặc định)" #: src/tar.c:729 -#, fuzzy msgid "don't strip leading '/'s from file names" -msgstr "đừng bỏ `/' ở đầu tên tập tin" +msgstr "đừng bỏ “/” ở đầu tên tập tin" #: src/tar.c:731 msgid "follow symlinks; archive and dump the files they point to" -msgstr "theo liên kết tượng trÆ°ng; kho lÆ°u và đổ tập tin tới đó nó chỉ" +msgstr "theo liên kết mềm; kho lÆ°u và đổ tập tin tới đó nó chỉ" #: src/tar.c:733 msgid "follow hard links; archive and dump the files they refer to" @@ -2029,12 +2036,11 @@ msgstr "theo liên kết cứng; kho lÆ°u và đổ tập tin tới đó nó ch #: src/tar.c:734 msgid "MEMBER-NAME" -msgstr "TÊN-THÀNH-VIÊN" +msgstr "TÊN-TH.VIÊN" #: src/tar.c:735 -#, fuzzy msgid "begin at member MEMBER-NAME when reading the archive" -msgstr "bắt đầu tại thành viên TÊN-THÀNH-VIÊN trong kho lÆ°u" +msgstr "bắt đầu tại thành viên TÊN-THÀNH-VIÊN khi đọc kho lÆ°u" #: src/tar.c:737 msgid "only store files newer than DATE-OR-FILE" @@ -2050,7 +2056,7 @@ msgstr "so sánh ngày và thời gian chỉ khi dữ liệu thay đổi" #: src/tar.c:741 msgid "CONTROL" -msgstr "ĐIỀU KHIỂN" +msgstr "Đ.KHIỂN" #: src/tar.c:742 msgid "backup before removal, choose version CONTROL" @@ -2065,7 +2071,7 @@ msgid "" "backup before removal, override usual suffix ('~' unless overridden by " "environment variable SIMPLE_BACKUP_SUFFIX)" msgstr "" -"sao lÆ°u trước khi xóa, ghi đè hậu tố thông thường ('~' trừ khi ghi đè bằng " +"sao lÆ°u trước khi xóa, ghi đè hậu tố thông thường (“~” trừ khi ghi đè bằng " "biến môi trường SIMPLE_BACKUP_SUFFIX)" #: src/tar.c:749 @@ -2074,15 +2080,15 @@ msgstr "Chuyển dạng tên tập tin:" #: src/tar.c:751 msgid "strip NUMBER leading components from file names on extraction" -msgstr "bỏ đi SỐ thành phần đứng đầu ra tên tập tin khi giải nén" +msgstr "bỏ đi SỐ thành phần đứng đầu ra tên tập tin khi rút trích" #: src/tar.c:753 msgid "EXPRESSION" -msgstr "BIỂU THỨC" +msgstr "BIỂU-THỨC" #: src/tar.c:754 msgid "use sed replace EXPRESSION to transform file names" -msgstr "dùng « sed replace BIỂU THỨC » để chuyển dạng tên tập tin" +msgstr "dùng “sed replace BIỂU THỨC” để chuyển dạng tên tập tin" #: src/tar.c:760 msgid "File name matching options (affect both exclude and include patterns):" @@ -2091,20 +2097,19 @@ msgstr "" #: src/tar.c:763 msgid "ignore case" -msgstr "không phân biệt chữ hoa/thường" +msgstr "không phân biệt HOA/thường" #: src/tar.c:765 msgid "patterns match file name start" msgstr "mẫu tÆ°Æ¡ng ứng với bắt đầu tên tập tin" #: src/tar.c:767 -#, fuzzy msgid "patterns match after any '/' (default for exclusion)" -msgstr "mẫu tÆ°Æ¡ng ứng sau bất kỳ / nào (mặc định để loại trừ)" +msgstr "mẫu khớp sau bất kỳ “/” nào (mặc định để loại trừ)" #: src/tar.c:769 msgid "case sensitive matching (default)" -msgstr "khớp có phân biệt chữ hoa/ thường (mặc định)" +msgstr "khớp mẫu phân biệt HOA/ thường (mặc định)" #: src/tar.c:771 msgid "use wildcards (default for exclusion)" @@ -2112,17 +2117,15 @@ msgstr "dùng ký tá»± đại diện (mặc định để loại trừ)" #: src/tar.c:773 msgid "verbatim string matching" -msgstr "khớp chuỗi nghÄ©a chữ" +msgstr "khớp đúng nguyên văn" #: src/tar.c:775 -#, fuzzy msgid "wildcards do not match '/'" -msgstr "ký tá»± đại diện không tÆ°Æ¡ng ứng '/'" +msgstr "ký tá»± đại diện không khớp “/”" #: src/tar.c:777 -#, fuzzy msgid "wildcards match '/' (default for exclusion)" -msgstr "ký tá»± đại diện tÆ°Æ¡ng ứng '/' (mặc định để loại trừ)" +msgstr "ký tá»± đại khớp “/” (mặc định để loại trừ)" #: src/tar.c:782 msgid "Informative output:" @@ -2130,11 +2133,11 @@ msgstr "Dữ liệu kết quả có tính thông tin:" #: src/tar.c:785 msgid "verbosely list files processed" -msgstr "liệt kê một cách tỉ mỉ những tập tin được tiến hành" +msgstr "liệt kê một cách tỉ mỉ những tập tin được xá»­ lý" #: src/tar.c:786 msgid "KEYWORD" -msgstr "TỪ_KHOÁ" +msgstr "T.KHOÁ" #: src/tar.c:787 msgid "warning control" @@ -2142,15 +2145,15 @@ msgstr "điều khiển cảnh báo" #: src/tar.c:789 msgid "display progress messages every NUMBERth record (default 10)" -msgstr "hiển thị thông báo về tiến triển sau mỗi mục ghi thứ SỐ (mặc định 10)" +msgstr "hiển thị thông báo về tiến triển sau mỗi bản ghi thứ SỐ (mặc định 10)" #: src/tar.c:791 msgid "ACTION" -msgstr "HÀNH_ĐỘNG" +msgstr "H.ĐỘNG" #: src/tar.c:792 msgid "execute ACTION on each checkpoint" -msgstr "thá»±c hiện HÀNH_ĐỘNG này ở mỗi điểm kiểm" +msgstr "thá»±c hiện HÀNH_ĐỘNG này ở mỗi điểm kiểm tra" #: src/tar.c:795 msgid "print a message if not all links are dumped" @@ -2158,7 +2161,7 @@ msgstr "in ra một thông báo nếu không phải tất cả các liên kết #: src/tar.c:796 msgid "SIGNAL" -msgstr "TÍN HIỆU" +msgstr "T.HIỆU" #: src/tar.c:797 msgid "" @@ -2171,7 +2174,7 @@ msgstr "" "có đối số thì in ra tổng số byte khi nhận được TÍN HIỆU này; tín hiệu được " "phép:\n" "SIGHUP, SIGQUIT, SIGINT, SIGUSR1, SIGUSR2;\n" -"cÅ©ng chấp nhận tên không có tiền tố « SIG »." +"cÅ©ng chấp nhận tên không có tiền tố “SIG”;" #: src/tar.c:802 msgid "print file modification times in UTC" @@ -2183,11 +2186,11 @@ msgstr "in ra giờ tập tin đến độ phân giải đầy đủ" #: src/tar.c:806 msgid "send verbose output to FILE" -msgstr "gá»­i kết quả chi tiết tới TẬP TIN" +msgstr "gá»­i kết quả chi tiết tới TẬP-TIN" #: src/tar.c:808 msgid "show block number within archive with each message" -msgstr "hiên thị số thứ tá»± khối trong kho lÆ°u với mỗi thông báo" +msgstr "hiển thị số thứ tá»± khối trong kho lÆ°u với mỗi thông báo" #: src/tar.c:810 msgid "ask for confirmation for every action" @@ -2199,14 +2202,14 @@ msgstr "hiển thị các giá trị mặc định của tar" #: src/tar.c:815 msgid "show valid ranges for snapshot-file fields" -msgstr "" +msgstr "hiển thị vùng hợp lệ cho trường “snapshot-file”" #: src/tar.c:817 msgid "" "when listing or extracting, list each directory that does not match search " "criteria" msgstr "" -"khi liệt kê hay giải phóng, liệt kê mỗi thÆ° mục không tÆ°Æ¡ng ứng với tiêu chí " +"khi liệt kê hay rút trích, liệt kê mỗi thÆ° mục không tÆ°Æ¡ng ứng với tiêu chí " "tìm kiếm" #: src/tar.c:819 @@ -2215,7 +2218,7 @@ msgstr "hiển thị các tên tập tin hay kho lÆ°u sau khi chuyển dạng" #: src/tar.c:822 msgid "STYLE" -msgstr "KIỂU DÁNG" +msgstr "KDÁNG" #: src/tar.c:823 msgid "set name quoting style; see below for valid STYLE values" @@ -2239,8 +2242,8 @@ msgid "" "when creating, same as --old-archive; when extracting, same as --no-same-" "owner" msgstr "" -"khi tạo, giống nhÆ° « --old-archive »\n" -"khi giải phóng, giống nhÆ° « --no-same-owner »" +"khi tạo, giống nhÆ° “--old-archive”\n" +"khi rút trích, giống nhÆ° “--no-same-owner”" #: src/tar.c:840 msgid "Other options:" @@ -2251,11 +2254,11 @@ msgid "disable use of some potentially harmful options" msgstr "tắt sá»­ dụng một số tùy chọn có thể gây tai hại" #: src/tar.c:978 -#, fuzzy msgid "" "You may not specify more than one '-Acdtrux', '--delete' or '--test-label' " "option" -msgstr "Chỉ cho phép đưa ra một tùy chọn « -Acdtrux » hay « --test-label »" +msgstr "" +"Chỉ cho phép đưa ra một tùy chọn “-Acdtrux”, “--delete” hoặc “--test-label”" #: src/tar.c:988 msgid "Conflicting compression options" @@ -2276,9 +2279,9 @@ msgid "Substituting %s for unknown date format %s" msgstr "Đang thay thế %s cho dạng ngày tháng không rõ %s" #: src/tar.c:1108 -#, fuzzy, c-format +#, c-format msgid "Option %s: Treating date '%s' as %s" -msgstr "Tùy chọn %s: đang xá»­ lý ngày tháng « %s » nhÆ° %s" +msgstr "Tùy chọn %s: Đang xá»­ lý ngày tháng “%s” nhÆ° là %s" #: src/tar.c:1151 src/tar.c:1155 src/tar.c:1159 src/tar.c:1163 src/tar.c:1167 #: src/tar.c:1171 @@ -2288,7 +2291,7 @@ msgstr "lọc kho lÆ°u qua %s" #: src/tar.c:1179 msgid "Valid arguments for the --quoting-style option are:" -msgstr "Các đối số thích hợp với tùy chọn « --quoting-style »:" +msgstr "Các đối số thích hợp với tùy chọn “--quoting-style”:" #: src/tar.c:1183 msgid "" @@ -2296,12 +2299,11 @@ msgid "" "*This* tar defaults to:\n" msgstr "" "\n" -"tar *này* mặc định tới:\n" +"tar *này* mặc định dùng:\n" #: src/tar.c:1295 -#, fuzzy msgid "Invalid owner or group ID" -msgstr "Chủ sở hữu không đúng" +msgstr "ID của chủ sở hữu hay nhóm không đúng" #: src/tar.c:1339 msgid "Invalid blocking factor" @@ -2309,15 +2311,15 @@ msgstr "Nhân tố khối không đúng" #: src/tar.c:1452 msgid "Invalid tape length" -msgstr "Chiều dài băng ghi âm không đúng" +msgstr "Chiều dài băng từ không đúng" #: src/tar.c:1466 msgid "Invalid incremental level value" -msgstr "Sai đặt giá trị cấp tăng dần" +msgstr "Giá trị mức gia số không hợp lệ" #: src/tar.c:1512 msgid "More than one threshold date" -msgstr "Có nhiều ngày bắt đầu" +msgstr "Có nhiều hÆ¡n một ngưỡng ngày tháng" #: src/tar.c:1571 src/tar.c:1574 msgid "Invalid sparse version value" @@ -2325,11 +2327,11 @@ msgstr "Giá trị phiên bản sparse không hợp lệ" #: src/tar.c:1659 msgid "--atime-preserve='system' is not supported on this platform" -msgstr "--atime-preserve='system' không được hỗ trợ trên nền tảng này" +msgstr "--atime-preserve=“system” không được hỗ trợ trên nền tảng này" #: src/tar.c:1684 msgid "--checkpoint value is not an integer" -msgstr "giá trị « --checkpoint » không phải số nguyên" +msgstr "giá trị “--checkpoint” không phải số nguyên" #: src/tar.c:1801 msgid "Invalid mode given on option" @@ -2344,8 +2346,8 @@ msgid "" "The --preserve option is deprecated, use --preserve-permissions --preserve-" "order instead" msgstr "" -"Tùy chọn « --preserve » bị phản đối, hãy sá»­ dụng tùy chọn « --preserve-" -"permissions » « --preserve-order » để thay thế" +"Tùy chọn “--preserve” đã cổ, hãy thay bằng tùy chọn “--preserve-" +"permissions”, “--preserve-order”" #: src/tar.c:1926 msgid "Invalid record size" @@ -2362,53 +2364,52 @@ msgstr "Số thứ tá»± của nguyên tố không đúng" #: src/tar.c:1995 msgid "Only one --to-command option allowed" -msgstr "Cho phép chỉ một tùy chọn « --to-command »" +msgstr "Cho phép chỉ một tùy chọn “--to-command”" #: src/tar.c:2107 #, c-format msgid "Malformed density argument: %s" -msgstr "Tham số mật độ dạng sai: %s" +msgstr "Tham số mật độ sai dạng: %s" #: src/tar.c:2133 -#, fuzzy, c-format +#, c-format msgid "Unknown density: '%c'" -msgstr "Mật độ không rõ: « %c »" +msgstr "Không hiểu mật độ: “%c”" #: src/tar.c:2150 -#, fuzzy, c-format +#, c-format msgid "Options '-[0-7][lmh]' not supported by *this* tar" -msgstr "tar *này* không hỗ trợ tùy chọn `-[0-7][lmh]'" +msgstr "tar *này* không hỗ trợ tùy chọn “-[0-7][lmh]”" #: src/tar.c:2163 msgid "[FILE]..." -msgstr "[TẬP TIN]..." +msgstr "[TẬP-TIN]..." #: src/tar.c:2306 -#, fuzzy, c-format +#, c-format msgid "Old option '%c' requires an argument." -msgstr "Tùy chọn cÅ© `%c' yêu cầu một tham số." +msgstr "Tùy chọn cÅ© “%c” yêu cầu một tham số." #: src/tar.c:2386 msgid "--occurrence is meaningless without a file list" -msgstr "--occurrence không có giá trị khi không đưa ra một danh sách tập tin" +msgstr "“--occurrence” không có giá trị khi không đưa ra một danh sách tập tin" #: src/tar.c:2389 -#, fuzzy, c-format +#, c-format msgid "--occurrence cannot be used with %s" -msgstr "--occurrence không được sá»­ dụng trong chế độ thao tác đã yêu cầu" +msgstr "“--occurrence” không thể dùng cùng với %s" #: src/tar.c:2408 -#, fuzzy msgid "Multiple archive files require '-M' option" -msgstr "Tập tin nhiều kho lÆ°u yêu cầu tùy chọn `-M'" +msgstr "Tập tin nhiều kho lÆ°u yêu cầu tùy chọn “-M”" #: src/tar.c:2413 msgid "Cannot combine --listed-incremental with --newer" -msgstr "Không thể kết hợp --listed-incremental với --newer" +msgstr "Không thể kết hợp “--listed-incremental” với “--newer”" #: src/tar.c:2416 msgid "--level is meaningless without --listed-incremental" -msgstr "Tùy chọn « --level » vô ích mà không có « --listed-incremental »" +msgstr "Tùy chọn “--level” vô ích nếu không có “--listed-incremental”" #: src/tar.c:2433 #, c-format @@ -2425,9 +2426,9 @@ msgid "Cannot verify compressed archives" msgstr "Không thể kiểm tra kho lÆ°u đã nén" #: src/tar.c:2450 -#, fuzzy, c-format +#, c-format msgid "--verify cannot be used with %s" -msgstr "Không thể dùng mẫu (pattern) %s" +msgstr "không thể dùng “--verify” cùng với %s" #: src/tar.c:2457 msgid "Cannot use multi-volume compressed archives" @@ -2439,27 +2440,24 @@ msgstr "Không thể ghép nối các kho nén" #: src/tar.c:2471 msgid "--pax-option can be used only on POSIX archives" -msgstr "--pax-option chỉ dùng được trên kho lÆ°u POSIX" +msgstr "“--pax-option” chỉ dùng được trên kho lÆ°u POSIX" #: src/tar.c:2478 -#, fuzzy msgid "--acls can be used only on POSIX archives" -msgstr "--pax-option chỉ dùng được trên kho lÆ°u POSIX" +msgstr "“--acls” chỉ dùng được trên kho lÆ°u POSIX" #: src/tar.c:2483 -#, fuzzy msgid "--selinux can be used only on POSIX archives" -msgstr "--pax-option chỉ dùng được trên kho lÆ°u POSIX" +msgstr "“--selinux” chỉ dùng được trên kho lÆ°u POSIX" #: src/tar.c:2488 -#, fuzzy msgid "--xattrs can be used only on POSIX archives" -msgstr "--pax-option chỉ dùng được trên kho lÆ°u POSIX" +msgstr "“--xattrs” chỉ dùng được trên kho lÆ°u POSIX" #: src/tar.c:2493 -#, fuzzy, c-format +#, c-format msgid "--%s option cannot be used with %s" -msgstr "Không thể dùng mẫu (pattern) %s" +msgstr "tùy chọn “--%s” không được dùng cùng với %s" #: src/tar.c:2525 msgid "Volume length cannot be less than record size" @@ -2468,23 +2466,22 @@ msgstr "Chiều dài khối tin không thể nhỏ hÆ¡n kích cỡ mục ghi" #: src/tar.c:2528 msgid "--preserve-order is not compatible with --listed-incremental" msgstr "" -"Tùy chọn « --preserve-order » không tÆ°Æ¡ng thích với « --listed-incremental »" +"Tùy chọn “--preserve-order” không tÆ°Æ¡ng thích với “--listed-incremental”" #: src/tar.c:2539 msgid "Cowardly refusing to create an empty archive" msgstr "Từ chối tạo một kho lÆ°u trống rỗng" #: src/tar.c:2565 -#, fuzzy msgid "Options '-Aru' are incompatible with '-f -'" -msgstr "Các tùy chọn `-Aru' không tÆ°Æ¡ng thích với `-f -'" +msgstr "Các tùy chọn “-Aru” không tÆ°Æ¡ng thích với “-f -”" #: src/tar.c:2660 -#, fuzzy msgid "" "You must specify one of the '-Acdtrux', '--delete' or '--test-label' options" msgstr "" -"Bạn phải chỉ ra một trong hai tùy chọn « -Acdtrux » và « --test-label »" +"Bạn phải chỉ ra một trong số các tùy chọn “-Acdtrux”, “--delete” hoặc “--" +"test-label”" #: src/tar.c:2715 #, c-format @@ -2504,17 +2501,17 @@ msgstr "Từ khóa %s không rõ hoặc chÆ°a được thá»±c hiện" #: src/xheader.c:173 msgid "Time stamp is out of allowed range" -msgstr "Nhãn thời gian ở ngoại phạm vi" +msgstr "Nhãn thời gian ở ngoại phạm vi cho phép" #: src/xheader.c:204 #, c-format msgid "Pattern %s cannot be used" -msgstr "Không thể dùng mẫu (pattern) %s" +msgstr "Không thể dùng mẫu “%s”" #: src/xheader.c:218 #, c-format msgid "Keyword %s cannot be overridden" -msgstr "Không thể ghi chèn lên từ khóa %s" +msgstr "Không thể ghi chèn lên từ khóa “%s”" #: src/xheader.c:667 msgid "Malformed extended header: missing length" @@ -2538,9 +2535,9 @@ msgid "Malformed extended header: missing newline" msgstr "Phần đầu mở rộng dạng sai: thiếu dòng mới" #: src/xheader.c:740 -#, fuzzy, c-format +#, c-format msgid "Ignoring unknown extended header keyword '%s'" -msgstr "Bỏ qua từ khoá phần đầu mở rộng không rõ « %s »" +msgstr "Bỏ qua từ khoá phần đầu mở rộng không rõ “%s”" #: src/xheader.c:1012 #, c-format @@ -2552,7 +2549,7 @@ msgstr "Cặp từ khoá/giá trị đã tạo ra quá dài (từ khoá=%s, chi #: src/xheader.c:1042 #, c-format msgid "Extended header %s=%s is out of range %s..%s" -msgstr "Phần đầu mở rộng %s=%s ở ngoại phạm vi (%s..%s)" +msgstr "Phần đầu mở rộng %s=%s nằm ngoài phạm vi (%s..%s)" #: src/xheader.c:1093 src/xheader.c:1126 src/xheader.c:1455 #, c-format @@ -2567,8 +2564,7 @@ msgstr "Phần đầu mở rộng dạng sai: %s=%s thừa" #: src/xheader.c:1501 #, c-format msgid "Malformed extended header: invalid %s: unexpected delimiter %c" -msgstr "" -"Phần đầu mở rộng dạng sai: %s không hợp lệ: dấu giới hạn không mong đợi %c" +msgstr "Phần đầu mở rộng dạng sai: %s không hợp lệ: không cần dấu phân cách %c" #: src/xheader.c:1511 #, c-format @@ -2578,7 +2574,7 @@ msgstr "Phần đầu mở rộng dạng sai: %s không hợp lệ: số giá tr #: src/checkpoint.c:109 #, c-format msgid "%s: not a valid timeout" -msgstr "%s: không phải quá hạn hợp lệ" +msgstr "%s: không phải thời gian chờ tối đa hợp lệ" #: src/checkpoint.c:114 #, c-format @@ -2625,30 +2621,30 @@ msgstr "Tùy chọn tạo tập tin:" #: tests/genfile.c:128 tests/genfile.c:139 msgid "SIZE" -msgstr "KÍCH Cá» " +msgstr "Cá» " #: tests/genfile.c:129 msgid "Create file of the given SIZE" -msgstr "Tạo tập tin có KÍCH Cá»  đã cho" +msgstr "Tạo tập tin có KÍCH_Cá»  đã cho" #: tests/genfile.c:131 msgid "Write to file NAME, instead of standard output" -msgstr "Ghi vào tập tin TÊN, thay vào thiết bị gõ chuẩn" +msgstr "Ghi vào tập tin TÊN, thay cho đầu ra tiêu chuẩn" #: tests/genfile.c:133 msgid "Read file names from FILE" -msgstr "Đọc các tên tập tin từ TẬP TIN" +msgstr "Đọc các tên tập tin từ TẬP-TIN" #: tests/genfile.c:135 msgid "-T reads null-terminated names" -msgstr "-T đọc tên kết thúc vô hiệu lá»±c" +msgstr "“-T” đọc tên kết thúc vô hiệu lá»±c" #: tests/genfile.c:137 msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'" msgstr "" "Điền vào tập tin bằng MẪU đã cho. MẪU là:\n" -" • default\t\tmặc định\n" -" • zeros\t\tcác số không" +" • default mặc định\n" +" • zeros các số không" #: tests/genfile.c:140 msgid "Size of a block for sparse file" @@ -2657,15 +2653,15 @@ msgstr "Kích cỡ của khối cho tập tin spare" #: tests/genfile.c:142 msgid "Generate sparse file. Rest of the command line gives the file map." msgstr "" -"Tạo ra tập tin sparse. Phần còn lại của dòng lệnh đưa ra sÆ¡ đồ tập tin." +"Tạo ra tập tin sparse. Phần còn lại của dòng lệnh đưa ra ánh xạ tập tin." #: tests/genfile.c:144 msgid "OFFSET" -msgstr "HIỆU SỐ" +msgstr "HIỆU_SỐ" #: tests/genfile.c:145 msgid "Seek to the given offset before writing data" -msgstr "Tìm nÆ¡i theo hiệu số đã cho trước khi ghi dữ liệu" +msgstr "Di chuyển vị trí đọc tới hiệu số đã cho trước khi ghi dữ liệu" #: tests/genfile.c:151 msgid "File statistics options:" @@ -2681,19 +2677,19 @@ msgstr "Tùy chọn thá»±c hiện đồng thời:" #: tests/genfile.c:163 msgid "OPTION" -msgstr "TÙY_CHỌN" +msgstr "T.CHỌN" #: tests/genfile.c:164 msgid "" "Execute ARGS. Useful with --checkpoint and one of --cut, --append, --touch, " "--unlink" msgstr "" -"Thá»±c hiện các ĐỐI_SỐ đã cho. Có ích với « --checkpoint » (điểm kiểm tra) và " -"một của:\n" -" • --cut\t\tcất\n" -" • --append\tphụ thêm\n" -" • --touch\tsờ\n" -" • --unlink\tbỏ liên kết" +"Thá»±c hiện các ĐỐI_SỐ đã cho. Có ích với “--checkpoint” (điểm kiểm tra) và " +"một trong số:\n" +" • --cut cắt\n" +" • --append nối thêm\n" +" • --touch chạm vào\n" +" • --unlink bỏ liên kết" #: tests/genfile.c:167 msgid "Perform given action (see below) upon reaching checkpoint NUMBER" @@ -2701,7 +2697,7 @@ msgstr "Thá»±c hiện hành động đã cho (xem dưới) khi tới điểm ki #: tests/genfile.c:170 msgid "Set date for next --touch option" -msgstr "Đặt ngày tháng cho tùy chọn « -touch » kế tiếp" +msgstr "Đặt ngày tháng cho tùy chọn “-touch” kế tiếp" #: tests/genfile.c:173 msgid "Display executed checkpoints and exit status of COMMAND" @@ -2713,25 +2709,25 @@ msgid "" "given by --checkpoint option is reached." msgstr "" "Các hành động thá»±c hiện đồng thời; được thá»±c hiện khi tới điểm kiểm tra có " -"số được ghi rõ bằng tùy chọn « --checkpoint »." +"số được ghi rõ bằng tùy chọn “--checkpoint”." #: tests/genfile.c:181 msgid "" "Truncate FILE to the size specified by previous --length option (or 0, if it " "is not given)" msgstr "" -"Cắt ngắn TẬP TIN thành kích cỡ được ghi rõ bằng tùy chọn « --length » trước " +"Cắt ngắn TẬP-TIN thành kích cỡ được ghi rõ bằng tùy chọn “--length” trước " "(không ghi rõ thì 0)" #: tests/genfile.c:185 msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option." msgstr "" -"Phụ thêm KÍCH Cá»  byte vào TẬP TIN. KÍCH Cá»  được ghi rõ bằng tùy chọn « --" -"length » trước." +"Phụ thêm KÍCH_Cá»  byte vào TẬP-TIN. KÍCH_Cá»  được ghi rõ bằng tùy chọn “--" +"length” trước." #: tests/genfile.c:188 msgid "Update the access and modification times of FILE" -msgstr "Cập nhật các thời gian truy cập và sá»­a đổi của TẬP TIN" +msgstr "Cập nhật các thời gian truy cập và sá»­a đổi của TẬP-TIN" #: tests/genfile.c:191 msgid "Execute COMMAND" @@ -2754,7 +2750,7 @@ msgstr "Số nằm ngoài phạm vi cho phép: %s" #: tests/genfile.c:252 #, c-format msgid "Negative size: %s" -msgstr "Kích cỡ âm: %s" +msgstr "Kích cỡ bị âm: %s" #: tests/genfile.c:265 tests/genfile.c:569 #, c-format @@ -2774,7 +2770,7 @@ msgstr "đã tạo tập tin không phải thÆ°a thớt (sparse)" #: tests/genfile.c:361 #, c-format msgid "Error parsing number near `%s'" -msgstr "Lỗi phân tích số gần « %s »" +msgstr "Lỗi phân tích số gần “%s”" #: tests/genfile.c:367 #, c-format @@ -2783,13 +2779,13 @@ msgstr "Không rõ định dạng ngày tháng" #: tests/genfile.c:391 msgid "[ARGS...]" -msgstr "[ĐỐI SỐ...]" +msgstr "[Đ.SỐ...]" #: tests/genfile.c:428 tests/genfile.c:468 tests/genfile.c:523 #: tests/genfile.c:673 tests/genfile.c:687 #, c-format msgid "cannot open `%s'" -msgstr "không thể mở « %s »" +msgstr "không thể mở “%s”" #: tests/genfile.c:434 msgid "cannot seek" @@ -2798,44 +2794,44 @@ msgstr "không thể tìm nÆ¡i" #: tests/genfile.c:451 #, c-format msgid "file name contains null character" -msgstr "tên tập tin chứa ký tá»± vô giá trị" +msgstr "tên tập tin chứa ký tá»± null" #: tests/genfile.c:518 #, c-format msgid "cannot generate sparse files on standard output, use --file option" msgstr "" -"không thể tạo ra tập tin sparse trên thiết bị gõ chuẩn: dùng tùy chọn « --" -"file »" +"không thể tạo ra tập tin sparse trên thiết bị gõ chuẩn: dùng tùy chọn “--" +"file”" #: tests/genfile.c:596 #, c-format msgid "incorrect mask (near `%s')" -msgstr "mặt nạ không đúng (gần « %s »)" +msgstr "mặt nạ không đúng (gần “%s”)" #: tests/genfile.c:602 tests/genfile.c:635 #, c-format msgid "Unknown field `%s'" -msgstr "Không rõ trường « %s »" +msgstr "Không rõ trường “%s”" #: tests/genfile.c:662 #, c-format msgid "cannot set time on `%s'" -msgstr "không thể đặt thời gian trên « %s »" +msgstr "không thể đặt thời gian trên “%s”" #: tests/genfile.c:692 -#, fuzzy, c-format +#, c-format msgid "cannot truncate `%s'" -msgstr "không thể bỏ liên kết « %s »" +msgstr "không thể cắt ngắn “%s”" #: tests/genfile.c:701 -#, fuzzy, c-format +#, c-format msgid "command failed: %s" -msgstr "Câu lệnh %s không thành công" +msgstr "Câu lệnh không thành công: %s" #: tests/genfile.c:706 #, c-format msgid "cannot unlink `%s'" -msgstr "không thể bỏ liên kết « %s »" +msgstr "không thể bỏ liên kết “%s”" #: tests/genfile.c:833 #, c-format @@ -2845,7 +2841,7 @@ msgstr "Lệnh đã thoát thành công\n" #: tests/genfile.c:835 #, c-format msgid "Command failed with status %d\n" -msgstr "Lệnh bị lỗi với trạng thái %d\n" +msgstr "Lệnh bị lỗi với trạng thái thoát %d\n" #: tests/genfile.c:839 #, c-format @@ -2870,13 +2866,7 @@ msgstr "Lệnh đã chấm dứt\n" #: tests/genfile.c:879 #, c-format msgid "--stat requires file names" -msgstr "--stat yêu cầu tên tập tin" - -#~ msgid "Cannot get working directory" -#~ msgstr "Không lấy được thÆ° mục làm việc" - -#~ msgid "sort names to extract to match archive" -#~ msgstr "sắp xếp tên để giải phóng tới kho lÆ°u tÆ°Æ¡ng ứng" +msgstr "“--stat” yêu cầu tên tập tin" #~ msgid "Field too long while reading snapshot file" #~ msgstr "Trường quá dài trong khi đọc tập tin ảnh chụp" @@ -2885,14 +2875,20 @@ msgstr "--stat yêu cầu tên tập tin" #~ msgstr "Lỗi đọc trong tập tin ảnh chụp" #~ msgid "Unexpected field value in snapshot file" -#~ msgstr "Giá trị trường không mong đợi trong tập tin ảnh chụp" +#~ msgstr "Gặp giá trị trường không cần trong tập tin ảnh chụp" -#~ msgid "Extended header length is out of allowed range" -#~ msgstr "Chiều dài phần đầu mở rộng ở ngoại phạm vi được phép" +#~ msgid "Cannot get working directory" +#~ msgstr "Không lấy được thÆ° mục làm việc" + +#~ msgid "sort names to extract to match archive" +#~ msgstr "sắp xếp tên để rút trích tới kho lÆ°u tÆ°Æ¡ng ứng" #~ msgid "Invalid group" #~ msgstr "Nhóm không đúng" +#~ msgid "Extended header length is out of allowed range" +#~ msgstr "Chiều dài phần đầu mở rộng ở ngoại phạm vi được phép" + #~ msgid "Cannot save working directory" #~ msgstr "Không thể ghi nhớ thÆ° mục làm việc" diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo index 5b8752dbf02b2817275a4add77905bf2a2f488d3..c17867a5c153a53b4ce09754bf7dabb56db58e71 100644 GIT binary patch delta 28 kcmezMlj+w_rVSfQc@1?9%@qtStc(n_4U9JLE46V40JFOauK)l5 delta 28 kcmezMlj+w_rVSfQc@1<8Ocjibtqcvc4U9MME46V40JBI6rvLx| diff --git a/po/zh_CN.po b/po/zh_CN.po index 07b62346..5cb3c06c 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.26\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2011-04-28 20:42+0800\n" "Last-Translator: Ji ZhengYu \n" "Language-Team: Chinese (simplified) \n" @@ -1275,31 +1275,31 @@ msgstr "--从 %s 字节继续--\n" msgid "Creating directory:" msgstr "正在创建目录:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "将 %s 改名为 %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s:无法重命名为 %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "将 %s 的名字改回 %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s:文件在我们读入之前被删除了" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "子进程" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "进程内通道" @@ -1323,37 +1323,37 @@ msgstr "无法设定“%s”的时间" msgid "%s: file name read contains nul character" msgstr "%s: 读取的文件名含有空字符" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "文件名中所使用的字符匹配模式" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "使用 --wildcards 打开模式匹配,或是 --no-wildcards 来关闭之" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s:归档中找不到" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s:没有在归档中找到需要的" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "归档卷标不匹配" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "在文件列表中 -C 选项与 --listed-incremental 选项不许合用" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "仅一个 -C 选项允许与 --listed-incremental 合用" diff --git a/po/zh_TW.gmo b/po/zh_TW.gmo index 04cf629d1d90d7645f7d5b8b1d50761eef13a13f..36007593e2bef56fa0e9fd93b8c978406622b540 100644 GIT binary patch delta 28 jcmX^9kLmb7rVVOkyoS1l<_d-uRz?Qe21c8W%S1c@oM8zW delta 28 jcmX^9kLmb7rVVOkyau`krV2*JR)z-J2F9C>%S1c@o9+n_ diff --git a/po/zh_TW.po b/po/zh_TW.po index 3aae1eb0..06b3f94d 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tar 1.26\n" "Report-Msgid-Bugs-To: bug-tar@gnu.org\n" -"POT-Creation-Date: 2013-10-05 23:10+0300\n" +"POT-Creation-Date: 2013-11-17 18:20+0200\n" "PO-Revision-Date: 2013-05-31 23:39+0800\n" "Last-Translator: Wei-Lun Chao \n" "Language-Team: Chinese (traditional) \n" @@ -1273,31 +1273,31 @@ msgstr "--於第 %s 位元組繼續--\n" msgid "Creating directory:" msgstr "正在建立目錄:" -#: src/misc.c:721 +#: src/misc.c:725 #, c-format msgid "Renaming %s to %s\n" msgstr "正在將 %s 重新命名為 %s\n" -#: src/misc.c:730 src/misc.c:749 +#: src/misc.c:734 src/misc.c:753 #, c-format msgid "%s: Cannot rename to %s" msgstr "%s:無法重新命名為 %s" -#: src/misc.c:754 +#: src/misc.c:758 #, c-format msgid "Renaming %s back to %s\n" msgstr "將 %s 的名稱還原為 %s\n" -#: src/misc.c:1093 +#: src/misc.c:1100 #, c-format msgid "%s: File removed before we read it" msgstr "%s:讀取檔案之前已被移除" -#: src/misc.c:1114 +#: src/misc.c:1121 msgid "child process" msgstr "子行程" -#: src/misc.c:1123 +#: src/misc.c:1130 msgid "interprocess channel" msgstr "行程間通道" @@ -1321,37 +1321,37 @@ msgstr "無法設定時間為 %s" msgid "%s: file name read contains nul character" msgstr "%s:所讀檔案名稱含有空值字元" -#: src/names.c:821 +#: src/names.c:823 msgid "Pattern matching characters used in file names" msgstr "用於檔案名稱的胚騰匹配字元" -#: src/names.c:823 +#: src/names.c:825 msgid "" "Use --wildcards to enable pattern matching, or --no-wildcards to suppress " "this warning" msgstr "使用 --wildcards 以啟用胚騰匹配,或 --no-wildcards 以抑制這個警告" -#: src/names.c:841 src/names.c:857 +#: src/names.c:843 src/names.c:859 #, c-format msgid "%s: Not found in archive" msgstr "%s:在封存中找不到" -#: src/names.c:842 +#: src/names.c:844 #, c-format msgid "%s: Required occurrence not found in archive" msgstr "%s:要求項目在封存中找不到" -#: src/names.c:876 +#: src/names.c:878 #, c-format msgid "Archive label mismatch" msgstr "封存標貼不匹配" -#: src/names.c:1180 +#: src/names.c:1182 msgid "" "Using -C option inside file list is not allowed with --listed-incremental" msgstr "於檔案清單內部使用 -C 選項是不允許與 --listed-incremental 共用" -#: src/names.c:1186 +#: src/names.c:1188 msgid "Only one -C option is allowed with --listed-incremental" msgstr "只有一個 -C 選項是允許與 --listed-incremental 共用" diff --git a/rmt/Makefile.in b/rmt/Makefile.in index 8bd42abe..2396e8f6 100644 --- a/rmt/Makefile.in +++ b/rmt/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.12.6 from Makefile.am. +# Makefile.in generated by automake 1.14 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,23 +15,51 @@ @SET_MAKE@ VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ esac; \ - test $$am__dry = yes; \ - } + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -51,7 +79,7 @@ build_triplet = @build@ host_triplet = @host@ EXTRA_PROGRAMS = rmt$(EXEEXT) subdir = rmt -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/build-aux/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ @@ -222,6 +250,23 @@ am__can_run_installinfo = \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -1151,10 +1196,11 @@ install-rmtPROGRAMS: $(rmt_PROGRAMS) fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ - while read p p1; do if test -f $$p; \ - then echo "$$p"; echo "$$p"; else :; fi; \ + while read p p1; do if test -f $$p \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ - sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ @@ -1175,7 +1221,8 @@ uninstall-rmtPROGRAMS: @list='$(rmt_PROGRAMS)'; test -n "$(rmtdir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ - -e 's/$$/$(EXEEXT)/' `; \ + -e 's/$$/$(EXEEXT)/' \ + `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(rmtdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(rmtdir)" && rm -f $$files @@ -1198,6 +1245,7 @@ installcheck-rmtPROGRAMS: $(rmt_PROGRAMS) else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ done; \ done; rm -f c$${pid}_.???; exit $$bad + rmt$(EXEEXT): $(rmt_OBJECTS) $(rmt_DEPENDENCIES) $(EXTRA_rmt_DEPENDENCIES) @rm -f rmt$(EXEEXT) $(AM_V_CCLD)$(LINK) $(rmt_OBJECTS) $(rmt_LDADD) $(LIBS) @@ -1215,35 +1263,24 @@ distclean-compile: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -1255,15 +1292,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -1272,9 +1305,10 @@ GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am -cscopelist: $(HEADERS) $(SOURCES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP)'; \ +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ @@ -1428,18 +1462,19 @@ uninstall-am: uninstall-rmtPROGRAMS .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-rmtPROGRAMS cscopelist ctags distclean distclean-compile \ - distclean-generic distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-rmtPROGRAMS install-strip \ - installcheck installcheck-am installcheck-rmtPROGRAMS \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ - ps ps-am tags uninstall uninstall-am uninstall-rmtPROGRAMS +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-rmtPROGRAMS cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-rmtPROGRAMS \ + install-strip installcheck installcheck-am \ + installcheck-rmtPROGRAMS installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-rmtPROGRAMS rmt.o: ../gnu/configmake.h diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 86fa7845..b2b8bff4 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.12.6 from Makefile.am. +# Makefile.in generated by automake 1.14 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -34,23 +34,51 @@ # along with this program. If not, see . VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -69,7 +97,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = scripts -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/alloca.m4 \ @@ -245,6 +273,7 @@ am__can_run_installinfo = \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ @@ -1277,11 +1306,9 @@ installcheck-sbinSCRIPTS: $(sbin_SCRIPTS) else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ done; \ done; rm -f c$${pid}_.???; exit $$bad -tags: TAGS -TAGS: +tags TAGS: -ctags: CTAGS -CTAGS: +ctags CTAGS: cscope cscopelist: @@ -1422,18 +1449,19 @@ uninstall-am: uninstall-libexecSCRIPTS uninstall-sbinSCRIPTS .MAKE: install-am install-strip -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am \ - install-libexecSCRIPTS install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-sbinSCRIPTS install-strip \ - installcheck installcheck-am installcheck-libexecSCRIPTS \ - installcheck-sbinSCRIPTS installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am \ - uninstall-libexecSCRIPTS uninstall-sbinSCRIPTS +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-libexecSCRIPTS install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-sbinSCRIPTS \ + install-strip installcheck installcheck-am \ + installcheck-libexecSCRIPTS installcheck-sbinSCRIPTS \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \ + uninstall uninstall-am uninstall-libexecSCRIPTS \ + uninstall-sbinSCRIPTS backup.sh: $(srcdir)/backup.sh.in diff --git a/src/Makefile.in b/src/Makefile.in index eb3d8fbd..0217d461 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.12.6 from Makefile.am. +# Makefile.in generated by automake 1.14 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -36,23 +36,51 @@ VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ esac; \ - test $$am__dry = yes; \ - } + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -72,8 +100,8 @@ build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = tar$(EXEEXT) subdir = src -DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(top_srcdir)/build-aux/depcomp +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/build-aux/depcomp $(noinst_HEADERS) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/alloca.m4 \ @@ -253,6 +281,23 @@ am__can_run_installinfo = \ *) (install-info --version) >/dev/null 2>&1;; \ esac HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -1205,10 +1250,11 @@ install-binPROGRAMS: $(bin_PROGRAMS) fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ - while read p p1; do if test -f $$p; \ - then echo "$$p"; echo "$$p"; else :; fi; \ + while read p p1; do if test -f $$p \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ - sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ @@ -1229,7 +1275,8 @@ uninstall-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ - -e 's/$$/$(EXEEXT)/' `; \ + -e 's/$$/$(EXEEXT)/' \ + `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files @@ -1252,6 +1299,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ done; \ done; rm -f c$${pid}_.???; exit $$bad + tar$(EXEEXT): $(tar_OBJECTS) $(tar_DEPENDENCIES) $(EXTRA_tar_DEPENDENCIES) @rm -f tar$(EXEEXT) $(AM_V_CCLD)$(LINK) $(tar_OBJECTS) $(tar_LDADD) $(LIBS) @@ -1290,35 +1338,24 @@ distclean-compile: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -1330,15 +1367,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -1347,9 +1380,10 @@ GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am -cscopelist: $(HEADERS) $(SOURCES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP)'; \ +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ @@ -1503,18 +1537,19 @@ uninstall-am: uninstall-binPROGRAMS .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ - clean-generic cscopelist ctags distclean distclean-compile \ - distclean-generic distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-binPROGRAMS \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installcheck-binPROGRAMS \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ - ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ + clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic distclean-tags \ + distdir dvi dvi-am html html-am info info-am install \ + install-am install-binPROGRAMS install-data install-data-am \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installcheck-binPROGRAMS installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-binPROGRAMS # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/src/common.h b/src/common.h index eb801bb3..42fd5390 100644 --- a/src/common.h +++ b/src/common.h @@ -609,7 +609,6 @@ char *namebuf_name (namebuf_t buf, const char *name); void namebuf_add_dir (namebuf_t buf, const char *name); char *namebuf_finish (namebuf_t buf); -const char *tar_getcdpath (int); const char *tar_dirname (void); /* Represent N using a signed integer I such that (uintmax_t) I == N. diff --git a/src/create.c b/src/create.c index e14e13d0..4344a247 100644 --- a/src/create.c +++ b/src/create.c @@ -543,7 +543,7 @@ write_gnu_long_link (struct tar_stat_info *st, const char *p, char type) union block *header; char *tmpname; - header = start_private_header ("././@LongLink", size, start_time.tv_sec); + header = start_private_header ("././@LongLink", size, 0); uid_to_uname (0, &tmpname); UNAME_TO_CHARS (tmpname, header->header.uname); free (tmpname); diff --git a/src/misc.c b/src/misc.c index 0424ea7c..aecf4389 100644 --- a/src/misc.c +++ b/src/misc.c @@ -29,6 +29,8 @@ # define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 #endif +static const char *tar_getcdpath (int); + /* Handling strings. */ @@ -230,7 +232,7 @@ zap_slashes (char *name) /* Normalize FILE_NAME by removing redundant slashes and "." components, including redundant trailing slashes. - Leave ".." alone, as it may be significant in the presence + Leave ".." alone, as it may be significant in the presence of symlinks and on platforms where "/.." != "/". Destructive version: modifies its argument. */ @@ -290,7 +292,9 @@ normalize_filename (int cdidx, const char *name) const char *cdpath = tar_getcdpath (cdidx); size_t copylen; bool need_separator; - + + if (!cdpath) + call_arg_fatal ("getcwd", "."); copylen = strlen (cdpath); need_separator = ! (DOUBLE_SLASH_IS_DISTINCT_ROOT && copylen == 2 && ISSLASH (cdpath[1])); @@ -834,10 +838,11 @@ struct wd { /* The directory's name. */ char const *name; - /* "absolute" path representing this directory; in the contrast to + /* "Absolute" path representing this directory; in the contrast to the real absolute pathname, it can contain /../ components (see - normalize_filename_x for the reason of it). */ - char *abspath; + normalize_filename_x for the reason of it). It is NULL if the + absolute path could not be determined. */ + char *abspath; /* If nonzero, the file descriptor of the directory, or AT_FDCWD if the working directory. If zero, the directory needs to be opened to be used. */ @@ -879,15 +884,13 @@ chdir_count (void) int chdir_arg (char const *dir) { + char *absdir; + if (wd_count == wd_alloc) { if (wd_alloc == 0) - { - wd_alloc = 2; - wd = xmalloc (sizeof *wd * wd_alloc); - } - else - wd = x2nrealloc (wd, &wd_alloc, sizeof *wd); + wd_alloc = 2; + wd = x2nrealloc (wd, &wd_alloc, sizeof *wd); if (! wd_count) { @@ -909,18 +912,22 @@ chdir_arg (char const *dir) return wd_count - 1; } - wd[wd_count].name = dir; - /* if the given name is an absolute path, then use that path - to represent this working directory; otherwise, construct - a path based on the previous -C option's absolute path */ - if (IS_ABSOLUTE_FILE_NAME (wd[wd_count].name)) - wd[wd_count].abspath = xstrdup (wd[wd_count].name); - else + + /* If the given name is absolute, use it to represent this directory; + otherwise, construct a name based on the previous -C option. */ + if (IS_ABSOLUTE_FILE_NAME (dir)) + absdir = xstrdup (dir); + else if (wd[wd_count - 1].abspath) { namebuf_t nbuf = namebuf_create (wd[wd_count - 1].abspath); - namebuf_add_dir (nbuf, wd[wd_count].name); - wd[wd_count].abspath = namebuf_finish (nbuf); + namebuf_add_dir (nbuf, dir); + absdir = namebuf_finish (nbuf); } + else + absdir = 0; + + wd[wd_count].name = dir; + wd[wd_count].abspath = absdir; wd[wd_count].fd = 0; return wd_count++; } @@ -1007,7 +1014,7 @@ tar_dirname (void) chdir_args() has never been called, so we simply return the process's actual cwd. (Note that in this case IDX is ignored, since it should always be 0.) */ -const char * +static const char * tar_getcdpath (int idx) { if (!wd) @@ -1206,7 +1213,7 @@ char * namebuf_finish (namebuf_t buf) { char *res = buf->buffer; - + if (ISSLASH (buf->buffer[buf->dir_length - 1])) buf->buffer[buf->dir_length] = 0; free (buf); diff --git a/src/names.c b/src/names.c index eecb9b07..fc9841e2 100644 --- a/src/names.c +++ b/src/names.c @@ -492,6 +492,8 @@ read_next_name (struct name_elt *ent, struct name_elt *ret) ent->v.file.term = 0; /* fall through */ case file_list_success: + if (unquote_option) + unquote_string (name_buffer); if (handle_option (name_buffer) == 0) { name_list_adjust (); diff --git a/src/sparse.c b/src/sparse.c index 417d4ff0..f0268f4b 100644 --- a/src/sparse.c +++ b/src/sparse.c @@ -809,6 +809,7 @@ star_get_sparse_info (struct tar_sparse_file *file) set_next_block_after (h); for (i = 0; i < SPARSES_IN_STAR_EXT_HEADER && rc == add_ok; i++) rc = oldgnu_add_sparse (file, &h->star_ext_header.sp[i]); + file->dumped_size += BLOCKSIZE; } if (rc == add_fail) diff --git a/tests/Makefile.in b/tests/Makefile.in index c0528b2c..0258db81 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.12.6 from Makefile.am. +# Makefile.in generated by automake 1.14 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -33,23 +33,51 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ esac; \ - test $$am__dry = yes; \ - } + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -69,7 +97,7 @@ build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = genfile$(EXEEXT) subdir = tests -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(srcdir)/atlocal.in $(top_srcdir)/build-aux/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ @@ -239,6 +267,23 @@ am__can_run_installinfo = \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -1358,6 +1403,7 @@ atlocal: $(top_builddir)/config.status $(srcdir)/atlocal.in clean-checkPROGRAMS: -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS) + genfile$(EXEEXT): $(genfile_OBJECTS) $(genfile_DEPENDENCIES) $(EXTRA_genfile_DEPENDENCIES) @rm -f genfile$(EXEEXT) $(AM_V_CCLD)$(LINK) $(genfile_OBJECTS) $(genfile_LDADD) $(LIBS) @@ -1376,35 +1422,24 @@ distclean-compile: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -1416,15 +1451,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -1433,9 +1464,10 @@ GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am -cscopelist: $(HEADERS) $(SOURCES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP)'; \ +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ @@ -1590,18 +1622,18 @@ uninstall-am: .MAKE: check-am install-am install-strip -.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \ - clean-checkPROGRAMS clean-generic clean-local cscopelist ctags \ - distclean distclean-compile distclean-generic distclean-tags \ - distdir dvi dvi-am html html-am info info-am install \ - install-am install-data install-data-am install-dvi \ +.PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \ + clean-checkPROGRAMS clean-generic clean-local cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installcheck-local \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ - ps ps-am tags uninstall uninstall-am + ps ps-am tags tags-am uninstall uninstall-am $(srcdir)/package.m4: $(top_srcdir)/configure.ac diff --git a/tests/package.m4 b/tests/package.m4 index 564cea67..3f5eaa3d 100644 --- a/tests/package.m4 +++ b/tests/package.m4 @@ -1,6 +1,6 @@ # Signature of the current package. m4_define([AT_PACKAGE_NAME], [GNU tar]) m4_define([AT_PACKAGE_TARNAME], [tar]) -m4_define([AT_PACKAGE_VERSION], [1.27]) -m4_define([AT_PACKAGE_STRING], [GNU tar 1.27]) +m4_define([AT_PACKAGE_VERSION], [1.27.1]) +m4_define([AT_PACKAGE_STRING], [GNU tar 1.27.1]) m4_define([AT_PACKAGE_BUGREPORT], [bug-tar@gnu.org]) diff --git a/tests/testsuite b/tests/testsuite index 9463a209..907e5203 100755 --- a/tests/testsuite +++ b/tests/testsuite @@ -1082,7 +1082,7 @@ fi # List of tests. if $at_list_p; then cat <<_ATEOF || at_write_fail=1 -GNU tar 1.27 test suite test groups: +GNU tar 1.27.1 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS @@ -1123,7 +1123,7 @@ _ATEOF exit $at_write_fail fi if $at_version_p; then - $as_echo "$as_me (GNU tar 1.27)" && + $as_echo "$as_me (GNU tar 1.27.1)" && cat <<\_ATEOF || at_write_fail=1 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1377,13 +1377,13 @@ fi exec 5>>"$at_suite_log" # Banners and logs. -$as_echo "## ------------------------ ## -## GNU tar 1.27 test suite. ## -## ------------------------ ##" +$as_echo "## -------------------------- ## +## GNU tar 1.27.1 test suite. ## +## -------------------------- ##" { - $as_echo "## ------------------------ ## -## GNU tar 1.27 test suite. ## -## ------------------------ ##" + $as_echo "## -------------------------- ## +## GNU tar 1.27.1 test suite. ## +## -------------------------- ##" echo $as_echo "$as_me: command line was:" @@ -2226,7 +2226,7 @@ _ASBOX $as_echo "Please send $at_msg and all information you think might help: To: - Subject: [GNU tar 1.27] $as_me: $at_fail_list${at_fail_list:+ failed${at_xpass_list:+, }}$at_xpass_list${at_xpass_list:+ passed unexpectedly} + Subject: [GNU tar 1.27.1] $as_me: $at_fail_list${at_fail_list:+ failed${at_xpass_list:+, }}$at_xpass_list${at_xpass_list:+ passed unexpectedly} You may investigate any problem if you feel able to do so, in which case the test suite provides a good starting point. Its output may @@ -2257,7 +2257,7 @@ at_fn_check_prepare_notrace 'a shell pipeline' "version.at:21" at_status=$? at_failed=false $at_check_filter at_fn_diff_devnull "$at_stderr" || at_failed=: -echo >>"$at_stdout"; $as_echo "tar (GNU tar) 1.27 +echo >>"$at_stdout"; $as_echo "tar (GNU tar) 1.27.1 " | \ $at_diff - "$at_stdout" || at_failed=: at_fn_check_status 0 $at_status "$at_srcdir/version.at:21" -- 2.30.2