From 7967983fd42380b090a63b53fe57a05e1d1c0b4f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 15 Sep 2009 14:14:42 -0700 Subject: configure tweaks, support $libc_add_on_config_subdirs --- ChangeLog | 15 + Makefile | 2 +- aclocal.m4 | 2 + configure | 31 +- configure.in | 18 + nptl/sysdeps/pthread/configure | 68 ++-- nptl/sysdeps/x86_64/configure | 32 -- sysdeps/i386/configure | 282 +++++++------- sysdeps/i386/elf/configure | 12 +- sysdeps/ia64/configure | 14 +- sysdeps/ia64/elf/configure | 12 +- sysdeps/ieee754/ldbl-opt/configure | 51 ++- sysdeps/mach/configure | 612 ++++++++++++++++++------------ sysdeps/mach/hurd/configure | 55 ++- sysdeps/powerpc/configure | 16 +- sysdeps/powerpc/powerpc32/configure | 24 +- sysdeps/powerpc/powerpc32/elf/configure | 12 +- sysdeps/powerpc/powerpc64/configure | 24 +- sysdeps/powerpc/powerpc64/elf/configure | 12 +- sysdeps/s390/s390-32/elf/configure | 12 +- sysdeps/s390/s390-64/elf/configure | 12 +- sysdeps/sh/elf/configure | 12 +- sysdeps/sparc/sparc32/elf/configure | 24 +- sysdeps/sparc/sparc64/elf/configure | 24 +- sysdeps/unix/sysv/linux/configure | 150 +++----- sysdeps/unix/sysv/linux/powerpc/configure | 98 +++-- sysdeps/x86_64/elf/configure | 32 -- 27 files changed, 864 insertions(+), 794 deletions(-) mode change 100755 => 100644 nptl/sysdeps/pthread/configure mode change 100755 => 100644 nptl/sysdeps/x86_64/configure mode change 100755 => 100644 sysdeps/i386/configure mode change 100755 => 100644 sysdeps/i386/elf/configure mode change 100755 => 100644 sysdeps/ieee754/ldbl-opt/configure mode change 100755 => 100644 sysdeps/mach/hurd/configure mode change 100755 => 100644 sysdeps/powerpc/configure mode change 100755 => 100644 sysdeps/powerpc/powerpc32/elf/configure mode change 100755 => 100644 sysdeps/x86_64/elf/configure diff --git a/ChangeLog b/ChangeLog index 3dd4dc0d43..2fddf615c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2009-09-15 Roland McGrath + + * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE. + * nptl/sysdeps/pthread/configure: Regenerated. + * nptl/sysdeps/x86_64/configure: Regenerated. + * sysdeps/unix/sysv/linux/configure: Regenerated. + * sysdeps/x86_64/elf/configure: Regenerated. + + * Makefile (autoconf-it): Set execute bit only on top-level configure. + + * configure.in: Let add-ons set $libc_add_on_config_subdirs to have + the effect of AC_CONFIG_SUBDIRS relative to the add-on directory. + * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS. + * configure: Regenerated. + 2009-09-09 Ulrich Drepper * posix/getconf.c (main): Handle -- on command line. diff --git a/Makefile b/Makefile index e346979c03..6a384ade3c 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ endif define autoconf-it @-rm -f $@.new $(AUTOCONF) $(ACFLAGS) $< > $@.new -chmod a-w,a+x $@.new +chmod a-w$(patsubst %,$(comma)a+x,$(filter .,$(@D))) $@.new mv -f $@.new $@ $(autoconf-it-cvs) endef diff --git a/aclocal.m4 b/aclocal.m4 index 4efa41ee92..06adbaaae6 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -5,7 +5,9 @@ dnl AC_REQUIREs or AC_BEFOREs duplicating their code. dnl define([GLIBC_PROVIDES], [dnl AC_PROVIDE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +AC_PROVIDE([AC_CONFIG_SUBDIRS])dnl AC_PROVIDE([_AS_ECHO_N_PREPARE])dnl +AC_PROVIDE([_AS_ECHO_PREPARE])dnl AC_PROVIDE([_AS_CR_PREPARE])dnl AC_PROVIDE([_AS_TR_SH_PREPARE])dnl AC_PROVIDE([AC_PROG_INSTALL])dnl diff --git a/configure b/configure index 9eda79e4e6..40121ced34 100755 --- a/configure +++ b/configure @@ -727,7 +727,6 @@ submachine base_machine add_on_subdirs add_ons -subdirs libc_cv_nss_crypt experimental_malloc multi_arch @@ -758,6 +757,7 @@ build_os build_vendor build_cpu build +subdirs target_alias host_alias build_alias @@ -843,7 +843,8 @@ CPP CXX CXXFLAGS CCC' -ac_subdirs_all='' +ac_subdirs_all=' +' # Initialize some variables set by options. ac_init_help= @@ -2013,6 +2014,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +subdirs="$subdirs " + + # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 @@ -4007,8 +4013,6 @@ fi # An add-on can set this when it wants to disable the sanity check below. libc_config_ok=no - - subdirs="$subdirs " @@ -4088,6 +4092,7 @@ $as_echo "$as_me: error: add-on directory \"$libc_add_on\" does not exist" >&2;} libc_add_on_frag=$libc_add_on_srcdir/configure libc_add_on_canonical= + libc_add_on_config_subdirs= if test -r "$libc_add_on_frag"; then { $as_echo "$as_me:$LINENO: running configure fragment for add-on $libc_add_on" >&5 $as_echo "$as_me: running configure fragment for add-on $libc_add_on" >&6;} @@ -4122,6 +4127,24 @@ $as_echo "$as_me: error: fragment must set \$libc_add_on_canonical" >&2;} test "$subdir_srcdir" = "\$(..)$d" || config_vars="$config_vars $d-srcdir = $subdir_srcdir" done + for d in $libc_add_on_config_subdirs; do + case "$d" in + /*) { { $as_echo "$as_me:$LINENO: error: fragment uses absolute path in \$libc_add_on_config_subdirs" >&5 +$as_echo "$as_me: error: fragment uses absolute path in \$libc_add_on_config_subdirs" >&2;} + { (exit 1); exit 1; }; } ;; + esac + if test ! -d "$libc_add_on_srcdir/$d"; then + { { $as_echo "$as_me:$LINENO: error: fragment wants to configure missing directory $d" >&5 +$as_echo "$as_me: error: fragment wants to configure missing directory $d" >&2;} + { (exit 1); exit 1; }; } + fi + case "$libc_add_on" in + /*) { { $as_echo "$as_me:$LINENO: error: relative path required for add-on using \$libc_add_on_config_subdirs" >&5 +$as_echo "$as_me: error: relative path required for add-on using \$libc_add_on_config_subdirs" >&2;} + { (exit 1); exit 1; }; } ;; + esac + subdirs="$subdirs $libc_add_on/$d" + done } fi if test -n "$libc_add_on"; then diff --git a/configure.in b/configure.in index 745e769cd1..4a81fb0516 100644 --- a/configure.in +++ b/configure.in @@ -6,6 +6,9 @@ AC_CONFIG_SRCDIR([include/features.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([scripts]) +dnl This is here so we can set $subdirs directly based on configure fragments. +AC_CONFIG_SUBDIRS() + AC_CANONICAL_HOST AC_PROG_CC @@ -458,6 +461,7 @@ if test x"$add_ons" != x; then libc_add_on_frag=$libc_add_on_srcdir/configure libc_add_on_canonical= + libc_add_on_config_subdirs= if test -r "$libc_add_on_frag"; then AC_MSG_NOTICE(running configure fragment for add-on $libc_add_on) libc_add_on_canonical=unknown @@ -489,6 +493,20 @@ if test x"$add_ons" != x; then test "$subdir_srcdir" = "\$(..)$d" || config_vars="$config_vars $d-srcdir = $subdir_srcdir" done + for d in $libc_add_on_config_subdirs; do + case "$d" in + /*) AC_MSG_ERROR(dnl +fragment uses absolute path in \$libc_add_on_config_subdirs) ;; + esac + if test ! -d "$libc_add_on_srcdir/$d"; then + AC_MSG_ERROR(fragment wants to configure missing directory $d) + fi + case "$libc_add_on" in + /*) AC_MSG_ERROR(dnl +relative path required for add-on using \$libc_add_on_config_subdirs) ;; + esac + subdirs="$subdirs $libc_add_on/$d" + done } fi if test -n "$libc_add_on"; then diff --git a/nptl/sysdeps/pthread/configure b/nptl/sysdeps/pthread/configure old mode 100755 new mode 100644 index 2396dbf9bc..7768c5c741 --- a/nptl/sysdeps/pthread/configure +++ b/nptl/sysdeps/pthread/configure @@ -1,33 +1,33 @@ # This file is generated from configure.in by Autoconf. DO NOT EDIT! if test "x$libc_cv_gcc___thread" != xyes; then - { { echo "$as_me:$LINENO: error: compiler support for __thread is required" >&5 -echo "$as_me: error: compiler support for __thread is required" >&2;} + { { $as_echo "$as_me:$LINENO: error: compiler support for __thread is required" >&5 +$as_echo "$as_me: error: compiler support for __thread is required" >&2;} { (exit 1); exit 1; }; } fi if test "x${libc_cv_visibility_attribute}" != xyes || test "x${libc_cv_broken_visibility_attribute}" != xno; then - { { echo "$as_me:$LINENO: error: working compiler support for visibility attribute is required" >&5 -echo "$as_me: error: working compiler support for visibility attribute is required" >&2;} + { { $as_echo "$as_me:$LINENO: error: working compiler support for visibility attribute is required" >&5 +$as_echo "$as_me: error: working compiler support for visibility attribute is required" >&2;} { (exit 1); exit 1; }; } fi if test "x$libc_cv_asm_cfi_directives" != xyes; then case "$base_machine" in i386 | x86_64 | powerpc | s390) - { { echo "$as_me:$LINENO: error: CFI directive support in assembler is required" >&5 -echo "$as_me: error: CFI directive support in assembler is required" >&2;} + { { $as_echo "$as_me:$LINENO: error: CFI directive support in assembler is required" >&5 +$as_echo "$as_me: error: CFI directive support in assembler is required" >&2;} { (exit 1); exit 1; }; } ;; *) ;; esac fi -{ echo "$as_me:$LINENO: checking for forced unwind support" >&5 -echo $ECHO_N "checking for forced unwind support... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for forced unwind support" >&5 +$as_echo_n "checking for forced unwind support... " >&6; } if test "${libc_cv_forced_unwind+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -53,31 +53,35 @@ 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_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (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 + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then libc_cv_forced_unwind=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 libc_cv_forced_unwind=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $libc_cv_forced_unwind" >&5 -echo "${ECHO_T}$libc_cv_forced_unwind" >&6; } +{ $as_echo "$as_me:$LINENO: result: $libc_cv_forced_unwind" >&5 +$as_echo "$libc_cv_forced_unwind" >&6; } if test $libc_cv_forced_unwind = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_FORCED_UNWIND 1 @@ -85,10 +89,10 @@ _ACEOF old_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -Werror -fexceptions" - { echo "$as_me:$LINENO: checking for C cleanup handling" >&5 -echo $ECHO_N "checking for C cleanup handling... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for C cleanup handling" >&5 +$as_echo_n "checking for C cleanup handling... " >&6; } if test "${libc_cv_c_cleanup+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -115,39 +119,43 @@ 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_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (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 + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then libc_cv_c_cleanup=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 libc_cv_c_cleanup=no fi +rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $libc_cv_c_cleanup" >&5 -echo "${ECHO_T}$libc_cv_c_cleanup" >&6; } +{ $as_echo "$as_me:$LINENO: result: $libc_cv_c_cleanup" >&5 +$as_echo "$libc_cv_c_cleanup" >&6; } CFLAGS="$old_CFLAGS" if test $libc_cv_c_cleanup = no; then - { { echo "$as_me:$LINENO: error: the compiler must support C cleanup handling" >&5 -echo "$as_me: error: the compiler must support C cleanup handling" >&2;} + { { $as_echo "$as_me:$LINENO: error: the compiler must support C cleanup handling" >&5 +$as_echo "$as_me: error: the compiler must support C cleanup handling" >&2;} { (exit 1); exit 1; }; } fi else - { { echo "$as_me:$LINENO: error: forced unwind support is required" >&5 -echo "$as_me: error: forced unwind support is required" >&2;} + { { $as_echo "$as_me:$LINENO: error: forced unwind support is required" >&5 +$as_echo "$as_me: error: forced unwind support is required" >&2;} { (exit 1); exit 1; }; } fi diff --git a/nptl/sysdeps/x86_64/configure b/nptl/sysdeps/x86_64/configure old mode 100755 new mode 100644 index 424118a0e8..ae3ad5448d --- a/nptl/sysdeps/x86_64/configure +++ b/nptl/sysdeps/x86_64/configure @@ -1,35 +1,3 @@ -as_nl=' -' -export as_nl -# Printing a long string crashes Solaris 7 /usr/bin/printf. -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='printf %s\n' - as_echo_n='printf %s' -else - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' - as_echo_n='/usr/ucb/echo -n' - else - as_echo_body='eval expr "X$1" : "X\\(.*\\)"' - as_echo_n_body='eval - arg=$1; - case $arg in - *"$as_nl"*) - expr "X$arg" : "X\\(.*\\)$as_nl"; - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; - esac; - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" - ' - export as_echo_n_body - as_echo_n='sh -c $as_echo_n_body as_echo' - fi - export as_echo_body - as_echo='sh -c $as_echo_body as_echo' -fi - # This file is generated from configure.in by Autoconf. DO NOT EDIT! # Local configure fragment for sysdeps/i386. diff --git a/sysdeps/i386/configure b/sysdeps/i386/configure old mode 100755 new mode 100644 index d1c4f7f501..f0c2758a5e --- a/sysdeps/i386/configure +++ b/sysdeps/i386/configure @@ -39,42 +39,37 @@ ac_includes_default="\ -{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 -echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - # Extract the first word of "grep ggrep" to use in msg output -if test -z "$GREP"; then -set dummy grep ggrep; ac_prog_name=$2 -if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else + if test -z "$GREP"; then ac_path_GREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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_test_x "$ac_path_GREP"; } || continue - # Check for GNU ac_path_GREP and select it if it is found. + 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_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 *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'GREP' >> "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -89,74 +84,60 @@ case `"$ac_path_GREP" --version 2>&1` in rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_GREP_found && break 3 + $ac_path_GREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -GREP="$ac_cv_path_GREP" -if test -z "$GREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_GREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_GREP=$GREP fi - fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 -echo "${ECHO_T}$ac_cv_path_GREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" -{ echo "$as_me:$LINENO: checking for egrep" >&5 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else - # Extract the first word of "egrep" to use in msg output -if test -z "$EGREP"; then -set dummy egrep; ac_prog_name=$2 -if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else + if test -z "$EGREP"; then ac_path_EGREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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_test_x "$ac_path_EGREP"; } || continue - # Check for GNU ac_path_EGREP and select it if it is found. + 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_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 *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'EGREP' >> "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -171,40 +152,31 @@ case `"$ac_path_EGREP" --version 2>&1` in rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_EGREP_found && break 3 + $ac_path_EGREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -EGREP="$ac_cv_path_EGREP" -if test -z "$EGREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_EGREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_EGREP=$EGREP fi - fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 -echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" -{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -231,20 +203,21 @@ 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_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (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 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no @@ -336,37 +309,40 @@ 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_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./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_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -echo "${ECHO_T}$ac_cv_header_stdc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF @@ -388,11 +364,11 @@ fi for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -410,20 +386,21 @@ 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_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (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 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -431,12 +408,15 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -445,17 +425,17 @@ done if test "${ac_cv_header_cpuid_h+set}" = set; then - { echo "$as_me:$LINENO: checking for cpuid.h" >&5 -echo $ECHO_N "checking for cpuid.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for cpuid.h" >&5 +$as_echo_n "checking for cpuid.h... " >&6; } if test "${ac_cv_header_cpuid_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_cpuid_h" >&5 -echo "${ECHO_T}$ac_cv_header_cpuid_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_cpuid_h" >&5 +$as_echo "$ac_cv_header_cpuid_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking cpuid.h usability" >&5 -echo $ECHO_N "checking cpuid.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking cpuid.h usability" >&5 +$as_echo_n "checking cpuid.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -471,32 +451,33 @@ 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_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (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 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking cpuid.h presence" >&5 -echo $ECHO_N "checking cpuid.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking cpuid.h presence" >&5 +$as_echo_n "checking cpuid.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -510,79 +491,80 @@ 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_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (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 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) - { echo "$as_me:$LINENO: WARNING: cpuid.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: cpuid.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: cpuid.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: cpuid.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cpuid.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: cpuid.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cpuid.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: cpuid.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: cpuid.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: cpuid.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: cpuid.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: cpuid.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: cpuid.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: cpuid.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: cpuid.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: cpuid.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: cpuid.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: cpuid.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: cpuid.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: cpuid.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cpuid.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: cpuid.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cpuid.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: cpuid.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cpuid.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: cpuid.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cpuid.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: cpuid.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cpuid.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: cpuid.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cpuid.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: cpuid.h: in the future, the compiler will take precedence" >&2;} ;; esac -{ echo "$as_me:$LINENO: checking for cpuid.h" >&5 -echo $ECHO_N "checking for cpuid.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for cpuid.h" >&5 +$as_echo_n "checking for cpuid.h... " >&6; } if test "${ac_cv_header_cpuid_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_cpuid_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_cpuid_h" >&5 -echo "${ECHO_T}$ac_cv_header_cpuid_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_cpuid_h" >&5 +$as_echo "$ac_cv_header_cpuid_h" >&6; } fi -if test $ac_cv_header_cpuid_h = yes; then +if test "x$ac_cv_header_cpuid_h" = x""yes; then : else - { { echo "$as_me:$LINENO: error: gcc must provide the header" >&5 -echo "$as_me: error: gcc must provide the header" >&2;} + { { $as_echo "$as_me:$LINENO: error: gcc must provide the header" >&5 +$as_echo "$as_me: error: gcc must provide the header" >&2;} { (exit 1); exit 1; }; } fi -{ echo "$as_me:$LINENO: checking if -g produces usable source locations for assembler-with-cpp" >&5 -echo $ECHO_N "checking if -g produces usable source locations for assembler-with-cpp... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if -g produces usable source locations for assembler-with-cpp" >&5 +$as_echo_n "checking if -g produces usable source locations for assembler-with-cpp... " >&6; } if test "${libc_cv_cpp_asm_debuginfo+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.S <&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_pattern='conftest\.S' { ac_try='readelf --debug-dump=line conftest.o | @@ -613,7 +595,7 @@ if { ac_try='${CC-cc} $CPPFLAGS $ASFLAGS -g -c conftest.S 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } }; then libc_cv_cpp_asm_debuginfo=yes @@ -622,8 +604,8 @@ else fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $libc_cv_cpp_asm_debuginfo" >&5 -echo "${ECHO_T}$libc_cv_cpp_asm_debuginfo" >&6; } +{ $as_echo "$as_me:$LINENO: result: $libc_cv_cpp_asm_debuginfo" >&5 +$as_echo "$libc_cv_cpp_asm_debuginfo" >&6; } if test $libc_cv_cpp_asm_debuginfo = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_CPP_ASM_DEBUGINFO 1 @@ -631,24 +613,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for SSE4 support" >&5 -echo $ECHO_N "checking for SSE4 support... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for SSE4 support" >&5 +$as_echo_n "checking for SSE4 support... " >&6; } if test "${libc_cv_cc_sse4+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if { ac_try='${CC-cc} -msse4 -xc /dev/null -S -o /dev/null' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then libc_cv_cc_sse4=yes else libc_cv_cc_sse4=no fi fi -{ echo "$as_me:$LINENO: result: $libc_cv_cc_sse4" >&5 -echo "${ECHO_T}$libc_cv_cc_sse4" >&6; } +{ $as_echo "$as_me:$LINENO: result: $libc_cv_cc_sse4" >&5 +$as_echo "$libc_cv_cc_sse4" >&6; } if test $libc_cv_cc_sse4 = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_SSE4_SUPPORT 1 diff --git a/sysdeps/i386/elf/configure b/sysdeps/i386/elf/configure old mode 100755 new mode 100644 index 12e92cd0eb..7a909d9a5f --- a/sysdeps/i386/elf/configure +++ b/sysdeps/i386/elf/configure @@ -4,10 +4,10 @@ if test "$usetls" != no; then # Check for support of thread-local storage handling in assembler and # linker. -{ echo "$as_me:$LINENO: checking for i386 TLS support" >&5 -echo $ECHO_N "checking for i386 TLS support... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for i386 TLS support" >&5 +$as_echo_n "checking for i386 TLS support... " >&6; } if test "${libc_cv_386_tls+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.s <<\EOF .section ".tdata", "awT", @progbits @@ -29,7 +29,7 @@ if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then libc_cv_386_tls=yes else @@ -37,8 +37,8 @@ else fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $libc_cv_386_tls" >&5 -echo "${ECHO_T}$libc_cv_386_tls" >&6; } +{ $as_echo "$as_me:$LINENO: result: $libc_cv_386_tls" >&5 +$as_echo "$libc_cv_386_tls" >&6; } if test $libc_cv_386_tls = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_TLS_SUPPORT 1 diff --git a/sysdeps/ia64/configure b/sysdeps/ia64/configure index 88caca5386..67a4b7e620 100644 --- a/sysdeps/ia64/configure +++ b/sysdeps/ia64/configure @@ -1,10 +1,10 @@ # This file is generated from configure.in by Autoconf. DO NOT EDIT! # Local configure fragment for sysdeps/ia64. -echo "$as_me:$LINENO: checking if -g produces usable source locations for assembler-with-cpp" >&5 -echo $ECHO_N "checking if -g produces usable source locations for assembler-with-cpp... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking if -g produces usable source locations for assembler-with-cpp" >&5 +$as_echo_n "checking if -g produces usable source locations for assembler-with-cpp... " >&6; } if test "${libc_cv_cpp_asm_debuginfo+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.S <&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_pattern='conftest\.S' { ac_try='readelf --debug-dump=line conftest.o | @@ -35,7 +35,7 @@ if { ac_try='${CC-cc} $CPPFLAGS $ASFLAGS -g -c conftest.S 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } }; then libc_cv_cpp_asm_debuginfo=yes @@ -44,8 +44,8 @@ else fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_cpp_asm_debuginfo" >&5 -echo "${ECHO_T}$libc_cv_cpp_asm_debuginfo" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_cpp_asm_debuginfo" >&5 +$as_echo "$libc_cv_cpp_asm_debuginfo" >&6; } if test $libc_cv_cpp_asm_debuginfo = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_CPP_ASM_DEBUGINFO 1 diff --git a/sysdeps/ia64/elf/configure b/sysdeps/ia64/elf/configure index 30f4850678..8bc2e4f711 100644 --- a/sysdeps/ia64/elf/configure +++ b/sysdeps/ia64/elf/configure @@ -4,10 +4,10 @@ if test "$usetls" != no; then # Check for support of thread-local storage handling in assembler and # linker. -echo "$as_me:$LINENO: checking for ia64 TLS support" >&5 -echo $ECHO_N "checking for ia64 TLS support... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for ia64 TLS support" >&5 +$as_echo_n "checking for ia64 TLS support... " >&6; } if test "${libc_cv_ia64_tls+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.s <<\EOF .section ".tdata","awT",@progbits @@ -27,7 +27,7 @@ if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then libc_cv_ia64_tls=yes else @@ -35,8 +35,8 @@ else fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_ia64_tls" >&5 -echo "${ECHO_T}$libc_cv_ia64_tls" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_ia64_tls" >&5 +$as_echo "$libc_cv_ia64_tls" >&6; } if test $libc_cv_ia64_tls = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_TLS_SUPPORT 1 diff --git a/sysdeps/ieee754/ldbl-opt/configure b/sysdeps/ieee754/ldbl-opt/configure old mode 100755 new mode 100644 index dc81365318..065a3c8364 --- a/sysdeps/ieee754/ldbl-opt/configure +++ b/sysdeps/ieee754/ldbl-opt/configure @@ -2,10 +2,10 @@ # Local configure fragment for sysdeps/ieee754/ldbl-opt/. -echo "$as_me:$LINENO: checking whether $CC $CFLAGS supports -mlong-double-128" >&5 -echo $ECHO_N "checking whether $CC $CFLAGS supports -mlong-double-128... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking whether $CC $CFLAGS supports -mlong-double-128" >&5 +$as_echo_n "checking whether $CC $CFLAGS supports -mlong-double-128... " >&6; } if test "${libc_cv_mlong_double_128+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -mlong-double-128" @@ -29,41 +29,38 @@ long double foobar (long double x) { return x; } } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err 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' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&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' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then libc_cv_mlong_double_128=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -libc_cv_mlong_double_128=no + libc_cv_mlong_double_128=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$save_CFLAGS" fi -echo "$as_me:$LINENO: result: $libc_cv_mlong_double_128" >&5 -echo "${ECHO_T}$libc_cv_mlong_double_128" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_mlong_double_128" >&5 +$as_echo "$libc_cv_mlong_double_128" >&6; } if test "$libc_cv_mlong_double_128" = no; then - { { echo "$as_me:$LINENO: error: this configuration requires -mlong-double-128 support" >&5 -echo "$as_me: error: this configuration requires -mlong-double-128 support" >&2;} + { { $as_echo "$as_me:$LINENO: error: this configuration requires -mlong-double-128 support" >&5 +$as_echo "$as_me: error: this configuration requires -mlong-double-128 support" >&2;} { (exit 1); exit 1; }; } fi diff --git a/sysdeps/mach/configure b/sysdeps/mach/configure index bf4f98d4d5..32763ebaca 100644 --- a/sysdeps/mach/configure +++ b/sysdeps/mach/configure @@ -3,10 +3,10 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args. set dummy ${ac_tool_prefix}mig; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_MIG+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$MIG"; then ac_cv_prog_MIG="$MIG" # Let the user override the test. @@ -17,34 +17,36 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $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_MIG="${ac_tool_prefix}mig" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi MIG=$ac_cv_prog_MIG if test -n "$MIG"; then - echo "$as_me:$LINENO: result: $MIG" >&5 -echo "${ECHO_T}$MIG" >&6 + { $as_echo "$as_me:$LINENO: result: $MIG" >&5 +$as_echo "$MIG" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi + fi if test -z "$ac_cv_prog_MIG"; then ac_ct_MIG=$MIG # Extract the first word of "mig", so it can be a program name with args. set dummy mig; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_MIG+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_MIG"; then ac_cv_prog_ac_ct_MIG="$ac_ct_MIG" # Let the user override the test. @@ -55,44 +57,54 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $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_MIG="mig" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS - test -z "$ac_cv_prog_ac_ct_MIG" && ac_cv_prog_ac_ct_MIG="MISSING" fi fi ac_ct_MIG=$ac_cv_prog_ac_ct_MIG if test -n "$ac_ct_MIG"; then - echo "$as_me:$LINENO: result: $ac_ct_MIG" >&5 -echo "${ECHO_T}$ac_ct_MIG" >&6 + { $as_echo "$as_me:$LINENO: result: $ac_ct_MIG" >&5 +$as_echo "$ac_ct_MIG" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi - MIG=$ac_ct_MIG + if test "x$ac_ct_MIG" = x; then + MIG="MISSING" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + MIG=$ac_ct_MIG + fi else MIG="$ac_cv_prog_MIG" fi if test "x$MIG" = xMISSING; then - { { echo "$as_me:$LINENO: error: cannot find required build tool mig" >&5 -echo "$as_me: error: cannot find required build tool mig" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find required build tool mig" >&5 +$as_echo "$as_me: error: cannot find required build tool mig" >&2;} { (exit 1); exit 1; }; } fi ### Sanity checks for Mach header installation -echo "$as_me:$LINENO: checking for mach/mach_types.h" >&5 -echo $ECHO_N "checking for mach/mach_types.h... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for mach/mach_types.h" >&5 +$as_echo_n "checking for mach/mach_types.h... " >&6; } if test "${ac_cv_header_mach_mach_types_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -102,48 +114,48 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err 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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_cv_header_mach_mach_types_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_mach_mach_types_h=no fi + rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_header_mach_mach_types_h" >&5 -echo "${ECHO_T}$ac_cv_header_mach_mach_types_h" >&6 -if test $ac_cv_header_mach_mach_types_h = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_mach_mach_types_h" >&5 +$as_echo "$ac_cv_header_mach_mach_types_h" >&6; } +if test "x$ac_cv_header_mach_mach_types_h" = x""yes; then : else - { { echo "$as_me:$LINENO: error: cannot find Mach headers" >&5 -echo "$as_me: error: cannot find Mach headers" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find Mach headers" >&5 +$as_echo "$as_me: error: cannot find Mach headers" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:$LINENO: checking for mach/mach_types.defs" >&5 -echo $ECHO_N "checking for mach/mach_types.defs... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for mach/mach_types.defs" >&5 +$as_echo_n "checking for mach/mach_types.defs... " >&6; } if test "${ac_cv_header_mach_mach_types_defs+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -153,40 +165,40 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err 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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_cv_header_mach_mach_types_defs=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_mach_mach_types_defs=no fi + rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_header_mach_mach_types_defs" >&5 -echo "${ECHO_T}$ac_cv_header_mach_mach_types_defs" >&6 -if test $ac_cv_header_mach_mach_types_defs = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_mach_mach_types_defs" >&5 +$as_echo "$ac_cv_header_mach_mach_types_defs" >&6; } +if test "x$ac_cv_header_mach_mach_types_defs" = x""yes; then : else - { { echo "$as_me:$LINENO: error: cannot find Mach .defs files" >&5 -echo "$as_me: error: cannot find Mach .defs files" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find Mach .defs files" >&5 +$as_echo "$as_me: error: cannot find Mach .defs files" >&2;} { (exit 1); exit 1; }; } fi @@ -194,10 +206,10 @@ fi -echo "$as_me:$LINENO: checking for task_t in mach/mach_types.h" >&5 -echo $ECHO_N "checking for task_t in mach/mach_types.h... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for task_t in mach/mach_types.h" >&5 +$as_echo_n "checking for task_t in mach/mach_types.h... " >&6; } if test "${libc_cv_mach_task_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -215,45 +227,42 @@ extern task_t foo; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err 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' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&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' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then libc_cv_mach_task_t=task_t else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -libc_cv_mach_task_t=task_port_t + libc_cv_mach_task_t=task_port_t fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $libc_cv_mach_task_t" >&5 -echo "${ECHO_T}$libc_cv_mach_task_t" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_mach_task_t" >&5 +$as_echo "$libc_cv_mach_task_t" >&6; } if test $libc_cv_mach_task_t != task_t; then DEFINES="$DEFINES -Dtask_t=task_port_t" fi -echo "$as_me:$LINENO: checking for thread_t in mach/mach_types.h" >&5 -echo $ECHO_N "checking for thread_t in mach/mach_types.h... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for thread_t in mach/mach_types.h" >&5 +$as_echo_n "checking for thread_t in mach/mach_types.h... " >&6; } if test "${libc_cv_mach_thread_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -271,46 +280,43 @@ extern thread_t foo; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err 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' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&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' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then libc_cv_mach_thread_t=thread_t else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -libc_cv_mach_thread_t=thread_port_t + libc_cv_mach_thread_t=thread_port_t fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $libc_cv_mach_thread_t" >&5 -echo "${ECHO_T}$libc_cv_mach_thread_t" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_mach_thread_t" >&5 +$as_echo "$libc_cv_mach_thread_t" >&6; } if test $libc_cv_mach_thread_t != thread_t; then DEFINES="$DEFINES -Dthread_t=thread_port_t" fi -echo "$as_me:$LINENO: checking for creation_time in task_basic_info" >&5 -echo $ECHO_N "checking for creation_time in task_basic_info... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for creation_time in task_basic_info" >&5 +$as_echo_n "checking for creation_time in task_basic_info... " >&6; } if test "${libc_cv_mach_task_creation_time+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -331,41 +337,38 @@ long s = i->creation_time.seconds; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err 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' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&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' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then libc_cv_mach_task_creation_time=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -libc_cv_mach_task_creation_time=no + libc_cv_mach_task_creation_time=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $libc_cv_mach_task_creation_time" >&5 -echo "${ECHO_T}$libc_cv_mach_task_creation_time" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_mach_task_creation_time" >&5 +$as_echo "$libc_cv_mach_task_creation_time" >&6; } if test $libc_cv_mach_task_creation_time = no; then - { { echo "$as_me:$LINENO: error: you need Mach headers supporting task_info.creation_time" >&5 -echo "$as_me: error: you need Mach headers supporting task_info.creation_time" >&2;} + { { $as_echo "$as_me:$LINENO: error: you need Mach headers supporting task_info.creation_time" >&5 +$as_echo "$as_me: error: you need Mach headers supporting task_info.creation_time" >&2;} { (exit 1); exit 1; }; } fi @@ -376,11 +379,11 @@ for ifc in mach mach4 \ memory_object memory_object_default default_pager \ i386/mach_i386 \ ; do - as_ac_Header=`echo "ac_cv_header_mach/${ifc}.defs" | $as_tr_sh` -echo "$as_me:$LINENO: checking for mach/${ifc}.defs" >&5 -echo $ECHO_N "checking for mach/${ifc}.defs... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + as_ac_Header=`$as_echo "ac_cv_header_mach/${ifc}.defs" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for mach/${ifc}.defs" >&5 +$as_echo_n "checking for mach/${ifc}.defs... " >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -390,66 +393,189 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err 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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" fi + rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +as_val=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + if test "x$as_val" = x""yes; then mach_interface_list="$mach_interface_list $ifc" fi done if test "x$mach_interface_list" = x; then - { { echo "$as_me:$LINENO: error: what manner of Mach is this?" >&5 -echo "$as_me: error: what manner of Mach is this?" >&2;} + { { $as_echo "$as_me:$LINENO: error: what manner of Mach is this?" >&5 +$as_echo "$as_me: error: what manner of Mach is this?" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:$LINENO: checking for egrep" >&5 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6 -if test "${ac_cv_prog_egrep+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } +if test "${ac_cv_path_GREP+set}" = set; then + $as_echo_n "(cached) " >&6 else - if echo a | (grep -E '(a|b)') >/dev/null 2>&1 - then ac_cv_prog_egrep='grep -E' - else ac_cv_prog_egrep='egrep' + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + 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_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 +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done +done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } + fi +else + ac_cv_path_GREP=$GREP +fi + fi -echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 -echo "${ECHO_T}$ac_cv_prog_egrep" >&6 - EGREP=$ac_cv_prog_egrep +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" -echo "$as_me:$LINENO: checking for host_page_size in mach_host.defs" >&5 -echo $ECHO_N "checking for host_page_size in mach_host.defs... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } +if test "${ac_cv_path_EGREP+set}" = set; then + $as_echo_n "(cached) " >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + 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_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 +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done +done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ $as_echo "$as_me:$LINENO: checking for host_page_size in mach_host.defs" >&5 +$as_echo_n "checking for host_page_size in mach_host.defs... " >&6; } if test "${libc_cv_mach_host_page_size+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -469,8 +595,8 @@ fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_mach_host_page_size" >&5 -echo "${ECHO_T}$libc_cv_mach_host_page_size" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_mach_host_page_size" >&5 +$as_echo "$libc_cv_mach_host_page_size" >&6; } if test $libc_cv_mach_host_page_size = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_HOST_PAGE_SIZE 1 @@ -478,10 +604,10 @@ _ACEOF fi -echo "$as_me:$LINENO: checking for mach/machine/ndr_def.h" >&5 -echo $ECHO_N "checking for mach/machine/ndr_def.h... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for mach/machine/ndr_def.h" >&5 +$as_echo_n "checking for mach/machine/ndr_def.h... " >&6; } if test "${ac_cv_header_mach_machine_ndr_def_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -491,42 +617,42 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err 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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_cv_header_mach_machine_ndr_def_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_mach_machine_ndr_def_h=no fi + rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_header_mach_machine_ndr_def_h" >&5 -echo "${ECHO_T}$ac_cv_header_mach_machine_ndr_def_h" >&6 -if test $ac_cv_header_mach_machine_ndr_def_h = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_mach_machine_ndr_def_h" >&5 +$as_echo "$ac_cv_header_mach_machine_ndr_def_h" >&6; } +if test "x$ac_cv_header_mach_machine_ndr_def_h" = x""yes; then DEFINES="$DEFINES -DNDR_DEF_HEADER=''" else - echo "$as_me:$LINENO: checking for machine/ndr_def.h" >&5 -echo $ECHO_N "checking for machine/ndr_def.h... $ECHO_C" >&6 + { $as_echo "$as_me:$LINENO: checking for machine/ndr_def.h" >&5 +$as_echo_n "checking for machine/ndr_def.h... " >&6; } if test "${ac_cv_header_machine_ndr_def_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -536,36 +662,36 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err 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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_cv_header_machine_ndr_def_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_machine_ndr_def_h=no fi + rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_header_machine_ndr_def_h" >&5 -echo "${ECHO_T}$ac_cv_header_machine_ndr_def_h" >&6 -if test $ac_cv_header_machine_ndr_def_h = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_machine_ndr_def_h" >&5 +$as_echo "$ac_cv_header_machine_ndr_def_h" >&6; } +if test "x$ac_cv_header_machine_ndr_def_h" = x""yes; then DEFINES="$DEFINES -DNDR_DEF_HEADER=''" fi @@ -574,10 +700,10 @@ fi -echo "$as_me:$LINENO: checking for i386_io_perm_modify in mach_i386.defs" >&5 -echo $ECHO_N "checking for i386_io_perm_modify in mach_i386.defs... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for i386_io_perm_modify in mach_i386.defs" >&5 +$as_echo_n "checking for i386_io_perm_modify in mach_i386.defs... " >&6; } if test "${libc_cv_mach_i386_ioports+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -597,8 +723,8 @@ fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_mach_i386_ioports" >&5 -echo "${ECHO_T}$libc_cv_mach_i386_ioports" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_mach_i386_ioports" >&5 +$as_echo "$libc_cv_mach_i386_ioports" >&6; } if test $libc_cv_mach_i386_ioports = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_I386_IO_PERM_MODIFY 1 @@ -606,10 +732,10 @@ _ACEOF fi -echo "$as_me:$LINENO: checking for i386_set_gdt in mach_i386.defs" >&5 -echo $ECHO_N "checking for i386_set_gdt in mach_i386.defs... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for i386_set_gdt in mach_i386.defs" >&5 +$as_echo_n "checking for i386_set_gdt in mach_i386.defs... " >&6; } if test "${libc_cv_mach_i386_gdt+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -629,8 +755,8 @@ fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_mach_i386_gdt" >&5 -echo "${ECHO_T}$libc_cv_mach_i386_gdt" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_mach_i386_gdt" >&5 +$as_echo "$libc_cv_mach_i386_gdt" >&6; } if test $libc_cv_mach_i386_gdt = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_I386_SET_GDT 1 @@ -641,10 +767,10 @@ fi # See if mig groks `retcode'. -echo "$as_me:$LINENO: checking whether $MIG supports the retcode keyword" >&5 -echo $ECHO_N "checking whether $MIG supports the retcode keyword... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking whether $MIG supports the retcode keyword" >&5 +$as_echo_n "checking whether $MIG supports the retcode keyword... " >&6; } if test "${hurd_cv_mig_retcode+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.defs <<\EOF #include @@ -660,7 +786,7 @@ if { ac_try='CC="${CC}" ${MIG-false} -n conftest.defs 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then hurd_cv_mig_retcode=yes else @@ -668,8 +794,8 @@ else fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $hurd_cv_mig_retcode" >&5 -echo "${ECHO_T}$hurd_cv_mig_retcode" >&6 +{ $as_echo "$as_me:$LINENO: result: $hurd_cv_mig_retcode" >&5 +$as_echo "$hurd_cv_mig_retcode" >&6; } if test $hurd_cv_mig_retcode = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_MIG_RETCODE 1 diff --git a/sysdeps/mach/hurd/configure b/sysdeps/mach/hurd/configure old mode 100755 new mode 100644 index 959a779fa5..ebf8bb03a5 --- a/sysdeps/mach/hurd/configure +++ b/sysdeps/mach/hurd/configure @@ -13,8 +13,8 @@ _ACEOF inhibit_glue=yes if test "x$prefix" != x; then - { echo "$as_me:$LINENO: WARNING: --prefix= (empty) is required for GNU/Hurd to work normally" >&5 -echo "$as_me: WARNING: --prefix= (empty) is required for GNU/Hurd to work normally" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: --prefix= (empty) is required for GNU/Hurd to work normally" >&5 +$as_echo "$as_me: WARNING: --prefix= (empty) is required for GNU/Hurd to work normally" >&2;} fi case "$machine" in @@ -28,10 +28,10 @@ case "$machine" in esac -echo "$as_me:$LINENO: checking Hurd header version" >&5 -echo $ECHO_N "checking Hurd header version... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking Hurd header version" >&5 +$as_echo_n "checking Hurd header version... " >&6; } if test "${libc_cv_hurd_version+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -53,40 +53,37 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err 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' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&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' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then libc_cv_hurd_version=ok else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -libc_cv_hurd_version=bad + libc_cv_hurd_version=bad fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $libc_cv_hurd_version" >&5 -echo "${ECHO_T}$libc_cv_hurd_version" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_hurd_version" >&5 +$as_echo "$libc_cv_hurd_version" >&6; } if test "x$libc_cv_hurd_version" != xok; then - { { echo "$as_me:$LINENO: error: Hurd headers not installed or too old" >&5 -echo "$as_me: error: Hurd headers not installed or too old" >&2;} + { { $as_echo "$as_me:$LINENO: error: Hurd headers not installed or too old" >&5 +$as_echo "$as_me: error: Hurd headers not installed or too old" >&2;} { (exit 1); exit 1; }; } fi diff --git a/sysdeps/powerpc/configure b/sysdeps/powerpc/configure old mode 100755 new mode 100644 index 07e3d091b1..b347754f35 --- a/sysdeps/powerpc/configure +++ b/sysdeps/powerpc/configure @@ -2,10 +2,10 @@ # Local configure fragment for sysdeps/powerpc. # Accept binutils which knows about ".machine". -echo "$as_me:$LINENO: checking for .machine support" >&5 -echo $ECHO_N "checking for .machine support... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for .machine support" >&5 +$as_echo_n "checking for .machine support... " >&6; } if test "${libc_cv_ppc_machine+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.s <<\EOF .machine "altivec" @@ -15,7 +15,7 @@ if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then libc_cv_ppc_machine=yes else @@ -23,14 +23,14 @@ else fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_ppc_machine" >&5 -echo "${ECHO_T}$libc_cv_ppc_machine" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_ppc_machine" >&5 +$as_echo "$libc_cv_ppc_machine" >&6; } if test $libc_cv_ppc_machine != yes; then - { { echo "$as_me:$LINENO: error: + { { $as_echo "$as_me:$LINENO: error: *** A binutils version which can handle *** .machine \"altivec\" *** is needed." >&5 -echo "$as_me: error: +$as_echo "$as_me: error: *** A binutils version which can handle *** .machine \"altivec\" *** is needed." >&2;} diff --git a/sysdeps/powerpc/powerpc32/configure b/sysdeps/powerpc/powerpc32/configure index 0ff56c936a..9b76c57886 100644 --- a/sysdeps/powerpc/powerpc32/configure +++ b/sysdeps/powerpc/powerpc32/configure @@ -2,10 +2,10 @@ # Local configure fragment for sysdeps/powerpc/powerpc32. # See whether gas has R_PPC_REL16 relocs. -echo "$as_me:$LINENO: checking for R_PPC_REL16 gas support" >&5 -echo $ECHO_N "checking for R_PPC_REL16 gas support... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for R_PPC_REL16 gas support" >&5 +$as_echo_n "checking for R_PPC_REL16 gas support... " >&6; } if test "${libc_cv_ppc_rel16+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.s <<\EOF .text @@ -15,7 +15,7 @@ if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then libc_cv_ppc_rel16=yes else @@ -23,8 +23,8 @@ else fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_ppc_rel16" >&5 -echo "${ECHO_T}$libc_cv_ppc_rel16" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_ppc_rel16" >&5 +$as_echo "$libc_cv_ppc_rel16" >&6; } if test $libc_cv_ppc_rel16 = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_ASM_PPC_REL16 1 @@ -33,10 +33,10 @@ _ACEOF fi # See whether GCC uses -msecure-plt. -echo "$as_me:$LINENO: checking for -msecure-plt by default" >&5 -echo $ECHO_N "checking for -msecure-plt by default... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for -msecure-plt by default" >&5 +$as_echo_n "checking for -msecure-plt by default... " >&6; } if test "${libc_cv_ppc_secure_plt+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else echo 'int foo (void) { extern int bar; return bar; }' > conftest.c libc_cv_ppc_secure_plt=no @@ -44,7 +44,7 @@ if { ac_try='${CC-cc} -S $CFLAGS conftest.c -fpic -o conftest.s 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then if grep '_GLOBAL_OFFSET_TABLE_-.*@ha' conftest.s > /dev/null 2>&1; then libc_cv_ppc_secure_plt=yes @@ -52,8 +52,8 @@ if { ac_try='${CC-cc} -S $CFLAGS conftest.c -fpic -o conftest.s 1>&5' fi rm -rf conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_ppc_secure_plt" >&5 -echo "${ECHO_T}$libc_cv_ppc_secure_plt" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_ppc_secure_plt" >&5 +$as_echo "$libc_cv_ppc_secure_plt" >&6; } if test $libc_cv_ppc_secure_plt = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_PPC_SECURE_PLT 1 diff --git a/sysdeps/powerpc/powerpc32/elf/configure b/sysdeps/powerpc/powerpc32/elf/configure old mode 100755 new mode 100644 index 536052e0eb..dfa5770756 --- a/sysdeps/powerpc/powerpc32/elf/configure +++ b/sysdeps/powerpc/powerpc32/elf/configure @@ -4,10 +4,10 @@ if test "$usetls" != no; then # Check for support of thread-local storage handling in assembler and # linker. -echo "$as_me:$LINENO: checking for powerpc32 TLS support" >&5 -echo $ECHO_N "checking for powerpc32 TLS support... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for powerpc32 TLS support" >&5 +$as_echo_n "checking for powerpc32 TLS support... " >&6; } if test "${libc_cv_powerpc32_tls+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.s <<\EOF .section ".tdata","awT",@progbits @@ -33,7 +33,7 @@ if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then libc_cv_powerpc32_tls=yes else @@ -41,8 +41,8 @@ else fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_powerpc32_tls" >&5 -echo "${ECHO_T}$libc_cv_powerpc32_tls" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_powerpc32_tls" >&5 +$as_echo "$libc_cv_powerpc32_tls" >&6; } if test $libc_cv_powerpc32_tls = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_TLS_SUPPORT 1 diff --git a/sysdeps/powerpc/powerpc64/configure b/sysdeps/powerpc/powerpc64/configure index 9075a5c8c4..a9b6722c11 100644 --- a/sysdeps/powerpc/powerpc64/configure +++ b/sysdeps/powerpc/powerpc64/configure @@ -3,10 +3,10 @@ # The Aix ld uses global .symbol_names instead of symbol_names # and unfortunately early Linux PPC64 linkers use it as well. -echo "$as_me:$LINENO: checking for support for omitting dot symbols" >&5 -echo $ECHO_N "checking for support for omitting dot symbols... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for support for omitting dot symbols" >&5 +$as_echo_n "checking for support for omitting dot symbols... " >&6; } if test "${libc_cv_omit_dot_syms+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else libc_cv_omit_dot_syms=no echo 'void foo (void) {}' > conftest.c @@ -14,7 +14,7 @@ if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S conftest.c -o conftest.s 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then if grep -w '\.foo' conftest.s > /dev/null; then : @@ -25,8 +25,8 @@ fi rm -f conftest.c conftest.s fi -echo "$as_me:$LINENO: result: $libc_cv_omit_dot_syms" >&5 -echo "${ECHO_T}$libc_cv_omit_dot_syms" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_omit_dot_syms" >&5 +$as_echo "$libc_cv_omit_dot_syms" >&6; } if test x$libc_cv_omit_dot_syms != xyes; then cat >>confdefs.h <<\_ACEOF #define HAVE_ASM_GLOBAL_DOT_NAME 1 @@ -34,10 +34,10 @@ _ACEOF fi -echo "$as_me:$LINENO: checking for linker support for overlapping .opd entries" >&5 -echo $ECHO_N "checking for linker support for overlapping .opd entries... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for linker support for overlapping .opd entries" >&5 +$as_echo_n "checking for linker support for overlapping .opd entries... " >&6; } if test "${libc_cv_overlapping_opd+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else libc_cv_overlapping_opd=no echo 'void foo (void) {}' > conftest.c @@ -45,7 +45,7 @@ if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S conftest.c -o conftest.s 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then if grep '\.TOC\.@tocbase' conftest.s > /dev/null; then if grep '\.TOC\.@tocbase[ ]*,[ ]*0' conftest.s > /dev/null; then @@ -58,8 +58,8 @@ fi rm -f conftest.c conftest.s fi -echo "$as_me:$LINENO: result: $libc_cv_overlapping_opd" >&5 -echo "${ECHO_T}$libc_cv_overlapping_opd" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_overlapping_opd" >&5 +$as_echo "$libc_cv_overlapping_opd" >&6; } if test x$libc_cv_overlapping_opd = xyes; then cat >>confdefs.h <<\_ACEOF #define USE_PPC64_OVERLAPPING_OPD 1 diff --git a/sysdeps/powerpc/powerpc64/elf/configure b/sysdeps/powerpc/powerpc64/elf/configure index ab79a5ab40..6ca1510a2c 100644 --- a/sysdeps/powerpc/powerpc64/elf/configure +++ b/sysdeps/powerpc/powerpc64/elf/configure @@ -4,10 +4,10 @@ if test "$usetls" != no; then # Check for support of thread-local storage handling in assembler and # linker. -echo "$as_me:$LINENO: checking for powerpc64 TLS support" >&5 -echo $ECHO_N "checking for powerpc64 TLS support... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for powerpc64 TLS support" >&5 +$as_echo_n "checking for powerpc64 TLS support... " >&6; } if test "${libc_cv_powerpc64_tls+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.s <<\EOF .section ".tdata","awT",@progbits @@ -52,7 +52,7 @@ if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then libc_cv_powerpc64_tls=yes else @@ -60,8 +60,8 @@ else fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_powerpc64_tls" >&5 -echo "${ECHO_T}$libc_cv_powerpc64_tls" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_powerpc64_tls" >&5 +$as_echo "$libc_cv_powerpc64_tls" >&6; } if test $libc_cv_powerpc64_tls = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_TLS_SUPPORT 1 diff --git a/sysdeps/s390/s390-32/elf/configure b/sysdeps/s390/s390-32/elf/configure index 684573049d..72abdbdd78 100644 --- a/sysdeps/s390/s390-32/elf/configure +++ b/sysdeps/s390/s390-32/elf/configure @@ -4,10 +4,10 @@ if test "$usetls" != no; then # Check for support of thread-local storage handling in assembler and # linker. -echo "$as_me:$LINENO: checking for s390 TLS support" >&5 -echo $ECHO_N "checking for s390 TLS support... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for s390 TLS support" >&5 +$as_echo_n "checking for s390 TLS support... " >&6; } if test "${libc_cv_390_tls+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.S <<\EOF .section ".tdata", "awT", @progbits @@ -28,7 +28,7 @@ if { ac_try='${CC-cc} -S $CFLAGS conftest.S 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then libc_cv_390_tls=yes else @@ -36,8 +36,8 @@ else fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_390_tls" >&5 -echo "${ECHO_T}$libc_cv_390_tls" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_390_tls" >&5 +$as_echo "$libc_cv_390_tls" >&6; } if test $libc_cv_390_tls = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_TLS_SUPPORT 1 diff --git a/sysdeps/s390/s390-64/elf/configure b/sysdeps/s390/s390-64/elf/configure index adf5174ab9..3851674c7c 100644 --- a/sysdeps/s390/s390-64/elf/configure +++ b/sysdeps/s390/s390-64/elf/configure @@ -4,10 +4,10 @@ if test "$usetls" != no; then # Check for support of thread-local storage handling in assembler and # linker. -echo "$as_me:$LINENO: checking for s390 TLS support" >&5 -echo $ECHO_N "checking for s390 TLS support... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for s390 TLS support" >&5 +$as_echo_n "checking for s390 TLS support... " >&6; } if test "${libc_cv_390_tls+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.S <<\EOF .section ".tdata", "awT", @progbits @@ -28,7 +28,7 @@ if { ac_try='${CC-cc} -S $CFLAGS conftest.S 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then libc_cv_390_tls=yes else @@ -36,8 +36,8 @@ else fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_390_tls" >&5 -echo "${ECHO_T}$libc_cv_390_tls" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_390_tls" >&5 +$as_echo "$libc_cv_390_tls" >&6; } if test $libc_cv_390_tls = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_TLS_SUPPORT 1 diff --git a/sysdeps/sh/elf/configure b/sysdeps/sh/elf/configure index d38b0ece5d..95efaca496 100644 --- a/sysdeps/sh/elf/configure +++ b/sysdeps/sh/elf/configure @@ -4,10 +4,10 @@ if test "$usetls" != no; then # Check for support of thread-local storage handling in assembler and # linker. -echo "$as_me:$LINENO: checking for SH TLS support" >&5 -echo $ECHO_N "checking for SH TLS support... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for SH TLS support" >&5 +$as_echo_n "checking for SH TLS support... " >&6; } if test "${libc_cv_sh_tls+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.S <<\EOF .section ".tdata", "awT", @progbits @@ -23,7 +23,7 @@ if { ac_try='${CC-cc} -S $CFLAGS conftest.S 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then libc_cv_sh_tls=yes else @@ -31,8 +31,8 @@ else fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_sh_tls" >&5 -echo "${ECHO_T}$libc_cv_sh_tls" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_sh_tls" >&5 +$as_echo "$libc_cv_sh_tls" >&6; } if test $libc_cv_sh_tls = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_TLS_SUPPORT 1 diff --git a/sysdeps/sparc/sparc32/elf/configure b/sysdeps/sparc/sparc32/elf/configure index d4f9517959..37522c3454 100644 --- a/sysdeps/sparc/sparc32/elf/configure +++ b/sysdeps/sparc/sparc32/elf/configure @@ -3,10 +3,10 @@ if test "$usetls" != no; then # Check for support of thread-local storage handling in assembler and linker. -echo "$as_me:$LINENO: checking for sparc32 TLS support" >&5 -echo $ECHO_N "checking for sparc32 TLS support... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for sparc32 TLS support" >&5 +$as_echo_n "checking for sparc32 TLS support... " >&6; } if test "${libc_cv_sparc32_tls+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.s <<\EOF .section ".tdata", "awT", @progbits @@ -38,7 +38,7 @@ if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then libc_cv_sparc32_tls=yes else @@ -46,8 +46,8 @@ else fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_sparc32_tls" >&5 -echo "${ECHO_T}$libc_cv_sparc32_tls" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_sparc32_tls" >&5 +$as_echo "$libc_cv_sparc32_tls" >&6; } if test $libc_cv_sparc32_tls = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_TLS_SUPPORT 1 @@ -57,10 +57,10 @@ fi fi # Check for broken WDISP22 in the linker. -echo "$as_me:$LINENO: checking for sparc32 ld WDISP22 handling" >&5 -echo $ECHO_N "checking for sparc32 ld WDISP22 handling... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for sparc32 ld WDISP22 handling" >&5 +$as_echo_n "checking for sparc32 ld WDISP22 handling... " >&6; } if test "${libc_cv_sparc32_wdisp22+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else echo 'bne foo; nop' > conftest1.s echo '.globl foo; .hidden foo; foo: nop' > conftest2.s @@ -69,7 +69,7 @@ if { ac_try='${CC-cc} -nostdlib -shared $CFLAGS conftest1.s conftest2.s -o conft { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then if readelf -r conftest.so | grep -q R_SPARC_WDISP22; then libc_cv_sparc32_wdisp22=broken @@ -79,8 +79,8 @@ if { ac_try='${CC-cc} -nostdlib -shared $CFLAGS conftest1.s conftest2.s -o conft fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_sparc32_wdisp22" >&5 -echo "${ECHO_T}$libc_cv_sparc32_wdisp22" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_sparc32_wdisp22" >&5 +$as_echo "$libc_cv_sparc32_wdisp22" >&6; } if test $libc_cv_sparc32_wdisp22 != ok; then cat >>confdefs.h <<\_ACEOF #define BROKEN_SPARC_WDISP22 1 diff --git a/sysdeps/sparc/sparc64/elf/configure b/sysdeps/sparc/sparc64/elf/configure index 46181524c7..2c9e29e6f6 100644 --- a/sysdeps/sparc/sparc64/elf/configure +++ b/sysdeps/sparc/sparc64/elf/configure @@ -3,10 +3,10 @@ if test "$usetls" != no; then # Check for support of thread-local storage handling in assembler and linker. -echo "$as_me:$LINENO: checking for sparc64 TLS support" >&5 -echo $ECHO_N "checking for sparc64 TLS support... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for sparc64 TLS support" >&5 +$as_echo_n "checking for sparc64 TLS support... " >&6; } if test "${libc_cv_sparc64_tls+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat > conftest.s <<\EOF .section ".tdata", "awT", @progbits @@ -39,7 +39,7 @@ if { ac_try='${CC-cc} -o conftest.bin $CFLAGS conftest.s 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then libc_cv_sparc64_tls=yes else @@ -47,8 +47,8 @@ else fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_sparc64_tls" >&5 -echo "${ECHO_T}$libc_cv_sparc64_tls" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_sparc64_tls" >&5 +$as_echo "$libc_cv_sparc64_tls" >&6; } if test $libc_cv_sparc64_tls = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_TLS_SUPPORT 1 @@ -58,10 +58,10 @@ fi fi # Check for broken WDISP22 in the linker. -echo "$as_me:$LINENO: checking for sparc64 ld WDISP22 handling" >&5 -echo $ECHO_N "checking for sparc64 ld WDISP22 handling... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking for sparc64 ld WDISP22 handling" >&5 +$as_echo_n "checking for sparc64 ld WDISP22 handling... " >&6; } if test "${libc_cv_sparc64_wdisp22+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else echo 'bne foo; nop' > conftest1.s echo '.globl foo; .hidden foo; foo: nop' > conftest2.s @@ -70,7 +70,7 @@ if { ac_try='${CC-cc} -nostdlib -shared $CFLAGS conftest1.s conftest2.s -o conft { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then if readelf -r conftest.so | grep -q R_SPARC_WDISP22; then libc_cv_sparc64_wdisp22=broken @@ -80,8 +80,8 @@ if { ac_try='${CC-cc} -nostdlib -shared $CFLAGS conftest1.s conftest2.s -o conft fi rm -f conftest* fi -echo "$as_me:$LINENO: result: $libc_cv_sparc64_wdisp22" >&5 -echo "${ECHO_T}$libc_cv_sparc64_wdisp22" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_sparc64_wdisp22" >&5 +$as_echo "$libc_cv_sparc64_wdisp22" >&6; } if test $libc_cv_sparc64_wdisp22 != ok; then cat >>confdefs.h <<\_ACEOF #define BROKEN_SPARC_WDISP22 1 diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index 199457a3ac..06105c7e69 100644 --- a/sysdeps/unix/sysv/linux/configure +++ b/sysdeps/unix/sysv/linux/configure @@ -11,42 +11,37 @@ if test -n "$sysheaders"; then fi -{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 -echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - # Extract the first word of "grep ggrep" to use in msg output -if test -z "$GREP"; then -set dummy grep ggrep; ac_prog_name=$2 -if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else + if test -z "$GREP"; then ac_path_GREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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_test_x "$ac_path_GREP"; } || continue - # Check for GNU ac_path_GREP and select it if it is found. + 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_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 *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'GREP' >> "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -61,74 +56,60 @@ case `"$ac_path_GREP" --version 2>&1` in rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_GREP_found && break 3 + $ac_path_GREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -GREP="$ac_cv_path_GREP" -if test -z "$GREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_GREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_GREP=$GREP fi - fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 -echo "${ECHO_T}$ac_cv_path_GREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" -{ echo "$as_me:$LINENO: checking for egrep" >&5 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else - # Extract the first word of "egrep" to use in msg output -if test -z "$EGREP"; then -set dummy egrep; ac_prog_name=$2 -if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else + if test -z "$EGREP"; then ac_path_EGREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. 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_test_x "$ac_path_EGREP"; } || continue - # Check for GNU ac_path_EGREP and select it if it is found. + 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_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 *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'EGREP' >> "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -143,40 +124,31 @@ case `"$ac_path_EGREP" --version 2>&1` in rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_EGREP_found && break 3 + $ac_path_EGREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -EGREP="$ac_cv_path_EGREP" -if test -z "$EGREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_EGREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_EGREP=$EGREP fi - fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 -echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" -{ echo "$as_me:$LINENO: checking installed Linux kernel header files" >&5 -echo $ECHO_N "checking installed Linux kernel header files... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking installed Linux kernel header files" >&5 +$as_echo_n "checking installed Linux kernel header files... " >&6; } if test "${libc_cv_linux2010+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -198,10 +170,10 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $libc_cv_linux2010" >&5 -echo "${ECHO_T}$libc_cv_linux2010" >&6; } +{ $as_echo "$as_me:$LINENO: result: $libc_cv_linux2010" >&5 +$as_echo "$libc_cv_linux2010" >&6; } if test "$libc_cv_linux2010" != '2.0.10 or later'; then - { { echo "$as_me:$LINENO: error: GNU libc requires kernel header files from + { { $as_echo "$as_me:$LINENO: error: GNU libc requires kernel header files from Linux 2.0.10 or later to be installed before configuring. The kernel header files are found usually in /usr/include/asm and /usr/include/linux; make sure these directories use files from @@ -209,7 +181,7 @@ Linux 2.0.10 or later. This check uses , so make sure that file was built correctly when installing the kernel header files. To use kernel headers not from /usr/include/linux, use the configure option --with-headers." >&5 -echo "$as_me: error: GNU libc requires kernel header files from +$as_echo "$as_me: error: GNU libc requires kernel header files from Linux 2.0.10 or later to be installed before configuring. The kernel header files are found usually in /usr/include/asm and /usr/include/linux; make sure these directories use files from @@ -291,8 +263,8 @@ if test -n "$minimum_kernel"; then arch_version=$((`echo "$arch_minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1 \* 65536 + \2 \* 256 + \3/'`)) if test $user_version -lt $arch_version; then - { echo "$as_me:$LINENO: WARNING: minimum kernel version reset to $arch_minimum_kernel" >&5 -echo "$as_me: WARNING: minimum kernel version reset to $arch_minimum_kernel" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minimum kernel version reset to $arch_minimum_kernel" >&5 +$as_echo "$as_me: WARNING: minimum kernel version reset to $arch_minimum_kernel" >&2;} minimum_kernel=$arch_minimum_kernel fi else @@ -302,8 +274,8 @@ else fi if test -n "$minimum_kernel"; then - { echo "$as_me:$LINENO: checking for kernel header at least $minimum_kernel" >&5 -echo $ECHO_N "checking for kernel header at least $minimum_kernel... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for kernel header at least $minimum_kernel" >&5 +$as_echo_n "checking for kernel header at least $minimum_kernel... " >&6; } decnum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/(\1 * 65536 + \2 * 256 + \3)/'`; abinum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1,\2,\3/'`; cat >conftest.$ac_ext <<_ACEOF @@ -325,8 +297,8 @@ else fi rm -f conftest* - { echo "$as_me:$LINENO: result: $libc_minimum_kernel" >&5 -echo "${ECHO_T}$libc_minimum_kernel" >&6; } + { $as_echo "$as_me:$LINENO: result: $libc_minimum_kernel" >&5 +$as_echo "$libc_minimum_kernel" >&6; } if test "$libc_minimum_kernel" = ok; then cat >>confdefs.h <<_ACEOF #define __LINUX_KERNEL_VERSION $decnum @@ -337,9 +309,9 @@ _ACEOF _ACEOF else - { { echo "$as_me:$LINENO: error: *** The available kernel headers are older than the requested + { { $as_echo "$as_me:$LINENO: error: *** The available kernel headers are older than the requested *** compatible kernel version" >&5 -echo "$as_me: error: *** The available kernel headers are older than the requested +$as_echo "$as_me: error: *** The available kernel headers are older than the requested *** compatible kernel version" >&2;} { (exit 1); exit 1; }; } fi @@ -469,8 +441,8 @@ if test $host = $build; then else ac_prefix=$ac_default_prefix fi - { echo "$as_me:$LINENO: checking for symlinks in ${ac_prefix}/include" >&5 -echo $ECHO_N "checking for symlinks in ${ac_prefix}/include... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for symlinks in ${ac_prefix}/include" >&5 +$as_echo_n "checking for symlinks in ${ac_prefix}/include... " >&6; } ac_message= if test -L ${ac_prefix}/include/net; then ac_message="$ac_message @@ -481,18 +453,18 @@ echo $ECHO_N "checking for symlinks in ${ac_prefix}/include... $ECHO_C" >&6; } ${ac_prefix}/include/scsi is a symlink" fi if test -n "$ac_message"; then - { { echo "$as_me:$LINENO: error: $ac_message + { { $as_echo "$as_me:$LINENO: error: $ac_message \`make install' will destroy the target of the link(s). Delete the links and re-run configure, or better still, move the entire ${ac_prefix}/include directory out of the way." >&5 -echo "$as_me: error: $ac_message +$as_echo "$as_me: error: $ac_message \`make install' will destroy the target of the link(s). Delete the links and re-run configure, or better still, move the entire ${ac_prefix}/include directory out of the way." >&2;} { (exit 1); exit 1; }; } else - { echo "$as_me:$LINENO: result: ok" >&5 -echo "${ECHO_T}ok" >&6; } + { $as_echo "$as_me:$LINENO: result: ok" >&5 +$as_echo "ok" >&6; } fi fi diff --git a/sysdeps/unix/sysv/linux/powerpc/configure b/sysdeps/unix/sysv/linux/powerpc/configure index 070bf5caeb..df2813d9cd 100644 --- a/sysdeps/unix/sysv/linux/powerpc/configure +++ b/sysdeps/unix/sysv/linux/powerpc/configure @@ -2,10 +2,10 @@ # Local configure fragment for sysdeps/unix/sysv/linux/powerpc/. -echo "$as_me:$LINENO: checking whether $CC $CFLAGS -mlong-double-128 uses IBM extended format" >&5 -echo $ECHO_N "checking whether $CC $CFLAGS -mlong-double-128 uses IBM extended format... $ECHO_C" >&6 +{ $as_echo "$as_me:$LINENO: checking whether $CC $CFLAGS -mlong-double-128 uses IBM extended format" >&5 +$as_echo_n "checking whether $CC $CFLAGS -mlong-double-128 uses IBM extended format... " >&6; } if test "${libc_cv_mlong_double_128ibm+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -mlong-double-128" @@ -29,45 +29,42 @@ long double foobar (long double x) { return x; } } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err 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' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&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' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then libc_cv_mlong_double_128ibm=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -libc_cv_mlong_double_128ibm=no + libc_cv_mlong_double_128ibm=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$save_CFLAGS" fi -echo "$as_me:$LINENO: result: $libc_cv_mlong_double_128ibm" >&5 -echo "${ECHO_T}$libc_cv_mlong_double_128ibm" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_mlong_double_128ibm" >&5 +$as_echo "$libc_cv_mlong_double_128ibm" >&6; } if test "$libc_cv_mlong_double_128ibm" = no; then - echo "$as_me:$LINENO: checking whether $CC $CFLAGS supports -mabi=ibmlongdouble" >&5 -echo $ECHO_N "checking whether $CC $CFLAGS supports -mabi=ibmlongdouble... $ECHO_C" >&6 + { $as_echo "$as_me:$LINENO: checking whether $CC $CFLAGS supports -mabi=ibmlongdouble" >&5 +$as_echo_n "checking whether $CC $CFLAGS supports -mabi=ibmlongdouble... " >&6; } if test "${libc_cv_mabi_ibmlongdouble+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -mlong-double-128 -mabi=ibmlongdouble" @@ -91,45 +88,42 @@ long double foobar (long double x) { return x; } } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err 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' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&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' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then libc_cv_mabi_ibmlongdouble=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -libc_cv_mabi_ibmlongdouble=no + libc_cv_mabi_ibmlongdouble=no fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$save_CFLAGS" fi -echo "$as_me:$LINENO: result: $libc_cv_mabi_ibmlongdouble" >&5 -echo "${ECHO_T}$libc_cv_mabi_ibmlongdouble" >&6 +{ $as_echo "$as_me:$LINENO: result: $libc_cv_mabi_ibmlongdouble" >&5 +$as_echo "$libc_cv_mabi_ibmlongdouble" >&6; } if test "$libc_cv_mabi_ibmlongdouble" = yes; then CFLAGS="$CFLAGS -mabi=ibmlongdouble" else - { { echo "$as_me:$LINENO: error: this configuration requires -mlong-double-128 IBM extended format support" >&5 -echo "$as_me: error: this configuration requires -mlong-double-128 IBM extended format support" >&2;} + { { $as_echo "$as_me:$LINENO: error: this configuration requires -mlong-double-128 IBM extended format support" >&5 +$as_echo "$as_me: error: this configuration requires -mlong-double-128 IBM extended format support" >&2;} { (exit 1); exit 1; }; } fi fi diff --git a/sysdeps/x86_64/elf/configure b/sysdeps/x86_64/elf/configure old mode 100755 new mode 100644 index 221e74c2b8..0b93b0424e --- a/sysdeps/x86_64/elf/configure +++ b/sysdeps/x86_64/elf/configure @@ -1,35 +1,3 @@ -as_nl=' -' -export as_nl -# Printing a long string crashes Solaris 7 /usr/bin/printf. -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='printf %s\n' - as_echo_n='printf %s' -else - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' - as_echo_n='/usr/ucb/echo -n' - else - as_echo_body='eval expr "X$1" : "X\\(.*\\)"' - as_echo_n_body='eval - arg=$1; - case $arg in - *"$as_nl"*) - expr "X$arg" : "X\\(.*\\)$as_nl"; - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; - esac; - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" - ' - export as_echo_n_body - as_echo_n='sh -c $as_echo_n_body as_echo' - fi - export as_echo_body - as_echo='sh -c $as_echo_body as_echo' -fi - # This file is generated from configure.in by Autoconf. DO NOT EDIT! # Local configure fragment for sysdeps/x86_64/elf. -- cgit v1.2.3 From 24ab9c769754f92dcc7c63a28009ca01e276fc93 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 18 Sep 2009 13:30:07 -0700 Subject: Mention pthread_sigqueue --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ca52e93b73..d2ac1aa02b 100644 --- a/NEWS +++ b/NEWS @@ -7,10 +7,10 @@ using `glibc' in the "product" field. Version 2.11 -* New interfaces: execvpe +* New interfaces: execvpe, pthread_sigqueue Implemented by Ulrich Drepper. -* checking version of longjmp added that fails if an uninitialized stack +* Checking version of longjmp added that fails if an uninitialized stack frame would be created. Implemented by Ulrich Drepper. * STT_GNU_IFUNC is now supported in static executables. -- cgit v1.2.3 From 487a6d7735ee5ed07d731306f60b19e57ceb983f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 19 Sep 2009 17:19:41 -0700 Subject: Remove some unused variables. --- ChangeLog | 4 ++++ libio/wfileops.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2fddf615c4..4bcb539578 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-09-19 Roland McGrath + + * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables. + 2009-09-15 Roland McGrath * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE. diff --git a/libio/wfileops.c b/libio/wfileops.c index 5bc08bedfb..503d341a96 100644 --- a/libio/wfileops.c +++ b/libio/wfileops.c @@ -686,10 +686,6 @@ _IO_wfile_seekoff (fp, offset, dir, mode) - (fp->_IO_read_end - fp->_IO_buf_base)); if (offset >= start_offset && offset < fp->_offset) { - enum __codecvt_result status; - struct _IO_codecvt *cd = fp->_codecvt; - const char *read_ptr_copy; - _IO_setg (fp, fp->_IO_buf_base, fp->_IO_buf_base + (offset - start_offset), fp->_IO_read_end); -- cgit v1.2.3 From fc0c556c5f01d60b1ca465a29a38bb2f23ee1dd6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 20 Sep 2009 00:21:30 -0700 Subject: Hungarian and Vietnamese translation update. --- ChangeLog | 5 + po/hu.po | 9561 ++++++++++++++++++++++++++++++++++--------------------------- po/vi.po | 4 +- 3 files changed, 5269 insertions(+), 4301 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4bcb539578..4798c3a4bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-09-20 Ulrich Drepper + + * po/hu.po: Update from translation team. + * po/vi.po: Likewise. + 2009-09-19 Roland McGrath * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables. diff --git a/po/hu.po b/po/hu.po index 054fadcb9e..743b843c87 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,5601 +1,6564 @@ -# Hungarian translation of GNU libc. -# Copyright (C) 2002 Free Software Foundation, Inc. -# Gbor Istvn , 2002. +# Hungarian translation of libc +# Copyright (C) 2003, 2009 Free Software Foundation, Inc. +# This file is distributed under the same license as the glibc package. # +# Egmont Koblinger , 2002. +# Gabor Kelemen , 2009. msgid "" msgstr "" -"Project-Id-Version: libc-2.2.5\n" -"POT-Creation-Date: 2001-08-17 13:03-0700\n" -"PO-Revision-Date: 2002-09-16 14:09GMT\n" -"Last-Translator: Gbor Istvn \n" +"Project-Id-Version: libc 2.10.1\n" +"POT-Creation-Date: 2009-02-06 12:40-0800\n" +"PO-Revision-Date: 2009-08-04 02:23+0200\n" +"Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 0.9.5\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: locale/programs/ld-monetary.c:278 +#: argp/argp-help.c:228 #, c-format -msgid "\t\t\t\t\t\t\t %s: value for field `%s' must be in range %d...%d" -msgstr "\t\t\t\t\t\t\t %s: a '%s' mez rtke %d s %d kztt kell, hogy legyen" - -#: nis/nis_print.c:277 -msgid "\t\tAccess Rights : " -msgstr "\t\tElrsi jogok : " - -#: nis/nis_print.c:275 -msgid "\t\tAttributes : " -msgstr "\t\tAttribtumok : " +msgid "%.*s: ARGP_HELP_FMT parameter requires a value" +msgstr "%.*s: Az ARGP_HELP_FMT paraméter értéket igényel" -#: sunrpc/rpc_main.c:1427 +#: argp/argp-help.c:238 #, c-format -msgid "\t%s [-abkCLNTM][-Dname[=value]] [-i size] [-I [-K seconds]] [-Y path] infile\n" -msgstr "\t%s [-abkCLNTM][-Dnv[=rtk]] [-i mret] [-I [-K msodperc]] [-Y tvonal] bemenet\n" +msgid "%.*s: Unknown ARGP_HELP_FMT parameter" +msgstr "%.*s: Ismeretlen ARGP_HELP_FMT paraméter" -#: sunrpc/rpc_main.c:1429 +#: argp/argp-help.c:251 #, c-format -msgid "\t%s [-c | -h | -l | -m | -t | -Sc | -Ss | -Sm] [-o outfile] [infile]\n" -msgstr "\t%s [-c | -h | -l | -m | -t | -Sc | -Ss | -Sm] [-o kimenet] [bemenet]\n" +msgid "Garbage in ARGP_HELP_FMT: %s" +msgstr "Szemét az ARGP_HELP_FMT-ben: %s" -#: sunrpc/rpc_main.c:1432 -#, c-format -msgid "\t%s [-n netid]* [-o outfile] [infile]\n" -msgstr "\t%s [-n halaz.]* [-o bemenet] [kimenet]\n" +#: argp/argp-help.c:1215 +msgid "Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options." +msgstr "Ha egy hosszú kapcsolóhoz kötelező vagy opcinális argumentumot megadni, akkor ez a megfelelő rövid kapcsolónál is kötelező vagy opcinális." -#: sunrpc/rpc_main.c:1431 -#, c-format -msgid "\t%s [-s nettype]* [-o outfile] [infile]\n" -msgstr "\t%s [-s haltpus]* [-o kimenet [bemenet]\n" +#: argp/argp-help.c:1601 +msgid "Usage:" +msgstr "Használat:" -#: nis/nis_print.c:239 -msgid "\tAccess rights: " -msgstr "\tElrsi jogok : " +#: argp/argp-help.c:1605 +msgid " or: " +msgstr " vagy: " + +#: argp/argp-help.c:1617 +msgid " [OPTION...]" +msgstr " [KAPCSOLÓ...]" -#: nis/nis_print.c:297 +#: argp/argp-help.c:1644 #, c-format -msgid "\tEntry data of type %s\n" -msgstr "\tAdattpus %s\n" +msgid "Try `%s --help' or `%s --usage' for more information.\n" +msgstr "További információkért lásd a(z) „%s --help” vagy „%s --usage” kimenetét.\n" -#: nis/nis_print.c:175 +#: argp/argp-help.c:1672 #, c-format -msgid "\tName : %s\n" -msgstr "\tNv : %s\n" +msgid "Report bugs to %s.\n" +msgstr "A hibák itt jelenthetők: %s.\n" -#: nis/nis_print.c:176 -msgid "\tPublic Key : " -msgstr "\tNyilvnos Kulcs : " +#: argp/argp-parse.c:102 +msgid "Give this help list" +msgstr "Ezen súgó megjelenítése" -#: nis/nis_print.c:238 -#, c-format -msgid "\tType : %s\n" -msgstr "\tTpus : %s\n" +#: argp/argp-parse.c:103 +msgid "Give a short usage message" +msgstr "Rövid használati utasítás" -#: nis/nis_print.c:205 -#, c-format -msgid "\tUniversal addresses (%u)\n" -msgstr "\tEgyetemes cmek (%u)\n" +#: argp/argp-parse.c:104 +msgid "Set the program name" +msgstr "A programnév beállítása" -#: nis/nis_print.c:273 +#: argp/argp-parse.c:106 +msgid "Hang for SECS seconds (default 3600)" +msgstr "Várakozás MP másodpercig (alapértlemezés: 3600)" + +#: argp/argp-parse.c:167 +msgid "Print program version" +msgstr "Programverzió kiírása" + +#: argp/argp-parse.c:183 +msgid "(PROGRAM ERROR) No version known!?" +msgstr "(PROGRAMHIBA) A verzió nem ismert!" + +#: argp/argp-parse.c:623 #, c-format -msgid "\t[%d]\tName : %s\n" -msgstr "\t[%d]\tNv : %s\n" +msgid "%s: Too many arguments\n" +msgstr "%s: Túl sok argumentum\n" + +#: argp/argp-parse.c:766 +msgid "(PROGRAM ERROR) Option should have been recognized!?" +msgstr "(PROGRAMHIBA) A kapcsolót ismerni kellene?" -#: nis/nis_print.c:300 +#: assert/assert-perr.c:57 #, c-format -msgid "\t[%u] - [%u bytes] " -msgstr "\t[%u] - [%u bjt] " +msgid "%s%s%s:%u: %s%sUnexpected error: %s.\n" +msgstr "%s%s%s:%u: %s%s Váratlan hiba: %s.\n" -#: nscd/nscd_stat.c:154 +#: assert/assert.c:57 #, c-format +msgid "%s%s%s:%u: %s%sAssertion `%s' failed.\n" +msgstr "%s%s%s:%u: %s%sA(z) „%s” kijelentés meghiúsult.\n" + +#: catgets/gencat.c:110 catgets/gencat.c:114 nscd/nscd.c:100 nss/makedb.c:61 +msgid "NAME" +msgstr "NÉV" + +#: catgets/gencat.c:111 +msgid "Create C header file NAME containing symbol definitions" +msgstr "A szimbólumdefiníciókat tartalmazó NÉV nevű C fejlécfájl előállítása" + +#: catgets/gencat.c:113 +msgid "Do not use existing catalog, force new output file" +msgstr "Ne használja a meglévő katalógust, új kimeneti fájl kényszerítése" + +#: catgets/gencat.c:114 nss/makedb.c:61 +msgid "Write output to file NAME" +msgstr "A kimenet írása a NÉV nevű fájlba" + +#: catgets/gencat.c:119 msgid "" -"\n" -"%s cache:\n" -"\n" -"%15s cache is enabled\n" -"%15Zd suggested size\n" -"%15ld seconds time to live for positive entries\n" -"%15ld seconds time to live for negative entries\n" -"%15ld cache hits on positive entries\n" -"%15ld cache hits on negative entries\n" -"%15ld cache misses on positive entries\n" -"%15ld cache misses on negative entries\n" -"%15ld%% cache hit rate\n" -"%15s check /etc/%s for changes\n" +"Generate message catalog.\vIf INPUT-FILE is -, input is read from standard input. If OUTPUT-FILE\n" +"is -, output is written to standard output.\n" msgstr "" -"\n" -"%s gyorstr\n" -"\n" -"%15s gyorstr engedlyezve\n" -"%15Zd ajnlott mret\n" -"%15ld msodpercig l a pozitv bejegyzs\n" -"%15ld msodpercig l a negatv bejegyzs\n" -"%15ld gyorstr tallat pozitv bejegyzs esetn\n" -"%15ld gyorstr tallat negatv bejegyzs esetn\n" -"%15ld gyorstr hiny pozitv bejegyzs esetn\n" -"%15ld gyorstr hiny negatv bejegyzs esetn\n" -"%15ld%% gyorstr tallati arny\n" -"%15s az /etc/%s vltozsainak az ellenrzse\n" - -#: nis/nis_print.c:255 +"Üzenetkatalógus előállítása\v Ha a BEMENETIFÁJL a -, akkor a szabványos bemenetet olvassa. Ha a \n" +"KIMENETIFÁJL a -, akkor a szabványos kimenetre ír.\n" + +#: catgets/gencat.c:124 msgid "" -"\n" -"Group Members :\n" +"-o OUTPUT-FILE [INPUT-FILE]...\n" +"[OUTPUT-FILE [INPUT-FILE]...]" msgstr "" -"\n" -"Tagok :\n" - -#: nis/nis_print.c:326 +"-o KIMENETIFÁJL [BEMENETIFÁJL]...\n" +"[KIMENETIFÁJL [BEMENETIFÁJL]...]" + +#: catgets/gencat.c:232 debug/pcprofiledump.c:208 debug/xtrace.sh:58 +#: elf/ldconfig.c:302 elf/ldd.bash.in:56 elf/sln.c:86 elf/sprof.c:360 +#: iconv/iconv_prog.c:408 iconv/iconvconfig.c:380 locale/programs/locale.c:278 +#: locale/programs/localedef.c:371 login/programs/pt_chown.c:88 +#: malloc/memusage.sh:65 malloc/memusagestat.c:533 nscd/nscd.c:415 +#: nss/getent.c:842 nss/makedb.c:231 posix/getconf.c:1030 +#: sunrpc/rpc_main.c:1494 sunrpc/rpcinfo.c:699 +#: sysdeps/unix/sysv/linux/lddlibc4.c:62 +#, c-format msgid "" -"\n" -"Time to Live : " +"For bug reporting instructions, please see:\n" +".\n" msgstr "" -"\n" -"lettartam : " - -#: sunrpc/rpcinfo.c:679 -msgid " rpcinfo -b prognum versnum\n" -msgstr " rpcinfo -b progszm verziszm\n" - -#: sunrpc/rpcinfo.c:680 -msgid " rpcinfo -d prognum versnum\n" -msgstr " rpcinfo -d progszm verziszm\n" - -#: sunrpc/rpcinfo.c:678 -msgid " rpcinfo -p [ host ]\n" -msgstr " rpcinfo -p [ kiszolgl ]\n" +"Hibajelentési utasításokért lásd:\n" +".\n" -#: sunrpc/rpcinfo.c:676 -msgid " rpcinfo [ -n portnum ] -t host prognum [ versnum ]\n" -msgstr " rpcinfo [ -n portszm ] -t kiszolgl progszm [ verziszm ]\n" +#: catgets/gencat.c:246 debug/pcprofiledump.c:222 debug/xtrace.sh:66 +#: elf/ldconfig.c:316 elf/ldd.bash.in:39 elf/sprof.c:375 +#: iconv/iconv_prog.c:423 iconv/iconvconfig.c:395 locale/programs/locale.c:293 +#: locale/programs/localedef.c:387 login/programs/pt_chown.c:59 +#: malloc/memusage.sh:73 malloc/memusagestat.c:551 nscd/nscd.c:429 +#: nss/getent.c:81 nss/makedb.c:245 posix/getconf.c:1012 +#: sysdeps/unix/sysv/linux/lddlibc4.c:69 +#, c-format +msgid "" +"Copyright (C) %s Free Software Foundation, Inc.\n" +"This is free software; see the source for copying conditions. There is NO\n" +"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" +msgstr "" +"Copyright (C) %s Free Software Foundation, Inc.\n" +"Ez egy szabad szoftver, lásd a forrást a másolási feltételekért. NINCS\n" +"garancia, még az ADOTT CÉLRE VALÓ ELADHATÓSÁGRA VAGY MEGFELELŐSÉGRE SEM.\n" -#: nscd/nscd_stat.c:146 nscd/nscd_stat.c:148 -msgid " no" -msgstr " nem" +#: catgets/gencat.c:251 debug/pcprofiledump.c:227 debug/xtrace.sh:70 +#: elf/ldconfig.c:321 elf/sprof.c:381 iconv/iconv_prog.c:428 +#: iconv/iconvconfig.c:400 locale/programs/locale.c:298 +#: locale/programs/localedef.c:392 malloc/memusage.sh:77 +#: malloc/memusagestat.c:556 nscd/nscd.c:434 nss/getent.c:86 nss/makedb.c:250 +#: posix/getconf.c:1017 +#, c-format +msgid "Written by %s.\n" +msgstr "Írta: %s.\n" -#: nscd/nscd_stat.c:146 nscd/nscd_stat.c:148 -msgid " yes" -msgstr " igen" +#: catgets/gencat.c:282 +msgid "*standard input*" +msgstr "*szabványos bemenet*" -#: nis/nis_print.c:352 +#: catgets/gencat.c:288 iconv/iconv_charmap.c:170 iconv/iconv_prog.c:294 +#: nss/makedb.c:170 #, c-format -msgid " Data Length = %u\n" -msgstr " Adat Hossz = %u\n" - -#: nis/nis_print_group_entry.c:123 -msgid " Explicit members:\n" -msgstr " Kls tagok:\n" +msgid "cannot open input file `%s'" +msgstr "a bemeneti fájl („%s”) nem nyitható meg" -#: nis/nis_print_group_entry.c:147 nis/nis_print_group_entry.c:163 -msgid " Explicit nonmembers:\n" -msgstr " Kls nem tagok:\n" +#: catgets/gencat.c:417 catgets/gencat.c:494 +msgid "illegal set number" +msgstr "érvénytelen halmazszám" -#: nis/nis_print_group_entry.c:131 -msgid " Implicit members:\n" -msgstr " Bels tagok:\n" +#: catgets/gencat.c:444 +msgid "duplicate set definition" +msgstr "többszörös halmazdefiníció" -#: nis/nis_print_group_entry.c:155 -msgid " Implicit nonmembers:\n" -msgstr " Bels nem tagok:\n" +#: catgets/gencat.c:446 catgets/gencat.c:623 catgets/gencat.c:677 +msgid "this is the first definition" +msgstr "ez az első definíció" -#: nis/nis_print_group_entry.c:128 -msgid " No explicit members\n" -msgstr " Nem bels tagok:\n" +#: catgets/gencat.c:522 +#, c-format +msgid "unknown set `%s'" +msgstr "ismeretlen halmaz: \"%s\"" -#: nis/nis_print_group_entry.c:152 -msgid " No explicit nonmembers\n" -msgstr " Nem bels nem tagok:\n" +#: catgets/gencat.c:563 +msgid "invalid quote character" +msgstr "érvénytelen idézőjel-karakter" -#: nis/nis_print_group_entry.c:136 -msgid " No implicit members\n" -msgstr " Nem kls tagok:\n" +#: catgets/gencat.c:576 +#, c-format +msgid "unknown directive `%s': line ignored" +msgstr "ismeretlen utasítás (\"%s2): a sor kihagyva" -#: nis/nis_print_group_entry.c:160 -msgid " No implicit nonmembers\n" -msgstr " Nem kls nem tagok:\n" +#: catgets/gencat.c:621 +msgid "duplicated message number" +msgstr "többszörös üzenetszám" -#: nis/nis_print_group_entry.c:144 -msgid " No recursive members\n" -msgstr " Nem rekurzv tagok\n" +#: catgets/gencat.c:674 +msgid "duplicated message identifier" +msgstr "többszörös üzenetazonosító" -#: nis/nis_print_group_entry.c:168 -msgid " No recursive nonmembers\n" -msgstr " Nem rekurzv nem tagok\n" +#: catgets/gencat.c:731 +msgid "invalid character: message ignored" +msgstr "érvénytelen karakter: az üzenet figyelmen kívül maradt" -#: nis/nis_print_group_entry.c:139 -msgid " Recursive members:\n" -msgstr " Nem rekurzv tagok\n" +#: catgets/gencat.c:774 +msgid "invalid line" +msgstr "érvénytelen sor" -#: sunrpc/rpcinfo.c:574 -msgid " program vers proto port\n" -msgstr " program vers proto port\n" +#: catgets/gencat.c:828 +msgid "malformed line ignored" +msgstr "a rosszul formált sor figyelmen kívül maradt" -#: argp/argp-help.c:1572 -msgid " or: " -msgstr " vagy: " +#: catgets/gencat.c:992 catgets/gencat.c:1033 nss/makedb.c:183 +#, c-format +msgid "cannot open output file `%s'" +msgstr "a kimeneti fájl (\"%s\") nem nyitható meg" -#: elf/ldconfig.c:457 -msgid " (SKIPPED)\n" -msgstr " (TUGORVA)\n" +#: catgets/gencat.c:1195 locale/programs/linereader.c:560 +msgid "invalid escape sequence" +msgstr "érvénytelen escape-sorozat" -#: elf/ldconfig.c:455 -msgid " (changed)\n" -msgstr " (megvltozott)\n" +#: catgets/gencat.c:1217 +msgid "unterminated message" +msgstr "befejezetlen üzenet" -#: timezone/zic.c:427 +#: catgets/gencat.c:1241 #, c-format -msgid " (rule from \"%s\", line %d)" -msgstr " (%s szablybl, %d sor)" - -#: argp/argp-help.c:1584 -msgid " [OPTION...]" -msgstr " [OPCI...]" +msgid "while opening old catalog file" +msgstr "hiba a régi katalógusfájl megnyitásakor" -#: timezone/zic.c:424 +#: catgets/gencat.c:1332 #, c-format -msgid "\"%s\", line %d: %s" -msgstr "\"%s\", sor %d: %s" +msgid "conversion modules not available" +msgstr "az átalakítási modulok nem érhetők el" -#: timezone/zic.c:989 +#: catgets/gencat.c:1358 #, c-format -msgid "\"Zone %s\" line and -l option are mutually exclusive" -msgstr "\"Zna %s\" sor s a -l opci klcsnesen kizrjk egymst" +msgid "cannot determine escape character" +msgstr "az escape-karakter nem határozható meg" -#: timezone/zic.c:997 -#, c-format -msgid "\"Zone %s\" line and -p option are mutually exclusive" -msgstr "\"Zna %s\" sor s a -p opci klcsnesen kizrjk egymst" +#: debug/pcprofiledump.c:53 +msgid "Don't buffer output" +msgstr "Ne pufferelje a kimenetet" -#: sunrpc/rpc_main.c:1412 -msgid "\"infile\" is required for template generation flags.\n" -msgstr "\"inline\" kell a template generl sablonhoz.\n" +#: debug/pcprofiledump.c:58 +msgid "Dump information generated by PC profiling." +msgstr "PC profilozással előállt információk kiírása" -#: argp/argp-help.c:209 -#, c-format -msgid "%.*s: ARGP_HELP_FMT parameter requires a value" -msgstr "%.*s: ARGP_HELP_FMT paramternek egy rtknek kell lennie" +#: debug/pcprofiledump.c:61 +msgid "[FILE]" +msgstr "[FÁJL]" -#: argp/argp-help.c:218 +#: debug/pcprofiledump.c:108 #, c-format -msgid "%.*s: Unknown ARGP_HELP_FMT parameter" -msgstr "%.*s: Ismertelen ARGP_HELP_FMT paramter" +msgid "cannot open input file" +msgstr "a bemeneti fájl nem nyitható meg" -#: locale/programs/ld-address.c:581 locale/programs/ld-collate.c:2612 -#: locale/programs/ld-collate.c:3740 locale/programs/ld-ctype.c:2112 -#: locale/programs/ld-ctype.c:2849 locale/programs/ld-identification.c:448 -#: locale/programs/ld-measurement.c:237 locale/programs/ld-messages.c:331 -#: locale/programs/ld-monetary.c:936 locale/programs/ld-name.c:305 -#: locale/programs/ld-numeric.c:375 locale/programs/ld-paper.c:238 -#: locale/programs/ld-telephone.c:313 locale/programs/ld-time.c:1199 +#: debug/pcprofiledump.c:115 #, c-format -msgid "%1$s: definition does not end with `END %1$s'" -msgstr "%1$s: definci nem vgzdik `END %1$s'-re" +msgid "cannot read header" +msgstr "a fejléc nem olvasható" -#: elf/cache.c:190 elf/cache.c:200 +#: debug/pcprofiledump.c:179 #, c-format -msgid "%d libs found in cache `%s'\n" -msgstr "%d libs van a gyorsttrban `%s'\n" +msgid "invalid pointer size" +msgstr "érvénytelen mutatóméret" -#: timezone/zic.c:799 -#, c-format -msgid "%s in ruleless zone" -msgstr "%s a szablyzott znban" +#: debug/xtrace.sh:27 debug/xtrace.sh:45 +msgid "Usage: xtrace [OPTION]... PROGRAM [PROGRAMOPTION]...\\n" +msgstr "Használat: xtrace [KAPCSOLÓ]... PROGRAM [PROGRAM KAPCSOLÓI]...\\n" -#: elf/../sysdeps/generic/readelflib.c:67 -#, c-format -msgid "%s is a 32 bit ELF file.\n" -msgstr "%s egy 32 bites ELF fjl.\n" +#: debug/xtrace.sh:33 +msgid "Try \\`xtrace --help' for more information.\\n" +msgstr "További információkért lásd az „xtrace --help” kimenetét.\\n" -#: elf/../sysdeps/generic/readelflib.c:69 -#, c-format -msgid "%s is a 64 bit ELF file.\n" -msgstr "%s egy 64 bites ELF fjl.\n" +#: debug/xtrace.sh:39 +msgid "xtrace: option \\`$1' requires an argument.\\n" +msgstr "xtrace: a(z) „$1” kapcsoló paramétert igényel.\\n" -#: elf/../sysdeps/unix/sysv/linux/i386/readelflib.c:49 -#, c-format -msgid "%s is for unknown machine %d.\n" -msgstr "%s ismeretlen %d gp .\n" +#: debug/xtrace.sh:46 +msgid "" +"Trace execution of program by printing currently executed function.\n" +"\n" +" --data=FILE Don't run the program, just print the data from FILE.\n" +"\n" +" -?,--help Print this help and exit\n" +" --usage Give a short usage message\n" +" -V,--version Print version information and exit\n" +"\n" +"Mandatory arguments to long options are also mandatory for any corresponding\n" +"short options.\n" +"\n" +msgstr "" +"Program-végrehajtás nyomon követése az épp végrehajtott függvény kiírásával.\n" +"\n" +" --data=FÁJL Ne futtassa a programot, csak írja ki a FÁJL adatait.\n" +"\n" +" -?,--help Ezen súgó kiírása és kilépés\n" +" --usage Rövid használati utasítás\n" +" -V,--version Verzióinformációk kiírása és kilépés\n" +"\n" +"A hosszú kapcsolókhoz kötelező argumentumok a megfelelő rövid kapcsolókhoz\n" +"is kötelezők.\n" +"\n" -#: elf/ldconfig.c:326 -#, c-format -msgid "%s is not a known library type" -msgstr "%s nem ismert (programozi) knyvtr tpus" +#: debug/xtrace.sh:127 +msgid "xtrace: unrecognized option \\`$1'\\n" +msgstr "xtrace: ismeretlen kapcsoló: \\„$1”\\n" -#: elf/../sysdeps/generic/readelflib.c:78 -#, c-format -msgid "%s is not a shared object file (Type: %d).\n" -msgstr "%s nem a megosztott objektum fjl (Tpus: %d).\n" +#: debug/xtrace.sh:140 +msgid "No program name given\\n" +msgstr "Nincs megadva programnév\\n" -#: elf/ldconfig.c:424 -#, c-format -msgid "%s is not a symbolic link\n" -msgstr "%s nem szimbolikus hivatkozs\n" +#: debug/xtrace.sh:148 +#, sh-format +msgid "executable \\`$program' not found\\n" +msgstr "A „$program” nem található\\n" -#: elf/readlib.c:155 -#, c-format -msgid "%s is not an ELF file - it has the wrong magic bytes at the start.\n" -msgstr "%s nem egy ELF fjl - a mgikus bjt az elejn hibs.\n" +#: debug/xtrace.sh:152 +#, sh-format +msgid "\\`$program' is no executable\\n" +msgstr "A „$program” nem hajtható végre\\n" -#: assert/assert.c:54 -#, c-format -msgid "%s%s%s:%u: %s%sAssertion `%s' failed.\n" -msgstr "%s%s%s:%u: %s%sElfelttelezs `%s' sikertelen.\n" +#: dlfcn/dlinfo.c:64 +msgid "RTLD_SELF used in code not dynamically loaded" +msgstr "Az RTLD_SELF nem dinamikusan betöltött kódban van használva" -#: assert/assert-perr.c:56 -#, c-format -msgid "%s%s%s:%u: %s%sUnexpected error: %s.\n" -msgstr "%s%s%s:%u: %s%sFeldolgazhatatlan hiba: %s.\n" +#: dlfcn/dlinfo.c:73 +msgid "unsupported dlinfo request" +msgstr "nem támogatott dlinfo kérés" -#: stdio-common/psignal.c:62 -#, c-format -msgid "%s%sUnknown signal %d\n" -msgstr "%s%srvnytelen jel %d\n" +#: dlfcn/dlmopen.c:64 +msgid "invalid namespace" +msgstr "érvénytelen névtér" -#: timezone/zic.c:2234 -#, c-format -msgid "%s: %d did not sign extend correctly\n" -msgstr "%s: %d nem tud alrni helyesen\n" +#: dlfcn/dlmopen.c:69 +msgid "invalid mode" +msgstr "érvénytelen mód" -#: locale/programs/charmap.c:331 -#, c-format -msgid "%s: must be greater than \n" -msgstr "%s: a nagyobbnak kell, hogy legyen a -nl\n" +#: dlfcn/dlopen.c:65 +msgid "invalid mode parameter" +msgstr "érvénytelen módparaméter" -#: sunrpc/rpc_main.c:423 -#, c-format -msgid "%s: C preprocessor failed with exit code %d\n" -msgstr "%s: C elfeldolgoz kilpet a kvetkez kddal: %d\n" +#: elf/cache.c:69 +msgid "unknown" +msgstr "ismeretlen" -#: sunrpc/rpc_main.c:420 -#, c-format -msgid "%s: C preprocessor failed with signal %d\n" -msgstr "%s: C elfeldolgoz kilpet a kvetkez jellel: %d\n" +#: elf/cache.c:112 +msgid "Unknown OS" +msgstr "Ismeretlen OS" -#: timezone/zic.c:1500 +#: elf/cache.c:117 #, c-format -msgid "%s: Can't create %s: %s\n" -msgstr "%s: Nem lehet ltrehozni %s: %s\n" +msgid ", OS ABI: %s %d.%d.%d" +msgstr ", OS ABI: %s %d.%d.%d" -#: timezone/zic.c:2212 +#: elf/cache.c:134 elf/ldconfig.c:1289 #, c-format -msgid "%s: Can't create directory %s: %s\n" -msgstr "%s: Nem lehet ltrehozni a knyvtrat %s: %s\n" +msgid "Can't open cache file %s\n" +msgstr "Nem nyitható meg a gyorsítótárfájl (%s)\n" -#: timezone/zic.c:651 +#: elf/cache.c:148 #, c-format -msgid "%s: Can't link from %s to %s: %s\n" -msgstr "%s: Nem lehet hivatkozni a %s-bl a %s-be: %s\n" +msgid "mmap of cache file failed.\n" +msgstr "a gyorsítótár mmap-olása meghiúsult.\n" -#: timezone/zic.c:825 +#: elf/cache.c:152 elf/cache.c:166 #, c-format -msgid "%s: Can't open %s: %s\n" -msgstr "%s: Nem lehet megnyitni %s: %s\n" +msgid "File is not a cache file.\n" +msgstr "A fájl nem gyorsítótárfájl.\n" -#: timezone/zic.c:1490 +#: elf/cache.c:199 elf/cache.c:209 #, c-format -msgid "%s: Can't remove %s: %s\n" -msgstr "%s: Nem eltvoltani %s: %s\n" +msgid "%d libs found in cache `%s'\n" +msgstr "%d programkönyvtár található a gyorsítótárban („%s”)\n" -#: timezone/zic.c:636 +#: elf/cache.c:403 #, c-format -msgid "%s: Can't unlink %s: %s\n" -msgstr "%s: Nem megszntetni a hivatkozst %s: %s\n" +msgid "Can't create temporary cache file %s" +msgstr "Nem hozható létre az ideiglenes gyorsítótárfájl (%s)" -#: timezone/zic.c:894 +#: elf/cache.c:411 elf/cache.c:421 elf/cache.c:425 elf/cache.c:430 #, c-format -msgid "%s: Error closing %s: %s\n" -msgstr "%s: Hiba a lezrskor %s: %s\n" +msgid "Writing of cache data failed" +msgstr "A gyorsítótáradatok írása meghiúsult" -#: timezone/zic.c:887 +#: elf/cache.c:435 #, c-format -msgid "%s: Error reading %s\n" -msgstr "%s: Hiba az olvasskor %s\n" +msgid "Changing access rights of %s to %#o failed" +msgstr "%s hozzáférési jogainak módosítása meghiúsult erre: %#o" -#: timezone/zic.c:1566 +#: elf/cache.c:440 #, c-format -msgid "%s: Error writing %s\n" -msgstr "%s Hiba az rskor %s\n" +msgid "Renaming of %s to %s failed" +msgstr "%s átnevezése meghiúsult erre: %s" -#: timezone/zic.c:872 -#, c-format -msgid "%s: Leap line in non leap seconds file %s\n" -msgstr "%s: A sor ahol az ugrst kne belltani a '%s' fjlban hibs\n" +#: elf/dl-close.c:378 elf/dl-open.c:460 +msgid "cannot create scope list" +msgstr "Nem hozható létre hatókörlista" -#: timezone/zic.c:365 -#, c-format -msgid "%s: Memory exhausted: %s\n" -msgstr "%s Memria kimerlt: %s\n" +#: elf/dl-close.c:725 +msgid "shared object not open" +msgstr "a megosztott objektum nincs megnyitva" -#: timezone/zic.c:531 -#, c-format -msgid "%s: More than one -L option specified\n" -msgstr "%s Tbb mint egy -L opcit rt be\n" +#: elf/dl-deps.c:114 +msgid "DST not allowed in SUID/SGID programs" +msgstr "a DST nem engedélyezett SUID/SGID programokban" -#: timezone/zic.c:491 -#, c-format -msgid "%s: More than one -d option specified\n" -msgstr "%s Tbb mint egy -d opcit rt be\n" +#: elf/dl-deps.c:127 elf/dl-open.c:282 +msgid "empty dynamic string token substitution" +msgstr "üres dinamikus karakterlánc-helyettesítés" -#: timezone/zic.c:501 +#: elf/dl-deps.c:133 #, c-format -msgid "%s: More than one -l option specified\n" -msgstr "%s Tbb mint egy -l opcit rt be\n" +msgid "cannot load auxiliary `%s' because of empty dynamic string token substitution\n" +msgstr "nem tölthető be a külső „%s”, az üres dinamikus karakterlánc-helyettesítés miatt\n" -#: timezone/zic.c:511 -#, c-format -msgid "%s: More than one -p option specified\n" -msgstr "%s Tbb mint egy -p opcit rt be\n" +#: elf/dl-deps.c:474 +msgid "cannot allocate dependency list" +msgstr "nem foglalható le a függőségi lista" -#: timezone/zic.c:521 -#, c-format -msgid "%s: More than one -y option specified\n" -msgstr "%s Tbb mint egy -y opcit rt be\n" +#: elf/dl-deps.c:510 elf/dl-deps.c:565 +msgid "cannot allocate symbol search list" +msgstr "nem foglalható le a szimbólumkeresési lista" -#: argp/argp-parse.c:646 -#, c-format -msgid "%s: Too many arguments\n" -msgstr "%s Tl sok paramter\n" +#: elf/dl-deps.c:550 +msgid "Filters not supported with LD_TRACE_PRELINKING" +msgstr "A szűrők nem támogatottak az LD_TRACE_PRELINKING mellett" -#: locale/programs/ld-collate.c:457 locale/programs/ld-collate.c:483 -#: locale/programs/ld-collate.c:499 -#, c-format -msgid "%s: `%s' mentioned more than once in definition of weight %d" -msgstr "%s: a '%s'-t tbb mint egyszer hasznlta a sly meghatrozsban '%d" +#: elf/dl-error.c:77 +msgid "DYNAMIC LINKER BUG!!!" +msgstr "HIBA A DINAMIKUS LINKELŐBEN!" -#: locale/programs/ld-collate.c:1336 -#, c-format -msgid "%s: `%s' must be a character" -msgstr "%s: `%s' karakter kell hogy legyen" +#: elf/dl-error.c:124 +msgid "error while loading shared libraries" +msgstr "hiba a megosztott programkönyvtárak betöltésekor" -#: locale/programs/ld-address.c:248 locale/programs/ld-address.c:276 -#: locale/programs/ld-address.c:309 locale/programs/ld-address.c:321 -#, c-format -msgid "%s: `%s' value does not match `%s' value" -msgstr "%s: `%s' rtk nem aznonos a `%s' rtkkel" +#: elf/dl-fptr.c:88 +msgid "cannot map pages for fdesc table" +msgstr "nem képezhetők le a lapok az fdesc táblára" -#: locale/programs/ld-monetary.c:837 locale/programs/ld-numeric.c:318 -#, c-format -msgid "%s: `-1' must be last entry in `%s' field" -msgstr "%s '-1' kell lennie az utols bejegyzsnek a '%s' mezben" +#: elf/dl-fptr.c:192 +msgid "cannot map pages for fptr table" +msgstr "nem képezhetők le a lapok az fptr táblára" -#: locale/programs/ld-collate.c:447 locale/programs/ld-collate.c:473 -#, c-format -msgid "%s: `forward' and `backward' are mutually excluding each other" -msgstr "%s: `forward' s a `backward' klcsnsen kizrjk egymst" +#: elf/dl-fptr.c:221 +msgid "internal error: symidx out of range of fptr table" +msgstr "belső hiba: a symidx kívül van az fptr tábla tartományán" -#: locale/programs/ld-collate.c:1528 -#, c-format -msgid "%s: `position' must be used for a specific level in all sections or none" -msgstr "%s: `position' minden szekciban meg kell hatrozni a szintet vagy sehol sem" +#: elf/dl-load.c:372 +msgid "cannot allocate name record" +msgstr "nem foglalható le névrekord" -#: locale/programs/ld-ctype.c:2637 locale/programs/ld-ctype.c:2777 -#, c-format -msgid "%s: `translit_start' section does not end with `translit_end'" -msgstr "%s: `translit_start' szekci nem `translit_end'-re vgzdik" +#: elf/dl-load.c:474 elf/dl-load.c:582 elf/dl-load.c:667 elf/dl-load.c:780 +msgid "cannot create cache for search path" +msgstr "nem hozható létre gyorsítótár a keresési útvonalhoz" -#: locale/programs/ld-collate.c:1136 -#, c-format -msgid "%s: byte sequence of first character of sequence is not lower than that of the last character" -msgstr "%s:egy bjt sorozat els eleme nem kisebb mint az utols" +#: elf/dl-load.c:565 +msgid "cannot create RUNPATH/RPATH copy" +msgstr "nem hozható létre RUNPATH/RPATH másolat" -#: locale/programs/ld-collate.c:1094 -#, c-format -msgid "%s: byte sequences of first and last character must have the same length" -msgstr "%s bjt sorozat els s utols eleme ugyanolyan hossznak kell hogy legyen" +#: elf/dl-load.c:653 +msgid "cannot create search path array" +msgstr "nem hozható létre keresésiútvonal-tömb" -#: locale/programs/ld-collate.c:3663 -#, c-format -msgid "%s: cannot have `%s' as end of ellipsis range" -msgstr "%s: a `%s' nem ez ellipszis tartomny vge" +#: elf/dl-load.c:864 +msgid "cannot stat shared object" +msgstr "nem érhető el a megosztott objektum" -#: locale/programs/ld-collate.c:3327 -#, c-format -msgid "%s: cannot reorder after %.*s: symbol not known" -msgstr "%s: nem lehet jrarendezni a kvetkez utn %.*s: ismeretlen szimblum" +#: elf/dl-load.c:934 +msgid "cannot open zero fill device" +msgstr "nem nyitható meg a nullával kitöltő eszköz" -#: locale/programs/ld-ctype.c:2912 locale/programs/ld-ctype.c:2996 -#: locale/programs/ld-ctype.c:3016 locale/programs/ld-ctype.c:3037 -#: locale/programs/ld-ctype.c:3058 locale/programs/ld-ctype.c:3079 -#: locale/programs/ld-ctype.c:3100 locale/programs/ld-ctype.c:3140 -#: locale/programs/ld-ctype.c:3161 locale/programs/ld-ctype.c:3228 -#, c-format -msgid "%s: character `%s' in charmap not representable with one byte" -msgstr "%s: karakter `%s' a karakter trkppen nem egy bjt jellenti" +#: elf/dl-load.c:979 elf/dl-load.c:2215 +msgid "cannot create shared object descriptor" +msgstr "nem hozható létre megosztott objektumleíró" -#: locale/programs/ld-ctype.c:3272 locale/programs/ld-ctype.c:3297 -#, c-format -msgid "%s: character `%s' needed as default value not representable with one byte" -msgstr "%s: karakter `%s' szksges, hogy az alaprtket ne egy bjt jellentse" +#: elf/dl-load.c:998 elf/dl-load.c:1647 elf/dl-load.c:1739 +msgid "cannot read file data" +msgstr "nem olvashatók a fájladatok" -#: locale/programs/ld-ctype.c:2907 -#, c-format -msgid "%s: character `%s' not defined in charmap while needed as default value" -msgstr "%s: karakter `%s' nincs definilva a karaktertrkpen ami kell ahhoz, hogy alaprtk legyen" +#: elf/dl-load.c:1042 +msgid "ELF load command alignment not page-aligned" +msgstr "az ELF betöltési parancs igazítása nem lapokhoz igazított" -#: locale/programs/ld-ctype.c:2991 locale/programs/ld-ctype.c:3011 -#: locale/programs/ld-ctype.c:3053 locale/programs/ld-ctype.c:3074 -#: locale/programs/ld-ctype.c:3095 locale/programs/ld-ctype.c:3135 -#: locale/programs/ld-ctype.c:3156 locale/programs/ld-ctype.c:3223 -#: locale/programs/ld-ctype.c:3265 locale/programs/ld-ctype.c:3290 -#, c-format -msgid "%s: character `%s' not defined while needed as default value" -msgstr "%s: karakter `%s' nincs definilva mint egy alaprtelemezett rtk" +#: elf/dl-load.c:1049 +msgid "ELF load command address/offset not properly aligned" +msgstr "az ELF betöltési parancs címe/eltolása nincs megfelelően igazítva" -#: timezone/zic.c:1933 -#, c-format -msgid "%s: command was '%s', result was %d\n" -msgstr "%s: parancs '%s' eredmnye %d\n" +#: elf/dl-load.c:1132 +msgid "cannot allocate TLS data structures for initial thread" +msgstr "nem foglalhatók TLS adatszerkezetek a kiinduló szálhoz" -#: locale/programs/ld-time.c:246 -#, c-format -msgid "%s: direction flag in string %Zd in `era' field is not '+' nor '-'" -msgstr "%s: vezrl jel a %Zd szvegben az `era' mezben nem '+' sem '-'" +#: elf/dl-load.c:1155 +msgid "cannot handle TLS data" +msgstr "a TLS adatok nem kezelhetők" -#: locale/programs/ld-time.c:258 -#, c-format -msgid "%s: direction flag in string %Zd in `era' field is not a single character" -msgstr "%s: vezrl jel a %Zd szvegben az `era' mezben nem lehet egy karakter" +#: elf/dl-load.c:1174 +msgid "object file has no loadable segments" +msgstr "az objektumfájlnak nincsenek betölthető szakaszai" -#: locale/programs/ld-ctype.c:2729 -#, c-format -msgid "%s: duplicate `default_missing' definition" -msgstr "%s: ismtld `default_missing' definci" +#: elf/dl-load.c:1210 +msgid "failed to map segment from shared object" +msgstr "a szegmens leképezése meghiúsult a megosztott objektumból" -#: locale/programs/ld-identification.c:431 -#, c-format -msgid "%s: duplicate category version definition" -msgstr "%s: ismtld verzi kategria definci" +#: elf/dl-load.c:1236 +msgid "cannot dynamically load executable" +msgstr "nem tölthető be dinamikusan a végrehajtható fájl" -#: locale/programs/ld-collate.c:2730 -#, c-format -msgid "%s: duplicate declaration of section `%s'" -msgstr "%s: ismtld meghatrozs a '%s' szekciban" +#: elf/dl-load.c:1298 +msgid "cannot change memory protections" +msgstr "a memóriavédelem nem módosítható" -#: locale/programs/ld-collate.c:2694 -#, c-format -msgid "%s: duplicate definition of `%s'" -msgstr "%s: ismtld meghatrozs a '%s'-ben" +#: elf/dl-load.c:1317 +msgid "cannot map zero-fill pages" +msgstr "nem képezhetők le a nullával kitöltött lapok" -#: locale/programs/ld-collate.c:3712 -#, c-format -msgid "%s: empty category description not allowed" -msgstr "%s res kategria lers nem engedlyezett" +#: elf/dl-load.c:1331 +msgid "object file has no dynamic section" +msgstr "az objektumfájlnak nincs dinamikus szakasza" -#: locale/programs/ld-collate.c:755 -#, c-format -msgid "%s: empty weight string not allowed" -msgstr "%s: res sly szveg nem engedlyezett" +#: elf/dl-load.c:1354 +msgid "shared object cannot be dlopen()ed" +msgstr "megosztott objektumra nem hívható meg a dlopen()" -#: locale/programs/charmap.c:836 -#, c-format -msgid "%s: error in state machine" -msgstr "%s hiba a gp llapotban" - -#: locale/programs/ld-address.c:489 locale/programs/ld-address.c:526 -#: locale/programs/ld-address.c:564 locale/programs/ld-ctype.c:2485 -#: locale/programs/ld-identification.c:360 -#: locale/programs/ld-measurement.c:220 locale/programs/ld-messages.c:300 -#: locale/programs/ld-monetary.c:694 locale/programs/ld-monetary.c:729 -#: locale/programs/ld-monetary.c:770 locale/programs/ld-name.c:278 -#: locale/programs/ld-numeric.c:263 locale/programs/ld-paper.c:221 -#: locale/programs/ld-telephone.c:288 locale/programs/ld-time.c:1104 -#: locale/programs/ld-time.c:1146 -#, c-format -msgid "%s: field `%s' declared more than once" -msgstr "%s: a %s mezt tbb mint egyszer hatrozta meg" +#: elf/dl-load.c:1367 +msgid "cannot allocate memory for program header" +msgstr "nem foglalható memória a program fejlécének" -#: locale/programs/ld-ctype.c:1526 locale/programs/ld-ctype.c:1651 -#: locale/programs/ld-ctype.c:1757 locale/programs/ld-ctype.c:2348 -#: locale/programs/ld-ctype.c:3331 -#, c-format -msgid "%s: field `%s' does not contain exactly ten entries" -msgstr "%s: a %s mez nem tz bejegyzst tartalmaz" +#: elf/dl-load.c:1384 elf/dl-open.c:218 +msgid "invalid caller" +msgstr "érvénytelen hívó" -#: locale/programs/ld-address.c:154 locale/programs/ld-address.c:205 -#: locale/programs/ld-address.c:230 locale/programs/ld-address.c:259 -#: locale/programs/ld-name.c:115 locale/programs/ld-telephone.c:117 -#, c-format -msgid "%s: field `%s' must not be empty" -msgstr "%s: a %s mez nem lehet res" - -#: locale/programs/ld-address.c:142 locale/programs/ld-address.c:180 -#: locale/programs/ld-address.c:197 locale/programs/ld-address.c:224 -#: locale/programs/ld-address.c:284 locale/programs/ld-address.c:303 -#: locale/programs/ld-address.c:315 locale/programs/ld-identification.c:145 -#: locale/programs/ld-measurement.c:104 locale/programs/ld-monetary.c:206 -#: locale/programs/ld-monetary.c:244 locale/programs/ld-monetary.c:260 -#: locale/programs/ld-monetary.c:272 locale/programs/ld-name.c:104 -#: locale/programs/ld-name.c:141 locale/programs/ld-numeric.c:113 -#: locale/programs/ld-numeric.c:127 locale/programs/ld-paper.c:101 -#: locale/programs/ld-paper.c:109 locale/programs/ld-telephone.c:105 -#: locale/programs/ld-telephone.c:163 locale/programs/ld-time.c:175 -#: locale/programs/ld-time.c:195 -#, c-format -msgid "%s: field `%s' not defined" -msgstr "%s:a %s mez nincs definilva" +#: elf/dl-load.c:1423 +msgid "cannot enable executable stack as shared object requires" +msgstr "nem engedélyezhető a végrehajtható verem, mint ahogy a megosztott objektum megköveteli" -#: locale/programs/ld-messages.c:115 locale/programs/ld-messages.c:148 -#, c-format -msgid "%s: field `%s' undefined" -msgstr "%s:a %s mez definils le van trlve" +#: elf/dl-load.c:1436 +msgid "cannot close file descriptor" +msgstr "nem zárható le a fájlleíró" -#: locale/programs/ld-time.c:279 -#, c-format -msgid "%s: garbage at end of offset value in string %Zd in `era' field" -msgstr "%s szemt a %Zd sztring vgn az 'era' mezben" +#: elf/dl-load.c:1647 +msgid "file too short" +msgstr "a fájl túl rövid" -#: locale/programs/ld-time.c:339 -#, c-format -msgid "%s: garbage at end of starting date in string %Zd in `era' field " -msgstr "%s szemt a %Zd sztring az indul dtum vgn az 'era' mezben" +#: elf/dl-load.c:1676 +msgid "invalid ELF header" +msgstr "érvénytelen ELF fejléc" -#: locale/programs/ld-time.c:416 -#, c-format -msgid "%s: garbage at end of stopping date in string %Zd in `era' field" -msgstr "%s szemt a %Zd sztring az lells dtum vgn az 'era' mezben" +#: elf/dl-load.c:1688 +msgid "ELF file data encoding not big-endian" +msgstr "az ELF fájladatok kódolása nem big endian" -#: posix/getopt.c:887 posix/getopt.c:890 -#, c-format -msgid "%s: illegal option -- %c\n" -msgstr "%s: helytelen opci -- %c\n" +#: elf/dl-load.c:1690 +msgid "ELF file data encoding not little-endian" +msgstr "az ELF fájladatok kódolása nem little endian" -#: locale/programs/ld-address.c:578 locale/programs/ld-collate.c:3738 -#: locale/programs/ld-ctype.c:2846 locale/programs/ld-identification.c:445 -#: locale/programs/ld-measurement.c:234 locale/programs/ld-messages.c:329 -#: locale/programs/ld-monetary.c:934 locale/programs/ld-name.c:303 -#: locale/programs/ld-numeric.c:373 locale/programs/ld-paper.c:236 -#: locale/programs/ld-telephone.c:311 locale/programs/ld-time.c:1197 -#, c-format -msgid "%s: incomplete `END' line" -msgstr "%s: nem teljes az 'END' sor" +#: elf/dl-load.c:1694 +msgid "ELF file version ident does not match current one" +msgstr "az ELF fájlverzió azonosítója nem felel meg az aktuálisnak" -#: locale/programs/ld-address.c:166 -#, c-format -msgid "%s: invalid escape `%%%c' sequence in field `%s'" -msgstr "%s rvnytelen escape '%%%c' sorozat a %s mezben" +#: elf/dl-load.c:1698 +msgid "ELF file OS ABI invalid" +msgstr "az ELF fájl OS ABI-ja érvénytelen" -#: locale/programs/ld-name.c:127 locale/programs/ld-telephone.c:126 -#: locale/programs/ld-telephone.c:150 -#, c-format -msgid "%s: invalid escape sequence in field `%s'" -msgstr "%s rvnytelen escape sorozat a %s mezben" +#: elf/dl-load.c:1700 +msgid "ELF file ABI version invalid" +msgstr "az ELF fájl ABI verziója érvénytelen" -#: locale/programs/ld-time.c:271 -#, c-format -msgid "%s: invalid number for offset in string %Zd in `era' field" -msgstr "%s rvnytelen szm a %Zd szvegben a 'era' mezben" +#: elf/dl-load.c:1703 +msgid "internal error" +msgstr "belső hiba" -#: locale/programs/ld-collate.c:3162 -#, c-format -msgid "%s: invalid number of sorting rules" -msgstr "%s rvnytelen rendezsi szablyok" +#: elf/dl-load.c:1710 +msgid "ELF file version does not match current one" +msgstr "az ELF fájlverzió nem felel meg az aktuálisnak" -#: posix/getopt.c:896 posix/getopt.c:899 -#, c-format -msgid "%s: invalid option -- %c\n" -msgstr "%s: rvnytelen kapcsol -- %c\n" +#: elf/dl-load.c:1718 +msgid "only ET_DYN and ET_EXEC can be loaded" +msgstr "csak az ET_DYN és ET_EXEC tölthető be" -#: locale/programs/ld-time.c:330 -#, c-format -msgid "%s: invalid starting date in string %Zd in `era' field" -msgstr "%s rvnytelen indulsi dtum az 'era' mez %Zd szvegjben" +#: elf/dl-load.c:1724 +msgid "ELF file's phentsize not the expected size" +msgstr "az ELF fájl phentsize értéke nem a várt méretű" -#: locale/programs/ld-time.c:407 -#, c-format -msgid "%s: invalid stopping date in string %Zd in `era' field" -msgstr "%s rvnytelen befejezsi dtum az 'era' mez %Zd szvegjben" +#: elf/dl-load.c:2231 +msgid "wrong ELF class: ELFCLASS64" +msgstr "hibás ELF osztály: ELFCLASS64" -#: locale/programs/ld-measurement.c:112 -#, c-format -msgid "%s: invalid value for field `%s'" -msgstr "%s rvnytelen rtk a %s mezben" +#: elf/dl-load.c:2232 +msgid "wrong ELF class: ELFCLASS32" +msgstr "hibás ELF osztály: ELFCLASS32" -#: locale/programs/ld-address.c:242 locale/programs/ld-address.c:270 -#, c-format -msgid "%s: language abbreviation `%s' not defined" -msgstr "%s A %s nyelv rvidtst nem ismerem" +#: elf/dl-load.c:2235 +msgid "cannot open shared object file" +msgstr "nem nyitható meg a megosztott objektumfájl" -#: resolv/res_hconf.c:366 -#, c-format -msgid "%s: line %d: bad command `%s'\n" -msgstr "%s: %d sor: rossz parancs '%s'\n" +#: elf/dl-lookup.c:356 +msgid "relocation error" +msgstr "áthelyezési hiba" -#: resolv/res_hconf.c:165 -#, c-format -msgid "%s: line %d: cannot specify more than %d services" -msgstr "%s: sor %d: nem lehet tbb mint %d szolgltatst meghatrozni" +#: elf/dl-lookup.c:384 +msgid "symbol lookup error" +msgstr "szimbólumkikeresési hiba" -#: resolv/res_hconf.c:231 -#, c-format -msgid "%s: line %d: cannot specify more than %d trim domains" -msgstr "%s: sor %d: nem lehet tbb mint %d rendes tartomnyt meghatrozni" +#: elf/dl-open.c:114 +msgid "cannot extend global scope" +msgstr "a globális hatáskör nem bővíthető" -#: resolv/res_hconf.c:319 -#, c-format -msgid "%s: line %d: expected `on' or `off', found `%s'\n" -msgstr "%s: sor %d: `on' vagy `off' keress, megvan `%s'\n" +#: elf/dl-open.c:512 +msgid "TLS generation counter wrapped! Please report this." +msgstr "" -#: resolv/res_hconf.c:147 -#, c-format -msgid "%s: line %d: expected service, found `%s'\n" -msgstr "%s: sor %d a vrt %s szolgltats megvan\n" +#: elf/dl-open.c:549 +msgid "invalid mode for dlopen()" +msgstr "" -#: resolv/res_hconf.c:395 -#, c-format -msgid "%s: line %d: ignoring trailing garbage `%s'\n" -msgstr "%s: sor %d: sorvgi szemt: '%s'\n" +#: elf/dl-open.c:566 +msgid "no more namespaces available for dlmopen()" +msgstr "" -#: resolv/res_hconf.c:256 -#, c-format -msgid "%s: line %d: list delimiter not followed by domain" -msgstr "%s: sor %d lista elvlaszt kvetette a tartomnyt" +#: elf/dl-open.c:579 +msgid "invalid target namespace in dlmopen()" +msgstr "" -#: resolv/res_hconf.c:191 -#, c-format -msgid "%s: line %d: list delimiter not followed by keyword" -msgstr "%s: sor %d lista elvlaszt kvetette a kulcsszt" +#: elf/dl-reloc.c:121 +msgid "cannot allocate memory in static TLS block" +msgstr "" -#: locale/programs/ld-collate.c:3242 locale/programs/ld-collate.c:3365 -#: locale/programs/ld-collate.c:3716 -#, c-format -msgid "%s: missing `order_end' keyword" -msgstr "%s: hinyz `order_end' kulcssz" +#: elf/dl-reloc.c:211 +msgid "cannot make segment writable for relocation" +msgstr "" -#: locale/programs/ld-collate.c:3379 locale/programs/ld-collate.c:3728 +#: elf/dl-reloc.c:277 #, c-format -msgid "%s: missing `reorder-end' keyword" -msgstr "%s: hinyz `reorder_end' kulcssz" +msgid "%s: no PLTREL found in object %s\n" +msgstr "" -#: locale/programs/ld-collate.c:3731 +#: elf/dl-reloc.c:288 #, c-format -msgid "%s: missing `reorder-sections-end' keyword" -msgstr "%s: hinyz `reorder-sections-end' kulcssz" +msgid "%s: out of memory to store relocation results for %s\n" +msgstr "" -#: locale/programs/ld-time.c:456 -#, c-format -msgid "%s: missing era format in string %Zd in `era' field" -msgstr "%s: hibs era formtum az 'era' mezben %Zd sztringben" +#: elf/dl-reloc.c:304 +msgid "cannot restore segment prot after reloc" +msgstr "" -#: locale/programs/ld-time.c:444 -#, c-format -msgid "%s: missing era name in string %Zd in `era' field" -msgstr "%s: hibs era nv az 'era' mezben %Zd sztringben" +#: elf/dl-reloc.c:329 +msgid "cannot apply additional memory protection after relocation" +msgstr "" -#: locale/programs/ld-collate.c:3138 -#, c-format -msgid "%s: multiple order definitions for section `%s'" -msgstr "%s tbbszrs sorrend meghatrozs a '%s' szekciban" +#: elf/dl-sym.c:162 +msgid "RTLD_NEXT used in code not dynamically loaded" +msgstr "" -#: locale/programs/ld-collate.c:3188 -#, c-format -msgid "%s: multiple order definitions for unnamed section" -msgstr "%s tbbszrs sorrend meghatrozs egy nvtelen szekciban" +#: elf/dl-sysdep.c:481 elf/dl-sysdep.c:493 +msgid "cannot create capability list" +msgstr "" -#: locale/programs/ld-messages.c:137 locale/programs/ld-messages.c:170 -#, c-format -msgid "%s: no correct regular expression for field `%s': %s" -msgstr "%s nem pontos regulris kifejezs a '%s':'%s' mezben" +#: elf/dl-tls.c:864 +msgid "cannot create TLS data structures" +msgstr "" -#: locale/programs/ld-identification.c:169 -#, c-format -msgid "%s: no identification for category `%s'" -msgstr "%s nem azonostott a %s kategria" +#: elf/dl-version.c:303 +msgid "cannot allocate version reference table" +msgstr "" -#: locale/programs/ld-ctype.c:2755 -#, c-format -msgid "%s: no representable `default_missing' definition found" -msgstr "%s: nem rtelmezhet `default_missing' meghatrozst talltam" +#: elf/ldconfig.c:141 +msgid "Print cache" +msgstr "" -#: locale/programs/ld-collate.c:591 -#, c-format -msgid "%s: not enough sorting rules" -msgstr "%s nem elg a rendez szably" +#: elf/ldconfig.c:142 +msgid "Generate verbose messages" +msgstr "" -#: locale/programs/ld-address.c:295 -#, c-format -msgid "%s: numeric country code `%d' not valid" -msgstr "%s: a %d orszg kd nem rvnyes" +#: elf/ldconfig.c:143 +msgid "Don't build cache" +msgstr "" -#: posix/getopt.c:743 posix/getopt.c:748 -#, c-format -msgid "%s: option `%c%s' doesn't allow an argument\n" -msgstr "%s: a `%c%s' opci nem enged meg argumentumot\n" +#: elf/ldconfig.c:144 +msgid "Don't generate links" +msgstr "" -#: posix/getopt.c:688 posix/getopt.c:698 -#, c-format -msgid "%s: option `%s' is ambiguous\n" -msgstr "%s: a `%s' kapcsol nem egyrtelm\n" +#: elf/ldconfig.c:145 +msgid "Change to and use ROOT as root directory" +msgstr "" -#: posix/getopt.c:782 posix/getopt.c:793 posix/getopt.c:1070 -#: posix/getopt.c:1082 -#, c-format -msgid "%s: option `%s' requires an argument\n" -msgstr "%s: a `%s' kapcsolhoz argumentum szksges\n" +#: elf/ldconfig.c:145 +msgid "ROOT" +msgstr "" -#: posix/getopt.c:730 posix/getopt.c:734 -#, c-format -msgid "%s: option `--%s' doesn't allow an argument\n" -msgstr "%s: a `--%s' kapcsol nem enged meg argumentumot\n" +#: elf/ldconfig.c:146 +msgid "CACHE" +msgstr "" -#: posix/getopt.c:1038 posix/getopt.c:1049 -#, c-format -msgid "%s: option `-W %s' doesn't allow an argument\n" -msgstr "%s: a `-W %s' opci nem enged meg argumentumot\n" +#: elf/ldconfig.c:146 +msgid "Use CACHE as cache file" +msgstr "" -#: posix/getopt.c:1004 posix/getopt.c:1014 -#, c-format -msgid "%s: option `-W %s' is ambiguous\n" -msgstr "%s: a `-W %s' kapcsol nem egyrtelm\n" +#: elf/ldconfig.c:147 +msgid "CONF" +msgstr "" -#: posix/getopt.c:942 posix/getopt.c:952 posix/getopt.c:1136 -#: posix/getopt.c:1147 -#, c-format -msgid "%s: option requires an argument -- %c\n" -msgstr "%s: a kapcsolnak szksge van egy argumentumra -- %c\n" +#: elf/ldconfig.c:147 +msgid "Use CONF as configuration file" +msgstr "" -#: locale/programs/ld-collate.c:1327 locale/programs/ld-collate.c:3675 -#, c-format -msgid "%s: order for `%.*s' already defined at %s:%Zu" -msgstr "%s: '%.*s' sorrend mr definilva van a %s:%Zu -nl" +#: elf/ldconfig.c:148 +msgid "Only process directories specified on the command line. Don't build cache." +msgstr "" -#: locale/programs/ld-collate.c:3316 -#, c-format -msgid "%s: order for collating element %.*s not yet defined" -msgstr "%s: nem sszehasonlthat elem a '%.*s'. Mg nincs meghatrozva" +#: elf/ldconfig.c:149 +msgid "Manually link individual libraries." +msgstr "" -#: locale/programs/ld-collate.c:3300 -#, c-format -msgid "%s: order for collating symbol %.*s not yet defined" -msgstr "%s: nem sszehasonlthat szimblum a '%.*s'. Mg nincs meghatrozva" +#: elf/ldconfig.c:150 +msgid "FORMAT" +msgstr "" -#: sunrpc/rpc_main.c:289 -#, c-format -msgid "%s: output would overwrite %s\n" -msgstr "%s: kimenetet fll kne rni %s\n" +#: elf/ldconfig.c:150 +msgid "Format to use: new, old or compat (default)" +msgstr "" -#: timezone/zic.c:879 timezone/zic.c:1293 timezone/zic.c:1318 -#, c-format -msgid "%s: panic: Invalid l_value %d\n" -msgstr "%s: pnik: rvnytelen l_value %d\n" - -#: locale/programs/charmap.c:843 locale/programs/ld-address.c:597 -#: locale/programs/ld-collate.c:2609 locale/programs/ld-collate.c:3756 -#: locale/programs/ld-ctype.c:2109 locale/programs/ld-ctype.c:2866 -#: locale/programs/ld-identification.c:464 -#: locale/programs/ld-measurement.c:253 locale/programs/ld-messages.c:347 -#: locale/programs/ld-monetary.c:952 locale/programs/ld-name.c:321 -#: locale/programs/ld-numeric.c:391 locale/programs/ld-paper.c:254 -#: locale/programs/ld-telephone.c:329 locale/programs/ld-time.c:1215 -#: locale/programs/locfile.h:103 locale/programs/repertoire.c:325 -#, c-format -msgid "%s: premature end of file" -msgstr "%s: id eltti fjl vg" +#: elf/ldconfig.c:151 +msgid "Ignore auxiliary cache file" +msgstr "" -#: locale/programs/ld-collate.c:3413 locale/programs/ld-collate.c:3601 -#, c-format -msgid "%s: section `%.*s' not known" -msgstr "%s: `%.*s' szekcit nem ismerem" +#: elf/ldconfig.c:159 +msgid "Configure Dynamic Linker Run Time Bindings." +msgstr "" -#: locale/programs/ld-time.c:358 +#: elf/ldconfig.c:339 #, c-format -msgid "%s: starting date is invalid in string %Zd in `era' field" -msgstr "%s rvnytelen indulsi dtum az 'era' mez %Zd szvegjben" +msgid "Path `%s' given more than once" +msgstr "" -#: locale/programs/ld-time.c:435 +#: elf/ldconfig.c:379 #, c-format -msgid "%s: stopping date is invalid in string %Zd in `era' field" -msgstr "%s rvnytelen befejezsi dtum az 'era' mez %Zd szvegjben" +msgid "%s is not a known library type" +msgstr "" -#: locale/programs/ld-collate.c:1261 +#: elf/ldconfig.c:404 #, c-format -msgid "%s: symbolic range ellipsis must not be directly followed by `order_end'" -msgstr "%s: a szimbolikus ellipszis taromnyt nem kvetheti kzvetlenl egy 'order_end'" +msgid "Can't stat %s" +msgstr "" -#: locale/programs/ld-collate.c:1257 -#, c-format -msgid "%s: symbolic range ellipsis must not directly follow `order_start'" -msgstr "%s: a szimbolikus ellipszis taromnyt nem kvetheti kzvetlenl egy 'order_start'" - -#: locale/programs/ld-address.c:588 locale/programs/ld-collate.c:518 -#: locale/programs/ld-collate.c:570 locale/programs/ld-collate.c:865 -#: locale/programs/ld-collate.c:878 locale/programs/ld-collate.c:2599 -#: locale/programs/ld-collate.c:3747 locale/programs/ld-ctype.c:1841 -#: locale/programs/ld-ctype.c:2099 locale/programs/ld-ctype.c:2675 -#: locale/programs/ld-ctype.c:2857 locale/programs/ld-identification.c:455 -#: locale/programs/ld-measurement.c:244 locale/programs/ld-messages.c:338 -#: locale/programs/ld-monetary.c:943 locale/programs/ld-name.c:312 -#: locale/programs/ld-numeric.c:382 locale/programs/ld-paper.c:245 -#: locale/programs/ld-telephone.c:320 locale/programs/ld-time.c:1206 +#: elf/ldconfig.c:478 #, c-format -msgid "%s: syntax error" -msgstr "%s: szintaktikai hiba" +msgid "Can't stat %s\n" +msgstr "" -#: locale/programs/ld-ctype.c:2180 +#: elf/ldconfig.c:488 #, c-format -msgid "%s: syntax error in definition of new character class" -msgstr "%s: szintaktikai hiba az j karakterosztly meghatrozsa sorn" +msgid "%s is not a symbolic link\n" +msgstr "" -#: locale/programs/ld-ctype.c:2195 +#: elf/ldconfig.c:507 #, c-format -msgid "%s: syntax error in definition of new character map" -msgstr "%s: szintaktikai hiba az j karaktertrkp meghatrozsa sorn" +msgid "Can't unlink %s" +msgstr "" -#: locale/programs/ld-ctype.c:3737 +#: elf/ldconfig.c:513 #, c-format -msgid "%s: table for class \"%s\": %lu bytes\n" -msgstr "%s: osztlytblzat \"%s\": %lu bjt\n" +msgid "Can't link %s to %s" +msgstr "" -#: locale/programs/ld-ctype.c:3805 -#, c-format -msgid "%s: table for map \"%s\": %lu bytes\n" -msgstr "%s: trkp tbla \"%s\": %lu bjt\n" +#: elf/ldconfig.c:519 +msgid " (changed)\n" +msgstr "" -#: locale/programs/ld-ctype.c:3937 +#: elf/ldconfig.c:521 +msgid " (SKIPPED)\n" +msgstr "" + +#: elf/ldconfig.c:576 #, c-format -msgid "%s: table for width: %lu bytes\n" -msgstr "%s: tbla szllessg: %lu bjt\n" +msgid "Can't find %s" +msgstr "" -#: locale/programs/ld-address.c:216 +#: elf/ldconfig.c:592 elf/ldconfig.c:765 elf/ldconfig.c:813 elf/ldconfig.c:847 #, c-format -msgid "%s: terminology language code `%s' not defined" -msgstr "%s a %s szaknyelv kd nincs definilva" +msgid "Cannot lstat %s" +msgstr "" -#: locale/programs/ld-collate.c:1067 +#: elf/ldconfig.c:599 #, c-format -msgid "%s: the start and the end symbol of a range must stand for characters" -msgstr "%s: a tartomny kezd s befejez szimblumnak karakterekbl kell llnija" +msgid "Ignored file %s since it is not a regular file." +msgstr "" -#: locale/programs/ld-time.c:485 +#: elf/ldconfig.c:608 #, c-format -msgid "%s: third operand for value of field `%s' must not be larger than %d" -msgstr "%s: a harmadik mvelet a %s mez rtknek nagyobbnak kell hogy legyen mint %d" +msgid "No link created since soname could not be found for %s" +msgstr "" -#: locale/programs/ld-time.c:983 +#: elf/ldconfig.c:691 #, c-format -msgid "%s: too few values for field `%s'" -msgstr "%s: tl sok rtk a %s mezben" +msgid "Can't open directory %s" +msgstr "" -#: locale/programs/ld-collate.c:555 +#: elf/ldconfig.c:779 #, c-format -msgid "%s: too many rules; first entry only had %d" -msgstr "%s: tl sok szably; az els bejegyzs csak %d" +msgid "Cannot stat %s" +msgstr "" -#: locale/programs/ld-collate.c:906 +#: elf/ldconfig.c:834 elf/readlib.c:91 #, c-format -msgid "%s: too many values" -msgstr "%s tl sok rtk" +msgid "Input file %s not found.\n" +msgstr "" -#: locale/programs/ld-time.c:1030 +#: elf/ldconfig.c:908 #, c-format -msgid "%s: too many values for field `%s'" -msgstr "%s: tl sok rtk a '%s' mezben" +msgid "libc5 library %s in wrong directory" +msgstr "" -#: locale/programs/ld-ctype.c:3641 +#: elf/ldconfig.c:911 #, c-format -msgid "%s: transliteration data from locale `%s' not available" -msgstr "%s: trsi adatok '%s'-rl nem elrhetek" +msgid "libc6 library %s in wrong directory" +msgstr "" -#: sunrpc/rpc_main.c:296 +#: elf/ldconfig.c:914 #, c-format -msgid "%s: unable to open %s: %m\n" -msgstr "%s: nem lehet megnyitni %s: %m\n" +msgid "libc4 library %s in wrong directory" +msgstr "" -#: locale/programs/ld-collate.c:2868 +#: elf/ldconfig.c:942 #, c-format -msgid "%s: unknown character in collating symbol name" -msgstr "%s: ismeretlen karakter az sszehasonlt szimblum nevben" +msgid "libraries %s and %s in directory %s have same soname but different type." +msgstr "" -#: locale/programs/ld-collate.c:3000 +#: elf/ldconfig.c:1051 #, c-format -msgid "%s: unknown character in equivalent definition name" -msgstr "%s: ismeretlen karakter az egyenrtk meghatrozs nevben" +msgid "Can't open configuration file %s" +msgstr "" -#: locale/programs/ld-collate.c:3013 +#: elf/ldconfig.c:1115 #, c-format -msgid "%s: unknown character in equivalent definition value" -msgstr "%s: ismeretlen karakter az egyenrtk meghatrozs rtkben" +msgid "%s:%u: bad syntax in hwcap line" +msgstr "" -#: locale/programs/ld-address.c:493 locale/programs/ld-address.c:531 -#: locale/programs/ld-identification.c:364 locale/programs/ld-messages.c:310 -#: locale/programs/ld-monetary.c:698 locale/programs/ld-monetary.c:733 -#: locale/programs/ld-name.c:282 locale/programs/ld-numeric.c:267 -#: locale/programs/ld-telephone.c:292 locale/programs/ld-time.c:999 -#: locale/programs/ld-time.c:1067 locale/programs/ld-time.c:1109 +#: elf/ldconfig.c:1121 #, c-format -msgid "%s: unknown character in field `%s'" -msgstr "%s ismeretlen karakter a '%s' mezben" +msgid "%s:%u: hwcap index %lu above maximum %u" +msgstr "" -#: locale/programs/ld-collate.c:3110 +#: elf/ldconfig.c:1128 elf/ldconfig.c:1136 #, c-format -msgid "%s: unknown section name `%s'" -msgstr "%s: ismeretlen a '%s' szekci nv" +msgid "%s:%u: hwcap index %lu already defined as %s" +msgstr "" -#: locale/programs/ld-collate.c:3023 +#: elf/ldconfig.c:1139 #, c-format -msgid "%s: unknown symbol `%s' in equivalent definition" -msgstr "%s ismeretlen szimblum a '%s' egyenrtk definciban" +msgid "%s:%u: duplicate hwcap %lu %s" +msgstr "" -#: posix/getopt.c:841 posix/getopt.c:844 +#: elf/ldconfig.c:1161 #, c-format -msgid "%s: unrecognized option `%c%s'\n" -msgstr "%s: a `%c%s' kapcsol ismeretlen\n" +msgid "need absolute file name for configuration file when using -r" +msgstr "" -#: posix/getopt.c:830 posix/getopt.c:833 +#: elf/ldconfig.c:1168 locale/programs/xmalloc.c:70 malloc/obstack.c:434 +#: malloc/obstack.c:436 posix/getconf.c:985 posix/getconf.c:1177 #, c-format -msgid "%s: unrecognized option `--%s'\n" -msgstr "%s: a `--%s' kapcsol ismeretlen\n" +msgid "memory exhausted" +msgstr "elfogyott a memória" -#: timezone/zic.c:449 +#: elf/ldconfig.c:1198 #, c-format -msgid "" -"%s: usage is %s [ -s ] [ -v ] [ -l localtime ] [ -p posixrules ] \\\n" -"\t[ -d directory ] [ -L leapseconds ] [ -y yearistype ] [ filename ... ]\n" +msgid "%s:%u: cannot read directory %s" msgstr "" -"%s: a %s hasznlata [ -s ] [ -v ] [ -l helyi id ] [ -p posix szablyok] \\\n" -"\t[ -d knyvtr ] [ -L eltolsi id(mp) ] [ -y v tpusa ] [ fjlnv ... ]\n" -#: timezone/zdump.c:175 +#: elf/ldconfig.c:1242 #, c-format -msgid "%s: usage is %s [ -v ] [ -c cutoff ] zonename ...\n" -msgstr "%s: a %s hasznlata [ -v ] [ -c cutoff ] znanv ...\n" +msgid "relative path `%s' used to build cache" +msgstr "" -#: locale/programs/ld-monetary.c:740 locale/programs/ld-numeric.c:274 +#: elf/ldconfig.c:1268 #, c-format -msgid "%s: value for field `%s' must be a single character" -msgstr "%s: a '%s' mez rtke egy karakter kell hogy legyen" +msgid "Can't chdir to /" +msgstr "" -#: locale/programs/ld-monetary.c:308 +#: elf/ldconfig.c:1310 #, c-format -msgid "%s: value for field `%s' must be in range %d...%d" -msgstr "%s: a '%s' mez rtke a %d...%d taromnyba kell hogy essen" +msgid "Can't open cache file directory %s\n" +msgstr "" -#: locale/programs/ld-messages.c:121 locale/programs/ld-messages.c:154 -#, c-format -msgid "%s: value for field `%s' must not be an empty string" -msgstr "%s: a '%s' mez rtke nem lehet res" +#: elf/ldd.bash.in:43 +msgid "Written by %s and %s.\n" +msgstr "Írta: %s és %s.\n" -#: locale/programs/ld-monetary.c:250 locale/programs/ld-numeric.c:119 -#, c-format -msgid "%s: value for field `%s' must not be the empty string" -msgstr "%s: a '%s' mez rtke nem lehet az res sztring" +#: elf/ldd.bash.in:48 +msgid "" +"Usage: ldd [OPTION]... FILE...\n" +" --help print this help and exit\n" +" --version print version information and exit\n" +" -d, --data-relocs process data relocations\n" +" -r, --function-relocs process data and function relocations\n" +" -u, --unused print unused direct dependencies\n" +" -v, --verbose print all information\n" +msgstr "" +"Használat: ldd [KAPCSOLÓ]... FÁJL...\n" +" --help ezen súgó kiírása és kilépés\n" +" --version verzióinformációk kiírása és kilépés\n" +" -d, --data-relocs adatáthelyezések feldolgozása\n" +" -r, --function-relocs adat- és függvényáthelyezések feldolgozása\n" +" -u, --unused nem használt közvetlen függőségek kiírása\n" +" -v, --verbose minden információ kiírása\n" + +#: elf/ldd.bash.in:82 +msgid "ldd: option \\`$1' is ambiguous" +msgstr "" -#: locale/programs/ld-monetary.c:232 -#, c-format -msgid "%s: value of field `int_curr_symbol' does not correspond to a valid name in ISO 4217" -msgstr "%s: a `int_curr_symbol' mez rtkke felel meg az ISO 4217-nek" +#: elf/ldd.bash.in:89 +msgid "unrecognized option" +msgstr "ismeretlen kapcsoló" -#: locale/programs/ld-monetary.c:224 -#, c-format -msgid "%s: value of field `int_curr_symbol' has wrong length" -msgstr "%s: a mez `int_curr_symbol' rtknek rossz a hossza" +#: elf/ldd.bash.in:90 elf/ldd.bash.in:128 +msgid "Try \\`ldd --help' for more information." +msgstr "" -#: locale/programs/ld-monetary.c:859 locale/programs/ld-numeric.c:339 -#, c-format -msgid "%s: values for field `%s' must be smaller than 127" -msgstr "%s: a '%s' mez rtknek kisebbnek kell hogy legyen mint 127" +#: elf/ldd.bash.in:127 +msgid "missing file arguments" +msgstr "" -#: locale/programs/ld-time.c:509 -#, c-format -msgid "%s: values for field `%s' must not be larger than %d" -msgstr "%s: a '%s' mez rtknek nem lehet nagyobb mint %d" +#. TRANS No such file or directory. This is a ``file doesn't exist'' error +#. TRANS for ordinary files that are referenced in contexts where they are +#. TRANS expected to already exist. +#: elf/ldd.bash.in:150 sysdeps/gnu/errlist.c:36 +msgid "No such file or directory" +msgstr "Nincs ilyen fájl vagy könyvtár" + +#: elf/ldd.bash.in:153 inet/rcmd.c:483 +msgid "not regular file" +msgstr "" + +#: elf/ldd.bash.in:156 +msgid "warning: you do not have execution permission for" +msgstr "" + +#: elf/ldd.bash.in:185 +msgid "\tnot a dynamic executable" +msgstr "" + +#: elf/ldd.bash.in:193 +msgid "exited with unknown exit code" +msgstr "" -#: locale/programs/ld-time.c:493 locale/programs/ld-time.c:501 +#: elf/ldd.bash.in:198 +msgid "error: you do not have read permission for" +msgstr "" + +#: elf/readelflib.c:35 #, c-format -msgid "%s: values of field `%s' must not be larger than %d" -msgstr "%s: a '%s' mez rtknek nem lehet nagyobb mint %d" +msgid "file %s is truncated\n" +msgstr "" -#: locale/programs/ld-collate.c:850 +#: elf/readelflib.c:67 #, c-format -msgid "%s: weights must use the same ellipsis symbol as the name" -msgstr "%s: a slynak ugyanazt az ellipszist szimblumot kell hasznlni mint a nvnek" +msgid "%s is a 32 bit ELF file.\n" +msgstr "" -#: sunrpc/rpc_main.c:308 +#: elf/readelflib.c:69 #, c-format -msgid "%s: while writing output %s: %m" -msgstr "%s: amg a kimenetre rok %s: %m" +msgid "%s is a 64 bit ELF file.\n" +msgstr "" -#: argp/argp-parse.c:170 -msgid "(PROGRAM ERROR) No version known!?" -msgstr "(PROGRAM HIBA) Nem ismert verzi?" +#: elf/readelflib.c:71 +#, c-format +msgid "Unknown ELFCLASS in file %s.\n" +msgstr "" -#: argp/argp-parse.c:787 -msgid "(PROGRAM ERROR) Option should have been recognized!?" -msgstr "(PROGRAM HIBA) Opcit nem lehet rtelmezni?" +#: elf/readelflib.c:78 +#, c-format +msgid "%s is not a shared object file (Type: %d).\n" +msgstr "" -#: nis/nis_print.c:133 -msgid "(Unknown object)\n" -msgstr "(Ismeretlen elem)\n" +#: elf/readelflib.c:109 +#, c-format +msgid "more than one dynamic segment\n" +msgstr "" -#: sunrpc/clnt_perr.c:133 +#: elf/readlib.c:97 #, c-format -msgid "(unknown authentication error - %d)" -msgstr "(ismeretlen hitelests hiba - %d)" +msgid "Cannot fstat file %s.\n" +msgstr "" -#: sunrpc/rpcinfo.c:613 -msgid "(unknown)" -msgstr "(ismeretlen)" +#: elf/readlib.c:108 +#, c-format +msgid "File %s is empty, not checked." +msgstr "" -#: elf/sprof.c:570 +#: elf/readlib.c:114 #, c-format -msgid "*** The file `%s' is stripped: no detailed analysis possible\n" -msgstr "**** A '%s' fjl le van csupsztva: nem lehet rszletes elemzst csinlni\n" +msgid "File %s is too small, not checked." +msgstr "" -#: catgets/gencat.c:282 -msgid "*standard input*" -msgstr "*szabvnyos bemenet*" +#: elf/readlib.c:124 +#, c-format +msgid "Cannot mmap file %s.\n" +msgstr "" -#: elf/cache.c:105 +#: elf/readlib.c:162 #, c-format -msgid ", OS ABI: %s %d.%d.%d" -msgstr ", OS ABI: %s %d.%d.%d" +msgid "%s is not an ELF file - it has the wrong magic bytes at the start.\n" +msgstr "" -#: catgets/gencat.c:125 +#: elf/sln.c:85 +#, c-format msgid "" -"-o OUTPUT-FILE [INPUT-FILE]...\n" -"[OUTPUT-FILE [INPUT-FILE]...]" +"Usage: sln src dest|file\n" +"\n" msgstr "" -"-o KIMENETI_FJL[ BEMENETI_FJL]...\n" -"[KIMENETI_FJL [BEMENET FJL]...]" - -#: stdio-common/../sysdeps/gnu/errlist.c:797 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:115 -msgid ".lib section in a.out corrupted" -msgstr "Az a.out \".lib\" rsze megsrlt" -#: sunrpc/clnt_perr.c:119 sunrpc/clnt_perr.c:140 +#: elf/sln.c:110 #, c-format -msgid "; low version = %lu, high version = %lu" -msgstr "; als verzi = %lu, fels verzi = %lu" +msgid "%s: file open error: %m\n" +msgstr "" -#: sunrpc/clnt_perr.c:126 -msgid "; why = " -msgstr "; mirt = " +#: elf/sln.c:147 +#, c-format +msgid "No target in line %d\n" +msgstr "" -#: locale/programs/charmap.c:1004 +#: elf/sln.c:179 #, c-format -msgid "<%s> and <%s> are illegal names for range" -msgstr "a <%s> s a <%s> rvnytelen nevek ebben a tartomnyban" +msgid "%s: destination must not be a directory\n" +msgstr "" -#: locale/programs/repertoire.c:448 +#: elf/sln.c:185 #, c-format -msgid "<%s> and <%s> are invalid names for range" -msgstr "a <%s> s a <%s> rvnytelen nevek ebben a tartomnyban" +msgid "%s: failed to remove the old destination\n" +msgstr "" -#: locale/programs/ld-ctype.c:573 locale/programs/ld-ctype.c:608 +#: elf/sln.c:193 #, c-format -msgid " character must not be in class `%s'" -msgstr " karakter nem lehet '%s' osztly" +msgid "%s: invalid destination: %s\n" +msgstr "" -#: locale/programs/ld-ctype.c:561 locale/programs/ld-ctype.c:597 +#: elf/sln.c:208 elf/sln.c:217 #, c-format -msgid " character not in class `%s'" -msgstr " karakter nem '%s' osztly" +msgid "Invalid link from \"%s\" to \"%s\": %s\n" +msgstr "" -#. TRANS The experienced user will know what is wrong. -#. TRANS @c This error code is a joke. Its perror text is part of the joke. -#. TRANS @c Don't change it. -#: stdio-common/../sysdeps/gnu/errlist.c:622 -msgid "?" -msgstr "?" +#: elf/sprof.c:77 +msgid "Output selection:" +msgstr "" -#: sysdeps/generic/siglist.h:34 -msgid "Aborted" -msgstr "Flbeszaktva" +#: elf/sprof.c:79 +msgid "print list of count paths and their number of use" +msgstr "" -#: nis/nis_print.c:324 -msgid "Access Rights : " -msgstr "Elrsi jogok : " +#: elf/sprof.c:81 +msgid "generate flat profile with counts and ticks" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:793 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:114 -msgid "Accessing a corrupted shared library" -msgstr "Srlt osztott programknyvtr elrse" +#: elf/sprof.c:82 +msgid "generate call graph" +msgstr "" -#. TRANS The requested socket address is already in use. @xref{Socket Addresses}. -#: stdio-common/../sysdeps/gnu/errlist.c:367 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:155 -msgid "Address already in use" -msgstr "A cm mr hasznlatban van" +#: elf/sprof.c:89 +msgid "Read and display shared object profiling data." +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:31 -msgid "Address family for hostname not supported" -msgstr "A gpnv nem tmogatja ezt a cmcsaldot" +#: elf/sprof.c:94 +msgid "SHOBJ [PROFDATA]" +msgstr "" -#. TRANS The address family specified for a socket is not supported; it is -#. TRANS inconsistent with the protocol being used on the socket. @xref{Sockets}. -#: stdio-common/../sysdeps/gnu/errlist.c:362 -msgid "Address family not supported by protocol" -msgstr "A protokoll nem tmogatja ezt a cmcsaldot" +#: elf/sprof.c:420 +#, c-format +msgid "failed to load shared object `%s'" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:154 -msgid "Address family not supported by protocol family" -msgstr "A protokollcsald nem tmogatja ezt a cmcsaldot" +#: elf/sprof.c:429 +#, c-format +msgid "cannot create internal descriptors" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:761 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:98 -msgid "Advertise error" -msgstr "Kihirdetsi hiba" +#: elf/sprof.c:548 +#, c-format +msgid "Reopening shared object `%s' failed" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:40 sysdeps/generic/siglist.h:40 -msgid "Alarm clock" -msgstr "Emlkeztets" +#: elf/sprof.c:555 elf/sprof.c:649 +#, c-format +msgid "reading of section headers failed" +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:45 -msgid "All requests done" -msgstr "Minden ignyls teljestve" +#: elf/sprof.c:563 elf/sprof.c:657 +#, c-format +msgid "reading of section header string table failed" +msgstr "" -#: malloc/memusagestat.c:57 -msgid "Also draw graph for total memory consumption" -msgstr "A teljes memrit felemszti a grafikon rajzolsa" +#: elf/sprof.c:589 +#, c-format +msgid "*** Cannot read debuginfo file name: %m\n" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:83 -msgid "Anode table overflow" -msgstr "Anode tbla tlcsordult" +#: elf/sprof.c:609 +#, c-format +msgid "cannot determine file name" +msgstr "" -#: intl/tst-gettext2.c:38 -msgid "Another string for testing." -msgstr "Msik szveg a vizsglathoz." +#: elf/sprof.c:642 +#, c-format +msgid "reading of ELF header failed" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:37 -msgid "Arg list too long" -msgstr "Az argumentumlista tl hossz" +#: elf/sprof.c:678 +#, c-format +msgid "*** The file `%s' is stripped: no detailed analysis possible\n" +msgstr "" -#. TRANS Argument list too long; used when the arguments passed to a new program -#. TRANS being executed with one of the @code{exec} functions (@pxref{Executing a -#. TRANS File}) occupy too much memory space. This condition never arises in the -#. TRANS GNU system. -#: stdio-common/../sysdeps/gnu/errlist.c:70 -msgid "Argument list too long" -msgstr "Az argumentumlista tl hossz" +#: elf/sprof.c:708 +#, c-format +msgid "failed to load symbol data" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:63 -msgid "Argument out of domain" -msgstr "Az argumentum a tartomnyom kvl" +#: elf/sprof.c:775 +#, c-format +msgid "cannot load profiling data" +msgstr "" -#: nis/nis_error.c:66 -msgid "Attempt to remove a non-empty table" -msgstr "Ksrlet a nem res tbla eltvoltsra" +#: elf/sprof.c:784 +#, c-format +msgid "while stat'ing profiling data file" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:116 -msgid "Attempting to link in more shared libraries than system limit" -msgstr "Tbb megosztott knyvtrra problt hivatkozni mint amennyi a rendszer hatr" +#: elf/sprof.c:792 +#, c-format +msgid "profiling data file `%s' does not match shared object `%s'" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:801 -msgid "Attempting to link in too many shared libraries" -msgstr "Tl sok megosztott knyvtrra problt hivatkozni " +#: elf/sprof.c:803 +#, c-format +msgid "failed to mmap the profiling data file" +msgstr "" -#: sunrpc/clnt_perr.c:354 -msgid "Authentication OK" -msgstr "Hitelests OK" +#: elf/sprof.c:811 +#, c-format +msgid "error while closing the profiling data file" +msgstr "" -#. TRANS ??? -#: stdio-common/../sysdeps/gnu/errlist.c:562 -msgid "Authentication error" -msgstr "Hitelests hibs" +#: elf/sprof.c:820 elf/sprof.c:890 +#, c-format +msgid "cannot create internal descriptor" +msgstr "" -#: nis/nis_print.c:109 -msgid "BOGUS OBJECT\n" -msgstr "HAMIS OBJEKTUM\n" +#: elf/sprof.c:866 +#, c-format +msgid "`%s' is no correct profile data file for `%s'" +msgstr "" -#. TRANS Bad address; an invalid pointer was detected. -#. TRANS In the GNU system, this error never happens; you get a signal instead. -#: stdio-common/../sysdeps/gnu/errlist.c:115 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:44 -msgid "Bad address" -msgstr "Rossz cm" +#: elf/sprof.c:1047 elf/sprof.c:1105 +#, c-format +msgid "cannot allocate symbol data" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:80 -msgid "Bad exchange descriptor" -msgstr "Hibs csere ler" +#: iconv/iconv_charmap.c:142 iconv/iconv_prog.c:446 +#, c-format +msgid "cannot open output file" +msgstr "" -#. TRANS Bad file descriptor; for example, I/O on a descriptor that has been -#. TRANS closed or reading from a descriptor open only for writing (or vice -#. TRANS versa). -#: stdio-common/../sysdeps/gnu/errlist.c:83 -msgid "Bad file descriptor" -msgstr "Hibs fjl ler" +#: iconv/iconv_charmap.c:188 iconv/iconv_prog.c:312 +#, c-format +msgid "error while closing input `%s'" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:39 -msgid "Bad file number" -msgstr "Rossz fjlszm" +#: iconv/iconv_charmap.c:462 +#, c-format +msgid "illegal input sequence at position %Zd" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:749 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:87 -msgid "Bad font file format" -msgstr "Rossz betkszletfjl-formtum" +#: iconv/iconv_charmap.c:481 iconv/iconv_prog.c:537 +#, c-format +msgid "incomplete character or shift sequence at end of buffer" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:641 -msgid "Bad message" -msgstr "Hibs zenet" +#: iconv/iconv_charmap.c:526 iconv/iconv_charmap.c:562 iconv/iconv_prog.c:580 +#: iconv/iconv_prog.c:616 +#, c-format +msgid "error while reading the input" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:84 -msgid "Bad request code" -msgstr "Hibs krelem kd" +#: iconv/iconv_charmap.c:544 iconv/iconv_prog.c:598 +#, c-format +msgid "unable to allocate buffer for input" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:81 -msgid "Bad request descriptor" -msgstr "Hibs krelem lers" +#: iconv/iconv_prog.c:60 +msgid "Input/Output format specification:" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:38 sysdeps/generic/siglist.h:63 -msgid "Bad system call" -msgstr "Rossz rendszer hvs" +#: iconv/iconv_prog.c:61 +msgid "encoding of original text" +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:33 -msgid "Bad value for ai_flags" -msgstr "Rossz rtk az 'ai_flags'-ben" +#: iconv/iconv_prog.c:62 +msgid "encoding for output" +msgstr "" -#: locale/programs/localedef.c:104 -msgid "Be strictly POSIX conform" -msgstr "Szigoran POSIX hozzilleszts" +#: iconv/iconv_prog.c:63 +msgid "Information:" +msgstr "" -#: nis/nis_print.c:305 -msgid "Binary data\n" -msgstr "Binris adatok\n" - -#. TRANS A file that isn't a block special file was given in a situation that -#. TRANS requires one. For example, trying to mount an ordinary file as a file -#. TRANS system in Unix gives this error. -#: stdio-common/../sysdeps/gnu/errlist.c:122 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:45 -msgid "Block device required" -msgstr "Ehhez blokk eszkz szksges" - -#: sunrpc/pmap_rmt.c:348 -msgid "Broadcast poll problem" -msgstr "zenetszrsi problma" - -#. TRANS Broken pipe; there is no process reading from the other end of a pipe. -#. TRANS Every library function that returns this error code also generates a -#. TRANS @code{SIGPIPE} signal; this signal terminates the program if not handled -#. TRANS or blocked. Thus, your program will never actually see @code{EPIPE} -#. TRANS unless it has handled or blocked @code{SIGPIPE}. -#: stdio-common/../sysdeps/gnu/errlist.c:235 -#: stdio-common/../sysdeps/unix/siglist.c:39 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:62 -#: sysdeps/generic/siglist.h:39 -msgid "Broken pipe" -msgstr "Trtt cs(pipe)" - -#: stdio-common/../sysdeps/unix/siglist.c:36 sysdeps/generic/siglist.h:37 -msgid "Bus error" -msgstr "Busz hiba" - -#: stdio-common/../sysdeps/unix/siglist.c:50 sysdeps/generic/siglist.h:50 -msgid "CPU time limit exceeded" -msgstr "processzor id hatrt elrte" - -#: nis/nis_error.c:33 -msgid "Cache expired" -msgstr "Gyorstr lejrt" +#: iconv/iconv_prog.c:64 +msgid "list all known coded character sets" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:789 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:113 -msgid "Can not access a needed shared library" -msgstr "Egy szksges osztott programknyvtr nem elrhet" +#: iconv/iconv_prog.c:65 locale/programs/localedef.c:127 +msgid "Output control:" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:117 -msgid "Can not exec a shared library directly" -msgstr "Nem lehet egy megosztott knyvtrat kzvetlenl futtatni" +#: iconv/iconv_prog.c:66 +msgid "omit invalid characters from output" +msgstr "" -#: nis/ypclnt.c:794 -msgid "Can't bind to server which serves this domain" -msgstr "Nem lehet hozzrendelni(bind) ahhoz a szerverhez amelyik ezt a tartomny szolglja ki" +#: iconv/iconv_prog.c:67 +msgid "output file" +msgstr "" -#: elf/ldconfig.c:1008 -msgid "Can't chdir to /" -msgstr "Nem lehet a '/' knyvtrba vltani" +#: iconv/iconv_prog.c:68 +msgid "suppress warnings" +msgstr "" -#: nis/ypclnt.c:806 -msgid "Can't communicate with portmapper" -msgstr "Nem lehet kapcsolatot teremteni a 'portmapper'-el" +#: iconv/iconv_prog.c:69 +msgid "print progress information" +msgstr "" -#: nis/ypclnt.c:808 -msgid "Can't communicate with ypbind" -msgstr "Nem lehet kapcsolatot teremteni a 'ypbind'-el" +#: iconv/iconv_prog.c:74 +msgid "Convert encoding of given files from one encoding to another." +msgstr "Megadott fájlok kódolásának átalakítása" -#: nis/ypclnt.c:810 -msgid "Can't communicate with ypserv" -msgstr "Nem lehet kapcsolatot teremteni a 'ypserv'-el" +#: iconv/iconv_prog.c:78 +msgid "[FILE...]" +msgstr "[FÁJL…]" -#: elf/cache.c:394 +#: iconv/iconv_prog.c:234 #, c-format -msgid "Can't create temporary cache file %s" -msgstr "Nem lehet ltrehozni az ideiglenes gyorstrat '%s' fjlnak" +msgid "conversions from `%s' and to `%s' are not supported" +msgstr "" -#: elf/ldconfig.c:512 +#: iconv/iconv_prog.c:239 #, c-format -msgid "Can't find %s" -msgstr "Nem tallom a '%s'-t" +msgid "conversion from `%s' is not supported" +msgstr "" -#: elf/ldconfig.c:449 +#: iconv/iconv_prog.c:246 #, c-format -msgid "Can't link %s to %s" -msgstr "Nem lehet hivatkozst ltrehozni a '%s'-tl a '%s'-hez" +msgid "conversion to `%s' is not supported" +msgstr "" -#: elf/ldconfig.c:528 +#: iconv/iconv_prog.c:250 #, c-format -msgid "Can't lstat %s" -msgstr "Nem lehet lekrdezni a '%s'-t" +msgid "conversion from `%s' to `%s' is not supported" +msgstr "" -#: elf/cache.c:131 elf/ldconfig.c:1029 +#: iconv/iconv_prog.c:260 #, c-format -msgid "Can't open cache file %s\n" -msgstr "Nem lehet megnyitni a gyorstr '%s' fjljt\n" +msgid "failed to start conversion processing" +msgstr "" -#: elf/ldconfig.c:1050 +#: iconv/iconv_prog.c:358 #, c-format -msgid "Can't open cache file directory %s\n" -msgstr "Nem lehet megnyitni a gyorstr '%s' knyvtrt \n" +msgid "error while closing output file" +msgstr "" -#: elf/ldconfig.c:924 +#: iconv/iconv_prog.c:456 #, c-format -msgid "Can't open configuration file %s" -msgstr "Nem lehet megnyitni a '%s' konfigurcis llomnyt" +msgid "conversion stopped due to problem in writing the output" +msgstr "" -#: elf/ldconfig.c:634 +#: iconv/iconv_prog.c:533 #, c-format -msgid "Can't open directory %s" -msgstr "Nem lehet megnyitni a '%s' knyvtrat" +msgid "illegal input sequence at position %ld" +msgstr "" -#: elf/cache.c:387 +#: iconv/iconv_prog.c:541 #, c-format -msgid "Can't remove old temporary cache file %s" -msgstr "Nem lehet eltvoltani a rgi '%s' ideiglenes gyorstr fjlt" +msgid "internal error (illegal descriptor)" +msgstr "" -#: elf/ldconfig.c:344 +#: iconv/iconv_prog.c:544 #, c-format -msgid "Can't stat %s" -msgstr "Nem lehet lekrdezni a '%s'-t" +msgid "unknown iconv() error %d" +msgstr "" -#: elf/ldconfig.c:414 -#, c-format -msgid "Can't stat %s\n" -msgstr "Nem lehet lekrdezni a '%s'-t \n" +#: iconv/iconv_prog.c:790 +msgid "" +"The following list contain all the coded character sets known. This does\n" +"not necessarily mean that all combinations of these names can be used for\n" +"the FROM and TO command line parameters. One coded character set can be\n" +"listed with several different names (aliases).\n" +"\n" +" " +msgstr "" -#: elf/ldconfig.c:443 -#, c-format -msgid "Can't unlink %s" -msgstr "Nem lehet a hivatkozst megszntetni a '%s'-rl" +#: iconv/iconvconfig.c:110 +msgid "Create fastloading iconv module configuration file." +msgstr "" -#. TRANS No memory available. The system cannot allocate more virtual memory -#. TRANS because its capacity is full. -#: stdio-common/../sysdeps/gnu/errlist.c:104 -msgid "Cannot allocate memory" -msgstr "Nem lehet lefoglalni a memris" +#: iconv/iconvconfig.c:114 +msgid "[DIR...]" +msgstr "" -#. TRANS The requested socket address is not available; for example, you tried -#. TRANS to give a socket a name that doesn't match the local host name. -#. TRANS @xref{Socket Addresses}. -#: stdio-common/../sysdeps/gnu/errlist.c:374 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:156 -msgid "Cannot assign requested address" -msgstr "Az ignyelt cm nem oszthat ki" +#: iconv/iconvconfig.c:127 +msgid "Prefix used for all file accesses" +msgstr "" -#: sunrpc/pmap_rmt.c:265 -msgid "Cannot create socket for broadcast rpc" -msgstr "Nem lehet ltrehozni a csatornt az 'rpc' zeneteinek a szrshoz" +#: iconv/iconvconfig.c:128 +msgid "Put output in FILE instead of installed location (--prefix does not apply to FILE)" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:805 -msgid "Cannot exec a shared library directly" -msgstr "Az osztott programknyvtrakat nem lehet kzvetlenl futtatni" +#: iconv/iconvconfig.c:132 +msgid "Do not search standard directories, only those on the command line" +msgstr "" -#: elf/readlib.c:99 +#: iconv/iconvconfig.c:301 #, c-format -msgid "Cannot fstat file %s.\n" -msgstr "Nem lehet lekrdezni a '%s' fjlt\n" - -#: sunrpc/rpc_main.c:1417 -msgid "Cannot have more than one file generation flag!\n" -msgstr "Nincs tbb mint egy genercis jelz!\n" +msgid "Directory arguments required when using --nostdlib" +msgstr "" -#: elf/ldconfig.c:689 elf/ldconfig.c:732 +#: iconv/iconvconfig.c:343 locale/programs/localedef.c:291 #, c-format -msgid "Cannot lstat %s" -msgstr "Nem lehet lekredezni a '%s'-t" +msgid "no output file produced because warnings were issued" +msgstr "" -#: elf/readlib.c:118 +#: iconv/iconvconfig.c:429 #, c-format -msgid "Cannot mmap file %s.\n" -msgstr "Nem lehet feltrkpezni a '%s' fjlt.\n" - -#: sunrpc/pmap_rmt.c:361 -msgid "Cannot receive reply to broadcast" -msgstr "Nem rkezett vlasz az zenetszrsra" - -#: sunrpc/pmap_clnt.c:136 -msgid "Cannot register service" -msgstr "Nem lehet a szolgltatst bejegyezni" - -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:173 -msgid "Cannot send after socket shutdown" -msgstr "Nem lehet semmit kldeni a csatorna lellsa utn" +msgid "while inserting in search tree" +msgstr "" -#. TRANS The socket has already been shut down. -#: stdio-common/../sysdeps/gnu/errlist.c:435 -msgid "Cannot send after transport endpoint shutdown" -msgstr "Az tviteli vgpont lellsa utn nem lehet kldeni" +#: iconv/iconvconfig.c:1238 +#, c-format +msgid "cannot generate output file" +msgstr "" -#: sunrpc/pmap_rmt.c:323 -msgid "Cannot send broadcast packet" -msgstr "Nem lehet sztszorni az zenetet" +#: inet/rcmd.c:157 +msgid "rcmd: Cannot allocate memory\n" +msgstr "" -#: sunrpc/pmap_rmt.c:272 -msgid "Cannot set socket option SO_BROADCAST" -msgstr "Nem lehet a csatorna 'SO_BROADCAST' opcijt belltani" +#: inet/rcmd.c:172 +msgid "rcmd: socket: All ports in use\n" +msgstr "" -#: sunrpc/rpc_main.c:1195 -msgid "Cannot specify more than one input file!\n" -msgstr "Nem lehet egynl tbb bemeneti fjlt meghatrozni!\n" +#: inet/rcmd.c:200 +#, c-format +msgid "connect to address %s: " +msgstr "" -#: elf/ldconfig.c:701 +#: inet/rcmd.c:213 #, c-format -msgid "Cannot stat %s" -msgstr "Nem lehet lekredezni a '%s'-t" +msgid "Trying %s...\n" +msgstr "" -#: sunrpc/rpc_main.c:1374 -msgid "Cannot use netid flag with inetd flag!\n" -msgstr "Nem hasznlat a 'netid' jelz az 'inetd' jelzvel!\n" +#: inet/rcmd.c:249 +#, c-format +msgid "rcmd: write (setting up stderr): %m\n" +msgstr "" -#: sunrpc/rpc_main.c:1386 -msgid "Cannot use netid flag without TIRPC!\n" -msgstr "Nem hasznlat a 'netid' jelz az 'TIRPC' jelz nlkl!\n" +#: inet/rcmd.c:265 +#, c-format +msgid "rcmd: poll (setting up stderr): %m\n" +msgstr "" -#: sunrpc/rpc_main.c:1393 -msgid "Cannot use table flags with newstyle!\n" -msgstr "Nem lehet hasznlni a tbla jelzket ebben az j stlusban!\n" +#: inet/rcmd.c:268 +msgid "poll: protocol failure in circuit setup\n" +msgstr "" -#: elf/ldconfig.c:126 -msgid "Change to and use ROOT as root directory" -msgstr "tlpek s 'ROOT'-knt hasznlom a gykr knyvtrat" +#: inet/rcmd.c:301 +msgid "socket: protocol failure in circuit setup\n" +msgstr "" -#: elf/cache.c:426 +#: inet/rcmd.c:325 #, c-format -msgid "Changing access rights of %s to %#o failed" -msgstr "A hozzfrsi jogok '%s'-rl '%#o' trtny tlltsa nem sikerlt" - -#: stdio-common/../sysdeps/gnu/errlist.c:689 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:67 -msgid "Channel number out of range" -msgstr "A csatornaszm intervallumon kvli" +msgid "rcmd: %s: short read" +msgstr "" -#: nis/nis_print.c:268 -#, c-format -msgid "Character Separator : %c\n" -msgstr "Karakter Elvlaszt: %c\n" +#: inet/rcmd.c:481 +msgid "lstat failed" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:46 sysdeps/generic/siglist.h:46 -msgid "Child exited" -msgstr "Gyermek folyamat befejezdtt" +#: inet/rcmd.c:488 +msgid "cannot open" +msgstr "" -#: sunrpc/clnt_perr.c:373 -msgid "Client credential too weak" -msgstr "Kliens igazolsai tl gyengk" +#: inet/rcmd.c:490 +msgid "fstat failed" +msgstr "" -#: nis/nis_print.c:270 -msgid "Columns :\n" -msgstr "Oszlopok :\n" +#: inet/rcmd.c:492 +msgid "bad owner" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:769 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:100 -msgid "Communication error on send" -msgstr "tviteli hiba kldskor" +#: inet/rcmd.c:494 +msgid "writeable by other than owner" +msgstr "" -#: locale/programs/localedef.c:112 -msgid "Compile locale specification" -msgstr "Fordts hely meghatrozsok" +#: inet/rcmd.c:496 +msgid "hard linked somewhere" +msgstr "" -#. TRANS Go home and have a glass of warm, dairy-fresh milk. -#: stdio-common/../sysdeps/gnu/errlist.c:632 -msgid "Computer bought the farm" -msgstr "Szmtgp megvette a farmot" +#: inet/ruserpass.c:170 inet/ruserpass.c:193 +msgid "out of memory" +msgstr "elfogyott a memória" -#: elf/ldconfig.c:136 -msgid "Configure Dynamic Linker Run Time Bindings." -msgstr "Bellts Dinamikus Linker Futtats Id Ktsek." +#: inet/ruserpass.c:184 +msgid "Error: .netrc file is readable by others." +msgstr "" -#. TRANS A remote host refused to allow the network connection (typically because -#. TRANS it is not running the requested service). -#: stdio-common/../sysdeps/gnu/errlist.c:452 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:176 -msgid "Connection refused" -msgstr "A csatlakozs megtagadva" +#: inet/ruserpass.c:185 +msgid "Remove password or make file unreadable by others." +msgstr "" -#. TRANS A network connection was closed for reasons outside the control of the -#. TRANS local host, such as by the remote machine rebooting or an unrecoverable -#. TRANS protocol violation. -#: stdio-common/../sysdeps/gnu/errlist.c:402 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:161 -msgid "Connection reset by peer" -msgstr "A partner lezrta a kapcsolatot" +#: inet/ruserpass.c:277 +#, c-format +msgid "Unknown .netrc keyword %s" +msgstr "" -#. TRANS A socket operation with a specified timeout received no response during -#. TRANS the timeout period. -#: stdio-common/../sysdeps/gnu/errlist.c:446 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:175 -msgid "Connection timed out" -msgstr "A kapcsolat idtllps miatt megszakadt" +#: libidn/nfkc.c:464 +msgid "Character out of range for UTF-8" +msgstr "A karakter az UTF-8 tartományon kívülre esik" -#: stdio-common/../sysdeps/unix/siglist.c:45 sysdeps/generic/siglist.h:45 -msgid "Continued" -msgstr "Folytatva" +#: locale/programs/charmap-dir.c:59 +#, c-format +msgid "cannot read character map directory `%s'" +msgstr "" -#: iconv/iconv_prog.c:73 -msgid "Convert encoding of given files from one encoding to another." -msgstr "Az tadott fjlokat talaktja egy msik kdra." +#: locale/programs/charmap.c:138 +#, c-format +msgid "character map file `%s' not found" +msgstr "" -#: catgets/gencat.c:246 elf/ldconfig.c:259 elf/sprof.c:355 -#: iconv/iconv_prog.c:393 iconv/iconvconfig.c:335 locale/programs/locale.c:281 -#: locale/programs/localedef.c:311 nscd/nscd.c:287 nscd/nscd_nischeck.c:90 -#: nss/getent.c:63 posix/getconf.c:904 +#: locale/programs/charmap.c:195 #, c-format -msgid "" -"Copyright (C) %s Free Software Foundation, Inc.\n" -"This is free software; see the source for copying conditions. There is NO\n" -"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" +msgid "default character map file `%s' not found" msgstr "" -"Copyright (C) %s Free Software Foundation, Inc.\n" -"Ez a szoftver egy szabad program; a rszletekrt nzze meg a msolsi feltteleket. A\n" -"program mkdsre NINCS semmilyen garancia. \n" -#: nscd/nscd_conf.c:166 +#: locale/programs/charmap.c:258 #, c-format -msgid "Could not create log file \"%s\"" -msgstr "Nem lehet ltrehozni a '%s' napl fjlt" +msgid "character map `%s' is not ASCII compatible, locale not ISO C compliant\n" +msgstr "" -#: catgets/gencat.c:112 -msgid "Create C header file NAME containing symbol definitions" -msgstr "C fejlc fjl ltrehozsa, a NV tartalmazza szimblum meghatrozsokat" +#: locale/programs/charmap.c:337 +#, c-format +msgid "%s: must be greater than \n" +msgstr "" -#: iconv/iconvconfig.c:110 -msgid "Create fastloading iconv module configuration file." -msgstr "Gyorsan tltd 'iconv' modul konfigurcis fjl ltrehozsa." +#: locale/programs/charmap.c:357 locale/programs/charmap.c:374 +#: locale/programs/repertoire.c:174 +#, c-format +msgid "syntax error in prolog: %s" +msgstr "" -#: locale/programs/localedef.c:102 -msgid "Create old-style tables" -msgstr "Rgi stlus tbla ltrehozsa" +#: locale/programs/charmap.c:358 +msgid "invalid definition" +msgstr "" -#: locale/programs/localedef.c:101 -msgid "Create output even if warning messages were issued" -msgstr "Kimenetet hoz ltre ha figyelmeztet zeneteket bocstottak ki" +#: locale/programs/charmap.c:375 locale/programs/locfile.c:126 +#: locale/programs/locfile.c:153 locale/programs/repertoire.c:175 +msgid "bad argument" +msgstr "" -#: nis/nis_print.c:329 +#: locale/programs/charmap.c:403 #, c-format -msgid "Creation Time : %s" -msgstr "Ltrehozs Ideje : %s" +msgid "duplicate definition of <%s>" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:48 -msgid "Cross-device link" -msgstr "Eszkzk kztti hivatkozs" +#: locale/programs/charmap.c:410 +#, c-format +msgid "value for <%s> must be 1 or greater" +msgstr "" -#: malloc/memusagestat.c:67 -msgid "DATAFILE [OUTFILE]" -msgstr "ADATFJL [KIMENETI_FJL]" +#: locale/programs/charmap.c:422 +#, c-format +msgid "value of <%s> must be greater or equal than the value of <%s>" +msgstr "" -#: nis/nss_nisplus/nisplus-publickey.c:96 -#: nis/nss_nisplus/nisplus-publickey.c:172 +#: locale/programs/charmap.c:445 locale/programs/repertoire.c:183 #, c-format -msgid "DES entry for netname %s not unique\n" -msgstr "A '%s' DES bejegyzs nem egyedlll ezen a hlozaton\n" +msgid "argument to <%s> must be a single character" +msgstr "" -#: nis/nis_print.c:115 -msgid "DIRECTORY\n" -msgstr "KNYVTR\n" +#: locale/programs/charmap.c:471 +msgid "character sets with locking states are not supported" +msgstr "" -#: elf/dl-deps.c:101 elf/dl-open.c:188 -msgid "DST not allowed in SUID/SGID programs" -msgstr "A DST nem engedi meg a SUID/SGID programok hasznlatt" +#: locale/programs/charmap.c:498 locale/programs/charmap.c:552 +#: locale/programs/charmap.c:584 locale/programs/charmap.c:678 +#: locale/programs/charmap.c:733 locale/programs/charmap.c:774 +#: locale/programs/charmap.c:815 +#, c-format +msgid "syntax error in %s definition: %s" +msgstr "" -#: elf/dl-error.c:71 -msgid "DYNAMIC LINKER BUG!!!" -msgstr "DINAMIKUS LINKER HIBA!" +#: locale/programs/charmap.c:499 locale/programs/charmap.c:679 +#: locale/programs/charmap.c:775 locale/programs/repertoire.c:230 +msgid "no symbolic name given" +msgstr "" -#: nis/nis_error.c:52 -msgid "Database for table does not exist" -msgstr "Adatbzis tbla nem ltezik" +#: locale/programs/charmap.c:553 +msgid "invalid encoding given" +msgstr "" -#: nis/ypclnt.c:820 -msgid "Database is busy" -msgstr "Adatbzis foglalt" +#: locale/programs/charmap.c:562 +msgid "too few bytes in character encoding" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:75 -msgid "Deadlock situation detected/avoided" -msgstr "Patthelyzet alakult ki" +#: locale/programs/charmap.c:564 +msgid "too many bytes in character encoding" +msgstr "" -#: nis/nis_print.c:229 -msgid "Default Access rights :\n" -msgstr "Alaprtelmezett Elrsi jogok : \n" +#: locale/programs/charmap.c:586 locale/programs/charmap.c:734 +#: locale/programs/charmap.c:817 locale/programs/repertoire.c:296 +msgid "no symbolic name given for end of range" +msgstr "" -#. TRANS No default destination address was set for the socket. You get this -#. TRANS error when you try to transmit data over a connectionless socket, -#. TRANS without first specifying a destination for the data with @code{connect}. -#: stdio-common/../sysdeps/gnu/errlist.c:430 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:126 -msgid "Destination address required" -msgstr "Meg kell adni a cllloms cmt" +#: locale/programs/charmap.c:610 locale/programs/ld-address.c:602 +#: locale/programs/ld-collate.c:2767 locale/programs/ld-collate.c:3924 +#: locale/programs/ld-ctype.c:2232 locale/programs/ld-ctype.c:2984 +#: locale/programs/ld-identification.c:452 +#: locale/programs/ld-measurement.c:238 locale/programs/ld-messages.c:332 +#: locale/programs/ld-monetary.c:943 locale/programs/ld-name.c:307 +#: locale/programs/ld-numeric.c:368 locale/programs/ld-paper.c:241 +#: locale/programs/ld-telephone.c:313 locale/programs/ld-time.c:1221 +#: locale/programs/repertoire.c:313 +#, c-format +msgid "%1$s: definition does not end with `END %1$s'" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:46 -msgid "Device busy" -msgstr "Eszkz foglalt" +#: locale/programs/charmap.c:643 +msgid "only WIDTH definitions are allowed to follow the CHARMAP definition" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:669 -msgid "Device not a stream" -msgstr "Az eszkz nem folyamat" +#: locale/programs/charmap.c:651 locale/programs/charmap.c:714 +#, c-format +msgid "value for %s must be an integer" +msgstr "" -#. TRANS Resource busy; a system resource that can't be shared is already in use. -#. TRANS For example, if you try to delete a file that is the root of a currently -#. TRANS mounted filesystem, you get this error. -#: stdio-common/../sysdeps/gnu/errlist.c:129 -msgid "Device or resource busy" -msgstr "Az eszkz vagy erforrs foglalt" +#: locale/programs/charmap.c:842 +#, c-format +msgid "%s: error in state machine" +msgstr "" -#: nis/nis_print.c:183 +#: locale/programs/charmap.c:850 locale/programs/ld-address.c:618 +#: locale/programs/ld-collate.c:2764 locale/programs/ld-collate.c:4117 +#: locale/programs/ld-ctype.c:2229 locale/programs/ld-ctype.c:3001 +#: locale/programs/ld-identification.c:468 +#: locale/programs/ld-measurement.c:254 locale/programs/ld-messages.c:348 +#: locale/programs/ld-monetary.c:959 locale/programs/ld-name.c:323 +#: locale/programs/ld-numeric.c:384 locale/programs/ld-paper.c:257 +#: locale/programs/ld-telephone.c:329 locale/programs/ld-time.c:1237 +#: locale/programs/locfile.c:826 locale/programs/repertoire.c:324 #, c-format -msgid "Diffie-Hellmann (%d bits)\n" -msgstr "Diffie-Hellmann (%d bites)\n" +msgid "%s: premature end of file" +msgstr "" -#: nis/nis_print.c:321 +#: locale/programs/charmap.c:869 locale/programs/charmap.c:880 #, c-format -msgid "Directory : %s\n" -msgstr "Knyvtr : %s\n" +msgid "unknown character `%s'" +msgstr "" -#. TRANS Directory not empty, where an empty directory was expected. Typically, -#. TRANS this error occurs when you are trying to delete a directory. -#: stdio-common/../sysdeps/gnu/errlist.c:481 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:123 -msgid "Directory not empty" -msgstr "A knyvtr nem res" +#: locale/programs/charmap.c:888 +#, c-format +msgid "number of bytes for byte sequence of beginning and end of range not the same: %d vs %d" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:79 -msgid "Disc quota exceeded" -msgstr "Lemez fejadag elfogyott" +#: locale/programs/charmap.c:993 locale/programs/ld-collate.c:3044 +#: locale/programs/repertoire.c:419 +msgid "invalid names for character range" +msgstr "" -#. TRANS The user's disk quota was exceeded. -#: stdio-common/../sysdeps/gnu/errlist.c:499 -msgid "Disk quota exceeded" -msgstr "A lemezfeladag tllpse" +#: locale/programs/charmap.c:1005 locale/programs/repertoire.c:431 +msgid "hexadecimal range format should use only capital characters" +msgstr "" -#: nscd/nscd.c:86 -msgid "Do not fork and display messages on the current tty" -msgstr "Nem lehet elgaztatni s megjelenteni az zeneteket ezen a konzolon" +#: locale/programs/charmap.c:1023 locale/programs/repertoire.c:449 +#, c-format +msgid "<%s> and <%s> are invalid names for range" +msgstr "" -#: catgets/gencat.c:114 -msgid "Do not use existing catalog, force new output file" -msgstr "Nem hasznlhatja a ltez katalogust, hozzon ltre egy ujjat" +#: locale/programs/charmap.c:1029 locale/programs/repertoire.c:456 +msgid "upper limit in range is smaller than lower limit" +msgstr "" -#: nis/ypclnt.c:866 -msgid "Domain not bound" -msgstr "Tartomny nem hatr" +#: locale/programs/charmap.c:1087 +msgid "resulting bytes for range not representable." +msgstr "" -#: elf/ldconfig.c:124 -msgid "Don't build cache" -msgstr "Nem lehet felpteni a gyorstrat" +#: locale/programs/ld-address.c:135 locale/programs/ld-collate.c:1556 +#: locale/programs/ld-ctype.c:420 locale/programs/ld-identification.c:133 +#: locale/programs/ld-measurement.c:94 locale/programs/ld-messages.c:97 +#: locale/programs/ld-monetary.c:194 locale/programs/ld-name.c:94 +#: locale/programs/ld-numeric.c:98 locale/programs/ld-paper.c:91 +#: locale/programs/ld-telephone.c:94 locale/programs/ld-time.c:159 +#, c-format +msgid "No definition for %s category found" +msgstr "" -#: elf/ldconfig.c:125 -msgid "Don't generate links" -msgstr "Nem lehet ltrehozni a hivatkozst" +#: locale/programs/ld-address.c:146 locale/programs/ld-address.c:184 +#: locale/programs/ld-address.c:202 locale/programs/ld-address.c:231 +#: locale/programs/ld-address.c:303 locale/programs/ld-address.c:322 +#: locale/programs/ld-address.c:335 locale/programs/ld-identification.c:146 +#: locale/programs/ld-measurement.c:105 locale/programs/ld-monetary.c:206 +#: locale/programs/ld-monetary.c:250 locale/programs/ld-monetary.c:266 +#: locale/programs/ld-monetary.c:278 locale/programs/ld-name.c:105 +#: locale/programs/ld-name.c:142 locale/programs/ld-numeric.c:112 +#: locale/programs/ld-numeric.c:126 locale/programs/ld-paper.c:102 +#: locale/programs/ld-paper.c:111 locale/programs/ld-telephone.c:105 +#: locale/programs/ld-telephone.c:162 locale/programs/ld-time.c:175 +#: locale/programs/ld-time.c:196 +#, c-format +msgid "%s: field `%s' not defined" +msgstr "" -#: debug/pcprofiledump.c:56 -msgid "Dump information generated by PC profiling." -msgstr "mlesztett informci generldott a PC profilrl" +#: locale/programs/ld-address.c:158 locale/programs/ld-address.c:210 +#: locale/programs/ld-address.c:240 locale/programs/ld-address.c:278 +#: locale/programs/ld-name.c:117 locale/programs/ld-telephone.c:117 +#, c-format +msgid "%s: field `%s' must not be empty" +msgstr "" -#: elf/dl-load.c:1293 -msgid "ELF file ABI version invalid" -msgstr "Az ELF fjl ABI verzija rvnytelen" +#: locale/programs/ld-address.c:170 +#, c-format +msgid "%s: invalid escape `%%%c' sequence in field `%s'" +msgstr "" -#: elf/dl-load.c:1290 -msgid "ELF file OS ABI invalid" -msgstr "Az ELF fjl OS ABI rvnytelen" +#: locale/programs/ld-address.c:221 +#, c-format +msgid "%s: terminology language code `%s' not defined" +msgstr "" -#: elf/dl-load.c:1299 -msgid "ELF file version does not match current one" -msgstr "Az ELF fjl verzija nem megfelel" +#: locale/programs/ld-address.c:246 +#, c-format +msgid "%s: field `%s' must not be defined" +msgstr "" -#: elf/dl-load.c:1286 -msgid "ELF file version ident does not match current one" -msgstr "Az ELF fjl verzi azonostja nem megfelel" +#: locale/programs/ld-address.c:260 locale/programs/ld-address.c:289 +#, c-format +msgid "%s: language abbreviation `%s' not defined" +msgstr "" -#: elf/dl-load.c:1305 -msgid "ELF file's phentsize not the expected size" -msgstr "Az ELF fjl ellenrz mrete rvnytelen" +#: locale/programs/ld-address.c:267 locale/programs/ld-address.c:295 +#: locale/programs/ld-address.c:329 locale/programs/ld-address.c:341 +#, c-format +msgid "%s: `%s' value does not match `%s' value" +msgstr "" -#: elf/dl-load.c:884 -msgid "ELF load command address/offset not properly aligned" -msgstr "Az ELF betlt parancs cme s eltolsa nincs sszhangban" +#: locale/programs/ld-address.c:314 +#, c-format +msgid "%s: numeric country code `%d' not valid" +msgstr "" -#: elf/dl-load.c:881 -msgid "ELF load command alignment not page-aligned" -msgstr "Az ELF betlt parancs illeszts nem helyes" +#: locale/programs/ld-address.c:510 locale/programs/ld-address.c:547 +#: locale/programs/ld-address.c:585 locale/programs/ld-ctype.c:2608 +#: locale/programs/ld-identification.c:364 +#: locale/programs/ld-measurement.c:221 locale/programs/ld-messages.c:301 +#: locale/programs/ld-monetary.c:701 locale/programs/ld-monetary.c:736 +#: locale/programs/ld-monetary.c:777 locale/programs/ld-name.c:280 +#: locale/programs/ld-numeric.c:263 locale/programs/ld-paper.c:224 +#: locale/programs/ld-telephone.c:288 locale/programs/ld-time.c:1126 +#: locale/programs/ld-time.c:1168 +#, c-format +msgid "%s: field `%s' declared more than once" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:33 sysdeps/generic/siglist.h:60 -msgid "EMT trap" -msgstr "EMT jel" +#: locale/programs/ld-address.c:514 locale/programs/ld-address.c:552 +#: locale/programs/ld-identification.c:368 locale/programs/ld-messages.c:311 +#: locale/programs/ld-monetary.c:705 locale/programs/ld-monetary.c:740 +#: locale/programs/ld-name.c:284 locale/programs/ld-numeric.c:267 +#: locale/programs/ld-telephone.c:292 locale/programs/ld-time.c:1020 +#: locale/programs/ld-time.c:1089 locale/programs/ld-time.c:1131 +#, c-format +msgid "%s: unknown character in field `%s'" +msgstr "" -#: nis/nis_print.c:124 -msgid "ENTRY\n" -msgstr "RES\n" +#: locale/programs/ld-address.c:599 locale/programs/ld-collate.c:3922 +#: locale/programs/ld-ctype.c:2981 locale/programs/ld-identification.c:449 +#: locale/programs/ld-measurement.c:235 locale/programs/ld-messages.c:330 +#: locale/programs/ld-monetary.c:941 locale/programs/ld-name.c:305 +#: locale/programs/ld-numeric.c:366 locale/programs/ld-paper.c:239 +#: locale/programs/ld-telephone.c:311 locale/programs/ld-time.c:1219 +#, c-format +msgid "%s: incomplete `END' line" +msgstr "" -#: nis/nis_print.c:303 -msgid "Encrypted data\n" -msgstr "Titkostott adatok\n" +#: locale/programs/ld-address.c:609 locale/programs/ld-collate.c:542 +#: locale/programs/ld-collate.c:594 locale/programs/ld-collate.c:890 +#: locale/programs/ld-collate.c:903 locale/programs/ld-collate.c:2733 +#: locale/programs/ld-collate.c:2754 locale/programs/ld-collate.c:4107 +#: locale/programs/ld-ctype.c:1960 locale/programs/ld-ctype.c:2219 +#: locale/programs/ld-ctype.c:2806 locale/programs/ld-ctype.c:2992 +#: locale/programs/ld-identification.c:459 +#: locale/programs/ld-measurement.c:245 locale/programs/ld-messages.c:339 +#: locale/programs/ld-monetary.c:950 locale/programs/ld-name.c:314 +#: locale/programs/ld-numeric.c:375 locale/programs/ld-paper.c:248 +#: locale/programs/ld-telephone.c:320 locale/programs/ld-time.c:1228 +#, c-format +msgid "%s: syntax error" +msgstr "" -#: nis/nis_error.c:53 -msgid "Entry/table type mismatch" -msgstr "Bejegyzs/tbla tpus hibs" +#: locale/programs/ld-collate.c:417 +#, c-format +msgid "`%.*s' already defined in charmap" +msgstr "" -#: nss/getent.c:127 nss/getent.c:292 +#: locale/programs/ld-collate.c:426 #, c-format -msgid "Enumeration not supported on %s\n" -msgstr "Nevests nem tmogatott a '%s'-en\n" +msgid "`%.*s' already defined in repertoire" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:30 -msgid "Error 0" -msgstr "0-s Hiba " +#: locale/programs/ld-collate.c:433 +#, c-format +msgid "`%.*s' already defined as collating symbol" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:130 -msgid "Error 100" -msgstr "100-s Hiba" +#: locale/programs/ld-collate.c:440 +#, c-format +msgid "`%.*s' already defined as collating element" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:131 -msgid "Error 101" -msgstr "101-es Hiba" +#: locale/programs/ld-collate.c:471 locale/programs/ld-collate.c:497 +#, c-format +msgid "%s: `forward' and `backward' are mutually excluding each other" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:132 -msgid "Error 102" -msgstr "102-es Hiba" +#: locale/programs/ld-collate.c:481 locale/programs/ld-collate.c:507 +#: locale/programs/ld-collate.c:523 +#, c-format +msgid "%s: `%s' mentioned more than once in definition of weight %d" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:133 -msgid "Error 103" -msgstr "103-as Hiba" +#: locale/programs/ld-collate.c:579 +#, c-format +msgid "%s: too many rules; first entry only had %d" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:134 -msgid "Error 104" -msgstr "104-es Hiba" +#: locale/programs/ld-collate.c:615 +#, c-format +msgid "%s: not enough sorting rules" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:135 -msgid "Error 105" -msgstr "105-s Hiba" +#: locale/programs/ld-collate.c:780 +#, c-format +msgid "%s: empty weight string not allowed" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:136 -msgid "Error 106" -msgstr "106-os Hiba" +#: locale/programs/ld-collate.c:875 +#, c-format +msgid "%s: weights must use the same ellipsis symbol as the name" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:137 -msgid "Error 107" -msgstr "107-es Hiba" +#: locale/programs/ld-collate.c:931 +#, c-format +msgid "%s: too many values" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:138 -msgid "Error 108" -msgstr "108-as Hiba" +#: locale/programs/ld-collate.c:1051 locale/programs/ld-collate.c:1226 +#, c-format +msgid "order for `%.*s' already defined at %s:%Zu" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:139 -msgid "Error 109" -msgstr "109-es Hiba" +#: locale/programs/ld-collate.c:1101 +#, c-format +msgid "%s: the start and the end symbol of a range must stand for characters" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:140 -msgid "Error 110" -msgstr "110-es Hiba" +#: locale/programs/ld-collate.c:1128 +#, c-format +msgid "%s: byte sequences of first and last character must have the same length" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:141 -msgid "Error 111" -msgstr "111-es Hiba" +#: locale/programs/ld-collate.c:1170 +#, c-format +msgid "%s: byte sequence of first character of range is not lower than that of the last character" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:142 -msgid "Error 112" -msgstr "112-es Hiba" +#: locale/programs/ld-collate.c:1295 +#, c-format +msgid "%s: symbolic range ellipsis must not directly follow `order_start'" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:143 -msgid "Error 113" -msgstr "113-as Hiba" +#: locale/programs/ld-collate.c:1299 +#, c-format +msgid "%s: symbolic range ellipsis must not be directly followed by `order_end'" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:144 -msgid "Error 114" -msgstr "114-es Hiba" +#: locale/programs/ld-collate.c:1319 locale/programs/ld-ctype.c:1477 +#, c-format +msgid "`%s' and `%.*s' are not valid names for symbolic range" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:145 -msgid "Error 115" -msgstr "155-s Hiba" +#: locale/programs/ld-collate.c:1369 locale/programs/ld-collate.c:3858 +#, c-format +msgid "%s: order for `%.*s' already defined at %s:%Zu" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:146 -msgid "Error 116" -msgstr "116-os Hiba" +#: locale/programs/ld-collate.c:1378 +#, c-format +msgid "%s: `%s' must be a character" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:147 -msgid "Error 117" -msgstr "117-es Hiba" +#: locale/programs/ld-collate.c:1573 +#, c-format +msgid "%s: `position' must be used for a specific level in all sections or none" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:148 -msgid "Error 118" -msgstr "118-as Hiba" +#: locale/programs/ld-collate.c:1598 +#, c-format +msgid "symbol `%s' not defined" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:149 -msgid "Error 119" -msgstr "119-es Hiba" +#: locale/programs/ld-collate.c:1674 locale/programs/ld-collate.c:1780 +#, c-format +msgid "symbol `%s' has the same encoding as" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:166 -msgid "Error 136" -msgstr "136-os Hiba" +#: locale/programs/ld-collate.c:1678 locale/programs/ld-collate.c:1784 +#, c-format +msgid "symbol `%s'" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:172 -msgid "Error 142" -msgstr "142-es Hiba" +#: locale/programs/ld-collate.c:1826 +#, c-format +msgid "no definition of `UNDEFINED'" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:88 -msgid "Error 58" -msgstr "58-as Hiba" +#: locale/programs/ld-collate.c:1855 +#, c-format +msgid "too many errors; giving up" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:89 -msgid "Error 59" -msgstr "59-es Hiba" +#: locale/programs/ld-collate.c:2659 locale/programs/ld-collate.c:4046 +#, c-format +msgid "%s: nested conditionals not supported" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:102 -msgid "Error 72" -msgstr "72-es Hiba" +#: locale/programs/ld-collate.c:2677 +#, c-format +msgid "%s: more then one 'else'" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:103 -msgid "Error 73" -msgstr "73-as Hiba" +#: locale/programs/ld-collate.c:2852 +#, c-format +msgid "%s: duplicate definition of `%s'" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:105 -msgid "Error 75" -msgstr "75-s Hiba" +#: locale/programs/ld-collate.c:2888 +#, c-format +msgid "%s: duplicate declaration of section `%s'" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:106 -msgid "Error 76" -msgstr "76-os Hiba" +#: locale/programs/ld-collate.c:3024 +#, c-format +msgid "%s: unknown character in collating symbol name" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:121 -msgid "Error 91" -msgstr "91-es Hiba" +#: locale/programs/ld-collate.c:3153 +#, c-format +msgid "%s: unknown character in equivalent definition name" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:122 -msgid "Error 92" -msgstr "92-es Hiba" +#: locale/programs/ld-collate.c:3164 +#, c-format +msgid "%s: unknown character in equivalent definition value" +msgstr "" -#: nis/nis_error.c:57 -msgid "Error in RPC subsystem" -msgstr "Hiba az 'RPC' alrendszerben" +#: locale/programs/ld-collate.c:3174 +#, c-format +msgid "%s: unknown symbol `%s' in equivalent definition" +msgstr "" -#: nis/nis_error.c:67 -msgid "Error in accessing NIS+ cold start file. Is NIS+ installed?" -msgstr "Hiba a NIS+ hideg indts fjl elindtsa sorn. A NIS+ fel van teleptve?" +#: locale/programs/ld-collate.c:3183 +msgid "error while adding equivalent collating symbol" +msgstr "" -#: string/../sysdeps/mach/_strerror.c:58 -#: sysdeps/mach/hurd/mips/dl-machine.c:68 -msgid "Error in unknown error system: " -msgstr "A hiba ismeretlen hibarendszerben rkezett: " +#: locale/programs/ld-collate.c:3221 +#, c-format +msgid "duplicate definition of script `%s'" +msgstr "" -#: nis/nis_error.c:60 -msgid "Error while talking to callback proc" -msgstr "Hiba amg kommunikltam a visszahv folyamattal" +#: locale/programs/ld-collate.c:3269 +#, c-format +msgid "%s: unknown section name `%.*s'" +msgstr "" -#: timezone/zdump.c:268 -msgid "Error writing to standard output" -msgstr "Hiba az alaprtelmezett kimenetre rs sorn" +#: locale/programs/ld-collate.c:3298 +#, c-format +msgid "%s: multiple order definitions for section `%s'" +msgstr "" -#: inet/ruserpass.c:184 -msgid "Error: .netrc file is readable by others." -msgstr "Hiba: a '.netrc' fjl msok is olvashatjk." +#: locale/programs/ld-collate.c:3326 +#, c-format +msgid "%s: invalid number of sorting rules" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:729 -msgid "Exchange full" -msgstr "Csere teljes" +#: locale/programs/ld-collate.c:3353 +#, c-format +msgid "%s: multiple order definitions for unnamed section" +msgstr "" -#. TRANS Invalid executable file format. This condition is detected by the -#. TRANS @code{exec} functions; see @ref{Executing a File}. -#: stdio-common/../sysdeps/gnu/errlist.c:76 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:38 -msgid "Exec format error" -msgstr "Exec formtum hiba" +#: locale/programs/ld-collate.c:3407 locale/programs/ld-collate.c:3537 +#: locale/programs/ld-collate.c:3900 +#, c-format +msgid "%s: missing `order_end' keyword" +msgstr "" -#: locale/programs/localedef.c:190 -msgid "FATAL: system does not define `_POSIX2_LOCALEDEF'" -msgstr "VGZETES HIBA: a rendszeren nincs definilva a `_POSIX2_LOCALEDEF' vltoz" +#: locale/programs/ld-collate.c:3470 +#, c-format +msgid "%s: order for collating symbol %.*s not yet defined" +msgstr "" -#: locale/programs/localedef.c:97 -msgid "FILE contains mapping from symbolic names to UCS4 values" -msgstr "A FJL tartamt talaktom szimbolikus nevekrl UCS4 rtkre" +#: locale/programs/ld-collate.c:3488 +#, c-format +msgid "%s: order for collating element %.*s not yet defined" +msgstr "" -#: sunrpc/clnt_perr.c:381 -msgid "Failed (unspecified error)" -msgstr "Sikertelen (ismeretlen hiba)" +#: locale/programs/ld-collate.c:3499 +#, c-format +msgid "%s: cannot reorder after %.*s: symbol not known" +msgstr "" -#: nscd/nscd.c:400 +#: locale/programs/ld-collate.c:3551 locale/programs/ld-collate.c:3912 #, c-format -msgid "Failed to look up user '%s' to run server as" -msgstr "Nem sikerlt a '%s' felhasznlt meg tallni a kiszolgln" +msgid "%s: missing `reorder-end' keyword" +msgstr "" -#: elf/readlib.c:109 +#: locale/programs/ld-collate.c:3585 locale/programs/ld-collate.c:3783 #, c-format -msgid "File %s is too small, not checked." -msgstr "A '%s' fjl tl kicsi, nem vizsglom" +msgid "%s: section `%.*s' not known" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:781 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:111 -msgid "File descriptor in bad state" -msgstr "A fjller rossz formtumban van" - -#. TRANS File exists; an existing file was specified in a context where it only -#. TRANS makes sense to specify a new file. -#: stdio-common/../sysdeps/gnu/errlist.c:135 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:47 -msgid "File exists" -msgstr "A fjl ltezik" - -#: elf/cache.c:147 elf/cache.c:157 -msgid "File is not a cache file.\n" -msgstr "Fjl nincs a gyorstrban.\n" +#: locale/programs/ld-collate.c:3650 +#, c-format +msgid "%s: bad symbol <%.*s>" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:86 -msgid "File locking deadlock" -msgstr "Fjl zrols befagyott" +#: locale/programs/ld-collate.c:3846 +#, c-format +msgid "%s: cannot have `%s' as end of ellipsis range" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:745 -msgid "File locking deadlock error" -msgstr "A fjl zrolsakor \"deadlock\" hiba" +#: locale/programs/ld-collate.c:3896 +#, c-format +msgid "%s: empty category description not allowed" +msgstr "" -#. TRANS Filename too long (longer than @code{PATH_MAX}; @pxref{Limits for -#. TRANS Files}) or host name too long (in @code{gethostname} or -#. TRANS @code{sethostname}; @pxref{Host Identification}). -#: stdio-common/../sysdeps/gnu/errlist.c:465 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:108 -msgid "File name too long" -msgstr "A fjlnv tl hossz" +#: locale/programs/ld-collate.c:3915 +#, c-format +msgid "%s: missing `reorder-sections-end' keyword" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:51 sysdeps/generic/siglist.h:51 -msgid "File size limit exceeded" -msgstr "Elrte a fjl mret hatrt" +#: locale/programs/ld-collate.c:4079 +#, c-format +msgid "%s: '%s' without matching 'ifdef' or 'ifndef'" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:53 -msgid "File table overflow" -msgstr "Fjltbla tlcsorduls" +#: locale/programs/ld-collate.c:4097 +#, c-format +msgid "%s: 'endif' without matching 'ifdef' or 'ifndef'" +msgstr "" -#. TRANS File too big; the size of a file would be larger than allowed by the system. -#: stdio-common/../sysdeps/gnu/errlist.c:203 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:57 -msgid "File too large" -msgstr "Tl nagy fjl" +#: locale/programs/ld-ctype.c:439 +#, c-format +msgid "No character set name specified in charmap" +msgstr "" -#: intl/tst-gettext2.c:37 -msgid "First string for testing." -msgstr "Els karakterlnc a vizsglathoz." +#: locale/programs/ld-ctype.c:468 +#, c-format +msgid "character L'\\u%0*x' in class `%s' must be in class `%s'" +msgstr "" -#: nis/nis_error.c:38 -msgid "First/next chain broken" -msgstr "Els/kvetkez lncszem srlt" +#: locale/programs/ld-ctype.c:483 +#, c-format +msgid "character L'\\u%0*x' in class `%s' must not be in class `%s'" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:34 sysdeps/generic/siglist.h:35 -msgid "Floating point exception" -msgstr "Lebeg pontos kifejezs" +#: locale/programs/ld-ctype.c:497 locale/programs/ld-ctype.c:555 +#, c-format +msgid "internal error in %s, line %u" +msgstr "" -#: elf/ldconfig.c:131 -msgid "Format to use: new, old or compat (default)" -msgstr "Hasznlhat formtumok: new, old vagy compat (alapbl)" +#: locale/programs/ld-ctype.c:526 +#, c-format +msgid "character '%s' in class `%s' must be in class `%s'" +msgstr "" -#: nis/nis_error.c:68 -msgid "Full resync required for directory" -msgstr "A knyvtr teljes jra olvassa szksges" +#: locale/programs/ld-ctype.c:542 +#, c-format +msgid "character '%s' in class `%s' must not be in class `%s'" +msgstr "" -#. TRANS Function not implemented. This indicates that the function called is -#. TRANS not implemented at all, either in the C library itself or in the -#. TRANS operating system. When you get this error, you can be sure that this -#. TRANS particular function will always fail with @code{ENOSYS} unless you -#. TRANS install a new version of the C library or the operating system. -#: stdio-common/../sysdeps/gnu/errlist.c:576 -msgid "Function not implemented" -msgstr "A fggvny mg nincs megvalstva" +#: locale/programs/ld-ctype.c:572 locale/programs/ld-ctype.c:610 +#, c-format +msgid " character not in class `%s'" +msgstr "" -#: nis/nis_print.c:118 -msgid "GROUP\n" -msgstr "CSOPORT\n" +#: locale/programs/ld-ctype.c:584 locale/programs/ld-ctype.c:621 +#, c-format +msgid " character must not be in class `%s'" +msgstr "" -#: argp/argp-help.c:230 +#: locale/programs/ld-ctype.c:599 #, c-format -msgid "Garbage in ARGP_HELP_FMT: %s" -msgstr "Szemt a 'ARGP_HELP_FMT'-ben: %s" +msgid "character not defined in character map" +msgstr "" -#: malloc/memusagestat.c:64 -msgid "Generate graphic from memory profiling data" -msgstr "Grafika ltrehozsa memria adataibl" +#: locale/programs/ld-ctype.c:714 +#, c-format +msgid "`digit' category has not entries in groups of ten" +msgstr "" -#: catgets/gencat.c:120 -msgid "" -"Generate message catalog.\\vIf INPUT-FILE is -, input is read from standard input. If OUTPUT-FILE\n" -"is -, output is written to standard output.\n" +#: locale/programs/ld-ctype.c:763 +#, c-format +msgid "no input digits defined and none of the standard names in the charmap" msgstr "" -"zenet jegyzk ltrehozsa.\\ Ha a BEMENETI_FJL '-' akkor a szabvnyos bemenetrl olvas. Ha \n" -"Ha KIMENETI_FJL '-' akkor a szabvnyos kimenetre r.\n" -#: malloc/memusagestat.c:55 -msgid "Generate output linear to time (default is linear to number of function calls)" -msgstr "Ltrehoz egy id arnyos kimentetett (alaprtelmezetten meghvott funkcik szma szerint rendez)" +#: locale/programs/ld-ctype.c:828 +#, c-format +msgid "not all characters used in `outdigit' are available in the charmap" +msgstr "" -#: elf/ldconfig.c:123 -msgid "Generate verbose messages" -msgstr "Ltrehoz egy rszletes kimenetet" +#: locale/programs/ld-ctype.c:845 +#, c-format +msgid "not all characters used in `outdigit' are available in the repertoire" +msgstr "" -#: nis/nis_error.c:37 -msgid "Generic system error" -msgstr "ltalnos rendszer hiba" +#: locale/programs/ld-ctype.c:1245 +#, c-format +msgid "character class `%s' already defined" +msgstr "" -#: locale/programs/locale.c:86 -msgid "Get locale-specific information." -msgstr "Hely informcik lekrdezse" +#: locale/programs/ld-ctype.c:1251 +#, c-format +msgid "implementation limit: no more than %Zd character classes allowed" +msgstr "" -#: argp/argp-parse.c:94 -msgid "Give a short usage message" -msgstr "Ez rvid hasznlati utastst ad" +#: locale/programs/ld-ctype.c:1277 +#, c-format +msgid "character map `%s' already defined" +msgstr "" -#: argp/argp-parse.c:93 -msgid "Give this help list" -msgstr "Ezt segtsget rja ki" +#: locale/programs/ld-ctype.c:1283 +#, c-format +msgid "implementation limit: no more than %d character maps allowed" +msgstr "" -#. TRANS This error code has no purpose. -#: stdio-common/../sysdeps/gnu/errlist.c:637 -msgid "Gratuitous error" -msgstr "Indokolatlan hiba" +#: locale/programs/ld-ctype.c:1548 locale/programs/ld-ctype.c:1673 +#: locale/programs/ld-ctype.c:1779 locale/programs/ld-ctype.c:2471 +#: locale/programs/ld-ctype.c:3467 +#, c-format +msgid "%s: field `%s' does not contain exactly ten entries" +msgstr "" -#: nis/nis_print.c:323 +#: locale/programs/ld-ctype.c:1576 locale/programs/ld-ctype.c:2150 #, c-format -msgid "Group : %s\n" -msgstr "Csoport : %s\n" +msgid "to-value of range is smaller than from-value " +msgstr "" -#: nis/nis_print.c:252 -msgid "Group Flags :" -msgstr "Csoport Jelzk:" +#: locale/programs/ld-ctype.c:1703 +msgid "start and end character sequence of range must have the same length" +msgstr "" -#: nis/nis_print_group_entry.c:115 -#, c-format -msgid "Group entry for \"%s.%s\" group:\n" -msgstr "A \"%s.%s\" csoport bejegyzsei :\n" +#: locale/programs/ld-ctype.c:1710 +msgid "to-value character sequence is smaller than from-value sequence" +msgstr "" -#: argp/argp-parse.c:97 -msgid "Hang for SECS seconds (default 3600)" -msgstr "Megll SECS msodpercre (az alaprtelmezs 3600)" +#: locale/programs/ld-ctype.c:2070 locale/programs/ld-ctype.c:2121 +msgid "premature end of `translit_ignore' definition" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:27 sysdeps/generic/siglist.h:29 -msgid "Hangup" -msgstr "Megllts" +#: locale/programs/ld-ctype.c:2076 locale/programs/ld-ctype.c:2127 +#: locale/programs/ld-ctype.c:2169 +msgid "syntax error" +msgstr "szintaktikai hiba" -#: nscd/grpcache.c:253 +#: locale/programs/ld-ctype.c:2303 #, c-format -msgid "Haven't found \"%d\" in group cache!" -msgstr "Nem tallom a '%d'- t csoport gyorstrban" +msgid "%s: syntax error in definition of new character class" +msgstr "" -#: nscd/pwdcache.c:249 +#: locale/programs/ld-ctype.c:2318 #, c-format -msgid "Haven't found \"%d\" in password cache!" -msgstr "Nem tallom a '%d'- t jelsz gyorstrban" +msgid "%s: syntax error in definition of new character map" +msgstr "" -#: nscd/grpcache.c:214 -#, c-format -msgid "Haven't found \"%s\" in group cache!" -msgstr "Nem tallom a '%s'- t csoport gyorstrban!" +#: locale/programs/ld-ctype.c:2493 +msgid "ellipsis range must be marked by two operands of same type" +msgstr "" + +#: locale/programs/ld-ctype.c:2502 +msgid "with symbolic name range values the absolute ellipsis `...' must not be used" +msgstr "" + +#: locale/programs/ld-ctype.c:2517 +msgid "with UCS range values one must use the hexadecimal symbolic ellipsis `..'" +msgstr "" + +#: locale/programs/ld-ctype.c:2531 +msgid "with character code range values one must use the absolute ellipsis `...'" +msgstr "" -#: nscd/hstcache.c:299 nscd/hstcache.c:341 nscd/hstcache.c:386 -#: nscd/hstcache.c:430 +#: locale/programs/ld-ctype.c:2682 #, c-format -msgid "Haven't found \"%s\" in hosts cache!" -msgstr "Nem tallom a '%s'- t kiszolgl gyorstrban!" +msgid "duplicated definition for mapping `%s'" +msgstr "" -#: nscd/pwdcache.c:210 +#: locale/programs/ld-ctype.c:2768 locale/programs/ld-ctype.c:2912 #, c-format -msgid "Haven't found \"%s\" in password cache!" -msgstr "Nem tallom a '%s'-t jelsz gyorstrban" +msgid "%s: `translit_start' section does not end with `translit_end'" +msgstr "" -#. TRANS The remote host for a requested network connection is down. -#: stdio-common/../sysdeps/gnu/errlist.c:470 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:177 -msgid "Host is down" -msgstr "A gp ki van kapcsolva" +#: locale/programs/ld-ctype.c:2863 +#, c-format +msgid "%s: duplicate `default_missing' definition" +msgstr "" -#: resolv/herror.c:69 -msgid "Host name lookup failure" -msgstr "Gp nv feloldsa nem sikerlt" +#: locale/programs/ld-ctype.c:2868 +msgid "previous definition was here" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:35 -msgid "I/O error" -msgstr "I/O hiba" +#: locale/programs/ld-ctype.c:2890 +#, c-format +msgid "%s: no representable `default_missing' definition found" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:49 sysdeps/generic/siglist.h:49 -msgid "I/O possible" -msgstr "I/O lehetsg" +#: locale/programs/ld-ctype.c:3043 locale/programs/ld-ctype.c:3127 +#: locale/programs/ld-ctype.c:3147 locale/programs/ld-ctype.c:3168 +#: locale/programs/ld-ctype.c:3189 locale/programs/ld-ctype.c:3210 +#: locale/programs/ld-ctype.c:3231 locale/programs/ld-ctype.c:3271 +#: locale/programs/ld-ctype.c:3292 locale/programs/ld-ctype.c:3359 +#: locale/programs/ld-ctype.c:3401 locale/programs/ld-ctype.c:3426 +#, c-format +msgid "%s: character `%s' not defined while needed as default value" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:32 -msgid "IOT trap" -msgstr "IOT csapda" +#: locale/programs/ld-ctype.c:3048 locale/programs/ld-ctype.c:3132 +#: locale/programs/ld-ctype.c:3152 locale/programs/ld-ctype.c:3173 +#: locale/programs/ld-ctype.c:3194 locale/programs/ld-ctype.c:3215 +#: locale/programs/ld-ctype.c:3236 locale/programs/ld-ctype.c:3276 +#: locale/programs/ld-ctype.c:3297 locale/programs/ld-ctype.c:3364 +#, c-format +msgid "%s: character `%s' in charmap not representable with one byte" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:645 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:66 -msgid "Identifier removed" -msgstr "Azonost eltvoltva" +#: locale/programs/ld-ctype.c:3408 locale/programs/ld-ctype.c:3433 +#, c-format +msgid "%s: character `%s' needed as default value not representable with one byte" +msgstr "" -#: elf/ldconfig.c:535 +#: locale/programs/ld-ctype.c:3489 #, c-format -msgid "Ignored file %s since it is not a regular file." -msgstr "Figyelmen kvl hagyva a '%s' fjl amita nem norml fjl." +msgid "no output digits defined and none of the standard names in the charmap" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:118 -msgid "Illegal byte sequence" -msgstr "rvnytelen bjtsorozat" +#: locale/programs/ld-ctype.c:3780 +#, c-format +msgid "%s: transliteration data from locale `%s' not available" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:30 sysdeps/generic/siglist.h:32 -msgid "Illegal instruction" -msgstr "rvnytelen utasts" +#: locale/programs/ld-ctype.c:3881 +#, c-format +msgid "%s: table for class \"%s\": %lu bytes\n" +msgstr "" -#: nis/nis_error.c:62 -msgid "Illegal object type for operation" -msgstr "rvnytelen objektum tpus a mveletben" +#: locale/programs/ld-ctype.c:3950 +#, c-format +msgid "%s: table for map \"%s\": %lu bytes\n" +msgstr "" -#. TRANS Invalid seek operation (such as on a pipe). -#: stdio-common/../sysdeps/gnu/errlist.c:214 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:59 -msgid "Illegal seek" -msgstr "rvnytelen seek mvelet" +#: locale/programs/ld-ctype.c:4083 +#, c-format +msgid "%s: table for width: %lu bytes\n" +msgstr "" -#. TRANS Inappropriate file type or format. The file was the wrong type for the -#. TRANS operation, or a data file had the wrong format. -#. TRANS -#. TRANS On some systems @code{chmod} returns this error if you try to set the -#. TRANS sticky bit on a non-directory file; @pxref{Setting Permissions}. -#: stdio-common/../sysdeps/gnu/errlist.c:557 -msgid "Inappropriate file type or format" -msgstr "Oda nem ill fjl tpus vagy formtum" +#: locale/programs/ld-identification.c:170 +#, c-format +msgid "%s: no identification for category `%s'" +msgstr "" -#. TRANS Inappropriate I/O control operation, such as trying to set terminal -#. TRANS modes on an ordinary file. -#: stdio-common/../sysdeps/gnu/errlist.c:189 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:55 -msgid "Inappropriate ioctl for device" -msgstr "Oda nem ill ioctl az eszkzn" +#: locale/programs/ld-identification.c:435 +#, c-format +msgid "%s: duplicate category version definition" +msgstr "" -#. TRANS In the GNU system, servers supporting the @code{term} protocol return -#. TRANS this error for certain operations when the caller is not in the -#. TRANS foreground process group of the terminal. Users do not usually see this -#. TRANS error because functions such as @code{read} and @code{write} translate -#. TRANS it into a @code{SIGTTIN} or @code{SIGTTOU} signal. @xref{Job Control}, -#. TRANS for information on process groups and these signals. -#: stdio-common/../sysdeps/gnu/errlist.c:608 -msgid "Inappropriate operation for background process" -msgstr "Oda nem ill mvelet a httr folyamaton" +#: locale/programs/ld-measurement.c:113 +#, c-format +msgid "%s: invalid value for field `%s'" +msgstr "" -#: sysdeps/generic/siglist.h:69 -msgid "Information request" -msgstr "Informci krs" +#: locale/programs/ld-messages.c:114 locale/programs/ld-messages.c:148 +#, c-format +msgid "%s: field `%s' undefined" +msgstr "" -#: iconv/iconv_prog.c:62 -msgid "Information:" -msgstr "Informci:" +#: locale/programs/ld-messages.c:121 locale/programs/ld-messages.c:155 +#: locale/programs/ld-monetary.c:256 locale/programs/ld-numeric.c:118 +#, c-format +msgid "%s: value for field `%s' must not be an empty string" +msgstr "" -#: locale/programs/localedef.c:92 -msgid "Input Files:" -msgstr "Bemeneti Fjlok:" +#: locale/programs/ld-messages.c:137 locale/programs/ld-messages.c:171 +#, c-format +msgid "%s: no correct regular expression for field `%s': %s" +msgstr "" -#: elf/ldconfig.c:754 elf/readlib.c:93 +#: locale/programs/ld-monetary.c:224 #, c-format -msgid "Input file %s not found.\n" -msgstr "A '%s' bemeneti fjl nincs meg\n" +msgid "%s: value of field `int_curr_symbol' has wrong length" +msgstr "" -#: iconv/iconv_prog.c:59 -msgid "Input/Output format specification:" -msgstr "Bemeneti/Kimenet formtum meghatrozs:" +#: locale/programs/ld-monetary.c:237 +#, c-format +msgid "%s: value of field `int_curr_symbol' does not correspond to a valid name in ISO 4217" +msgstr "" -#. TRANS Input/output error; usually used for physical read or write errors. -#: stdio-common/../sysdeps/gnu/errlist.c:53 -msgid "Input/output error" -msgstr "Be/kimeneti hiba" +#: locale/programs/ld-monetary.c:285 locale/programs/ld-monetary.c:315 +#, c-format +msgid "%s: value for field `%s' must be in range %d...%d" +msgstr "" -#: nis/ypclnt.c:800 -msgid "Internal NIS error" -msgstr "Bels NIS hiba" +#: locale/programs/ld-monetary.c:747 locale/programs/ld-numeric.c:274 +#, c-format +msgid "%s: value for field `%s' must be a single character" +msgstr "" -#: nis/ypclnt.c:864 -msgid "Internal ypbind error" -msgstr "Bels ypbind hiba" +#: locale/programs/ld-monetary.c:844 locale/programs/ld-numeric.c:318 +#, c-format +msgid "%s: `-1' must be last entry in `%s' field" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:28 sysdeps/generic/siglist.h:30 -msgid "Interrupt" -msgstr "Megszakts" +#: locale/programs/ld-monetary.c:866 locale/programs/ld-numeric.c:335 +#, c-format +msgid "%s: values for field `%s' must be smaller than 127" +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:46 -msgid "Interrupted by a signal" -msgstr "Egy jel megszaktotta a folyamatott" +#: locale/programs/ld-monetary.c:909 +msgid "conversion rate value cannot be zero" +msgstr "" -#. TRANS Interrupted function call; an asynchronous signal occurred and prevented -#. TRANS completion of the call. When this happens, you should try the call -#. TRANS again. -#. TRANS -#. TRANS You can choose to have functions resume after a signal that is handled, -#. TRANS rather than failing with @code{EINTR}; see @ref{Interrupted -#. TRANS Primitives}. -#: stdio-common/../sysdeps/gnu/errlist.c:48 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:34 -msgid "Interrupted system call" -msgstr "Rendszerhvs megszakadt" +#: locale/programs/ld-name.c:129 locale/programs/ld-telephone.c:126 +#: locale/programs/ld-telephone.c:149 +#, c-format +msgid "%s: invalid escape sequence in field `%s'" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:685 -msgid "Interrupted system call should be restarted" -msgstr "A megszaktott rendszerhvst ajnlott jraindtani" +#: locale/programs/ld-time.c:247 +#, c-format +msgid "%s: direction flag in string %Zd in `era' field is not '+' nor '-'" +msgstr "" -#. TRANS Invalid argument. This is used to indicate various kinds of problems -#. TRANS with passing the wrong argument to a library function. -#: stdio-common/../sysdeps/gnu/errlist.c:165 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:52 -msgid "Invalid argument" -msgstr "rvnytelen paramter" +#: locale/programs/ld-time.c:258 +#, c-format +msgid "%s: direction flag in string %Zd in `era' field is not a single character" +msgstr "" -#: posix/regex.c:1384 -msgid "Invalid back reference" -msgstr "rvnytelen vissza hivatkozs" +#: locale/programs/ld-time.c:271 +#, c-format +msgid "%s: invalid number for offset in string %Zd in `era' field" +msgstr "" -#: posix/regex.c:1378 -msgid "Invalid character class name" -msgstr "rvnytelen karakter osztly nv" +#: locale/programs/ld-time.c:279 +#, c-format +msgid "%s: garbage at end of offset value in string %Zd in `era' field" +msgstr "" -#: sunrpc/clnt_perr.c:357 -msgid "Invalid client credential" -msgstr "Helytelen gyfl igazols" +#: locale/programs/ld-time.c:330 +#, c-format +msgid "%s: invalid starting date in string %Zd in `era' field" +msgstr "" -#: sunrpc/clnt_perr.c:365 -msgid "Invalid client verifier" -msgstr "Helytelen gyfl ellenrz" +#: locale/programs/ld-time.c:339 +#, c-format +msgid "%s: garbage at end of starting date in string %Zd in `era' field " +msgstr "" -#: posix/regex.c:1375 -msgid "Invalid collation character" -msgstr "rvnytelen egyest karakter" +#: locale/programs/ld-time.c:358 +#, c-format +msgid "%s: starting date is invalid in string %Zd in `era' field" +msgstr "" -#: posix/regex.c:1396 -msgid "Invalid content of \\{\\}" -msgstr "rvnytelen begyazs: \\{\\}" +#: locale/programs/ld-time.c:407 locale/programs/ld-time.c:435 +#, c-format +msgid "%s: invalid stopping date in string %Zd in `era' field" +msgstr "" -#. TRANS An attempt to make an improper link across file systems was detected. -#. TRANS This happens not only when you use @code{link} (@pxref{Hard Links}) but -#. TRANS also when you rename a file with @code{rename} (@pxref{Renaming Files}). -#: stdio-common/../sysdeps/gnu/errlist.c:142 -msgid "Invalid cross-device link" -msgstr "Helytelen kereszt eszkz hivatkozs" +#: locale/programs/ld-time.c:416 +#, c-format +msgid "%s: garbage at end of stopping date in string %Zd in `era' field" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:721 -msgid "Invalid exchange" -msgstr "rvnytelen csere" +#: locale/programs/ld-time.c:444 +#, c-format +msgid "%s: missing era name in string %Zd in `era' field" +msgstr "" -#: nis/nis_error.c:45 -msgid "Invalid object for operation" -msgstr "Helytelen objektum a mveletben" +#: locale/programs/ld-time.c:456 +#, c-format +msgid "%s: missing era format in string %Zd in `era' field" +msgstr "" -#. TRANS While decoding a multibyte character the function came along an invalid -#. TRANS or an incomplete sequence of bytes or the given wide character is invalid. -#: stdio-common/../sysdeps/gnu/errlist.c:598 -msgid "Invalid or incomplete multibyte or wide character" -msgstr "Helytelen vagy nem teljes bjtsorozat vagy szles karakter" +#: locale/programs/ld-time.c:497 +#, c-format +msgid "%s: third operand for value of field `%s' must not be larger than %d" +msgstr "" -#: posix/regex.c:1405 -msgid "Invalid preceding regular expression" -msgstr "Helytelen volt az elz regulris kifejezs" +#: locale/programs/ld-time.c:505 locale/programs/ld-time.c:513 +#: locale/programs/ld-time.c:521 +#, c-format +msgid "%s: values for field `%s' must not be larger than %d" +msgstr "" -#: posix/regex.c:1399 -msgid "Invalid range end" -msgstr "Helytelen tartomny vg" +#: locale/programs/ld-time.c:1004 +#, c-format +msgid "%s: too few values for field `%s'" +msgstr "" -#: posix/regex.c:1372 -msgid "Invalid regular expression" -msgstr "rvnytelen regulris kifejezs" +#: locale/programs/ld-time.c:1049 +msgid "extra trailing semicolon" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:737 -msgid "Invalid request code" -msgstr "rvnytelen krskd" +#: locale/programs/ld-time.c:1052 +#, c-format +msgid "%s: too many values for field `%s'" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:725 -msgid "Invalid request descriptor" -msgstr "rvnytelen krsler" +#: locale/programs/linereader.c:130 +msgid "trailing garbage at end of line" +msgstr "" -#: sunrpc/clnt_perr.c:377 -msgid "Invalid server verifier" -msgstr "Helytelen szerver ellenrz" +#: locale/programs/linereader.c:298 +msgid "garbage at end of number" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:741 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:85 -msgid "Invalid slot" -msgstr "rvnytelen slot" +#: locale/programs/linereader.c:410 +msgid "garbage at end of character code specification" +msgstr "" -#: nscd/nscd.c:91 -msgid "Invalidate the specified cache" -msgstr "rvnytelen a meghatrozott gyorstr" +#: locale/programs/linereader.c:496 +msgid "unterminated symbolic name" +msgstr "" -#. TRANS File is a directory; you cannot open a directory for writing, -#. TRANS or create or remove hard links to it. -#: stdio-common/../sysdeps/gnu/errlist.c:159 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:51 -msgid "Is a directory" -msgstr "Knyvtr" +#: locale/programs/linereader.c:623 +msgid "illegal escape sequence at end of string" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:169 -msgid "Is a name file" -msgstr "Fjlnv" +#: locale/programs/linereader.c:627 locale/programs/linereader.c:855 +msgid "unterminated string" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:825 -msgid "Is a named type file" -msgstr "\"Named\" tpus fjl" +#: locale/programs/linereader.c:669 +msgid "non-symbolic character value should not be used" +msgstr "" -#: nis/nis_print.c:191 -msgid "Kerberos.\n" -msgstr "Kerberos.\n" +#: locale/programs/linereader.c:816 +#, c-format +msgid "symbol `%.*s' not in charmap" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:35 sysdeps/generic/siglist.h:36 -msgid "Killed" -msgstr "Lelltva" +#: locale/programs/linereader.c:837 +#, c-format +msgid "symbol `%.*s' not in repertoire map" +msgstr "" -#: nis/nis_print.c:127 -msgid "LINK\n" -msgstr "HIVATKOZS\n" +#: locale/programs/locale.c:74 +msgid "System information:" +msgstr "" -#: nis/nis_local_names.c:126 -#, c-format -msgid "LOCAL entry for UID %d in directory %s not unique\n" -msgstr "A helyi felhasznl azonost (UID) a '%d' knyvtrba '%s' nem egyedlll\n" +#: locale/programs/locale.c:76 +msgid "Write names of available locales" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:717 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:74 -msgid "Level 2 halted" -msgstr "2. szint lellt" +#: locale/programs/locale.c:78 +msgid "Write names of available charmaps" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:693 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:68 -msgid "Level 2 not synchronized" -msgstr "2. szint nincs szinkronizlva" +#: locale/programs/locale.c:79 +msgid "Modify output format:" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:697 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:69 -msgid "Level 3 halted" -msgstr "3. szint lellt" +#: locale/programs/locale.c:80 +msgid "Write names of selected categories" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:701 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:70 -msgid "Level 3 reset" -msgstr "3. szint jraindtva" +#: locale/programs/locale.c:81 +msgid "Write names of selected keywords" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:657 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:97 -msgid "Link has been severed" -msgstr "A hivatkozs megszakadt" +#: locale/programs/locale.c:82 +msgid "Print more information" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:705 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:71 -msgid "Link number out of range" -msgstr "A linkszm taromnyon kvli" +#: locale/programs/locale.c:87 +msgid "Get locale-specific information." +msgstr "" -#: nis/nis_error.c:54 -msgid "Link points to illegal name" -msgstr "Hivatkozs pont rnytelen nvre mutat" +#: locale/programs/locale.c:90 +msgid "" +"NAME\n" +"[-a|-m]" +msgstr "" -#: nis/nis_print.c:286 -msgid "Linked Object Type : " -msgstr "sszekapcsolt Objektum Tpus : " +#: locale/programs/locale.c:194 +#, c-format +msgid "Cannot set LC_CTYPE to default locale" +msgstr "" -#: nis/nis_print.c:288 +#: locale/programs/locale.c:196 #, c-format -msgid "Linked to : %s\n" -msgstr "sszekapcsolva : %s-el\n" +msgid "Cannot set LC_MESSAGES to default locale" +msgstr "" -#: nis/ypclnt.c:812 -msgid "Local domain name not set" -msgstr "Helyi tartomny nv nincs belltva" +#: locale/programs/locale.c:209 +#, c-format +msgid "Cannot set LC_COLLATE to default locale" +msgstr "" -#: nis/ypclnt.c:802 -msgid "Local resource allocation failure" -msgstr "Helyi erforrs kioszts sikertelen" +#: locale/programs/locale.c:225 +#, c-format +msgid "Cannot set LC_ALL to default locale" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:753 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:94 -msgid "Machine is not on the network" -msgstr "A gp nincs a hlzaton" +#: locale/programs/locale.c:518 +#, c-format +msgid "while preparing output" +msgstr "" -#: nis/nis_error.c:46 -msgid "Malformed name, or illegal name" -msgstr "Hibs vagy rvnytelen nv" +#: locale/programs/localedef.c:120 +msgid "Input Files:" +msgstr "" -#: argp/argp-help.c:1185 -msgid "Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options." -msgstr "Ha egy hossz kapcsolhoz ktelez argumentumot megadni, akkor ez a megfelel rvid kapcsolnl is ktelez. " +#: locale/programs/localedef.c:122 +msgid "Symbolic character names defined in FILE" +msgstr "" -#: elf/ldconfig.c:130 -msgid "Manually link individual libraries." -msgstr "Kzel kell hivatkozni az egynileg hasznlni kvnt programknyvtrakra." +#: locale/programs/localedef.c:123 +msgid "Source definitions are found in FILE" +msgstr "" -#: nis/nis_print.c:172 -msgid "Master Server :\n" -msgstr "Mester Kiszolgl :\n" +#: locale/programs/localedef.c:125 +msgid "FILE contains mapping from symbolic names to UCS4 values" +msgstr "" -#: nis/nis_error.c:76 -msgid "Master server busy, full dump rescheduled." -msgstr "Mester foglalt, a teljes kimenet felrerakva." +#: locale/programs/localedef.c:129 +msgid "Create output even if warning messages were issued" +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:36 -msgid "Memory allocation failure" -msgstr "Memria lefoglals nem sikerlt" +#: locale/programs/localedef.c:130 +msgid "Create old-style tables" +msgstr "" -#: posix/regex.c:1402 -msgid "Memory exhausted" -msgstr "Elfogyott a memria" +#: locale/programs/localedef.c:131 +msgid "Optional output file prefix" +msgstr "" + +#: locale/programs/localedef.c:132 +msgid "Be strictly POSIX conform" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:82 -msgid "Message tables full" -msgstr "zenet tbla megtelt" +#: locale/programs/localedef.c:134 +msgid "Suppress warnings and information messages" +msgstr "" -#. TRANS The size of a message sent on a socket was larger than the supported -#. TRANS maximum size. -#: stdio-common/../sysdeps/gnu/errlist.c:318 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:127 -msgid "Message too long" -msgstr "Az zenet tl hossz" +#: locale/programs/localedef.c:135 +msgid "Print more messages" +msgstr "" -#: nis/nis_error.c:58 -msgid "Missing or malformed attribute" -msgstr "Hinyz vagy hibs attribtum" +#: locale/programs/localedef.c:136 +msgid "Archive control:" +msgstr "" -#: nis/nis_print.c:331 -#, c-format -msgid "Mod. Time : %s" -msgstr "Mdost Id :%s" +#: locale/programs/localedef.c:138 +msgid "Don't add new data to archive" +msgstr "" -#: nis/nis_error.c:51 -msgid "Modification failed" -msgstr "Mdosts nem sikerlt" +#: locale/programs/localedef.c:140 +msgid "Add locales named by parameters to archive" +msgstr "" -#: nis/nis_error.c:64 -msgid "Modify operation failed" -msgstr "Mvelet mdosts sikertelen" +#: locale/programs/localedef.c:141 +msgid "Replace existing archive content" +msgstr "" -#: locale/programs/locale.c:78 -msgid "Modify output format:" -msgstr "Kimeneti formtum mdosts:" +#: locale/programs/localedef.c:143 +msgid "Remove locales named by parameters from archive" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:649 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:104 -msgid "Multihop attempted" -msgstr "Ksrlet a multihopra" +#: locale/programs/localedef.c:144 +msgid "List content of archive" +msgstr "" -#: nscd/nscd_conf.c:182 -msgid "Must specify user name for server-user option" -msgstr "Meg kell hatrozni felhasznl nevet server-user opcival" +#: locale/programs/localedef.c:146 +msgid "locale.alias file to consult when making archive" +msgstr "" -#: catgets/gencat.c:111 catgets/gencat.c:115 locale/programs/localedef.c:115 -#: nscd/nscd.c:83 -msgid "NAME" -msgstr "NV" +#: locale/programs/localedef.c:151 +msgid "Compile locale specification" +msgstr "" -#: locale/programs/locale.c:89 +#: locale/programs/localedef.c:154 msgid "" "NAME\n" -"[-a|-m]" +"[--add-to-archive|--delete-from-archive] FILE...\n" +"--list-archive [FILE]" msgstr "" -"NV\n" -"[-a|-m]" -#: nis/ypclnt.c:816 -msgid "NIS client/server version mismatch - can't supply service" -msgstr "NIS gyfl s a kiszolgl verzija nem azonos - nem tudom a szolgltatst vgre hajtani" +#: locale/programs/localedef.c:232 +#, c-format +msgid "cannot create directory for output files" +msgstr "" -#: nis/ypclnt.c:814 -msgid "NIS map database is bad" -msgstr "NIS adatbzis hibs" +#: locale/programs/localedef.c:243 +#, c-format +msgid "FATAL: system does not define `_POSIX2_LOCALEDEF'" +msgstr "" -#: nis/nis_error.c:69 -msgid "NIS+ operation failed" -msgstr "NIS+ mvelet sikertelen" +#: locale/programs/localedef.c:257 locale/programs/localedef.c:273 +#: locale/programs/localedef.c:599 locale/programs/localedef.c:619 +#, c-format +msgid "cannot open locale definition file `%s'" +msgstr "" -#: nis/nis_error.c:34 -msgid "NIS+ servers unreachable" -msgstr "NIS+ kiszolglk nem ellhetek" +#: locale/programs/localedef.c:285 +#, c-format +msgid "cannot write output files to `%s'" +msgstr "" -#: nis/nis_error.c:70 -msgid "NIS+ service is unavailable or not installed" -msgstr "NIS+ szolgltats nem elrhet vagy nincs felteleptve" +#: locale/programs/localedef.c:366 +#, c-format +msgid "" +"System's directory for character maps : %s\n" +" repertoire maps: %s\n" +" locale path : %s\n" +"%s" +msgstr "" -#: nis/nis_print.c:112 -msgid "NO OBJECT\n" -msgstr "NINCS OBJEKTUM\n" +#: locale/programs/localedef.c:567 +#, c-format +msgid "circular dependencies between locale definitions" +msgstr "" -#: nscd/nscd.c:87 -msgid "NUMBER" -msgstr "SZM" +#: locale/programs/localedef.c:573 +#, c-format +msgid "cannot add already read locale `%s' a second time" +msgstr "" -#: nis/nis_print.c:166 +#: locale/programs/locarchive.c:88 locale/programs/locarchive.c:261 #, c-format -msgid "Name : `%s'\n" -msgstr "Nv :'%s'\n" +msgid "cannot create temporary file" +msgstr "" -#: nscd/nscd.c:97 -msgid "Name Service Cache Daemon." -msgstr "Nv Gyorstr Szolgltats." +#: locale/programs/locarchive.c:118 locale/programs/locarchive.c:307 +#, c-format +msgid "cannot initialize archive file" +msgstr "" -#: nis/nis_error.c:41 -msgid "Name not served by this server" -msgstr "A kiszolgl nem adta meg a nevet" +#: locale/programs/locarchive.c:125 locale/programs/locarchive.c:314 +#, c-format +msgid "cannot resize archive file" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:777 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:110 -msgid "Name not unique on network" -msgstr "A nv nem egyedi a hlzaton" +#: locale/programs/locarchive.c:134 locale/programs/locarchive.c:323 +#: locale/programs/locarchive.c:527 +#, c-format +msgid "cannot map archive header" +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:38 -msgid "Name or service not known" -msgstr "A nevet vagy a szolgltatst nem ismerem" +#: locale/programs/locarchive.c:156 +#, c-format +msgid "failed to create new locale archive" +msgstr "" -#: malloc/memusagestat.c:53 -msgid "Name output file" -msgstr "A kimeneti fjl neve" +#: locale/programs/locarchive.c:168 +#, c-format +msgid "cannot change mode of new locale archive" +msgstr "" -#: nis/nis_error.c:50 -msgid "Name/entry isn't unique" -msgstr "Nv/bejegyzs nem ltezik" +#: locale/programs/locarchive.c:255 +#, c-format +msgid "cannot map locale archive file" +msgstr "" -#: nis/nis_error.c:59 -msgid "Named object is not searchable" -msgstr "A \"named\" objektum nem kereshet" +#: locale/programs/locarchive.c:331 +#, c-format +msgid "cannot lock new archive" +msgstr "" -#. TRANS ??? -#: stdio-common/../sysdeps/gnu/errlist.c:567 -msgid "Need authenticator" -msgstr "Hitelest szksges" +#: locale/programs/locarchive.c:396 +#, c-format +msgid "cannot extend locale archive file" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:159 -msgid "Network dropped connection because of reset" -msgstr "A hlzati kapcsolat megszakadt jraindts miatt" +#: locale/programs/locarchive.c:405 +#, c-format +msgid "cannot change mode of resized locale archive" +msgstr "" -#. TRANS A network connection was reset because the remote host crashed. -#: stdio-common/../sysdeps/gnu/errlist.c:390 -msgid "Network dropped connection on reset" -msgstr "Hlzat csatlakozs megszakadt" +#: locale/programs/locarchive.c:413 +#, c-format +msgid "cannot rename new archive" +msgstr "" -#. TRANS A socket operation failed because the network was down. -#: stdio-common/../sysdeps/gnu/errlist.c:379 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:157 -msgid "Network is down" -msgstr "A hlzat le van lltva" +#: locale/programs/locarchive.c:466 +#, c-format +msgid "cannot open locale archive \"%s\"" +msgstr "" -#. TRANS A socket operation failed because the subnet containing the remote host -#. TRANS was unreachable. -#: stdio-common/../sysdeps/gnu/errlist.c:385 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:158 -msgid "Network is unreachable" -msgstr "A hlzat nem elrhet" +#: locale/programs/locarchive.c:471 +#, c-format +msgid "cannot stat locale archive \"%s\"" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:713 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:73 -msgid "No CSI structure available" -msgstr "Nincs elrhet CSI struktra" +#: locale/programs/locarchive.c:490 +#, c-format +msgid "cannot lock locale archive \"%s\"" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:821 -msgid "No XENIX semaphores available" -msgstr "Nincs elrhet XENIX szemafor" +#: locale/programs/locarchive.c:513 +#, c-format +msgid "cannot read archive header" +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:37 -msgid "No address associated with hostname" -msgstr "Nincs cm hozzrendelve a kiszolgl nvhez" +#: locale/programs/locarchive.c:573 +#, c-format +msgid "locale '%s' already exists" +msgstr "" -#: resolv/herror.c:71 -msgid "No address associated with name" -msgstr "Nincs cm hozzrendelve a nvhez" +#: locale/programs/locarchive.c:804 locale/programs/locarchive.c:819 +#: locale/programs/locarchive.c:831 locale/programs/locarchive.c:843 +#: locale/programs/locfile.c:344 +#, c-format +msgid "cannot add to locale archive" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:733 -msgid "No anode" -msgstr "Nincs anode" +#: locale/programs/locarchive.c:998 +#, c-format +msgid "locale alias file `%s' not found" +msgstr "" -#. TRANS The kernel's buffers for I/O operations are all in use. In GNU, this -#. TRANS error is always synonymous with @code{ENOMEM}; you may get one or the -#. TRANS other from network operations. -#: stdio-common/../sysdeps/gnu/errlist.c:409 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:162 -msgid "No buffer space available" -msgstr "Nincs tbb elrhet pufferterlet" +#: locale/programs/locarchive.c:1142 +#, c-format +msgid "Adding %s\n" +msgstr "" -#: locale/programs/ld-ctype.c:433 -msgid "No character set name specified in charmap" -msgstr "A karakterkszletben nincs ilyen karakter" +#: locale/programs/locarchive.c:1148 +#, c-format +msgid "stat of \"%s\" failed: %s: ignored" +msgstr "" -#. TRANS There are no child processes. This error happens on operations that are -#. TRANS supposed to manipulate child processes, when there aren't any processes -#. TRANS to manipulate. -#: stdio-common/../sysdeps/gnu/errlist.c:90 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:40 -msgid "No child processes" -msgstr "Nincsenek gyermekfolyamatok" +#: locale/programs/locarchive.c:1154 +#, c-format +msgid "\"%s\" is no directory; ignored" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:653 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:91 -msgid "No data available" -msgstr "Nincs feldolgozhat adat." +#: locale/programs/locarchive.c:1161 +#, c-format +msgid "cannot open directory \"%s\": %s: ignored" +msgstr "" -#: locale/programs/ld-address.c:131 locale/programs/ld-collate.c:1513 -#: locale/programs/ld-ctype.c:415 locale/programs/ld-identification.c:132 -#: locale/programs/ld-measurement.c:93 locale/programs/ld-messages.c:98 -#: locale/programs/ld-monetary.c:194 locale/programs/ld-name.c:94 -#: locale/programs/ld-numeric.c:99 locale/programs/ld-paper.c:91 -#: locale/programs/ld-telephone.c:94 locale/programs/ld-time.c:160 +#: locale/programs/locarchive.c:1233 #, c-format -msgid "No definition for %s category found" -msgstr "A '%s' kategria nincs meghatrozva" +msgid "incomplete set of locale files in \"%s\"" +msgstr "" -#: nis/nis_error.c:74 -msgid "No file space on server" -msgstr "Nincs hely a kiszolgln a fjloknak" +#: locale/programs/locarchive.c:1297 +#, c-format +msgid "cannot read all files in \"%s\": ignored" +msgstr "" -#: elf/ldconfig.c:543 +#: locale/programs/locarchive.c:1367 #, c-format -msgid "No link created since soname could not be found for %s" -msgstr "Nem jtt ltre hivatkozs a megosztott objektumra mert a '%s'-t nincs meg" +msgid "locale \"%s\" not in archive" +msgstr "" -#. TRANS No locks available. This is used by the file locking facilities; see -#. TRANS @ref{File Locks}. This error is never generated by the GNU system, but -#. TRANS it can result from an operation to an NFS server running another -#. TRANS operating system. -#: stdio-common/../sysdeps/gnu/errlist.c:548 -msgid "No locks available" -msgstr "A zrols nem elrhet" +#: locale/programs/locfile.c:132 +#, c-format +msgid "argument to `%s' must be a single character" +msgstr "" -#: posix/regex.c:1369 -msgid "No match" -msgstr "Nincs tallat" +#: locale/programs/locfile.c:252 +msgid "syntax error: not inside a locale definition section" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:833 -msgid "No medium found" -msgstr "Adathordoz nem tallhat" +#: locale/programs/locfile.c:626 +#, c-format +msgid "cannot open output file `%s' for category `%s'" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:661 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:65 -msgid "No message of desired type" -msgstr "Nincs kvnt tpus zenet" +#: locale/programs/locfile.c:650 +#, c-format +msgid "failure while writing data for category `%s'" +msgstr "" -#: nis/ypclnt.c:804 -msgid "No more records in map database" -msgstr "Nem tbb rekord az adatbzisban" +#: locale/programs/locfile.c:746 +#, c-format +msgid "cannot create output file `%s' for category `%s'" +msgstr "" -#: posix/regex.c:7956 -msgid "No previous regular expression" -msgstr "Nincs elz regulris kifejezs" +#: locale/programs/locfile.c:782 +msgid "expecting string argument for `copy'" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:76 -msgid "No record locks available" -msgstr "Nincs elrhet rekordzr" +#: locale/programs/locfile.c:786 +msgid "locale name should consist only of portable characters" +msgstr "" -#: sunrpc/rpcinfo.c:570 -msgid "No remote programs registered.\n" -msgstr "A tvoli program nincs bejegyezve.\n" +#: locale/programs/locfile.c:805 +msgid "no other keyword shall be specified when `copy' is used" +msgstr "" -#. TRANS The remote host for a requested network connection is not reachable. -#: stdio-common/../sysdeps/gnu/errlist.c:475 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:178 -msgid "No route to host" -msgstr "Nincs t a gphez" +#: locale/programs/locfile.c:819 +#, c-format +msgid "`%1$s' definition does not end with `END %1$s'" +msgstr "" -#. TRANS No space left on device; write operation on a file failed because the -#. TRANS disk is full. -#: stdio-common/../sysdeps/gnu/errlist.c:209 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:58 -msgid "No space left on device" -msgstr "Nincs hely az eszkzn" +#: locale/programs/repertoire.c:229 locale/programs/repertoire.c:270 +#: locale/programs/repertoire.c:295 +#, c-format +msgid "syntax error in repertoire map definition: %s" +msgstr "" -#. TRANS The wrong type of device was given to a function that expects a -#. TRANS particular sort of device. -#: stdio-common/../sysdeps/gnu/errlist.c:148 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:49 -msgid "No such device" -msgstr "Nincs ilyen eszkz" +#: locale/programs/repertoire.c:271 +msgid "no or value given" +msgstr "" -#. TRANS No such device or address. The system tried to use the device -#. TRANS represented by a file you specified, and it couldn't find the device. -#. TRANS This can mean that the device file was installed incorrectly, or that -#. TRANS the physical device is missing or not correctly attached to the -#. TRANS computer. -#: stdio-common/../sysdeps/gnu/errlist.c:62 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:36 -msgid "No such device or address" -msgstr "Nincs ilyen eszkz vagy cm" +#: locale/programs/repertoire.c:331 +#, c-format +msgid "cannot save new repertoire map" +msgstr "" -#. TRANS No such file or directory. This is a ``file doesn't exist'' error -#. TRANS for ordinary files that are referenced in contexts where they are -#. TRANS expected to already exist. -#: stdio-common/../sysdeps/gnu/errlist.c:32 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:32 -msgid "No such file or directory" -msgstr "Nincs ilyen fjl vagy knyvtr" +#: locale/programs/repertoire.c:342 +#, c-format +msgid "repertoire map file `%s' not found" +msgstr "" -#: nis/ypclnt.c:798 -msgid "No such key in map" -msgstr "Nincs ilyen kulcs " +#: login/programs/pt_chown.c:74 +#, c-format +msgid "Set the owner, group and access permission of the slave pseudo terminal corresponding to the master pseudo terminal passed on file descriptor `%d'. This is the helper program for the `grantpt' function. It is not intended to be run directly from the command line.\n" +msgstr "" -#: nis/ypclnt.c:796 -msgid "No such map in server's domain" -msgstr "Nincs ilyen lekpzs a kiszolgl tartomnyban" +#: login/programs/pt_chown.c:84 +#, c-format +msgid "" +"The owner is set to the current user, the group is set to `%s', and the access permission is set to `%o'.\n" +"\n" +"%s" +msgstr "" -#. TRANS No process matches the specified process ID. -#: stdio-common/../sysdeps/gnu/errlist.c:37 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:33 -msgid "No such process" -msgstr "Nincs ilyen folyamat" +#: login/programs/pt_chown.c:161 +#, c-format +msgid "too many arguments" +msgstr "" -#: nis/nis_error.c:61 -msgid "Non NIS+ namespace encountered" -msgstr "Nincs NIS+ nvtr tallkozs" +#: login/programs/pt_chown.c:169 +#, c-format +msgid "needs to be installed setuid `root'" +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:34 -msgid "Non-recoverable failure in name resolution" -msgstr "Nem helyrehozhat hiba a nv felods kzben" +#: malloc/mcheck.c:330 +msgid "memory is consistent, library is buggy\n" +msgstr "" -#: nis/nis_print.c:180 -msgid "None.\n" -msgstr "Nincs.\n" +#: malloc/mcheck.c:333 +msgid "memory clobbered before allocated block\n" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:817 -msgid "Not a XENIX named type file" -msgstr "Nem XENIX \"named\" tpus fjl" +#: malloc/mcheck.c:336 +msgid "memory clobbered past end of allocated block\n" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:107 -msgid "Not a data message" -msgstr "Nem adatzenet" +#: malloc/mcheck.c:339 +msgid "block freed twice\n" +msgstr "" -#. TRANS A file that isn't a directory was specified when a directory is required. -#: stdio-common/../sysdeps/gnu/errlist.c:153 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:50 -msgid "Not a directory" -msgstr "Nem knyvtr" +#: malloc/mcheck.c:342 +msgid "bogus mcheck_status, library is buggy\n" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:167 -msgid "Not a name file" -msgstr "Nem fjlnv" +#: malloc/memusage.sh:27 +msgid "Try \\`memusage --help' for more information." +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:90 -msgid "Not a stream device" -msgstr "Nem adatfolyam eszkz" +#: malloc/memusage.sh:33 +msgid "memusage: option \\`$1' requires an argument" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:168 -msgid "Not available" -msgstr "Nem elrhet" +#: malloc/memusage.sh:39 +msgid "" +"Usage: memusage [OPTION]... PROGRAM [PROGRAMOPTION]...\n" +"Profile memory usage of PROGRAM.\n" +"\n" +" -n,--progname=NAME Name of the program file to profile\n" +" -p,--png=FILE Generate PNG graphic and store it in FILE\n" +" -d,--data=FILE Generate binary data file and store it in FILE\n" +" -u,--unbuffered Don't buffer output\n" +" -b,--buffer=SIZE Collect SIZE entries before writing them out\n" +" --no-timer Don't collect additional information through timer\n" +" -m,--mmap Also trace mmap & friends\n" +"\n" +" -?,--help Print this help and exit\n" +" --usage Give a short usage message\n" +" -V,--version Print version information and exit\n" +"\n" +" The following options only apply when generating graphical output:\n" +" -t,--time-based Make graph linear in time\n" +" -T,--total Also draw graph of total memory use\n" +" --title=STRING Use STRING as title of the graph\n" +" -x,--x-size=SIZE Make graphic SIZE pixels wide\n" +" -y,--y-size=SIZE Make graphic SIZE pixels high\n" +"\n" +"Mandatory arguments to long options are also mandatory for any corresponding\n" +"short options.\n" +"\n" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:42 -msgid "Not enough space" -msgstr "Nincs elg hely" +#: malloc/memusage.sh:101 +msgid "" +"Syntax: memusage [--data=FILE] [--progname=NAME] [--png=FILE] [--unbuffered]\n" +" [--buffer=SIZE] [--no-timer] [--time-based] [--total]\n" +" [--title=STRING] [--x-size=SIZE] [--y-size=SIZE]\n" +" PROGRAM [PROGRAMOPTION]..." +msgstr "" -#: nis/nis_error.c:31 -msgid "Not found" -msgstr "Nem tallhat" +#: malloc/memusage.sh:193 +msgid "memusage: option \\`${1##*=}' is ambiguous" +msgstr "" -#: nis/nis_error.c:49 -msgid "Not found, no such name" -msgstr "Nem tallhat ,nincs ilyen nv" +#: malloc/memusage.sh:202 +msgid "memusage: unrecognized option \\`$1'" +msgstr "" -#: nis/nis_error.c:44 -msgid "Not master server for this domain" -msgstr "Nincs mester kiszolglja ennek a tartomnynak" +#: malloc/memusage.sh:215 +msgid "No program name given" +msgstr "" -#: nis/nis_error.c:40 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:31 -msgid "Not owner" -msgstr "Nem tulajdonos" +#: malloc/memusagestat.c:57 +msgid "Name output file" +msgstr "" -#. TRANS Not supported. A function returns this error when certain parameter -#. TRANS values are valid, but the functionality they request is not available. -#. TRANS This can mean that the function does not implement a particular command -#. TRANS or option value or flag bit at all. For functions that operate on some -#. TRANS object given in a parameter, such as a file descriptor or a port, it -#. TRANS might instead mean that only @emph{that specific object} (file -#. TRANS descriptor, port, etc.) is unable to support the other parameters given; -#. TRANS different file descriptors might support different ranges of parameter -#. TRANS values. -#. TRANS -#. TRANS If the entire function is not available at all in the implementation, -#. TRANS it returns @code{ENOSYS} instead. -#: stdio-common/../sysdeps/gnu/errlist.c:592 -msgid "Not supported" -msgstr "Nem tmogatott" +#: malloc/memusagestat.c:58 +msgid "Title string used in output graphic" +msgstr "" -#: nis/nis_print.c:267 -#, c-format -msgid "Number of Columns : %d\n" -msgstr "Oszlopok szma :%d\n" +#: malloc/memusagestat.c:59 +msgid "Generate output linear to time (default is linear to number of function calls)" +msgstr "" -#: nis/nis_print.c:366 -#, c-format -msgid "Number of objects : %u\n" -msgstr "Objektumok szma :%u\n" +#: malloc/memusagestat.c:61 +msgid "Also draw graph for total memory consumption" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:120 -msgid "Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS" -msgstr "A szimbolikus hivatkozsos szma elrte a MAXSYMLINKS rtkt" +#: malloc/memusagestat.c:62 +msgid "Make output graphic VALUE pixels wide" +msgstr "" -#. TRANS Domain error; used by mathematical functions when an argument value does -#. TRANS not fall into the domain over which the function is defined. -#: stdio-common/../sysdeps/gnu/errlist.c:241 -msgid "Numerical argument out of domain" -msgstr "Szmszer paramter van a tartomnyhatron" +#: malloc/memusagestat.c:63 +msgid "Make output graphic VALUE pixels high" +msgstr "" -#. TRANS Range error; used by mathematical functions when the result value is -#. TRANS not representable because of overflow or underflow. -#: stdio-common/../sysdeps/gnu/errlist.c:247 -msgid "Numerical result out of range" -msgstr "A szmszer eredmny tl nagy" +#: malloc/memusagestat.c:68 +msgid "Generate graphic from memory profiling data" +msgstr "" -#: nis/nis_print.c:370 -#, c-format -msgid "Object #%d:\n" -msgstr "Objektum #%d:\n" +#: malloc/memusagestat.c:71 +msgid "DATAFILE [OUTFILE]" +msgstr "" -#: nis/nis_print.c:320 -#, c-format -msgid "Object Name : %s\n" -msgstr "Objektum Nv :%s\n" +#: misc/error.c:118 +msgid "Unknown system error" +msgstr "Ismeretlen rendszerhiba" -#: nis/nis_print.c:332 -msgid "Object Type : " -msgstr "Objektum Tpus : " +#: nis/nis_callback.c:189 +msgid "unable to free arguments" +msgstr "" -#. TRANS An attempt was made to NFS-mount a remote file system with a file name that -#. TRANS already specifies an NFS-mounted file. -#. TRANS (This is an error on some operating systems, but we expect it to work -#. TRANS properly on the GNU system, making this error code impossible.) -#: stdio-common/../sysdeps/gnu/errlist.c:515 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:96 -msgid "Object is remote" -msgstr "Az objektum tvoli" +#: nis/nis_error.h:1 nis/ypclnt.c:833 nis/ypclnt.c:921 posix/regcomp.c:133 +#: sysdeps/gnu/errlist.c:20 +msgid "Success" +msgstr "Siker" -#: nis/nis_error.c:43 -msgid "Object with same name exists" -msgstr "Objektum megegyezik egy ltez nvvel" +#: nis/nis_error.h:2 +msgid "Probable success" +msgstr "Valószínű siker" -#: timezone/zic.c:2028 -msgid "Odd number of quotation marks" -msgstr "Pratlan szm az idzjelben" +#: nis/nis_error.h:3 +msgid "Not found" +msgstr "Nem található" -#: elf/ldconfig.c:129 -msgid "Only process directories specified on the command line. Don't build cache." -msgstr "Csak a folyamat knyvtrt hatrozhatja meg a parancssorban. Nem jtt ltre gyorstr." +#: nis/nis_error.h:4 +msgid "Probably not found" +msgstr "Valószínűleg nem található" -#: nscd/nscd.c:200 nscd/nscd.c:220 nscd/nscd.c:226 -msgid "Only root is allowed to use this option!" -msgstr "Csal rendszergazda szmra engedlyezett ez az opci!" +#: nis/nis_error.h:5 +msgid "Cache expired" +msgstr "" -#. TRANS An operation is already in progress on an object that has non-blocking -#. TRANS mode selected. -#: stdio-common/../sysdeps/gnu/errlist.c:307 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:179 -msgid "Operation already in progress" -msgstr "A mvelet mr folyamatban van" +#: nis/nis_error.h:6 +msgid "NIS+ servers unreachable" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:77 -msgid "Operation canceled" -msgstr "Mvelet megszaktva" +#: nis/nis_error.h:7 +msgid "Unknown object" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:119 -msgid "Operation not applicable" -msgstr "Mvelet nem alkalmazhat" +#: nis/nis_error.h:8 +msgid "Server busy, try again" +msgstr "" -#. TRANS Operation not permitted; only the owner of the file (or other resource) -#. TRANS or processes with special privileges can perform the operation. -#: stdio-common/../sysdeps/gnu/errlist.c:25 -msgid "Operation not permitted" -msgstr "A mvelet nem engedett" +#: nis/nis_error.h:9 +msgid "Generic system error" +msgstr "" -#. TRANS The operation you requested is not supported. Some socket functions -#. TRANS don't make sense for all types of sockets, and others may not be -#. TRANS implemented for all communications protocols. In the GNU system, this -#. TRANS error can happen for many calls when the object does not support the -#. TRANS particular operation; it is a generic indication that the server knows -#. TRANS nothing to do for that call. -#: stdio-common/../sysdeps/gnu/errlist.c:351 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:78 -msgid "Operation not supported" -msgstr "A mvelet nem tmogatott" +#: nis/nis_error.h:10 +msgid "First/next chain broken" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:152 -msgid "Operation not supported on transport endpoint" -msgstr "A mveletet nem tmogatja az tviteli vgpont" +#. TRANS Permission denied; the file permissions do not allow the attempted operation. +#: nis/nis_error.h:11 nis/ypclnt.c:878 sysdeps/gnu/errlist.c:157 +msgid "Permission denied" +msgstr "Engedély megtagadva" -#. TRANS An operation that cannot complete immediately was initiated on an object -#. TRANS that has non-blocking mode selected. Some functions that must always -#. TRANS block (such as @code{connect}; @pxref{Connecting}) never return -#. TRANS @code{EAGAIN}. Instead, they return @code{EINPROGRESS} to indicate that -#. TRANS the operation has begun and will take some time. Attempts to manipulate -#. TRANS the object before the call completes return @code{EALREADY}. You can -#. TRANS use the @code{select} function to find out when the pending operation -#. TRANS has completed; @pxref{Waiting for I/O}. -#: stdio-common/../sysdeps/gnu/errlist.c:301 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:180 -msgid "Operation now in progress" -msgstr "A mvelet folyamatban" +#: nis/nis_error.h:12 +msgid "Not owner" +msgstr "Nem tulajdonos" -#. TRANS In the GNU C library, this is another name for @code{EAGAIN} (above). -#. TRANS The values are always the same, on every operating system. -#. TRANS -#. TRANS C libraries in many older Unix systems have @code{EWOULDBLOCK} as a -#. TRANS separate error code. -#: stdio-common/../sysdeps/gnu/errlist.c:289 -msgid "Operation would block" -msgstr "A mvelet blokkolna" +#: nis/nis_error.h:13 +msgid "Name not served by this server" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:129 -msgid "Option not supported by protocol" -msgstr "Az opcit nem tmogatja a protokoll" +#: nis/nis_error.h:14 +msgid "Server out of memory" +msgstr "" -#: locale/programs/localedef.c:103 -msgid "Optional output file prefix" -msgstr "Vlaszhat kimeneti fjl eltt" +#: nis/nis_error.h:15 +msgid "Object with same name exists" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:93 -msgid "Out of stream resources" -msgstr "Elfogytak az adatfolyam erforrsai" +#: nis/nis_error.h:16 +msgid "Not master server for this domain" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:665 -msgid "Out of streams resources" -msgstr "Elfogytak az adatfolyamok erforrsai" +#: nis/nis_error.h:17 +msgid "Invalid object for operation" +msgstr "" -#: iconv/iconv_prog.c:64 locale/programs/localedef.c:99 -msgid "Output control:" -msgstr "Kimenet :" +#: nis/nis_error.h:18 +msgid "Malformed name, or illegal name" +msgstr "" -#: elf/sprof.c:72 -msgid "Output selection:" -msgstr "Kimenet kivlaszts:" +#: nis/nis_error.h:19 +msgid "Unable to create callback" +msgstr "" -#: nis/nis_print.c:322 -#, c-format -msgid "Owner : %s\n" -msgstr "Tulajdonos :%s\n" +#: nis/nis_error.h:20 +msgid "Results sent to callback proc" +msgstr "" -#: nis/nis_print.c:130 -msgid "PRIVATE\n" -msgstr "MAGN\n" +#: nis/nis_error.h:21 +msgid "Not found, no such name" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:757 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:95 -msgid "Package not installed" -msgstr "A csomag nincs teleptve" +#: nis/nis_error.h:22 +msgid "Name/entry isn't unique" +msgstr "" -#: nscd/nscd_conf.c:83 -#, c-format -msgid "Parse error: %s" -msgstr "rtelmezsi hiba: %s" +#: nis/nis_error.h:23 +msgid "Modification failed" +msgstr "" -#: nis/nis_error.c:55 -msgid "Partial success" -msgstr "Rszlegesen siker" +#: nis/nis_error.h:24 +msgid "Database for table does not exist" +msgstr "" -#: nis/nis_error.c:63 -msgid "Passed object is not the same object on server" -msgstr "Az tkldtt objektum nem azonos a kiszolgln levvel" +#: nis/nis_error.h:25 +msgid "Entry/table type mismatch" +msgstr "" -#: elf/ldconfig.c:282 -#, c-format -msgid "Path `%s' given more than once" -msgstr "A '%s' elrsi utat tbbszr adta meg" +#: nis/nis_error.h:26 +msgid "Link points to illegal name" +msgstr "" -#. TRANS Permission denied; the file permissions do not allow the attempted operation. -#: nis/nis_error.c:39 nis/ypclnt.c:818 -#: stdio-common/../sysdeps/gnu/errlist.c:109 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:43 -msgid "Permission denied" -msgstr "Hozzfrs megtagadva" +#: nis/nis_error.h:27 +msgid "Partial success" +msgstr "" -#: sysdeps/generic/siglist.h:71 -msgid "Power failure" -msgstr "Tpellts srlt" +#: nis/nis_error.h:28 +msgid "Too many attributes" +msgstr "" -#: posix/regex.c:1408 -msgid "Premature end of regular expression" -msgstr "A regulris kifejezs tl hamar rt vget" +#: nis/nis_error.h:29 +msgid "Error in RPC subsystem" +msgstr "Hiba az RPC alrendszerben" -#: elf/ldconfig.c:122 -msgid "Print cache" -msgstr "Nyomtatsi gyorstr" +#: nis/nis_error.h:30 +msgid "Missing or malformed attribute" +msgstr "" -#: nscd/nscd.c:89 -msgid "Print current configuration statistic" -msgstr "A aktulis belltsi statisztika nyomtatsa" +#: nis/nis_error.h:31 +msgid "Named object is not searchable" +msgstr "" -#: locale/programs/locale.c:81 -msgid "Print more information" -msgstr "Tbb adat kirsa" +#: nis/nis_error.h:32 +msgid "Error while talking to callback proc" +msgstr "" -#: locale/programs/localedef.c:107 -msgid "Print more messages" -msgstr "Tbb zenet kirsa" +#: nis/nis_error.h:33 +msgid "Non NIS+ namespace encountered" +msgstr "" -#: argp/argp-parse.c:154 -msgid "Print program version" -msgstr "A program verzijnak kirsa" +#: nis/nis_error.h:34 +msgid "Illegal object type for operation" +msgstr "" -#: nis/nis_error.c:30 -msgid "Probable success" -msgstr "Taln sikerlt" +#: nis/nis_error.h:35 +msgid "Passed object is not the same object on server" +msgstr "" -#: nis/nis_error.c:32 -msgid "Probably not found" -msgstr "Taln nincs meg" +#: nis/nis_error.h:36 +msgid "Modify operation failed" +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:42 -msgid "Processing request in progress" -msgstr "A krs teljestse folyamatban" +#: nis/nis_error.h:37 +msgid "Query illegal for named table" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:53 sysdeps/generic/siglist.h:53 -msgid "Profiling timer expired" -msgstr "Profilozsi id lejrt" +#: nis/nis_error.h:38 +msgid "Attempt to remove a non-empty table" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:709 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:72 -msgid "Protocol driver not attached" -msgstr "A protokoll illesztprogramja nincs csatolva" +#: nis/nis_error.h:39 +msgid "Error in accessing NIS+ cold start file. Is NIS+ installed?" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:677 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:101 -msgid "Protocol error" -msgstr "Protokollhiba" +#: nis/nis_error.h:40 +msgid "Full resync required for directory" +msgstr "" -#. TRANS The socket communications protocol family you requested is not supported. -#: stdio-common/../sysdeps/gnu/errlist.c:356 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:153 -msgid "Protocol family not supported" -msgstr "A protokollcsald nem tmogatott" +#: nis/nis_error.h:41 +msgid "NIS+ operation failed" +msgstr "" -#. TRANS You specified a socket option that doesn't make sense for the -#. TRANS particular protocol being used by the socket. @xref{Socket Options}. -#: stdio-common/../sysdeps/gnu/errlist.c:329 -msgid "Protocol not available" -msgstr "A protokoll nem elrhet" +#: nis/nis_error.h:42 +msgid "NIS+ service is unavailable or not installed" +msgstr "" -#. TRANS The socket domain does not support the requested communications protocol -#. TRANS (perhaps because the requested protocol is completely invalid). -#. TRANS @xref{Creating a Socket}. -#: stdio-common/../sysdeps/gnu/errlist.c:336 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:150 -msgid "Protocol not supported" -msgstr "A protokoll nem tmogatott" +#: nis/nis_error.h:43 +msgid "Yes, 42 is the meaning of life" +msgstr "Igen, az élet értelme 42" -#. TRANS The socket type does not support the requested communications protocol. -#: stdio-common/../sysdeps/gnu/errlist.c:323 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:128 -msgid "Protocol wrong type for socket" -msgstr "Protokollnak nem megfelel tpus az illesztponthoz" +#: nis/nis_error.h:44 +msgid "Unable to authenticate NIS+ server" +msgstr "" -#: nis/nis_error.c:65 -msgid "Query illegal for named table" -msgstr "rvnytelen lekrdezs a nv tblban" +#: nis/nis_error.h:45 +msgid "Unable to authenticate NIS+ client" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:29 sysdeps/generic/siglist.h:31 -msgid "Quit" -msgstr "Kilps" +#: nis/nis_error.h:46 +msgid "No file space on server" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:773 -msgid "RFS specific error" -msgstr "RFS specifikus hiba" +#: nis/nis_error.h:47 +msgid "Unable to create process on server" +msgstr "" -#. TRANS ??? -#: stdio-common/../sysdeps/gnu/errlist.c:540 -msgid "RPC bad procedure for program" -msgstr "rossz RPC eljrs a programban" +#: nis/nis_error.h:48 +msgid "Master server busy, full dump rescheduled." +msgstr "" -#: nis/ypclnt.c:792 -msgid "RPC failure on NIS operation" -msgstr "Az RPC sikertelen a NIS mvet alatt" +#: nis/nis_local_names.c:122 +#, c-format +msgid "LOCAL entry for UID %d in directory %s not unique\n" +msgstr "" -#. TRANS ??? -#: stdio-common/../sysdeps/gnu/errlist.c:530 -msgid "RPC program not available" -msgstr "Az RPC program nem elrhet" +#: nis/nis_print.c:51 +msgid "UNKNOWN" +msgstr "ISMERETLEN" -#. TRANS ??? -#: stdio-common/../sysdeps/gnu/errlist.c:535 -msgid "RPC program version wrong" -msgstr "Az RPC programnak rossza a verzija" +#: nis/nis_print.c:109 +msgid "BOGUS OBJECT\n" +msgstr "" -#. TRANS ??? -#: stdio-common/../sysdeps/gnu/errlist.c:520 -msgid "RPC struct is bad" -msgstr "Az RPC struktra hibs" +#: nis/nis_print.c:112 +msgid "NO OBJECT\n" +msgstr "" -#. TRANS ??? -#: stdio-common/../sysdeps/gnu/errlist.c:525 -msgid "RPC version wrong" -msgstr "Hibs RPC verzi" +#: nis/nis_print.c:115 +msgid "DIRECTORY\n" +msgstr "" -#: sunrpc/clnt_perr.c:284 -msgid "RPC: (unknown error code)" -msgstr "RPC: (ismeretlen hiba kd)" +#: nis/nis_print.c:118 +msgid "GROUP\n" +msgstr "" -#: sunrpc/clnt_perr.c:203 -msgid "RPC: Authentication error" -msgstr "RPC: Azonostsi hiba" +#: nis/nis_print.c:121 +msgid "TABLE\n" +msgstr "" -#: sunrpc/clnt_perr.c:183 -msgid "RPC: Can't decode result" -msgstr "RPC: Nem lehet visszakdlni az eredmnyt" +#: nis/nis_print.c:124 +msgid "ENTRY\n" +msgstr "" -#: sunrpc/clnt_perr.c:179 -msgid "RPC: Can't encode arguments" -msgstr "RPC: Nem lehet vissza kdlni a paramtereket" +#: nis/nis_print.c:127 +msgid "LINK\n" +msgstr "" -#: sunrpc/clnt_perr.c:243 -msgid "RPC: Failed (unspecified error)" -msgstr "RPC: Nem sikerlt (nem meghatrozhat hiba)" +#: nis/nis_print.c:130 +msgid "PRIVATE\n" +msgstr "" -#: sunrpc/clnt_perr.c:199 -msgid "RPC: Incompatible versions of RPC" -msgstr "RPC: sszefrhetetlen RPC verzi" +#: nis/nis_print.c:133 +msgid "(Unknown object)\n" +msgstr "" -#: sunrpc/clnt_perr.c:235 -msgid "RPC: Port mapper failure" -msgstr "RPC: A port letapogats sikertelen" +#: nis/nis_print.c:167 +#, c-format +msgid "Name : `%s'\n" +msgstr "" -#: sunrpc/clnt_perr.c:215 -msgid "RPC: Procedure unavailable" -msgstr "RPC: A mvelte nem elrhet" +#: nis/nis_print.c:168 +#, c-format +msgid "Type : %s\n" +msgstr "" -#: sunrpc/clnt_perr.c:239 -msgid "RPC: Program not registered" -msgstr "RPC: A program nincs bejegyezve" +#: nis/nis_print.c:173 +msgid "Master Server :\n" +msgstr "" -#: sunrpc/clnt_perr.c:207 -msgid "RPC: Program unavailable" -msgstr "RPC: A program nem elrhet" +#: nis/nis_print.c:175 +msgid "Replicate :\n" +msgstr "" -#: sunrpc/clnt_perr.c:211 -msgid "RPC: Program/version mismatch" -msgstr "RPC: Program/Verzi klnbzik" +#: nis/nis_print.c:176 +#, c-format +msgid "\tName : %s\n" +msgstr "" -#: sunrpc/clnt_perr.c:223 -msgid "RPC: Remote system error" -msgstr "RPC: Tvoli rendszer hiba" +#: nis/nis_print.c:177 +msgid "\tPublic Key : " +msgstr "" -#: sunrpc/clnt_perr.c:219 -msgid "RPC: Server can't decode arguments" -msgstr "RPC: A kiszolgl nem tudja vissza kdlni a paramtereket" +#: nis/nis_print.c:181 +msgid "None.\n" +msgstr "" -#: sunrpc/clnt_perr.c:176 -msgid "RPC: Success" -msgstr "RPC: Sikeres" +#: nis/nis_print.c:184 +#, c-format +msgid "Diffie-Hellmann (%d bits)\n" +msgstr "" -#: sunrpc/clnt_perr.c:195 -msgid "RPC: Timed out" -msgstr "RPC: Id tl lps" +#: nis/nis_print.c:189 +#, c-format +msgid "RSA (%d bits)\n" +msgstr "" -#: sunrpc/clnt_perr.c:191 -msgid "RPC: Unable to receive" -msgstr "RPC: Nem sikerl az adatokat fogadni" +#: nis/nis_print.c:192 +msgid "Kerberos.\n" +msgstr "" -#: sunrpc/clnt_perr.c:187 -msgid "RPC: Unable to send" -msgstr "RPC: Nem sikerl az adatokat kldeni" +#: nis/nis_print.c:195 +#, c-format +msgid "Unknown (type = %d, bits = %d)\n" +msgstr "" -#: sunrpc/clnt_perr.c:227 -msgid "RPC: Unknown host" -msgstr "RPC: Ismeretlen gp" +#: nis/nis_print.c:206 +#, c-format +msgid "\tUniversal addresses (%u)\n" +msgstr "" -#: sunrpc/clnt_perr.c:231 -msgid "RPC: Unknown protocol" -msgstr "RPC: Ismeretlen protokoll" +#: nis/nis_print.c:228 +msgid "Time to live : " +msgstr "" -#: nis/nis_print.c:188 -#, c-format -msgid "RSA (%d bits)\n" -msgstr "RSA (%d bit)\n" +#: nis/nis_print.c:230 +msgid "Default Access rights :\n" +msgstr "" -#: elf/dl-sym.c:72 elf/dl-sym.c:134 -msgid "RTLD_NEXT used in code not dynamically loaded" -msgstr "A felhasznlt RTLD_NEXT kd nem tlthet be dinamikusan" +#: nis/nis_print.c:239 +#, c-format +msgid "\tType : %s\n" +msgstr "" -#: elf/sprof.c:84 -msgid "Read and display shared object profiling data" -msgstr "Kiolvassa s megjelenti a megosztott objektum profiljnak az adatait" +#: nis/nis_print.c:240 +msgid "\tAccess rights: " +msgstr "" -#: nscd/nscd.c:84 -msgid "Read configuration data from NAME" -msgstr "A konfigurcis adatok olvassa a NVBL" +#: nis/nis_print.c:254 +msgid "Group Flags :" +msgstr "" -#. TRANS An attempt was made to modify something on a read-only file system. -#: stdio-common/../sysdeps/gnu/errlist.c:219 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:60 -msgid "Read-only file system" -msgstr "Csak olvashat fjlrendszer" +#: nis/nis_print.c:257 +msgid "" +"\n" +"Group Members :\n" +msgstr "" -#: string/strsignal.c:67 +#: nis/nis_print.c:269 #, c-format -msgid "Real-time signal %d" -msgstr "Vals idej jel %d" +msgid "Table Type : %s\n" +msgstr "" -#: posix/regex.c:1411 -msgid "Regular expression too big" -msgstr "Tl nagy regulris kifejezs" +#: nis/nis_print.c:270 +#, c-format +msgid "Number of Columns : %d\n" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:829 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:170 -msgid "Remote I/O error" -msgstr "Tvoli I/O hiba" +#: nis/nis_print.c:271 +#, c-format +msgid "Character Separator : %c\n" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:785 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:112 -msgid "Remote address changed" -msgstr "A tvoli cm megvltozott" +#: nis/nis_print.c:272 +#, c-format +msgid "Search Path : %s\n" +msgstr "" -#: inet/ruserpass.c:185 -msgid "Remove password or make file unreadable by others." -msgstr "A jelsz eltvoltsa vagy a fjl olvashatatlann ttele a tbbieknek" +#: nis/nis_print.c:273 +msgid "Columns :\n" +msgstr "" -#: elf/cache.c:431 +#: nis/nis_print.c:276 #, c-format -msgid "Renaming of %s to %s failed" -msgstr "Az tnevezs '%s'-rl '%s'-re sikertelen" +msgid "\t[%d]\tName : %s\n" +msgstr "" -#: elf/sprof.c:532 -#, c-format -msgid "Reopening shared object `%s' failed" -msgstr "A '%s' megosztott objektum jra megnyitsa nem sikerlt" +#: nis/nis_print.c:278 +msgid "\t\tAttributes : " +msgstr "" -#: nis/nis_print.c:174 -msgid "Replicate :\n" -msgstr "Msols :\n" +#: nis/nis_print.c:280 +msgid "\t\tAccess Rights : " +msgstr "" + +#: nis/nis_print.c:290 +msgid "Linked Object Type : " +msgstr "" -#: argp/argp-help.c:1639 +#: nis/nis_print.c:292 #, c-format -msgid "Report bugs to %s.\n" -msgstr "Hibkat '%s' cmre krjk jelenteni. A fordtsi hibkat pedig a stive@mezobereny.hu cmre.\n" +msgid "Linked to : %s\n" +msgstr "" -#: catgets/gencat.c:233 debug/pcprofiledump.c:181 iconv/iconv_prog.c:379 -#: iconv/iconvconfig.c:321 locale/programs/locale.c:268 -#: locale/programs/localedef.c:297 malloc/memusagestat.c:602 -msgid "Report bugs using the `glibcbug' script to .\n" -msgstr "A hiba jelentseket a 'glibcbug' programmal ksztse el s a cmre kldje.\n" +#: nis/nis_print.c:302 +#, c-format +msgid "\tEntry data of type %s\n" +msgstr "" -#: nis/ypclnt.c:790 -msgid "Request arguments bad" -msgstr "A szksges paramter hibs" +#: nis/nis_print.c:305 +#, c-format +msgid "\t[%u] - [%u bytes] " +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:43 -msgid "Request canceled" -msgstr "Krs megszaktva" +#: nis/nis_print.c:308 +msgid "Encrypted data\n" +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:44 -msgid "Request not canceled" -msgstr "Krs nincs megszaktva" +#: nis/nis_print.c:310 +msgid "Binary data\n" +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:171 -msgid "Reserved for future use" -msgstr "Fenntartva a ksbbi hasznlatra" +#: nis/nis_print.c:326 +#, c-format +msgid "Object Name : %s\n" +msgstr "" -#: resolv/herror.c:67 -msgid "Resolver Error 0 (no error)" -msgstr "0-s feloldsa hiba (nem hiba)" +#: nis/nis_print.c:327 +#, c-format +msgid "Directory : %s\n" +msgstr "" -#: resolv/herror.c:107 -msgid "Resolver internal error" -msgstr "A felodl bels hibja" +#: nis/nis_print.c:328 +#, c-format +msgid "Owner : %s\n" +msgstr "" -#. TRANS Deadlock avoided; allocating a system resource would have resulted in a -#. TRANS deadlock situation. The system does not guarantee that it will notice -#. TRANS all such situations. This error means you got lucky and the system -#. TRANS noticed; it might just hang. @xref{File Locks}, for an example. -#: stdio-common/../sysdeps/gnu/errlist.c:98 -msgid "Resource deadlock avoided" -msgstr "Erforrs \"deadlock\" elmaradt" +#: nis/nis_print.c:329 +#, c-format +msgid "Group : %s\n" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:55 sysdeps/generic/siglist.h:74 -msgid "Resource lost" -msgstr "Erforrs elveszett" +#: nis/nis_print.c:330 +msgid "Access Rights : " +msgstr "" -#. TRANS Resource temporarily unavailable; the call might work if you try again -#. TRANS later. The macro @code{EWOULDBLOCK} is another name for @code{EAGAIN}; -#. TRANS they are always the same in the GNU C library. -#. TRANS -#. TRANS This error can happen in a few different situations: -#. TRANS -#. TRANS @itemize @bullet -#. TRANS @item -#. TRANS An operation that would block was attempted on an object that has -#. TRANS non-blocking mode selected. Trying the same operation again will block -#. TRANS until some external condition makes it possible to read, write, or -#. TRANS connect (whatever the operation). You can use @code{select} to find out -#. TRANS when the operation will be possible; @pxref{Waiting for I/O}. -#. TRANS -#. TRANS @strong{Portability Note:} In many older Unix systems, this condition -#. TRANS was indicated by @code{EWOULDBLOCK}, which was a distinct error code -#. TRANS different from @code{EAGAIN}. To make your program portable, you should -#. TRANS check for both codes and treat them the same. -#. TRANS -#. TRANS @item -#. TRANS A temporary resource shortage made an operation impossible. @code{fork} -#. TRANS can return this error. It indicates that the shortage is expected to -#. TRANS pass, so your program can try the call again later and it may succeed. -#. TRANS It is probably a good idea to delay for a few seconds before trying it -#. TRANS again, to allow time for other processes to release scarce resources. -#. TRANS Such shortages are usually fairly serious and affect the whole system, -#. TRANS so usually an interactive program should report the error to the user -#. TRANS and return to its command loop. -#. TRANS @end itemize -#: stdio-common/../sysdeps/gnu/errlist.c:280 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:41 -msgid "Resource temporarily unavailable" -msgstr "Erforrs ideiglenesen elrhetetlen" +#: nis/nis_print.c:332 +#, c-format +msgid "" +"\n" +"Time to Live : " +msgstr "" -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:64 -msgid "Result too large" -msgstr "Eredmny tl nagy" +#: nis/nis_print.c:335 +#, c-format +msgid "Creation Time : %s" +msgstr "" -#: nis/nis_error.c:48 -msgid "Results sent to callback proc" -msgstr "Eredmnyeket elkldtem a \"callback\"-nek" +#: nis/nis_print.c:337 +#, c-format +msgid "Mod. Time : %s" +msgstr "" -#: elf/sprof.c:87 -msgid "SHOBJ [PROFDATA]" -msgstr "SHOBJ [PROFDATA]" +#: nis/nis_print.c:338 +msgid "Object Type : " +msgstr "" -#: nis/nis_print.c:269 +#: nis/nis_print.c:358 #, c-format -msgid "Search Path : %s\n" -msgstr "Keressi t :%s\n" +msgid " Data Length = %u\n" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:37 sysdeps/generic/siglist.h:38 -msgid "Segmentation fault" -msgstr "Szegmens hiba" +#: nis/nis_print.c:372 +#, c-format +msgid "Status : %s\n" +msgstr "" -#: nis/nis_error.c:36 -msgid "Server busy, try again" -msgstr "Kiszolgl foglalt, problja meg ksbb jra" +#: nis/nis_print.c:373 +#, c-format +msgid "Number of objects : %u\n" +msgstr "" -#: nis/nis_error.c:42 -msgid "Server out of memory" -msgstr "Kiszolgln elfogyott a memria" +#: nis/nis_print.c:377 +#, c-format +msgid "Object #%d:\n" +msgstr "" -#: sunrpc/clnt_perr.c:361 -msgid "Server rejected credential" -msgstr "Kiszolgl nem fogadta el az igazolsokat" +#: nis/nis_print_group_entry.c:117 +#, c-format +msgid "Group entry for \"%s.%s\" group:\n" +msgstr "" -#: sunrpc/clnt_perr.c:369 -msgid "Server rejected verifier" -msgstr "Kiszolgl nem fogadta el az ellenrzt" +#: nis/nis_print_group_entry.c:125 +msgid " Explicit members:\n" +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:39 -msgid "Servname not supported for ai_socktype" -msgstr "A Servname nem tmogatja a ai_socktype-ot" +#: nis/nis_print_group_entry.c:130 +msgid " No explicit members\n" +msgstr "" -#: argp/argp-parse.c:95 -msgid "Set the program name" -msgstr "A program nv belltsa" +#: nis/nis_print_group_entry.c:133 +msgid " Implicit members:\n" +msgstr "" -#: nscd/nscd.c:88 -msgid "Shut the server down" -msgstr "A kiszolgl lell" +#: nis/nis_print_group_entry.c:138 +msgid " No implicit members\n" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:26 -msgid "Signal 0" -msgstr "0-s jel" +#: nis/nis_print_group_entry.c:141 +msgid " Recursive members:\n" +msgstr "" -#. TRANS A file that isn't a socket was specified when a socket is required. -#: stdio-common/../sysdeps/gnu/errlist.c:312 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:125 -msgid "Socket operation on non-socket" -msgstr "Illesztpont mvelet egy nem illesztponton" +#: nis/nis_print_group_entry.c:146 +msgid " No recursive members\n" +msgstr "" -#. TRANS The socket type is not supported. -#: stdio-common/../sysdeps/gnu/errlist.c:341 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:151 -msgid "Socket type not supported" -msgstr "Az illesztpont tpus nem tmogatott" +#: nis/nis_print_group_entry.c:149 +msgid " Explicit nonmembers:\n" +msgstr "" -#. TRANS A network connection was aborted locally. -#: stdio-common/../sysdeps/gnu/errlist.c:395 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:160 -msgid "Software caused connection abort" -msgstr "A szoftver megszaktotta a kapcsolatot" +#: nis/nis_print_group_entry.c:154 +msgid " No explicit nonmembers\n" +msgstr "" -#: sunrpc/rpcinfo.c:658 -msgid "Sorry. You are not root\n" -msgstr "Sajnlom. n nem rendszergazda\n" +#: nis/nis_print_group_entry.c:157 +msgid " Implicit nonmembers:\n" +msgstr "" -#: locale/programs/localedef.c:95 -msgid "Source definitions are found in FILE" -msgstr "A forrs meghatrozst nem tallom a FJLBAN" +#: nis/nis_print_group_entry.c:162 +msgid " No implicit nonmembers\n" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:765 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:99 -msgid "Srmount error" -msgstr "Srmount hiba" +#: nis/nis_print_group_entry.c:165 +msgid " Recursive nonmembers:\n" +msgstr "" -#: sysdeps/generic/siglist.h:66 -msgid "Stack fault" -msgstr "Hibs verem" +#: nis/nis_print_group_entry.c:170 +msgid " No recursive nonmembers\n" +msgstr "" -#. TRANS Stale NFS file handle. This indicates an internal confusion in the NFS -#. TRANS system which is due to file system rearrangements on the server host. -#. TRANS Repairing this condition usually requires unmounting and remounting -#. TRANS the NFS file system on the local host. -#: stdio-common/../sysdeps/gnu/errlist.c:507 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:181 -msgid "Stale NFS file handle" -msgstr "Elvlt NFS fjl" +#: nis/nss_nisplus/nisplus-publickey.c:101 +#: nis/nss_nisplus/nisplus-publickey.c:183 +#, c-format +msgid "DES entry for netname %s not unique\n" +msgstr "" -#: nscd/nscd.c:87 -msgid "Start NUMBER threads" -msgstr "SZM folyamat indtsa" +#: nis/nss_nisplus/nisplus-publickey.c:220 +#, c-format +msgid "netname2user: missing group id list in `%s'" +msgstr "" -#: nis/nis_print.c:365 +#: nis/nss_nisplus/nisplus-publickey.c:302 +#: nis/nss_nisplus/nisplus-publickey.c:308 +#: nis/nss_nisplus/nisplus-publickey.c:373 +#: nis/nss_nisplus/nisplus-publickey.c:382 #, c-format -msgid "Status : %s\n" -msgstr "llapot :%s\n" +msgid "netname2user: (nis+ lookup): %s\n" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:44 sysdeps/generic/siglist.h:44 -msgid "Stopped" -msgstr "Meglltva" +#: nis/nss_nisplus/nisplus-publickey.c:321 +#, c-format +msgid "netname2user: DES entry for %s in directory %s not unique" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:43 sysdeps/generic/siglist.h:43 -msgid "Stopped (signal)" -msgstr "Meglltva (jel)" +#: nis/nss_nisplus/nisplus-publickey.c:339 +#, c-format +msgid "netname2user: principal name `%s' too long" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:47 sysdeps/generic/siglist.h:47 -msgid "Stopped (tty input)" -msgstr "Meglltva (tty bemenet)" +#: nis/nss_nisplus/nisplus-publickey.c:395 +#, c-format +msgid "netname2user: LOCAL entry for %s in directory %s not unique" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:48 sysdeps/generic/siglist.h:48 -msgid "Stopped (tty output)" -msgstr "Meglltva (tty kimenet)" +#: nis/nss_nisplus/nisplus-publickey.c:402 +msgid "netname2user: should not have uid 0" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:809 -msgid "Streams pipe error" -msgstr "Streams csvezetk (pipe) hiba" +#: nis/ypclnt.c:836 +msgid "Request arguments bad" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:813 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:165 -msgid "Structure needs cleaning" -msgstr "A struktrt meg kell tiszttani" +#: nis/ypclnt.c:839 +msgid "RPC failure on NIS operation" +msgstr "" -#: nis/nis_error.c:29 nis/ypclnt.c:788 nis/ypclnt.c:862 posix/regex.c:1366 -#: stdio-common/../sysdeps/gnu/errlist.c:20 -msgid "Success" -msgstr "Sikerlt" +#: nis/ypclnt.c:842 +msgid "Can't bind to server which serves this domain" +msgstr "" -#: nss/getent.c:703 -msgid "Supported databases:" -msgstr "Tmogatott adatbzisok:" +#: nis/ypclnt.c:845 +msgid "No such map in server's domain" +msgstr "" -#: locale/programs/localedef.c:106 -msgid "Suppress warnings and information messages" -msgstr "Eltitkolt figyelmeztetsek s informcik" +#: nis/ypclnt.c:848 +msgid "No such key in map" +msgstr "" -#: locale/programs/localedef.c:94 -msgid "Symbolic character names defined in FILE" -msgstr "Szimbolikus karakter nevek meghatrozsa a FJLBAN" - -#: posix/../sysdeps/posix/gai_strerror.c:41 -msgid "System error" -msgstr "Rendszer hiba" - -#: locale/programs/locale.c:73 -msgid "System information:" -msgstr "Rendszer informci:" +#: nis/ypclnt.c:851 +msgid "Internal NIS error" +msgstr "" -#: nis/ypclnt.c:868 -msgid "System resource allocation failure" -msgstr "Rendszer erforrs kioszts sikertelen" +#: nis/ypclnt.c:854 +msgid "Local resource allocation failure" +msgstr "A helyi erőforrás-foglalás meghiúsult" -#: locale/programs/localedef.c:292 -#, c-format -msgid "" -"System's directory for character maps : %s\n" -" repertoire maps: %s\n" -" locale path : %s\n" -"%s" +#: nis/ypclnt.c:857 +msgid "No more records in map database" msgstr "" -"A karakterek rendszer knyvtra : %s\n" -" repertor :%s\n" -" helyi elrsi t :%s\n" -"%s" -#: nscd/nscd.c:90 -msgid "TABLE" -msgstr "TBLA" +#: nis/ypclnt.c:860 +msgid "Can't communicate with portmapper" +msgstr "Nem lehet a portmapperrel kommunikálni" -#: nis/nis_print.c:121 -msgid "TABLE\n" -msgstr "TBLA\n" +#: nis/ypclnt.c:863 +msgid "Can't communicate with ypbind" +msgstr "Nem lehet az ypbinddal kommunikálni" -#: nscd/nscd.c:92 -msgid "TABLE,yes" -msgstr "TBLA,igen" +#: nis/ypclnt.c:866 +msgid "Can't communicate with ypserv" +msgstr "Nem lehet az ypservvel kommunikálni" -#: nis/nis_print.c:266 -#, c-format -msgid "Table Type : %s\n" -msgstr "Tblzat Tpus : %s\n" +#: nis/ypclnt.c:869 +msgid "Local domain name not set" +msgstr "Helyi tartománynév nincs beállítva" -#: posix/../sysdeps/posix/gai_strerror.c:32 -msgid "Temporary failure in name resolution" -msgstr "Ideiglenesen nem lehetsges a nv feloldsa" +#: nis/ypclnt.c:872 +msgid "NIS map database is bad" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:41 sysdeps/generic/siglist.h:41 -msgid "Terminated" -msgstr "Flbeszaktva" +#: nis/ypclnt.c:875 +msgid "NIS client/server version mismatch - can't supply service" +msgstr "" -#. TRANS An attempt to execute a file that is currently open for writing, or -#. TRANS write to a file that is currently being executed. Often using a -#. TRANS debugger to run a program is considered having it open for writing and -#. TRANS will cause this error. (The name stands for ``text file busy''.) This -#. TRANS is not an error in the GNU system; the text is copied as necessary. -#: stdio-common/../sysdeps/gnu/errlist.c:198 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:56 -msgid "Text file busy" -msgstr "A szvegfjl foglalt" +#: nis/ypclnt.c:881 +msgid "Database is busy" +msgstr "" -#: iconv/iconv_prog.c:680 -msgid "" -"The following list contain all the coded character sets known. This does\n" -"not necessarily mean that all combinations of these names can be used for\n" -"the FROM and TO command line parameters. One coded character set can be\n" -"listed with several different names (aliases).\n" -"\n" -" " +#: nis/ypclnt.c:884 +msgid "Unknown NIS error code" msgstr "" -"A kvetkez lista tartalmazza minden ismert karaktert. Ez nem szksgszeren jelenti\n" -"azt, hogy ezekkel a neveket felhasznlhatja a 'FROM' s 'TO' parancssori\n" -"paramterekhez. Egy kdlt karakternek elfordulhat a listban tbb klnbz\n" -"nven (aliasszal):\n" -"\n" -".. " -#: sunrpc/rpc_main.c:1365 -msgid "This implementation doesn't support newstyle or MT-safe code!\n" -msgstr "Ez az kivitelezs nem tmogatja ezt az j stlust vagy az MT-biztonsgi kdot!\n" +#: nis/ypclnt.c:924 +msgid "Internal ypbind error" +msgstr "" -#: nis/nis_print.c:227 -msgid "Time to live : " -msgstr "lettartam : " +#: nis/ypclnt.c:927 +msgid "Domain not bound" +msgstr "A tartomány nincs csatlakoztatva" -#: stdio-common/../sysdeps/gnu/errlist.c:681 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:92 -msgid "Timer expired" -msgstr "Az id lejrt" +#: nis/ypclnt.c:930 +msgid "System resource allocation failure" +msgstr "" -#: malloc/memusagestat.c:54 -msgid "Title string used in output graphic" -msgstr "A cm szvegt hasznlom fel a rajzolshoz" +#: nis/ypclnt.c:933 +msgid "Unknown ypbind error" +msgstr "" -#: nis/nis_error.c:56 -msgid "Too many attributes" -msgstr "Tl sok attribtum" +#: nis/ypclnt.c:974 +msgid "yp_update: cannot convert host to netname\n" +msgstr "" -#. TRANS Too many levels of symbolic links were encountered in looking up a file name. -#. TRANS This often indicates a cycle of symbolic links. -#: stdio-common/../sysdeps/gnu/errlist.c:458 -msgid "Too many levels of symbolic links" -msgstr "Tl sok egymsba gyazott szimbolikus hivatkozs" +#: nis/ypclnt.c:992 +msgid "yp_update: cannot get server address\n" +msgstr "" -#. TRANS Too many links; the link count of a single file would become too large. -#. TRANS @code{rename} can cause this error if the file being renamed already has -#. TRANS as many links as it can take (@pxref{Renaming Files}). -#: stdio-common/../sysdeps/gnu/errlist.c:226 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:61 -msgid "Too many links" -msgstr "Tl sok hivatkozs" +#: nscd/aicache.c:82 nscd/hstcache.c:481 +#, c-format +msgid "Haven't found \"%s\" in hosts cache!" +msgstr "" -#. TRANS The current process has too many files open and can't open any more. -#. TRANS Duplicate descriptors do count toward this limit. -#. TRANS -#. TRANS In BSD and GNU, the number of open files is controlled by a resource -#. TRANS limit that can usually be increased. If you get this error, you might -#. TRANS want to increase the @code{RLIMIT_NOFILE} limit or make it unlimited; -#. TRANS @pxref{Limits on Resources}. -#: stdio-common/../sysdeps/gnu/errlist.c:176 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:54 -msgid "Too many open files" -msgstr "Tl sok a nyitott fjl" +#: nscd/aicache.c:84 nscd/hstcache.c:483 +#, c-format +msgid "Reloading \"%s\" in hosts cache!" +msgstr "" -#. TRANS There are too many distinct file openings in the entire system. Note -#. TRANS that any number of linked channels count as just one file opening; see -#. TRANS @ref{Linked Channels}. This error never occurs in the GNU system. -#: stdio-common/../sysdeps/gnu/errlist.c:183 -msgid "Too many open files in system" -msgstr "Tl sok a nyitott fjl a rendszeren" +#: nscd/cache.c:150 +#, c-format +msgid "add new entry \"%s\" of type %s for %s to cache%s" +msgstr "" -#. TRANS This means that the per-user limit on new process would be exceeded by -#. TRANS an attempted @code{fork}. @xref{Limits on Resources}, for details on -#. TRANS the @code{RLIMIT_NPROC} limit. -#: stdio-common/../sysdeps/gnu/errlist.c:488 -msgid "Too many processes" -msgstr "Tl sok folyamat" +#: nscd/cache.c:152 +msgid " (first)" +msgstr "" -#. TRANS ??? -#: stdio-common/../sysdeps/gnu/errlist.c:440 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:174 -msgid "Too many references: cannot splice" -msgstr "Tl sok hivatkozs: nem lehet trdelni" +#: nscd/cache.c:286 nscd/connections.c:866 +#, c-format +msgid "cannot stat() file `%s': %s" +msgstr "" -#. TRANS The file quota system is confused because there are too many users. -#. TRANS @c This can probably happen in a GNU system when using NFS. -#: stdio-common/../sysdeps/gnu/errlist.c:494 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:124 -msgid "Too many users" -msgstr "Tl sok felhasznl" +#: nscd/cache.c:328 +#, c-format +msgid "pruning %s cache; time %ld" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:31 sysdeps/generic/siglist.h:33 -msgid "Trace/breakpoint trap" -msgstr "trspont" +#: nscd/cache.c:357 +#, c-format +msgid "considering %s entry \"%s\", timeout %" +msgstr "" -#: posix/regex.c:1381 -msgid "Trailing backslash" -msgstr "Zr backslash" +#: nscd/connections.c:570 +#, c-format +msgid "invalid persistent database file \"%s\": %s" +msgstr "" -#. TRANS In the GNU system, opening a file returns this error when the file is -#. TRANS translated by a program and the translator program dies while starting -#. TRANS up, before it has connected to the file. -#: stdio-common/../sysdeps/gnu/errlist.c:615 -msgid "Translator died" -msgstr "A fordt elhasalt" +#: nscd/connections.c:578 +msgid "uninitialized header" +msgstr "" -#. TRANS You tried to connect a socket that is already connected. -#. TRANS @xref{Connecting}. -#: stdio-common/../sysdeps/gnu/errlist.c:415 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:163 -msgid "Transport endpoint is already connected" -msgstr "Az tviteli vgpont mr csatlakozott" +#: nscd/connections.c:583 +msgid "header size does not match" +msgstr "" -#. TRANS The socket is not connected to anything. You get this error when you -#. TRANS try to transmit data over a socket, without first specifying a -#. TRANS destination for the data. For a connectionless socket (for datagram -#. TRANS protocols, such as UDP), you get @code{EDESTADDRREQ} instead. -#: stdio-common/../sysdeps/gnu/errlist.c:423 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:164 -msgid "Transport endpoint is not connected" -msgstr "Az tviteli vgpont nincs csatlakoztatva" +#: nscd/connections.c:593 +msgid "file size does not match" +msgstr "" -#: argp/argp-help.c:1611 -#, c-format -msgid "Try `%s --help' or `%s --usage' for more information.\n" -msgstr "Problja a '%s --help'-et vagy a '%s --usage'-t ha tbb adatra vgyik.\n" +#: nscd/connections.c:610 +msgid "verification failed" +msgstr "" -#: inet/rcmd.c:223 +#: nscd/connections.c:624 #, c-format -msgid "Trying %s...\n" -msgstr "Prblkozs %s...\n" +msgid "suggested size of table for database %s larger than the persistent database's table" +msgstr "" -#: nis/nis_print.c:167 +#: nscd/connections.c:635 nscd/connections.c:720 #, c-format -msgid "Type : %s\n" -msgstr "Tpus : %s\n" +msgid "cannot create read-only descriptor for \"%s\"; no mmap" +msgstr "" -#: nis/nis_print.c:51 -msgid "UNKNOWN" -msgstr "ISMERETLEN" +#: nscd/connections.c:651 +#, c-format +msgid "cannot access '%s'" +msgstr "" -#: nis/nis_error.c:73 -msgid "Unable to authenticate NIS+ client" -msgstr "Nem lehet hitelesteni a NIS+ gyfelet" +#: nscd/connections.c:699 +#, c-format +msgid "database for %s corrupted or simultaneously used; remove %s manually if necessary and restart" +msgstr "" -#: nis/nis_error.c:72 -msgid "Unable to authenticate NIS+ server" -msgstr "Nem lehet hitelesteni a NIS+ kiszolglot" +#: nscd/connections.c:706 +#, c-format +msgid "cannot create %s; no persistent database used" +msgstr "" -#: nis/nis_error.c:47 -msgid "Unable to create callback" -msgstr "Nem lehet ltrehozni a 'callback'-et" +#: nscd/connections.c:709 +#, c-format +msgid "cannot create %s; no sharing possible" +msgstr "" -#: nis/nis_error.c:75 -msgid "Unable to create process on server" -msgstr "Nem lehet ltrehozni a folyamatot a kiszolglon" +#: nscd/connections.c:780 +#, c-format +msgid "cannot write to database file %s: %s" +msgstr "" -#: nis/nis_print.c:194 +#: nscd/connections.c:819 #, c-format -msgid "Unknown (type = %d, bits = %d)\n" -msgstr "Ismeretlen(tpus= %d, bit= %d)\n" +msgid "cannot set socket to close on exec: %s; disabling paranoia mode" +msgstr "" -#: inet/ruserpass.c:277 +#: nscd/connections.c:902 #, c-format -msgid "Unknown .netrc keyword %s" -msgstr "Ismeretlen .netrc kulcssz a '%s'" +msgid "cannot open socket: %s" +msgstr "" -#: elf/../sysdeps/generic/readelflib.c:71 +#: nscd/connections.c:922 #, c-format -msgid "Unknown ELFCLASS in file %s.\n" -msgstr "Ismeretlen ELFCLASS a '%s' fjlban.\n" +msgid "cannot change socket to nonblocking mode: %s" +msgstr "" -#: nis/ypclnt.c:822 -msgid "Unknown NIS error code" -msgstr "Ismeretlen NIS hiba kd" +#: nscd/connections.c:930 +#, c-format +msgid "cannot set socket to close on exec: %s" +msgstr "" -#: elf/cache.c:101 -msgid "Unknown OS" -msgstr "Ismeretlen OS" +#: nscd/connections.c:943 +#, c-format +msgid "cannot enable socket to accept connections: %s" +msgstr "" -#: nss/getent.c:771 +#: nscd/connections.c:1043 #, c-format -msgid "Unknown database: %s\n" -msgstr "Ismeretlen adatbzis: %s\n" +msgid "provide access to FD %d, for %s" +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:57 -msgid "Unknown error" -msgstr "Ismeretlen hiba" +#: nscd/connections.c:1055 +#, c-format +msgid "cannot handle old request version %d; current version is %d" +msgstr "" -#: string/../sysdeps/generic/_strerror.c:48 -#: string/../sysdeps/mach/_strerror.c:88 -#: sysdeps/mach/hurd/mips/dl-machine.c:83 -msgid "Unknown error " -msgstr "Ismeretlen hiba" +#: nscd/connections.c:1077 +#, c-format +msgid "request from %ld not handled due to missing permission" +msgstr "" -#: resolv/herror.c:68 -msgid "Unknown host" -msgstr "Ismeretlen gpnv" +#: nscd/connections.c:1082 +#, c-format +msgid "request from '%s' [%ld] not handled due to missing permission" +msgstr "" -#: nis/nis_error.c:35 -msgid "Unknown object" -msgstr "Ismeretlen objektum" +#: nscd/connections.c:1087 +msgid "request not handled due to missing permission" +msgstr "" -#: nscd/nscd_conf.c:187 +#: nscd/connections.c:1125 nscd/connections.c:1178 #, c-format -msgid "Unknown option: %s %s %s" -msgstr "Ismeretlen opci: %s %s %s" +msgid "cannot write result: %s" +msgstr "" -#: resolv/herror.c:110 -msgid "Unknown resolver error" -msgstr "Ismeretlen feloldsi hiba" +#: nscd/connections.c:1261 +#, c-format +msgid "error getting caller's id: %s" +msgstr "" -#: resolv/herror.c:70 -msgid "Unknown server error" -msgstr "Ismeretlen kiszolgl hiba" +#: nscd/connections.c:1320 +#, c-format +msgid "cannot open /proc/self/cmdline: %s; disabling paranoia mode" +msgstr "" -#: string/strsignal.c:71 +#: nscd/connections.c:1334 #, c-format -msgid "Unknown signal %d" -msgstr "Ismeretlen jel %d" +msgid "cannot read /proc/self/cmdline: %s; disabling paranoia mode" +msgstr "" -#: misc/error.c:117 timezone/zic.c:390 -msgid "Unknown system error" -msgstr "Ismeretlen rendszerhiba" +#: nscd/connections.c:1374 +#, c-format +msgid "cannot change to old UID: %s; disabling paranoia mode" +msgstr "" -#: nis/ypclnt.c:870 -msgid "Unknown ypbind error" -msgstr "Ismeretlen ypbind hiba" +#: nscd/connections.c:1384 +#, c-format +msgid "cannot change to old GID: %s; disabling paranoia mode" +msgstr "" -#: posix/regex.c:1390 -msgid "Unmatched ( or \\(" -msgstr "Pr nlkli ( vagy \\(" +#: nscd/connections.c:1397 +#, c-format +msgid "cannot change to old working directory: %s; disabling paranoia mode" +msgstr "" -#: posix/regex.c:1414 -msgid "Unmatched ) or \\)" -msgstr "Pr nlkli ) vagy \\)" +#: nscd/connections.c:1429 +#, c-format +msgid "re-exec failed: %s; disabling paranoia mode" +msgstr "" -#: posix/regex.c:1387 -msgid "Unmatched [ or [^" -msgstr "Pr nlkli [ vagy [^" +#: nscd/connections.c:1438 +#, c-format +msgid "cannot change current working directory to \"/\": %s" +msgstr "" -#: posix/regex.c:1393 -msgid "Unmatched \\{" -msgstr "Pr nlkli \\{" +#: nscd/connections.c:1644 +#, c-format +msgid "short read while reading request: %s" +msgstr "" -#: posix/getconf.c:1006 +#: nscd/connections.c:1677 #, c-format -msgid "Unrecognized variable `%s'" -msgstr "El nem ismert vltoz '%s'" +msgid "key length in request too long: %d" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:42 sysdeps/generic/siglist.h:42 -msgid "Urgent I/O condition" -msgstr "Fontos I/O felttel" +#: nscd/connections.c:1690 +#, c-format +msgid "short read while reading request key: %s" +msgstr "" -#: argp/argp-help.c:1568 -msgid "Usage:" -msgstr "Hasznlat:" +#: nscd/connections.c:1699 +#, c-format +msgid "handle_request: request received (Version = %d) from PID %ld" +msgstr "" -#: posix/getconf.c:883 +#: nscd/connections.c:1704 #, c-format -msgid "Usage: %s [-v specification] variable_name [pathname]\n" -msgstr "Hasznlat:: %s [-v meghatrozs] vltoz_nv [tvonal_nv]\n" +msgid "handle_request: request received (Version = %d)" +msgstr "" -#: sunrpc/rpcinfo.c:674 -msgid "Usage: rpcinfo [ -n portnum ] -u host prognum [ versnum ]\n" -msgstr "Hasznlat: rpcinfo [ -n portszm ] -u kiszolgl programszm [ verziszm ]\n" +#: nscd/connections.c:1903 nscd/connections.c:2101 +#, c-format +msgid "disabled inotify after read error %d" +msgstr "" -#: elf/ldconfig.c:127 -msgid "Use CACHE as cache file" -msgstr "A CACHE hasznlata mint gyorstr fjl" +#: nscd/connections.c:2230 +msgid "could not initialize conditional variable" +msgstr "" -#: elf/ldconfig.c:128 -msgid "Use CONF as configuration file" -msgstr "A CONF hasznlata mint konfigurcis fjl" +#: nscd/connections.c:2238 +msgid "could not start clean-up thread; terminating" +msgstr "" -#: nscd/nscd.c:92 -msgid "Use separate cache for each user" -msgstr "Minden felhasznl klnll gyorstrat haszl" +#: nscd/connections.c:2252 +msgid "could not start any worker thread; terminating" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:56 sysdeps/generic/siglist.h:55 -msgid "User defined signal 1" -msgstr "Felhasznl ltal meghatrozott jel 1" +#: nscd/connections.c:2303 nscd/connections.c:2304 nscd/connections.c:2321 +#: nscd/connections.c:2330 nscd/connections.c:2348 nscd/connections.c:2359 +#: nscd/connections.c:2370 +#, c-format +msgid "Failed to run nscd as user '%s'" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:57 sysdeps/generic/siglist.h:56 -msgid "User defined signal 2" -msgstr "Felhasznl ltal meghatrozott jel 2" +#: nscd/connections.c:2322 +#, c-format +msgid "initial getgrouplist failed" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:673 -#: stdio-common/../sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c:109 -msgid "Value too large for defined data type" -msgstr "Az rtk tl nagy egy definilt adattpushoz" +#: nscd/connections.c:2331 +#, c-format +msgid "getgrouplist failed" +msgstr "" -#: stdio-common/../sysdeps/unix/siglist.c:52 sysdeps/generic/siglist.h:52 -msgid "Virtual timer expired" -msgstr "Virtulis idmr lejrt" +#: nscd/connections.c:2349 +#, c-format +msgid "setgroups failed" +msgstr "" -#: timezone/zic.c:1932 -msgid "Wild result from command execution" -msgstr "Vad eredmny a parancs futtatsa utn" - -#: stdio-common/../sysdeps/unix/siglist.c:54 sysdeps/generic/siglist.h:54 -msgid "Window changed" -msgstr "Az ablak megvltozott" - -#: locale/programs/locale.c:77 -msgid "Write names of available charmaps" -msgstr "Az elrhet karakterkszletek neveinek a kirsa" +#: nscd/grpcache.c:395 nscd/hstcache.c:430 nscd/initgrcache.c:416 +#: nscd/pwdcache.c:400 nscd/servicescache.c:343 +#, c-format +msgid "short write in %s: %s" +msgstr "" -#: locale/programs/locale.c:75 -msgid "Write names of available locales" -msgstr "Az elrhet helyeknek a kirsa" +#: nscd/grpcache.c:438 nscd/initgrcache.c:78 +#, c-format +msgid "Haven't found \"%s\" in group cache!" +msgstr "" -#: locale/programs/locale.c:79 -msgid "Write names of selected categories" -msgstr "Az kivlasztott kategrik kirsa" +#: nscd/grpcache.c:440 nscd/initgrcache.c:80 +#, c-format +msgid "Reloading \"%s\" in group cache!" +msgstr "" -#: locale/programs/locale.c:80 -msgid "Write names of selected keywords" -msgstr "A kivlaszott kulcsszavak kirsa" +#: nscd/grpcache.c:517 +#, c-format +msgid "Invalid numeric gid \"%s\"!" +msgstr "" -#: catgets/gencat.c:115 -msgid "Write output to file NAME" -msgstr "A kimenetet a NV fjlba irnytja" +#: nscd/mem.c:457 +#, c-format +msgid "freed %zu bytes in %s cache" +msgstr "" -#: elf/cache.c:402 elf/cache.c:411 elf/cache.c:415 -msgid "Writing of cache data failed" -msgstr "Adatok rsa a gyorstrba nem sikerlt" +#: nscd/mem.c:594 +#, c-format +msgid "no more memory for database '%s'" +msgstr "" -#: elf/cache.c:419 -msgid "Writing of cache data failed." -msgstr "Adatok rsa a gyorstrba nem sikerlt." +#: nscd/nscd.c:101 +msgid "Read configuration data from NAME" +msgstr "" -#: catgets/gencat.c:251 elf/ldconfig.c:264 elf/sprof.c:361 -#: iconv/iconv_prog.c:398 iconv/iconvconfig.c:340 locale/programs/locale.c:286 -#: locale/programs/localedef.c:316 nscd/nscd.c:292 nscd/nscd_nischeck.c:95 -#: nss/getent.c:68 posix/getconf.c:909 -#, c-format -msgid "Written by %s.\n" -msgstr "rta %s.\n" +#: nscd/nscd.c:103 +msgid "Do not fork and display messages on the current tty" +msgstr "" -#: stdio-common/../sysdeps/gnu/errlist.c:837 -msgid "Wrong medium type" -msgstr "Helytelen eszkz tpus" +#: nscd/nscd.c:104 +msgid "NUMBER" +msgstr "SZÁM" -#: nis/ypclnt.c:174 -#, c-format -msgid "YPBINDPROC_DOMAIN: %s\n" -msgstr "YPBINDPROC_DOMAIN: %s\n" +#: nscd/nscd.c:104 +msgid "Start NUMBER threads" +msgstr "" -#: nis/nis_error.c:71 -msgid "Yes, 42 is the meaning of life" -msgstr "Igen, a 42 jelenti az letet" +#: nscd/nscd.c:105 +msgid "Shut the server down" +msgstr "" -#. TRANS You did @strong{what}? -#: stdio-common/../sysdeps/gnu/errlist.c:627 -msgid "You really blew it this time" -msgstr "n biztos hogy ezt akarja csinlni" +#: nscd/nscd.c:106 +msgid "Print current configuration statistics" +msgstr "" -#: timezone/zic.c:1094 -msgid "Zone continuation line end time is not after end time of previous line" -msgstr "A zna folyamat sor befejezsi ideje nincs az elz sor befejezsi ideje eltt" +#: nscd/nscd.c:107 +msgid "TABLE" +msgstr "" -#: iconv/iconvconfig.c:114 -msgid "[DIR...]" -msgstr "[KNYVR..]" +#: nscd/nscd.c:108 +msgid "Invalidate the specified cache" +msgstr "" -#: iconv/iconv_prog.c:77 -msgid "[FILE...]" -msgstr "[FJL..]" +#: nscd/nscd.c:109 +msgid "TABLE,yes" +msgstr "" -#: debug/pcprofiledump.c:59 -msgid "[FILE]" -msgstr "[FJL]" +#: nscd/nscd.c:110 +msgid "Use separate cache for each user" +msgstr "" -#: sunrpc/pmap_clnt.c:72 -msgid "__get_myaddress: ioctl (get interface configuration)" -msgstr "__get_myaddress: ioctl (az interfsz belltsai)" +#: nscd/nscd.c:115 +msgid "Name Service Cache Daemon." +msgstr "" -#: locale/programs/ld-collate.c:417 +#: nscd/nscd.c:147 nss/getent.c:876 nss/makedb.c:123 #, c-format -msgid "`%.*s' already defined as collating element" -msgstr "`%.*s' mr ltezik mint sszehasonlt elem" +msgid "wrong number of arguments" +msgstr "" -#: locale/programs/ld-collate.c:410 +#: nscd/nscd.c:157 #, c-format -msgid "`%.*s' already defined as collating symbol" -msgstr "`%.*s' mr ltezik mint sszehasonlt szimblum" +msgid "failure while reading configuration file; this is fatal" +msgstr "" -#: locale/programs/ld-collate.c:394 +#: nscd/nscd.c:166 #, c-format -msgid "`%.*s' already defined in charmap" -msgstr "`%.*s' mr ltezik mint karakterkszlet" +msgid "already running" +msgstr "" -#: locale/programs/ld-collate.c:403 +#: nscd/nscd.c:181 nscd/nscd.c:236 #, c-format -msgid "`%.*s' already defined in repertoire" -msgstr "`%.*s' mr ltezik mint repertr" +msgid "cannot fork" +msgstr "fork() rendszerhívás sikertelen" -#: locale/programs/charmap.c:604 locale/programs/locfile.h:96 -#: locale/programs/repertoire.c:314 +#: nscd/nscd.c:244 #, c-format -msgid "`%1$s' definition does not end with `END %1$s'" -msgstr "a `%1$s' meghatrozs nem vgzdhet `END %1$s' -re" +msgid "cannot change current working directory to \"/\"" +msgstr "" -#: locale/programs/ld-collate.c:1281 locale/programs/ld-ctype.c:1455 -#, c-format -msgid "`%s' and `%.*s' are not valid names for symbolic range" -msgstr "a `%s' s a `%.*s' nem rvnyesek a szimbolikus tartomnyban" +#: nscd/nscd.c:252 +msgid "Could not create log file" +msgstr "" -#: elf/sprof.c:762 +#: nscd/nscd.c:305 nscd/nscd.c:330 nscd/nscd_stat.c:172 #, c-format -msgid "`%s' is no correct profile data file for `%s'" -msgstr "`%s' nem rvnyes profill adat fjlja a `%s' -nek" +msgid "Only root is allowed to use this option!" +msgstr "" -#: locale/programs/ld-ctype.c:699 -msgid "`digit' category has not entries in groups of ten" -msgstr "a `digit' kategria bejegyzseinek oszthatnak kell lennie tzzel" +#: nscd/nscd.c:345 +#, c-format +msgid "'%s' is not a known database" +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:35 -msgid "ai_family not supported" -msgstr "ai_family nem tmogatott" +#: nscd/nscd.c:370 nscd/nscd_stat.c:191 +#, c-format +msgid "write incomplete" +msgstr "" -#: posix/../sysdeps/posix/gai_strerror.c:40 -msgid "ai_socktype not supported" -msgstr "ai_socktype nem tmogatott" +#: nscd/nscd.c:381 +#, c-format +msgid "cannot read invalidate ACK" +msgstr "" -#: nscd/nscd.c:130 -msgid "already running" -msgstr "mr fut" +#: nscd/nscd.c:387 +#, c-format +msgid "invalidation failed" +msgstr "" -#: locale/programs/charmap.c:439 locale/programs/repertoire.c:184 +#: nscd/nscd.c:397 #, c-format -msgid "argument to <%s> must be a single character" -msgstr "A <%s> paramtere csak egy bet lehet" +msgid "secure services not implemented anymore" +msgstr "" -#: locale/programs/locfile.c:126 +#: nscd/nscd_conf.c:57 #, c-format -msgid "argument to `%s' must be a single character" -msgstr "A '%s' paramtere csak egy bet lehet" +msgid "database %s is not supported" +msgstr "" -#: sunrpc/auth_unix.c:322 -msgid "auth_none.c - Fatal marshalling problem" -msgstr "auth_none.c - Vgzetes rendezsi problma" +#: nscd/nscd_conf.c:108 +#, c-format +msgid "Parse error: %s" +msgstr "" -#: sunrpc/auth_unix.c:114 sunrpc/auth_unix.c:117 sunrpc/auth_unix.c:150 -#: sunrpc/auth_unix.c:153 -msgid "authunix_create: out of memory\n" -msgstr "authunix_create: elfogyott a memria\n" +#: nscd/nscd_conf.c:194 +#, c-format +msgid "Must specify user name for server-user option" +msgstr "" -#: locale/programs/charmap.c:369 locale/programs/locfile.c:120 -#: locale/programs/locfile.c:147 locale/programs/repertoire.c:176 -msgid "bad argument" -msgstr "rossz paramter" +#: nscd/nscd_conf.c:201 +#, c-format +msgid "Must specify user name for stat-user option" +msgstr "" -#: inet/rcmd.c:514 -msgid "bad owner" -msgstr "rossz tulaj" +#: nscd/nscd_conf.c:245 +#, c-format +msgid "invalid value for 'reload-count': %u" +msgstr "" -#: timezone/zic.c:1216 -msgid "blank FROM field on Link line" -msgstr "res a FROM mez hivatkozs sorban" +#: nscd/nscd_conf.c:260 +#, c-format +msgid "Must specify value for restart-interval option" +msgstr "" -#: timezone/zic.c:1220 -msgid "blank TO field on Link line" -msgstr "res a TO mez hivatkozs sorban" +#: nscd/nscd_conf.c:274 +#, c-format +msgid "Unknown option: %s %s %s" +msgstr "" -#: malloc/mcheck.c:302 -msgid "block freed twice\n" -msgstr "a blokk ktszer lett felszabadtva\n" +#: nscd/nscd_conf.c:287 +#, c-format +msgid "cannot get current working directory: %s; disabling paranoia mode" +msgstr "" -#: malloc/mcheck.c:305 -msgid "bogus mcheck_status, library is buggy\n" -msgstr "hamis mcheck_status, a knyvtr hibs\n" +#: nscd/nscd_conf.c:307 +#, c-format +msgid "maximum file size for %s database too small" +msgstr "" -#: sunrpc/pmap_rmt.c:186 -msgid "broadcast: ioctl (get interface configuration)" -msgstr "zenet: ioctl (interfsz bellts)" +#: nscd/nscd_stat.c:141 +#, c-format +msgid "cannot write statistics: %s" +msgstr "" -#: sunrpc/pmap_rmt.c:195 -msgid "broadcast: ioctl (get interface flags)" -msgstr "zenet: ioctl (interfsz jelzk)" +#: nscd/nscd_stat.c:156 +msgid "yes" +msgstr "igen" -#: sunrpc/svc_udp.c:541 -msgid "cache_set: could not allocate new rpc_buffer" -msgstr "cache_set: nem lehet lefoglalni ez j 'rpc_buffer'-t" +#: nscd/nscd_stat.c:157 +msgid "no" +msgstr "nem" -#: sunrpc/svc_udp.c:535 -msgid "cache_set: victim alloc failed" -msgstr "cache_set: ldozat keresse sikertelen" +#: nscd/nscd_stat.c:168 +#, c-format +msgid "Only root or %s is allowed to use this option!" +msgstr "" -#: sunrpc/svc_udp.c:524 -msgid "cache_set: victim not found" -msgstr "cache_set: az ldozat nincs meg" +#: nscd/nscd_stat.c:179 +#, c-format +msgid "nscd not running!\n" +msgstr "" -#: timezone/zic.c:1757 -msgid "can't determine time zone abbreviation to use just after until time" -msgstr "nem lehet meghatrozni az idzna rvidtst csak ha megadja hogy honnan szmoljam" +#: nscd/nscd_stat.c:203 +#, c-format +msgid "cannot read statistics data" +msgstr "" -#: sunrpc/svc_simple.c:88 +#: nscd/nscd_stat.c:206 #, c-format -msgid "can't reassign procedure number %ld\n" -msgstr "nem lehet jra hozzrendelni a termk szmot '%ld'\n" +msgid "" +"nscd configuration:\n" +"\n" +"%15d server debug level\n" +msgstr "" -#: elf/dl-reloc.c:152 -msgid "can't restore segment prot after reloc" -msgstr "nem lehet a szegmenst vissza lltani a reloc utn" +#: nscd/nscd_stat.c:230 +#, c-format +msgid "%3ud %2uh %2um %2lus server runtime\n" +msgstr "" -#: locale/programs/localedef.c:487 +#: nscd/nscd_stat.c:233 #, c-format -msgid "cannot add already read locale `%s' a second time" -msgstr "nem lehet hozzadni a '%s'-t a beolvasott helyekhez mg egyszer" +msgid " %2uh %2um %2lus server runtime\n" +msgstr "" -#: elf/dl-deps.c:454 -msgid "cannot allocate dependency list" -msgstr "nem lehet lefoglalni a fggsg listt" +#: nscd/nscd_stat.c:235 +#, c-format +msgid " %2um %2lus server runtime\n" +msgstr "" -#: elf/dl-load.c:1039 -msgid "cannot allocate memory for program header" -msgstr "nem lehet lefoglalni a memris a program fejlchez" +#: nscd/nscd_stat.c:237 +#, c-format +msgid " %2lus server runtime\n" +msgstr "" -#: elf/dl-load.c:348 -msgid "cannot allocate name record" -msgstr "nem lehet lefoglalni rekord nevt" +#: nscd/nscd_stat.c:239 +#, c-format +msgid "" +"%15d current number of threads\n" +"%15d maximum number of threads\n" +"%15lu number of times clients had to wait\n" +"%15s paranoia mode enabled\n" +"%15lu restart internal\n" +msgstr "" -#: elf/sprof.c:930 elf/sprof.c:982 -msgid "cannot allocate symbol data" -msgstr "nem lehet lefoglalni szimbolikus adatokat" +#: nscd/nscd_stat.c:273 +#, c-format +msgid "" +"\n" +"%s cache:\n" +"\n" +"%15s cache is enabled\n" +"%15s cache is persistent\n" +"%15s cache is shared\n" +"%15zu suggested size\n" +"%15zu total data pool size\n" +"%15zu used data pool size\n" +"%15lu seconds time to live for positive entries\n" +"%15lu seconds time to live for negative entries\n" +"%15 cache hits on positive entries\n" +"%15 cache hits on negative entries\n" +"%15 cache misses on positive entries\n" +"%15 cache misses on negative entries\n" +"%15lu%% cache hit rate\n" +"%15zu current number of cached values\n" +"%15zu maximum number of cached values\n" +"%15zu maximum chain length searched\n" +"%15 number of delays on rdlock\n" +"%15 number of delays on wrlock\n" +"%15 memory allocations failed\n" +"%15s check /etc/%s for changes\n" +msgstr "" -#: elf/dl-deps.c:484 -msgid "cannot allocate symbol search list" -msgstr "nem lehet lefoglalni a szimbolikus keressi listt" +#: nscd/pwdcache.c:443 +#, c-format +msgid "Haven't found \"%s\" in password cache!" +msgstr "" -#: elf/dl-version.c:292 -msgid "cannot allocate version reference table" -msgstr "nem lehet lefoglalni a verzi hivatkozsi tblt" +#: nscd/pwdcache.c:445 +#, c-format +msgid "Reloading \"%s\" in password cache!" +msgstr "" -#: elf/dl-load.c:1008 -msgid "cannot change memory protections" -msgstr "nem lehet mdostani memria vdelmen" +#: nscd/pwdcache.c:523 +#, c-format +msgid "Invalid numeric uid \"%s\"!" +msgstr "" -#: elf/dl-load.c:540 -msgid "cannot create RUNPATH/RPATH copy" -msgstr "nem lehet ltrehozni a RUNPATH/RPATH msolatott" +#: nscd/selinux.c:156 +#, c-format +msgid "Failed opening connection to the audit subsystem: %m" +msgstr "" -#: elf/dl-load.c:456 elf/dl-load.c:525 elf/dl-load.c:553 elf/dl-load.c:600 -#: elf/dl-load.c:693 -msgid "cannot create cache for search path" -msgstr "nem lehet ltrehozni a keressi tvonalat" +#: nscd/selinux.c:177 +msgid "Failed to set keep-capabilities" +msgstr "" -#: elf/sprof.c:715 elf/sprof.c:773 -msgid "cannot create internal descriptor" -msgstr "nem lehet ltrehozni a bels lert" +#: nscd/selinux.c:178 nscd/selinux.c:241 +#, c-format +msgid "prctl(KEEPCAPS) failed" +msgstr "" -#: elf/sprof.c:413 -msgid "cannot create internal descriptors" -msgstr "nem lehet ltrehozni a bels lerkat" +#: nscd/selinux.c:192 +msgid "Failed to initialize drop of capabilities" +msgstr "" -#: locale/programs/locfile.c:693 +#: nscd/selinux.c:193 #, c-format -msgid "cannot create output file `%s' for category `%s'" -msgstr "nem lehet ltrehozni a '%s' kimeneti fjl '%s' kategriaval" - -#: elf/dl-load.c:590 -msgid "cannot create search path array" -msgstr "nem lehet ltre hozni a keress t tmbt" +msgid "cap_init failed" +msgstr "" -#: elf/dl-load.c:1125 -msgid "cannot create searchlist" -msgstr "nem lehet ltrehozni a keressi listt" +#: nscd/selinux.c:214 nscd/selinux.c:231 +msgid "Failed to drop capabilities" +msgstr "" -#: elf/dl-load.c:830 elf/dl-load.c:1724 -msgid "cannot create shared object descriptor" -msgstr "nem lehet ltrehozni a megosztott objektum lerkat" +#: nscd/selinux.c:215 nscd/selinux.c:232 +#, c-format +msgid "cap_set_proc failed" +msgstr "" -#: catgets/gencat.c:1315 -msgid "cannot determine escape character" -msgstr "nem lehet meg meghatrozni az eszkp karaktert" +#: nscd/selinux.c:240 +msgid "Failed to unset keep-capabilities" +msgstr "" -#: elf/dl-load.c:958 -msgid "cannot dynamically load executable" -msgstr "nem dinamikusan betlteni" +#: nscd/selinux.c:256 +msgid "Failed to determine if kernel supports SELinux" +msgstr "" -#: nscd/connections.c:183 +#: nscd/selinux.c:271 #, c-format -msgid "cannot enable socket to accept connections: %s" -msgstr "nem lehet belltani az illesztpontot, hogy engedlyezze a kapcsoldst: %s" - -#: elf/dl-open.c:121 -msgid "cannot extend global scope" -msgstr "nem lehet kibvteni globlis hatkrre" +msgid "Failed to start AVC thread" +msgstr "" -#: sunrpc/rpc_main.c:343 +#: nscd/selinux.c:293 #, c-format -msgid "cannot find C preprocessor: %s \n" -msgstr "nem tallom a C elfeldolgozot :%s\n" - -#: sunrpc/rpc_main.c:351 -msgid "cannot find any C preprocessor (cpp)\n" -msgstr "nem tallok egy C elfeldolgozot (cpp) sem\n" - -#: iconv/iconvconfig.c:1159 -msgid "cannot generate output file" -msgstr "nem lehet generlni kimeneti fjlt" +msgid "Failed to create AVC lock" +msgstr "" -#: nscd/connections.c:227 +#: nscd/selinux.c:333 #, c-format -msgid "cannot handle old request version %d; current version is %d" -msgstr "nem lehet kezelni a rgi '%d' verzij, mikor a jelenlegi verzi %d" +msgid "Failed to start AVC" +msgstr "" -#: elf/sprof.c:670 -msgid "cannot load profiling data" -msgstr "nem lehet betlteni a profil adatokat" +#: nscd/selinux.c:335 +msgid "Access Vector Cache (AVC) started" +msgstr "" -#: elf/dl-reloc.c:62 -msgid "cannot make segment writable for relocation" -msgstr "nem lehet ltrehozni a szegmenst rhatra" +#: nscd/selinux.c:356 +msgid "Error getting context of socket peer" +msgstr "" -#: elf/dl-load.c:1024 -msgid "cannot map zero-fill pages" -msgstr "nem lehet feltrkpezni a res lapokat" +#: nscd/selinux.c:361 +msgid "Error getting context of nscd" +msgstr "" -#: inet/rcmd.c:510 -msgid "cannot open" -msgstr "nem lehet megnyitni" +#: nscd/selinux.c:367 +msgid "Error getting sid from context" +msgstr "" -#: sysdeps/unix/sysv/linux/lddlibc4.c:64 -#, c-format -msgid "cannot open `%s'" -msgstr "nem lehet megnyitni a '%s'-t" +#: nscd/selinux.c:374 +msgid "compile-time support for database policy missing" +msgstr "" -#: debug/pcprofiledump.c:96 -msgid "cannot open input file" -msgstr "nem lehet megnyitni a bemeneti fjlt" +#: nscd/selinux.c:407 +#, c-format +msgid "" +"\n" +"SELinux AVC Statistics:\n" +"\n" +"%15u entry lookups\n" +"%15u entry hits\n" +"%15u entry misses\n" +"%15u entry discards\n" +"%15u CAV lookups\n" +"%15u CAV hits\n" +"%15u CAV probes\n" +"%15u CAV misses\n" +msgstr "" -#: catgets/gencat.c:288 iconv/iconv_charmap.c:159 iconv/iconv_prog.c:265 +#: nscd/servicescache.c:390 #, c-format -msgid "cannot open input file `%s'" -msgstr "nem lehet megnyitni a '%s' bemeneti fjlt" +msgid "Haven't found \"%s\" in services cache!" +msgstr "" -#: locale/programs/localedef.c:203 locale/programs/localedef.c:218 -#: locale/programs/localedef.c:513 locale/programs/localedef.c:533 +#: nscd/servicescache.c:392 #, c-format -msgid "cannot open locale definition file `%s'" -msgstr "nem lehet megnyitni a '%s' helymeghatrozs fjl" +msgid "Reloading \"%s\" in services cache!" +msgstr "" -#: iconv/iconv_prog.c:209 -msgid "cannot open output file" -msgstr "nem lehet megnyitni a kimeneti fjlt" +#: nss/getent.c:52 +msgid "database [key ...]" +msgstr "" + +#: nss/getent.c:57 +msgid "Service configuration to be used" +msgstr "" + +#: nss/getent.c:62 +msgid "Get entries from administrative database." +msgstr "" -#: catgets/gencat.c:949 catgets/gencat.c:990 +#: nss/getent.c:143 nss/getent.c:408 #, c-format -msgid "cannot open output file `%s'" -msgstr "nem lehet megnyitni a '%s' kimeneti fjlt" +msgid "Enumeration not supported on %s\n" +msgstr "" -#: locale/programs/locfile.c:571 +#: nss/getent.c:794 #, c-format -msgid "cannot open output file `%s' for category `%s'" -msgstr "nem lehet megnyitni a '%s' kimeneti fjlt a '%s' kategriban" +msgid "Unknown database name" +msgstr "" -#: elf/dl-load.c:1737 -msgid "cannot open shared object file" -msgstr "nem lehet megnyitni megosztott objektum fjlt" +#: nss/getent.c:820 +msgid "Supported databases:\n" +msgstr "" -#: nscd/connections.c:165 +#: nss/getent.c:886 #, c-format -msgid "cannot open socket: %s" -msgstr "nem lehet megnyitni '%s' illesztpontot" +msgid "Unknown database: %s\n" +msgstr "" -#: elf/dl-load.c:822 -msgid "cannot open zero fill device" -msgstr "nem lehet megnyitni egy res eszkzt" +#: nss/makedb.c:60 +msgid "Convert key to lower case" +msgstr "" -#: locale/programs/charmap-dir.c:61 -#, c-format -msgid "cannot read character map directory `%s'" -msgstr "nem lehet olvasni a '%s' karakter kszletet knyvtrat " +#: nss/makedb.c:63 +msgid "Do not print messages while building database" +msgstr "" -#: nscd/connections.c:125 -msgid "cannot read configuration file; this is fatal" -msgstr "nem lehet olvasni a konfigurcis fjlt, ez vgzetes hiba" +#: nss/makedb.c:65 +msgid "Print content of database file, one entry a line" +msgstr "" -#: elf/dl-load.c:846 elf/dl-load.c:1247 elf/dl-load.c:1319 elf/dl-load.c:1333 -msgid "cannot read file data" -msgstr "nem lehet olvasni a fjl adatait" +#: nss/makedb.c:70 +msgid "Create simple DB database from textual input." +msgstr "" -#: debug/pcprofiledump.c:102 -msgid "cannot read header" -msgstr "nem lehet olvasni a fejlcet" +#: nss/makedb.c:73 +msgid "" +"INPUT-FILE OUTPUT-FILE\n" +"-o OUTPUT-FILE INPUT-FILE\n" +"-u INPUT-FILE" +msgstr "" -#: sysdeps/unix/sysv/linux/lddlibc4.c:68 +#: nss/makedb.c:142 #, c-format -msgid "cannot read header from `%s'" -msgstr "nem lehet olvasni a fejlcet a '%s'-bl" +msgid "No usable database library found." +msgstr "" -#: nscd/nscd_stat.c:128 -msgid "cannot read statistics data" -msgstr "nem lehet olvasni a statisztikai adatokat" - -#: locale/programs/repertoire.c:331 -msgid "cannot save new repertoire map" -msgstr "nem biztonsgos j repertor" +#: nss/makedb.c:149 +#, c-format +msgid "cannot open database file `%s': %s" +msgstr "" -#: elf/dl-load.c:784 -msgid "cannot stat shared object" -msgstr "nem lehet lekrdezni a megosztott objektumot" +#: nss/makedb.c:151 +msgid "incorrectly formatted file" +msgstr "" -#: nscd/cache.c:150 nscd/connections.c:151 -#, c-format -msgid "cannot stat() file `%s': %s" -msgstr "nem lehet lekrdezni a '%s': %s fjlt" +#: nss/makedb.c:331 +msgid "duplicate key" +msgstr "" -#: locale/programs/localedef.c:230 +#: nss/makedb.c:337 #, c-format -msgid "cannot write output files to `%s'" -msgstr "nem lehet a '%s' kimeneti fjl rni" +msgid "while writing database file" +msgstr "" -#: nscd/connections.c:265 nscd/connections.c:287 +#: nss/makedb.c:348 #, c-format -msgid "cannot write result: %s" -msgstr "nem lehet eredmny kirni: %s" +msgid "problems while reading `%s'" +msgstr "" -#: nscd/nscd_stat.c:87 +#: nss/makedb.c:368 nss/makedb.c:385 #, c-format -msgid "cannot write statistics: %s" -msgstr "nem lehet a statisztikt kirni: %s" +msgid "while reading database" +msgstr "" -#: locale/programs/ld-ctype.c:517 +#: posix/getconf.c:945 #, c-format -msgid "character '%s' in class `%s' must be in class `%s'" -msgstr "a '%s' karakter a '%s' osztlyban '%s' osztlynak kell lennie" +msgid "Usage: %s [-v specification] variable_name [pathname]\n" +msgstr "" -#: locale/programs/ld-ctype.c:532 +#: posix/getconf.c:948 #, c-format -msgid "character '%s' in class `%s' must not be in class `%s'" -msgstr "a '%s' karakter a '%s' osztlyban nem lehet '%s' osztly" - -#: locale/programs/ld-ctype.c:587 -msgid "character not defined in character map" -msgstr "az karakter nincs meghatrozva a karakterkszletben" +msgid " %s -a [pathname]\n" +msgstr "" -#: locale/programs/ld-ctype.c:461 +#: posix/getconf.c:1023 #, c-format -msgid "character L'\\u%0*x' in class `%s' must be in class `%s'" -msgstr "a L'\\u%0*x' karakter a `%s' osztlyban `%s' osztlynak kell lennie" +msgid "" +"Usage: getconf [-v SPEC] VAR\n" +" or: getconf [-v SPEC] PATH_VAR PATH\n" +"\n" +"Get the configuration value for variable VAR, or for variable PATH_VAR\n" +"for path PATH. If SPEC is given, give values for compilation\n" +"environment SPEC.\n" +"\n" +msgstr "" -#: locale/programs/ld-ctype.c:475 +#: posix/getconf.c:1081 #, c-format -msgid "character L'\\u%0*x' in class `%s' must not be in class `%s'" -msgstr "a L'\\u%0*x' karakter a `%s' osztlyban nem lehet `%s' osztly" +msgid "unknown specification \"%s\"" +msgstr "érvénytelen meghatározás: \"%s\"" -#: locale/programs/ld-ctype.c:3032 +#: posix/getconf.c:1109 #, c-format -msgid "character `%s' not defined while needed as default value" -msgstr "a '%s' karakter meghatrozva amg szksges addig az alaprtelmezett rtket hasznlom" +msgid "Couldn't execute %s" +msgstr "%s nem hajtható végre" -#: locale/programs/ld-ctype.c:1223 -#, c-format -msgid "character class `%s' already defined" -msgstr "a '%s' karakter osztly mr ltezik" +#: posix/getconf.c:1149 posix/getconf.c:1165 +msgid "undefined" +msgstr "nem definiált" -#: locale/programs/ld-ctype.c:1255 +#: posix/getconf.c:1187 #, c-format -msgid "character map `%s' already defined" -msgstr "a '%s' karakter kszlet mr ltezik" +msgid "Unrecognized variable `%s'" +msgstr "Ismeretlen változó: „%s”" -#: locale/programs/charmap.c:254 +#: posix/getopt.c:570 posix/getopt.c:586 #, c-format -msgid "character map `%s' is not ASCII compatible, locale not ISO C compliant\n" -msgstr "a '%s' karakter kszlet nem fr ssze az 'ASCII'-vel, nem tartalmaz ISO C engedlyt\n" +msgid "%s: option '%s' is ambiguous\n" +msgstr "%s: a(z) \"%s\" kapcsoló nem egyértelmű\n" -#: locale/programs/charmap.c:140 +#: posix/getopt.c:619 posix/getopt.c:623 #, c-format -msgid "character map file `%s' not found" -msgstr "a '%s' karakterkszlet fjl nincs meg" - -#: locale/programs/charmap.c:465 -msgid "character sets with locking states are not supported" -msgstr "a karakterkszlet az llapot zrolst nem tmogatja" +msgid "%s: option '--%s' doesn't allow an argument\n" +msgstr "%s: a(z) \"--%s\" kapcsoló nem enged meg argumentumot\n" -#: intl/tst-codeset.c:40 intl/tst-codeset.c:50 -msgid "cheese" -msgstr "csz" - -#: locale/programs/localedef.c:482 -msgid "circular dependencies between locale definitions" -msgstr "krkrs fggsgeket talltam a hely meghatrozssok kztt" - -#: sunrpc/clnt_raw.c:115 -msgid "clnt_raw.c - Fatal header serialization error." -msgstr "clnt_raw.c - Vgzetes fejlc olvassi hiba" - -#: sunrpc/clnt_tcp.c:134 sunrpc/clnt_tcp.c:137 -msgid "clnttcp_create: out of memory\n" -msgstr "clnttcp_create: elfogyott a memria\n" - -#: sunrpc/clnt_udp.c:141 sunrpc/clnt_udp.c:144 -msgid "clntudp_create: out of memory\n" -msgstr "clntudp_create: elfogyott a memria\n" - -#: sunrpc/clnt_unix.c:131 sunrpc/clnt_unix.c:134 -msgid "clntunix_create: out of memory\n" -msgstr "clntunix_create: elfogyott a memria\n" - -#: inet/rcmd.c:209 +#: posix/getopt.c:632 posix/getopt.c:637 #, c-format -msgid "connect to address %s: " -msgstr "kapcsols a '%s' cmre" +msgid "%s: option '%c%s' doesn't allow an argument\n" +msgstr "%s: a(z) \"%c%s\" kapcsoló nem enged meg argumentumot\n" -#: sunrpc/rpc_scan.c:116 -msgid "constant or identifier expected" -msgstr "lland vagy azonost lejrt" - -#: iconv/iconv_prog.c:231 +#: posix/getopt.c:680 posix/getopt.c:699 posix/getopt.c:1002 +#: posix/getopt.c:1021 #, c-format -msgid "conversion from `%s' to `%s' not supported" -msgstr "a '%s'-rl '%s'-re val talakts nem tmogatott" - -#: catgets/gencat.c:1289 -msgid "conversion modules not available" -msgstr "az talaktsi modulok nem elrhetek" - -#: locale/programs/ld-monetary.c:902 -msgid "conversion rate value cannot be zero" -msgstr "az talaktsi arny nem lehet nulla" - -#: iconv/iconv_prog.c:427 iconv/iconv_prog.c:452 -msgid "conversion stopped due to problem in writing the output" -msgstr "az talakts megszaktva mert problma volt a kimenetre rssal" +msgid "%s: option '%s' requires an argument\n" +msgstr "%s: a(z) \"%s\" kapcsolóhoz argumentum szükséges\n" -#: sunrpc/svc_simple.c:97 -msgid "couldn't create an rpc server\n" -msgstr "nem lehet ltrehozni az rpc kiszolglt\n" - -#: sunrpc/svc_simple.c:105 +#: posix/getopt.c:737 posix/getopt.c:740 #, c-format -msgid "couldn't register prog %ld vers %ld\n" -msgstr "nem lehet bejegyezni a '%ld' program '%ld' verzijt\n" - -#: nss/getent.c:51 -msgid "database [key ...]" -msgstr "adatbzis [kulcs]" +msgid "%s: unrecognized option '--%s'\n" +msgstr "%s: a(z) \"--%s\" kapcsoló ismeretlen\n" -#: locale/programs/charmap.c:197 +#: posix/getopt.c:748 posix/getopt.c:751 #, c-format -msgid "default character map file `%s' not found" -msgstr "az alaprtelmezett a '%s' karakter kszlet fjl nincs meg" +msgid "%s: unrecognized option '%c%s'\n" +msgstr "%s: a(z) \"%c%s\" kapcsoló ismeretlen\n" -#: locale/programs/charmap.c:397 +#: posix/getopt.c:800 posix/getopt.c:803 #, c-format -msgid "duplicate definition of <%s>" -msgstr "a <%s> meghatrozs ismtldik" +msgid "%s: invalid option -- '%c'\n" +msgstr "%s: érvénytelen kapcsoló -- \"%c\"\n" -#: locale/programs/ld-collate.c:3062 +#: posix/getopt.c:853 posix/getopt.c:870 posix/getopt.c:1073 +#: posix/getopt.c:1091 #, c-format -msgid "duplicate definition of script `%s'" -msgstr "a '%s' parancsllomny ktszer lett ltrehozva" - -#: catgets/gencat.c:430 -msgid "duplicate set definition" -msgstr "ktszeres meghatrozs" +msgid "%s: option requires an argument -- '%c'\n" +msgstr "%s: a kapcsoló egy argumentumot igényel -- \"%c\"\n" -#: timezone/zic.c:1009 +#: posix/getopt.c:923 posix/getopt.c:939 #, c-format -msgid "duplicate zone name %s (file \"%s\", line %d)" -msgstr "ktszeres zna nv a '%s' (a \"%s fjl, %d sorban)" +msgid "%s: option '-W %s' is ambiguous\n" +msgstr "%s: a \"-W %s\" kapcsoló nem egyértelmű\n" -#: locale/programs/ld-ctype.c:2559 +#: posix/getopt.c:963 posix/getopt.c:981 #, c-format -msgid "duplicated definition for mapping `%s'" -msgstr "ktszeres a '%s' meghatrozsa" - -#: catgets/gencat.c:631 -msgid "duplicated message identifier" -msgstr "ktszeres zenet azonost" +msgid "%s: option '-W %s' doesn't allow an argument\n" +msgstr "%s: a \"-W %s\" kapcsoló nem enged meg argumentumot\n" -#: catgets/gencat.c:603 -msgid "duplicated message number" -msgstr "ktszeres zenet szm" +#: posix/regcomp.c:136 +msgid "No match" +msgstr "Nincs találat" -#: locale/programs/ld-ctype.c:2370 -msgid "ellipsis range must be marked by two operands of same type" -msgstr "a krkrs tartomnyt meg kell jellni kt aznonos tpus mveleti jellel" +#: posix/regcomp.c:139 +msgid "Invalid regular expression" +msgstr "Érvénytelen szabályos kifejezés" -#: sunrpc/rpc_scan.c:383 -msgid "empty char string" -msgstr "res karakter szveg" +#: posix/regcomp.c:142 +msgid "Invalid collation character" +msgstr "Érvénytelen leválogatási karakter" -#: elf/dl-open.c:219 -msgid "empty dynamic string token substitution" -msgstr "res a dinamikus szveg behelyetests" +#: posix/regcomp.c:145 +msgid "Invalid character class name" +msgstr "Érvénytelen karakterosztálynév" -#: elf/dl-deps.c:113 -msgid "empty dynamics string token substitution" -msgstr "res a dinamikus szveg behelyetests" +#: posix/regcomp.c:148 +msgid "Trailing backslash" +msgstr "Záró visszaper" -#: sunrpc/svc_udp.c:467 -msgid "enablecache: cache already enabled" -msgstr "enablecache: a gyorstr mr engedlyezve van" +#: posix/regcomp.c:151 +msgid "Invalid back reference" +msgstr "Érvénytelen visszahivatkozás" -#: sunrpc/svc_udp.c:473 -msgid "enablecache: could not allocate cache" -msgstr "enablecache: nem lehet lefoglalni a gyorstrat" +#: posix/regcomp.c:154 +msgid "Unmatched [ or [^" +msgstr "Pár nélküli [ vagy [^" -#: sunrpc/svc_udp.c:481 -msgid "enablecache: could not allocate cache data" -msgstr "enablecache: nem lehet lefoglalni a gyorstr adatait" +#: posix/regcomp.c:157 +msgid "Unmatched ( or \\(" +msgstr "Pár nélküli ( vagy \\(" -#: sunrpc/svc_udp.c:488 -msgid "enablecache: could not allocate cache fifo" -msgstr "enablecache: nem lehet lefoglalni a gyorstr 'fifo'-jt" +#: posix/regcomp.c:160 +msgid "Unmatched \\{" +msgstr "Pár nélküli \\{" -#: iconv/iconv_prog.c:61 -msgid "encoding for output" -msgstr "a kimenet kdolsa" +#: posix/regcomp.c:163 +msgid "Invalid content of \\{\\}" +msgstr "A \\{\\} tartalma érvénytelen" -#: iconv/iconv_prog.c:60 -msgid "encoding of original text" -msgstr "az eredeti szveg kdolsa" +#: posix/regcomp.c:166 +msgid "Invalid range end" +msgstr "Érvénytelen tartományvég" -#: nscd/connections.c:366 nscd/connections.c:460 -#, c-format -msgid "error getting caller's id: %s" -msgstr "hiba a hv azonosts sorn: %s" +#: posix/regcomp.c:169 +msgid "Memory exhausted" +msgstr "Elfogyott a memória" -#: locale/programs/ld-collate.c:3032 -msgid "error while adding equivalent collating symbol" -msgstr "hiba az egyenrtk sszehasonlt szimblumok hozzadsa alatt" +#: posix/regcomp.c:172 +msgid "Invalid preceding regular expression" +msgstr "Érvénytelen megelőző szabályos kifejezés" -#: iconv/iconv_charmap.c:177 iconv/iconv_prog.c:283 -#, c-format -msgid "error while closing input `%s'" -msgstr "hiba a '%s' bemenet lezrsa alatt" +#: posix/regcomp.c:175 +msgid "Premature end of regular expression" +msgstr "A szabályos kifejezés túl korán véget ért" -#: iconv/iconv_prog.c:330 -msgid "error while closing output file" -msgstr "hiba a kimenet lezrsa alatt" +#: posix/regcomp.c:178 +msgid "Regular expression too big" +msgstr "A szabályos kifejezés túl nagy" -#: elf/sprof.c:706 -msgid "error while closing the profiling data file" -msgstr "hiba a profil adat fjl lezrsa alatt" +#: posix/regcomp.c:181 +msgid "Unmatched ) or \\)" +msgstr "Pár nélküli ) vagy \\)" -#: iconv/iconv_charmap.c:507 iconv/iconv_charmap.c:538 iconv/iconv_prog.c:516 -#: iconv/iconv_prog.c:547 -msgid "error while reading the input" -msgstr "hiba a bemenet olvassa kzben" +#: posix/regcomp.c:681 +msgid "No previous regular expression" +msgstr "Nincs megelőző szabályos kifejezés" -#: locale/programs/locfile.h:59 -msgid "expect string argument for `copy'" -msgstr "paramtert vrok a 'copy'-hoz" +#: posix/wordexp.c:1832 +msgid "parameter null or not set" +msgstr "" -#: timezone/zic.c:899 -msgid "expected continuation line not found" -msgstr "a szksges folytats sor el marad" +#: resolv/herror.c:68 +msgid "Resolver Error 0 (no error)" +msgstr "" -#: locale/programs/ld-time.c:1027 -msgid "extra trailing semicolon" -msgstr "tbb sok zr kettspont" +#: resolv/herror.c:69 +msgid "Unknown host" +msgstr "Ismeretlen gép" -#: elf/sprof.c:404 -#, c-format -msgid "failed to load shared object `%s'" -msgstr "sikertelen a '%s' megosztott objektum betltse kzben" +#: resolv/herror.c:70 +msgid "Host name lookup failure" +msgstr "Gépnév keresése nem sikerült" -#: elf/sprof.c:600 -msgid "failed to load symbol data" -msgstr "sikertelen a szimblum adatainak a betltse" +#: resolv/herror.c:71 +msgid "Unknown server error" +msgstr "" -#: elf/dl-load.c:771 -msgid "failed to map segment from shared object" -msgstr "nem sikerlt megszerezni a szegmens kpet a megosztott objektumbl" +#: resolv/herror.c:72 +msgid "No address associated with name" +msgstr "" -#: elf/sprof.c:698 -msgid "failed to mmap the profiling data file" -msgstr "sikertelen az 'mmap' a profil adat fjlban" +#: resolv/herror.c:107 +msgid "Resolver internal error" +msgstr "" -#: iconv/iconv_prog.c:235 -msgid "failed to start conversion processing" -msgstr "nem sikerlt elindtani az talaktsi folyamatot" +#: resolv/herror.c:110 +msgid "Unknown resolver error" +msgstr "" -#: locale/programs/locfile.c:596 +#: resolv/res_hconf.c:124 #, c-format -msgid "failure while writing data for category `%s'" -msgstr "nem sikerlt a '%s' kategria adatait kirni" +msgid "%s: line %d: cannot specify more than %d trim domains" +msgstr "" -#: elf/../sysdeps/generic/readelflib.c:35 +#: resolv/res_hconf.c:145 #, c-format -msgid "file %s is truncated\n" -msgstr "a '%s' fjl csonktott\n" +msgid "%s: line %d: list delimiter not followed by domain" +msgstr "" -#. TRANS: the file will not be removed; this is an -#. TRANS: informative message. -#: sunrpc/rpc_main.c:1150 +#: resolv/res_hconf.c:204 #, c-format -msgid "file `%s' already exists and may be overwritten\n" -msgstr "a '%s' fjl mt ltezik s fell kell rni \n" - -#: elf/dl-load.c:1247 -msgid "file too short" -msgstr "fjl tl rvid" - -#: inet/rcmd.c:512 -msgid "fstat failed" -msgstr "az fstat sikertelen" - -#: locale/programs/linereader.c:388 -msgid "garbage at end of character code specification" -msgstr "szemt a karakter kd meghatrozs vgn" - -#: locale/programs/linereader.c:276 -msgid "garbage at end of number" -msgstr "szemt a szmok vgn" - -#: elf/sprof.c:77 -msgid "generate call graph" -msgstr "hvsi grafikon ltrehozsa" - -#: elf/sprof.c:76 -msgid "generate flat profile with counts and ticks" -msgstr "profil generlsa szmllval s ismtldsekkel" - -#: sunrpc/get_myaddr.c:78 -msgid "get_myaddress: ioctl (get interface configuration)" -msgstr "get_myaddress: ioctl (interfsz belltsok lkrdezse)" - -#: nss/getent.c:702 -msgid "getent - get entries from administrative database." -msgstr "getent - bejegyzsek lekrse az adminisztrcis adatbzisbl" +msgid "%s: line %d: expected `on' or `off', found `%s'\n" +msgstr "" -#: nscd/connections.c:221 +#: resolv/res_hconf.c:247 #, c-format -msgid "handle_request: request received (Version = %d)" -msgstr "handle_request: krs elfogadva (Verzi = %d)" - -#: timezone/zic.c:643 -msgid "hard link failed, symbolic link used" -msgstr "kzvetlen hivatkozs nem sikerlt, helyette szimbolikus hivatkozst hasznlok" - -#: inet/rcmd.c:518 -msgid "hard linked somewhere" -msgstr "kzvetlen hivatkozs valahonnan" +msgid "%s: line %d: bad command `%s'\n" +msgstr "" -#: locale/programs/charmap.c:986 locale/programs/repertoire.c:430 -msgid "hexadecimal range format should use only capital characters" -msgstr "a 16-os szmrendszerbeli rtleket krem nagy betkkel megadni" +#: resolv/res_hconf.c:282 +#, c-format +msgid "%s: line %d: ignoring trailing garbage `%s'\n" +msgstr "" -#: timezone/zic.c:1193 -msgid "illegal CORRECTION field on Leap line" -msgstr "rvnytelen MDOSTS az eltols sor mezejben" +#: stdio-common/psignal.c:51 +#, c-format +msgid "%s%sUnknown signal %d\n" +msgstr "" -#: timezone/zic.c:1197 -msgid "illegal Rolling/Stationary field on Leap line" -msgstr "rvnytelen cssz/ll mez az eltols sorban" +#: stdio-common/psignal.c:52 +msgid "Unknown signal" +msgstr "Ismeretlen szignál" -#: sunrpc/rpc_scan.c:312 -msgid "illegal character in file: " -msgstr "rvnytelen karakter a fjlban: " +#: string/_strerror.c:45 sysdeps/mach/_strerror.c:87 +msgid "Unknown error " +msgstr "Ismeretlen hiba " -#: locale/programs/linereader.c:600 -msgid "illegal escape sequence at end of string" -msgstr "rvnytelen eszkp sorozat a szveg vgn" +#: string/strerror.c:43 +msgid "Unknown error" +msgstr "Ismeretlen hiba" -#: iconv/iconv_charmap.c:443 +#: string/strsignal.c:65 #, c-format -msgid "illegal input sequence at position %Zd" -msgstr "rvnytelen bemeneti sorozat a %Zd pozcin" +msgid "Real-time signal %d" +msgstr "Valós idejű szignál %d" -#: iconv/iconv_prog.c:469 +#: string/strsignal.c:69 #, c-format -msgid "illegal input sequence at position %ld" -msgstr "rvnytelen bemeneti sorozat a %ld pozcin" +msgid "Unknown signal %d" +msgstr "Ismeretlen szignál %d" + +#: sunrpc/auth_unix.c:114 sunrpc/clnt_tcp.c:131 sunrpc/clnt_udp.c:143 +#: sunrpc/clnt_unix.c:128 sunrpc/svc_tcp.c:179 sunrpc/svc_tcp.c:218 +#: sunrpc/svc_udp.c:153 sunrpc/svc_unix.c:176 sunrpc/svc_unix.c:215 +#: sunrpc/xdr.c:566 sunrpc/xdr.c:718 sunrpc/xdr_array.c:106 +#: sunrpc/xdr_rec.c:156 sunrpc/xdr_ref.c:85 +msgid "out of memory\n" +msgstr "elfogyott a memória\n" + +#: sunrpc/auth_unix.c:350 +msgid "auth_unix.c: Fatal marshalling problem" +msgstr "" -#: sunrpc/rpc_main.c:463 +#: sunrpc/clnt_perr.c:105 sunrpc/clnt_perr.c:121 #, c-format -msgid "illegal nettype :`%s'\n" -msgstr "rvnytelen hltpus: '%s' \n" - -#: catgets/gencat.c:403 catgets/gencat.c:480 -msgid "illegal set number" -msgstr "rvnytelen rtk" +msgid "%s: %s; low version = %lu, high version = %lu" +msgstr "" -#: locale/programs/ld-ctype.c:1229 +#: sunrpc/clnt_perr.c:112 #, c-format -msgid "implementation limit: no more than %Zd character classes allowed" -msgstr "vgrehajtsi hatr: nem lehet %Zd karakternl tbbet engedlyezni ebben az osztlyban" +msgid "%s: %s; why = %s\n" +msgstr "" -#: locale/programs/ld-ctype.c:1261 +#: sunrpc/clnt_perr.c:114 #, c-format -msgid "implementation limit: no more than %d character maps allowed" -msgstr "vgrehajtsi hatr: nem lehet %d karakter kszletnl tbbet engedlyezni ebben az osztlyban" +msgid "%s: %s; why = (unknown authentication error - %d)\n" +msgstr "" -#: iconv/iconv_charmap.c:462 iconv/iconv_prog.c:473 -msgid "incomplete character or shift sequence at end of buffer" -msgstr "nem teljes karakter vagy tl r puffer vgn" +#: sunrpc/clnt_perr.c:159 +msgid "RPC: Success" +msgstr "" -#: timezone/zic.c:856 -msgid "input line of unknown type" -msgstr "a bemeneti sor tpusa ismeretlen" +#: sunrpc/clnt_perr.c:162 +msgid "RPC: Can't encode arguments" +msgstr "" -#: elf/dl-load.c:1294 -msgid "internal error" -msgstr "bels hiba" +#: sunrpc/clnt_perr.c:166 +msgid "RPC: Can't decode result" +msgstr "" -#: iconv/iconv_prog.c:477 -msgid "internal error (illegal descriptor)" -msgstr "bels hiba (rvnytelen ler)" +#: sunrpc/clnt_perr.c:170 +msgid "RPC: Unable to send" +msgstr "" -#: timezone/zic.c:1819 -msgid "internal error - addtype called with bad isdst" -msgstr "bels hiba - az 'addtype' hibs 'isdst'-vel lett meghvva" +#: sunrpc/clnt_perr.c:174 +msgid "RPC: Unable to receive" +msgstr "" -#: timezone/zic.c:1827 -msgid "internal error - addtype called with bad ttisgmt" -msgstr "bels hiba - az 'addtype' hibs 'ttisgmt'-vel lett meghvva" +#: sunrpc/clnt_perr.c:178 +msgid "RPC: Timed out" +msgstr "" -#: timezone/zic.c:1823 -msgid "internal error - addtype called with bad ttisstd" -msgstr "bels hiba - az 'addtype' hibs 'ttistd'-vel lett meghvva" +#: sunrpc/clnt_perr.c:182 +msgid "RPC: Incompatible versions of RPC" +msgstr "" -#: locale/programs/ld-ctype.c:488 locale/programs/ld-ctype.c:544 -#, c-format -msgid "internal error in %s, line %u" -msgstr "bels hiba a '%s' '%u' sorban" +#: sunrpc/clnt_perr.c:186 +msgid "RPC: Authentication error" +msgstr "" -#: elf/dl-load.c:1267 -msgid "invalid ELF header" -msgstr "rvnytelen ELF fejlc" +#: sunrpc/clnt_perr.c:190 +msgid "RPC: Program unavailable" +msgstr "" -#: timezone/zic.c:1065 -msgid "invalid UTC offset" -msgstr "rvnytelen UTC eltols" +#: sunrpc/clnt_perr.c:194 +msgid "RPC: Program/version mismatch" +msgstr "" -#: timezone/zic.c:1068 -msgid "invalid abbreviation format" -msgstr "rvnytelen rvidtsi forma" +#: sunrpc/clnt_perr.c:198 +msgid "RPC: Procedure unavailable" +msgstr "" -#: catgets/gencat.c:688 -msgid "invalid character: message ignored" -msgstr "rvnytelen karakter: zenet rvnytelen" +#: sunrpc/clnt_perr.c:202 +msgid "RPC: Server can't decode arguments" +msgstr "" -#: timezone/zic.c:1158 timezone/zic.c:1370 timezone/zic.c:1384 -msgid "invalid day of month" -msgstr "rvnytelen napja a hnapnak" +#: sunrpc/clnt_perr.c:206 +msgid "RPC: Remote system error" +msgstr "" -#: locale/programs/charmap.c:352 -msgid "invalid definition" -msgstr "rvnytelen megahatrozs" +#: sunrpc/clnt_perr.c:210 +msgid "RPC: Unknown host" +msgstr "" -#: locale/programs/charmap.c:547 -msgid "invalid encoding given" -msgstr "rvnytelen kdolst adott meg" +#: sunrpc/clnt_perr.c:214 +msgid "RPC: Unknown protocol" +msgstr "" -#: timezone/zic.c:1322 -msgid "invalid ending year" -msgstr "rvnytelen v vgzds" +#: sunrpc/clnt_perr.c:218 +msgid "RPC: Port mapper failure" +msgstr "" -#: catgets/gencat.c:1152 locale/programs/linereader.c:538 -msgid "invalid escape sequence" -msgstr "rvnytelen eszkp sorozat" +#: sunrpc/clnt_perr.c:222 +msgid "RPC: Program not registered" +msgstr "" -#: timezone/zic.c:1130 -msgid "invalid leaping year" -msgstr "rvnytelen v eltols" +#: sunrpc/clnt_perr.c:226 +msgid "RPC: Failed (unspecified error)" +msgstr "" -#: catgets/gencat.c:731 -msgid "invalid line" -msgstr "rvnytelen sor" +#: sunrpc/clnt_perr.c:267 +msgid "RPC: (unknown error code)" +msgstr "" -#: elf/dl-open.c:349 -msgid "invalid mode for dlopen()" -msgstr "rvnytelen a dlopen() mdja" +#: sunrpc/clnt_perr.c:330 +msgid "Authentication OK" +msgstr "" + +#: sunrpc/clnt_perr.c:333 +msgid "Invalid client credential" +msgstr "" + +#: sunrpc/clnt_perr.c:337 +msgid "Server rejected credential" +msgstr "" + +#: sunrpc/clnt_perr.c:341 +msgid "Invalid client verifier" +msgstr "" + +#: sunrpc/clnt_perr.c:345 +msgid "Server rejected verifier" +msgstr "" + +#: sunrpc/clnt_perr.c:349 +msgid "Client credential too weak" +msgstr "" + +#: sunrpc/clnt_perr.c:353 +msgid "Invalid server verifier" +msgstr "" + +#: sunrpc/clnt_perr.c:357 +msgid "Failed (unspecified error)" +msgstr "" + +#: sunrpc/clnt_raw.c:117 +msgid "clnt_raw.c: fatal header serialization error" +msgstr "" + +#: sunrpc/pm_getmaps.c:83 +msgid "pmap_getmaps.c: rpc problem" +msgstr "" + +#: sunrpc/pmap_clnt.c:129 +msgid "Cannot register service" +msgstr "" + +#: sunrpc/pmap_rmt.c:248 +msgid "Cannot create socket for broadcast rpc" +msgstr "" + +#: sunrpc/pmap_rmt.c:255 +msgid "Cannot set socket option SO_BROADCAST" +msgstr "" + +#: sunrpc/pmap_rmt.c:307 +msgid "Cannot send broadcast packet" +msgstr "" + +#: sunrpc/pmap_rmt.c:332 +msgid "Broadcast poll problem" +msgstr "" + +#: sunrpc/pmap_rmt.c:345 +msgid "Cannot receive reply to broadcast" +msgstr "" + +#: sunrpc/rpc_main.c:290 +#, c-format +msgid "%s: output would overwrite %s\n" +msgstr "" + +#: sunrpc/rpc_main.c:297 +#, c-format +msgid "%s: unable to open %s: %m\n" +msgstr "" + +#: sunrpc/rpc_main.c:309 +#, c-format +msgid "%s: while writing output %s: %m" +msgstr "" + +#: sunrpc/rpc_main.c:344 +#, c-format +msgid "cannot find C preprocessor: %s \n" +msgstr "" + +#: sunrpc/rpc_main.c:352 +msgid "cannot find any C preprocessor (cpp)\n" +msgstr "" + +#: sunrpc/rpc_main.c:421 +#, c-format +msgid "%s: C preprocessor failed with signal %d\n" +msgstr "" + +#: sunrpc/rpc_main.c:424 +#, c-format +msgid "%s: C preprocessor failed with exit code %d\n" +msgstr "" + +#: sunrpc/rpc_main.c:464 +#, c-format +msgid "illegal nettype: `%s'\n" +msgstr "" + +#: sunrpc/rpc_main.c:1130 +#, c-format +msgid "rpcgen: too many defines\n" +msgstr "" + +#: sunrpc/rpc_main.c:1142 +#, c-format +msgid "rpcgen: arglist coding error\n" +msgstr "" + +#. TRANS: the file will not be removed; this is an +#. TRANS: informative message. +#: sunrpc/rpc_main.c:1175 +#, c-format +msgid "file `%s' already exists and may be overwritten\n" +msgstr "" + +#: sunrpc/rpc_main.c:1220 +#, c-format +msgid "Cannot specify more than one input file!\n" +msgstr "" + +#: sunrpc/rpc_main.c:1394 +#, c-format +msgid "This implementation doesn't support newstyle or MT-safe code!\n" +msgstr "" + +#: sunrpc/rpc_main.c:1403 +#, c-format +msgid "Cannot use netid flag with inetd flag!\n" +msgstr "" + +#: sunrpc/rpc_main.c:1415 +#, c-format +msgid "Cannot use netid flag without TIRPC!\n" +msgstr "" + +#: sunrpc/rpc_main.c:1422 +#, c-format +msgid "Cannot use table flags with newstyle!\n" +msgstr "" + +#: sunrpc/rpc_main.c:1441 +#, c-format +msgid "\"infile\" is required for template generation flags.\n" +msgstr "" + +#: sunrpc/rpc_main.c:1446 +#, c-format +msgid "Cannot have more than one file generation flag!\n" +msgstr "" + +#: sunrpc/rpc_main.c:1455 +#, c-format +msgid "usage: %s infile\n" +msgstr "" + +#: sunrpc/rpc_main.c:1456 +#, c-format +msgid "\t%s [-abkCLNTM][-Dname[=value]] [-i size] [-I [-K seconds]] [-Y path] infile\n" +msgstr "" + +#: sunrpc/rpc_main.c:1458 +#, c-format +msgid "\t%s [-c | -h | -l | -m | -t | -Sc | -Ss | -Sm] [-o outfile] [infile]\n" +msgstr "" + +#: sunrpc/rpc_main.c:1460 +#, c-format +msgid "\t%s [-s nettype]* [-o outfile] [infile]\n" +msgstr "" + +#: sunrpc/rpc_main.c:1461 +#, c-format +msgid "\t%s [-n netid]* [-o outfile] [infile]\n" +msgstr "" + +#: sunrpc/rpc_main.c:1469 +#, c-format +msgid "options:\n" +msgstr "" + +#: sunrpc/rpc_main.c:1470 +#, c-format +msgid "-a\t\tgenerate all files, including samples\n" +msgstr "" + +#: sunrpc/rpc_main.c:1471 +#, c-format +msgid "-b\t\tbackward compatibility mode (generates code for SunOS 4.1)\n" +msgstr "" + +#: sunrpc/rpc_main.c:1472 +#, c-format +msgid "-c\t\tgenerate XDR routines\n" +msgstr "" + +#: sunrpc/rpc_main.c:1473 +#, c-format +msgid "-C\t\tANSI C mode\n" +msgstr "" + +#: sunrpc/rpc_main.c:1474 +#, c-format +msgid "-Dname[=value]\tdefine a symbol (same as #define)\n" +msgstr "" + +#: sunrpc/rpc_main.c:1475 +#, c-format +msgid "-h\t\tgenerate header file\n" +msgstr "" + +#: sunrpc/rpc_main.c:1476 +#, c-format +msgid "-i size\t\tsize at which to start generating inline code\n" +msgstr "" + +#: sunrpc/rpc_main.c:1477 +#, c-format +msgid "-I\t\tgenerate code for inetd support in server (for SunOS 4.1)\n" +msgstr "" + +#: sunrpc/rpc_main.c:1478 +#, c-format +msgid "-K seconds\tserver exits after K seconds of inactivity\n" +msgstr "" + +#: sunrpc/rpc_main.c:1479 +#, c-format +msgid "-l\t\tgenerate client side stubs\n" +msgstr "" + +#: sunrpc/rpc_main.c:1480 +#, c-format +msgid "-L\t\tserver errors will be printed to syslog\n" +msgstr "" + +#: sunrpc/rpc_main.c:1481 +#, c-format +msgid "-m\t\tgenerate server side stubs\n" +msgstr "" + +#: sunrpc/rpc_main.c:1482 +#, c-format +msgid "-M\t\tgenerate MT-safe code\n" +msgstr "" + +#: sunrpc/rpc_main.c:1483 +#, c-format +msgid "-n netid\tgenerate server code that supports named netid\n" +msgstr "" + +#: sunrpc/rpc_main.c:1484 +#, c-format +msgid "-N\t\tsupports multiple arguments and call-by-value\n" +msgstr "" + +#: sunrpc/rpc_main.c:1485 +#, c-format +msgid "-o outfile\tname of the output file\n" +msgstr "" + +#: sunrpc/rpc_main.c:1486 +#, c-format +msgid "-s nettype\tgenerate server code that supports named nettype\n" +msgstr "" + +#: sunrpc/rpc_main.c:1487 +#, c-format +msgid "-Sc\t\tgenerate sample client code that uses remote procedures\n" +msgstr "" + +#: sunrpc/rpc_main.c:1488 +#, c-format +msgid "-Ss\t\tgenerate sample server code that defines remote procedures\n" +msgstr "" + +#: sunrpc/rpc_main.c:1489 +#, c-format +msgid "-Sm \t\tgenerate makefile template \n" +msgstr "" + +#: sunrpc/rpc_main.c:1490 +#, c-format +msgid "-t\t\tgenerate RPC dispatch table\n" +msgstr "" + +#: sunrpc/rpc_main.c:1491 +#, c-format +msgid "-T\t\tgenerate code to support RPC dispatch tables\n" +msgstr "" + +#: sunrpc/rpc_main.c:1492 +#, c-format +msgid "-Y path\t\tdirectory name to find C preprocessor (cpp)\n" +msgstr "" + +#: sunrpc/rpc_scan.c:114 +msgid "constant or identifier expected" +msgstr "" + +#: sunrpc/rpc_scan.c:310 +msgid "illegal character in file: " +msgstr "" + +#: sunrpc/rpc_scan.c:349 sunrpc/rpc_scan.c:375 +msgid "unterminated string constant" +msgstr "" + +#: sunrpc/rpc_scan.c:381 +msgid "empty char string" +msgstr "" + +#: sunrpc/rpc_scan.c:523 sunrpc/rpc_scan.c:533 +msgid "preprocessor error" +msgstr "" + +#: sunrpc/rpcinfo.c:254 sunrpc/rpcinfo.c:400 +#, c-format +msgid "program %lu is not available\n" +msgstr "" + +#: sunrpc/rpcinfo.c:281 sunrpc/rpcinfo.c:327 sunrpc/rpcinfo.c:350 +#: sunrpc/rpcinfo.c:424 sunrpc/rpcinfo.c:470 sunrpc/rpcinfo.c:493 +#: sunrpc/rpcinfo.c:527 +#, c-format +msgid "program %lu version %lu is not available\n" +msgstr "" + +#: sunrpc/rpcinfo.c:532 +#, c-format +msgid "program %lu version %lu ready and waiting\n" +msgstr "" + +#: sunrpc/rpcinfo.c:573 sunrpc/rpcinfo.c:580 +msgid "rpcinfo: can't contact portmapper" +msgstr "" + +#: sunrpc/rpcinfo.c:587 +msgid "No remote programs registered.\n" +msgstr "" + +#: sunrpc/rpcinfo.c:591 +msgid " program vers proto port\n" +msgstr "" + +#: sunrpc/rpcinfo.c:630 +msgid "(unknown)" +msgstr "(ismeretlen)" + +#: sunrpc/rpcinfo.c:654 +#, c-format +msgid "rpcinfo: broadcast failed: %s\n" +msgstr "" + +#: sunrpc/rpcinfo.c:675 +msgid "Sorry. You are not root\n" +msgstr "Elnézést, Ön nem rendszergazda\n" + +#: sunrpc/rpcinfo.c:682 +#, c-format +msgid "rpcinfo: Could not delete registration for prog %s version %s\n" +msgstr "" + +#: sunrpc/rpcinfo.c:691 +msgid "Usage: rpcinfo [ -n portnum ] -u host prognum [ versnum ]\n" +msgstr "" + +#: sunrpc/rpcinfo.c:693 +msgid " rpcinfo [ -n portnum ] -t host prognum [ versnum ]\n" +msgstr "" + +#: sunrpc/rpcinfo.c:695 +msgid " rpcinfo -p [ host ]\n" +msgstr "" + +#: sunrpc/rpcinfo.c:696 +msgid " rpcinfo -b prognum versnum\n" +msgstr "" + +#: sunrpc/rpcinfo.c:697 +msgid " rpcinfo -d prognum versnum\n" +msgstr "" + +#: sunrpc/rpcinfo.c:722 +#, c-format +msgid "rpcinfo: %s is unknown service\n" +msgstr "" + +#: sunrpc/rpcinfo.c:759 +#, c-format +msgid "rpcinfo: %s is unknown host\n" +msgstr "" + +#: sunrpc/svc_run.c:70 +msgid "svc_run: - out of memory" +msgstr "" + +#: sunrpc/svc_run.c:90 +msgid "svc_run: - poll failed" +msgstr "" + +#: sunrpc/svc_simple.c:87 +#, c-format +msgid "can't reassign procedure number %ld\n" +msgstr "" + +#: sunrpc/svc_simple.c:97 +msgid "couldn't create an rpc server\n" +msgstr "" + +#: sunrpc/svc_simple.c:105 +#, c-format +msgid "couldn't register prog %ld vers %ld\n" +msgstr "" + +#: sunrpc/svc_simple.c:113 +msgid "registerrpc: out of memory\n" +msgstr "" + +#: sunrpc/svc_simple.c:173 +#, c-format +msgid "trouble replying to prog %d\n" +msgstr "" + +#: sunrpc/svc_simple.c:182 +#, c-format +msgid "never registered prog %d\n" +msgstr "" + +#: sunrpc/svc_tcp.c:155 +msgid "svc_tcp.c - tcp socket creation problem" +msgstr "" + +#: sunrpc/svc_tcp.c:170 +msgid "svc_tcp.c - cannot getsockname or listen" +msgstr "" + +#: sunrpc/svc_udp.c:128 +msgid "svcudp_create: socket creation problem" +msgstr "" + +#: sunrpc/svc_udp.c:142 +msgid "svcudp_create - cannot getsockname" +msgstr "" + +#: sunrpc/svc_udp.c:175 +msgid "svcudp_create: xp_pad is too small for IP_PKTINFO\n" +msgstr "" + +#: sunrpc/svc_udp.c:475 +msgid "enablecache: cache already enabled" +msgstr "" + +#: sunrpc/svc_udp.c:481 +msgid "enablecache: could not allocate cache" +msgstr "" + +#: sunrpc/svc_udp.c:490 +msgid "enablecache: could not allocate cache data" +msgstr "" + +#: sunrpc/svc_udp.c:498 +msgid "enablecache: could not allocate cache fifo" +msgstr "" + +#: sunrpc/svc_udp.c:533 +msgid "cache_set: victim not found" +msgstr "" + +#: sunrpc/svc_udp.c:544 +msgid "cache_set: victim alloc failed" +msgstr "" + +#: sunrpc/svc_udp.c:551 +msgid "cache_set: could not allocate new rpc_buffer" +msgstr "" + +#: sunrpc/svc_unix.c:150 +msgid "svc_unix.c - AF_UNIX socket creation problem" +msgstr "" + +#: sunrpc/svc_unix.c:166 +msgid "svc_unix.c - cannot getsockname or listen" +msgstr "" + +#: sysdeps/generic/siglist.h:29 sysdeps/unix/siglist.c:27 +msgid "Hangup" +msgstr "Fennakadás" + +#: sysdeps/generic/siglist.h:30 sysdeps/unix/siglist.c:28 +msgid "Interrupt" +msgstr "Félbeszakítás" + +#: sysdeps/generic/siglist.h:31 sysdeps/unix/siglist.c:29 +msgid "Quit" +msgstr "Kilépés" + +#: sysdeps/generic/siglist.h:32 sysdeps/unix/siglist.c:30 +msgid "Illegal instruction" +msgstr "Érvénytelen utasítás" + +#: sysdeps/generic/siglist.h:33 sysdeps/unix/siglist.c:31 +msgid "Trace/breakpoint trap" +msgstr "Nyomkövetési/töréspont csapda" + +#: sysdeps/generic/siglist.h:34 +msgid "Aborted" +msgstr "Félbeszakítva" + +#: sysdeps/generic/siglist.h:35 sysdeps/unix/siglist.c:34 +msgid "Floating point exception" +msgstr "Lebegőpontos kivétel" + +#: sysdeps/generic/siglist.h:36 sysdeps/unix/siglist.c:35 +msgid "Killed" +msgstr "Kilőve" + +#: sysdeps/generic/siglist.h:37 sysdeps/unix/siglist.c:36 +msgid "Bus error" +msgstr "Busz hiba" + +#: sysdeps/generic/siglist.h:38 sysdeps/unix/siglist.c:37 +msgid "Segmentation fault" +msgstr "Szegmentálási hiba" + +#. TRANS Broken pipe; there is no process reading from the other end of a pipe. +#. TRANS Every library function that returns this error code also generates a +#. TRANS @code{SIGPIPE} signal; this signal terminates the program if not handled +#. TRANS or blocked. Thus, your program will never actually see @code{EPIPE} +#. TRANS unless it has handled or blocked @code{SIGPIPE}. +#: sysdeps/generic/siglist.h:39 sysdeps/gnu/errlist.c:359 +#: sysdeps/unix/siglist.c:39 +msgid "Broken pipe" +msgstr "Törött adatcsatorna" + +#: sysdeps/generic/siglist.h:40 sysdeps/unix/siglist.c:40 +msgid "Alarm clock" +msgstr "Időzítő óra" + +#: sysdeps/generic/siglist.h:41 sysdeps/unix/siglist.c:41 +msgid "Terminated" +msgstr "Befejeződött" + +#: sysdeps/generic/siglist.h:42 sysdeps/unix/siglist.c:42 +msgid "Urgent I/O condition" +msgstr "Sürgős I/O feltétel" + +#: sysdeps/generic/siglist.h:43 sysdeps/unix/siglist.c:43 +msgid "Stopped (signal)" +msgstr "Leállítva (szignál)" + +#: sysdeps/generic/siglist.h:44 sysdeps/unix/siglist.c:44 +msgid "Stopped" +msgstr "Leállítva" + +#: sysdeps/generic/siglist.h:45 sysdeps/unix/siglist.c:45 +msgid "Continued" +msgstr "Folytatva" + +#: sysdeps/generic/siglist.h:46 sysdeps/unix/siglist.c:46 +msgid "Child exited" +msgstr "Gyerekfolyamat kilépett" + +#: sysdeps/generic/siglist.h:47 sysdeps/unix/siglist.c:47 +msgid "Stopped (tty input)" +msgstr "Leállítva (tty bemenet)" + +#: sysdeps/generic/siglist.h:48 sysdeps/unix/siglist.c:48 +msgid "Stopped (tty output)" +msgstr "Leállítva (tty kimenet)" + +#: sysdeps/generic/siglist.h:49 sysdeps/unix/siglist.c:49 +msgid "I/O possible" +msgstr "I/O lehetséges" + +#: sysdeps/generic/siglist.h:50 sysdeps/unix/siglist.c:50 +msgid "CPU time limit exceeded" +msgstr "CPU-időkorlát túllépve" + +#: sysdeps/generic/siglist.h:51 sysdeps/unix/siglist.c:51 +msgid "File size limit exceeded" +msgstr "Fájlméretkorlát túllépve" + +#: sysdeps/generic/siglist.h:52 sysdeps/unix/siglist.c:52 +msgid "Virtual timer expired" +msgstr "Virtuális időzítés lejárt" + +#: sysdeps/generic/siglist.h:53 sysdeps/unix/siglist.c:53 +msgid "Profiling timer expired" +msgstr "A profilozási időzítő lejárt" + +#: sysdeps/generic/siglist.h:54 sysdeps/unix/siglist.c:54 +msgid "Window changed" +msgstr "Ablakméret változott" + +#: sysdeps/generic/siglist.h:55 sysdeps/unix/siglist.c:56 +msgid "User defined signal 1" +msgstr "Felhasználói 1-es szignál" + +#: sysdeps/generic/siglist.h:56 sysdeps/unix/siglist.c:57 +msgid "User defined signal 2" +msgstr "Felhasználói 2-es szignál" + +#: sysdeps/generic/siglist.h:60 sysdeps/unix/siglist.c:33 +msgid "EMT trap" +msgstr "EMT csapda" + +#: sysdeps/generic/siglist.h:63 sysdeps/unix/siglist.c:38 +msgid "Bad system call" +msgstr "Hibás rendszerhívás" + +#: sysdeps/generic/siglist.h:66 +msgid "Stack fault" +msgstr "Veremhiba" + +#: sysdeps/generic/siglist.h:69 +msgid "Information request" +msgstr "Információkérés" + +#: sysdeps/generic/siglist.h:71 +msgid "Power failure" +msgstr "Tápfeszültség-kimaradás" + +#: sysdeps/generic/siglist.h:74 sysdeps/unix/siglist.c:55 +msgid "Resource lost" +msgstr "Erőforrás elveszítve" + +#. TRANS Operation not permitted; only the owner of the file (or other resource) +#. TRANS or processes with special privileges can perform the operation. +#: sysdeps/gnu/errlist.c:25 +msgid "Operation not permitted" +msgstr "A művelet nem engedélyezett" + +#. TRANS No process matches the specified process ID. +#: sysdeps/gnu/errlist.c:45 +msgid "No such process" +msgstr "Nincs ilyen folyamat" + +#. TRANS Interrupted function call; an asynchronous signal occurred and prevented +#. TRANS completion of the call. When this happens, you should try the call +#. TRANS again. +#. TRANS +#. TRANS You can choose to have functions resume after a signal that is handled, +#. TRANS rather than failing with @code{EINTR}; see @ref{Interrupted +#. TRANS Primitives}. +#: sysdeps/gnu/errlist.c:60 +msgid "Interrupted system call" +msgstr "Félbeszakított rendszerhívás" + +#. TRANS Input/output error; usually used for physical read or write errors. +#: sysdeps/gnu/errlist.c:69 +msgid "Input/output error" +msgstr "Kimeneti/bemeneti hiba" + +#. TRANS No such device or address. The system tried to use the device +#. TRANS represented by a file you specified, and it couldn't find the device. +#. TRANS This can mean that the device file was installed incorrectly, or that +#. TRANS the physical device is missing or not correctly attached to the +#. TRANS computer. +#: sysdeps/gnu/errlist.c:82 +msgid "No such device or address" +msgstr "Nem létező eszköz vagy cím" + +#. TRANS Argument list too long; used when the arguments passed to a new program +#. TRANS being executed with one of the @code{exec} functions (@pxref{Executing a +#. TRANS File}) occupy too much memory space. This condition never arises in the +#. TRANS GNU system. +#: sysdeps/gnu/errlist.c:94 +msgid "Argument list too long" +msgstr "Túl hosszú argumentumlista" + +#. TRANS Invalid executable file format. This condition is detected by the +#. TRANS @code{exec} functions; see @ref{Executing a File}. +#: sysdeps/gnu/errlist.c:104 +msgid "Exec format error" +msgstr "Érvénytelen végrehajtható fájlformátum" + +#. TRANS Bad file descriptor; for example, I/O on a descriptor that has been +#. TRANS closed or reading from a descriptor open only for writing (or vice +#. TRANS versa). +#: sysdeps/gnu/errlist.c:115 +msgid "Bad file descriptor" +msgstr "Hibás fájlleíró" + +#. TRANS There are no child processes. This error happens on operations that are +#. TRANS supposed to manipulate child processes, when there aren't any processes +#. TRANS to manipulate. +#: sysdeps/gnu/errlist.c:126 +msgid "No child processes" +msgstr "Nincs gyerek folyamat" + +#. TRANS Deadlock avoided; allocating a system resource would have resulted in a +#. TRANS deadlock situation. The system does not guarantee that it will notice +#. TRANS all such situations. This error means you got lucky and the system +#. TRANS noticed; it might just hang. @xref{File Locks}, for an example. +#: sysdeps/gnu/errlist.c:138 +msgid "Resource deadlock avoided" +msgstr "Erőforrás-holtpont elkerülve" + +#. TRANS No memory available. The system cannot allocate more virtual memory +#. TRANS because its capacity is full. +#: sysdeps/gnu/errlist.c:148 +msgid "Cannot allocate memory" +msgstr "Nem foglalható memória" + +#. TRANS Bad address; an invalid pointer was detected. +#. TRANS In the GNU system, this error never happens; you get a signal instead. +#: sysdeps/gnu/errlist.c:167 +msgid "Bad address" +msgstr "Hibás cím" + +#. TRANS A file that isn't a block special file was given in a situation that +#. TRANS requires one. For example, trying to mount an ordinary file as a file +#. TRANS system in Unix gives this error. +#: sysdeps/gnu/errlist.c:178 +msgid "Block device required" +msgstr "Blokk eszközre van szükség" + +#. TRANS Resource busy; a system resource that can't be shared is already in use. +#. TRANS For example, if you try to delete a file that is the root of a currently +#. TRANS mounted filesystem, you get this error. +#: sysdeps/gnu/errlist.c:189 +msgid "Device or resource busy" +msgstr "Az eszköz vagy erőforrás foglalt" + +#. TRANS File exists; an existing file was specified in a context where it only +#. TRANS makes sense to specify a new file. +#: sysdeps/gnu/errlist.c:199 +msgid "File exists" +msgstr "A fájl már létezik" + +#. TRANS An attempt to make an improper link across file systems was detected. +#. TRANS This happens not only when you use @code{link} (@pxref{Hard Links}) but +#. TRANS also when you rename a file with @code{rename} (@pxref{Renaming Files}). +#: sysdeps/gnu/errlist.c:210 +msgid "Invalid cross-device link" +msgstr "Érvénytelen eszközközi link" + +#. TRANS The wrong type of device was given to a function that expects a +#. TRANS particular sort of device. +#: sysdeps/gnu/errlist.c:220 +msgid "No such device" +msgstr "Nincs ilyen eszköz" + +#. TRANS A file that isn't a directory was specified when a directory is required. +#: sysdeps/gnu/errlist.c:229 +msgid "Not a directory" +msgstr "Nem könyvtár" + +#. TRANS File is a directory; you cannot open a directory for writing, +#. TRANS or create or remove hard links to it. +#: sysdeps/gnu/errlist.c:239 +msgid "Is a directory" +msgstr "Ez egy könyvtár" + +#. TRANS Invalid argument. This is used to indicate various kinds of problems +#. TRANS with passing the wrong argument to a library function. +#: sysdeps/gnu/errlist.c:249 +msgid "Invalid argument" +msgstr "Érvénytelen argumentum" + +#. TRANS The current process has too many files open and can't open any more. +#. TRANS Duplicate descriptors do count toward this limit. +#. TRANS +#. TRANS In BSD and GNU, the number of open files is controlled by a resource +#. TRANS limit that can usually be increased. If you get this error, you might +#. TRANS want to increase the @code{RLIMIT_NOFILE} limit or make it unlimited; +#. TRANS @pxref{Limits on Resources}. +#: sysdeps/gnu/errlist.c:264 +msgid "Too many open files" +msgstr "Túl sok nyitott fájl" + +#. TRANS There are too many distinct file openings in the entire system. Note +#. TRANS that any number of linked channels count as just one file opening; see +#. TRANS @ref{Linked Channels}. This error never occurs in the GNU system. +#: sysdeps/gnu/errlist.c:275 +msgid "Too many open files in system" +msgstr "Túl sok nyitott fájl a rendszerben" + +#. TRANS Inappropriate I/O control operation, such as trying to set terminal +#. TRANS modes on an ordinary file. +#: sysdeps/gnu/errlist.c:285 +msgid "Inappropriate ioctl for device" +msgstr "Helytelen ioctl hívás az eszköznek" + +#. TRANS An attempt to execute a file that is currently open for writing, or +#. TRANS write to a file that is currently being executed. Often using a +#. TRANS debugger to run a program is considered having it open for writing and +#. TRANS will cause this error. (The name stands for ``text file busy''.) This +#. TRANS is not an error in the GNU system; the text is copied as necessary. +#: sysdeps/gnu/errlist.c:298 +msgid "Text file busy" +msgstr "A szövegfájl foglalt" + +#. TRANS File too big; the size of a file would be larger than allowed by the system. +#: sysdeps/gnu/errlist.c:307 +msgid "File too large" +msgstr "A fájl túl nagy" + +#. TRANS No space left on device; write operation on a file failed because the +#. TRANS disk is full. +#: sysdeps/gnu/errlist.c:317 +msgid "No space left on device" +msgstr "Nincs több hely a lemezen" + +#. TRANS Invalid seek operation (such as on a pipe). +#: sysdeps/gnu/errlist.c:326 +msgid "Illegal seek" +msgstr "Érvénytelen fájlpozicionálás" + +#. TRANS An attempt was made to modify something on a read-only file system. +#: sysdeps/gnu/errlist.c:335 +msgid "Read-only file system" +msgstr "Írásvédett fájlrendszer" + +#. TRANS Too many links; the link count of a single file would become too large. +#. TRANS @code{rename} can cause this error if the file being renamed already has +#. TRANS as many links as it can take (@pxref{Renaming Files}). +#: sysdeps/gnu/errlist.c:346 +msgid "Too many links" +msgstr "Túl sok link" + +#. TRANS Domain error; used by mathematical functions when an argument value does +#. TRANS not fall into the domain over which the function is defined. +#: sysdeps/gnu/errlist.c:369 +msgid "Numerical argument out of domain" +msgstr "A numerikus paraméter kívül esik a tartományon" + +#. TRANS Range error; used by mathematical functions when the result value is +#. TRANS not representable because of overflow or underflow. +#: sysdeps/gnu/errlist.c:379 +msgid "Numerical result out of range" +msgstr "A numerikus eredmény kívül esik a tartományon" + +#. TRANS Resource temporarily unavailable; the call might work if you try again +#. TRANS later. The macro @code{EWOULDBLOCK} is another name for @code{EAGAIN}; +#. TRANS they are always the same in the GNU C library. +#. TRANS +#. TRANS This error can happen in a few different situations: +#. TRANS +#. TRANS @itemize @bullet +#. TRANS @item +#. TRANS An operation that would block was attempted on an object that has +#. TRANS non-blocking mode selected. Trying the same operation again will block +#. TRANS until some external condition makes it possible to read, write, or +#. TRANS connect (whatever the operation). You can use @code{select} to find out +#. TRANS when the operation will be possible; @pxref{Waiting for I/O}. +#. TRANS +#. TRANS @strong{Portability Note:} In many older Unix systems, this condition +#. TRANS was indicated by @code{EWOULDBLOCK}, which was a distinct error code +#. TRANS different from @code{EAGAIN}. To make your program portable, you should +#. TRANS check for both codes and treat them the same. +#. TRANS +#. TRANS @item +#. TRANS A temporary resource shortage made an operation impossible. @code{fork} +#. TRANS can return this error. It indicates that the shortage is expected to +#. TRANS pass, so your program can try the call again later and it may succeed. +#. TRANS It is probably a good idea to delay for a few seconds before trying it +#. TRANS again, to allow time for other processes to release scarce resources. +#. TRANS Such shortages are usually fairly serious and affect the whole system, +#. TRANS so usually an interactive program should report the error to the user +#. TRANS and return to its command loop. +#. TRANS @end itemize +#: sysdeps/gnu/errlist.c:416 +msgid "Resource temporarily unavailable" +msgstr "Erőforrás átmenetileg nem érhető el" + +#. TRANS In the GNU C library, this is another name for @code{EAGAIN} (above). +#. TRANS The values are always the same, on every operating system. +#. TRANS +#. TRANS C libraries in many older Unix systems have @code{EWOULDBLOCK} as a +#. TRANS separate error code. +#: sysdeps/gnu/errlist.c:429 +msgid "Operation would block" +msgstr "A művelet blokkoló lenne" + +#. TRANS An operation that cannot complete immediately was initiated on an object +#. TRANS that has non-blocking mode selected. Some functions that must always +#. TRANS block (such as @code{connect}; @pxref{Connecting}) never return +#. TRANS @code{EAGAIN}. Instead, they return @code{EINPROGRESS} to indicate that +#. TRANS the operation has begun and will take some time. Attempts to manipulate +#. TRANS the object before the call completes return @code{EALREADY}. You can +#. TRANS use the @code{select} function to find out when the pending operation +#. TRANS has completed; @pxref{Waiting for I/O}. +#: sysdeps/gnu/errlist.c:445 +msgid "Operation now in progress" +msgstr "A művelet folyamatban van" + +#. TRANS An operation is already in progress on an object that has non-blocking +#. TRANS mode selected. +#: sysdeps/gnu/errlist.c:455 +msgid "Operation already in progress" +msgstr "A művelet már folyamatban" + +#. TRANS A file that isn't a socket was specified when a socket is required. +#: sysdeps/gnu/errlist.c:464 +msgid "Socket operation on non-socket" +msgstr "Foglalatművelet egy nem foglalat elemen" + +#. TRANS The size of a message sent on a socket was larger than the supported +#. TRANS maximum size. +#: sysdeps/gnu/errlist.c:474 +msgid "Message too long" +msgstr "Az üzenet túl hosszú" + +#. TRANS The socket type does not support the requested communications protocol. +#: sysdeps/gnu/errlist.c:483 +msgid "Protocol wrong type for socket" +msgstr "A protokoll típusa hibás a foglalathoz" + +#. TRANS You specified a socket option that doesn't make sense for the +#. TRANS particular protocol being used by the socket. @xref{Socket Options}. +#: sysdeps/gnu/errlist.c:493 +msgid "Protocol not available" +msgstr "A protokoll nem érhető el" + +#. TRANS The socket domain does not support the requested communications protocol +#. TRANS (perhaps because the requested protocol is completely invalid). +#. TRANS @xref{Creating a Socket}. +#: sysdeps/gnu/errlist.c:504 +msgid "Protocol not supported" +msgstr "A protokoll nem támogatott" + +#. TRANS The socket type is not supported. +#: sysdeps/gnu/errlist.c:513 +msgid "Socket type not supported" +msgstr "A foglalattípus nem támogatott" + +#. TRANS The operation you requested is not supported. Some socket functions +#. TRANS don't make sense for all types of sockets, and others may not be +#. TRANS implemented for all communications protocols. In the GNU system, this +#. TRANS error can happen for many calls when the object does not support the +#. TRANS particular operation; it is a generic indication that the server knows +#. TRANS nothing to do for that call. +#: sysdeps/gnu/errlist.c:527 +msgid "Operation not supported" +msgstr "A művelet nem támogatott" + +#. TRANS The socket communications protocol family you requested is not supported. +#: sysdeps/gnu/errlist.c:536 +msgid "Protocol family not supported" +msgstr "A protokollcsalád nem támogatott" + +#. TRANS The address family specified for a socket is not supported; it is +#. TRANS inconsistent with the protocol being used on the socket. @xref{Sockets}. +#: sysdeps/gnu/errlist.c:546 +msgid "Address family not supported by protocol" +msgstr "A protokoll nem támogatja a címcsaládot" + +#. TRANS The requested socket address is already in use. @xref{Socket Addresses}. +#: sysdeps/gnu/errlist.c:555 +msgid "Address already in use" +msgstr "A cím már használatban van" + +#. TRANS The requested socket address is not available; for example, you tried +#. TRANS to give a socket a name that doesn't match the local host name. +#. TRANS @xref{Socket Addresses}. +#: sysdeps/gnu/errlist.c:566 +msgid "Cannot assign requested address" +msgstr "Nem sikerült a kért címet hozzárendelni" + +#. TRANS A socket operation failed because the network was down. +#: sysdeps/gnu/errlist.c:575 +msgid "Network is down" +msgstr "A hálózat nem működik" + +#. TRANS A socket operation failed because the subnet containing the remote host +#. TRANS was unreachable. +#: sysdeps/gnu/errlist.c:585 +msgid "Network is unreachable" +msgstr "A hálózat elérhetetlen" + +#. TRANS A network connection was reset because the remote host crashed. +#: sysdeps/gnu/errlist.c:594 +msgid "Network dropped connection on reset" +msgstr "A hálózat eldobta a kapcsolatot visszaálláskor" + +#. TRANS A network connection was aborted locally. +#: sysdeps/gnu/errlist.c:603 +msgid "Software caused connection abort" +msgstr "A szoftver kapcsolatszakadást okozott" + +#. TRANS A network connection was closed for reasons outside the control of the +#. TRANS local host, such as by the remote machine rebooting or an unrecoverable +#. TRANS protocol violation. +#: sysdeps/gnu/errlist.c:614 +msgid "Connection reset by peer" +msgstr "A kapcsolatot bontotta a távoli fél" + +#. TRANS The kernel's buffers for I/O operations are all in use. In GNU, this +#. TRANS error is always synonymous with @code{ENOMEM}; you may get one or the +#. TRANS other from network operations. +#: sysdeps/gnu/errlist.c:625 +msgid "No buffer space available" +msgstr "Nem érhető el pufferterület" + +#. TRANS You tried to connect a socket that is already connected. +#. TRANS @xref{Connecting}. +#: sysdeps/gnu/errlist.c:635 +msgid "Transport endpoint is already connected" +msgstr "A szállítási végpont már csatlakoztatva" + +#. TRANS The socket is not connected to anything. You get this error when you +#. TRANS try to transmit data over a socket, without first specifying a +#. TRANS destination for the data. For a connectionless socket (for datagram +#. TRANS protocols, such as UDP), you get @code{EDESTADDRREQ} instead. +#: sysdeps/gnu/errlist.c:647 +msgid "Transport endpoint is not connected" +msgstr "A szállítási végpont nincs csatlakoztatva" + +#. TRANS No default destination address was set for the socket. You get this +#. TRANS error when you try to transmit data over a connectionless socket, +#. TRANS without first specifying a destination for the data with @code{connect}. +#: sysdeps/gnu/errlist.c:658 +msgid "Destination address required" +msgstr "Célcím szükséges" + +#. TRANS The socket has already been shut down. +#: sysdeps/gnu/errlist.c:667 +msgid "Cannot send after transport endpoint shutdown" +msgstr "Nem lehet küldeni a szállítási végpont leállása után" + +#. TRANS ??? +#: sysdeps/gnu/errlist.c:676 +msgid "Too many references: cannot splice" +msgstr "Túl sok hivatkozás: nem lehet csatlakoztatni" + +#. TRANS A socket operation with a specified timeout received no response during +#. TRANS the timeout period. +#: sysdeps/gnu/errlist.c:686 +msgid "Connection timed out" +msgstr "Időtúllépés a kapcsolatban" + +#. TRANS A remote host refused to allow the network connection (typically because +#. TRANS it is not running the requested service). +#: sysdeps/gnu/errlist.c:696 +msgid "Connection refused" +msgstr "Kapcsolat elutasítva" + +#. TRANS Too many levels of symbolic links were encountered in looking up a file name. +#. TRANS This often indicates a cycle of symbolic links. +#: sysdeps/gnu/errlist.c:706 +msgid "Too many levels of symbolic links" +msgstr "Túl sok szimbolikus link" + +#. TRANS Filename too long (longer than @code{PATH_MAX}; @pxref{Limits for +#. TRANS Files}) or host name too long (in @code{gethostname} or +#. TRANS @code{sethostname}; @pxref{Host Identification}). +#: sysdeps/gnu/errlist.c:717 +msgid "File name too long" +msgstr "Túl hosszú fájlnév" + +#. TRANS The remote host for a requested network connection is down. +#: sysdeps/gnu/errlist.c:726 +msgid "Host is down" +msgstr "A gép nem működik" + +#. TRANS The remote host for a requested network connection is not reachable. +#: sysdeps/gnu/errlist.c:735 +msgid "No route to host" +msgstr "Nincs útvonal a gép felé" + +#. TRANS Directory not empty, where an empty directory was expected. Typically, +#. TRANS this error occurs when you are trying to delete a directory. +#: sysdeps/gnu/errlist.c:745 +msgid "Directory not empty" +msgstr "A könyvtár nem üres" + +#. TRANS This means that the per-user limit on new process would be exceeded by +#. TRANS an attempted @code{fork}. @xref{Limits on Resources}, for details on +#. TRANS the @code{RLIMIT_NPROC} limit. +#: sysdeps/gnu/errlist.c:756 +msgid "Too many processes" +msgstr "Túl sok folyamat" + +#. TRANS The file quota system is confused because there are too many users. +#. TRANS @c This can probably happen in a GNU system when using NFS. +#: sysdeps/gnu/errlist.c:766 +msgid "Too many users" +msgstr "Túl sok felhasználó" + +#. TRANS The user's disk quota was exceeded. +#: sysdeps/gnu/errlist.c:775 +msgid "Disk quota exceeded" +msgstr "Lemezkvóta túllépve" + +#. TRANS Stale NFS file handle. This indicates an internal confusion in the NFS +#. TRANS system which is due to file system rearrangements on the server host. +#. TRANS Repairing this condition usually requires unmounting and remounting +#. TRANS the NFS file system on the local host. +#: sysdeps/gnu/errlist.c:787 +msgid "Stale NFS file handle" +msgstr "Lejárt NFS fájlleíró" + +#. TRANS An attempt was made to NFS-mount a remote file system with a file name that +#. TRANS already specifies an NFS-mounted file. +#. TRANS (This is an error on some operating systems, but we expect it to work +#. TRANS properly on the GNU system, making this error code impossible.) +#: sysdeps/gnu/errlist.c:799 +msgid "Object is remote" +msgstr "Az objektum távoli" + +#. TRANS ??? +#: sysdeps/gnu/errlist.c:808 +msgid "RPC struct is bad" +msgstr "Az RPC struct hibás" + +#. TRANS ??? +#: sysdeps/gnu/errlist.c:817 +msgid "RPC version wrong" +msgstr "Az RPC verzió rossz" + +#. TRANS ??? +#: sysdeps/gnu/errlist.c:826 +msgid "RPC program not available" +msgstr "Az RPC program nem érhető el" + +#. TRANS ??? +#: sysdeps/gnu/errlist.c:835 +msgid "RPC program version wrong" +msgstr "Az RPC program verziója rossz" + +#. TRANS ??? +#: sysdeps/gnu/errlist.c:844 +msgid "RPC bad procedure for program" +msgstr "Hibás RPC hívás a programhoz" + +#. TRANS No locks available. This is used by the file locking facilities; see +#. TRANS @ref{File Locks}. This error is never generated by the GNU system, but +#. TRANS it can result from an operation to an NFS server running another +#. TRANS operating system. +#: sysdeps/gnu/errlist.c:856 +msgid "No locks available" +msgstr "Nem érhetők el zárolások" + +#. TRANS Inappropriate file type or format. The file was the wrong type for the +#. TRANS operation, or a data file had the wrong format. +#. TRANS +#. TRANS On some systems @code{chmod} returns this error if you try to set the +#. TRANS sticky bit on a non-directory file; @pxref{Setting Permissions}. +#: sysdeps/gnu/errlist.c:869 +msgid "Inappropriate file type or format" +msgstr "Helytelen fájltípus vagy -formátum" + +#. TRANS ??? +#: sysdeps/gnu/errlist.c:878 +msgid "Authentication error" +msgstr "Hitelesítési hiba" + +#. TRANS ??? +#: sysdeps/gnu/errlist.c:887 +msgid "Need authenticator" +msgstr "Hitelesítő szükséges" + +#. TRANS Function not implemented. This indicates that the function called is +#. TRANS not implemented at all, either in the C library itself or in the +#. TRANS operating system. When you get this error, you can be sure that this +#. TRANS particular function will always fail with @code{ENOSYS} unless you +#. TRANS install a new version of the C library or the operating system. +#: sysdeps/gnu/errlist.c:900 +msgid "Function not implemented" +msgstr "A függvény nincs megvalósítva" + +#. TRANS Not supported. A function returns this error when certain parameter +#. TRANS values are valid, but the functionality they request is not available. +#. TRANS This can mean that the function does not implement a particular command +#. TRANS or option value or flag bit at all. For functions that operate on some +#. TRANS object given in a parameter, such as a file descriptor or a port, it +#. TRANS might instead mean that only @emph{that specific object} (file +#. TRANS descriptor, port, etc.) is unable to support the other parameters given; +#. TRANS different file descriptors might support different ranges of parameter +#. TRANS values. +#. TRANS +#. TRANS If the entire function is not available at all in the implementation, +#. TRANS it returns @code{ENOSYS} instead. +#: sysdeps/gnu/errlist.c:920 +msgid "Not supported" +msgstr "Nem támogatott" + +#. TRANS While decoding a multibyte character the function came along an invalid +#. TRANS or an incomplete sequence of bytes or the given wide character is invalid. +#: sysdeps/gnu/errlist.c:930 +msgid "Invalid or incomplete multibyte or wide character" +msgstr "Érvénytelen vagy részleges több bájtos vagy széles karakter" + +#. TRANS In the GNU system, servers supporting the @code{term} protocol return +#. TRANS this error for certain operations when the caller is not in the +#. TRANS foreground process group of the terminal. Users do not usually see this +#. TRANS error because functions such as @code{read} and @code{write} translate +#. TRANS it into a @code{SIGTTIN} or @code{SIGTTOU} signal. @xref{Job Control}, +#. TRANS for information on process groups and these signals. +#: sysdeps/gnu/errlist.c:944 +msgid "Inappropriate operation for background process" +msgstr "Nem megfelelő művelet a háttérfolyamathoz" + +#. TRANS In the GNU system, opening a file returns this error when the file is +#. TRANS translated by a program and the translator program dies while starting +#. TRANS up, before it has connected to the file. +#: sysdeps/gnu/errlist.c:955 +msgid "Translator died" +msgstr "A fordító meghalt" -#: timezone/zic.c:1145 timezone/zic.c:1248 -msgid "invalid month name" -msgstr "rvnytelen hnap nv" +#. TRANS The experienced user will know what is wrong. +#. TRANS @c This error code is a joke. Its perror text is part of the joke. +#. TRANS @c Don't change it. +#: sysdeps/gnu/errlist.c:966 +msgid "?" +msgstr "?" -#: locale/programs/charmap.c:974 locale/programs/ld-collate.c:2888 -#: locale/programs/repertoire.c:418 -msgid "invalid names for character range" -msgstr "a karakter tartomny neve rvnytelen " +#. TRANS You did @strong{what}? +#: sysdeps/gnu/errlist.c:975 +msgid "You really blew it this time" +msgstr "Most tényleg eltolta" -#: debug/pcprofiledump.c:166 -msgid "invalid pointer size" -msgstr "rvnytelen mutat mret" +#. TRANS Go home and have a glass of warm, dairy-fresh milk. +#: sysdeps/gnu/errlist.c:984 +msgid "Computer bought the farm" +msgstr "A számítógép fűbe harapott" -#: catgets/gencat.c:549 -msgid "invalid quote character" -msgstr "rvnytelen egyszeres idzjel" +#. TRANS This error code has no purpose. +#: sysdeps/gnu/errlist.c:993 +msgid "Gratuitous error" +msgstr "Fölösleges hiba" -#: timezone/zic.c:964 -msgid "invalid saved time" -msgstr "rvnytelen mentsi idpont" +#: sysdeps/gnu/errlist.c:1001 +msgid "Bad message" +msgstr "Rossz üzenet" -#: timezone/zic.c:1297 -msgid "invalid starting year" -msgstr "rvnytelen indul v" +#: sysdeps/gnu/errlist.c:1009 +msgid "Identifier removed" +msgstr "Azonosító eltávolítva" -#: timezone/zic.c:1174 timezone/zic.c:1277 -msgid "invalid time of day" -msgstr "rvnytelen id" +#: sysdeps/gnu/errlist.c:1017 +msgid "Multihop attempted" +msgstr "Kísérlet többszörös ugrásra" -#: timezone/zic.c:1375 -msgid "invalid weekday name" -msgstr "rvnytelen htkznap nv" +#: sysdeps/gnu/errlist.c:1025 +msgid "No data available" +msgstr "Nincs elérhető adat" -#: nscd/connections.c:479 -#, c-format -msgid "key length in request too long: %d" -msgstr "kulcs hosszsg krsben tl hossz: %d" +#: sysdeps/gnu/errlist.c:1033 +msgid "Link has been severed" +msgstr "A kapcsolat megsérült" -#: elf/ldconfig.c:794 -#, c-format -msgid "libc4 library %s in wrong directory" -msgstr "a '%s' libc4 (programozi) knyvtr rossz" +#: sysdeps/gnu/errlist.c:1041 +msgid "No message of desired type" +msgstr "Nem található a kívánt típusú üzenet" -#: elf/ldconfig.c:788 -#, c-format -msgid "libc5 library %s in wrong directory" -msgstr "a '%s' libc5 (programozi) knyvtr rossz" +#: sysdeps/gnu/errlist.c:1049 +msgid "Out of streams resources" +msgstr "Az adatfolyam erőforrásai elfogytak" -#: elf/ldconfig.c:791 -#, c-format -msgid "libc6 library %s in wrong directory" -msgstr "a '%s' libc6 (programozi) knyvtr rossz" +#: sysdeps/gnu/errlist.c:1057 +msgid "Device not a stream" +msgstr "Az eszköz nem adatfolyam" -#: elf/ldconfig.c:821 -#, c-format -msgid "libraries %s and %s in directory %s have same soname but different type." -msgstr "a '%s' s a '%s' programknyvtrak a '%s' knyvtrban azonosak, de a megosztott knyvtr nevei klnbz tpusak." +#: sysdeps/gnu/errlist.c:1065 +msgid "Value too large for defined data type" +msgstr "Az érték túl nagy a megadott adattípushoz" -#: timezone/zic.c:836 -msgid "line too long" -msgstr "a sor tl hossz" +#: sysdeps/gnu/errlist.c:1073 +msgid "Protocol error" +msgstr "Protokollhiba" -#: iconv/iconv_prog.c:63 -msgid "list all known coded character sets" -msgstr "lista az sszes ismert karakter kszletrl" +#: sysdeps/gnu/errlist.c:1081 +msgid "Timer expired" +msgstr "Időzítés lejárt" -#: locale/programs/locfile.h:63 -msgid "locale name should consist only of portable characters" -msgstr "a hely neve csak hordozhat karakterekbl llhat" +#. TRANS Operation canceled; an asynchronous operation was canceled before it +#. TRANS completed. @xref{Asynchronous I/O}. When you call @code{aio_cancel}, +#. TRANS the normal result is for the operations affected to complete with this +#. TRANS error; @pxref{Cancel AIO Operations}. +#: sysdeps/gnu/errlist.c:1093 +msgid "Operation canceled" +msgstr "Művelet megszakítva" -#: inet/rcmd.c:503 -msgid "lstat failed" -msgstr "lstat sikertelen" +#: sysdeps/gnu/errlist.c:1101 +msgid "Interrupted system call should be restarted" +msgstr "A megszakított rendszerhívást újra kell indítani" -#: malloc/memusagestat.c:59 -msgid "make output graphic VALUE pixel high" -msgstr "RTK kppont magassg kimeneti grafika ltrehozsa" +#: sysdeps/gnu/errlist.c:1109 +msgid "Channel number out of range" +msgstr "A csatornaszám kívül esik a tartományon" -#: malloc/memusagestat.c:58 -msgid "make output graphic VALUE pixel wide" -msgstr "RTK kppont szlessg kimeneti grafika ltrehozsa" +#: sysdeps/gnu/errlist.c:1117 +msgid "Level 2 not synchronized" +msgstr "2. szint nincs szinkronizálva" -#: stdlib/../sysdeps/unix/sysv/linux/ia64/makecontext.c:63 -msgid "makecontext: does not know how to handle more than 8 arguments\n" -msgstr "makecontext: nem tudom, hogyan kell kezelni 8-nl tbb paramtert\n" +#: sysdeps/gnu/errlist.c:1125 +msgid "Level 3 halted" +msgstr "3. szint leállt" -#: catgets/gencat.c:785 -msgid "malformed line ignored" -msgstr "hibs sor rvnytelentve" +#: sysdeps/gnu/errlist.c:1133 +msgid "Level 3 reset" +msgstr "3. szint újraindítása" -#: elf/sprof.c:550 -msgid "mapping of section header string table failed" -msgstr "a rszleg fejlc szveg tbla lekpzse nem sikerlt" +#: sysdeps/gnu/errlist.c:1141 +msgid "Link number out of range" +msgstr "Hivatkozás száma kívül esik a tartományon" -#: elf/sprof.c:540 -msgid "mapping of section headers failed" -msgstr "a rszleg fejlc lekpzse nem sikerlt" +#: sysdeps/gnu/errlist.c:1149 +msgid "Protocol driver not attached" +msgstr "A protokollmeghajtó nincs csatolva" -#: malloc/mcheck.c:296 -msgid "memory clobbered before allocated block\n" -msgstr "memria tkzs a lefoglalt blokk eltt\n" +#: sysdeps/gnu/errlist.c:1157 +msgid "No CSI structure available" +msgstr "Nem érhető el CSI struktúra" -#: malloc/mcheck.c:299 -msgid "memory clobbered past end of allocated block\n" -msgstr "memria tkzs a lefoglalt blokk vge eltt\n" +#: sysdeps/gnu/errlist.c:1165 +msgid "Level 2 halted" +msgstr "2. szint leállt" -#: locale/programs/xmalloc.c:70 malloc/obstack.c:489 malloc/obstack.c:493 -#: posix/getconf.c:996 -msgid "memory exhausted" -msgstr "elfogyott a memria" +#: sysdeps/gnu/errlist.c:1173 +msgid "Invalid exchange" +msgstr "Érvénytelen adatcsere" -#: malloc/mcheck.c:293 -msgid "memory is consistent, library is buggy\n" -msgstr "a memria j, lehet hogy a (programozi) knyvtr hibs\n" +#: sysdeps/gnu/errlist.c:1181 +msgid "Invalid request descriptor" +msgstr "Érvénytelen kérésleíró" -#: elf/cache.c:143 -msgid "mmap of cache file failed.\n" -msgstr "gyorstr fjl 'mmap'-else sikertelen.\n" +#: sysdeps/gnu/errlist.c:1189 +msgid "Exchange full" +msgstr "Az adatcsere megtelt" -#: elf/../sysdeps/generic/readelflib.c:110 -msgid "more than one dynamic segment\n" -msgstr "tbb mint egy dinamikus szegmens\n" +#: sysdeps/gnu/errlist.c:1197 +msgid "No anode" +msgstr "Nincs anode" -#: timezone/zic.c:959 -msgid "nameless rule" -msgstr "nvtelen szably" +#: sysdeps/gnu/errlist.c:1205 +msgid "Invalid request code" +msgstr "Érvénytelen kéréskód" -#: nis/nss_nisplus/nisplus-publickey.c:281 -#: nis/nss_nisplus/nisplus-publickey.c:287 -#: nis/nss_nisplus/nisplus-publickey.c:346 -#: nis/nss_nisplus/nisplus-publickey.c:355 -#, c-format -msgid "netname2user: (nis+ lookup): %s\n" -msgstr "netname2user: (nis+ lookup): %s\n" +#: sysdeps/gnu/errlist.c:1213 +msgid "Invalid slot" +msgstr "Érvénytelen hely" -#: nis/nss_nisplus/nisplus-publickey.c:300 -#, c-format -msgid "netname2user: DES entry for %s in directory %s not unique" -msgstr "netname2user: a DES bejegyzs a '%s' knyvtrban nem egyezik a '%s' -el" +#: sysdeps/gnu/errlist.c:1221 +msgid "File locking deadlock error" +msgstr "Fájlzárolási holtponthiba" -#: nis/nss_nisplus/nisplus-publickey.c:368 -#, c-format -msgid "netname2user: LOCAL entry for %s in directory %s not unique" -msgstr "netname2user: a LOCAL bejegyzs a '%s' knyvtrban nem egyezik a '%s' -el" +#: sysdeps/gnu/errlist.c:1229 +msgid "Bad font file format" +msgstr "Hibás betűfájl-formátum" -#: nis/nss_nisplus/nisplus-publickey.c:207 -#, c-format -msgid "netname2user: missing group id list in `%s'." -msgstr "netname2user: hinyz csoport lista azonst a '%s'-ben." +#: sysdeps/gnu/errlist.c:1237 +msgid "Machine is not on the network" +msgstr "A gép nincs a hálózaton" -#: nis/nss_nisplus/nisplus-publickey.c:318 -#, c-format -msgid "netname2user: principal name `%s' too long" -msgstr "netname2user: a '%s' legels nv tl hossz" +#: sysdeps/gnu/errlist.c:1245 +msgid "Package not installed" +msgstr "A csomag nincs telepítve" -#: nis/nss_nisplus/nisplus-publickey.c:375 -msgid "netname2user: should not have uid 0" -msgstr "netname2user: javaslom a felhasznli azonstjt vltoztassa meg 0-rl" +#: sysdeps/gnu/errlist.c:1253 +msgid "Advertise error" +msgstr "Hirdetési hiba" -#: sunrpc/svc_simple.c:183 -#, c-format -msgid "never registered prog %d\n" -msgstr "sehol nem bejegyzett program %d\n" +#: sysdeps/gnu/errlist.c:1261 +msgid "Srmount error" +msgstr "Srmount hiba" -#: locale/programs/repertoire.c:272 -msgid "no or value given" -msgstr "nem vagy rtket adott meg" +#: sysdeps/gnu/errlist.c:1269 +msgid "Communication error on send" +msgstr "Kommunikációs hiba küldéskor" -#: timezone/zic.c:2148 -msgid "no day in month matches rule" -msgstr "nincs olyan nap a hnapban ami illeszkedik erre a szablyra" +#: sysdeps/gnu/errlist.c:1277 +msgid "RFS specific error" +msgstr "RFS-specifikus hiba" -#: locale/programs/ld-collate.c:1770 -msgid "no definition of `UNDEFINED'" -msgstr "nincs meghatrozsa az `UNDEFINED'-nek" +#: sysdeps/gnu/errlist.c:1285 +msgid "Name not unique on network" +msgstr "A név nem egyértelmű a hálózaton" -#: elf/sprof.c:272 -#, c-format -msgid "no filename for profiling data given and shared object `%s' has no soname" -msgstr "nincs fjlnv megadva a profil adatokhoz s a '%s' megosztott objektumnak nincs nv adva" +#: sysdeps/gnu/errlist.c:1293 +msgid "File descriptor in bad state" +msgstr "Hibás állapotú fájlleíró" -#: locale/programs/ld-ctype.c:747 -msgid "no input digits defined and none of the standard names in the charmap" -msgstr "nincs bemeneti szm meghatrozva s nincs szabvnyos nv a karakterkszletben" +#: sysdeps/gnu/errlist.c:1301 +msgid "Remote address changed" +msgstr "Távoli cím megváltozott" -#: locale/programs/locfile.h:82 -msgid "no other keyword shall be specified when `copy' is used" -msgstr "nem ajnlott msik kulcssz hasznlata amikor a 'copy'-t hasznlja" +#: sysdeps/gnu/errlist.c:1309 +msgid "Can not access a needed shared library" +msgstr "Egy szükséges osztott programkönyvtár nem érhető el" -#: locale/programs/ld-ctype.c:3351 -msgid "no output digits defined and none of the standard names in the charmap" -msgstr "nincs kimeneti szm meghatrozva s nincs szabvnyos nv a karakterkszletben" +#: sysdeps/gnu/errlist.c:1317 +msgid "Accessing a corrupted shared library" +msgstr "Sérült osztott programkönyvtár elérése" -#: iconv/iconvconfig.c:308 locale/programs/localedef.c:236 -msgid "no output file produced because warnings were issued" -msgstr "nem jtt ltre kimeneti fjl, mert figyelmeztetst kaptam" +#: sysdeps/gnu/errlist.c:1325 +msgid ".lib section in a.out corrupted" +msgstr "A .lib szakasz az a.out fájlban sérült" -#: locale/programs/charmap.c:493 locale/programs/charmap.c:673 -#: locale/programs/charmap.c:769 locale/programs/repertoire.c:231 -msgid "no symbolic name given" -msgstr "nem adott meg szimbolikus nevet" +#: sysdeps/gnu/errlist.c:1333 +msgid "Attempting to link in too many shared libraries" +msgstr "Kísérket túl sok osztott programkönyvtárban való linkelésre" -#: locale/programs/charmap.c:580 locale/programs/charmap.c:728 -#: locale/programs/charmap.c:811 locale/programs/repertoire.c:297 -msgid "no symbolic name given for end of range" -msgstr "nem adott meg szimbolikus nevet a tartomny vgnek" +#: sysdeps/gnu/errlist.c:1341 +msgid "Cannot exec a shared library directly" +msgstr "Nem hajtható végre közvetlenül az osztott programkönyvtár" -#: locale/programs/linereader.c:646 -msgid "non-symbolic character value should not be used" -msgstr "nem szimbolikus karaktereket nem kne hasznlni" +#: sysdeps/gnu/errlist.c:1349 +msgid "Streams pipe error" +msgstr "Adatcsatorna-hiba az adatfolyamokban" -#: locale/programs/ld-ctype.c:812 -msgid "not all characters used in `outdigit' are available in the charmap" -msgstr "nem rhetk el az 'outdigit' -ben hasznlt karakterek a karakter kszletben" +#: sysdeps/gnu/errlist.c:1357 +msgid "Structure needs cleaning" +msgstr "A struktúrát meg kell tisztítani" -#: locale/programs/ld-ctype.c:829 -msgid "not all characters used in `outdigit' are available in the repertoire" -msgstr "nem rhetk el az 'outdigit' -ben hasznlt karakterek a repertorban" +#: sysdeps/gnu/errlist.c:1365 +msgid "Not a XENIX named type file" +msgstr "Nem XENIX megnevezett típusú fájl" -#: inet/rcmd.c:505 -msgid "not regular file" -msgstr "nem regulris fjl" +#: sysdeps/gnu/errlist.c:1373 +msgid "No XENIX semaphores available" +msgstr "Nem érhetők el XENIX szemaforok" -#: nscd/nscd_stat.c:131 -#, c-format -msgid "" -"nscd configuration:\n" -"\n" -"%15d server debug level\n" -msgstr "" -"nscd bellts:\n" -"\n" -"%15d kiszolgl hibakeressi szintje\n" +#: sysdeps/gnu/errlist.c:1381 +msgid "Is a named type file" +msgstr "Ez egy megnevezett típusú fájl" -#: nscd/nscd_stat.c:105 -msgid "nscd not running!\n" -msgstr "az nscd nem fut\n" +#: sysdeps/gnu/errlist.c:1389 +msgid "Remote I/O error" +msgstr "Távoli ki-/bemeneti hiba" -#: elf/dl-load.c:1059 -msgid "object file has no dynamic section" -msgstr "az objektum fjl nincs dinamikus szekciban" +#: sysdeps/gnu/errlist.c:1397 +msgid "No medium found" +msgstr "Nem található adathordozó" -#: iconv/iconv_prog.c:65 -msgid "omit invalid characters from output" -msgstr "az rvnytelen karaktereket figyelmen kvl hagyom" +#: sysdeps/gnu/errlist.c:1405 +msgid "Wrong medium type" +msgstr "Hibás adathordozó-típus" -#: elf/dl-load.c:1309 -msgid "only ET_DYN and ET_EXEC can be loaded" -msgstr "csak a 'ET_DYN'-t s a 'ET_EXEC' lehet betlteni" +#: sysdeps/gnu/errlist.c:1413 +msgid "Required key not available" +msgstr "A szükséges kulcs nem érhető el" -#: locale/programs/charmap.c:637 -msgid "only WIDTH definitions are allowed to follow the CHARMAP definition" -msgstr "csak a szllesg meghatrozs engedlyezett a kvetkez 'CHARMAP'-nl" +#: sysdeps/gnu/errlist.c:1421 +msgid "Key has expired" +msgstr "A kulcs lejárt" -#: locale/programs/ld-collate.c:1018 locale/programs/ld-collate.c:1188 -#, c-format -msgid "order for `%.*s' already defined at %s:%Zu" -msgstr "a `%.*s' meg meg van hatrozva a '%s:%Zu'-nl" +#: sysdeps/gnu/errlist.c:1429 +msgid "Key has been revoked" +msgstr "A kulcsot visszavonták" -#: inet/ruserpass.c:170 inet/ruserpass.c:193 -msgid "out of memory" -msgstr "elfogyott a memria" +#: sysdeps/gnu/errlist.c:1437 +msgid "Key was rejected by service" +msgstr "A kulcsot a szolgáltatás elutasította" -#: iconv/iconv_prog.c:66 -msgid "output file" -msgstr "kimeneti fjl" +#: sysdeps/gnu/errlist.c:1445 +msgid "Owner died" +msgstr "A tulajdonos meghalt" -#: posix/../sysdeps/generic/wordexp.c:1801 -msgid "parameter null or not set" -msgstr "a paramter res vagy nincs megadva" +#: sysdeps/gnu/errlist.c:1453 +msgid "State not recoverable" +msgstr "Az állapot nem állítható vissza" -#: sunrpc/pm_getmaps.c:74 -msgid "pmap_getmaps rpc problem" -msgstr "pmap_getmaps rpc problma" +#: sysdeps/mach/_strerror.c:57 +msgid "Error in unknown error system: " +msgstr "Hiba az ismeretlen hibarendszerben: " -#: inet/rcmd.c:293 -msgid "poll: protocol failure in circuit setup\n" -msgstr "poll: a protokoll hibs a krkrs belltsoknl\n" +#: sysdeps/posix/gai_strerror-strs.h:1 +msgid "Address family for hostname not supported" +msgstr "A címcsalád a gépnévhez nem támogatott" -#: locale/programs/ld-ctype.c:1950 locale/programs/ld-ctype.c:2001 -msgid "premature end of `translit_ignore' definition" -msgstr "id eltt vge a `translit_ignore' meghatrozsnak" +#: sysdeps/posix/gai_strerror-strs.h:2 +msgid "Temporary failure in name resolution" +msgstr "Átmeneti névfeloldási hiba" -#: sunrpc/rpc_scan.c:525 sunrpc/rpc_scan.c:535 -msgid "preprocessor error" -msgstr "elfeldolgoz hibja" +#: sysdeps/posix/gai_strerror-strs.h:3 +msgid "Bad value for ai_flags" +msgstr "Az ai_flags értéke hibás" -#: locale/programs/ld-ctype.c:2733 -msgid "previous definition was here" -msgstr "az elz meghatrozs itt volt" +#: sysdeps/posix/gai_strerror-strs.h:4 +msgid "Non-recoverable failure in name resolution" +msgstr "Helyreállíthatatlan névfeloldási hiba" -#: elf/sprof.c:74 -msgid "print list of count paths and their number of use" -msgstr "kirja az tvonalak listjt s a hozzjuk tartoz szmokat" +#: sysdeps/posix/gai_strerror-strs.h:5 +msgid "ai_family not supported" +msgstr "az ai_family nem támogatott" -#: iconv/iconv_prog.c:68 -msgid "print progress information" -msgstr "kirja az elhalads mrtknek az adatait" +#: sysdeps/posix/gai_strerror-strs.h:6 +msgid "Memory allocation failure" +msgstr "Memóriafoglalási hiba" -#: elf/sprof.c:687 -#, c-format -msgid "profiling data file `%s' does not match shared object `%s'" -msgstr "a '%s' profil adatfjl nem azonos a '%s' megosztott objektummal" +#: sysdeps/posix/gai_strerror-strs.h:7 +msgid "No address associated with hostname" +msgstr "Nincs cím társítva a gépnévhez" -#: sunrpc/rpcinfo.c:237 sunrpc/rpcinfo.c:383 -#, c-format -msgid "program %lu is not available\n" -msgstr "a %lu program nem ll rendelkezsre\n" +#: sysdeps/posix/gai_strerror-strs.h:8 +msgid "Name or service not known" +msgstr "A név vagy a szolgáltatás nem ismert" -#: sunrpc/rpcinfo.c:264 sunrpc/rpcinfo.c:310 sunrpc/rpcinfo.c:333 -#: sunrpc/rpcinfo.c:407 sunrpc/rpcinfo.c:453 sunrpc/rpcinfo.c:476 -#: sunrpc/rpcinfo.c:510 -#, c-format -msgid "program %lu version %lu is not available\n" -msgstr "a %lu verzija %lu programnak nem ll rendelkezsre\n" +#: sysdeps/posix/gai_strerror-strs.h:9 +msgid "Servname not supported for ai_socktype" +msgstr "A Servname nem támogatott az ai_socktype-hoz" -#: sunrpc/rpcinfo.c:515 -#, c-format -msgid "program %lu version %lu ready and waiting\n" -msgstr "a %lu verzija %lu program ksz s vrakozik\n" +#: sysdeps/posix/gai_strerror-strs.h:10 +msgid "ai_socktype not supported" +msgstr "az ai_socktype nem támogatott" -#: inet/rcmd.c:354 -#, c-format -msgid "rcmd: %s: short read" -msgstr "rcmd: %s: rvid olvass" +#: sysdeps/posix/gai_strerror-strs.h:11 +msgid "System error" +msgstr "Rendszerhiba" -#: inet/rcmd.c:290 -#, c-format -msgid "rcmd: poll (setting up stderr): %m\n" -msgstr "rcmd: vlaszts (stderr belltsa): %m\n" +#: sysdeps/posix/gai_strerror-strs.h:12 +msgid "Processing request in progress" +msgstr "Kérés feldolgozása folyamatban" -#: inet/rcmd.c:172 inet/rcmd.c:175 -msgid "rcmd: socket: All ports in use\n" -msgstr "rcmd: illesztpont:Az sszes port foglalt\n" +#: sysdeps/posix/gai_strerror-strs.h:13 +msgid "Request canceled" +msgstr "Kérés megszakítva" -#: inet/rcmd.c:270 -#, c-format -msgid "rcmd: write (setting up stderr): %m\n" -msgstr "rcmd: rs (stderr belltsa): %m\n" +#: sysdeps/posix/gai_strerror-strs.h:14 +msgid "Request not canceled" +msgstr "A kérés nem lett megszakítva" -#: sunrpc/svc_simple.c:112 -msgid "registerrpc: out of memory\n" -msgstr "registerrpc: elfogyott a memria\n" +#: sysdeps/posix/gai_strerror-strs.h:15 +msgid "All requests done" +msgstr "Minden kérés kész" -#: timezone/zic.c:1880 -msgid "repeated leap second moment" -msgstr "ismtelt eltols " +#: sysdeps/posix/gai_strerror-strs.h:16 +msgid "Interrupted by a signal" +msgstr "Egy szignál megszakította" -#: locale/programs/repertoire.c:342 -#, c-format -msgid "repertoire map file `%s' not found" -msgstr "a '%s' repertor kp fjlt nem tallom" +#: sysdeps/posix/gai_strerror-strs.h:17 +msgid "Parameter string not correctly encoded" +msgstr "A paraméter-karakterlánc kódolása nem megfelelő" -#: locale/programs/charmap.c:1068 -msgid "resulting bytes for range not representable." -msgstr "az eredmny bjtjai nem rtkelhetk." +#: sysdeps/unix/siglist.c:26 +msgid "Signal 0" +msgstr "Szignál 0" -#: sunrpc/rpc_main.c:1117 -msgid "rpcgen: arglist coding error\n" -msgstr "rpcgen: paramter lista kdolsi hiba\n" +#: sysdeps/unix/siglist.c:32 +msgid "IOT trap" +msgstr "IOT csapda" -#: sunrpc/rpc_main.c:1105 -msgid "rpcgen: too many defines\n" -msgstr "rpcgen: tl sok meghatrozs\n" +#: sysdeps/unix/sysv/linux/i386/readelflib.c:49 +#, c-format +msgid "%s is for unknown machine %d.\n" +msgstr "%s az ismeretlen géphez tartozik: %d.\n" -#: sunrpc/rpcinfo.c:732 +#: sysdeps/unix/sysv/linux/ia64/makecontext.c:63 #, c-format -msgid "rpcinfo: %s is unknown host\n" -msgstr "rpcinfo: a %s ismeretlen munkalloms\n" +msgid "makecontext: does not know how to handle more than 8 arguments\n" +msgstr "makecontext: 8-nál több paraméter nem kezelhető\n" -#: sunrpc/rpcinfo.c:695 +#: sysdeps/unix/sysv/linux/lddlibc4.c:61 #, c-format -msgid "rpcinfo: %s is unknown service\n" -msgstr "rpcinfo: a %s ismeretlen szolgltats\n" +msgid "" +"Usage: lddlibc4 FILE\n" +"\n" +msgstr "" +"Használat: lddlibc4 FÁJL\n" +"\n" -#: sunrpc/rpcinfo.c:665 +#: sysdeps/unix/sysv/linux/lddlibc4.c:82 #, c-format -msgid "rpcinfo: Could not delete registration for prog %s version %s\n" -msgstr "rpcinfo: Nem lehet trlni a %s program %s verzijnak a bejegyzst\n" +msgid "cannot open `%s'" +msgstr "„%s” nem nyitható meg" -#: sunrpc/rpcinfo.c:637 +#: sysdeps/unix/sysv/linux/lddlibc4.c:86 #, c-format -msgid "rpcinfo: broadcast failed: %s\n" -msgstr "rpcinfo: csoportos adatklds sikertelen: %s\n" +msgid "cannot read header from `%s'" +msgstr "" -#: sunrpc/rpcinfo.c:556 sunrpc/rpcinfo.c:563 -msgid "rpcinfo: can't contact portmapper" -msgstr "rpcinfo: nem lehet csatlakozni a portmapperhez" +#: timezone/zdump.c:210 +msgid "lacks alphabetic at start" +msgstr "" -#: timezone/zic.c:749 timezone/zic.c:751 -msgid "same rule name in multiple files" -msgstr "ugyanaz szably nv tbb fjlban is" +#: timezone/zdump.c:212 +msgid "has fewer than 3 alphabetics" +msgstr "" -#: elf/dl-load.c:1104 -msgid "shared object cannot be dlopen()ed" -msgstr "megosztott objektumot nem lehet megnyitni (dlopen)" +#: timezone/zdump.c:214 +msgid "has more than 6 alphabetics" +msgstr "" -#: elf/dl-close.c:61 -msgid "shared object not open" -msgstr "megosztott objektumot nem lehet megnyitni" +#: timezone/zdump.c:222 +msgid "differs from POSIX standard" +msgstr "" -#: nscd/connections.c:493 +#: timezone/zdump.c:228 #, c-format -msgid "short read while reading request key: %s" -msgstr "rvid olvass a szksges kulcs olvassa sorn: %s" +msgid "%s: warning: zone \"%s\" abbreviation \"%s\" %s\n" +msgstr "" -#: nscd/connections.c:443 +#: timezone/zdump.c:279 #, c-format -msgid "short read while reading request: %s" -msgstr "rvid olvass a szksges adatok olvassa sorn: %s" +msgid "%s: usage is %s [ --version ] [ -v ] [ -c [loyear,]hiyear ] zonename ...\n" +msgstr "" -#: nscd/grpcache.c:193 nscd/hstcache.c:278 nscd/pwdcache.c:189 +#: timezone/zdump.c:296 #, c-format -msgid "short write in %s: %s" -msgstr "rvid rs a %s-ben: %s" - -#: inet/rcmd.c:335 -msgid "socket: protocol failure in circuit setup\n" -msgstr "illesztpont:a protokoll hibs a krkrs belltsoknl\n" - -#: timezone/zic.c:820 -msgid "standard input" -msgstr "szabvnyos bemenet" - -#: locale/programs/ld-ctype.c:1681 -msgid "start and end character sequence of range must have the same length" -msgstr "kezdet s vg karakter sorozat tartomnynak ugyanolyan hossznak kell lennie" - -#: timezone/zic.c:1331 -msgid "starting year greater than ending year" -msgstr "kezdeti v nagyobb mint a befejezsi v" - -#: timezone/zic.c:1303 timezone/zic.c:1328 -msgid "starting year too high to be represented" -msgstr "kezdet v tl magas" - -#: timezone/zic.c:1301 timezone/zic.c:1326 -msgid "starting year too low to be represented" -msgstr "kezdet v tl kicsi" - -#: iconv/iconv_prog.c:67 -msgid "suppress warnings" -msgstr "elfojtott figyelmeztetsek" - -#: sunrpc/svc_run.c:76 -msgid "svc_run: - poll failed" -msgstr "svc_run: - vlaszts sikertelen" - -#: sunrpc/svc_tcp.c:171 -msgid "svc_tcp.c - cannot getsockname or listen" -msgstr "svc_tcp.c - hibs a 'getsockname' vagy a 'listen'" - -#: sunrpc/svc_tcp.c:156 -msgid "svc_tcp.c - tcp socket creation problem" -msgstr "svc_tcp.c - tcp gond van illesztpont ltrehozsval" - -#: sunrpc/svc_tcp.c:224 sunrpc/svc_tcp.c:227 -msgid "svc_tcp: makefd_xprt: out of memory\n" -msgstr "svc_tcp: makefd_xprt: elfogyott a memria\n" - -#: sunrpc/svc_unix.c:150 -msgid "svc_unix.c - AF_UNIX socket creation problem" -msgstr "svc_unix.c - AF_UNIX gond van illesztpont ltrehozsval" +msgid "%s: wild -c argument %s\n" +msgstr "" -#: sunrpc/svc_unix.c:166 -msgid "svc_unix.c - cannot getsockname or listen" -msgstr "svc_unix.c - hibs a 'getsockname' vagy a 'listen'" +#: timezone/zdump.c:387 +msgid "Error writing to standard output" +msgstr "" -#: sunrpc/svc_unix.c:220 sunrpc/svc_unix.c:223 -msgid "svc_unix: makefd_xprt: out of memory\n" -msgstr "svc_unix: makefd_xprt: elfogyott a memria\n" +#: timezone/zdump.c:410 +#, c-format +msgid "%s: use of -v on system with floating time_t other than float or double\n" +msgstr "" -#: sunrpc/svc_tcp.c:182 sunrpc/svc_tcp.c:185 -msgid "svctcp_create: out of memory\n" -msgstr "svctcp_create: elfogyott a memria\n" +#: timezone/zic.c:388 +#, c-format +msgid "%s: Memory exhausted: %s\n" +msgstr "" -#: sunrpc/svc_udp.c:143 -msgid "svcudp_create - cannot getsockname" -msgstr "svcudp_create - hibs a 'getsockname' " +#: timezone/zic.c:434 +#, c-format +msgid "\"%s\", line %d: %s" +msgstr "" -#: sunrpc/svc_udp.c:155 sunrpc/svc_udp.c:158 -msgid "svcudp_create: out of memory\n" -msgstr "svcudp_create: elfogyott a memria\n" +#: timezone/zic.c:437 +#, c-format +msgid " (rule from \"%s\", line %d)" +msgstr "" -#: sunrpc/svc_udp.c:129 -msgid "svcudp_create: socket creation problem" -msgstr "svcudp_create: gond van illesztpont ltrehozsval" +#: timezone/zic.c:449 +msgid "warning: " +msgstr "" -#: sunrpc/svc_udp.c:179 sunrpc/svc_udp.c:182 -msgid "svcudp_create: xp_pad is too small for IP_PKTINFO\n" -msgstr "svcudp_create: az 'xp_pad' tl kicsi a 'IP_PKTINFO'-nak\n" +#: timezone/zic.c:459 +#, c-format +msgid "" +"%s: usage is %s [ --version ] [ -v ] [ -l localtime ] [ -p posixrules ] \\\n" +"\t[ -d directory ] [ -L leapseconds ] [ -y yearistype ] [ filename ... ]\n" +msgstr "" -#: sunrpc/svc_unix.c:178 sunrpc/svc_unix.c:181 -msgid "svcunix_create: out of memory\n" -msgstr "svcunix_create: elfogyott a memria\n" +#: timezone/zic.c:494 +msgid "wild compilation-time specification of zic_t" +msgstr "" -#: locale/programs/linereader.c:750 +#: timezone/zic.c:511 #, c-format -msgid "symbol `%.*s' not in charmap" -msgstr "a `%.*s' jel nincs a karakterkszletben" +msgid "%s: More than one -d option specified\n" +msgstr "" -#: locale/programs/linereader.c:771 +#: timezone/zic.c:521 #, c-format -msgid "symbol `%.*s' not in repertoire map" -msgstr "a `%.*s' jel nincs a repertorban" +msgid "%s: More than one -l option specified\n" +msgstr "" -#: locale/programs/ld-collate.c:1630 locale/programs/ld-collate.c:1729 +#: timezone/zic.c:531 #, c-format -msgid "symbol `%s'" -msgstr "jel '%s'" +msgid "%s: More than one -p option specified\n" +msgstr "" -#: locale/programs/ld-collate.c:1627 locale/programs/ld-collate.c:1726 +#: timezone/zic.c:541 #, c-format -msgid "symbol `%s' has the same encoding as" -msgstr "a jel '%s' ugyanaz a kdolsa mint" +msgid "%s: More than one -y option specified\n" +msgstr "" -#: locale/programs/ld-collate.c:1552 +#: timezone/zic.c:551 #, c-format -msgid "symbol `%s' not defined" -msgstr "jel '%s' nincs meghatrozva" +msgid "%s: More than one -L option specified\n" +msgstr "" -#: locale/programs/ld-ctype.c:1956 locale/programs/ld-ctype.c:2007 -#: locale/programs/ld-ctype.c:2049 -msgid "syntax error" -msgstr "szintaktikai hiba" +#: timezone/zic.c:600 +msgid "link to link" +msgstr "" + +#: timezone/zic.c:665 +msgid "hard link failed, symbolic link used" +msgstr "" -#: locale/programs/charmap.c:492 locale/programs/charmap.c:546 -#: locale/programs/charmap.c:578 locale/programs/charmap.c:672 -#: locale/programs/charmap.c:727 locale/programs/charmap.c:768 -#: locale/programs/charmap.c:809 +#: timezone/zic.c:673 #, c-format -msgid "syntax error in %s definition: %s" -msgstr "szintaktikai hiba a %s meghatrozsban: %s" +msgid "%s: Can't link from %s to %s: %s\n" +msgstr "" + +#: timezone/zic.c:745 timezone/zic.c:747 +msgid "same rule name in multiple files" +msgstr "" -#: locale/programs/charmap.c:351 locale/programs/charmap.c:368 -#: locale/programs/repertoire.c:175 +#: timezone/zic.c:788 +msgid "unruly zone" +msgstr "" + +#: timezone/zic.c:795 #, c-format -msgid "syntax error in prolog: %s" -msgstr "szintaktikai hiba a prologban: %s" +msgid "%s in ruleless zone" +msgstr "" + +#: timezone/zic.c:816 +msgid "standard input" +msgstr "szabványos bemenet" -#: locale/programs/repertoire.c:230 locale/programs/repertoire.c:271 -#: locale/programs/repertoire.c:296 +#: timezone/zic.c:821 #, c-format -msgid "syntax error in repertoire map definition: %s" -msgstr "szintaktikai hiba repertor meghatrozsban: %s" +msgid "%s: Can't open %s: %s\n" +msgstr "" -#: locale/programs/locfile.c:245 -msgid "syntax error: not inside a locale definition section" -msgstr "szintaktikai hiba:nincs a hely meghatrozs szekciban" +#: timezone/zic.c:832 +#, fuzzy +msgid "line too long" +msgstr "a sor túl hosszú" -#: catgets/gencat.c:432 catgets/gencat.c:605 catgets/gencat.c:634 -msgid "this is the first definition" -msgstr "ez az els meghatrozs" +#: timezone/zic.c:852 +msgid "input line of unknown type" +msgstr "" -#: timezone/zic.c:1163 -msgid "time before zero" -msgstr "id 0 eltt" +#: timezone/zic.c:868 +#, c-format +msgid "%s: Leap line in non leap seconds file %s\n" +msgstr "" -#: timezone/zic.c:1171 timezone/zic.c:2048 timezone/zic.c:2067 -msgid "time overflow" -msgstr "id tlfuts" +#: timezone/zic.c:875 timezone/zic.c:1312 timezone/zic.c:1334 +#, c-format +msgid "%s: panic: Invalid l_value %d\n" +msgstr "" -#: locale/programs/ld-ctype.c:1554 locale/programs/ld-ctype.c:2030 +#: timezone/zic.c:883 #, c-format -msgid "to-value of range is smaller than from-value " -msgstr "a to-value tartomnya kisebb mint a from-value tartomnya" +msgid "%s: Error reading %s\n" +msgstr "" -#: locale/programs/ld-ctype.c:1688 -msgid "to-value character sequence is smaller than from-value sequence" -msgstr "to-value karakter sorozat kisebb mint a from-value sorozat" +#: timezone/zic.c:890 +#, c-format +msgid "%s: Error closing %s: %s\n" +msgstr "" -#: locale/programs/charmap.c:556 -msgid "too few bytes in character encoding" -msgstr "tl kevs bjt a karakter kdlsban" +#: timezone/zic.c:895 +msgid "expected continuation line not found" +msgstr "" -#: locale/programs/charmap.c:558 -msgid "too many bytes in character encoding" -msgstr "tl sor bjt a karakter kdlsban" +#: timezone/zic.c:939 timezone/zic.c:2476 timezone/zic.c:2495 +msgid "time overflow" +msgstr "" -#: timezone/zic.c:1874 -msgid "too many leap seconds" -msgstr "tl sok eltols" +#: timezone/zic.c:943 +msgid "24:00 not handled by pre-1998 versions of zic" +msgstr "" -#: timezone/zic.c:1846 -msgid "too many local time types" -msgstr "tl sok helyi id tpus" +#: timezone/zic.c:946 +msgid "values over 24 hours not handled by pre-2007 versions of zic" +msgstr "" -#: timezone/zic.c:1800 -msgid "too many transitions?!" -msgstr "tl sok talakts?!" +#: timezone/zic.c:959 +msgid "wrong number of fields on Rule line" +msgstr "" -#: timezone/zic.c:2171 -msgid "too many, or too long, time zone abbreviations" -msgstr "tl sok vagy tl hossz id zna rvidts" +#: timezone/zic.c:963 +msgid "nameless rule" +msgstr "" -#: locale/programs/linereader.h:160 -msgid "trailing garbage at end of line" -msgstr "szemt a sor vgn" +#: timezone/zic.c:968 +msgid "invalid saved time" +msgstr "" + +#: timezone/zic.c:989 +msgid "wrong number of fields on Zone line" +msgstr "" -#: sunrpc/svc_simple.c:175 +#: timezone/zic.c:995 #, c-format -msgid "trouble replying to prog %d\n" -msgstr "problms a '%d' program lecserlse\n" +msgid "\"Zone %s\" line and -l option are mutually exclusive" +msgstr "" -#: timezone/zic.c:1338 -msgid "typed single year" -msgstr "egyszeres v tpus" +#: timezone/zic.c:1003 +#, c-format +msgid "\"Zone %s\" line and -p option are mutually exclusive" +msgstr "" -#: iconv/iconv_charmap.c:524 iconv/iconv_prog.c:533 -msgid "unable to allocate buffer for input" -msgstr "nem lehet lefoglalni puffert a bementnek" +#: timezone/zic.c:1015 +#, c-format +msgid "duplicate zone name %s (file \"%s\", line %d)" +msgstr "" -#: nis/nis_callback.c:189 -msgid "unable to free arguments" -msgstr "nem lehet felszabadtani az res paramtereket" +#: timezone/zic.c:1031 +msgid "wrong number of fields on Zone continuation line" +msgstr "" -#: posix/getconf.c:968 posix/getconf.c:984 -msgid "undefined" -msgstr "nem meghatrozott" +#: timezone/zic.c:1071 +msgid "invalid UTC offset" +msgstr "" -#: elf/cache.c:69 -msgid "unknown" -msgstr "ismeretlen" +#: timezone/zic.c:1074 +msgid "invalid abbreviation format" +msgstr "" -#: locale/programs/charmap.c:861 locale/programs/charmap.c:872 -#, c-format -msgid "unknown character `%s'" -msgstr "ismeretlen karakter '%s'" +#: timezone/zic.c:1103 +msgid "Zone continuation line end time is not after end time of previous line" +msgstr "" -#: catgets/gencat.c:562 -#, c-format -msgid "unknown directive `%s': line ignored" -msgstr "ismeretlen irnyelv '%s': a sor kihagyva" +#: timezone/zic.c:1131 +msgid "wrong number of fields on Leap line" +msgstr "" -#: iconv/iconv_prog.c:480 -#, c-format -msgid "unknown iconv() error %d" -msgstr "ismeretlen iconv() hiba %d" +#: timezone/zic.c:1140 +msgid "invalid leaping year" +msgstr "" -#: catgets/gencat.c:508 -#, c-format -msgid "unknown set `%s'" -msgstr "ismeretlen kszlet '%s'" +#: timezone/zic.c:1160 timezone/zic.c:1266 +msgid "invalid month name" +msgstr "" -#: posix/getconf.c:941 -#, c-format -msgid "unknown specification \"%s\"" -msgstr "ismeretlen meghatrozs \"%s\"" +#: timezone/zic.c:1173 timezone/zic.c:1379 timezone/zic.c:1393 +msgid "invalid day of month" +msgstr "" -#: timezone/zic.c:792 -msgid "unruly zone" -msgstr "engedetlen zna" +#: timezone/zic.c:1178 +msgid "time before zero" +msgstr "" -#: catgets/gencat.c:1174 -msgid "unterminated message" -msgstr "be nem fejezett zenet" +#: timezone/zic.c:1182 +msgid "time too small" +msgstr "" -#: locale/programs/linereader.c:604 locale/programs/linereader.c:789 -msgid "unterminated string" -msgstr "be nem fejezett szveg" +#: timezone/zic.c:1186 +msgid "time too large" +msgstr "" -#: sunrpc/rpc_scan.c:351 sunrpc/rpc_scan.c:377 -msgid "unterminated string constant" -msgstr "be nem szveg" +#: timezone/zic.c:1190 timezone/zic.c:1295 +msgid "invalid time of day" +msgstr "" -#: locale/programs/linereader.c:474 -msgid "unterminated symbolic name" -msgstr "be nem fejezett szimbolikus nv" +#: timezone/zic.c:1209 +msgid "illegal CORRECTION field on Leap line" +msgstr "" -#: locale/programs/charmap.c:1010 -msgid "upper limit in range is not higher then lower limit" -msgstr "fels hatr tartomny nem lehet magasabb mint az als hatr" +#: timezone/zic.c:1214 +msgid "illegal Rolling/Stationary field on Leap line" +msgstr "" -#: locale/programs/repertoire.c:455 -msgid "upper limit in range is not smaller then lower limit" -msgstr "fels hatr tartomny nem lehet alacsonyabb mint az als hatr" +#: timezone/zic.c:1230 +msgid "wrong number of fields on Link line" +msgstr "" -#: sunrpc/rpc_main.c:1426 -#, c-format -msgid "usage: %s infile\n" -msgstr "hasznlat: %s infile\n" +#: timezone/zic.c:1234 +msgid "blank FROM field on Link line" +msgstr "" -#: timezone/zic.c:2114 -msgid "use of 2/29 in non leap-year" -msgstr "2/29 hasznlata a nem eltolt vben" +#: timezone/zic.c:1238 +msgid "blank TO field on Link line" +msgstr "" -#: locale/programs/charmap.c:645 locale/programs/charmap.c:708 -#, c-format -msgid "value for %s must be an integer" -msgstr "a %s rtknek egy egsznek kell lennie" +#: timezone/zic.c:1316 +msgid "invalid starting year" +msgstr "" -#: locale/programs/charmap.c:404 -#, c-format -msgid "value for <%s> must be 1 or greater" -msgstr "a <%s> rtknek 1 vagy annak nagyobbnak kell lennie" +#: timezone/zic.c:1338 +msgid "invalid ending year" +msgstr "" -#: locale/programs/charmap.c:416 -#, c-format -msgid "value of <%s> must be greater or equal than the value of <%s>" -msgstr "a <%s> rtknek nagyobbnak kell lennie mint a <%s> rtke" +#: timezone/zic.c:1342 +msgid "starting year greater than ending year" +msgstr "" -#: timezone/zic.c:439 -msgid "warning: " -msgstr "figyelmeztets:" +#: timezone/zic.c:1349 +msgid "typed single year" +msgstr "" -#: nscd/connections.c:432 -#, c-format -msgid "while accepting connection: %s" -msgstr "a csatlakozs alatt: %s" +#: timezone/zic.c:1384 +msgid "invalid weekday name" +msgstr "" -#: nscd/grpcache.c:150 nscd/hstcache.c:165 nscd/pwdcache.c:143 -msgid "while allocating cache entry" -msgstr "a gyorstr lefoglalsa alatt" +#: timezone/zic.c:1562 +#, c-format +msgid "%s: Can't remove %s: %s\n" +msgstr "" -#: nscd/cache.c:88 -msgid "while allocating hash table entry" -msgstr "az indextbla lefoglalsa alatt" +#: timezone/zic.c:1572 +#, c-format +msgid "%s: Can't create %s: %s\n" +msgstr "" -#: nscd/grpcache.c:100 nscd/hstcache.c:108 nscd/pwdcache.c:106 -msgid "while allocating key copy" -msgstr "a kulcs msolatok lefoglalsa alatt" +#: timezone/zic.c:1722 +#, c-format +msgid "%s: Error writing %s\n" +msgstr "" -#: iconv/iconvconfig.c:369 -msgid "while inserting in search tree" -msgstr "a keressi fa beszrs alatt" +#: timezone/zic.c:2015 +msgid "no POSIX environment variable for zone" +msgstr "" -#: catgets/gencat.c:1198 -msgid "while opening old catalog file" -msgstr "a rgi katalgus fjl megnyitsa alatt" +#: timezone/zic.c:2172 +msgid "can't determine time zone abbreviation to use just after until time" +msgstr "" -#: locale/programs/locale.c:353 -msgid "while preparing output" -msgstr "a kimenet elksztse alatt" +#: timezone/zic.c:2218 +msgid "too many transitions?!" +msgstr "" -#: elf/sprof.c:679 -msgid "while stat'ing profiling data file" -msgstr "a profil adatfjl lekrdezse alatt" +#: timezone/zic.c:2237 +msgid "internal error - addtype called with bad isdst" +msgstr "" -#: locale/programs/ld-ctype.c:2394 -msgid "with UCS range values one must use the hexadecimal symbolic ellipsis `..'" -msgstr "az UCS tartomny rtke egy hexadecimlis szimbolikus ellipszis kell hogy legyen '..'" +#: timezone/zic.c:2241 +msgid "internal error - addtype called with bad ttisstd" +msgstr "" -#: locale/programs/ld-ctype.c:2408 -msgid "with character code range values one must use the absolute ellipsis `...'" -msgstr "az karakter kd tartomny rtke egy hexadecimlis abszolt ellipszis kell hogy legyen '..'" +#: timezone/zic.c:2245 +msgid "internal error - addtype called with bad ttisgmt" +msgstr "" -#: locale/programs/ld-ctype.c:2379 -msgid "with symbolic name range values the absolute ellipsis `...' must not be used" -msgstr "a szimbolikus nv tartomnynl rtkei abszolt ellipszist '...' nem lehet haszlni" +#: timezone/zic.c:2264 +msgid "too many local time types" +msgstr "" -#: nscd/nscd_stat.c:116 -msgid "write incomplete" -msgstr "rs nincs ksz" +#: timezone/zic.c:2268 +msgid "UTC offset out of range" +msgstr "" -#: inet/rcmd.c:516 -msgid "writeable by other than owner" -msgstr "ms is rhatja mint a tulajdonos" +#: timezone/zic.c:2296 +msgid "too many leap seconds" +msgstr "" -#: nscd/nscd.c:123 nscd/nscd_nischeck.c:64 nss/getent.c:761 -msgid "wrong number of arguments" -msgstr "rossz az argumentumok szma" +#: timezone/zic.c:2302 +msgid "repeated leap second moment" +msgstr "" -#: timezone/zic.c:1121 -msgid "wrong number of fields on Leap line" -msgstr "rossz szm az eltols mez sorban" +#: timezone/zic.c:2354 +msgid "Wild result from command execution" +msgstr "" -#: timezone/zic.c:1212 -msgid "wrong number of fields on Link line" -msgstr "rossz szm az hivatkozs mez sorban" +#: timezone/zic.c:2355 +#, c-format +msgid "%s: command was '%s', result was %d\n" +msgstr "" -#: timezone/zic.c:955 -msgid "wrong number of fields on Rule line" -msgstr "rossz szm a szably mez sorban" +#: timezone/zic.c:2453 +msgid "Odd number of quotation marks" +msgstr "" -#: timezone/zic.c:1025 -msgid "wrong number of fields on Zone continuation line" -msgstr "rossz szm a zna folyats mez sorban" +#: timezone/zic.c:2542 +msgid "use of 2/29 in non leap-year" +msgstr "" -#: timezone/zic.c:983 -msgid "wrong number of fields on Zone line" -msgstr "rossz szm a zna mez sorban" +#: timezone/zic.c:2577 +msgid "rule goes past start/end of month--will not work with pre-2004 versions of zic" +msgstr "" -#: sunrpc/xdr_array.c:106 sunrpc/xdr_array.c:109 -msgid "xdr_array: out of memory\n" -msgstr "xdr_array: elfogyott a memria\n" +#: timezone/zic.c:2609 +msgid "time zone abbreviation lacks alphabetic at start" +msgstr "" -#: sunrpc/xdr.c:558 sunrpc/xdr.c:561 -msgid "xdr_bytes: out of memory\n" -msgstr "xdr_bytes: elfogyott a memria\n" +#: timezone/zic.c:2611 +msgid "time zone abbreviation has more than 3 alphabetics" +msgstr "" -#: sunrpc/xdr_ref.c:89 sunrpc/xdr_ref.c:92 -msgid "xdr_reference: out of memory\n" -msgstr "xdr_reference: elfogyott a memria\n" +#: timezone/zic.c:2613 +msgid "time zone abbreviation has too many alphabetics" +msgstr "" -#: sunrpc/xdr.c:710 sunrpc/xdr.c:713 -msgid "xdr_string: out of memory\n" -msgstr "xdr_string: elfogyott a memria\n" +#: timezone/zic.c:2623 +msgid "time zone abbreviation differs from POSIX standard" +msgstr "" -#: sunrpc/xdr_rec.c:155 sunrpc/xdr_rec.c:158 -msgid "xdrrec_create: out of memory\n" -msgstr "xdrrec_create: elfogyott a memria\n" +#: timezone/zic.c:2635 +msgid "too many, or too long, time zone abbreviations" +msgstr "" -#: nis/ypclnt.c:909 -msgid "yp_update: cannot convert host to netname\n" -msgstr "yp_update: nem lehet a munkallomst hlzatnvre talaktani\n" +#: timezone/zic.c:2676 +#, c-format +msgid "%s: Can't create directory %s: %s\n" +msgstr "" -#: nis/ypclnt.c:921 -msgid "yp_update: cannot get server address\n" -msgstr "yp_update: nem lehet megszerezni a kiszolgl cmt\n" +#: timezone/zic.c:2698 +#, c-format +msgid "%s: %d did not sign extend correctly\n" +msgstr "" diff --git a/po/vi.po b/po/vi.po index 4c17f2edfc..1f85f7917c 100644 --- a/po/vi.po +++ b/po/vi.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: libc 2.9.90\n" +"Project-Id-Version: libc 2.10.1\n" "Report-Msgid-Bugs-To: http://www.gnu.org/software/libc/bugs.html\n" "POT-Creation-Date: 2009-02-06 12:40-0800\n" -"PO-Revision-Date: 2009-03-01 16:49+0930\n" +"PO-Revision-Date: 2009-09-19 18:50+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" -- cgit v1.2.3 From ae0f0dbd0e6205af474cd8e5d5f43ff7a7e46eec Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 20 Sep 2009 09:42:48 +0200 Subject: Fix typo in is646 gconv module --- ChangeLog | 5 +++++ iconvdata/iso646.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4798c3a4bf..bdc4b4d409 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-09-20 Andreas Schwab + + * iconvdata/iso646.c (gconv_init): Correctly initialize the + character size elements in step data. + 2009-09-20 Ulrich Drepper * po/hu.po: Update from translation team. diff --git a/iconvdata/iso646.c b/iconvdata/iso646.c index f388ae7de2..0989532c72 100644 --- a/iconvdata/iso646.c +++ b/iconvdata/iso646.c @@ -156,7 +156,7 @@ gconv_init (struct __gconv_step *step) new_data->var = var; step->__data = new_data; - if (var == from_iso646) + if (dir == from_iso646) { step->__min_needed_from = MIN_NEEDED_FROM; step->__max_needed_from = MIN_NEEDED_FROM; -- cgit v1.2.3