diff -u -r sharutils-4.6.1/ChangeLog sharutils-4.6.2/ChangeLog --- sharutils-4.6.1/ChangeLog 2005-11-15 09:51:39.000000000 -0800 +++ sharutils-4.6.2/ChangeLog 2006-03-25 09:59:05.000000000 -0800 @@ -1,3 +1,7 @@ +2006-03-24 Santiago Vila + + * uudecode.c(decode): make clear the name of the file causing problems + 2005-11-15 Eric Blake * uudecode.c (O_BINARY): Define for all platforms. diff -u -r sharutils-4.6.1/NEWS sharutils-4.6.2/NEWS --- sharutils-4.6.1/NEWS 2006-01-29 16:50:22.000000000 -0800 +++ sharutils-4.6.2/NEWS 2006-03-25 10:00:14.000000000 -0800 @@ -1,5 +1,12 @@ GNU sharutils NEWS - User visible changes. -Copyright (C) 1994, 1995, 1996, 2002, 2004, 2005 Free Software Foundation, Inc. +Copyright (C) 1994, 1995, 1996, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. + +Version 4.6.2 - March 2006, by Bruce Korb + +* Correctly indicate which file is causing output problems. +* copyright dates + + Version 4.6.1 - January 2006, by Bruce Korb diff -u -r sharutils-4.6.1/README sharutils-4.6.2/README --- sharutils-4.6.1/README 2006-01-29 16:50:22.000000000 -0800 +++ sharutils-4.6.2/README 2006-03-25 10:00:14.000000000 -0800 @@ -63,7 +63,6 @@ fi 2005-09-16 ja 2005-09-20 et 2005-11-08 -fr 2005-11-08 it 2005-11-08 sr 2005-12-13 ga 2006-01-20 @@ -75,3 +74,4 @@ bg 2006-01-25 es 2006-01-25 sv 2006-01-25 +fr 2006-02-14 Only in sharutils-4.6.2: README-alpha diff -u -r sharutils-4.6.1/configure sharutils-4.6.2/configure --- sharutils-4.6.1/configure 2006-01-29 16:50:43.000000000 -0800 +++ sharutils-4.6.2/configure 2006-03-25 10:00:36.000000000 -0800 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for sharutils 4.6.1. +# Generated by GNU Autoconf 2.59 for sharutils 4.6.2. # # Report bugs to . # @@ -269,8 +269,8 @@ # Identity of this package. PACKAGE_NAME='sharutils' PACKAGE_TARNAME='sharutils' -PACKAGE_VERSION='4.6.1' -PACKAGE_STRING='sharutils 4.6.1' +PACKAGE_VERSION='4.6.2' +PACKAGE_STRING='sharutils 4.6.2' PACKAGE_BUGREPORT='bug-gnu-utils@gnu.org' ac_unique_file="src/shar.c" @@ -780,7 +780,7 @@ # 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 sharutils 4.6.1 to adapt to many kinds of systems. +\`configure' configures sharutils 4.6.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -846,7 +846,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sharutils 4.6.1:";; + short | recursive ) echo "Configuration of sharutils 4.6.2:";; esac cat <<\_ACEOF @@ -981,7 +981,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -sharutils configure 4.6.1 +sharutils configure 4.6.2 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -995,7 +995,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by sharutils $as_me 4.6.1, which was +It was created by sharutils $as_me 4.6.2, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1642,7 +1642,7 @@ # Define the identity of the package. PACKAGE='sharutils' - VERSION='4.6.1' + VERSION='4.6.2' cat >>confdefs.h <<_ACEOF @@ -15463,7 +15463,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by sharutils $as_me 4.6.1, which was +This file was extended by sharutils $as_me 4.6.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15526,7 +15526,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -sharutils config.status 4.6.1 +sharutils config.status 4.6.2 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Only in sharutils-4.6.1/contrib: ChangeLog diff -u -r sharutils-4.6.1/contrib/Makefile.in sharutils-4.6.2/contrib/Makefile.in --- sharutils-4.6.1/contrib/Makefile.in 2006-01-29 16:50:55.000000000 -0800 +++ sharutils-4.6.2/contrib/Makefile.in 2006-03-25 10:00:46.000000000 -0800 @@ -36,7 +36,7 @@ build_triplet = @build@ host_triplet = @host@ subdir = contrib -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/gettext.m4 \ Only in sharutils-4.6.1/doc: ChangeLog diff -u -r sharutils-4.6.1/doc/Makefile.in sharutils-4.6.2/doc/Makefile.in --- sharutils-4.6.1/doc/Makefile.in 2006-01-29 16:50:55.000000000 -0800 +++ sharutils-4.6.2/doc/Makefile.in 2006-03-25 10:00:47.000000000 -0800 @@ -40,8 +40,8 @@ subdir = doc DIST_COMMON = $(dist_man1_MANS) $(dist_man5_MANS) \ $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(srcdir)/stamp-vti $(srcdir)/version.texi ChangeLog \ - ansi2knr.1 mdate-sh texinfo.tex + $(srcdir)/stamp-vti $(srcdir)/version.texi ansi2knr.1 mdate-sh \ + texinfo.tex ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/gettext.m4 \ diff -u -r sharutils-4.6.1/doc/sharutils.info sharutils-4.6.2/doc/sharutils.info --- sharutils-4.6.1/doc/sharutils.info 2006-01-29 16:51:35.000000000 -0800 +++ sharutils-4.6.2/doc/sharutils.info 2006-03-25 10:01:22.000000000 -0800 @@ -15,7 +15,7 @@ * uuencode: (sharutils)uuencode invocation. Force binary file to 7-bits. END-INFO-DIR-ENTRY - This manual documents version 4.6.1 of the GNU shar utilities. + This manual documents version 4.6.2 of the GNU shar utilities. Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. @@ -33,7 +33,7 @@ GNU `shar' utilities ******************** -This manual documents version 4.6.1 of the GNU shar utilities. +This manual documents version 4.6.2 of the GNU shar utilities. Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. @@ -49,7 +49,7 @@ preparing them for transmission by electronic mail services, while `unshar' helps unpacking shell archives after reception. Other tools help using `shar' with the electronic mail system, and even allow -synchronization of remote directory trees. This is release 4.6.1. +synchronization of remote directory trees. This is release 4.6.2. * Menu: diff -u -r sharutils-4.6.1/doc/stamp-vti sharutils-4.6.2/doc/stamp-vti --- sharutils-4.6.1/doc/stamp-vti 2006-01-29 16:51:35.000000000 -0800 +++ sharutils-4.6.2/doc/stamp-vti 2006-03-25 10:01:22.000000000 -0800 @@ -1,4 +1,4 @@ @set UPDATED 20 November 2005 @set UPDATED-MONTH November 2005 -@set EDITION 4.6.1 -@set VERSION 4.6.1 +@set EDITION 4.6.2 +@set VERSION 4.6.2 diff -u -r sharutils-4.6.1/doc/version.texi sharutils-4.6.2/doc/version.texi --- sharutils-4.6.1/doc/version.texi 2006-01-29 16:51:35.000000000 -0800 +++ sharutils-4.6.2/doc/version.texi 2006-03-25 10:01:22.000000000 -0800 @@ -1,4 +1,4 @@ @set UPDATED 20 November 2005 @set UPDATED-MONTH November 2005 -@set EDITION 4.6.1 -@set VERSION 4.6.1 +@set EDITION 4.6.2 +@set VERSION 4.6.2 Only in sharutils-4.6.1/lib: ChangeLog diff -u -r sharutils-4.6.1/lib/Makefile.in sharutils-4.6.2/lib/Makefile.in --- sharutils-4.6.1/lib/Makefile.in 2006-01-29 16:50:56.000000000 -0800 +++ sharutils-4.6.2/lib/Makefile.in 2006-03-25 10:00:47.000000000 -0800 @@ -39,9 +39,9 @@ host_triplet = @host@ subdir = lib DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in ChangeLog alloca.c ansi2knr.c malloc.c \ - memset.c mktime.c realloc.c stpcpy.c strftime.c strtoimax.c \ - strtol.c strtoll.c + $(srcdir)/Makefile.in alloca.c ansi2knr.c malloc.c memset.c \ + mktime.c realloc.c stpcpy.c strftime.c strtoimax.c strtol.c \ + strtoll.c ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/gettext.m4 \ Only in sharutils-4.6.1/po: ChangeLog Files sharutils-4.6.1/po/bg.gmo and sharutils-4.6.2/po/bg.gmo differ diff -u -r sharutils-4.6.1/po/bg.po sharutils-4.6.2/po/bg.po --- sharutils-4.6.1/po/bg.po 2006-01-29 16:52:36.000000000 -0800 +++ sharutils-4.6.2/po/bg.po 2006-03-25 10:02:20.000000000 -0800 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: sharutils 4.6.1-pre5\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2006-01-25 22:44+0200\n" "Last-Translator: Anton Zinoviev \n" "Language-Team: Bulgarian \n" @@ -418,7 +418,7 @@ msgid "Closing `%s'" msgstr "Затваря се „%s“" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Използвайте „%s --help“ за повече информация.\n" @@ -602,7 +602,7 @@ msgstr "Опцията -g влече -z.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -642,7 +642,7 @@ msgid "illegal output prefix\n" msgstr "неправилен префикс на изхода\n" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -770,67 +770,77 @@ msgid "allocate file buffer" msgstr "заделя файлов буфер" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: Грешка при запис" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Къс файл" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: Без ред „end“" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: данни следват запълващия символ „=“" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: неправилен ред" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: Няма ред „begin“" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: Неправилен ~потребител" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: Няма потребител „%s“" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "не може да се получи достъп до %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "отказан запис в именуван канал (%s)" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "не се следва символна връзка (%s)" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "Отваря се с fopen %s" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Използване: %s [ФАЙЛ]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/ca.gmo and sharutils-4.6.2/po/ca.gmo differ diff -u -r sharutils-4.6.1/po/ca.po sharutils-4.6.2/po/ca.po --- sharutils-4.6.1/po/ca.po 2006-01-29 16:52:36.000000000 -0800 +++ sharutils-4.6.2/po/ca.po 2006-03-25 10:02:20.000000000 -0800 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: sharutils-4.3.75\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2003-01-06 13:09+0100\n" "Last-Translator: Antoni Bella Perez \n" "Language-Team: Catalan \n" @@ -418,7 +418,7 @@ msgid "Closing `%s'" msgstr "Tancant `%s'" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Per a més informació proveu amb `%s --help'.\n" @@ -601,7 +601,7 @@ msgstr "L'opció -g implica a l'opció -z.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "Informar dels errors a <%s>.\n" @@ -639,7 +639,7 @@ msgid "illegal output prefix\n" msgstr "" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -771,67 +771,77 @@ msgid "allocate file buffer" msgstr "" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: Error d'escriptura" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Fitxer truncat" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: Sense línia `end'" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: dada posterior al caràcter d'ompliment `='" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: línia ilegal" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: Sense línia `begin'" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: ~usuari ilegal" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: No hi ha cap usuari `%s'" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "no es pot accedir a %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "escrptura FIFO denegada (%s)" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "no segueix l'enllaç simbòlic (%s)" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "Obrint `%s'" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Usant: %s [FITXER]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/cs.gmo and sharutils-4.6.2/po/cs.gmo differ diff -u -r sharutils-4.6.1/po/cs.po sharutils-4.6.2/po/cs.po --- sharutils-4.6.1/po/cs.po 2006-01-29 16:52:36.000000000 -0800 +++ sharutils-4.6.2/po/cs.po 2006-03-25 10:02:20.000000000 -0800 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: sharutils 4.2c\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 1999-01-05 15:48+01:00\n" "Last-Translator: Vladimir Michl \n" "Language-Team: Czech \n" @@ -424,7 +424,7 @@ msgid "Closing `%s'" msgstr "Uzavrm `%s`" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Vce informac zskte pkazem `%s --help`.\n" @@ -587,7 +587,7 @@ msgstr "" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -625,7 +625,7 @@ msgid "illegal output prefix\n" msgstr "" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -754,67 +754,77 @@ msgid "allocate file buffer" msgstr "" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, fuzzy, c-format msgid "%s: Write error" msgstr "Chyba pi zpisu" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Krtk soubor" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: Chyb dek `end`" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: data nsledujc `=' jsou vyplovac znaky" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: neppustn dek" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: Chyb dek `begin`" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: Neppustn ~uivatel" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: Uivatel `%s' neexistuje" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, fuzzy, c-format msgid "cannot access %s" msgstr "Pro pstup k %s chyb prva" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "Otevrm `%s`" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Pouit: %s [SOUBOR]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/da.gmo and sharutils-4.6.2/po/da.gmo differ diff -u -r sharutils-4.6.1/po/da.po sharutils-4.6.2/po/da.po --- sharutils-4.6.1/po/da.po 2006-01-29 16:52:36.000000000 -0800 +++ sharutils-4.6.2/po/da.po 2006-03-25 10:02:21.000000000 -0800 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: sharutils 4.3.75\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2003-03-01 17:33:05+0100\n" "Last-Translator: Keld Simonsen \n" "Language-Team: Danish \n" @@ -417,7 +417,7 @@ msgid "Closing `%s'" msgstr "Lukker \"%s\"" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Prv med \"%s --help\" for yderligere information.\n" @@ -588,7 +588,7 @@ msgstr "Flaget -g medfrer -z.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "Rapportr fejl til <%s>.\n" @@ -626,7 +626,7 @@ msgid "illegal output prefix\n" msgstr "" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -756,67 +756,77 @@ msgid "allocate file buffer" msgstr "" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: Skrivefejl" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Afkortet fil" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: \"end\"-linje savnes" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: det findes data efter udfyldningstegnet \"=\" " -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: fejlagtig linje" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: \"begin\"-linje savnes" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: Ugyldig ~user" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: Der findes ingen bruger \"%s\"" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "kan ikke f adgang til %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "ngtede skrivning af FIFO (%s)" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "flger ikke symlnke (%s)" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "bner \"%s\"" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Brug: %s [FIL]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/de.gmo and sharutils-4.6.2/po/de.gmo differ diff -u -r sharutils-4.6.1/po/de.po sharutils-4.6.2/po/de.po --- sharutils-4.6.1/po/de.po 2006-01-29 16:52:36.000000000 -0800 +++ sharutils-4.6.2/po/de.po 2006-03-25 10:02:21.000000000 -0800 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: sharutils 4.3.75\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2002-12-15 14:38+0100\n" "Last-Translator: Karl Eichwalder \n" "Language-Team: German \n" @@ -425,7 +425,7 @@ msgid "Closing `%s'" msgstr "Schliee `%s'" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "`%s --help' gibt weitere Informationen.\n" @@ -605,7 +605,7 @@ msgstr "Option -g inbegriffen -z.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -647,7 +647,7 @@ msgid "illegal output prefix\n" msgstr "" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -778,67 +778,77 @@ msgid "allocate file buffer" msgstr "" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: Schreibfehler" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: zu kurze Datei" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: Zeile mit `end' fehlt" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: weitere Daten nach `=' Fllzeichen" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: ungltige Zeile" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: Zeile mit `begin' fehlt" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: Illegaler ~Benutzer" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: Benutzer `%s' existiert nicht" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "Auf %s kann nicht zugegriffen werden" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "Das Schreiben auf den (%s) wurde verweigert" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "Der Verknpfung (Symlink) (%s) wurde nicht gefolgt" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "ffne `%s'" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Aufruf: %s [Dateien]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/el.gmo and sharutils-4.6.2/po/el.gmo differ diff -u -r sharutils-4.6.1/po/el.po sharutils-4.6.2/po/el.po --- sharutils-4.6.1/po/el.po 2006-01-29 16:52:36.000000000 -0800 +++ sharutils-4.6.2/po/el.po 2006-03-25 10:01:24.000000000 -0800 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: GNU sharutils 4.2\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 1998-06-20 18:03+0200\n" "Last-Translator: Simos KSenitellis \n" "Language-Team: Greek \n" @@ -586,7 +586,7 @@ # File: src/unshar.c, line: 302 # File: src/uudecode.c, line: 370 # File: src/uuencode.c, line: 211 -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr " `%s --help' .\n" @@ -763,7 +763,7 @@ msgstr "" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -812,7 +812,7 @@ # File: src/unshar.c, line: 405 # File: src/uudecode.c, line: 418 # File: src/uuencode.c, line: 260 -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -979,7 +979,7 @@ # # File: src/uuencode.c, line: 305 -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, fuzzy, c-format msgid "%s: Write error" msgstr " " @@ -987,21 +987,21 @@ # # File: src/uudecode.c, line: 98 # File: src/uudecode.c, line: 196 -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: " # # File: src/uudecode.c, line: 141 -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: `end'" # # File: src/uudecode.c, line: 205 -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: padding `='" @@ -1010,28 +1010,28 @@ # File: src/uudecode.c, line: 229 # File: src/uudecode.c, line: 237 # File: src/uudecode.c, line: 251 -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: " # # File: src/uudecode.c, line: 289 -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: `begin'" # # File: src/uudecode.c, line: 321 -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: ~user" # # File: src/uudecode.c, line: 328 -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: `%s'" @@ -1039,31 +1039,46 @@ # # File: src/shar.c, line: 687 # File: src/shar.c, line: 914 -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, fuzzy, c-format msgid "cannot access %s" msgstr " %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "" # +# File: src/shar.c, line: 952 +# File: src/shar.c, line: 1329 +# File: src/shar.c, line: 1518 +# File: src/shar.c, line: 1536 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr " " + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +# # File: src/uudecode.c, line: 374 -#: src/uudecode.c:420 +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr ": %s []...\n" # # File: src/uudecode.c, line: 375 -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/es.gmo and sharutils-4.6.2/po/es.gmo differ diff -u -r sharutils-4.6.1/po/es.po sharutils-4.6.2/po/es.po --- sharutils-4.6.1/po/es.po 2006-01-29 16:52:36.000000000 -0800 +++ sharutils-4.6.2/po/es.po 2006-03-25 10:02:21.000000000 -0800 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: GNU sharutils 4.2c\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2006-01-25 20:45+0100\n" "Last-Translator: Bruce Korb \n" "Language-Team: Spanish \n" @@ -552,7 +552,7 @@ msgid "Closing `%s'" msgstr "Cerrando `%s'" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Pruebe `%s --help' para ms informacin.\n" @@ -760,7 +760,7 @@ msgstr "" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -811,7 +811,7 @@ msgid "illegal output prefix\n" msgstr "" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -984,22 +984,22 @@ msgid "allocate file buffer" msgstr "" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, fuzzy, c-format msgid "%s: Write error" msgstr "Error de escritura" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Archivo cortado" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: No hay lnea `end'" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: datos posteriores al carcter de relleno `='" @@ -1012,14 +1012,14 @@ # Pues si ya somos tres, no creo que vaya a esperar mucho a poner `no vlida'. # A la prxima... tbd # No, yo deca que por m vale "ilegal". Prefiero ilegal. sv -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: lnea ilegal" # Aqu tal vez se podra aadir "ninguna". # "No hay ninguna lnea `begin'". sv+ -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: No hay lnea `begin'" @@ -1035,37 +1035,47 @@ # o porque el dado no existe? Si es lo primero, que lo dudo, # me inclino por ilegal, y si es la segunda, por poner `El usuario # especificado no existe'. ipg -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: ~usuario ilegal" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: No hay ningn usuario `%s'" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, fuzzy, c-format msgid "cannot access %s" msgstr "No se puede acceder a %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "Abriendo `%s'" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Modo de empleo: %s [ARCHIVO]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/et.gmo and sharutils-4.6.2/po/et.gmo differ diff -u -r sharutils-4.6.1/po/et.po sharutils-4.6.2/po/et.po --- sharutils-4.6.1/po/et.po 2006-01-29 16:52:37.000000000 -0800 +++ sharutils-4.6.2/po/et.po 2006-03-25 10:02:21.000000000 -0800 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: sharutils 4.6.1-pre1\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2005-11-08 10:45+0200\n" "Last-Translator: Toomas Soome \n" "Language-Team: Estonian \n" @@ -418,7 +418,7 @@ msgid "Closing `%s'" msgstr "Sulen `%s'" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Lisainfot saate ksuga Try `%s --help'.\n" @@ -581,7 +581,7 @@ msgstr "Vti -g kasutab ka vtit -z.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "Vigadest teatage aadressil <%s>.\n" @@ -619,7 +619,7 @@ msgid "illegal output prefix\n" msgstr "lubamatu prefiks vljundile\n" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -748,67 +748,77 @@ msgid "allocate file buffer" msgstr "faili puhvri vtmine" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: Viga kirjutamisel" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Lhike fail" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: Puudub rida `end'" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: titesmbolile `=' jrgnevad andmed" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: vigane rida" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: Puudub rida `begin'" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: Vigane ~kasutaja" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: Kasutaja `%s' puudub" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "%s ei saa kasutada" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "ei kirjuta FIFO faili (%s)" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "ei jrgi nimeviidet (%s)" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "Avan `%s'" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Kasutamine: %s [FAIL]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/fi.gmo and sharutils-4.6.2/po/fi.gmo differ diff -u -r sharutils-4.6.1/po/fi.po sharutils-4.6.2/po/fi.po --- sharutils-4.6.1/po/fi.po 2006-01-29 16:52:37.000000000 -0800 +++ sharutils-4.6.2/po/fi.po 2006-03-25 10:02:21.000000000 -0800 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: GNU sharutils 4.6\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2005-09-16 17:33+0300\n" "Last-Translator: Lauri Nurmi \n" "Language-Team: Finnish \n" @@ -417,7 +417,7 @@ msgid "Closing `%s'" msgstr "Suljetaan \"%s\"" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Lisätietoja saa komennolla \"%s --help\".\n" @@ -604,7 +604,7 @@ msgstr "Valitsin -g sisältää valitsimen -z.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -647,7 +647,7 @@ msgid "illegal output prefix\n" msgstr "virheellinen tulostiedoston etuliite\n" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -777,67 +777,77 @@ msgid "allocate file buffer" msgstr "varaa tiedostopuskuri" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: Kirjoitusvirhe" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Osittainen tiedosto" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: Lopetusriviä \"end\" ei ole" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: dataa täytemerkin \"=\" jälkeen" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: virheellinen rivi" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: Aloitusriviä \"begin\" ei ole" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: Virheellinen ~käyttäjä" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: Käyttäjää \"%s\" ei ole" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "tiedostoa %s ei voi käyttää" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "FIFO-putkeen (%s) ei kirjoiteta" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "symlinkkiä (%s) ei seurata" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "Avataan \"%s\"" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Käyttö: %s [TIEDOSTO]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/fr.gmo and sharutils-4.6.2/po/fr.gmo differ diff -u -r sharutils-4.6.1/po/fr.po sharutils-4.6.2/po/fr.po --- sharutils-4.6.1/po/fr.po 2006-01-29 16:52:37.000000000 -0800 +++ sharutils-4.6.2/po/fr.po 2006-03-25 10:02:21.000000000 -0800 @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: GNU sharutils 4.6.1-pre1\n" +"Project-Id-Version: GNU sharutils 4.6.1-pre5\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" -"PO-Revision-Date: 2005-11-08 08:00-0500\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" +"PO-Revision-Date: 2006-02-14 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" "MIME-Version: 1.0\n" @@ -95,7 +95,7 @@ #: src/shar.c:660 msgid "lock directory '${lock_dir}' exists" -msgstr "" +msgstr "le verrou du rpertoire '${lock_dir}' existe" #: src/shar.c:665 msgid "failed to create lock directory" @@ -113,54 +113,51 @@ #: src/shar.c:679 msgid "yes" -msgstr "" +msgstr "oui" #: src/shar.c:679 -#, fuzzy msgid "overwrite this file" -msgstr "crasement" +msgstr "craser le fichier" #: src/shar.c:680 msgid "no" -msgstr "" +msgstr "non" #: src/shar.c:680 msgid "skip this file" -msgstr "" +msgstr "escamoter le fichier" #: src/shar.c:681 msgid "all" -msgstr "" +msgstr "tous" #: src/shar.c:681 -#, fuzzy msgid "overwrite all files" -msgstr "crasement" +msgstr "craser tous les fichiers" #: src/shar.c:682 msgid "none" -msgstr "" +msgstr "aucun" #: src/shar.c:682 -#, fuzzy msgid "overwrite no files" -msgstr "crasement" +msgstr "n'craser aucun fichier" #: src/shar.c:683 msgid "help" -msgstr "" +msgstr "aide" #: src/shar.c:683 msgid "explain choices" -msgstr "" +msgstr "expliciter les choix" #: src/shar.c:684 msgid "quit" -msgstr "" +msgstr "quitter" #: src/shar.c:684 msgid "exit immediately" -msgstr "" +msgstr "quitter immdiatement" #: src/shar.c:726 msgid "Too many directories for mkdir generation" @@ -295,28 +292,28 @@ msgstr "(texte)" #: src/shar.c:1259 -#, fuzzy, c-format +#, c-format msgid "overwriting %s" -msgstr "crasement en cours." +msgstr "crasement de %s" #: src/shar.c:1261 -#, fuzzy, c-format +#, c-format msgid "overwrite %s" -msgstr "crasement" +msgstr "craser de %s" #: src/shar.c:1265 -#, fuzzy, c-format +#, c-format msgid "SKIPPING %s" -msgstr "ESCAMOTAGE EN COURS" +msgstr "ESCAMOTER %s" #: src/shar.c:1266 msgid "extraction aborted" msgstr "Extraction abandonne." #: src/shar.c:1270 -#, fuzzy, c-format +#, c-format msgid "SKIPPING %s (file already exists)" -msgstr "(le fichier existe dj)" +msgstr "ESCAMOTAGE de %s (le fichier existe dj)" #: src/shar.c:1280 #, c-format @@ -324,9 +321,9 @@ msgstr "Compression de %s (%s)" #: src/shar.c:1284 -#, fuzzy, c-format +#, c-format msgid "x - extracting %s %s" -msgstr "extraction de" +msgstr "x - extraction de %s %s" #: src/shar.c:1400 #, c-format @@ -334,9 +331,9 @@ msgstr "restauration de %s a chou\n" #: src/shar.c:1409 -#, fuzzy, c-format +#, c-format msgid "End of part %ld, continue with part %ld" -msgstr "Fin du segment %d, poursuite avec le segment %d" +msgstr "Fin du segment %ld, poursuite avec le segment %ld" #: src/shar.c:1415 #, c-format @@ -357,44 +354,43 @@ msgstr "Prire de dpaqueter le premier segment d'abord!" #: src/shar.c:1468 -#, fuzzy msgid "Please unpack part '${shar_sequence}' next!" -msgstr "Prire de dpaqueter le premier segment d'abord!" +msgstr "Prire de dpaqueter le segment '${shar_sequence}' ensuite!" #: src/shar.c:1479 -#, fuzzy, c-format +#, c-format msgid "STILL SKIPPING %s" -msgstr "ESCAMOTAGE TOUJOURS EN COURS" +msgstr "ESCAMOTAGE TOUJOURS EN COURS %s" #: src/shar.c:1487 -#, fuzzy, c-format +#, c-format msgid "continuing file %s" -msgstr "suite du fichier" +msgstr "suite du fichier %s" #: src/shar.c:1505 -#, fuzzy, c-format +#, c-format msgid "File %s is complete" -msgstr "est complet" +msgstr "Le fichier %s est complet" #: src/shar.c:1512 -#, fuzzy, c-format +#, c-format msgid "uudecoding file %s" -msgstr "Uudcodage du fichier" +msgstr "uudcodage du fichier %s" #: src/shar.c:1522 -#, fuzzy, c-format +#, c-format msgid "uncompressing file %s" -msgstr "Dcompression du fichier" +msgstr "dcompression du fichier %s" #: src/shar.c:1530 -#, fuzzy, c-format +#, c-format msgid "gunzipping file %s" -msgstr "Dcompression du fichier l'aide de gunzip " +msgstr "dcompression du fichier %s l'aide de gunzip " #: src/shar.c:1538 -#, fuzzy, c-format +#, c-format msgid "bunzipping file %s" -msgstr "Dcompression du fichier l'aide de bunzip " +msgstr "dcompression du fichier %s l'aide de bunzip " #: src/shar.c:1593 msgid "MD5 check failed" @@ -404,6 +400,7 @@ #, c-format msgid "'restoration warning: size of %s is not %s'\n" msgstr "" +"'AVERTISSEMENT de restauration warning: la taille de %s n'est pas %s'\n" #: src/shar.c:1701 msgid "allocating output file name" @@ -419,7 +416,7 @@ msgid "Closing `%s'" msgstr "Fermeture de %s " -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Pour en savoir davantage, faites: %s --help .\n" @@ -497,7 +494,6 @@ "TAILLLe en kiloctets\n" #: src/shar.c:1767 -#, fuzzy msgid "" "\n" "Controlling the shar headers:\n" @@ -518,11 +514,12 @@ "\n" "Modes de contrle des en-ttes:\n" " -n, --archive-name=NOM donner NOM comme titre de l'archive\n" -" -s, --submitter=NOM remplacer le nom du demandeur par dfaut\n" -" par le NOM\n" +" -s, --submitter=ADRESSE remplacer le nom du demandeur par dfaut\n" +" par l'ADRESSE\n" " -a, --net-headers gnrer les en-ttes: \"Submitted-by:\"\n" " et \"Archive-name:\"\n" " -c, --cut-mark insrer une ligne de dmarcation au dbut (cut)\n" +" -t, --translate traduire le message dans le script\n" "\n" "Slection de la mthode de stockage:\n" " -M, --mixed-uuencode dcider de l'uuencodage dynamiquement\n" @@ -608,7 +605,7 @@ msgstr "L'option -g force l'option -z.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "Rapporter toutes anomalies <%s>.\n" @@ -647,7 +644,7 @@ msgid "illegal output prefix\n" msgstr "prfixe de sortie illgal\n" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -700,9 +697,9 @@ msgstr "x - retrait du verrou de rpertoire `'%s\\''." #: src/shar.c:2323 -#, fuzzy, c-format +#, c-format msgid "x - failed to remove lock directory `'%s\\''." -msgstr "x - chec du retrait du verrou de rpertoire `'%s\\''." +msgstr "x - chec lors du retrait du verrou de rpertoire `'%s\\''." #: src/unshar.c:169 #, c-format @@ -779,67 +776,77 @@ msgid "allocate file buffer" msgstr "allocation du tampon de fichier" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: erreur d'criture" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: fichier tronqu." -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: ligne de dmarcation de la fin (end) est manquante." -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: quelque chose aprs un = de remplissage." -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: ligne illgale." -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: ligne de dmarcation du dbut (begin) est manquante." -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: ~usager illgal." -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: n'est pas un usager %s " -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "ne peut accder %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "criture interdite en PEPS (FIFO) (sur %s)" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "ne suit pas le lien symbolique (%s)" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "ouverture par fopen %s" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Usage: %s [FICHIER]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" @@ -880,14 +887,14 @@ " --version afficher le nom et la version du logiciel\n" #: src/uuencode.c:275 -#, fuzzy, c-format +#, c-format msgid "fopen-ing %s" -msgstr "Ouverture de %s " +msgstr "ouverture par fopen %s" #: src/uuencode.c:277 -#, fuzzy, c-format +#, c-format msgid "fstat-ing %s" -msgstr "Traitement de %s\n" +msgstr "acquisition des stats par fstat %s" #~ msgid "[no, yes, all, quit] (no)?" #~ msgstr "[no=non, yes=oui, all=tout, quit=quitter] (n)?" Files sharutils-4.6.1/po/ga.gmo and sharutils-4.6.2/po/ga.gmo differ diff -u -r sharutils-4.6.1/po/ga.po sharutils-4.6.2/po/ga.po --- sharutils-4.6.1/po/ga.po 2006-01-29 16:52:37.000000000 -0800 +++ sharutils-4.6.2/po/ga.po 2006-03-25 10:02:21.000000000 -0800 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: sharutils 4.6.1-pre5\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2006-01-20 18:52-0500\n" "Last-Translator: Kevin Patrick Scannell \n" "Language-Team: Irish \n" @@ -415,7 +415,7 @@ msgid "Closing `%s'" msgstr "`%s' dhnadh" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Bain triail as `%s --help' chun tuilleadh eolais a fhil.\n" @@ -591,7 +591,7 @@ msgstr "sidtear -z go huathoibroch nuair a shonratear -g.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "Seol tuairisc fabhtanna chuig <%s>.\n" @@ -629,7 +629,7 @@ msgid "illegal output prefix\n" msgstr "rimr neamhcheadaithe aschurtha\n" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -758,67 +758,77 @@ msgid "allocate file buffer" msgstr "dil maoln le haghaidh comhaid" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: Earrid sa scrobh" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Comhad gearr" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: Gan lne `end'" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: t sonra ann tar is an charachtair stula `='" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: lne neamhcheadaithe" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: Gan lne `begin'" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: ~sideoir neamhcheadaithe" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: Nl aon sideoir darb ainm `%s'" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "N fidir %s a rochtain" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "nor ceadaodh FIFO a scrobh (%s)" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "n leanfar nasc siombalach (%s)" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "%s oscailt le fopen" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "sid: %s [COMHAD]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/gl.gmo and sharutils-4.6.2/po/gl.gmo differ diff -u -r sharutils-4.6.1/po/gl.po sharutils-4.6.2/po/gl.po --- sharutils-4.6.1/po/gl.po 2006-01-29 16:52:37.000000000 -0800 +++ sharutils-4.6.2/po/gl.po 2006-03-25 10:02:21.000000000 -0800 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: sharutils 4.2c\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2000-05-30 09:45+0200\n" "Last-Translator: Jess Bravo lvarez \n" "Language-Team: Galician \n" @@ -427,7 +427,7 @@ msgid "Closing `%s'" msgstr "Pechando `%s'" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Probe `%s --help' para mis informacin.\n" @@ -591,7 +591,7 @@ msgstr "" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -629,7 +629,7 @@ msgid "illegal output prefix\n" msgstr "" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -759,67 +759,77 @@ msgid "allocate file buffer" msgstr "" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, fuzzy, c-format msgid "%s: Write error" msgstr "Erro de escritura" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Ficheiro curto" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: Non hai lia `end'" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: datos tralo carcter de recheo `='" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: lia ilegal" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: Non hai lia `begin'" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: ~usuario ilegal" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: Non hai tal usuario `%s'" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, fuzzy, c-format msgid "cannot access %s" msgstr "Non se pode acceder a %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "Abrindo `%s'" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Uso: %s [FICHEIRO]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/hu.gmo and sharutils-4.6.2/po/hu.gmo differ diff -u -r sharutils-4.6.1/po/hu.po sharutils-4.6.2/po/hu.po --- sharutils-4.6.1/po/hu.po 2006-01-29 16:52:37.000000000 -0800 +++ sharutils-4.6.2/po/hu.po 2006-03-25 10:02:21.000000000 -0800 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: sharutils-4.3.70\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2002-08-05 11:43GMT\n" "Last-Translator: Gbor Istvn \n" "Language-Team: Hungarian \n" @@ -421,7 +421,7 @@ msgid "Closing `%s'" msgstr "A '%s' bezrsa" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Prblja a `%s --help'-et tbb informcirt.\n" @@ -604,7 +604,7 @@ msgstr "A '-g' magba foglalja a '-z'.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "Hibajelentseket a(z) <%s> cmre kldj.\n" @@ -644,7 +644,7 @@ msgid "illegal output prefix\n" msgstr "" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -773,67 +773,77 @@ msgid "allocate file buffer" msgstr "" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, fuzzy, c-format msgid "%s: Write error" msgstr "%s: rs hiba" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Rvid fjl" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s Nincs 'end' sor" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: az adatokat az `=' sortlt sz kveti" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: rvnytelen sor" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: Nincs 'begin' sor" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: rvnytelen ~felhasznl" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: Nem felh. '%s'" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "%s: hozzfrs sikertelen" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "megtagadta a (%s) FIFO rst" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "nem kvetem a (%s) szimbolikus hivatkozst" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "A '%s' megnyitsa" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Hasznlat: %s [FJL]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/it.gmo and sharutils-4.6.2/po/it.gmo differ diff -u -r sharutils-4.6.1/po/it.po sharutils-4.6.2/po/it.po --- sharutils-4.6.1/po/it.po 2006-01-29 16:52:37.000000000 -0800 +++ sharutils-4.6.2/po/it.po 2006-03-25 10:02:21.000000000 -0800 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: sharutils 4.6.1-pre1\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2005-11-08 17:00+0000\n" "Last-Translator: Marco Colombo \n" "Language-Team: Italian \n" @@ -419,7 +419,7 @@ msgid "Closing `%s'" msgstr "Chiusura di '%s'" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Usare '%s --help' per maggiori informazioni.\n" @@ -602,7 +602,7 @@ msgstr "L'opzione -g implica -z.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "Segnalare i bug a <%s>.\n" @@ -640,7 +640,7 @@ msgid "illegal output prefix\n" msgstr "prefisso di output illecito\n" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -771,68 +771,78 @@ msgid "allocate file buffer" msgstr "allocare un buffer per il file" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: errore di scrittura" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: file corto" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: riga 'end' mancante" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: altri dati seguono il carattere di riempimento '='" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: riga illecita" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: manca la riga 'begin'" # NdT: utente illecito mi sembra proprio brutto -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: ~utente non valido" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: utente '%s' non esistente" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "impossibile accedere a %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "scrittura FIFO negata (%s)" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "collegamenti simbolici non seguiti (%s)" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "Apertura di '%s'" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Uso: %s [FILE]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/ja.gmo and sharutils-4.6.2/po/ja.gmo differ diff -u -r sharutils-4.6.1/po/ja.po sharutils-4.6.2/po/ja.po --- sharutils-4.6.1/po/ja.po 2006-01-29 16:52:37.000000000 -0800 +++ sharutils-4.6.2/po/ja.po 2006-03-25 10:02:21.000000000 -0800 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: GNU sharutils 4.6\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2005-09-20 22:06+0900\n" "Last-Translator: IIDA Yosiaki \n" "Language-Team: Japanese \n" @@ -421,7 +421,7 @@ msgid "Closing `%s'" msgstr "`%s'ĤƤޤ" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "ܤ`%s --help'¹ԤƤ\n" @@ -589,7 +589,7 @@ msgstr "ץ-g-zޤߤޤ\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -630,7 +630,7 @@ msgid "illegal output prefix\n" msgstr "̵ʽƬ\n" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -759,67 +759,77 @@ msgid "allocate file buffer" msgstr "ե롦Хåեγդ" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: ߥ顼" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: ûե" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: `end'Ԥޤ" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: ͤʸ`='³ǡ" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: ʹ" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: `begin'Ԥޤ" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: ~user" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: `%s'Ȥ桼¸ߤޤ" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "%s˥Ǥޤ" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "FIFO (%s) ؤνߵ" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "ܥå (%s) ɤޤ" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "`%s'Ҥ餤Ƥޤ" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "ˡ: %s [ե]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/nb.gmo and sharutils-4.6.2/po/nb.gmo differ diff -u -r sharutils-4.6.1/po/nb.po sharutils-4.6.2/po/nb.po --- sharutils-4.6.1/po/nb.po 2006-01-29 16:52:37.000000000 -0800 +++ sharutils-4.6.2/po/nb.po 2006-03-25 10:02:22.000000000 -0800 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: GNU gettext 0.10.12\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2002-06-25 20:04+0200\n" "Last-Translator: Karl Anders ygard \n" "Language-Team: Norwegian-bokml \n" @@ -411,7 +411,7 @@ msgid "Closing `%s'" msgstr "" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, fuzzy, c-format msgid "Try `%s --help' for more information.\n" msgstr "Prv %s --help for mer informasjon\n" @@ -520,7 +520,7 @@ msgstr "" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -558,7 +558,7 @@ msgid "illegal output prefix\n" msgstr "" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -671,67 +671,77 @@ msgid "allocate file buffer" msgstr "" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, fuzzy, c-format msgid "%s: illegal line" msgstr "%s: ulovlig flagg -- %c\n" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, c-format +msgid "freopen of %s" +msgstr "" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/nl.gmo and sharutils-4.6.2/po/nl.gmo differ diff -u -r sharutils-4.6.1/po/nl.po sharutils-4.6.2/po/nl.po --- sharutils-4.6.1/po/nl.po 2006-01-29 16:52:37.000000000 -0800 +++ sharutils-4.6.2/po/nl.po 2006-03-25 10:02:22.000000000 -0800 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: sharutils 4.6.1-pre5\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2006-01-21 00:26+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" @@ -419,7 +419,7 @@ msgid "Closing `%s'" msgstr "Bezig `%s' te sluiten" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Probeer `%s --help' voor meer informatie.\n" @@ -594,7 +594,7 @@ msgstr "Optie -g impliceert -z.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -634,7 +634,7 @@ msgid "illegal output prefix\n" msgstr "onjuiste uitvoervoorloopnaam\n" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -762,67 +762,77 @@ msgid "allocate file buffer" msgstr "voeg een buffer voor het bestand toe" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: Schrijffout" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Bestand is te kort" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: Geen `end'-regel" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: gegevens aanwezig na het `='-vulteken" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: onjuiste regel" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: Geen `begin'-regel" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: Onjuiste ~gebruiker" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: Er bestaat geen gebruiker `%s'" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "kan geen toegang krijgen tot %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "kan niet naar FIFO (%s) schrijven" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "symbolische koppeling (%s) wordt niet gevolgd" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "Bezig fopen op %s toe te passen" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Gebruik: %s [BESTAND]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/nn.gmo and sharutils-4.6.2/po/nn.gmo differ diff -u -r sharutils-4.6.1/po/nn.po sharutils-4.6.2/po/nn.po --- sharutils-4.6.1/po/nn.po 2006-01-29 16:52:37.000000000 -0800 +++ sharutils-4.6.2/po/nn.po 2006-03-25 10:02:22.000000000 -0800 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: GNU gettext 0.10.12\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2002-06-25 20:04+0200\n" "Last-Translator: Karl Anders ygard \n" "Language-Team: Norwegian-nynorsk \n" @@ -410,7 +410,7 @@ msgid "Closing `%s'" msgstr "" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, fuzzy, c-format msgid "Try `%s --help' for more information.\n" msgstr "Prv %s --help for meir informasjon\n" @@ -519,7 +519,7 @@ msgstr "" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -557,7 +557,7 @@ msgid "illegal output prefix\n" msgstr "" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -670,67 +670,77 @@ msgid "allocate file buffer" msgstr "" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, fuzzy, c-format msgid "%s: illegal line" msgstr "%s: ulovleg flagg -- %c\n" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, c-format +msgid "freopen of %s" +msgstr "" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/pl.gmo and sharutils-4.6.2/po/pl.gmo differ diff -u -r sharutils-4.6.1/po/pl.po sharutils-4.6.2/po/pl.po --- sharutils-4.6.1/po/pl.po 2006-01-29 16:52:37.000000000 -0800 +++ sharutils-4.6.2/po/pl.po 2006-03-25 10:02:22.000000000 -0800 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: sharutils 4.6.1-pre5\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2006-01-20 19:17+0100\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -413,7 +413,7 @@ msgid "Closing `%s'" msgstr "Zamykanie `%s'" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Wywoanie `%s --help' poda wicej informacji.\n" @@ -593,7 +593,7 @@ msgstr "Opcja -g implikuje -z.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -633,7 +633,7 @@ msgid "illegal output prefix\n" msgstr "niedozwolony prefiks wyjcia\n" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -763,67 +763,77 @@ msgid "allocate file buffer" msgstr "przydzielanie bufora na pliki" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: Bd zapisu" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Krtki plik" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: Brak lini `end'" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: dane nastpujce po znaku dopeniajcym `='" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: niedozwolona linia" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: Brak linii `begin'" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: Niedozwolony ~uytkownik" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: Uytkownik `%s' nie istnieje" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "brak dostpu do %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "odmowa zapisu do FIFO (%s)" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "nie podanie za dowizaniem symbolicznym (%s)" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "Otwieranie przez fopen %s" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Skadnia: %s [PLIK]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/pt.gmo and sharutils-4.6.2/po/pt.gmo differ diff -u -r sharutils-4.6.1/po/pt.po sharutils-4.6.2/po/pt.po --- sharutils-4.6.1/po/pt.po 2006-01-29 16:52:38.000000000 -0800 +++ sharutils-4.6.2/po/pt.po 2006-03-25 10:02:22.000000000 -0800 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: GNU sharutils\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2002-06-24 20:30+0200\n" "Last-Translator: unknown\n" "Language-Team: Portugese \n" @@ -411,7 +411,7 @@ msgid "Closing `%s'" msgstr "Fechando `%s'" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Para mais informao, tente `%s --help'.\n" @@ -547,7 +547,7 @@ msgstr "" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -585,7 +585,7 @@ msgid "illegal output prefix\n" msgstr "" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -698,67 +698,77 @@ msgid "allocate file buffer" msgstr "" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, fuzzy, c-format msgid "%s: Write error" msgstr "Erro durante a escrita" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Ficheiro de dimenso reduzida" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: Falta a linha `end'" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: Falta a linha `begin'" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: ~utilizador no permitido" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: No existe o utilizador `%s'" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, fuzzy, c-format msgid "cannot access %s" msgstr "No possvel aceder a %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "Abrindo `%s'" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Utilizao: %s [FICHEIRO]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/ru.gmo and sharutils-4.6.2/po/ru.gmo differ diff -u -r sharutils-4.6.1/po/ru.po sharutils-4.6.2/po/ru.po --- sharutils-4.6.1/po/ru.po 2006-01-29 16:52:38.000000000 -0800 +++ sharutils-4.6.2/po/ru.po 2006-03-25 10:02:22.000000000 -0800 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: sharutils 4.6.1-pre5\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2006-01-20 13:57+0200\n" "Last-Translator: Pavel Maryanov \n" "Language-Team: Russian \n" @@ -414,7 +414,7 @@ msgid "Closing `%s'" msgstr " `%s'" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr " `%s --help' .\n" @@ -593,7 +593,7 @@ msgstr " -g -z.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr " <%s>.\n" @@ -631,7 +631,7 @@ msgid "illegal output prefix\n" msgstr " \n" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -761,67 +761,77 @@ msgid "allocate file buffer" msgstr " " -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: " -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: " -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: `end'" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: , `='" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: " -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: `begin'" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: ~" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: `%s'" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr " %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr " FIFO (%s)" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr " (%s)" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr " fopen %s" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr ": %s []...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/rw.gmo and sharutils-4.6.2/po/rw.gmo differ diff -u -r sharutils-4.6.1/po/rw.po sharutils-4.6.2/po/rw.po --- sharutils-4.6.1/po/rw.po 2006-01-29 16:52:38.000000000 -0800 +++ sharutils-4.6.2/po/rw.po 2006-03-25 10:02:22.000000000 -0800 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: sharutils 4.3.78\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy \n" "Language-Team: Kinyarwanda \n" @@ -457,7 +457,7 @@ msgid "Closing `%s'" msgstr "" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, fuzzy, c-format msgid "Try `%s --help' for more information.\n" msgstr "kugirango Birenzeho Ibisobanuro" @@ -596,7 +596,7 @@ msgstr "g Z" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, fuzzy, c-format msgid "Report bugs to <%s>.\n" msgstr "Kuri" @@ -636,7 +636,7 @@ msgid "illegal output prefix\n" msgstr "Ibisohoka" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, fuzzy, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -762,67 +762,77 @@ msgid "allocate file buffer" msgstr "" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, fuzzy, c-format msgid "%s: Write error" msgstr "%s:Ikosa" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, fuzzy, c-format msgid "%s: Short file" msgstr "%s:IDOSIYE" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, fuzzy, c-format msgid "%s: No `end' line" msgstr "%s:Umurongo" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, fuzzy, c-format msgid "%s: data following `=' padding character" msgstr "%s:Ibyatanzwe Wuzuza: Inyuguti" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, fuzzy, c-format msgid "%s: illegal line" msgstr "%s:Umurongo" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, fuzzy, c-format msgid "%s: No `begin' line" msgstr "%s:Umurongo" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, fuzzy, c-format msgid "%s: Illegal ~user" msgstr "%s:Ukoresha:" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, fuzzy, c-format msgid "%s: No user `%s'" msgstr "%s:Ukoresha:" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, fuzzy, c-format msgid "not following symlink (%s)" msgstr "OYA" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "Gufungura %s%S" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "" -#: src/uudecode.c:421 +#: src/uudecode.c:437 #, fuzzy msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" diff -u -r sharutils-4.6.1/po/sharutils.pot sharutils-4.6.2/po/sharutils.pot --- sharutils-4.6.1/po/sharutils.pot 2006-01-29 16:51:35.000000000 -0800 +++ sharutils-4.6.2/po/sharutils.pot 2006-03-25 10:01:22.000000000 -0800 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -411,7 +411,7 @@ msgid "Closing `%s'" msgstr "" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" @@ -519,7 +519,7 @@ msgstr "" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -557,7 +557,7 @@ msgid "illegal output prefix\n" msgstr "" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -669,67 +669,77 @@ msgid "allocate file buffer" msgstr "" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, c-format +msgid "freopen of %s" +msgstr "" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/sr.gmo and sharutils-4.6.2/po/sr.gmo differ diff -u -r sharutils-4.6.1/po/sr.po sharutils-4.6.2/po/sr.po --- sharutils-4.6.1/po/sr.po 2006-01-29 16:52:38.000000000 -0800 +++ sharutils-4.6.2/po/sr.po 2006-03-25 10:02:22.000000000 -0800 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: sharutils 4.6.1-pre1\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2005-12-13 21:07-0500\n" "Last-Translator: Aleksandar Jelenak \n" "Language-Team: Serbian \n" @@ -419,7 +419,7 @@ msgid "Closing `%s'" msgstr "Затварам `%s'" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Навођењем `%s --help' добијате помоћ.\n" @@ -590,7 +590,7 @@ msgstr "Опција -g повлачи -z.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -630,7 +630,7 @@ msgid "illegal output prefix\n" msgstr "неисправан излазни префикс\n" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -759,67 +759,77 @@ msgid "allocate file buffer" msgstr "добави бафер за датотеку" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: Грешка при упису" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Кратка датотека" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: Нема линије за крај (`end') " -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: подаци следе иза знака `='" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: неисправна линија" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: Нема почетне линије (`begin')" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: Неисправан ~корисник" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: Корисник `%s' не постји" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "није могуће приступити %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "не може се уписати FIFO (%s)" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "не пратим симболичку везу (%s)" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "Отварам `%s'" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Употреба: %s [ДАТОТЕКА]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/sv.gmo and sharutils-4.6.2/po/sv.gmo differ diff -u -r sharutils-4.6.1/po/sv.po sharutils-4.6.2/po/sv.po --- sharutils-4.6.1/po/sv.po 2006-01-29 16:52:38.000000000 -0800 +++ sharutils-4.6.2/po/sv.po 2006-03-25 10:02:22.000000000 -0800 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: sharutils 4.6.1-pre5\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2006-01-25 16:54+0100\n" "Last-Translator: Jan Djrv \n" "Language-Team: Swedish \n" @@ -415,7 +415,7 @@ msgid "Closing `%s'" msgstr "Stnger \"%s\"" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Frsk med \"%s --help\" fr ytterligare information.\n" @@ -586,7 +586,7 @@ msgstr "Flaggan -g medfr -z.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -627,7 +627,7 @@ msgid "illegal output prefix\n" msgstr "otilltet prefix fr utfiler\n" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -755,67 +755,77 @@ msgid "allocate file buffer" msgstr "allokera filbuffert" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: Skrivfel" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Stympad fil" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: \"end\"-rad saknas" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: det finns data efter utfyllnadstecknet \"=\" " -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: felaktig rad" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: \"begin\"-rad saknas" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: Otillten ~user" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: Det finns ingen anvndare \"%s\"" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "kan inte komma t %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "skriver inte till FIFO (%s)" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "fljer inte symbolisk lnk (%s)" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "ppnar (fopen) %s" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Anvndning: %s [FIL]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/tr.gmo and sharutils-4.6.2/po/tr.gmo differ diff -u -r sharutils-4.6.1/po/tr.po sharutils-4.6.2/po/tr.po --- sharutils-4.6.1/po/tr.po 2006-01-29 16:52:38.000000000 -0800 +++ sharutils-4.6.2/po/tr.po 2006-03-25 10:02:22.000000000 -0800 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: sharutils-4.6.1-pre5\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2006-01-20 19:18-0500\n" "Last-Translator: Eyp Hakan Duran \n" "Language-Team: Turkish \n" @@ -415,7 +415,7 @@ msgid "Closing `%s'" msgstr "`%s' kapatlyor" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Daha fazla bilgi iin `%s --help' yazn.\n" @@ -587,7 +587,7 @@ msgstr "-g seenei -z gerektirir.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "Yazlm hatalarn <%s>'e bildiriniz.\n" @@ -625,7 +625,7 @@ msgid "illegal output prefix\n" msgstr "kurald kt neki\n" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -754,67 +754,77 @@ msgid "allocate file buffer" msgstr "dosya tamponu ata" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: Yazma hatas" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: Ksa dosya" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: `son' izgisi yok" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: dolgulama karakteri `=' sonras veri" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: kurald izgi" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: `balang' izgisi yok" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: Kurald ~kullanc" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: Kullanc yok `%s'" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "%s'e eriilemedi" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "FIFO (%s) yazm reddedildi" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "simgesel link (%s) izlenemiyor" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "%s 'f'alyor" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Kullanm: %s [DOSYA] \n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/vi.gmo and sharutils-4.6.2/po/vi.gmo differ diff -u -r sharutils-4.6.1/po/vi.po sharutils-4.6.2/po/vi.po --- sharutils-4.6.1/po/vi.po 2006-01-29 16:52:38.000000000 -0800 +++ sharutils-4.6.2/po/vi.po 2006-03-25 10:02:22.000000000 -0800 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: sharutils 4.6.1-pre5\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2006-01-22 14:29+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -419,7 +419,7 @@ msgid "Closing `%s'" msgstr "Đang đóng « %s »..." -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Hãy thử lệnh « %s --help » để tìm thông tin thêm (_trợ giúp_).\n" @@ -607,7 +607,7 @@ msgstr "Tùy chọn « -g » ngụ ý « -z ».\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "" @@ -648,7 +648,7 @@ msgid "illegal output prefix\n" msgstr "không cho phép tiền tố xuất\n" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -779,67 +779,77 @@ msgid "allocate file buffer" msgstr "cấp phát bộ đệm tập tin" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: lỗi ghi" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: tập tin ngắn" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: không có dòng « end » (kết thúc)" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: có dữ liệu theo ký tự đệm « = »" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: không cho phép dòng này" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: không có dòng « begin » (bắt đầu) nào" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: không cho phép « ~user » (người dùng) này" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: không có người dùng « %s »" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "không thể truy cập %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "việc ghi FIFO (nhập trước, xuất trước) bị từ chối (%s)" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "không theo liên kết tượng trưng (%s)" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "Đang fopen (mở f) %s..." + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "Cách sử dụng: %s [TẬP_TIN]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Files sharutils-4.6.1/po/zh_TW.gmo and sharutils-4.6.2/po/zh_TW.gmo differ diff -u -r sharutils-4.6.1/po/zh_TW.po sharutils-4.6.2/po/zh_TW.po --- sharutils-4.6.1/po/zh_TW.po 2006-01-29 16:52:38.000000000 -0800 +++ sharutils-4.6.2/po/zh_TW.po 2006-03-25 10:02:22.000000000 -0800 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: sharutils 4.3.73\n" "Report-Msgid-Bugs-To: bug-gnu-utils@gnu.org\n" -"POT-Creation-Date: 2006-01-29 16:51-0800\n" +"POT-Creation-Date: 2006-03-25 10:01-0800\n" "PO-Revision-Date: 2002-08-03 20:13 +8\n" "Last-Translator: Yuan-Chen Cheng \n" "Language-Team: Chinese (traditional) \n" @@ -418,7 +418,7 @@ msgid "Closing `%s'" msgstr " `%s'" -#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:416 src/uuencode.c:204 +#: src/shar.c:1730 src/unshar.c:313 src/uudecode.c:432 src/uuencode.c:204 #, c-format msgid "Try `%s --help' for more information.\n" msgstr " `%s --help' HŪhT.\n" @@ -580,7 +580,7 @@ msgstr "Ѽ -g ] -z.\n" #. TRANSLATORS: add the contact address for your translation team! -#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:427 src/uuencode.c:214 +#: src/shar.c:1819 src/unshar.c:332 src/uudecode.c:443 src/uuencode.c:214 #, c-format msgid "Report bugs to <%s>.\n" msgstr "N{~ie <%s>, ½Ķ~ie zh-l10n@linux.org.tw.\n" @@ -618,7 +618,7 @@ msgid "illegal output prefix\n" msgstr "" -#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:465 src/uuencode.c:254 +#: src/shar.c:2134 src/unshar.c:415 src/uudecode.c:481 src/uuencode.c:254 #, fuzzy, c-format, no-wrap msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -744,67 +744,77 @@ msgid "allocate file buffer" msgstr "" -#: src/uudecode.c:114 src/uudecode.c:404 +#: src/uudecode.c:121 src/uudecode.c:420 #, c-format msgid "%s: Write error" msgstr "%s: gX~" -#: src/uudecode.c:132 src/uudecode.c:215 +#: src/uudecode.c:139 src/uudecode.c:222 #, c-format msgid "%s: Short file" msgstr "%s: uɮ" -#: src/uudecode.c:160 +#: src/uudecode.c:167 #, c-format msgid "%s: No `end' line" msgstr "%s: S `end' @" -#: src/uudecode.c:224 +#: src/uudecode.c:231 #, c-format msgid "%s: data following `=' padding character" msgstr "%s: ƸHb `=' oӶRr" -#: src/uudecode.c:248 src/uudecode.c:256 src/uudecode.c:270 +#: src/uudecode.c:255 src/uudecode.c:263 src/uudecode.c:277 #, c-format msgid "%s: illegal line" msgstr "%s: Dk@" -#: src/uudecode.c:310 +#: src/uudecode.c:317 #, c-format msgid "%s: No `begin' line" msgstr "%s: bӦ椺S `begin'" -#: src/uudecode.c:342 +#: src/uudecode.c:349 #, c-format msgid "%s: Illegal ~user" msgstr "%s: DkϥΪ ~user" -#: src/uudecode.c:349 +#: src/uudecode.c:356 #, c-format msgid "%s: No user `%s'" msgstr "%s: sbϥΪ `%s'" -#: src/uudecode.c:365 +#: src/uudecode.c:380 #, c-format msgid "cannot access %s" msgstr "s %s" -#: src/uudecode.c:369 +#: src/uudecode.c:385 #, c-format msgid "denied writing FIFO (%s)" msgstr "ڵgX FIFO (%s)" -#: src/uudecode.c:373 +#: src/uudecode.c:390 #, c-format msgid "not following symlink (%s)" msgstr "äH symlink (%s)" -#: src/uudecode.c:420 +#: src/uudecode.c:398 +#, fuzzy, c-format +msgid "freopen of %s" +msgstr "} `%s'" + +#: src/uudecode.c:404 +#, c-format +msgid "chmod of %s" +msgstr "" + +#: src/uudecode.c:436 #, c-format msgid "Usage: %s [FILE]...\n" msgstr "ϥΤkG%s [ɮ]...\n" -#: src/uudecode.c:421 +#: src/uudecode.c:437 msgid "" "Mandatory arguments to long options are mandatory to short options too.\n" " -o, --output-file=FILE direct output to FILE\n" Only in sharutils-4.6.1/src: ChangeLog diff -u -r sharutils-4.6.1/src/Makefile.in sharutils-4.6.2/src/Makefile.in --- sharutils-4.6.1/src/Makefile.in 2006-01-29 16:50:56.000000000 -0800 +++ sharutils-4.6.2/src/Makefile.in 2006-03-25 10:00:47.000000000 -0800 @@ -42,7 +42,7 @@ subdir = src DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/compress-dummy.in $(srcdir)/mail-files.in \ - $(srcdir)/mailshar.in $(srcdir)/remsync.in ChangeLog + $(srcdir)/mailshar.in $(srcdir)/remsync.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/gettext.m4 \ diff -u -r sharutils-4.6.1/src/scripts.x sharutils-4.6.2/src/scripts.x --- sharutils-4.6.1/src/scripts.x 2006-01-29 16:50:22.000000000 -0800 +++ sharutils-4.6.2/src/scripts.x 2006-03-25 10:00:14.000000000 -0800 @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (scripts.x) * - * It has been AutoGen-ed Sunday January 29, 2006 at 04:50:22 PM PST + * It has been AutoGen-ed Saturday March 25, 2006 at 10:00:14 AM PST * From the definitions scripts.def * and the template file scripts.tpl * diff -u -r sharutils-4.6.1/src/uudecode.c sharutils-4.6.2/src/uudecode.c --- sharutils-4.6.1/src/uudecode.c 2005-11-15 09:03:29.000000000 -0800 +++ sharutils-4.6.2/src/uudecode.c 2006-03-25 09:53:33.000000000 -0800 @@ -3,7 +3,7 @@ "1994, 1995, 1996, 2002, 2005"; /* uudecode utility. - Copyright (C) 1994, 1995, 1996, 2002, 2005 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996, 2002, 2005, 2006 Free Software Foundation, Inc. This product is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -80,6 +80,13 @@ #include #include "getopt.h" +#define UU_MODE_BITS(_M) ((_M) & (S_IRWXU | S_IRWXG | S_IRWXO)) +#if HAVE_FCHMOD +#define UU_CHMOD(_n, _fd, _m) fchmod ((_fd), UU_MODE_BITS(_m)) +#else +#define UU_CHMOD(_n, _fd, _m) chmod ((_n), UU_MODE_BITS(_m)) +#endif + struct passwd *getpwnam (); static struct option longopts[] = @@ -358,36 +365,45 @@ } } - /* Check out file if it exists */ - if (strcmp (outname, "/dev/stdout") != 0 && strcmp (outname, "-") != 0 - && !access(outname, F_OK)) { - if (lstat(outname, &attr) == -1) { - error (0, errno, _("cannot access %s"), outname); - return 1; - } - if (S_ISFIFO(attr.st_mode)){ - error (0, errno, _("denied writing FIFO (%s)"), outname); - return 1; - } - if (S_ISLNK(attr.st_mode)) { - error (0, errno, _("not following symlink (%s)"), outname); - return 1; - } - } - /* Create output file and set mode. */ - if (strcmp (outname, "/dev/stdout") != 0 && strcmp (outname, "-") != 0 - && (freopen (outname, FOPEN_WRITE_BINARY, stdout) == NULL -#if HAVE_FCHMOD - || fchmod (fileno (stdout), mode & (S_IRWXU | S_IRWXG | S_IRWXO)) -#else - || chmod (outname, mode & (S_IRWXU | S_IRWXG | S_IRWXO)) -#endif - )) + if ( (strcmp (outname, "/dev/stdout") != 0) + && (strcmp (outname, "-") != 0) ) { - error (0, errno, "%s: %s", outname, inname); - return 1; + FILE* fp; + + /* Check out file if it exists */ + if (!access(outname, F_OK)) + { + if (lstat(outname, &attr) == -1) + { + error (0, errno, _("cannot access %s"), outname); + return 1; + } + if (S_ISFIFO(attr.st_mode)) + { + error (0, errno, _("denied writing FIFO (%s)"), outname); + return 1; + } + if (S_ISLNK(attr.st_mode)) + { + error (0, errno, _("not following symlink (%s)"), outname); + return 1; + } + } + + fp = freopen (outname, FOPEN_WRITE_BINARY, stdout); + if (fp != stdout) + { + error (0, errno, _("freopen of %s"), outname); + return 1; + } + + if (UU_CHMOD(outname, fileno (fp), mode) != 0) + { + error (0, errno, _("chmod of %s"), outname); + return 1; + } } /* We differenciate decoding standard UU encoding and base64. A @@ -501,3 +517,11 @@ exit (exit_status); } + +/* + * Local Variables: + * mode: C + * c-file-style: "gnu" + * indent-tabs-mode: nil + * End: + * end of agen5/autogen.c */ Only in sharutils-4.6.1/tests: ChangeLog diff -u -r sharutils-4.6.1/tests/Makefile.am sharutils-4.6.2/tests/Makefile.am --- sharutils-4.6.1/tests/Makefile.am 2006-01-04 16:10:50.000000000 -0800 +++ sharutils-4.6.2/tests/Makefile.am 2006-03-25 09:51:25.000000000 -0800 @@ -1,5 +1,5 @@ ## Makefile for the checks subdirectory of the GNU Shar utilities. -## Copyright (C) 1995, 1996 Free Software Foundation, Inc. +## Copyright (C) 1995, 1996, 2005, 2006 Free Software Foundation, Inc. ## ## 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 diff -u -r sharutils-4.6.1/tests/Makefile.in sharutils-4.6.2/tests/Makefile.in --- sharutils-4.6.1/tests/Makefile.in 2006-01-29 16:50:56.000000000 -0800 +++ sharutils-4.6.2/tests/Makefile.in 2006-03-25 10:00:48.000000000 -0800 @@ -36,7 +36,7 @@ build_triplet = @build@ host_triplet = @host@ subdir = tests -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/gettext.m4 \ diff -u -r sharutils-4.6.1/version.m4 sharutils-4.6.2/version.m4 --- sharutils-4.6.1/version.m4 2006-01-29 16:50:22.000000000 -0800 +++ sharutils-4.6.2/version.m4 2006-03-25 10:00:14.000000000 -0800 @@ -1,4 +1,4 @@ -m4_define([sharutils_version], [4.6.1]) +m4_define([sharutils_version], [4.6.2]) m4_define([sharutils_eaddr], [bug-gnu-utils@gnu.org]) m4_define([gettext_version], [0.14.5]) AC_PREREQ([2.59])