From e8034f2fd47a14bf8d50b9892912cb2be7164d6c Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 8 Jan 2007 00:19:15 +0000 Subject: [PATCH] Update po files. --- configure | 1830 +++++++++++-------------------------------------- po/aria2c.pot | 212 +++--- po/de.gmo | Bin 18931 -> 18362 bytes po/de.po | 220 +++--- po/ja.gmo | Bin 28147 -> 27505 bytes po/ja.po | 225 +++--- po/ru.gmo | Bin 24974 -> 24239 bytes po/ru.po | 219 +++--- 8 files changed, 904 insertions(+), 1802 deletions(-) diff --git a/configure b/configure index 5d0d9fe8..478b34c2 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.60a for aria2c 0.9.0. +# Generated by GNU Autoconf 2.61 for aria2c 0.9.0. # # Report bugs to . # @@ -12,7 +12,8 @@ ## M4sh Initialization. ## ## --------------------- ## -# Be Bourne compatible +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: @@ -21,10 +22,13 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh + + # PATH needs CR @@ -217,7 +221,7 @@ test \$exitcode = 0) || { (exit 1); exit 1; } else as_candidate_shells= as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. @@ -235,7 +239,6 @@ IFS=$as_save_IFS # Try only shells that exist, to save several forks. if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { ("$as_shell") 2> /dev/null <<\_ASEOF -# Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: @@ -244,10 +247,12 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh + : _ASEOF @@ -255,7 +260,6 @@ _ASEOF CONFIG_SHELL=$as_shell as_have_required=yes if { "$as_shell" 2> /dev/null <<\_ASEOF -# Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: @@ -264,10 +268,12 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh + : (as_func_return () { @@ -514,19 +520,28 @@ else as_mkdir_p=false fi -# Find out whether ``test -x'' works. Don't use a zero-byte file, as -# systems may use methods other than mode bits to determine executability. -cat >conf$$.file <<_ASEOF -#! /bin/sh -exit 0 -_ASEOF -chmod +x conf$$.file -if test -x conf$$.file >/dev/null 2>&1; then - as_executable_p="test -x" +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' else - as_executable_p=: + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' fi -rm -f conf$$.file +as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -750,6 +765,7 @@ target_alias CXX CXXFLAGS LDFLAGS +LIBS CPPFLAGS CCC CC @@ -862,10 +878,10 @@ do -disable-* | --disable-*) ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/-/_/g'` + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` eval enable_$ac_feature=no ;; -docdir | --docdir | --docdi | --doc | --do) @@ -881,10 +897,10 @@ do -enable-* | --enable-*) ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/-/_/g'` + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` eval enable_$ac_feature=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ @@ -1078,19 +1094,19 @@ do -with-* | --with-*) ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package| sed 's/-/_/g'` + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` eval with_$ac_package=\$ac_optarg ;; -without-* | --without-*) ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/-/_/g'` + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` eval with_$ac_package=no ;; --x) @@ -1374,6 +1390,7 @@ Some influential environment variables: CXXFLAGS C++ compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory + LIBS libraries to pass to the linker, e.g. -l CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if you have headers in a nonstandard directory CC C compiler command @@ -1450,7 +1467,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF aria2c configure 0.9.0 -generated by GNU Autoconf 2.60a +generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -1464,7 +1481,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by aria2c $as_me 0.9.0, which was -generated by GNU Autoconf 2.60a. Invocation command line was +generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -1884,7 +1901,7 @@ case $as_dir/ in # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. @@ -2050,7 +2067,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2185,7 +2202,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2225,7 +2242,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2329,7 +2346,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2514,7 +2531,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2558,7 +2575,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CXX="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2914,27 +2931,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 @@ -2989,27 +2989,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else echo "$as_me: failed program was:" >&5 @@ -3044,27 +3027,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : else echo "$as_me: failed program was:" >&5 @@ -3100,27 +3066,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else echo "$as_me: failed program was:" >&5 @@ -3357,7 +3306,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3397,7 +3346,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3454,7 +3403,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3495,7 +3444,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue @@ -3553,7 +3502,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3597,7 +3546,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -3717,27 +3666,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 @@ -3792,27 +3724,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else echo "$as_me: failed program was:" >&5 @@ -3847,27 +3762,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : else echo "$as_me: failed program was:" >&5 @@ -3903,27 +3801,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else echo "$as_me: failed program was:" >&5 @@ -4039,27 +3920,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_prog_cc_c89=$ac_arg else echo "$as_me: failed program was:" >&5 @@ -4241,7 +4105,7 @@ case $as_dir/ in # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. @@ -4302,7 +4166,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4342,7 +4206,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4399,7 +4263,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_YACC="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4484,7 +4348,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_XML2_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4702,27 +4566,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding LIBXML or finding the wrong" echo "*** version of LIBXML. If it is not finding LIBXML, you'll need to set your" @@ -4800,7 +4648,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_LIBGNUTLS_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -4998,27 +4846,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding LIBGNUTLS or finding the wrong" echo "*** version of LIBGNUTLS. If it is not finding LIBGNUTLS, you'll need to set your" @@ -5095,7 +4927,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_LIBGCRYPT_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -5273,27 +5105,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_ssl_SSL_library_init=yes else echo "$as_me: failed program was:" >&5 @@ -5351,27 +5167,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_crypto_main=yes else echo "$as_me: failed program was:" >&5 @@ -5474,27 +5274,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_cares_ares_init=yes else echo "$as_me: failed program was:" >&5 @@ -5598,27 +5382,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_ares_ares_init=yes else echo "$as_me: failed program was:" >&5 @@ -5814,17 +5582,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : else echo "$as_me: failed program was:" >&5 @@ -5858,17 +5619,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then # Broken: success on invalid input. continue else @@ -5933,17 +5687,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : else echo "$as_me: failed program was:" >&5 @@ -5977,17 +5724,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then # Broken: success on invalid input. continue else @@ -6042,7 +5782,7 @@ do for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in @@ -6124,7 +5864,7 @@ do for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in @@ -6220,27 +5960,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else echo "$as_me: failed program was:" >&5 @@ -6416,27 +6139,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else echo "$as_me: failed program was:" >&5 @@ -6496,27 +6202,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_working_alloca_h=yes else echo "$as_me: failed program was:" >&5 @@ -6592,27 +6282,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_func_alloca_works=yes else echo "$as_me: failed program was:" >&5 @@ -6741,27 +6415,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 @@ -6927,27 +6585,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 @@ -6983,17 +6624,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -7159,27 +6793,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_stdbool_h=yes else echo "$as_me: failed program was:" >&5 @@ -7229,27 +6846,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type__Bool=yes else echo "$as_me: failed program was:" >&5 @@ -7361,27 +6961,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_c_const=yes else echo "$as_me: failed program was:" >&5 @@ -7435,27 +7018,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_c_inline=$ac_kw else echo "$as_me: failed program was:" >&5 @@ -7525,27 +7091,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_size_t=yes else echo "$as_me: failed program was:" >&5 @@ -7605,27 +7154,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_time=yes else echo "$as_me: failed program was:" >&5 @@ -7663,7 +7195,9 @@ cat >>conftest.$ac_ext <<_ACEOF int main () { -struct tm *tp; tp->tm_sec; +struct tm tm; + int *p = &tm.tm_sec; + return !p; ; return 0; } @@ -7681,27 +7215,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_struct_tm=time.h else echo "$as_me: failed program was:" >&5 @@ -7758,27 +7275,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_c_volatile=yes else echo "$as_me: failed program was:" >&5 @@ -7918,7 +7418,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8235,27 +7735,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_cposix_strerror=yes else echo "$as_me: failed program was:" >&5 @@ -8313,27 +7797,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_off_t=yes else echo "$as_me: failed program was:" >&5 @@ -8396,27 +7863,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 @@ -8452,17 +7902,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -8593,27 +8036,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 @@ -9005,27 +8432,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then jm_ac_cv_header_inttypes_h=yes else echo "$as_me: failed program was:" >&5 @@ -9081,27 +8491,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then jm_ac_cv_header_stdint_h=yes else echo "$as_me: failed program was:" >&5 @@ -9157,27 +8550,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_type_unsigned_long_long=yes else echo "$as_me: failed program was:" >&5 @@ -9256,27 +8633,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then gt_cv_header_inttypes_h=yes else echo "$as_me: failed program was:" >&5 @@ -9339,27 +8699,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then gt_cv_inttypes_pri_broken=no else echo "$as_me: failed program was:" >&5 @@ -9976,27 +9319,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 @@ -10032,17 +9358,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -10197,27 +9516,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 @@ -10310,27 +9613,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then am_cv_func_iconv=yes else echo "$as_me: failed program was:" >&5 @@ -10375,27 +9662,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then am_cv_lib_iconv=yes am_cv_func_iconv=yes else @@ -10480,27 +9751,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then am_cv_proto_iconv_arg1="" else echo "$as_me: failed program was:" >&5 @@ -10559,27 +9813,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then am_cv_langinfo_codeset=yes else echo "$as_me: failed program was:" >&5 @@ -10637,27 +9875,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then am_cv_val_LC_MESSAGES=yes else echo "$as_me: failed program was:" >&5 @@ -10699,7 +9921,7 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_INTLBISON="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -10839,27 +10061,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then gt_cv_func_gnugettext1_libc=yes else echo "$as_me: failed program was:" >&5 @@ -11298,27 +10504,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then gt_cv_func_gnugettext1_libintl=yes else echo "$as_me: failed program was:" >&5 @@ -11366,27 +10556,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" gt_cv_func_gnugettext1_libintl=yes @@ -11568,11 +10742,11 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -$ac_includes_default +#include int main () { -error_at_line (0, 0, "", 0, ""); +error_at_line (0, 0, "", 0, "an error occurred"); ; return 0; } @@ -11590,27 +10764,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_error_at_line=yes else echo "$as_me: failed program was:" >&5 @@ -11673,27 +10831,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 @@ -11729,17 +10870,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -12023,27 +11157,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 @@ -12079,17 +11196,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -12220,27 +11330,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 @@ -12488,27 +11582,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 @@ -12544,17 +11621,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -12748,27 +11818,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 @@ -12804,17 +11857,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -12923,27 +11969,10 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_func_select_args="$ac_arg1,$ac_arg234,$ac_arg5"; break 3 else echo "$as_me: failed program was:" >&5 @@ -13214,27 +12243,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 @@ -13317,27 +12330,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_func__doprnt=yes else echo "$as_me: failed program was:" >&5 @@ -13456,27 +12453,11 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 @@ -13684,7 +12665,8 @@ cat >>$CONFIG_STATUS <<\_ACEOF ## M4sh Initialization. ## ## --------------------- ## -# Be Bourne compatible +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: @@ -13693,10 +12675,13 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh + + # PATH needs CR @@ -13920,19 +12905,28 @@ else as_mkdir_p=false fi -# Find out whether ``test -x'' works. Don't use a zero-byte file, as -# systems may use methods other than mode bits to determine executability. -cat >conf$$.file <<_ASEOF -#! /bin/sh -exit 0 -_ASEOF -chmod +x conf$$.file -if test -x conf$$.file >/dev/null 2>&1; then - as_executable_p="test -x" +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' else - as_executable_p=: + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' fi -rm -f conf$$.file +as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -13948,7 +12942,7 @@ exec 6>&1 # values after options handling. ac_log=" This file was extended by aria2c $as_me 0.9.0, which was -generated by GNU Autoconf 2.60a. Invocation command line was +generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -14001,7 +12995,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ aria2c config.status 0.9.0 -configured by $0, generated by GNU Autoconf 2.60a, +configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2006 Free Software Foundation, Inc. diff --git a/po/aria2c.pot b/po/aria2c.pot index 17cfbfeb..7163f8b7 100644 --- a/po/aria2c.pot +++ b/po/aria2c.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://aria2.sourceforge.net/\n" -"POT-Creation-Date: 2006-11-09 01:22+0900\n" +"POT-Creation-Date: 2007-01-08 09:17+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -344,25 +344,25 @@ msgstr "" msgid "Failed to peek data, cause: %s" msgstr "" -#: src/DownloadEngineFactory.cc:139 +#: src/DownloadEngineFactory.cc:159 #, c-format msgid "Errors occurred while binding port.\n" msgstr "" -#: src/TorrentRequestInfo.cc:91 +#: src/TorrentRequestInfo.cc:88 msgid "Files:" msgstr "" -#: src/UrlRequestInfo.cc:99 +#: src/UrlRequestInfo.cc:98 #, c-format msgid "Unrecognized URL or unsupported protocol: %s\n" msgstr "" -#: src/main.cc:86 +#: src/main.cc:79 msgid " version " msgstr "" -#: src/main.cc:93 +#: src/main.cc:86 msgid "" "This program is free software; you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -380,110 +380,111 @@ msgid "" "USA\n" msgstr "" -#: src/main.cc:107 +#: src/main.cc:100 #, c-format msgid "Contact Info: %s\n" msgstr "" -#: src/main.cc:113 +#: src/main.cc:106 #, c-format msgid "Usage: %s [options] URL ...\n" msgstr "" -#: src/main.cc:115 +#: src/main.cc:108 #, c-format msgid " %s [options] -T TORRENT_FILE FILE ...\n" msgstr "" -#: src/main.cc:118 +#: src/main.cc:111 #, c-format msgid " %s [options] -M METALINK_FILE\n" msgstr "" -#: src/main.cc:121 +#: src/main.cc:114 msgid "Options:" msgstr "" -#: src/main.cc:122 +#: src/main.cc:115 msgid " -d, --dir=DIR The directory to store downloaded file." msgstr "" -#: src/main.cc:123 +#: src/main.cc:116 msgid " -o, --out=FILE The file name for downloaded file." msgstr "" -#: src/main.cc:124 +#: src/main.cc:117 msgid "" " -l, --log=LOG The file path to store log. If '-' is " "specified,\n" " log is written to stdout." msgstr "" -#: src/main.cc:126 +#: src/main.cc:119 msgid " -D, --daemon Run as daemon." msgstr "" -#: src/main.cc:127 +#: src/main.cc:120 msgid "" " -s, --split=N Download a file using N connections. N must " "be\n" " between 1 and 5. This option affects all " "URLs.\n" " Thus, aria2 connects to each URL with\n" -" N connections." +" N connections.\n" +" Default: 1" msgstr "" -#: src/main.cc:131 +#: src/main.cc:125 msgid "" " --retry-wait=SEC Set amount of time in second between requests\n" " for errors. Specify a value between 0 and 60.\n" " Default: 5" msgstr "" -#: src/main.cc:134 +#: src/main.cc:128 msgid " -t, --timeout=SEC Set timeout in second. Default: 60" msgstr "" -#: src/main.cc:135 +#: src/main.cc:129 msgid "" " -m, --max-tries=N Set number of tries. 0 means unlimited.\n" " Default: 5" msgstr "" -#: src/main.cc:143 +#: src/main.cc:137 msgid "" " --http-proxy=HOST:PORT Use HTTP proxy server. This affects to all\n" " URLs." msgstr "" -#: src/main.cc:145 +#: src/main.cc:139 msgid " --http-user=USER Set HTTP user. This affects to all URLs." msgstr "" -#: src/main.cc:146 +#: src/main.cc:140 msgid "" " --http-passwd=PASSWD Set HTTP password. This affects to all URLs." msgstr "" -#: src/main.cc:147 +#: src/main.cc:141 msgid "" " --http-proxy-user=USER Set HTTP proxy user. This affects to all URLs" msgstr "" -#: src/main.cc:148 +#: src/main.cc:142 msgid "" " --http-proxy-passwd=PASSWD Set HTTP proxy password. This affects to all " "URLs." msgstr "" -#: src/main.cc:149 +#: src/main.cc:143 msgid "" " --http-proxy-method=METHOD Set the method to use in proxy request.\n" " METHOD is either 'get' or 'tunnel'.\n" " Default: tunnel" msgstr "" -#: src/main.cc:152 +#: src/main.cc:146 msgid "" " --http-auth-scheme=SCHEME Set HTTP authentication scheme. Currently, " "basic\n" @@ -491,23 +492,23 @@ msgid "" " Default: basic" msgstr "" -#: src/main.cc:155 +#: src/main.cc:149 msgid " --referer=REFERER Set Referer. This affects to all URLs." msgstr "" -#: src/main.cc:156 +#: src/main.cc:150 msgid "" " --ftp-user=USER Set FTP user. This affects to all URLs.\n" " Default: anonymous" msgstr "" -#: src/main.cc:158 +#: src/main.cc:152 msgid "" " --ftp-passwd=PASSWD Set FTP password. This affects to all URLs.\n" " Default: ARIA2USER@" msgstr "" -#: src/main.cc:160 +#: src/main.cc:154 msgid "" " --ftp-type=TYPE Set FTP transfer type. TYPE is either " "'binary'\n" @@ -515,11 +516,11 @@ msgid "" " Default: binary" msgstr "" -#: src/main.cc:163 +#: src/main.cc:157 msgid " -p, --ftp-pasv Use passive mode in FTP." msgstr "" -#: src/main.cc:164 +#: src/main.cc:158 msgid "" " --ftp-via-http-proxy=METHOD Use HTTP proxy in FTP. METHOD is either 'get' " "or\n" @@ -527,7 +528,7 @@ msgid "" " Default: tunnel" msgstr "" -#: src/main.cc:167 +#: src/main.cc:161 msgid "" " --lowest-speed-limit=SPEED Close connection if download speed is lower " "than\n" @@ -540,7 +541,7 @@ msgid "" " Default: 0" msgstr "" -#: src/main.cc:174 +#: src/main.cc:168 msgid "" " --max-download-limit=SPEED Set max download speed in bytes per sec.\n" " 0 means unrestricted.\n" @@ -548,11 +549,26 @@ msgid "" " Default: 0" msgstr "" -#: src/main.cc:179 -msgid " -T, --torrent-file=TORRENT_FILE The file path to .torrent file." +#: src/main.cc:172 +msgid "" +" --file-allocation=METHOD Specify file allocation method. METHOD is " +"either\n" +" 'none' or 'prealloc'.\n" +" 'none' doesn't pre-allocate file space. " +"'prealloc'\n" +" pre-allocates file space before download " +"begins.\n" +" This may take some time depending on the size " +"of\n" +" file.\n" +" Default: 'none'" msgstr "" #: src/main.cc:180 +msgid " -T, --torrent-file=TORRENT_FILE The file path to .torrent file." +msgstr "" + +#: src/main.cc:181 msgid "" " --follow-torrent=true|false Setting this option to false prevents aria2 " "to\n" @@ -561,25 +577,25 @@ msgid "" " Default: true" msgstr "" -#: src/main.cc:184 +#: src/main.cc:185 msgid "" " -S, --show-files Print file listing of .torrent file and exit." msgstr "" -#: src/main.cc:185 +#: src/main.cc:186 msgid "" " --direct-file-mapping=true|false Directly read from and write to each file\n" " mentioned in .torrent file.\n" " Default: true" msgstr "" -#: src/main.cc:188 +#: src/main.cc:189 msgid "" " --listen-port=PORT Set port number to listen to for peer " "connection." msgstr "" -#: src/main.cc:189 +#: src/main.cc:190 msgid "" " --max-upload-limit=SPEED Set max upload speed in bytes per sec.\n" " 0 means unrestricted.\n" @@ -587,7 +603,7 @@ msgid "" " Default: 0" msgstr "" -#: src/main.cc:193 +#: src/main.cc:194 msgid "" " --select-file=INDEX... Set file to download by specifing its index.\n" " You can know file index through --show-files\n" @@ -599,13 +615,13 @@ msgid "" " ',' and '-' can be used together." msgstr "" -#: src/main.cc:199 +#: src/main.cc:200 msgid "" " --seed-time=MINUTES Specify seeding time in minutes. See also\n" " --seed-ratio option." msgstr "" -#: src/main.cc:201 +#: src/main.cc:202 msgid "" " --seed-ratio=RATIO Specify share ratio. Seed completed torrents " "until\n" @@ -616,11 +632,11 @@ msgid "" " the conditions is satisfied." msgstr "" -#: src/main.cc:208 +#: src/main.cc:209 msgid " -M, --metalink-file=METALINK_FILE The file path to .metalink file." msgstr "" -#: src/main.cc:209 +#: src/main.cc:210 msgid "" " -C, --metalink-servers=NUM_SERVERS The number of servers to connect to\n" " simultaneously. If more than one connection " @@ -629,24 +645,24 @@ msgid "" " Default: 15" msgstr "" -#: src/main.cc:213 +#: src/main.cc:214 msgid " --metalink-version=VERSION The version of file to download." msgstr "" -#: src/main.cc:214 +#: src/main.cc:215 msgid " --metalink-language=LANGUAGE The language of file to download." msgstr "" -#: src/main.cc:215 +#: src/main.cc:216 msgid "" " --metalink-os=OS The operating system the file is targeted." msgstr "" -#: src/main.cc:216 +#: src/main.cc:217 msgid " --metalink-location=LOCATION The location of the prefered server." msgstr "" -#: src/main.cc:217 +#: src/main.cc:218 msgid "" " --follow-metalink=true|false Setting this option to false prevents aria2 " "to\n" @@ -655,191 +671,195 @@ msgid "" " Default: true" msgstr "" -#: src/main.cc:222 +#: src/main.cc:223 msgid " -v, --version Print the version number and exit." msgstr "" -#: src/main.cc:223 +#: src/main.cc:224 msgid " -h, --help Print this message and exit." msgstr "" -#: src/main.cc:226 +#: src/main.cc:227 msgid "" " You can specify multiple URLs. All URLs must point to the same file\n" " or downloading fails." msgstr "" -#: src/main.cc:231 +#: src/main.cc:232 msgid "" " Specify files in multi-file torrent to download. Use conjunction with\n" " -T option. This arguments are ignored if you specify --select-file option." msgstr "" -#: src/main.cc:235 +#: src/main.cc:236 msgid "Examples:" msgstr "" -#: src/main.cc:236 +#: src/main.cc:237 msgid " Download a file by 1 connection:" msgstr "" -#: src/main.cc:238 +#: src/main.cc:239 msgid " Download a file by 2 connections:" msgstr "" -#: src/main.cc:240 +#: src/main.cc:241 msgid " Download a file by 2 connections, each connects to a different server:" msgstr "" -#: src/main.cc:242 +#: src/main.cc:243 msgid " You can mix up different protocols:" msgstr "" -#: src/main.cc:246 +#: src/main.cc:247 msgid " Download a torrent:" msgstr "" -#: src/main.cc:248 +#: src/main.cc:249 msgid " Download a torrent using local .torrent file:" msgstr "" -#: src/main.cc:250 +#: src/main.cc:251 msgid " Download only selected files:" msgstr "" -#: src/main.cc:252 +#: src/main.cc:253 msgid " Print file listing of .torrent file:" msgstr "" -#: src/main.cc:257 +#: src/main.cc:258 msgid " Metalink downloading:" msgstr "" -#: src/main.cc:259 +#: src/main.cc:260 msgid " Download a file using local .metalink file:" msgstr "" -#: src/main.cc:261 +#: src/main.cc:262 msgid " Metalink downloading with preferences:" msgstr "" -#: src/main.cc:265 +#: src/main.cc:266 #, c-format msgid "Report bugs to %s" msgstr "" -#: src/main.cc:404 +#: src/main.cc:409 msgid "unrecognized proxy format" msgstr "" -#: src/main.cc:431 +#: src/main.cc:436 msgid "Currently, supported authentication scheme is basic." msgstr "" -#: src/main.cc:440 +#: src/main.cc:445 msgid "retry-wait must be between 0 and 60." msgstr "" -#: src/main.cc:457 +#: src/main.cc:462 msgid "ftp-type must be either 'binary' or 'ascii'." msgstr "" -#: src/main.cc:466 +#: src/main.cc:471 msgid "ftp-via-http-proxy must be either 'get' or 'tunnel'." msgstr "" -#: src/main.cc:474 +#: src/main.cc:479 msgid "min-segment-size invalid" msgstr "" -#: src/main.cc:485 +#: src/main.cc:490 msgid "http-proxy-method must be either 'get' or 'tunnel'." msgstr "" -#: src/main.cc:493 +#: src/main.cc:498 msgid "listen-port must be between 1024 and 65535." msgstr "" -#: src/main.cc:506 +#: src/main.cc:511 msgid "follow-torrent must be either 'true' or 'false'." msgstr "" -#: src/main.cc:520 +#: src/main.cc:525 msgid "direct-file-mapping must be either 'true' or 'false'." msgstr "" -#: src/main.cc:531 +#: src/main.cc:536 msgid "upload-limit must be greater than or equal to 0." msgstr "" -#: src/main.cc:544 +#: src/main.cc:549 msgid "seed-time must be greater than or equal to 0." msgstr "" -#: src/main.cc:554 +#: src/main.cc:559 msgid "seed-ratio must be greater than or equal to 0.0." msgstr "" -#: src/main.cc:564 +#: src/main.cc:569 msgid "max-upload-limit must be greater than or equal to 0" msgstr "" -#: src/main.cc:586 +#: src/main.cc:591 msgid "follow-metalink must be either 'true' or 'false'." msgstr "" -#: src/main.cc:597 +#: src/main.cc:602 msgid "lowest-speed-limit must be greater than or equal to 0" msgstr "" -#: src/main.cc:607 +#: src/main.cc:612 msgid "max-download-limit must be greater than or equal to 0" msgstr "" -#: src/main.cc:636 +#: src/main.cc:641 msgid "split must be between 1 and 5." msgstr "" -#: src/main.cc:649 +#: src/main.cc:653 msgid "timeout must be between 1 and 600" msgstr "" -#: src/main.cc:658 +#: src/main.cc:662 msgid "max-tries invalid" msgstr "" -#: src/main.cc:680 +#: src/main.cc:684 msgid "metalink-servers must be greater than 0." msgstr "" -#: src/main.cc:700 +#: src/main.cc:696 +msgid "file-allocation must be either 'none' or 'prealloc'." +msgstr "" + +#: src/main.cc:715 msgid "specify at least one URL" msgstr "" -#: src/main.cc:707 +#: src/main.cc:722 msgid "daemon failed" msgstr "" -#: src/main.cc:775 +#: src/main.cc:792 msgid "" "Now verifying checksum.\n" "This may take some time depending on your PC environment and the size of " "file." msgstr "" -#: src/main.cc:779 +#: src/main.cc:796 msgid "checksum OK." msgstr "" -#: src/main.cc:782 +#: src/main.cc:799 msgid "checksum ERROR." msgstr "" -#: src/DefaultPieceStorage.cc:220 +#: src/DefaultPieceStorage.cc:240 msgid "Download of selected files was complete." msgstr "" -#: src/DefaultPieceStorage.cc:223 +#: src/DefaultPieceStorage.cc:243 msgid "The download was complete." msgstr "" diff --git a/po/de.gmo b/po/de.gmo index c18dc0afb7d814bc78cf07d300a4cb06f0e9c63b..69bfe190d8ee1c7964a6831dce5a021a1f0f45a6 100644 GIT binary patch delta 2897 zcmXxk3rv<(9LMoLlZ!V%?&5{J0;Tqn8JFaacmY$DYyqG;X!;2zrieQ8fUf)J8%RJB4e;2OrU=Y9dA~O<8UG_MgD9HmsH&6 z+Q*SG*nqo#9W|g4tXm0AL1k(k=HV&S0ETcf#`1EKXN5>|trq?FQE8;22fI-tJb_x{ zk5L`mKrKZa(=5cL&V6_{?F%>^Z@cz1MxCwa@Gfjez2`70Lj$Py|C>tw`Hf|zc@I|N zy|i0UsecExw&zekyn%W?k$>jk4AcM`Q3Ke6;dmM~(@#+u`wrPA_BXQsER4}80|^;^ zZ`WsYLu*-u>_=;G53EHUgzcyo?RNLyLYB{tI=^!Mj+%K$rneNi=%c+A`Ljb@ST(zV zx%h{lie?f|{?$=2s-tSuOjja**2YC^cmS2UFOg-nTgXYX1ky7DGcgPsP#v#CW$;zh zQh$ib)IX@q`6u&MrJ@eiaWnEx+u_>pq6Tsb$(~(CHn!bCb&$w(H-~USkZoe8nT`Ar zbxLkyFXl4c2%h^1+i3sB#yF(&-^?&}a3h*w9>q>PgC$I}7XQQZSi{@uFzz1DHP}kK z9~WURqgjI6uo?&OA|~bWUOK*xI_7UMeLa5>OLYD-$;*S>Xu@(lh6nK`s)HW#s{4`r zdL}Nw*|--g@Dh?uOUn1wyckK2bz%V?$0QuWbPVIBPDM5zrGKlVqBR=E*;0o-9D#4+ zSUiME={bA=e@3nS#3Iik)Qjs;&uw+?$5h&Vr~!S8TKhZLh(2ECCo9%PMFaQ<$)^2@ z<1mHk#$X}Rr_~_KX}fVG9zkuoeq{OWFPw)-#oi~k3Cn2rppNwwoP{wZUO)B9zjkv6 zH}pUs>P6R(ePUxuy$6d>16=FekDAFRr~%zVO(ea{yT2GU;||w8f|}Sb$ZAp2|f zmixUF)^S5?)Qa)gffMmf)Q99GDkERJ``3`8ZsBZzWXwe^StX|7e2l{uNrJJnT^6?9FKD`1y`dowhP(#b_BI#SKa@U z$-AB_Kvvi4Q3LjOQ&CEKP)l$L*&i0c8PW?XP%qq$%EV#RjL)Jvyo{PzC`Td_vrtPo z2Q|};sHN+~5L6#jZ8R}S=bxnx6m6(gt}dQ%^#-TXsV|nwE@EAv=6$a91$>5h*4?W` zZA6vl2~J+1Xdue2HmypX&VR7%pz<8Cm{>q;AvO{!ZN%h2jZ~xdMzCz4!p07ibgrCc zn@dCx(S)+2y+fh`O8{0zloP&S|C}6KLu3#t`XCJ>l;U97MrE06Y(^c;$6UJ!vj}}J zR7wf0vvz&3yx=NJP)n>6vuYuiW+H*eCK8FK2yKp5;zfcFp+ymCL@1%6(^5l>Csqt-$@;~WX;m#I()YZj$S6_s4h%iFi{UKs0v6j%e)YcD{tyCT+mJ{2F zoy2tF5keo86+|OJsj&H6wau#tZDV%1Jx$aTDmrW0uEC3$g7{>9pTG`quvTudn0%Z|eI@PiXrN~HS5!wofg21%Br5DQ-Iy0>l>Ie!^ zF%hjBD#VBcm&C0ht{@*oiJFKJ3H>0N7$Jya6gQ09|Czas%Lh+*=XcJXd+#~tJ?Bh$ z{ob_mZE1;~SjPT&V12HV^k;J${R`ad~gEg}RO*JdcNP zav!eI@dX@Ddsn~I^Y7tI+Wq^RU5!g|D(=Q@*ntsTHNdQt{_R656S;8dK(ijaunbFS zS2A7MhPikQ%kU>0jwOT53NVa)aR&~=y_kn@Og>WDlRj?)V4xr+@24-Wjyz z;0!Frp%_Q*u{O-X7yR~z$QbRce?6U>HK37Lf@P?TZNnfQM-8AGqZ@_!ND^%kCdjg_ zrg8;tK;8H}YJ?x7*7{Ra2N{e)OHzPSFz)*Tj-!1BFUNjPsyzos(~je1xC`~3Bd83W zb;!Ru=tX|%!)BmvT!BS+7xK^EL`qwX$x|z?L@8NK~(0xL=C(T7ddfO zh{affmtYLlaSJMg&!Lw31S(UB0K-)3W};@g7S(YA)!`$4`v7Vn$5Bi2BXSUI0Han1 zL2ODht3vjhbucUWGwPJ|V_n-Zgk8Ds7rd2jlEZqIFA@x|6)$62FXGeq7T&@P)qX#Dz(2M|7ah8^v7OJ5cw%?0Xb* zXrDt3C~G=d*Cr^YvI0FMTXqCBfM1bp+i21=7_Y}(*oaKR?m(8?4q^{HjoN(QBiqBq z%t-y#mm_ns$FLNSBdcKpO3DA#ROWJ39qmBv>O-g-&Y@nEOWxT>HV1WI6g9v-zDH3L z`5iT&AnTxs+=#k<4{FAT{Pt{1deYvPnlJmZ387C~8JWP~U&& zo6XkNu`0t1Y{DV91&85oRK^Y<2g6RImTVw9Ro_?oCe~BYCfb1-@dv2maU8V-fooE0 zSBiSUM$`-UqcU*{HRB7Y4*SeW&1^bqrZ?ee+>Dy&GpMC|2h()^wLUy+nZzi9y^$>1 zP*r|icz*pxU!_woQrSw>Cu^yn?Ev){5%;fMi}U>YM$|D>$=CTGOGPtQxh_TW^Hx4@ zAr=wk#0FwLp~7RyS*c!2Xm50u2o(-MvS?2zYjcUNL{GvYw0B6b4bzKM*tp3b5A9kN zPM)nMltPt-#Kna6Kxf%RWx3yIKpo8*zg>-agnlnnN{MNNmaemGp_1%>F%|6rt#<|C z68(rVM1P`@=uWI7?jVYZEFzakCscG=<`de4s|XeLw9QJ^Qh!TSZ6dT^E>eU4+brwR zJ+UTLw=TXp820O8tzWN1woUR6n~v`iVi|EWp;M}Z&`hYb5Z4no5v{~#;tJvhLI-CB zv67%%mHgSCM2*9h+|(QvixNu-m2reNZ)ch6SL*OK;`a8ujJ|=n(eX}xeso>E7n{Do z`A-QoG)L+i!Zl9VsrBkzCm!`8tDOZ-bwecLR>!=CNVI_F+ITePRJm>UW#){ma%0V| z8*ze8I8x&j7dVURyr|Q#PB%N@+FBlqwrvlL&0AC#r|WQ|7cT02U(|^;IBvMQ&RJYJ z-)Z(@b$VssU;VY+J#j?)(t+hY0~7Ou!TiE0PGN9rQBnK;(H&Xy|8Fics~Y3Aj_XC- zMkf@Gxt_Dui^bgfC=*!XHdc9&ns{Wj8}TO;rR!mNEzMrEy6*4kIQ5>JyeH(jQP)|R zoK{=KguZQs<8sD@!gaj7DfKcp=0rWFlA2*l+*#w+@U3P>$C_B?KRa%}b7E1izW~on BqC)@x diff --git a/po/de.po b/po/de.po index d84a4ca8..4d95c00f 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: http://aria2.sourceforge.net/\n" -"POT-Creation-Date: 2006-11-09 01:22+0900\n" +"POT-Creation-Date: 2007-01-08 09:17+0900\n" "PO-Revision-Date: 2006-05-05 19:44+0900\n" "Last-Translator: Hermann J. Beckers \n" "Language-Team: deutsch \n" @@ -357,25 +357,25 @@ msgstr "Konnte Daten nicht erhalten, Ursache: %s" msgid "Failed to peek data, cause: %s" msgstr "Datenermittelung fehlgeschlagen, Ursache: %s" -#: src/DownloadEngineFactory.cc:139 +#: src/DownloadEngineFactory.cc:159 #, c-format msgid "Errors occurred while binding port.\n" msgstr "Fehler beim Binden an Port aufgetreten.\n" -#: src/TorrentRequestInfo.cc:91 +#: src/TorrentRequestInfo.cc:88 msgid "Files:" msgstr "Dateien:" -#: src/UrlRequestInfo.cc:99 +#: src/UrlRequestInfo.cc:98 #, c-format msgid "Unrecognized URL or unsupported protocol: %s\n" msgstr "URL nicht erkannt oder nicht untersttztes Protokoll: %s\n" -#: src/main.cc:86 +#: src/main.cc:79 msgid " version " msgstr " Version " -#: src/main.cc:93 +#: src/main.cc:86 #, fuzzy msgid "" "This program is free software; you can redistribute it and/or modify\n" @@ -407,41 +407,41 @@ msgstr "" "along with this program; if not, write to the Free Software\n" "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" -#: src/main.cc:107 +#: src/main.cc:100 #, c-format msgid "Contact Info: %s\n" msgstr "Kontakt-Info: %s\n" -#: src/main.cc:113 +#: src/main.cc:106 #, c-format msgid "Usage: %s [options] URL ...\n" msgstr "Aufruf: %s [Optionen] URL ...\n" -#: src/main.cc:115 +#: src/main.cc:108 #, c-format msgid " %s [options] -T TORRENT_FILE FILE ...\n" msgstr " %s [Optionen] -T TORRENT_FILE FILE ...\n" -#: src/main.cc:118 +#: src/main.cc:111 #, fuzzy, c-format msgid " %s [options] -M METALINK_FILE\n" msgstr " %s [Optionen] -T TORRENT_FILE FILE ...\n" -#: src/main.cc:121 +#: src/main.cc:114 msgid "Options:" msgstr "Optionen:" -#: src/main.cc:122 +#: src/main.cc:115 msgid " -d, --dir=DIR The directory to store downloaded file." msgstr "" " -d, --dir=DIR Verzeichnis zum Speichern der abgerufenen " "Datei." -#: src/main.cc:123 +#: src/main.cc:116 msgid " -o, --out=FILE The file name for downloaded file." msgstr " -o, --out=FILE Dateiname fr die abgerufene Datei." -#: src/main.cc:124 +#: src/main.cc:117 msgid "" " -l, --log=LOG The file path to store log. If '-' is " "specified,\n" @@ -452,18 +452,20 @@ msgstr "" " wird das Log auf die Standardausgabe " "geschrieben." -#: src/main.cc:126 +#: src/main.cc:119 msgid " -D, --daemon Run as daemon." msgstr " -D, --daemon Start als Daemon-Proze." -#: src/main.cc:127 +#: src/main.cc:120 +#, fuzzy msgid "" " -s, --split=N Download a file using N connections. N must " "be\n" " between 1 and 5. This option affects all " "URLs.\n" " Thus, aria2 connects to each URL with\n" -" N connections." +" N connections.\n" +" Default: 1" msgstr "" " -s, --split=N Abruf einer Datei mittels N Verbindungen. N " "muss\n" @@ -472,7 +474,7 @@ msgstr "" " Daher verbindet sich aria2 zu jeder URL mit\n" " N Verbindungen." -#: src/main.cc:131 +#: src/main.cc:125 msgid "" " --retry-wait=SEC Set amount of time in second between requests\n" " for errors. Specify a value between 0 and 60.\n" @@ -484,12 +486,12 @@ msgstr "" "und 60 an.\n" " Fehlwert: 5" -#: src/main.cc:134 +#: src/main.cc:128 msgid " -t, --timeout=SEC Set timeout in second. Default: 60" msgstr "" " -t, --timeout=SEC Setzt Wartezeit in Sekunden. Fehlwert: 60" -#: src/main.cc:135 +#: src/main.cc:129 msgid "" " -m, --max-tries=N Set number of tries. 0 means unlimited.\n" " Default: 5" @@ -497,7 +499,7 @@ msgstr "" " -m, --max-tries=N Anzahl Versuche. 0 bedeutet unbegrenzt.\n" " Fehlwert: 5" -#: src/main.cc:143 +#: src/main.cc:137 msgid "" " --http-proxy=HOST:PORT Use HTTP proxy server. This affects to all\n" " URLs." @@ -505,26 +507,26 @@ msgstr "" " --http-proxy=HOST:PORT HTTP-Proxyserver benutzen. Dies betrifft alle\n" " URLs." -#: src/main.cc:145 +#: src/main.cc:139 msgid " --http-user=USER Set HTTP user. This affects to all URLs." msgstr "" " --http-user=USER HTTP-Anwendername angeben. Dies betrifft alle " "URLs." -#: src/main.cc:146 +#: src/main.cc:140 msgid "" " --http-passwd=PASSWD Set HTTP password. This affects to all URLs." msgstr "" " --http-passwd=PASSWD HTTP-Passwort setzen. Dies betrifft alle URLs." -#: src/main.cc:147 +#: src/main.cc:141 msgid "" " --http-proxy-user=USER Set HTTP proxy user. This affects to all URLs" msgstr "" " --http-proxy-user=USER HTTP-Proxy-Anwender setzen. Dies betrifft alle " "URLs." -#: src/main.cc:148 +#: src/main.cc:142 msgid "" " --http-proxy-passwd=PASSWD Set HTTP proxy password. This affects to all " "URLs." @@ -532,7 +534,7 @@ msgstr "" " --http-proxy-passwd=PASSWD HTTP-Proxy-Passwort setzen. Dies betrifft alle " "URLs." -#: src/main.cc:149 +#: src/main.cc:143 msgid "" " --http-proxy-method=METHOD Set the method to use in proxy request.\n" " METHOD is either 'get' or 'tunnel'.\n" @@ -543,7 +545,7 @@ msgstr "" " METHOD ist entweder 'get' oder 'tunnel'.\n" " Fehlwert: tunnel" -#: src/main.cc:152 +#: src/main.cc:146 msgid "" " --http-auth-scheme=SCHEME Set HTTP authentication scheme. Currently, " "basic\n" @@ -555,11 +557,11 @@ msgstr "" " das einzig zulssige Schema.\n" " Fehlwert: basic" -#: src/main.cc:155 +#: src/main.cc:149 msgid " --referer=REFERER Set Referer. This affects to all URLs." msgstr " --referer=REFERER Referer setzen. Dies betrifft alle URLs." -#: src/main.cc:156 +#: src/main.cc:150 msgid "" " --ftp-user=USER Set FTP user. This affects to all URLs.\n" " Default: anonymous" @@ -567,7 +569,7 @@ msgstr "" " --ftp-user=USER FTP-Anwender setzen. Dies betrifft alle URLs.\n" " Fehlwert: anonymous" -#: src/main.cc:158 +#: src/main.cc:152 msgid "" " --ftp-passwd=PASSWD Set FTP password. This affects to all URLs.\n" " Default: ARIA2USER@" @@ -575,7 +577,7 @@ msgstr "" " --ftp-passwd=PASSWD FTP-Passwort setzen. Dies betrifft alle URLs.\n" " Fehlwert: ARIA2USER@" -#: src/main.cc:160 +#: src/main.cc:154 msgid "" " --ftp-type=TYPE Set FTP transfer type. TYPE is either " "'binary'\n" @@ -587,11 +589,11 @@ msgstr "" " oder 'ascii'.\n" " Fehlwert: binary" -#: src/main.cc:163 +#: src/main.cc:157 msgid " -p, --ftp-pasv Use passive mode in FTP." msgstr " -p, --ftp-pasv Passiv-Modus fr FTP benutzen." -#: src/main.cc:164 +#: src/main.cc:158 msgid "" " --ftp-via-http-proxy=METHOD Use HTTP proxy in FTP. METHOD is either 'get' " "or\n" @@ -603,7 +605,7 @@ msgstr "" " 'tunnel'.\n" " Fehlwert: tunnel" -#: src/main.cc:167 +#: src/main.cc:161 #, fuzzy msgid "" " --lowest-speed-limit=SPEED Close connection if download speed is lower " @@ -622,7 +624,7 @@ msgstr "" "und 60 an.\n" " Fehlwert: 5" -#: src/main.cc:174 +#: src/main.cc:168 #, fuzzy msgid "" " --max-download-limit=SPEED Set max download speed in bytes per sec.\n" @@ -636,11 +638,32 @@ msgstr "" "und 60 an.\n" " Fehlwert: 5" -#: src/main.cc:179 +#: src/main.cc:172 +#, fuzzy +msgid "" +" --file-allocation=METHOD Specify file allocation method. METHOD is " +"either\n" +" 'none' or 'prealloc'.\n" +" 'none' doesn't pre-allocate file space. " +"'prealloc'\n" +" pre-allocates file space before download " +"begins.\n" +" This may take some time depending on the size " +"of\n" +" file.\n" +" Default: 'none'" +msgstr "" +" --retry-wait=SEC Setzt Wartezeit in Sekunden zwischen " +"fehlerhaften\n" +" Anforderungen. Geben Sie einen Wert zwischen 0 " +"und 60 an.\n" +" Fehlwert: 5" + +#: src/main.cc:180 msgid " -T, --torrent-file=TORRENT_FILE The file path to .torrent file." msgstr " -T, --torrent-file=TORRENT_FILE Datenpfad zur torrent-Datei." -#: src/main.cc:180 +#: src/main.cc:181 msgid "" " --follow-torrent=true|false Setting this option to false prevents aria2 " "to\n" @@ -655,14 +678,14 @@ msgstr "" " auf .torrent endet.\n" " Fehlwert: true" -#: src/main.cc:184 +#: src/main.cc:185 msgid "" " -S, --show-files Print file listing of .torrent file and exit." msgstr "" " -S, --show-files Dateiliste der .torrent-Datei ausgeben und " "beenden." -#: src/main.cc:185 +#: src/main.cc:186 msgid "" " --direct-file-mapping=true|false Directly read from and write to each file\n" " mentioned in .torrent file.\n" @@ -672,7 +695,7 @@ msgstr "" " .torrent-Datei erwhnten Datei.\n" " Fehlwert: true" -#: src/main.cc:188 +#: src/main.cc:189 msgid "" " --listen-port=PORT Set port number to listen to for peer " "connection." @@ -680,7 +703,7 @@ msgstr "" " --listen-port=PORT Port-Nummer zum Lauschen auf Peer-Verbindungen " "setzen." -#: src/main.cc:189 +#: src/main.cc:190 #, fuzzy msgid "" " --max-upload-limit=SPEED Set max upload speed in bytes per sec.\n" @@ -694,7 +717,7 @@ msgstr "" "und 60 an.\n" " Fehlwert: 5" -#: src/main.cc:193 +#: src/main.cc:194 msgid "" " --select-file=INDEX... Set file to download by specifing its index.\n" " You can know file index through --show-files\n" @@ -714,7 +737,7 @@ msgstr "" " Sie knnen auch '-' verwenden wie in \"1-5\".\n" " ',' und '-' knnen zusammen benutzt werden." -#: src/main.cc:199 +#: src/main.cc:200 #, fuzzy msgid "" " --seed-time=MINUTES Specify seeding time in minutes. See also\n" @@ -723,7 +746,7 @@ msgstr "" " -m, --max-tries=N Anzahl Versuche. 0 bedeutet unbegrenzt.\n" " Fehlwert: 5" -#: src/main.cc:201 +#: src/main.cc:202 #, fuzzy msgid "" " --seed-ratio=RATIO Specify share ratio. Seed completed torrents " @@ -741,12 +764,12 @@ msgstr "" " Daher verbindet sich aria2 zu jeder URL mit\n" " N Verbindungen." -#: src/main.cc:208 +#: src/main.cc:209 #, fuzzy msgid " -M, --metalink-file=METALINK_FILE The file path to .metalink file." msgstr " -T, --torrent-file=TORRENT_FILE Datenpfad zur torrent-Datei." -#: src/main.cc:209 +#: src/main.cc:210 #, fuzzy msgid "" " -C, --metalink-servers=NUM_SERVERS The number of servers to connect to\n" @@ -762,24 +785,24 @@ msgstr "" " auf .torrent endet.\n" " Fehlwert: true" -#: src/main.cc:213 +#: src/main.cc:214 msgid " --metalink-version=VERSION The version of file to download." msgstr "" -#: src/main.cc:214 +#: src/main.cc:215 msgid " --metalink-language=LANGUAGE The language of file to download." msgstr "" -#: src/main.cc:215 +#: src/main.cc:216 msgid "" " --metalink-os=OS The operating system the file is targeted." msgstr "" -#: src/main.cc:216 +#: src/main.cc:217 msgid " --metalink-location=LOCATION The location of the prefered server." msgstr "" -#: src/main.cc:217 +#: src/main.cc:218 #, fuzzy msgid "" " --follow-metalink=true|false Setting this option to false prevents aria2 " @@ -795,15 +818,15 @@ msgstr "" " auf .torrent endet.\n" " Fehlwert: true" -#: src/main.cc:222 +#: src/main.cc:223 msgid " -v, --version Print the version number and exit." msgstr " -v, --version Versionsnummer ausgeben und beenden." -#: src/main.cc:223 +#: src/main.cc:224 msgid " -h, --help Print this message and exit." msgstr " -h, --help Diese Anzeige ausgeben und beenden." -#: src/main.cc:226 +#: src/main.cc:227 msgid "" " You can specify multiple URLs. All URLs must point to the same file\n" " or downloading fails." @@ -812,7 +835,7 @@ msgstr "" "verweisen\n" "oder der Abruf schlgt fehl." -#: src/main.cc:231 +#: src/main.cc:232 msgid "" " Specify files in multi-file torrent to download. Use conjunction with\n" " -T option. This arguments are ignored if you specify --select-file option." @@ -822,182 +845,187 @@ msgstr "" " -T-Option. Diese Argumente werden ignoriert, wenn sie die Option --select-" "file angeben." -#: src/main.cc:235 +#: src/main.cc:236 msgid "Examples:" msgstr "Beispiele:" -#: src/main.cc:236 +#: src/main.cc:237 msgid " Download a file by 1 connection:" msgstr " Abruf einer Datei ber 1 Verbindung:" -#: src/main.cc:238 +#: src/main.cc:239 msgid " Download a file by 2 connections:" msgstr " Abruf einer Datei mit 2 Verbindungen:" -#: src/main.cc:240 +#: src/main.cc:241 msgid " Download a file by 2 connections, each connects to a different server:" msgstr "" " Abruf einer Datei ber 2 Verbindungen, jede verbindet zu einem anderen " "Server:" -#: src/main.cc:242 +#: src/main.cc:243 msgid " You can mix up different protocols:" msgstr " Sie knnen verschiedene Protokolle mischen:" -#: src/main.cc:246 +#: src/main.cc:247 msgid " Download a torrent:" msgstr " Einen torrent abrufen:" -#: src/main.cc:248 +#: src/main.cc:249 msgid " Download a torrent using local .torrent file:" msgstr " Einen torrent mit einer lokalen .torrent-Datei abrufen:" -#: src/main.cc:250 +#: src/main.cc:251 msgid " Download only selected files:" msgstr " Nur ausgewhlte Dateien abrufen:" -#: src/main.cc:252 +#: src/main.cc:253 msgid " Print file listing of .torrent file:" msgstr " Dateiliste einer .torrent-Datei ausgeben:" -#: src/main.cc:257 +#: src/main.cc:258 msgid " Metalink downloading:" msgstr "" -#: src/main.cc:259 +#: src/main.cc:260 #, fuzzy msgid " Download a file using local .metalink file:" msgstr " Einen torrent mit einer lokalen .torrent-Datei abrufen:" -#: src/main.cc:261 +#: src/main.cc:262 msgid " Metalink downloading with preferences:" msgstr "" -#: src/main.cc:265 +#: src/main.cc:266 #, c-format msgid "Report bugs to %s" msgstr "Fehler an %s melden" -#: src/main.cc:404 +#: src/main.cc:409 msgid "unrecognized proxy format" msgstr "nicht erkanntes Proxy-Format" -#: src/main.cc:431 +#: src/main.cc:436 msgid "Currently, supported authentication scheme is basic." msgstr "Derzeit untersttztes Authentifizierungsschema ist basic." -#: src/main.cc:440 +#: src/main.cc:445 msgid "retry-wait must be between 0 and 60." msgstr "retry-wait muss zwischen 0 und 60 liegen." -#: src/main.cc:457 +#: src/main.cc:462 msgid "ftp-type must be either 'binary' or 'ascii'." msgstr "ftp-type muss entweder 'binary' oder 'ascii' sein." -#: src/main.cc:466 +#: src/main.cc:471 msgid "ftp-via-http-proxy must be either 'get' or 'tunnel'." msgstr "ftp-via-http-proxy muss entweder 'get' oder 'tunnel' sein." -#: src/main.cc:474 +#: src/main.cc:479 msgid "min-segment-size invalid" msgstr "min-segment-size ungltig" -#: src/main.cc:485 +#: src/main.cc:490 msgid "http-proxy-method must be either 'get' or 'tunnel'." msgstr "http-proxy-method muss entweder 'get' oder 'tunnel' sein." -#: src/main.cc:493 +#: src/main.cc:498 msgid "listen-port must be between 1024 and 65535." msgstr "listen-port muss zwischen 1024 und 65535 liegen." -#: src/main.cc:506 +#: src/main.cc:511 msgid "follow-torrent must be either 'true' or 'false'." msgstr "follow-torrent muss entweder 'true' oder 'false' sein." -#: src/main.cc:520 +#: src/main.cc:525 msgid "direct-file-mapping must be either 'true' or 'false'." msgstr "direct-file-mapping muss entweder 'true' oder 'false' sein." -#: src/main.cc:531 +#: src/main.cc:536 msgid "upload-limit must be greater than or equal to 0." msgstr "upload-limit muss grer oder gleich 0 sein." -#: src/main.cc:544 +#: src/main.cc:549 #, fuzzy msgid "seed-time must be greater than or equal to 0." msgstr "upload-limit muss grer oder gleich 0 sein." -#: src/main.cc:554 +#: src/main.cc:559 #, fuzzy msgid "seed-ratio must be greater than or equal to 0.0." msgstr "upload-limit muss grer oder gleich 0 sein." -#: src/main.cc:564 +#: src/main.cc:569 #, fuzzy msgid "max-upload-limit must be greater than or equal to 0" msgstr "upload-limit muss grer oder gleich 0 sein." -#: src/main.cc:586 +#: src/main.cc:591 #, fuzzy msgid "follow-metalink must be either 'true' or 'false'." msgstr "follow-torrent muss entweder 'true' oder 'false' sein." -#: src/main.cc:597 +#: src/main.cc:602 #, fuzzy msgid "lowest-speed-limit must be greater than or equal to 0" msgstr "upload-limit muss grer oder gleich 0 sein." -#: src/main.cc:607 +#: src/main.cc:612 #, fuzzy msgid "max-download-limit must be greater than or equal to 0" msgstr "upload-limit muss grer oder gleich 0 sein." -#: src/main.cc:636 +#: src/main.cc:641 msgid "split must be between 1 and 5." msgstr "split muss zwischen 1 und 5 liegen." -#: src/main.cc:649 +#: src/main.cc:653 msgid "timeout must be between 1 and 600" msgstr "timeout muss zwischen 1 und 600 liegen." -#: src/main.cc:658 +#: src/main.cc:662 msgid "max-tries invalid" msgstr "max-tries ungltig" -#: src/main.cc:680 +#: src/main.cc:684 #, fuzzy msgid "metalink-servers must be greater than 0." msgstr "upload-limit muss grer oder gleich 0 sein." -#: src/main.cc:700 +#: src/main.cc:696 +#, fuzzy +msgid "file-allocation must be either 'none' or 'prealloc'." +msgstr "follow-torrent muss entweder 'true' oder 'false' sein." + +#: src/main.cc:715 msgid "specify at least one URL" msgstr "Geben Sie zumindest eine URL an" -#: src/main.cc:707 +#: src/main.cc:722 msgid "daemon failed" msgstr "Daemon-Start nicht erfolgreich" -#: src/main.cc:775 +#: src/main.cc:792 msgid "" "Now verifying checksum.\n" "This may take some time depending on your PC environment and the size of " "file." msgstr "" -#: src/main.cc:779 +#: src/main.cc:796 msgid "checksum OK." msgstr "" -#: src/main.cc:782 +#: src/main.cc:799 msgid "checksum ERROR." msgstr "" -#: src/DefaultPieceStorage.cc:220 +#: src/DefaultPieceStorage.cc:240 #, fuzzy msgid "Download of selected files was complete." msgstr " Nur ausgewhlte Dateien abrufen:" -#: src/DefaultPieceStorage.cc:223 +#: src/DefaultPieceStorage.cc:243 #, fuzzy msgid "The download was complete." msgstr "" diff --git a/po/ja.gmo b/po/ja.gmo index d5c6526d86a0f65b712da8807419342728d35a38..728e6f7d6f080c51045ec9a787350acc7ae7e40c 100644 GIT binary patch delta 3531 zcmYkSaX#*B5v&I+wx!vA8ftMME@)-84?o5tENg8x2tUOc7#V5SA1iT~+VM3W z7!zf7o_cMx**UDHmpS-Kj9EUO!U5=yHOt27*w+GPZ&0YE;dh+PjdqiUa_YWzW;>{F zM#CH**`b*0H!HwWRLAyU9$v+Mm=kZ7g-dZ6*5XVoOyF947t`>P>O9|)?(z=ILhfPJ zScu1vYb}O6>%o0638y2;u}!GHy^Wpl2$BrDfc#llN3(U<1G$wQ#&KAWO|U-~1$03X z1+r^XP$^r4argm}6g!FS@sg`Ybv7f*))Un}7}e1kn2oDZLvs{Uuw56g14YQQZ5}fG zwxtXCXFk|&8d9+ixyCM{dfdLN*VDeJNj4PqpoQ2Uw_+xqb^5xQ@n>V%^~7ba{vOhI zJByrZ%}A&2li8j8D^=rZ&;ypBQd*5V@pJ5fS5QNf$Vn7!80xx(sPng@I$no7!|G8T zh-ADP;Xu?I4@YJ0VPwABq5uU}imgRuVjF51)}Y4t3uFb^8F&05K0>|m-2~1;-EaZw z`nAYJw;j$8ohO`sqcRbZ>u^)rqVniZ;f%8kLE|sPn!-y+G4+ufwURjt;?Ot^YX`)YBdAgfCHVRF4|- zCK=uruN$gE{cvdrUoq5;{$mEtM?Z^Rb7CVZb04B!&**VQ?{>TUKB&$lyu zxCmd*HamoQIcDEtNUrxK{0^U`z9x?)g>m_O9q~7;!|DR>_?*6GE2&?{dvRqyv(r5A zIJUukg`S@e;9J7+UpOhiG3zvtal%sMUiJs7W2uAq2H;*S|PU^bo#c)MpN5 z*r<0XG9y{mZn*cUEygnHn=lt!jv(E5AJPZgj^$WCg2y~fVe&|?$Mu*?J@r1bxi}B= zupWKbeUvvBhM?-@s1$ET4b2gZ#%u0)RIxYq8OYCpm0%iH;Pd!SF|XN`Lf&XE12a&w z^E~?SKWvF{_nUEzrJx^|V*^I0$5d<{80&r0 z`(Zu}b5Rf6k4^D2)a?HTHMts&^E%uW8&DsGIz9$9%a5b`sC6Cjp!Y>g!`{@Vp;o~z*Zvvm`fIMe+XV0YBGeF7 zqVBgBn`oMyr_hdu%cvAaPvm2Qy-=ALiAv!V)Uv8V4Z$I7gFm4U|HTq)%TAeFj5@v& zV{oUdA3}WrPoQ7ZJYzpdWmM`9qsIJKR7WBn@{VVszKkW^L))Go1AGP35 zDW8Ji5`vrCGFMWkySnn7IE>ITTS=4>t%x#0^NrDBBZZmJEm-k(<*=UEeoLF)I+kF_ zf}4hAqF21RpXo}1kZ@^TzcXyx9rO%JZT4Yb@&Y;s2?p`VB%7P+<(EFfACD~N>z>%=AyS;UQPq$_0K tXuxNQ=W0F(uZ*l2)L~Dn@btvwl*Hr=Uvg$vN_tI`tQD~}my54N{twACnY#c0 delta 3880 zcmaLZeNa@_8OQO5$odLFUK9`w7X=~+BoIkNMG+P8g_j^kt!Wj>5>Q?wtWq^*jmFnX zD%o01n#8JiGh;MKTTFc`YNIhpnIcnbTN+25$sdi9kO{GglQx}xpFP)3{HJH;$LE}T zckem(+;i^o@wnH;B;{B$jwU-7oiJDN$2_Ng~~agQ`L;x!E5}{DeXZ0 z;4RF;Va&TennL7SvI6ycdr?2%jymwGr~`04WCoCl{b{>VZ@3n9=Dc1iEPUCAVR#gE zCVq#y9XnBIHqy`J>2!motvtj<+4dcpf?v-c%|jRLYQZ zau8XdavAlRe}gJ4>Z7=DT& zy8rJ`3FUx`Jwa6>(S@^-zNG|pV9%pY`EO9y$aU0b8}*o(>O$1-dmP`yaN0LeKi7wP z1IZK2fJ-n@_kT4N?Vts9q-UHDe1>{QE>@I2^F)lr0@Tkh!!2yzR@6I=o@Cx^lTp`1 z8|ut;quxlr$s%uHHiq-PtE%q*-dvIQIH7xPADqXt_+%bi4@XWjZ^VD%F4{-(Sr<5g zx6pYUFoTy6cA%bbnaO&<5e3X5`tb(+e1WmpRcO4$NiTg%@Lcoe%EwK#wA4+Q%>tGv@OW!Umj$?en?3 zzG_|NA}`=Z)DgQDm@kxI6&>tG568cG!n|s07m8T4-^Mh&KeO_`ngc=lOpsjIjF1pCFI>9A7DOyjoM+(4|yC|gnGw|Q5V@( z)ECrI?1z7K&VP)0rvrb)R>Vx4gPW1ZFP*60^F}W<7tD8TKt1s)>MH-hIey1!CoMC- zZcm`zQ7dNQ37m{QsJmfog*je?I^d0{$KP^}{|ULiS6s`@1s}yhe4r5@!1Xv9U%_Z> zN1cf)s8e_oQ!u*HJc4Pc&$JRP+<^2UucOYKJY~*@;0T(@fwq?gMMYnQOE3X9qju!S zcsz;hDCtK1T)f*%{VW_qyAE|At*GZuqrM?O!C|yps?Bu|VG`~4QD?XZbLn4(*YFdH zhWgh_(4pk{XPbv7RDTy&CRGghmE7f zE3Kvy_{*#Xwxh1tr9^kePswX!I$<*e{*%#ZoJslp1eX)6PS^9>x}vpY z5?yRRCn1Cd#vD-glDS0RLc58+wzQNOq|s6FkUiuDQbh{M-7=es+i48M3bK{VA)!P| znIZ7EU*M;J>cga&%p*l)HPPkVL>7`+gcU3IlVGx+JWGB-UMCxUheP7L1=LoN$wZ5} zIaAl&xryYHkwkZI4$+cGEHaAxk~~keEFtp)HFi24bm}{hcWhvTIfs-LGJ(JQ$N=&R z(NakgNHlqlXjx8X5Z&23$p*syl4WEPxm(Je%GA3Du!X$X_EzZT;c-oAR(g8Vs@fV) zZn1T5@#Q8(#}r$Y4fXZzN>5EgeN%>2Y}Ku9@>t8=zShY2#N}>Jv)f&7Wm*;WPg&U+ zR(W+zlhv?FKWtT0Rq?eZ-}Q);r1I+3bX4(7O-0t->or-P2FqPhS#2#Sn`brGc&hc1 zq4)IHmX`Q#ly6W@NKjT=?}Qz3dH-j$4DG}PyVKw1|D*pM|8f66{9oC9r$4mM+ZX*; z{0IEDzsK(L4bRPpy=I@(8?i4jZu^LR)5^B&&a<~qf9w0QCeqhi8t*$-=JKV_hzb7H zw`Xtr+NY+a*%$0<_N_F_Znr\n" "Language-Team: Japanese \n" @@ -361,27 +361,27 @@ msgstr " msgid "Failed to peek data, cause: %s" msgstr "ǡ peek ˼Ԥޤ. : %s" -#: src/DownloadEngineFactory.cc:139 +#: src/DownloadEngineFactory.cc:159 #, c-format msgid "Errors occurred while binding port.\n" msgstr "ݡȤХ˥顼ȯޤ.\n" -#: src/TorrentRequestInfo.cc:91 +#: src/TorrentRequestInfo.cc:88 msgid "Files:" msgstr "ե:" -#: src/UrlRequestInfo.cc:99 +#: src/UrlRequestInfo.cc:98 #, c-format msgid "Unrecognized URL or unsupported protocol: %s\n" msgstr "" "%s , Ǥʤ URL եޥå, ޤ, ݡȤʤץȥ" ".\n" -#: src/main.cc:86 +#: src/main.cc:79 msgid " version " msgstr " С " -#: src/main.cc:93 +#: src/main.cc:86 msgid "" "This program is free software; you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" @@ -413,41 +413,41 @@ msgstr "" "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 " "USA\n" -#: src/main.cc:107 +#: src/main.cc:100 #, c-format msgid "Contact Info: %s\n" msgstr "Ϣ: %s\n" -#: src/main.cc:113 +#: src/main.cc:106 #, c-format msgid "Usage: %s [options] URL ...\n" msgstr "Ȥ: %s [ץ] URL ...\n" -#: src/main.cc:115 +#: src/main.cc:108 #, c-format msgid " %s [options] -T TORRENT_FILE FILE ...\n" msgstr " %s [ץ] -T TORRENT_FILE FILE ...\n" -#: src/main.cc:118 +#: src/main.cc:111 #, c-format msgid " %s [options] -M METALINK_FILE\n" msgstr " %s [ץ] -M METALINK_FILE\n" -#: src/main.cc:121 +#: src/main.cc:114 msgid "Options:" msgstr "ץ:" -#: src/main.cc:122 +#: src/main.cc:115 msgid " -d, --dir=DIR The directory to store downloaded file." msgstr "" " -d, --dir=DIR ɤե¸ǥ쥯ȥ." -#: src/main.cc:123 +#: src/main.cc:116 msgid " -o, --out=FILE The file name for downloaded file." msgstr "" " -o, --out=FILE ɤե¸ե̾." -#: src/main.cc:124 +#: src/main.cc:117 msgid "" " -l, --log=LOG The file path to store log. If '-' is " "specified,\n" @@ -457,18 +457,20 @@ msgstr "" "\n" " ˽Ϥޤ." -#: src/main.cc:126 +#: src/main.cc:119 msgid " -D, --daemon Run as daemon." msgstr " -D, --daemon ǡȤƵưޤ." -#: src/main.cc:127 +#: src/main.cc:120 +#, fuzzy msgid "" " -s, --split=N Download a file using N connections. N must " "be\n" " between 1 and 5. This option affects all " "URLs.\n" " Thus, aria2 connects to each URL with\n" -" N connections." +" N connections.\n" +" Default: 1" msgstr "" " -s, --split=N N ĤΥͥȤäƥե" "\n" @@ -480,7 +482,7 @@ msgstr "" "\n" " Ωޤ." -#: src/main.cc:131 +#: src/main.cc:125 msgid "" " --retry-wait=SEC Set amount of time in second between requests\n" " for errors. Specify a value between 0 and 60.\n" @@ -491,13 +493,13 @@ msgstr "" " . 0 - 60 ͤꤷƤ.\n" " ǥե: 5" -#: src/main.cc:134 +#: src/main.cc:128 msgid " -t, --timeout=SEC Set timeout in second. Default: 60" msgstr "" " -t, --timeout=SEC ॢȤȤʤ֤äǻꤷޤ.\n" " ǥե: 60" -#: src/main.cc:135 +#: src/main.cc:129 msgid "" " -m, --max-tries=N Set number of tries. 0 means unlimited.\n" " Default: 5" @@ -506,7 +508,7 @@ msgstr "" "\n" " ޤ. ǥե: 5" -#: src/main.cc:143 +#: src/main.cc:137 msgid "" " --http-proxy=HOST:PORT Use HTTP proxy server. This affects to all\n" " URLs." @@ -515,14 +517,14 @@ msgstr "" "\n" " Ϥ٤Ƥ URL ˱ƶޤ." -#: src/main.cc:145 +#: src/main.cc:139 msgid " --http-user=USER Set HTTP user. This affects to all URLs." msgstr "" " --http-user=USER HTTP Ǥǧڥ桼ꤷޤ. Υץ" "\n" " Ϥ٤Ƥ URL ˱ƶޤ." -#: src/main.cc:146 +#: src/main.cc:140 msgid "" " --http-passwd=PASSWD Set HTTP password. This affects to all URLs." msgstr "" @@ -530,7 +532,7 @@ msgstr "" "\n" " Ϥ٤Ƥ URL ˱ƶޤ." -#: src/main.cc:147 +#: src/main.cc:141 msgid "" " --http-proxy-user=USER Set HTTP proxy user. This affects to all URLs" msgstr "" @@ -540,7 +542,7 @@ msgstr "" "\n" " ." -#: src/main.cc:148 +#: src/main.cc:142 msgid "" " --http-proxy-passwd=PASSWD Set HTTP proxy password. This affects to all " "URLs." @@ -551,7 +553,7 @@ msgstr "" "\n" " ޤ." -#: src/main.cc:149 +#: src/main.cc:143 msgid "" " --http-proxy-method=METHOD Set the method to use in proxy request.\n" " METHOD is either 'get' or 'tunnel'.\n" @@ -562,7 +564,7 @@ msgstr "" " . 'get' ޤ 'tunnel' ꤷƤ.\n" " ǥե: tunnel" -#: src/main.cc:152 +#: src/main.cc:146 msgid "" " --http-auth-scheme=SCHEME Set HTTP authentication scheme. Currently, " "basic\n" @@ -574,14 +576,14 @@ msgstr "" " Τ basic Ǥ. \n" " ǥե: basic" -#: src/main.cc:155 +#: src/main.cc:149 msgid " --referer=REFERER Set Referer. This affects to all URLs." msgstr "" " --referer=REFERER ե顼ꤷޤ. ΥץϤ٤" "\n" " URL ˱ƶޤ." -#: src/main.cc:156 +#: src/main.cc:150 msgid "" " --ftp-user=USER Set FTP user. This affects to all URLs.\n" " Default: anonymous" @@ -591,7 +593,7 @@ msgstr "" " Ϥ٤Ƥ URL ˱ƶޤ.\n" " ǥե: anonymous" -#: src/main.cc:158 +#: src/main.cc:152 msgid "" " --ftp-passwd=PASSWD Set FTP password. This affects to all URLs.\n" " Default: ARIA2USER@" @@ -601,7 +603,7 @@ msgstr "" " Ϥ٤Ƥ URL ˱ƶޤ.\n" " ǥե: ARIA2USER@" -#: src/main.cc:160 +#: src/main.cc:154 msgid "" " --ftp-type=TYPE Set FTP transfer type. TYPE is either " "'binary'\n" @@ -612,11 +614,11 @@ msgstr "" " 'ascii' ꤷƤ. ǥե: " "binary" -#: src/main.cc:163 +#: src/main.cc:157 msgid " -p, --ftp-pasv Use passive mode in FTP." msgstr " -p, --ftp-pasv FTP passive ⡼ɤѤޤ." -#: src/main.cc:164 +#: src/main.cc:158 msgid "" " --ftp-via-http-proxy=METHOD Use HTTP proxy in FTP. METHOD is either 'get' " "or\n" @@ -629,7 +631,7 @@ msgstr "" "\n" " . ǥե: tunnel" -#: src/main.cc:167 +#: src/main.cc:161 msgid "" " --lowest-speed-limit=SPEED Close connection if download speed is lower " "than\n" @@ -652,7 +654,7 @@ msgstr "" " ɤˤϱƶޤ.\n" " ǥե: 0" -#: src/main.cc:174 +#: src/main.cc:168 msgid "" " --max-download-limit=SPEED Set max download speed in bytes per sec.\n" " 0 means unrestricted.\n" @@ -667,11 +669,37 @@ msgstr "" "1024K).\n" " ǥե: 0" -#: src/main.cc:179 +#: src/main.cc:172 +#, fuzzy +msgid "" +" --file-allocation=METHOD Specify file allocation method. METHOD is " +"either\n" +" 'none' or 'prealloc'.\n" +" 'none' doesn't pre-allocate file space. " +"'prealloc'\n" +" pre-allocates file space before download " +"begins.\n" +" This may take some time depending on the size " +"of\n" +" file.\n" +" Default: 'none'" +msgstr "" +" --lowest-speed-limit=SPEED ǻꤹ®٤򲼲ä, " +"\n" +" ɤߤޤ. ®٤ϥХ/äǤ.\n" +" 0 ꤹ, ®٤ȽԤޤ.\n" +" K ޤ M ղä뤳ȤǤޤ (1K = " +"1024,\n" +" 1M = 1024K). Υץ, BitTorrent " +"\n" +" ɤˤϱƶޤ.\n" +" ǥե: 0" + +#: src/main.cc:180 msgid " -T, --torrent-file=TORRENT_FILE The file path to .torrent file." msgstr " -T, --torrent-file=TORRENT_FILE .torrent եΥѥ." -#: src/main.cc:180 +#: src/main.cc:181 msgid "" " --follow-torrent=true|false Setting this option to false prevents aria2 " "to\n" @@ -686,7 +714,7 @@ msgstr "" " , BitTorrent ⡼ɤޤ.\n" " ǥե: true" -#: src/main.cc:184 +#: src/main.cc:185 msgid "" " -S, --show-files Print file listing of .torrent file and exit." msgstr "" @@ -694,7 +722,7 @@ msgstr "" "\n" " λޤ." -#: src/main.cc:185 +#: src/main.cc:186 msgid "" " --direct-file-mapping=true|false Directly read from and write to each file\n" " mentioned in .torrent file.\n" @@ -705,14 +733,14 @@ msgstr "" " ޤ.\n" " ǥե: true" -#: src/main.cc:188 +#: src/main.cc:189 msgid "" " --listen-port=PORT Set port number to listen to for peer " "connection." msgstr "" " --listen-port=PORT ԥ³դݡֹ." -#: src/main.cc:189 +#: src/main.cc:190 msgid "" " --max-upload-limit=SPEED Set max upload speed in bytes per sec.\n" " 0 means unrestricted.\n" @@ -727,7 +755,7 @@ msgstr "" "1024K).\n" " ǥե: 0" -#: src/main.cc:193 +#: src/main.cc:194 msgid "" " --select-file=INDEX... Set file to download by specifing its index.\n" " You can know file index through --show-files\n" @@ -748,7 +776,7 @@ msgstr "" " ޤ, '-' ȤäϰϻǤޤ: \"1-5\"\n" " ',' '-' Ȥ߹碌ƻȤȤǤޤ." -#: src/main.cc:199 +#: src/main.cc:200 msgid "" " --seed-time=MINUTES Specify seeding time in minutes. See also\n" " --seed-ratio option." @@ -756,7 +784,7 @@ msgstr "" " --seed-time=MINUTES ɤԤ֤ʬñ̤ǻꤷޤ. \n" " --seed-ratio ץ⻲ȤƤ." -#: src/main.cc:201 +#: src/main.cc:202 msgid "" " --seed-ratio=RATIO Specify share ratio. Seed completed torrents " "until\n" @@ -775,11 +803,11 @@ msgstr "" "\n" " Ȥξ郎Ωȥɤλޤ." -#: src/main.cc:208 +#: src/main.cc:209 msgid " -M, --metalink-file=METALINK_FILE The file path to .metalink file." msgstr " -M, --metalink-file=METALINK_FILE .metalink եΥѥ." -#: src/main.cc:209 +#: src/main.cc:210 msgid "" " -C, --metalink-servers=NUM_SERVERS The number of servers to connect to\n" " simultaneously. If more than one connection " @@ -793,15 +821,15 @@ msgstr "" " ѤƤ.\n" " ǥե: 15" -#: src/main.cc:213 +#: src/main.cc:214 msgid " --metalink-version=VERSION The version of file to download." msgstr " --metalink-version=VERSION ɤեΥС." -#: src/main.cc:214 +#: src/main.cc:215 msgid " --metalink-language=LANGUAGE The language of file to download." msgstr " --metalink-language=LANGUAGE ɤեθ." -#: src/main.cc:215 +#: src/main.cc:216 msgid "" " --metalink-os=OS The operating system the file is targeted." msgstr "" @@ -809,11 +837,11 @@ msgstr "" "졼\n" " ƥ󥰡ƥ." -#: src/main.cc:216 +#: src/main.cc:217 msgid " --metalink-location=LOCATION The location of the prefered server." msgstr " --metalink-location=LOCATION ͥŪ˥ɤ륵Сξ." -#: src/main.cc:217 +#: src/main.cc:218 msgid "" " --follow-metalink=true|false Setting this option to false prevents aria2 " "to\n" @@ -828,16 +856,16 @@ msgstr "" " , Metalink ⡼ɤޤ.\n" " ǥե: true" -#: src/main.cc:222 +#: src/main.cc:223 msgid " -v, --version Print the version number and exit." msgstr " -v, --version Сֹɽ, λޤ." -#: src/main.cc:223 +#: src/main.cc:224 msgid " -h, --help Print this message and exit." msgstr "" " -h, --help Υإץåɽ, λޤ." -#: src/main.cc:226 +#: src/main.cc:227 msgid "" " You can specify multiple URLs. All URLs must point to the same file\n" " or downloading fails." @@ -846,7 +874,7 @@ msgstr "" "\n" " Фʤޤ. ʤХɤϼԤޤ." -#: src/main.cc:231 +#: src/main.cc:232 msgid "" " Specify files in multi-file torrent to download. Use conjunction with\n" " -T option. This arguments are ignored if you specify --select-file option." @@ -855,152 +883,157 @@ msgstr "" "\n" " ȶ˻Ѥޤ. --select-file ץʻѤϤǤޤ." -#: src/main.cc:235 +#: src/main.cc:236 msgid "Examples:" msgstr ":" -#: src/main.cc:236 +#: src/main.cc:237 msgid " Download a file by 1 connection:" msgstr " 1 ͥǤΥ:" -#: src/main.cc:238 +#: src/main.cc:239 msgid " Download a file by 2 connections:" msgstr " 2 ͥǤΥ:" -#: src/main.cc:240 +#: src/main.cc:241 msgid " Download a file by 2 connections, each connects to a different server:" msgstr " Ĥΰۤʤ륵С³ƥ:" -#: src/main.cc:242 +#: src/main.cc:243 msgid " You can mix up different protocols:" msgstr " ۤʤץȥ򺮹礵ƥ:" -#: src/main.cc:246 +#: src/main.cc:247 msgid " Download a torrent:" msgstr " torrent :" -#: src/main.cc:248 +#: src/main.cc:249 msgid " Download a torrent using local .torrent file:" msgstr " .torrent եȤäƥ:" -#: src/main.cc:250 +#: src/main.cc:251 msgid " Download only selected files:" msgstr " եꤷƥ:" -#: src/main.cc:252 +#: src/main.cc:253 msgid " Print file listing of .torrent file:" msgstr " .torrent ե˴ޤޤեꥹȤɽ:" -#: src/main.cc:257 +#: src/main.cc:258 msgid " Metalink downloading:" msgstr " Metalink ǥ:" -#: src/main.cc:259 +#: src/main.cc:260 msgid " Download a file using local .metalink file:" msgstr " .metalink եȤäƥ:" -#: src/main.cc:261 +#: src/main.cc:262 msgid " Metalink downloading with preferences:" msgstr " 桼ˤ Metalink :" -#: src/main.cc:265 +#: src/main.cc:266 #, c-format msgid "Report bugs to %s" msgstr "ХݡȤϤ: %s" -#: src/main.cc:404 +#: src/main.cc:409 msgid "unrecognized proxy format" msgstr "ǤʤProxyեޥåȤǤ." -#: src/main.cc:431 +#: src/main.cc:436 msgid "Currently, supported authentication scheme is basic." msgstr "ߥݡȤƤǧˡ basic Ǥ." -#: src/main.cc:440 +#: src/main.cc:445 msgid "retry-wait must be between 0 and 60." msgstr "retry-wait 0 60 δ֤ǻꤷƤ." -#: src/main.cc:457 +#: src/main.cc:462 msgid "ftp-type must be either 'binary' or 'ascii'." msgstr "ftp-type 'binary' ޤ 'ascii' ꤷƤ." -#: src/main.cc:466 +#: src/main.cc:471 msgid "ftp-via-http-proxy must be either 'get' or 'tunnel'." msgstr "ftp-via-http-proxy 'get' ޤ 'tunnel' ꤷƤ." -#: src/main.cc:474 +#: src/main.cc:479 msgid "min-segment-size invalid" msgstr "min-segment-size Ǥ." -#: src/main.cc:485 +#: src/main.cc:490 msgid "http-proxy-method must be either 'get' or 'tunnel'." msgstr "http-proxy-method 'get' ޤ 'tunnel' ꤷƤ." -#: src/main.cc:493 +#: src/main.cc:498 msgid "listen-port must be between 1024 and 65535." msgstr "listen-port 1024 - 65535 ͤꤷƤ." -#: src/main.cc:506 +#: src/main.cc:511 msgid "follow-torrent must be either 'true' or 'false'." msgstr "follow-torrent 'true' ޤ 'false ꤷƤ." -#: src/main.cc:520 +#: src/main.cc:525 msgid "direct-file-mapping must be either 'true' or 'false'." msgstr "direct-file-mapping 'true' ޤ 'false ꤷƤ." -#: src/main.cc:531 +#: src/main.cc:536 msgid "upload-limit must be greater than or equal to 0." msgstr "upload-limit 0 ʾοꤷƤ." -#: src/main.cc:544 +#: src/main.cc:549 msgid "seed-time must be greater than or equal to 0." msgstr "seed-time 0 ʾοꤷƤ." -#: src/main.cc:554 +#: src/main.cc:559 msgid "seed-ratio must be greater than or equal to 0.0." msgstr "seed-ratio 0.0 ʾοꤷƤ." -#: src/main.cc:564 +#: src/main.cc:569 msgid "max-upload-limit must be greater than or equal to 0" msgstr "max-upload-limit 0 ʾοꤷƤ." -#: src/main.cc:586 +#: src/main.cc:591 msgid "follow-metalink must be either 'true' or 'false'." msgstr "follow-metalink 'true' ޤ 'false ꤷƤ." -#: src/main.cc:597 +#: src/main.cc:602 msgid "lowest-speed-limit must be greater than or equal to 0" msgstr "lowest-speed-limit 0 ʾοꤷƤ." -#: src/main.cc:607 +#: src/main.cc:612 msgid "max-download-limit must be greater than or equal to 0" msgstr "max-download-limit 0 ʾοꤷƤ." -#: src/main.cc:636 +#: src/main.cc:641 msgid "split must be between 1 and 5." msgstr "split 1 - 5 ͤꤷƤ." -#: src/main.cc:649 +#: src/main.cc:653 msgid "timeout must be between 1 and 600" msgstr "timeout 1 - 600 ͤꤷƤ." -#: src/main.cc:658 +#: src/main.cc:662 msgid "max-tries invalid" msgstr "max-tries Ǥ." -#: src/main.cc:680 +#: src/main.cc:684 msgid "metalink-servers must be greater than 0." msgstr "metalink-servers 0 ʾοꤷƤ." -#: src/main.cc:700 +#: src/main.cc:696 +#, fuzzy +msgid "file-allocation must be either 'none' or 'prealloc'." +msgstr "follow-torrent 'true' ޤ 'false ꤷƤ." + +#: src/main.cc:715 msgid "specify at least one URL" msgstr "İʾ URL ꤷƤ." -#: src/main.cc:707 +#: src/main.cc:722 msgid "daemon failed" msgstr "ǡư˼" -#: src/main.cc:775 +#: src/main.cc:792 msgid "" "Now verifying checksum.\n" "This may take some time depending on your PC environment and the size of " @@ -1009,19 +1042,19 @@ msgstr "" "å򸡺Ƥޤ.\n" "Ȥ PC Ķȥե륵ˤ, ٤λ֤ޤ." -#: src/main.cc:779 +#: src/main.cc:796 msgid "checksum OK." msgstr "å OK." -#: src/main.cc:782 +#: src/main.cc:799 msgid "checksum ERROR." msgstr "å 顼." -#: src/DefaultPieceStorage.cc:220 +#: src/DefaultPieceStorage.cc:240 msgid "Download of selected files was complete." msgstr "ΥեΥɤλ." -#: src/DefaultPieceStorage.cc:223 +#: src/DefaultPieceStorage.cc:243 msgid "The download was complete." msgstr "ɤλ." diff --git a/po/ru.gmo b/po/ru.gmo index 1b4d403f39790fe104b0c0201c3af07aa5db57c8..3f17a1f152f48c125f92a310d9b30e67bbee9d81 100644 GIT binary patch delta 3123 zcmY+`c~Dhl7{~Dk1A+uWMHB?tL{LEiH{1Y4;VR~qV&(#7ZiE<`D41OrT+&3tY#B`( zwW+ab!K-C|ST0jeP0iTYWKJ%VV>6}ohhr`iI@9-e&f$;V;W?l8J@?#m-t)ZAd$s9o z&?hH@{8u{#?=jjgB7xW!Y<61xa1ONO2(uJS!8k0&bex0PxDi{h1w(_(=100#bue4Q z`PwM6!}vGWVRN)Q4)198xtZTSrZb)o7Irc_jx9JD7j-r(!xLDI!7*kfSc{W%9t$z7 ziptSDcp>$ zSc4n7n-$@09E^FSP2(k=M=*u)EiA>zM6*~A)Y{PX%CROT5PiORm($-r=p*1SPdPnu`Q^X zzK;d?9V*q~yiP98L``5j_QFq*)v}AoD%wpPh!0WM<#IDkupCt@m8knSaVWu-RPsNR z&I3-!yfm}ESd9blEpPliDl-qT4<>VW-KY$ep&HZ!UPqE-XHeJuhItslMa;jm2Q9@p%)zeAmSmU@wU*V`8@D2Vc9cUH z{)&3g4OC_xAxW_WE@n>VA4Ny0Ta23d8^{*601m>_7=rgvHSh>Ef&S!IsjNh;`3_XZ z&Y&`Q5A|ZH40xsuL``H4Y65lc*l&C3XlBPyYjgqGiFOzDpeUYlJ%}xa{TZjRcl6+= zP@k{Ed~CtncoQ?Y{xTP5VlcD*kn`CT!tZzqKf|w>?RD+{I;J1Og)@2GT0W>?Q|pUA z;>(Qx9b&c(>v_uC7)+(E#r?Pf6Znysh`X>7ui;cI8qSXx?#4v!*NPSGc)5{mXU6q~ zT*vb*VwC%fRe@EE4}0UN(fp_|o`%!$OZ*69ib*q`!5O$|jQij#xSVmpSh9mH$X6_+ z#J!IXH9m^E-(B?U!m?6#Z4Mxlv=hk7**_SE{d{gM_^_4n%QyiW#<5&@4m;r9@$S+b zL9OvcT#64d1FOp1C2K~KYG=#Hzt*so6RQ3!?y3t*ku2IWT!=@o2|GUN{#)@bl0CbH z{8?Y}uLss+3hqbkmQ%>`TQq|x9E~K&rlM-*%}M0HlFoTf6k+aU*X79aTL86|H&K}x zImP{AJ!*Fx#eVn)W@A?_F2b>xg_|)41IVh{4R73wv}+X_Xo_MMQ0!IHWp*ZJ)d z9qPwoo-yOk=5o**e}Qp$4~sB*mOJAqsLvOmmgFF+n69E~B6ha>k5@S=vwJWef5Aa` z2a~Y(98G}rA4eyj6OE{uokZOzbgsL0C8!6i!XV`Pwt%Q7ULx9>)>Ca8p(1Q+&(YC? zUm?~J%F;$ct*O$%O*Jp@zee#ozv0VK6Io45N) z_yGTQdbva<5kgRf_9C&9P}A$G#Sr{xI89}%mP$NJs7NY_D1zlHL>p4y!qKVDKYC=uhVKC8$poW~P z?TadRwFVddXUp@ox2Q-<_D(*An$|F)lXp%(_8W*AqLwHiDhO>0H5JKlB9wTQ7(py0 z))J2sDiXD!E;iqDv>v1qZ)@6^B?LcduGtR&jn3Oc<5*%1??cPIH00tXZ0qa%l8=j3MR WW=pUeSL-^~V%D8z%Wyr`;4!Sn_wh|E9B=j#9s3;`9?D{HoIc5D7V&;N$BABa z3m4$BiDrxO5Y9yxAIH>5W&s?)I!q#6Rk#pG)9_=c>j!f@zmIv;Q>K_L#bTU_J5U{n z;tbwzZ*sz5>?ZPOBXZ4(Fdxm4TqSj0o@~FL>PyRKhZ*gG`X7aRLg?C{u&ceY&{r9NMWRi|joQG>%g1yrs-Va~qf`0HbEXEH|9hkt|)PY5qf*q)l?nh;; zA6cLFEo6b)5Gn(2Bg?_wM@{X=$ilY_8rS`N9Ep_?PSj9M;>J2;y_rAZ!Gtd$ZP*3W zR9we$tSF%|Y(`CGFY;$Eao`dADUQSsQSbQ#HP9^5LNYBfn-d0Wn^39iLG}DKWGma- zSc&gpGG>q#t${352O3bR>_W}?H&Ge8hWyz$ZfeBUs1B`0b>vZ`0}<;_TsVXADL~E9 z2gr`Jbb6&1mE!dzRy@w6Uc-S$EP%TIHM|?&!oOfL7mIlQpID5!EPz+IzKq`8z`x@e z?f-Y__H{1wGt6Wj46~_sQtzDY{qT>tpZcAw%tLq-zlynh9QNUP4B_l~W{vm?Zoz-y z8r(SF>|uNrb7+5jwb|y|$W{&8Il_gbb>4$T3%xH_CqBXt-bmC-7qK3w2l0OVC4L8I z*0V+N8m_|^7ke-M2(QrYh9zdZxSq3&&o(}TG-xn(~>WoGhP?|17_yQCjy;1942Kg2pL zAiY|wEvNww-~zl7NnA*N!0SjAYD&6L4GkgFWq(37P{l;Ej;t9|@kPwXZ=+J`VhMhP zO8M0F-gaJ!GpTPwZTF*Ch>?q&=m)>SOibP2?c-b|o3DI&cYV@gG=&m7BfHhH)bGvskJ9{|+a)To}2<>p(HyO}!b_ zvFEWCZ=mL`u*rMD1DHgee#94LC+;JL3%f90p5&O9I2SEM6>*5@j&M*~4-zUzJmQ~H z67Z?An%YPrL?}ah36(xVQ>9V*39TCyZ8hzZ5yTjRwP;%jl?fgeeQ#7j;AqJ&5$ z?jv>+&k!ng@uT-I8Q+w6(Kb?yxT-fY6>#Cwhs;2$fVq>)qy&C3t78FrOSi= z`0{>j4HmXJiHo1XFA`c%8H9?u*+T@0T|_Ohh2UEfFLOA~CsK%~h-xB0>?b};Xicfi z^{{OT7pY-=#fFO(*-~N!!ETBFV>AVGh+?9hPrcrqun2_Zgl>u)CW5P?ZKvP zPLtE>Z*OsShx~zuokpiQ7zng9hyB4oXa?2oyF+1TYfJQUR&K%8mT*T)OTh6tO@VDr ztixI^y6*kSiJ3w>ajr9zVj~5K-wtLRK6g%RcrU%`; f#=XEF-8iF0^}NPSvw0c+yGOUV=LhF64rTub#Y+l% diff --git a/po/ru.po b/po/ru.po index 6b35f8f0..e833cb95 100644 --- a/po/ru.po +++ b/po/ru.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: http://aria2.sourceforge.net/\n" -"POT-Creation-Date: 2006-11-09 01:22+0900\n" +"POT-Creation-Date: 2007-01-08 09:17+0900\n" "PO-Revision-Date: 2006-07-28 18:04+0600\n" "Last-Translator: Azamat H. Hackimov \n" "Language-Team: \n" @@ -359,25 +359,25 @@ msgstr "Ошибка получения данных: %s" msgid "Failed to peek data, cause: %s" msgstr "Ошибка запроса данных: %s" -#: src/DownloadEngineFactory.cc:139 +#: src/DownloadEngineFactory.cc:159 #, c-format msgid "Errors occurred while binding port.\n" msgstr "Ошибка при открытии порта.\n" -#: src/TorrentRequestInfo.cc:91 +#: src/TorrentRequestInfo.cc:88 msgid "Files:" msgstr "Файлы:" -#: src/UrlRequestInfo.cc:99 +#: src/UrlRequestInfo.cc:98 #, c-format msgid "Unrecognized URL or unsupported protocol: %s\n" msgstr "Неправильный URL или неподдерживаемый протокол: %s\n" -#: src/main.cc:86 +#: src/main.cc:79 msgid " version " msgstr " версия " -#: src/main.cc:93 +#: src/main.cc:86 #, fuzzy msgid "" "This program is free software; you can redistribute it and/or modify\n" @@ -409,39 +409,39 @@ msgstr "" "along with this program; if not, write to the Free Software\n" "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" -#: src/main.cc:107 +#: src/main.cc:100 #, c-format msgid "Contact Info: %s\n" msgstr "Связь с автором: %s\n" -#: src/main.cc:113 +#: src/main.cc:106 #, c-format msgid "Usage: %s [options] URL ...\n" msgstr "Использование: %s [параметры] URL ...\n" -#: src/main.cc:115 +#: src/main.cc:108 #, c-format msgid " %s [options] -T TORRENT_FILE FILE ...\n" msgstr " %s [параметры] -T TORRENT_FILE FILE ...\n" -#: src/main.cc:118 +#: src/main.cc:111 #, c-format msgid " %s [options] -M METALINK_FILE\n" msgstr " %s [параметры] -M METALINK_FILE\n" -#: src/main.cc:121 +#: src/main.cc:114 msgid "Options:" msgstr "Параметры:" -#: src/main.cc:122 +#: src/main.cc:115 msgid " -d, --dir=DIR The directory to store downloaded file." msgstr " -d, --dir=DIR Каталог для сохранения скачанных файлов." -#: src/main.cc:123 +#: src/main.cc:116 msgid " -o, --out=FILE The file name for downloaded file." msgstr " -o, --out=FILE Имя файла для скачанного файла." -#: src/main.cc:124 +#: src/main.cc:117 msgid "" " -l, --log=LOG The file path to store log. If '-' is " "specified,\n" @@ -450,18 +450,20 @@ msgstr "" " -l, --log=LOG Имя файла для логов. Если указано \"-\",\n" " логи будут выведены в stdout." -#: src/main.cc:126 +#: src/main.cc:119 msgid " -D, --daemon Run as daemon." msgstr " -D, --daemon Запустить в качестве демона." -#: src/main.cc:127 +#: src/main.cc:120 +#, fuzzy msgid "" " -s, --split=N Download a file using N connections. N must " "be\n" " between 1 and 5. This option affects all " "URLs.\n" " Thus, aria2 connects to each URL with\n" -" N connections." +" N connections.\n" +" Default: 1" msgstr "" " -s, --split=N Скачать файл, используя N соединений. N\n" " должен быть в пределах от 1 до 5. Этот " @@ -470,7 +472,7 @@ msgstr "" " Следуя этому, aria2 соединяется к каждому URL\n" " используя N соединений." -#: src/main.cc:131 +#: src/main.cc:125 msgid "" " --retry-wait=SEC Set amount of time in second between requests\n" " for errors. Specify a value between 0 and 60.\n" @@ -481,12 +483,12 @@ msgstr "" "60.\n" " По умолчанию: 5" -#: src/main.cc:134 +#: src/main.cc:128 msgid " -t, --timeout=SEC Set timeout in second. Default: 60" msgstr "" " -t, --timeout=SEC Установить таймаут в секундах. По умолчанию: 60" -#: src/main.cc:135 +#: src/main.cc:129 msgid "" " -m, --max-tries=N Set number of tries. 0 means unlimited.\n" " Default: 5" @@ -494,7 +496,7 @@ msgstr "" " -m, --max-tries=N Установить число попыток. 0 означает\n" " неограниченное число. По умолчанию: 5" -#: src/main.cc:143 +#: src/main.cc:137 msgid "" " --http-proxy=HOST:PORT Use HTTP proxy server. This affects to all\n" " URLs." @@ -503,27 +505,27 @@ msgstr "" "на\n" " все URL." -#: src/main.cc:145 +#: src/main.cc:139 msgid " --http-user=USER Set HTTP user. This affects to all URLs." msgstr "" " --http-user=USER Установить пользователя для HTTP. Это влияет " "на все URL." -#: src/main.cc:146 +#: src/main.cc:140 msgid "" " --http-passwd=PASSWD Set HTTP password. This affects to all URLs." msgstr "" " --http-passwd=PASSWD Установить пароль для HTTP. Это влияет на все " "URL." -#: src/main.cc:147 +#: src/main.cc:141 msgid "" " --http-proxy-user=USER Set HTTP proxy user. This affects to all URLs" msgstr "" " --http-proxy-user=USER Установить пользователя для прокси HTTP. Это " "влияет на все URL." -#: src/main.cc:148 +#: src/main.cc:142 msgid "" " --http-proxy-passwd=PASSWD Set HTTP proxy password. This affects to all " "URLs." @@ -531,7 +533,7 @@ msgstr "" " --http-proxy-passwd=PASSWD Установить пароль для прокси HTTP. Это влияет " "на все URL." -#: src/main.cc:149 +#: src/main.cc:143 msgid "" " --http-proxy-method=METHOD Set the method to use in proxy request.\n" " METHOD is either 'get' or 'tunnel'.\n" @@ -543,7 +545,7 @@ msgstr "" " или \"tunnel\".\n" " По умолчанию: tunnel" -#: src/main.cc:152 +#: src/main.cc:146 msgid "" " --http-auth-scheme=SCHEME Set HTTP authentication scheme. Currently, " "basic\n" @@ -554,12 +556,12 @@ msgstr "" " момент доступна только схема \"basic\"\n" " По умолчанию: basic" -#: src/main.cc:155 +#: src/main.cc:149 msgid " --referer=REFERER Set Referer. This affects to all URLs." msgstr "" " --referer=REFERER Установить реферер. Это влияет на все URL." -#: src/main.cc:156 +#: src/main.cc:150 msgid "" " --ftp-user=USER Set FTP user. This affects to all URLs.\n" " Default: anonymous" @@ -568,7 +570,7 @@ msgstr "" "URL.\n" " По умолчанию: anonymous" -#: src/main.cc:158 +#: src/main.cc:152 msgid "" " --ftp-passwd=PASSWD Set FTP password. This affects to all URLs.\n" " Default: ARIA2USER@" @@ -576,7 +578,7 @@ msgstr "" " --ftp-passwd=PASSWD Установить пароль FTP. Это влияет на все URL.\n" " По умолчанию: ARIA2USER@" -#: src/main.cc:160 +#: src/main.cc:154 msgid "" " --ftp-type=TYPE Set FTP transfer type. TYPE is either " "'binary'\n" @@ -587,11 +589,11 @@ msgstr "" " или \"binary\", или \"ascii\".\n" " По умолчанию: binary" -#: src/main.cc:163 +#: src/main.cc:157 msgid " -p, --ftp-pasv Use passive mode in FTP." msgstr " -p, --ftp-pasv Использовать пассивный режим для FTP." -#: src/main.cc:164 +#: src/main.cc:158 msgid "" " --ftp-via-http-proxy=METHOD Use HTTP proxy in FTP. METHOD is either 'get' " "or\n" @@ -603,7 +605,7 @@ msgstr "" " быть \"get\" или \"tunnel\".\n" " По умолчанию: tunnel" -#: src/main.cc:167 +#: src/main.cc:161 #, fuzzy msgid "" " --lowest-speed-limit=SPEED Close connection if download speed is lower " @@ -621,7 +623,7 @@ msgstr "" "60.\n" " По умолчанию: 5" -#: src/main.cc:174 +#: src/main.cc:168 #, fuzzy msgid "" " --max-download-limit=SPEED Set max download speed in bytes per sec.\n" @@ -634,11 +636,31 @@ msgstr "" "60.\n" " По умолчанию: 5" -#: src/main.cc:179 +#: src/main.cc:172 +#, fuzzy +msgid "" +" --file-allocation=METHOD Specify file allocation method. METHOD is " +"either\n" +" 'none' or 'prealloc'.\n" +" 'none' doesn't pre-allocate file space. " +"'prealloc'\n" +" pre-allocates file space before download " +"begins.\n" +" This may take some time depending on the size " +"of\n" +" file.\n" +" Default: 'none'" +msgstr "" +" --retry-wait=SEC Установить промежуток времени между запросами\n" +" при ошибках. Значение должно быть между 0 и " +"60.\n" +" По умолчанию: 5" + +#: src/main.cc:180 msgid " -T, --torrent-file=TORRENT_FILE The file path to .torrent file." msgstr " -T, --torrent-file=TORRENT_FILE Путь до .torrent-файла." -#: src/main.cc:180 +#: src/main.cc:181 msgid "" " --follow-torrent=true|false Setting this option to false prevents aria2 " "to\n" @@ -652,13 +674,13 @@ msgstr "" " файлы.\n" " По умолчанию: true" -#: src/main.cc:184 +#: src/main.cc:185 msgid "" " -S, --show-files Print file listing of .torrent file and exit." msgstr "" " -S, --show-files Вывести перечисленные .torrent файлы и выйти." -#: src/main.cc:185 +#: src/main.cc:186 msgid "" " --direct-file-mapping=true|false Directly read from and write to each file\n" " mentioned in .torrent file.\n" @@ -668,14 +690,14 @@ msgstr "" " описанный в .torrent-файл.\n" " По умолчанию: true" -#: src/main.cc:188 +#: src/main.cc:189 msgid "" " --listen-port=PORT Set port number to listen to for peer " "connection." msgstr "" " --listen-port=PORT Установить порт для прослушивания соединения." -#: src/main.cc:189 +#: src/main.cc:190 #, fuzzy msgid "" " --max-upload-limit=SPEED Set max upload speed in bytes per sec.\n" @@ -688,7 +710,7 @@ msgstr "" "60.\n" " По умолчанию: 5" -#: src/main.cc:193 +#: src/main.cc:194 msgid "" " --select-file=INDEX... Set file to download by specifing its index.\n" " You can know file index through --show-files\n" @@ -707,7 +729,7 @@ msgstr "" " Также вы можете использовать тире (\"1-5\").\n" " \",\" и \"-\" могут быть использованы вместе." -#: src/main.cc:199 +#: src/main.cc:200 #, fuzzy msgid "" " --seed-time=MINUTES Specify seeding time in minutes. See also\n" @@ -716,7 +738,7 @@ msgstr "" " -m, --max-tries=N Установить число попыток. 0 означает\n" " неограниченное число. По умолчанию: 5" -#: src/main.cc:201 +#: src/main.cc:202 #, fuzzy msgid "" " --seed-ratio=RATIO Specify share ratio. Seed completed torrents " @@ -734,11 +756,11 @@ msgstr "" " Следуя этому, aria2 соединяется к каждому URL\n" " используя N соединений." -#: src/main.cc:208 +#: src/main.cc:209 msgid " -M, --metalink-file=METALINK_FILE The file path to .metalink file." msgstr " -M, --metalink-file=METALINK_FILE Путь к .metalink-файлу." -#: src/main.cc:209 +#: src/main.cc:210 msgid "" " -C, --metalink-servers=NUM_SERVERS The number of servers to connect to\n" " simultaneously. If more than one connection " @@ -752,24 +774,24 @@ msgstr "" "параметр -s.\n" " По умолчанию: 15" -#: src/main.cc:213 +#: src/main.cc:214 msgid " --metalink-version=VERSION The version of file to download." msgstr " --metalink-version=VERSION Версия файла для скачивания." -#: src/main.cc:214 +#: src/main.cc:215 msgid " --metalink-language=LANGUAGE The language of file to download." msgstr " --metalink-language=LANGUAGE Язык файла для скачивания." -#: src/main.cc:215 +#: src/main.cc:216 msgid "" " --metalink-os=OS The operating system the file is targeted." msgstr " --metalink-os=OS Целевая операционная система файла." -#: src/main.cc:216 +#: src/main.cc:217 msgid " --metalink-location=LOCATION The location of the prefered server." msgstr "" -#: src/main.cc:217 +#: src/main.cc:218 msgid "" " --follow-metalink=true|false Setting this option to false prevents aria2 " "to\n" @@ -783,15 +805,15 @@ msgstr "" " файлы.\n" " По умолчанию: true" -#: src/main.cc:222 +#: src/main.cc:223 msgid " -v, --version Print the version number and exit." msgstr " -v, --version Вывести номер версии и выйти." -#: src/main.cc:223 +#: src/main.cc:224 msgid " -h, --help Print this message and exit." msgstr " -h, --help Вывести это сообщение и выйти." -#: src/main.cc:226 +#: src/main.cc:227 msgid "" " You can specify multiple URLs. All URLs must point to the same file\n" " or downloading fails." @@ -799,7 +821,7 @@ msgstr "" " Вы можете указать несколько URL. Все URL должны указывать на один и тот же\n" " файл, иначе скачивание завершится неудачей." -#: src/main.cc:231 +#: src/main.cc:232 msgid "" " Specify files in multi-file torrent to download. Use conjunction with\n" " -T option. This arguments are ignored if you specify --select-file option." @@ -807,177 +829,182 @@ msgstr "" " Указать файлы для скачивания при многофайловом torent. Используйте вместе\n" " с параметром -T. Этот параметр игнорируется при указании --select-file." -#: src/main.cc:235 +#: src/main.cc:236 msgid "Examples:" msgstr "Примеры:" -#: src/main.cc:236 +#: src/main.cc:237 msgid " Download a file by 1 connection:" msgstr " Скачать файл с помощью 1 соединения:" -#: src/main.cc:238 +#: src/main.cc:239 msgid " Download a file by 2 connections:" msgstr " Скачать файл с помощью 2 соединений:" -#: src/main.cc:240 +#: src/main.cc:241 msgid " Download a file by 2 connections, each connects to a different server:" msgstr " Скачать файл с помощью 2 соединений к различным серверам:" -#: src/main.cc:242 +#: src/main.cc:243 msgid " You can mix up different protocols:" msgstr " Вы можете смешивать различные протоколы:" -#: src/main.cc:246 +#: src/main.cc:247 msgid " Download a torrent:" msgstr " Скачать torrent:" -#: src/main.cc:248 +#: src/main.cc:249 msgid " Download a torrent using local .torrent file:" msgstr " Скачать torrent с помощью локального .torrent-файла:" -#: src/main.cc:250 +#: src/main.cc:251 msgid " Download only selected files:" msgstr " Скачать только выбранные файлы:" -#: src/main.cc:252 +#: src/main.cc:253 msgid " Print file listing of .torrent file:" msgstr " Вывести список фалов из .torrent" -#: src/main.cc:257 +#: src/main.cc:258 msgid " Metalink downloading:" msgstr " Скачать metalink:" -#: src/main.cc:259 +#: src/main.cc:260 msgid " Download a file using local .metalink file:" msgstr " Скачать файл с помощью локального .metalink-файла:" -#: src/main.cc:261 +#: src/main.cc:262 msgid " Metalink downloading with preferences:" msgstr " Скачивание metalink с настройками:" -#: src/main.cc:265 +#: src/main.cc:266 #, c-format msgid "Report bugs to %s" msgstr "Сообщения об ошибках направляйте на адрес %s" -#: src/main.cc:404 +#: src/main.cc:409 msgid "unrecognized proxy format" msgstr "неизвестный формат прокси" -#: src/main.cc:431 +#: src/main.cc:436 msgid "Currently, supported authentication scheme is basic." msgstr "Поддерживаемая схема аутентификации - \"basic\"." -#: src/main.cc:440 +#: src/main.cc:445 msgid "retry-wait must be between 0 and 60." msgstr "retry-wait должен быть в пределах 0..60" -#: src/main.cc:457 +#: src/main.cc:462 msgid "ftp-type must be either 'binary' or 'ascii'." msgstr "ftp-type должен быть \"binary\" или \"ascii\"." -#: src/main.cc:466 +#: src/main.cc:471 msgid "ftp-via-http-proxy must be either 'get' or 'tunnel'." msgstr "ftp-via-http-proxy должен быть \"get\" или \"tunnel\"." -#: src/main.cc:474 +#: src/main.cc:479 msgid "min-segment-size invalid" msgstr "min-segment-size неверен" -#: src/main.cc:485 +#: src/main.cc:490 msgid "http-proxy-method must be either 'get' or 'tunnel'." msgstr "http-proxy-method должен быть \"get\" или \"tunnel\"." -#: src/main.cc:493 +#: src/main.cc:498 msgid "listen-port must be between 1024 and 65535." msgstr "listen-port должен быть в пределах 1024..65535." -#: src/main.cc:506 +#: src/main.cc:511 msgid "follow-torrent must be either 'true' or 'false'." msgstr "follow-torrent должен быть 'true' или 'false'." -#: src/main.cc:520 +#: src/main.cc:525 msgid "direct-file-mapping must be either 'true' or 'false'." msgstr "direct-file-mapping должен быть 'true' или 'false'." -#: src/main.cc:531 +#: src/main.cc:536 msgid "upload-limit must be greater than or equal to 0." msgstr "upload-limit должен быть не меньше 0." -#: src/main.cc:544 +#: src/main.cc:549 #, fuzzy msgid "seed-time must be greater than or equal to 0." msgstr "upload-limit должен быть не меньше 0." -#: src/main.cc:554 +#: src/main.cc:559 #, fuzzy msgid "seed-ratio must be greater than or equal to 0.0." msgstr "upload-limit должен быть не меньше 0." -#: src/main.cc:564 +#: src/main.cc:569 #, fuzzy msgid "max-upload-limit must be greater than or equal to 0" msgstr "upload-limit должен быть не меньше 0." -#: src/main.cc:586 +#: src/main.cc:591 msgid "follow-metalink must be either 'true' or 'false'." msgstr "follow-metalink должен быть 'true' или 'false'." -#: src/main.cc:597 +#: src/main.cc:602 #, fuzzy msgid "lowest-speed-limit must be greater than or equal to 0" msgstr "upload-limit должен быть не меньше 0." -#: src/main.cc:607 +#: src/main.cc:612 #, fuzzy msgid "max-download-limit must be greater than or equal to 0" msgstr "upload-limit должен быть не меньше 0." -#: src/main.cc:636 +#: src/main.cc:641 msgid "split must be between 1 and 5." msgstr "split должен быть находится в пределах 1..5." -#: src/main.cc:649 +#: src/main.cc:653 msgid "timeout must be between 1 and 600" msgstr "таймаут должен быть в пределах 1..600" -#: src/main.cc:658 +#: src/main.cc:662 msgid "max-tries invalid" msgstr "неверный max-tries" -#: src/main.cc:680 +#: src/main.cc:684 msgid "metalink-servers must be greater than 0." msgstr "metalink-servers должен быть больше 0" -#: src/main.cc:700 +#: src/main.cc:696 +#, fuzzy +msgid "file-allocation must be either 'none' or 'prealloc'." +msgstr "follow-torrent должен быть 'true' или 'false'." + +#: src/main.cc:715 msgid "specify at least one URL" msgstr "укажите по крайней мере один URL" -#: src/main.cc:707 +#: src/main.cc:722 msgid "daemon failed" msgstr "ошибка демона" -#: src/main.cc:775 +#: src/main.cc:792 msgid "" "Now verifying checksum.\n" "This may take some time depending on your PC environment and the size of " "file." msgstr "" -#: src/main.cc:779 +#: src/main.cc:796 msgid "checksum OK." msgstr "" -#: src/main.cc:782 +#: src/main.cc:799 msgid "checksum ERROR." msgstr "" -#: src/DefaultPieceStorage.cc:220 +#: src/DefaultPieceStorage.cc:240 #, fuzzy msgid "Download of selected files was complete." msgstr " Скачать только выбранные файлы:" -#: src/DefaultPieceStorage.cc:223 +#: src/DefaultPieceStorage.cc:243 #, fuzzy msgid "The download was complete." msgstr ""